/*
Theme Name: Greenhouse Grower Theme
Author: Web3Box
Author URI: https://www.web3box.com/
Description: Theme for greenhousegrower.com publication site.
Version: 1
Text Domain: greenhousegrower
Private: true
*/

/*
1. GLOBAL STYLES
2. TYPOGRAPHY
3. LAYOUT
4. MENU
5. HEADER
6. SECTIONS
7. FOOTER
8. RESPONSIVE GENERAL
9. EXTRAS

---------------
1. GLOBAL STYLES
----------------*/
@font-face {
  font-family: 'Archivo Narrow';
  src: url('./fonts/archivo-narrow-regular.eof');
  src: url('./fonts/archivo-narrow-regular.eof?#iefix') format('embedded-opentype'), url('./fonts/archivo-narrow-regular.ttf') format('truetype');
}

html {
    font-size: 100%;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    background: #f4f5f6;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    position: relative;
    cursor: default;
    padding-top: 60px;
    overflow-x: hidden;
}


/* ---------------
2. TYPOGRAPHY
----------------*/
.entry-content {
    color: #353535;
    font-family: "PT Serif", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 30px;
}

.entry-content a {
    color: #3680d6;
    font-weight: bold;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content p iframe {
    max-width: 100%;
}

.entry-content .tinsel-gallery iframe {
    max-width: inherit;
}

.entry-title {
    color: #353535;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 52px;
    margin: 0 0 30px 0;
}

.page-title {
    font-family: aktiv-grotesk, sans-serif;
    color: #606060;
    margin-top: 0;
}

.load-content-posts .entry-title {
    margin: 40px 0 30px 0;
}

.entry-content .subhead,
.entry-content h2 {
    margin: 0;
    color: #3C3C3C;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5em;
}

.entry-content .social-share-icons-label {
    float: right;
    display: block;
    margin-top: 13px;
    text-transform: uppercase;
    font-size: 14px;
    color: #9B9B9B;
}

/* ---------------
3. LAYOUT
----------------*/
.site-main {
    padding: 10px 25px 25px 25px;
    background-color: #fff;
}

.single .site-main,
.archive .site-main {
    padding: 25px;
}

.main-sidebar {
    padding-left: 20px;
    padding-right: 10px;
}

.top-page-header {
    margin-top: 0;
}

.text-ad-wrapper {
    margin-bottom: 10px;
}

.text-ad-wrapper-single {
    margin-top: 50px;
}

.between-posts-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -500px;
    margin-right: -500px;
    background-color: #f4f5f6;
}

.between-posts-banner > .section-separator-thick {
    margin-bottom: 20px;
}

@media ( min-width: 992px ) {
    .post-content-column {
        border-right: solid 1px #9b9b9b;
        padding-right: 25px;
    }
    .news-subscribe { 
        margin-left: -25px;
        margin-right: -25px; 
    }
}


/* ---------------
4. MENU
----------------*/
.top-navbar {
    min-height: 60px;
    margin-bottom: 0;
    border: none;
}

.top-navbar a {
    color: #000;
}

.top-navbar a .glyphicon {
    font-size: 10px;
    margin-left: 5px;
}

.top-navbar .navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 15px;
    font-weight: 600;
}

.top-navbar li:hover a,
.top-navbar li.open a {
    color: #4c4c4c;
}

.top-navbar .dropdown-menu {
    border: none;
    border-radius: 0;
}

.top-navbar .dropdown-menu>li>a {
    font-size: 15px;
    line-height: 26px;
}

.top-navbar .dropdown-menu>.active>a,
.top-navbar .dropdown-menu>.active>a:hover,
.top-navbar .dropdown-menu>.active>a:focus {
    background-color: #eee;
    color: #4c4c4c;
}

.top-navbar .navbar-toggle {
    float: left;
    width: 35px;
    height:35px;
    background-image: url('images/mobile-nav-icon-collapse.png');
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}

.top-navbar .navbar-toggle.collapsed {
    background-image: url('images/mobile-nav-icon.png');
}

.top-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    margin-top: 13px;
}

.transparent-btn-div{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.transparent-btn{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid white;
    color: white;
    padding: 14px 30px;
}


#responsive-menu-button {
    background: transparent !important;
    right: 0 !important;
    left: 5%;
    top: 3px !important;
    outline: 0;
}
.responsive-menu-inner,
.responsive-menu-inner:after,
.responsive-menu-inner:before {
    background-color: #000 !important;
}
#responsive-menu-container {
    margin-top: 60px !important;
    width: 100% !important;
    padding: 20px 10px !important;
}
.responsive-menu-item-link {
    font-size: 22px !important;
    letter-spacing: 1px;
    padding: 10px !important;
}
#responsive-menu>li {
    border-bottom: 1px solid #a2a2a2 !important;
}
.responsive-menu-submenu-open {
    padding-left: 25px !important;
}
.responsive-menu-submenu-open li a {
    color: #a2a2a2 !important;
}
.responsive-menu-subarrow {
    padding-top: 10px !important;
}

body .menu-item-only-mobile{
    display: none;
}

body .menu-item-social-icons{
    margin-top: 30px;
    width: 95%;
    text-align: center;
}

body .menu-item-social-icons a{
    display: inline-block;

    border-radius: 100%;
    background-color: white;
    padding: 6px 6px 6px 6px !important; 
    height: 35px;
    width: 35px;
    margin: 15px;
}

body .menu-item-social-icons a:visited {
    background-color: white !important;
}

body .menu-item-social-icons i{
   color: #333333;
}

@media (max-width: 979px) {
    body .menu-item-only-mobile{
        display: block;
    }

    .hidden-mobile{
        display: none !important;
    }

    .header-top-icons .fa.fa-search{
        color:#353535;
    }

    body .site-header .site-logo {
        margin: 12px 9px 0 0;
        margin-left: auto;
        margin-right: auto;
    }

    .top-navbar .navbar-nav>li>a {
        font-size: 15px;
        font-weight: 400;
    }

    #header-nav{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    #header-nav > li{
        padding-left: 15px;
        padding-right: 15px;
    }

    .blue-menu-item {
        background-color: #22409a;
    }

    #header-nav li ul{
        background-color: #575757 !important;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 25px;
    }

    #header-nav li ul li a{
        color:white;
    }

    body.container-header .nav>li a:focus, body .container-header .nav>li a:visited{
        background-color: #333333;
        border: 0;
    }


    body  .container-header .nav>li a{
        border: 0 !important;
    }

    #header-nav .open>a, .nav .open>a:hover,  #header-nav .open>a:focus{
         background-color: #333333;
    }

    .container-header .nav>li .dropdown-menu {
        border-bottom: 0 !important;
    }
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    ul.nav li.dropdown:hover > a {
        background-color: #eee;
        border-color: #428bca;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        text-align: center;
    }

    .header-top-icons {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width: 576px) {
    .header-top-icons .fa-youtube,
    .header-top-icons .fa-linkedin,
    .header-top-icons .fa-instagram {
        display: none;
    }
}

/* ---------------
5. HEADER
----------------*/
.site-header {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
}

body.admin-bar .site-header {
    top: 32px;
}

.site-header .container-header {
    position: relative;
    padding-right: 15px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

.site-header .site-logo {
    height: 46px;
    margin: 7px 15px 0 0;
}

.callout-header {
    background-color: #dedede;
    font-size: 1.125em;
    line-height: 28px;
    height: 32px;
}

.callout-header .callout-link {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.header-top-icons {
    float: right;
    margin: 20px 0 0 0;
}

.header-top-icons .header-icon {
    font-size: 22px;
    margin-left: 5px;
    color: #21409a;
}

.cg-subscribe {
    text-transform: uppercase;
    padding-top: 16px;
    display: block;
    position: absolute;
    right: 135px;
}

.cg-subscribe a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
}

.cg-subscribe a:hover {
    text-decoration: none;
    background-color: #eee;
}

.submenu-text {
    color: #fff;
    background-color: #494949;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .cg-subscribe {
        float: left;
        margin-left: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .cg-subscribe a {
        font-size: 14px;
    }
}

/* ---------------
6. SECTIONS
----------------*/

.post-listing-item {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.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
}

.wp-caption {
    background: #fff;
    border: none;
    max-width: 100%;
    padding: 0;
    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;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
    padding: 0 4px 5px;
}

/* HERO POST SECTION */
.hero-post-section {
    margin-bottom: 10px;
}

.hero-post-section .hero-image img {
    width: 100%;
}

.hero-post-section .post-meta {
    padding: 0 5px 0 0;
}

.hero-post-section .post-title {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 10px;
}

.hero-post-section .post-title a,
.hero-post-section .post-title a:hover {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #39463E;
    font-weight: 800;
}

.hero-post-section .post-meta,
.entry-content .post-meta {
    font-size: 14px;
    line-height: 21px;
}

.hero-post-section .post-by,
.hero-post-section .post-by a,
.category-post-section .post-by,
.category-post-section .post-by a,
.entry-content .post-by,
.entry-content .post-by a {
    font-family: aktiv-grotesk, sans-serif;
    color: #9B9B9B;
    font-weight: 100;
    letter-spacing: .25px;
    font-size: 14px;
}

.category-post-section .post-by,
.category-post-section .post-by a {
    font-size: 14px;
}

.category-post-section .post-by a,
.hero-post-section .post-by a {
    font-weight: 800;
}

.hero-post-section .post-date,
.entry-content .post-date {
    font-family: "PT Serif", Helvetica, Arial, sans-serif;
    color: #3a3e43;
    letter-spacing: .25px;
    font-size: 14px;
}

.meta-separator {
    margin: 0 5px;
    color: #3a3e43;
}

.category-hero-headline {
    height: 34px;
    color: #DF9E4A;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
}

/* INLINE POST SECTION */
.inline-post-section {
    padding-bottom: 20px;
    /*margin-bottom: 30px;*/
    border-bottom: solid 2px #e3e3e3;
}

.inline-post-section:last-of-type {
    border: none;
}

.inline-post-section .post-title {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 18px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 5px;
}

.inline-post-section .post-meta {
    margin-bottom: 5px;
    font-family: "PT Serif", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

.inline-post-section .post-title a,
.inline-post-section .post-title a:hover {
    color: #39463E;
}

.inline-post-section .post-excerpt {
    font-size: 17px;
    line-height: 28px;
    color: #606060;
}

.inline-post-section .post-excerpt p {
    margin: 10px 0 0 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.inline-post-section .post-by,
.inline-post-section .post-by a {
    color: #3a3e43;
}

.inline-post-section .post-date {
    color: #3a3e43;
}

.inline-post-section.section-full {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    border-top: solid 2px #e3e3e3;
    border-bottom: none;
}

.inline-post-section.section-full .post-title {
    margin-top: 0;
}

.entry-content .post-meta {
    margin-bottom: 20px;
}

.post-author-avatar{
    display: inline-flex;
    height: 53px;
}

.post-author-avatar img {
    border-radius: 27px;
    margin-right: 15px;
    width: 53px;
}

.inline-post-section .post-details {
    padding-left: 0px;
}

@media (min-width: 1200px){
    .inline-post-section.section-full .post-image-col {
        max-width: 320px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inline-post-section.section-full .post-image-col {
        max-width: 265px;
    }

    .single .main-sidebar {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .inline-post-section .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .post-meta {
        font-size: 14px;
    }

    .hero-post-section .post-title {
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .hero-post-section .post-meta {
        padding: 0;
    }

    .hero-post-section .post-by,
    .hero-post-section .post-date {
        font-size: 14px;
    }

    /*.inline-post-section .post-details {
        padding-left: 15px;
    }*/

    .inline-post-section .post-title {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .inline-post-section {
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
}


/* SIDE POST SECTION */
.side-post-section {
    padding-top: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-top: solid 1px #c5c5c5;
}

.side-post-section .post-category {
    font-size: 14px;
}

.side-post-section .post-category {
    color: #21409a !important;
}

.archive .latest-articles .side-post-section:first-child {
    border-top: none;
}

.archive .latest-articles .side-post-section:last-child {
    border-bottom: none;
}

.widget .side-post-section:last-child,
.side-posts-widget .side-post-section:last-child {
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 20px;
}

.side-post-section .post-title {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 2px;
    letter-spacing: .25px;
}

.side-post-section .post-meta,
.side-post-section .post-meta a,
.side-post-section .post-meta .meta-separator {
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: .25px;
    margin-top: 5px;
}

.side-post-section .post-meta a {
    font-weight: 800;
}

/* SIDE POSTS WIDGET */
.side-posts-widget .widget-title {
    font-size: 18px;
    line-height: 34px;
    font-weight: 800;
    margin: 0;
    color: #39463E;
}

.side-posts-widget .widget-title .widget-title-link {
    color: #DF9E4A;
}

.section-separator {
    border-bottom: solid 1px #9b9b9b;
    margin-bottom: 30px;
    padding-top: 30px;
    clear: both;
}

.section-separator-thick {
    border: 5px solid #63635B;
}

.load-more-button {
    height: 50px;
    width: 100%;
    border-radius: 25px;
    border: none;
    background-color: #F3F2F1;
    color: #606060;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    margin-top: 30px;
    background-color: #48A841;
    color: #fff;
    font-size: 20px;
    max-width: 260px;
    margin: auto;
    display: block;
    clear: both;
}

.load-more-button .fa {
    font-size: 17px;
}

.load-more-button .glyphicon {
    font-size: 16px;
}

.view-comments-button {
    height: 49px;
    width: 100%;
    max-width: 456px;
    border: 1px solid #006aa4;
    border-radius: 5px;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #606060;
    background-color: #fff;
}

.post-author-bio {
    margin-bottom: 30px;
    font-style: italic;
}

.author-avatar {
    margin-top: 0;
}

.author-bio {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 28px;
    color: #606060;
    font-family: "PT Serif", Helvetica, Arial, sans-serif;
}

@media ( min-width: 1199px ) {
    .side-posts-widget {
        padding-left: 15px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
}

/* NEWSLETTER SUBSCRIBE WIDGET */

.newsletter-subscribe-widget {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 10px;
}

.newsletter-subscribe-widget .widget-title {
    color: #39463E;
    font-weight: bold;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.newsletter-subscribe-widget .nsw-image {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.newsletter-subscribe-widget .nsw-image img {
    max-width: 100%;
}

.newsletter-subscribe-widget .nsw-input {
    margin: 10px 0 20px 0;
}

.newsletter-subscribe-widget .nsw-input input[type='text'],
.newsletter-subscribe-widget .nsw-input input[type='email'] {
    border: 1px solid #979797;
    width: 100%;
    padding: 5px;
}

.newsletter-subscribe-widget .nsw-input button {
    height: 44px;
    width: 100%;
    border-radius: 8px;
    background-color: #7E7E78;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 27px;
    border: none;
    outline: none;
}

.newsletter-subscribe-widget .nsw-input button:hover {
    background-color: #73736d;
}

.newsletter-subscribe-widget .nsw-input button:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    box-sizing: border-box;
    height: 22px;
    width: 22px;
    border: 1px solid #FFFFFF;
    background-color: #48A841;
    border-radius: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 3px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
}

.newsletter-subscribe-widget .alert {
    padding: 5px 15px;
}

.subscribe-wrapper-col .newsletter-subscribe-widget .widget-title {
    margin-top: 0;
}

/* RELATED POSTS SECTION */
.inner-section-headline {
    font-family: aktiv-grotesk, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 34px;
    margin: 30px 0 20px 0;
    text-align: center;
}

.related-posts-item {
    padding-bottom: 50px;
}

.related-posts-item .post-title {
    margin-top: 10px;
}

.related-posts-item .post-title a {
    color: #DF9E4A;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 18px;
    letter-spacing: .25px;
    font-weight: 800;
}

.related-posts-item .post-by,
.related-posts-item .post-by a {
    color: #3a3e43;
}

.related-posts-item .post-date {
    color: #3a3e43;
}

.related-posts-item:nth-child(2n+1) {
    clear: left;
}

@media ( min-width: 768px ) {
    .related-posts-item:nth-child(odd) {
        padding-right: 15px;
    }

    .related-posts-item:nth-child(even) {
        padding-left: 15px;
    }
}

/* COMMENTS SECTION */
.comments-form-container {
    visibility: visible;
    height: auto;
}

.comments-form-container .comment-form {
    margin-bottom: 10px;
}

.comments-form-container .comment-form label {
    min-width: 100px;
}

.comments-form-container a {
    color:black;
}

.comment-reply-link{
    font-weight:bold;
}

.comments-form-container .comment-form input[type='text'],
.comments-form-container .comment-form textarea {
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #DF9E4A;
}

.comments-form-container .comment-form input[type='submit']{
    height: 40px;
    min-width: 200px;
    max-width: 456px;
    border: 1px solid #DF9E4A;
    border-radius: 5px;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #606060;
    background-color: #fff;
}

/* SOCIAL SHARE SECTION */
.social-share-icons {
    float: right;
    margin-top: 10px;
    padding-left: 0;
}

.social-share-icons li {
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    background-color: #444749;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
}

.social-share-icons li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.social-share-icons li.facebook {
    background-color: #537bbd;
}

.social-share-icons li.twitter {
    background-color: #78cdf0;
}

.social-share-icons li.linkedin {
    background-color: #0077b5;
}

.single-sponsored-post .entry-content .social-share-icons {
    float: none;
    padding-left: 0;
}

.single-sponsored-post .entry-content .social-share-icons li {
    margin-left: 0;
    margin-right: 15px;
}

/* SPONSOR CONTENT HEADER */

.sponsor-content-header .logo {
    float: left;
    margin-right: 20px;
}

.sponsor-content-header .sponsor-label {
    font-size: 18px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.sponsor-content-header .sponsor-name {
    font-size: 28px;
    color: #606060;
}

.sponsor-content-header .sponsor-name a {
    color: #606060;
}

/* SEARCH FORM */
.header-search-form {
    position: absolute;
    top: 10px;
    right: 150px;
    width: 75%;
    text-align: right;
}

.header-search-form .input-wrapper {
    padding-right: 10px;
}

.header-search-form .input-wrapper .ui-input-text {
    display: inline;
}

.header-search-form input.search-field {
    width: 82%;
    height: 40px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #999999;
    padding-left: 10px;
    font-size: 18px;
    box-shadow: inset 0 5px 10px #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    outline: none;
}

.header-search-form button.search-submit {
    position: relative;
    width: 80px;
    height: 40px;
    left: -5px;
    border: none;
    border-radius: 0 20px 20px 0;
    background-color: #421d5f;
    color: #FFFFFF;
    font-size: 18px;
}

.mobile-search,
.mobile-search-close {
    display: none;
}

.hidden-menu {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px){
    .header-search-form input.search-field {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .header-search-form {
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 20px;
        z-index: 100;
        right: 0;
        top: 0;
        background-color: rgba(37, 37, 37, 0.95);
        text-align: left;
        overflow: auto;
    }

    .admin-bar .header-search-form {
        top: 32px;
    }

    .header-search-form .input-wrapper {
        padding-right: 0px;
        padding-bottom: 10px;
        border-bottom: solid 2px #a8a8a8;
    }

    .header-search-form input.search-field {
        width: 70%;
        border-radius: 0;
        border: none;
        background-color: transparent;
        box-shadow: none;
        color: #fff;
        font-size: 22px;
        padding-left: 0;
    }

    .header-search-form button.search-submit {
        display: none;
    }

    .mobile-search,
    .mobile-search:hover,
    .mobile-search:active,
    .mobile-search:focus,
    .mobile-search-close,
    .mobile-search-close:hover {
        display: inline-block;
        color: #fff;
    }

    .mobile-search {
        float: right;
        margin-right: 25px;
        margin-top: 10px;
    }

    .mobile-search-close {
        font-size: 30px;
        float: right;
    }

    .hidden-menu {
        display: block;
    }

    body.search-open,
    body.menu-open {
        width: 100%;
    }

    .mobile-search-result {
        padding: 5px 0;
        color: #fff;
    }

    .mobile-search-result .inline-post-search a {
        color: #fff !important;
    }

    .inline-post-search .post-title {
        font-size: 20px;
        margin-top: 30px;
    }

    .mobile-search-see-all,
    .mobile-search-see-all:hover {
        width: 100%;
        max-width: 300px;
        color: #fff;
        border: solid 1px #a8a8a8;
        border-radius: 4px;
        padding: 10px 0;
        text-align: center;
        display: block;
        margin: 30px auto;
        text-decoration: none;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-collapse.open {
         display: block;
    }

    .tinsel-gallery .sidebar {
        display: none;
    }
}

/* ADS */
.instory-ad-container {
    padding: 10px 0 5px 0;
    text-align: center;
    clear: both;
}

.instory-ad-container span {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 15px;
    line-height: 28px;
    color: #606060;
}

.ad-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.ad-wrapper.footer-mobile-ad {
    margin-top: 20px;
}

.ad-wrapper-row {
    padding: 20px 0;
}

.ad-wrapper-col {
    border-right: solid 1px #9b9b9b;
}

.ad-wrapper-inline {
    margin-bottom: 30px;
}

.banner-header {
    margin: 10px 0;
}

#dfpAdWrapperLeftWallpaper {
    right: auto !important;
    left: 0 !important;
}

#dfpAdWrapperRightWallpaper {
    right: 0 !important;
    left: auto !important;
}

#dfpAdWrapperLeftWallpaper,
#dfpAdWrapperRightWallpaper {
    top: 0 !important;
    position: fixed !important;
    z-index: 1000 !important;
}

/* TINSEL GALLERY */
.tinsel-gallery .adjacent-post .inner>.container>.header,
.tinsel-gallery .inner-content>.button.chevron {
    color: #DF9E4A;
}

.tinsel-gallery>.main-display>.sidebar {
    background-color: transparent !important;
}

.tinsel-gallery h3.header {
    color: #3C3C3C;
    margin-bottom: 30px;
}

.tinsel-gallery .related-posts-item {
    padding: 0;
    margin-bottom: 30px;
}

.tinsel-gallery .related-posts-item .post-meta {
    font-size: 14px;
}

.tinsel-gallery .related-posts-item .post-title a {
    font-size: 20px;
    line-height: 24px;
}

.tinsel-gallery .card.loop-ad .label {
    display: block;
}

@media (min-width: 1200px) {
    .tinsel-gallery>.main-display>.sidebar {
        margin-left: 9% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tinsel-gallery>.main-display>.sidebar {
        margin-left: 5% !important;
    }
}

/* TOP 100 SINGLE */
.top-100-content {
    line-height: 24px;
}

.top-100-content .section-separator {
    margin-bottom: 10px;
}

/* ---------------
7. FOOTER
----------------*/
.site-footer {
    font-family: Helvetica, sans-serif;
    background-color: #606060;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 10px 0 #E6E6E6;
}

.footer-menu li,
.footer-submenu li {
    display: inline-block;
    color: #818181;
    margin-bottom: 10px;
}

.footer-menu li:after,
.footer-submenu li:after {
    content: "|";
    margin: 0 8px;
    color: #e3e3e3;
}

.footer-menu li:last-child:before,
.footer-submenu li:last-child:before,
.footer-menu li:last-child:after,
.footer-submenu li:last-child:after,
.footer-submenu li:nth-child(3):before,
.footer-submenu li:nth-child(3):after {
    display: none;
}

.footer-menu a,
.footer-menu a:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.footer-submenu a,
.footer-submenu a:hover {
    color: #fff;
    text-decoration: none;
}

.submenu-footer {
    margin: 0 auto;
}

.lower-footer {
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.footer-copyright {
    font-size: 12px;
    color: #989898;
}

.footer-menu li.item-mobile-button,
.footer-menu li.item-mobile-inline {
    display: none;
}

.footer-menu li.subscribe:after {
    display: none;
}

#menu-footer li a {
    color: #fff;
}

.footer-copyright-col img {
    max-width: 162px;
}

.border-top-bottom {
    margin: 0 auto;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

#menu-footer-menu-1 {
    margin-top: 15px;
}

/* ---------------
8. OTHER
----------------*/
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    float: left;
    margin-right: 10px;
}

.gform_wrapper .gform_footer input[type=submit] {
    display: block;
}

.wp-polls-ul input[type="radio"],
.wp-polls-ul input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.wp-polls .ui-input-btn {
    text-indent: -1000px;
    overflow: hidden;
}

.wp-polls .ui-input-btn .Buttons {
    display: block;
    margin: auto;
}

.full-width-content {
    min-height: 500px;
}

.sponsor-section {
    margin-bottom: 30px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e6e6e6;
}

.clearfix {
    clear: both;
}

/* ---------------
8. RESPONSIVE GENERAL
----------------*/
@media (min-width: 992px){
    .nav>li.item-mobile-inline,
    .nav>li.item-mobile-button {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    /* TOP NAV */
    .top-navbar .navbar-nav>li>a {
        font-size: 15px
    }

    .nav>li>a {
        padding: 10px 10px;
    }

    .site-header .site-logo {
        height: 40px;
        margin: 10px 10px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .entry-title {
        font-size: 35px;
        line-height: 42px;
    }

    /* TOP NAV */
    .navbar-header {
        float: none;
        text-align: center;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-top-icons {
        position: absolute;
        right: 0;
        top: 0;
    }

}

@media (min-width: 992px){
    .site-header .container-header .navbar-nav {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 991px){
    .site-header .container-header .navbar-nav {
        position: fixed;
        z-index: 100;
        background: #333333;
        width: 100%;
        height: calc(100vh - 60px);
        max-height: 100%;
        padding: 20px 15px;
        margin: 0;
        left: -100vw;
        bottom: 0;
        top: 60px;
        overflow: auto;
        padding-bottom: 50px;
    }

    .admin-bar .site-header .container-header .navbar-nav {
        top: 92px;
    }

    /*.container-header .nav>li {
        display: none;
    }*/

    .container-header .nav>li a {
        color: #fff;
        font-size: 22px;
        padding-left: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .container-header .nav>li.open a {
        border-bottom: solid 1px #63635b;
        border-top: solid 1px #63635b;
    }

    .container-header .nav>li a:hover,
    .container-header .nav>li a:focus,
    .container-header .nav>li a:visited {
        background-color: #3f3f3f;
        border-color: #63635b;
    }

    .container-header .nav>li .dropdown-menu {
        border-bottom: solid 1px #63635b;
    }

    .container-header .nav>li .dropdown-menu a {
        border: none;
        margin: 15px 0;
        color: #a0a0a0;
      }

    .container-header .nav>li.open .glyphicon-chevron-down:before {
        content: "\e113";
    }

    .container-header .nav>li.item-mobile-icon {
        float: left;
        display: block;
        width: 50%;
        height: 35%;
        min-height: 180px;
        text-align: center;
        overflow: hidden;
    }

    .container-header .item-mobile-icon.crop-inputs {
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }

    .container-header .item-mobile-icon.special-reports {
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        margin-top: -1px;
        margin-left: -1px;
    }

    .container-header .nav>li.item-mobile-icon > a {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 100%;
        font-size: 20px;
    }

    .container-header .nav>li.item-mobile-icon > a > span {
        display: none;
    }

    .container-header .item-mobile-icon > a:before {
        content: '';
        width: 100px;
        height: 100px;
        position: relative;
        display: block;
        margin: auto;
        background-repeat: no-repeat;
        background-color: #c18841;
        background-position: center;
        border-radius: 50px;
        border: solid 1px #fff;
        margin-bottom: 20px;
    }

    .container-header .item-mobile-icon.crop-inputs > a:before {
        background-image: url('images/mobile-menu-crop-inputs.png');
        background-size: 60px auto;
    }

    .container-header .item-mobile-icon.equipment > a:before {
        background-image: url('images/mobile-menu-equipment.png');
        background-size: 70px auto;
    }

    .container-header .item-mobile-icon.management > a:before {
        background-image: url('images/mobile-menu-management.png');
        background-size: 40px auto;
    }

    .container-header .item-mobile-icon.special-reports > a:before {
        background-image: url('images/mobile-menu-special-reports.png');
        background-size: 54px auto;
    }

    .container-header .nav>li.item-mobile-button {
        display: block;
    }

    .container-header .nav>li.item-mobile-inline {
        position: static;
        display: block;
        margin-top: 30px;
    }

    .container-header .nav>li.item-mobile-button.subscribe {
        position: relative;
        height: 40px;
        clear: both;
        padding: 0;
        margin: 0;
        width: 100%;
        display: block;
        top: 20px;
        text-align: center;
        border: solid 1px #fff;
        border-radius: 5px;
    }

    .container-header .nav>li.item-mobile-button.subscribe .glyphicon {
        display: none;
    }


    .container-header .nav>li.item-mobile-button > a,
    .container-header .nav>li.item-mobile-inline > a {
        color: #eeceac;
    }

    .container-header .nav>li.item-mobile-button.subscribe > a {
        padding: 0;
        line-height: 40px;
    }

    .container-header .nav>li.item-mobile-button.subscribe > a:after {
        content: '\f105';
        font-family: FontAwesome;
        margin-left: 5px;
    }

    .container-header .nav>li.item-mobile-inline > a:hover,
    .container-header .nav>li.item-mobile-button > a:hover {
        background-color: transparent;
        color: #fff;
    }

    .container-header .nav>li.item-mobile-inline.webinars {
        bottom: 15%;
        width: 50%;
        text-align: right;
        clear: left;
        float: left;
    }

    .container-header .nav>li.item-mobile-inline.cl-100 {
        bottom: 15%;
        right: 0;
        width: 50%;
        text-align: left;
        float: right;
    }

    .container-header .nav>li.item-mobile-inline.webinars > a {
        position: relative;
    }

    .container-header .nav>li.item-mobile-inline.webinars > a:after {
        content: '|';
        right: -2px;
        position: absolute;
    }

    .container-header .dropdown-menu.menu-open {
        position: fixed;
        display: block;
        z-index: 100;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        overflow: auto;
        background-color: #df9e4a;
        padding: 0 10%;
        text-align: left;
    }

    .container-header .dropdown-menu.menu-open li {
        border-top: solid 1px #e7b677;
    }

    .container-header .dropdown-menu.menu-open a {
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
    }

    .container-header .dropdown-menu.menu-open a:hover,
    .container-header .dropdown-menu.menu-open a:active,
    .container-header .dropdown-menu.menu-open a:visited,
    .top-navbar .dropdown-menu>.active>a {
        background-color: transparent;
        color: #fff;
    }

    .container-header .dropdown-menu.menu-open .mobile-back {
        border-bottom: solid 1px #fff;
        border-top: none;
    }

    .container-header .dropdown-menu.menu-open .mobile-back a {
        font-size: 24px;
    }

    .container-header .dropdown-menu.menu-open .mobile-back a:before {
        content: '\f104';
        font-family: FontAwesome;
        position: absolute;
        margin-left: -20px;
    }

     /* FOOTER */
    .footer-menu {
        padding: 0;
        margin-top: 20px;
    }

    body {
        background: #ffffff;
    }

    .site-main {
        box-shadow: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .social-share-icons li {
        margin-left: 10px;
    }
}

@media (max-width: 767px){
    .site-main {
        padding: 10px 15px;
    }

    .site-header .container-header {
        padding-right: 25px;
        padding-left: 25px;
    }

    /* SINGLE POST SECTION */
    .entry-title {
        font-size: 27px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .social-share-icons {
        float: none;
        margin-top: 10px;
        padding: 0;
        text-align: center;
        border-top: solid 1px #9b9b9b;
        padding-top: 15px;
    }

    .social-share-icons li {
        margin-left: 3%;
        margin-right: 3%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 22px;
    }

    .entry-content .post-date {
        float: right;
        font-size: 14px;
    }

    .entry-content .meta-separator {
        display: none;
    }

    body .entry-content .post-meta {
        position: relative;
    }

    .entry-content .post-by {
        color: #606060;
        font-weight: 100;
        font-size: 16px;
        position: absolute;
        top: 5px;
    }

    body .entry-content .post-meta .date.post-date{
        position: absolute;
        top: 25px;
    }

    .entry-content .post-by a {
        color: #1d5387;
        font-weight: 900;
    }

    .full-width-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }

    .view-comments-button {
        margin: auto;
        display: block;
    }

    /* RELATED POSTS SECTION */
    .related-posts-item .post-title {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .related-posts-item .post-title a {
        font-size: 18px;
        line-height: 18px;
    }

    .related-posts-item .post-meta {
        font-size: 14px;
    }

    .related-posts-item .post-details {
        padding-left: 0;
    }

    .related-posts-item {
        padding-bottom: 30px;
    }

    .inner-section-headline {
        margin-bottom: 15px;
    }

    .section-separator-thick {
        margin-top: 10px;
        border: none;
    }

    .home .section-separator-thick {
        margin-top: 40px;
        margin-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
        border: 5px solid #63635B;
    }

    .home .section-separator-thick.home-category-section-1 {
        display: none;
    }

    .post-author-avatar img {
        margin-right: 5px;
    }

    .ad-wrapper-col {
        border: none;
    }

    .hero-post-section .post-by {
        color: #929292;
    }

    .hero-post-section .post-date {
        font-weight: bold;
    }

    .inline-post-section .post-title a,
    .inline-post-section .post-title a:hover {
        color: #DF9E4A;
    }

    .inline-post-section .post-by,
    .inline-post-section .post-by a,
    .inline-post-section .post-date {
        color: #606060;
    }

    .side-post-section .post-by,
    .side-post-section .post-by a {
        color: #9B9B9B;
    }

    .side-post-section .post-title {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .side-post-section {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .side-post-section .post-meta,
    .side-post-section .post-meta a,
    .side-post-section .post-meta .meta-separator {
        color: #9B9B9B;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-menu a, .footer-menu a:hover {
        color: #fff;
    }

    .footer-copyright-col {
        text-align: center;
        color: #fff;
    }

    .footer-copyright {
        font-size: 14px;
    }

    .footer-logo {
        margin: 0 auto 20px;
    }

    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    .side-posts-widget .latest-articles {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section-1,
    .home-section-2,
    .home-section-3 {
        padding-left: 2%;
        padding-right: 2%;
    }

    .category-block-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .archive .category-block-1 {
        padding-left: 0;
        padding-right: 0;
    }

    .category-block .post-title {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .sponsor-section {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 1px;
    }

    .sponsor-section img {
        max-height: auto;
    }
}

@media (max-width: 479px){
    .container-header .item-mobile-icon > a:before {
        margin-bottom: 5px;
    }

    .container-header .nav>li.item-mobile-icon {
        height: 25%;
        min-height: 170px;
    }

    .container-header .nav>li.item-mobile-inline {
        margin-top: 0px;
    }

    .container-header .nav>li.item-mobile-button.subscribe {
        top: 0;
    }

    .social-share-icons li {
        margin-left: 2%;
        margin-right: 2%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 16px;
    }

    .text-ad-wrapper,
    .text-ad-wrapper-single {
        overflow: hidden;
    }
}

/* -----------
HOME PAGE CATEGORY
---------------- */
.category-block {
    padding-top: 10px;
}

.category-block .category-name {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 800;
}

.category-block .post-title,
.realted-posts .post-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 800;
}

.category-block .post-title a,
.realted-posts .post-title a {
    color: #39463E;
}

.category-block-1 .category-name {
    color: #911391;
}

.category-block-2 .category-name {
    color: #3680D6;
    margin-top: 0;
}

.category-block-3 .category-name {
    color: #48A841;
    margin-top: 0;
}

.category-block-4 .category-name {
    color: #3E528D;
    margin-top: 0;
}

.category-block-2,
.category-block-3,
.category-block-4 {
    padding-top: 0;
    margin-top: 25px;
}

.category-block-2 {
    border-right: solid 1px #C9C9C9;
    padding-right: 25px;
}

.category-block-3 {
    padding-left: 25px;
    padding-right: 25px;
}

.category-block-4 {
    padding-left: 25px;
    border-left: solid 1px #C9C9C9;
}

.category-block .homepage-sidebar-ad {
    padding-top: 45px;
}


.container-with-image{
     background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}

.container-with-image .site-main{
    background-color: transparent;
}

.container-with-image  .category-name{
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.container-with-image  .category-block .post-title a, .realted-posts .post-title a {
    color: white;
    font-size: 16px;
}

.container-with-image  .post-details .fn,
.container-with-image  .post-details a,
.container-with-image  .post-details .meta-separator,
.container-with-image  .post-details .post-date{
    color: white;
        font-size: 11px;
}

#home-categories-section .category-name{
    color: #204099;
    text-align: center;
    font-size: 22px;
    padding: 0px 40px 20px 40px;
    line-height: 26px;
}

#home-categories-section .category-block-2,
#home-categories-section .category-block-4{
    border-right:  0;
    border-left:  0;
}


.page-template-front-page  #home-categories-section .category-block .post-title, .page-template-front-page .realted-posts .post-title {
    font-size: 28px;
    line-height: 36px;
    color: #39463E;
    margin-top: 15px;
    font-weight: 800;
}

.hero-post-section .post-excerpt, .category-post-section .post-excerpt {
    color: #4c5750;
    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
    font-weight: 500;
}

#home-categories-section .side-post-section {
    padding-top: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-top: solid 2px #c5c5c5;
}

#home-categories-section  .side-post-section .post-title {
     font-size: 22px;
     margin-top: 5px;
}

.half-container{
    height: 100%;
    background: linear-gradient(90deg, #f4f4f4 50%, #ffffff 50%);
    text-align: center;
}

.half-container-top{
    background-color: #204099;
    color: white;
    text-align: center;
}

.half-container-top h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.half-container h2{
    color: #204099;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: 30px;
}

.no-padding{
    padding: 0;
}

.half-container img{
    max-height: 120px;
    width: auto;
}

.half-container .subscribe-title{
    color: #39463e;
    font-size: 18px;
    font-weight: 800;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.half-container .site-main {
    background-color: transparent;
    margin-bottom: 9%;

}

.blue-btn{
    background-color: #204099;
    color: white;
    padding: 8px 40px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #204099;
}
.blue-btn:hover{
    border: 1px solid #204099;
    text-decoration: none;
    color:  #204099;
    background-color: white;
}

#follow-section .blue-btn{
    margin-top: 40px;
}

#section-grow{
    text-align: center;
    padding-bottom: 30px;
}

#section-grow img{
    max-height: 140px;
}

#section-grow .description{
    font-size: 17px;
    color: white;
    padding-left: 20%;
    padding-right: 20%;
    font-weight: 500;
    line-height: 26px;
}

.white-btn{
    color: #204099;
    background-color: white;
    padding: 10px 25px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
    margin-top: 30px;
}
.white-btn:hover{
    text-decoration: none;
}

#section-events{
    text-align: center;
    background-color: #f4f4f4;
}

#section-events img{
    max-height: 150px;
}

#section-events h2{
    line-height: 34px;
    font-weight: 800;
    margin: 10px 0;
    text-align: center;
    color: #204099;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
}

#section-events .blue-btn {
    margin-top: 30px;
    margin-bottom: 70px;
}


.home .section-galleries {
    border-top: 0;
}

#top-trending-section h2{
    color: #204099;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    margin-top: -10px;
    margin-bottom: 40px;
}

#home-categories-section  .side-post-section .post-title a {
    color: #39463e;
    font-weight: 800;
}

#home-categories-section .category-block-2 .category-post-section .post-meta,
#home-categories-section .category-block-4 .category-post-section .post-meta{
    border-bottom: solid 2px #c5c5c5;
}

#home-categories-section .category-block-4 .category-post-section,
#home-categories-section .category-block-2 .category-post-section {
   margin-bottom: 30px;
}

#home-categories-section .category-block-3 .row:last-child {
    border-bottom: solid 2px #c5c5c5;
}

#home-categories-section #div-ad-medium-rectangle-4{
    margin-top: 30px;
}


/* ---------------
9. EXTRAS
----------------*/
.no-margin-btm {
    margin-bottom: 0;
}
.hero-post-section {
    padding: 5px 15px 15px 15px;
}
.hero-section-label {
    font-size: 20px;
    line-height: 40px;
    font-weight: 800;
    margin: 0;
    background-color: #204099;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}
.hero-category-label {
    color: #39463E;
    font-size: 32px;
    line-height: 34px;
    font-weight: 800;
    margin-top: 0;
}
.hero-post-section .hero-image {
    position: relative;
}
.inline-image-wrapper {
    display: inline-block;
    position: relative;
}
.post-category-label {
    width: 100%;
    color: #fff;
    background-color: rgba(0,70,126,0.85);
    position: absolute;
    top: 0;
    text-align: center;
    min-height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
}
.inline-image-wrapper .post-category-label {
    font-size: 12px;
}
.post-category-label:hover {
    color: #fff;
}
article header .post-title {
    margin-top: 0 !important;
}
article header .post-title a,
article .post-title a {
    color: #39463E !important;
}
.inline-post-section .post-title {
    line-height: 22px !important;
    font-weight: bold;
    margin-top: 15px;
}
article header {
    padding-left: 0 !important;
}

.col-md-3.post-details .post-title,
.col-md-4.post-details .post-title {
    font-size: 18px;
    font-weight: bold;
}
.published.post-date,
article header .post-by .fn:not(a),
article .post-by .fn:not(a) {
    color: #9b9b9b;
    font-family: aktiv-grotesk, sans-serif;
}
article header .post-by .fn a,
article .post-by .fn a {
    color: #9B9B9B;
    font-weight: 800;
}

article.inline-sponsor-section .post-by .fn:not(a),
article.inline-sponsor-section .post-by .fn a {
    color: #4A90E2;
}

article.inline-sponsor-section .post-by .fn a {
    font-weight: 800;
}

.inline-post-section.inline-sponsor-section {
    background-color: #ECECEC;
    padding: 0 10px 20px 8px;
}

.inline-post-section.inline-sponsor-section .post-meta {
    margin-top: 0;
}

.inline-post-section.inline-sponsor-section .col-sm-6.post-meta-col {
    padding-left: 0;
}

.inline-post-section.inline-sponsor-section .post-title {
    margin-top: 0;
}

.inline-post-section.inline-sponsor-section .post-title {
    font-size: 16px;
    font-weight: 800;
}

.related-articles .inline-post-section.inline-sponsor-section .sponsor-meta {
    margin-top: 10px;
    margin-bottom: 8px;
}

.latest-articles {
    padding: 0 15px 15px;
}

.home .latest-articles .widget-title{
    color: #204099;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
}



.home .widget .side-post-section:last-child, .side-posts-widget .side-post-section:last-child {
    border-bottom: 0;
}

.home .latest-articles article:first-of-type{
    border: 0 !important;
}

.side-post-section .post-title {
    margin-bottom: 5px;
}
.side-post-section .post-title a {
    color: #333;
    font-weight: 800;
}
.related-articles .row .col-sm-4:nth-child(2) {
    background: #e6e6e6;
}
.related-articles .row .col-sm-4:nth-child(2) img {
    height: 125px;
    padding-top: 15px;
    width: 100%;
}

.home .side-post-section .post-title {
    font-size: 24px;
    line-height: 30px;
}
.home-section-1 .widget-title,
.home-section-2 .widget-title,
.home-section-3 .widget-title {
    font-weight: bold;
    font-size: 28px;
    border-left: 10px solid #006aa4;
    padding-left: 5px;
    line-height: 24px;
    margin-top: 0;
    text-transform: uppercase;
    color: #606060;
}
.home-section-1 .post-details {
    margin-bottom: 15px;
}
.home-section-1 .widget-title-link,
.home-section-2 .widget-title-link,
.home-section-3 .widget-title-link {
    text-transform: uppercase;
    color: #333;
}
.home-section-1,
.home-section-2,
.home-section-3 {
    margin-top: 50px;
    padding-bottom: 20px;
}
.home-section-2 .inline-post-section:last-of-type,
.home-section-3 .inline-post-section:last-of-type {
    border-bottom: solid 2px #e3e3e3;
    margin-bottom: 15px;
}
.home-section-2 article,
.home-section-3 article {
    min-height: 60px;
}

.second-section-col {
    padding-left: 20px;
    padding-right: 30px;
}

.news-subscribe .col-sm-6:first-child {
    background-color: #c7c5c5;
    min-height: 300px;
}
.news-subscribe .col-sm-6:last-child {
    background-color: #8d8d8d;
    min-height: 300px;
}
.nsw-title {
    display: block;
    text-transform: capitalize;
    color: #701370;
    font-size: 22px;
}
.nsw-image {
    margin-bottom: 20px;
}
.nsw-image img {
    width: 120px;
}
.newsletter-signup-form input {
    text-align: center;
}
.home-section-2 .widget-title,
.home-section-3 .widget-title  {
    margin-bottom: 30px;
}
.home-section-2 .inline-post-section,
.home-section-3 .inline-post-section {
    padding-bottom: 10px;
}
.subscribe-download-section {
    padding: 25px 10px;
    color: #fff;
}
.subscribe-download-section .title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.subscribe-download-section .paragraph {
    font-size: 18px;
}
.download-section-image {
    width: 100%;
    padding-top: 25px;
}
.lower-footer .col-sm-3:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
}
#menu-footer {
    margin-bottom: 0;
}
.archive .post-details {
    padding-right: 25px;
}
.col-md-4.post-details .post-meta {
    margin-bottom: 30px;
}
.col-md-4.post-details .post-excerpt {
    color: #9b9b9b;
}
.sponsor-item {
    margin-left: 50px;
    margin-right: 50px;
    background-color: #e6e6e6;
    padding: 10px;
}
.sponsor-item img {
    margin: auto;
}
#load-posts-container .col-md-3:nth-child(4n) {
    border-right: none;
    margin-bottom: 60px;
}
body:not(.category) #load-posts-container .col-md-3:nth-child(4n + 1) {
    clear: both;
}
#latest_news_widget-2 {
    padding: 20px 5px 5px 0px;
    margin-bottom: 20px;
}
#latest_news_widget-2 .widget-title {
    font-size: 18px;
    line-height: 34px;
    font-weight: 800;
    margin: 0;
}

#interstitial-ad-site-logo{
    width: 150px !important;
}
.realted-posts .row article:nth-child(3),
.realted-posts .row .related-posts-item:nth-child(5),
.realted-posts #div-ad-medium-rectangle-5 {
    clear: none;
}
.realted-posts .row .related-posts-item:nth-child(5) {
    padding-left: 40px;
}
.sponsor-section .post-meta {
    text-align: center;
    margin-top: 10px;
}
.sponsor-section .post-title {
    text-align: center;
    margin-top: 5px;
}
.sponsor-section img {
    width: 100%;
}
.sponsor-section article {
    padding: 0 !important;
}
.post-meta {
    font-size: 14px;
}
.home-section-2 .post-title,
.home-section-3 .post-title {
    font-size: 16px;
    padding-right: 20px;
}
.hero-post-section .post-meta {
    padding-right: 0;
    margin-top: 5px;
}
.hero-post-section .post-excerpt,
.category-post-section .post-excerpt {
    color: #39463E;
    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
}
.category-post-section .post-excerpt {
    margin-bottom: 20px;
}
.category-post-section .ad-wrapper {
    margin-top: 20px;
}
.hero-post-section .post-category {
    color: #21409a !important;
}
.single-post .section-separator {
    padding-top: 0;
}
.single-post .realted-posts .meta-separator {
    display: none;
}
.single-post .realted-posts .post-date {
    display: block;
}
.single-post .realted-posts .sponsor-section {
    clear: both;
}
#load-posts-container .col-md-3:nth-child(1),
#load-posts-container .col-md-3:nth-child(2),
#load-posts-container .col-md-3:nth-child(3),
#load-posts-container .col-md-3:nth-child(4) {
    margin-top: 30px;
}
.subscribe-download-section a,
.subscribe-download-section a:focus,
.subscribe-download-section a:hover {
    color: #fff;
}
.related-articles .inline-post-section .sponsor-meta {
    margin-top: 15px;
}
.category-sponsor .post-details {
    padding-left: 25px;
}
.search-results .col-inline-post:nth-child(3n+1) {
    clear: left;
}
.col-inline-post:nth-child(3n+1) {
    clear: left;
}
.single-sponsored-post .col-inline-post:nth-child(3n+1) {
    clear: none;
}
.single-sponsored-post .col-inline-post:nth-child(4n+1) {
    clear: left;
}

#innerPage {
    position: relative;
}

#load-posts-container .blockpost-3 {
    margin-top: 30px;
}

.row-block-3 .blockpost-3:nth-child(3) {
    border-right: none;
}

.ui-loading .ui-loader {
    display: none !important;
}

.footer-menu {
    margin-top: 15px;
    margin-bottom: 8px;
}

#menu-footer-submenu {
    margin-bottom: 0;
}

.section-galleries {
    position: relative;
    border-top: solid 1px #C9C9C9;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-galleries .section-title {
    line-height: 34px;
    font-weight: 800;
    margin: 10px 0;
    text-align: center;
    color: #204099;
    font-size: 24px;
    margin-bottom: 20px;
}

.section-galleries .inline-post-section .post-title {
    font-weight: 800;
    margin-top: 8px;
}

.section-galleries .inline-post-section .post-meta {
    margin-top: 8px;
}

.section-galleries .inline-post-section .sponsor-meta .post-by .fn:not(a),
.section-galleries .inline-post-section .sponsor-meta .post-by a {
    color: #4A90E2;
}

.section-galleries .gallery-slider-arrow {
    position: absolute;
    top: 110px;
    height: 60px;
    width: 60px;
    background-color: #204099;
    opacity: 0.9;
    cursor: pointer;
    z-index: 100;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.section-galleries .gallery-slider-prev {
    left: -25px;
    background-image: url('images/arrow-prev.png');
}

.section-galleries .gallery-slider-next {
    right: -25px;
    background-image: url('images/arrow-next.png');
}

.section-galleries .inline-post-section {
    background-color: #ECECEC;
}

.section-galleries .slick-slide .inline-post-section img {
    margin: auto;
}

.section-galleries .inline-post-section .post-meta,
.section-galleries .inline-post-section .post-title {
    padding-left: 8px;
    padding-right: 8px;
}

.section-related-posts div.related-posts-item {
    margin-top: 20px;
    padding-top: 0;
}

.section-related-posts .sponsor-section {
    padding-left: 30px;
    padding-right: 30px;
}

.section-related-posts .sponsor-section .post-title {
    text-align: left;
}

.section-related-posts article .post-by .fn:not(a),
.section-related-posts article .post-by .fn a {
    color: #4A90E2;
}

.ui-loader {
    display: none;
}

body.home{
    background-color: white;
}

.sponsor-section .vcard{
    display:  inline-block;
}

/*
* MEMBER SECTION
*/
.member-section {
    padding: 30px 45px;
}

.member-section .sponsor-label {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

.member-section .sponsor-logo-col {
    padding-top: 20px;
}

.member-section .member-button-label {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.member-section .member-button {
    border: 1px solid #00467E;
    background-color: #FFFFFF;
    padding: 6px 30px;
    color: #00467E;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 10px;
}

.member-section .member-buttons-wrapper {
    display: inline-block;
}

.member-section .member-buttons-wrapper.logged-in {
    margin-top: 25px;
}

.member-login-header {
    background-color: #efefef;
}

.member-logo-container {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: aktiv-grotesk, sans-serif;
}

.member-logo-container .sponsor-logo-col {
    margin-top: 50px;
}

.member-logo-container .sponsor-logo-col .sponsor-label {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

.memer-section-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: bold;
    font-family: aktiv-grotesk, sans-serif;
}

.memer-section-subtitle {
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    font-family: aktiv-grotesk, sans-serif;
}

.member-section-text {
    color: #606060;
    font-family: "PT Serif", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.member-login-page-container {
    padding-top: 30px;
}

.member-login-page-container fieldset legend {
    display: none;
}

#wpmem_login input[type=submit],
#wpmem_reg input[type=submit] {
    display: block;
    background-color: #00467E;
    color: #fff;
    padding: 12px 10px;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
}

.member-login-page-container #wpmem_login .div_text,
.member-login-page-container #wpmem_reg .div_text,
.member-login-page-container #wpmem_login .button_div,
.member-login-page-container #wpmem_reg .button_div {
    width: 100%;
}

.member-login-page-container #wpmem_reg .req-text {
    display: none;
}

.member-login-page-container .link-text {
    font-weight: bold;
}

.member-login-page-container .register-col #wpmem_login {
    display: none;
}
.site-main .wpmem_msg {
    width: 100%
}

/* Pagination */
.pagination-container {
    text-align: center;
    position: relative;
    padding-right: 15px;
}

.pagination-container a.prev-posts {
    float: left;
}

.pagination-container a.next-posts {
    float: right;
}

.pagination-container a {
    color: #fff;
    background-color: #48a942;
    display: block;
    width: 200px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

.pagination-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 200px;
    margin: auto;
}

img.lazy-img {
    visibility: hidden;
}

/* Showcase section */
.showcase-category-menu {
    background-color: #d8d8d8;
    margin: 20px -25px;
    text-align: center;
}

.showcase-category-menu a {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 30px;
    font-family: aktiv-grotesk, sans-serif;
    text-decoration: none;
}

.showcase-category-menu a:hover {
    background-color: #d0cece;
}

.showcase-category-menu ul {
    margin: 0;
    padding: 0;
}

.showcase-category-menu li {
    display: inline-block;
    vertical-align: top;
}

.showcase-category-menu.filter-menu {
    display: flex;
}

.showcase-category-menu.filter-menu .showcase-filter-label {
    flex: 100px;
    background-color: #48a841;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
}

.showcase-category-menu.filter-menu .showcase-back-link {
    width: 150px;
    background-color: #48a841;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

.tax-showcase-company .showcase-category-menu.filter-menu .showcase-back-link {
    width: 200px;
    border-right: solid 5px #fff;
}

.showcase-category-menu.filter-menu .showcase-back-link i {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.showcase-category-menu.filter-menu .showcase-back-link a {
    display: block;
    padding: 8px 0;
    color: #fff;
    text-transform: capitalize;
}

.showcase-category-menu.filter-menu .showcase-back-link a:hover {
    background-color: transparent;
}

.showcase-category-menu.filter-menu .showcase-subcategory-filter {
    flex: calc(100% - 100px);
    text-align: left;
}

.showcase-category-menu.filter-menu .showcase-subcategory-filter li {
    padding: 10px 15px 0 15px;
    font-weight: bold;
}

.showcase-category-sort-wrap {
    margin: 0 15px 0 10px;
}

.showcase-company-headline {
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

.showcase-posts-sort {
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.showcase-category-add-new {
    float: right;
    padding-top: 7px;
}

.add-new-button {
    border: solid 1px #48a841;
    padding: 10px 25px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    display: block;
}

.add-new-button:hover {
    text-decoration: none;
    color: #333;
    background-color: #f3f3f3;
}

.showcase-content {
    padding: 20px 10px;
}

.col-showcase-post .post-title {
    margin-top: 0;
    color: #373737;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.col-showcase-post.col-showcase-post-related .post-title {
    font-size: 16px;
}

.showcase-post-meta {
    font-size: 14px;
    font-weight: 800;
    color: #606060;
    margin: 10px 0px 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.featured-product .showcase-post-meta {
    margin-top: 15px;
}

.showcase-category-header {
    margin-bottom: 25px; 
}

.showcase-category-description {
    padding-left: 20px;
}

.showcase-category-image img {
    max-width: 100%;
}

.showcase-post-wrap {
    margin-top: 10px;
}

.showcase-post-image img {
    max-width: 100%;
}

.showcase-post-company span {
    font-size: 20px;
    font-weight: 800;
    color: #606060;
    display: block;
    margin: 10px 0;
}

.showcase-post-content .entry-header {
    margin-bottom: 50px;
}

.showcase-post-featured-label {
    font-family: aktiv-grotesk, sans-serif;
    background-color: #48a841;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    max-width: 200px;
    padding: 5px;
    margin-bottom: 25px;
    font-weight: bold;
}

.showcase-post-section {
    padding: 10px;
}

.showcase-post-section.featured-product {
    background-color: #dcdcdc;
}

.showcase-post-img-wrap {
    position: relative;
}

.showcase-post-section.featured-product .showcase-post-featured-label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
}

.showcase-category-sort {
    float: left;
}

.showcase-category-search {
    text-align: center;
}

.showcase-category-search-wrap {
    border: solid 1px #b5b5b5;
    border-radius: 5px;
    display: inline-block;
}

.showcase-category-search-wrap .showcase-search {
    min-width: 300px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    color: #757575;
    border: none;
    border-radius: 5px;
}

.showcase-category-search-wrap .showcase-search-button {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    background-color: #48a840;
}

.showcase-category-search-wrap .showcase-search-button:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 20px;
    color: #fff;
}

.col-showcase-post {
    padding-left: 8px;
    padding-right: 8px;
}

.related-showcase-posts .related-showcase-posts-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 30px;
}

.col-showcase-post {
    margin-bottom: 40px;
}

.col-showcase-post.col-showcase-post-related {
    margin-bottom: 15px;
}

.col-showcase-post article .post-title a {
    color: #353535 !important;
    font-weight: 800;
}

.showcase-page-title {
    font-size: 38px;
    font-weight: 900;
    margin-top: 35px;
    font-family: aktiv-grotesk, sans-serif;
}

.showcase-section-separator {
    max-width: 90%;
    border-bottom: solid 1px #ccc;
    margin: 20px 0;
    margin: 40px auto 60px;
}

.showcase-page-content {
    max-width: 80%;
    margin: 40px auto;
    text-align: center;
}

.col-showcase-company .post-title {
    margin-top: 15px;
}

.entry-content a.showcase-page-button {
    text-align: center;
    padding: 25px;
    display: block;
    color: #fff;
    font-weight: 800;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 22px;
}

.entry-content a.showcase-page-button:hover {
    text-decoration: none;
    opacity: .8;
}

.entry-content a.showcase-page-button.button-premium {
    background-color: #3780d6;
}

.entry-content a.showcase-page-button.button-free {
    background-color: #00467e;
}

.gform_wrapper form li.child-showcase-categ {
    margin-left: 20px !important;
}

.ginput_container_checkbox {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #ccc;
    padding: 0 8px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 6px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #d8d8d8;
    border: solid 2px #9a9999;
    border-radius: 5px;
}

.styled-checkbox:hover + label:before {
    background: #cccaca;
}


.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #cccaca;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #48a840;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 #48a840,
      4px 0 0 #48a840,
      4px -2px 0 #48a840,
      4px -4px 0 #48a840,
      4px -6px 0 #48a840,
      4px -8px 0 #48a840;
    transform: rotate(45deg);
}

.subscribe-cta {
    margin-bottom: 25px;
}

.subscribe-cta a {
    text-decoration: none;
}

.entry-content blockquote,
.entry-content blockquote p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

/* FEATURED AUTHORS SECTION */
.section-featured-authors {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    position: relative;
}

.featured-authors-inner {
    display: flex;
    margin: 0 -15px;
    min-height: 90px;
}

.featured-authors-label {
    flex: 50px;
    width: 50px;
    background-image: url(images/market-experts.png);
    background-repeat: no-repeat;
    background-position: center;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #eaeaea;
}

.featured-authors-wrap {
    flex: calc(100% - 50px);
    width: calc(100% - 50px);
    display: flex;
}

.featured-author-post {
    flex: 25%;
    width: 25%;
}

.featured-author-post a {
    display: inline-block;
    height: 100%;
}

.featured-author-post:hover {
    background-color: #0071bb;
}

.featured-author-post .post-author-avatar {
    float: left;
}

.featured-author-post .post-author-avatar img {
    height: auto;
}

.featured-author-post-details .author {
    display: block;
    font-weight: 800;
    font-size: 14px;
    color: #0071bb;
}

.featured-author-post-title {
    color: #000;
    margin: 5px 0 0;
    font-size: 14px;
}

.featured-author-post {
    padding: 10px 20px;
    overflow: hidden;
}

.featured-author-post-details {
    float: left;
    width: calc(100% - 68px);
}

.featured-author-post:hover .featured-author-post-title {
    color: #fff;
}

.featured-author-post:hover .featured-author-post-details .author {
    color: #ccc;
}

.clearfix {
    clear: both;
}

.category-items-wrap {
    margin-top: 35px;
}

.sponsor-category {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #929292;
}

@media (min-width: 992px) {
    .col-showcase-post:nth-child(4n+1) {
        clear: left;
    }

}

@media (max-width: 991px) {
    .home .category-block-1{
        text-align: center;
        text-align: -webkit-center;
    }

    .home .category-block-1 .post-details{
        margin-bottom: 20px;
    }

    #home-categories-section {
        text-align: center;
        text-align: -webkit-center;
    }

    .half-container {
        background-color:  white;
        background: 0;
        
    }
    .col-showcase-post:nth-child(3n+1) {
        clear: left;
    }

    .showcase-category-sort-wrap {
        margin: 0 15px 15px 10px;
    }

    .showcase-category-search {
        clear: both;
        padding-top: 20px;
    }

    .section-featured-authors {
        display: none;
    }
}

@media (min-width: 767px) {
    .single-post .realted-posts .row article:nth-child(2) {
        padding-left: 15px;
    }

    .member-login-page-container .login-col {
        padding-right: 35px;
    }

    .member-login-page-container .register-col {
        padding-left: 35px;
        border-left: solid 2px #cbcbcb;
    }

    #wpmem_reg .div_text:nth-of-type(2) {
        width: 48%;
        display: inline-block;
    }

    #wpmem_reg .div_text:nth-of-type(3) {
        width: 48%;
        display: inline-block;
        float: right;
    }


}

@media (min-width: 1024px) {
    .newsletter-signup-form {
        width: 60%;
        margin: 0 auto;
    }
    .archive .newsletter-signup-form,
    .single-sponsored-post .newsletter-signup-form,
    .search-results .newsletter-signup-form {
        width: 80%;
    }
    .single .newsletter-signup-form {
        width: 100%;
    }
    .home-section-1 img {
        width: 100%;
    }
    .home-section-1 .col-md-4:nth-child(2) {
        margin-top: 15px;
    }
    .category .archive-row .post-details:not(:first-child) > article {
        margin-left: 10%;
    }
    #load-posts-container .blockpost-3 article {
        margin-left: 7%;
    }
    .category #load-posts-container .blockpost-4:first-child > article {
        margin-left: 9%;
    }
}

@media (max-width: 992px) {
    .home-section-2 .col-md-4:first-child,
    .home-section-3 .col-md-4:first-child {
        margin-bottom: 50px;
    }

    .navbar-toggle {
        display: block;
    }

    .site-header .site-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .ad-wrapper-col.no-tablet {
        border: none;
    }

    #load-posts-container .col-md-3:nth-child(4n) {
        margin-bottom: 0;
    }

    #load-posts-container .col-md-3:nth-child(1),
    #load-posts-container .col-md-3:nth-child(2),
    #load-posts-container .col-md-3:nth-child(3),
    #load-posts-container .col-md-3:nth-child(4) {
        margin-top: 0;
    }
    #menu-footer-submenu {
        padding-left: 0;
    }

    .category-block-2 {
        border-right: none;
    }

    .category-block-4 {
        border-left: none;
    }
    .latest-articles {
        padding: 20px 0 0;
    }

    .member-logo-container .sponsor-logo-image {
        max-width: 260px;
    }

    .pagination-container {
        padding-right: 0;
    }

    .pagination-container a {
        width: 150px;
        padding: 6px;
    }

    .showcase-category-description {
        margin-top: 25px; 
    }
}

@media (max-width: 767px) {
    .related-articles .col-sm-4 {
        margin-left: 20%;
        margin-right: 20%;
    }
    .related-articles .post-details {
        padding-left: 0;
    }
    .home-section-1 img {
        width: 100%;
    }
    .home-section-2 .inline-post-section,
    .home-section-3 .inline-post-section {
        padding-bottom: 5px;
        margin-bottom: 10px !important;
    }
    .home-section-2 {
        margin-bottom: 0;
    }
    .news-subscribe .col-sm-6:last-child {
        margin-top: -30px;
    }
    .newsletter-subscribe-widget .widget-title {
        padding-top: 20px;
    }
    .hero-post-section {
        padding: 10px 20px;
    }
    .archive-row .hero-post-section {
        padding: 10px 0;
    }
    .hero-section-label {
        margin-left: 8px;
    }
    .category-block-1 .sponsor-section .col-inline-post {
        padding: 0;
    }
    .category-block .post-title a {
        font-weight: 800;
    }

    .category-block-1 .sponsor-section {
        max-width: 300px;
    }

    .category-block-1 .sponsor-section article header .post-by .fn a,
    .category-block-1 .sponsor-section article .post-by .fn a,
    .category-block-1 .sponsor-section article .post-by .fn:not(a) {
        color: #4A90E2;
    }

    .category-block-2,
    .category-block-3,
    .category-block-4 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .category-block .side-post-section {
        margin-top: 25px;
    }

    .home .category-block-1 {
        border: none;
    }

    .member-logo-container .sponsor-logo-col {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .member-logo-container .sponsor-logo-image {
        max-width: 150px;
    }

    .member-section-logo,
    .member-buttons-wrapper {
        text-align: center;
        width: 100%;
    }

    .pagination-container {
        padding-top: 25px;
    }

    .pagination-title {
        top: 0;
    }
    .showcase-category-sort {
        float: left;
        margin-top: 10px;
    }
    .home .hero-post-section,
    #top-trending-section{
        text-align: -webkit-center;
    }
}
@media (max-width: 479px) {
    .lower-footer {
        display: block;
    }
    .lower-footer .col-sm-3:nth-child(2) {
        border-left: none;
        border-right: none;
        text-align: center;
    }
    .single-post .post-date { 
        float: none;
    }
    .single-post .section-related-posts {
        text-align: center;
    }
    .single-post .section-related-posts .post-date {
        margin-top: 0;
        margin-left: 0;
    }
    .single-post .section-related-posts .meta-separator {
        display: none;
    }
    .single-post .realted-posts article {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pagination-title {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .pagination-container .page-numbers {
        padding: 3px 6px;
    }

    .showcase-category-search-wrap {
        width: 100%;
    }

    .showcase-category-search-wrap .showcase-search {
        min-width: inherit;
        width: calc(100% - 35px);
    }

    #section-grow img {
        max-height: 100px;
    }

    #section-grow .description {
        padding-left: 5%;
        padding-right: 5%;
    }
}


@media (max-width: 379px) {
    .pagination-container a {
        width: 120px;
    }
}

.header-ads-wrapper {
    position: absolute;
    height: 0;
}

.mmw-thumbsup-wrap {
    text-align: center;
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity .3s;
    visibility: visible;
}

.mmw-thumbsup-wrap .mmw-thumbsup {
    color: #74a2f5;
    font-size: 22px;
    cursor: pointer;
}

.mmw-thumbsup-message {
    font-size: 14px;
}

.mmw-thumbsup {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    background-image: url('images/applause.png');
    background-size: 100%;
}

.mmw-thumbsup.clicked {
    background-image: url('images/applause-clicked.png');
    cursor: inherit;
}

@media (min-width: 1024px) {
    #innerPage.fixed-applause-icon:not(.window-scroll-top) .mmw-thumbsup-wrap {
        opacity: 0;
        visibility: hidden;
    }

    .fixed-applause-icon .current-visible-article .mmw-thumbsup-wrap {
        position: fixed;
        top: 90px;
        margin-left: -100px;
    }

    body.logged-in .fixed-applause-icon .current-visible-article .mmw-thumbsup-wrap {
        top: 120px;
    }
}

.tinsel-gallery>.main-display>.sidebar>.side-ad {
    display: block !important;
}

.comment-reply-link-custom {
    font-weight: bold;
    color: black;
}

.comment,
.pingback {
    margin-bottom: 10px;
}

.comment .comment,
.pingback .comment {
    margin: 10px 0 10px 20px;
}

.entry-content .post-meta .social-share-icons {
    margin-left: auto;
}

.entry-content .post-meta time {
    color: #9b9b9b;
    font-family: aktiv-grotesk, sans-serif;
}

@media (min-width: 992px) {
    .single .entry-content .post-meta {
        display: flex;
    }
}

@media (max-width: 767px) {
    .entry-content .post-meta time {
        float: right;
        margin-top: 17px;
        font-size: 14px;
    }
}

.ggplus-icon {
    display: inline-block;
    width: 72px;
    height: 30px;
    background-image: url('images/gg-plus-icon.png');
    background-size: 100% auto;
}

.nav>li>a.gg-plus-menu-item,
ul.nav li.dropdown:hover a.gg-plus-menu-item,
.nav>li>a.gg-plus-menu-item:hover {
    background-color: #21409a;
    padding: 13px 10px;
}

.entry-content img.mmw-initiative-post-initiative-image {
    max-width: 300px;
    float: right;
    margin-left: 30px;
}

.entry-content .mmw-initiative-post-footer-text {
    color: black;
    font-weight: bold;
}

@media (max-width: 580px) {
    .entry-content img.mmw-initiative-post-initiative-image {
        max-width: 300px;
        float: none;
        margin-left: 0;
        display: block;
        margin: 0 auto 20px;
    }
}