/* 
Theme Name: Merah Putih
Theme URI: -
Author: Lumonta
Author URI: -
Description: Custom template for Merah Putih Bali website
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;800&display=swap');
@import url('https://fonts.cdnfonts.com/css/futura-md-bt');


body,
main,
header,
footer {
    padding: 0;
    margin: 0;
}

/* Style for animation loader */
:root {
    --bg-red: #C61D23;
}

a,
p,
h2,
h3,
h4 {
    font-family: "lato"
}

h1 {
    font-family: "Century Gothic",
        'Futura Md BT',
        "Sans serif";
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: white;
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}

p {
    margin: 0 0 1.2em;
    padding: 0;
}

.header {
    display: block;
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    background: #C61D23;
    z-index: 1000;
}

#mainContent {
    margin-top: 100px;
}

#breadcrumbs>span>span:first-child {
    font-weight: 700;
}

#breadcrumbs span a {
    color: #C61D23;
}

#breadcrumbs span a:hover {
	color: #333;
}

.admin-bar #mainContent {
    margin-top: 67px;
}

button {
    background-color: transparent;
    border: 1px solid white;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wrap {
    position: relative;
    margin: 0 auto;
    width: 1080px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-container img {
    max-width: 100%;
    height: auto;
}

.header .goto {
    display: none;
    cursor: pointer;
}

.goto.open {}

.goto.open div:first-child {
    -webkit-transform: rotate(45deg) translate(0px, 5px);
    -moz-transform: rotate(45deg) translate(0px, 5px);
    -ms-transform: rotate(45deg) translate(0px, 5px);
    -o-transform: rotate(45deg) translate(0px, 5px);
    transform: rotate(45deg) translate(0px, 5px);
}

.goto.open div:nth-child(2) {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.goto.open div:last-child {
    -webkit-transform: rotate(-45deg) translate(5px, -10px);
    -moz-transform: rotate(-45deg) translate(5px, -10px);
    -ms-transform: rotate(-45deg) translate(5px, -10px);
    -o-transform: rotate(-45deg) translate(5px, -10px);
    transform: rotate(-45deg) translate(5px, -10px);
    width: 100%;
}

header ul {
    display: block;
    margin: 0;
    text-align: right;
}

.bottom-nav ul li,
header ul li {
    display: block;
    float: left;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.contact-info.footer-submenu strong a {
    opacity: 1;
}

.menu-footer-container ul li a,
.menu-footer-menu-container ul li a,
.footer-menu h2,
.footer-menu h1,
.bottom-nav ul li a,
header ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;

}

.bottom-menu {
    display: none;
    position: absolute;
    text-align: center;
    overflow: hidden;
    bottom: 0;
    width: 100%;
}

.bottom-goto {
    margin: 0 auto;
    padding: 10px 0 10px;
    background: #93151A;
}

.menu__list__navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #c61d23de;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    z-index: 10001;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: 1s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    max-width: 314px;
}

.menu__list__navbar {
    right: -100%;
}

.menu__list__navbar.open {
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: .5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.bottom-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #c61d23de;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    z-index: 10001;
    max-width: 314px;
    position: absolute;
    bottom: -300%;
}

.bottom-nav.open {
    position: relative;
    bottom: 0;
}

.bottom-nav ul,
.menu__list__navbar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bottom-nav ul li,
.menu__list__navbar ul li {
    padding: 0;
    margin: 0 20px 20px;
}

.bottom-nav ul,
header .menu__list__navbar ul {
    text-align: left;
}

.btm-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* style for top menu and logo */
.top__menu {
    padding-left: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__list__navbar .logo img {
    max-width: 200px;
}

.close-navbar {
    min-width: 40px;
    height: 40px;
    border: none;
    border-bottom: 1px solid white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.menu__list__navbar .menu {
    margin-top: 40px;
}

.current-menu-item a {
    border-bottom: 1px solid white;
    padding-bottom: 3px;
}


header a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid white;
    padding-bottom: 3px;
}

header .btn-booking a:hover {
    padding-bottom: 5px;
}

header #logo a:hover,
header #logo a:focus {
    padding: 0;
    border: none;
}


.slider-container img {
    height: auto;
    max-height: 721px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px auto;
    grid-template-columns: 160px auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
	padding: 0 20px;
}

.header-container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.header-container ul li {
    list-style: none;
    margin-left: 20px;
}

.header-container ul li:first-child {
    margin-left: 0;
}

/* hide btn voucher if link is empty */
li.gift-btn a:not([href]),
li.gift-btn a[href=''] {
    display: none;
}

li.gift-btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white !important;
    background-position: center;
    background-color: #C61D23;
    padding: 5px 10px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px !important;
}

.bg_trans {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 50px 20px !important;
    margin-bottom: 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-white {
    background-color: white;
}

.goto {
    display: inline-block;
    cursor: pointer;
    margin-top: 11px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.9;
}

.menu__list__navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #c61d23de;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    z-index: 10001;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: 1s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    max-width: 314px;
}

.menu__list__navbar {
    right: -100%;
    top: 100px;
}

.menu__list__navbar.open {
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: .5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 100px;
}

.menu-footer-container ul li a,
.menu-footer-menu-container ul li a,
.menu__list__navbar ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.bottom-nav ul,
.menu__list__navbar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bottom-nav ul li,
.menu__list__navbar ul li {
    padding: 0;
    list-style: none;
    margin: 0 20px 20px;
}

.bottom-nav ul,
header .menu__list__navbar ul {
    text-align: left;
}

.content-new-template {
    width: 100%;
}


/* slider style */
.slick-dots li button {
    background: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 12px;
    height: 12px;
    margin: 0 2px;

    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.slick-dots li.slick-active button {
    background: rgba(0, 0, 0, .8);
}

.slick-dots li button:before {
    content: '';
}

.slick-dots {
    bottom: 20px;
}

/* instagram section */
.instagram-box {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 41px;
}

.instagram-box h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 45px 0;
}

.instagram-box a:focus,
.instagram-box a:hover {
    color: #000;
    text-decoration: none;
}

.instagram-box .instagram-txt p {
    font-family: "Century Gothic",
        'Futura Md BT',
        "Sans serif";
    margin-bottom: 20px;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
}

#sbi_images {
    padding: 0 !important;
}

#sb_instagram.sbi_tab_col_1 #sbi_images .sbi_item {
    width: auto !important;
}

#sbi_images a.sbi_photo {
    height: 250px !important;
    width: 250px !important;
}

.slick-arrow {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    z-index: 2;
}

.socialMedia__next,
.socialMedia__prev {
    height: 100%;
    width: 40px;
    position: absolute;
}

.socialMedia__prev {
    background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0.74)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(450deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%, rgba(255, 255, 255, 0) 100%);
    padding-left: 10px;
    text-align: left;
}

.socialMedia__next {
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.74)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: linear-gradient(450deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    padding-right: 10px;
    text-align: right;
    right: 0;
    top: 0;
}

.socialMedia__next::before,
.socialMedia__prev::after {
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #FFFFFF;
}

.socialMedia__prev::after {
    content: '\f104';
    opacity: 0.25;
}

.socialMedia__next::before {
    content: '\f105';
}

/* footer */
footer {
    padding: 40px 0 32px;
}

.bg-red {
    background-color: #C61D23;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu p {
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.footer-menu li {
    list-style: none;
}

.opacity p,
.opacity h1,
.opacity a {
    color: white;
    opacity: 0.8;
}

.cancel-opacity p,
.cancel-opacity h1,
.cancel-opacity a {
    opacity: 1;
}

.footer-menu .btn-booking {
    margin: 15px 0;
}

.btn-booking a {
    font-weight: 400;
    background-color: #FFD031;
    padding: 5px 10px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black !important;
    font-size: 13px !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

strong {
    font-weight: bold;
}

.footer-bottom {
    margin-top: 50px;
    padding-bottom: 57px;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
}

.footer-bottom ul li {
    list-style: none;
    display: inline-block;
    line-height: normal;
}

.footer-bottom ul li a {
    width: 100%;
    height: 100%;
    margin-right: 15px;
    padding: 0;
    display: block;
}

ul.social-media-container.cancel-opacity li a br {
    display: none;
}

ul.social-media-container.cancel-opacity li a {
    text-align: left;
}

footer.bg-red .wrap>div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

ul.social-media-container.cancel-opacity img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-bottom ul li:last-child a {
    margin: 0;
}

/*.footer-bottom ul img {
    width: auto;
    max-width: 26px;
    height: 20px;
    object-fit: contain;
}*/

.menu-footer li:first-child,
.menu-footer-menu li:first-child,
.policy-container a:first-child {
    margin-right: 15px;
}

.footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 273px auto 243px;
    grid-template-columns: 273px auto 243px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

/*.social-media-container {
    grid-column-start: 3;
}*/

ul.social-media-container.cancel-opacity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 200px;
}

.working-hours.footer-submenu {
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.about-us {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}

.contact-info {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}

.footer-booking-container {
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    text-align: center;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-menu .btn-booking {
    display: none;
}

.book-now-btn {
    width: 147px;
    height: 52px;
    background-image: url('../images/big_book online.png');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.wp-block-social-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-social-link {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    max-width: 25px;
    min-height: 20px;
    height: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
}

.wp-social-link a {
    width: 100%;
    height: 100%;
}

.wp-social-link svg,
.wp-social-link span {
    display: none;
}

.wp-social-link {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: transparent !important;
}

.wp-block-social-links .wp-social-link a {
    padding: 0;
}

.wp-block-social-links li {
    margin-right: 5px;
}

.wp-block-social-links li:last-child {
    margin-right: 0;
}

.floating-wa-btn {
    position: fixed;
    z-index: 9999999999;
    bottom: 25px;
    right: 25px;
    width: 40px;
}

.menu-footer,
.menu-footer-menu,
.policy-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

/* Default page style */
.default-page {
    padding: 90px 0 40px 0;
}

.default-page .bg_trans .wrap {
    width: auto;
}

.margin-top {
    margin-top: 100px;
}

.bg_trans {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 50px 20px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.title_page {
    clear: both;
    text-align: center;
    color: #000;
    font-size: 44px;
    font-family: "Century Gothic",
        'Futura Md BT',
        "Sans serif";
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content p {
    font-size: 16px;
    line-height: 22px;
}

.content p {
    display: -ms-grid;
    display: grid;
}

.content img {
    width: 100%;
    max-width: 656px;
    margin: 0 auto;
    min-height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery {
    padding: 0;
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery a,
.embed-container {
    display: inline-block;
    margin: 0 0 24px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.embed-container {
    margin: 0;
    position: relative;
}

.embed-container,
.gallery a img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: inherit;
    aspect-ratio: 5 / 4;
    max-width: 300px;
}

.youtube-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.embed-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* .youtube-click,
.embed-container, */
.gallery iframe {
    width: 100% !important;
    aspect-ratio: 5 / 4;
    height: auto;
    max-width: 300px;
}

.embed-container:nth-child(2n+1),
.gallery a.lightbox:nth-child(2n+1) {
    margin-right: 12px;
}

.embed-container:nth-child(2n),
.gallery a.lightbox:nth-child(2n) {
    margin-left: 12px;
}

.youtube-click {
    background-color: transparent;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    position: absolute;
}

/* contact */
.map {
    position: relative;
    margin-top: 100px;
}

.c-map {
    height: 560px;
    width: 100%;
}

.title_map {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    text-align: center;
    color: #000;
    font-size: 52px;
    font-style: normal;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Century Gothic',
        'Futura Md BT',
        'Sans serif';
}

/* Double columnn */
.page-template-page-double-column table {
    height: 100% !important;
}

.container-two-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.menu-dropdown {
    display: none;
}

.menu-container {
    display: none;
}

.menu-container.open {
    display: block;
}

.menu-list {
    position: relative;
    margin: 0;
    margin-bottom: 40px;
    text-align: left;
    padding: 0 0 20px 34px;
}

.menu-list li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.menu-list li a {
    display: block;
    margin: 0;
    padding: 30px 0;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
}

.menu-list li:first-child a {
    padding-top: 0;
}

.container-two-column table {
    width: 90% !important;
    margin: 0 5%;
}

.menu-item.open {
    font-weight: 550;
}

.menu-container tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (48%)[2];
    grid-template-columns: repeat(2, 48%);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-container tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80% 20%;
    grid-template-columns: 80% 20%;
    margin: 0;
    height: 100% !important;
}

.menu-container td {
    width: 100% !important;
    height: 100% !important;
}

.menu-container td:nth-child(2) {
    padding-right: 20px;
}

.menu-container td {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.menu-container tr td:first-child {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    color: #333333;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 15px;
}

.menu-container h5 {
    margin-top: 24px;
    padding: 15px 0;
    color: #BF2C30;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

h2.submenu {
    display: none;
    color: #666666;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: -40px 0 0;
    padding: 25px 0;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}

.menu-list li a:hover {
    color: black;
    text-decoration: none;
}

.btn-download-container {
    width: 100%;
    display: -ms-grid;
    display: grid;
}

.link-download {
    display: inline-block;
    height: 44px;
    width: 160px;
    background: #C02D30;
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: -20px;
    padding: 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px auto 20px auto;
}

.link-download:hover {
    text-decoration: none;
    background: #DC696C;
}

.sidedish-menu-content table tbody {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

.menu-container .sidedish-menu-content tr {
    -ms-grid-columns: 150px auto 11%;
    grid-template-columns: 150px auto 11%;
}

.menu-container .sidedish-menu-content tr td:first-child {
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column-end: 2 !important;
    margin-top: 0 !important;
}

.menu-container .sidedish-menu-content tr td:nth-child(3)::before,
.menu-container .sidedish-menu-content tr td:nth-child(2)::before {
    content: ' ';
    height: 2px;
    width: 2px;
    background-color: transparent;
    display: block;
}

.menu-container tr td:last-child {
    text-align: right;
}

.sidedish-menu-content h5 {
    margin-bottom: 25px;
}

.tax-container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
}

.tax-container-line {
    border-bottom: 1px solid #ccc;
    margin: 20px;
}

.tax-container p {
    margin: 0;
    padding: 0;
}

.btn-bottom-container {
    padding-top: 20px;
}

.page-template-homepage #banner img {
    min-height: 270px;
}

.container-two-column #banner img {
    -o-object-fit: cover;
    object-fit: cover;
}

.container-two-column #banner {
    margin-bottom: 30px;
}

.container-two-column .content img {
    max-width: unset;
}

/* 404 page */
.container-404 {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;

}

.container-404 h1 {
    font-size: 120px;
    margin: 0;
    line-height: 160px;
    text-align: center;
}

.container-404 h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.container-404 a {
    text-decoration: none;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
    line-height: 23px;
    width: auto;
    background-color: #C61D23;
    color: white;
}

.container-404 a:hover {
    color: white;
}

/* page booking */
.booking-page {
    padding: 120px 0 100px 0;
}

.booking-container {
    min-height: 100%;
}

.booking-sub-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 5fr;
    grid-template-columns: 5fr 5fr;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.booking-sub-container img {
    max-width: 100%;
}

iframe.booking-container {
    width: 100%;
    max-width: 500px;
    min-height: 809px;
}

.iframe-booking-container {
    display: -ms-grid;
    display: grid;
    justify-items: left;
}

.contact-booking-page {
    font-size: 16px;
    text-align: center;
    line-height: normal;
    padding-top: 20px;
    font-family: 'Lato', sans-serif;
}

.contact-booking-page p {
    margin-bottom: .7em;
}

.contact-booking-page a:hover {
    color: #333;
    text-decoration: none;
}

.contact-booking-page a:focus {
    color: black;
    text-decoration: none;
    outline-offset: 0;
    outline: none !important;
}

.footer-menu h2 {
    margin-top: 0;
}

.instagram-box .eapps-link {
    display: none !important;
}

.space-instagram {
    height: 41px;
}

.menu-footer-container,
.menu-footer-menu-container {
    display: none;
}

/* Banner */

.banner-section {
    overflow: hidden;
}

.banner-section .banner-content {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}

.banner-section .banner-content h1 {
    margin-top: 0;
    font-weight: 500;
    text-transform: inherit;
    line-height: 35px;
    margin-bottom: 15px;
}

.banner-section .banner-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 35px;
}

.cta-wrapper a.btn-cta {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 15px;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}

.cta-wrapper a.btn-cta:first-child {
    background-color: #FFD031;
    color: #0C0C0C;
    border: 1px solid white;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.cta-wrapper a.btn-cta:first-child:hover {
    background-color: #f3c62f;
}

/* .cta-wrapper a.btn-cta:after, */
.cta-wrapper a.btn-cta:last-child:after {
    content: '';
    width: 16px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    top: 4px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.cta-wrapper a.btn-cta:last-child:hover:after {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}


/* .cta-wrapper a.btn-cta:first-child:after {
    background-image: url(/wp-content/uploads/2022/09/Group.svg);
    background-size:10px;
} */

.cta-wrapper a.btn-cta:last-child:after {
    background-image: url(/wp-content/uploads/2022/09/akar-icons_arrow-up-right.svg);
}

.cta-wrapper a.btn-cta:last-child {
    color: #ffffff;
	border: 1px solid white;
    transition: all .3s;
}

.banner-content .cta-wrapper a.btn-cta:last-child:after {
    display: none;
}

.cta-wrapper a.btn-cta:last-child:hover {
    background-color: rgb(253 253 253 / 19%);
}

.gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
}



.gallery-mini img {
    width: 123px;
}

.gallery-item-store {
    padding: 3.5px;
}

/*  Animated Banner */
.gallery-big.gallery-items,
.banner-gallery .gallery-mini.gallery-items .gallery-item-store:first-child,
.banner-gallery .gallery-mini.gallery-items .gallery-item-store:nth-child(2),
.banner-gallery .gallery-mini.gallery-items .gallery-item-store:last-child,
.banner-content {
    opacity: 0;
    -webkit-transition: opacity 1.5s, top 1.5s ease, bottom 1.5s ease, left 1.5s ease, right 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s, top 1.5s ease, bottom 1.5s ease, left 1.5s ease, right 1.5s ease, -webkit-transform 1.5s ease;
    -o-transition: opacity 1.5s, top 1.5s ease, bottom 1.5s ease, left 1.5s ease, right 1.5s ease, -o-transform 1.5s ease;
    -moz-transition: opacity 1.5s, transform 1.5s ease, top 1.5s ease, bottom 1.5s ease, left 1.5s ease, right 1.5s ease, -moz-transform 1.5s ease;
    transition: opacity 1.5s, transform 1.5s ease, top 1.5s ease, bottom 1.5s ease, left 1.5s ease, right 1.5s ease;
    transition: opacity 1.5s, transform 1.5s ease, top 1.5s ease, bottom 1.5s ease, left 1.5s ease, right 1.5s ease, -webkit-transform 1.5s ease, -moz-transform 1.5s ease, -o-transform 1.5s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    will-change: transform, top, left, bottom, right, opacity;
}

.gallery-big.gallery-items {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}


.animated .banner-gallery .gallery-list>.gallery-big.gallery-items {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.animated .banner-gallery .gallery-list>.gallery-mini.gallery-items .gallery-item-store:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.animated .banner-gallery .gallery-list>.gallery-mini.gallery-items .gallery-item-store:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animated .banner-gallery .gallery-list>.gallery-mini.gallery-items .gallery-item-store:last-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.gallery-mini.gallery-items .gallery-item-store:first-child {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-mini.gallery-items .gallery-item-store:nth-child(2) {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-mini.gallery-items .gallery-item-store:last-child {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.animated .banner-section .banner-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-section .banner-content {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.booking-page .left-content-booking img {
    width: 100%;
}

/*.page-template-home-new .wrap.header-container,
.banner-section .wrap {
    width: 1300px;
}*/


/*------------------------------------------
            new template 
-------------------------------------------*/
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.d-flex.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.d-flex.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-flex.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-flex.gap-large>*+* {
    margin-left: 50px;
}

.wrap-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-futura :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Futura Md BT', sans-serif;
}

.mt-18 {
    margin-top: 18px;
}


/* gallery */
.gallery-content-wrapp,
.wrapp-group-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -8px -10px;
}

.gallery-content-wrapp .item-image-gallery {
    padding: 8px 10px;
    overflow: hidden;
}

.no-image,
.image-menu img,
.gallery-content-wrapp .item-image-gallery img {
    width: 100%;
    height: 233px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.no-image {
    background-color: aliceblue;
}

.gallery-content-wrapp .item-image-gallery:hover img {
    filter: grayscale(30%);
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
}

.gallery-content-wrapp .item-image-gallery figure {
    overflow: hidden;
}

.gallery-content-wrapp .item-image-gallery:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.new-template-page .main-container {
    width: 100%;
}

.new-template-page .content {
    margin-bottom: 40px;
}

.new-template-page .content p+p {
    margin-top: 22px;
}

/* page find us */
.page-id-641 .content {
    margin-bottom: 22px;
}

.new-template-page .content h1,
.content.heading-futura .extra-heading h2{
    font-family: 'Futura Md BT',
        sans-serif;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 22px;
}

.new-template-page .span-extra-heading {
	margin: 25px 0 15px 0; 
	display:block
}

.new-template-page .content p {
    font-family: 'Lato',
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.new-template-page .content p:last-child {
    margin-bottom: 0;
}

.our-menu {
    margin-top: 60px;
}

.our-menu h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
}

.wrapp-menu-item {
    padding: 10px;
}

.wrapp-menu-item .category-menu {
    font-size: 18px;
    line-height: 2.69;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Futura Md BT',
        sans-serif;
}

.wrapp-menu-item .detail-menu {
    font-family: 'Lato',
        sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 22px;
}

.button-contact,
.gallery-btn {
    line-height: 1.231;
}

.btn-content {
    display: block;
    padding: 6px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    line-height: 1.43;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.layout-content-book-table {
    margin: 0 auto;
    max-width: 532px;
    text-align: center;
    margin-top: 80px;
}

.wrapp-button-content {
    margin-top: 41px;
}

.layout-content-book-table h4 {
    font-weight: 700;
    margin-top: 29px;
    font-size: 16px;
    margin-bottom: 20px;
	line-height: 1.5;
}

.layout-content-book-table p {
    font-size: 16px;
}

.btn-yellow {
    background-color: #ffd031;
    color: #000;
    margin-right: 16px;
}

.btn-gray {
    background-color: #ffffff;
    color: #000;
	border: 1px solid #000000;
}


.btn-gofood {
    background-color: #ffffff;
    color: #EE2737;
	border: 1px solid #EE2737;
}

.btn-grabfood {
    background-color: #ffffff;
    color: #00A83B;
	border: 1px solid #00A83B!important;
}

.btn-gray:hover,.btn-gofood:hover{
	border:1px solid #C61D23!important;
}

.btn-grabfood:hover{
	border:1px solid #00A83B!important;
	background-color:#00A83B!important
}

.btn-red {
    background-color: #c61d23;
    color: #fff;
}

.gift-btn a:hover,
.btn-red:hover {
    background-color: #80191d;
}

.cta-wrapper a.btn-cta:first-child:hover,
.btn-booking a:hover,
.btn-yellow:hover {
    background-color: #d5ac25 !important;
    color: #000 !important;
}

.group-maps .c-map {
    width: 100%;
}

.group-maps .map {
    margin-top: unset;
}

.btn-direction-map {
    position: relative;
    padding: 6px 15px 6px 32px;
    border: 1px solid #000;
    line-height: 1.077;
}

.btn-direction-map::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 13px;
    width: 12px;
    height: 15px;
    background: url(/wp-content/uploads/2022/11/get-direction.svg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-direction-map:hover {
    background-color: #666666;
    border-color: #666666;
}

.content-direction-map {
    margin-bottom: 21px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-new-template .space-instagram {
    margin: 80px auto 50px;
    height: 1px;
    width: 100%;
    max-width: 1080px;
    background-color: #ccc;
}

.gallery-content-wrapp a:nth-child(n+10) {
    display: none;
}

.less {
    margin-left: 14px;
}

.wrap-btn-more {
    margin: 52px auto 20px;
}

.btn-content:hover {
    color: #fff;
    background-color: #C61D23;
}

.wrap-btn-contact {
    margin: -12px auto 32px;
}

.wrap-btn-contact>a:first-child {
    margin-right: 20px;
}

.layout-order-gofood-grab {
    margin: 50px auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 50px 0;
}

.layout-order-gofood-grab h4 {
    margin-bottom: 45px;
    margin-top: 0;
    font-size: 20px;
}

.border-gray {
    border-color: #ccc;
}

/* adding image optimation */
.fancybox__image {
/*   -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  max-height: 70vh !important;
  margin: auto; */
}


.fancybox__content {
  margin: 0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);
  padding: unset;
  color: var(--fancybox-content-color,#374151);
  background: transparent;
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

/* btn wrap download */
.wrap-btn-download {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.btn-download-vegan {
	margin-left: 15px;
}

.twitter-widget {
    padding-bottom: 24px;
}

.layout-content-book-table {
    margin-bottom: 50px;
}

.view-allergen a {
    margin-left: 0;
    padding: 0;
    border: none;
    color: #C61D23;
    text-decoration: underline;
    text-transform: capitalize;
	line-height: 3;
}

.view-allergen a:hover {
	background-color: transparent;
	border: none!important;
	color: #C61D23;
	padding: 0;
}

/* Style New Homepage */

.usp-items:not(:last-child) {
	margin-bottom: 43px;
}



.content-right h2 {
	font-family: "Century Gothic",
        'Futura Md BT',
        "Sans serif";
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 20px 0;
}

.content-right p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 20px;
}

a.btn-usp:hover {
    background-color: #C61D23;
    color: #fff;
    transition: .2s;
}
a.btn-usp {
    border-radius: 5px;
    border: 1px solid #C61D23;
    background: #FFF;
    padding: 6px 10px;
    color: #C61D23;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: .2s;
}

.devider {
	margin: 54px 0;
}

.devider {
    height: 1px;
    background-color: #CCC;
}

.page-template-home-new-v2 .layout-content-book-table img,
.page-template-home-new-v3 .layout-content-book-table img{
	margin-top: 48px;
}

.page-template-home-new-v2 .layout-content-book-table {
	margin-top: 90px;
	margin-bottom: 90px;
}

.page-template-home-new-v2 .wrap-flex-center,
.page-template-home-new-v2 .wrap-flex-center,
.page-template-home-new-v3 .wrap-flex-center {
    padding: 44px 0;
}

.extra-heading {
    display: flex;
    align-items: center;
}

.extra-heading img {
    width: 102px;
    height: 80px;
    object-fit: contain;
}

/* .content.heading-futura .extra-heading h1,
.content.heading-futura .extra-heading h2 {
	text-transform: uppercase;
} */

.content.heading-futura .extra-heading h1 {
	color: #000;
}

.content-vegan {
    margin-top: 60px;
}

body.page-template-home-new-v2 .gallery-list,
body.page-template-home-new-v3 .gallery-list{
    display: block;
}

body.page-template-home-new-v2 .gallery-mini.gallery-items,
body.page-template-home-new-v3 .gallery-mini.gallery-items{
    display: none;
}

body.page-template-home-new-v2 .gallery-list .gallery-big img,
body.page-template-home-new-v3 .gallery-list .gallery-big img{
	width: 100%;
}

.our-menu.heading-futura h2 {
	font-size: 44px;
}

.page-template-home-new-v3 .wrap.content-wrapper {
	display: inline-block;
}

.page-template-home-new-v3 .wrap.content-wrapper>div {
	width: 100%;
}

body.page-template-home-new-v3 .banner-section {
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.page-template-home-new-v3 .banner-section .banner-content h1 {
    font-family: "lato";
    text-transform: uppercase;
    line-height: 150%;
	font-weight: 700;
}

body.page-template-home-new-v3 .banner-section .banner-content p {
	font-family: "lato";
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

body.page-template-home-new-v3 .banner-section{
        height: 100vh;
    }

body.page-template-home-new-v3 .banner-section .cta-wrapper {
	padding-top: 15px;
}

body.page-template-home-new-v3 #mainContent {
	margin-top: 0;
}

body.page-template-home-new-v3 .header {
	background-color: transparent;
	transition: .3s;
}

body.page-template-home-new-v3 .header.sticky-active,
body.page-template-home-new-v3 .header.sticky-active{
	background-color: #C61D23;
	transition: .3s;
}


body.page-template-home-new-v3 .banner-section:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
}

body.page-template-home-new-v3 .banner-section{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

/* BLOG TEMPLATE */
.blog-template-page h1,
.archive.category h1{
	font-size: 44px;
	margin-bottom: 19px;
	text-align: center;
	margin-top: 0;
	color: #000000;
}

.banner-page p,
.category-description p{
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
}

.heading-futura.body-content p,
.other-post.heading-futura p,
.category-description p{
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.category-description p {
	text-align: center;
}

.post-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.post-listing .post-item {
	padding: 10px;
	margin-bottom: 40px;
}

.post-thumbnail img {
    width: 100%;
}

.heading-futura.body-content .post-date p,
.other-post.heading-futura .post-date p{
    color: #B2B2B2;
	font-weight: 700;
	margin-bottom: 10px;
}

.content-blog-page {
    margin-top: 20px;
}

.post-content h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
}

.post-excerpt p {
    margin-bottom: 20px;
}

span.read-more {
    color: #C61D23;
    font-size: 13px;
    text-transform: uppercase;
}

.post-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

.loadmore-post button:hover {
    background-color: #C61D23;
    border: 1px solid #C61D23;
    color: #ffffff;
}

#load-more:hover {
    background-color: #005177;
}

#load-more:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.loadmore-post {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 113px;
    border-bottom: 1px solid #CCCCCC;
}

.loadmore-post button {
    border: 1px solid #000000;
    padding: 6px 11px;
    color: #000000;
    font-size: 13px;
}

/* SINGLE POST */

.single-post .entry-content h2 {
    font-size: 24px; 
}

.single-post .entry-content h3 {
    font-size: 20px; 
}

.single-post .entry-content h4 {
    font-size: 18px; 
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4{
	color: #000;
    font-weight: 400;
}


.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.sidebar-post h3,
.other-post h2{
	font-family: "Century Gothic", 'Futura Md BT', "Sans serif";
}

.sidebar-post h3 {
    color: #C61D23;
    margin-top: 0;
    line-height: 48px;
	font-weight:600;
}

.single-post .entry-content p {
	margin-bottom: 32px;
}

.single-post .entry-content ul {
	padding-left: 17px;
}

.single-post .entry-content ul li {
	margin-bottom: 15px;
}

.share-post li {
	position: relative;
}

.share-post {
	margin-bottom: 0;
}

.text-clipboard {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.share-post li:last-child {
    margin-left: 10px;
}

.share-post li span {
    color: #C61D23;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
	margin-left: 3px;
}

.single-post .post-date p {
    margin-bottom: 0;
    font-size: 16px;
    color: #B2B2B2;
    font-weight: 700;
	line-height: 1;
	position: relative;
}

.single-post .entry-content ul li {
	font-size: 16px;
}



.single-post .featured-img-post img {
	width: 100%;
}

.single-post .main-content h1 {
   	margin-bottom: 20px;
	margin-top: 0;
    color: #000000;
    font-weight: 600;
}

.single-post .meta-post {
    margin-bottom: 30px;
}

.single-post .entry-content p ,
.sidebar-wrapper p{
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.single-post .sidebar-wrapper {
	position: sticky;
	top: 130px;
}

.single-post .sidebar-cta {
    padding: 15px;
    border: 1px solid #CCCCCC;
}

.single-post .search-form {
	margin-bottom: 30px;
}

.search-form input[type="text"] {
    border: 1px solid #CCCCCC;
    box-shadow: none;
    padding: 15px 30px 15px 20px;
    background-size: 30px 30px;
    background-position: center right 25px;
	width: 100%;
}


.search-form input[type="text"]:focus{
	outline: none;
	border: 1px solid #CCCCCC;
	border-radius: 0;
}

.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    padding: 15px;
    border: none;
    top: 0;
    background-color: transparent;
    background: url(/wp-content/uploads/2025/05/search.svg) no-repeat;
    background-position: center right 20px;
    background-size: 22px;
    color: transparent;
}

.sidebar-post .btn-booking a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}

.content-wrapper{
    padding-bottom: 133px;
/*     border-bottom: 1px solid #CCCCCC; */
}

.other-post{
    padding-bottom: 58px;
    border-bottom: 1px solid #CCCCCC;
}

.other-post h2 {
    text-align: center;
	font-weight:600;
	font-size: 24px;
	color: #000;
}

.other-post {
    margin-top: 98px;
}

.snippet-card {
    background: url(/wp-content/uploads/2025/02/card-snippet-merahputih-bali-scalled.png) center / cover no-repeat;
	border-radius: 5px;
}

body.single-post .entry-content .content-card p {
    margin-bottom: 0;
    font-size: 16px;
}

.content-card a {
    background-color: #C61D23;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
	transition: .3s;
	border-radius: 5px;
}

.snippet-card img {
    width: 150px;
    margin-bottom: 15px;
}

.content-card a:hover {
	background-color: #80191d;
}

.content-card h4 {
    color: #C61D23;
    font-weight: 600;
}

.content-card img {
    width: 150px;
	margin-bottom: 10px;
}

.entry-content p a, .entry-content p a:hover {
    color: #C61D23;
}

.lang-menu-mobile .country-selector.weglot-dropdown {
    background-color: transparent;
}

.lang-menu-mobile .country-selector.weglot-dropdown .wgcurrent a, .lang-menu-mobile .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 0px;
    height: auto;
    line-height: normal;
}

.lang-menu-mobile ul li.wg-li {
    margin-left: 0;
    text-align: left;
}

.lang-menu-mobile .country-selector.weglot-dropdown .wgcurrent {
    border: none;
}

.lang-menu-mobile .country-selector.weglot-dropdown .wgcurrent:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    background-image: none;
    transform: rotate(45deg);
    top: 10px;
    right: 13px;
}

.lang-menu-mobile .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
    transform: rotate(135deg);
}

.lang-menu-mobile .country-selector.weglot-dropdown ul {
    background-color: transparent;
    border: none;
	padding-top: 10px;
    padding-bottom: 10px;
}

.lang-menu-mobile ul li.wg-li {
    margin-left: 0;
    text-align: left;
}

.post-item a:hover {
    color: #000000;
}

.search-results .post-item a {
    color: #000000;
	font-size: 16px;
}

.archive.category .search-form,
.page-template-page-blog-template .search-form{
    position: relative;
}

.archive.category .search-form,
.page-template-page-blog-template .search-form{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 35px;
	margin-right: 10px;
}

.page-template-page-new-template p a[href^="tel:"]:hover,
.page-template-page-new-template p a[href^="mailto:"]:hover{
    color: #C61D23;
}

body .lang-menu-mobile .country-selector.weglot-dropdown .wgcurrent:after {
	display: none;
}

