/*
Theme Name: GrowingProduce Theme
Author: Web3Box
Author URI: https://www.web3box.com/
Description: Theme for GrowingProduce.com publication site.
Version: 1
Text Domain: growingproduce
Private: true
*/

/*
1. GLOBAL STYLES
2. TYPOGRAPHY
3. LAYOUT
4. MENU
5. HEADER
6. SECTIONS
7. FOOTER
8. RESPONSIVE GENERAL

---------------
1. GLOBAL STYLES
----------------*/
@font-face {
  font-family: 'Archivo Narrow';
  font-display: swap;
  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');
}

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/ptserif.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    font-size: 100%;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    background: #f3f2f0;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    position: relative;
    cursor: default;
    padding-top: 76px;
    overflow-x: hidden;
}

#innerPage {
    position: relative;
}

/* ---------------
2. TYPOGRAPHY
----------------*/
.entry-content {
    color: #606060;
    font-family: "PT Serif";
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 30px;
}

.entry-content p span {
    font-family: "PT Serif", Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
}

.entry-content a {
    color: #3680d6;
    font-weight: bold;
}

.entry-content a:hover {
    color: #2a6496;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-title {
    color: #606060;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    margin: 20px 0 30px 0;
}

.page-title {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 500;
    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;
}

/* ---------------
3. LAYOUT
----------------*/
.site-main {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
}

.home .site-main {
    box-shadow: none;
    border: 0;
}

.main-sidebar {
    padding-left: 20px;
    padding-right: 10px;
}

.top-page-header {
    margin-top: 0;
}

.text-ad-wrapper {
    margin-bottom: 30px;
}

.text-ad-wrapper-single {
    margin-top: 50px;
}

.between-posts-banner {
    padding-bottom: 20px;
    margin-left: -25px;
    margin-right: -25px;
    background-color: #f3f2f1;
}

.between-posts-banner > .section-separator-thick {
    margin-bottom: 20px;
}

@media ( min-width: 992px ) {
    .post-content-column {
        border-right: solid 1px #9b9b9b;
        padding-right: 25px;
    }
}


/* ---------------
4. MENU
----------------*/
.top-navbar {
    position: static;
    min-height: 76px;
    margin-bottom: 0;
    border: none;
}

.top-navbar a {
    color: #39463E;
}

.top-navbar a .glyphicon {
    font-size: 10px;
    margin-left: 5px;
}

.top-navbar .navbar-nav>li>a {
    padding-top: 23px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
}

.top-navbar .resource-center > a span {
    line-height: 35px;
}

.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;
    background-color: transparent;
}

.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;
    background-position: center;
}

.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: 22px;
}

.top-navbar > ul > li.dropdown.open .dropdown-menu,
ul.nav li.dropdown.open > a {
    background-color: #D9D9D9;
}

.top-navbar > ul > li.dropdown.open.menu-style-1 .dropdown-menu,
ul.nav li.dropdown.open.menu-style-1 > a {
    background-color: #39463e;
    color: #fff;
}

.top-navbar > ul > li.dropdown.open.menu-style-3 .dropdown-menu {
    background-color: #efefef;
}

.top-navbar > ul.nav li.dropdown:not(.open):hover > a {
    background-color: transparent;
}

.corps-menu li {
    width: 14%;
    padding: 10px 20px 20px;
}

li.open .corps-menu li a {
    color:#fff;
    font-size: 20px;
}

.brands-menu,
.events-menu {
    padding: 24px 0;
}

.brands-menu li,
.events-menu li {
   padding: 25px;
   height: 100%;
}

.brands-menu li {
    max-width: 250px;
    padding: 0;
}

.brands-menu li a,
.events-menu li a {
    display: block;
    height: 100%;
    position: relative;
}

.events-menu li a {
    width: 150px;
    padding: 0;
}

.brands-menu li img,
.events-menu li img {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.brands-menu li:not(:last-child),
.events-menu li:not(:last-child) {
    border-right: 1px solid #B6B6B6;
}

.brands-menu li:nth-last-child(2),
.events-menu li:nth-last-child(2) {
    border-right: none;
}

.top-navbar .dropdown-menu > li {
    cursor: pointer;
}

.top-navbar .categry-img-wrapper img {
    max-width: 110px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
    background-color: #588067;
    border:2px solid #fff;
}

.top-navbar .categry-img-wrapper.category-2 img {
    background-color: #75a340;
}

.top-navbar .categry-img-wrapper.category-3 img {
    background-color: #8b572a;
}

.top-navbar .categry-img-wrapper.category-4 img {
    background-color: #f5be23;
}

.top-navbar .categry-title-wrapper{
    font-size: 28px;
    margin-top: 10px;
    display: inline-block;
}

.top-navbar .dropdown > a:before,
.top-navbar .resource-center > a:before {
    content: '';
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.top-navbar .resource-center > a {
    display: flex;
}

.top-navbar .resource-center > a:hover {
    background-color: transparent;
}

.top-navbar .dropdown.menu-style-1 a:before {
    background-image: url(images/top-icon-1.png);
}

.top-navbar .dropdown.menu-style-1.open a:before {
    background-image: url(images/top-icon-1-white.png);
}

.top-navbar .dropdown.menu-style-2 a:before {
    background-image: url(images/top-icon-2-small.png);
}

.top-navbar .dropdown.menu-style-3 a:before {
    background-image: url(images/top-icon-3.png);
}

.top-navbar .resource-center a:before {
    background-image: url(images/resourcecentericon.png);
}

.home .hero-post-section .post-title a, .home  .hero-post-section .post-title a:hover {
    color: #39463E;
    font-size: 28px;
    line-height: 30px;
}

.featured-title{
    text-align: center;
    letter-spacing: 0px;
    color: #39463E;
    opacity: 1;
    font-size: 36px;
    background-color: #EBEBEB;
    padding: 13px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .navbar.top-navbar .header-nav {
        padding-left: 0;
    }

    #header.site-header .container-header {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .top-navbar .dropdown-menu {
        position: absolute;
        top: 76px;
        height: 195px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
        box-shadow: 0 6px 12px rgba(0,0,0,0);
    }

    .top-navbar .navbar-nav.nav > li { position: static }

    .top-navbar .navbar-nav.nav .dropdown-menu{
        float: none;
    }
    .top-navbar .navbar-nav.nav .dropdown-menu > li { 
        display: inline-block;
        float: none;
    }
    .top-navbar > ul,
    .top-navbar > ul > li.dropdown,
    .top-navbar > ul > li.dropdown > a{
        height: 76px
    }

    ul.nav li.dropdown.open > ul.dropdown-menu {
        display: block;
    }

    ul.nav li.dropdown.open > a {
        background-color: #D9D9D9;
        border-color: #428bca;
    }

    ul.nav li.dropdown.menu-style-1.open > a {
        background-color: #39463e;
        color: #fff;
    }

    ul.nav li.dropdown.menu-style-3.open > a {
        background-color: #efefef;
    }

    .top-navbar .submenu {
        position: absolute;
        top: 76px;
        height: 195px;
        background-color: #D9D9D9;
        display: none;
        color: #fff;
        z-index: 1000;
    }

    .top-navbar .dropdown.menu-style-1.open .submenu,
    .top-navbar .dropdown.menu-style-1.open .submenu a,
    .top-navbar .dropdown.menu-style-1.open .submenu a:hover {
        background-color: #39463e;
        color: #fff;
    }

    .top-navbar .submenu a{
        color:#fff;
    }
    .top-navbar .dropdown.open .submenu.open{
        display: block;
    }
    .top-navbar .submenu .container{
        display: none;
        margin-left: 0;
        margin-top: 15px;
    }

    .top-navbar .submenu .back {
        font-size: 26px;
        margin-right: 40px;
    }

    .top-navbar .submenu .back i {
        display: inline-block;
        margin-right: 10px;
    }

    .top-navbar .submenu .category-view-all {
        font-size: 18px;
    }

    .top-navbar .category-submenu {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 40px;
        display: block;
    }

    .top-navbar .category-submenu li {
        display: inline-block;
        font-size: 18px;
        padding-left: 12px;
    }

    .top-navbar .category-submenu li:first-child {
       padding-left: 0;
    }

    .top-navbar .category-submenu li:after {
        content: '|';
        margin-left: 10px;
    }

    .top-navbar .category-submenu li:last-child:after {
        display: none;
    }

    .top-navbar .navbar-nav.nav .dropdown-menu > li.section-back-button {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        text-align: center;
        float: left;
    }

    #brands-home-section-div img {
        max-width: 300px;
    }

    .home .hero-post-section img {
        max-width: 380px;
        margin: auto;
    }

    .header-top-icons {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header-top-icons .fa-facebook,
    .header-top-icons .fa-twitter,
    .header-top-icons .fa-instagram {
        display: none;
    }

    .pagination-title {
        top: 0;
    }
}

/* ---------------
5. HEADER
----------------*/
.site-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 150;
    top: 0;
    border-bottom: solid 2px #c8c8c8;
}

body.admin-bar .site-header {
    top: 32px;
}

.site-header .container-header {
    padding-right: 25px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px;
}

.site-header .site-logo {
    display:inline-block;
    margin: 6px auto;
    max-width: 148px;
    float: left;
}

.callout-header {
    background-color: #39463E;
    font-size: 1.125em;
    line-height: 2.05em;
    height: 36px;
}

.callout-header .callout-link {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.header-top-icons {
    float: right;
    margin: 20px 22px 0 0;
}

.header-top-icons .header-icon {
    font-size: 20px;
    margin-left: 8px;
}

.search-form {
    display: inline-block;
    margin-right: 25px;
    padding: 5px 6px;
    border: solid 2px #5C5C5C;
    border-radius: 18px;
}

.search-form .search-submit {
    background-color: transparent;
    border: none;
    color: #5C5C5C;
    font-size: 18px;
}

.search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5C5C5C;
    opacity: 1;
  }
  

.search-form .search-field {
    border: none;
    outline: none;
    width: 60px;
    transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
}

.search-form .ui-input-text {
    display: inline-block;
}



.mobile-search-icon {
    display: none;
}
#header-nav .fa.fa-chevron-down{
    padding-left: 2px;
    color: #39463E;
}


.market-expert-wrap {
    display: flex;
    margin: 0 -15px;
    min-height: 90px;
}

.featured-authors-label {
    flex: 50px;
    width: 50px;
    background-image: url(images/market-experts-white.png);
    background-repeat: no-repeat;
    background-position: center;
    border-left: solid 1px #2D6334;
    border-right: solid 1px #2D6334;
    background-color: #2D6334;
    margin-right: 10px;
}

.featured-authors-wrap {
    flex: calc(100% - 50px);
    width: calc(100% - 50px);
    display: flex;
}

.featured-authors-wrap .featured-author-post .featured-author-image-wrap {
    display: flex;
    overflow: hidden;
    width: 65px;
    margin: auto;
}

#market-expert .featured-author-post img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 100%;
    margin-top: 15px;
}

#market-expert h4 {
    font-size: 14px;
    color: #2D6334;
    font-weight: 700;
    margin-bottom: 3px;
}

#market-expert .title  {
    margin-bottom: 5px;
    display: block; 
    margin-top: 20px;
    color: #2D6334;
}

#market-expert p {
    font-size: 12px;
    color: #2b2b2b;
    line-height: 12px;
    font-weight: 500;
}


/* ---------------
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: 30px;
    box-shadow: 0 0 10px 0 #E6E6E6;
}

.home .hero-post-section {
    box-shadow: none;
}

.hero-post-section .hero-image img {
    width: 100%;
}

.hero-post-section .post-meta {
    padding: 0 20px 30px 20px;
}

.home .hero-post-section .post-meta {
    padding: 0;
    font-size: 13px;
}

.home  .hero-post-section .post-title {
    margin-bottom: 10px;
}

.home .hero-post-section img{
    max-height: 198px;
}

.category-read-title{
    text-align: center;
    color: #39463E;
    font-size: 28px;
    margin-bottom: -10px;
    margin-top: 10px;
}


.home .hero-post-section .post-meta span{
    padding: 0;
}

.home .section-top-stories{
    background-color: #EBEBEB;
    padding: 20px;
}

.home .section-top-stories .widget-title{
    text-align: center;
    color: #39463E;
    font-size: 24px;
}

.home .section-top-stories .home-category-btn{
    color: #39463E;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: -10px;
}

.home .side-post-section:first-of-type{
    border-top: none;
}

#top-trending-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top-trending-section h2{
    text-align: center;
    font-size: 35px;
    color: white;
    margin: 30px 0px 40px 0px;
}

#top-trending-section .related-posts-item:nth-child(odd) {
    padding-right: 0px !important;
}

#top-trending-section  .post-title a {
    color: white;
    line-height: 20px;
}

#top-trending-section  .description{
    font-size: 15px;
    color: white;
    margin-top: 10px;
}


.home .vcard .fn a{
    font-weight: bold;
}
.hero-post-section .post-title {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.home .hero-post-section .post-title{
    font-size: 30px;
}

.read-more-link{
    color: #2D6334;
    font-size: 17px;
    padding-left: 7px;
}

.hero-post-section .post-title a,
.hero-post-section .post-title a:hover {
    color: #000;
}

.hero-post-section .post-meta,
.entry-content .post-meta {
    font-size: 18px;
    line-height: 21px;
}

.entry-content .post-meta .social-share-icons {
    margin-left: auto;
}

.entry-content .post-meta time {
    font-family: "Archivo Narrow",Helvetica,Arial,sans-serif;
    color: #9b9b9b;
    letter-spacing: .25px;
}

.hero-post-section .post-by,
.hero-post-section .post-by a,
.entry-content .post-by,
.entry-content .post-by a {
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    color: #9b9b9b;
    font-weight: 100;
    letter-spacing: .25px;
}

.hero-post-section .post-date,
.entry-content .post-date {
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    color: #9b9b9b;
    letter-spacing: .25px;
}

.hero-post-section .post-excerpt, 
.category-post-section .post-excerpt {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #383838;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.home .hero-post-section  .post-excerpt {
    font-size: 17px;
}

.entry-content .post-date {
    font-weight: 100;
}

.entry-content .post-by a {
    font-weight: 800;
}

.meta-separator {
    margin: 0 5px;
    color: #9b9b9b;
}

.category-hero-headline {
    height: 34px;
    color: #588067;
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    margin: 30px 0;
    letter-spacing: 0.05em;
}


.home .category-hero-headline {
    background-color: #7FA24E;
    padding: 25px;
    color: white;
    margin: 20px 0px 25px 0;
    height: auto;
}



/* INLINE POST SECTION */
.inline-post-section {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #c5c5c5;
}

.inline-post-section .post-title {
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 5px;
}

.inline-post-section .post-meta {
    margin-bottom: 5px;
}

.inline-post-section .post-title a,
.inline-post-section .post-title a:hover {
    color: #000000;
    font-weight: 600;
}

.inline-post-section .post-excerpt {
    font-size: 17px;
    line-height: 28px;
    color: #606060;
    font-family: "PT Serif";
}

.inline-post-section .post-excerpt p {
    margin: 0;
}

.inline-post-section .post-excerpt .sharedaddy {
    display: none;
}

.inline-post-section .post-by,
.inline-post-section .post-by a {
    color: #9b9b9b;
}

.inline-post-section .post-date {
    color: #9b9b9b;
}

.inline-post-section.section-full {
    padding-bottom: 30px;
}

.entry-content .post-meta {
    margin-bottom: 20px;
}

.post-author-avatar img {
    border-radius: 27px;
    margin-right: 15px;
    width: 53px;
}

.inline-post-section .post-details {
    padding-left: 5px;
}

@media (min-width: 1200px){
    .inline-post-section.section-full .post-image-col {
        max-width: 320px;
    }

    .single .main-sidebar {
        padding-left: 0;
    }
}

@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 (min-width: 768px) {
    .single .entry-content .post-meta {
        display: flex;
    }
}
@media (max-width: 767px) {
    .entry-content .post-meta time {
        float: right;
        margin-top: 17px;
        font-size: 14px;
    }
    .inline-post-section .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .post-meta {
        font-size: 14px;
    }

    .hero-post-section {
        box-shadow: none;
    }

    .hero-post-section .post-title {
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .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: 20px;
    }
}


/* SIDE POST SECTION */
.side-post-section {
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: solid 1px #c5c5c5;
}

.side-post-section .post-title {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 2px;
    letter-spacing: .25px;
    font-weight: 500;
}

.side-post-section .post-title a,
.side-post-section .post-title a:hover {
    color: #000000;
    font-weight: 500;
}

.side-post-section .post-meta,
.side-post-section .post-meta a,
.side-post-section .post-meta .meta-separator {
    color: #9b9b9b;
    font-size: 16px;
    letter-spacing: .25px;
}

/* BLOCK POST SECTION */
.top-hero-posts {
    margin-bottom: 60px;
}

.block-post-section .block-post-inner {
    max-width: 330px;
    margin-right: 4.6%;
    border: solid 1px #979797;
}

.block-post-section .block-post-details {
    padding: 0 20px 20px 20px;
}

.block-post-section .block-post-img {
    height: auto;
    max-width: 100%;
}

.block-post-section .post-title a, 
.block-post-section .post-title a:hover {
    color: #000;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.block-post-section .post-by, 
.block-post-section .post-by a {
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    color: #9b9b9b;
    font-weight: 100;
    letter-spacing: .25px;
}

.block-post-section .post-date {
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    color: #9b9b9b;
    letter-spacing: .25px;
}

@media (max-width: 767px) {
    .block-post-section .block-post-inner {
        max-width: 100%;
        border: none;
        border-bottom: solid 1px #979797;
    }

    .block-post-section .block-post-details {
        padding: 0 0 20px;
    }

    .block-post-section .post-title {
        margin-top: 10px;
        margin-bottom: 3px;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-weight: 500;
    }

    .block-post-section .post-title a,
    .block-post-section .post-title a:hover {
        font-size: 16px;
        line-height: 20px;
    }

    .top-hero-posts {
        margin-bottom: 20px;
    }

    .entry-content iframe {
        max-width: 100%;
        height: auto;
    }
}


/* SIDE POSTS WIDGET */
.side-posts-widget .widget-title {
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    color: #588067;
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    margin: 0;
    text-transform: uppercase;
}

.side-posts-widget .widget-title .widget-title-link {
    color: #588067;
    text-transform: capitalize;
}

.home{
    background-color: white;
}

#brands-home-section-div,
#initiatives-home-section-div{
    background-color: #EBEBEB;
}

#brands-home-section-div h2{
    margin-top: 52px !important;
    margin-bottom: 80px;
}

#brands-home-section-div img{
    height: auto;
    max-width: 100%;
}

#brands-home-section-div h2,
#initiatives-home-section-div h2{
    text-align: center;
    color: #39463E;
    margin-top: 90px;
}
#brands-home-section-div a,
#events-home-section-div a,
#initiatives-home-section-div a{
    text-align: center;
    border-radius: 18px;
    background-color: #7FA24E;
    width: 180px;
    margin: auto;
    padding: 10px 21px;
    color: white;
    display: block;
    margin-top: 20px;
    margin-bottom: 80px;
}

#initiatives-home-section-div p{
    color: #39463E;
    min-height: 170px;
}

#events-home-section-div  .image-div{
    text-align: center;
    display: block;
    margin: auto;
    height: 140px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#events-home-section-div a{
    color: #39463E;
    background-color: white;
}

#initiatives-home-section-div img{ 
    max-width: 230px;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

#social-home-section-div{
    text-align: center;
    margin-bottom: 100px;
}

#social-home-section-div h2{
    text-align: center;
    color: #39463E;
    margin-top: 50px;
    margin-bottom: 30px;
}

#events-home-section-div .event-title{
    text-align: center;
    color: #39463E;
    margin-top: 50px;
    margin-bottom: 30px;
}

#social-home-section-div .social-icon{
    width:50px;
    height:50px;
    margin-left: 10px;
    margin-right: 10px;
}

#social-home-section-div .logo-div{
    text-align: center;
    display: block;
    margin: auto;
    height: 140px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#social-home-section-div .logo-icon{
    max-width:260px;
}

#social-home-section-div .col-sm-4{
    text-align: center;
}

#events-home-section-div{
    background-color: #2D6334;
}

#events-home-section-div h2{
    text-align: center;
    color: white;
    margin-top: 40px;
    margin-bottom: 30px;
}

#events-home-section-div  .col-sm-6{
    text-align: center;
    padding: 0 10% 0 10%;
}

.home .side-posts-widget {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

.home .side-post-section .post-title{
    margin-bottom: 10px;
    color: #39463E;
}

.home .side-post-section .post-title a{
    color: #39463E;
}

.home .side-post-section .post-meta, .home .side-post-section .post-meta a, .home .side-post-section .post-meta .meta-separator {
    color: #9b9b9b;
    font-size: 13px;
    letter-spacing: .25px;
}


.home  .home-category-btn {
    text-align: center;
    border-radius: 18px;
    background-color: #7FA24E;
    width: 250px;
    margin: auto;
    padding: 10px 21px;
    color: white;
    margin-bottom: 30px;
}

.home .widget-title .widget-title-link {
    color: white;
    font-size: 20px;
}


.section-separator {
    border-bottom: solid 1px #9b9b9b;
    margin-bottom: 30px;
    clear: both;
}

.section-separator-thick {
    border: 5px solid #39463e;
}

.load-more-button {
    height: 66px;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 5px;
    background-color: #fff;
    color: #606060;
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: 30px;
}

.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 #588067;
    border-radius: 5px;
    font-family: "Archivo Narrow", Helvetica, Arial, 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";
}

@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: #606060;
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
}

.newsletter-subscribe-widget .nsw-image {
    text-align: center;
}

.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: #578066;
    border-radius: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
}

.newsletter-subscribe-widget .nsw-input input[type=checkbox] {
    float: left;
    margin-right: 5px;
}

.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: "Archivo Narrow", Helvetica, Arial, sans-serif;
    color: #39463e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    margin: 40px 0 30px 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: #000;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .25px;
    font-weight: 500;
}

.related-posts-item .post-by,
.related-posts-item .post-by a {
    color: #9b9b9b;
}

.related-posts-item .post-date {
    color: #9b9b9b;
}

.related-posts-item:nth-child(2n+1) {
    clear: left;
}

@media ( min-width: 768px ) {
    .related-posts-item:nth-child(odd) {
        padding-right: 40px;
    }

    .related-posts-item:nth-child(even) {
        padding-left: 40px;
    }
}

/* COMMENTS SECTION */
.comments-form-container {
   /*  display: none;  */
}

.comments-form-container .comment-form {
    margin-bottom: 40px;
}

.comments-form-container .comment-form label {
    min-width: 100px;
}

.comments-form-container a {
    color: black;
}

.comments-form-container .comment-form input[type='text'],
.comments-form-container .comment-form textarea {
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #39463E;
}

.comments-form-container .comment-form input[type='submit']{
    height: 40px;
    min-width: 200px;
    max-width: 456px;
    border: 1px solid #39463E;
    border-radius: 5px;
    font-family: "Archivo Narrow", Helvetica, Arial, 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: #1e88c9;
}

.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 {
    margin-bottom: 30px;
}

.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;
}

/* SEARCH FORM */
.header-search-form {
    position: absolute;
    top: 10px;
    right: 100px;
    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: 90%;
    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: 42px;
    left: -5px;
    border: none;
    border-radius: 0 20px 20px 0;
    background-color: #000;
    color: #FFFFFF;
    font-size: 18px;
}

.mobile-search,
.mobile-search-close {
    display: none;
}

.hidden-menu {
    display: none;
}

/* Pagination */
.pagination-container {
    text-align: center;
    position: relative;
}

.pagination-container a.prev-posts {
    float: left;
}

.pagination-container a.next-posts {
    float: right;
}

.pagination-container a {
    color: #fff;
    background-color: #266337 !important;
    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;
}

@media (min-width: 992px) and (max-width: 1199px){
    .header-search-form input.search-field {
        width: 80%;
    }

    .search-form .search-field.focus-in {
        width: 200px;
    }
}

@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;
    }

    .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 !important;
    }

    .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;
    }

    .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 !important;
        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;
    }

    .search-form {
        display: none;
    }

    .mobile-search-icon {
        display: inline-block;
    }

    .header-top-icons {
        margin: 32px 22px 0 0;
    }

    .market-expert-wrap{
        display: none;
    }

    #top-trending-section{
        text-align: center;
    }

    #top-trending-section img{
        margin: auto;
    }

    #brands-home-section-div img{
        width: 50%;
        margin: AUTO;
        display: block;
    }

    #social-home-section-div {
        margin-bottom: 50px;
        text-align: center;
    }

    #social-home-section-div .logo-div {
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 35px;
    }
}

/* 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: 20px 0;
}

.home .banner-header {
    margin-top: -10px;
    margin-bottom: 40px;
}

#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: #39463E;
}

.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;
}

/* CATEGORY PAGE */
.category-page-headline-container {
    border: solid 1px #588067;
    margin-bottom: 30px;
    overflow: hidden;
}

.category-page-headline {
    height: 34px;
    color: #588067;
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    margin: 15px 0;
    letter-spacing: 0.05em;
}

/* ---------------
7. FOOTER
----------------*/
.site-footer {
    font-family: Helvetica, sans-serif;
    background-color: #606060;
    color: #969696;
    font-size: 14px;
    box-shadow: 0 0 10px 0 #E6E6E6;
}

.footer-menu li {
    display: inline-block;
    color: #818181;
    margin-bottom: 10px;
}

.footer-menu li:after {
    content: "|";
    margin: 0 8px;
}

.footer-menu li:last-child:before,
.footer-menu li:last-child:after {
    display: none;
}

.footer-menu a,
.footer-menu a:hover {
    color: #969696;
    text-decoration: none;
}

.lower-footer {
    padding: 40px 0 50px 0;
}

.footer-copyright {
    font-size: 12px;
}

.footer-menu li.item-mobile-button,
.footer-menu li.item-mobile-inline {
    display: none;
}

.footer-menu li.subscribe:after {
    display: none;
}

.footer-logo-mobile {
    display: none;
}

/* ---------------
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;
}

.publication-title {
    font-size: 32px;
    margin-top: 0;
    padding: 0 10px;
    line-height: 40px;
}

.publication-content img {
    width: 100%;
    height: auto;
}

.full-width-content {
    min-height: 500px;
}

.sponsor-content-header .sponsor-name a {
    color: #606060;
}

img.lazy-img {
    visibility: hidden;
}

.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;
}

.issue-post-title {
    margin: 5px 0 5px 0;
    background-color:#ededed;
}

/* ---------------
8. RESPONSIVE GENERAL
----------------*/
@media (min-width: 992px){
    .nav>li.item-mobile-inline,
    .nav>li.item-mobile-button {
        display: none;
    }

    .header-nav {
        display: block !important;
        padding-left: 25px;
    }

    .top-navbar .header-top-icons a {
        color: #2D6334;
    }
}

@media (max-width: 992px){
    .pagination-container {
        padding-right: 0;
    }

    .pagination-container a {
        width: 150px;
        padding: 6px;
    }

    .pagination-title{
        top: 7px;
    }
}


@media (min-width: 1200px) and (max-width: 1466px){
    .events-menu li a {
        width: 115px;
    }

    .top-navbar .dropdown-menu {
        max-width: 100vw;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    /* TOP NAV */
    .top-navbar .navbar-nav>li>a {
        font-size: 16px
    }

    .nav>li>a {
        padding: 10px 5px;
    }

    .events-menu li a {
        width: 85px;
    }

    .brands-menu li {
        max-width: 200px;
    }

    .top-navbar .categry-img-wrapper img {
        max-width: 95px;
    }

    .corps-menu li {
        width: 18%;
    }

    .top-navbar .dropdown-menu {
        width: 100vw;
    }

    .top-navbar .categry-title-wrapper {
        font-size: 22px;
    }

    .top-navbar .dropdown-menu {
        height: 165px;
    }

    .top-navbar .category-submenu > li {
        line-height: 30px;
    }

    .top-navbar .submenu {
        position: absolute;
        top: 76px;
        height: 165px;
        max-width: 85vw;
        left: 0;
        right: 0;
        margin: auto;
    }

    .top-navbar .category-submenu {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .entry-title {
        font-size: 35px;
        line-height: 42px;
    }

    /* TOP NAV */
    .navbar-header {
        text-align: center;
    }
    .navbar-toggle {
        display: block;
    }
    .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 (max-width: 991px){
    .site-header .container-header .navbar-nav {
        position: fixed;
        z-index: 100;
        background: #39463e;
        width: 100%;
        height: calc(100vh - 76px);
        max-height: 100%;
        padding: 0 10%;
        margin: 0;
        left: 0;
        bottom: 0;
        top: 76px;
        overflow: auto;
        padding-bottom: 50px;
    }

   

    .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: 50px;
        clear: both;
        padding: 0;
        margin: 40px 0 0 0;
        width: 100%;
        display: block;
        top: 20px;
        text-align: center;
        border: solid 1px #969696;
        border-radius: 5px;
    }

    .container-header .nav .dropdown-menu li.item-mobile-button.subscribe {
        margin: -40px 0 70px 0;
    }

    .container-header .nav li.item-mobile-button.subscribe > a {
        font-size: 30px;
    }

    .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: #fff;
    }

    .container-header .nav li.item-mobile-button.subscribe > a {
        padding: 0;
        line-height: 50px;
    }

    .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: 76px;
        width: 100%;
        height: calc(100vh - 76px);
        overflow: auto;
        background-color: #39463E;
        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;
    }

    .site-header .container-header .header-nav.mobile-menu {
        padding: 0 20px;
    }

    .header-nav.mobile-menu li {
        display: block;
    }

    .header-nav.mobile-menu > li {
        border-bottom: solid 1px #969696;
        position: static;
    }

    .header-nav.mobile-menu .dropdown-menu,
    .header-nav.mobile-menu .submenu,
    .header-nav.mobile-menu .submenu .container {
        display: none;
    }

    .header-nav.mobile-menu .submenu .container {
        position: absolute;
        z-index: 1001;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #3a463f;
        padding: 20px 30px;
    }

    .header-nav.mobile-menu .submenu .container hr {
        margin-top: 15px;
        margin-bottom: 0;
        border-top: 1px solid #979797;
    }

    .header-nav.mobile-menu .submenu .container .category-submenu {
        margin: 0;
        padding: 0;
        background-color: #3a463f;
    }

    .header-nav.mobile-menu .submenu .container .category-submenu li {
        padding: 15px 0;
        border-bottom: solid 1px #606060;
    }

    .header-nav.mobile-menu .submenu .container .category-submenu li:last-child {
        border-bottom: none;
    }

    .header-nav.mobile-menu .submenu .container .category-submenu li a {
        font-size: 18px;
    }

    .header-nav.mobile-menu .submenu .back {
        font-size: 26px;
        text-decoration: none;
    }

    .header-nav.mobile-menu .submenu .back i {
        display: inline-block;
        margin-right: 10px;
    }

    .header-nav.mobile-menu .submenu .container a {
        color: #fff;
    }

    .header-nav.mobile-menu a,
    .header-nav.mobile-menu a:hover {
        color: #ffffff;
    }

    .header-nav.mobile-menu > li.dropdown.open .submenu.open {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .header-nav.mobile-menu li.dropdown > ul.dropdown-menu {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .header-nav.mobile-menu li.dropdown.open > ul.dropdown-menu {
        display: block;
    }

    .header-nav.mobile-menu .corps-menu li {
        width: 50%;
        padding: 20px 0;
        float: left;
        text-align: center;
    }

    .header-nav.mobile-menu li.section-back-button {
        width: 100%;
        clear: both;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .header-nav.mobile-menu li.section-back-button a {
        font-size: 26px;
        text-align: center;
        color: #fff;
    }

    .header-nav.mobile-menu li.section-back-button i {
        margin-right: 10px;
    }

    .header-nav.mobile-menu .corps-menu li:nth-child(1) {
        border-right: solid 1px #588067;
        border-bottom: solid 1px #588067;
    }

    .header-nav.mobile-menu .corps-menu li:nth-child(3) {
        clear: left;
    }

    .header-nav.mobile-menu .corps-menu li:nth-child(4) {
        border-left: solid 1px #588067;
        border-top: solid 1px #588067;
        margin-top: -1px;
        margin-left: -1px;
        clear: right;
    }

    .header-nav.mobile-menu li.dropdown.open > ul.dropdown-menu {
        display: block;
        box-shadow: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-nav.mobile-menu .dropdown > a {
        font-size: 26px;
    }

    .header-nav.mobile-menu .dropdown > a:before,
    .top-navbar .resource-center > a:before {
        content: '';
        width: 90px;
        min-width: 90px;
        height: 90px;
        display: inline-block;
        background-size: 55%;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        max-width: 110px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        padding: 28px;
        margin: 0 auto;
        border: 1px solid #588067;
        margin-right: 20px;
    }

    .top-navbar .resource-center > a,
    .top-navbar .resource-center > a:hover,
    .top-navbar .resource-center > a span {
        width: 100%;
        font-size: 26px;
        background-color: transparent;
        line-height: 90px;
    }

    .top-navbar .resource-center > a br {
        display: none;
    }

    .header-nav.mobile-menu .dropdown.menu-style-1 a:before {
        background-image: url(images/top-icon-1-white.png);
    }

    .header-nav.mobile-menu .dropdown.menu-style-2 a:before {
        background-image: url(images/top-icon-2-white.png);
    }

    .header-nav.mobile-menu .dropdown.menu-style-3 a:before {
        background-image: url(images/top-icon-3-white.png);
    }

    .header-nav .resource-center a:before {
        background-image: url(images/resourcecentericon-white.png);
    }

    .top-navbar a {
        color: #236333;
    }

    .header-nav.mobile-menu .category-view-all {
        display: none;
    }

    .events-menu {
        padding-top: 0;
    }

    .brands-menu li,
    .events-menu li {
        width: 100%;
        margin: 10px auto;
        border-right: none !important;
    }

    .events-menu li {
        padding: 0;
        width: 50%;
        float: left;
    }

    .events-menu li a {
        width: auto;
        margin: auto;
        padding: 0 !important;
    }

    .brands-menu li img,
    .events-menu li img {
        top: 0;
        transform: none;
    }

    .top-navbar > ul > li.dropdown.open.menu-style-2 .dropdown-menu,
    .top-navbar > ul > li.dropdown.open.menu-style-3 .dropdown-menu {
        margin-top: -20px;
        min-height: calc(100vh - 81px);
    }

    .top-navbar > ul > li.dropdown.open.menu-style-2 .dropdown-menu .section-back,
    .top-navbar > ul > li.dropdown.open.menu-style-3 .dropdown-menu .section-back {
        color: #3a463f;
    }

    .top-navbar > ul > li.dropdown.open.menu-style-2 .dropdown-menu {
        background-color: #D9D9D9;
    }

    .top-navbar > ul > li.dropdown.open.menu-style-3 .dropdown-menu {
        background-color: #efefef;
    }

    .top-navbar li:hover a,
    .top-navbar li.open a {
        color: #fff;
    }

     /* 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;
    }
}
#header-mobile-nav{
    display: none;
}
@media (max-width: 979px) {
    #header-nav{
        display: none;
    }
    body .top-navbar .navbar-nav>li>a:hover{
        background-color: #39463e;
    }
    body .menu-item-only-mobile{
        display: block;
    }

    .hidden-mobile{
        display: none;
    }

   .header-top-icons .fa.fa-search {
        color: #226332;
        font-size: 21px;
        margin-top: 0px;
    }

    body .site-header .site-logo {
        height: 55px;
        margin: 12px 9px 0 0;
        margin-left: auto;
        margin-right: auto;
    }

    .top-navbar .navbar-nav>li>a {
        font-size: 15px;
        font-weight: 400;
    }

    #header-mobile-nav{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    #header-mobile-nav > li{
        padding-left: 15px;
        padding-right: 15px;
    }

    .blue-menu-item {
        background-color: #22409a;
    }

    #header-mobile-nav li ul{
        background-color: #242c27 !important;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header-mobile-nav li ul li a{
        color:white;
    }

    body.container-header .nav>li a:focus, body .container-header .nav>li a:visited{
        background-color: #39463e;
        border: 0;
    }


    body  .container-header .nav>li a{
        border: 0 !important;
    }

    #header-mobile-nav .open>a, .nav .open>a:hover,  #header-mobile-nav .open>a:focus{
        border-bottom: 1px solid #39463d !important;
    }

    .container-header .nav>li .dropdown-menu {
        border-bottom: 0 !important;
    }

    #header-mobile-nav .dropdown > a:before {
        content: none;
    }

    #header-mobile-nav .mobile-back{
        display: none !important;
    }

    body .top-navbar .navbar-nav>li>a {
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        font-size: 22px;
        padding-left: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 26px;;
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        font-size: 22px;
    }

    #header-mobile-nav li ul li a{
        background-color: #242c27;
    }

    .navbar-nav .open .dropdown-menu>li> ul li a{
        padding-left: 35px;
    }

    body  .menu-item-social-icons a{
        display: inline-block;
        border-radius: 100%;
        background-color: white;
        padding: 4px 6px 6px 6px !important;
        height: 30px;
        width: 30px;
        margin: 20px 0px 10px 10px;
        color: #39463e !important;
        text-align: center;
    }

    .top-navbar > ul > li.dropdown.open .dropdown-menu, ul.nav li.dropdown.open > a {
        background-color: #39463e;
    }

    body  .menu-item-social-icons a:hover{
        color: #39463e !important;
    }

    .highlight-menu-item {
        background-color: #50685b !important;
    }

    body .highlight-menu-item a:hover {
        background-color: #50685b !important;
    }

  /*  .container-header .nav>li.open:first-of-type .glyphicon-chevron-down:before {
        content: "\e113";
    }*/
}


@media (max-width: 767px){
    .site-main {
        padding: 25px 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;
        margin-top: 17px;
        font-size: 14px;
    }

    .entry-content .meta-separator {
        display: none;
    }

    .entry-content .post-by {
        color: #606060;
        font-weight: 100;
        font-size: 16px;
    }

    .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;
    }

    .between-posts-banner {
        padding-top: 1px;
    }

    .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: #000000;
        font-weight: bold;
    }

    .inline-post-section .post-by,
    .inline-post-section .post-by a,
    .inline-post-section .post-date {
        color: #606060;
    }

    .side-post-section .post-title a,
    .side-post-section .post-title a:hover {
        color: #000000; 
    }

    .side-post-section .post-by,
    .side-post-section .post-by a {
        color: #606060;
    }

    .side-post-section .post-title {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .side-post-section {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .side-post-section .post-meta,
    .side-post-section .post-meta a,
    .side-post-section .post-meta .meta-separator {
        color: #606060;
    }

    .side-posts-widget .widget-title {
        font-weight: 100;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-menu a, .footer-menu a:hover {
        color: #9c9b9b;
    }

    .footer-copyright-col {
        text-align: center;
        color: #fff;
    }

    .footer-copyright {
        font-size: 14px;
    }

    .footer-logo {
        margin: 0 auto 20px;
    }

    .footer-logo-mobile {
        display: block;
    }

    .footer-logo-desktop {
        display: none;
    }

    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    .category-page-headline {
        font-size: 22px;
    }

    /* Fix for the in-gallery ad on mobile */
    .entry-content .tinsel-gallery iframe {
        max-width: inherit;
        height: auto;
        min-height: 250px;
    }
}

@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;
    }

    .pagination-title {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    .pagination-container .page-numbers {
        padding: 3px 6px;
    }

    .pagination-container{
        padding-top: 0px;
    }
}

.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;
}

.tinsel-gallery>.main-display>.sidebar>.side-ad {
    display: block !important;
}

@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;
    }
}

.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;
}

.comment-reply-link-custom {
    font-weight: bold;
    color: black;
}

.comment,
.pingback {
    margin-bottom: 10px;
}

.comment .comment,
.pingback .comment {
    margin: 10px 0 10px 20px;
}

.ui-loader {
    display: none !important;
}

.top-navbar .header-top-icons a.top-subscribe-button {
    color: #226332;
    border: solid 2px #2D6334;
    padding: 5px 40px;
    font-weight: 600;
    border-radius: 18px;
    text-decoration: none;
    margin-right: 40px;
}

a.top-subscribe-button:hover {
    background-color: #eaf3ec;
}

@media (max-width: 1199px) {
    .top-navbar .header-top-icons a.top-subscribe-button {
        margin-right: 20px;
    }

    .search-form .search-field.focus-in {
        width: 151px;
    }
}

@media (max-width: 991px) {
    .top-navbar .header-top-icons a.top-subscribe-button {
        display: none;
    }
}

@media (min-width: 768px) {
    .single .entry-content .post-meta {
        display: flex;
    }
}

@media (max-width: 767px) {
    .entry-content .post-meta time {
        float: right;
        margin-top: 17px;
        font-size: 14px;
    }
}

.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;
    }
}


/* 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: #767676;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    letter-spacing: 0.06em;
}

.showcase-category-menu.filter-menu .showcase-back-link {
    width: 150px;
    background-color: #39463E;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

.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-posts-sort {
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.showcase-category-add-new {
    float: right;
    padding-top: 5px;
}

.show-case-image{
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.add-new-button {
    border: solid 1px #39463E;
    padding: 10px 35px;
    margin-bottom: 5px;
    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;
}

.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;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
}

.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: #39463E;
    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: 15px;
    display: inline-block;
    overflow: hidden;
}

.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: #353535;
    border: none;
    border-radius: 5px;
    outline: none;
    letter-spacing: 0.05em;
}

.showcase-category-search-wrap .showcase-search::placeholder {
  color: #353535;
}

.showcase-category-search-wrap .showcase-search:-ms-input-placeholder {
 color: #353535;
}

.showcase-category-search-wrap .showcase-search::-ms-input-placeholder {
  color: #353535;
}

.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: transparent;
}

.showcase-category-search-wrap .showcase-search-button:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 20px;
    color: #39463E;
}

.col-showcase-post {
    padding-left: 8px;
    padding-right: 8px;
}

.related-showcase-posts {
    border-top: solid 1px #ccc;
    margin-top: 30px;
    padding-top: 10px;
}

.related-showcase-posts .related-showcase-posts-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.col-showcase-post {
    margin-bottom: 40px;
}

.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;
}

.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);
}

@media (min-width: 992px) and (max-width: 1260px) {
    .hidden-custom-size {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-showcase-post:nth-child(4n+1) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .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;
    }

    #brands-home-section-div .brand-cta {
        margin-top: 15px !important;
        margin-bottom: 70px !important;
    }
}

.brand-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.brand-image img {
    width: 100%;
    height: auto;
    display: block;
}

.brand-content {
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

.brand-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.brand-text {
    font-family: 'Roboto';
    font-size: 15px;
    color: #484848;
}

#brands-home-section-div .brand-cta {
    margin-bottom: 50px;     
    display: block;
    width: 180px;
    text-align: center;
    padding: 10px 21px;
    background-color: #7fa24e;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .brand-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) {
    .brand-card {
        grid-template-columns: 1fr; 
    }

    .brand-content {
        min-height: unset !important;   
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
 
    #brands-home-section-div .col-md-4 {
        display: flex;
    }

    #brands-home-section-div .brand-card {
        width: 100%;
        height: 100%;
    }

    #brands-home-section-div .brand-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    #brands-home-section-div .brand-cta {
        margin-top: auto;
    }

    #brands-home-section-div img {
        height: auto;
        max-width: 80%;
    }

    #events-home-section-div p{
        margin-left: 20px;
        margin-right: 20px;
    }

    .brand-text {
        margin-left: 20px;
        margin-right: 20px;
    }

    #initiatives-home-section-div p{
        margin-left: 20px;
        margin-right: 20px;
    }
}

.smart-tech-tag-wrapp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.smart-tech-tag {
    background-color: #0ca3d0;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
}

.smart-tech-post-img {
    width: 99px;
    height: 87px;
    float: left;
    margin-right: 10px;
}

.smart-tech-post-img img {
    width: 100%;
}

.smart-tech-post-img-footer {
    width: 50px;
    height: 45px;
}

.smart-tech-post-img-footer img {
    width: 100%;
}

.smart-tech-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #d4e8f5;
    margin-bottom: 10px;
}

.smart-tech-wrapper p {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.smart-tech-wrapper a {
    text-decoration: underline;
}

.smart-tech-relative {
    position: relative;
}

.smart-tech-absolute {
    position: absolute;
}

.mobile-smart-tech {
    display: none;
}