﻿h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*font-weight: bold;*/
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*font-weight: bold;*/
}

.geo-tagged-carousel-images-text-red {
    color: #c34a31;
}

.geo-tagged-carousel-images-text-dark-red {
    color: #9f1c2b;
}

.geo-tagged-carousel-images-text-blue {
    color: #00aae7;
}

.geo-tagged-carousel-images-text-white {
    color: #ffffff;
}

.geo-tagged-carousel-images-text-brown {
    color: #5c3d2b;
}

.geo-tagged-carousel-images-text-left {
    text-align: left;
}

.geo-tagged-carousel-images-text-center {
    text-align: center;
}

.geo-tagged-carousel-images-text-right {
    text-align: right;
}

.geo-tagged-carousel-images-text-shadow {

    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: bold; /*overwrite standard H4 */
}

.geo-tagged-carousel-container {
    /*height: 400px;*/
    width: 100%;
}

.geo-tagged-carousel-images {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.geo-tagged-banner-button {
    display: inline-flex;
    width:250px;
    height: 44px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 2px solid #5C3D2B;
    background: #F2F0E8;
    color: #5C3D2B;
    font-family: 'Montserrat Black', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 125% */
    letter-spacing: 0.04px;
    text-decoration: none !important;
}
.image-container {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
   /* cursor: pointer;*/
}

.geo-tagged-carousel-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: none;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: -1;
    position: absolute;
    -webkit-filter: brightness(90%);
}

.geo-tagged-banner-widget-content {
    box-sizing: border-box;
    max-width: 1200px;
    position: relative;
    width: 100%;
    overflow-wrap: break-word;
    margin: 5% auto;
}

.geo-tagged-carousel-container > .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.geo-tagged-banner-widget-big-text {
    font-family: Lakesight,sans-serif;
    line-height: 1;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
    font-size: 56px;
}

.geo-tagged-banner-widget-small-text {
    font-family: 'Montserrat Black', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 32px;
    letter-spacing: 1px;
    margin: 5px 0 35px 0;
}

.image-container {
    /*height: 33vw;*/
    text-align: center;
}

.slick-dots {
    bottom: 0px !important;
    padding-bottom: 30px;
}

    .slick-dots li.slick-active button:before {
        background: #ffc200;
    }

.slick-dots li button:before {
    opacity: 1;
    background: #FFF;
    color: #FFF;
    border-radius: 18px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 60%);
    font-size: 0;
    height: 8px;
    width: 8px;
}

.slick-prev {
    left: 72px;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-next {
    right: 72px;
    top: 50% !important;
    transform: translateY(-50%);
}

.slick-next:before, .slick-prev:before {
    color: transparent;
    width: 18px;
    height: 32px;
    display: block;
}

.slick-prev:before {
    background-image: url(/Content/Images/banner-left-arrow.png);
    background-repeat: no-repeat;
}

.slick-next:before {
    background-image: url(/Content/Images/banner-right-arrow.png);
    background-repeat: no-repeat;
}

.geo-tagged-carousel-container .slick-prev:before, .geo-tagged-carousel-container .slick-next:before {
    -webkit-filter: drop-shadow(2px 0px 3px #2125297d);
    filter: drop-shadow(2px 0px 0px #2125297d);
}

#basketUpsellDiv .slick-prev:before, #basketUpsellDiv .slick-next:before {
    -webkit-filter: drop-shadow(2px 0px 3px #2125297d);
    filter: drop-shadow(2px 0px 0px #2125297d);
}

#basketUpsellDiv .slick-prev, #basketUpsellDiv .slick-next {
    top: 18% !important;
}

#basketUpsellDiv .slick-prev {
    left: -12px !important;
}

#basketUpsellDiv .slick-next {
    right: -12px !important;
}

    #basketUpsellDiv .slick-prev.slick-disabled, #basketUpsellDiv .slick-next.slick-disabled {
        cursor: not-allowed;
    }




.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}


.location-restaurant-local-features-images .slick-prev {
    left: -28px;
}

.location-restaurant-local-features-images .slick-next {
    right: -28px;
}

.location-restaurant-local-features-images .slick-prev:before {
    background-image: url(/Content/Images/location-features-arrow-left.png);
    background-repeat: no-repeat;
}

.location-restaurant-local-features-images .slick-next:before {
    background-image: url(/Content/Images/location-features-arrow-right.png);
    background-repeat: no-repeat;
}

.location-restaurant-local-features-images .slick-dots li {
    display: none;
}

/*@media(max-width:991px) {
    .geo-tagged-banner-widget-content {
        margin: 80px 0;
    }

    .geo-tagged-banner-widget-big-text {
        font-size: 60px;
        line-height: 60px;
    }

    .geo-tagged-banner-widget-small-text {
        font-size: 40px;
    }
}
*/

@media all and (min-width:400px) {
    .geo-tagged-banner-widget-content {

        width: 90%;

    }
}

@media(max-width:767px) {
    .geo-tagged-banner-widget-content {
        /*margin: 40px 20px 40px 20px;*/
        width: 90%;
        position: relative;
    }

    .geo-tagged-banner-widget-big-text {
        font-size: 40px;
    }

    .geo-tagged-banner-widget-small-text {
        font-size: 24px;
    }

    .geo-tagged-banner-button {
        width: auto;
        padding: 9px 27px;
        align-items: flex-start;
        gap: 10px;
        font-size: 20px;
        letter-spacing: 0.05px;
    }
}

@media all and (max-width:900px) {
    .image-container {
        min-height: 200px;
    }

    .geo-tagged-banner-widget-content {
        /*margin: 60px 20px 60px 20px;*/
        width: 100%;
    }

    .geo-tagged-banner-widget-big-text {
        font-size: 40px;
    }

    .geo-tagged-banner-widget-small-text {
        font-size: 24px;
    }

    .slick-dots li button:before {
        height: 15px;
        width: 15px;
    }

    .slick-dots li {
        margin: 0 8px;
    }
}

@media all and (min-width:1025px) {


    .geo-tagged-banner-widget-big-text {
        font-size: 72px;
    }

    .geo-tagged-banner-widget-small-text {
        font-size: 48px;
    }
}

