*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
html{font-family: 'Montserrat', sans-serif;font-size: 16px;}
ol, ul{list-style: none;}
a{transition: all 0.2s ease-in;}
section{margin-bottom: 3.5rem;}
h2{font-family: var(--acumin-variable);}

@-webkit-keyframes linkOut{
    0%{
        width: 100%;
        -webkit-transform: translateX(100%) translateX(-48px);
        transform: translateX(100%) translateX(-48px)
    }
    100%{
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@keyframes linkOut{
    0%{
        width: 100%;
        -webkit-transform: translateX(100%) translateX(-48px);
        transform: translateX(100%) translateX(-48px)
    }
    100%{
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@-webkit-keyframes linkSpan{
    0%{color: #000000;}
    30%{color: #ffffff;}
    70%{color: #ffffff;}
    100%{color: #000000;}
}
@keyframes linkSpan{
    0%{color: #000000;}
    30%{color: #ffffff;}
    70%{color: #ffffff;}
    100%{color: #000000;}
}
@-webkit-keyframes linkIn {
    0%{
        width: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50%{
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    51%{
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100%{
        width: 100%;
        -webkit-transform: translateX(100%) translateX(-48px);
        transform: translateX(100%) translateX(-48px)
    }
}

@keyframes linkIn {
    0%{
        width: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50%{
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    51%{
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100%{
        width: 100%;
        -webkit-transform: translateX(100%) translateX(-48px);
        transform: translateX(100%) translateX(-48px)
    }
}

.content-wrapper{width: 91%;margin: 0 auto;}
.content-wrapper-two{width: 100%;margin: 0 auto;}
.columns{display: flex;}
.col{width: 50%;}
.sr-only{
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.current-day{
    border-bottom: 2px solid #e31b23 !important;
    padding-bottom: 3px !important;
    font-weight: 700;
}

.pic, .pic-two{display: block;width: 100%;height: 100%;}
.pic{object-fit: contain;}
.pic-two{object-fit: cover;}
.showif{display:none;}
.showflex{display: flex !important;}

.location-info{align-items: flex-start;}
.location-info .col:first-of-type{
    background: linear-gradient(90deg,#FFFFFF 0%,#DADFE1 101.86%);
    padding: 2.25rem 3rem 2rem 5.4rem;
    width: 49%;
}
.location-info .col:last-of-type{
    /* background-image: url(https://hosted.meetsoci.com/smoothieking/images/smoothie_plus_bowl.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    height: 618px;
    width: 49.25%; */
    width: 50%;
}
.drive-thru{
    display: none;
    color: #e31b23;
    font-size: 1.25rem;
    padding: 0 0 0.8rem 2rem;
    align-items: center;
}
.car-icon{width:2.3rem;margin-right: 5px;}
.location-info .col:last-of-type img{
    height: auto;
    outline: none;
    border: none;
    max-width: 100%;
    object-fit: cover;
    padding-left: 95px;
    max-height: 720px;
}
.breadcrumb{
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;
}
.breadcrumb a{color: #e31b23;text-decoration: none;font-weight: 700;}
.breadcrumb span{padding: 0 10px;font-size: 0.5rem;}
.breadcrumb p{font-size: 1rem;}
.location-title{
    margin-bottom: 1.75rem;
    font-family: var(--acumin-variable);
    line-height: 1;
}
.location-title h3{color: #e31b23;font-size: 1.5rem;font-variation-settings: 'wght' 800, 'wdth' 115, 'slnt' 0;}
.location-title h1{font-size: 3.4375rem;}
.location-address{
    width: 100%;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
}
.location-address i{
    color: #e31b23;
    margin-right: 13px;
    font-size: 1.15rem;
}
.phone-num{
    color: #000;
    text-decoration: none;
    display: block;
    width: 250px;
}
.phone-num i{
    color: #e31b23;
    padding-right: 8px;
    transform: rotate(270deg);
    font-size: 1.15rem;
}
.cta-buttons{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem 1rem;
}
.cta-buttons a{
    text-align: center;
    display: block;
    padding: 14px 0;
    width: 240px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    background-color: #e31b23;
    border: 1px solid #e31b23;
    font-weight: 700;
    font-size: 1.15rem;
}
.cta-buttons a:first-of-type{color: #000;background-color: #fff;border-color: #000;}
.location-hours{margin-top: 2rem;}
.location-hours h3{
    margin-bottom: 12px;
    font-family: var(--acumin-variable);
    font-size: 1.75rem;
    line-height: 1.1;
}
.location-hours ul{width: 64%;}
.location-hours ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}
.location-hours ul li:last-child{margin-bottom: 0;}
.hours > span {
    display: block;
}
.location-hours .hours {
    text-align: right;
  }

/* ----- ABOUT ----- */
.about{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.floating-card{
    width: 45%;
    position: absolute;
    top: 15%;
    left: 25px;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0px 2px 19px rgba(0,0,0,0.15);
}
.floating-card h2{
    background: #e31b23;
    padding: 10px 0 10px 1rem;
    color: #fff;
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
}
.floating-card p{line-height: 1.5;}
.about-text{
    margin: 0 auto;
    width: 90%;
    padding: 12px;
    border-left: 3px solid #e31b23;
}
.floating-card .social-links{
    width: 155px;
    margin: 10px auto 1rem;
    display: flex;
    justify-content: space-evenly;
}
.floating-card .social-links a{
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 15px;
    background-color: #000;
    margin-right: 10px;
    font-size: 1rem;
}
.floating-card .social-links a:last-of-type{margin-right: 0;}
.map div{padding: 0;}
.map-two{position: relative;}
.map-container{width: 80%;position: relative;}
.map-container:after{
    content: url(https://hosted.meetsoci.com/smoothiekingsites/images/smoothie-king-pin2.png);
    position: absolute;
    left: 48%;
    top: 47%;
    transform: translateY(-50%);
}
.ol-panzoom{display: none !important;}
.map{
    position: relative;
    height: 500px;
    width: 100%;
    pointer-events: none;
}

/* ----- CARDS ----- */
.card-cta .columns{justify-content: space-around;align-items: center;}
.card-cta .card{
    position: relative;
    height: 315px;
    /* width: 460px; */
    width: 35%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.card-cta .card a{
    color: #000;
    background-color: #fff;
    display: block;
    padding: 13px 20px;
    text-align: center;
    position: absolute;
    bottom: 11%;
    left: 27px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    font-size: 2rem;
    font-weight: 700;
}

/* ----- REWARDS APP & BLENDER BANNER ----- */
.rewards{background-color: #e31b23;color: #fff;position: relative;}
.rewards .phone-image{width: 55%;}
.rewards .phone-image div{
    position: absolute;
    width: 590px;
    top: -21%;
    left: 8%;
}
.rewards .text-content{width: 45%;padding:2.75rem 1.25rem 2.75rem 2rem;}
.rewards .text-content h4{
    font-weight: 300;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-family: var(--acumin-variable);
}
.rewards .text-content h2{
    margin-bottom: 25px;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 900;
}
.rewards .text-content p{line-height: 1.25;font-size: 1.125rem;}
.rewards .text-content .learnMore-btn,
.blender-banner .text-content a{
    position: relative;
    color: #000;
    display: block;
    font-size: 1.125rem;
    width: 185px;
    text-align: center;
    padding: 12px 0;
    border-radius: 25px;
    text-decoration: none;
    margin: 1.5rem 0 2.25rem 0;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);
}
.rewards .text-content .learnMore-btn:after,
.blender-banner .text-content a:after{
    content: "";
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #e31b23;
    -webkit-animation: linkOut 0.2s cubic-bezier(0.455,0.03,0.515,0.955) 0s 1 forwards;
    animation: linkOut 0.2s cubic-bezier(0.455,0.03,0.515,0.955) 0s 1 forwards;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    visibility: hidden;
}
.rewards .text-content .learnMore-btn span,
.blender-banner .text-content a span{
    position: relative;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    margin: 0;
    z-index: 1;
    font-size: 1.125rem;
    display: inline-block;
    vertical-align: middle
}
.rewards .text-content .learnMore-btn:hover span,
.blender-banner .text-content a:hover span{
    -webkit-animation: linkSpan 0.6s linear 0s 1 forwards;
    animation: linkSpan 0.6s linear 0s 1 forwards;
}
.rewards .text-content .learnMore-btn i,
.blender-banner .text-content a i{
    position: relative;
    z-index: 2;
    transition: color 0.2s linear 0.1s;
}
.rewards .text-content .learnMore-btn:hover:after,
.blender-banner .text-content a:hover:after{
    -webkit-animation: linkIn 0.6s cubic-bezier(0.455,0.03,0.515,0.955) 0s 1 forwards;
    animation: linkIn 0.6s cubic-bezier(0.455,0.03,0.515,0.955) 0s 1 forwards;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    visibility: visible;
}
.rewards .text-content .learnMore-btn:hover i,
.blender-banner .text-content a:hover i{color: #ffffff;}


.rewards .text-content .learnMore-btn i, .blender-banner .text-content a i{padding-left: 1.25rem;font-size: 1rem;}
.rewards .text-content .appStore-icons a{display: inline-block;}
.rewards .text-content .appStore-icons a:first-of-type{margin-right: 1px;width: 150px;}
.rewards .text-content .appStore-icons a:last-of-type{width: 170px;}

.blender-banner{
    background-color: #f3f4f5;
    position: relative;
    width: 65%;
    max-width: 900px;
    margin-right:auto;
    margin-left:auto;
}
.blender-banner .blender-image{width: 28%;}
.blender-banner .blender-image div{
    position: absolute;
    width: 175px;
    left: 8%;
    top: -44px;
}
.blender-banner .text-content{width: 70%;padding: 5.5rem 2rem 5.5rem 1rem;}
.blender-banner .text-content h2{
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.1;
}
.blender-banner .text-content p{margin-bottom: 1rem;font-size: 1.125rem;}

/* ----- NEARBY LOCATIONS ----- */
.nearby-locations{margin-top: 2rem;}
.nearby-locations h2{
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 900;
    font-size: 2.75rem;
}
#panel{
    height: auto;
    overflow: auto;
    /* width: 850px; */
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.content-list{
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    gap: 1rem;
    width: 80%;
    margin: 0 auto;
}
.content-list li{
    display: block;
    /* width: 380px; */
    width: 44%;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2.95401px 22.1551px -6.64653px rgba(0,0,0,0.25);
}
.location-map{margin-bottom: 1rem;width: 100%;position: relative;}
.location-map:after{
    content: url(https://hosted.meetsoci.com/smoothiekingsites/images/nearby-map-pin.png);
    position: absolute;
    left: 45%;
    top: 42%;
    transform: translateY(-50%);
}
.location-map img{width: 100%;}
.content-list li h3{
    margin-bottom: 10px;
    font-family: var(--acumin-variable);
    font-weight: 900;
    font-size: 1.8125rem;
    line-height: 1.1;
}
.content-list li p{font-size: 15px;line-height: 1.3;font-weight: 400;}
.content-list li .phone-link{color: #000;display: block;margin-bottom: 10px;}
.content-list li .nearby-ctas a{color: #e31b23;font-size: 0.85rem;font-weight: 700;}
.content-list li .nearby-ctas{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}
.nearby-locations .locator-btn{
    width: 240px;
    padding: 13px 0;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    margin: 2.5rem auto 0 auto;
    background-color: #e31b23;
    border: 1px solid #e31b23;
}


#w2gi_copyright, #navteq_copyright, #osm_copyright {
    position: absolute;
    bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}
#w2gi_copyright{right: 3px;}
#navteq_copyright{display: none;left: 3px;}
#osm_copyright{display: none;left: 3px;}
.box-wrapper{
    max-width: 96%;
    height: 100%;
    margin: 0 auto;
}
.attribution{bottom: 0;width: 96%;}
.attribution a{color:#9AB531;}
.attribution span{display: inline-block;text-align: center;}
#locator_search span{color: #fff;}
#locator_search span:hover{color:#9AB531;}

/* Popup */

/* .w2gi-popup{width: 250px;height: 300px;} */
.w2gi-popup h3{color:#000;}
.olPopupContent{overflow: hidden !important;}

/* Tabs */
.tabs{display:none;}
.tabs li{
    background: #ccc;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    height: 24px;
    width: 60px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.tabs li.active{background: #fff;}
.tab-content{display: none;padding:15px !important;background-color: #ffffff;}
.tab-content.active{display: block;}
.olPopupCloseBox{
    background-image: url("http://hosted.where2getit.com/w2gi/images/close.gif");
    top: 10px !important;
    right: 10px !important;
    width: 12px !important;
    height: 10px !important;
}
.search-box{width: 70%;}
.active_action{font-weight: bold;}
div.olControlZoom{display: none;}
.location-wrapper{
    width:20em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
.inline-list{padding: 1em;}
.inline-list li{display: inline-block;}
.block, .inline-list li.block{display: block;}
/* DIALOG */
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.modal{
    display: none;
    background:#fff;
    padding-top:20px;
    overflow:auto;
    z-index:1001;
    position:absolute;
}
.closeBtn{position:absolute; right:20px; top:15px; z-index:999;}
.hideit{display:none !important;}

@media (min-width: 1880px){
    .rewards .phone-image div{left: 19%;}
    .location-hours ul{width: 53%;}
}
@media (max-width: 1240px){
    .card-cta .columns{flex-wrap: wrap;}
    .card-cta .card{width: 47%;}
}
@media (min-width: 820px){
    .breadcrumb a:hover, .card-cta .card a:hover{text-decoration: underline;}
    .cta-buttons a:first-of-type:hover{border-color: #e31b23;color: #e31b23;}
    .cta-buttons a:hover{background-color: #fff;color: #e31b23;border-color: #e31b23;}
    .floating-card .social-links a:hover{background-color: #e31b23;color: #fff;}
    .content-list li .phone-link:hover{color: #e31b23;}
    .content-list li .nearby-ctas a:hover{color: #000;}
    .nearby-locations .locator-btn:hover{background-color:#fff;color: #e31b23;}
    .rewards{margin-bottom: 7rem;margin-top: 7rem;}
}
@media (max-width: 990px){
    .location-info .col:first-of-type, .cta-buttons a,
    .map-container{width: 100%;}
    .location-info .col:last-of-type{display: none;}
    .address-phone{display: flex;width: 100%;}
    .location-hours{width: 72%;}

    .about{flex-direction: column;justify-content: normal;}
    .floating-card{
        order: 2;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .card-cta .columns{flex-direction: column;}
    .card-cta .card{
        width: 80%;
        height: 350px;
        margin-bottom: 1rem;
        background-position: top;
    }
    .card-cta .card:last-of-type{margin-bottom: 0;}
    .rewards .phone-image{width: 45%;}
    .rewards .text-content{width: 55%;}
    .rewards .phone-image div{width: 475px;top: 5%;left: 0;}
    .blender-banner{width: 85%;}
    .blender-banner .blender-image{width: 30%;}
    .blender-banner .text-content{width: 70%;}

    #panel{width: 100%;}
    .content-list{flex-direction: column;align-items: center;}
    .content-list li{margin-bottom: 1.25rem;width: 330px;}
    .content-list li:last-child{margin-bottom: 0;}
}
@media (max-width: 819px){
    .breadcrumb{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0.75rem 2.5rem;
        border-bottom: 1px solid #979797;
    }
    html{font-size: 14px;}
    .location-info .col:first-of-type{padding: 5.5rem 2.5rem 2rem 2.5rem;position: relative;}
    .map-container{height: 350px;}
    .map-container:after{left: 46%;top: 51%;}
    .rewards .phone-image{width: 40%;}
    .rewards .text-content{width: 60%;}
    .rewards .phone-image div{width: 300px;top: 15%;left: -3%;}
    .rewards .text-content{padding: 3.5rem 2rem 3.5rem 0;}
    .blender-banner .blender-image div{width: 125px;left: 8%;top: -11px;}
    .blender-banner .text-content{padding: 4rem 2rem 4rem 0;}
}
@media (max-width: 750px){
    .rewards{margin-top: 14rem;}
    .rewards .columns{flex-direction: column;}
    .rewards .phone-image{height: 265px;width: 100%;}
    .rewards .phone-image div{
        position: relative;
        top: -120px;
        left: 0;
        margin: 0 auto;
        width: 370px;
    }
    .rewards .text-content{width: 100%;padding: 0 2rem 2rem 2rem;}
}
@media (max-width: 630px){
    .card-cta .card{width: 100%;height: 250px;}
    .blender-banner{
        width: 90%;
        flex-direction: column;
        margin-top: 12rem;
    }
    .blender-banner .blender-image{width: 100%;height: 200px;}
    .blender-banner .blender-image div{
        position: relative;
        width: 145px;
        margin: 0 auto;
        left: 0;
        top: -70%;
    }
    .blender-banner .text-content{width: 100%;padding: 0 2rem 2rem 2rem;}
    .location-hours ul{width: 85%;}
}
@media (max-width: 480px){
    html{font-size: 12px;}
    .breadcrumb{margin-bottom: 1.5rem;}
    .address-phone{flex-direction: column;}
    .cta-buttons a{font-size: 1.25rem;}
    .location-hours{width: 100%;}
    .location-hours ul{width: 100%;}
    .card-cta .card a{font-size: 1.75;}

    .rewards .text-content h2,
    .blender-banner .text-content h2{font-size: 3rem;}
    .rewards .text-content h4{font-size: 1.15rem;}
    .rewards .text-content p,
    .blender-banner .text-content p{font-size: 1.5rem;}
    .rewards .text-content{padding: 0 1rem 2rem 1rem;}
    .rewards .phone-image div{top: -125px;width: 315px;left: -14px;}

    .rewards .text-content .learnMore-btn, .blender-banner .text-content a{font-size: 1.25rem;margin-top: 2.5rem;}
    .blender-banner .blender-image{height: 250px;}
    .blender-banner .blender-image div{width: 150px;top: -40%;left: 7px;}
    .content-list{width: 100%;}
    .content-list li h3{font-size: 1.5rem;}
    .content-list li .nearby-ctas a, .content-list li p{font-size: 1.1rem;}
}
@media (max-width: 380px){
    .appStore-icons{display: flex;justify-content: space-between;}
    .rewards .text-content .appStore-icons a:first-of-type{width: 132px;margin-right: 0;}
    .rewards .text-content .appStore-icons a:last-of-type{width: 150px;}
    .map-container:after{left: 44%;}
}