/* Root Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  --color-primary: rgb(183, 153, 93);
  --color-secondary: rgb(51, 181, 175);
  --color-tertiary: rgb(221, 101, 39);
  --color-quaternary: rgb(88, 88, 91);
  --color-muted: rgb(239, 237, 235);
  --header-height: 5.5rem;
  --pad-wrapper: 2rem;
}

/* 600px */
@media (max-width: 37.5em) {
  body {
    --header-height: 5rem;
    --pad-wrapper: 1.5rem;
  }
}

/* responsive Text header, menu etc- Megan Richards------

 @media (max-width:1024px){
    .the_content_wrapper{
        font-size:30px;
        line-height:1.6em;
        padding-left:0px;
        padding-right:0px;
        position:relative;
       
    }
}
------- */

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[class*="btn-"],
input[type="submit"][class*="btn-"] {
  display: inline-block;
  padding: 0.5em 1.25em;
  background-color: var(--bg-color);
  border: 0;
  border-radius: 5em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

p[class*="btn-"] {
  margin-top: 0.444em;
}

[class*="btn-"] a {
  color: #fff;
  text-decoration: none;
}

[class*="btn-"]:hover,
[class*="btn-"]:focus {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.1);
}

[class*="btn-"]:disabled {
  background-color: rgb(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.btn-primary {
  --bg-color: var(--color-primary);
}

.btn-secondary {
  --bg-color: var(--color-secondary);
}

.btn-tertiary {
  --bg-color: var(--color-tertiary);
}

.btn-quaternary {
  --bg-color: var(--color-quaternary);
}

.pad-x-big {
  padding-inline: 2.5em;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
main ol,
main ul {
  padding-top: 0.444em;
  margin-bottom: 1.17em;
  font-size: 1em;
  line-height: 1.6em;
}

main ol,
main ul {
  padding-left: 1em;
}

main ol li,
main ul li {
  padding-left: 1em;
  margin-bottom: 0.2em;
}

main ol.cols-2,
main ul.cols-2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}

main ol.cols-2 > li,
main ul.cols-2 > li {
  min-width: 200px;
  flex: 1 1 calc(50% - 2em);
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-row {
  width: 100%;
}

.form-row.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 0.5rem;
}

.form-field {
  width: 100%;
}

.custom-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}

.custom-form br {
  display: none;
}

.custom-form p {
  padding: 0;
  margin: 0;
}

.custom-form .label-block,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.gform-theme--framework .gform-field-label > .gfield_required {
  margin-left: 0.25em;
  font-size: 1em !important;
}

.custom-form .wpcf7-text,
.custom-form .wpcf7-textarea,
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-muted);
  border: 0;
  box-shadow: none;
  font-size: 1rem;
}

.custom-form .wpcf7-text,
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"] {
  padding: 0.5rem 1rem;
  border-radius: 10rem;
}

.custom-form .wpcf7-textarea,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  padding: 0.75rem 1rem;
  border-radius: 1rem;
}

.custom-form .wpcf7-submit,
body .gform_wrapper .gform_footer input[type="submit"] {
  min-width: 10rem !important;
  display: inline-block !important;
  padding: 0.75rem 1.25rem !important;
  background-color: var(--color-primary) !important;
  border: 0 !important;
  border-radius: 5rem !important;
  font-size: 1rem !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.custom-form .form-radio > p,
body .gform_wrapper .gform_body .gform_fields .gfield--type-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3em;
  row-gap: 0.5em;
}

.custom-form .form-radio .wpcf7-form-control-wrap {
  display: block;
}

.custom-form .wpcf7-radio,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3rem;
  row-gap: 0.5rem;
}

.custom-form input[type="radio"],
.custom-form input[type="checkbox"],
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gfield-choice-input,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gfield-choice-input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input[type="checkbox"] {
  width: 0;
  height: 0;
  display: block;
  appearance: none;
  border: 0;
  opacity: 0;
}

.custom-form input[type="radio"]:focus,
.custom-form input[type="checkbox"]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gfield-choice-input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gfield-choice-input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input[type="checkbox"]:focus {
  outline: none;
}

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

.custom-form .wpcf7-list-item-label,
.custom-form .wpcf7-list-item-label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
  margin-left: 0;
  gap: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
  display: block;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
  margin: 0;
  font-size: 1rem;
}

.custom-form .wpcf7-list-item-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gform-field-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gform-field-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  background-color: var(--color-muted);
  border: 0.5rem solid var(--color-muted);
  border-radius: 50%;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label::before {
  margin-right: 0.75rem;
}

.custom-form input:checked + .wpcf7-list-item-label::before,
.custom-form input:checked + .wpcf7-list-item-label::before,
.custom-form input[type="radio"]:focus + .wpcf7-list-item-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + .gform-field-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gfield-choice-input:checked + .gform-field-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label::before {
  background-color: var(--color-secondary);
}

.custom-form input[type="radio"]:focus + .wpcf7-list-item-label::before,
.custom-form input[type="checkbox"]:focus + .wpcf7-list-item-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gfield-choice-input:focus + .gform-field-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gfield-choice-input:focus + .gform-field-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input[type="checkbox"]:focus + .gform-field-label::before,
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  outline: auto;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label .gfield_required {
  display: none;
}

.custom-form .wpcf7-not-valid-tip {
  display: block;
  flex: 0 0 100%;
  margin-top: 1em;
  color: rgb(203, 0, 0);
  font-size: 80%;
  font-weight: bold;
}

.wpcf7 form .wpcf7-response-output,
.gform_confirmation_message {
  padding: 1rem !important;
  margin-top: 2rem !important;
  border-radius: 1rem !important;
  text-align: center !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: rgba(255, 187, 0, 0.1);
  border: 2px solid rgb(255, 185, 0);
  color: rgb(73, 53, 0);
}

.wpcf7 form.sent .wpcf7-response-output,
.gform_confirmation_message {
  background-color: rgb(144, 196, 0, 0.1) !important;
  border: 2px solid rgb(144, 196, 0) !important;
  color: rgb(84, 115, 0) !important;
}

#booking-form {
  margin-top: 3rem;
}

.gform_heading {
  display: none !important;
}

@media (max-width: 45em) {
  .custom-form {
    gap: 1rem;
  }

  .form-row.cols-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .custom-form .form-radio > p,
  .custom-form .wpcf7-radio,
  body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* Icon Masks
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon-mask {
  -webkit-mask-image: var(--icon);
  mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* Responsive iframes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.responsive-embed {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.embed-map {
  padding-top: 75%;
}

.responsive-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.js-no-scroll {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: calc(66.6667rem + 2 * var(--pad-wrapper));
  padding-inline: var(--pad-wrapper);
  margin: 0 auto;
}

main.default {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

#header .wrapper,
#footer .wrapper {
  max-width: calc(75rem + 2 * var(--pad-wrapper));
}

section.full-width {
  width: 100%;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

section.full-width second-section {
  width: 100%;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

section.img-cover {
  padding: 0;
}

section.img-cover .flex-container {
  align-items: stretch;
}

section.img-cover .flex-container > [class*="content-"] {
  display: flex;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

section.img-cover .flex-container .content-left {
  justify-content: start;
}

section.img-cover .flex-container .content-left {
  justify-content: end;
}

section.img-cover .flex-container .content-wrap {
  width: 100%;
  max-width: calc((66.6667rem + 2 * var(--pad-wrapper)) / 2);
}

section.img-cover .flex-container .content-right .content-wrap {
  padding-right: var(--pad-wrapper);
}

section.img-cover .flex-container .content-left .content-wrap {
  padding-left: var(--pad-wrapper);
}

section.img-cover .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-narrow {
  max-width: 40rem;
  margin-inline: auto;
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-container > * {
  flex: 1 1 0;
}

.flex-container .content-right,
section.img-cover .flex-container .content-right .content-wrap {
  padding-left: clamp(2rem, 6vw, 6rem);
}

.flex-container .content-left,
section.img-cover .flex-container .content-left .content-wrap {
  padding-right: 6rem;
}

.flex-container .no-grow {
  flex: 0 1 auto;
}

.bg-muted {
  background-color: var(--color-muted);
}

.max-w-40 {
  max-width: 40%;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  padding-top: 0.444em;
  margin-bottom: 1.17em;
}

.social-media a:hover,
.social-media a:focus {
  filter: brightness(1.2);
}

/* 720px */
@media (max-width: 45em) {
  .flex-container {
    flex-direction: column;
    gap: 2rem;
  }

  .flex-container > * {
    width: 100%;
    flex-basis: auto;
  }

  .flex-container .content-right,
  .flex-container .content-left {
    padding: 0;
    align-self: flex-start;
  }

  section.img-cover .flex-container .content-right,
  section.img-cover .flex-container .content-left {
    padding-top: 0;
  }

  section.img-cover .flex-container .content-wrap {
    max-width: calc(66.6667rem + 2 * var(--pad-wrapper));
    padding-inline: var(--pad-wrapper) !important;
    margin: 0 auto;
  }

  section.img-cover .img {
    width: 100%;
    height: 60vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mobile-reverse-order {
    flex-direction: column-reverse;
  }

  .mobile-no-gap {
    gap: 0;
  }
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: var(--color-muted);
  font-size: 0.8889em;
}

#header.bg-white {
  background-color: #fff;
}

#header + * {
  margin-top: var(--header-height);
}

#header .wrapper,
#header-nav > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

#header .logo {
  height: 100%;
  position: relative;
  flex: 0 1 auto;
}

#header .logo img {
  position: relative;
  top: 10%;
}

#header-nav {
  flex: 1 1 auto;
}

#header-nav ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

#header-nav .main-menu {
  display: inline-flex;
  gap: 1.5em;
}

#header-nav .main-menu > li {
  position: relative;
}

#header-nav .main-menu > li > a {
  padding: 0.5em 0;
}

#header-nav li a {
  display: block;
  color: rgb(65, 64, 66);
  text-decoration: none;
}

#header-nav .main-menu > li > a {
  white-space: nowrap;
}

#header-nav li a:hover,
#header-nav li a:focus {
  color: #000;
}

#header-nav .sub-menu {
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  position: absolute;
  top: 125%;
  left: 50%;
  padding: 1.5em 2em;
  background-color: #fff;
  border: 1px solid rgb(227, 227, 227);
  border-top: 3px solid var(--color-primary);
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0.2rem 1rem rgb(0, 0, 0, 0.1);
  opacity: 0;
  font-size: 0.9em;
  pointer-events: none;
  transform: translateX(-50%);
  transition: 0.4s ease all;
}

#header-nav li:hover .sub-menu,
#header-nav li:focus-within .sub-menu {
  top: 99%;
  opacity: 1;
  pointer-events: all;
}

#header-nav .btn-primary {
  white-space: nowrap;
}

/* Mobile Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 67.5em) {
  .js-nav-open {
    overflow: hidden;
  }

  #header .logo img {
    width: auto;
    height: 80%;
  }

  #header [class^="mobile-nav"] {
    width: 2rem;
    height: 2rem;
    display: block;
    position: relative;
  }

  #header [class^="mobile-nav"]::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(125%);
  }

  #header-nav > .mobile-nav-close::before {
    display: none;
  }

  #header .mobile-nav-open {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h18M3 6h18M3 18h18'/%3E%3C/svg%3E");
    background-color: rgb(88, 88, 91);
  }

  #header-nav > div > .mobile-nav-close {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
    position: absolute;
    top: calc(var(--header-height) / 4);
    right: 2rem;
    background-color: rgb(88, 88, 91);
  }

  #header-nav {
    width: 100vw;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    overflow: hidden;
    transition: 0.7s ease opacity;
  }

  #header-nav > div {
    width: 20rem;
    max-width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1;
    padding: var(--header-height) 2rem 4rem;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.7s ease right;
  }

  #header-nav ul {
    flex-direction: column;
  }

  #header-nav .main-menu {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }

  #header-nav .main-menu > li > a {
    color: #111;
  }

  #header-nav .sub-menu {
    position: static;
    opacity: 1;
    padding: 0;
    margin: 0 0 0 1em;
    border: 0;
    box-shadow: none;
    pointer-events: all;
    transform: none;
  }

  #header-nav .btn-primary {
    width: 100%;
  }

  #header-nav:target,
  .js-nav-open #header-nav {
    height: 100%;
    opacity: 1;
  }

  :is(#header-nav:target, .js-nav-open #header-nav) > .mobile-nav-close {
    content: "";
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: default;
  }

  :is(#header-nav:target, .js-nav-open #header-nav) > div {
    right: 0;
  }
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer {
  padding: 2.5rem 0;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 0.8889em;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer-nav {
  display: flex;
  align-items: stretch;
  gap: 2rem;
}

#footer-nav > * {
  flex: 1 1 auto;
}

#footer .logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#footer ul {
  display: flex;
  gap: 0.2em;
  padding: 0;
  list-style: none;
}

#footer .main-menu,
#footer .extra-menu {
  padding-top: 0.5rem;
}

#footer .main-menu > li > a,
#footer .extra-menu > li > a {
  font-weight: 600;
}

#footer .logos,
#footer .sub-menu,
#footer .extra-menu {
  flex-direction: column;
}

#footer .main-menu {
  gap: 1.5rem;
}

#footer .sub-menu {
  margin-top: 1em;
  font-size: 0.8889em;
}

#footer .extra-menu {
  padding-left: 1.5rem;
  border-left: 1px solid #fff;
}

#footer .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  gap: 1rem;
  font-size: 0.75em;
}

#footer .bottom-menu {
  gap: 0.5em;
  flex-wrap: wrap;
}

#footer .bottom-menu li::before {
  content: "|";
  display: inline-block;
  margin-right: 0.5em;
}

#footer .bottom-menu li:first-child::before {
  display: none;
}

#footer .bottom .address {
  flex-basis: 100%;
}

/* 1080px */
@media (max-width: 67.5em) {
  #footer-nav {
    flex-direction: column;
  }

  #footer .logos {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }

  #footer .extra-menu {
    padding: 0;
    border-left: 0;
  }
}

/* 720px */
@media (max-width: 45em) {
  #footer .main-menu {
    flex-direction: column;
  }
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#banner {
  width: 100%;
}

#banner > section {
  width: 100%;
  min-height: min(48vw, 37rem);
}

#banner .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: var(--color-muted);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-shadow: 0 0 1em rgb(0, 0, 0);
  font-size: clamp(0.8em, 2vw, 1em);
}

#banner .txt-white {
  color: #fff;
}

#banner .body {
  display: flex;
  flex-direction: column;
}

#banner .body .content .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-block: 3rem;
}

#banner .body .content .wrapper > div {
  max-width: 50%;
}

#banner .foot {
  flex-grow: 0;
  padding: 0.75em 0;
  background-color: #fff;
}

#banner .foot .wrapper {
  display: flex;
}

/* 720px */
@media (max-width: 45em) {
  #banner .body .content .wrapper > div {
    max-width: 60% !important;
  }

  #banner .content h1 {
    font-weight: 500;
  }
}

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#contact-address + #anchor-book-a-tour {
  padding-top: 0;
}

/* Suites and Pricing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#suites {
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

#suites .suites-options {
  margin: 1rem 0 2.5rem;
}

#suites .suites-options .flex-container {
  max-width: 60rem;
  align-items: stretch;
  gap: 0.75rem;
  margin: 0 auto;
}

#suites .suites-options .js-is-muted {
  opacity: 0.6;
  filter: saturate(60%);
}

#suites .suites-options button:hover,
#suites .suites-options button:focus {
  opacity: 1;
  filter: saturate(100%);
}

#suites .suite-tab {
  display: none;
}

#suites .suite-tab.js-is-active {
  display: block;
}

#suites .suite-tab .heading {
  position: relative;
  padding: 0 3rem;
  margin-bottom: 1.5rem;
  font-size: 0.8em;
}

#suites .suite-tab .heading .h1 {
  padding: 0;
  margin: 0;
}

#suites .slick-track {
  width: 100%;
  display: flex;
  align-items: stretch;
}

#suites .slide {
  height: auto;
  display: grid;
  grid-template-rows: 1fr auto 1fr auto;
  align-self: stretch;
  padding: 0 0.75em;
}

#suites .slide .title {
  align-self: center;
  font-size: 1.2em;
  line-height: 1.3;
}

#suites .slide .img-wrap {
  width: 100%;
  max-width: 12em;
  margin: 0.8rem auto 1.25rem;
}

#suites .slide .img {
  width: 100%;
  position: relative;
  padding-top: 150%;
  background-color: #eee;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  border-radius: 100em;
}

#suites .slide .img .logo {
  max-width: 30%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
}

#suites .slide .button {
  margin-top: 0.8rem;
  font-size: 80%;
}

#suites .slide .button > * {
  width: 80%;
  display: block;
  margin: 0 auto;
}

#suites .carousel-dots-wrap {
  margin-top: 2rem;
}

#suites .carousel-dots-wrap .heading {
  margin-bottom: 1rem;
  font-size: 1.6em;
}

#suites .slick-arrow {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  background-image: var(--icon);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

#suites .slick-prev {
  --icon: url(../images/icon_arrow_left.svg);
  left: 0;
}

#suites .slick-next {
  --icon: url(../images/icon_arrow_right.svg);
  right: 0;
}

#suites .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

#suites .slick-dots li {
  padding: 0;
  margin: 0;
}

#suites .slick-dots button {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #58585b;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

#suites .slick-dots .slick-active button {
  background-color: var(--color-primary);
}

@media (max-width: 45em) {
  #suites .suites-options .flex-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #suites .suites-options button {
    flex-basis: 48%;
  }
}

/* FAQs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#faqs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#faqs .faq {
  padding: 1.25rem;
  background-color: var(--color-muted);
  border-radius: 2rem;
}

#faqs .faq summary {
  display: flex;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

#faqs .faq summary::marker,
#faqs .faq summary::-webkit-details-marker {
  content: "";
  display: none !important;
}

#faqs .faq summary i {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--color-secondary);
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
}

#faqs .faq summary i::before {
  content: "\002B";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#faqs .faq[open] summary i::before {
  content: "\2212";
}

#faqs .faq summary > span {
  padding: 0;
  margin: 0;
}

#faqs .faq .answer {
  padding: 1rem 0 0.5rem 2.75rem;
}

#faqs .faq .answer > :last-child {
  margin-bottom: 0;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 1800px */
@media (max-width: 112.5em) {
}

/* 1200px */
@media (max-width: 75em) {
}

/* 900px */
@media (max-width: 56.25em) {
}

/* 600px */
@media (max-width: 37.5em) {
}

/* Custom Styles - @myburnwilson
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* .phone-number,
phone-number a {
  white-space: nowrap;
}

.mbw-banner-footer {
  width: full;
  padding: 0.75em 0;
  display: flex;
}

.mbw-banner-footer-wrapper {
  display: flex;
  width: full;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.25rem;
  margin: 0 auto;
}

a.banner-logo-link {
  max-width: 50vw !important;
}

@media (max-width: 768px) {
  .mbw-banner-footer > .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .phone-number,
  phone-number a {
    display: none;
  }
  .banner-logo-link {
    max-width: 70vw;
  }
} */
