/*
Theme Name:  Yuquiyú
Description: A custom child theme
Version: 1.0
Author: Once Interactive
Author URI: https://onceinteractive.com/
Template: enfold
*/

#wc-stripe-cc-form .form-row-wide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#wc-stripe-cc-form .form-row-first {
    padding-left: 0 !important;
}

#wc-stripe-cc-form .form-row-last {
    padding-right: 0 !important;
}

#wc-stripe-cc-form .form-row .wc-stripe-elements-field {
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 12px !important;
}


/* =============================================================================

   								GENERAL STYLES


   ========================================================================== */

.socialWidget.cx_brand_refresh1 .socialWidgetCore.sm img {
    width: 24px !important;
    padding: 6px 3px!important;
}

i {
    font-style: italic;
}

p {
    font-weight: 300 !important;
}

strong,
b,
a strong {
    font-weight: bold;
    color: #ecd086 !important;
}

.cust-link a {
    color: #ecd086 !important;
}

.mfp-bottom-bar {
    display: none !important;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    text-transform: Capitalize;
}

.no-caps .av-special-heading-tag {
    text-transform: none !important;
}

.image-overlay-inside,
.image-overlay.overlay-type-extern {
    display: none !important;
}

.outer-border img {
    border: 2px solid #ffffff !important;
}

.custom-border .avia-image-container-inner .avia_image:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 92% !important;
    height: 92% !important;
    top: 4%;
    left: 4%;
    border: 2px solid #ffffff;
    z-index: 9 !important;
    margin-left: -2px;
    margin-top: -2px;
}

.custom-border .avia-image-container-inner .avia_image .image-overlay,
.lightbox-added .image-overlay {
    opacity: 0 !important;
    display: none !important;
}

.explorations-section .custom-border:hover .avia-image-container-inner .avia_image:before {
    border-color: #ecd086;
}

.explorations-section .custom-border:hover .avia_image p {
    color: #ecd086;
}

.custom-left:before {
    content: "" !important;
    position: absolute;
    display: inline-block;
    width: 94% !important;
    height: 92% !important;
    top: 4%;
    left: 3%;
    border: 2px solid #fff !important;
    z-index: 9 !important;
    margin-left: -2px;
    margin-top: -2px;
    visibility: visible !important;
}

.special-tabs .tab_content {
    background-color: transparent !important;
    border: 0 !important;
    padding: 20px 0 0;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 33px;
}

.special-tabs h2 a {
    color: #ecd186 !important;
}

.special-tabs strong a {
    color: #ecd186 !important;
    text-decoration: underline;
}

.special-tabs.tab-reservations .tab_titles {
    text-align: center;
}

.special-tabs .tab {
    border: 1px solid #fff !important;
    background-color: transparent;
    color: #fff !important;
    font-size: 16px;
    margin-right: 25px;
    padding: 10px 40px !important;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    float: none;
}

.special-tabs .tab.active_tab,
.special-tabs .tab:hover {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    color: #000 !important;
}

.special-tabs h2 {
    font-size: 32px !important;
    text-transform: none !important;
}

.avia-section-huge .content,
.avia-section-huge .sidebar {
    padding-top: 150px;
    padding-bottom: 150px;
}

.page-banner.avia-section-huge .content {
    padding-top: 180px;
    padding-bottom: 180px;
}

.cust-link a {
    text-decoration: underline !important;
}


/* =============================================================================

   								HEADER STYLES


   ========================================================================== */

#header {
    background: rgba(0, 0, 0, 0.6) !important;
}

.logo a {
    padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.av_minimal_header .main_menu ul:first-child>li a {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 16px;
    letter-spacing: 1px;
}

.custom-slider .slideshow_caption {
    padding: 0 10px;
}

.custom-slider .slideshow_inner_caption {
    height: 270px !important;
    width: 540px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute !important;
    top: 50%;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-top: -100px;
}

.home-slider .slideshow_inner_caption {
    width: 620px !important;
}

.home-slider .slideshow_inner_caption::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/ecd086.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 25px;
}

.custom-slider .slideshow_align_caption h2 {
    color: #ecd086 !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-transform: initial !important;
    line-height: 1.1 !important;
}

.custom-slider .slideshow_align_caption p {
    line-height: 32px !important;
    margin: 8px 0 20px !important;
}

#top .custom-slider .avia-slideshow-button {
    margin-top: 0 !important;
}

.custom-slider .slideshow_align_caption .avia-slideshow-button,
.custom-button a {
    background-color: #ECD086 !important;
    border-color: #ECD086 !important;
    border: 2px solid #ECD086 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    z-index: 999 !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 20px !important;
    padding-bottom: 14px !important;
    padding-top: 16px !important;
}

#top .explorations-section .transp-btn {
    margin-bottom: 20px;
}

#top .transp-btn a {
    background: transparent !important;
    border: 2px solid #ECD086 !important;
    color: #ECD086 !important;
    margin-left: 0px;
    min-width: 175px;
    padding: 17px 20px 16px !important;
}

.custom-slider .slideshow_align_caption .avia-slideshow-button:hover,
.custom-button a:hover,
#top .transp-btn a:hover {
    background: #fff !important;
    color: #000000 !important;
    border-color: #fff !important;
}

.custom-slider .avia-slideshow-arrows a {
    margin-right: 2% !important;
    margin-left: 2% !important;
}

.custom-slider .avia-slideshow-arrows a:before {
    font-weight: 700;
    font-size: 40px;
    background: transparent !important;
}

.custom-slider .avia-slideshow-dots {
    display: none;
}

.custom-black-button a {
    color: #ecd086 !important;
    background: #000 !important;
    border-color: #000 !important;
    padding: 17px 40px 16px !important;
    letter-spacing: 1px;
}

.custom-treehouses .custom-text p {
    line-height: 32px !important;
}

.custom-garden .become-treasured-guests {
    background-color: rgba(0, 0, 0, 0.80) !important;
}

.custom-garden .custom-text p {
    line-height: 32px !important;
}

.custom-garden .custom-button a {
    padding: 17px 40px 16px !important;
    letter-spacing: 1px;
}

.custom-cuisine .container {
    max-width: 90% !important;
}

.custom-cuisine .custom-left {
    padding: 40px 50px;
    border-radius: 0px;
    position: absolute !important;
    right: 0px;
    top: unset;
    bottom: 22%;
    width: 47% !important;
}

.custom-cuisine .custom-left .custom-button a {
    /* 	padding-left: 35px !important;
	padding-right: 35px !important; */
    padding: 17px 40px 16px !important;
}

.explorations-section .custom-text p {
    line-height: 32px !important;
    margin-top: 8px !important;
}

.explorations-section .custom-button a {
    padding: 17px 40px 16px !important;
}

.become-one-of-our .custom-text p {
    line-height: 32px !important;
}

.become-one-of-our .custom-button a {
    padding: 17px 40px 16px !important;
}

.container {
    padding: 0 10px;
}

.custom-heading .av-special-heading-tag {
    font-weight: 700 !important;
    text-transform: unset !important;
}

.custom-text p {
    line-height: 32px !important;
    margin: 8px 0 20px !important;
}

.custom-left {
    padding: 40px 50px;
    border-radius: 0px;
    position: absolute !important;
    right: 0px;
    top: 22%;
    width: 50% !important;
}

.explorations-section .avia-button-wrap {
    margin-bottom: 20px;
}

.home .explorations-section .avia-button-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.explorations-section .av-flex-placeholder {
    width: 3% !important;
}

.explorations-section .flex_column_table {
    margin-top: 20px !important;
}

.explorations-section .av-image-caption-overlay-center p {
    font-weight: 700 !important;
    font-size: 28px !important;
}

@media screen and (min-width: 1024px) {
    .text-what-section .links-what-section {
        margin-left: 0 !important;
        width: 20% !important;
    }
}

.other-lod-section .content {
    padding-bottom: 10px;
}


/* =============================================================================

   								Single Product Page Styles

   ========================================================================== */

@font-face {
    font-family: 'ACaslonPro Bold';
    src: url('fonts/ACaslonPro-Bold.otf') format('truetype');
}

.single-product .template-shop {
    background-image: url(images/prod-bg.jpg);
    background-size: cover;
    background-repeat: repeat;
}

.single-product .product_title {
    color: #ecd086;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-top: 5px;
}

#top .main_color .wc-bookings-booking-form .blockOverlay {
    background: transparent !important;
}

.single-product .single-product-summary .av-special-heading-tag {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 28px !important;
    letter-spacing: 1px;
    color: #ecd086 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-product .single-product-summary p {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.single-product .woocommerce-tabs,
.single-product .product_meta {
    display: none !important;
}

#top .single-product-main-image .images a {
    border: none;
    padding: 0;
}

.single-product .single-product-summary .price {
    opacity: 0;
    position: absolute;
}

.single-product .summary .cart,
.single-product .sidebar {
    display: none !important;
}

.single-product .product .cart {
    margin-bottom: 0 !important;
    width: 100%;
    padding-bottom: 45px;
    position: relative;
    top: -15px;
}

.cart {
    border-radius: 0 !important;
}

.single-product .final-price {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 27px !important;
    font-weight: 800;
    color: #ecd086 !important;
    letter-spacing: 1px;
}

.single-product .single-product-main-image {
    width: 45%;
    margin-right: 40px;
}

#product-7564 .single-product-main-image {
    width: 48.7%;
    margin-right: 35px;
}

#product-7564 .single-product-summary {
    width: 48%;
}

.single-product .single-product-summary {
    width: 50%;
}

.single-product .wc-bookings-date-picker legend {
    width: 100%;
    text-align: center;
    border: none !important;
    /* margin: 0 0 15px; */
    margin: 0 0 8px;
}

.single-product .wc-bookings-date-picker legend .label {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #ecd086 !important;
}

.single-product .wc-bookings-date-picker .ui-widget-content,
.single-product .wc-bookings-date-picker .ui-datepicker-header {
    border-radius: 0 !important;
}

.single-product .wc-bookings-date-picker .ui-widget-content {
    background: #fff !important;
    border: 5px solid #fff;
}

.single-product .wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
    padding: 15px;
    line-height: 12px;
}

.single-product .wc-bookings-date-picker .ui-datepicker-title span {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px !important;
    color: #666666 !important;
    text-transform: capitalize;
    font-weight: 900;
}

.single-product .wc-bookings-date-picker .ui-datepicker a {
    height: 100%;
    min-width: 32px;
    padding: 0 25px;
}

.single-product .wc-bookings-date-picker .ui-datepicker a span {
    background-image: none;
}

.single-product .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev::after {
    content: '';
    font-family: 'entypo-fontello';
    font-size: 30px;
    color: #fff;
    opacity: 1;
    top: 15px;
    position: relative;
    left: -10px;
}

.single-product .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next::after {
    content: '';
    font-family: 'entypo-fontello';
    font-size: 30px;
    color: #fff;
    opacity: 1;
    top: 15px;
    position: relative;
    right: 2px;
}

.single-product .wc-bookings-date-picker .ui-datepicker-calendar {
    border: none !important;
}

.single-product .wc-bookings-date-picker tr {
    background: #fff;
}

.single-product .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-unselectable {
    background: #e1e1e1 !important;
    border: 5px solid #fff !important;
    margin: 5px;
    opacity: 1 !important;
}

.single-product .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-selectable {
    background: #ecd086 !important;
}

#top .wc-bookings-date-picker .ui-datepicker td.bookable .ui-state-default {
    border: 1px solid #cccccc !important;
    padding: 15px 10px !important;
}

#top .wc-bookings-date-picker .ui-datepicker td.not_bookable .ui-state-default {
    border: 1px solid #cccccc !important;
    padding: 15px 10px !important;
}

#top .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-unselectable span {
    border: 1px solid #cccccc !important;
    padding: 15px 10px !important;
}

.single-product .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month span {
    padding: 15px 10px !important;
    background: #e1e1e1 !important;
    opacity: 1 !important;
}

#top .wc-bookings-date-picker .ui-datepicker .ui-state-default {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666666 !important;
    font-size: 20px !important;
    font-weight: 500;
}

#top .main_color .wc-bookings-date-picker .ui-datepicker td {
    border: 5px solid #fff !important;
    margin: 5px;
    opacity: 1 !important;
}

.single-product .bookable.ui-datepicker-today a {
    font-weight: 600;
}

#top .main_color .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day {
    border: 1px solid #cccccc !important;
    font-weight: 700;
}

#top .main_color .wc-bookings-date-picker .ui-datepicker td.selection-start-date a,
#top .main_color .wc-bookings-date-picker .ui-datepicker td.selection-end-date a {
    background: #000 !important;
    color: #fff !important;
    padding: 15px 10px !important;
}

#top .main_color .wc-bookings-booking-form .wc-bookings-booking-cost {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd086 !important;
    background: url(images/prod-bg.jpg) !important;
    padding: 0 0 10px;
    font-weight: 800;
}
#top .main_color .wc-bookings-booking-form .wc-bookings-booking-cost span {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd086 !important;
    background: url(images/prod-bg.jpg) !important;
    padding: 0 0 10px;
    font-weight: 800;
}


.single-product .wc-bookings-booking-form-button {
    background-color: #ECD086 !important;
    border-color: #ECD086 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 20px 60px 17px !important;
}

.single-product .wc-bookings-booking-form-button:hover {
    background-color: #fff !important;
    transition: all 0.3s;
}

#top .ui-datepicker-calendar tr th {
    padding: 15px 10px !important;
}

#top .ui-datepicker-calendar tr th span {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    color: #666666 !important;
    font-weight: 900;
}

#top.postid-7564 .ui-datepicker {
    width: 225px !important;
}

#top.postid-7564 .ui-datepicker-calendar tr th {
    padding: 15px 5px !important;
}

#top.postid-7564 .ui-datepicker-calendar tr th,
#top.postid-7564 .ui-datepicker-calendar tr td:first-child {
    border-left: none !important;
}

.single-product .woocommerce-product-gallery__wrapper a::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 92% !important;
    height: 92% !important;
    top: 4%;
    left: 4%;
    border: 2px solid #ffffff;
    z-index: 9 !important;
    margin-left: -2px;
    margin-top: -2px;
}

.single-product .woocommerce-product-gallery__wrapper a::before {
    width: 94% !important;
    height: 88% !important;
    top: 6%;
    left: 3%;
}

.single-product .woocommerce-product-gallery__wrapper:hover a::before {
    border-color: #ecd086;
}

.single-product #av_section_1 {
    display: none !important;
}

.single-product .other-stars {
    margin-top: -10px;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a::after {
    display: none !important;
    top: 0px;
    border-bottom: 42px solid #C96259 !important;
}

.wc-bookings-date-picker .ui-datepicker td.fully_booked+td.partial_booked.partial_booked a::after {
    display: none !important;
    border-bottom: 0 !important;
    border-top: 43px solid #C96259 !important;
    left: 0;
}

#top .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
    padding: 0 !important;
}

#top.postid-4675 .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
    padding: 15px 10px !important;
    background: #e1e1e1 !important;
}

#top div.woocommerce-error,
#top div.woocommerce-message {
    margin: 0 0 20px 0 !important;
    padding: 32px 45% 5px 0 !important;
}

#top .woocommerce-info {
    margin: 0 0 20px 0 !important;
    padding: 5px 0 !important;
}

#top .woocommerce-info:last-child {
    margin: 0 0 20px 0 !important;
    padding: 5px 0 !important;
}

#top.single-product .woocommerce-info:last-child {
    margin: 0 0 43px 0 !important;
}

.not-av {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    position: relative;
    top: -120px;
    font-size: 28px !important;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ecd086 !important;
    margin-bottom: 0;
}

.not-av-sorry {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    position: relative;
    font-size: 28px !important;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ecd086 !important;
    margin-bottom: 0;
    text-align: center;
}

#product-4675 .wc-bookings-booking-form-button {
    position: relative;
    top: 45px;
}

#top .main_color .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    padding: 15px 10px !important;
}

#top .main_color .wc-bookings-date-picker .ui-datepicker td.bookable-range a {
    color: #fff !important;
}

#top .wc-bookings-booking-form fieldset .picker.hasDatepicker {
    margin-top: 0 !important;
}

#top .wc-bookings-date-picker {
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.woocommerce-order-received .woocommerce-order .order_details {
    border-radius: 0 !important;
}

.woocommerce-order-received .woocommerce-order .order_details li {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 24px !important;
    text-transform: initial !important;
    font-weight: 300 !important;
    border: none !important;
    /* margin: 0 !important;
    padding: 0 25px 0 0 !important; */
}

.woocommerce-order-received .woocommerce-order .order_details li strong {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.woocommerce-order-received .woocommerce-order .order_details li strong del,
.woocommerce-order-received .woocommerce-order .order_details li strong ins {
    font-size: 20px !important;
}

#top .woocommerce-order-overview li strong {
    font-weight: 600 !important;
}

.woocommerce-order-received#top #main .shop_table.order_details .wc-item-meta .wc-item-meta-label {
    font-weight: 600 !important;
    color: #fff !important;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
    margin-bottom: 15px;
    margin-top: 30px !important;
    display: inline-block !important;
    width: 100%;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 800;
    text-transform: initial !important;
}

.woocommerce-order-received .woocommerce-order-details__title {
    text-transform: initial !important;
}

.woocommerce-order-received .woocommerce-column__title {
    margin-top: 10px !important;
}

.woocommerce-order-received .shop_table {
    background: transparent !important;
    border: none !important;
}

.woocommerce-order-received .shop_table thead tr {
    background: #ecd186 !important;
    border: 1px solid #fff !important;
}

.woocommerce-order-received .shop_table thead tr th {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #010101 !important;
    text-transform: uppercase;
    padding: 15px 10px;
    text-align: left;
    /* padding-left: 25px; */
}

.woocommerce-order-received .shop_table thead tr th:first-child {
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    /* text-transform: capitalize; */
    width: 85%;
}

.woocommerce-order-received .shop_table thead tr th:last-child {
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none;
}

.woocommerce-order-received .shop_table tbody tr,
.woocommerce-order-received .shop_table tfoot tr {
    background: transparent !important;
}

.woocommerce-order-received .shop_table tbody td {
    padding-left: 20px !important;
}

.woocommerce-order-received .shop_table tbody td .wc-booking-summary {
    margin: 5px 0 0;
    border: none;
    padding: 0;
    border-radius: 0;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 32px;
    padding-top: 10px;
    border: none;
    font-weight: 600;
}

.woocommerce-order-received .shop_table tbody td .wc-booking-summary .wc-booking-summary-number {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}

.woocommerce-order-received .shop_table tbody td .wc-booking-summary .wc-booking-summary-number .status-paid {
    float: none;
    background: transparent;
    text-decoration: underline;
    color: #ecd186;
    font-size: 20px;
    margin-left: 15px;
    padding: 0;
}

.woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-list {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: 600;
    margin: 5px 0 0;
}

.woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-list li {
    margin: 0 5px 0 0 !important;
    padding: 0 5px 0 0 !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 32px !important;
    font-weight: 300;
    text-transform: initial !important;
    border: none !important;
}

.woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-actions {
    margin: 0;
}

.woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-actions a {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 300;
}

.woocommerce-order-received .shop_table tbody td:not(:first-child),
.woocommerce-order-received .shop_table tfoot td:not(:first-child) {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 28px;
    padding-top: 10px;
    text-align: right;
    font-weight: 600;
    padding: 15px;
}

.woocommerce-order-received .shop_table tfoot .gtotal {
    color: #ecd186 !important;
}

.woocommerce-order-received .shop_table tfoot th {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 25px 17px;
    vertical-align: middle;
}

.woocommerce-order-received .shop_table tfoot .grand-total {
    color: #ecd186 !important;
}

.woocommerce-order-received .order-again a {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 17px 5px 15px !important;
    margin: 10px 0 10px !important;
    min-width: 200px;
}

.woocommerce-order-received .woocommerce-customer-details {
    margin-top: 35px;
}

.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce-customer-details address p {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
    line-height: 32px;
}

.woocommerce-order-received .woocommerce-customer-details address p {
    margin: 0;
}

.wc-bookings-booking-form fieldset legend small {
    display: none !important;
}

.single-product #gform_wrapper_3 {
    display: block !important;
}

.single-product #gform_wrapper_3 div.validation_error {
    font-size: 24px !important;
    max-width: 99.5% !important;
}

.single-product #gform_wrapper_3 label {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

/*
.single-product #gform_wrapper_3 select,
.single-product #gform_wrapper_3 input[type="text"],
.single-product #gform_wrapper_3 textarea {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    padding-left: 0 !important;
    padding-bottom: 7px !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px;
    text-align: left !important;
    width: 100% !important;
}
*/

.single-product #gform_wrapper_3 input[type="text"]:focus,
.single-product #gform_wrapper_3 textarea:focus {
    box-shadow: none !important;
}

.single-product #gform_wrapper_3 select option {
    color: #000 !important;
}

#product-7564 .quantity input[type="button"],
.single-product #gform_wrapper_3 #input_3_46,
.single-product #gform_wrapper_3 #field_3_46 span.quantity {
    display: none !important;
}

.single-product #gform_wrapper_3 #input_3_32 {
    margin-bottom: 30px !important;
}

#product-7564 .gfield_required {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

#product-7564 .gform_wrapper .validation_message {
    color: #ecd086 !important;
    font-size: 24px !important;
    padding: 0;
    margin: 0;
}

#product-7564 #validation_message_3_13 {
    margin: 20px 0 1px;
}

#product-7564 #validation_message_3_13 .gfield_radio {
    position: relative;
    top: 12px;
}

#product-7564 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 99.5% !important;
}

#product-7564 .gform_wrapper li.gfield.gfield_error,
#product-7564 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(0, 0, 0, .1);
    border-top: 1px solid #ecd086;
    border-bottom: 1px solid #ecd086;
    margin: 0 !important;
    padding-top: 0;
}

#product-7564 .quantity input[type="text"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#product-7564 .quantity input[type="text"]::placeholder {
    color: #fff !important;
}

#product-7564 .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 5px 0 20px !important;
}

#product-7564 .single-product-summary .price {
    opacity: 1 !important;
    position: relative;
}

#product-7564 .price,
#product-7564 .price .amount,
#product-7564 .price .woocommerce-Price-currencySymbol {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 27px !important;
    font-weight: 800 !important;
    color: #ecd086 !important;
    letter-spacing: 1px;
}

#product-7564 .quantity {
    width: 100% !important;
    margin-bottom: 2px;
}

#product-7564 .gform_wrapper .gfield_radio li label {
    margin: 1px 10px 0 10px !important;
}

#product-7564 input[type="radio"] {
    margin-top: 0 !important;
    background: #C7CBCB;
    -webkit-appearance: initial;
    width: 12px !important;
    height: 12px;
    border-radius: 100%;
}

#product-7564 input[type="radio"]:checked {
    background: #ecd186;
}

#product-7564 button[type="submit"] {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 20px 10px 17px !important;
    width: 260px !important;
    margin-top: 5px !important;
}

.single-product #gform_wrapper_3 ul .gfield {
    margin-top: 14px !important;
}

.single-product #gform_wrapper_3 ul.gfield_radio li {
    margin: 4px 8px 0px 0 !important;
}

.single-product #gform_wrapper_3 #field_3_3 {
    margin: 0 !important;
}

.single-product #gform_wrapper_3 #field_3_4,
.single-product #gform_wrapper_3 #field_3_6 {
    padding-right: 25px;
}

.single-product #gform_wrapper_3 #field_3_8 {
    margin: 5px 0 25px !important;
}

.single-product #gform_wrapper_3 .gf_right_half,
.single-product #gform_wrapper_3 .nights {
    padding-left: 20px;
    padding-right: 5px;
}

.single-product .nights .gfield_radio label {
    text-transform: lowercase;
}

.single-product #gform_wrapper_3 #field_3_12 .ginput_container {
    display: flex;
    position: relative;
    top: 10px;
}

.single-product #gform_wrapper_3 #field_3_13 {
    margin: 0 !important
}

.single-product #gform_wrapper_3 #field_3_13 .ginput_container {
    margin-top: 8px !important;
}

.gform_wrapper .ginput_price,
.single-product #gform_wrapper_3 .nights .gfield_label {
    display: none !important;
}

.single-product #gform_wrapper_3 #field_3_14 {
    position: relative;
    margin: 5px 0 18px !important;
}

.single-product #gform_wrapper_3 #field_3_18 {
    margin-bottom: 10px !important;
}

.single-product #gform_wrapper_3 #field_3_19,
.single-product #gform_wrapper_3 #field_3_5 {
    margin-bottom: 5px !important;
}

.single-product #gform_wrapper_3 #field_3_21 {
    margin: 28px 0 35px !important;
}

.single-product #gform_wrapper_3 #field_3_32 {
    padding-right: 5px !important;
}

.single-product #gform_wrapper_3 #field_3_43 {
    margin: 5px 0 25px !important;
}

.single-product #gform_wrapper_3 #field_3_44 {
    margin-bottom: 5px !important;
}

.single-product #gform_wrapper_3 #field_3_46,
.single-product #gform_wrapper_3 #field_3_12 {
    margin: 0 !important;
}

.single-product #gform_wrapper_3 ul .gfield.nights {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    bottom: 11px;
}

.single-product #field_3_14 .ginput_container {
    position: absolute;
    top: -29px;
    left: 250px;
}

.single-product #gform_wrapper_3 ul .title-dinner,
.single-product #gform_wrapper_3 ul .nights-dinner {
    font-family: garamond-premier-pro-display, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif !important;
    color: #ecd186 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin: 5px 0 0px !important;
}

.single-product #gform_wrapper_3 ul .title-dinner {
    margin-top: 8px !important;
}

#product-7564 #gform_totals_3 label {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 800;
    display: none;
}


/* #product-7564 .gform_wrapper span.ginput_total::before {
    content: 'The recommended donation is ';
} */

#product-7564 .price::after {
    content: ' per dinner (ex. tax)';
}

#product-7564 .gform_wrapper span.ginput_total {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 27px !important;
    font-weight: 800;
    color: #ecd086 !important;
    letter-spacing: 1px;
}

#product-7564 .single-product-main-image {
    padding-bottom: 15px;
}

#top .dinner-btn {
    margin-left: 15px;
}


/* =============================================================================

   								Cart Page Styles

   ========================================================================== */

.html_visible_cart .cart_dropdown {
    right: 25px;
}

.html_visible_cart .cart_dropdown_link {
    border: 1px solid #ecd186;
}

.html_visible_cart .cart_dropdown span {
    color: #ecd186 !important;
}

.html_visible_cart .cart_dropdown .av-cart-counter {
    color: #000 !important;
}

.html_visible_cart .cart_dropdown .dropdown_widget {
    display: none !important;
}

.woocommerce-cart #main .container_wrap {
    background-image: url(images/prod-bg.jpg);
    background-repeat: repeat;
    padding: 50px 0 20px;
}

.woocommerce-message {
    background: transparent !important;
    border: none !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    line-height: 1;
    color: #fff !important;
    margin-bottom: 70px !important;
    padding-left: 0 !important;
}

.woocommerce-message span,
.woocommerce-message a {
    color: #ecd186 !important;
}

.woocommerce-info {
    background: transparent !important;
    border: none !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #fefefe !important;
    padding-left: 0 !important;
}

.cart-empty {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #fefefe !important;
    margin: 30px 0 30px !important;
}

.return-to-shop .button {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 20px 60px 17px !important;
    margin-top: 0;
}

.woocommerce-message a.button {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 20px 10px 17px !important;
    width: 260px !important;
    margin-top: -25px !important;
    right: 0 !important;
    top: 40% !important;
}

.woocommerce-message .button:hover,
.return-to-shop .button:hover,
.woocommerce-cart .coupon .button:hover,
.cart tbody tr:last-child .button:hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce-checkout .place-order .button:hover,
.woocommerce-order-received .order-again a:hover,
#product-7564 button[type="submit"]:hover {
    background-color: #fff !important;
    transition: all 0.3s;
    color: #000 !important;
}

.woocommerce-message a,
.woocommerce-info a {
    color: #ECD086 !important;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    color: #fff !important;
}

.woocommerce-cart .cart thead tr {
    background: #ecd186;
    border: 1px solid #fff !important;
}

.woocommerce-cart .cart thead tr th {
    border: none !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #010101 !important;
    text-transform: uppercase;
    padding: 15px;
    text-align: left;
}

.cart,
.cart .cart_item {
    background: transparent !important;
}

#top .cart .product-remove .remove {
    background: url(images/close-btn.png);
    border: none;
    width: 30px;
    height: 30px;
    position: relative;
    left: 6px;
}

.cart .product-thumbnail {
    text-align: center;
    width: 15%;
}

.woocommerce-cart .cart img {
    width: 100%;
    object-fit: cover;
    padding: 20px 0 10px;
    height: 170px;
}

.cart .product-name a {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 800;
    line-height: 36px;
}

.cart .product-name .variation {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 32px;
    margin-top: 5px;
}

.cart .product-name .variation dt {
    font-weight: 600;
}

.cart .product-name .variation dd p {
    font-weight: 100;
}

.cart .product-price,
.cart .product-quantity,
.cart .product-subtotal {
    text-align: right;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 600;
}

.cart tbody tr:last-child {
    background: transparent !important;
}

.woocommerce-cart .coupon input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    padding-left: 0 !important;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding-bottom: 5px !important;
    font-size: 20px !important;
    margin: 20px 15px 10px 10px !important;
}

.woocommerce-cart .coupon input::placeholder {
    color: #fff !important;
}

.woocommerce-cart .coupon .button {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 17px 5px 15px !important;
    margin: 10px 0 10px !important;
}

.cart tbody tr:last-child .button {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 17px 5px 15px !important;
    margin: 10px 0 10px !important;
}

.woocommerce-cart .coupon {
    width: 70% !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    float: right;
    margin-top: 30px;
    width: 52.7%;
}

.woocommerce-cart .res-total {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 800;
    text-transform: initial !important;
    margin-bottom: 10px !important;
}

.cart_totals table,
.cart_totals tr {
    background: transparent !important;
}

.cart_totals table {
    margin: 0 0 20px !important;
}

.cart_totals th,
.cart_totals td {
    padding: 10px 15px !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    vertical-align: middle;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.cart_totals th {
    width: 70% !important;
}

.cart_totals .order-total th {
    color: #ecd186 !important;
}

.cart_totals td {
    text-align: right;
}

.woocommerce-cart .checkout-button {
    float: right;
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 17px 5px 15px !important;
    margin: 15px 0 10px !important;
    min-width: 260px;
}

.cart_item .product-name {
    padding-left: 20px;
}

.woocommerce-cart .product-name {
    padding-top: 25px;
    padding-bottom: 25px;
}

.woocommerce-cart table.shop_table td.actions {
    display: none !important;
}

.woocommerce-cart table.shop_table th.product-subtotal {
    width: 15%;
}

.woocommerce-cart .content {
    padding: 5px 0 35px !important;
}

.variation-Total,
.variation-Total {
    display: none !important;
}

dt.variation-Requestednight,
dd.variation-Requestednight,
dt.check-in,
dd.check-in,
dt.check-out,
dd.check-out,
dt.variation-Requestedtime,
dd.variation-Requestedtime {
    color: #ecd186 !important
}

dd.variation-Requestednight p,
dd.variation-Requestedtime p,
dd.check-in p,
dd.check-out p {
    font-weight: 600 !important;
}

#top .treehouse-btn {
    right: 21.5% !important;
}


/* =============================================================================

   								Checkout Page Styles

   ========================================================================== */

.woocommerce-checkout #main .container_wrap {
    background-image: url(images/prod-bg.jpg);
    padding: 25px 0 0;
    background-repeat: repeat;
}

.woocommerce-checkout #billing_country_field {
    clear: left;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    padding-left: 0 !important;
    padding-bottom: 7px !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
}

.woocommerce-checkout .select2 {
    background: transparent !important;
    border: none !important;
    /* border-bottom: 1px solid #ffffff !important; */
    padding-left: 0 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    margin-top: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 22px !important;
    color: #fff !important;
    position: relative;
    top: -5px;
    line-height: 34px;
}

.select2-container--default .select2-selection--single #select2-billing_country-container {
    line-height: 26px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
}

.woocommerce-checkout input[type="text"]::placeholder,
.woocommerce-checkout input[type="tel"]::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #fff !important;
    letter-spacing: 1px;
}

.woocommerce-checkout #customer_details label,
.woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-info,
.woocommerce-additional-fields .required,
.woocommerce-additional-fields .followup-checkout,
.woocommerce-checkout .product-quantity {
    display: none !important;
}

#top .woocommerce-checkout .woocommerce-additional-fields label {
    display: block !important;
}

.checkout .col-2 h3 {
    clear: none;
    float: none;
    display: none;
}

.woocommerce-billing-fields #complete-heading_field,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper h3,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper h3,
.woocommerce-checkout #order_review_heading {
    display: block !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 800;
}

.woocommerce-billing-fields #required-fields_field {
    color: #fff !important;
    margin-top: 15px !important;
    display: inline-block !important;
    width: 100%;
    font-size: 20px !important;
    font-weight: 300;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper h3:not(:first-child) {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

.woocommerce-billing-fields #additional-info_field {
    margin-top: 25px !important;
    display: inline-block !important;
    width: 100%;
}

.woocommerce-checkout #property-policies_field {
    display: inline-block !important;
    width: 100%;
    margin-top: 5px !important;
}

.woocommerce-billing-fields h3 span {
    font-weight: 300;
    color: #fff !important;
    font-style: italic;
    font-size: 26px !important;
    margin-top: 35px;
}

.woocommerce-checkout #order_review_heading {
    margin: 15px 0 !important;
    display: inline-block !important;
    width: 100%;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper h3#required_field {
    display: block !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

#customer_details .col-1,
#customer_details .col-2 {
    width: 100%;
}

.woocommerce-checkout .form-row-first,
.form-row-last {
    width: 49%;
    margin-bottom: 0 !important;
}

#health-corcerns_field,
#time-day_field {
    margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 10px;
}

.woocommerce-checkout #customer_details {
    padding-bottom: 18px;
}

.woocommerce-checkout .woocommerce-additional-fields label {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

.woocommerce-checkout .woocommerce-additional-fields a {
    text-decoration: underline !important;
    color: #ecd186 !important;
    font-weight: bold !important;
}

.woocommerce-checkout .woocommerce-additional-fields a:hover {
    color: #fff !important;
}

.woocommerce-checkout #order_review thead tr {
    background: #ecd186;
    border: 1px solid #fff !important;
}

.woocommerce-checkout #order_review thead tr th {
    border: none !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #010101 !important;
    text-transform: uppercase;
    padding: 15px 10px;
    text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout #order_review tbody tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
    background: transparent !important;
}

.woocommerce-checkout .product-name {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 25px;
}

.woocommerce-checkout .product-name .variation {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 32px;
    padding-top: 10px;
}

.woocommerce-order-received .shop_table .wc-booking-summary .variation {
    margin-top: 0;
    padding-top: 0;
}

.woocommerce-checkout .product-name .variation dt {
    font-weight: 600;
}

.woocommerce-checkout .product-name .variation dd p {
    font-weight: 100;
}

.woocommerce-checkout .cart_item td:not(:first-child) {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 28px;
    padding-top: 10px;
    text-align: right;
    font-weight: 600;
    padding: 15px;
}

.woocommerce-checkout .tax-rate th,
.woocommerce-checkout .cart-subtotal th {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 25px 17px;
    vertical-align: middle;
}

.woocommerce-checkout .order-total th {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 24px !important;
    color: #ecd186 !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 25px 15px;
    vertical-align: middle;
    line-height: 20px;
}

.woocommerce-checkout .tax-rate td,
.woocommerce-checkout .cart-subtotal td {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 28px;
    padding-top: 10px;
    text-align: right;
    font-weight: 600;
    padding: 10px 15px;
}

.woocommerce-checkout .order-total td {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #ecd186 !important;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: right;
    font-weight: 600;
    padding: 10px 15px;
}

.woocommerce-checkout #order_review thead tr .product-name {
    padding-left: 25px;
}

.woocommerce-checkout #order_review thead tr .product-nights {
    width: 15%;
}

.woocommerce-checkout #order_review thead tr .product-price-nights {
    width: 18%;
}

.woocommerce-cart .cart thead tr th.product-price {
    width: 23%;
}

.woocommerce-cart .cart thead tr th.product-subtotal {
    width: 16%;
}

.woocommerce-cart .cart thead tr th.product-name {
    width: 26%;
}

.woocommerce-checkout #order_review thead tr .product-total {
    width: 15%;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    margin-top: 32px !important;
}

.woocommerce-checkout-payment .payment-title {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 800;
    padding: 15px 0 10px !important;
    display: inline-block !important;
    width: 100%;
    margin-top: 5px;
}

.woocommerce-checkout .place-order {
    padding: 0 0 15px !important;
    position: relative;
    top: -15px;
}

.woocommerce-checkout .wc_payment_methods {
    padding: 0 !important;
}

.woocommerce-checkout .place-order .button {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: #000000 !important;
    letter-spacing: 0.5px;
    padding: 17px 5px 15px !important;
    margin: 10px 0 10px !important;
    min-width: 200px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border-radius: 0 !important;
}

.woocommerce-checkout .select2-search {
    padding: 0 !important;
    height: 40px;
    border: none !important;
}

.woocommerce-checkout .select2-search input[type="text"] {
    color: #000 !important;
    padding-left: 5px !important;
}

.woocommerce-checkout .woocommerce-error {
    border-top: 1px solid #ecd086 !important;
    border-bottom: 1px solid #ecd086 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 0;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.woocommerce-checkout .woocommerce-error a {
    color: #fff !important;
}

.woocommerce-checkout .woocommerce-error::before {
    content: 'Please correct the following errors:';
    display: inline-block;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    color: #ecd186 !important;
    font-weight: 800;
    margin: 5px 0 15px !important;
}

.woocommerce-checkout .woocommerce-error li {
    color: #fff !important;
}

.woocommerce-checkout .select2-results__option {
    font-size: 18px;
    letter-spacing: 1px;
}

.woocommerce-checkout .content {
    padding: 45px 0 35px !important;
}

.woocommerce-checkout .payment_methods .wc_payment_method {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce-checkout .payment_methods .wc_payment_method label[for="payment_method_first_data_payeezy_gateway_credit_card"] {
    display: none !important;
}

.woocommerce-checkout .payment_box {
    padding: 15px 0 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.woocommerce-checkout .payment_box p:first-child {
    display: none !important;
}

.woocommerce-checkout #wc-first-data-payeezy-gateway-credit-card-account-number_field {
    display: block !important;
    width: 55%;
}

.woocommerce-checkout .wc-first-data-payeezy-gateway-credit-card-new-payment-method-form {
    display: flex;
}

.woocommerce-checkout .payment_box label {
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.woocommerce-checkout .payment_box .required {
    color: #fff !important;
    display: contents;
}

.woocommerce-checkout #wc-first-data-payeezy-gateway-credit-card-expiry_field {
    margin: 0 40px !important;
}

.woocommerce-checkout .wc-first-data-payeezy-gateway-credit-card-new-payment-method-form p {
    padding-bottom: 0 !important;
}

.woocommerce-checkout #traveling-companion_field,
.woocommerce-checkout #travel-comments_field {
    display: flex;
}

.woocommerce-checkout #traveling-companion_field label {
    width: 28%;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    top: 18px;
}

.woocommerce-checkout #travel-comments_field label {
    width: 8%;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    top: 18px;
}

.woocommerce-checkout #travel-comments_field .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
    height: 43px !important;
    padding: 0 !important;
    min-height: 16px !important;
    line-height: 45px !important;
    overflow: hidden !important;
    width: 100% !important;
    resize: none;
}

.woocommerce-checkout #emergency-name_field label {
    width: 47%;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    top: 18px;
}

.woocommerce-checkout #emergency-phone_field label,
.woocommerce-checkout #emergency-phone-night_field label {
    width: 32%;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    top: 18px;
}

.woocommerce-checkout #traveling-companion_field .woocommerce-input-wrapper,
.woocommerce-checkout #emergency-phone-night_field .woocommerce-input-wrapper,
.woocommerce-checkout #emergency-name_field .woocommerce-input-wrapper,
.woocommerce-checkout #emergency-phone_field .woocommerce-input-wrapper {
    width: 100%;
    display: inline-block;
}

.woocommerce-checkout #emergency-name_field,
.woocommerce-checkout #emergency-phone_field,
.woocommerce-checkout #emergency-phone-night_field {
    display: inline-block;
}

.woocommerce-checkout #emergency-name_field {
    width: 49%;
}

.woocommerce-checkout #emergency-phone_field {
    margin: 0 25px;
}

.woocommerce-checkout #emergency-phone_field {
    width: 23%;
}

.woocommerce-checkout #emergency-phone-night_field {
    width: 23.8%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .required,
.woocommerce-checkout .optional,
.woocommerce-checkout .payment_box .required {
    display: none !important;
}

.woocommerce-checkout-payment::after {
    content: '* Required';
    display: inline-block;
    width: 100%;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
    margin-top: 10px;
}

input#agree-property:checked {
    background: #ecd186;
    display: inline-block !important;
    -webkit-appearance: initial !important;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.woocommerce-order-received .woocommerce-order .order_details .wc-item-meta {
    margin: 17px 0 0 !important;
}

.woocommerce-order-received .woocommerce-order .order_details .wc-item-meta li {
    border-right: none !important;
}

.woocommerce-order-received#top #main .shop_table.order_details .wc-item-meta .req-night {
    color: #ecd186 !important;
}

.woocommerce-order-received .woocommerce-order .order_details .wc-item-meta li .req-night-date {
    font-weight: 600 !important;
    color: #ecd186 !important;
}

.woocommerce-order-received .woocommerce-order .order_details .wc-item-meta li .arrival-night-date {
    color: #fff !important;
}

.woocommerce-order-received .woocommerce-order .order_details .wc-item-meta li .treehouse {
    text-transform: capitalize;
}

.woocommerce-order-received .woocommerce-order .order_details .wc-item-meta li:nth-child(3) {
    text-transform: lowercase !important;
}

.link-tree {
    color: #ecd186 !important;
    font-weight: 800 !important;
}


/* =============================================================================

   								Treehouses Page Styles

   ========================================================================== */

.tree-houses-main-section .custom-border .avia-image-container-inner .avia_image::before {
    width: 94% !important;
    height: 88% !important;
    top: 6%;
    left: 3%;
}

.architecture-reflects-caribbean-traditions h3 {
    font-weight: 700 !important;
}

.architecture-reflects-caribbean-traditions .av-subheading p {
    color: #ffffff !important;
    text-align: justify;
}

.architecture-reflects-caribbean-traditions .av-subheading p span {
    color: #ecd086 !important;
}

.tree-houses-details h3 {
    font-weight: 700 !important;
}

.tree-houses-details .av-subheading p {
    color: #fff !important;
}

.tree-houses-details {
    margin-top: 20px !important;
}

.tree-houses-details .av-subheading,
.architecture-reflects-caribbean-traditions .av-subheading {
    opacity: 1 !important;
}

.tree-houses-heading h1 {
    font-weight: 700 !important;
}

.details-column .custom-border .avia-image-container-inner .avia_image::before {
    width: 96% !important;
    left: 2%;
}


/* =============================================================================

   								El-amor Page Styles

   ========================================================================== */

.other-stars {
    margin-top: 25px;
    margin-bottom: -10px;
}

.special-text h2 {
    color: #ecd086 !important;
}

.other-stars .av-special-heading-tag {
    font-weight: 400;
}

.photos-of-section .avia-image-container-inner,
.photos-of-section .avia-image-container-inner img {
    width: 100% !important;
}

.photos-of-section .av_font_icon {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}


/* =============================================================================

   								Explorations Page Styles

   ========================================================================== */

.explorations-section .architecture-reflects-caribbean-traditions .av-special-heading-tag {
    text-transform: unset;
    margin-bottom: 15px;
    font-weight: 600 !important;
}

.custom-testimonials {
    margin: 0 !important;
}

.custom-testimonials .avia-testimonial-content {
    font-size: 28px !important;
    text-align: left !important;
}

.custom-testimonials .avia-testimonial {
    padding: 0px 48px !important;
}

.custom-testimonials .avia-slideshow-arrows {
    display: none !important;
}

.custom-testimonials .avia-testimonial-meta {
    margin: 0px 0 0 100px !important;
}

.custom-testimonials .avia-testimonial-subtitle {
    opacity: 1 !important;
    font-size: 20px !important;
    position: absolute;
    width: 455px;
    bottom: -130px;
    left: -50%;
    margin-left: -50px;
}

.cuisine-main-section .custom-heading .av-special-heading-tag {
    text-transform: unset;
}


/* =============================================================================

   								Garden Page Styles

   ========================================================================== */

.garden-section .custom-border .avia-image-container-inner:before {
    width: 94% !important;
    left: 3%;
}

.garden-section .custom-border .av-image-caption-overlay-center p {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

.garden-section .av-subheading p {
    text-align: justify !important;
}

.become-treasured-guests {
    background-color: rgba(18, 16, 11, 0.85) !important;
}

#top .av-large-testimonial-slider .avia-testimonial-meta {
    float: right;
}


/* =============================================================================

   								Cuisine Page Styles

   ========================================================================== */

.cuisine-main-section .other-stars {
    margin-top: 40px;
    margin-bottom: 0;
}

.cuisine-main-section .custom-border .avia-image-container-inner:before {
    width: 96% !important;
    left: 2%;
}

.cuisine-main-section .custom-heading .av-special-heading-tag {
    font-weight: 600 !important;
    text-transform: unset !important;
}


/* =============================================================================

   								What can I do? Page Styles

   ========================================================================== */

html .lg-btn a {
    padding: 20px 10px 16px !important;
}

.cust-border::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 92% !important;
    height: 92% !important;
    top: 4%;
    left: 4%;
    border: 2px solid #C7CBCB;
    z-index: 9 !important;
    margin-left: -2px;
    margin-top: -2px;
}

.what-section .content,
.guest-reg .content {
    padding-bottom: 20px !important;
}

.tabs-section .content,
.last-what-section .content {
    padding-top: 0 !important;
}

.custom-tabs .tab_content {
    background-color: transparent !important;
    border: 0 !important;
    padding: 20px 0 0;
    color: #fff !important;
    font-size: 20px;
    line-height: 33px;
}

.custom-tabs .tab_content a {
    text-decoration: underline !important;
}

.custom-tabs strong a,
.custom-tabs .tab_content strong,
.custom-tabs .tab_content a,
.guest-section a {
    color: #ecd186 !important;
}

.custom-tabs .tab_content b {
    color: #fff !important;
}

.custom-tabs .tab {
    border: 1px solid #fff !important;
    background-color: transparent;
    color: #fff !important;
    font-size: 16px;
    margin-right: 25px;
    padding: 10px 18px !important;
    cursor: pointer;
}

.custom-tabs .tab.active_tab,
.custom-tabs .tab:hover {
    background-color: #ecd186 !important;
    border-color: #ecd186 !important;
    color: #000 !important;
}

.custom-tabs h3 {
    font-size: 32px !important;
    margin-bottom: 0 !important;
    line-height: 1em !important;
}


/* =============================================================================

   							    Contact UsPage STYLES

   ========================================================================== */

.contact-us-section .gform_wrapper h3.gform_title,
.contact-us-section .avia_textblock h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ecd086 !important;
    margin-top: 0 !important;
}

.contact-us-section .contact-second-column {
    margin-left: 5% !important;
    margin-top: 5px !important;
    width: 37.4% !important;
}

.contact-us-section .av-special-heading-tag {
    font-weight: 700 !important;
    text-transform: capitalize !important;
    margin-bottom: 60px !important;
}

.contact-us-section .av-special-heading-tag .special_amp {
    font-family: unset;
    font-style: unset;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
}

.contact-us-section .av-subheading ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

.contact-us-section .av-subheading li {
    margin: 0;
    display: inline-block;
    padding: 0 20px;
}

.contact-us-section .av-subheading a {
    text-decoration: none !important;
    color: #ffffff !important;
    transition: all 0.3s;
}

.contact-us-section .av-subheading a:hover {
    color: #ecd086 !important;
}

.contact-us-section .av_font_icon {
    -webkit-transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.contact-us-section .av-subheading .av_font_icon {
    width: 100%;
    margin-bottom: 45px;
}

.contact-us-section .av-subheading .av-icon-char:after {
    content: '';
    background: transparent;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    border: 1px solid;
    top: -21px;
    border-radius: 50%;
    transform: translateX(-50%);
}


/* =============================================================================

   							    Welcome Page STYLES

   ========================================================================== */

.explorations-section.map-section .container {
    max-width: 100% !important;
    padding: 0;
}

.explorations-section.map-section .container .flex_column_table {
    margin-top: 0 !important;
}

.explorations-section.map-section .container .flex_column_table .flex_column .avia-image-container-inner,
.explorations-section.map-section .container .flex_column_table .flex_column .avia-image-container-inner img {
    width: 100% !important;
}

.explorations-section.map-section .container .flex_column_table .av-flex-placeholder {
    display: none !important;
}

.explorations-section.map-section .container .flex_column_table .map-text {
    padding: 10px 50px;
}

.map-text .custom-color-heading a {
    text-decoration: underline !important;
}

.map-text .custom-color-heading a:hover {
    text-decoration: underline !important;
}

.trip-advisor-link {
    position: absolute;
    bottom: 5px;
}

.trip-advisor-link a {
    color: #ecd186 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.trip-advisor-link a:hover {
    text-decoration: underline !important;
}

.custom-overlay {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.reservations-overlay {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.tree-houses-heading.reserve {
    padding-top: 30px;
}

.reservation-special-text {
    margin-right: 75px;
}


/* =============================================================================

   							    FORMS STYLES

   ========================================================================== */

.contact-us-section .gform_wrapper {
    margin: 0 !important;
}

.contact-us-section .gform_body label {
    display: none !important;
}

.contact-us-section .gf_browser_chrome,
.contact-us-section .gfield,
.contact-us-section .ginput_container {
    margin: 0 !important;
}

.contact-us-section .name_first {
    padding-top: 0 !important;
}

.contact-us-section .gform_body input,
.contact-us-section .gform_body textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.contact-us-section .gform_body input:focus,
.contact-us-section .gform_body textarea:focus {
    box-shadow: none !important;
    color: #ffffff !important;
}

.contact-us-section .gform_body textarea {
    height: 130px !important;
}

.contact-us-section .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 10px !important;
    width: 98.8% !important;
}

.contact-us-section .gform_button {
    width: 99% !important;
    text-transform: uppercase !important;
    font-family: unset !important;
    padding: 12px;
    color: #000000 !important;
    transition: all 0.3s;
}

.contact-us-section .gform_button:hover {
    background: #ffffff !important;
}

.contact-us-section ::-webkit-input-placeholder,
.gf_three ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.contact-us-section ::-moz-placeholder,
.gf_three ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.contact-us-section :-ms-input-placeholder,
.gf_three :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.contact-us-section :-moz-placeholder,
.gf_three :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.gf_three label {
    display: none !important;
}

.gf_three {
    display: inline-block;
    width: 33%;
}

.gf_three.gfield_error {
    width: 33% !important;
    ;
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 15px 0 0 !important;
}

.gf_three.gfield_error .validation_message {
    color: #ecd086 !important;
}

.validation_error {
    border-top: 1px solid #ecd086 !important;
    border-bottom: 1px solid #ecd086 !important;
    color: #ecd086 !important;
}

.instruction.validation_message {
    display: none;
}

.gf_three input,
.gf_three select {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    height: 45px;
    font-size: 16px !important;
    padding: 8px 15px !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.gf_three.gfield_error input {
    font-size: 16px !important;
    border: 1px solid #ecd086 !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.gf_three input {
    color: #fff !important;
}

.gf_three select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.gf_three select option {
    color: #000 !important;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.gf_three .ginput_container_select {
    position: relative;
}

.gf_three .ginput_container_select:after {
    content: "";
    font-family: 'entypo-fontello';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    font-size: 30px;
    transform: translateY(-48%);
}

.gf_three .ginput_container_date {
    position: relative;
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.gf_three .ginput_container_date .ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.reservation-section .gform_button {
    width: 31.5% !important;
    text-transform: uppercase !important;
    font-family: unset important;
    padding: 12px;
    color: #000000 !important;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
}

.reservation-section .gform_button:hover {
    background: #ffffff !important;
}


/* =============================================================================

   								FOOTER STYLES

   ========================================================================== */

#socket {
    border-color: #6e6e6e !important;
}

#socket .copyright {
    float: right;
    font-size: 16px !important;
}

#socket .sub_menu_socket {
    float: left;
}

#socket .sub_menu_socket li a {
    font-size: 16px !important;
    text-decoration: none !important;
    color: #E6CB83;
}

#socket .container {
    max-width: 90% !important;
    width: 90% !important;
}

#socket .social_bookmarks {
    float: left !important;
    left: 7% !important;
}

.social_bookmarks li {
    margin: 0 5px !important;
}

.social_bookmarks a {
    border: 1px solid #e1e1e1 !important;
}

.social_bookmarks a span {
    display: none !important;
}

.social_bookmarks li a:hover {
    background: #e1e1e1 !important;
    color: #000000 !important;
}

#socket .sub_menu_socket .current-menu-item a {
    color: #fff !important;
}

#TA_socialButtonBubbles867 {
    display: inline-block;
    vertical-align: middle;
    left: 46%;
    position: absolute;
}

footer .instagram {
    display: flex;
    justify-content: center;
    position: relative;
    left: 50px;
}

.instagram .inst-link {
    position: absolute;
}

#TA_socialButtonBubbles867>img {
    display: none;
}

.copyright>div {
    display: inline-block;
}

#top .custom-slider .avia-slideshow-button:last-child {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #ECD086 !important;
}

#top .custom-slider .avia-slideshow-button:last-child:hover {
    background: #fff !important;
    color: #000000 !important;
    border-color: #fff !important;
}

.fix-top-pad .content {
    padding-top: 0 !important;
}


/* =============================================================================

   								@Media Queries

   ========================================================================== */

@media screen and (max-width: 3000px) and (min-width: 1921px) {
    .custom-cuisine .container {
        max-width: 1713px !important;
    }
}

@media (max-width: 1600px) {
    .welcome-map {
        font-size: 18px !important;
    }
}

@media (max-width: 1399px) {
    .welcome-map {
        font-size: 16px !important;
    }
}

@media (max-width: 1300px) {
    .welcome-map {
        font-size: 14px !important;
    }
    .woocommerce-checkout #emergency-phone-night_field {
        width: 23.7%;
    }
}

@media only screen and (max-width: 1500px) {
    .custom-tabs .tab {
        margin-right: 15px;
        padding: 10px 10px !important;
    }
    .custom-cuisine .container {
        max-width: unset !important;
    }
    .custom-cuisine .custom-left {
        width: 52% !important;
        padding: 40px !important;
    }
    .container,
    .custom-slider .slideshow_caption {
        padding: 0 50px;
    }
    #socket .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    #socket .social_bookmarks {
        left: 1% !important;
    }
    #socket .copyright {
        font-size: 15px !important;
    }
    .custom-testimonials .avia-testimonial {
        padding: 0px !important;
    }
    .custom-testimonials .avia-testimonial-subtitle {
        bottom: -91px;
        margin-left: -90px;
    }
    #top .treehouse-btn {
        right: 23.5% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .trip-advisor-link {
        position: relative;
        bottom: auto;
    }
}

@media only screen and (max-width: 1365px) {
    .custom-slider .avia-slideshow-arrows a {
        margin-right: 1% !important;
        margin-left: 1% !important;
    }
    .custom-cuisine .custom-left {
        width: 60% !important;
    }
    #socket .copyright {
        float: unset !important;
        display: flex !important;
        position: relative !important;
        text-align: center !important;
        font-size: 16px !important;
        flex-direction: column-reverse;
    }
    #socket .social_bookmarks {
        left: 46.5% !important;
        display: block;
        position: relative !important;
        margin: 10px !important;
    }
    #socket {
        text-align: center !important;
    }
    #socket .sub_menu_socket {
        float: unset !important;
    }
    #socket .sub_menu_socket li {
        float: unset;
        display: inline-block;
    }
    #socket .sub_menu_socket div {
        width: 100% !important;
    }
    #socket .menu {
        margin-bottom: 0px !important;
    }
    .custom-testimonials .avia-testimonial-subtitle {
        position: unset;
        margin-left: 0;
    }
    #TA_socialButtonBubbles867 {
        margin-left: 0;
        display: block;
        text-align: center;
        margin-top: 10px;
        position: relative;
        left: auto;
    }
    #TA_socialButtonBubbles867 .socialWidgetContainer {
        margin: auto;
        width: 100%;
        display: block;
    }
    footer .instagram {
        left: 70px;
        top: -30px;
    }
}

@media only screen and (max-width: 1280px) {
    .custom-cuisine .custom-left {
        padding: 30px !important;
    }
    .custom-text p {
        font-size: 18px !important;
    }
    .tree-houses-details .av-subheading p {
        min-height: 105px !important;
        overflow: hidden !important;
        max-height: 105px !important;
    }
    .tree-houses-details {
        padding-bottom: 15px !important;
    }
    .single-product .product .cart {
        top: 0;
    }
    .single-product .single-product-main-image {
        width: 43%;
    }
    .single-product .single-product-summary {
        width: 50%;
    }
    .woocommerce-checkout #emergency-phone_field label {
        width: 33%;
    }
    .html_visible_cart .cart_dropdown {
        right: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .av_minimal_header .main_menu ul:first-child>li a {
        padding: 0 10px;
    }
    .custom-cuisine .av-special-heading {
        padding: 0 !important;
    }
    .custom-cuisine .custom-text p {
        line-height: 25px !important;
    }
    .explorations-section .av-image-caption-overlay-center p {
        font-size: 26px !important;
        line-height: 28px !important;
    }
    .become-one h3 {
        font-size: 46px !important;
    }
    .contact-us-section .av-subheading li {
        padding: 0 10px;
    }
    .single-product .wc-bookings-date-picker legend {
        margin-top: 25px;
    }
    .woocommerce-checkout #traveling-companion_field,
    .woocommerce-checkout #travel-comments_field,
    .woocommerce-checkout #emergency-name_field,
    .woocommerce-checkout #traveling-companion-last_field {
        display: inline-block;
        width: 100%;
    }
    .woocommerce-checkout #traveling-companion_field label,
    .woocommerce-checkout #travel-comments_field label,
    .woocommerce-checkout #emergency-name_field label {
        width: 100%;
        top: 0;
    }
    .woocommerce-checkout #traveling-companion_field .woocommerce-input-wrapper,
    .woocommerce-checkout #emergency-name_field .woocommerce-input-wrapper {
        width: 100%;
    }
    .woocommerce-checkout #emergency-phone_field {
        margin: 0 25px 0 0;
        width: 47%;
    }
    .woocommerce-checkout #emergency-phone-night_field,
    .woocommerce-checkout #emergency-phone-night_field {
        width: 50%;
    }
    .woocommerce-checkout #emergency-phone_field label {
        width: 20%;
    }
    .woocommerce-checkout #emergency-phone-night_field label {
        width: 23%;
    }
    /* .woocommerce-checkout #emergency-name_field,
	.woocommerce-checkout #emergency-phone_field,
	.woocommerce-checkout #emergency-phone-night_field {
		display: block;
		width: 100% !important;
	} */
}

@media only screen and (max-width: 1080px) {
    .av_minimal_header .main_menu ul:first-child>li a {
        font-size: 16px !important;
    }
    .custom-slider .slideshow_align_caption h2 {
        font-size: 46px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .custom-slider .slideshow_align_caption p {
        word-spacing: 0;
    }
    .custom-slider .slideshow_inner_caption {
        height: 260px !important;
        width: 580px !important;
        margin-top: -75px;
    }
    .become-one h3 {
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .custom-cuisine .custom-left {
        padding: 25px !important;
        bottom: 22.5%;
    }
    .contact-us-section .av-subheading li {
        padding: 0 8px;
    }
    .explorations-section.map-section .container .flex_column_table .map-text {
        padding: 30px;
    }
    .explorations-section.map-section .container .entry-content-wrapper .flex_column_table:nth-child(even) {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .explorations-section.map-section .container .entry-content-wrapper .flex_column_table .flex_column {
        width: 100% !important;
        display: block !important;
    }
    .explorations-section.map-section .container .entry-content-wrapper .flex_column_table:nth-child(odd) {
        display: block !important;
    }
    .welcome-map p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .custom-tabs .tab {
        margin: 10px;
    }
}

@media only screen and (max-width: 989px) {
    .woocommerce-order-received .main_menu {
        top: 35px !important;
    }
    .woocommerce-cart .woocommerce-message {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-cart .woocommerce-message .button:not(.treehouse-btn) {
        order: 3;
    }
    .av_minimal_header .main_menu ul:first-child>li a {
        font-size: 22px !important;
    }
    .logo a {
        padding-top: 15px !important;
    }
    .av_minimal_header .main_menu ul:first-child>li a:hover {
        color: #ecd186 !important;
        opacity: 1 !important;
    }
    .custom-slider .slideshow_inner_caption {
        margin-top: -88px;
    }
    .custom-treehouses .flex_column {
        padding: unset !important;
    }
    .custom-heading .av-special-heading-tag {
        font-size: 40px !important;
    }
    .custom-cuisine .custom-left {
        position: relative !important;
        width: 100% !important;
        padding: 40px !important;
    }
    .cuisine-image-section {
        padding: 0px !important;
    }
    .explorations-section .hr {
        display: none !important;
    }
    .explorations-section .av-flex-placeholder {
        display: none !important;
    }
    .explorations-section .av_one_fourth {
        width: 48% !important;
        display: inline-block !important;
        margin: 1% !important;
    }
    .explorations-section .flex_column_table {
        margin-top: 0% !important;
    }
    #av-burger-menu-ul .current-menu-item a,
    #av-burger-menu-ul .current-menu-item a:hover,
    #av-burger-menu-ul a:hover {
        color: #ecd186 !important;
        background: none !important;
    }
    .explorations-section .av_one_fourth .avia-image-container-inner,
    .explorations-section .av_one_fourth .avia-image-container-inner img {
        width: 100% !important;
    }
    .custom-left {
        padding: 30px 30px !important;
    }
    .custom-left:before {
        width: 95% !important;
        left: 2.5%;
    }
    .custom-border .avia-image-container-inner .avia_image:before {
        width: 95% !important;
        left: 2.5%;
    }
    .tree-houses-main-section .custom-border {
        text-align: left !important;
        margin-top: 20px !important;
    }
    .tree-houses-main-section .custom-border,
    .tree-houses-main-section .avia-image-container-inner,
    .tree-houses-main-section .custom-border img {
        width: 100% !important;
    }
    .tree-houses-details .av-subheading p {
        min-height: unset !important;
        overflow: unset !important;
        max-height: unset !important;
    }
    .explorations-section .av-special-heading {
        padding-bottom: 20px !important;
    }
    .garden-section .custom-border .av-image-caption-overlay-center p {
        line-height: 25px !important;
    }
    .contact-us-section .flex_column {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .contact-us-section .gf_right_half,
    .contact-us-section .gfield:last-child {
        padding-right: 0 !important
    }
    .contact-us-section .gform_footer,
    .contact-us-section .gform_button {
        width: 100% !important;
    }
    .single-product .single-product-main-image {
        margin-right: 0;
        width: 100%;
    }
    .single-product .single-product-summary {
        width: 100%;
    }
    .woocommerce-cart .cart thead tr th {
        font-size: 14px !important;
        padding: 10px 5px;
    }
    .woocommerce-checkout #order_review thead tr th {
        font-size: 14px !important;
        padding: 10px 5px;
    }
    #top .cart .product-remove .remove {
        left: 2px;
    }
    .cart_totals th,
    .cart_totals td {
        font-size: 16px !important;
    }
    .woocommerce-cart .res-total,
    .cart .product-name a,
    .woocommerce-checkout .product-name {
        font-size: 24px !important;
    }
    .cart_item td {
        padding: 15px !important;
    }
    .woocommerce-checkout .product-name .variation {
        padding-top: 5px;
    }
    .woocommerce-checkout .tax-rate th,
    .woocommerce-checkout .order-total th {
        font-size: 18px !important;
    }
    .woocommerce-checkout #main .container_wrap {
        padding: 0;
    }
    .woocommerce-checkout .woocommerce-checkout-payment {
        margin-top: 40px !important;
    }
    .woocommerce-checkout #customer_details {
        padding-bottom: 35px !important;
    }
    .woocommerce-checkout .tax-rate td,
    .woocommerce-checkout .order-total td {
        padding: 15px !important;
    }
    .woocommerce-checkout #emergency-phone_field label,
    .woocommerce-checkout #emergency-phone-night_field label {
        width: 30%;
    }
    .woocommerce-order-received .woocommerce-order .order_details li {
        font-size: 32px !important;
        padding: 0 20px 15px 0 !important;
        margin: 0 !important;
    }
    .woocommerce-order-received .shop_table tbody td .wc-booking-summary {
        padding-top: 10px;
    }
    .woocommerce-order-received .shop_table tbody td:not(:first-child),
    .woocommerce-order-received .shop_table tfoot td:not(:first-child),
    .woocommerce-order-received .shop_table tfoot th,
    .woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-list li,
    .woocommerce-order-received .shop_table tbody td .wc-booking-summary .wc-booking-summary-number,
    .woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-list,
    .woocommerce-order-received .shop_table tbody td .wc-booking-summary .wc-booking-summary-number .status-paid,
    .woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-actions a {
        font-size: 18px !important;
    }
    .woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-list li {
        border: none !important;
    }
    .woocommerce-order-received .shop_table .wc-booking-summary .wc-booking-summary-actions {
        float: left;
    }
    .woocommerce-order-received .shop_table tbody td {
        padding: 20px !important;
    }
    #product-7564 .single-product-main-image,
    #product-7564 .single-product-summary {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-message a.button {
        display: block;
        position: relative !important;
        left: 0;
        margin-top: 25px !important;
        float: none !important;
        padding: 20px 25px 17px !important;
        font-size: 14px !important;
        min-width: 218px !important;
        max-width: 218px !important;
    }
    .woocommerce-cart#top .woocommerce-message {
        padding: 20px 0 10px 0 !important;
    }
    .home-slider .slideshow_inner_caption::after {
        right: 0;
    }
}

@media only screen and (max-width: 950px) {
    .woocommerce-checkout #emergency-phone_field,
    .woocommerce-checkout #emergency-phone-night_field {
        width: 100%;
        margin: 0;
        display: block;
    }
    .woocommerce-checkout #emergency-phone_field label,
    .woocommerce-checkout #emergency-phone-night_field label {
        width: 100%;
        top: 0;
    }
    .woocommerce-checkout #emergency-phone_field .woocommerce-input-wrapper,
    .woocommerce-checkout #emergency-phone-night_field .woocommerce-input-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.av-preloading-logo {
		margin-right: 20px;
		margin-left: 20px;
		width:50%;
		margin: auto;
		margin-bottom: 30px;
	}
    .avia-section-large .content,
    .avia-section-large .sidebar {
        padding-top: 40px;
        padding-bottom: 40px;
    }
	.responsive .logo svg {
		max-height: 55px !important;
	}
    .logo a {
        padding-top: 10px !important;
    }
    #socket .container {
        width: 85% !important;
    }
    #socket .sub_menu_socket {
        margin: 0 !important;
    }
    #socket .social_bookmarks {
        left: 0% !important;
        width: 100% !important;
    }
    #top .social_bookmarks li {
        float: unset !important;
        display: inline-block !important;
    }
    .custom-slider .slideshow_inner_caption {
        width: 100% !important;
        top: 35%;
        margin-top: 0;
    }
    .custom-slider .avia-slideshow-button {
        margin-top: 0px !important;
    }
    .responsive #top .custom-slider .slideshow_caption .avia-caption-content p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .responsive #top .custom-slider .slideshow_caption .avia-caption-content br {
        display: none !important;
    }
    .custom-slider .slideshow_align_caption h2 {
        padding-bottom: 0px !important;
    }
    .responsive #top .custom-slider .slideshow_caption h2 {
        font-size: 36px !important;
    }
    .custom-heading .av-special-heading-tag,
    .single-product .product_title {
        font-size: 32px !important;
    }
    #socket .container {
        display: flex !important;
        flex-direction: column !important;
    }
    #socket .social_bookmarks {
        order: 1;
    }
    #socket .sub_menu_socket {
        order: 2;
    }
    #socket .copyright {
        order: 3;
    }
    #socket .menu {
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
    .photos-of-cuisine {
        padding: 0 0 4% 0 !important;
    }
    .photos-of-section .flex_column {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .photos-of-section .flex_column {
        padding: 0 !important;
    }
    .photos-of-section .hr {
        display: none;
    }
    .special-tabs .tab_content img {
        float: none;
        margin: auto;
    }
    .gf_three,
    .gf_three.gfield_error {
        display: block;
        width: 100% !important;
        padding-right: 0 !important;
    }
    .special-tabs .tab {
        margin-top: 0;
    }
    .reservation-section .gform_button {
        width: 100% !important;
    }
    .reservations-testimonials {
        display: flex;
        flex-direction: column-reverse;
    }
    .map-inverted .entry-content-wrapper .flex_column_table:nth-child(2n - 1) {
        display: flex;
        flex-direction: column-reverse;
    }
    .custom-slider .slideshow_inner_caption {
        background: rgba(0, 0, 0, 0.5) !important;
    }
    .explorations-section .custom-button a {
        padding: 17px 40px 16px !important;
    }
    .become-one-of-our .custom-button a {
        padding: 17px 40px 16px !important;
    }
    .responsive .home #wrap_all #header {
        position: absolute !important;
    }
    .more-space-rev p:first-child {
        margin-bottom: 0 !important;
    }
    .more-space-rev p:last-child {
        margin-top: 3px !important;
        margin-bottom: .9em;
    }
    .review-title {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .map-img-space {
        margin-top: 15px !important;
    }
    .mobile-map-image-one {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .mobile-map-image-two {
        margin-top: 40px !important;
        margin-bottom: 30px !important;
    }
    .mobile-map-image-top {
        margin-top: 70px !important;
        margin-bottom: 30px !important;
    }
    .mobile-map-image-one img,
    .mobile-map-image-two img,
    .mobile-map-image-top img {
        margin: 0 !important;
    }
    .mobile-map-bottom-spacing {
        padding-bottom: 30px !important;
    }
    .responsive #top .mobile-bottom-container .flex_column,
    .responsive #top .mobile-bottom-container .flex_column .av-special-heading {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .single-product .single-product-summary .av-special-heading-tag {
        font-size: 20px !important;
    }
    .single-product .av-special-heading {
        margin-top: 15px;
    }
    .cart tbody tr:last-child .button {
        width: 150px !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals {
        margin-top: 25px;
    }
    .woocommerce-checkout .form-row-first,
    .form-row-last,
    #customer_details .col-1,
    #customer_details .col-2 {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .responsive .woocommerce-checkout #order_review .shop_table .product-quantity {
        display: none !important;
    }
    .woocommerce-checkout .wc-first-data-payeezy-gateway-credit-card-new-payment-method-form {
        display: block;
    }
    .woocommerce-checkout #wc-first-data-payeezy-gateway-credit-card-expiry_field {
        margin: 0 !important;
    }
    .woocommerce-checkout #wc-first-data-payeezy-gateway-credit-card-account-number_field {
        width: 100%;
    }
    .woocommerce-checkout-payment::after {
        margin-top: 0;
        position: relative;
        top: -15px;
    }
    .woocommerce-cart .checkout-button {
        float: left;
    }
    .responsive table.shop_table {
        overflow: inherit !important;
    }
    .responsive #top .cart_dropdown {
        z-index: 1 !important;
    }
    #billing_address_1_field,
    #emergency-name_field {
        margin-bottom: 0 !important;
    }
    .cust-link-b p a {
        display: block;
        margin-bottom: 30px;
    }
    .single-product #field_3_14 .ginput_container {
        position: relative;
        top: inherit;
        left: inherit;
    }
    .single-product #gform_wrapper_3 #field_3_12 .ginput_container {
        display: initial;
        position: inherit;
    }
    #product-7564 #validation_message_3_13 .gfield_radio {
        top: inherit;
    }
    .single-product #gform_wrapper_3 #field_3_32,
    .single-product #gform_wrapper_3 .gf_right_half,
    .single-product #gform_wrapper_3 .nights {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    .outer-border img,
    .custom-left:before,
    .custom-border-all .avia-image-container-inner .avia_image:before,
    .custom-border .avia-image-container-inner .avia_image:before {
        border: 1px solid #ffffff !important;
    }
    .explorations-section .av_one_fourth {
        width: 98% !important;
        display: inline-block !important;
        margin: 1% !important;
    }
    .custom-slider .slideshow_inner_caption {
        height: 200px !important;
    }
    .architecture-reflects-caribbean-traditions .av-special-heading-tag {
        font-size: 30px !important;
    }
    .custom-garden .flex_column,
    .become-one-of-our .flex_column {
        padding: 25px !important;
    }
    .custom-testimonials {
        height: unset !important;
    }
    .responsive #top #wrap_all .custom-testimonials .no_margin {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom-testimonials p {
        font-size: 24px;
        line-height: 32px;
    }
    #TA_socialButtonBubbles867 {
        margin-left: 0;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    #TA_socialButtonBubbles867 .socialWidgetContainer {
        margin: auto;
        width: 100%;
        display: block;
    }
    .html_visible_cart .cart_dropdown {
        right: 10px;
    }
    .single-product #gform_wrapper_3 #field_3_4,
    .single-product #gform_wrapper_3 #field_3_6 {
        padding-right: 0;
    }
    .single-product #gform_wrapper_3 .gf_right_half,
    .single-product #gform_wrapper_3 .nights {
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .custom-treehouses .flex_column,
    .custom-garden .flex_column,
    .become-one-of-our .flex_column,
    .custom-cuisine .custom-left,
    .explorations-section .flex_column {
        text-align: center;
    }
    #socket .sub_menu_socket li {
        float: unset;
        display: block;
        border-left: none !important;
        border-bottom: 1px solid !important;
        padding: 12px !important;
    }
    #socket .sub_menu_socket li:last-child {
        border-bottom: none !important;
    }
    .custom-garden .flex_column,
    .become-one-of-our .flex_column {
        padding: 20px !important;
    }
    .custom-cuisine .custom-left {
        padding: 25px !important;
    }
    .responsive #top .custom-slider .slideshow_align_caption {
        padding: 20px !important;
    }
    .responsive #top .custom-slider .slideshow_caption h2 {
        font-size: 32px !important;
    }
    .custom-slider .slideshow_align_caption .avia-slideshow-button,
    .custom-button a {
        font-size: 14px !important;
    }
    .custom-text p {
        word-spacing: 0px;
        line-height: 25px !important;
    }
    .custom-left:before {
        width: 94% !important;
        left: 3%;
    }
    .become-one h3 {
        font-size: 28px !important;
    }
    .architecture-reflects-caribbean-traditions .av-special-heading-tag {
        font-size: 28px !important;
    }
    .contact-us-section .av-subheading li {
        display: block;
        margin-top: 50px !important;
    }
    .custom-slider .slideshow_inner_caption {
        top: 35%;
    }
    .custom-slider .avia-slideshow-inner .slide-1 img {
        left: -210px !important;
    }
    #top .ui-datepicker-calendar tr th span,
    #top .wc-bookings-date-picker .ui-datepicker .ui-state-default,
    .single-product .wc-bookings-date-picker .ui-datepicker-title span {
        font-size: 18px !important;
    }
    #top .wc-bookings-date-picker .ui-datepicker td.bookable .ui-state-default,
    #top .main_color .wc-bookings-date-picker .ui-datepicker td.selection-start-date a,
    #top .main_color .wc-bookings-date-picker .ui-datepicker td.selection-end-date a {
        padding: 10px !important;
    }
    .woocommerce-cart .coupon {
        width: 100% !important;
    }
    .cart_item .product-name {
        text-align: left !important;
    }
    .woocommerce-cart .coupon input {
        margin: 20px 0 5px !important;
    }
    .cart tbody tr:last-child .button {
        width: 100% !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
    .woocommerce-cart #main .container_wrap {
        padding: 0;
    }
    .cart_item td,
    .woocommerce-checkout .tax-rate td,
    .woocommerce-checkout .order-total td,
    .woocommerce-checkout .tax-rate th,
    .woocommerce-checkout .order-total th {
        padding: 10px !important;
    }
    .woocommerce-checkout .product-name .variation {
        /* font-size: 14px !important; */
        font-size: 16px !important;
    }
    .woocommerce-checkout #order_review thead tr .product-name {
        padding-left: 10px;
    }
    .woocommerce-cart .product-name,
    .woocommerce-checkout .product-name {
        font-size: 20px !important;
    }
    .cart .product-name .variation {
        font-size: 16px !important;
        text-align: left;
    }
    .responsive table.shop_table.cart .product-price {
        border: 1px solid !important;
    }
    .responsive body:not(.woocommerce-order-received) table.shop_table td {
        border: 1px solid #fff !important;
        display: block;
    }
    .woocommerce-checkout .tax-rate th,
    .woocommerce-checkout .order-total th {
        border: 1px solid #fff;
        border-bottom: none;
    }
    .woocommerce-checkout-payment .payment-title {
        padding-bottom: 0 !important;
    }
    .woocommerce-checkout .woocommerce-additional-fields label,
    .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper h3#required_field {
        font-size: 16px !important;
    }
    .single-product .wc-bookings-date-picker legend {
        margin-bottom: 25px;
    }
    .woocommerce-message {
        font-size: 24px !important;
        padding-right: 0 !important;
    }
    .woocommerce-message a.button {
        display: block;
        position: relative !important;
        left: 0;
        margin-top: 25px !important;
        float: none !important;
    }
    .woocommerce-info,
    .cart-empty,
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        font-size: 24px !important;
        line-height: 32px;
    }
    .cart-empty {
        margin: 17px 0 30px !important;
    }
    .wc-bookings-date-picker .ui-datepicker td.partial_booked a::after {
        border-bottom: 33px solid #C96259 !important;
        border-left: 2.4em solid transparent !important;
    }
    .wc-bookings-date-picker .ui-datepicker td.fully_booked+td.partial_booked.partial_booked a::after {
        border-top: 33px solid #C96259 !important;
        border-left: 2.4em solid transparent !important;
        border-right: none !important;
    }
    #top .wc-bookings-date-picker {
        margin: 5px 0 5px;
        padding-bottom: 4px;
    }
    #top .wc-bookings-date-picker legend {
        line-height: 32px !important;
        height: 32px !important;
        display: inline-table;
    }
    .single-product .wc-bookings-date-picker legend .label,
    #top .main_color .wc-bookings-booking-form .wc-bookings-booking-cost {
        font-size: 27px !important;
        line-height: 32px;
    }
    #top .main_color .wc-bookings-booking-form .wc-bookings-booking-cost {
        padding: 0;
    }
    .woocommerce-cart .content {
        padding: 35px 0 35px !important;
    }
    #top .custom-slider .avia-slideshow-button:last-child {
        margin-top: 10px !important;
    }
    #top div.woocommerce-error,
    #top div.woocommerce-message {
        padding: 20px 0 10px 0 !important;
    }
    .woocommerce-billing-fields h3 span {
        margin-top: 10px;
        display: block;
    }
    .woocommerce-billing-fields h3 span {
        font-size: 24px !important;
    }
    .woocommerce-order-received .woocommerce-order .order_details li {
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
        border: none !important;
    }
    .html_visible_cart .cart_dropdown {
        right: 5px;
    }
    .return-to-shop .button,
    .single-product .wc-bookings-booking-form-button,
    .woocommerce-message a.button {
        padding: 20px 25px 17px !important;
        font-size: 14px !important;
        min-width: 218px !important;
        max-width: 218px !important;
    }
    .single-product .wc-bookings-date-picker legend {
        margin: 15px 0 0;
    }
    .single-product .wc-bookings-date-picker legend .label {
        top: 0;
    }
    .single-product .single-product-summary .av-special-heading-tag {
        font-size: 23px !important;
    }
    .not-av {
        top: -125px;
        font-size: 24px !important;
    }
    #product-4675 .wc-bookings-booking-form-button {
        top: 70px;
        margin-bottom: 25px !important;
    }
    .cart_totals th,
    .cart_totals td {
        border: none !important;
    }
    .responsive .cart_totals table.shop_table td {
        border: 2px solid #fff !important;
    }
    #top .dinner-btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .woocommerce-order-received .shop_table tfoot th {
        text-transform: uppercase;
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-overview li,
    #top.woocommerce-order-received .woocommerce-order .woocommerce-order-overview strong,
    #top.woocommerce-order-received .woocommerce-order .woocommerce-order-overview strong * {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    #top.woocommerce-order-received .woocommerce-order .woocommerce-order-overview strong,
    #top.woocommerce-order-received .woocommerce-order .woocommerce-order-overview strong * {}
}

@-moz-document url-prefix() {
    @media only screen and (max-width: 480px) {
        #top .wc-bookings-date-picker legend {
            height: auto !important;
        }
    }
}

@media only screen and (max-width: 425px) {
    .woocommerce-billing-fields #complete-heading_field,
    .woocommerce-billing-fields h3:not(:first-child),
    .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper h3,
    .woocommerce-checkout #order_review_heading {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 385px) {
    .tree-houses-main-section .avia-button-wrap {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    #top .main_color .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day {
        border: 5px solid #fff !important;
    }
    #top .main_color .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
        padding: 10px !important;
        max-height: 34px;
    }
    #top .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-unselectable span {
        padding: 10px !important;
    }
    .responsive .shop_table thead {
        display: none;
    }
    .shop_table .product-remove,
    .shop_table .product-name,
    .shop_table .product-price,
    .shop_table .product-tax,
    .shop_table .product-subtotal,
    .shop_table .product-quantity {
        display: block !important;
        width: 100% !important;
    }
    .responsive .woocommerce-order-received .shop_table .product-name .product-quantity {
        display: none !important;
    }
    .shop_table .product-price {
        display: grid !important;
    }
    .woocommerce-checkout-review-order-table td .woocommerce-checkout-review-order-table td {
        display: block !important;
        width: 100% !important;
    }
    .responsive body:not(.woocommerce-order-received) table.shop_table td.product-subtotal {
        border-bottom: 2px solid #fff !important;
    }
    .responsive #top .cart_totals table.shop_table td,
    div .cart-collaterals .cart_totals table {
        border: none !important;
    }
    .responsive #top .cart_totals table.shop_table tr {
        border: 2px solid #fff !important;
    }
    .responsive #top .cart_totals table.shop_table td {
        border-left: 2px solid #fff !important;
    }
    .responsive table.shop_table td::before,
    .shop_table .product-subtotal::before,
    .shop_table .product-quantity::before {
        font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 1;
        color: #010101 !important;
        text-transform: uppercase;
        padding: 15px;
        text-align: left;
        background: #ecd186;
        display: block;
        width: 96.5%;
        position: relative;
        left: -10px;
        top: -10px;
    }
    .shop_table .product-quantity::before {
        content: 'NUMBER';
        margin-bottom: 5px;
    }
    .woocommerce-order-received .shop_table .product-quantity::before {
        display: none;
    }
    .responsive table.shop_table .product-name::before {
        content: 'ACCOMMODATIONS';
        margin-bottom: 5px;
    }
    .shop_table .product-subtotal::before {
        content: 'TOTAL';
        margin-bottom: 5px;
    }
    .cart .product-price,
    .cart .product-quantity,
    .cart .product-subtotal {
        text-align: left;
    }
    .responsive .woocommerce-order-received table.shop_table td::before {
        width: 100%;
        margin-bottom: 0;
        left: -20px;
        top: -20px;
        padding: 15px 25px 15px 15px;
    }
    .responsive table.shop_table.cart .cart_item .product-price::before {
        content: 'Price/Each';
    }
    #top .cart .product-remove .remove {
        margin: 0 auto;
    }
    .responsive table.shop_table.cart .product-price {
        text-align: left !important;
    }
    .responsive table.shop_table .product-nights::before {
        content: 'Number of Nights';
        margin-bottom: 5px;
    }
    .responsive table.shop_table .product-price-nights::before {
        content: 'Price/Each';
        margin-bottom: 5px;
    }
    .responsive table.shop_table .product-price-nights {
        padding-bottom: 15px !important;
    }
    .responsive table.shop_table .product-price-nights .variation-Bookingamount,
    .responsive table.shop_table .product-price-nights .hight_low_season_head {
        float: none !important;
    }
    .responsive table.shop_table p {
        margin: 0;
    }
    .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
        display: none !important;
    }
    .responsive table.shop_table.cart .product-total::before {
        content: 'Totals';
        margin-bottom: 5px;
    }
    .woocommerce-checkout-review-order-table .tax-rate th,
    .woocommerce-checkout-review-order-table .tax-rate td {
        display: block !important;
        width: 100% !important;
    }
    .woocommerce-checkout-review-order-table,
    .woocommerce-checkout-review-order-table tbody,
    .woocommerce-checkout-review-order-table tr {
        display: block;
    }
    .woocommerce-checkout-review-order-table .tax-rate th::before,
    .woocommerce-checkout-review-order-table .tax-rate td::before {
        font-family: 'garamond-premier-pro-display', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #010101 !important;
        text-transform: uppercase;
        padding: 15px;
        text-align: left;
        background: #ecd186;
        display: block;
        width: 96.5%;
        position: relative;
        left: -10px;
        top: -10px;
    }
    .woocommerce-checkout-review-order-table .product-total::before {
        content: 'Total';
        margin-bottom: 5px;
    }
    .woocommerce-checkout-review-order-table .tax-rate th {
        color: #010101 !important;
        text-align: left;
        background: #ecd186;
    }
    .woocommerce-checkout-review-order-table .order-total th {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #010101 !important;
        background: #ecd186;
        display: block;
        padding: 15px !important;
    }
    .woocommerce-checkout .cart_item td:not(:first-child),
    .woocommerce-checkout .tax-rate td,
    .woocommerce-checkout .order-total td {
        margin-top: 0;
    }
    .woocommerce-checkout-review-order-table td {
        text-align: left !important;
    }
    .woocommerce-order-received .woocommerce-order .order_details li strong {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 450px) {
    #top .transp-btn {
        display: block;
    }
    #top .transp-btn a {
        margin-left: 0;
        min-width: 164px;
    }
}

@media only screen and (max-width: 390px) {
    .tree-houses-main-section .explorations-section .av-special-heading {
        padding-bottom: 10px !important;
    }
    #top .explorations-section .transp-btn {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .responsive #top .custom-slider .slideshow_align_caption {
        padding: 10px !important;
    }
    .single-product .wc-bookings-date-picker legend .label,
    #top .main_color .wc-bookings-booking-form .wc-bookings-booking-cost,
    .single-product .final-price {
        font-size: 24px !important;
    }
    .woocommerce-checkout .tax-rate th,
    .woocommerce-checkout .order-total th {
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .responsive #top #wrap_all .main_menu {
        right: 10px;
    }
    .responsive .logo img {
        max-width: 80%;
    }
    .html_visible_cart .cart_dropdown {
        right: 10px;
    }
    .responsive #top .av-main-nav .menu-item-avia-special {
        left: -5px;
    }
    .restore-item {
        display: block;
        margin-top: 10px;
    }
    .woocommerce-order-received .woocommerce-order-details .order_details {
        padding: 0 !important;
    }
    .woocommerce-order-received .shop_table tbody td {
        padding: 13px !important;
    }
    .responsive .woocommerce-order-received table.shop_table td::before {
        width: 100%;
        margin-bottom: 0;
        left: -13px;
        top: -13px;
        padding: 15px 0px 15px 26px;
    }
    .woocommerce-order-received .shop_table tfoot th {
        padding: 20px 12px 17px;
    }
}

@media only screen and (max-width: 360px) {
    .custom-slider .slideshow_inner_caption {
        padding: 0 !important;
    }
    .custom-slider .slideshow_caption .avia-caption-title {
        margin-bottom: 15px !important;
    }
    .custom-slider .slideshow_align_caption .avia-slideshow-button,
    .custom-button a {
        padding: 12px 20px 10px !important;
    }
    .custom-garden .custom-button a {
        padding: 12px 20px 10px !important;
    }
    .explorations-section .custom-button a,
    .become-one-of-our .custom-button a,
    #top .transp-btn a {
        padding: 12px 20px 10px !important;
    }
    #top .transp-btn a {
        min-width: auto;
    }
}

@media only screen and (max-width: 320px) {
    .responsive #top .custom-slider .slideshow_align_caption {
        padding: 5px 10px !important;
    }
    .return-to-shop .button,
    .single-product .wc-bookings-booking-form-button,
    .woocommerce-message a.button {
        padding: 12px 10px 10px !important;
        min-width: 178px !important;
        max-width: 178px !important;
    }
    .responsive table.shop_table td::before {
        width: 92.5%;
        left: -5.5px;
        top: -5.5px;
    }
    .single-product .single-product-summary .av-special-heading-tag {
        font-size: 22px !important;
    }
    .cart_totals th,
    .cart_totals td {
        padding: 10px !important;
    }
}

@media only screen and (max-device-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        height: 80px !important;
    }
    .tabs-section .content {
        margin-top: -50px !important;
    }
    .custom-tabs .tab_content .tab_inner_content p .custom-tabs .tab_content .tab_inner_content ul li {
        font-size: 16px;
        line-height: 30px;
    }
    .custom-tabs .tab_content .tab_inner_content .tab-span {
        display: block;
    }
    .outer-border img,
    .custom-left:before,
    .custom-border-all .avia-image-container-inner .avia_image:before,
    .custom-border .avia-image-container-inner .avia_image:before,
    .single-product .woocommerce-product-gallery__wrapper a::before {
        border: 1px solid #ffffff !important;
    }
    .single-product-main-image .thumbnails {
        display: none;
    }
    .single-product .product_title {
        margin: 0;
    }
    .single-product .av-special-heading {
        margin-top: 5px;
    }
    .single-product .single-product-summary .av-special-heading-tag {
        margin: 8px 0 0;
    }
    .single-product .single-product-summary p {
        margin-top: 17px;
    }
    .tab-reservations #tab-id-5-container p {
        letter-spacing: 1px;
    }
    #top #main .order_details,
    .responsive .woocommerce-order-received table td,
    .responsive .woocommerce-order-received table th {
        border-width: 2px !important;
    }
    .responsive .woocommerce-order-received table tbody tr:last-child td {
        border-bottom: none !important;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .mobile-map-image-two {
        margin-top: 40px !important;
        margin-bottom: 10px !important;
    }
    #top .wc-bookings-date-picker legend {
        height: auto !important;
    }
}

@media screen and (max-width: 340px) {
    .cart_item td {
        padding: 5px !important;
    }
    .cart_item td,
    .woocommerce-checkout .tax-rate td,
    .woocommerce-checkout .order-total td,
    .woocommerce-checkout .tax-rate th,
    .woocommerce-checkout .order-total th {
        padding: 5px !important;
    }
    .woocommerce-cart .res-total,
    .cart .product-name a {
        font-size: 20px !important;
    }
    .tab-reservations #tab-id-5-container p {
        letter-spacing: 0px;
    }
}