/* === ALL HOMEPAGES === */

body.pg_index {
   background-color:#FFFFFF;
}

.pg_index .theme-homepage-layout h1,
.pg_index .theme-homepage-layout h2,
.pg_index .theme-homepage-layout h3,
.pg_index .theme-homepage-layout h4,
.pg_index .theme-homepage-layout h5 {
    font-weight: 500;
}

.pg_index .theme-homepage-layout h3 {
    font-size: 1.5rem;
}

.pg_index .theme-homepage-layout a.button {
    color: #1c696a;
    background: #FFFFFF;
    font-size: 1rem;
    margin-left:1rem;
    display: inline-flex;
    align-items: center;
}


.pg_index .theme-homepage-layout a.button:first-of-type {
    margin-left:0;
}

.pg_index .theme-homepage-layout a.button.filled {
    color: #FFFFFF;
    background: #1c696a;
}


/* FORCE VISITED STATE TO CORRECT COLOUR */
.pg_index .theme-homepage-layout a.button:visited {
    color: #1c696a !important;
}

.pg_index .theme-homepage-layout a.button.filled:visited {
    color: #FFFFFF !important;
    background: #1c696a;
}


.pg_index .theme-homepage-layout a.button.circle {
    position: relative;
    padding-right: 3rem;
}

.pg_index .theme-homepage-layout a.button.circle span {
    padding: .75rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00a291;
    border-radius: 1.5rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.pg_index .theme-homepage-layout .widget-SelectableContentList {
    background-color:#FFFFFF;
    border: solid 1px #027377;
}

.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-heading {
    color: #1c696a;
}

.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-content.advanced-view .widget-dynamic-entry-wrap .widget-dynamic-entry a:link {
    font-size:1rem;
    line-height:1.5;
    font-weight:500;
    text-decoration: none;
    /* border-bottom:solid 1px #027377;
    padding-bottom:2px; */
}

.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-content.advanced-view .widget-dynamic-type-date-wrap .widget-dynamic-journal-article-date {
    text-transform: unset;
    color:#2A2A2A;
}

.pg_index .theme-homepage-layout .widget-ArticleListNewAndPopular .article-authors,
.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-journal-authors {
    font-size: .875rem;
    line-height:1.5;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent [class*=icon] {
    margin-left:.75rem;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent .homepage-panel-text {
    padding: 1rem 1.5rem;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent p {
    font-weight:300;
}

/* === JOURNAL SITE HOMEPAGE === */

.pg_index .theme-homepage-layout.journal .hero-row.light-background {
   background-color:#FFFFFF;
}

.pg_index .theme-homepage-layout.journal .hero-row[data-count="1"]>.widget-dynamic-inner-wrap .widget-DynamicWidgetLayout .widget-dynamic-inner-wrap {
    padding: 0 1rem;
}

@media (min-width: 900px) {
    .pg_index .theme-homepage-layout.journal .hero-row[data-count="2"]>.widget-dynamic-inner-wrap .widget-DynamicWidgetLayout:first-of-type {
        width: calc(33% - 2rem);
    }

    .pg_index .theme-homepage-layout.journal .hero-row[data-count="2"]>.widget-dynamic-inner-wrap .widget-DynamicWidgetLayout:last-of-type {
        width: calc(66% - 2rem);
    }
}

.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-img img {
    max-width: 182px;
}

.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-info .volume,
.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-info .issue,
.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-info .ii-pub-date {
    font-size:1rem;
    font-weight: 300;
}


.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular .widget-dynamic-entry-wrap .fb-item-title a:link {
    color: #1c696a;
    font-size: 1rem;
    line-height:1.5;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular,
.pg_index .theme-homepage-layout.journal .home-row2-2 .widget-SelfServeContent:not([class*=ad]) {
    background-color: #ebf3f3;
    border:0;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular>.new-and-popular-combined section {
    border:0;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular .articleListNewAndPopularCombinedView li {
    border:0;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular .articleListNewAndPopularCombinedView li a.active {
    color:#FFFFFF;
    background-color: #027377;
}

@media (min-width: 899px) {
    .pg_index .theme-homepage-layout.journal .home-row2-1.home-columns .widget-dynamic-inner-wrap div:nth-child(3) {
        grid-column: span 2;
    }
}

/* === ALL GATEWAY HOMEPAGES === */
.pg_index .theme-homepage-layout.gateway .hero-row {
    background-color: #ebf3f3;
    max-width: 1300px;
    margin: 1.5rem auto;
}

.pg_index .theme-homepage-layout.gateway [class*=home-hero-feature].widget-SelfServeContent {
    margin:unset;
}

.pg_index .theme-homepage-layout.gateway .homepage-hero-wrap {
    max-width:1000px;
}

.pg_index .theme-homepage-layout.gateway .homepage-hero-wrap p {
    margin:1rem 0;
}

.pg_index .theme-homepage-layout.gateway [class*=home-hero-search-bar].widget-SelfServeContent {
    width:100%;
}

.pg_index .theme-homepage-layout.gateway .hero-search-container {
    text-align:right;
}

@media (min-width: 600px) {
    .pg_index .theme-homepage-layout.gateway .hero-search-container {
        display:flex;
        justify-content: space-between;
        margin:1rem;

    }
}

.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search {
    max-width:600px;
    margin:auto;
    margin-bottom:1rem;
}

.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search select.navbar-search-filter,
.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search .navbar-search-submit_wrap,
.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search .navbar-search-submit {
    background-color: #FFFFFF;
    margin-left:unset;
}


.pg_index .theme-homepage-layout.gateway .hero-search-container .home-btn-wrap {
    width:100%;
}

.pg_index .theme-homepage-layout.gateway .home-columns .widget-SelfServeContent {
    background-color:#FFFFFF;
    border:0;
}

.pg_index .theme-homepage-layout.gateway .home-row2 .widget-SelfServeContent {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
}

.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header {
    padding: 2rem 1.5rem;
    background-color: #00A18C;
}

/* Lower homepage row - remove standard header block */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header {
    background-color: transparent;
    background-image: none;
    padding: 0;
}

.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header.light-background {
    padding-bottom: 0;
}

.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header:not(.light-background) h3,
.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header:not(.light-background) h3 a {
    color: #000000;
}

/* === UMBRELLA GATEWAY HOMEPAGE === */

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .hero-row {
   background-color: #0E4751;
   min-height: 360px;
   max-width:unset;
   margin:unset;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway [class*=home-hero-feature].widget-SelfServeContent {
    margin:auto;
    padding:0;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .homepage-hero-wrap {
    max-width: 640px;
    margin-top: 2rem;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .hero-search-container {
    max-width:640px;
    margin:1rem auto;
    text-align:left;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search {
    max-width:unset;
    margin:unset;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-1 .homepage-panel-header {
    background-color: #00A18C;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-2 .homepage-panel-header {
    background-color: #EB5E62;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-3 .homepage-panel-header {
    background-color: #DCDD2C;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-4 .homepage-panel-header {
    background-color: #8B87F7;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header h3 {
    color: #2A2A2A;
}

/* === CASE STUDIES HEADERS & FOOTERS === */

body[data-sitename="casestudies"] .journal-header,
body[data-sitename="casestudies"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="thecasejournal"] .journal-header,
body[data-sitename="thecasejournal"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header,
body[data-sitename="dardenbusinesspublishingcases"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="managementschoolfudanuniversity"] .journal-header,
body[data-sitename="managementschoolfudanuniversity"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header,
body[data-sitename="indianinstituteofmanagementahmedabad"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="kelloggschoolofmanagement"] .journal-header,
body[data-sitename="kelloggschoolofmanagement"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header,
body[data-sitename="emeraldemergingmarketscasestudies"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="thecaseforwomen"] .journal-header,
body[data-sitename="thecaseforwomen"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="teachingnotes"] .journal-header,
body[data-sitename="teachingnotes"] .widget-SitePageFooter .journal-footer.journal-bg {
    background: unset;
    background-color: #dcdd2c;
}

body[data-sitename="casestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="thecasejournal"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="managementschoolfudanuniversity"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="kelloggschoolofmanagement"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="thecaseforwomen"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="teachingnotes"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link {
    color: #000000;
    font-size: 2rem;
}

body[data-sitename="casestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="thecasejournal"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="managementschoolfudanuniversity"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="kelloggschoolofmanagement"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="thecaseforwomen"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="teachingnotes"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover {
    text-decoration: none;
}

body[data-sitename="casestudies"] .journal-header .site-menu .nav-link,
body[data-sitename="thecasejournal"] .journal-header .site-menu .nav-link,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .site-menu .nav-link,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header .site-menu .nav-link,
body[data-sitename="managementschoolfudanuniversity"] .journal-header .site-menu .nav-link,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .site-menu .nav-link,
body[data-sitename="kelloggschoolofmanagement"] .journal-header .site-menu .nav-link,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .site-menu .nav-link,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .site-menu .nav-link,
body[data-sitename="thecaseforwomen"] .journal-header .site-menu .nav-link,
body[data-sitename="teachingnotes"] .journal-header .site-menu .nav-link {
    color: #000000;
}

@media (max-width: 899px) {
    body[data-sitename="casestudies"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="thecasejournal"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="dardenbusinesspublishingcases"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="managementschoolfudanuniversity"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="kelloggschoolofmanagement"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="thecaseforwomen"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="teachingnotes"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle {
        color: #000000;
    }
}

body[data-sitename="casestudies"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="thecasejournal"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="dardenbusinesspublishingcases"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="managementschoolfudanuniversity"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="indianinstituteofmanagementahmedabad"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="kelloggschoolofmanagement"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="emeraldemergingmarketscasestudies"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="thecaseforwomen"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="teachingnotes"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img {
    max-height: 2rem;
}

/* === ALL FOOTERS === */

.widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-menu a {
    color: #000000;
}

.widget-SitePageFooter .journal-footer .journal-footer-colophon * {
    color: #000000;
}

/* =========================================================
   HOME PAGE - LOWER FEATURE ROW
   Applies to features 5-8 inside .home-row3
   ========================================================= */

/* Four-column layout */
.home-row3 .widget-dynamic-inner-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
}

/* Lower row cards */
.home-row3 .widget-SelfServeContent {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 4px 5px 3px 3px rgb(0 0 0 / 14%);
    padding: 16px;
    box-sizing: border-box;
}

/* Remove existing panel styling */
.home-row3 .homepage-panel-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Main text area - override the default SelfServeContent padding */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-text {
    background: transparent;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Body copy */
.home-row3 .homepage-panel-text p {
    margin: 0 0 12px;
    padding: 0;
    font-size: 14px;
    line-height: 1.35;
}

/* Push final link to bottom */
.home-row3 .homepage-panel-text p:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

/* =========================================================
   LOWER ROW HEADER RESET
   Overrides standard Gateway homepage header styling
   ========================================================= */

/* Force removal of the existing coloured header block */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    min-height: 0 !important;
    height: auto !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Remove any decorative pseudo-elements */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header::before,
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header::after {
    content: none !important;
    display: none !important;
}

/* Reset the heading itself */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header h3 {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #111 !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    border: 0 !important;
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #14555d;
}

/* =========================================================
   ACCENT COLOURS - LOWER ROW
   ========================================================= */

/* Feature 5 - Open Access */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-5
.homepage-panel-header h3 {
    border-bottom-color: #ff5d12 !important;
}

/* Feature 6 - Research Services */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-6
.homepage-panel-header h3 {
    border-bottom-color: #0e4751 !important;
}

/* Feature 7 - Emerald Publishing Services */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-7
.homepage-panel-header h3 {
    border-bottom-color: #00a1d2 !important;
}

/* Feature 8 - Publish with us */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-8
.homepage-panel-header h3 {
    border-bottom-color: #0e4751 !important;
}


/* =========================================================
   RESPONSIVE LAYOUT
   ========================================================= */

@media (max-width: 900px) {
    .home-row3 .widget-dynamic-inner-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .home-row3 .widget-dynamic-inner-wrap {
        grid-template-columns: 1fr;
    }
}