/*
Theme Name: Life AFloat
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* BASE */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #11251A;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
    /* outline: 1px solid red !important; */
}

html{
    overflow-x: hidden !important;
  }
  
body {
    font-family: "Source Sans 3", sans-serif;
    overflow-x: hidden !important;
    display: grid;
    position: relative;
}

.float-book-now {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 2;
    width: 145px;
    aspect-ratio: 1/1;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #FAD465;
    display: grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-family: "IM Fell English", serif;
}

.float-book-now a {
    font-size: 40px;
}

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

    .float-book-now {
        width: 100px;
    }

    .float-book-now a {
        font-size: 25px;
    }
}

@media only screen and (max-width: 320px) {
    body, header, main, section, footer {
    width: 320px;
    }
}


/* LAYOUT */


section, article, main, nav, header, #primary, footer {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}


/* BUTTON LINKS */
.all-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.25em !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: Pointer;
    border-radius: 40px;
    justify-self: center;
    padding: 0.5em 2.5em;
    font-family: "Source Sans 3", sans-serif;
}

.green-button {
    background-color: #B4BD62;
    border: 1px solid #B4BD62;
    color: #fff;
}

.dark-green-button {
    background-color: #6C977B;
    border: 1px solid #6C977B;
    color: #fff;
}






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

    .all-button {
        font-size: 1em !important;
        padding: 0.7em 2em;
    }
}





/* TEXT */
h1, h2, h3, h4, h5, h6{
    font-family: "IM Fell English", serif;
    line-height: 1.2;
}

h1{
    font-size: 3.75em;
}

h2{
    font-size: 3.125em
}

h3{
    font-size: 2.188em;
}

h4{
    font-size: 1.688em;

}

p, li{
    font-size: 1.125em;
    line-height: 2;
    font-weight: 300;
    word-break: break-word;
    font-family: "Source Sans 3", sans-serif;
}


label {
    font-size: 1.25em;
    text-transform: uppercase;  
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #8AC53F;
    font-family: "Source Sans 3", sans-serif;
}

img {
    width: 100%;
}

ul.main-nav{
  padding: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

a {
  cursor: Pointer !important;
  text-decoration: none;
}



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

    h1,  h1 span{
        font-size: 2.188em;
    }
    
    h2{
        font-size: 2.188em;

    }
    
    h3{
        font-size: 1.563em;
    
    }
    
    h4{
        font-size: 1.25em;
    }
        
    p , li{
        font-size: 1.125em;
        line-height: 1.5;
    }   
    
    label {
        font-size: 18px;
    }

}

/* WP CONTENT */
.wp-content-section {
    grid-column: 4 / 14;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2em;
    margin: 5em 0;
    text-align: center;
    justify-items: center;
}

.wp-content-section ul li {
    font-size: 20px;
    font-weight: 300;
}


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

    .wp-content-section {
        grid-column: 2 / 16;
    }

}

/* 404 PAGE */

section.error{
    min-height: 60vh;
    align-content: center;
    grid-column: 2 / 16;
}

section.error h1 {
    color: #0E2D4B;
    text-align: center;
    grid-column: 2 / 16;
}

section.error p {
    text-align: center;
    grid-column: 2 / 16;
}



/* CONTACT DETAILS */

.side-menu-contact-info  {
    gap: 1em;
    justify-items: center;
    padding: 1em 1.5em;
    background-color: #6C977B;
    flex-wrap: wrap;
    display: grid;
}

.side-menu-contact-info a,
.side-inner-contact-details {
    color: #fff;
    font-weight: 600;
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-size: 16px;
    word-break: break-all;
    text-transform: none !important;
    line-height: 1.3;
}

.side-inner-contact-details strong {
    color: #fff;
}
.side-inner-contact-details i {
    color: #FAD465;
}

.social-details {
    gap: 1em;
}

.side-menu-contact-info span {
    font-weight: 300;
    color: #fff;
}

.header-tel {
    font-size: 18px;
}

.side-menu-contact-info i {
    color: #FAD465;
    padding-right: 0.2em;
}

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

    .side-menu-contact-info  {
        grid-column: 1 / 17;
        display: grid;
        justify-content: center;
        justify-items: center;
        padding: 0.8em 2em;
    }

    .responsive-menu a i {
        color: #FAD465;
    }

    .side-menu-contact-info i,
    .side-menu-contact-info a{
        font-size: 16px;
        padding: 0;
    }

    .side-menu-contact-info.side-menu-contact-info-mobile
    .side-inner-contact-details:first-of-type {
        display: none !important;
    }

    .side-menu-contact-info span {
        display: none;
    }
}









/* MENU BAR DESKTOP VIEW */

.grid-header-section {
    display: grid;
    z-index: 2;
    background-color: #6C977B;
}

@media only screen and (min-width: 1100px) {
  body {
    padding-left: 320px !important;
    box-sizing: border-box;
  }

  #page, .site, .site-content, #primary {
    box-sizing: border-box;
    max-width: 100%;
  }


}



/* Desktop: fixed side menu */
@media only screen and (min-width: 1100px) {

    .contact-banner,
    .side-menu-contact-info,
    .grid-header-outer,
    .header-menu,
    .header-logo-img {
        transition: all 0.25s ease;
    }

    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }

    .grid-header-outer {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 320px;                
        background-color: #6C977B; 
        display: grid;
        grid-template-rows: 1fr auto 1fr;
        align-items: start;
        padding: 1.25em 0;
        z-index: 99999999;
        overflow: hidden;            
        grid-column: auto; 
        box-shadow: 5px 5px 5px #11251A1A;        
    }

    .inner-header-logo-background {
        display: grid;
        justify-content: center;
    }

    .header-logo-img {
        max-width: 221px;
    }

    .header-menu {
        display: block;
        padding: 0 1.5em;
        overflow: auto;
        align-self: center;
        height: 100%;
    }

    .header-menu ul {
        display: grid;
        gap: 0.25em;
        text-align:  center;
        justify-content: center;        
    }

    .header-menu ul li {
        list-style: none;
        margin-left: 0;
        border-bottom: 2px solid rgba(170, 221, 202, 0.25);
    }

    .header-menu ul li:last-child {
        border: none;
    }

    .menu-item a{
        display:block;
        padding:0.65em 0.25em;
        position:relative;
        padding-left: 1em;
    }

    .footer-box .menu-item a{
        padding: 0;
    }

    .menu-item > a::after{
        content:"\f054";
        font-family:"Font Awesome 7 Pro";
        font-weight:900;
        font-size:1em;
        color:#FAD465;
        margin-left:0.5em;
        opacity:0;
        transform:translateX(-4px);
        transition:opacity .15s ease, transform .15s ease;
    }

    .menu-item:hover > a::after{
        opacity:1;
        transform:translateX(0);
    }

    .menu-item.current-menu-item > a::after,
    .menu-item.current-menu-ancestor > a::after,
    .menu-item.current-menu-parent > a::after{
        opacity:1;
        transform:translateX(0);
    }

    .menu-item a span{
        color: #fff;
        font-weight: 600;
        font-size: 18px; 
        text-transform: uppercase;
    }

    .main-nav > .menu-item > a > span i {
        color: #fff;
    }

    #header.header--compact .contact-banner {
        display: none;
    }

    #header.header--compact .header-logo-img {
        display: block;
    }

    #header.header--compact .grid-header-outer {
        margin: 0;
        padding: 1.25em 0;
        grid-column: auto;
    }

    .menu-item .sub-menu,
    .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }

    .menu-item:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        background-color: #F5EEED;
        text-align: left;
        z-index: 999999999 !important;
        position: absolute;
        left: 100%;
        top: 0;
        width: 320px;
        border-radius: 10px;
        padding: 1em;
        height: auto;
        align-content: start;
    }

    .menu-item > .sub-menu > li {
        box-sizing: border-box;
    }

    .menu-item > .sub-menu > li a span {
        color: #212451;
    }

    .menu-item .sub-menu .menu-item:hover > .sub-menu {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }

    .menu-item > .sub-menu > .menu-item {
        border-top: 1px solid #fff;
        width: 100%;
        padding: 5px 0;
    }

    .menu-item > .sub-menu > .menu-item:first-of-type {
        border: none;
    }

    .menu-item > .sub-menu > .menu-item > a {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5em;
    }

    .sub-menu .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sub-menu .menu-item-has-children > a:hover {
        background-color: #fff;
        border-radius: 10px;
    }

    /* Sub-sub menu pops further right */
    .menu-item .sub-menu .menu-item:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        background-color: #F5EEED;
        padding: 1em;
        text-align: left;
        z-index: 999999999 !important;
        position: absolute;
        left: 100%;
        top: 0;
        border-radius: 10px;
        width: 320px;
        height: auto;
        align-content: start;
    }

}


    /* Contact CTA button keeps style */
    .contact-menu-link a {
        font-weight: 600;
        text-transform: uppercase;
        min-width: 145px;
        padding: 0.5em 2em;
        border-radius: 25px;
        background: #B4BD62;
        color: #fff;
        display: inline-block;
        margin-top: 0.75em;
    }


/* RESPONSIVE MENU UNCLICKED */

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

.grid-header-section {
        box-shadow: 5px 5px 5px #11251A1A;
    }

    .grid-header-container, .contact-banner {
        display: none;
    }

    .info-header-bar {
        display: flex;
        grid-column: 1 / 17;
        text-align: center;
        background-color: #6C977B;
        padding: 1em;
        justify-content: space-evenly;
    }

    .inner-info-header-bar p,
    .inner-info-header-bar i{
        color: #fff;
        margin: 0;
    }

    .inner-grid-header {
        display: grid;
        grid-column: 2/16;
        grid-template-columns: repeat(3, auto);
        align-items: center;
        padding: 1em 0;
    }

    .inner-grid-header .header-logo {
        max-width: 231px;
    }

    .grid-header-outer,
    .outer-banner-message-outer,
    .info-header-bar,
    .inner-grid-header {
        display: none;
    }

    .header-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column: 2 / 16;
        align-self: center;
        margin: 1em 0;
        z-index: 20;
        align-items: center;
        gap: 0;
    }

    .header-bar img{
        max-width: 123px;
        width: 100%;
        object-fit: contain;
    }

    .mobile-icons {
        background-color: #212451;
    }

    .mobile-info-header-bar {
        grid-column: 2/16;
        padding: 0.5em 0;
        text-align: center;
    }

    .mobile-inner-info-header-bar:not(:first-of-type) {
        display: none;
    }

    .mobile-inner-info-header-bar p,
    .mobile-inner-info-header-bar i{
        color: #F4F0F0;
    }

    .mobile-inner-grid-header {
        justify-self: end;
    }

    .mobile-inner-grid-header .account-cart {
        gap: 1em;
        display: flex;
        align-items: center;
    }

    .mobile-inner-grid-header .account-cart i {
        color: #fff;
        font-size: 18px;
     }

     .mini-cart-toggle {
        width: auto !important;
        background: transparent;
        border: none;
     }

    .responsive-menu {
        align-self: center;
    }

    #sidebar-menu ul li a:hover{
        color:#5BBDB2;
    }

    .menu-icon {
        width: 37px;
        height: 6px;
        background-color: #fff;
        margin: 3px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: #F4F0F0;
    }

    #hamburger-input{
        display: none;
    }

    #hamburger-menu {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    #hamburger-menu #sidebar-menu {
        grid-template-columns: 1fr;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        background-color: #6C977B;
        transition: 0.3s;
        box-sizing: border-box;
        z-index: 20;
        padding: 2em 0 0;
    }

    /* Scroll Side Menu */
    #sidebar-menu {
        min-height: 100vh;
        overflow-y: auto;
        height: 100%;
    }

    /* Hide sub-menu by default */
    .sub-menu.hidden {
        display: none;
    }

    .inner-side-menu-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        justify-content: space-evenly;
        background-color: #212451;
        padding: 1.2em;
    }

    .mobile-inner-grid-header-inner {
        justify-self: start;
    }

    .inner-side-menu-inner img{
        max-width: 123px;
    }

    .inner-side-menu-inner a {
        justify-content: center;
    }

    .account-cart-mobile {
        display: flex;
        gap: 1em;
        justify-content: end;
    }

    #hamburger-menu ul li ul,
    #hamburger-menu ul li ul li ul {
        height: auto;
    }

    #hamburger-menu li {
        list-style-type: none;
        padding: 1em;
        justify-self: center;
    }

    #hamburger-menu a {
        text-decoration: none;
        transition: transform 0.5s;
        align-items: center;
        display: flex;
        text-transform: capitalize;
        justify-content: center;
    }

    #hamburger-menu i {
        font-size: 28px;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }


    #side-nav li > a > span,
    #side-nav li > .menu-link-wrapper > a > span,
    .main-nav > .menu-item > .sub-menu > .menu-item > a,
    .main-nav > .menu-item > .sub-menu > .menu-item > .menu-link-wrapper > a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
    }

    #side-nav .sub-menu .sub-menu li > a > span {
        font-weight: 400;
    }

    #side-nav > li {
        margin: 0;
    }

    /* SUB MENU */

    #hamburger-menu ul .sub-menu{
        width: auto;
    }

    #hamburger-menu li .sub-menu .menu-item {
        list-style-type: none;
    }

    #hamburger-menu li .sub-menu .menu-item:nth-last-child(1) {
        border-bottom: none;
    }

    #hamburger-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    /* SUB SUB MENU */

    #hamburger-menu ul .sub-menu li .sub-menu {
        padding: 0;
        gap: 0;
    }

    #hamburger-menu ul .sub-menu li .sub-menu li {
        margin: 0;
    }

    .menu-link-wrapper {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
    }

    .side-nav .menu-item .sub-menu .menu-item-has-children {
        padding: 1em 0 !important;
    }

    .side-nav .menu-item .sub-menu .menu-item-has-children .menu-link-wrapper {
        padding: 0 1em;
    }

    .side-nav .menu-item .sub-menu .dropdown-open {
         padding: 1em 0 0 !important;
    }

    .side-nav .menu-item .sub-menu .dropdown-open .menu-link-wrapper {
        padding: 0 1em 1em !important;
    }

    .toggle-icon::before {
        content: '\f078';
        font-family: "Font Awesome 7 Pro";
        font-weight: 900;
        font-size: 1em;
        color: #FAD465;
        cursor: pointer;
    }

    .toggle-icon.open::before {
        content: '\f077';
    }

    .mobile-social-media i {
        font-size: 24px !important;
        width: 24px !important;
        color: #fff !important;
        justify-content: normal !important;
    }

    .side-nav li .sub-menu li {
        margin-left: 0;
    }
}









/* MAIN HEADER */

.main-banner{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  min-height: 85vh;
}

.outer-main-banner {
    display: grid;
    grid-column: 1/17;
    position: relative; 
    z-index: 1; 
    align-content: start;
}

.header-contents {
    display: grid;
    gap: 1em;
    text-align: center;
    padding: 4em 0 0;
}

.sub-header {
    padding: 3em 0;
}

.beige-header h1, .beige-header p,
.white-header h1, .white-header p {
    color: #11251A !important;
}


.sub-header.has-featured-bg{
  background:
    linear-gradient(279deg, #aaddca00 0%, #6c977b 100%) 0% 0% no-repeat padding-box,
    var(--subheader-bg-image) center / cover no-repeat;
}

.sub-header.has-featured-bg .inner-blog-header{
  background: transparent !important;
}

@media (max-width: 800px){
  .sub-header.has-featured-bg{
    background:
      linear-gradient(0deg, #aaddca00 0%, #6c977b 100%) 0% 0% no-repeat padding-box,
      var(--subheader-bg-image) center / cover no-repeat;
  }
}



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

    .header-contents {
        text-align: center;
        justify-items: center;
    }
 
    .sub-header {
        text-align: center;
    }


}

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

    .main-banner{
        min-height: 35vh;
    }

}








/* FOOTER */

.footer {
    background-color: #6C977B;
    position: relative;
    padding: 4em 0 2em 0;
}

.footer-hedge-one, .footer-hedge-two {
    position: absolute;
    bottom: 0;
    max-width: 180px;
    object-fit: cover;
}

.footer-hedge-one {
    left: 0;
} 

.footer-hedge-two {
    right: 0;
}

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

    .footer-hedge-one, .footer-hedge-two {
        max-width: 90px;
    }

}


.footer-areas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 2 / 16;
    z-index: 1;
    gap: 2em;
    padding: 0 0 2em 0;
}

.footer-box {
    align-content: start;
    gap: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-box p, .footer-box p strong {
    color: #FFF;
    font-weight: 300;
}

.footer-box p strong {
   font-weight: 500;
}

.footer-box p i {
    color: #C9B28D;
}

.footer-box p a {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.outer-footer-details {
    display: grid;
    gap: 5px;
    align-content: start;
}

.footer-box li {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    margin: 0;
    color: #FFF;
    list-style: none;
    align-items: center;
}

.footer-box li i {
    color: #8AC53F;
    font-size: 3em;
}

.footer-box li strong {
    color: #fff;
    font-weight: 600;
}

.footer-box h4 {
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.footer-box li a span {
    font-weight: 300;
    font-size: 18px;
    color: #fff;;
}

.footer-col-two ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}





/* SIGN UP FORM */

.sign-up-form form p{
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 8px;
    border-radius: 30px;
    align-items: center;
    /* max-width: 300px; */
}

.sign-up-form form br,
.sign-up-form form span.wpcf7-spinner{
    display: none;
}

.sign-up-form form p > span{
    align-self: center;
}

.sign-up-form form p > span input{
    padding: 0 1em;
    border: 0;
    width: 100%;
    height: 44px;
    border-radius: 30px;
    outline: none;
    box-sizing: border-box;
}

.sign-up-form .wpcf7 input[type="submit"]{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: Pointer;
    border-radius: 40px;
    padding: 0.2em 1em;;
    background-color: #8AC53F;
    border: 1px solid #8AC53F;
    color: #fff;
    height: 100%;
}

.sign-up-form .wpcf7 input[type="submit"]:hover{
    filter: brightness(0.95);
}

.sign-up-form .wpcf7 input[type="submit"]:focus-visible{
    outline: none;
    box-shadow: 0 0 0 3px rgba(138, 197, 63, 0.35);
}

.footer-box img {
    max-width: 270px;
}

.inner-lower-footer-content {
    grid-column: 2 / 16;
    border-top: 1px solid rgba(235, 237, 253, 0.7);
    justify-content: center;
    text-align: center;
    padding: 2em 0 0;
    color: #fff;
}

.footer-contact-details {
    display: none;
}

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

    .footer-box li {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer {
        padding: 2em 0;
    }

    .footer-box {
        gap: 3em;
    }

    .lower-footer-content {
        padding: 2em 0 0 0;
        display: grid;
    }

    .footer-areas {
        grid-template-columns: 1fr;
        gap: 2em;
        justify-content: center;
        text-align: center;
        justify-items: center;
        padding: 0;
    }

    .footer-contact-details {
        display: grid;
        grid-column: auto;
        background: transparent;
    }

    .inner-lower-footer-content {
        padding: 2em 0;
    }

    .outer-footer-details {
        justify-items: center;
        gap: 1em;
    }
    
    .footer-nav {
        grid-template-columns: 1fr;
    }

    .lower-footer-content p {
        padding-top: 0;
    }

    .footer-col-two ul {
        grid-template-columns: 1fr;  
    }

}







/* REPEATED ELEMENTS */

.book-now-cta {
    position: relative;
    min-height: 60vh;
    --gradient: linear-gradient(282deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(170, 221, 202, 1) 70%
    );
    background-image: var(--gradient), var(--bg);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.inner-book-now-cta-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2/16;
    align-items: center;
    z-index: 1;
    text-align: left;
    max-width: 658px;
}

.inner-book-now-cta-content p,
.inner-book-now-cta-content p strong {
    font-size: 18px;
    display: flex;
}


.cta-content {
    display: grid;
    gap: 1em;
}

.cta-content a {
    justify-self: start;
}

.cta-content i {
    color: #C9B28D;
    padding-right: 0.5em;
}

.cta-content a {
    color: #EDF1F8;
}



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

    .book-now-cta {
        --gradient: linear-gradient(355deg, rgba(255, 255, 255, 0) 0%, rgba(170, 221, 202, 1) 52%);
        padding: 3em 0;
        align-items: start;
    }

    .cta-content {
        text-align: center;
    }

    .cta-content  a {
        justify-self: center;
    }

}













/* HOME BLOG PAGE */

.blogs {
    background-color: #fff;
    padding: 4em 0;
}

.blog-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.blog-boxes-home {
    grid-template-columns: repeat(3,1fr);
    grid-column: 2/16;
}

.blog-content {
    display: grid;
    gap: 1em;
    padding: 2em;
}

.blog-content a {
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-weight: 700;
}

.blog-content a h3 {
    font-size: 22px;
}

.blog-content h3 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 25px;
    font-weight: 800;
}

.blog-content p {
    font-size: 16px;
    font-weight: 300;
}

.blog-box-home {
    background-color: #EEE3D6;
    position: relative;
    display: grid;
    align-content: start;
    height: 100%;
    border-radius: 28px;
}

.blog-box-home:hover {
    background-color: #AADDCA;
    cursor: pointer;
}

.blog-content-button {
    font-size: 22px;
    text-transform: uppercase;
    color:#6C977B;
}

.blog-content-button::after {
    content: '\f054';          
    display: inline-block;               
    font-size: 0.7em;
    color:#6C977B;  
    font-weight: 900;  
    font-family: "Font Awesome 7 Pro";
}


.blog-box-home * {
    position: relative;
    z-index: 1;
}

.blog-box-home-img {
    width: 100%;
    display: grid;
}

.blog-box-home-img img {
    max-height: 230px;
    object-fit: cover;
    border-radius: 28px 28px 0 0;
}


.blog-date, .blog-cat {
    background: #fff;
    border-radius: 17px;
    padding: 0.5em 1em;
    font-size: 18px;
    left: 1em;
}

.blog-cat {
    background-color: #6C977B;
    display: grid;
    align-items: center;
}

.blog-date i {
    color: #B4BD62;
}

.blog-floats {
    position: absolute;
    bottom: -1em;
    display: flex;
    gap: 1em;
}

.post-category-home a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}






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

    .blog-content {
        padding: 2em 1em;
    }

    .blog-title-date .blog-date{
        order: 1;        
    }

    .blog-date, .blog-cat {
        font-size: 14px;
        left: unset;
        
    }

    .blog-title-date h3 {
        order: 2;
     }

    .blog-floats {
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        justify-content: center;
    }

    .blog-box {
        gap: 2em;
        padding: 1em 1em 2em 1em;
    }

    .blogs {
        padding: 2em 0;
      }

    .blog-boxes {
        grid-template-columns: 1fr;
        grid-column: 2/16;
        order: 2;
    }

    .blog-boxes-home {
        order: 1 !important;
        gap: 2em;
        padding: 0;
    }

    .blog-content {
        text-align: center;
    }

    .blog-content a {
        justify-self: center;
        font-weight: 600;
    }

    .blog-content span {
        justify-self: center;
    }

    .blog-content p {
        font-size: 20px;
    }

    .blog-date {
        justify-self: center;
        left: unset;
    }

}















/* BLOG PAGE */

.blog-header {
    padding: 3em 0;
    background-color: #6C977B;
}

.inner-blog-header {
    grid-column: 2 / 16;
    display: grid;
    gap: 1em;
    max-width: 628px;
}

.inner-blog-header h1, .inner-blog-header p {
    color: #fff;
}

.blog-page {
    padding: 4em 0;
    position: relative;
}

.inner-blog-page {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2/16;
    gap: 2em;
}

/* Blog Search and Categories */

.blog-dets {
    display: grid;
    gap: 1em;
}

.blog-categories {
    display: flex;
    gap: 1em;
    justify-content: right;
}

.blog-categories h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-categories ul {
    display: flex;
    gap: 1em;
}

.blog-categories ul li {
    padding: 0.5em;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-categories ul li a {
    font-size: 20px;
    color: #6C977B;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-results-count, .blog-search p {
    color: #6C977B;
    font-size: 25px;
    font-weight: 600;
}

.blog-search p {
    width: 100%;
    text-align: right;
}

.blog-categories-search {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 1em;
    align-content: start;
}

.blog-search {
    display: flex;
    gap: 1em;
    align-items: center;
}

.blog-search form {
    background-color: #EEE3D6;
    border-radius: 41px;
}

.blog-search .search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.blog-search form {
    display: grid;
    grid-template-columns: 1fr 20%;
    width: 100%;
    align-items: center;
    align-self: center;
    min-width: 392px;
}

.blog-search .search-submit span, .screen-reader-text {
    display: none;
}


/* pagination */
.blog-pagination {
    display: flex;
    gap: 2em;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2em 0 0;
}

.blog-pagination .page-chip {
    display: inline-flex;
    font-weight: 700;
}

.blog-pagination a.page-numbers,
.blog-pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.blog-pagination span.page-numbers.current {
    color: #11251A;
    padding: 8px;
}



/* search form */
.blog-search form input[type=search] {
    border: none;
    resize: vertical;
    background-color: transparent;
    padding: 0.8em;
    width: 100%;
    text-transform: none;
    font-size: 20px;
    font-weight:400;
    text-align: left;
    color: #11251A;
}


.search-submit {
    text-align: right;
    padding-right: 2em !important;
}

.search-submit i {
    font-size: 35px;
    color: #6C977B;
}


/* Blog Boxes display */
/* .blog-boxes-page {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2em;
} */

.blog-box {
    padding: 1em;
    background-color: #EFF0F0;
    box-shadow: 0px 3px 6px #00000029;
}

.blog-box, .blog-content, .blog-box-img {
    position: relative;
    z-index: 1;
}

.blog-boxes-page .blog-box-img img {
    max-width: none;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.blog-box:hover {
    background-color: #662E8E !important;
}

.blog-box h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-box:hover h4, .blog-box:hover p {
    color: #fff;
}

.blog-box a {
    color: #00AC4B;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-box:hover a {
    color: #8AC53F;
}

.blog-button {
    grid-column-start: span 2;
    justify-self: center;
    margin: 2em 0;
    display: grid;
}

.blog-box-img {
    position: relative;
}

.post-category {
    justify-self: center;
    font-weight: 600;
}

.blog-box-content {
    display: grid;
    gap: 1em;
    padding: 4em 1em 1em 1em;
    position: relative;
}


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

    .inner-blog-page {
        grid-template-columns: 1fr;
        padding-top: 0;
    }

    .blog-boxes-page {
        grid-template-columns: 1fr;
    }
    
    .blog-boxes-page .blog-content {
        display: grid;
        gap: 1em;
        flex-direction: column;
        align-items: start;
    }

    .blog-large-triangle {
        display: none;
    }

    .blog-page {
        padding: 2em 0;
    }

    .blog-categories-search {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2em;
    }

    .blog-search {
        flex-wrap: wrap;
    }

    .post-category {
        right: auto;
        left: auto;
        justify-self: center;
    }

    .blog-search form {
        min-width: auto;
    }

    .blog-search p {
        text-align: center;
    }

    .blog-categories {
        justify-content: center;
    }

    .blog-categories ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .blog-dets {
        order: 1;
    }

    .blog-results-count {
        order: 2;
    }
}






/* SINGLE BLOG POST */

section.single-post {
    position: relative;
    padding: 2em 0;
}
  
.inner-single-post {
    grid-column: 2 / 16;
    margin: 0 0 4em 0;
    gap: 3em;
}

.inner-single-post h1 {
    font-size: 50px;
}

.single-blog-image {
    position: relative;
}

.single-blog-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 798px;
    border-radius: 42px;
}

.single-content {
    display: grid;
    gap: 2em;
    position: relative;
    padding: 2em 0;
    justify-self: center;
}
  
.blog-box-single {
    background-color: #fff;
}

.blog-back {
    background-color: #EEE3D6;
}

.single-content p {
    font-weight: 300;
}

.single-content h2 {
    font-weight: 500;
    font-size: 50px;
}

.outer-blog-boxes-single {
    grid-column: 2 / 16;
   
}

.blog-boxes-single {
    grid-template-columns: 1fr 1fr !important;
}

.blog-box-home-single {
    background-color: #fff;
}

.blog-page-single .label-header-single {
    text-align: left;
    font-weight: 500;
    margin: 0;
}

.blog-button-single {
    grid-column: 2 / 16;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

body.single-events .blog-button-single{
    display: block;
}

.blog-page-single {
    background-color: #EEE3D6;
}

.blog-button-single a {
    font-weight: 500;
    align-self: center;
}

.blog-button-single-mobile {
    display: none;
}

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

    .blog-button-single a{
        display: none;
    }

    .blog-button-single-mobile a {
        display: grid;
    }

    .blog-page-single .label-header-single {
        text-align: center;
    }

    .single-post {
        padding: 2em 0;
    }

    .blog-boxes-single {
        grid-template-columns: 1fr !important;
        gap: 1em;
    }

    .blog-button-single {
        display: grid;
        gap: 1em;
        justify-content: center;
        padding: 2em 0 0;
        text-align: center;
    }

    .single-blog-image {
        height: 100%;
    }

    .single-content h2 {
        font-size: 35px;
    }

    .inner-single-post {
        grid-column: 2/16;
        margin: 0 0 2em 0;
    }

    .single-blog {
        display: grid;
    }

    .single-content,
    .single-content h1 {
        text-align: center;
    }

    .single-blog-image {
        float: none;
        width: 100%;
    }   

    .single-blog img {
        z-index: 1;
    }

    .single-blog-image img {
        max-height: 260px;
    }

    .single-content  {
        max-width: 100%;
    }

    .blog-page-single  {
        padding: 2em 0
    }

}




/* SINGLE blogs Header */

.single-blogs-banner {
    min-height: 40vh;
    position: relative;
}

.single-blog-floats {
    left: 4em;
}

.single-blog-floats .blog-date {
    background-color: #EEE3D6;
}

@media (max-width: 1000px) {

    .single-blog-floats {
        left: auto;
        justify-self: center;
    }

}










/* MAPS */

/* Header */

.maps-header {
    padding: 3em 0;
}

.inner-maps-header {
    display: grid;
    grid-column: 2/16;
    gap: 1em;
}


/* More Info */

.maps-more-info {
    padding: 5em 0;
    background-color: #EEE3D6;
}

.inner-maps-more-info {
    display: grid;
    grid-column: 2/16;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.maps-image {
    display: grid;
    justify-content: center;
}

.maps-image img {
    border-radius: 50%;
    max-width: 426px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.more-info-content {
    display: grid;
    gap: 1em;
    align-content: center;
}

.more-info-content a {
    justify-self: start;
}


@media (max-width: 1100px) {

    .inner-maps-header {
        text-align: center;
    }

    .inner-maps-more-info {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .maps-image img {
        background: #fff;
        padding: 7px;
    }

    .more-info-content {
        text-align: center;
    }

    .maps-more-info {
        padding: 3em 0;
    }

    .more-info-content a {
        justify-self: center;
    }
}








/* TEXT AND IMAGE SPLIT */

.text-image-split {
    padding: 5em 0;
}

.inner-text-image-split {
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-column: 2 / 17;
    gap: 1em;
    align-items: center;
}

.inner-text-image-split.image-left {
    grid-template-columns:40% 1fr;
    grid-column: 1 / 16;
    gap: 4em;
}

.inner-text-image-split.image-left .image-split {
    order: 1;
}

.inner-text-image-split.image-left .split-content {
    order: 2;
}

.inner-text-image-split.image-right .circle-image {
    margin-top: 0;
}

.split-content {
    display: grid;
    gap: 1em;  
    align-content: center; 
}

.split-content-links {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}


@media (max-width: 1100px) {

    .inner-text-image-split {
        grid-template-columns: 1fr;
        grid-column: 2/16;
    }

    .split-content {
        text-align: center;
    }

    .split-content-links {
        justify-content: center;
        z-index: 1;
    }

    .image-split {
        margin-top: -13%;
    }

    .inner-text-image-split.image-left {
        grid-template-columns: 1fr;
        gap: 2em;
        grid-column: 2/16;
    }

     .inner-text-image-split.image-left .image-split {
        margin: 0;
     }

}

@media (max-width: 400px) {

    .image-split {
        margin-top: -32%;
    }

}

/* TEXT AND CIRCLE IMAGE SPLIT */

.circle-image {
    justify-self: center;
}

.circle-image img {
    border-radius: 50%;
    background-color: #fff;
    padding: 0.5em;
    aspect-ratio: 1/1;
    max-width: 426px;
}

.white-image .inner-text-image-split .circle-image img{
    background-color: #EEE3D6;
}







/* EVENTS ARCHIVE PAGE */

.post-type-archive-events main {
    background-color: #EEE3D6;
}

.event-page {
    padding: 0 0 2em 0;
}

.event-boxes-page {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5em;
    align-items: stretch;
}

.event-box-home {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2em;
    gap: 1em;
    text-align: center;
    max-width: 265px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-box-home-img img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    max-width: 197px;
    width: 100%;
    height: auto;
}

.event-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
}

.event-box-home-img {
    justify-content: center;
}

.date-of-event i {
    color: #B4BD62;
}
.date-of-event {
    font-weight: 500 !important;
}

@media (max-width: 700px) {

    .event-boxes-page {
        justify-items: center;
    }

}












/* PRODUCTS SLIDER */

.event-slider {
    padding: 4em 0;
    background-color: #EEE3D6;
    position: relative;
}

.event-slider__header {
    display: flex;
    grid-column: 2/16;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.event-slider__header-content {
    max-width: 652px;
    display: grid;
    gap: 1em;
}

.event-slider__all-link {
    position: absolute;
    right: 0;
}

.event-slider__frame {
    margin-top: 2em;
    grid-column: 2/16;
    position: relative;
}

.event-slider__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 3rem;
    display: grid;
}

.event-slider__viewport::-webkit-scrollbar {
    display: none;
}

.event-slider__track {
    display: flex;
    gap: 1rem;
    width: max-content;
}

/* Arrows */
.event-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
}

.event-slider__arrow i {
  font-size: 4em;
  color: #6C977B;
}

.event-slider__arrow--prev { left: -3em; }
.event-slider__arrow--next { right: -3em; }

/* Responsive */
@media (max-width: 1100px) {

    .event-slider__header {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 1em;
    }

    .event-slider__header-content {
        display: grid;
        gap: 1em;
    }

    .event-slider__frame {
        grid-column: 2/16;
    }

    .event-slider__viewport {
        padding: 0 1rem;
    }

    .event-slider__arrow i {
        font-size: 3em;
    }

    .event-slider__arrow--prev { left: -1.5em; }
    .event-slider__arrow--next { right: -1.5em; }

}









/* RESOURCES ARCHIVE */

.resources-section {
    display: grid;
    gap: 1em;
}

.resources-header {
    padding: 3em 0;
    background-color: #6C977B;
}

.inner-resources-header {
    display: grid;
    grid-column: 2 / 16;
    max-width: 635px;
    gap: 1em;
}

.inner-resources-header h1, .inner-resources-header p {
    color: #fff;
}

.resources-page:nth-child(even) {
    background-color: #EEE3D6;
}

.resources-page:nth-child(odd) {
    background-color: #fff;
}

.resources-page:nth-child(odd) .resources-box {
    background-color: #EEE3D6;
}

.resources-page:nth-child(odd) .resources-box:hover {
    background-color: #AADDCA;
}

.inner-resources-page {
    grid-template-columns: repeat(3, 1fr);
}

 .resource-box-archive {
    background-color: #fff;
}

.outer-resources {
    display: grid;
    gap: 1em;
}

.js-load-more-resources {
    justify-self: start;
}

.load-more-sub-resources {
    display: grid;
    gap: 1em;
    grid-template-columns: auto 1fr;
    margin-top: 1em;
}

.load-more-sub-resources hr {
    border: none;
    border-top: 2px solid #fff;
    width: 100%;
    align-self: center;
}

.resources-page:nth-child(odd) .load-more-sub-resources hr {
    border: none;
    border-top: 2px solid #EEE3D6;
    width: 100%;
    align-self: center;
}

.hr-line-one {
    display: none;
}

/* .video-icon {
    display: none;
} */

.blog-box-home-img .video-icon {
    position: absolute;
    justify-self: center;
    align-self: center;
    display: grid;
}

.blog-box-home-img .video-icon i {
    color: #FAD465;
    font-size: 4em;
}


#resources-section-how-tos-search {
    background-color: #EEE3D6;
}

@media (max-width: 1000px) {

    .inner-resources-page {
        grid-template-columns: repeat(2, 1fr);
        order: 2;
    }

    .load-more-sub-resources {
        order: 3;
        grid-column: 2 / 16;
    }

}

@media (max-width: 700px) {


    .resources-page {
        padding: 3em 0;
    }

    .inner-resources-page {
        grid-template-columns: 1fr;
    }

    .resources-section {
        gap: 1em;
    }

    .resources-section-title {
        text-align: center;
    }

    .outer-resources {
        gap: 0;
    }

    .hr-line-one {
        display: grid;
    }

    .load-more-sub-resources {
        grid-template-columns: 1fr auto 1fr;
    }

}




.resources-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}

.resources-section-search input{
  padding:.6rem .8rem;
  border-radius:999px;
  border:1px solid #ddd;
  min-width:260px;
  max-width:40vw;
}

@media (max-width: 700px){
  .resources-section-head{ flex-direction:column; align-items:flex-start; }
  .resources-section-search input{ min-width:100%; max-width:100%; }
}







.resource-video-modal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
    align-content: center;
}

.resource-video-modal.is-open{ display: block; }

.resource-video-modal__overlay{
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.7);
}

.resource-video-modal__panel{
    position: relative;
    width: min(900px, 92vw);
    background: #fff;
    border-radius: 20px;
    padding: 8px;
    justify-self: center;
}

.resource-video-modal__close{
    position:absolute;
    top: 15px;
    right: 15px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    z-index: 2;
}

.resource-video-modal__frame{
    position: relative;
    padding-top: 56.25%;
    border-radius: 14px;
    overflow: hidden;
}

.resource-video-modal__frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

body.modal-open{
    overflow:hidden;
}

.resource-video {
    display: flex;
    gap: 1em;
    align-items: center;
}

.video-content {
    padding: 0;
    justify-self: unset;
}

.page-header--resource-video{
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}



/* HOW TOS STEPS */

.outer-steps-box {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2em;
}


@media (max-width: 1150px){
    .resource-video {
        justify-content: center;
        flex-wrap: wrap;
    }

    .outer-steps-box {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}





/* RESOURCES HOME PAGE */

.resources-home-page {
    background-color: #EEE3D6;
}






/* SUB PAGE ICON GRID */

.sub-pages-icon-grid {
    padding: 5em 0;
    background-color: #6C977B;
}

.inner-sub-pages-icon-grid {
    display: flex;
    grid-column: 2/16;
    gap: 5em;
    flex-wrap: wrap;
    justify-content:  space-evenly;
}

.icon-grid-box {
    display: grid;
    gap: 1em;
    text-align: center;
    justify-items: center;
    max-width: 300px;
    width: 100%;
    align-content: start;
}

.icon-grid-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
}

.icon-grid-box p {
    color: #fff;
    line-height: 1.3;
}

.icon-grid-box i {
    font-size: 5em;
    color: #FAD465;
}

.icon-grid-box:hover i {
    color: #AADDCA;
}

.icon-grid-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}



@media (max-width: 1150px){
 
    .sub-pages-icon-grid {
        padding: 0 0 2em 0;
    }

}



/* ICON GRID */

.icon-grid {
    padding: 0 0 5em 0;
}

.large-icon-grid-box i, .large-icon-grid-box:hover i {
    color: #6C977B;
}

.white-image .large-icon-grid-box i, .white-image .large-icon-grid-box:hover i {
    color: #B4BD62;
}

.large-icon-grid-box h3, .large-icon-grid-box p, .large-icon-grid-box a {
    color: #11251A;
}



/* SINGLE EVENT CONTENT */


.single-event-content {
    gap: 1em;
}

.single-event-content a {
    justify-self: start;
}

.single-event-content i {
    color: #B4BD62;
}

.route-image img {
    display: grid;
    grid-column: 1/17;
    height: auto;
}

.inner-event-single {
    margin: 0;
}

@media (max-width: 1150px){
 
    .single-event-content a {
        justify-self: center;
    }
}



/* EVENT ARCHIVE */

.archive-events-page {
    padding: 6em 0 4em 0;
}

.archive-event-boxes-page {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2em;
    row-gap: 8em;
}

.archive-event-box-home {
    position: relative;
    background-color: rgba(238, 227, 214, 0.5);
    border-radius: 27px;
    justify-self: center;
    max-width: 337px;
    width: 100%;
    padding-top: 6em;
}

.archive-event-box-home:hover {
    background-color: rgba(170, 221, 202,0.5);
}

.archive-event-box-home-img img{
    border-radius: 50%;
    max-width: 197px;
    aspect-ratio: 1/1;
    object-fit: cover;
    background-color: #6C977B;
    padding: 0.2em;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.archive-event-content {
    text-align: center;
}

.archive-event-button {
    justify-self: center;
}

.trim-words{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.trim-words p { margin: 0; }


.trim-words p i {
    color: #B4BD62;
}

.trim-words h2 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.trim-words p strong {
    font-weight: 400;
}

@media (max-width: 1150px){
 
    .archive-event-boxes-page {
        grid-template-columns: 1fr;
        gap: 8em;
    }

}



/* FULL WIDTH IMAGE */

.full-width-image img {
    grid-column: 1/17;
    max-height: 531px;
    object-fit: cover;
}   


/* FUL PAGE VIDEO */

.full-page-video{
    position: relative;
    min-height: 857px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.full-page-video__overlay{
    position: absolute;
    inset: 0;
    background: rgba(17, 37, 26, 0.85);
}

.full-page-video__inner{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 635px;
    color: #fff;
    align-self: end;
    margin: 0 0 3em 3em;
}

.full-page-video .video-overlay-content *{
    color: #fff;
}

.full-page-video-icon {
    position: absolute;
    display: grid;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-page-video-icon i {
    font-size: 5em;
    color: #FAD465;
}

@media (max-width: 1150px){
 
    .full-page-video__inner {
        margin: 0;
        padding: 1em;
        background: #fff;
    }

    .video-overlay-content {
        text-align: center;
        gap: 1em;
        display: grid;
    }

    .full-page-video {
        min-height: 550px;
    }

    .video-overlay-content h2, .video-overlay-content p {
        color: #11251A !important;
    }

    .full-page-video-icon {
        top: 30%;
    }

}






/* CONTACT */

.contact-info-bar {
    background-color: #EEE3D6;
    padding: 2em 0;
}

.inner-contact-info-bar {
    display: flex;
    grid-column: 2/16;
    gap: 2em;
}

.small-contact-details {
    display: flex;
    align-items: center;
    gap: 1em;
    font-weight: 600;
}


.small-contact-details i {
    color: #6C977B;
    font-size: 2em;
}

.small-contact-details a {
    align-items: center;
    display: flex;
    gap: 0.5em;
    font-weight: 600;
}

.contact-box {
    display: grid;
    text-align: center;
    align-items: start;
}

.contact-box a,
.contact-box p {
    display: grid;
    gap: 1em;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    justify-self: center;
}

.contact-box p {
    font-weight: 600;
}

.contact-box p br {
    display: none;
}

.contact-box a i,
.contact-box i {
    font-size: 2em;
    color: #ED5746;
}


/* .inner-contact-info-bar a div {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1em;
} */

/* .inner-contact-info-bar a div {
    color: #fff;
    font-size: 20px;
} */

/* .inner-contact-info-bar a div i {
    color: #C4A97A;
    font-size: 47px;
} */

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

    .inner-contact-info-bar {
        grid-template-columns: 1fr;
        gap: 3em;
        grid-column: 2/16;
    }

}





/* CONTACT FORM */

.outer-contact-form {
    padding: 3em 0 1em 0;
    background-color: #fff;
}

.inner-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 2/17;
    gap: 1em;
}

.contact-form {
    display: grid;
    justify-self: center;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
}

.full-width {
    grid-template-columns: 1fr;
}

.contact-form form input.wpcf7-form-control.wpcf7-submit {
    display: block;
    cursor: pointer;
 }

.contact-form form input[type=text], 
.contact-form form input[type=email],
.contact-form form textarea, 
.contact-form form select {
    width: 100%;
    padding: 0.6em;
    border: none;
    margin-bottom: 1.5em;
    resize: vertical;
    background: #EEE3D6;
    color: #212451;
    border-radius: 13px;
    border: none;
    font-size: 18px;
    text-transform: none;
}

.contact-form form input[type=text]::placeholder,
.contact-form form input[type=email]::placeholder,
.contact-form form textarea::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #212451;
}

.contact-form form select {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color:#212451;
}

.contact-form form input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.25em !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: Pointer;
    border-radius: 40px;
    padding: 0.5em 2.5em;
    background-color: #6C977B;
    border: 1px solid #6C977B;
    color: #fff;
}


@media only screen and (max-width: 1000px) {
    .contact-form {
        grid-column: 2/16;
    }

    .inner-contact-info-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-info-bar {
        padding: 2em 0;
    }
    
    .inner-contact-form {
        grid-column: 2/16;
        grid-template-columns: 1fr;
    }

    .contact-form form input[type=submit] {
        justify-self: center;
    }

    .contact-image {
        grid-column: 2/16;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}






/* MAP */

.inner-fifty-fifty-contact-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 17;   
    background-color: #EEE3D6;
    min-height: 507px;
}

.contact-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    padding: 2em;
    max-width: 460px;
    width: 100%;
    justify-self: center;
    align-content: center;
}

.contact-info-box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;
}

.inner-contact-info-box {
    display: grid;
    gap: 1em;
}

.contact-info-box i {
    font-size: 2em;
    color: #ED5746;
}

.contact-map {
    display: grid;
}

.contact-map .acf-map{
  width: 100%;
  height: 540px;     /* add this */
  min-height: 540px;
  align-self: stretch;
}

.acf-map img {
   max-width: inherit !important;
}


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

    .inner-fifty-fifty-contact-details {
        grid-template-columns: 1fr;  
    }

    .contact-details a p {
        font-size: 20px;
    }

    .contact-details {
        padding: 4em 1em;
    }

    .contact-details-map {
        text-align: center;
        justify-content: center;
    }
    .contact-map {
        order: 2;
    }

    .contact-info-box {
        grid-template-columns: 1fr;
    }

}




/* BOOKING BOXES */

.booking-cruises-boxes {
    padding: 5em 0;
}

.inner-booking-boxes {
    display: grid;
    grid-column: 2/16;
    gap: 2em;
}

.booking-boxes {
    display: grid;
    grid-template-columns: 35% 1fr;
    border-radius: 29px;
}

.booking-box-content {
    background-color: #EEE3D6;
    display: grid;
    align-content: center;
    padding: 2em;
    gap: 1em;
    border-radius: 29px 0 0 29px;
}

.booking-box-content a {
    justify-self: start;
}

.booking-box-content:hover {
    background-color: #AADDCA;
}

.booking-box-img {
    display: grid;
}

.booking-box-img img {
    max-height: 405px;
    object-fit: cover;
    border-radius: 0 29px 29px 0;
}


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

    .booking-boxes {
        grid-template-columns: 1fr;
        border-radius: 29px 29px 0 0;
    }

    .booking-box-img img { 
        border-radius: 29px 29px 0 0;
    }

    .booking-box-img {
        order: 1;
    }

    .booking-box-content {
        order: 2;
        border-radius: 0 0 29px 29px;
        text-align: center;
    }

    .booking-box-content a {
        justify-self: center;
    }

    .booking-cruises-boxes {
        padding: 2em 0;
    }

}



/* BOOKING INFO BOXES */

.booking-info-boxes {
    background-color: #EEE3D6;
    padding: 5em 0;
}

.booking-info-boxes h2 {
    grid-column: 2/16;
    padding-bottom: 0.5em;
}

.inner-info-boxes {
    grid-template-columns: 1fr 1fr;
    row-gap: 1em;
}

.booking-info-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 1em;
    display: grid;
    grid-auto-flow: 0.5em;
}

.booking-info-content h3 {
    font-weight: 600;
    font-size: 18px;
}

.booking-info-content a{
    color: #6C977B;
    font-weight: 700;
}

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

    .inner-info-boxes {
        grid-template-columns: 1fr;
    }

    .booking-info-content, .booking-info-boxes h2 {
        text-align: center;
    }

 }