:root {
    --red: #9c132d;
    --blue: #0B1D46;
}
.bar-tour .slim-bar {
    background: var(--red);
    opacity: 1;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-drr {
    flex-direction: row-reverse;
}
.no-wrap {
    white-space: nowrap;
    font-style: normal !important;
}
.col-40 {
    width: 40%;
}
.col-60 {
    width: 60%;
    position: relative;
}
.column-contents img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.two-c-content {
    padding: 90px 70px;
    color: #fff;
}
.two-c-content .location-title {
    color: #fff !important;
}



.col-35 {
    width: 35%;
}
.col-65 {
    width: 65%;
    position: relative;
}
.booking-carousel {
    position: relative;
    color: #fff;
}
.booking-carousel .slim-bar {
    background: var(--red);
}

.booking-carousel .view-all {
    position: absolute;
    bottom: 1.3em;
    font-size: 20px;
    right: 3.5em;
    color: #fff;
    padding-bottom: .1em;
    font-family: 'AauxProOT-Bold';
    border-bottom: 1px solid;
    z-index: 4;
}
.booking-carousel .col-35 {
    font-size: 20px;
    padding: 2.5em 3.5em 5.5em;
}
.booking-carousel h3 {
    font-weight: 400;
    font-family: "kepler-std";
    font-size: 1.3em;
    line-height: 1em;
    margin-bottom: 1em;
}
.booking-carousel .home-title span {
    display: block;
    font-size: .7em;
    line-height: 1.25em;
    margin-bottom: .25em;
}
.booking-carousel .home-copies {
    margin-bottom: 1.4em;
}




/*-- Location Hours --*/
.card-position {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.location-hours .map-container {
    margin: 0;
    position: absolute;
    padding-bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.location-hours .map-container iframe {
    width: 130%;
    transform: translateX(-20%);
}
.location-card {
    font-size: 20px;
    width: 32em;
    margin-right: 3.5em;
    box-shadow: 0.75em 0.75em 1.2em 0 rgba(0, 0, 0, 0.25);
}
.location-card-header {
    background: var(--blue);
    padding: 1.5em 0;
}
.location-card-body {
    padding: 1.75em 0 2.5em;
    background: #fff;
}
.location-card_content {
    padding: 0 3em;
}
.location-card-header p span {
    display: block;
    font-size: 2.11em;
    font-weight: 400;
    font-family: "kepler-std";
    line-height: 1em;
    color: #fff;
}
.location-card-body p {
    margin-bottom: .8em !important;
}
.location-card-body p .subtitle {
    display: block;
    font-size: 1.34em;
    line-height: 1em;
}
.location-hours .silent-text {
    opacity: 0.5;
    margin: 0;
}
.location-card-body .btn {
    margin-top: .6em;
}
/*-- Location Hours --*/







.program-tiles .owl-nav {
    z-index: 1;
    pointer-events: none;
    transform: translateY(.15em);
    width: 9.3em;
    justify-content: space-between;
}
.program-tiles .owl-nav, 
.program-tiles .owl-dots {
    position: absolute;
    bottom: 2.9em;
    left: calc(65% + 3.5em);
    display: flex;
    font-size: 20px;
}
.program-tiles .owl-dots {
    margin-left: 1.4em;
}
.program-tiles .owl-dot {
    width: 1.4em;
    height: 1.4em;
    background: #fff;
    margin: 0 .2em;
    border-radius: 50%;
    padding: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'AauxProOT-Medium';
    font-size: .9em;
    transform: scale(.8);
    color: #fff;
    transition: background 300ms;
    line-height: 1em;
}
.program-tiles .owl-dot.active {
    background: var(--red);
    transform: scale(1);
}
.program-tiles .owl-next,
.program-tiles .owl-prev {
    height: 1.6em;
    width: 1.2em;
    background-color: transparent;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -9999em;
}
.program-tiles .owl-next {
    background-image: url(../images/visit-us-25/next-white.svg);
    pointer-events: auto;
    background-position: center right;
}
.program-tiles .owl-prev {
    background-image: url(../images/visit-us-25/prev-white.svg);
    pointer-events: auto;
}

.location-hours address {
    font-family: 'AauxProOT-Medium';
}

@media screen and (min-width: 1800px) {
.booking-carousel .item {
    max-height: 880px !important;
}    
}

@media screen and (max-width: 1799px) {
.two-c-content {
    padding: 75px 59px;
}
.program-tiles .owl-nav, 
.program-tiles .owl-dots,
.booking-carousel .view-all,
.booking-carousel .col-35,
.location-card {
    font-size: 17px;
}
}

@media screen and (max-width: 1399px) {
.two-c-content {
    padding: 65px 50px;
}
.program-tiles .owl-nav, 
.program-tiles .owl-dots,
.booking-carousel .view-all,
.booking-carousel .col-35,
.location-card {
    font-size: 15px;
}
}
@media screen and (max-width: 1199px) {
.two-c-content {
    padding: 58px 45px;
}
.program-tiles .owl-nav, 
.program-tiles .owl-dots,
.booking-carousel .view-all,
.booking-carousel .col-35,
.location-card {
    font-size: 13px;
}
.owl-carousel .owl-item img {
    width: 100%;
    transform: translateX(-0%);
    -webkit-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
}
}
@media screen and (max-width: 991px) {
.two-c-content {
    padding: 47px 37px;
}
.program-tiles .owl-nav, 
.program-tiles .owl-dots,
.booking-carousel .view-all,
.booking-carousel .col-35,
.location-card {
    font-size: 11px;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
.col-35 {
    width: 40%;
}
.col-65 {
    width: 60%;
    position: relative;
}
.program-tiles .owl-nav, .program-tiles .owl-dots {
    left: calc(60% + 2em);
}
.booking-carousel .col-35 {
    padding-left: 2em;
    padding-right: 2em;
}
.learn-taste-shop p br {
    display: none !important;
}
.two-c-content {
    padding: 22px 22px;
}
}
@media screen and (max-width: 767px) {
[class^="col-"] {
    width: 100%;
}

.booking-carousel .program-tiles img {
    height: 75vw;
    position: relative;
}
.booking-carousel .program-tiles {
    text-align: center;
}
.booking-carousel .program-tiles .slim-bar {
    display: none;
}
.booking-carousel .program-tiles h3 {
    display: none;
}

.two-c-content {
    padding: 48px 15px;
}

.booking-carousel .col-35,
.location-card {
    font-size: 20px;
}
.booking-carousel .home-copies {
    padding: .75em 0 .5em;
}
.booking-carousel .col-35 {
    font-size: 20px;
    padding: 2em .75em 4em;
}
.booking-carousel h3 {
    font-size: 18px;
    padding: 1em 0;
    line-height: 1em;
    margin-bottom: 0;
    text-align: center;
}
.program-tiles .owl-nav, 
.program-tiles .owl-dots {
    left: 1.8em;
    font-size: 12px;
}
.booking-carousel .view-all {
    bottom: 2.5em;
    right: 1.8em;
    font-size: 12px;
    padding-bottom: 0;
    border-bottom: none;
}
.learn-taste-shop .home-spacing {
    padding-left: 15px;
    padding-right: 15px;
}    
.learn-taste-shop-grid.owl-carousel {
    width: 100%;
}
.learn-taste-shop-grid.sustainability-carousel .item-image {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 90%;
}

.bar-tour.five-bro-kitchen {
    padding: 0;
    text-align: center;
}
.bar-tour.five-bro-kitchen img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: initial;
}
.bar-tour.five-bro-kitchen .slim-bar {
    display: none;
}
.bar-tour.five-bro-kitchen h2 {
    margin-bottom: .5em;
}


.home-spacing.location-hours {
    padding-bottom: 40px;
    padding-top: 0;
}
.location-hours .map-container {
    margin: 0;
    position: relative;
    padding-bottom: 60%;
}
.location-hours .map-container iframe {
    width: 100%;
    transform: translateX(0);
}
.card-position {
    padding: 0 15px;
    background: #FFF;
}
.location-card {
    font-size: 20px;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #F4F4F4;
    box-shadow: 2px 4px 44px 0 rgba(0, 0, 0, 0.10);
    margin-top: -3.2em;
}
.location-card_content {
    padding: 0 .75em;
    text-align: center;
}
.location-card-header {
    padding: .75em 0;
}
.location-card-body {
    padding: 1em 0 0;
    background: #fff;
}
.location-card-body p {
    margin-bottom: 1em !important;
}
.location-card-body .btn {
    padding-left: 2.5em;
    padding-right: 2.5em;
    max-width: fit-content;
}
.bar-tour.get-in-touch {
    padding: 0 0 50px
}    
.bar-tour.get-in-touch .slim-bar {
    display: none;
}

}


@media screen and (min-width: 540px) and (max-width: 767px) {
.two-c-content {
    padding: 70px 25px;
}

.booking-carousel .col-35,
.location-card,
.booking-carousel .col-35 {
    font-size: 29px;
}
.booking-carousel h3 {
    font-size: 26px;
}
.program-tiles .owl-nav, 
.program-tiles .owl-dots,
.booking-carousel .view-all {
    font-size: 18px;
}
.learn-taste-shop .home-spacing {
    padding-left: 25px;
    padding-right: 25px;
}    
.learn-taste-shop-grid.sustainability-carousel .item-image {
    width: calc(100% - 50px);
}
.home-spacing.location-hours {
    padding-bottom: 58px;
}
.card-position {
    padding: 0 25px;
}
.bar-tour.get-in-touch {
    padding: 0 0 72px
}        
}