body .home main {
    font-size: 1.4rem;
    z-index: 10;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: visible;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.gdlr-core-page-builder-body .gdlr-core-image-item img[src$=".svg"] { width: 100%; height: auto; }
.gdlr-core-page-builder-body img[src$=".svg"].style-svg { width: 0; }
.gdlr-core-page-builder-body .gdlr-core-page-builder-item-container-preview img[src$=".svg"].style-svg { width: 100%; height: auto; }
.gdlr-core-page-builder-body .gdlr-core-page-builder-item-container-preview .gdlr-core-image-item img[src$=".svg"] { width: 100%; height: auto; }
.gdlr-core-page-builder-body svg.replaced-svg { width: 100%; height: auto;  }
/* --------------------------------------------
00: Navigation
----------------------------------------------- */
.home-menu {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.home-menu {
    overflow-x: hidden;
    overflow-y: hidden;
}
.home-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
    left: 0px;
    top:-5px;
}

.home-menu ul li {
    display: inline-block;
    width: 100vw;
    height: calc(100vh + 5px);
    text-align: center;
    position: relative;
}
.home-menu ul li a {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    display: block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}
.home-menu ul li a section {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}
.home-menu ul li a section .badge-circle {
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    backface-visibility: hidden;
    opacity: 0;
}

.home-menu ul li a section h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 30px;
}
.home-menu ul li a:hover {
    background-color: rgb(110 10 42 / 38%);
    color: #ffffff;
}

.home-menu ul li a:hover section * {
    opacity: 1;
}

.home-menu ul li a:hover section h2 {
    opacity: 1;
}

.home-menu ul li a section .badge-circle {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-30px);
    display: inline-block;
}

.home-menu ul li a section .badge-text {
    line-height: 1em;
    margin-bottom: .1em;
    font-size: 14px;
    transform: translateY(-30px);
}

.home-menu li a:hover section .badge-text,
.home-menu li a:hover section .badge-circle {
    transform: translateY(0);
    opacity: 1;
}
main header {
    height: 40vh;
    position: relative;
    text-align: center;
}
main header .logo {
    z-index: 12;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 375px;
}
main header .logo img {
    max-width: 375px;
}
.infinite-navigation.infinite-item-pdlr {
    margin-left: -130px;
}

body .sf-menu .menu-item a {
    display: block;
    width: 100%;
}
body .sf-menu .menu-item a:before {
    content: "";
    width: 10px;
    background: #6e0a2a;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    margin: 0 calc(50% - 5px);
    top: 90px;
    transition: all 0.3s linear;
    transform: translateY(-15px);
    opacity: 0;
}
.sf-menu .menu-item a:hover:before,
.infinite-navigation .sf-menu > li.current-menu-item a:before {
    transform: translateY(0);
    opacity: 1;
}
body .infinite-fixed-navigation .sf-menu .menu-item a:before {
    top: 30px;
}
body .infinite-fixed-navigation.infinite-style-fixed {
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
/* --------------------------------------------
00 : Top bar
----------------------------------------------- */
.topbar-wrapper {
    width: 100%;
    padding: 0px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.topbar-wrapper .topbar {
    display: flex;
    justify-content: flex-end;
}

.topbar-wrapper .topbar a.glink {
    padding-left: 8px;
}
.topbar-wrapper .topbar ul {
    margin: -2px 0 0 0;
    padding: 0;
    list-style: none;
}
.topbar-wrapper .topbar ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.topbar-wrapper .topbar ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding-left: 22px;
    transition: all 0.2s linear;
}
.topbar-wrapper .topbar ul li a:hover {
    text-decoration: underline;
}
.topbar-wrapper .topbar ul li a span {
    font-size: 17px;
    position: absolute;
    top: 13px;
    left: 0px;
}
.topbar-wrapper .topbar a.glink img {
    width: 20px;
}
/* --------------------------------------------
01: The background slideshow
----------------------------------------------- */
#slideshow {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#slideshow li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: 0;
}
#slideshow li.visible {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}   
#slideshow li img {
    display: none;
}
/* ---------------------------------
08: Menu
------------------------------------ */
div#infinite-navigation-slide-bar {
    margin-top: -55px;
}
.infinite-navigation .sf-menu li.menu-item.current-menu-item a {
    font-weight: 600;
}
a.infinite-main-menu-right-button.infinite-button-1.infinite-style-default {
    background: #801236;
    color: #fff;
    border: none;
    font-family: 'Roboto';
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 0px;
    margin: -5px 0 0 0;
    display: inline-block;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 15%);
    border-radius: 4px;
    border: 1px solid #801236;
    transition: all 0.3s ease;
    width: 120px;
    text-align: center;
    margin-right: 60px;
}
a.infinite-main-menu-right-button.infinite-button-1.infinite-style-default:hover {
    background: #fff;
    color: #801236;
    box-shadow: none;

}
.infinite-animate-fixed-navigation.infinite-header-style-plain .infinite-logo-inner {
    margin-top: -35px !important;
}
body.infinite-body .infinite-top-bar {
    border-bottom-color: #ffffff;
    position: relative;
    z-index: 1000;
}
body .infinite-animate-fixed-navigation.infinite-header-style-plain.infinite-style-splitted-menu .infinite-main-menu-right-wrap{
    padding-top: 0px;
    padding-right: 80px;
    margin-top: -2px;
}
body .infinite-fixed-navigation div#infinite-navigation-slide-bar {
    margin-top: -28px;
}
body .infinite-fixed-navigation .infinite-logo-inner img {
    max-width: 80px;
}
body .infinite-top-bar-right-text .topbar-wrapper {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 15;
}
body .infinite-top-bar-right-text .topbar ul li a {
    color: #444;
}
body .infinite-top-bar-right-text .topbar ul li a:hover {
    color: #000;
}
body .infinite-top-bar-right-text .topbar-wrapper .topbar ul li a span {
    top: 3px;
}
body .infinite-top-bar-right-text .topbar-wrapper .topbar ul {
    margin: 0;
}
body .infinite-top-bar-right-text .topbar-wrapper .topbar a.glink {
    padding-top: 1px;
}
body header:not(.infinite-fixed-navigation) .infinite-header-container{
    transform: translateY(-18px);
}
/* ---1------------------------------
50: Component 
------------------------------------ */
.gdlr-core-image-item.img-photo {
    box-shadow: 0px 5px 12px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 15px;
    background: #fff;
}
.gdlr-core-image-item.img-photo.photo1{
    transform: rotate(-9deg);
}
.gdlr-core-image-item.img-photo.photo2{
    transform: rotate(4deg);
    margin-top: 80px;
}
.gdlr-core-image-item.img-photo.photo3 {
    transform: rotate(-2deg);
    margin-top: 5px;
    transform: translateX(-38px) rotate(-3deg);
}
.gdlr-core-image-item.img-photo.photo4 {
    margin-top: 5px;
    transform: translateX(-38px) rotate(-3deg);
}
.gdlr-core-image-item.img-photo.photo4 {
    margin-top: 131px;
    transform: translateX(-75px) rotate(6deg);
}
.gdlr-core-image-item.img-photo img {
    border-radius: 8px;
}
.gdlr-core-image-item.img-photo .gdlr-core-image-item-caption {
    color: #000;
    font-family: "Fasthand";
    font-size: 24px;
    font-weight: 400;
}
ul.list-history {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
ul.list-history li {
    padding: 0;
    margin: 0;
}
ul.list-history li div {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    font-style: italic;
    padding: 20px 0 20px 0;
    margin: 0 0 0 60px;
    position: relative;
}
ul.list-history li div h4 {
    font-size: 28px;
    padding: 0;
    margin: 0;
    color: #801236;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 15px;
}
ul.list-history li:before {
    content: '';
    height: 100%;
    width: 8px;
    background: #fceded;
    display: block;
    position: absolute;
    left: 15px;
    top: 0px;
    border-radius: 8px;
}
ul.list-history li div::before {
    content: '';
    height: 23px;
    width: 23px;
    background: #6e0a2a;
    display: block;
    position: absolute;
    left: -53px;
    top: 25px;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 5;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-menu li {
    margin: 0;
    padding: 8px 0 0 30px;
    position: relative;
}
ul.footer-menu li a {
    color: #6e0a2a;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 0 2px 0px;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 0.2s linear;
}
ul.footer-menu li a:hover {
    font-weight: 500;
    border-bottom: 1px solid #6e0a2a;
    color: #6e0a2a;
}
ul.footer-menu li a:before {
    content: '';
    height: 9px;
    width: 9px;
    background: #6e0a2a;
    display: block;
    position: absolute;
    left: -21px;
    top: 6px;
    border-radius: 50%;
    z-index: 5;
}
.title-sublevel span.gdlr-core-title-item-caption {
    font-family: "Roboto";
}
.panel-menu {
    border-radius: 24px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

div#menu1:before {
    content: '1';
    font-family: "Roboto";
    height: 45px;
    width: 45px;
    background: #6e0a2a;
    display: block;
    position: absolute;
    left: calc(50% - 22.5px);
    top: -23px;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 5;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 30%);
    line-height: 38px;
}
div#menu2:before {
    content: '2';
    font-family: "Roboto";
    height: 45px;
    width: 45px;
    background: #6e0a2a;
    display: block;
    position: absolute;
    left: calc(50% - 22.5px);
    top: -23px;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 5;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 30%);
    line-height: 38px;
}
.gallery-menu img {
    max-height: 57px;
    height: auto;
    width: auto;
    max-width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.gallery-menu.gdlr-core-gallery-item .gdlr-core-gallery-caption {
    font-family: "Roboto";
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
}
.gallery-menu .gdlr-core-gallery-list.gdlr-core-media-image {
    min-height: 70px;
}
.div-sublevel {
    position: relative;
}
.div-sublevel span.gdlr-core-title-item-caption {
    font-family: "Roboto";
}
.div-sublevel span.gdlr-core-title-item-caption span{
    position: absolute;
    right: 10px;
    top: calc(50% - 24px);
    font-size: 22px;
    color: #6e0a2a;
    font-family: "Roboto";
    font-weight: 700;
    text-align: right;
}
.div-sublevel span.gdlr-core-title-item-caption span small{
    display: block;
    font-size: 14px;
    line-height: 8px;
}
body.infinite-body a.btn-primary-icon {
    background: #801236;
    border-radius: 30px;
    padding: 15px 40px 18px 76px;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    color: #fff;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    position: relative;
    transition: all 0.2s linear;
}
body.infinite-body a.btn-primary-icon i {
    font-size: 22px;
    position: absolute;
    left: 38px;
    top: 10px;
}
body.infinite-body a.btn-primary-icon:hover {
    border: 2px solid #801236;
    background: #fff;
    color: #801236;
}
body.infinite-body .title-img img {
    max-width: 60px;
    max-height: 50px;
    width: auto;
    height: auto;
}
body.infinite-body .carte-description {
    text-align: justify;
    font-family: "Roboto";
}
body.infinite-body .menu-description-hover { 
    transition: all 0.2s linear;
}
body.infinite-body .menu-description-hover:hover {
    background: #fceded ;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}
body .title-icon h2 {
    position: relative;
    padding-left: 80px;
}
body .title-icon h2 span.material-icons-outlined {
    color:#d6d6d6;
    position: absolute;
    top: -9px;
    left: 0;
}
body .restaurant-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body .restaurant-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    margin: 40px 0; 
    padding: 15px 20px;
    transition: all 0.2s linear;
    border: 1px solid #fff;
}
body .restaurant-list ul li:hover {
    border: 1px solid #eee;
    background: #fceded;
}
body .restaurant-list ul li a{
    width: 100%;
}
body .restaurant-infos .photo img {
    width: 168px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
}
body .restaurant-infos {
    display: flex;
    gap: 20px;
}
body .restaurant-infos h5 {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    color: #000;
}
body .restaurant-infos .infos span.infos-address,
body .restaurant-infos .infos span.infos-phone {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}
body .restaurant-book a {
    display: block;
}
body span.info-restaurant .material-icons-outlined {
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}
body span.info-restaurant {
    font-family: "Roboto";
    font-size: 14px;
    color: #7a7a7a;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
    display: inline-block;
}
body span.info-restaurant.close {
    color: #bb285c;
}
body span.info-restaurant.open {
    color: #72bb53;
}
body span.info-restaurant.global {
    padding: 0;
    font-weight: 500;
    font-size: 15px;
}
body .restaurant-book a.btn-primary,
body .restaurant-book.inline a.btn-primary{
    background: #801236;
    color: #fff;
    font-family: "Roboto";
    width: 270px;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s linear;
}
body .restaurant-book a.btn-primary i {
    margin: 0 10px;
}
body .restaurant-book a.btn-primary:hover,
body .restaurant-book.inline a.btn-primary:hover{
    background: none;
    color: #801236;
    border: 2px solid #801236;
}
body .restaurant-book a{
    color: #801236;
    font-family: "Roboto";
    width: 270px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}
body .restaurant-book a i {
    margin: 0 10px;
}
body .restaurant-book.inline {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}
body .restaurant-book.inline a {
    color: #801236;
    font-family: "Roboto";
    width: 270px;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    border: 2px solid #801236 ;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    transition: all 0.2s linear;
    font-size: 17px;
    font-weight: 600;
}
body .restaurant-book.inline a:hover {
    color: #444;
    border: 2px solid #444;
}
body .hour-line {
    display: flex;
    justify-content: space-between;
    font-family: "Roboto";
    color: #000;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px dashed #e0e0e0;
    padding: 5px 0;
}
body .hour-line div:first-child {
    font-weight: 600;
}
body .restaurant-hours h4 {
    color: #6e0a2a;
    font-size: 22px;
}
body .restaurant-slogan {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
body .restaurant-slogan span {
    color: #6e0a2a;
    font-size: 24px;
}
body .restaurant-slogan span.slogan {
    font-family: "Roboto";
    color: #000;
    font-size: 35px;
    font-weight: 600;
    font-style: italic;
    padding: 0 15px;
}
body .restaurant-author {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
body .services h4 {
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0;
    color: #000;
}
body .services h4 i {
    padding: 5px;
    width: 35px;
    height: 35px;
    background: #fceded;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    margin: 0 10px 0 0;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    color: #801236;
}
body ul.restaurant-services {
    margin: 0 0 0 65px;
    padding: 0;
    color: #000;
    font-size: 15px;
}
body ul.restaurant-global-services {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 500;
}
body ul.restaurant-global-services li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 49px;
}
body ul.restaurant-global-services span {
    padding: 5px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background: #fceded;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    color: #801236;
    position: absolute;
    top: -5px;
    left: 0;
}
.wpcf7 form .row label {
    color: #801236;
    font-size: 15px;
    font-family: "Roboto";
    display: block;
    margin: 0 0 5px 0;
}
.wpcf7 form .row input,
.wpcf7 form .row textarea {
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
    padding: 11px 15px;
    margin: 0;
    font-size: 15px;
    font-family: "Roboto";
    color: #000;
    font-weight: 300;
    transition: all 0.2s linear;
    position: relative;
}
.wpcf7 form .row input:focus,
.wpcf7 form .row select:focus{
    border: 1px solid #aaa;
}

.wpcf7 form .row select {
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
    padding: 11px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s linear;
    outline: none;
}
.wpcf7 form .row .wpcf7-form-control-wrap::after {
    font-family: 'FontAwesome';
    content: '';
    position: absolute;
    right: 15px;
    top: 12px;
    color: #404040;
}
.wpcf7 form .row .date .wpcf7-form-control-wrap::after {
    content: '\f073';
}
.wpcf7 form .row .date input {
    padding: 11px 35px 11px 15px;
}
.wpcf7 form .row input.btn-form {
    margin: 0 auto 15px auto;
    background: #6e0a2a;
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    padding: 8px 40px;
    border-radius: 40px;
    border: 2px solid #801236;
    transition: all 0.2s linear;
}
.wpcf7 form .row input.btn-form:hover {
    background: #fff;
    color: #6e0a2a;
}
body.infinite-body span.wpcf7-not-valid-tip {
    margin: 10px 0 -10px 0;
    color: #f44336;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #f17575;
    border: none;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #009688;
    border: none;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}
body .wpcf7-form-control-wrap .wpcf7-form-indicator {
    top: 26px;
}
body .private-icon .gdlr-core-text-script-item-content span,
body .private-icon .gdlr-core-text-script-item-content i{
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    background: #fceded;
    color: #801236;
    font-size: 56px;
    width: 110px;
    height: 110px;
    line-height: 114px;
    border-radius: 50%;
    display: inline-block;
}
body .gray-icon .gdlr-core-text-script-item-content span,
body .gray-icon .gdlr-core-text-script-item-content i{
    color: #d6d6d6;
    font-size: 50px;
}
.flex .gdlr-core-pbf-column-content {
    display: flex;
    padding: 35px 3%;
    justify-content: space-between;
}
.flex .gdlr-core-pbf-column-content div:first-child {
    width: 100%;
}
.flex .gdlr-core-pbf-column-content div:last-child {
    min-width: 250px;
}
body .captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
    border: 2px solid #6e0a2a;
    border-radius: 8px;
}
body .captcha-image .cf7ic_instructions span {
    color: #6e0a2a;
    font-weight: bold;
}
body .captcha-image {
    border: 1px solid #e9e9e9;
    padding: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #001935;
    border-radius: 8px;
   width: 100%;
}

body .captcha-image label > input + svg path {
    fill: #aaa;
}
body ul.mm-listview li a, body ul.mm-listview li span.infinite-mm-menu-blank {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
    padding: 17px 0px;
}
/* ---------------------------------
80: Map
------------------------------------ */
.leaflet-map,
.acf-map {
    width: 100%;
    height: 600px;
    margin: 0;
    border-radius: 22px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}
.acf-map { 
    display: none;
}
.leaflet-map,
.acf-map img {
   max-width: inherit !important;
}
.single-store-wrapper .acf-map {
    width: 100%;
    height: 390px;
    border-radius: 0;
    box-shadow: none;
}
div.marker-wrapper {
    min-width: 200px;
}
div.marker-wrapper img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0;
}
div.marker-wrapper h4 {
    color: #000;
    font-size: 16px;
    margin: 4px 0;
    padding: 0;
}
div.marker-wrapper p {
    color: #444;
    font-size: 13px;
    font-family: "Roboto";
    line-height: 16px;
    margin: 0;
    padding: 0;
}
div.marker-wrapper span.info-restaurant .material-icons-outlined {
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: 0;
}
div.marker-wrapper span.info-restaurant {
    font-family: "Roboto";
    font-size: 13px;
    color: #7a7a7a;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
    display: inline-block;
}
div.marker-wrapper span.info-restaurant.close {
    color: #bb285c;
}
div.marker-wrapper span.info-restaurant.open {
    color: #72bb53;
}
div.marker-wrapper a {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px;
    background: #801236;
    border:1px solid #801236;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 600;
    margin: 10px 0 5px 0;
    transition: all 0.2s linear;
}
div.marker-wrapper a:hover {
    background: #fff;
    color: #801236;
}
.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-title {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    line-height: 10px;
}
.photo-pano-fit img{
    width: 299px;
    height: 236px;
    object-fit: cover;
}  
/* ---------------------------------
100: Copyright
------------------------------------ */
.copyright-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: calc(100vh - 50px);
    width: 100%;
    text-align: center;
    z-index: 20;
}

.copyright-wrapper .copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center
}
.copyright-wrapper .copyright ul {
    margin: -2px 0 0 0;
    padding: 0;
    list-style: none;
}
.copyright-wrapper .copyright ul li {
    display: inline-block;
    margin: 0 3px 0 3px;
    position: relative;
}
.copyright-wrapper .copyright ul li a {
    transition: all 0.2s linear;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;   
    line-height: 26px;
}
.copyright-wrapper .copyright ul li::before {
    content: '-  ';
}
.copyright-wrapper .copyright ul li a:hover {
    text-decoration: underline;
}
.footer-main .copyright-wrapper {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
}
.footer-main .copyright-wrapper .copyright {
    color: #6e0a2a;;
    font-size: 13px;
    font-weight: 500;
}
.footer-main .copyright-wrapper .copyright ul li a { 
    color: #6e0a2a;;
    font-size: 13px;
    font-weight: 500;
}
.video-background {
    height: 65vh;
    position: relative;
}
.scroll-btn .mouse {
    position: relative;
    display: inline-block;
    height: 30px;
    margin-top: -100px;
    margin-left:-32px;
}
.scroll-btn .mouse .gdlr-core-icon-item-icon{
    font-size: 50px;
    color:#fff;
}
.scroll-btn .mouse span {
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    animation: scroll 4s linear infinite;
}
@keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }
    20% {
        opacity: 1;
        top: 80%;
    }
    60% {
        opacity: 0;
        top: 80%;
    }
    100% {
        opacity: 0;
        top: 30%;
    }
}