/* body.home ul#primary-menu .menu-item-type-custom {
    display: none !important;
} */

/* 
** Flexible content
*/

/* temporary hidden sections */

.page-id-18 section.partner-gallery-section,
.page-id-26 section.post-list-section, 
.page-id-26 section.cta-banner-section {
    display: none !important;
}

/* Banner Section */
.banner-section {
    background-color: var(--off-black);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center  center;
    width: 100%;
    min-height: 100svh;
    padding: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section .banner-inner {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.banner-section .banner-inner h1 {
    color: var(--pro-green);
    text-align: center;
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	font-family: var(--font-lorimer);
}
.banner-section .banner-inner .btn-con {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.banner-section .desc {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    margin-top: 15px;
}


/* CTA banner section */
.cta-banner-section {
    /* background-color: var(--pro-yellow);
    background-image: url('/wp-content/themes/ldwp/assets/img/cta-banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
    /* padding: 54px 0 30px; */
}

.cta-banner-section .container {
    max-width: 100%;
    padding: 0;
}

.cta-banner-inner {
    display: grid;
    /* grid-template-columns: 542fr 540fr; */
    grid-template-columns: 52% 48%;
    /* gap: 120px; */
    /* max-width: 1202px; */
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.cta-banner-section .img-container {
    line-height: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.cta-banner-section .img-container img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    object-fit: cover;
    object-position: top center;
}

.cta-banner-inner .content-sec {
    padding: 95px 15px 95px 80px;
    background-color: var(--pro-yellow);
    background-image: url('/wp-content/themes/ldwp/assets/img/cta-banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-banner-inner .content-sec-inner {
    max-width: 540px;
}

.cta-banner-section .info {
    margin-top: 10px;
}

.cta-banner-section .btn {
    margin-top: 30px;
}




/* Grid Section */
.grid-section {
    padding: 83px 0;
    background-color: var(--off-black);
}
.grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.grid-items img {
    width: 100%;
    aspect-ratio: 427/256;
    object-fit: cover;
    height: auto;
    margin-bottom: 10px;
}
.grid-section .btn {
    width: 100%;
    font-family: var(--font-lorimer);
    font-size: 36px;
    padding: 20px 0;
    line-height: 1;
}
.grid-item:hover .btn {
    background: #fff;
    color: var(--off-black);
}



/* Image and Content Columns */
.image-and-content-section {
    padding: 74px 0 52px;
}
.image-and-content-inner {
    display: grid;
    grid-template-columns: 644fr 611fr;
    gap: 65px;
    align-items: center;
}
.image and-content-section img {
    width: 100%;
}



/* Content and Button */
.content-and-button-section {
    margin: 60px auto 130px;
}
.content-and-button-section .container.center {
    max-width: 960px;
}
.content-and-button-section .container.center .content {
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
}
.content-and-button-section .container.center * {
    text-align: center;
}
.con-btn-hd {
    color: var(--black);
    font-weight: 900;
}
.content-and-button-section .btn-con {
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.btn-con.center {
    justify-content: center;
}



/* Embed Code Here */
.no-embed-code {
    background-color: #D9D9D9;
    height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 20px;
}

.embed-code {
    margin: 20px auto;
    width: 100%;
}

div#sub-frame-error {
    /* display: none !important; */
}

iframe#mobilize-feed-iframe {
    height: 100vh !important;
    min-height: 850px;
}

@media screen and (max-width: 768px) {
    iframe#mobilize-feed-iframe {
        height: 100vh !important;
        min-height: 600px;
    }
}

@media screen and (max-width: 480px) {
    iframe#mobilize-feed-iframe {
        height: 100vh !important;
        min-height: 500px;
    }   
}



/* Post List section */
.post-list-section {
    padding: 54px 0 0px;
    margin-bottom: 60px;
}
.post-list-section .desc {
    width: 100%;
    margin-top: 15px;
}
.post-list-section .btn-con {
    gap: 30px;
}

/* Post List */
.post-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
    margin-top: 35px;
}
.post-container a {
    text-decoration: none;
}
.sgl-post {
    border: 2px solid var(--off-black);
}
.sgl-post a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sgl-post h3 {
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.sgl-post-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
    padding: 0 10px 15px;
}
.sgl-post-con > div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sgl-post-date {
    font-size: 16px;
    line-height: 1.2;
    color: var(--black);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.sgl-post-con .post-excerpt {
    color: var(--black);
}
.sgl-post img,
.sgl-post .img-con {
    width: 100%;
    aspect-ratio: 411/243;
    height: auto;
    object-fit: cover;
}
.sgl-post .btn {
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
    transition: all .25s linear;
}
.load-more-btn-con .btn {
    margin-top: 50px;
}


/* Partners Gallery */
.partner-gallery-section {
    margin: 60px 0;
}
.partner-gallery-desc {
    max-width: 785px;
    margin: 0 auto;
    text-align: center;
}
.partner-gallery-section .container {
/*     gap: 60px; */
}
.partner-gallery-container {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	margin: 30px 0 0;
}
.single-partner {
    padding: 10px 16px;
    width: 100%;
}
.single-partner img {
    object-fit: contain;
}



/* Responsive */
@media only screen and (max-width: 1300px) {
    .grid-section .btn {
        font-size: 25px;
    }

}
@media only screen and (max-width: 1024px) {
    .cta-banner-inner {
        /* gap: 60px; */
    }

    .cta-banner-inner .content-sec {
        padding: 50px 40px;
    }

    /* Content and Image Section */
    .image-and-content-section {
        padding: 40px 0;
    }
    .image-and-content-inner {
        gap: 60px;
    }

    /* Post List */
    .post-container {
        gap: 50px 15px;
    }
   

}

@media only screen and (max-width: 998px) {
    .grid-section .btn {
        font-size: 18px;
    }

    /* Post List */
    .desc-and-hd-container {
        flex-direction: column;
        gap: 30px;
    }
    .post-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }
    .sgl-post a {
        gap: 10px;
    }
}



@media only screen and (max-width: 767px) {
    /* Banner */
    .banner-section .banner-inner .btn-con,
    .post-list-section .btn-con,
    .content-and-button-section .btn-con {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        align-items: center;
    }
    .banner-section {
        align-items: flex-end;
        padding: 150px 0 4rem;
    }
    .banner-section .banner-inner .btn-con .btn,
    .cta-banner-section .btn,
    .content-and-button-section .btn-con .btn,
    .post-list-section .btn-con .btn {
        max-width: 475px;
        width: 100%;
    }

    /* Cta Banner */
    .cta-banner-section {
        /* padding: 50px 0; */
    }
    .cta-banner-inner {
        /* gap: 30px; */
        grid-template-columns: 100%;
    }

    .cta-banner-section .img-container {
        min-height: 250px;
    }

    

    /* Grid Items */
    .grid-section {
        padding: 60px 0;
    }
    .grid-items {
        grid-template-columns: 100%;
        gap: 40px;
    }
    .grid-section .btn {
        font-size: 36px;
    }

    /* Image and Content */
    .image-and-content-inner {
        gap: 30px;
        grid-template-columns: 100%;
    }

    /* Content and button */
    .content-and-button-section {
        margin: 60px auto 70px;
    }

    /* Post List */
    .post-container {
        grid-template-columns: 100%;
        gap: 30px;
        margin-top: 50px;
    }

    /* Partners Gallery */
    .partner-gallery-section .container {
        gap: 30px;
    }
    .partner-gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .single-partner {
        padding: 5px 8px;
    }



}