/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html, body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    color: #3b3b3b;
}

* {
    color: #3b3b3b;
}

*, *:focus, *:hover {
    outline: 0;
}

a, a:focus {
    text-decoration: none !important;
    color: #3b3b3b;
}

a:hover {
    color: #88BD3B;
}

h2, h3, .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

header,
section,
article,
footer {
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 20px;
}

header .logo-container {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eaeae8;
}

header .custom-logo-link {
    margin: auto;
    padding: 20px 0;
    display: block;
    max-width: 280px;
    height: auto;
}

header .custom-logo-link img {
    max-width: 100%;
    width: auto;
    max-height: 90px;
    height: auto;
}

#top_nav, #social_container {
    margin: 0;
    padding: 0;
}

#top_menu, #social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#top_menu li, #social_menu li {
    display: inline;
}

#top_menu li a, #social_menu li a {
    display: inline-block;
    padding: 15px 8px;
    margin: 0;
    color: #3b3b3b;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0;
}

#social_menu li a {
    font-size: 0;
    padding: 15px 12px 9px 12px;
    cursor: pointer;
}

#social_menu li a:hover {
    color: #88BD3B;
}

#social_menu li.twitter a::before {
    content: "\f099";
}

#social_menu li.instagram a::before {
    content: "\f16d";
}

#social_menu li.facebook a::before {
    content: "\f09a";
}

#social_menu li.linkedin a::before {
    content: "\f0e1";
}

#social_menu li.search a::before {
    content: "\f002";
}

#social_menu li.pinterest a::before {
    content: "\f0d2";
    content: "\f231";
}

#social_menu li.rss a::before {
    content: "\f09e";
}

#social_menu li a::before, #top_menu li.homepage a::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#top_menu li.homepage a {
    font-size: 0;
    padding: 15px 0 12px 0;
}

#top_menu li.homepage a::before {
    content: "\f015";
    font-size: 20px;
}

#top_menu li a:hover {
    color: #88BD3B;
}

header hr {
    border-top: 1px solid #eaeae8;
    padding: 0;
    margin: 0;
}

header .search-container {
    display: none;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    background: #f9f8f3;
}

header .search-container .search-field {
    width: 50%;
}

header .search-container .search-submit {
    padding: 9px 15px;
}

header .search-container .search-submit i {
    color: #fafafa;
}

/* INDEX POSTS */

.post {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.post:first-child {
    margin-top: 0;
    border-top: 0;
}

.readmore {
    color: #88BD3B;
}

.post .thumb {
    width: 100%;
    padding: 0;
    margin: 0;
}

.post .thumb img {
    width: 100%;
}

.post .title {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    color: #3b3b3b;
}

.post .title a {
    color: #3b3b3b;
    line-height: 1.4em;
}

.post .title a:hover {
    color: #88BD3B;
}

.post .excerpt {
    color: #3b3b3b;
    font-size: 13px;
    line-height: 1.6em;
    padding: 0;
    margin: 10px 0 0 0;
}

.post ul.info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post ul.info li {
    display: inline;
    margin: 0;
    padding: 0 4px 0 0;
    color: #7d7d7d;
    font-size: 13px;
    text-transform: uppercase;
}

.post ul.info li.author {
    text-transform: none;
}

.post ul.info li a {
    color: #7d7d7d;
}

.post ul.info li a:hover {
    color: #88BD3B;
}

.banner {
    text-align: center;
    margin: 0 !important;
}

header .banner {
    padding-top: 20px;
}

.sidebar-container {
    overflow: hidden;
}

#sidebar {
    background: #fff;
    z-index: 999;
}

#sidebar.fixed {
    position: fixed;
    top: 25px;
}

#sidebar.footertouched, 
#sidebar.fixed.footertouched {
    position: absolute !important;
    top: auto !important;
    bottom: -5px !important;
}


aside .widget {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

aside .widget.widget_theme_mailchimp_widget {
    padding: 15px;
    background: #f9f8f3;
    color: #3b3b3b;
}

.widget_theme_mailchimp_widget .row {
    margin-left: -8px;
    margin-right: -8px;
}

.widget_theme_mailchimp_widget [class^="col-"], .widget_theme_mailchimp_widget [class*=" col-"] {
    padding: 0 8px;
}

.widget_theme_mailchimp_widget input,
.widget_theme_mailchimp_widget button {
    width: 100%;
}

.widget_theme_mailchimp_widget button {
    font-size: 14px;
    outline: none;
    padding: 9px;
    transition: background-color .2s;
}

.widgettitle {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 900;
    color: #3b3b3b;
    text-align: left;
    margin: 0;
    padding: 0 0 20px 0;
}

.single .title,
.page .title {
    padding: 0;
    margin: 0;
    font-size:36px;
    font-weight: 900;
    color: #3b3b3b;
}

.single .title a {
    display: block;
    color: #3b3b3b;
    line-height: 1.2em;
}

.single .categories {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
}

.single .categories label {
    font-weight: 400;
    display: inline;
}

.post .post-categories {
    display: inline;
    padding: 0;
    margin: 0;
}

.post .post-categories li {
    display: inline-block;
    padding: 0 2px;
    margin: 0;   
}

.post .post-categories li a {
    color: #fff;
    background: #88BD3B;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
}

.post .post-categories li a:hover {
    background: #88BD3B;
}
/*
.post .post-categories li:nth-child(1) a {
    background: #00695C;
}

.post .post-categories li:nth-child(2) a {
    background: #00796B;
}

.post .post-categories li:nth-child(3) a {
    background: #00897B;
}

.post .post-categories li:nth-child(4) a {
    background: #88BD3B;
}

.post .post-categories li:nth-child(5) a {
    background: #26A69A;
}

.post .post-categories li:nth-child(6) a {
    background: #4DB6AC;
}

.post .post-categories li:nth-child(7) a {
    background: #80CBC4;
}

.post .post-categories li:nth-child(8) a {
    background: #B2DFDB;
}

.post .post-categories li:nth-child(9) a {
    background: #E0F2F1;
}*/

.single .post .thumb {
    margin: 0 0 10px 0;
}

.single .post .excerpt {
    margin: 0 0 20px 0;
}

.single .post .excerpt, .single .post .excerpt * {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
}

ul.wpp-list {
    display: block;
    margin: 0;
    padding: 0;
}

ul.wpp-list li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 13px;
    /*text-transform: uppercase;*/
}

ul.wpp-list li::before {
    /* position: absolute;
     left: 0;
     top: 2px;
     content: "\f105";
     display: inline-block;
     font-family: FontAwesome;
     font-size: 18px;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;*/
}

ul.wpp-list li .wpp-thumbnail {
    margin: 0 15px 0 0;
}

ul.wpp-list li a {
    display: block;
    text-align: left;
    cursor: pointer;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 1.6em;
}

ul.wpp-list li a.category {
    display: inline;
    text-align: left;
    text-transform: uppercase;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: 400;
}

.wpp-meta.post-stats {
    text-align: left;
    margin: 0;
    padding: 4px 4px 0 0;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: 400;
}

.single .post .content,
.page .post .content {
    color: #3b3b3b;
    font-size: 16px;
    line-height: 1.4em;
    padding: 0;
    margin: -5px 0 0 0;
}


.single .post .content h2,
.page .post .content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.single .post .content h3,
.page .post .content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.single .post .content h4,
.page .post .content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.single .post .content p,
.page .post .content p {
    margin: 10px 0 10px;
    display: inline-block;
    text-align: justify;
}

.search-title {
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 26px;
    font-weight: 900;
    color: #3b3b3b;
}

.pagination {
    margin: 20px 0;
    border-radius: 0;
    display: block;
    width: 100%;
}

.nav-links {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #E0F2F1;
    color: #88BD3B;
    padding: 0;
    margin: 0 5px 0 0;
    text-align: center;
}

.page-numbers * {
    color: #88BD3B;
}

.page-numbers.current {
    background: #88BD3B;
    color: #fbfbfb;
}

.fb_iframe_widget {
    padding: 0 0 5px 0;
}

footer {
    background: #282828;
    color: #fff;
    margin: 60px 0 0 0;
    padding: 10px 0 0 0;
    border: none;
}

footer .custom-logo-link {
    margin: 0;
    padding: 20px 0 25px 0;
    display: block;
    max-width: 280px;
    height: auto;
}

#footer_nav {
    margin: 20px 0 0 0;
    padding: 0;
}

#footer_menu {
    margin: 0;
    padding: 25px 0;
    list-style: none;
    text-align: right;
}

#footer_menu li {
    display: inline;
    padding: 0 0 0 15px;
    margin: 0;
}

#footer_menu li a {
    color: #fafafa;
}

#footer_menu li a:hover {
    color: #999;
}

footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #999;
}

.copyright {
    text-align: center;
    font-size: 13px;
    margin: 0 0 10px;
    color: #999;
}

input, textarea {
    border: 1px solid #e7e7e8;
    font-size: 14px;
    outline: none;
    padding: 8px;
    transition: background-color .2s;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    border: 0;
    background: #88BD3B;
    color: #fafafa;
}

/* RESPONSIVE */

.mob-toggle {
    display: none;
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 25px;
}

#mob-menu {
    display: none;
}

.theiaPostSlider_nav {
    overflow: hidden;
}

.tps-icon-chevron-circle-left, 
.tps-icon-chevron-circle-right {
    display: block;
    color: #004af8;
    width: 30px;
    height: 30px;
    border: 1px solid #004af8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 18px !important;
    text-align: center;
}

.tps-icon-chevron-circle-left:before {
    content: "\f104";
    color: #004af8;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tps-icon-chevron-circle-right:before {
    content: "\f105";
    color: #004af8;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.theiaPostSlider_nav.fontTheme ._disabled {
    opacity: 0.8;
}

#reply-title {
    font-weight: 700;
    margin: 0 0 20px 0;
}

#respond label {
    width: 100%;
}

#comments {
    width: 100%;
    margin: 0;
    padding: 15px;
    background: #f9f8f3;
    color: #3b3b3b;
}

#comment {
    width: 100%;
}

#author, #email, #url {
    width: 50%;
}


.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li:before {
    display: none;
}

.comment-body {
    margin-left: 65px;
}

.comment-author {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin: 0 0 1.5em 0;
    padding: 0;
    background: transparent;
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #767676;
}

.comment-metadata a.comment-edit-link {
    margin-left: 1em;
}

.comment-body {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.6em;
    margin-bottom: 4em;
}

.comment-reply-link {
    font-weight: 800;
    position: relative;
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}

.children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.csbwfs-sbutton a.whatsapp {
    background : #2ab200;
}

.csbwfs-sbutton a i.fa-whatsapp, .csbwfs-sbutton-post a i.fa-whatsapp {
    background: none;
    color: #fff;
    padding-top: 10px;
}

.csbwfs-sbutton a i.fa-whatsapp::before, .csbwfs-sbutton-post a i.fa-whatsapp::before {
    font-size: 20px;
}

@media (max-width: 768px) {
    #author, #email, #url {
        width: 100%;
    }

    body.menu-open {
        overflow: hidden;
    }

    header {
        margin-bottom: 10px;
    }

    header .custom-logo-link {
        padding: 20px 0;
    }

    .mob-toggle {
        display: block;
    }

    .mob-toggle:hover {
        color: #88BD3B;
    }

    #mob-menu {
        position: fixed;
        background: #fff;
        top: 80px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

    #top_menu li, #top_menu li a {
        display: block;
    }

    #top_menu li a {
        padding: 15px 0;
        margin: 0 15px;
        border-bottom: 1px solid #eaeae8;
    }

    #top_menu li:last-child a {
        border-bottom: 0;
    }

    header .logo-container {
        border-bottom: 0;
    }

    #social_menu {
        border-top: 1px solid #eaeae8;
    }

    header .search-container .search-field {
        width: 65%;
    }

    .post .title {
        margin: 10px 0;
        font-size: 20px;
    }

    .single .categories label {
        display: block;
    }

    .post .post-categories li {
        display: inline-block;
        padding: 0 2px;
        margin: 4px 0;
    }

    footer {
        margin: 0 0 54px 0;
        padding: 0;
    }

    .home footer {
        margin: 0;
    }

    footer .custom-logo-link {
        padding: 20px 0;
        margin: auto;
        text-align: center;
    }

    #footer_nav {
        margin: 0;
        padding: 0;
    }

    #footer_menu {
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

    #footer_menu li {
        display: block;
        padding: 0 0 15px 0;
        margin: 0;
    }

    .csbwfs-social-widget {
        position: fixed;
        width: auto;
        z-index: 99999;
        background: #282828;
        padding: 6px 0;
        text-align: center;
        top: auto !important;
        bottom: 0;
        right: 0;
    }

}

/**/
.navbar-nav>li:hover .dropdown-menu{
    display: block;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: #FFFFFF;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #FFFFFF;
}
@media(max-width: 990px ){
    ul.sub-menu {
        padding-left: 0;
        font-size: 12px;
        border-bottom: 1px solid #eaeae8;
    }
    ul.sub-menu a {
        border-bottom: 0px;
    }
    #top_menu li ul li a{
        border-bottom: 0px;
    }
}

div.pin-it-btn-wrapper {
    text-align: center;
}

.theiaPostSlider_nav {
    margin: 0 !important;
}

.theiaPostSlider_nav ._title {
    display: none;
}
