/*!
Theme Name: Kinsley Child
Theme URI: https://bslthemes.site/kinsley/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Kinsley - Hotel WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: kinsley
Text Domain: kinsley-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-family: "Lyon Text Web", "Lyon Display Web", "Times New Roman", serif !important;
    font-size: 14px;
    line-height: 1.45;
    color: #313131;
    letter-spacing: 0.0571428571rem;
    overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Lyon Display Web", "Times New Roman", serif !important;
    letter-spacing: 0.0357142857rem;
}

h2 {
  font-size: 2.22rem;
}

h3, .h3, h4, .h4 {
    font-size: 1.4rem;
    font-weight: 400;
}
nav, .nav, .menu, .navigation, label, input, select, textarea, button, .knsl-top-bar{
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", sans-serif !important;
}

/* Header nav links: Properties, Beyond, Banyan Circle */
.knsl-top-bar nav ul li a,
.knsl-top-bar .top-menu-nav ul li a,
header nav ul li a {
    font-family: "WhitneySSm", sans-serif !important;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.08em;
}

/* Book Now button — WhitneySSm caps */
.knsl-top-bar .knsl-btn,
.knsl-top-bar button,
.knsl-top-bar a.knsl-btn,
header .knsl-btn,
header a.knsl-btn {
    font-family: "WhitneySSm", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Property card title (e.g. Villa21) — Font 1 bold */
.properties-lists .properties-item .properties-detail h4,
.properties-lists .properties-item .properties-detail h3,
.properties-lists .properties-item .properties-detail h2 {
    font-family: "Lyon Display Web", "Times New Roman", serif !important;
    font-weight: 400;
}

/* Text below property card title — Font 2 caps */
.properties-lists .properties-item .properties-detail p {
    letter-spacing: 0.08em;
    font-size: 14px;
}

/* Override parent theme Jost font */
.datepicker *,
.mphb_sc_availability_calendar-wrapper .mphb-calendar .datepick,
span.logotype__title,
.mfp-wrap.popup-box .mfp-close,
.mfp-wrap.popup-box-inline .mfp-close {
    font-family: "WhitneySSm", "Lyon Display Web", sans-serif !important;
}
a.elementor-button{
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif;
}
.knsl-top-bar.knsl-top-bar-minimal .elementor-widget-image img{
    filter: none;
}
.knsl-btn.knsl-transparent-border, .knsl-btn:focus.knsl-transparent-border,
a.knsl-btn, .knsl-btn, .knsl-btn:focus, .button, .button:focus, input[type="submit"], 
input#submit, 
.wc-block-cart__submit-button, 
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    box-shadow: none !important;
}
.banner-section .knsl-banner .knsl-banner-content .knsl-banner-buttons span.img-svg.img-svg-bookmark {
    display: none;
}
img.knsl-deco-right, img.knsl-deco-left {
    display: none !important;
}
.footer .knsl-footer h4,
.hf-type-footer h4 {
    margin-bottom: 40px;
}
.banner-section .knsl-banner .knsl-banner-content {
    padding: 240px 0;
    height: auto;
}

/* Hero title — fade + slide-up entrance animation for the logo image */
.pbh-hero-logo-anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.pbh-hero-logo-anim.pbh-visible {
    opacity: 1;
    transform: translateY(0);
}
.properties-lists {
    row-gap: 20px;
}
.properties-lists .properties-item {
    /*-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .04);*/
    background-color: transparent;
    border-radius: 0 0 0px 0px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    height: 100%;
}
.properties-lists .properties-item .properties-img {
    width: 100%;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    height: 250px;
}
.properties-lists .properties-item .properties-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.knsl-top-bar.fixed nav.top-menu-nav ul.top-menu-nav-inner li.current-menu-item a {
    color: var(--e-global-color-secondary);
}
.properties-lists .properties-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.properties-lists .properties-item .properties-detail {
    padding: 20px 0px;
}
.properties-lists .properties-item .properties-detail p {
    line-height: 1.4em;
    font-family:"Lyon Text Web", "Lyon Display Web", "Times New Roman", serif !important;
    letter-spacing: 0.08em;
}
.properties-lists .properties-item .properties-detail h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: 400;
   
}
.properties-lists .properties-item .properties-detail ul {
    flex-flow: wrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border-radius: 8px;
    animation: blFadeSlide 0.3s ease;
    font-size: 14px;
    color: #4a3328;
}
.properties-lists .properties-item .properties-detail ul li {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}
.properties-lists .properties-item .properties-detail a.knsl-btn {
    margin-top: 15px;
    color: #000000;
    height: 40px;
    background: var(--e-global-color-17c9aa9);
    letter-spacing: 0.6px;
}
.properties-lists .properties-item .knsl-badge{
    top: 7px;
    right: 7px;
    z-index: 4;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255);
    box-shadow: 0 0 0 3px rgb(255 255 255);
    background-color: var(--e-global-color-primary);
}
.properties-lists .properties-item .knsl-badge span.mphb-price {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}
.properties-categories {
    row-gap: 20px;
}
.properties-categories .category-item {
    border-bottom: 1px solid;
    padding-bottom: 7px;
}
.bc-lists .bc-item .bc-img {
    height: 440px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
.bc-lists .bc-item .bc-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.bc-lists .bc-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.bc-lists .bc-item .bc-detail {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #fff;
}
.bc-lists .bc-item .bc-detail h4 {
    font-size: 20px;
    color: #fff;
}
.bc-lists .bc-item .bc-detail p {
    margin: 0;
}
.bc-lists .bc-item .bc-detail p.talent {
    margin-top: 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
}
.property-detail-banner:after,
.property-detail-banner:before {
    content: none !important;
}
.property-detail-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
}
.property-detail-banner-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(146 78 60 / 0%) 100%);
}
.property-detail-banner h1 {
    color: #ffffff;
}

.property-gallery-slider {
    padding-top: 60px;
    padding-bottom: 0px;
}
.property-gallery-slider .knsl-slider-nav-panel .knsl-about-slider-1-pagination{
    left: 20px;
}
.property-gallery-slider .knsl-slider-nav-panel .knsl-about-slider-nav{
    right: 20px;
}
.property-gallery-slider .propertyDetailSwiper .swiper-slide .knsl-image-frame,
.property-gallery-slider .propertyDetailSwiper .swiper-slide .knsl-image-frame img{
    border: none;
    border-radius: 0px;
}

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}
.property-overview-card {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
    border: solid 10px #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.property-overview-card .property-overview-photo {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.property-overview-card .property-overview-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-overview-card .property-overview-text {
    padding: 50px 50px;
}
.property-overview .knsl-text ul {
    margin-top: 10px;
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    row-gap: 7px;
}
.property-overview .knsl-text ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.property-overview .knsl-text ul li i {
    width: 25px;
}
.property-overview .knsl-text ul li span {
    width: calc(100% - 25px);
}
ul.property-box-lists {
    column-gap: 30px;
    row-gap: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
ul.property-box-lists li .property-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 15px;
}

ul.property-box-lists li .property-box img.property-box-icon {
    height: 35px;
}
.property-features .knsl-ath-card{
    margin-bottom: 0px;
}
.property-features .knsl-ath-card .knsl-cover-frame {
    padding-bottom: 100% !important;
}
.property-features .property-features-list{
    grid-row-gap: 20px;
}
.property-features,
.property-inclusion,
.property-extras,
.property-beyond,
.property-bc,
.property-map {
    padding-top: 50px;
}
.property-beyond h2.section-title,
.property-bc h2.section-title,
.property-itinerary h2.section-title,
.property-map h2.section-title,
.property-inclusion h2.section-title,
.property-features h2.section-title{
    font-weight: 400;
    margin-bottom: 20px;
}
.property-detail-card-item {
    border-radius: 0 0 0px 0px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    height: 100%;
}
.property-detail-card-item .property-detail-card-image {
    width: 100%;
    border-radius: 0px 0px 0 0;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
}
.property-detail-card-item .property-detail-card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.property-detail-card-item .property-detail-card-detail {
    padding: 18px 0 0 0;
}
.property-detail-card-item .property-detail-card-detail h4,
.property-detail-card-item .property-detail-card-detail p {
    margin-bottom: 5px;
    font-weight: 400;
}
.property-detail-card-item .property-detail-card-detail ul li {
    display: flex;
    flex-flow: wrap;
    column-gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #d6d6d6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.property-detail-card-item .property-detail-card-detail ul li:first-child {
    border-top: none;
}
.property-itinerary {
    padding: 40px 0 50px 0;
}
.property-cta {
    padding-top: 20px;
    padding-bottom: 90px;
    text-align: center;
}
.property-cta h2{
    font-weight: 400;
} 
.property-cta a.knsl-btn {
    margin-top: 35px;
    padding: 0;
    height: auto;
    line-height: normal;
    background-color: transparent;
    color: var(--e-global-color-secondary);
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.0571428571rem;
    border-bottom: 1px solid;
    padding-bottom: 7px;
}

.bl-filter-bar,
.bc-filter-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
    column-gap: 20px;
}
.bl-select-wrap,
.bc-select-wrap {
    display: inline-block;
    min-width: 280px;
}
.bl-property-select,
.bc-property-select,
.bl-category-select,
.bc-category-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 46px 12px 20px;
    border-radius: 50px;
    border: 1.5px solid #c9a88b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23924e3c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px 16px;
    color: #6b4f3a;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 12px rgba(146, 78, 60, 0.06);
}
/* Override the theme accent-color on ALL Select2 highlighted options site-wide.
   skin-options.php injects this colour without !important, so our !important wins. */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #F3EEE7 !important;
    color: #6b4f3a !important;
}
.bl-property-select:hover,
.bc-property-select:hover,
.bl-category-select:hover,
.bc-category-select:hover {
    border-color: #924e3c;
    box-shadow: 0 4px 18px rgba(146, 78, 60, 0.15);
}
.bl-property-select:focus,
.bc-property-select:focus,
.bl-category-select:focus,
.bc-category-select:focus {
    border-color: #924e3c;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(146, 78, 60, 0.15);
}
.bl-property-select:focus-visible,
.bc-property-select:focus-visible,
.bl-category-select:focus-visible,
.bc-category-select:focus-visible {
    outline: none !important;
}
.bl-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
    display: none;
    width: 100%;
}
.bl-grid,
.bc-talent-grid {
    row-gap: 28px;
}
.bl-card,
.bc-talent-card {
    
    border-radius: 0 0 0px 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.bl-card-image,
.bc-talent-photo {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    overflow: hidden;
    background: #f0ebe7;
    flex-shrink: 0;
}
.bl-card-image img,
.bc-talent-photo img  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}
.bc-talent-card:hover .bc-talent-photo img,
.bl-card:hover .bl-card-image img {
    transform: scale(1.06);
}
.bl-card-image .bl-card-overlay,
.bc-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 55%);
    pointer-events: none;
}
.bl-card-body h3,
.bc-post-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 0px;
    line-height: 1.35;
    color: var(--e-global-color-secondary);
}
.bc-talent-body .bc-talent-name {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0px;
    line-height: 1.35;
}
.bl-card-body .bl-desc,
.bc-talent-card .bc-talent-desc {
    font-size: 14px;
    color: var(--e-global-color-secondary);
    line-height: 1.65;
    margin: 0 0 0px;
    flex: 1;
}
.bl-accessible-from,
.bc-accessible-from {
    margin-top: auto;
    padding-top: 0px;
    border-top: 1px solid #f0ede9;
}
.bl-accessible-from .bl-af-label,
.bc-accessible-from .bc-af-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #924e3c;
    margin-bottom: 8px;
}
.bl-accessible-from .bl-af-label svg {
    flex-shrink: 0;
}
.bl-accessible-from .bl-prop-pills,
.bc-accessible-from .bc-prop-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.bl-prop-pills .bl-prop-pill,
.bc-prop-pills .bc-prop-pill {
    display: inline-block;
    font-size: 14px;
    padding: 3px 11px;
    border-radius: 50px;
    background: #fdf3ee;
    color: #924e3c;
    border: 1px solid #e8c9bb;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    letter-spacing: normal;
}
.bl-prop-entries {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.bl-prop-entry {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bl-prop-entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 6px 10px;
    background-color: var(--e-global-color-17c9aa9);
    border-radius: 8px;
    animation: blFadeSlide 0.3s ease;
    margin-top: 10px;
    display: none;
}
.bl-prop-entry-meta.bl-hidden-meta {
    display: none;
}
@keyframes blFadeSlide {
    from {opacity: 0; transform: translateY(4px); }
    to {opacity: 1; transform: translateY(0); }
}
.bl-prop-entry-meta .bl-pem-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #4a3328;
    font-weight: 500;
}
.bl-prop-entry-meta .bl-pem-item svg {
    flex-shrink: 0;
    color: #924e3c;
}
.bl-prop-entry-meta .bl-pem-sep {
    color: #ccc;
    font-size: 12px;
}
.bl-prop-entry-meta.bl-prop-meta--highlight {
    background: #924e3c;
    border-left-color: #7a3f30;
}
.bl-prop-entry-meta.bl-prop-meta--highlight .bl-pem-item {
    color: #fff;
}
.bl-prop-entry-meta.bl-prop-meta--highlight .bl-pem-item svg {
    color: #ffd9cc;
}
.bl-prop-entry-meta.bl-prop-meta--highlight .bl-pem-sep {
    color: rgba(255, 255, 255, 0.4);
}
.bl-item,
.bc-talent-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.bl-item.bl-hidden,
.bc-talent-item.bc-hidden {
    display: none;
}

/* Card */
.bc-photo-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fdf3ee 0%, #f0ebe7 100%);
}
.bc-type-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--e-global-color-secondary);;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(146, 78, 60, 0.18);
    z-index: 2;
}
.bc-talent-body,
.bl-card-body {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}
.bc-talent-body .bc-post-title,
.bl-card .bl-card-body h3{
    font-size: 20px;
    font-weight: 400;
}
.bc-talent-card .bc-talent-photo img {
    height: 100%;
    object-fit: cover;
}
.bc-talent-card .bc-talent-body a.knsl-btn {
    letter-spacing: normal;
    text-align: left;
    width: max-content;
    color: #fff;
    height: 40px;
}
.bc-talent-card .bc-talent-body a.knsl-btn:hover{
    background-color: var(--e-global-color-secondary);
}
.bc-no-results {
    display: none;
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
    grid-column: 1 / -1;
}
.bc-listing-section .select2-container .select2-selection,
.bl-section .select2-container .select2-selection{
    background-color: transparent;
    height: auto;
    border-bottom: 1px solid;
    padding-bottom: 7px;
}
.bc-listing-section .select2-container .select2-selection .select2-selection__rendered,
.bl-section .select2-container .select2-selection .select2-selection__rendered{
    line-height: normal;
    padding: 0;
}
.bc-listing-section .select2-container .select2-selection .select2-selection__arrow,
.bl-section .select2-container .select2-selection .select2-selection__arrow{
    height: 16px;
    width: 10px;
}
.knsl-about-card .knsl-about-photo,
.knsl-about-card .knsl-video-frame {
    padding-bottom: 0;
    height: 100%;
}
.knsl-about-card .knsl-about-text .knsl-text.knsl-mb-30 {
    margin: 0px;
}
.heritance-form .knsl-form-submit-frame button.knsl-btn {
    border-radius: 0px;
    height: auto;
    background: transparent;
    color: var(--e-global-color-secondary);
    letter-spacing: 0rem;
    border-bottom: 1px solid;
    line-height: 1;
    padding-bottom: 7px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
}
.heritance-form label{
    font-family: "Lyon Text Web", "Lyon Display Web", "Times New Roman", serif !important
}
.heritance-form .knsl-form-submit-frame button.knsl-btn:focus {
    padding: 0 0 7px 0;
    font-size: 14px;
}
.heritance-form .knsl-form-submit-frame button.knsl-btn:hover {
    background: transparent;
}
.knsl-popup-frame .knsl-book-popup {
    padding-top: 0px;
    background-color: #F3EEE7;
}
.knsl-popup-frame .knsl-book-popup h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
}
.knsl-book-form form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}
.knsl-form-submit-frame .knsl-text-sm {
    line-height: 1.3em;
    font-size: 12px;
    color: #000;
}
input, select {
    margin-bottom: 10px;
    margin-top: 5px;
}
.heritance-form .wpcf7-form-control,
.knsl-book-form form .select2 .select2-selection--single{
    background: #fff !important;
    box-shadow: none !important;
}
.heritance-form textarea.wpcf7-form-control{
    margin-top: 5px;
}
input.wpcf7-form-control, .select2-selection,
input::placeholder,
textarea::placeholder {
    letter-spacing: 0rem;
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}
/* Select2 renders its open dropdown list appended to <body>, outside the
   .select2-selection element above, so it doesn't inherit that font-family —
   needs its own rule. */
.select2-results__option {
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}
.heritance-form .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: flex;
    flex-flow: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    background: transparent !important;
}
.heritance-form .wpcf7-form-control-wrap .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
    line-height: normal;
}
.heritance-form .wpcf7-form-control-wrap .wpcf7-checkbox span.wpcf7-list-item label {
    margin: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    grid-column-gap: 5px;
}
.heritance-form span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    margin: 4px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
    margin: 7px 0 0 0;
    border: none;
    padding: 0;
    line-height: normal;
    color: #dc3232;;
}
.wpcf7-form.sent .wpcf7-response-output {
    border: none;
    margin: 7px 0 0 0;
    padding: 0;
    line-height: normal;
    color: #46b450;
}
.contact-form-section .elementor-widget-kinsley-contact-form .knsl-transition-none .knsl-deco-left,
.contact-form-section .elementor-widget-kinsley-contact-form .knsl-transition-none .knsl-deco-right {
    display: none;
}
.knsl-about-card .knsl-title-frame .knsl-btn{
    margin-top: 20px;
}
.knsl-popup-frame .knsl-book-form .wpcf7-number {
    background-color: var(--e-global-color-17c9aa9);
    -webkit-box-shadow: inset 0 2px 48px 0 rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 2px 48px 0 rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    color: #64688C;
    margin-bottom: 0;
}
.elementor-widget-kinsley-numbers .knsl-transition-middle{
    background-color: transparent;
}
.property-map iframe {
    width: 100%;
    height: 370px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .04);
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 100%;
    border-radius: 0px;
}
.property-video-section{
    padding: 00px 0px 0 0px;
}
.property-video-section .video-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    border: 0px solid #fff;
    background: #fff;
}
/*.property-video-section .video-thumb::before {
    content: "";
    display: block;
    padding-top: 35.25%;
}*/
/*.property-video-section .video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000087;
    border-radius: 0px;
}*/
.property-video-section .video-thumb img {
    border-radius: 0px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.property-video-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: var(--e-global-color-primary);
}
/*.property-video-section .video-thumb:hover img {
    transform: scale(1.05);
    transition: 0.5s ease;
}*/
.property-details {
    padding-top: 60px;
}
.property-details .property-details-information{
    border-radius: 0px;
    max-width: 1100px;
    margin: 0px auto;
}
.property-details .property-detail-right .property-price span.mphb-price {
    font-size: 30px;
    line-height: 0.7em;
    display: block;
    margin-top: 20px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.property-details .property-details-information .property-detail-left h2 {
    text-align: left;
    font-weight: 400;
}
.property-details .property-details-information .property-detail-left {
    padding-right: 70px;
}
.property-details .property-details-information .property-detail-left p {
    line-height: 1.4em;
}
.property-details .property-details-information .property-detail-right .property-price {
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
}
.property-details .property-details-information .property-detail-right .property-price strong{
    font-weight: 400;
    
    letter-spacing: 0;
    margin-bottom: 5px;
    display: block;
}
.property-details .property-detail-right .room-detail ul {
    display: flex;
    flex-flow: column;
    row-gap: 15px;
}
.property-details .property-detail-right .room-detail li {
    display: flex;
    align-items: center;
    column-gap: 15px;
    line-height: normal;
}
.property-details .property-detail-right .room-detail li i {
    background-color: var(--e-global-color-17c9aa9);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--e-global-color-primary);
}
.property-details .property-detail-right .room-detail li span {
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: calc(100% - 55px);
}
.category-details .knsl-title--h{
    font-weight: 400;
}
.elementor-widget-kinsley-header-menu .knsl-menu {
    margin-right: 0;
}
.elementor-widget-kinsley-header-menu .knsl-menu li.current_page_item:after{
    content: none;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal{
    /*background: #f3eee7;*/
    border-radius: 0;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal,
.knsl-app .knsl-app.knsl-app-minimal .knsl-top-bar{
    transition: 0.5s;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal.fixed, 
.knsl-app .knsl-app.knsl-app-minimal .knsl-top-bar.fixed{
    background: #f3eee7;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    transition: 0.5s;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal .knsl-logo-frame img {
    transition: 0.5s;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal.fixed .knsl-logo-frame img{
    width: 40px;
    transition: 0.5s;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal .knsl-menu ul li{
    transition: 0.5s;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal.fixed .knsl-menu ul li {
    height: 50px;
    line-height: normal;
    transition: 0.5s;
}
.knsl-app .knsl-top-bar.knsl-top-bar-minimal.fixed .knsl-menu ul li a {
    line-height: 50px;
    color: #000000 !important;
    transition: 0.5s;
}
.elementor-widget-kinsley-header-menu .knsl-menu .top-menu-nav .top-menu-nav-inner{
    column-gap: 80px;
}
.elementor-widget-kinsley-team .knsl-center.knsl-title-frame {
    margin-bottom: 0;
}
.elementor-widget-kinsley-team .knsl-team-card .knsl-team-member-descr {
    text-align: center;
    padding: 15px 10px 10px;
}
.elementor-widget-kinsley-team .knsl-team-card .knsl-photo-frame {
    border-radius: 0;
}
.elementor-widget-kinsley-team .knsl-team-card .knsl-team-member-descr h3.knsl-mb-10 {
    margin-bottom: 0;
}
.elementor-widget-kinsley-team section.knsl-p-0-80 {
    padding: 0;
}
.elementor-widget-kinsley-team .knsl-team-card {
    box-shadow: none;
    margin: 0; padding: 0;
}
.knsl-app .elementor-widget-kinsley-intro.inner-page-banner .knsl-overlay {
    background-image: none;
}
.knsl-app .elementor-widget-kinsley-intro.bc-page-banner .knsl-overlay,
.knsl-app .elementor-widget-kinsley-intro.beyond-page-banner .knsl-overlay,
.knsl-app .elementor-widget-kinsley-intro.about-page-banner .knsl-overlay{
    background-image: linear-gradient(180deg, #fff9f98f 20%, #ffffffa3 100%);
}
.knsl-top-bar.knsl-top-bar-minimal .onovo-menu-btn .mlines::before, .knsl-top-bar.knsl-top-bar-minimal .onovo-menu-btn .mlines::after {
    background: #000000;
}
.knsl-features-card, .knsl-icon-box{
    border-radius: 0;
}

.bl-filter-bar .select2-container--default .select2-selection--single,
.bc-filter-bar .select2-container--default .select2-selection--single{
    border-radius: 0px;
}
.bl-filter-bar .select2-container--default .select2-selection--single .select2-dropdown,
.bc-filter-bar .select2-container--default .select2-selection--single .select2-dropdown,
.select2-search__field, .select2-results__options .select2-results__option, .select2-dropdown{
    border-radius: 0px;
}
.wpcf7-form-control-wrap span.select2.select2-container.select2-container--default{
    margin-bottom: 10px;
    margin-top: 5px;
}
.archive-banner .knsl-overlay {
    background-image: none;
}
input, select, textarea{
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.footer .knsl-footer h4, .hf-type-footer h4{
    font-weight: 400;
    margin-bottom: 10px;
}
.knsl-preloader-frame .knsl-preloader {
    margin-bottom: 0;
}
.knsl-preloader-frame .knsl-preloader img {
    width: 180px;
    margin-bottom: 28px;
}
.knsl-preloader-frame .knsl-preloader .knsl-preloader-progress {
    background-color: #d8d2c8;
    height: 1px;
    border-radius: 0;
    min-width: 180px;
}
.knsl-preloader-frame .knsl-preloader .knsl-preloader-progress .knsl-preloader-bar {
    background-color: #313131;
}
.knsl-preloader-number-wrap {
    display: none;
}
.footer-content{
        font-family: "Lyon Text Web", "Lyon Display Web", "Times New Roman", serif !important;
}

/* Footer — links under Quick Links / Properties / Contact headings — Font 2 */
.footer .knsl-footer-menu a,
.footer .footer-contact-info .elementor-icon-list-text {
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}

/* Single property page — "Prices start at" + room detail list (location, capacity, bedrooms, Banyan Circle count) — Font 2 */
.property-details .property-detail-right .property-price,
.property-details .property-detail-right .room-detail {
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}

/* Single property page — Banyan Circle (Talent Name / Type) and Beyond Experiences (Distance/Time/Transport/Location) — Font 2 */
.property-bc .property-detail-card-detail ul li,
.property-beyond .property-detail-card-detail ul li {
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}

/* Beyond page/preview — "Location" link under each image — Font 2 */
.location_link {
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}

/* Banyan Circle page/preview — "Name : Musician Name" under each image — Font 2 */
.bc-talent-name {
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}

/* About Us — role under each team member's name — Font 2 */
.knsl-team-member-descr h3.knsl-mb-10 + div {
    font-family: "WhitneySSm", "Lyon Display Web", "Times New Roman", serif !important;
}

.contact-form-section .elementor-heading-title {
    font-weight: 600;
}

.onovo-menu ul li a {
    font-size: 28px;
}
.onovo-menu ul li a::before{
    display: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .bc-talent-grid, .bl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {
    .onovo-menu {
        padding-left: 20px;
    }
    .onovo-menu ul li {
        margin: 16px 0;
    }
    .onovo-menu ul li a {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .bc-talent-grid, .bl-grid  {
        grid-template-columns: unset;
    }
}
