@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Webfont/Butler-UltraLight.woff2') format('woff2'), url('../fonts/Butler_Webfont/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Webfont/Butler-Medium.woff2') format('woff2'), url('../fonts/Butler_Webfont/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Webfont/Butler-Light.woff2') format('woff2'), url('../fonts/Butler_Webfont/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Webfont/Butler-Black.woff2') format('woff2'), url('../fonts/Butler_Webfont/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Webfont/Butler-Bold.woff2') format('woff2'), url('../fonts/Butler_Webfont/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Webfont/Butler-ExtraBold.woff2') format('woff2'), url('../fonts/Butler_Webfont/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Webfont/Butler.woff2') format('woff2'), url('../fonts/Butler_Webfont/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.lainq_body h1 {
    font-family: 'Butler' !important;
}

.lainq_body h2,
.lainq_body h3,
.lainq_body h4,
.lainq_body h5,
.lainq_body h6 {
    font-family: 'Quicksand' !important;
    color: #105d7b;
}

.lainq_body p {
    font-family: 'Quicksand' !important;
    color: #2f2b2c;
}

.lainq_body .category-page.blog-listing.no-sidebar .woocommerce ul.products li.product,
.lainq_body .category-page.blog-listing.no-sidebar .woocommerce-page ul.products li.product {
    width: 33.33%;
    margin-bottom: 2rem;
}

.lainq_body #content h2,
.lainq_body #sidebar h2,
.lainq_body #footer h2,
.lainq_body #sidr h2,
.lainq_body .footer-widget-bar h2 {
    font-size: 26px;
}


/* I removed this Mukul because it was making every page 100% wide - DR 
  
  body:not(.single).lainq_body #content.no-sidebar.blog-listing {
    width: 100%;
} */

.lainq_body #content .vc_custom_heading br {
    margin-top: 0;
}

.lainq_body .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    height: 29vw;
    min-height: 24rem;
    margin: 0;
    display: block;
    overflow: hidden;
}

.lainq_body .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
    height: 29vw;
    min-height: 24rem;
    margin: 0;
    transition: transform .3s ease;
}

.lainq_single_item_wrapper {
    position: relative;
}

.lainq_single_desc {
    margin: 1rem;
    font-size: 0.9em;
    line-height: 1.9;
}

.lainq_single_details_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 12%;
    text-align: center;
    background-color: rgb(0 0 0 / 35%);
    justify-content: center;
    transition: opacity .3s ease;
}

.lainq_singe_product:hover .lainq_single_details_wrapper {
    opacity: 0;
    z-index: -1;
}

.lainq_singe_product:hover a.woocommerce-LoopProduct-link img {
    transform: scale(1.05);
}

.lainq_single_detail_icons_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lainq_single_detail_icons_wrapper>div {
    width: 33%;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem !important;
}

.lainq_single_details_wrapper h5 {
    margin-bottom: 1rem;
    font-weight: 400 !important;
}

.lainq_single_details_wrapper h4 {
    line-height: 1.5 !important;
    margin-bottom: 1rem;
}

.lainq_single_details_wrapper hr {
    margin-bottom: 1rem !important;
    display: block;
}

.lainq_single_detail_icons_wrapper>div i {
    font-size: 2rem;
}

.lainq_single_atc_wrapper {
    position: absolute;
    bottom: 2rem;
    left: calc(50% - 70px);
    transition: opacity .3s ease;
    opacity: 0;
}

.lainq_singe_product:hover .lainq_single_atc_wrapper {
    opacity: 1;
}

.lainq_body #content .lainq_singe_product .lainq_single_atc_wrapper a:not(.ms-btn):not(.vc_btn3):not([data-vc-container*="vc_tta-container"]) {
    background-color: #857f77;
    color: #ffffff;
    border-radius: 0;
}

.lainq_body .lainq_single_atc_wrapper .qlpm_rollover_btn {
    background-color: #809CA2 !important;
    border: 1px solid #ffffff;
}

.lainq_body .lainq_single_atc_wrapper .qlpm_rollover_btn:hover {
    border: 1px solid #ffffff;
    background-color: #C1B4AC !important;
}

.lainq_body .lainq_single_atc_wrapper .qlpm_rollover_btn:after {
    display: none;
}

.lainq-featured-thumbnail-carousel {
    height: 95vh;
    overflow: auto;
}

.carousel {
    margin-bottom: 0px;
}

.lainq-carousel-nav {
    margin-top: 2rem;
}

.single .carousel-cell {
    width: 100%;
    height: 95vh;
    margin-right: 10px;
    counter-increment: carousel-cell;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single .carousel-cell.testimonial {
    height: unset;
}


/* cell number */

.lainq-body .hero-post-slides .slides .slide .headline {
    font-size: 2rem;
    font-family: 'Butler' !important;
}

.carousel-cell:before {
    display: block;
    text-align: center;
    content: '';
}

.lainq-carousel-nav .carousel-cell {
    height: 100px;
    width: 150px;
}

.lainq-carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.lainq-carousel-nav .carousel-cell.is-nav-selected {
    /* background: #ED2; */
}

.lainq_category_before_footer .queenstown-sec {
    color: #ffffff;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
    font-style: normal;
    font-size: 34px;
}

.lainq_category_before_footer .queenstown-sec-p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4em;
}

.lainq_category_before_footer .ozy-vertical_divider {
    padding: 40px 0;
    color: #c19b76;
}

.lainq_category_before_footer .ozy-vertical_divider>span:before,
.lainq_category_before_footer .ozy-vertical_divider>span:after {
    height: 40px;
    width: 1px;
}

.lainq_body .mphb_sc_search-wrapper form p,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p {
    background-color: transparent;
}

.lainq_body #availability_search-3,
.lainq_body #availability_search-3 *:not(.button) {
    font-family: 'Quicksand';
}

.lainq_body .mphb_sc_search-wrapper select,
.lainq_body .mphb_sc_search-wrapper input[type=text],
.lainq_body .mphb_sc_search-wrapper input[type=number],
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget select,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget input[type=text],
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget input[type=number] {
    padding: 16px 20px;
    margin: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.15rem !important;
    transition: border .3s ease;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0.5rem 1rem -0.26rem;
}

.lainq_body .mphb_sc_search-wrapper p.mphb_sc_search-children>span>span:first-of-type,
.lainq_body .mphb_sc_search-wrapper p.mphb_sc_search-adults>span>span:first-of-type,
.lainq_body .mphb_sc_search-wrapper p.mphb_sc_search-children>span>span:last-of-type,
.lainq_body .mphb_sc_search-wrapper p.mphb_sc_search-adults>span>span:last-of-type,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget p.mphb_sc_search-children>span>span:first-of-type,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget p.mphb_sc_search-adults>span>span:first-of-type,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget p.mphb_sc_search-children>span>span:last-of-type,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget p.mphb_sc_search-adults>span>span:last-of-type {
    height: 50px;
    line-height: 1;
}

.lainq_body #availability_search-3 input.button {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    width: 100%;
}

.lainq_body .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget .mphb_sc_search-submit-button-wrapper input {
    border: 1px solid rgba(47, 43, 44, 1) !important;
    background-color: #fff !important;
    width: 100%;
}

.lainq_body #availability_search-3 input.button:hover {
    background-color: #809CA2 !important;
    color: #ffffff !important;
    border: none !important;
}

.lainq_body .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input:hover,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget .mphb_sc_search-submit-button-wrapper input:hover {
    border: 1px solid #ffffff !important;
    background-color: #809CA2 !important;
    color: #ffffff !important;
}

.lainq_body .mphb_sc_search-wrapper label,
.lainq_body .homepage-widget-area label {
    padding-bottom: 0.4rem;
}

.lainq_category_after_header {
    margin-top: 2rem;
    padding: 0 1.5rem;
}

.lainq_category_before_footer .mphb-view-details-button-wrapper .qlpm_rollover_btn {
    border-color: #c59d5f;
    color: #c59d5f;
    margin: 0.3rem 0.5rem;
}

.lainq_category_before_footer .mphb-view-details-button-wrapper {
    text-align: center;
    margin-bottom: 3rem;
}

.lainq_atc_form_wrapper {
    margin-bottom: 2rem;
}

.lainq_atc_form_wrapper .after_lainq_atc_form {
    display: none;
}

.lainq_atc_form_wrapper label.guesty_atc_form_field {
    width: 49%;
}

.lainq_atc_form_wrapper p#guests_field select {
    width: 100%;
}

.lainq_atc_form_wrapper p#guests_field {
    width: 34%;
}

.lainq_atc_form_wrapper button.single_add_to_cart_button.button.alt {
    width: 64%;
}

#itripy_questy_display_calendar_lainq table th {
    padding: 0 !important;
    border: 0 !important;
}

#itripy_questy_display_calendar_lainq .ui-datepicker-calendar {
    margin: 0;
}

#itripy_questy_display_calendar_lainq .ui-datepicker td.Booked span {
    background-color: #f1ecea;
}

#itripy_questy_display_calendar_lainq .ui-datepicker-inline {
    width: 100% !important;
}

.lainq_listing_features {
    column-count: 2;
    margin-top: 2rem;
}

.lainq_listing_features_single {
    display: flex;
    align-items: center;
}

.lainq_listing_features_icon img {
    height: 2.5rem;
    margin-right: 1rem;
}


/* Menu */

.sunway-primary-nav li>ul li a {
    color: #C1B4AC !important;
    font-weight: inherit !important;
    font-size: 18px !important;
    text-transform: unset;
}

.sunway-primary-nav li>ul li>a>i:before,
.sunway-primary-nav>li.dropdown>a>span>i:before {
    top: 60%;
}

body.lainq_body:not(.home):not(.single-product):not(.single-post) .nav-container {
    background: none;
}

body.lainq_body .menu-logo {
    min-width: 300px;
}

body.lainq_body:not(.home) .nav-container>a.menu-logo>img.logo-alternate {
    opacity: 1;
}

body.lainq_body:not(.home) .nav-container>a.menu-logo>img.logo {
    opacity: 0;
}

body.lainq_body.ozy-alternate-menu:not(.home) .nav-container.scrolled .sunway-primary-nav>li>a,
body.lainq_body:not(.home):not(.single-product):not(.single-post) .sunway-primary-nav>li>a {
    color: #105D7B !important;
    /* margin-right: 15px; */
}

body.lainq_body.ozy-alternate-menu.home .nav-container.scrolled .sunway-primary-nav>li>a {
    color: #105D7B !important;
}

body.lainq_body.ozy-alternate-menu .nav-container.scrolled .sunway-primary-nav>li>a:hover,
body.lainq_body.ozy-alternate-menu:not(.home) .sunway-primary-nav>li>a:hover,
body.lainq_body:not(.home) .sunway-primary-nav>li>a:hover {
    color: #C1B4AC !important;
}

.lainq_map_wrapper,
body.lainq_body .blog-next-post {
    margin-bottom: 150px;
}

body.lainq_body .vc_single_image-wrapper.no-animation:after {
    display: none;
}


/* Color scheme override. **/

.lainq_body div[id^="ozy-tabbed_service-"]>.tabbed_service-nav-wrapper,
.lainq_body div[id^="ozy-tabbed_service-"]>div>.carousel.tabbed_service-nav div.is-selected {
    background-color: #ffffff !important;
}

.lainq_body .flickity-prev-next-button .arrow {
    fill: #000;
}

.lainq_body .text-white,
.lainq_body .text-white h4 {
    color: #ffffff !important;
}

.mphb_sc_search-cat select {
    background-color: transparent;
    background-position: center right 0.4em !important;
    background-image: url('../images/select-down.svg') !important;
}

.lainq_body .smoothslides div {
    transition: opacity 1s, transform 12s !important;
}

.lainq_body .smoothslides .fx,
.lainq_body .smoothslides .fx1 {
    -webkit-transform: scale(1.15) translate(1.5%);
    -ms-transform: scale(1.15) translate(1.5%);
    transform: scale(1.15) translate(1.5%);
    opacity: 1;
}

body:not(.single-post) #main>.container.no-vc {
    padding-bottom: 0 !important;
}

.lainq_body .ui-datepicker {
    padding: 0;
}

.lainq_body td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    padding: 0 !important;
}

.lainq_body input.wpcf7-form-control.wpcf7-submit {
    border: none;
}

body.lainq_body .nav-container {
    transition: background 0.3s, border 0.3s, backdrop-filter 0.3s, box-shadow 0.3s;
}

body.lainq_body.ozy-alternate-menu:not(.home):not(.single-product):not(.single-post) .nav-container.scrolled_inner,
body.lainq_body .nav-container.scrolled {
    background-color: #ffffff;
    /* backdrop-filter: saturate(180%) blur(20px); */
}

body.lainq_body.ozy-alternate-menu.single-post .nav-container:not(.scrolled),
body.lainq_body.ozy-alternate-menu.single-product .nav-container:not(.scrolled),
body.lainq_body.ozy-alternate-menu.home .nav-container:not(.scrolled) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

body.lainq_body .menu-logo .logo,
body.lainq_body .menu-logo .logo-alternate {
    height: 91px;
    width: 300px;
    object-fit: contain;
}

body.lainq_body.ozy-alternate-menu.home .nav-container>a.menu-logo>img.logo {
    opacity: 1;
}

body.lainq_body.ozy-alternate-menu.home .nav-container>a.menu-logo>img.logo-alternate {
    opacity: 0;
}

body.lainq_body.ozy-alternate-menu.home .nav-container.scrolled>a.menu-logo>img.logo-alternate {
    opacity: 1;
}

.lainq_body .sunway-primary-nav>li.mobile_menu_button {
    display: none;
}

.lainq-featured-header-carousel-wrapper {
    width: 100vw;
    overflow: hidden;
}

.lainq-featured-header-carousel {
    display: flex;
    /* flex-wrap: wrap; */
    position: relative;
}

.lainq-featured-header-carousel img {
    display: none;
}

.lainq-featured-header-carousel img:nth-child(1) {
    width: 50vw;
    height: 85vh;
    display: block;
    object-fit: cover;
    float: left;
    margin: 0;
}

.lainq-featured-header-carousel img:nth-child(2) {
    width: 25vw;
    height: 42.5vh;
    object-fit: cover;
    display: block;
    float: left;
    margin: 0;
}

.lainq-featured-header-carousel img:nth-child(3) {
    width: 25vw;
    height: 42.5vh;
    object-fit: cover;
    float: left;
    display: block;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.lainq-featured-header-carousel img:nth-child(4) {
    width: 25vw;
    height: 42.5vh;
    object-fit: cover;
    display: block;
    float: left;
    margin: 0;
}

.lainq-featured-header-carousel img:nth-child(5) {
    width: 25vw;
    height: 42.5vh;
    object-fit: cover;
    float: left;
    margin: 0;
    left: 75%;
    top: 50%;
    display: block;
    position: absolute;
}

.lainq_body .single-post-header.container {
    margin-top: 0 !important;
}

.lainq-featured-header-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #105D7B;
    background-color: #F1ECEA;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 1.2rem;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Quicksand";
}

.lainq_category_sticker {
    position: absolute;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lainq_category_sticker img {
    width: 5rem;
}

.before_lainq_atc_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.2rem;
    border-bottom: 2px solid #105D7B;
    margin-bottom: 0.5rem;
}

.before_lainq_atc_form button {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 14px 40px 14px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 3px;
    overflow: hidden;
    border: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    background: #fff;
}

.before_lainq_atc_form button.active {
    background: #105D7B;
    color: #fff;
}

.before_lainq_atc_form button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000000;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
}

.before_lainq_atc_form button:hover:before {
    width: 0;
}

.before_lainq_atc_form button:hover {
    /* color: #ffffff !important; */
}

.after_lainq_atc_form .wpcf7>form>p {
    display: block;
}

.enquiry_date_wrapper p {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.enquiry_date_wrapper label {
    width: 100%;
}

.lainq_body .after_lainq_atc_form input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 14px 40px 14px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 3px;
    float: right;
    overflow: hidden;
    border: 2px solid currentColor;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.lainq_body .ui-datepicker th,
.lainq_body .ui-state-default,
.lainq_body .ui-widget-content .ui-state-default,
.lainq_body .ui-widget-header .ui-state-default,
.lainq_body .ui-button,
html .lainq_body .ui-button.ui-state-disabled:hover,
html .lainq_body .ui-button.ui-state-disabled:active {
    font-size: 14.4px;
    font-weight: 500;
    color: #105D7B;
    font-family: 'Quicksand';
}

.lainq_body table.ui-datepicker-calendar th a,
.lainq_body table.ui-datepicker-calendar td a,
.lainq_body table.ui-datepicker-calendar th span,
.lainq_body table.ui-datepicker-calendar td span,
.lainq_body table.ui-datepicker-calendar th,
.lainq_body table.ui-datepicker-calendar td {
    border: none !important;
}

.lainq_body table.ui-datepicker-calendar thead {
    background-color: #f4f4f4;
}

.lainq_body select.ui-datepicker-year,
.lainq_body select.ui-datepicker-month {
    padding: 0.2rem 0.5rem !important;
    display: inline-block;
    width: auto !important;
    min-width: 4rem;
}

.lainq_single_details_wrapper,
.lainq_single_details_wrapper h5,
.lainq_single_details_wrapper h4,
.lainq_body .nav-container .menu-right-part a.book-your-stay {
    color: #ffffff !important;
}

.ui-datepicker-prev:before {
    content: '';
}

.ui-datepicker-next:before {
    content: '';
}

a.ui-datepicker-next,
a.ui-datepicker-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 1rem/1 FontAwesome;
    color: #000000 !important;
}

a.ui-datepicker-next span,
a.ui-datepicker-prev span {
    display: none !important;
}

.lainq_body .ui-datepicker-title {
    font-size: 14.4px;
    font-family: 'Quicksand';
    color: #000000;
    font-weight: 500;
}

.lainq_single_details_wrapper hr {
    background-color: #ffffff !important;
}

.lainq_body .nav-container .menu-right-part a.book-your-stay:hover {
    background-color: #c1b4ac;
}

.lainq_body .hero-post-slides .slides .slide {
    margin: 0 20px 0 0;
    width: 25%;
}

.lainq_body button.single_add_to_cart_button.button.alt,
.lainq_body input.wpcf7-form-control.wpcf7-submit,
.lainq_body .flickity-slider .slide a span.link.ozy-button.auto {
    color: #ffffff !important;
    background-color: #809CA2;
    border: 1px solid #ffffff;
}

.lainq_body button.single_add_to_cart_button.button.alt:hover,
.lainq_body input.wpcf7-form-control.wpcf7-submit:hover,
.lainq_body .flickity-slider .slide a span.link.ozy-button.auto:hover {
    color: #ffffff !important;
    background-color: #C1B4AC;
}

.lainq_body button.single_add_to_cart_button.button.alt {
    border: none;
}

.lianq_body #footer.footer-widget-bar a:hover {
    color: #C1B4AC;
}

.lainq_contact_page .wpcf7 label {
    color: #C1B4AC;
}

.lainq_contact_page .wpcf7 label textarea,
.lainq_contact_page .wpcf7 label input {
    background-color: #F1ECEA !important;
}

.lainq_body .footer-widget-bar>.container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

body.lainq_body.single.single-post.post-template-default .container.no-sidebar {
    margin-top: -6rem !important;
}

.heading_details.lainq_single_detail_icons_wrapper {
    width: 33%;
    max-width: 22rem;
    color: #105D7B;
    margin-top: 0.5rem;
}

.lainq_product_details_menu {
    display: flex;
    margin: 0!important;
    justify-content: space-between;
    background: none;
    padding: 0.5rem 0 !important;
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 9;
    flex-wrap: wrap;
    gap: 1rem;
}

.lainq_product_details_menu li {
    display: inline-block;
    cursor: pointer;
    font-size: 1.2rem;
    color: #105D7B;
    font-weight: 500;
    text-transform: uppercase;
}

.lainq_product_details_menu li:hover {
    color: #C1B4AC;
}

.lainq_body .itripy_questy_display_calendar_wrapper {
    margin-top: 0;
}

.lainq_inclusion_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
}

.lainq_inclusion:nth-child(even) {
    text-align: right;
}

.lainq_inclusion {
    display: block;
    width: 50%;
    font-size: 1rem;
    color: #105D7B;
    font-weight: 500;
    margin: 0.3rem 0;
}

.guesty_listing_bedding_wrapper {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.guesty_listing_bedding_wrapper_inner {
    width: 50%;
    margin: 0.5rem 0;
}

.show_more_overview,
.show_more_features {
    text-align: center;
    margin: 1rem 2rem;
}

.show_more_overview span,
.show_more_features span {
    display: inline-block;
    background: #ffffff;
    position: relative;
    padding: 0 0.5rem;
    cursor: pointer;
    color: #C1B4AC;
}

.lainq_overview_content {
    overflow: hidden;
    margin-top: 1rem;
}

.show_more_overview:before,
.show_more_features:before {
    content: "";
    border-top: 1px dashed #C1B4AC;
    display: block;
    position: relative;
    top: 12px;
}

.lainq_listing_features_single:not(.core) {
    display: none;
}

.lainq_body .mb-4 {
    margin-bottom: 1rem;
}


/** Reviews */

.lainq_body .itripy_travel_single_product_review_wrapper {
    border: none;
}

.lainq_body .itripy_travel_single_product_review_wrapper.verified:before {
    background-color: #809CA2;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
    top: 0;
}

.lainq_body .tripy_travel_review_section {
    margin-bottom: 0;
}

.lainq_body .owl-nav {
    top: calc(50% - 12px);
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 2.5rem;
    color: #809CA2;
    font-weight: bold;
}

.lainq_body .mkdf-container-inner {
    width: calc(100% - 24px);
    margin: 0 12px;
}

.lainq_body button.owl-prev {
    position: relative;
    left: -12px;
}

.lainq_body button.owl-next {
    position: relative;
    right: -12px;
}

.lainq_body .itripy_travel_single_product_review_review {
    overflow: scroll;
}

.lainq_body .itripy_travel_single_product_review_image {
    height: 10rem;
}

.lainq_body .itripy_travel_single_product_review_image img {
    height: 10rem;
    width: 10rem;
    object-fit: cover;
}

.lainq_body .itripy_travel_single_product_review_content {
    width: calc(100% - 10rem);
    max-height: 10rem;
}

.show_in_mobile {
    display: none;
}

.heading_price_center {
    text-align: center;
    font-size: 1.2rem;
    color: #105D7B;
    font-weight: 500;
}

.faq_cta_model .ozy-call-to-action-box .overlay-wrapper {
    position: initial;
}

.faq_cta_model .ozy-call-to-action-box>div.shadow-wrapper {
    background: none;
}

.faq_cta_model .ozy-call-to-action-box>div.shadow-wrapper {
    display: none;
}

.faq_cta_model .ozy-call-to-action-box>div.overlay-wrapper>h2 {
    color: #105D7B !important;
}

.faq_cta_model .ozy-call-to-action-box>div.overlay-wrapper>a {
    color: #ffffff !important;
    background-color: #809CA2 !important;
    border-color: #ffffff !important;
}

.faq_cta_model .ozy-call-to-action-box>div.overlay-wrapper>a:hover {
    background-color: #C1B4AC !important;
}

.lainq_body .ui-datepicker-header {
    background: #ffffff !important;
    color: #105D7B !important;
    border: none;
    border-radius: 0;
}

.lainq_body .guesty_calculated_price {
    justify-content: flex-end;
    padding: 0.5rem 0.3rem;
    color: #105D7B;
    font-weight: bold;
}

.cat_after_header {
    margin: 0 auto;
    max-width: 970px;
    margin-bottom: 3rem;
}

.cat_before_footer {
    max-width: 1212px;
    margin: 2rem auto;
    /* column-count: 2; */
    padding: 50px;
}

.cat_before_footer h2,
.cat_before_footer h3 {
    margin-bottom: 10px;
}

.cat_before_footer p {
    margin-bottom: 20px;
}

h2#lainq-single-menu-trigger-Location {
    max-width: 1212px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 2.5vh;
    color: #105d7b;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
}

.lainq_body .tripy_travel_review_section_inner {
    display: block;
}

.lainq_body .flickity-slider .headline.heading-font-family {
    font-family: 'Butler' !important;
    font-size: 2rem !important;
}

body.lainq_body:not(.mobile-maybe) .sunway-primary-nav>li.active-hover>ul,
.lainq_body .sunway-primary-nav>li.open>ul,
.lainq_body .sunway-primary-nav>li>ul {
    display: flex !important;
    flex-direction: column;
    margin-top: 2rem;
    padding-top: 1rem;
    /* background: #fff; */
    width: auto;
}

body.lainq_body.ozy-alternate-menu:not(.home):not(.single-product):not(.single-post) .nav-container.scrolled_inner .sunway-primary-nav>li>ul,
body.lainq_body .nav-container.scrolled .sunway-primary-nav>li>ul {
    background-color: #ffffff;
    /* backdrop-filter: saturate(180%) blur(20px); */
}

.lainq_body .mphb_sc_search-wrapper select,
.lainq_body .mphb_sc_search-wrapper input[type="text"],
.lainq_body .mphb_sc_search-wrapper input[type="number"],
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget select,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget input[type="text"],
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget input[type="number"] {
    font-size: 1.5rem;
}

.lainq_body .mphb_sc_search-cat select {
    padding: 5px 20px !important;
}

.lainq_body .mphb_sc_search-wrapper form p,
.lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p {
    height: 6rem !important;
}


/***************************************
            Footer
****************************************/

.footer-widget-bar:not(#footer) .widget {
    margin: 0 5px;
    border: none;
}

.footer-widget-bar #media_image-2 {
    width: 20% !important;
}

.footer-widget-bar #media_image-2 img {
    width: 90% !important;
}

.footer-widget-bar #text-2 {
    width: 210px !important;
}

.footer-widget-bar #text-3 {
    width: 300px !important;
}

.footer-widget-bar #socialbar-widget-2 {
    width: 15% !important;
}

.footer-widget-bar #menu-footer-menu li a {
    font-size: 0.8em;
}

body.lainq_body.single-post .nav-container:not(.scrolled)>a.menu-logo>img.logo-alternate,
body.lainq_body.single-product .nav-container:not(.scrolled)>a.menu-logo>img.logo-alternate {
    opacity: 0;
}

body.lainq_body.single-post .nav-container:not(.scrolled)>a.menu-logo>img.logo,
body.lainq_body.single-product .nav-container:not(.scrolled)>a.menu-logo>img.logo {
    opacity: 1;
}

.lainq_body .home_page_header h1 {
    max-width: 800px;
    margin: 0 auto;
}

.lainq_body .contact_us_home form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 96px;
}

.lainq_body #footer .container,
.lainq_body #footer a,
.lainq_body .footer-widget-bar,
.lainq_body .footer-widget-bar a {
    font-size: 1rem;
}

.lainq_body #content h4,
.lainq_body #page-title-wrapper h4,
.lainq_body #sidebar h4,
.lainq_body .footer-widget-bar h4,
.lainq_body #footer h4,
.lainq_body #sidr h4 {
    font-size: 20px;
}

.lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row input,
.lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row .select2-selection__rendered,
.lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row textarea {
    background-color: #ffffff !important;
    color: #2f2b2c !important;
}

body.lainq_body .sunway-primary-nav>li.active-hover>ul,
body.lainq_body .sunway-primary-nav>li.open>ul {
    visibility: visible;
    display: block;
    opacity: 1;
    border-bottom: 2px solid var(--content-color);
    animation: fadeSlideUp .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

#order_review table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}


/***************************************
            Media Query
****************************************/

@media only screen and (max-width: 1440px) {
    .lainq_body .sunway-primary-nav {
        font-size: 18px !important;
    }
    .lainq_body .nav-container .menu-right-part,
    .lainq_body .nav-container .menu-right-part a {
        min-width: 7rem;
        font-size: 13px !important;
    }
    .lainq_body .sunway-primary-nav>li>a {
        padding: 20px 10px 20px 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .lainq_body .hero-post-slides .slides .slide {
        width: 25%;
    }
}

@media only screen and (max-width: 1200px) {
    .lainq_body .sunway-primary-nav {
        font-size: 16px !important;
    }
    .lainq_body .nav-container .menu-right-part a.book-your-stay>span {
        top: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .lainq_body .hero-post-slides .slides .slide {
        width: 33% !important;
    }
    .lainq_body .home_banner_heading {
        font-size: 40px !important;
    }
    .lainq-body .home_page_header h3 {
        font-size: 22px !important;
    }
    .lainq_body .mphb-details-layout-column.first-column {
        float: left;
        width: 45% !important;
    }
    .lainq_body .footer-widget-bar>.container {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .lainq_body .footer-widget-bar>.container .widget {
        text-align: center;
    }
    .lainq_body .itripy_questy_display_calendar_wrapper {
        width: 50%;
    }
    .lainq_body .footer-widget-bar #media_image-2 {
        width: 40% !important;
        margin: auto;
    }
    .lainq_body .footer-widget-bar #media_image-2 img {
        width: 100%;
    }
    .lainq_body .footer-widget-bar #text-2 {
        width: 100% !important;
    }
    .lainq_body .footer-widget-bar #text-3 {
        width: 100% !important;
    }
    .lainq_body .footer-widget-bar #socialbar-widget-2 {
        width: 100% !important;
    }
    .lainq_body .footer-widget-bar .widget>h4 {
        padding-bottom: 15px;
        text-align: center;
    }
    .lainq_body .footer-widget-bar:not(#footer) .widget .textwidget {
        text-align: center;
    }
    h2#lainq-single-menu-trigger-Location {
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 990px) {
    .lainq_body .contact_us_home form {
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding-left: 0;
    }
    .lainq_body .contact_us_home form .wpcf7-spinner {
        display: none !important;
    }
}

@media only screen and (max-width: 812px) {
    .lainq_body .hero-post-slides .slides .slide {
        width: 50% !important;
    }
    body.lainq_body.ozy-alternate-menu #main,
    body.lainq_body:not(.full-page-template):not(.single) #main {
        padding-top: 0 !important;
    }
    .lainq_body .sunway-primary-nav li.mobile_menu_button {
        display: block;
        border: 1px solid #c8c8c8;
        margin: 1rem 0 !important;
    }
    .lainq_body .sunway-primary-nav li.mobile_menu_button.mt5 {
        margin-top: 5rem !important;
    }
    .lainq_body .sunway-primary-nav li.mobile_menu_button.mb5 {
        margin-bottom: 5rem !important;
    }
    .lainq_body .sunway-primary-nav {
        max-width: 100vw;
        padding: 1.5rem;
    }
    .sunway-primary-nav ul>li>a {
        padding: 15px 20px 15px 30px;
    }
    .sunway-primary-nav li>a {
        padding: 15px;
    }
    .sunway-primary-nav li>ul li a {
        font-size: 1rem !important;
    }
    .lainq_body .sunway-primary-nav li {
        font-size: 1rem;
        border-bottom: 1px solid #c8c8c8;
        border-top: none;
    }
    .lainq_body .sunway-primary-nav li.menu-item.mobile-menu-extras {
        display: none !important;
    }
    .lainq_body.has-page-title {
        padding-top: 85px;
    }
    .lainq_body .hamburger-menu,
    .lainq_body .hamburger-menu:before,
    .lainq_body .hamburger-menu:after {
        background-color: #ffffff;
    }
    .lainq_body .hamburger-menu.animate {
        background-color: transparent;
    }
    .lainq_body label.responsive_menu {
        background-color: rgb(0 0 0 / 12%);
        backdrop-filter: saturate(180%) blur(20px);
    }
    .lainq_body .img-wrapper:not(.native-lazy).img-loaded img:first-child,
    .lainq_body .img-wrapper:not(.native-lazy).img-loaded div:first-child {
        object-fit: contain;
        max-height: 66vw;
    }
    .lainq_body .sunway-primary-nav {
        background-color: #ffffff;
    }
    .lainq_body .sunway-primary-nav>li>ul {
        display: none;
        height: 0;
        overflow: hidden;
    }
    body.lainq_body:not(.mobile-maybe) .sunway-primary-nav>li.active-hover>ul,
    .lainq_body .sunway-primary-nav>li.open>ul {
        height: auto;
    }
    body.lainq_body .sunway-primary-nav li a,
    body.ozy-alternate-menu .sunway-primary-nav li>ul li a,
    body.lainq_body.ozy-alternate-menu .nav-container.scrolled .sunway-primary-nav>li>a:hover,
    body.lainq_body.ozy-alternate-menu:not(.home) .sunway-primary-nav>li>a:hover,
    body.lainq_body:not(.home) .sunway-primary-nav>li>a:hover {
        color: #105D7B !important;
    }
    body.lainq_body.ozy-alternate-menu:not(.home):not(.single-product):not(.single-post) .nav-container.scrolled_inner .sunway-primary-nav>li>ul,
    body.lainq_body .nav-container.scrolled .sunway-primary-nav>li>ul {
        background-color: transparent !important;
    }
    .lainq_body.single-post.has-page-title {
        padding-top: 0px;
    }
    .lainq_body.blog #content.blog-listing .post-single>div>h2 {
        padding: 0.5rem 2rem;
        font-size: 5vw!important;
        margin-top: 1rem;
    }
    .lainq_body.blog #content.blog-listing .post-single .excerpt {
        padding: 0.5rem 2rem;
    }
    .lainq_body.blog #content.blog-listing a.generic-button-alternate {
        padding: 0;
        margin-top: 0;
        float: right;
        margin-bottom: 1.5rem;
    }
    .lainq_body.blog #content.blog-listing .post-single.even {
        display: flex;
        flex-direction: column-reverse;
    }
    .lainq_map_wrapper,
    body.lainq_body .blog-next-post {
        margin-bottom: 0;
    }
    .lainq_body.single-post .single-post-header.container {
        margin-bottom: 2rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .lainq_body .hero-post-slides .slides .slide {
        width: 50% !important;
    }
    .lainq_body .homepage-widget-area .mphb_sc_search-wrapper>form {
        background-color: #ffffff;
    }
    .lainq_body .category-page.blog-listing.no-sidebar .woocommerce ul.products li.product,
    .lainq_body .category-page.blog-listing.no-sidebar .woocommerce-page ul.products li.product {
        width: 50%;
    }
    .lainq_body .mphb-details-layout-column.first-column {
        float: left;
        width: 100% !important;
    }
    .lainq_body .itripy_questy_display_calendar_wrapper {
        width: 100%;
    }
    .lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row {
        width: 100%;
    }
    .lainq_body p#billing_country_field {
        margin-bottom: 2rem;
    }
    .lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row input,
    .lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row .select2-selection__rendered,
    .lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row textarea {
        background: white;
    }
    .lainq_body button.guesty_remove_item_from_checkout_button {
        background: white;
    }
    .lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row textarea,
    .lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row .select2-selection__rendered,
    .lainq_body .woocommerce-billing-fields__field-wrapper.qlpm_checkout>.form-row input {
        color: #000 !important;
    }
    .lainq_body #add_payment_method #payment ul.payment_methods,
    .lainq_body .woocommerce-cart #payment ul.payment_methods,
    .lainq_body .woocommerce-checkout #payment ul.payment_methods {
        padding: 0;
    }
    .lainq_body .footer-widget-bar #media_image-2 {
        width: 50% !important;
        margin: 1.5rem auto;
        text-align: center;
    }
    .lainq_body .footer-widget-bar #text-2 {
        width: 100% !important;
    }
    .lainq_body .footer-widget-bar #text-3 {
        width: 100% !important;
    }
    .lainq_body .footer-widget-bar #socialbar-widget-2 {
        width: 100% !important;
    }
    .lainq_body .no_mobile_margin {
        margin-top: 2rem !important;
        margin-bottom: 0 !important;
    }
    .lainq_body .footer-widget-bar .widget {
        padding: 1.5rem 0;
    }
    .lainq_body span.mobile-book-your-stay {
        display: none !important;
    }
    .lainq_body .mphb_sc_search-wrapper form p,
    .lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p {
        min-height: 5rem !important;
        height: unset !important;
    }
}

@media only screen and (max-width: 479px) {
    .lainq_body .hero-post-slides .slides .slide {
        width: 100% !important;
    }
    .lainq_body .mphb_sc_search-wrapper form p,
    .lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p {
        width: 100%;
        height: 5rem !important;
        display: flex;
        align-items: center;
        border-bottom: none !important;
    }
    .lainq_body .mphb_sc_search-wrapper form p input,
    .lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p select,
    .lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p input {
        box-shadow: none !important;
        min-width: 7rem;
    }
    .lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p.mphb-required-fields-tip {
        display: none;
    }
    .homepage-widget-area .widget_mphb_search_availability_widget select {
        padding: 8px 10px !important;
    }
    .lainq_body .footer-widget-bar .widget>h4 {
        padding-bottom: 15px;
        text-align: center;
    }
    .lainq_body #media_image-2 {
        text-align: center;
    }
    .lainq_body .mphb_sc_search-wrapper form p.mphb_sc_search-submit-button-wrapper .button,
    .lainq_body .homepage-widget-area .widget_mphb_search_availability_widget form p.mphb_sc_search-submit-button-wrapper .button {
        padding: 20px 10px;
    }
    .lainq_body .category-page.blog-listing.no-sidebar .woocommerce ul.products li.product,
    .lainq_body .category-page.blog-listing.no-sidebar .woocommerce-page ul.products li.product {
        width: 100%;
    }
    .lainq_body .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }
    .lainq_body.single .lainq-carousel-main .carousel-cell,
    .lainq-featured-thumbnail-carousel {
        height: 70vh;
    }
    .lainq_body .single-post-header.container {
        margin-top: 0px !important;
    }
    .lainq_body .home_page_header {
        padding-top: 8rem !important;
        padding-bottom: 0rem !important;
    }
    .lainq_body .home_page_header h1 {
        font-size: 7vw !important;
        line-height: 0.9 !important;
    }
    .lainq_body .home_page_header h3 {
        line-height: 22px !important;
        font-size: 4.5vw !important;
    }
    .lainq_listing_features {
        column-count: 1;
    }
    .lainq_body .heading_details.lainq_single_detail_icons_wrapper {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .lainq_body .single-post-header .post-meta-price {
        display: none;
    }
    .show_in_mobile {
        display: block;
    }
    .lainq_body .itripy_travel_single_product_review_content,
    .guesty_listing_bedding_wrapper_inner {
        width: 100%;
    }
    .lainq_body .itripy_travel_single_product_review_image,
    .lainq_body .itripy_travel_single_product_review_wrapper.verified:before {
        display: none;
    }
    .lainq_body .footer-widget-bar>.container {
        flex-direction: column;
    }
    .lainq_body form.mphb_sc_search-form>p>label {
        text-align: left;
        padding-left: 2rem;
    }
    .lainq_body .signature_properties .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 2rem !important;
    }
    .lainq_body .flickity-slider .headline.heading-font-family {
        font-size: 1.5rem !important;
        padding: 10px;
    }
    .lainq_body .footer-widget-bar .widget {
        padding: 0;
    }
    .lainq_body .footer-widget-bar #media_image-2 {
        width: 14rem !important;
        margin: 0;
    }
    .lainq_body .footer-widget-bar #media_image-2 img {
        width: 100%;
    }
    .lainq_body .footer-widget-bar #text-2 {
        width: 100% !important;
    }
    .lainq_body .footer-widget-bar #text-3 {
        width: 100% !important;
    }
    .lainq_body .footer-widget-bar #socialbar-widget-2 {
        width: 100% !important;
    }
    .lainq_body #social-icons {
        text-align: center;
    }
    .lainq_body .no_mobile_margin {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .lainq-featured-header-carousel img:nth-child(1) {
        width: 100vw;
        height: 75vw;
    }
    .hide-on-mobile,
    #lainq_product_details_menu,
    .mphb-details-content,
    .lainq-featured-header-carousel img:nth-child(2),
    .lainq-featured-header-carousel img:nth-child(3),
    .lainq-featured-header-carousel img:nth-child(4),
    .lainq-featured-header-carousel img:nth-child(5) {
        display: none;
    }
    .itripy_travel_single_product_review_content,
    .lainq_body .itripy_travel_single_product_review_content {
        max-height: unset;
    }
    .lainq_contact_page {
        margin: 0;
    }
    .lainq_body #tile-with-icon_icon2 {
        margin-left: 2rem;
    }
    .lainq_body #tile-with-icon_icon3 {
        margin-left: 4rem;
    }
    .lainq_body .lainq_contact_page form.wpcf7-form.init>p {
        width: 100%;
    }
    h2#lainq-single-menu-trigger-Location {
        margin-left: 1.5rem;
    }
    .lainq_body .wpb_single_image .vc_single_image-wrapper {
        height: 66vw;
    }
    .lainq_body .wpb_single_image.home-icons .vc_single_image-wrapper {
        height: unset;
    }
    .lainq_body .img-wrapper:not(.native-lazy).img-loaded img:first-child,
    .lainq_body .img-wrapper:not(.native-lazy).img-loaded div:first-child {
        object-fit: cover;
        height: 66vw;
    }
}

.blog-next-post>a>h2 {
    color: #f1ecea !important;
}

.homepage-widget-area .widget_mphb_search_availability_widget form p.w25 {
    width: 100%;
    border-right: 1px solid var(--shared-border-color) !important;
}