/*
Theme Name: Smiley
Theme URI: http://republicofthemes.com/smiley/
Author: RepublicOfThemes
Author URI: http://www.republicofthemes.com/
Description: Smiley Premium WordPress theme.
Version: 1.0.0
Text Domain: smiley
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# WordPress Core
# WP Gallery
# Header
# Footer
# Site Content
# Sidebar
# Owl Carousel
# Post Preview
# Comments and Message
# Feat Area
# Main Content
# Preloader
# Back to top
# Advertisement
# Popup Search
# Smiley Slider
# Page posts
# Post related
# Other
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
}
a {
    cursor: pointer;
    text-decoration: none;
    border-width: 0;
    border-style: solid;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
body {
    overflow-wrap: break-word;
    word-break: break-word;
    min-height: 100%;
    position: relative;
    font-family: 'Montserrat',sans-serif;
    background: #ffffff url() repeat scroll top left;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    word-wrap: break-word;
}
section, nav, article, aside, hgroup, header, footer {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

ul, ul li {
    list-style: none;
    list-style-type: none;
}
ul ul {
    margin-left: 10px;
}

a:link, a:hover, a:visited {
    color: #ff3c36;
    text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  margin-bottom: 20px;
}
table td,
table th,
table tr {
  border: 1px solid #eee;
  padding: 0.857em;
  text-align: left;
}
table thead {
  background: #f9f9f9;
}
table thead td {
  font-size: 0.786em;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(255, 60, 54, 0.8);
  box-shadow: 0 1px 1px rgba(255, 60, 54, 0.75) inset, 0 0 8px rgba(255, 60, 54, 0.55);
  outline: 0 none;
}
p {
    margin: 0 0 10px;
}
body, input, select, textarea, button {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input, select, button, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 8px;
    border-width: 1px;
    font-size: 1rem;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
    -moz-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
    -o-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
    transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
}
blockquote:before {
  position: absolute;
  top: -3;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  content: '';
  background-image: url("images/quote.png");
  background-repeat: no-repeat;
}
blockquote {
  position: relative;
  margin: 1.5em 0;
  padding-left: 55px;
}
blockquote cite,
blockquote small {
  display: block;
  color: rgba(0, 0, 0, 0.3);
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
  margin-left: 0;
}
blockquote p {
  font-style: italic !important;
}
iframe {
  max-width: 100% !important;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.search-submit .screen-reader-text {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: none;
  position: relative !important;
  height: auto;
  width: auto;
}

/*--------------------------------------------------------------
# WordPress Core
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.bypostauthor {
  display: block;
}
.wp-smiley {
  margin: 0;
  max-height: 1em;
}
#wpstats {
  display: none;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.gallery-caption {
  display: block;
  font-size: 1em;
  text-align: center;
  padding-top: 10px;
  margin: 0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.footer-widgets .wp-caption p.wp-caption-text {
  color: #b2b2b2;
}
/*--------------------------------------------------------------
# WP Gallery
--------------------------------------------------------------*/
.gallery {
  margin: 0 auto;
}

.gallery-item {
  display: block;
  float: left;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  margin: 0 0 20px;
}
.gallery-item:after {
  clear: both;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item img {
  border: none;
}

.gallery-caption {
  display: block;
  font-size: 1em;
  text-align: center;
  padding-top: 10px;
  margin: 0;
}

#share:before {
  clear: both;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    width: 100%;
    display: block;
}
/*header top section*/
header .top-section {
    height: 115px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: -10px;
}
header .top-section .logo, 
header .top-section .icons {
    padding-top: 25px;
}
header .top-section .icons .icons-inner {
    width: auto;
    height: 70px;
    display: inline;
}
header .top-section .logo img {
    display: inline-block;
    float: left;
}
header .top-section .logo h1 {
    padding-top: 25px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    height: 70px;
    display: inline-block;
    float: left;
}
header .top-section .icons a {
    float: right;
    font-size: 32px;
    margin-right: 15px;
    padding-top: 40px;
}
header .top-section .icons a i:hover {
    color: #000;
}
header .top-section .icons a:first-child {
    margin-right: 0px;
}
header .top-section .icons, 
header .top-section .logo {
    width: 50%;
}
header .top-section .icons {
    float: right;
}
header .top-section .logo {
    float: left;
}
@media screen and (max-width: 767px) {
    header .top-section .icons, 
    header .top-section .logo {
        width: 100%;
    }
    header .top-section .icons,
    header .top-section .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .top-section .icons a,
    header .top-section .logo img, 
    header .top-section .logo h1 {
        height: auto;
        vertical-align: middle;
    }
    header .top-section .icons {
        padding-top: 0;
    }
    header .top-section .icons a {
        padding-top: 25px;
        padding-bottom: 10px;
    }
}
header #header-navigation {
    margin: 0 auto;
    top: 0;
    height: 70px;
    background: #ff3c36;
    border: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px, rgba(0, 0, 0, 0.0588235) 0px 2px 4px 0px;
    box-shadow: 0 1px 20px rgba(0,0,0,.12);
}
header .nav-wrapper {
    font-family: 'Montserrat',sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
    height: 70px;
}
header .nav-pattern svg {
    fill: #ff3c36;
}
header .nav-top-pattern {
    margin-bottom: -10px;
}
header .nav-pattern.nav-bottom-pattern {
  margin-top: -2px;
}

/*header nav menu*/
header .header-menu {
    display: block;  
}
header .header-menu > div > ul > li {
    float: left;
    height: 70px;
    display: inline-block;
    padding: 0;
    margin-right: 1px;
}
header .header-menu > div > ul > li > a {
    height: 70px;
    line-height: 73px;
    padding: 12px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    color: #fff;
}
header .nav>li>a {
    display: inline;
}
header .header-menu > div > ul > li > a > i {
    margin-left: 3px;
}
header .header-menu > div > ul > li > a:hover {
    color: #000;
}

.header-menu ul li, 
.header-menu ul li ul, 
.header-menu ul li a,
a, 
.nav-icons a i,
.icons-inner a i,
.social-icons li a i,
.smiley-mobile-menu-close i,  
.navbar-toggle .icon-bar, 
#smiley-mobile-menu-bottom .social-icons a i, 
span, 
.btn, 
header .nav-wrapper .nav-icons li i, 
.owl-carousel .owl-nav div, 
.widget_socials li a, 
.navigation.post-navigation .nav-links a p {
    outline: 0;
    transition: all 0.3s ease!important;
    -webkit-transition: all 0.3s ease!important;
    -moz-transition: all 0.3s ease!important;
    -o-transition: all 0.3s ease!important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, 
.nav>li>a:focus, .nav>li>a:hover, 
.dropdown-menu>li>a:hover {
    background-color: transparent;
    border-color: transparent;
}
header li.dropdown:hover > .dropdown-menu, 
header li.dropdown-submenu:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
}
header .dropdown-menu>li a:hover {
    color: #ff3c36;
}
header .dropdown-menu>li {
    text-align: left;
}
header .dropdown-menu li a i {
    float: right;
    display: inline-block;
}
header .dropdown-menu>li a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
    display: block;
    padding: 4px 20px;
}
header ul.dropdown-menu {
    display: block;
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
header ul.dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    left: 0;
    right: auto;
    width: 240px;
    padding: 20px 0;
    -webkit-box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
}
header .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/*Dropdown submenu*/
header .navbar {
    border-radius: 0px;
}
header .dropdown-submenu {
    position: relative;
}
header .dropdown-submenu>.dropdown-menu {
    top: -10px;
    left: 100%;
    margin-top: -2px;
    margin-left: 0px;
}
header .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
header .dropdown-menu > li a.dropdown-toggle:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 6px;
    font-weight: 700;
}
header .dropdown-submenu.pull-left {
    float: none;
}
header .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
header .main-navigation ul ul li:last-child a {
  border-bottom: none;
}
header .dropdown-menu {
  padding: 0px;
}
header .navbar-default .navbar-collapse {
  position: relative;
  z-index: 1;
}
/*navbar toggle*/
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggle {
    float: left;
    padding-top: 15px;
    margin-right: 0px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 40px;
    height: 4px;
}
.navbar-toggle:hover .icon-bar {
    background-color: #000;
}


@media screen and (min-width: 889px) {
    .container {
        width: 870px;
    }
}
@media screen and (min-width: 931px) {
    .container {
        width: 911px;
    }
}
@media screen and (min-width: 980px) {
    .container {
        width: 956px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (max-width: 888px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        z-index: 100;
        text-align: center;
    }
    .navbar-collapse.collapse li {
        width: 100%;
    }
}

/*nav-icons*/
header .nav-wrapper .nav-icons {
    width: auto;
    float: right;
    display: block;
    height: 70px;
}
header .nav-wrapper .nav-icons > li {
    color: #fff;
    line-height: 75px;
}
header .nav-wrapper .nav-icons > li:hover {
  cursor: pointer;
}
header .nav-wrapper .nav-icons > li > i:hover {
    color: #000;
}
header .nav-wrapper .nav-icons > li {
    margin-right: 8px;
}
header .nav-wrapper .nav-icons > li:last-child {
    margin-right: 0px;
}
/*new nav icons*/
header .nav-wrapper .nav-icons > li  {
  display: inline-block;
}
header .nav-wrapper .nav-icons > li > i {
  font-size: 25px;
}
.nav-icons-share ul {
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  width: 47px;
  -webkit-box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
  right: auto;
  margin-left: -7px;
}
.nav-icons-share ul li a i {
  font-size: 20px;
  color: #b2b2b2;
}
header .nav-wrapper .nav-icons > li > ul > li> a > i:hover {
  color: #ff3c36;
}
.nav-icons-share:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
.nav-icons-share ul li {
  text-align: center;
}
.nav-icons-share ul li a {
  display: block;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Mobile Nav Menu
--------------------------------------------------------------*/
#smiley-mobile-menu-wrap {
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
#smiley-mobile-menu-wrap {
    background: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-335px,0,0);
    -moz-transform: translate3d(-335px,0,0);
    -ms-transform: translate3d(-335px,0,0);
    -o-transform: translate3d(-335px,0,0);
    transform: translate3d(-335px,0,0);
    width: 335px;
    height: 100%;
    z-index: 999999;
}
.smiley-mobile-menu-toggle {
    cursor: pointer;
}
#smiley-mobile-menu-top {
    width: 100%;
    height: 60px;
}
#smiley-mobile-logo {
    margin-left: 15px;
    padding-right: 41px;
    margin-right: 30px;
    height: 60px;
}
#smiley-mobile-logo > a {
    display: block;
}
#smiley-mobile-logo h1 {
    padding-top: 7px;
}
.smiley-mobile-menu-close {
    top: 0;
    right: 0;
    position: absolute;
    width: 54px;
    height: 54px;
}
.smiley-mobile-menu-close i {
    margin-top: 11px;
}
.smiley-mobile-menu-close i:hover {
    color: #FF3C36;
}
.smiley-mobile-menu-close i:before {
    font-size: 35px;
}
.smiley-mobile-menu-transform {
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
#smiley-mobile-wrap-inner {
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
}
.smiley-mobile-menu nav.smiley-mobile-nav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 20px 5.40540540541% 0;
    overflow: hidden;
    position: absolute !important;
    width: 89.1891891892%;
    max-height: 65%;
    overflow: hidden; 
    outline: none;
}
.smiley-mobile-menu nav.smiley-mobile-nav ul {
    float: left;
    position: relative;
    width: 100%;
}
/*.smiley-mobile-menu nav.smiley-mobile-nav ul div.mvp-mega-dropdown {
    display: none;
    }*/

.smiley-mobile-menu nav.smiley-mobile-nav ul li {
    border-top: 1px solid #eee;
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.smiley-mobile-menu nav.smiley-mobile-nav ul li:first-child {
    border-top: none;
    margin-top: -14px;
}
.smiley-mobile-menu nav.smiley-mobile-nav ul li ul li:first-child {
    margin-top: 0;
}
.smiley-mobile-menu nav.smiley-mobile-nav ul li a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #444;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 0;
    text-transform: uppercase;
    }

.smiley-mobile-menu nav.smiley-mobile-nav ul li.menu-item-has-children:after {
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 13px;
    display: inline;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-weight: 700;
    color: #ff3c36;
}
.smiley-mobile-menu nav.smiley-mobile-nav ul li.menu-item-has-children.tog-angle-up:after {
    content: "\f106";
}
.smiley-mobile-menu .dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none;
}
.smiley-mobile-menu nav.smiley-mobile-nav ul li ul.dropdown-menu {
    border-top: 1px solid #eee;
    display: none;
    float: left;
    padding-left: 6.66666666666%;
    width: 93.333333333%;
}
.smiley-mobile-menu-fade {
    background: #222;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.smiley-mobile-menu-fade-transparent {
    opacity: .6;
    height: 100%;
}
#smiley-mobile-wrap-inner .fa-angle-down, 
#smiley-mobile-wrap-inner .fa-angle-down:before {
    display: none;
}
#smiley-mobile-menu-bottom {
    margin: 0 5.40540540541%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 89.1891891892%; 
}
span.smiley-mobile-menu-bottom-text {
    color: #777;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
/*nav-icons*/
#smiley-mobile-menu-bottom ul {
    width: auto;
    font-size: 18px;
    float: none;
    display: block;
    height: 42px;
}
#smiley-mobile-menu-bottom ul li a {
    color: #ff3c36;
    line-height: 42px;
}
#smiley-mobile-menu-bottom ul li a:hover {
    color: #000;
}
#smiley-mobile-menu-bottom ul li {
    margin-right: 11px;
    display: inline-block;
}
#smiley-mobile-menu-bottom ul li:last-child {
    margin-right: 0px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    display: block;
    overflow: hidden;
    width: 100%;
}
footer #copyright p {
    margin-bottom: 0;
}
footer #copyright {
    background-color: #222;
    color: #aaa;
    display: block;
    overflow: hidden;
    padding: 15px 0 13px;
    width: 100%;
    text-align: center;
    color: #fff;
}
footer .footer-widgets {
    background-color: #222;
    padding-bottom: 0px;
    padding-top: 2px;
}
footer .footer-widgets .footer-widgets-inner {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-widgets #wp-calendar tbody {
  color: #fff;
}
footer .footer-widgets h2.title {
    position: relative;
    margin: 0 0 20px;
}

.footer-widgets-inner > ul > li {
    overflow: hidden;
    margin-bottom: 32px;
    margin-top: 32px;
}
.f-w-1 .footer-widget-column {
  margin: 0 auto;
  float: none;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-grid;
    display: -moz-inline-stack;
    float:none;
    text-align:left;
    margin-right:-4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .f-w-1 .footer-widget-column {
        margin: 0 auto;
        float: none;
     }
     .f-w-2 .col-centered {
        float: left;
        width: 50%;
     }
     .f-w-3 .col-centered {
      float: left;
     }
     .widget_socials li {
      float: left !important;
     }
}
@supports (-ms-accelerator:true) {
    .f-w-1 .footer-widget-column {
        margin: 0 auto;
        float: none;
     }
     .f-w-2 .col-centered {
        float: left;
        width: 50%;
     }
     .f-w-3 .col-centered {
      float: left;
     }
     .widget_socials li {
      float: left !important;
     }
}
@media all and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .f-w-2 .col-centered {
        width: 100%;
     }
}
@-moz-document url-prefix() {
  .footer-widgets-inner > ul > li {
    overflow: visible;
    display: inline-block;
    vertical-align: top;
  }
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
.float-left, 
.col-main-content.left {
    float: left;
}
.float-right, 
.col-main-content.right {
    float: right;
}
.col-main-content {
    width: 66.66666%;
}
.col-main-content.full-width {
    width: 90%;
    margin: 0 auto;
}
.cl-blog-page .col-main-content.full-width {
    width: 100%;
}
.fw .col-main-content.full-width {
    width: 100%;
}
.col-sidebar {
    width: 33.33333%;
    float: left;
}

.col-sidebar.right {
    padding-right: 15px;
    padding-left: 40px;
}
.col-sidebar.left {
    padding-right: 40px;
    padding-left: 15px;
}
.site-content {
    margin-top: 25px;
    position: relative;
    display: block;
    width: 100%;
}
.sidebar {
    margin-bottom: 25px;
}
/*@media (min-width: 992px) {
    .main-wrapper-row > .col-main-content.col-md-9 {
        width: 73%;
    }
    .main-wrapper-row > .col-sidebar.col-md-3 {
        width: 27%;
    }
}*/
@media (max-width: 991px) {
    .main-wrapper-row > .col-md-9.pull-right {
        float: none !important;
    }
}
@media screen and (max-width: 900px) {
    .col-main-content {
        width: 100%;
    }
    .col-main-content.full-width {
        width: 100%;
    }
    .col-sidebar {
        width: 100%;
    }
    .col-sidebar.left, 
    .col-sidebar.right {
        padding: 15px;
    }
}

/*featured content*/

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar ul {
    list-style: none;
}
.sidebar li {
    margin: 0;
}
.widget, .widget > ul {
    margin: 0;
    padding: 0;
}
.widget {
    margin-bottom: 35px;
}
.widget::after, .widget::before {
    content: '';
    display: table;
    clear: both;
}
.widget select {
    width: 100%;
    max-width: 100%;
}
.sidebar h2.title {
    position: relative;
    margin: 0 0 20px;
}
.widget h2.title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #eee;
    top: 21px;
    z-index: 0;
}
.widget h2.title span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 0 10px 0 0;
    z-index: 1;
    color: #000;
}
/*smiley recent posts*/
ul.smiley-recent-posts li:first-child {
    padding-top: 0;
    border-top: none;
}
ul.smiley-recent-posts li:last-child {
    padding-bottom: 0;
}
ul.smiley-recent-posts li {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #eee;
}
ul.smiley-recent-posts .item-thumbnail {
    margin: 0 10px 0 0 !important;
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
}
ul.smiley-recent-posts .item-thumbnail a {
  display: block;
}
ul.smiley-recent-posts li img {
    padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
ul.smiley-recent-posts li a {
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 20px;
}
ul.smiley-recent-posts .item-title {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}
ul.smiley-recent-posts li {
    clear: both;
}
ul.smiley-recent-posts .item-title a:hover {
    color: #FF3C36;
}
ul.smiley-recent-posts .item-date {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9395a5;
    margin-left: 29px;
}
.item-content-number {
    position: absolute;
    width: 26px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #ff3c36;
    color: #fff;
    padding-left: 7px;
    font-weight: 700;
}
ul.smiley-recent-posts li:first-child .item-content-number {
  padding-left: 8px;
}
footer ul.smiley-recent-posts li {
  border-color: #4a4a4c;
}
/*social icons*/
.widget_socials ul {
    display: block;
    text-align: center;
}
.widget ul {
    list-style: none;
}
.widget_socials li {
    display: inline-grid;
    display: -moz-inline-stack;
    float: none;
    text-align: left;
    margin-left: 6px;
    margin-bottom: 6px;
}
.widget_socials li:first-child {
  margin-left: 0;
}
.widget_socials li a {
    width: 45px;
    color: #fff;
    height: 45px;
    border-radius: 50%;
    display: block;
    font-size: 21px;
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 6px 23px -7px rgba(69,67,69,0.64);
    -moz-box-shadow: 1px 6px 23px -7px rgba(69,67,69,0.64);
    box-shadow: 1px 6px 23px -7px rgba(69,67,69,0.64);
}
.widget_socials li a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
footer .widget_socials li a {
    -webkit-box-shadow: 1px 6px 23px -7px #fff;
    -moz-box-shadow: 1px 6px 23px -7px #fff;
    box-shadow: 1px 6px 23px -7px #fff;
}
.widget_socials li:hover a {
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
}
.widget_socials .soc-icon-facebook i {
    padding-left: 15px;
    padding-top: 12px;
}
.widget_socials .soc-icon-facebook {
   background-color: #6078aa;
}
.widget_socials .soc-icon-twitter i {
    padding-left: 12px;
    padding-top: 11px;
}
.widget_socials .soc-icon-twitter {
    background-color: #00acee;
}
.widget_socials .soc-icon-google-plus i {
    padding-left: 10px;
    padding-top: 11px;
}
.widget_socials .soc-icon-google-plus {
    background-color: #df4b37;
}
.widget_socials .soc-icon-linkedin {
    background-color: #0d77b7;
}
.widget_socials .soc-icon-linkedin i {
    padding-left: 13px;
    padding-top: 9px;
}
.widget_socials .soc-icon-instagram {
    background-color: #125688;
}
.widget_socials .soc-icon-instagram i {
    padding-left: 13px;
    padding-top: 10px;
}
.widget_socials .soc-icon-pinterest {
    background-color: #cd2029;
}
.widget_socials .soc-icon-pinterest i {
    padding-left: 13px;
    padding-top: 10px;
}
.widget_socials .soc-icon-youtube i {
    padding-left: 12px;
    padding-top: 10px;
}
.widget_socials .soc-icon-youtube {
    background-color: #cd332d;
}
.widget_socials .soc-icon-dribbble i {
    padding-left: 13px;
    padding-top: 10px;
}
.widget_socials .soc-icon-dribbble {
    background-color: #de3777;
}
.widget_socials .soc-icon-reddit i {
  padding-left: 11px;
  padding-top: 10px;
}
.widget_socials .soc-icon-reddit {
  background-color: #5f99cf;
}

.tagcloud a {
    font-size: 12px !important;
    color: #999;
    border: 1px solid #eee;
    padding: 5px 12px;
    float: left;
    position: relative;
    display: inline-block;
    margin: 0 1px 1px 0;
    text-transform: capitalize;
}
.tagcloud a:hover {
    background-color: #FF3C36;
    color: #fff;
}
.widget.widget_calendar {
    font-size: 13px;
}
.widget.widget_calendar table {
    margin: 0 auto;
}
.widget_archive a, 
.widget_categories a, 
.widget_nav-menu a, 
.widget_nav_menu a, 
.widget_meta a, 
.widget_pages a, 
.widget_recent_entries a,
.widget .recentcomments,
.widget_rss cite {
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 20px;
}
.widget_archive a:hover, 
.widget_categories a:hover, 
.widget_nav-menu a:hover, 
.widget_nav_menu a:hover, 
.widget_recent_entries a:hover,
.widget_meta a:hover, 
.widget_pages a:hover {
    color: #FF3C36;
}
.widget .recentcomments a:hover,
.widget_rss a.rsswidget:hover {
    color: #000;
}
.widget .comment-author-link {
    font-style: italic;
}
.widget_rss .rsswidget {
    color: #FF3C36;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 20px;
}
.widget_rss .rss-date {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(147, 149, 165);
}
.widget_rss .rssSummary {
    font-size: 13px;
}
.widget-banner-img {
    margin: 0 auto;
}
.widget p {
    font-size: 13px;
}
.widget select, 
.widget input, 
.form-control {
    border-radius: 5px;
    height: 34px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 2%;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.widget button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
}
.search-form {
    position: relative;
}
/*autor's pick*/
ul.authors-pick-widget .post-meta {
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
ul.authors-pick-widget .post-date {
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    color: #B7B7B7;
    margin-top: 7px;
}
ul.authors-pick-widget li .post-meta .post-date:before {
    content: '';
}
ul.authors-pick-widget li~li {
    border-top: 1px solid #eee;
}
.footer-widgets ul.authors-pick-widget li~li {
    border-top: 1px solid #4a4a4c;
}
ul.authors-pick-widget li a .post-title h6 {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    margin: 0 0 0 25px;
}
ul.authors-pick-widget .post-meta {
    margin: 0;
    padding: 0;
    border: 0;
}
ul.authors-pick-widget li.authors-pick-first .post-meta {
    position: relative;
    padding: 0 0 0 25px;
}
ul.authors-pick-widget li.authors-pick-first, 
ul.authors-pick-widget li.authors-pick-first > a {
  width: 100%;
  min-height: 80px;
}
ul.authors-pick-widget li.authors-pick-first a .post-image {
   margin: 0;
    line-height: 0;
    opacity: 0.6;
}

ul.authors-pick-widget li.authors-pick-first .post-title {
    position: absolute;
    bottom: 35px;
}
ul.authors-pick-widget li.authors-pick-first a .post-title h6 {
    padding: 0 25px;
}
ul.authors-pick-widget li.authors-pick-first .post-title h6 {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
ul.authors-pick-widget li a .post-title h6 {
    margin: 0;
}
ul.authors-pick-widget li a {
    position: relative;
    display: block;
    padding: 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
ul.authors-pick-widget li.authors-pick-first a {
    padding: 0;
    background-color: #000;
}
.sidebar li {
    margin: 0;
    padding-bottom: .25em;
    padding-right: 0;
    padding-top: 0;
}
ul.authors-pick-widget li {
    padding: 0!important;
}
ul.authors-pick-widget li {
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    background-position: center center!important;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 0px;
}
ul.authors-pick-widget {
    border-radius: 2%;
    background-color: transparent;
}
.authors-pick-widget li.authors-pick-first {
    padding-top: 0;
    border-top-right-radius: 2%;
    border-top-left-radius: 2%;
}
.authors-pick-widget li:last-child {
    border-bottom-right-radius: 2%;
    border-bottom-left-radius: 2%;
}
ul.authors-pick-widget {
    border: 1px solid #eee;
}
.footer-widgets ul.authors-pick-widget {
    border: 1px solid #4a4a4c;
}
ul.authors-pick-widget li a:hover .post-title h6 {
    color: #fff;
}
ul.authors-pick-widget li a .post-title h6 {
    line-height: 19px;
}
ul.authors-pick-widget li a:hover, 
.footer-widgets ul.authors-pick-widget li a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.footer-widgets .tagcloud a {
  border-color: #4a4a4c;
}
.widget_wysija_cont p label {
    margin-bottom: 2px;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
.owl-carousel .owl-nav {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-nav div {
  z-index: 99;
  position: absolute;
  top: 50%;
  background: transparent;
  color: #fff;
  display: inline-block;
  zoom: 1;
  height: 100px;
  line-height: 100px;
  margin-top: -55px;
  width: 30px;
  text-align: center;
  font-size: 100px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}
.owl-carousel .owl-nav div.owl-prev {
  left: 20px;
}
.owl-carousel .owl-nav div.owl-next {
  right: 20px;
}
.owl-carousel .owl-nav div:hover {
  color: #ff3c36;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
}
.owl-carousel:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.owl-dots {
  display: none;
  padding-top: 20px;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  margin: 0 6px;
  background: #eaeaea;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.owl-dot.active {
  background: #1f2021;
}

/*--------------------------------------------------------------
# Post Preview
--------------------------------------------------------------*/
.article-post-preview .post-thumbnail {
    margin-bottom: 15px;
}
.article-post-preview .post-title {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.article-post-preview .post-title h1 {
    text-align: center;
    font-weight: 700;
}
.article-post-preview .comments-and-views, 
.article-post-preview .post-categories {
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
}
.article-post-preview .comments-and-views {
    color: #999;
}
.article-post-preview .comments-and-views a {
    color: #999;
    font-size: 13px;
    margin-right: 3px;
    padding: 2px 6px 2px 8px;
    margin-top: 4px;
    display: inline-table;
}
.article-post-preview .comments-and-views a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 1px;
    line-height: 23px;
}
.article-post-preview .comments-and-views .post-view-count:before {
    content: '\f06e';
}
.article-post-preview .comments-and-views .post-comment-count:before {
    content: '\f0e5';
}
.article-post-preview .posted-on:before {
    content: '\f017';
}
.article-post-preview .post-categories a {
    margin-right: 3px;
    padding: 2px 6px 2px 8px;
    background-color: rgba(255, 60, 54, 1);
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 4px;
    display: inline-table;
    margin-bottom: 8px;
}

.article-post-preview .post-details-bottom {
    margin-top: 6px;
    display: block;
}
.article-post-preview .author {
    position: relative;
    top: 3px;
}
.article-post-preview .author a {
    font-size: 13px;
    color: #999;
}
.article-post-preview .author-img {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 4px;
}
.article-post-preview .author-img img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.article-post-preview .author a .author-name {
    color: #999;
}
.article-post-preview .post-details-bottom {
    text-align: center;
}
.article-post-preview .post-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.article-post-preview .navigation.pagination {
    margin-left: 0px;
}
.entry-footer {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12px;
    text-transform: uppercase;
}
.entry-footer .share-links {
    display: block;
}
.entry-footer .share-links span {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a1a3b0;
}
.entry-footer .share-links a {
    display: inline-block;
    margin-bottom: 3px;
    padding: 5px 18px;
    text-align: center;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
}
.entry-footer .share-links a.icon-twitter {
    background-color: #4099ff;
}
.entry-footer .share-links a.icon-twitter:hover {
    background-color: #268bff;
}
.entry-footer .share-links a.icon-facebook {
    background-color: #4467ad;
}
.entry-footer .share-links a.icon-facebook:hover {
    background-color: #3d5c9b;
}
.entry-footer .share-links a.icon-google-plus, .entry-footer .share-links a.icon-youtube {
    background-color: #ff4b4b;
}
.entry-footer .share-links a.icon-google-plus:hover, .entry-footer .share-links a.icon-youtube:hover {
    background-color: #ff3131;
}
.entry-footer .share-links a.icon-pinterest {
    background-color: #c0392b;
}
.entry-footer .share-links a.icon-pinterest:hover {
    background-color: #ab3326;
}
.entry-footer .share-links a.icon-linkedin {
    background-color: #46b8da;
}
.entry-footer .share-links a.icon-linkedin:hover {
    background-color: #31b0d5;
}
.entry-footer .share-links a .fa, .entry-footer .share-links a .glyphicon, .entry-footer .share-links a i {
    position: relative;
    top: 2px;
    left: -2px;
    font-size: 15px;
    margin-right: 5px;
}
.entry-footer .tags-links {
    display: block;
    margin: 10px 0 40px;
}
.entry-footer-tags .tags-links {
    display: block;
}
.entry-footer .tags-links a, 
.entry-footer-tags .tags-links a {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    text-transform: none;
    color: #afb1bc;
}
.entry-footer .tags-links a:hover, 
.entry-footer-tags .tags-links a:hover {
    color: #2b2b2b;
}
.entry-footer .tags-links a::before, 
.entry-footer-tags .tags-links a::before {
    content: '#';
}

/*--------------------------------------------------------------
# Comments and Message
--------------------------------------------------------------*/
.section-title {
    margin-bottom: 30px;
}
.comment-respond .section-title {
    margin-bottom: 10px;
}
input[type="submit"] {
    border-color: #ff3c36;
    background-color: #ff3c36;
    color: #fff;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-right: 0.2px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    zoom: 1;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-color 0.175s ease-in-out, background-color 0.175s ease-in-out, color 0.175s ease-in-out, padding 0.175s ease-in-out;
    -moz-transition: border-color 0.175s ease-in-out, background-color 0.175s ease-in-out, color 0.175s ease-in-out, padding 0.175s ease-in-out;
    -o-transition: border-color 0.175s ease-in-out, background-color 0.175s ease-in-out, color 0.175s ease-in-out, padding 0.175s ease-in-out;
    transition: border-color 0.175s ease-in-out, background-color 0.175s ease-in-out, color 0.175s ease-in-out, padding 0.175s ease-in-out;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
    box-shadow: 0 3px 6px -3px rgba(0,0,0,0.333);
}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active {
    box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.333);
}
.comment-form>p {
    margin-bottom: 20px;
}
.section-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 24px;
    line-height: 1.125;
    color: #ff3c36;
    margin-bottom: 1.5rem;
}
.comment-list {
    margin-bottom: 40px;
    padding-left: 0;
    list-style-type: none;
}
.comment-list:after, .comment-list:before {
    content: "";
    display: table;
    clear: both;
}
.comment-list ol {
    margin-left: 50px;
    padding: 0;
    list-style-type: none;
}
@media screen and (max-width:767px) {
    .comment-list ol {
    margin-left: 0;
}
}.comment-list .comment {
    margin-top: 0;
    padding-bottom: 0;
}
.comment-list .comment-meta .comment-author .avatar {
    position: absolute;
    left: -85px;
    top: 0;
    max-width: 65px;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%}
.comment-list .comment-meta .comment-author .fn {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #2b2b2b;
}
.comment-list .comment-meta .comment-metadata {
    margin-top: -3px;
}
.comment-list .comment-meta .comment-metadata time {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9395a5;
}
.comment-list .comment-content {
    font-size: 13px;
    line-height: 22px;
    color: #2b2b2b;
}
.comment-list .comment .reply {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.comment-list .comment .reply a {
    display: inline-block;
    color: #9395a5;
}
.comment-list .comment .reply a:hover {
    color: #82b440;
}
.comment-list .comment .reply a::after {
    content: '\f175';
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 10px;
}
.comment-list .comment-body {
    position: relative;
    margin-bottom: 30px;
    margin-left: 85px;
}
.comment-navigation {
    margin-bottom: 20px;
    margin-top: 20px;
}
.comment-navigation .nav-links {
    display: block;
    width: 100%}
.comment-navigation .nav-links::after, .comment-navigation .nav-links::before {
    content: '';
    display: table;
    clear: both;
}
.comment-navigation .nav-links .nav-next, .comment-navigation .nav-links .nav-previous {
    display: inline-block;
}
.comment-navigation .nav-links .nav-next a, .comment-navigation .nav-links .nav-previous a {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2b2b2b;
}
.comment-navigation .nav-links .nav-next a:hover, .comment-navigation .nav-links .nav-previous a:hover {
    color: #9395a5;
}
@media screen and (max-width:37.5em) {
    .comment-navigation .nav-links .nav-next, .comment-navigation .nav-links .nav-previous {
    width: 50%;}
}.comment-navigation .nav-links .nav-previous {
    float: left;
    text-align: left;
}
.comment-navigation .nav-links .nav-previous a::before {
    content: '\f177';
    font-family: FontAwesome;
    font-size: 11px;
    padding-right: 5px;
}
.comment-navigation .nav-links .nav-next {
    float: right;
    text-align: right;
}
.comment-navigation .nav-links .nav-next a::after {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 11px;
    padding-left: 5px;
}
.comment .comment-respond {
  margin-bottom: 25px;
}

.comment-respond label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.comment-form label {
    display: block;
}
.comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label, .comment-form .comment-form-comment label {
    color: #2b2b2b;
    overflow: hidden;
}
@media only screen and (min-width: 801px) {
    .comment-form #author, .comment-form #email, .comment-form #url {
        width: auto;
        min-width: 50%;
    }
}
.comment-respond textarea {
    width: 100%;
}
.form-submit input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 15px;
}
/*author bio*/
.entry-author-bio {
    position: relative;
    min-height: 100px;
    margin-bottom: 60px;
    background-color: #fff;
}
.entry-author-bio .author-bio-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.entry-author-bio .author-bio-avatar .avatar {
    max-width: 120px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.entry-author-bio .author-bio-description {
    padding-left: 150px;
}
.entry-author-bio .author-bio-description h4 {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2b2b2b;
}
.entry-author-bio .author-bio-description p {
    font-size: 13px;
    line-height: 22px;
}
@media screen and (max-width:767px) {
    .entry-author-bio {
        text-align: center;
    }
    .entry-author-bio .author-bio-avatar {
        position: static;
        display: block;
    }
    .entry-author-bio .author-bio-avatar .avatar {
        display: block;
        margin: 0 auto 20px;
    }
    .entry-author-bio .author-bio-description {
        padding-left: 0;
    }
}
.entry-author-bio .author-link {
    font-size: 14px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Feat Area
--------------------------------------------------------------*/
.feat-cont-inner {
    margin-bottom: 25px;
}
.feat-area {
  display: block;
  margin-bottom: 35px;
}
.feat-area:before, .feat-area:after {
  content: " ";
  display: block;
  clear: both;
}

.feat-area .feat-item .feat-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.feat-area .feat-item .feat-cont-inner {
  position: absolute;
  z-index: 3;
  width: 90%;
  left: 5%;
  bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.feat-area .feat-item {
  position: relative;
  float: left;
  height: 480px;
  width: 50%;
  background-position: center;
  background-size: cover;
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
}
.feat-cont-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background-image: -owg-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65) 100%);
    background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65) 100%);
    background-image: -moz-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65) 100%);
    background-image: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65) 100%);
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65) 100%);
    border-radius: 6px;
}
.feat-cont-inner .post-meta-top {
    color: #fff;
}
.feat-area .feat-item .feat-cont-inner .feat-item-title a {
  margin: 0;
  font-size: 27px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 34px;
}
.feat-area .feat-item .feat-item-link {
    background: #222;
    opacity: 0.1;
}
.feat-area .feat-item:hover .feat-item-link {
    opacity: 0;
}
.feat-area .feat-item:hover .feat-cont-inner .feat-item-title a {
    color: #ffe400;
}
.feat-area .feat-item .post-meta-top {
  margin-bottom: 10px;
}
.feat-area .feat-item .post-meta-top .post-meta-wrapper {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.feat-area .feat-item .post-meta-top .post-share-count + .post-meta-wrapper {
  margin: 0 7px;
  padding: 0 10px;
}
.feat-area .author-img {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 4px;
}
.feat-area .author-img img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inherit;
}
.feat-area .feat-item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.feat-area .post-view-count,  
.feat-area .post-comment-count {
  color: #f7f2f2;
  white-space: nowrap;
}

.feat-area .post-view-count:before, 
.feat-area .post-comment-count:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 1px;
}
.feat-area .post-view-count:before {
  content: '\f06e';
}
.feat-area .post-comment-count:before {
  content: '\f0e5';
}
.feat-area .post-view-count {
  margin-right: 8px;
}
.post-meta-bottom {
  margin-top: 8px;
}

.feat-area .feat-item .feat-cont-inner {
  text-align: center;
}
.items-1 .feat-item {
      width: 100%;
}
.feat-area .owl-stage-outer {
  border-radius: 6px;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
.filter-posts {
    padding-bottom: 3px;
    margin: 12px 15px 28px 15px;
    border-bottom: 1px solid #ececec;
}
.filter-posts ul {
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
    list-style: none;
}
.filter-posts ul li {
    cursor: pointer;
    display: inline-block;
    margin-left: 12px;
    text-transform: uppercase;
}
.filter-posts ul li:first-child {
    float: left;
    margin-left: 0;
}
.filter-posts ul li a {
    font-size: 27px;
    font-weight: 700;
    color: #ccc;
}
.filter-selected-title {
  color: rgb(255, 60, 54);
  font-weight: 700;
  font-size: 27px;
}
.filter-posts ul li a:hover {
    color: rgb(255, 60, 54);
}
.filter-posts .filter-selected {
    color: rgb(255, 60, 54);
}
.filter-posts ul li a:before{
    font-family: 'FontAwesome';
    margin-right: 5px;
    position: relative;
    font-weight: 400;
}
.filter-posts .filter-latest:before { content: '\f017'; }
.filter-posts .filter-popular:before { content: '\f135'; }
.filter-posts .filter-gallery:before { content: '\f009'; }
.filter-posts .filter-audio:before { content: '\f028'; }
.filter-posts .filter-image:before { content: '\f030'; }
.filter-posts .filter-video:before { content: '\f03d'; }
.filter-posts .filter-comment:before { content: '\f0e6'; }
.filter-posts .filter-comment {
  font-size: 29px;
  bottom: 1px;
}

.filter-posts:before,
.filter-posts:after {
    clear: both;
}


.post:before,
.post:after {
    content: " ";
    display: table;
}
.main-content {
    margin-bottom: 25px;
}
.main-content-grid {
    display: block;
    clear: both;
}
.main-content-grid .post {
    width: 50%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-bottom: 35px;
    display: block;
}
.col-main-content.full-width .main-content-grid .post {
    width: 33.3333%;
}
  /*.main-content-grid .post:nth-child(2n+1) {
      clear: both;
  }
  .col-main-content.full-width .main-content-grid .post:nth-child(2n+1) {
      clear: none;
  }
  .col-main-content.full-width .main-content-grid .post:nth-child(3n+1) {
      clear: both;
  }*/

.col-main-content .main-content-grid .post:nth-of-type(2n+3) {clear:left;}
.col-main-content.full-width .main-content-grid .post:nth-of-type(2n+3) {clear:none;}
.col-main-content.full-width .main-content-grid .post:nth-of-type(3n+4) {clear:left;}

@media screen and (max-width: 1024px) {
  .col-main-content.full-width .grid-blog-page article.post, 
  .col-main-content.full-width .content-masonry article.post {
    width: 50%;
  }
  .col-main-content.full-width .main-content-grid .post:nth-child(1n+1) {
    clear: none;
  }
  .col-main-content.full-width .main-content-grid .post:nth-child(2n+1) {
      clear: both;
  }
}
@media screen and (max-width: 680px) {
    .main-content-grid .post {
        width: 100%;
    }
    .col-main-content.full-width .grid-blog-page article.post, 
    .col-main-content.full-width .content-masonry article.post {
     width: 100%;
   }
}

.author-10 {
  margin-top: 0px !important;
}
.main-content-grid .post .post-thumbnail {
    margin-bottom: 7px;
    position: relative;
}
.post-thumbnail img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post-thumbnail iframe {
    width: 100%;
}
.post-thumbnail a:hover {
    background-color: #000;
    opacity: 0.9;
}
.main-content-grid .post .post-title {
    margin-top: 5px;
    display: block;
    text-align: center;
}
.main-content-grid .post .post-title a {
    font-size: 31px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    line-height: 31px;
    display: block;
    color: #2b2b2b;
}
.main-content-grid .post .post-title a:hover {
    color: #ff3c36;
}
.main-content-grid .post-details {
    display: block;
    margin-bottom: 12px;
}
.main-content-grid .post-details-bottom {
    margin-top: 6px;
    display: block;
    border-top: 1px solid #ececec;
}
.main-content-grid .post-view-count, 
.main-content-grid .posted-on {
    margin-right: 10px;
}
.main-content-grid .posted-on, 
.main-content-grid .post-view-count, 
.main-content-grid .author a, 
.main-content-grid .post-comment-count {
    white-space: nowrap;
}
.main-content-grid .author a, 
.main-content-grid .posted-on {
    font-size: 13px;
    color: #999;
}
.pd-info {
  text-align: center;
  margin-top: 10px;
}
.pd-info div {
  display: inline-table;
}
.pd-info .post-comment-count, 
.pd-info .post-view-count, 
.pd-info .author, .pd-info .author a {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
}
.main-content-grid .author a .author-name {
    color: #666;
}
.main-content-grid .author a .author-name:hover {
    color: #ff3c36;
}
.main-content-grid .author-img {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 4px;
}
.main-content-grid .author-img img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.main-content-grid .posted-on:before, 
.main-content-grid .post-view-count:before, 
.main-content-grid .post-comment-count:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 1px;
}
.main-content-grid .posted-on:before {
  content: '\f017';
}
.main-content-grid .post-view-count:before {
  content: '\f06e';
}
.main-content-grid .post-comment-count:before {
  content: '\f0e5';
}
.main-content-grid .summary h5 {
    margin: 0;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    color: #666;
    margin: 10px auto 0 auto;
    text-align: center;
}
.main-content-grid .comments-and-views {
    position: relative;
    top: 2px;
    left: 5px;
    font-size: 14px;
    z-index: 1;
    text-align: center;
}
.main-content-grid .no-thumbnail .comments-and-views {
    position: relative;
    top: auto;
    left: auto;
    font-size: 14px;
}
.main-content-grid .comments-and-views .post-view-count, 
.main-content-grid .comments-and-views .post-comment-count {
    color: #999;
}
.main-content-grid .post-categories {
    position: relative;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.main-content-grid .no-thumbnail .post-categories {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 13px;
}
.main-content-grid .post-categories .post-category {
    margin-right: 3px;
    padding: 2px 6px 2px 8px;
    background-color: rgba(255, 60, 54, 1);
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 4px;
    display: inline-table;
}
.btn-read-more {
    float: none;
    color: #fff;
    background-color: rgba(255, 60, 54, 0.9);
    font-size: 13px;
    display: block;
    position: relative;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-read-more:hover, 
.main-content-grid .post-categories .post-category:hover {
    color: #fff;
    -webkit-box-shadow: 1px 6px 23px -7px rgba(69,67,69,0.64);
    -moz-box-shadow: 1px 6px 23px -7px rgba(69,67,69,0.64);
    box-shadow: 1px 6px 23px -7px rgba(69,67,69,0.64);
}

/*pagination*/
.page-numbers.current {
  padding: 13px 11px;
  color: rgb(255, 60, 54);
}
.post-navi > span {
  padding: 13px 11px;
  margin-left: 3px;
}
.nav-links-custom.post-navi > span {
    color: #ff0036
}
.nav-links-custom.post-navi a {
    font-weight: 700;
}
nav.pagination {
  clear: both;
  /*margin-left: 15px;*/
  margin-top: 35px;
  margin-bottom: 35px;
  float: left;
  text-align: left;
  color: #2b2b2b;
  padding: 13px 11px;
  border: 3px solid #2b2b2b;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: none;
}
nav.pagination {
    float: none;
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cl-blog-page .full-width nav.pagination {
    margin-left: 6.3%;
    width: 87.3%;
}
@media screen and (max-width: 1024px) {
    .cl-blog-page .full-width nav.pagination {
      margin-left: 2%;
      width: 96.5%;;
    }
}
.full-width .post-preview nav.pagination {
    margin-left: 0;
    margin-right: 0;
}
.post-navi span {
    color: #2b2b2b;
}
.nav-links .current {
    color: rgb(255, 60, 54);
    font-size: 15px;
    font-weight: 700 !important;
}
a.page-numbers {
  padding: 13px 11px;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 700 !important;
}
a.page-numbers:hover, a.page-numbers:hover i {
  color: rgb(255, 60, 54);
}
.nav-links-custom .page-numbers {
  margin-left: 1.5px;
  margin-right: 1.5px;
}
.nav-links .next:after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 4px;
    top: 1px;
    position: relative;
    font-weight: 700;
}
.nav-links .prev:before {
    content: '\f177';
    font-family: 'FontAwesome';
    margin-right: 4px;
    top: 1px;
    position: relative;
    font-weight: 700;
}
.calendar_wrap #today {
    background-color: red;
    color: #fff;
}

/* classic blog style */
.cl-blog-page .main-content-grid .post {
  width: 100%;
}
.cl-blog-page .col-main-content.full-width .main-content-grid .post {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media screen and (max-width: 1024px) {
  .cl-blog-page .col-main-content.full-width .main-content-grid .post {
    width: 100% !important;
  }
}

.cl-blog-page .post-title, 
.cl-blog-page .summary {
  text-align: center;
}
/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top a {
  color: #000000;
  font-size: 20px;
  bottom: 30px;
  display: block;
  height: 35px;
  position: fixed;
  right: 30px;
  width: 35px;
  z-index: 101;
  border-radius: 15%;
  box-shadow: 0 1px 1px rgba(255, 60, 54, 0.75) inset, 0 0 4px rgba(255, 60, 54, 0.55);
  outline: 0 none;
}
#back-to-top a i {
    position: relative;
    top: 3px;
    left: 9px;
    font-size: 27px;
    font-weight: 700;
}
@media (max-width: 400px) {
  #back-to-top a {
    bottom: 25px;
    right: 15px;
  }
}

/* ---------------------------------------------- /*
 * # Preloader
/* ---------------------------------------------- */
#preloader {
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.grey-circle {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

/*--------------------------------------------------------------
# Advertisement
--------------------------------------------------------------*/
.top-section .advertisement {
  width: 50%;
  float: right;
  position: relative;
  padding-top: 25px;
  display: block;
}
.feat-area .advertisement {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 34px;
  padding-bottom: 24px;
  display: block;
}
.main-footer .advertisement {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 35px;
  margin-top: 15px;
  display: block;
}
.widget-advertisement {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-section .advertisement {
    width: 100%;
    padding-top: 10px;
  }
  .feat-area .advertisement {
    width: 100%;
  } 
  .main-footer .advertisement {
    width: 98%;
  }
}

/*--------------------------------------------------------------
# Popup Search
--------------------------------------------------------------*/
#search {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
  padding-right: 5%;
  padding-left: 5%;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 90.2%;
  color: #b2b2b2;
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  box-shadow: none;
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}


#search form input {
 border-color: transparent;
}
#search form input:focuns {
 border-color: transparent;
}

#search {
  display: table;
}
#search .search-form {
  display: table-cell;
  vertical-align: middle;
}
#search .search-form .search-field {
  background-color: transparent;
  color: #b2b2b2;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 50px;
  text-align: center;
  height: 60px;
  box-shadow: none !important;
}
#search .search-form .search-submit {
  position: relative;
  font-size: 45px;
  color: #b2b2b2;
  float: right;
  margin-top: -87px;
  box-shadow: none;
}
#search .search-form .search-submit:hover {
  color: #ff3c36;
}
#search .search-form .search-field::-webkit-input-placeholder, 
#search .search-form .search-field:-moz-placeholder,  
#search .search-form .search-field:-ms-input-placeholder {
    color: #fff;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 45px;
  background-color: transparent;
  color: #b2b2b2;
}
#search .close:hover {
  color: #ff3c36;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Smiley Slider
--------------------------------------------------------------*/
.topbar-slider {
  margin-bottom: 60px;
}

.topbar-slider .smiley-slider-item a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.topbar-slider .smiley-slider-item a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
  z-index: 2;
  left: 0;
  top: 0;
}

.topbar-slider .smiley-slider-item a:hover:before {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.topbar-slider .smiley-slider-item a:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.topbar-slider .smiley-slider-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.topbar-slider #slider-thumbnail .item .slider-description {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -5%;
    padding: 40px 30px 60px;
    text-align: center;
    z-index: 5;
}
.topbar-slider .smiley-slider-item .slider-description .entry-category {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    color: #82b440;
    padding-bottom: 3px;
}
.topbar-slider #slider-thumbnail .item .slider-description .caption-cat-links:last-child {
    margin-right: 0;
}
.topbar-slider .smiley-slider-item .entry-title {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #fff;
}
.topbar-slider .smiley-slider-item .entry-title .fa {
  margin-right: 0.571em;
}

.topbar-slider .owl-nav, 
.img-wrap .owl-carousel .owl-nav {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.smiley-slider .owl-nav div.owl-prev, 
.img-wrap .owl-carousel .owl-nav div.owl-prev {
  left: 20px;
}

.smiley-slider .owl-nav div.owl-next, 
.img-wrap .owl-carousel .owl-nav div.owl-next {
  right: 20px;
}

.smiley-slider .owl-nav div:hover, 
.img-wrap .owl-carousel .owl-nav div:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.smiley-slider:hover .owl-nav, 
.img-wrap .owl-carousel:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.smiley-slider .owl-dot.active {
  background: #1f2021;
}

.smiley-slider .owl-item {
  padding-left: 3px;
  padding-right: 3px;
}

.feat-area .feat-item{
  width: 100%;
  height: 300px;
}
.feat-area .feat-item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.feat-area .advertisement.zm0 {
  top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Page posts
--------------------------------------------------------------*/
.post-navigation {
    margin-bottom: 40px;
    margin-top: 70px;
}
.post-navigation .nav-links {
    display: block;
    width: 100%;
}
.post-navigation .nav-links .nav-next, 
.post-navigation .nav-links .nav-previous {
    display: inline-block;
    width: 48%;
}
.post-navigation .nav-links .nav-next img.image-link, 
.post-navigation .nav-links .nav-previous img.image-link {
    max-width: 90px;
    height: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.post-navigation .nav-links .nav-next span, 
.post-navigation .nav-links .nav-previous span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #9395a5;
}
.post-navigation .nav-links .nav-next .next-link, 
.post-navigation .nav-links .nav-next .prev-link, 
.post-navigation .nav-links .nav-previous .next-link, 
.post-navigation .nav-links .nav-previous .prev-link {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
}
@media screen and (max-width:37.5em) {
    .post-navigation .nav-links .nav-next, 
    .post-navigation .nav-links .nav-previous {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
    }
}
.post-navigation .nav-links .nav-previous .image-link {
    float: left;
    margin-right: 25px;
}
.post-navigation .nav-links .nav-previous .prev-link::before {
    content: '\f177';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 15px;
}
.post-navigation .nav-links .nav-next {
    float: right;
    text-align: right;
}
.post-navigation .nav-links .nav-next .image-link {
    float: right;
    margin-left: 25px;
}
.post-navigation .nav-links .nav-next .next-link::after {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 15px;
}
.navigation.post-navigation .nav-links a:hover p {
  color: #ff3c36;
}

/*--------------------------------------------------------------
# Post related
--------------------------------------------------------------*/
.related-posts {
    display: block;
    margin-bottom: 40px;
}
@media screen and (max-width:767px) {
    .related-posts {
    margin-bottom: 10px;
}
}.related-posts .post-container {
    display: block;
    max-width: 100%}
@media screen and (max-width:767px) {
    .related-posts .post-container {
    margin-bottom: 30px;
}
}.related-posts .post-thumbnail {
    display: block;
    margin-bottom: 20px;
}
.related-posts .post-thumbnail img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.related-posts .post-meta {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.related-posts .post-meta a {
    color: #a1a3b0;
}
.related-posts .post-meta a:focus, .related-posts .post-meta a:hover {
    color: #2b2b2b;
}
.related-posts .post-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
}
.related-posts .post-title a {
    color: #2b2b2b;
    font-weight: 700;
}
.related-posts .post-title a:focus, .related-posts .post-title a:hover {
    color: rgb(255, 60, 54);
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
.entry-footer-div {
    text-align: center;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}
.m-b-0 { margin-bottom: 0px !important; }
.smiley-divider-1 { margin-bottom: 10px; }
.smiley-divider-2 { margin-bottom: 20px; }
.smiley-divider-3 { margin-bottom: 30px; }
.smiley-divider-4 { margin-bottom: 40px; }
.smiley-divider-5 { margin-bottom: 50px; }

.page-404 .main-content {
    width: 60%;
    margin: 0 auto;
}
.page-404 .entry-title {
    text-align: center;
    line-height: 100px;
    font-weight: 700;
    margin-top: 25px;
}
.page-404 h5, .page-404  p {
    text-align: center;
}
.page-404  p {
    margin-bottom: 30px;
}
.page-404  form {
    margin-bottom: 125px;
}
a.btn {
    color: #fff;
}
.page-search .main-content-grid .post:nth-child(2n+1) {
    clear: none;
}
.page-search .main-content-grid .post:nth-child(2n) {
    clear: both;
}
.page-edit-div {
    text-align: center;
}
.page-header {
    margin: 0 0 30px;
}
.footer-widgets .widget .recentcomments a:hover, .footer-widgets .widget_rss a.rsswidget:hover {
  color: #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #fff;
  color: #ff3c36;
}

.mc4wp-form-fields label {
  line-height: 16px;
    margin-bottom: 11px;
}

.navigation.pagination {
  position: relative;
  width: 96.3%;
  bottom: 0;
  left: 0;
  top: ;
}

.filter-posts ul li a {
  position: relative;
}

.filter-posts ul li a .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px;
}
.filter-posts ul li a .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.filter-posts ul li a:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 1200px) {
  .container {
      width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
      width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
      width: 1500px;
  }
}

.navigation.pagination.loadmore .nav-links {
  text-align: center !important;
}

.loading-gif {
    display: block;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.loading-gif img {
  display: block;
  margin: 0 auto;
}