/*
    Created on : Apr 21, 2020 11:14:07 am
    Author     : dumidu.kodithuwakku@ebeyonds.com
*/







:root {
    --flex-items-gap: var(--xl);
    
    
    --header-height: 124px;
    --header-fixed-height: 83px;
    
    
    --text-size: 1.6rem;
}







.r2g-header .branding {
    left: 0;
    transform: translate(0, 0);
}
.r2g-header .top-bar {
    left: 20px;
    right: unset;
}
.r2g-header.header-option-four {
    height: 100px;
}
.r2g-header.header-option-four .branding {
    width: 72px;
}
.r2g-header.header-option-four .main-menu .menu-section {
    padding-top: 0;
}
.r2g-header.header-option-four .main-menu .menu-section {
    display: flex;
    align-items: flex-end;
}
.r2g-header.header-option-four .main-menu {
    align-items: stretch;
}
.r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
    position: absolute;
    left: -11px;
    bottom: 12px;
}
@media (min-width: 1024px) {
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
        bottom: 11px;
    }
}
@media (min-width: 1560px) {
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
        bottom: 21px;
    }
}
@media (min-width: 1600px) {
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
        left: calc(50% - 763px);
    }
}
.r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
    position: absolute;
    right: 20px;
    margin-right: 0;
    bottom: 12px;
}
@media (min-width: 1024px) {
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
        bottom: 11px;
    }
}
@media (min-width: 1560px) {
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
        bottom: 21px;
    }
}
@media (min-width: 1600px) {
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
        right: calc(50% - 732px);
    }
}
.r2g-header .header-bottom-bar .primary-button {
    top: 0;
}
.r2g-header .top-bar .top-bar-wrapper {
    justify-content: space-between;
}
.r2g-header.header-option-four .top-bar {
    width: calc(100% - 30px);
}
.r2g-header.header-option-four .main-menu .menu-section ul {
    display: flex;
    align-items: center;
}
.r2g-header.header-option-four .main-menu .menu-section.left-menu {
    justify-content: flex-end;
}
@media (min-width: 768px){
    .r2g-header.header-fixed .main-menu .left-menu nav {
        margin-right: 32px;
    }
    .r2g-header.header-fixed .main-menu .right-menu nav {
        margin-left: 32px;
    }
}
.r2g-header .main-menu .left-menu nav li {
    margin: 0 0 0 38px;
}
.r2g-header .main-menu .right-menu nav li {
    margin: 0 24px 0 0;
}
.r2g-header .header-bottom-bar .primary-button {
    border-color: var(--color-white);
}
.r2g-header.header-option-four .top-bar .r2g-header-sub-component {
    margin-right: 32px;
}

.r2g-header.header-option-four .top-bar .r2g-header-sub-component:last-child{
    margin-right: 0;
}

.r2g-header.header-option-four .top-bar .r2g-header-sub-component.r2g-cms-language {
    margin-right: 0;
}
.r2g-header.header-fixed.header-option-three .header-wrapper > .branding,
.r2g-header.header-fixed.header-option-four .header-wrapper > .branding,
.perspective-menu-open .r2g-header.header-option-four .header-wrapper > .branding {
    display: none;
}
.r2g-header.header-fixed.header-option-four .header-bottom-bar .branding,
.perspective-menu-open .r2g-header.header-option-four .header-bottom-bar .branding {
    display: block;
}
.r2g-header.header-option-four.header-fixed .header-bottom-bar {
    width: 100%;
}
.r2g-header.header-fixed.header-option-four .main-menu,
.perspective-menu-open .r2g-header.header-option-four .main-menu {
    justify-content: center;
}
.r2g-header.header-fixed, .perspective-menu-open .r2g-header,
.r2g-header.header-fixed.header-option-two,
.r2g-header.header-fixed.header-option-three,
.r2g-header.header-fixed.header-option-four {
    height: 59px;
}
.r2g-header.header-option-four.header-fixed .header-bottom-bar {
    top: 2px;
}
.r2g-header.header-fixed.header-option-four .header-bottom-bar .branding,
.perspective-menu-open .r2g-header.header-option-four .header-bottom-bar .branding {
    width: 50px;
}
.r2g-header.header-fixed.header-option-four .main-menu .menu-section {
    align-items: center;
}
.r2g-header.header-fixed.header-option-four .branding {
    top: 4px;
}
.r2g-header.header-option-four .top-bar {
    margin-top: 16px;
}
@media (min-width: 1560px) {
    .r2g-header.header-option-four.header-fixed .header-bottom-bar {
        top: -11px;
    }
    .r2g-header.header-fixed.header-option-four .branding {
        top: 16px;
    }
}


/* menu */
.r2g-header.header-option-four .more-menu-wrapper {
    top: var(--header-height);
}
.r2g-header.header-option-four.header-fixed .more-menu-wrapper {
    top: var(--header-fixed-height);
}
.r2g-header .more-menu-wrapper {
    width: 100%;
}
@media (min-width: 1024px) {/*768*/
.dining-mega-menu .menu-block .h4,
.wellness-mega-menu .menu-block .h4,
.experiences-mega-menu .menu-block .h4 {
    display: block;
}
.r2g-header .more-menu-wrapper {
    top: 0 !important;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
}
.r2g-header .more-menu-wrapper .more-menu {
    /*background-color: #ffffff;*/
    background-color: var(--color-light-gray);
    width: 600px;
    height: calc(100% - 72px) !important;
    padding: 36px;
}
.r2g-header .more-menu-wrapper .more-menu nav {
    width: 300px;
    max-height: calc(100% - 170px);
    overflow-y: auto;
}
.r2g-header .more-menu-wrapper .more-menu > div > div > nav > ul {
    width: 280px;
}
.r2g-header .more-menu nav li ul {
    top: 30px;
    left: 340px;
    border-left: 1px solid var(--color-light-gray);
    width: 280px;
    height: calc(100vh - 235px);
}
.r2g-header .more-menu nav li.sub-menu-open ul {
    left: 340px;
}
.r2g-header .more-menu nav li ul li.submenu-title {
    display: none;
}
.r2g-header .more-menu nav li ul li a {
    font-family: var(--font-lato);
    font-size: 1.9rem;
}
.r2g-header .more-menu nav li .sub-menu-arrow {
    position: relative;
}
.main-menu .sub-menu-open .sub-menu-arrow, .more-menu .sub-menu-open .sub-menu-arrow {
    transform: rotate(0);
}
.r2g-header .more-menu-wrapper .more-menu {
    position: relative;
}
.more-menu button.close {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 3rem;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.r2g-header.header-option-four .more-menu-wrapper {
    z-index: 10;
}
.r2g-header .main-menu .active a {
    padding: 0;
}
.r2g-header.header-option-four .header-bottom-bar {
    top: 21px;
}
.r2g-header .main-menu nav > ul > li {
    padding-top: 17px;
    padding-bottom: 17px;
    /*position: relative;*/
    /*top: 20px;*/
}
.r2g-header .branding {
    top: -17px;
}
}



/* Header Booking Button Update 14-10-2025 */

.r2g-header.header-option-four li.bottom-bar-btn { 
  padding: 0;
  margin: 0;
  line-height: 1;
}

.r2g-header.header-option-four li.bottom-bar-btn a{ 
  padding: 15px 12px 10px 12px;
  margin: 0;
  border: none;
  background: rgba(0,0,0,0.1);   
  text-transform: uppercase;
  font-family: var(--font-vollkorn);
  font-size: 0.9em;
}

.r2g-header.header-option-four li.bottom-bar-btn a:hover {
  background: rgba(0,0,0,0.3) !important;
  color: rgba(255,255,255,0.7);
}

.r2g-header .header-bottom-bar .primary-button:before,
.r2g-header .header-bottom-bar .primary-button:after{
	opacity:0;
}

/* Header Booking Button Update 14-10-2025 End */











.booking-mask {
    width: 280px;
    right: -100px;
}







.full-width-image-xbox .content-wrapper {
    padding: var(--xl) var(--xl) 0;
}







.stay-rotator .slick-list {
    padding: 0 15%;
}

.stay-rotator:not(:has(.slick-initialized)) .xList-items {
    padding: 0 15% !important;
}

.r2g-rotator-main-strip:not(:has(.slick-initialized)) .xList-items{
    display: flex;
} 



.r2g-tabs-main-strip .tab-titles-wrapper .tab-items-wrapper {
    display: flex;
    justify-content: center;
    gap: var(--l);
    border-bottom: 1px solid #9c918880;
}
.r2g-tabs-main-strip.horizontal-tabs .tab-titles-wrapper, .r2g-tabs-main-strip .sub-tab-titles-wrapper {
    display: flex;
    justify-content: center;
}
.r2g-tabs-main-strip.horizontal-tabs .tab-title {
    margin: 0;
}
.r2g-tabs-main-strip.horizontal-tabs .first-level-label, .r2g-tabs-main-strip.horizontal-tabs .next-level-label {
    font-size: 2.5rem;
    font-family: var(--font-vollkorn);
    padding-bottom: 10px;
    position: relative;
    bottom: -1px;
}
.r2g-tabs-main-strip.horizontal-tabs .active .first-level-label {
    border-bottom: 2px solid var(--color-dark-gray);
}
.r2g-tabs-main-strip .tab-content-wrapper > li, .r2g-tabs-main-strip .tab-content-wrapper .next-level > ul > li {
    width: 100%;
}
.stay-rotator.r2g-rotator-sub-component .rotator-wrapper .slick-slide {
    opacity: 0.5;
    transition: all 0.5s;
}
.stay-rotator.r2g-rotator-sub-component .rotator-wrapper .slick-slide .flex-container {
    opacity: 0;
    transition: all 0.5s;
}
.stay-rotator.r2g-rotator-sub-component .rotator-wrapper .slick-slide.slick-active {
    opacity: 1;
}
.stay-rotator.r2g-rotator-sub-component .rotator-wrapper .slick-slide.slick-active .flex-container {
    opacity: 1;
}







.r2g-flex-xlist-main-strip .flex-xlist > .xList-items {
    gap: var(--flex-items-gap);
}
.two-col-xlist-768.without-gap .xlist-strip > .strip-xlist > .xList-item {
    width: calc(50% - var(--flex-items-gap) / 2);
}







.dine-details .info-box {
    width: calc(50% - 12px);
}







.main-block {
    margin-top: 0;
}







.r2g-header .main-menu a {
    position: relative;
}
.r2g-header .main-menu a:not(.primary-button,.logo)::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--color-white);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.r2g-header .main-menu a:not(.primary-button,.logo):hover::after,
.r2g-header .main-menu li.active a:not(.primary-button,.logo)::after,
.r2g-header .main-menu li.hovering a:not(.primary-button,.logo)::after {
    width: 100%;
}







#book-a-table-form {
    max-width: 700px;
}
#book-a-table-form .cms-form {
    gap: 12px 24px;
}
#book-a-table-form .cms-form .form-group {
    width: calc(50% - 12px);
}
#book-a-table-form .cms-form .form-group.fb-header,
#book-a-table-form .cms-form .form-group.field-special-notes,
#book-a-table-form .cms-form .form-group.field-privacy-field,
#book-a-table-form .cms-form .form-group.fb-header,
#book-a-table-form .cms-form .form-group.fb-header {
    width: 100%;
}







.cms-form-holder .cms-form.form-experienceinquire .form-group.field-title {
    width: calc(30% - 11px);
}
.cms-form-holder .cms-form.form-experienceinquire .form-group.field-from_name {
    width: calc(70% - 11px);
}
.cms-form-holder .cms-form.form-experienceinquire .form-group.field-guests,
.cms-form-holder .cms-form.form-experienceinquire .form-group.field-children {
    width: calc(50% - 11px);
}
.cms-form-holder .cms-form.form-experienceinquire .form-group.field-submit {
    width: auto;
}







.cms-form-holder .cms-form.form-eventinquire .form-group.field-title {
    width: calc(30% - 11px);
}
.cms-form-holder .cms-form.form-eventinquire .form-group.field-from_name {
    width: calc(70% - 11px);
}
.cms-form-holder .cms-form.form-eventinquire .form-group.field-adults,
.cms-form-holder .cms-form.form-eventinquire .form-group.field-children {
    width: calc(50% - 11px);
}
.cms-form-holder .cms-form.form-eventinquire .form-group.field-submit {
    width: auto;
}







.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-title {
    width: calc(30% - 11px);
}
.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-from_name {
    width: calc(70% - 11px);
}
.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-adults,
.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-children {
    width: calc(50% - 11px);
}
.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-arrival-date,
.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-arrival-time,
.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-departure-date {
    width: calc(33.333% - 15px);
}
.cms-form-holder .cms-form.form-transferbookingsandinquiries .form-group.field-submit {
    width: auto;
}







.cms-form-holder .cms-form.form-contactus .form-group.field-title {
    width: calc(30% - 11px);
}
.cms-form-holder .cms-form.form-contactus .form-group.field-from_name {
    width: calc(70% - 11px);
}
.cms-form-holder .cms-form.form-contactus .form-group.field-submit {
    width: auto;
}







.blog-listing-wrapper .r2g-xbox-sub-component .flex-container {
    padding: 22px 30px;
}







#dine-menu {
    padding: 56px;
}
#dine-menu.r2g-tabs-main-strip.horizontal-tabs .tab-titles-wrapper, .r2g-tabs-main-strip .sub-tab-titles-wrapper {
    justify-content: flex-start;
}
#dine-menu.r2g-tabs-main-strip.horizontal-tabs .first-level-label {
    font-family: var(--font-lato);
    font-size: 1.8rem;
    font-weight: 700;
}







.r2g-main-visual.default-banner-image-height {
    padding-top: var(--header-fixed-height);
}


.splash-details-list {
    flex-direction: row;
    justify-content: center;
    margin-top: 56px;
    margin-bottom: 56px;
}
.splash-details-list .splash-details-list-item h4 {
    margin-bottom: 8px;
}

.stay-tabs-section .container{
    max-width: none !important;
    width: 100% !important;
}