/*////// 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: 68.5rem;
    padding: 30rem 6rem 6rem 6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/08/liberty-coke-location-parent-hero.png');
}
/*// 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: #ffffff;
    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: #ffffff;
    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;
    margin-left: 15rem;
    margin-top: -8rem;
    background: transparent;
}
div.liberty-image-container img {
    width: 44.8rem;
    height: 44.8rem;
    border-radius: 0.5rem;
}
#left-hero-flex-item {
    padding-top: 10rem;
}




/*////// MAP SECTION //////*/
section.map-section {
    /*margin: 8rem 0 4rem 0;*/
    margin: 8rem 0 0 0;
}
section.map-section div.map-container {
    padding: 4rem 6rem 0 6rem;
    background-color: #f6f6f6;
    overflow: hidden;
}
/*//// FLEX ////*/
div.map-container div.map-flex-container {
    min-height: 90rem;
}
div.map-flex-container div.map-flex-item {
    position: relative;
    min-height: 90rem;  
}

/*//// MAP BACKGGROUND ////*/
#location-map {
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    width: 78%;
    width: 112.5rem;
    /*border: 2px solid green;*/
}



/*//// MAP ICONS ////*/
div.icon-container {
    position: absolute;
    z-index: 100;
    transform: translate(-50%,-50%);
    width: 3.8rem;
    height: 3.8rem;
}
div.icon-container img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: auto;
}
/*//// LOCATION SPECIFIC ICONS ////*/
/*// NEW WINDSOR //*/
#location-1 {
    top: 21.82rem;
    left: 33rem;
}
/*// ELMSFORD //*/
#location-2 {
    top: 30.32rem;
    left: 31.15rem;  
}
/*// SOUTH BRUNSWICK //*/
#location-3 {
    top: 43.15rem;
    left: 22.25rem;
    z-index: 1000;
}
/*// NYC //*/
#location-4 {
    top: 38.2rem;
    left: 31.2rem; 
}
/*// SMITHTOWN //*/
#location-5 {
    top: 34rem;
    left: 42.15rem;  
}
/*// PHILADELPHIA //*/
#location-6 {
    top: 55.42rem;
    left: 12.35rem;
    z-index: 10001;  
}
/*// MOORESTOWN //*/
#location-7 {
    top: 53.52rem;
    left: 17.3rem;
    z-index: 10000;  
}
/*// MARMOA //*/
#location-8 {
    top: 66.32rem;
    left: 22.5rem;
    z-index: 10001; 
}
div.balloon {
    position: absolute;
    top: -12rem;
    left: 376%;
    transform: translateX(-50%);
    width: 41rem;
    height: 0px;
    max-height: 0;
    opacity: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center; 
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/08/location-parent-location-balloon-background.png');
    transition: all .3s ease;
    overflow: hidden;
}
div.icon-container:hover {
    overflow: visible;    
}
div.icon-container:hover div.balloon {
    top: -12rem; 
    height: 13rem; 
    max-height: 15rem;
    opacity: 1;
}
div.icon-container.closest div.balloon {
    top: -12rem; 
    height: 13rem; 
    max-height: 15rem;
    opacity: 1;
}
div.balloon h4 {
    /*padding: 2rem 1.2rem;*/
    margin: 2rem 0 1.2rem 1.2rem;
    color: var(--Coke-Red, #F40D1C);
    font-family: "TCCC-UnityText Bold";
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
div.balloon h5 {
    margin-bottom: 1rem;
    margin: 0 0 1rem 1.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.balloon p {
    margin: 0 0 0 1.2rem;
    padding-left: 3rem;
    color: var(--Grey-2, #2E2E2E);
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.balloon p.function:after {
    content: "";
    position: absolute;
    top: 71%;
    left: 1.4rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2.6rem;
    background-size: cover;
    background-position: center;
}
div.balloon 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.balloon 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.balloon 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');
}
/*// OUT OF RANGE //*/
#outside-range {
    top: 50%;
    left: 10%;
    z-index: 100000;
}
#outside-range div.balloon {
    background-image: none;
    background-color: white;
    border: 1px solid red;
    border-radius: 12px;
}
/*//// MAP SEARCH ////*/
#map-search {
    position: absolute;
    top: 9.31rem;
    right: 7.85rem;
    width: 51.7rem;
    height: auto;
}
#map-search h2 {
    margin-bottom: 2rem;
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;    
}
#map-search h3 {
    margin-bottom: 5rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#map-search p {
    margin-bottom: 1rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38; /* 138.889% */
}
#map-search form { }
div.input-container {
    display: inline-block;
    width: auto;
    border: 1px solid #2e2e2e;
    border-radius: .5rem;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
}
#map-search form input {
    display: inline-block;
    vertical-align: middle;
    padding: .6rem 1rem;
    margin: 0;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38; /* 138.889% */
    border: none !important;
    outline: none !important;
}
#map-search form input#submitBtn {
    display: inline-block;
    width: 4.3rem;
    padding: 0;    
}
/*//// MAP LEGEND ////*/
#map-legend {
    position: absolute;
    right: 8.65rem;
    bottom: 34rem;
    width: 51.7rem;
    height: auto;
}
#map-legend p {
    position: relative;
    margin-bottom: 1.4rem;
    padding-left: 3.2rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
#map-legend p:last-of-type {
    margin-bottom: 0;
}
#map-legend p:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-size: cover;
    background-position: center;
}
p.sales-distro:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-distro-icon.png');
}
p.production:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-production-icon.png');}
p.sales-distro-production:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-production-distro-icon.png');
}





/*////// 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');
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { }

/*/ SCALE UP FROM 1440 to 1920 /*/
@media only screen and (min-width: 1440px) { }

/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1025px) { }

/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

        /*////// MAP SECTION //////*/
        section.map-section div.map-container { height: auto; padding: 16rem 0 4rem 0; }

        #map-search { position: relative; top: initial; right: initial;
            width: 100%; height: auto; padding: 0 2rem; }

        #map-search p { text-align: center; font-size: 16px; }
        #map-search div.input-container { width: 100%; background: var(--White, #FFF); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset; }
        #map-search form input { font-size: 18px; }
        #map-search form input#submitBtn { float: right; width: 5rem; }

        #map-legend { right: initial; left: 2rem; bottom: 6rem; width: 100%; height: auto; }

        /* MAP */
        div.map-flex-container div.map-flex-item { min-height: 116rem; background-size: 288%; background-position: -19.5rem 7rem; }
        div.icon-container { transform: translate(-99%, 450%); }

        #outside-range { top: 35%; left: 30%; }


        /*////// 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; }

}
@media only screen and (max-width: 480px) { 

        /*////// MAP SECTION //////*/
        section.map-section div.map-container { height: auto; padding: 16rem 0 4rem 0; }

        #map-search { position: relative; top: initial; right: initial;
            width: 100%; height: auto; padding: 0 2rem; }

        #map-search p { text-align: center; font-size: 16px; }
        #map-search div.input-container { width: 100%; background: var(--White, #FFF); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset; }
        #map-search form input { font-size: 18px; }
        #map-search form input#submitBtn { float: right; width: 5rem; }

        #map-legend { right: initial; left: 2rem; bottom: 6rem; width: 100%; height: auto; }

        /* MAP */
        div.map-flex-container div.map-flex-item { min-height: 116rem; background-size: 288%; background-position: -19.5rem 7rem; }
        div.icon-container { transform: translate(-99%, 450%); }
        #location-map { top: 23rem; left: -12rem; width: 122.5rem; }

        /*// BALLOONS //*/
        #location-1 div.balloon,
        #location-1.closest div.balloon { top: -8rem; left: 1rem; }
        #location-2 div.balloon,
        #location-2.closest div.balloon { top: -7rem; left: 0; }
        #location-3 div.balloon,
        #location-3.closest div.balloon { top: -3rem; left: 6rem; }
        #location-4 div.balloon,
        #location-4.closest div.balloon { top: -6rem; left: 2rem; }
        #location-5 div.balloon,
        #location-5.closest div.balloon { top: -4rem; left: -8rem; }
        #location-6 div.balloon,
        #location-6.closest div.balloon { top: -10rem; left: 14rem; }
        #location-7 div.balloon,
        #location-7.closest div.balloon { top: 10rem; left: 0; }
        #location-8 div.balloon,
        #location-8.closest div.balloon { top: -3rem; left: 11rem; }
        #outside-range { top: 35%; left: 30%; }

        div.balloon { background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/03/location-parent-location-balloon-background-no-point.png') !important; }

        /*////// 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) { 

        #outside-range { top: 31%; left: 25%; }

        div.map-flex-container div.map-flex-item {
            min-height: 116rem;
            background-size: 334%;
            background-position: -15rem 11rem;
        }
}
@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) { }