.sidebar button { width: 100%; }
span.availability { line-height: 1em; }
.small { font-size: .8em !important; line-height: 1.1em !important; }

#header .btns .btn2 { background-color: #F7577D; }
#header .btn.btn-enquire::after { display: none !important; }

.pdfframe { width: 100%; aspect-ratio: 4/3; }
.image-scale-down { text-align: center; }

.howto-reserve > .container > .row { justify-content: center; }

.single-sidebar .info li img { margin-right: 20px; width: 50px; height: 30px; object-fit: contain; }

.cta-banner a { text-decoration: none !important;}

.included-features, .included-features .features-slider .icon, .included-features .features-slider::before { background-color: #4A96BF !important; }
@media (min-width: 1024px) {
    .included-features { padding: 60px 0; }
}

.accommodation-info-box .contact-info li:first-child { align-items: center !important; }

.product a .heading, .product a .info .title { color: #232021; }
.product a { text-decoration: none !important; }
.product .tag { position: absolute; top: 10px; left: 10px; z-index: 9; background: #F7577D; color: #fff; padding: 5px 10px; font-size: 14px; border-radius: 5px; font-family: "Luna Semi-Round", sans-serif; }

/* Virtual Tours */
.virual_tours { background: linear-gradient(to top, white 0%, #f8f0ed 100%); padding-top: 50px; padding-bottom: 50px; }
.virual_tours * { text-align: center; }
.virual_tours .container { display: flex; flex-direction: row; justify-content: center; gap: 30px; }
.virual_tours .container iframe { width: 50%; min-width: 300px; aspect-ratio: 16/9; }

.moving-heading h2 span { margin-right: 80px; }

@media (min-width: 1024px) {
    .ctas-block.v2 .slick-list { padding-top: 50px; }
}
@media (min-width: 1440px) {
    .ctas-block.v2 .slick-list { padding-top: 65px; }
}
@media (min-width: 768px) {
    .ctas-block.v2 .ctas-holder { margin-bottom: -10px; }
}
@media (min-width: 768px) {
    .ctas-block.v2 .text { padding-top: 75px;}
}
@media (min-width: 1200px) {
    .ctas-block.v2 .text { padding-top: 140px;}
}

/* Forms */
.gfield_label { font-size: 22px !important; font-family: "Luna Semi-Round", sans-serif !important; }
.gfield_required { margin-left: 10px; color: #ff0000; font-size: 0.8em; }
@media (min-width: 1024px) {
    .gf_name_has_2 { display: flex; flex-direction: row; justify-content: space-between; }
    .gf_name_has_2 > span { width: 48%; display: block; }
}

/* Blog */
body.single-post .hero-block img { width: 100%; height: auto; max-height: 500px; object-fit: cover; }

/* Cookie Notice */
#cn-notice-text { color: #000 !important; }
.cn-button { min-height: 0 !important; }

/* Change gradient colour */
.faqs-block.bg-gray-gradient {
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(240, 230, 217)));
	background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(240, 230, 217) 100%);
}

.gfield_visibility_hidden {
    left: -9999px;
    position: absolute;
    visibility: hidden
}

@media (max-width: 575px) {
    .page-id-1968 .header-right .btn-enquire {
        display: none!important;
    }
    .page-id-1968 #header {
        padding-top: 0px;
    }
}