@import url("https://use.typekit.net/hzi4njg.css");

/* Fonts 

font-family: "montserrat", sans-serif;
font-family: "questa-grande", serif;
font-family: "lust-stencil-fine", serif;
*/

/* Colors

Primary Greys - Darkest to Lightest
#2d2d2b, #565451, #797574, #A19D9C, #CDCBCB

Secondary Colours - Darkest to Lightest

ENNERDALE - #7A847B, #ACB1AB, #DCDCDA
LANGDALE - #2d2d2b, #BEC9C2, #E0E4E1
PATTERDALE - #CAB9A7, #D9D1C4, #EDE8E4
MARDALE - #A77C7A, #F2D9DA, FFF7F0

*/

* {
    -ms-high-contrast: none !important;
  }

.is-at-bottom {
    top: 0 !important;
}

html * {
    font-family: "montserrat", sans-serif;

}
body {
    overflow-x: hidden;
}

.overlap-left {
    margin-left:-100px;
}
.overlap-right {
    margin-right:-100px;
}

.wp-block-image.has-custom-border img {
    border-style:solid;
  }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "montserrat", sans-serif;
}

h2 {
    color: #2d2d2b;
    font-weight: bold;
    font-size: 2rem;
}

h4 {
    color: #2d2d2b;
}

h5 {
    font-weight: bold;
    font-size: 1.2rem;
}

.force-width img {
    width: 100%;
}

.page-content h2 {
    color:#2d2d2b;
}
.page-content h4 {
    color:#2d2d2b;
}
.wp-block-post-title {
    color:#2d2d2b;
}

.wp-block-query .wp-block-column img {
    border-radius:50%;
}

.wp-block-coblocks-accordion-item__content .wp-block-table * {
    font-size: 0.9rem !important;
}

.wp-block-coblocks-accordion-item__content .wp-block-table table {
    width: 99% !important;
}

/* Sticky header */
.sticky.is-stuck {
    margin-top: 0 !important;
}

/* Sticky header End */

.slick-arrow {
    font-size:1.6rem;
    cursor:pointer;
    color:#797573;
}
.slick-arrow:hover {
    opacity:0.5;
}

/* Feature News */
.feature-news {
    padding-top:2rem;
    background-color:#797573;
}
.feature-news img {
    margin-top:1rem;
}
.feature-news .h6 {
    max-width:300px;
    margin-left:50px;
}
.feature-news .h6 a {
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size:1.2rem;
}

.feature-news .h6 .authorname {
    display:inline-block;
    color:white;
    font-size:0.9rem;
}
/* Feature News End */

.close-button-ir {
    padding:.7rem 1rem;
    color:#fff;
    cursor:pointer;
}
.close-button-ir span {
    font-weight:200;
    font-size:4rem;
    line-height:4rem;
}
.close-button-ir .close-text {
    font-size:0.7rem;
    text-transform:uppercase;
    vertical-align: top;
}

/* Menu CSS */
.THC {
    opacity: 0;
    fill: none;
    stroke: black;
    stroke-width: 1;
    transition: all 3s ease-in;
}

.menu:hover .THC {
    opacity: 1;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: #797573;
    stroke-width: 10;
    transition: stroke-dasharray 1900ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 1900ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 149 200;
    stroke-dashoffset: -0.6;
}

.line2 {
    stroke-dasharray: 149 150;
}

.menu:hover .line1 {
    stroke-dashoffset: -495;
}

.menu:hover .line2 {
    stroke-dasharray: 0 300;
    stroke-dashoffset: -75;
}

/* Menu CSS End */

/* Video Header Code */

.home-header {
    background-image: url('../img/night-shot-in-page.webp');
    background-size: cover;
    background-position: center;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 98%);
    height: 0;
    overflow: hidden;
    margin-top: 0px;
    z-index: 4;
    background-color: #000;
}

.videoWrapper iframe {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 200%;
    width: 100vw;
}

.classics-tagline {
    width: 250px;
    margin: 0 auto;
    margin-top: -120px;
    margin-bottom: -120px;
    display: block;
    position: relative;
    z-index: 999;
}

@media print,
screen and (max-width: 2200px) {
    .videoWrapper {
        position: relative;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 75%);
        height: 0;
        padding-top: 0rem;
    }

}

@media print,
screen and (max-width: 1200px) {
    .videoWrapper {
        position: relative;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 95%);
        height: 0;
        padding-top: 0rem;
        margin-top: 0px;
    }

}

@media print,
screen and (max-width: 500px) {
    .home-slider {
        height: 195px !important;
    }
}

/* Video Header Code End */

.nav-dots {
    text-align:center;
}

.navdot {
    display:inline-block;
    height:10px;
    width:10px;
    background:#565451;
    margin-right:5px;
    border-radius:50px;
}

.navdot.active {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    border-radius: 50%; /* Ensures the element is circular */
    border: 2px solid #565451; /* Creates the border */
    background: transparent; /* Hollow center */
}

/* Gallery Format */

.image-container {
    display: flex;
    gap: 0.7rem;
    max-width: 75rem;
    width: 100%;
    margin-inline: auto;
    padding: 0 0rem;
    overflow: hidden;
}

.image-container .image {
    position: relative;
    width: 80px;
    height: 500px;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.image-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.image-container .image.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add a shadow */
    border-radius: 8px; /* Optional: Rounded corners */
}

.site-title-spaces {
    position: relative;
}

.site-title-spaces h1 {
    position: absolute;
    top: 48%;
    left: 14%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}

.sticky.is-stuck {
    z-index: 12;
}

.page-content .button {
    color: #2d2d2b;
    border: 2px solid #2d2d2b;
    text-transform: uppercase;
    border-radius: 30px;
}

.image-container .active {
    width: 100%;
}

.space-holder {
    background-size: cover;
    background-position: center;
}

.space-holder .h6 {
    padding-bottom: 1rem;
    color: white !important;
}

.space-holder .h6 a {
    color: white !important;
}

@media (max-width: 576px) {
    .image-container {
        flex-direction: column;
        max-width: 2000px;
        width: 100%;
        height: 400px;
    }

    .image-container .image {
        width: 100%;
        height: 60px;
        transition: height 0.5s ease-in-out;
    }

    .image-container .image img {
        width: 100%;
        height: 100%;
    }

    .image-container .active {
        height: 400px;
    }
}

/* Gallery End */
.subpage-header {
    position:relative; 
    overflow:hidden;
}

.subpage-header .videoWrapper {
    position: absolute;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 90%);
    height: 0;
    padding-top: 0rem;
    width: 100%;
    top: -25%;
}

.menu.dropdown a:hover {
    background-color: transparent;
}


header .menu > .current_page_item, header .menu > li:hover  {
    background-image:url('../img/cl-menu-roll-over.svg');
    background-size: 36px;
    background-position:bottom center;
    background-repeat:no-repeat;
}

header .menu>li.is-active.highlight>a {
    color: #fff !important;
}
.footer-bottom .menu a {
    text-align:right;
    color:white;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
    font-weight: 200;
    transform: all 0.5s ease-in;
}
.footer-bottom .menu a:hover {
    opacity:0.7;
}

nav {
    padding-top: 5px;
    padding-bottom: 10px;
}

header {
    background: #1a1a1a;
background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(31, 31, 31, 0.55) 100%);
    border-bottom: 0px solid white;
    position:absolute;
    left:0;
    width:100%;
    z-index:9999;
}

header .main-logo {
    padding-top: 12px;
    padding-bottom: 12px;
    max-height: 110px;
}

header button {
    color: #565451;
    text-transform: uppercase;
    font-size: 0.8rem;
}
header .menu {
    margin-top:1.5rem;
}
header .menu a {
    color:white;
}

header button i {
    font-size: 1.4rem;
    vertical-align: middle;
}

header .vert {
    display: flex;
    align-items: center;
}

header .vert p {
    margin-bottom: 0px;
}

footer {
    background: #f7f8f5;
}

footer .cell {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer h3 {
    color: white;
    font-weight: 500;
    font-size: 1.4rem;
}

footer p {
    color: #fff;
}

footer .small-print p {
    font-size: 0.7rem;
    padding-top: 1rem;
}

footer img {
    max-width: 100%;
}

/* Full width Halcyon Breakpoints */
.alignfull.wp-container-core-columns-is-layout-1 .wp-block-column.is-vertically-aligned-center>* {
    margin-left: 10%;
    margin-right: 5%;
}

.alignfull.wp-container-core-columns-is-layout-2 .wp-block-column.is-vertically-aligned-center>* {
    margin-right: 10%;
    margin-left: 5%;
}

.alignfull.wp-container-core-columns-is-layout-3 .wp-block-column.is-vertically-aligned-center.is-layout-flow>* {
    margin-left: 10%;
    margin-right: 5%
}

.alignfull.wp-container-core-columns-is-layout-4 .wp-block-column.is-vertically-aligned-center.is-layout-flow>* {
    margin-left: 5%;
    margin-right: 10%;
}
/* Breakpoints End */

.menu.accordion-menu a {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.related.products {
    clear: left;
}

.off-canvas.is-transition-overlap {
    z-index: 999999;
}

.home-container {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.home-container p, .page-content p {
    font-size:0.9rem;
}

.spacer {
    width: 100%;
    height: 50px;
}


footer h5 {
    color: #474d4a;
    font-size:1.8rem;
}

footer p {
    color: #474d4a;
}

footer a {
    color: #474d4a;
    font-weight: normal !important;
}

footer .social {
    font-size: 2rem;
}

.footer-bottom {
    background-color: #474d4a;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.footer-bottom p {
    color: #d0d2cf;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0rem;
    font-size: 0.7rem;
    font-weight: 300;
}

.footer-bottom p a {
    color: #fff;
}

.footer-links {
    margin-bottom: 1rem !important;
}

.footer-links a {
    font-size: 1.1rem;
    padding: 0px 10px;
    text-transform: uppercase;
}

.ir_banner {
    background-repeat: none;
    background-size: cover;
}

.news-header {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.share-bar {
    background-color: #797573;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.share-bar h4 {
    color: white;
    font-weight: 500;
}

.share-bar h4 i {
    font-size: 1.8rem;
    color: #fff;
}

.subpage-header {
    background-color: #cdcaca;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.site-title {
    color: #fff;
    padding-top: 28rem;
    padding-bottom: 2rem;
    margin-bottom: 0rem;
    position: relative;
    z-index: 999;
}

.site-title h1 {
    color: #fff !important;
    padding-bottom: 0rem;
    margin-bottom: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.site-title p,
.site-title a {
    margin-bottom: 0rem;
}

.single-title {
    background-color: #2d2d2b;
}

.single-title h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.single-title h1 span {
    display:block;
    font-weight:100;
    font-size:1rem;
    text-transform:capitalize;
}

.news-single-title {
    padding-bottom:1rem;
}

.news-single-title h1 {
    padding-top: 1rem;
    padding-bottom: 0rem;
}
.news-single-title p {
    font-size:0.9rem;
    color:#fff;
    font-weight: 300;
    padding-top: 0.5rem;
}

.sticky-container {
    z-index: 17;
}

.mobile-bar {
    background-color:#cdcaca;
    position: fixed;
    z-index: 16;
    width: 100%;
    top: 0;
    min-height:56px;
}
.mobile-bar p {
    margin-bottom:0;
}
.mobile-bar p span {
    text-transform:uppercase;
    color:#565451;
    font-size: 0.8rem;
}

.features-archive .h6 {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size:1.3rem; 
    margin-left:10px;
    color: #fff !important;
    padding-top:10px;
}

.features-archive .h6 a {
    color: #fff !important;
}

.space-holder .h6 a {
    color: white !important;
}

.features-archive .h6 a:hover {
    color: #797573 !important;
    transition: 1s all ease-in;
}

.programme-inner {
    padding: 30px;
    text-align: center;
    transition: 1s all ease-in;
}
.slick-center .programme-inner {
    transform:scale(1.2);
}


.off-canvas {
    background-color: #474d4a;
    padding: 1rem;
    width: 340px;
    -webkit-transform: translateX(-340px);
    -ms-transform: translateX(-340px);
    transform: translateX(-340px);
}

.hotel-slider.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}
.hotel-holder {
    background-position:center;
}

.off-canvas .menu .active>a {
    color: #fff !important;
}

.bottom-margin {
    margin-bottom: 1rem;
}

.menu a {
    color: #171f47;
}

header .button {
    margin-top: 1rem;
    border: 1px solid #565451;
    color: #565451;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 30px;
    margin-left: 20px;
    min-width: 140px;
}

header .button:hover {
    border-color: #fff;
    color: #fff;
    border-radius: 5px;
    transition: all 1.2s ease;
}

.dropdown.menu>li>a {
    padding: 0.4rem .7rem;
}

.menu .active>a,
.button {
    background-color: transparent;
}

.menu .active>a {
    color: #fff !important;
    opacity:0.8;
}

.quote {
    width: 25%;
}

.alignwide {
    margin-left: -80px;
    margin-right: -80px;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width:100%;
    height:auto;
}

.alignfull .wp-block-cover__inner-container {
    max-width: 72rem;
}

.quote img {
    height: 10%;
    width: 10%;
    padding-right: 5px;
}

.with_frm_style select {
    background-position-x: right;
}

/* Override for Wordpress a class on links */
.white-text a {
    color: #fff !important;
}

.white-text {
    color: #fff !important;
}

.author-information-bar {
    background-color:#cdcaca;
    color:#2d2d2b;
    padding-top:2rem;
    padding-bottom:2rem;
}
.author-information-bar * {
    color:#2d2d2b;
}
.author-information-bar h3 {
    text-transform:uppercase;
    font-weight:bold;
}
.ico {
    width: 10%;
    margin: 0.5rem;
}

.ir_messages {
    margin-bottom: 3rem;
}

.ir_phone {
    font-weight: 600;
}

.action-bar {
    position: sticky;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    background-color:#f7f8f5;
    padding:0.5rem;
    animation: bg linear both;
    animation-timeline: scroll(root);
}

@keyframes bg {
    0% {
        bottom: -100px;
        background: #f7f8f5;
    }
    25% {
        bottom:0;
    }
    100% {
        bottom:0;
        background: #f7f8f5;
    }
}


.action-bar .button {
    border-radius: 2px;
    text-transform: uppercase;
    background-color:rgba(71, 77, 74, 0.1);
    border:1px solid rgb(71, 77, 74);
    color: #474d4a;
    width: calc(50% - 0.4rem);
    margin-bottom:0;
}
.action-bar .button:hover {
    background-color:rgba(71, 77, 74, 1);
    color:#fff;
}
.action-bar .button:nth-child(1){
    margin-right:0.5rem;
}

.services-slider .callout {
    background-color: #F2F2F2;
    border-width: 0px;
    padding: 0;
    border-bottom: 5px solid #2d2d2b;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.services-slider .callout .content {
    padding: 1rem;
}

.services-slider .callout .button {
    margin-bottom: 0;
}

.services-slider .callout .h6 {
    color: #293956;
    text-transform: uppercase;
    font-weight: 500;
}

.slick-prev:before,
.slick-next:before {
    color: #2d2d2b;
}

.services-archive .callout {
    background-color: #F2F2F2;
    border-width: 0px;
    padding: 0;
    border-bottom: 5px solid #a65b00;
}

.services-archive .callout .content {
    padding: 1rem;
}

.services-archive .callout .button {
    margin-bottom: 0;
}

.services-archive .callout p {
    font-size: 0.9rem;
    min-height: 115px;
}

.services-archive .callout .h6 {
    color: #293956;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    min-height: auto;
    min-height: 75px;
}

.mobile-buttons {
    margin-bottom: 0;
    margin-top: 5px;
}

.mobile-buttons .button {
    margin-bottom: 0px;
}

.button-icon {
    display: inline-block;
    width: 35px;
    margin-top: -3px;
}

.basket-icon {
    width: 30px;
    margin-top: -15px;
    margin-left: 8px;
}

.projects {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.projects .callout {
    background-color: #F2F2F2;
    border-width: 0px;
    padding: 0;
    border-bottom: 5px solid #a65b00;
}

.projects .callout .content {
    padding: 1rem;
}

.projects .callout .button {
    margin-bottom: 0;
}

.projects .callout .h6 {
    color: #293956;
    text-transform: uppercase;
    font-weight: 500;
}

.quote-slider {
    background-color: #f2f2f2;
    padding: 2rem;
    border-bottom: 4px solid #a65b00;
    margin-bottom: 1rem;
}

.slick-dots {
    left: 0;
    bottom: -30px;
}

.visit .bg-setter {
    background-image: url('../img/map-section-background.jpg');
    background-size: cover;
    background-position: center;
}

.visit .bg-setter .callout {
    color: #fff;
    background-color: transparent;
    border-width: 0px;
    margin-left: 2rem;
    margin-top: 1rem;
}

.visit .bg-setter .callout h2 {
    color: #fff;
}

.blog {
    padding-bottom: 2rem;
    background-image: url('../img/faded-ship.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
}

.blog .blog-output ul {
    list-style: none;
    margin-left: 0;
}

.blog .blog-output ul li a {
    border-bottom: 1px solid #f2f2f2;
    padding: 0.5rem;
    display: block;
    color: #122444;
    border-left: solid 4px #a65b00;
    margin-bottom: 0.5rem;
}

.blog .blog-output ul li a:hover {
    opacity: 0.8;
}

.quotes-output {
    padding-top: 3rem;

    padding-bottom: 1rem;
}

.ir_banner {
    position: relative !important;
    background-color: #A19D9C;
    min-height: 700px;
}

.ir_banner .content-area {
    z-index: 999;
    min-height: 0;
    padding-left: 0rem;
    padding-bottom: 1rem;
    padding-top: 4rem;
    position: relative;
}

.ir_banner .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 33, 74, 0.6);
    opacity: 0;
}

.ir_banner .content-area h1 {
    color: #1e3561 !important;
    padding-bottom: 0rem;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.9375rem;
    line-height: 1.4;
    margin-top: 0;
}

.ir_banner .content-area .button:nth-child(even) {
    background-color: #fff;
    color: #122444 !important;
}

.button:hover,
.wp-block-button__link:hover {
    opacity: 0.7;
    background-color: transparent;
}

.button:focus,
.wp-block-button__link:focus {
    color: #fff;
    background-color: transparent !important;

}

.ir_banner .h3 {
    color: #fff !important;
    font-weight: 500;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
}

.ir_banner .h5 {
    color: #fff !important;
}

.shadow {
    text-shadow: 2px 2px 4px #000;
}

.ir_banner .button {
    font-weight: 600;
}

.ir_banner>div {
    position: relative;
}

.ir_banner {
    overflow: hidden;
}

.header-robot {
    position: absolute;
    width: 15%;
    bottom: 0px;
}

.ir_welcome {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fff;
}

.ir_answers h2 {
    padding-top: 2rem;
    padding-top: 2rem;
    color: #fff;
}

.case-study-1 {
    background-color: #e3962c;
    padding-top: 6rem;
}

.case-study-1 img {
    width: 50%;
}

.case-study-1-text {
    background-color: #fff;
}

.site-title .side-left {
    margin-top: -1rem;
}


.wp-element-button {
    border-radius: 2px;
    text-transform: uppercase;
    background-color:rgba(255, 255, 255, 0.2);
    border:1px solid #474d4a;
    color: #474d4a;
}

:root :where(.is-layout-flex).alignfull {
    gap: 0px;
}

.wp-element-button:hover,
.frm_button_submit:hover,
.page-content .button:hover {
    border-radius: 5px !important;
    transition: all 1.2s ease;
}

.page-content {
    padding-bottom: 0rem;
    overflow-x: hidden;
}

.page-content p {
    font-size: 1rem;
}

.page-content h3 {
    font-size: 1.5rem;
}

.page-content h4 {
    font-size: 1.3rem
}

.page-content #frm_form_2_container {
    max-width: 56rem;
}

.page-content .wp-block-quote h4 {
    color: #1D2847;
    padding-left: 2.6rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 2rem;
    font-size: 1.5rem;
    font-weight: normal;
}

.slick-dots li button:before {
    content: "";
    background-color: #797573;
    border-radius:50%;
}

#menu-quick-links {
    list-style: none;
    margin-left: 0;
}

.wp-block-buttons {
    background-color: transparent;
}

.wp-block-buttons:hover {
    background-color: transparent;
}

.ir_header nav {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.with_frm_style select.frm_time_select {
    padding-right: 25px;
}

#field_cakuu-0 {
    width: 10% !important;
}

.frm_checkbox input,
.frm_checkbox label {
    color: #fff;
}

#field_cakuu_label {
    display: block !important;
}

.frm_form_fields legend,
.frm_verify {
    display: none;
}

.accreds-slider {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons .facebook {
    background-position: 0 0;
}

.social-icons .twitter {
    background-position: 165px 0px;
}

.social-icons .instagram {
    background-position: 123px 0px;
}

.social-icons .youtube {
    background-position: 81px 0px;
}


.ir_messages p {
    margin-bottom: 0px !important;
}

.menu-green {
    background-color: #0c2719 !important;
    width: 100%
}

/* .menu-icon {
    height: 42px;
}
.menu-icon::after {
    top:14px;
    left:5px;
    width:20px
} */


nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav.fill ul li a {
    position: relative;
}


nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #f08013;
    height: 1px;
}


nav.fill ul li a {
    transition: all 2s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}

nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}






/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #f08013;
    }
}


.cta>.has-background {
    border-top-right-radius: 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0px;
    padding: 2rem;
    color: #fff;
}

.cta>.has-background h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

table img {
    width: 70%;
}


.back-button {
    border: 2px solid white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 1rem;
}

.back-button i {
    color: white;
    width: 76px;
    font-size: 52px;
    line-height: 80px;
    text-align: center;
}


.big-numbers {
    margin-left: 2.25rem
}

.big-numbers {
    list-style: none;
    /* Removes the default list styling */
    counter-reset: list-counter;
    /* Resets the counter for custom numbering */
    padding: 0;
}

.big-numbers li {
    counter-increment: list-counter;
    /* Increments the custom counter */
    display: flex;
    /* Allows alignment of number and text */
    align-items: start;
    /* Vertically centers the text */
    margin-bottom: 0.8rem;
    /* Adds spacing between list items */
    line-height: 1.5rem;
}

.big-numbers li::before {
    content: counter(list-counter, decimal-leading-zero) ". "; ;
    /* Displays the counter value */
    font-size: 2.5rem;
    /* Makes the number larger */
    font-weight: bold;
    /* Makes the number bold */
    color: #2d2d2b;
    /* You can customize the color */
    margin-right: 1rem;
    /* Adds spacing between number and text */
    min-height: 50px;
    padding-top: 6px;
}
#frm_form_2_container {
    max-width: 500px;
}
#frm_form_2_container .frm_submit {
    text-align:left;
}
#frm_form_2_container .frm_submit .frm_button_submit {
    box-shadow: 0 0px 0px #eeeeee;
}

.cpd>.wp-block-column {
    padding: 1.5rem;
    color: #fff;
}

.googlecss {
    width: 49vw;
    height: 400px;
}

.menu-logo {
    width: 180px;
    margin-left: 1rem;
    margin-top: 2rem;
}

.googlecover {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table>thead:first-child,
table>tbody:first-child tr:first-child {
    background: #2d2d2b;
    color: white;
}

.wp-block-table td,
.wp-block-table th {
    border-width: 0px;
}

.wp-block-query ul {
    margin-left:0px;
}

@media(max-width: 1250px) {


    :root :where(.is-layout-flex).alignfull {
        gap: 0em;
    }
    
}


@media(max-width: 1240px) {
    .ir-home-response-tag {
        padding:1em;
    }
}

@media only screen and (max-width: 970px) {

    .overlap-left {
        margin-left:-50px;
    }
    .overlap-right {
        margin-right:-50px;
    }

    header .menu {
        margin-top:0.5rem;
    }
    header .menu a {
        font-size:0.9rem;
        padding:0.3rem 0.4rem !important;
    }
    .services-archive .callout .h6 {
        font-size: 0.9rem;
    }

    .wp-block-columns.alignfull {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    :root :where(.is-layout-flex).alignfull {
        gap: 2em;
    }
}

@media only screen and (max-width: 775px) {

    .alignfull {
        /* padding-left: 1rem;
        padding-right: 1rem; */
    }
    .wp-block-columns.alignfull {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .alignfull.wp-container-core-columns-is-layout-1 .wp-block-column.is-vertically-aligned-center>* {
        margin-left: auto;
        margin-right: auto;
    }
    .alignfull.wp-container-core-columns-is-layout-2 .wp-block-column.is-vertically-aligned-center>* {
        margin-right: auto;
        margin-left: auto;
    }
    .alignfull.wp-container-core-columns-is-layout-3 .wp-block-column.is-vertically-aligned-center.is-layout-flow>* {
        margin-left: auto;
        margin-right: auto;
    }
    .alignfull.wp-container-core-columns-is-layout-4 .wp-block-column.is-vertically-aligned-center.is-layout-flow>* {
        margin-left: auto;
        margin-right: auto;
    }
    .alignfull {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        max-width: 100vw;
        width: calc(100vw - 0px);
    }
    .ir-responsive-triggers .is-vertically-aligned-center {
        padding:1rem;
    }
}



@media only screen and (max-width: 640px) {

    .overlap-left {
        margin-left:0px;
    }
    .overlap-right {
        margin-right:0px;
    }

    .site-title h1 {
        font-size:2rem;
        line-height:2rem;
    }
    .site-title {
        padding-top: 16rem;
        padding-bottom: 0rem;
    }
    .subpage-header .videoWrapper {
        top:0%;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 150%);
        width: 150%;
        left: -25%;
    }
    .subpage-header .videoWrapper video {
        width:100%;
    }

    .classics-tagline {
        width: 200px;
        margin: 0 auto;
        margin-top: -96px;
        margin-bottom: -100px;
    }

    .footer-links a {
        font-size: 0.7rem;
        padding: 0px 2px;
        text-transform: uppercase;
    }

    .page-content h3 {
        font-size: 1.2rem;
    }
    header .vert-holder button.menu {
        opacity:0;
    }
    .mobile-menu {
        z-index: 99999;
        font-size: 0.9rem;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        float: right;
    }
    header {
        border-bottom: 0px solid white;
    }
   
    :root :where(.is-layout-flex).alignfull {
        gap: 2em;
    }

    header .button {
        padding: 7px;
        margin-left: 0;
        min-width: auto;
        font-size: 0.7rem;
    }

    .slider-back {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mobile-buttons .button {
        width: 48%;
        margin-bottom: 5px;
        font-size: 0.9rem;
        margin-left: 1%;
        border-radius: 12px;
    }

    .ir_header {
        padding-top: 5px;
    }

    .ir_banner .content-area {
        padding-left: 1rem;
        padding-bottom: 1rem;
    }

    .ir_banner .content-area h3 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .ir_banner .content-area p {
        font-size: 1rem;
    }

    .videoWrapper video {
        width: 101vw;
    }

    .ir_banner>div {
        min-height: 33vh;
    }

    .action-bar a {
        font-size: 1rem !important;
    }

    .stars2 {
        vertical-align: middle;
    }

    .home-container h2 {
        font-size: 1.7rem;
    }

    .services-slider .callout {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    .mobile-buttons {
        padding-top: 0.8rem;
    }
}

@media only screen and (max-width: 600px) {

    .cell.small-5.medium-2.large-2.text-center.medium-text-right {
        margin-top: 0rem !important;
    }

    .home-container .wp-block-column {
        margin-bottom: 1rem;
    }

    footer .menu.vertical a {
        text-transform: none;
    }

    footer .menu.vertical {
        margin-bottom: 1rem;
    }


    .wp-block-columns.timeline {
        border-top: 0px solid white;
    }

    .wp-block-columns.timeline>.wp-block-column:last-child::after {
        display: none;
    }

    .wp-block-columns.timeline>.wp-block-column::before {
        display: none;
    }
}

.hotel-holder {
    min-height:400px;
}


@media only screen and (min-width: 2000px) {
    .features-archive .h6 {
        padding-top:40rem !important;
        min-height:400px;
    }
}

.programme-slider .h6, #more-news .h6, .feature-single-loop .h6 {
    padding-top:0rem !important;
    min-height:auto !important;
}
#more-news .h6 span {
    display:inline-block;
    font-weight: 100;
    font-size: 0.9rem;
}

.wp-block-cover.alignfull:has(.wp-block-cover__background.has-background-dim-100.has-background-dim) {
    background-color: black;
}

.author-image {
    border: 2px solid white;
    border-radius: 50%;
    max-width: 200px;
    display: block;
    margin: auto;
}

/* Full-width Vimeo video embed */
.embed-container,
.wp-block-embed {
    position: relative;
    width: 100vw;
    /* Full width */

    padding-bottom: 56.25%;
    /* Maintain 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 500px;
    border: 0;
}

a:focus, a:hover {
    color: inherit;
}

.space-holder {
    position: relative;
    background-color:#2d2d2b;
}

.irspaceslider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 43, 0);
    /* Initially transparent */
    transition: background 0.3s ease;
    z-index: 1;
    /* Place the overlay on top of the background image */
}

.irspaceslider .active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 43, 0.5);
    /* Initially transparent */
    transition: background 0.3s ease;
    z-index: 1;
    /* Place the overlay on top of the background image */
}

.irspaceslider:hover .overlay {
    background: rgba(45, 45, 43, 0.5);
    /* Semi-transparent black on hover */
}