/*
Theme Name: Trooper Lite
Theme URI: https://radarthemes.com/themes/trooper
Author: Radar Themes
Author URI: https://radarthemes.com
Description: Professional personal blogging theme
Version: 1.0.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: trooper-lite
Tags: one-column, two-columns, left-sidebar, custom-background, custom-colors, custom-menu, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, microformats, blog, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/

/*! 1.0 normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500');

html {
  height: 100%;
}

body {
  color: #6f6f6f;
  font-family: Open Sans, Arial, sans-serif;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
}

a {
  color: #202324;
  text-decoration: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #cea525;
  text-decoration: none;
}

/* ========[ Typography ]========*/
h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family: "Unica One", cursive;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  font-size: 19px;
  color: #808080;
  font-weight: normal;
  line-height: 32px;
}

pre {
  background-color: #f7f7f7;
  border: none;
  border-radius: 0;
}

pre.prettyprint {
  padding: 0 20px !important;
  border: none !important;
}

ul {
  list-style-type: none;
}

.b-quote > p {
  color: #333;
  font-family: "Unica One", cursive;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
}

.b-quote > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 16px;
  position: relative;
  text-align: center;
}

.b-quote > span:before {
  color: rgba(0, 0, 0, 0.5);
  content: '\f10d';
  font-family: 'Fontawesome';
  font-size: 36px;
  left: 0;
  position: absolute;
  top: 0;
}

header.page-header .page-title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #202324;
  z-index: 10000000;
  position: relative;
}

/* ========[ Helper Classes ]========*/
.p60 {
  padding: 60px;
}

.p0 {
  padding: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pad-top-15 {
  margin-top: 15px;
}

.nopadding {
  padding: 0;
  margin: 0;
}

.relative {
  position: relative;
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fwidth {
  width: 100%;
}

.img-auto {
  height: auto;
}

.hide {
  display: none;
}

.table {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
}

.table .inner {
  display: table-cell;
  vertical-align: middle;
}

.fa-margin {
  float: right;
  margin-right: 25px;
  position: relative;
  top: 11px;
}

.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

.upcase {
  text-transform: uppercase;
}

/* ========[ Pagination ]========*/
.pagination {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.pagination a {
  color: #7a7a7a;
}

.pagination a :hover {
  border-color: #cea525;
}

.pagination a > i {
  font-size: 18px;
}

.pagination a, .pagination span {
  padding: 8px;
  font-size: 13px;
  display: inline-block;
  border-bottom: 2px solid #ddd;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: -2px;
}

.pagination .current {
  color: #121212;
  border-color: #cea525;
}

/* ========[ Sidebar Menu ]========*/
#wrapper {
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #202324;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 30%;
}

.content-area {
  overflow: hidden;
}

#page-content-wrapper {
  margin-left: 30%;
}

#page-content-wrapper > .post > .inner {
  overflow: hidden;
}

.sidebar-brand {
  padding: 30px 0;
}

.sidebar-brand a {
  display: inline-block;
}

.sidebar-brand a img {
  margin: 0 auto;
}

#sidebar-wrapper > .sidebar-nav,
#sidebar-wrapper-alt > .sidebar-nav {
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.sidebar-nav > .about-site > .author {
  padding: 10px 0 25px 0;
}

.sidebar-nav > .module > #site-description {
  padding: 0 50px;
}

.sidebar-nav > .about-site > .author,
.sidebar-nav > .module > #site-title,
.sidebar-nav > .module > #site-description {
  text-align: center;
}

.sidebar-nav > .about-site > #site-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar-nav > .about-site > #site-title > a {
  color: #fff;
}

.sidebar-nav .about-site > #site-description,
#panel-sb > .no-widgets > p {
  color: #404347;
  font-family: "Unica One", cursive;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-nav .about-site > .author > a > .custom-logo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; 
  border-radius: 50%;
  height: 112px;
  margin-top: 15px;
}

.sidebar-nav .about-site {
  overflow: hidden;
}

.sidebar-nav .about-site > .social-icons {
  display: block;
  margin-bottom: 25px;
  padding: 5px 0;
  text-align: center;
}

.sidebar-nav .about-site > .social-icons > li:last-child {
  border: none;
}

.sidebar-nav > .about-site > .social-icons > li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  text-align: center;
}

.sidebar-nav > .about-site > .social-icons > li > a {
  color: #404347;
  font-size: 20px;
}

/* ========[ Search Controls ]========*/
#sidebar-wrapper .search,
#sidebar-wrapper-alt .search {
  /*bottom: 0;*/
  /*position: absolute;*/
  width: 100%;
}

#sidebar-wrapper .search i,
#sidebar-wrapper-alt .search i {
  border-right: 1px solid #25272A;
  font-size: 18px;
  padding: 10px;
}

#sidebar-wrapper .search input {
  max-width: 230px;
}

#sidebar-wrapper-alt .search input {
  max-width: 430px;
}

#sidebar-wrapper .search input,
#sidebar-wrapper-alt .search input,
.widget .search input {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  border-left: none;
  border-right: none;
  color: #fff !important;
  font-family: "Unica One", cursive;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}

.widget .textwidget p {
  font-size: 16px;
  margin-top: 0;
}

#sidebar-wrapper .search button {
  background: #000;
  border: none;
  margin: 0;
  padding: 10px;
}

.widget .search {
  overflow: hidden;
}

.drilldown {
  overflow: hidden;
  height: 100%;
}

.drilldown-sub {
  display: none;
}

.drilldown-back {
  font-weight: bold;
}

ul.drilldown-root {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav .drilldown-container li:first-child {
  border-top: 1px solid #25272A;
}

.sidebar-nav .drilldown-container li {
  line-height: 40px;
  text-transform: uppercase;
  border-color: #8b8b8c;
  border-bottom: 1px solid #25272A;
  padding: 13px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-nav .drilldown-container li span {
  float: right;
}

.sidebar-nav .drilldown-container li:hover {
  text-decoration: none;
  color: #fff;
}

.sidebar-nav .drilldown-container li:hover a i {
  color: #fff;
}

.sidebar-nav .drilldown-container li.active a,
.sidebar-nav .drilldown-container li a:hover {
  color: #cea525;
}

.sidebar-nav .drilldown-container li a {
  font-size: 20px;
  font-family: "Unica One", cursive;
  font-weight: 300;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #404347;
  line-height: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-nav .drilldown-container li a:active,
.sidebar-nav .drilldown-container li a:focus {
  text-decoration: none;
}

.sidebar-nav .drilldown-container li a i {
  color: #828283;
  margin: 0 15px 0 0;
}

.sidebar-nav .drilldown-container .sidebar-bottom ul li:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent !important;
}

.sidebar-nav .drilldown-container .sidebar-bottom a {
  color: #fff;
}

.sidebar-bottom > a,
.sidebar-bottom > #footer-text > a {
  color: #6f6f6f;
}

.sidebar-bottom {
  padding: 30px 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.sidebar-bottom > #footer-text,
.sidebar-bottom > #footer-text-default {
  font-size: 16px;
  font-family: "Unica One", cursive;
  font-weight: 300;
  color: #404347;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-bottom .social-icons ul {
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.sidebar-bottom .social-icons ul li {
  display: inline-block;
  list-style-type: none;
  text-align: left;
  padding: 0px;
  border-bottom: none;
}

.sidebar-nav li:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}

.menu-icon {
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  padding: 5px 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Unica One", cursive;
  text-align: center;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 999999;
}

#widget-icon {
  text-align: center;
  text-transform: uppercase;
  font-family: "Unica One", cursive;
  z-index: 999999;
  padding: 12px 15px;
}

#widget-icon,
.slideout-menu-close-btn {
  background-color: #202324;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: 5px;
  right: 10px;
  position: fixed;
  font-size: 13px;
}

a.menu-icon {
  color: #000000;
}

a#widget-icon {
  color: #fff;
}

.slideout-menu-close-btn {
  color: #fff;
  z-index: 10000000;
  cursor: pointer;
  font-size: 14px;
  padding: 11px 15px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(220, 220, 220, 0.3);
}

/* ========[ Navigation ]========*/
.side-menu > .inner nav .style-1 {
  margin-left: 50px;
  margin-top: 15px;
}

.side-menu > .inner nav .style-2 {
  margin-top: 0px;
}

.drilldown-container-alt nav ul {
  margin-left: 0;
  padding: 0;
}

.drilldown-container-alt nav ul li {
  display: block;
  list-style: none;
}

.drilldown-container-alt nav ul li .fa,
.drilldown-container-alt nav ul li a {
  font-size: 20px;
}

.drilldown-container-alt nav ul li ul.sub-menu-child a {
  margin-left: 10px;
}

.drilldown-container-alt nav ul li a {
  color: #404347;
  display: inline-block;
  font-family: "Unica One", cursive;
  font-size: 20px;
  font-weight: 300;
  padding: 8px 0;
  margin-left: 20px;
  text-transform: uppercase;
}

.drilldown-container-alt > nav > ul > li > ul {
  background: rgba(27, 29, 30, 0.1);
  margin-left: 0;
  padding: 30px 0 30px 30px;
}

.drilldown-container-alt > nav > ul > li > ul > li > a {
  font-size: 18px;
  line-height: 23px;
}

/* ========[ Submenu ]========*/
.side-menu .sub-menu-child,
.side-menu .sub-menu-child .grandchild-menu {
  font-family: "Unica One", cursive;
  font-size: 16px;
  text-transform: uppercase;
}

.side-menu .sub-menu-child li {
  list-style-type: none;
  padding: 2px 0;
}

.side-menu .sub-menu-child li a {
  color: #404347;
}

.side-menu .sub-menu-child li a:hover {
  color: #fff;
}

/* ========[ Grandchildren menu ]========*/
.drilldown-container-alt > nav > ul > li > ul.sub-menu-child > li > ul {
  padding-left: 20px;
}

.drilldown-container-alt > nav > ul > li > ul.sub-menu-child > li > ul > li > a {
  font-size: 16px;
  line-height: 16px;
}

.side-menu-hide,
.sub-menu-hide {
  display: none;
}

/* ========[ POSTS -> [BLOG,VIDEO,AUDIO,QUOTE,PHOTO] ]========*/
#main article .inner {
  overflow: hidden;
  max-width: 1200px;
}

.post {
  /*padding-bottom: 100px;*/
}

.post > img {
  width: 100%;
}

.post p {
  font-size: 18px;
  line-height: 35px;
}

.post > h1 {
  text-align: center;
}

.post > h1 a {
  color: #333;
  text-transform: uppercase;
}

.post .date {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Unica One", cursive;
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  text-indent: 2px;
}

.post .tags ul li a,
.post .share-post > ul > li > a,
.post .share-post a {
  color: #909090;
  font-family: "Unica One", cursive;
  font-size: 15px;
  margin: 0 10px;
}

.post .tags ul,
.post ul.share-post-expand,
.post .share-post {
  padding: 10px 20px;
  display: block;
  text-indent: 0 !important;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  border-left: 5px solid rgba(0, 0, 0, 0.2);
}

.post .tags ul,
.post ul.share-post-expand,
.post .share-post {
  padding: 10px 20px;
  display: inline-flex;
  text-indent: 0 !important;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  border-left: 5px solid rgba(0, 0, 0, 0.2);
}

.post .share-post {
  background: rgba(0, 0, 0, 0.1);
  border-left: 5px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.post .post ul.share-post-expand {
  float: right !important;
}

.post .post .share-post ul > li {
  margin: 0 10px;
}

.post .post .tags ul li {
  display: inline-block;
  margin: 0 5px;
}

.post .post ul.share-post-expand li {
  display: inline-block;
}

.post .post .tags ul li a:hover,
.post .post ul.share-post-expand li a:hover,
.post .post .share-post a:hover {
  color: rgba(206, 165, 37, 0.7);
}

.post .post ul.share-post-expand li:last-child {
  border: none;
}

.post .post ul.share-post-expand li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 5px 10px;
}

.post .post .share-post ul li {
  display: inline-block;
}

/* ========[ POSTS -> [QUOTE] ]========*/
.post-quote {
  background: #48a1b4;
}

.post-quote > .date {
  color: #368292;
}

.post-quote .tags > ul > li > a {
  color: #fff;
}

/* ========[ POSTS -> [VIDEO] ]========*/
.post-video {
  background: #444349;
}

.post-video h1 a {
  color: #fff;
}

.post-video p {
  color: #9b9b9b;
}

.single .post-tag ul {
  overflow: hidden;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  text-indent: 0 !important;
  text-transform: uppercase;
  margin-top: 0;
}

.single .post-tag ul li {
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-left: 5px solid rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
}

.single .post-tag ul li a {
  font-family: "Unica One", cursive;
  font-size: 15px;
}

.single .post-share ul li {
  display: inline-block;
}

.single .post-share h5 {
  font-weight: normal;
  font-size: 13px;
  color: #2f3c4e;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-right: 5px;
  line-height: 28px;
  color: #666;
  margin-right: 20px;
}

.single .post-share {
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

.single .post-share .share {
  margin: 0;
}

.single .post-share a {
  padding: 10px 40px;
  color: #fff;
  margin-left: 15px;
}

.single .share-post a.share-tw:hover {
  color: #04c7f0;
}

.single .share-post a.share-fb:hover {
  color: #3f6797;
}

.single .share-post a.share-ln:hover {
  color: #056a99;
}

.single .share-post a.share-pin:hover {
  color: #bd352c;
}

.single .share-post a.share-mail:hover {
  color: #0464ff;
}

.single .share-post a.share-gplus:hover {
  color: #e44f3c;
}

.single .post-footer .top-half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.single .share-post a {
  margin: 0 5px;
}

/* =================================================
----------------- 10. Search bar -------------------
================================================= */
.sidebar-bottom-wrap {
  padding: 0 20px;
  margin-bottom: 20px;
}

.sidebar-bottom-wrap input[type="text"].textboxsearch {
  background: none;
  border: none;
  width: 85%;
  padding: 5px 0;
  height: 30px;
  color: #ffffff;
  outline: 0;
}

.sidebar-bottom-wrap input[type="text"].textboxsearch {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-bottom-wrap .submit-wrap {
  position: relative;
  padding: 0 0 6px 0;
}

.sidebar-bottom-wrap .submit-wrap i {
  color: #ffffff;
  margin-right: 15px;
}

.submit-wrap input[type="submit"] {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  outline: 0;
}

.sidebar-bottom-wrap input[type="text"].textboxsearch:focus {
  width: 85%;
  outline: 0;
  border-bottom: 1px solid #222222;
}

/*social  icon*/
.social-icon > i {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding-right: 20px;
}

a.social-icon:hover > i {
  color: #cea525;
}

/* ========[ POSTS -> [STANDARD] ]========*/
.post-article.post-quote .post-entry, .post-article.post-quote .post-content {
  padding: 0;
}

.post-article.post-quote .post-content blockquote {
  border: none;
  font-family: Open Sans, Arial, sans-serif;
  /*font-style: italic;*/
  font-weight: 300;
  font-size: 18px;
  background: #111111;
  line-height: 34px;
  color: #ffffff;
  margin: 0;
  padding: 20px 25px;
  text-transform: uppercase;
}

.post-article.post-quote .post-content blockquote a {
  color: #ffffff;
}

.post-article.post-quote .post-content blockquote a:hover {
  color: #cea525;
}

.post-article.post-quote .post-content blockquote span {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: block;
  position: relative;
  padding: 15px;
  margin-top: 15px;
}

.post-article.post-quote .post-content blockquote span:before {
  content: '\f10d';
  font-family: 'Fontawesome';
  font-size: 24px;
  color: #aaaaaa;
  left: 0;
  top: 0;
  position: absolute;
}

.post-article:hover .thumbnail img {
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
}

.post-category {
  position: absolute;
  left: 18px;
  bottom: 28px;
  z-index: 2;
}

.post-category .category-link {
  color: #ffffff;
  font-family: Open Sans, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

.post-category .category-link .category-label {
  padding: 5px;
  background: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-category .category-link .category-label:hover {
  background: #000000 !important;
}

.post-category .category-link .category-label.label-yellow {
  background: #eab950;
}

.post-category .category-link .category-label.label-red {
  background: #ea5050;
}

.post-category .category-link .category-label.label-blue {
  background: #2cccf4;
}

.post-category .category-link .category-label.label-green {
  background: #6cd517;
}

.post-category .category-link .category-label.label-turquoise {
  background: #0fcbcd;
}

.post-category .category-link .category-label.label-purple {
  background: #dc28e7;
}

.post-category .category-link .category-label.label-dark-overlay {
  background: #000;
}

.post-category a + a {
  margin-left: 7px;
}

a.category-link:hover {
  text-decoration: none;
}

.post-article .post-entry {
  padding: 0 15px;
  overflow: hidden;
}

.post-article .post-content {
  position: relative;
  /*padding: 15px 0;*/
}

.post-article ul.post-author {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.post-article ul.post-author li {
  float: left;
  display: block;
}

.post-article ul.post-author li a {
  color: #666666;
  padding-right: 15px;
  text-transform: uppercase;
}

.post-article ul.post-author li a i {
  margin: 0 5px 0 0;
}

.post-article ul.post-author li a:hover,
.post-article ul.post-author li a:focus {
  text-decoration: none;
  color: #cea525;
}

.post-article .post-content > .post-title {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-article .post-content .post-title a {
  color: #000000;
  text-transform: uppercase;
}

.post-article .post-content .post-title a:hover,
.post-article .post-content .post-title a:focus {
  color: #cea525;
  text-decoration: none;
}

/* ================= POST SINGLE ================== */
.entry-content ol li,
.entry-content ul li {
  font-size: 18px;
  line-height: 35px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
}

.entry-content ul {
  list-style: disc;
}

.entry-content blockquote {
  background-color: #edf0f2;
  font-size: 18px;
  font-style: italic;
  line-height: 35px;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid rgba(0, 0, 0, 0.2);
}

.entry-content blockquote p {
  margin: 0;
}

.post-image {
  background-size: cover;
  background-repeat: no-repeat;
}

/* ================= WIDGETS ================== */
.widget {
  /*padding: 0 30px;*/
  margin-bottom: 40px;
  position: relative;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget > .title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Unica One", cursive;
  font-weight: 300;
  text-transform: uppercase;
}

/* ================= WIDGET SEARCH ================== */
.widget > .search input {
  border-top: none;
  border-left: none;
  border-right: none;
}

.search input {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.widget > .search .input-group-btn .btn-default {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  /*background-color: #000000;*/
  /*border-left-color: #D2D2D2;*/
  /*border-right: none;*/
  /*border-left: none;*/
  /*border-top: none; */
  color: #ffffff;
}

.widget > .search i {
  color: #000;
}

/* ================= WIDGET LIST ICON ================== */
ul.list-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

ul.list-icon li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
}

ul.list-icon li:last-child {
  margin-bottom: 0px;
}

ul.list-icon li a {
  color: #919191;
}

ul.list-icon li a:hover,
ul.list-icon li a:focus {
  text-decoration: none;
}

ul.list-icon li .fa {
  position: absolute;
  left: 0;
  top: 5px;
}

/* ================= RECENT POSTS ================== */
ul.recent-post {
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
}

ul.recent-post li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #25272A;
}

ul.recent-post li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0 none;
}

ul.recent-post li .image-area {
  width: 65px;
  float: left;
  margin-right: 20px;
}

ul.recent-post li .image-area .fit-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul.recent-post li .item-text {
  position: absolute;
  display: inline-block;
}

ul.recent-post li .item-text h6 {
  color: #333;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.4em;
  display: block;
  max-height: 2.8em;
  overflow: hidden;
}

ul.recent-post li .item-text h6 a {
  color: #333333;
}

ul.recent-post li .item-text h6 a:hover {
  color: #cea525;
}

ul.recent-post li .item-meta {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #b3b3b3;
  word-spacing: 0.1em;
}

ul.recent-post li .item-meta a:hover {
  text-decoration: underline;
}

ul.recent-post li .fit-img img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

ul.widget-link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fixed-widget ul.widget-link {
  margin-bottom: 5px;
  margin-top: -5px;
}

ul.widget-link > li {
  border-bottom: 1px solid #25272A;
}

ul.widget-link > li:last-child {
  border-bottom: none;
}

ul.widget-link > li > a {
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 12px 0;
  padding-left: 23px;
  color: #404347;
}

ul.widget-link > li > a:before {
  font-family: 'FontAwesome';
  content: "\f10c";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  line-height: 0;
  color: #404347;
}

ul.widget-link > li > a:hover {
  text-decoration: none;
}

ul.widget-link > li > a:hover:before,
ul.widget-link > li.active > a:before {
  content: "\f111";
  color: #cea525;
}

/* ================= FOOTER ================== */
footer {
  /*    padding: 30px;
      background: #111111;*/
  color: #ffffff;
  height: auto !important;
  text-transform: uppercase;
}

footer.entry-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

footer.entry-bottom ul {
  margin: 0;
}

.post-footer .navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  clear: left;
  overflow: hidden;
}

.post-footer .navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.post-footer .navigation .nav-links .col {
  flex: 1 50%;
}

.post-footer .alt-pad {
  padding: 30px 0;
}

.post-footer .alt-border {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.post-footer .meta-nav {
  font-family: "Unica One", cursive;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.post-footer .align-right {
  display: block;
  text-align: right;
}

/* ================= POST AUTHOR ================== */
.post-author-details {
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 60px;
  border-color: #202324;
  background-color: #202324;
}

.post-author-details .title {
  color: #fff;
  position: relative;
  margin-bottom: 45px;
}

.post-author-details > .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 50px;
  background-color: #fff;
}

.post-author-details .author-content {
  padding: 30px 30px 30px 175px;
  position: relative;
  min-height: 150px;
}

.post-author-details p {
  color: #eee;
}

.post-author-details p:last-child {
  margin-bottom: 0;
}

.post-author-details a.avatar {
  width: 150px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.post-author-details a.avatar img {
  width: auto;
  width: 150px;
  height: 150px;
}

.post-author-details .author-link {
  color: #fff;
}

.post-author-details small {
  color: #fff;
  text-transform: capitalize;
}

.post-author-details small:before {
  content: "/";
  color: #f0f0f0;
  font-size: 14px;
  margin-right: 5px;
}

/* ================= COMMENTS ================== */
.post-comment {
  margin: 50px 0;
}

#comment_form textarea,
#comment_form input[type="text"],
#comment_form input[type="email"] {
  padding: 10px 8px 11px;
  border-color: #F7F7F7;
  font-size: 15px;
  color: #202324;
  outline: none;
  box-shadow: none;
  background: #F7F7F7;
}

#comment_form textarea {
  min-height: 142px;
}

form input[type="text"],
form input[type="email"],
textarea.form-control,
form textarea {
  background: none;
  width: 100%;
  border: 1px #eeeeee solid;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: none;
  font-size: 18px;
  color: #515151;
  font-weight: 400;
  font-family: "Unica One", cursive;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  min-height: 37px;
  outline: 0;
}

.form-submit .submit,
.comment-reply-link {
  padding: 10px 20px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  background-color: #222222;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  color: #ffffff;
  outline: 0;
  transition: all .15s ease-in-out;
}

.form-submit .submit:focus, .form-submit .submit:hover,
.comment-reply-link:focus, .comment-reply-link:hover {
  background-color: #5d3d7b;
  border: 1px solid;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.comment-title {
  display: inline-block;
}

.comment-title h2 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 50px;
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

#comments .comment-title {
  margin-bottom: 30px;
}

#comments .avatar {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
}

#comments .avatar img:after {
  content: '\f3a0';
  font-family: Ionicons;
  color: #888888;
  font-size: 36px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
}

#comments .avatar img {
  width: 100%;
}

#comments ul, #comments ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#comments ul li, #comments ol li {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
  position: relative;
}

#comments ul li ul.children, #comments ol li ul.children {
  margin: 30px 0 0 80px;
}

#comments ul li ul.children li, #comments ol li ul.children li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 30px;
}

#comments ul li li:last-child, #comments ol li li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

#comments #respond h3 {
  clear: both;
  margin-bottom: 35px;
}

#comments #respond label {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

#comments .comment-author {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

#comments ul.children .fn {
  color: #000000;
}

#comments .comment-author a,
#comments ul.children .fn {
  font-family: "Unica One", cursive;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
}

#comments .comment-meta {
  color: #999;
  font-size: 12px;
}

#comments .comment-meta a {
  color: #999;
  font-size: 18px;
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

#comments .comment_inf_sep {
  padding: 0 12px;
  font-size: 16px;
  color: #ccc;
}

#comments .navigation {
  overflow: hidden;
}

#comment-wrap {
  margin-left: 100px;
}

.comment p {
  font-size: 16px;
  line-height: 33px;
}

.comment .says {
  display: none;
}

.comment-body {
  display: table;
  width: 100%;
}

.comment-body .reply {
  text-align: right;
}

/* ================= UI MESSAGE ================== */
.errorMessage {
  color: #ff0000 !important;
  font-weight: 400;
  margin-bottom: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
}

.successMessage {
  font-weight: 400;
  color: #12d62d !important;
  margin-bottom: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
}

/* ================= 404 ================== */
.page_404 {
  padding: 60px 0;
  background: #ffffff;
}

.page_404 h2 {
  text-align: center;
  font-size: 128px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.page_404 h4 {
  text-align: center;
  color: #323a45;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.page_404 p {
  text-align: center;
  color: #323a45;
  margin: 1em 0 2em;
  font-size: 16px;
  line-height: 26px;
}

.page_404 p a:hover {
  color: #323a45;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: underline;
}

.page_404 a {
  margin-left: 5px;
}

.page_404 .search-box {
  margin: 0 auto;
  display: inline-block;
  overflow: visible;
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}

.page_404 .search-form .search-field {
  width: 40%;
  height: 38px;
  padding: 0 10px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  outline: none;
  color: #000000;
  font-size: 14px;
}

.page_404 .search-form .search-submit {
  width: 77px;
  height: 38px;
  text-align: center;
  color: #0083b9;
  font-size: 14px;
  padding: 0;
  color: #fff;
  line-height: 36px;
  background: #333;
  border: none;
}

.page_404 .search-form .search-submit:hover {
  -webkit-filter: brightness(98%) !important;
}

#panel-container {
  position: relative;
}

#panel-sb {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 30%;
  max-width: 320px;
  width: 100%;
  background-color: #212425;
  z-index: 1000;
  height: 100%;
  transition: 0.5s;
}

/* ================= INFINITE LOAD BUTTON ================== */
#loader-box,
#navigation {
  display: block;
  text-align: center;
}

#inifiniteLoader {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  right: 5px;
  display: none;
  background-color: #202324;
  color: #fff;
  padding: 5px 40px;
  transform: translate(-50%, -50%);
  font-family: Open Sans, Arial, sans-serif;
  text-transform: uppercase;
}

#navigation {
  font-family: Open Sans, Arial, sans-serif;
  text-transform: uppercase;
}

/* ================= NAVIGATION ================== */
#navigation {
  clear: left;
  padding: 50px 0 25px 0;
}

nav.navigation.posts-navigation {
  margin: 25px 0;
  display: block;
}

nav.navigation.posts-navigation .screen-reader-text,
nav.navigation .screen-reader-text {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: none;
}

nav.navigation.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

nav.navigation.posts-navigation .nav-links a {
  background: rgba(0, 0, 0, 0.1);
  border-left: 5px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

/* ================= WIDGET ================== */
#panel-sb {
  /* ================= SEARCH ================== */
}

#panel-sb > .fc-widget {
  margin-bottom: 40px;
}

#panel-sb .widget {
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -ms-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

#panel-sb .widget > h4 {
  color: #fff;
}

#panel-sb .widget.active {
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -ms-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

#panel-sb .widget-header {
  border: none;
  background: #070707;
  margin-bottom: 20px;
  text-align: center;
  height: 40px;
  background: #fff;
}

#panel-sb h3 {
  display: inline-block;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 14px;
  color: #B0B2B3;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  margin: 0;
  left: -4px;
}

#panel-sb h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

#panel-sb h3.widget-title span:after {
  position: relative;
  top: 29px;
  left: 4px;
  float: left;
  bottom: 0px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0px 0px;
  border-color: #B0B2B3 transparent transparent transparent;
}

#panel-sb .fc-widget-search form.searchform {
  position: relative;
}

#panel-sb .fc-widget-search form.searchform input[type="text"] {
  padding-right: 35px;
  padding: 0.5em;
  border: 1px solid #222;
  width: 84%;
  display: inline-block;
  font-size: 12px;
  border-radius: 0;
  color: #cbcbcb;
  background: #111111;
  font-family: "Unica One", cursive;
}

#panel-sb .fc-widget-search form.searchform input[type="submit"] {
  height: 31px;
  position: absolute;
  right: 0;
  padding: 5px 12px !important;
  color: white !important;
  margin-bottom: 0px;
  background: #222 !important;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
}

#panel-sb .fc-widget-search form.searchform input[type="submit"]:hover {
  -webkit-filter: brightness(98%);
  opacity: 0.7;
}

#panel-sb .tagcloud .tag_cloud_post_tag {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

#panel-sb .tagcloud a {
  display: inline-block;
  padding: 0 10px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #25272A;
  color: #404347;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px !important;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px 0;
}

#panel-sb .tagcloud a:hover {
  color: #fff;
  text-decoration: none;
}

.fc-widget-header {
  border-bottom: 2px solid #222;
  margin: 0 0 25px 0;
  width: 100%;
  /* ================= WIDGET ================== */
}

.fc-widget-header:after {
  height: 2px;
  display: block;
  left: 0;
  content: " ";
  position: relative;
  width: 35px;
  top: 2px;
  background: #B0B2B3;
}

.fc-widget-header i {
  float: right;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #222;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  margin-right: 0;
  position: relative;
  top: -5px;
  top: 3px;
}

.fc-widget-header .fc-widget_meta ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.fc-widget-header .fc-widget_meta ul li {
  margin-bottom: 5px;
  color: #9a9a9a;
  text-align: right;
  overflow: hidden;
  line-height: 20px;
  font-size: 13px;
}

.fc-widget-header .fc-widget_meta ul li a {
  display: block;
  float: left;
  color: #B0B2B3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

.fc-widget-header .fc-widget_meta ul li a:hover {
  text-decoration: underline;
}

.fc-widget-header .fc-widget_meta ul li a:before {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 2px;
  background: #B0B2B3;
  display: inline-block;
  margin-right: 10px;
}

.content_2 {
  padding: 5px 20px 0 20px !important;
}

#wp-calendar {
  margin: 0 0;
  padding: 0 0;
  text-align: center;
  width: 100%;
}

#wp-calendar tbody {
  border-left: 1px solid #25272A;
}

#wp-calendar td {
  padding: 10px;
  color: #ebebeb;
  border-right: 1px solid #25272A;
  border-bottom: 1px solid #25272A;
  text-align: center;
}

#wp-calendar th {
  padding: 2px 2px;
  color: #ebebeb;
  background-color: #181818;
  text-align: center;
  font-weight: bold;
}

#wp-calendar .pad {
  background: transparent;
}

#wp-calendar caption {
  color: #fff;
  font-family: "Unica One", cursive;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  text-align: left;
}

#panel-sb > .widget > ul {
  padding-left: 15px;
}

#panel-sb > .widget > ul > li {
  list-style-type: circle;
}

#panel-sb > .widget > ul > li > ul > li {
  list-style-type: square;
}

#panel-sb .widget a {
  color: #404347;
}

#panel-sb .widget a:hover {
  color: #fff;
}

#panel-sb > .widget > ul > li > a,
#panel-sb > .widget > ul > li > ul > li > a {
  color: #404347;
  font-size: 14px;
  line-height: 28px;
}

.post-image img,
.post-image-single img {
  width: 100%;
  height: auto;
}

.post-content > img {
  width: 100%;
  height: auto;
}

/* ================= GALLERY ================== */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  padding: 5px;
  background: #f7f7f7;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 300;
  line-height: 35px;
  font-size: 17px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.gallery dl, .gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

#gallery img,
#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img {
  border: none !important;
}

/* ================= INSTAGRAM ================== */
.instagram-pics {
  padding-left: 0 !important;
}

.instagram-pics li {
  display: inline-block;
}

.instagram-pics li > a > img {
  width: 125px;
  height: 125px;
}

/* ================= SOCIAL NETWORKS ================== */
.sidebar-nav > .about-site > .social-icons > li.twitter > a:hover {
  color: #00aced !important;
}

.sidebar-nav > .about-site > .social-icons > li.facebook > a:hover {
  color: #3b5998 !important;
}

.sidebar-nav > .about-site > .social-icons > li.googleplus > a:hover {
  color: #dd4b39 !important;
}

.sidebar-nav > .about-site > .social-icons > li.pinterest > a:hover {
  color: #cb2027 !important;
}

.sidebar-nav > .about-site > .social-icons > li.instagram > a:hover {
  color: #bc2a8d !important;
}

.sidebar-nav > .about-site > .social-icons > li.vimeo > a:hover {
  color: #1ab7ea !important;
}

.sidebar-nav > .about-site > .social-icons > li.flickr > a:hover {
  color: #ff0084 !important;
}

.sidebar-nav > .about-site > .social-icons > li.soundcloud > a:hover {
  color: #ff3a00 !important;
}

.sidebar-nav > .about-site > .social-icons > li.youtube > a:hover {
  color: #bb0000 !important;
}

.sidebar-nav > .about-site > .social-icons > li.twitch > a:hover {
  color: #6441A4 !important;
}

.sidebar-nav > .about-site > .social-icons > li.linkedin > a:hover {
  color: #007bb6 !important;
}

.sidebar-nav > .about-site > .social-icons > li.stackoverflow > a:hover {
  color: #F48024 !important;
}

.rt-author-box {
  margin: 30px 0;
  padding: 40px;
  background: #202324;
  position: relative;
  overflow: hidden;
}

.rt-author-box > .author-box {
  position: relative;
}

.rt-author-box > .author-box > img {
  position: absolute;
  left: 0;
}

.rt-author-box > .author-box > .author-body {
  margin-left: 120px;
}

.rt-author-box > .author-box > .author-body > h4 {
  color: #fff;
  margin: 0;
}

.bypostauthor {
  opacity: 1;
}

.wp-caption {
  /*!*/
}

.wp-caption-text {
  /*!*/
}

.sticky {
  /*!*/
}

.screen-reader-text {
  /*!*/
}

.aligncenter {
  /*!*/
}

.format-status {
  /*!*/
}

.bypostauthor .fn a {
  color: #cea526;
}

.no-pad {
  padding: 0 !important;
}

/* menuNav */
.menuNav {
  width: 25px;
  height: 19px;
  margin: 10px 10px;
  position: fixed;
  left: 0;
  top: 5px;
  cursor: pointer;
  display: none;
  z-index: 100000;
}

.menuNav span {
  background-color: #202324;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 3px;
  transition-duration: 500ms;
}

.menuNav span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.menuNav span:nth-child(2) {
  top: 8px;
  left: 0px;
}

.menuNav span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.toggled #menu-toggle span:nth-child(1) {
  background-color: #202324;
  transform: rotate(45deg);
  top: 8px;
}

.toggled #menu-toggle span:nth-child(2) {
  transform: scale(0.1);
}

.toggled #menu-toggle span:nth-child(3) {
  background-color: #202324;
  transform: rotate(-45deg);
  top: 8px;
}

table {
  font-family: Open Sans, Arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  padding: 15px;
}

tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 420px) {
  #panel-sb {
    left: 0;
    z-index: 1000000;
    margin-top: 50px;
  }

  .p60 {
    padding: 60px 20px;
  }

  .rt-author-box > .author-box > .custom-logo {
    display: none;
  }

  .single .post-tag ul li {
    margin-bottom: 10px;
  }

  #comments ul li ul.children {
    margin: 0;
  }

  .menuNav {
    display: inline-block;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    margin-left: 0;
  }

  .toggled #sidebar-wrapper {
    width: 100%;
    margin-top: 50px;
  }
  .toggled #page-content-wrapper {
    margin-left: 0%;
  }

  .sidebar-nav .about-site > #site-description {
    display: none;
  }
  .sidebar-nav .about-site #site-title,
  .sidebar-nav .about-site .social-icons {
    display: none;
  }

  .entry-bottom .tags {
    display: none;
  }

  #mobile-header-bar {
    background-color: #fff;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
    -webkit-box-shadow: 0px 4px 22px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 22px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 22px -4px rgba(0, 0, 0, 0.2);
  }

  header.page-header .page-title {
    margin: 0;
  }

  #widget-icon {
    background-color: #202324;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Unica One", cursive;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999;
    border-radius: 2px;
    padding: 6px 12px;
  }

  .slideout-menu-close-btn {
    color: white;
    background-color: #202324;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 14px;
    z-index: 10000000;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 2px;
  }
}

@media screen and (min-width: 420px) and (max-width: 770px) {
  .rt-author-box > .author-box > .custom-logo {
    display: none;
  }

  .menuNav {
    display: inline-block;
  }

  #panel-sb {
    left: 0;
    z-index: 100000;
    margin-top: 50px;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    margin-left: 0;
  }

  .toggled #sidebar-wrapper {
    width: 100%;
    margin-top: 50px;
  }
  .toggled #page-content-wrapper {
    margin-left: 0%;
  }

  header.page-header .page-title {
    margin: 0;
  }

  #mobile-header-bar {
    background-color: #fff;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
    -webkit-box-shadow: 0px 4px 22px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 22px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 22px -4px rgba(0, 0, 0, 0.2);
  }
}
