@charset "UTF-8";

/*
Theme Name: Mint Stays
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: mediaBunker
Author URI: https://mediabunker.co.uk
Description: Bespoke theme created for Mint Stays
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mintstays
Tags: accessibility-ready, custom-colors, custom-menu, featured-images

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

/***********************************/
/*** Mint Stays Styling ***/
/***********************************/

/*** Web Font Setup ***/

@font-face {
    font-family: 'Higuen';
    src: url('assets/fonts/higuen-regular.woff2') format('woff2'),
        url('assets/fonts/higuen-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*** Base Styles ***/

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased; /* Makes certain fonts look less heavy! */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px; font-size: 1.8rem;
  color: #383E42;
  
  background-color: #fff;
  text-align: left;
  line-height: 1.35;
  letter-spacing: -0.2px;
  min-width: 320px;
}

h1 {
  font-weight: 600;
  font-size: 25px; font-size: 2.5rem;
}

h1.compact {
  font-weight: 600;
  font-size: 22px; font-size: 2.2rem;
    text-transform: uppercase;
}

h1.special {
  font-family: 'Higuen', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;

    font-size: 40px; font-size: 4.0rem;
}

h1.special.compact {
    font-size: 30px; font-size: 3.0rem;
    text-transform: none;
}

h2 {
  font-weight: 600;
  font-size: 19px; font-size: 1.9rem;
    line-height: 1.1;
}

h2.sectionTitle {
    text-align: center;
}

h2.special {
  font-family: 'Higuen', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    font-size: 35px; font-size: 3.5rem;
}

h2.special.introduction {
    font-size: 40px; font-size: 4.0rem;
    line-height: 1.0;
}

h3 {
  font-weight: 600;
  font-size: 19px; font-size: 1.9rem;
}

h3.sectionTitle {
    text-align: center;
}

h3.special {
  font-family: 'Higuen', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 35px; font-size: 3.5rem;
    line-height: 1.0;
}

h3.special.introduction {
    font-size: 20px; font-size: 2.0rem;
}

.blogSummary .quote h2 {
    font-size: 25px; font-size: 2.5rem;
}

h4 {
  font-weight: 600;
  font-size: 18px; font-size: 1.8rem;
}

h5 {	
  font-weight: 500;
  font-size: 15px; font-size: 1.5rem;
}

.smallPrint {
    font-size: 12px; font-size: 1.2rem;
} 

@media only screen and (min-width: 690px) {

  h1 {
    font-size: 30px; font-size: 3.0rem;
  }

    h1.special {
        font-size: 70px; font-size: 7.0rem;
        line-height: 1.0;
    }

  h2 {
        font-weight: 600;
        font-size: 23px; font-size: 2.3rem;
        line-height: 1.2;
    }

    h2.special.introduction {
        font-size: 70px; font-size: 7.0rem;
        line-height: 1.0;
    }
    
    h3 {
        font-weight: 600;
        font-size: 20px; font-size: 2.0rem;
    }

    h3.special.introduction {
        font-size: 35px; font-size: 3.5rem;
    }
    
    h4 {
        font-weight: 600;
        font-size: 18px; font-size: 1.8rem;
    }
    
    h5 {	
        font-weight: 500;
        font-size: 15px; font-size: 1.5rem;
    }

    .smallPrint {
        font-size: 12px; font-size: 1.2rem;
    }
}

a, a:link, a:visited {
  text-decoration: underline;
  color: inherit;
    font-weight: bold;
    cursor: pointer;
}

a.noUnderline, a.noUnderline:link, a.noUnderline:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.cta, span.cta, button.cta  {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #383E42;

  padding: 12px 17px 12px 17px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 13px; font-size: 1.3rem;
  border-radius: 10px;
  border: 2px solid #fff;
  
  pointer: cursor;

  -webkit-transition: background 0.5s 0s ease;
  -moz-transition: background 0.5s 0s ease;
  -o-transition: background 0.5s 0s ease;
  transition: background 0.5s 0s ease;
}

a.cta:hover, a:hover span.cta, a:hover button.cta {
    background-color: #727779;
    
}

a.cta + a.cta {
    margin-top: 10px;
}

i, em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  display: block;
    color: transparent;
    max-width: 100%;
  height: auto;
}

li {
    margin-bottom: 5px;
}

p + p, p + h1, p + h2, p + h3, p + h4, p + ul, ul + p, p + ol, ol + p, ul + h2, h1 + p, h2 + h3, h5 + p, ul + h3, p + input, input + button {
    margin-top: 20px;
}

h2 + p, h3 + p, h3 + ul, h2 + ul, h2 + ol {
    margin-top: 20px;
}

h1.special + h2, p + h3.special {
    margin-top: 40px;
}

/*** Columns & Responsive Setup ***/

section {
    width: 100%;
    margin: 0 auto;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
}

section#introduction {
    margin-top: 0;
}

section .columnsWrapper {
    margin:	0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

section .columnsWrapper.restrictWidth {
    max-width: 1200px;
}

section .column {
    flex-grow: 1;
    margin: 0 auto 0;
    flex-basis: 100%;
    overflow: hidden;
    position: relative;
}

section .column .contentWrapper {
    display: block;
    padding: 30px 3%;
    overflow: hidden;
}

section .column .contentWrapper.expandedPeripheral {
    padding: 60px 3%;
}

section.twoColumns .column:first-child .contentWrapper {
    padding-bottom: 0;
}

section.fourColumns .column, section.fiveColumns .column {
    flex-basis: 50%;
}

@media only screen and (min-width: 690px) {

    section .column .contentWrapper, section.twoColumns .column:first-child .contentWrapper {
        padding: 50px 20px 50px 20px;
    }

    section .column .contentWrapper.expandedPeripheral {
        padding: 100px 20px 100px 20px;
    }

    section.twoColumns .column, section.fourColumns .column {
        flex-basis: 50%;
    }

    section.threeColumns .column {
        flex-basis: 33.3333%;
    }

    section.fiveColumns .column {
        flex-basis: 33.3333%;
    }
}

@media only screen and (min-width: 1024px) {
    
    section.fourColumns .column {
        flex-basis: 25%;
    }

    section.fiveColumns .column {
        flex-basis: 20%;
    }
}

/*** Header & Navigation ***/
@keyframes menuBackgroundFade {
    
    0% { 
        opacity: 0; 
        margin-top: -5px;
    }

    100% { 
        opacity: 1; 
        margin-top: 0;
    }
}

header#navigation {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0px,0px,0px); /* Fix to allow instant fixed nav on ios (not just after finger release) */
  display: block;
  z-index: 500;
  position: fixed;
  top: 0;
    width: 100%;
    min-width: 320px;
  -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header#navigation.hidden {
  margin-top: -200px;
}

header#navigation nav {
  display: block;
  position: relative;
  margin:	15px auto 0 auto;
    padding: 0 10px 0 10px;
    max-width: 1200px;
}

header#navigation .menuOuterWrapper {
  display: inline-block;
  position: relative;
   
    background-color: #207E88;
  background-color: rgba(32, 126, 136, 0.98);

    width: 95%;
    float: right;
    
  padding: 0;
}

header#navigation .menuOuterWrapper a {
    font-weight: 500;
    font-size: 18px; font-size: 1.8rem;
    text-transform: uppercase; 
}

header#navigation nav ul.menuWrapper {
    width: 91%;
    float: right;
    text-align: right;
}

header#navigation nav ul.menuWrapper.compact {
    display: flex;
    justify-content: flex-end;
}

header#navigation nav ul.menuWrapper.full {
    display: none;
}

header#navigation nav ul.menuWrapper li {
  margin-bottom: 0;
    position: relative;
}

header#navigation nav .menuOuterWrapper ul.menuWrapper > li:last-child {
    margin-right: 0;
}

header#navigation nav .menuOuterWrapper a {
    display: block;
    position: relative;
    color: #fff;
  text-decoration: none;
    font-size: 15px; font-size: 1.5rem;
    padding: 0 18px 0 18px;

    line-height: 35px;
    min-height: 35px;

    -webkit-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
    
}

header#navigation nav .menuOuterWrapper li.special a {
    background-color: #fff;
    /* background-color: rgba(255,255,255,0.9); */
    color: #207E88;
    font-weight: 500;
    -webkit-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

header#navigation nav .menuOuterWrapper a:hover {
  color:#BEE4E8;
  text-decoration: none;
  cursor: pointer;
}

header#navigation nav .menuOuterWrapper li.special a:hover {
  color: #14717A;
  
    background-color: #E9F2F3;
}

header#navigation nav ul.menuWrapper > li.menu-item-has-children > a::after {
    display: inline;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    padding-left: 5px;
}

header#navigation nav ul li.menu-item-has-children:hover > a {
  background-color: #0D5A62;
    -webkit-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
  transition: background-color 0.3s; 
}

header#navigation nav ul li.current-menu-item > a {
  color:#BEE4E8;
}

header#navigation nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: initial;
  bottom: initial;
  background-color: #0D5A62;
  margin-top: 0; 
  padding: 6px 0 8px 0;
    display: none;
}

header#navigation nav ul li:hover.menu-item-has-children ul.sub-menu {
  cursor: pointer;
    display: block;
    animation: menuBackgroundFade 0.3s;
}

header#navigation nav ul li ul.sub-menu li {
  display: block;
  white-space: nowrap;
  margin: 0;
  text-align: left;
}

header#navigation nav ul li ul.sub-menu li a {
    line-height: 2.1;
    min-height: auto;
}

header#navigation nav ul li ul.sub-menu li.current-menu-item > a {
  color:#BEE4E8;
}

header#navigation nav ul li ul.sub-menu ul.sub-menu {
    position: relative;
    padding: 0 0 5px 15px;
}

header#navigation nav ul li ul.sub-menu ul.sub-menu li a {
    line-height: 1.5;
    min-height: auto;
    /* color: #fff; */
}

header#navigation nav a:link#sideNavigationMenuActivator, header#navigation nav a:visited#sideNavigationMenuActivator {
  float: right;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
  vertical-align: middle;
  
  -webkit-tap-highlight-color: transparent;
}

header#navigation .logo {
  position: absolute;
  min-width: 60px;
  max-width: 156px;
  width: 13%;
  top: -11px;
  z-index: 510;
}

@media only screen and (min-width: 480px) {
    
    header#navigation nav {
        margin:	42px auto 0 auto;
        margin:	4vw auto 0 auto;
    }

    header#navigation .logo {
        min-width: 90px;
        max-width: 140px;
        top: -3vw;
    }

    header#navigation nav .menuOuterWrapper a {
        line-height: 50px;
        min-height: 50px;
    }
}

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

    header#navigation nav ul.menuWrapper.compact {
        display: none;
    }
  
  header#navigation nav ul.menuWrapper.full {
        display: flex;
        justify-content: space-between;
  }
}

/*** WordPress Default Wysiwyg Editor Styling ***/

/* Spacing */
:root { 
    --global--spacing-unit: 20px;
    --global--spacing-measure: unset;
    --global--spacing-horizontal: 25px;
    --global--spacing-vertical: 30px;

  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {

  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
  }
}
@media only screen and (min-width: 822px) {

  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
  }
}

.alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {

  .alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }

  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}

.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {

  .alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
  }

  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}

[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
  margin-top: 0;
}

.alignwide {
  clear: both;
}

.alignfull {
  clear: both;
}

.has-left-content {
  justify-content: flex-start;
}

.has-right-content {
  justify-content: flex-end;
}

.has-parallax {
  background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

.desktop-only {
  display: none;
}
@media only screen and (min-width: 482px) {

  .desktop-only {
    display: block;
  }
}

/*** Section: Generic ***/
main section {
    background-color: #EEF3F3;
}

main section.alt {
    background-color: #fff;
}

main section .innerContentWrapper {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

section h2.preColumnsWrapper {
    text-align: left;
    padding: 30px 3% 0 3%;
}

section .callToActionWrapper {
    padding: 0 3% 30px 3%;
}



@media only screen and (min-width: 690px) {

    section h2.preColumnsWrapper {
        padding: 50px 20px 0 20px;
        text-align: center;
    }

    section.divider .columnsWrapper .column:first-child .contentWrapper {
        text-align: right;
    }

    section.divider .columnsWrapper .column:first-child .contentWrapper:after {
        content: "";
        background-color: #BDB5C6;
        position: absolute;
        width: 1px;
        top: 50px;
        bottom: 50px;
        right: 0;
        display: block;
    }

    section .callToActionWrapper {
        margin: 0 auto;
        padding: 0 4% 50px 4%;
    }
}

section img.background, section video.background  {
    width: auto;
    height: auto;
    max-width: 1000% !important;
    min-height: 100%;
    /* min-width: 100vw; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

@supports ( object-fit: cover ) {
    section img.background, section video.background {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        transform: none;
        overflow: hidden;
    }
}

section .backgroundOverlay {
    width:100%; 
    height:100%;
    position: relative;
    z-index: 2;
    display: block;
}

main section li {
  margin-left: 1.2em;
    margin-bottom: 10px;
  list-style: disc;
}

section img.propertyLogo {
    margin: 0 auto 30px auto;
    padding: 10px 20px;
    max-width: 500px !important;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}

section img.feature {
    margin-bottom: 40px;
}

section hr {
    border: 0;
    background-color: #BDB5C6;
    height: 1px;
    margin: 30px 0;
}

section.singleColumn .innerContentWrapper.restrictedWidth {
  max-width: 1000px;
    margin: 0 auto;
}

section.twoColumns.content .columnsWrapper.restrictWidth {
  max-width: 1000px;
}

section.singleColumn.content.alt .cta,
section.singleColumn.accordions.alt .cta,
section.twoColumns.content.alt .cta,
section.twoColumns.propertyKeyInformation.alt .cta,
section.twoColumns.propertyTravelInformation.alt .cta,
section.threeColumns.blogSummary .cta,
section.singleColumn.shortcode .cta {
    border: 0;
}

.genericIntroTitles h1, .propertyIntroTitles h2, .propertyIntroTitles h3 {
    margin-bottom: 8px;
}

section#introduction hr, .propertyIntroTitles hr, .titleOverBackgroundBlock hr {
    height: 2px;
    background-color: #D4AF37;
    border: none;
    width:15%;
    min-width: 200px;
    margin: 0 auto 8px auto;
    -webkit-filter: drop-shadow(0px 0px 2px #000000);
    filter: drop-shadow(0px 0px 2px #000000);
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
}

@media only screen and (min-width: 690px) {

    section#introduction hr, .propertyIntroTitles hr, .titleOverBackgroundBlock hr {
        width:28%;
        min-width: 300px;
        max-width: 400px;
        margin: 0 auto 12px auto;
    }
}

main section div.highlight {
    display: inline-block;
    border:3px solid #207E88;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px; font-size: 1.8rem;
}

/*** Section: Introduction ***/
section#introduction .columnsWrapper {
    padding-top: calc(40px + 8vw);
    padding-bottom: calc(4vw);
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 690px) {

    section#introduction .columnsWrapper {
        padding-top: calc(40px + 6vw);
        padding-bottom: calc(4vw);
    }
}

section#introduction h1 {
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}

section#introduction h2 {
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

section#introduction h3 {
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

section#introduction .cta {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); 
     box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

section#introduction.home .columnsWrapper {
    padding-top: calc(30px + 10vw);
    padding-bottom: calc(4vw);
}

@media only screen and (min-width: 480px) {

    section#introduction.home .columnsWrapper {
        padding-top: calc(50px + 7vw);
    }
}

section#introduction.home .contentBlockWrapper {
    background-color: #383E42;
    background-color: rgba(56,62,66,0.9);
    padding: 30px 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
}

section#introduction.propertyGroup .columnsWrapper {
    /* padding-top: calc(10px + 10vw); */
    /* padding-bottom: calc(1vw); */
}

section#introduction.property .columnsWrapper {
   /* padding-top: calc(10px + 10vw); */
    /* padding-bottom: calc(4vw); */
}

@media only screen and (min-width: 480px) {

    section#introduction.propertyGroup .columnsWrapper {
        /* padding-top: calc(20px + 5vw); */
    }

    section#introduction.property .columnsWrapper {
        /* padding-top: calc(20px + 5vw); */
    }
}

section#introduction.propertyGroup .propertyIntroTitles {
    margin: 0 auto 0 auto;
    padding: 10px 20px 0 20px;
}

section#introduction.property .propertyIntroTitles {
    margin: 0 auto 30px auto;
    padding: 10px 20px;
}

section#introduction.property .contentBlockWrapper {
    background-color: #383E42;
    background-color: rgba(56,62,66,0.9);
    padding: 30px 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
}

section#introduction.property .cta {
    margin-top: 30px;
}

/*** Section: 1 Column Content ***/
section.singleColumn.centerAll .contentWrapper * {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

section.singleColumn.centerAll .contentWrapper ul  {
    list-style-position: inside;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
section.singleColumn.centerAll .contentWrapper ul li {
    text-align: left;
}

section.singleColumn.centerAll .contentWrapper ul.hideBullets li {
    text-align: center;
}

@media only screen and (min-width: 690px) {

    section.singleColumn.centerOnWideDevicesOnly .contentWrapper * {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    section.singleColumn.centerOnWideDevicesOnly .contentWrapper ul  {
        list-style-position: inside;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    section.singleColumn.centerOnWideDevicesOnly .contentWrapper ul li {
        text-align: left;
    }
    
    section.singleColumn.centerOnWideDevicesOnly .contentWrapper ul.hideBullets li {
        text-align: center;
    }
}

/*** Section: 1 Column Content (with accordions) ***/
section.accordions .innerContentBlockWrapper {
    margin-top: 20px;
}

section.accordions .innerContentBlockWrapper:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 690px) {

    section.accordions .contentWrapper .innerContentBlockWrapper.center * {
        text-align: center;
    }
}

section.accordions ul.ui-accordion li {
  padding: 0 0 0.5em 0;
  list-style: none;
    margin-left: 0;
}

section ul.ui-accordion li .ui-state-focus { outline: none; } /* Hide box around active link (in certain browsers) */

section ul.ui-accordion li a.title:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  width: 1.2em;
  margin-left: 0;
  content: '\f061';
}

section ul.ui-accordion li a.title.ui-state-active:before {
  content: '\f063';
}

section ul.ui-accordion li .content {
  text-indent: 0;
  display: none;
}

section ul.ui-accordion li .content .contentInnerWrapper {
    margin-top: 10px;
}

section ul.ui-accordion li .content li {
  margin-left: 1.2em;
  list-style: disc;
}

/*** Section: 1 Column Property Link Block ***/
section.propertyLinkBlock .contentWrapper {
    text-align: center;
    color: #fff;
}

section.propertyLinkBlock h2, section.propertyLinkBlock h3 {
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

section.propertyLinkBlock .cta {
    margin-top: 15px;
}

/*** Section: 1 Column Content (with Shortcode) ***/
section.shortcode .column .contentWrapper {
    padding-bottom: 0;
}

/*** Section: 1 Column Gallery ***/
section.gallery h2 {
    padding-bottom: 0;
}

section.gallery .contentWrapper {
    padding-bottom: 0;
}

/*** Section: 1 Column Google Map Block (Multi markers) ***/
section.googleMap h2.preColumnsWrapper {
    text-align: center;
    padding-bottom: 20px;
}

section.googleMap .googleMapLocations {
  width: 100%;
  margin-top: 0;

  padding-top: 100px; /* Fall back for IE */
  padding-bottom: 100px; /* Fall back for IE */
  padding-top: calc(20vh);
  padding-bottom: calc(20vh);
}

@media only screen and (min-width: 690px) {

  section.googleMap .googleMapLocations {
    /* min-height: 350px; */
  }
}

section.googleMap .googleMapLocations img { /* Fixes potential theme css conflict */
   max-width: inherit !important;
}

section.googleMap .googleMapLocations .gm-style-iw-d h3 + p {
  margin-top: 0px;
}

section.googleMap .googleMapLocations .gm-style-iw-d p + p {
  margin-top: 5px;
}

/*** Section: 1 Column Property Key Information ***/
section.singleColumn.propertyKeyInformation li {
    margin-left: 1.2em;
    margin-bottom: 10px;
    list-style: disc;
}

@media only screen and (min-width: 690px) {

    section.singleColumn.propertyKeyInformation.center .contentWrapper * {
        text-align: center;
    }

    section.singleColumn.propertyKeyInformation.center li {
        list-style-type: none;
        margin-left: 0;
    }

    section.singleColumn.propertyKeyInformation.center .callToActionWrapper  {
        text-align: center;
    }
}

/*** Section: 1 Column Content Title Over Background ***/
section.titleOverBackgroundBlock .contentWrapper {
    text-align: center;
    color: #fff;
}

section.titleOverBackgroundBlock .contentWrapper h2 {
    /* padding: 10px 20px;
    margin-bottom: 30px; */
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

@media only screen and (min-width: 690px) {
    section.titleOverBackgroundBlock .contentWrapper h2 {
        font-size: 55px; font-size: 5.5rem;
    }
}

section.titleOverBackgroundBlock .contentWrapper h3 {
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

/*** Section: 2 Columns Property Slider ***/
section.propertySlider .columnsWrapper {
   display: block;  /* Fix if slides to show equals total slides */
}

section.propertySlider .slick-track {
    display: flex;
}

section.propertySlider .column {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

section.propertySlider a.backgroundOverlay {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.propertySlider .contentWrapper {
    text-align: center;
}

section.propertySlider .propertyIntroTitles h2.special.introduction {
    padding: 10px 20px;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

@media only screen and (min-width: 690px) {
    section.propertySlider .propertyIntroTitles h2.special.introduction {
        font-size: 55px; font-size: 5.5rem;
    }
}

section.propertySlider .propertyIntroTitles h3.special.introduction {
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

section.propertySlider img.propertyLogo {
    padding: 10px 20px;
    max-width: 400px !important;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}

section.propertySlider span.cta {
    display: inline-block;
    clear: both;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

/*** Section: 2 Columns Property Travel Information ***/
section.propertyTravelInformation .googleMap {
   min-height: 400px;
}

/*** Section: 3 Columns Link Blocks ***/
section.linkBlocks .column {
    min-height: 300px;
}

section.linkBlocks a.backgroundOverlay {
    color: #fff;
    text-decoration: none;
    display: flex; 
    justify-content: center;
    align-items: center; 
}

section.linkBlocks .contentWrapper {
    text-align: center;
}

section.linkBlocks span.cta {
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

/*** Section: 3 Columns Blog Summary ***/
section.blogSummary {
    padding-top: 30px;
}

@media only screen and (min-width: 690px) {

    section.blogSummary {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 690px) {

    section.blogSummary.blogPage .columnsWrapper .column.featured {
        flex: 0 1 50%;
    }
}

section.blogSummary h3.preColumnsWrapper {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}

section.blogSummary .quote {
    padding: 0 3% 20px 3%;
    text-align: center;
}  
    

section.blogSummary .quote .column {
    border: 3px solid #D4AF37;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
    color: #D4AF37; 
    background: url('assets/images/blog-background.svg') no-repeat center center fixed;
    background-size: contain;
}

@media only screen and (min-width: 690px) {

    section.blogSummary .quote {
        padding: 0 20px 20px 20px;
    }
}

section.blogSummary a.contentWrapper {
    text-decoration: none;
    font-weight: 300;
    padding-top: 0;
}

section.blogSummary a.contentWrapper .imageWrapper {
    position: relative;
}

section.blogSummary a.contentWrapper .imageWrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    transition: all .3s linear;
  }

section.blogSummary a.contentWrapper:hover .imageWrapper:before {
    background: rgba(56,62,66, 0.2);
}

section.blogSummary img.postPreview {
    margin-bottom: 20px;
}

section.blogSummary .column span.cta {
    margin-top: 20px;
}

/*** Section: 5 Columns Feature Block ***/

section.featureBlock .highlightOuterWrapper {
    margin: 0 auto;
    display: block;
    padding: 30px 3%;
    overflow: hidden;
}

section.featureBlock .highlightInnerWrapper {
    border:3px solid #207E88;
    border-radius: 15px;
    display: block;
    padding: 30px 3%;
    overflow: hidden;
}

section.featureBlock h2.preColumnsWrapper {
    padding-top: 0;
}

section.featureBlock .highlightOuterWrapper.restrictWidth {
    max-width:1200px;
}

@media only screen and (min-width: 690px) {

    section.featureBlock .highlightOuterWrapper {
        padding: 50px 20px 50px 20px;
    }

}

section.featureBlock .innerContentWrapper {
    text-align: center;
}

section.featureBlock .contentWrapper {
    text-align: center;
}

section.featureBlock .callToActionWrapper {
    padding-bottom: 0;
    text-align: center;
}

section.featureBlock .callToActionWrapper .cta {
    margin: 0 auto;
    text-align: center;
}


/*** Pagination - Blog Index & Single Post Page ***/
section .pagination {
    width: 100%;
    text-align: center;
    border-top: 1px solid #E0DCE5;
    margin: 0 3% 0 3%;
    padding-top: 20px;
    padding-bottom: 30px;
}

section.singlePost .pagination {
    margin: 20px 0 0 0;
}

@media only screen and (min-width: 690px) {

    section .pagination {
        margin: 0 20px 0 20px;
        padding-bottom: 50px;
    }
}

section .pagination .cta {
    display: inline-block;
}

section .pagination .cta.next {
   float: left;
}

section .pagination .cta.previous {
    float: right;
}

@media only screen and (min-width: 360px) {

    section .pagination .cta.next:before, section .pagination .cta.previous:after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    section .pagination .cta.next:before {
        content: "\f177";
        padding-right: 5px;
    }

    section .pagination .cta.previous:after {
        content: "\f178";
        padding-left: 5px;
    }
}

/*** Generic Forms ***/

form p {
    margin: 0;
}

form p + p {
    margin-top: 10px;
}

form input, form select, form textarea {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px; font-size: 1.8rem;
    color: #383E42;
    
    outline: none;
    width: 100%;
    background-color: #fff;
    
    border: 3px solid #D7D8D9;
    -webkit-border-radius:0; 
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    -webkit-transition: border .3s ease-in-out;
    -ms-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}

@media only screen and (min-width: 690px) {

  form input, form textarea {
    font-size: 18px; font-size: 1.8rem;
  }
}

form input, form select {
    line-height: 22px;
    padding: 0 9px 0 9px;
    height: 2.9em;
    position: relative;
    display: block;
}

form select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-prefix-chevron-down' id='icon-prefix-chevron-down' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9' fill='none' stroke-linecap='round' stroke-width='2' stroke='%23E4E0E7' %3E%3C/polyline%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
    padding-right: 2rem;
}

form textarea {
  height: 234px;
  padding: 9px;
  resize:vertical;
}

form label {
    line-height: 30px;
}

form input::-moz-focus-inner { /* Remove weird border around button in Firefox */
    padding: 0;
    border: 0
}

::-webkit-input-placeholder {
    color: #9B9EA0 !important;
}

:-moz-placeholder {
    color: #9B9EA0 !important;
}

::-moz-placeholder {
    color: #9B9EA0 !important;
}

:-ms-input-placeholder {
    color: #9B9EA0 !important;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

input:-webkit-autofill, input:-webkit-autofill:focus { /*  Prevent autofill fields going yellow */
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #333;
}

/*** Contact Form 7 ***/
div.wpcf7 {
    margin-top: 10px;
}

form.wpcf7-form .checkboxes .wpcf7-list-item input {
  padding: 0;
  margin: 0;
  -webkit-appearance: checkbox;
}

form.wpcf7-form .wpcf7-list-item {
  margin: 10px 35px 0 0;
  padding: 0;
}

form.wpcf7-form .wpcf7-list-item.last {
  margin-right: 0;
}

form.wpcf7-form .checkboxes.wpcf7-not-valid {
  border: 0;
}

form.wpcf7-form input.cta, form.wpcf7-form button.cta, form.mc4wp-form input.cta, form.mc4wp-form button.cta {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #383E42;

    padding: 12px 17px 12px 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 13px; font-size: 1.3rem;
    border-radius: 10px;
    border: 2px solid #fff;

    -webkit-transition: background 0.5s 0s ease;
    -moz-transition: background 0.5s 0s ease;
    -o-transition: background 0.5s 0s ease;
    transition: background 0.5s 0s ease;
    
    margin: 10px 0 0 0;
    width: auto;
  
}

form.wpcf7-form input.cta:hover, form.wpcf7-form button.cta:hover, form.mc4wp-form input.cta:hover, form.mc4wp-form button.cta:hover {
    background-color: #727779;
    cursor: pointer;
}

form.wpcf7-form input.submitButton {
    float: left;
    clear: both;
    line-height: unset;
    height: unset;
}

form.wpcf7-form .wpcf7-not-valid  {
    border: 2px solid rgb(168, 18, 23);
}

form.wpcf7-form .wpcf7-not-valid-tip-no-ajax, form.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

form.wpcf7-form span.wpcf7-spinner {
    margin: 16px 0 0 10px;
    background-color: #383E42;
}

form.wpcf7-form .wpcf7-response-output {
    float: left;
    clear: both;
    border: none;
    margin: 5px 0 0 0;
    padding: 0;
    color: #383E42;
    line-height: 1.4em;	
    font-weight: 500;
}

form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #383E42;
    margin-top: 10px;
}

form.wpcf7-form .watermark {
    color: #9B9EA0 !important;
}

/*** Newsletter Sign Up Banner (Form) - Also used on Newsletter Sign Up Page ***/
section#newsletterSignUp .backgroundOverlay {
    background-color: rgba(0,0,0,0.7);
}

section#newsletterSignUp .contentWrapper {
    text-align: center;
    color: #fff;
    /* padding-bottom: 15px; */
}

section#newsletterSignUp .contentWrapper h2 {
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

section#newsletterSignUp .contentWrapper p {
    font-weight: bold;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

section#newsletterSignUp span input {
    text-align: center;
    color: #fff;
    background-color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

section#newsletterSignUp .wpcf7-form-control-wrap {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

section#newsletterSignUp button.wpcf7-submit {
    float: none;
    margin-top: 15px;
}

section#newsletterSignUp .wpcf7-response-output {
    color: #fff;
}

section#newsletterSignUp span.wpcf7-spinner {
    display: block;
    top: 0;
    left: 50%;
    margin: 10px 0 0 0;
    margin-left: -12px;
  background-color: #606568;
}

section#newsletterSignUp .wpcf7-response-output {
    margin: 15px 0 0 0;
    font-size: 15px; font-size: 1.5rem;
    line-height: 1.1em;
    text-align: center;
    width: 100%;
}

section#newsletterSignUp .mc4wp-checkbox {
    display: none;
}

section#newsletterSignUp h5.smallPrint {
    display: inline-block;
}

section#newsletterSignUp input::-webkit-input-placeholder {
    color: #fff !important;
}

section#newsletterSignUp input:-moz-placeholder {
    color: #fff !important;
}

section#newsletterSignUp input::-moz-placeholder  {
    color: #fff !important;
}

section#newsletterSignUp input:-ms-input-placeholder {
    color: #fff !important;
}

section#newsletterSignUp input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

section#newsletterSignUp input:focus:-moz-placeholder {
    color: transparent !important;
}

section#newsletterSignUp input:focus::-moz-placeholder {
    color: transparent !important;
}

section#newsletterSignUp input:focus:-ms-input-placeholder {
    color: transparent !important;
}

section#newsletterSignUp input:-webkit-autofill, section#newsletterSignUp input:-webkit-autofill:focus { /*  Prevent autofill fields going white */
  -webkit-box-shadow: 0 0 0 1000px #000000 inset;
  -webkit-text-fill-color: #fff;
}

/*** Newsletter Sign (Form) - Used on Newsletter Sign Up Page ***/
#newsletterSignUp span input {
    margin-top: 10px;
}

#newsletterSignUp button.wpcf7-submit {
    float: none;
    margin-top: 15px;
}

#newsletterSignUp .wpcf7-response-output {
    /* color: #fff; */
}
#newsletterSignUp form.wpcf7-form span.wpcf7-spinner {
    display: block;
    margin: 10px 0 5px 0;
}

#newsletterSignUp .wpcf7-response-output {
    margin: 15px 0 0 0;
    font-size: 15px; font-size: 1.5rem;
    line-height: 1.1em;
    text-align: center;
    width: 100%;
}

#newsletterSignUp .mc4wp-checkbox {
    display: none;
}

#newsletterSignUp input::-webkit-input-placeholder {
    /* color: #fff !important; */
}

#newsletterSignUp input:-moz-placeholder {
    /* color: #fff !important; */
}

#newsletterSignUp input::-moz-placeholder  {
    /* color: #fff !important; */
}

#newsletterSignUp input:-ms-input-placeholder {
    /* color: #fff !important; */
}

#newsletterSignUp input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

#newsletterSignUp input:focus:-moz-placeholder {
    color: transparent !important;
}

#newsletterSignUp input:focus::-moz-placeholder {
    color: transparent !important;
}

#newsletterSignUp input:focus:-ms-input-placeholder {
    color: transparent !important;
}

#newsletterSignUp input:-webkit-autofill, #newsletterSignUp input:-webkit-autofill:focus { /*  Prevent autofill fields going white */
  -webkit-box-shadow: 0 0 0 1000px #000000 inset;
  -webkit-text-fill-color: #fff;
}

/*** Call to Action Banner (Above Footer) ***/
section#contactCallToAction {
    background-color: #383E42;
    color: #fff;
    text-align: center;
}

section#contactCallToAction h2 {
    display: inline-block;
    margin: 0 15px 0 15px;
    vertical-align:sub;
}

section#contactCallToAction .cta {
    margin: 10px 15px 10px 15px;
    vertical-align: middle;
    border-color: #D4AF37;
    -webkit-box-shadow: none; 
    box-shadow: none;
}

/*** Footer ***/
footer {
  background-color: #207E88;
    color: #fff;
}

footer a, footer a:link, footer a:visited {
  text-decoration: none;
    font-weight: 300;
}

a.special, a:link.special, a:visited.special {
  font-weight: 600;
}

footer a:hover {
  text-decoration: underline;
}

footer h3.special {
    font-size: 25px; font-size: 2.5rem;
}

footer ul.menuWrapper + h3.special {
  margin-top: 30px;
}

footer hr {
    border: 0;
    background-color: #D4AF37;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 25px;
    margin-left: 0;
    max-width: 260px;
}

footer section {
    margin-bottom: 0;
}

footer section .columnsWrapper.restrictWidth {
    max-width: 1600px;
}

footer section .column {
    flex-basis: 100%;
}

footer section .column ul .sub-menu {
    padding-left: 12px;
}

footer section .column ul .sub-menu li:first-child {
    margin-top: 5px;
}

footer section .column ul .sub-menu li:last-child {
    margin-bottom: 12px;
}

footer section .column.contactDetails ul li {
    margin-bottom: 1.6rem;
}

footer section .column.contactDetails ul li.social ul {
    margin-left: -8px;
}

footer section .column.contactDetails ul li.social ul li {
    float: left;
    display: block;
    overflow: visible;
    margin-bottom: 0;
}

footer section .social .fab {
    color: #383E42;
}

footer section .column.businessDetails {
    text-align: left;
}

footer section .column.businessDetails li {
    float: left;
    clear: both;
}

footer section .column.businessDetails a.logo {
    margin-bottom: 20px;
    display: block;
    float: right;
    clear: both;
    max-width: 128px;
}

footer section.copyright {
    background-color: #383E42;
    padding: 15px 3%;
    box-shadow: 0px 210px 0px 200px #383E42;  /* Extend footer height beyond window (useful on short length pages) */
}

footer section.copyright h5 {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 690px) {

    footer section .column.siteLinks {
        flex-basis: 50%;
    }

    footer section .column.properties {
        flex-basis: 50%;
        text-align: right;
    }

    footer section .column.properties hr {
        margin-left: auto;
        margin-right: 0;
    }

    footer section .column.contactDetails {
        flex-basis: 60%;
        
    }

    footer section .column.businessDetails {
        flex-basis: 40%;
        text-align: right;
    }

    footer section .column.businessDetails li {
        float: right;
    }

    footer section.copyright {
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 1200px) {
    
    footer section .column {
        flex-basis: auto !important;
    }

    footer section {
        flex-wrap: nowrap;
    }

    footer section .column.properties {
        text-align: left;
    }

    footer section .column.properties hr {
        margin-left: 0;
        margin-right: auto;
    }
}

/*** Booking Pop Up (Form) ***/
div#bookingPopUp {
    text-align: center;
    padding: 20px 0 10px 0;
}

div#bookingPopUp .special {
  color: #207E88;
}

div#bookingPopUp header {
  margin-top: 15px;
}

div#bookingPopUp header a.logo {
    display: inline-block;
    width: 50px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
    
    div#bookingPopUp header a.logo  {
        width: 80px;
    }
}

div#bookingPopUp main {
    position: relative;
    padding: 25px 30px 15px 30px;
    font-size: 14px; font-size: 1.4rem;
}

div#bookingPopUp form input {
    text-align: center;
}

div#bookingPopUp input.submitButton {
    float: none;
}

div#bookingPopUp button:disabled,
div#bookingPopUp button[disabled]{
  background-color: #E7E8E9;
}

div#bookingPopUp .pignose-calendar {
  box-shadow: none;
  border: 3px solid #D7D8D9;
}

div#bookingPopUp .numberInput input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

div#bookingPopUp .numberInput input[type=number]::-webkit-inner-spin-button, 
div#bookingPopUp .numberInput input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

div#bookingPopUp .numberInput {
  display: inline-flex;
  margin-bottom: 10px;
}

div#bookingPopUp .numberInput label {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

div#bookingPopUp .numberInput,
div#bookingPopUp .numberInput * {
  box-sizing: border-box;
}

div#bookingPopUp .numberInput button {
  border: 3px solid #D7D8D9;
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: .5rem;
  align-items: center;
  justify-content: center;
  width: 4rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

div#bookingPopUp .numberInput button:before,
div#bookingPopUp .numberInput button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

div#bookingPopUp .numberInput button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

div#bookingPopUp .numberInput input[type=number] {
  max-width: 5rem;
  padding: .5rem;
  border: 3px solid #D7D8D9;
  border-width: 3px 0;
  text-align: center;
}

/*** Newsletter Pop Up (Form) ***/
div#newsletterPopUp {
    text-align: center;
}

div#newsletterPopUp header {
    color: #fff;
    position: relative;
}

div#newsletterPopUp img.background {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

@supports ( object-fit: cover ) {
    #newsletterPopUp img.background {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit:cover;
        transform: none;
        overflow: hidden;
    }
}

div#newsletterPopUp .backgroundOverlay {
    width:100%; 
    height:100%;
    position: relative;
    z-index: 2;
    display: block;
}

div#newsletterPopUp .backgroundOverlay {
    background-color: rgba(0,0,0,0.45);
}

div#newsletterPopUp .contentWrapper {
    padding: 25px 30px;
}

div#newsletterPopUp header a.logo {
    display: inline-block;
    width: 50px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
    
    div#newsletterPopUp header a.logo  {
        width: 80px;
    }
}

div#newsletterPopUp main {
    position: relative;
    padding: 15px 10px;
}

div#newsletterPopUp main .wrapper {
    margin: 0 20px;
}

div#newsletterPopUp form input {
    text-align: center;
}

div#newsletterPopUp form .wrapper p + p {
    margin-top: 10px;
}

div#newsletterPopUp form p + p {
    margin: 0;
}

div#newsletterPopUp input.submitButton {
  float: none;
}

div#newsletterPopUp span.wpcf7-spinner {
    display: block;
    top: 0;
    left: 45%;
    margin: 10px 0 0 0;
}

div#newsletterPopUp .wpcf7-response-output {
    margin: 15px 0 0 0;
    font-size: 15px; font-size: 1.5rem;
    line-height: 1.1em;
    text-align: center;
    width: 100%;
}

div#newsletterPopUp .mc4wp-checkbox {
    display: none;
}

div#newsletterPopUp h5.smallPrint {
    display: inline-block;
}

/* Justified Gallery Plugin Overrides */
.dgwt-jg-caption__font--14 {
    letter-spacing: -0.2px !important;
}

.dgwt-jg-effect-standard .dgwt-jg-caption {
    background-color: rgba(56,62,66,0.7) !important;
}

.justified-gallery {
    margin: 20px 0;
}

/* Ensure Google Recaptcha logo is visible on relevant pages */
.grecaptcha-badge {
    
}

/* Matterport 3D embeds (iframes) */

.matterport-showcase iframe {
  width: 100%;
  min-height: 240px;
}

@media only screen and (min-width: 768px) {
  .matterport-showcase iframe {
    min-height: 360px;
  }
}

@media only screen and (min-width: 992px) {
  .matterport-showcase iframe {
    height: 600px;
    max-width: 1068px;
  }
}

.matterport-showcase {
   text-align: center;
   width: 100%;
   
}

.sectionTitle.special + .matterport-showcase {
  margin: 20px 0 0 0;
}