/*
Theme Name: Bagels
Description: Specific styles of the theme relative ti this website.
*/
video.home-bn-bg {
    /* width: 100%; */
    width: 125%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.lion-pg-h-banner {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    max-height: 800px;
}

img.home-bn-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-main-left{
    width: 66%;
}
div#videoContainer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 2;
}

div#videoContainer:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000005c;
}

h1.page-bn-text {
    color: #ffffff;
    font-size: 55px;
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0px 0px 9px #00000069;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'GalleryModern';
}

.lion-pg-h-banner .extended-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h2.wp-block-heading {
    font-size: 29px;
    font-weight: 700;
    font-family: 'GalleryModern';
}
.lion-pg-h-story-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    column-gap: 35px;
    z-index: 5;
    position: relative;
}
.lion-pg-h-story.lft .lion-pg-h-story-wrap {
    align-items: center;
}
.lion-pg-h-story-img-wrap.rud {
    border-radius: 50%;
    overflow: hidden;
    width: 350px;
    height: 350px;
}
.lion-pg-h-story {
    position: relative;
    margin: 40px 0;
}
img.lion-pg-h-story-img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.lion-pg-h-story-img-wrap {
    width: 40%;
    height: auto;
    position: relative;
    min-width: 350px;
}
.lion-pg-h-story-cont {
    width: 60%;
}
.lion-pg-h-story div.extended-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 35px;
}

.page-title {
    font-size: 29px;
    font-weight: 700;
    color: #b6893f;
    font-family: 'GalleryModern';
}

a.home-bn-btn {
    padding: 14px 40px;
    background: #6767672b;
    border-radius: 36px;
    font-size: 16px;
    font-weight: 700;
    color: aliceblue;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    line-height: 1;
}

a.home-bn-btn i {
    margin-left: 3px;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 80px);
    position: relative;
    max-height: 400px;
}

.lion-pg-h-gl-img-wrap {
    width: calc((100%) / 8);
    height: auto;
    position: relative;
}

img.lion-pg-h-gl-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-text-decoration-skip: objects;
    box-shadow: 0px 0px 20px 12px #ffffff00;
    z-index: 1;
}

.lion-pg-h-gl-img-wrap:hover img.lion-pg-h-gl-img {
    scale: 1.1;
    z-index: 10;
    box-shadow: 0px 0px 20px 12px #ffffff30;
}

.lion-brand-discrip-wrap {
    /* max-width: 980px; */
    margin: 0 auto;
}

.lion-brand-discrip-wrap .page-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 820px;
    line-height: 1.2;
    font-size: 40px;
    font-family: 'GalleryModern';
}

.lion-brand-discrip-wrap p.page-para {
    text-align: center;
    color: white;
}

.lion-brand-discrip {
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbd0b1;
    position: relative;
    overflow: hidden;
}

.lion-brand-discrip:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: url(https://liontea.co/wp-content/uploads/2024/05/noise.png) repeat; */
    z-index: 1;
}

.lion-brand-discrip .container {
    z-index: 5;
}

.lion-pg-h-story.right .lion-pg-h-story-wrap {
    flex-direction: row-reverse;
}

.lion-pg-h-gell {
    background: black;
}

img.lion-brand-discrip-lion-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 95%;
    opacity: 0.07;
}

/* .hpg-blog-wrap {
    display: flex;
    column-gap: 80px;
} */
img.image-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .hpg-blog-wrap {
    display: flex;
    column-gap: 30px;
} */
.blog-post-thumb {
    position: relative;
    width: 100%;
    height: 100%;
}

.blog-post-header {
    position: relative;
    height: 260px;
    height: 340px;
    /* width: 65%; */
    border-radius: 15px;
    overflow: hidden;
}

.sing-blog {
    /* border: 1px solid #b6893f; */
    width: calc((100% / 2) - 40px );
    /* width: 100%; */
}

.blog-post-content {
    /* padding: 0 10px; */
    width: 100%;
}

h5.blog-post-title a {
    font-size: 29px;
    font-weight: 700;
    font-family: 'GalleryModern';
}

.blog-post-content {
    padding: 15px 45px 0 0;
}
.blog-post-thumb img {
    border-radius: 15px;
}
.blog-post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
    /* color: white; */
    color: black;
}
img.sustainability-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.sustainability-wrap-sw .container {
    z-index: 5;
}
.sustainability-wrap-sw .extended-container {
    display: flex;
    justify-content: center;
}
.sustainability-wrap-sw:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000ab;
    /* pointer-events: none; */
    z-index: 1;
}
.sustainability-wrap-sw {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sustainability-wrap-sw .page-title {
    text-align: center;
}
.lion-pg-h-blogs .page-title {
    text-align: center;
    margin-bottom: 15px;
}

.page-loader-img-lion {
    position: absolute;
    /* position: relative; */
    width: 71.2px;
    display: none;
    margin-right: -5px;
    margin-top: 3px;
    top: 44.1%;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-text-decoration-skip: objects;
}

.page-loader-img-lion.top {
    position: absolute;
    top: 13px;
    margin: 0;
    width: 47px;
}

.page-loader-img-lion.top.size {
    /* width: 55px; */
}

.lion-pg-h-blogs {
    /* height: 100vh; */
    position: relative;
}

.blog-wrap-sw {
    /* position: relative; */
    /* height: 100vh; */
    /* height: calc(88vh - 80px); */
    /* max-height: 588px; */
    /* background: black; */

    position: relative;
    height: auto;
    /* background: black; */
    background: #dbd0b1;
    padding: 45px 0;
}

.swiper, .swiper-container{
    width: 100%;
    height: 100%;
}
a.blog-post-link {
    width: fit-content;
}
.swiper-slide.sing-blog {
    display: flex;
    /* height: 500px; */
    column-gap: 40px;
    flex-direction: column;
}
.blog-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-pagination-bullet{
    background: #fff9f9;
}
.footer-widget {
    position: relative;
    padding: 60px 0;
    /* background: #dbd0b1; */
    background: #000000;
    overflow: hidden;
}
.footer-widget-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 5;
    position: relative;

}
.footer-widget-logo-wrap {
    width: 155px;
    height: 155px;
}
.footer-widget-menu-wrap .navbar-nav>li>a {
    padding: 3px 0;
    background: transparent !important;
    width: fit-content;
}
.footer-widget:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: url(https://liontea.co/wp-content/uploads/2024/05/noise.png) repeat; */
    z-index: 1;
    top: 0;
    pointer-events: none;
}
.footer-widget-menu-wrap .navbar-nav{
    float: none !important;
    margin: 0px;
}
.footer-widget-si {
    min-width: 200px;
    max-width: 400px;
}
img.cleon-tea-logo{
    height: 50px;
}
img.oz-logo {
    /* position: absolute; */
    /* width: 44%; */
    /* height: 44%; */
    height: 50px;
}

.footer-widget-logo-wrap.ot-logos-wrap {
    height: 65px;
    display: flex;
    position: relative;
    column-gap: 18px;
    margin-top: 10px;
    justify-content: center;
}
.footer-widget-si p {
    /* color: black; */
    color: white;
}
.footer-widget-si .cg-text a {
    /* color: black; */
    color: white;
}
.newsletter-title {
    font-size: 20px;
    font-weight: 600;
}
form.newsletter-form input.form-control {
    width: 72%;
    border-radius: 0;
}
form.newsletter-form {
    display: flex;
    column-gap: 4px;
}
form.newsletter-form button.btn.btn-info {
    border-radius: 0 !important;
    /* background: #b0853e; */
    border: none !important;
}

body.overflow-hidden {
    overflow: hidden;
}
.blog-cont-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 50px;
    justify-content: space-evenly;
}
.blog-wrap-sw{
    /* overflow: auto; */
}
ul#menu-primary-menu-1 {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
a.sidebar-toggler p {
    margin: 0 0 0 45px;
    position: absolute;
}
p.close-p{
    opacity: 0;
}
p.menu-p{
    opacity: 1;
}
.sidebar-toggler.open p.menu-p{
opacity: 0;
}
.sidebar-toggler.open p.close-p{
opacity: 1;
}
form.wpcf7-form.init label {
    margin-bottom: 0;
    width: 100%;
}
form.wpcf7-form.init p {
    margin-bottom: 0;
}
.swiper-slide.sing-blog:nth-child(2n) {
    /* flex-direction: row-reverse; */
}
.swiper-slide.sing-blog:nth-child(2n) .blog-post-content {
    /* padding: 0 0 0 45px; */
}
img.nav-product-img {
    width: calc(100% / 3);
    object-fit: cover;
}
.nav-product-wrap {
    width: 64%;
    right: 0;
    top: 0;
    /* position: absolute; */
    display: flex;
    column-gap: 20px;
    padding: 20px;
    height: 100%;
}
div#left-sidebar {
    display: flex !important;
    /* flex-direction: row; */
    justify-content: space-around;
}
img.h-p-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pg-h-prod-wrap {
    display: flex;
    column-gap: 50px;
    justify-content: space-around;
}
.pg-h-prod-sing {
    max-width: 650px;
    padding: 50px 0;
    width: 100%;
}
.h-p-sing-discr{
    margin-top: 15px;
    text-align: center;
}
.h-p-sing-discr .page-title {
    text-align: center;
}
.h-p-sing-head {
    height: 340px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.h-p-sing-discr p {
    margin: 0;
    color: white;
}
.lion-pg-h-product{
    background-color: #dbd0b1;
    position: relative;
    width: 100%;
    height: fit-content;
}
.lion-pg-h-product:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: url(https://liontea.co/wp-content/uploads/2024/05/noise.png) repeat; */
    z-index: 1;
    top: 0;
    pointer-events: none;
}
.h-p-sing-discr .page-title {
    margin: 5px 0;
    font-family: 'GalleryModern';
}
.page-template-template-ceylon-tea .lion-pg-h-story-wrap{

}
.pg-temp-contact {
    padding-bottom: 15px;
}
.lion-brand-discrip-wrap .page-title {
    margin-bottom: 0;
}
.lion-brand-discrip-wrap {
    padding: 20px 0;
}
.lion-pg-h-story-img {
    position: relative;
    width: 50%;
    /* height: 450px; */
}
video.video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.st-pg-wrap {
    width: 55%;
}
.footer-main-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
@media(max-width: 768px) {
    .gallery-wrap{
        max-height: 600px;
    }
    .lion-pg-h-gl-img-wrap{
        width: calc((100%) / 2);
    }
    /* .pg-h-prod-wrap{
        flex-direction: column;
    } */
    .pg-h-prod-sing {
        padding: 25px 0;
    }
    .swiper-slide.sing-blog,
    .swiper-slide.sing-blog:nth-child(2n){
        flex-direction: column;
    }
    .blog-post-header{
        width: 100%;
    }
    .swiper-slide.sing-blog:nth-child(2n) .blog-post-content,
    .blog-post-content{
        padding: 10px;
    }
    .blog-post-header,
    .blog-post-thumb{
        height: 250px;
    }
    .swiper-slide.sing-blog{
        height: auto;
        overflow: hidden;
    }
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        font-size: 22px;
        color: #b6893f;
    }
    .nav-search{
        display: block !important;
    }
    #left-sidebar.open {
        top: 60px;
        width: 100%;
        height: 100%;
        justify-content: left;
        width: 76%;
    }
    ul#menu-primary-menu-1 {
        width: 100%;
    }
    div#left-sidebar {
        top: 60px;
    }
    .nav-product-wrap {
        display: none;
    }
    .nav-search-field {
        top: 11px;
    }
    #site-header{
        border: none;
    }
    .footer-widget-wrap {
        flex-wrap: wrap;
        row-gap: 27px;
    }
    .footer-widget-si {
        min-width: 135px;
    }
    .page-container{
        padding-bottom: 0;
    }
    nav#site-header .extended-container{
        overflow: hidden;
    }
    .page-template-template-ceylon-tea .lion-pg-h-story-wrap {
        flex-direction: column;
        row-gap: 20px;
    }
    img.lion-pg-h-story-img {
        max-width: 100%;
        width: 100%;
        /* height: 300px; */
    }
    .lion-pg-h-story{
        margin: 0;
    }
    .lion-pg-h-gl-img-wrap {
        display: none;
    }
    .lion-pg-h-gl-img-wrap:nth-child(1),
    .lion-pg-h-gl-img-wrap:nth-child(2),
    .lion-pg-h-gl-img-wrap:nth-child(3),
    .lion-pg-h-gl-img-wrap:nth-child(4),
    .lion-pg-h-gl-img-wrap:nth-child(5),
    .lion-pg-h-gl-img-wrap:nth-child(6) {
        display: block;
    }
    .sidebar-nav{
        max-height: 100%;
    }
} 
@media(max-width: 767px) {
    .pg-h-prod-wrap{
        flex-direction: column;
    }
    .lion-brand-discrip-wrap .page-title{
        font-size: 35px;
    }
}
img.ft-bg-img {
    position: absolute;
    opacity: 0.07;
    top: -39px;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}
img.lion-brand-discrip-img-rig, img.lion-brand-discrip-img-lft {
    position: absolute;
    width: 100%;
    opacity: 0.07;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}
.o-st-pg-bn {
    height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.o-st-bn-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
img.o-st-2nd-sec-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    opacity: 0.8;
}
.o-st-2nd-sec-flex-wrap {
    position: relative;
    width: 100%;
    height: fit-content;
    min-height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    flex-direction: column;
    row-gap: 26px;
}
.o-st-2nd-sec-flex-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000c4;
}
.o-st-pg-wrap {
    padding: 0 30px 30px;
}
.o-st-2nd-sec-flex-wrap p.page-para {
    z-index: 10;
    text-align: center;
    color: white;
}
.o-st-pg-bn:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    z-index: 2;
    top: 0;
}  
h1.o-st-phb-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    font-family: 'GalleryModern';
    z-index: 10;
}
.o-st-pg-wrap .sec-1.container {
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: 190px;
    align-items: center;
}
.o-st-3rd-sec {
    display: flex;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.o-st-3rd-sec-sing-wrap {
    width: calc((100% / 3) - 8px);
    position: relative;
    height: fit-content;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #000000;
}
img.o-st-3rd-sec-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
    opacity: 0.09;
    pointer-events: none;
}
/* .o-st-3rd-sec-sing-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 1;
    position: absolute;
    top: 0;
} */
.o-st-3rd-sec-sing-wrap p.page-para {
    color: white;
    z-index: 10;
    position: relative;
    text-align: center;
}
.o-st-pg-wrap .sec-1.container p.page-para {
    font-size: 23px;
    margin: 0;
    padding: 20px 0;
}
.o-st-2nd-sec-flex-wrap .page-title {
    z-index: 5;
}
@media(max-width: 1024px) {
    .o-st-3rd-sec-sing-wrap {
        width: 100%;
    }
}
@media(max-width: 768px) {
    ul#menu-primary-menu-1{
        justify-content: flex-start;
    }
    img.ft-bg-img {
        height: 100%;
    }
    .st-pg-wrap {
        width: 100%;
    }
    .lion-pg-h-story-img {
        width: 100%;
    }
    .page-template-template-ceylon-tea .lion-pg-h-story-wrap{
        flex-direction: column !important;
    }
    .lion-pg-h-story-cont {
        width: 100%;
    }
    .lion-pg-h-story-img-wrap {
        height: 350px;
        width: 100%;
    }
}
@media(max-width: 767px) {
    .o-st-pg-wrap {
        padding: 0 10px 30px;
    }
    .footer-main-wrap{
        flex-direction: column; 
    }
    .blog-cont-wrap{
        flex-direction: column;
    }
    .sing-blog{
        width: 100%;
    }
    .footer-main-right {
        margin-top: 30px;
    }
}
.newsletter-wrap a{
    color: white;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    border-radius: 13px;
}
.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex {
    margin-top: 30px;
}
.h-p-sing-head-para {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #000000d4;
    font-size: 19px;
    color: white;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-text-decoration-skip: objects;
    text-align: center;
}
a.h-p-sing-head:hover .h-p-sing-head-para {
    opacity: 1;
}
@media(max-width: 992px) {
    .footer-main-wrap{
        flex-direction: column;
        row-gap: 25px;
    }
    .footer-main-left {
        width: 100%;
    }
    .footer-main-right {
        display: flex;
    }
}
@media(max-width: 767px) {
    .footer-main-right {
        display: flex;
        flex-direction: column;
    }
}
.cont-pag-wrap {
    position: relative;
    overflow: hidden;
}
.cont-pag-wrap .container{
    position: relative;
    z-index: 5;
}