.elementor-1310 .elementor-element.elementor-element-5e85d2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1310 .elementor-element.elementor-element-5efe8c30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1310 .elementor-element.elementor-element-5efe8c30:not(.elementor-motion-effects-element-type-background), .elementor-1310 .elementor-element.elementor-element-5efe8c30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F1EB;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1310 .elementor-element.elementor-element-5efe8c30{--content-width:1250px;}}@media(max-width:1024px){.elementor-1310 .elementor-element.elementor-element-5efe8c30{--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-1310 .elementor-element.elementor-element-5efe8c30{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-5e85d2a *//* =========================================================
   LARKBEARE ACCOMMODATION PAGE
   Shortcode: [larkbeare_accommodation_layout]
   ========================================================= */

.tf-larkbeare-accommodation {
    overflow: hidden;
    background: #f7f3eb;
    color: #292a27;
    font-family: 'Inter', sans-serif;
}

.tf-larkbeare-accommodation *,
.tf-larkbeare-accommodation *::before,
.tf-larkbeare-accommodation *::after {
    box-sizing: border-box;
}

.tf-wrap {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.tf-larkbeare-accommodation h1,
.tf-larkbeare-accommodation h2,
.tf-larkbeare-accommodation h3 {
    color: #252925;
    font-family: 'Calluna', Georgia, serif;
    font-weight: 400;
}

.tf-kicker {
    margin: 0 0 12px;
    color: #1f2224;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}


/* =========================================================
   FULL-WIDTH IMAGE GALLERY
   ========================================================= */

.tf-cottage-hero {
    width: 100%;
    margin: 0;
}

.tf-airbnb-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 305px);
    gap: 6px;
    overflow: hidden;
}

.tf-airbnb-gallery-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.tf-airbnb-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.tf-airbnb-gallery-item:hover img {
    transform: scale(1.025);
}

.tf-gallery-item-1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.tf-gallery-item-2 {
    grid-column: 2;
    grid-row: 1;
}

.tf-gallery-item-3 {
    grid-column: 3;
    grid-row: 1;
}

.tf-gallery-item-4 {
    grid-column: 2;
    grid-row: 2;
}

.tf-gallery-item-5 {
    grid-column: 3;
    grid-row: 2;
}

.tf-show-photos {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(51, 79, 66, 0.3);
    border-radius: 999px;
    background: rgba(247, 243, 235, 0.95);
    color: #334f42;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.tf-show-photos:hover,
.tf-show-photos:focus {
    background: #334f42;
    color: #fff;
}


/* =========================================================
   PHOTO LIGHTBOX
   ========================================================= */

.tf-photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    overflow-y: auto;
    background: #f7f3eb;
}

.tf-photo-lightbox.is-open {
    display: block;
}

body.tf-gallery-open {
    overflow: hidden;
}

.tf-photo-lightbox-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(72, 111, 100, 0.18);
    background: rgba(247, 243, 235, 0.96);
    font-family: 'Inter', sans-serif;
    backdrop-filter: blur(8px);
}

.tf-lightbox-close {
    padding: 0;
    border: 0;
    background: transparent;
    color: #334f42;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.tf-photo-lightbox-header span {
    color: #3b443e;
    font-size: 14px;
}

.tf-photo-lightbox-inner {
    width: min(1000px, calc(100% - 40px));
    margin: 40px auto;
}

.tf-lightbox-photo {
    margin: 0 0 30px;
}

.tf-lightbox-photo img {
    display: block;
    width: 100%;
    height: auto;
}


/* =========================================================
   INTRODUCTION
   ========================================================= */

.tf-cottage-intro {
    padding: 50px 0 48px;
    background: #f7f3eb;
}

.tf-cottage-main {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.tf-cottage-main h1 {
    margin: 0 0 20px;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.03;
}

.tf-cottage-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 30px;
}

.tf-cottage-meta span {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #5F7B75;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.tf-short-description {
    max-width: 950px;
    margin: 0 auto;
    color: #1f2224;
    font-family: 'Calluna', Georgia, serif;
    font-size: 25px;
    line-height: 1.45;
}

.tf-short-description p {
    margin: 0;
}


/* =========================================================
   IN A NUTSHELL
   ========================================================= */

.tf-nutshell-section {
    padding: 28px 0 42px;
    background: #f7f3eb;
}

.tf-nutshell-panel {
    padding: 55px 60px 52px;
    background: #667f72;
}

.tf-nutshell-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0;
    padding: 0 0 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.tf-nutshell-heading h2 {
    margin: 0;
    color: #fff;
    font-family: 'Calluna', Georgia, serif;
    font-size: clamp(40px, 4vw, 40px);
    font-weight: 400;
    line-height: 1.1;
}

.tf-nutshell-book-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 24px;
    border-radius: 999px;
    background: #d3ad69;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.tf-nutshell-book-button:hover,
.tf-nutshell-book-button:focus {
    background: #c49c58;
    color: #fff;
    transform: translateY(-1px);
}

.tf-nutshell-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 20px;
}

.tf-nutshell-item {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 24px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.tf-nutshell-item:nth-child(4n) {
    border-right: 0;
}

.tf-nutshell-item:nth-last-child(-n + 4) {
    border-bottom: 0;
}

.tf-nutshell-label {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tf-nutshell-value {
    color: #fff;
    font-family: 'Calluna', Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
}


/* =========================================================
   ACCOMMODATION DETAIL
   ========================================================= */

.tf-accommodation-detail {
    padding: 30px 0 105px;
    background: #f7f3eb;
}

.tf-accommodation-detail-inner {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 70px;
    align-items: start;
}

.tf-accommodation-detail-heading {
    position: sticky;
    top: 40px;
}

.tf-accommodation-detail-heading h2 {
    max-width: 360px;
    margin: 0;
    font-size: clamp(40px, 4vw, 45px);
    line-height: 1.08;
}

.tf-accommodation-detail-heading h2 em {
    font-weight: 400;
}

.tf-full-description {
    max-width: 720px;
    margin: 0;
    color: #4D4A46;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.tf-full-description p {
    margin: 0 0 22px;
}

.tf-full-description p:last-child {
    margin-bottom: 0;
}

.tf-full-description h2,
.tf-full-description h3 {
    margin: 42px 0 18px;
}

.tf-full-description h2 {
    font-size: 38px;
    line-height: 1.15;
}

.tf-full-description h3 {
    font-size: 30px;
    line-height: 1.2;
}

.tf-full-description ul,
.tf-full-description ol {
    margin: 0 0 24px;
    padding-left: 22px;
}

.tf-full-description li {
    margin-bottom: 8px;
}

.tf-full-description a {
    color: #334f42;
    text-underline-offset: 3px;
}


/* =========================================================
   ACCOMMODATION FEATURES
   ========================================================= */

.tf-cottage-features {
    padding: 90px 0;
    background: #334f42;
}

.tf-cottage-features .tf-kicker {
    color: #d3ad69;
}

.tf-cottage-features .tf-info-heading h2 {
    color: #fff;
}

.tf-info-heading {
    max-width: 700px;
    margin-bottom: 44px;
}

.tf-info-heading h2 {
    margin: 0;
    font-size: clamp(38px, 4vw, 44px);
    line-height: 1.1;
}

.tf-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.tf-feature-item {
    position: relative;
    min-height: 100px;
    padding: 32px 30px 30px 58px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: 'Calluna', Georgia, serif;
    font-size: 21px;
    line-height: 1.35;
}

.tf-feature-item::before {
    content: "✓";
    position: absolute;
    top: 31px;
    left: 28px;
    color: #d3ad69;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
}


/* =========================================================
   THINGS TO KNOW
   ========================================================= */

.tf-cottage-info {
    padding: 88px 0 92px;
    background: #4f6672;
}

.tf-cottage-info .tf-kicker {
    color: #d3ad69;
}

.tf-cottage-info .tf-info-heading h2 {
    color: #fff;
}

.tf-cottage-info .tf-info-heading {
    max-width: 950px;
}

.tf-accordion {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.tf-accordion details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.tf-accordion summary {
    position: relative;
    padding: 26px 60px 26px 0;
    color: #fff;
    font-family: 'Calluna', Georgia, serif;
    font-size: 24px;
    line-height: 1.3;
    list-style: none;
    cursor: pointer;
}

.tf-accordion summary::-webkit-details-marker {
    display: none;
}

.tf-accordion summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    color: #d3ad69;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 300;
}

.tf-accordion details[open] summary::after {
    content: "−";
}

.tf-accordion-content {
    max-width: 1200px;
    padding: 0 60px 30px 0;
    color: rgba(255, 255, 255, 0.84);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.tf-accordion-content p {
    margin: 0 0 16px;
}

.tf-accordion-content p:last-child {
    margin-bottom: 0;
}

.tf-accordion-content ul,
.tf-accordion-content ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.tf-accordion-content a,
.tf-accordion-content strong,
.tf-accordion-content b {
    color: #fff;
}


/* =========================================================
   TESTIMONIAL SECTION
   Applies if your testimonial widget sits after the shortcode
   and you add class: tf-accommodation-testimonial
   ========================================================= */

.tf-accommodation-testimonial {
    padding: 82px 0;
    background: #f7f3eb;
}

.tf-accommodation-testimonial > .elementor-container,
.tf-accommodation-testimonial > .e-con-inner {
    width: min(1040px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.tf-accommodation-testimonial blockquote {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding-left: 80px;
    color: #2f342f;
    font-family: 'Calluna', Georgia, serif;
    font-size: 25px;
    line-height: 1.45;
}

.tf-accommodation-testimonial blockquote::before {
    content: "“";
    position: absolute;
    top: -18px;
    left: 0;
    color: rgba(97, 121, 109, 0.2);
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: 1;
}

.tf-accommodation-testimonial cite {
    display: block;
    margin-top: 18px;
    color: #8d6f3e;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: normal;
}


/* =========================================================
   AVAILABILITY
   ========================================================= */

.tf-availability {
    padding: 95px 0;
    background: #e7e0d3;
}

.tf-availability h2 {
    margin: 0 0 36px;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.1;
}

.tf-booking-calendar {
    padding: 34px;
    overflow: hidden;
    border-top: 4px solid #334f42;
    border-radius: 3px;
    background: #fff;
}

.tf-booking-calendar iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}


/* =========================================================
   SHARED BUTTON
   ========================================================= */

.tf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: #334f42;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.tf-button:hover,
.tf-button:focus {
    background: #4f665b;
    color: #fff;
    transform: translateY(-1px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
    .tf-airbnb-gallery {
        grid-template-rows: repeat(2, 245px);
    }

    .tf-cottage-intro {
        padding-top: 66px;
    }

    .tf-nutshell-panel {
        padding: 46px 36px;
    }

    .tf-nutshell-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tf-nutshell-item:nth-child(4n) {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .tf-nutshell-item:nth-child(2n) {
        border-right: 0;
    }

    .tf-nutshell-item:nth-last-child(-n + 4) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .tf-nutshell-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .tf-accommodation-detail-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .tf-accommodation-detail-heading {
        position: static;
    }

    .tf-accommodation-detail-heading h2 {
        max-width: 650px;
    }

    .tf-full-description {
        max-width: 760px;
    }

    .tf-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
    .tf-wrap {
        width: min(100% - 32px, 1180px);
    }

    .tf-airbnb-gallery {
        display: block;
        height: 430px;
    }

    .tf-airbnb-gallery-item {
        display: none;
    }

    .tf-airbnb-gallery-item:first-child {
        display: block;
    }

    .tf-show-photos {
        right: 16px;
        bottom: 16px;
    }

    .tf-cottage-intro {
        padding: 52px 0 36px;
    }

    .tf-cottage-main h1 {
        font-size: 43px;
    }

    .tf-short-description {
        font-size: 21px;
        line-height: 1.45;
    }

    .tf-nutshell-section {
        padding: 18px 0 58px;
    }

    .tf-nutshell-panel {
        padding: 34px 24px;
    }

    .tf-nutshell-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 22px;
    }

    .tf-nutshell-heading h2 {
        font-size: 38px;
    }

    .tf-nutshell-grid {
        grid-template-columns: 1fr;
        padding-top: 8px;
    }

    .tf-nutshell-item {
        min-height: 0;
        padding: 26px 0;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .tf-nutshell-item:last-child {
        border-bottom: 0 !important;
    }

    .tf-nutshell-value {
        font-size: 20px;
    }

    .tf-accommodation-detail {
        padding: 58px 0 68px;
    }

    .tf-accommodation-detail-inner {
        gap: 28px;
    }

    .tf-accommodation-detail-heading h2 {
        font-size: 39px;
    }

    .tf-full-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .tf-full-description h2 {
        font-size: 32px;
    }

    .tf-full-description h3 {
        font-size: 26px;
    }

    .tf-cottage-features,
    .tf-cottage-info,
    .tf-availability {
        padding: 64px 0;
    }

    .tf-info-heading {
        margin-bottom: 30px;
    }

    .tf-info-heading h2,
    .tf-availability h2 {
        font-size: 38px;
    }

    .tf-features-grid {
        grid-template-columns: 1fr;
    }

    .tf-feature-item {
        min-height: 0;
        padding: 24px 22px 24px 50px;
        font-size: 19px;
    }

    .tf-feature-item::before {
        top: 24px;
        left: 22px;
    }

    .tf-accordion summary {
        padding: 22px 46px 22px 0;
        font-size: 21px;
    }

    .tf-accordion-content {
        padding-right: 0;
    }

    .tf-accommodation-testimonial {
        padding: 62px 0;
    }

    .tf-accommodation-testimonial > .elementor-container,
    .tf-accommodation-testimonial > .e-con-inner {
        width: calc(100% - 32px);
    }

    .tf-accommodation-testimonial blockquote {
        padding-left: 48px;
        font-size: 21px;
    }

    .tf-accommodation-testimonial blockquote::before {
        top: -8px;
        font-size: 70px;
    }

    .tf-booking-calendar {
        padding: 18px;
    }

    .tf-photo-lightbox-header {
        padding: 16px 18px;
    }

    .tf-photo-lightbox-inner {
        width: calc(100% - 24px);
        margin-top: 20px;
    }
}
h4 {
    font-size: 1.2em;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5efe8c30 */@media (max-width: 767px) {
  .mihi-review-content blockquote {
    padding-right: 0 !important;
    font-size:24px !important;
    line-height: 1.4 !important;
  }
}/* End custom CSS */