/*////// HERO SECTION //////*/
section.page-hero-section {
    background: #FAFAFA;
}
section.page-hero-section.section-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.hero-section div.hero-container {
    height: 60.5rem;
    padding: 26.5rem 15.2rem 6rem 15.2rem;
}


/*// HERO SCRIM //*/
div.hero-container div.container-scrim {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 86.98%);
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {}
div.hero-flex-container div.hero-flex-item {}
div.hero-flex-item h1 {
    margin-bottom: 1.2rem;
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;    
}
div.hero-flex-item p {
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.hero-flex-item div.liberty-image-container {
    display: inline-block;
    position: relative;
    border-radius: 0.5rem;
    background: #F1F1F1;
    box-shadow: 15px -10px 0px 0px #1C1C1C;
    transform: translate(26%, -25%);
}
div.liberty-image-container img {
    width: 100%;
    width: 44.6rem;
    height: auto;
    height: 37.6rem;
    border-radius: 0.5rem;
}





/*////// CONTACT SECTION //////*/
section.contact-section {
    padding: 6rem;
}
section.contact-section div.contact-container {
    padding: 6rem;
    border-radius: 1rem;
    background: #E7E4E5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/03/liberty-contact-background-OPT.png');
}

/*//// FLEX ////*/
div.contact-container div.contact-flex-container {
    justify-content: space-between;
}
div.contact-flex-container div.contact-flex-item {
    position: relative;
    /*max-width: 38.6rem;*/
    max-width: calc(33% - 1rem);
    height: 25rem;
    padding: 2.5rem;
    padding-top: 13.5rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--Red-4, #FDD9DA);
    background: #FFF;
    transition: all .3s ease;
}
div.contact-flex-container div.contact-flex-item:hover {
    /*transform: translate(-.4rem,-.4rem);*/
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;*/
}
div.contact-flex-item div.icon-container {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    width: 6rem;
    height: 6rem;
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid var(--Red-4, #FDD9DA);
    background: #FFF;
    background-repeat: no-repeat;
    background-position: center;
}
#icon-container-1 {
    background-size: 2rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-equipment-icon.png');
}
#icon-container-2 {
    background-size: 2.4rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-accounting-icon.png');
}
#icon-container-3 {
    background-size: 3rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-phone-icon.png');
}
#icon-container-4 {
    background-size: 3rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-resource-icon.png');
}
#icon-container-5 {
    background-size: 2.2rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-media-icon.png');
}
#icon-container-6 {
    background-size: 2.4rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-customer-icon.png');
}
#icon-container-7 {
    background-size: 2rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-events-icon.png');
}
#icon-container-8 {
    background-size: 2rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-general-icon.png');
}

div.contact-flex-item div.content-container {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    width: calc(100% - 2.5rem);
    height: auto;
}
div.contact-flex-item h2 {
    margin-bottom: 1.2rem;
    font-family: "TCCC-UnityHeadline Bold";
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.8rem;
    font-style: normal;
    line-height: normal;    
}
div.contact-flex-item p.p4 {
    margin-bottom: 1.4rem;
    color: var(--Grey-3, #717171);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37; /* 137.5% */
}
div.contact-flex-item p.contact-info,
div.contact-flex-item p.contact-info a {
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Bold";
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.37; /* 137.5% */
    text-decoration-line: underline;    
}

/*// SPECIFICS //*/
#contact-flex-item-1 {}
#contact-flex-item-2 {}
#contact-flex-item-3 {}
#contact-flex-item-4 {}
#contact-flex-item-5 {}
#contact-flex-item-6 {}
#contact-flex-item-7,
#contact-flex-item-8 {
    max-width: 58.9rem;
    max-width: calc( 50% - 1rem );
}





/*////// FAQ SECTION //////*/
section.faq-section {
    background: var(--Red-2, #EC1A3B);
}
section.faq-section div.faq-container {
    height: auto;
    padding: 6rem 15.2rem 10rem 15.2rem;
    background: var(--Red-2, #EC1A3B);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-faq-background.png');
}
div.faq-container h2 {
    margin-bottom: 5rem;
    color: var(--Black, #000);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "You2013";
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*//// FAQ ACCORDIAN ////*/
div.accordian-flex-container {
    position: relative;
    z-index: 10;    
    height: auto;
    padding: 4rem;
    border-radius: 1rem;
    border: 2px solid var(--Black, #000);
    background: var(--White, #FFF);
    cursor: pointer;
}
div.accordian-flex-container div.accordian-container {
    height: auto;
    border-radius: 1rem;
    border-bottom: 2px solid var(--Red-3, #FB999D);
    background: var(--White, #FFF);
}
/*// ACCORDIAN TOP //*/
div.accordian-top {
    position: relative;
    height: auto;
    padding: 1.5rem 3rem 0 3rem;  
}
div.accordian-top h4 {
    margin-bottom: 2rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.accordian-top h4 br {
   display: none;
}
/*//// ICON ////*/
div.accordian-top .accordian-icon {
   position: absolute;
   top: 43%;
   right: 2rem;
   transform: translateY(-50%);
   width: 2.4rem;
   color: #ffffff;
   visibility: initial;
   cursor: pointer;
}
/*// ICON VISIBILITY //*/
div.accordian-top.open .accordian-icon.closed { visibility: hidden; }
div.accordian-top.open .accordian-icon.opened { visibility: visible; }

div.accordian-top .accordian-icon.closed { visibility: visible; }
div.accordian-top .accordian-icon.opened { visibility: hidden; }

/*// ACCORDIAN BOTTOM //*/
div.accordian-bottom {
    height: auto;
    max-height: 0;
    padding: 0rem 3rem 0 3rem;
    transition: all .5s ease;
    overflow: hidden;
}
div.accordian-bottom.open {
   height: auto;
   padding: 0rem 3rem 3rem 3rem;
   max-height: 100rem;
}
div.accordian-bottom p.p2 {
    color: var(--Grey-3, #717171);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;  
}
div.accordian-bottom p.p2 a {
    text-decoration: underline;
}





/*////// ORDER SECTION //////*/
section.order-section {
    padding: 6rem 6rem;
}
section.order-section div.order-container {
    padding: 10rem 6rem;
    background-color: rgba(28, 28, 28, 0.90);
    border-radius: 1rem;
    background-size: auto;
    background-position: top center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-order-background.png');
}
div.order-container h1 {
    margin-bottom: 6rem;
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center; 
}

/*//// FLEX ////*/
div.order-container div.order-flex-container {
    justify-content: space-between;
}
div.order-flex-container div.order-flex-item {
    max-width: 59rem;
    height: auto;
    min-height: 28.5rem;
    padding: 3rem;
    border-radius: 0.5rem;
    border-top: 3px solid var(--Red-2, #EC1A3B);
    background: var(--White, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

div.order-flex-item h2 {
    margin-bottom: 1rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.21; /* 121.212% */
}
div.order-flex-item p.p2 {
    color: var(--Grey-3, #717171);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.order-flex-item a.button-coke {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 2rem;
    text-align: center;
    margin: 0;
    border-radius: 0.3rem;
    background: var(--Red-2, #EC1A3B);
    border: 1px solid #EC1A3B;
}





/*////// BRANDS SECTION //////*/
section.brands-section {}
section.brands-section div.brands-container {
    padding: 0 6rem 10rem 6rem;
}

/*//// FLEX ////*/
div.brands-container div.brands-flex-container {
    justify-content: space-between;
}
div.brands-flex-container div.brands-flex-item {}

div.brands-flex-item img {
    width: 100%;
    max-width: 42.7rem;
    height: auto;
    margin: 0 auto;
}    
div.brands-flex-item h2 {
    margin-bottom: 2rem;
    color: var(--Coke-Red, #F40009);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.21; /* 121.212% */
}
div.brands-flex-item p.p2,
div.brands-flex-item p {
    margin-bottom: 4rem;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.brands-flex-item a {}

/*// SPECIFICS //*/
#brands-flex-item-1 {
    text-align: right;
}
#brands-flex-item-2 {
    padding-top: 6rem;
    padding-left: 2rem;
}





/*////// LOCATION SECTION //////*/
section.location-section {}
section.location-section div.location-container {
    padding: 6rem 6rem 15rem 6rem;
    background: #E7E4E5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/03/liberty-contact-background-OPT.png');
}
div.location-container h1 {
    margin-bottom: 1.8rem;
    font-family: "TCCC-UnityHeadline Bold";
    color: var(--Red-2, #EC1A3B);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
div.location-container a.all-locations {
    display: block;
    margin-bottom: 5rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Bold";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2rem; /* 137.5% */
    text-decoration-line: underline;  
    text-align: center;  
}

/*//// FLEX ////*/
div.location-container div.location-flex-container {
    justify-content: flex-start;
}
div.location-flex-container div.location-flex-item {
    max-width: 42.7rem;
    max-width: calc(33% - 1.2rem);
    height: 14.6rem;
    padding: 2rem;
    margin-bottom: 1.2rem;
    margin-right: 1.2rem;
    border-radius: 0.5rem;
    border: 1px solid var(--Grey-5, #E3E3E3);
    background: var(--White, #FFF);    
    transition: all .3s ease;
}
div.location-flex-container div.location-flex-item:hover {
    /*transform: translate(-.4rem,-.4rem);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;*/
    border: 2px solid var(--Red-2, #EC1A3B);
}
div.location-flex-item h4 {
    margin-bottom: 1rem;
    color: var(--Grey-2, #2E2E2E);
    font-family: "TCCC-UnityText Bold";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: all .3s ease;
}
div.location-flex-container div.location-flex-item:hover h4 {
    color: var(--Red-2, #EC1A3B);
}

div.location-flex-item p {
    margin-bottom: 2rem;
    color: var(--Grey-3, #717171);
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div.location-flex-item p.function {
    position: relative;
    padding-left: 3.2rem;
    color: var(--Grey-2, #2E2E2E);
    font-family: "TCCC-UnityText Regular";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.location-flex-item p.function:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3rem;
    height: 3.2rem;
    background-size: cover;
    background-position: center;
}
div.location-flex-item p.function.prod-distro:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-production-distro-icon.png');
}
div.location-flex-item p.function.production:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-production-icon.png');
}
div.location-flex-item p.function.distro:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-distro-icon.png');
}



/*// SPECIFICS //*/
#location-flex-item-1 {}
#location-flex-item-2 {}
#location-flex-item-3 {}
#location-flex-item-4 {}
#location-flex-item-5 {}
#location-flex-item-6 {}
#location-flex-item-7 {}
#location-flex-item-8 {}





/*////// SECTION //////*/
/*section.-section {}*/
/*section.-section div.-container {}*/

/*//// FLEX ////*/
/*div.-container div.-flex-container {}*/
/*div.-flex-container div.-flex-item {}*/

/*// SPECIFICS //*/
/*#flex-item- {}*/
/*#flex-item- {}*/
/*#flex-item- {}*/





/*//// DEBUG STYLES - TEST ////*/
main .bprders {
	border: 1px solid rgba( 255, 0, 0, .5) !important;
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { }


/*/ SCALE UP FROM 1440 to 1920 /*/
@media only screen and (min-width: 1440px) { 

    /*//// SLIDERS ////*/

}

/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1025px) { }

/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

        /*////// HERO SECTION //////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; padding: 12rem 2rem 8rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item div.liberty-image-container { margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }

        /*////// CONTACT SECTION //////*/
        section.contact-section { padding: 0 2rem; }
        section.contact-section div.contact-container { height: auto; padding: 4rem 2rem; }
        div.contact-flex-container div.contact-flex-item { max-width: 100%; height: 200px; }
        div.contact-flex-item div.icon-container { top: 1%; left: 0.5rem; width: 8rem; height: 8rem; }

        /*////// FAQ SECTION //////*/
        section.faq-section div.faq-container { height: auto; padding: 4rem 2rem; }

        /*////// ORDER SECTION //////*/
        section.order-section div.order-container { height: auto; padding: 4rem 2rem; }
        section.order-section { padding: 6rem 2rem; }

        /*////// BRANDS SECTION //////*/
        section.brands-section div.brands-container { height: auto; padding: 4rem 2rem 6rem 2rem; }
        div.brands-flex-item p.p2 br { display: none; }
        #brands-flex-item-1 { text-align: center; }
        #brands-flex-item-1 img { width: 27.8rem; }
        #brands-flex-item-2 { text-align: center; }

        /*////// LOCATION SECTION //////*/
        section.location-section div.location-container { height: auto; padding: 4rem 2rem; }
        div.location-flex-container div.location-flex-item { max-width: 100%; }
        div.location-container h1 { font-size: 3.3rem; }
        #icon-container-1,
        #icon-container-2,
        #icon-container-3,
        #icon-container-4,
        #icon-container-5,
        #icon-container-6 { background-size: 3rem; }
        #icon-container-3,
        #icon-container-4 { background-size: 4rem; }
        div.contact-flex-item div.icon-container { border: none; }

} 
@media only screen and (max-width: 480px) { 

        /*////// HERO SECTION //////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; padding: 12rem 2rem 8rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item div.liberty-image-container { width: calc(100% - 2rem); transform: translateX(-1rem);margin: 0 auto; }
        div.liberty-image-container img { width: 100%; height: auto; }

        /*////// CONTACT SECTION //////*/
        section.contact-section { padding: 0 2rem; }
        section.contact-section div.contact-container { height: auto; padding: 4rem 2rem; }
        div.contact-flex-container div.contact-flex-item { max-width: 100%; height: 22rem; height: auto; }
        div.contact-flex-item div.icon-container { top: 1%; left: 0.5rem; width: 8rem; height: 8rem; }
        div.contact-flex-item div.content-container { position: relative; bottom: initial; left: initial; width: 100%; height: auto; }
        div.contact-flex-item h2 { font-size: 2rem; }

        /*////// FAQ SECTION //////*/
        section.faq-section div.faq-container { height: auto; padding: 4rem 2rem; }
        div.accordian-top h4 { font-size: 2rem; }

        /*////// ORDER SECTION //////*/
        section.order-section div.order-container { height: auto; padding: 4rem 2rem; }
        section.order-section { padding: 6rem 2rem; }
        div.order-flex-item a.button-coke { width: 90%; }
        div.order-container h1 { font-size: 3rem; padding: 0 3rem; }
        div.order-flex-item h2 { font-size: 2.2rem; }
        div.order-flex-item p.p2 { font-size: 1.6rem; }

        /*////// BRANDS SECTION //////*/
        section.brands-section div.brands-container { height: auto; padding: 4rem 2rem 6rem 2rem; }
        #brands-flex-item-1 { padding-left: 0; text-align: center; }
        #brands-flex-item-1 img { width: 27.8rem; }
        #brands-flex-item-2 { padding-left: 0; text-align: center; }
        div.brands-flex-item p.p2 br, 
        div.brands-flex-item p br { display: none; }
        div.brands-flex-item h2 { font-size: 3rem; }


        /*////// LOCATION SECTION //////*/
        section.location-section div.location-container { height: auto; padding: 4rem 2rem; }
        div.location-flex-container div.location-flex-item { max-width: 100%; height: auto; }
        div.location-container h1 { font-size: 3.3rem; }
        #icon-container-1,
        #icon-container-2,
        #icon-container-3,
        #icon-container-4,
        #icon-container-5,
        #icon-container-6 { background-size: 3rem; }
        #icon-container-3,
        #icon-container-4 { background-size: 4rem; }
        div.contact-flex-item div.icon-container { border: none; }
        #contact-flex-item-7, 
        #contact-flex-item-8 {  max-width: calc(100% - 1rem); }
        div.location-flex-item p { font-size: 1.6rem; }
        div.location-flex-item p.function { font-size: 1.6rem; }

}
@media only screen and (max-width: 380px) { 

        div.contact-flex-item p.p4 { font-size: 1.6rem; }
        div.contact-flex-item p.contact-info, 
        div.contact-flex-item p.contact-info a { font-size: 1.4rem; }


}
@media only screen and (max-width: 360px) { }
@media only screen and (max-width: 320px) { }



/*//// LANDSCAPE STYLES ////*/
@media screen and (max-width: 851px) and (orientation: landscape) { }
@media screen and (max-width: 815px) and (orientation: landscape) { }
@media screen and (max-width: 667px) and (orientation: landscape) { }
@media screen and (max-width: 570px) and (orientation: landscape) { }