@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --font-sans: font-family: 'Inter', sans-serif;
  --font-size-xs: 14px;
  --font-size-sm: 16px;
  --font-size-base: clamp(18px, 2vw, 21px);
  --font-size-smd: clamp(21px, 2vw, 24px);
  --font-size-md: clamp(24px, 2vw, 28px);
  --font-size-lg: clamp(30px, 2vw, 35px);
  --font-size-xl: clamp(36px, 2vw, 41px);
  --font-size-2xl: clamp(40px, 3vw, 48px);
  --font-size-3xl: clamp(48px, 3vw, 55px);
  --font-size-4xl: clamp(54px, 3vw, 62px);
  --font-size-5xl: clamp(60px, 3vw, 69px);
  --font-size-6xl: clamp(66px, 4vw, 76px);
  --font-size-7xl: clamp(72px, 4vw, 83px);
  --font-size-8xl: clamp(81px, 4vw, 93px);
  --font-size-9xl: clamp(90px, 4vw, 104px);

  --font-size-h6: clamp(18px, 1.5vw, 20px);
  --font-size-h5: clamp(20px, 1.5vw, 22px);
  --font-size-h4: clamp(24px, 1.5vw, 30px);
  --font-size-h3: clamp(30px, 2vw, 32px);
  --font-size-h2: clamp(36px, 3vw, 48px);
  --font-size-h1: clamp(40px, 4vw, 78px);

  --color-body: #2F2F2F;
  --color-black: #375889;
  --color-white: #fff;
  --color-white-gray: #f6f6f6;
  --color-gray: #f6f6f6;
  --color-charcoal: #585858;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
  background-color: #7d7d7d;
  border-radius: 12px;
  border: 2px solid #fafafa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #26261c;
}

::-webkit-scrollbar-corner {
  background-color: #fafafa;
}

html {
  overflow-x: hidden;
}

body {
  color: var(--color-body);
/*  font-family: 'Inter', sans-serif;*/
/*  font-size: clamp(19px, 2vw, 24px);*/
/*  line-height: 1.65;*/
/*  line-height: 1.8;*/
/*  font-weight: 400;*/
  font-optical-sizing: auto;
  font-feature-settings: "liga" 0;
  overflow-x: hidden;
}

.one-container .site-content {
  padding: 80px 40px;
}

body.home.one-container .site-content,
body.page-thank-you.one-container .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

a { 
  color: var(--color-body);
}

a:hover, a:focus, a:active {
  color: var(--color-body);
}

/*
#page a:not(.gb-button):not(.no-underline) {
  color: var(--color-green);
  text-decoration: underline;
}

#page .no-underline a:not(.gb-button) {
  text-decoration: none;
}

#page a:not(.gb-button):hover {
  color: var(--color-body);
  text-decoration: underline;
}
*/

.bg-dark a { color: var(--color-green); }

.bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active {
  color: var(--color-white);
}

.filter-green {
  filter: invert(29%) sepia(54%) saturate(226%) hue-rotate(129deg) brightness(87%) contrast(89%);  
}



/*
#content a:not(.gb-button) { text-decoration: none; }
#content a:not(.gb-button):hover { text-decoration: underline; }
*/


/* - - - - - -
** Typography
- - - - - - */

.prehead {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}

.prehead:before {
  content: "";
  position: relative;
  display: inline-block;
  top: -4px;
  margin-right: 5px;
  width: 40px;
  height: 2px;
  background-color: var(--color-body);
}

.bg-dark .prehead:before {
  background-color: var(--color-white);
}


p.bigger {
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  p.bigger {
    font-size: 20px;
    line-height: 1.5;
  }
}

p.section-subhead {
  color: var(--color-green);
  /*font-family: "Arial Black";*/
  font-weight: 800;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.p1 { font-size: 26px; }
.p2 { font-size: 24px; }
.p3 { font-size: 22px; }
.p4 { font-size: 20px; }

p.disclaimer { font-size: 15px; }
p.footnote { color: #999; font-size: 15px; }
p.note { color: #999; font-size: 15px; }

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }


.text-balance,
.text-wrap-balance {
  text-wrap: balance;
}


blockquote {
  position: relative;
  margin: 0 0 1.5em 0;
  border-left: 5px solid rgba(0, 214, 86, 0.9);
  padding: 5px 0 5px 15px;
  font-size: inherit;
  font-style: italic;
  text-align: left;
  background-color: rgba(0, 214, 86, 0.1);
}

blockquote > p {
  position: relative;
}

blockquote > p:before {
  top: 0;
  left: -100px;
}

blockquote > p:after {
  display: none;
  bottom: 0;
  right: -80px;
  transform: rotate(180deg);
}

blockquote cite {
  color: #999;
}

.wp-block-pullquote {
  padding: 1em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.wp-block-pullquote p {
  font-size: inherit;
  line-height: 1.6;
}





/* - - - - - - - -
** General Classes
- - - - - - - - */

.block { display: block; }

.hide-seo-friendly {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

mark { color: inherit; }
.has-no-wrap-color { color: inherit; }
.has-force-wrap-color { color: inherit; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

@media (max-width: 767px) {
  .text-left-mobile { text-align: left; }
  .text-center-mobile { text-align: center; }
  .text-right-mobile { text-align: right; }
}


.overflow { overflow: visible !important; }

.nowrap,
.no-wrap { white-space: nowrap; }

@media only screen and (min-width: 768px) {
  .soft-nowrap,
  .has-no-wrap-color {
    white-space: nowrap;
  }
  .soft-br,
  .has-force-wrap-color { display: block; }
}

@media only screen and (max-width: 767px) {
  .soft-inline figure.alignleft,
  .soft-inline figure.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}


.text-body { color: var(--color-body); }
.text-black { color: var(--color-black); }
.text-white { color: var(--color-white); }
.text-green { color: var(--color-green) !important; }


.bg-light { color: var(--color-body); }
.bg-dark { color: #fff; background-color: var(--color-black); }

.bg-dark a:hover { color: #fff; }

.bg-dark h1, .bg-dark .h1,
.bg-dark h2, .bg-dark .h2,
.bg-dark h3, .bg-dark .h3,
.bg-dark h4, .bg-dark .h4,
.bg-dark h5, .bg-dark .h5,
.bg-dark h6, .bg-dark .h6 { color: #fff; }

.bg-black { background-color: var(--color-black); }
.bg-white { background-color: #fff; }
.bg-gray { background-color: #f6f6f6; }
.bg-green { background-color: var(--color-green); }

.wp-block-separator {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  height: 1px;
  border: 0;
}


.bg-arrow .gb-shape svg {
  height: 10vw !important;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}


/* - - - - - - - - - -
** BUTTONS & CTAs
- - - - - - - - - - */

.gb-button-wrapper {
  gap: 20px;
}

@media (max-width: 767px) {
  .gb-button-wrapper.flex-center-mobile {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .gb-button-wrapper .gb-button + .gb-button {
    /*margin-left: 25px;*/
  }
}
@media (max-width: 767px) {
  .gb-button-wrapper .gb-button + .gb-button {
    /*margin-top: 25px;*/
  }
}

@media (max-width: 767px) {
  .gb-button-wrapper.mobile-center {
    justify-content: center;
  }
}


.gb-button.gb-button-text {

}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
a.button, 
a.wp-block-button__link:not(.has-background),
.gb-button.gb-button-text, 
.gb-button.gb-button-text:visited,
a.gb-button.gb-button-text, 
a.gb-button.gb-button-text {
  padding: 16px 32px;
/*  font-weight: 400;*/
/*  font-size: 18px;*/
/*  line-height: 1.3;*/
  transition: all 0.2s linear;
}

a.gb-button.gb-button-text.btn-dark {
  color: var(--color-white);
  background-color: var(--color-body);
}

button:hover, 
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.wp-block-button__link:not(.has-background):hover,
.gb-button.gb-button-text:hover, 
.gb-button.gb-button-text:active, 
.gb-button.gb-button-text:focus,
a.gb-button.gb-button-text:hover, 
a.gb-button.gb-button-text:active, 
a.gb-button.gb-button-text:focus {
  box-shadow: none;
  text-decoration: none;
}

a.gb-button.gb-button-text.btn-dark:hover {
  color: var(--color-body);
  background-color: transparent;
}


.modaal-container input[type="button"]:hover,
.modaal-container input[type="reset"]:hover,
.modaal-container input[type="submit"]:hover,
.modaal-container a.button:hover,
.modaal-container .gb-button.gb-button-text:hover, 
.modaal-container .gb-button.gb-button-text:active, 
.modaal-container .gb-button.gb-button-text:focus,
.modaal-container a.gb-button.gb-button-text:hover, 
.modaal-container a.gb-button.gb-button-text:active, 
.modaal-container a.gb-button.gb-button-text:focus {
  color: var(--color-white);
  border-color: var(--color-body);
  background-color: var(--color-body);
  box-shadow: none;
}



/* - - - - - - - - - -
** SPACING & STRUCTURE
- - - - - - - - - - */


/* GRIDS */

@media (min-width: 1400px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }  
}



.gb-grid-wrapper.gap-40 > .gb-grid-column { padding-bottom: 40px; }

@media (min-width: 768px) {
  .gb-grid-wrapper.gap-40 { margin-left: -20px; margin-right: -20px; }
  .gb-grid-wrapper.gap-40 > .gb-grid-column { padding-left: 20px; padding-right: 20px; padding-bottom: 40px; }

  .gb-grid-wrapper.gap-60 { margin-left: -30px; margin-right: -30px; }
  .gb-grid-wrapper.gap-60 > .gb-grid-column { padding-left: 30px; padding-right: 30px; padding-bottom: 60px; }
}

@media (min-width: 1080px) {
  .gb-grid-wrapper.gap-40.wide-width { margin-left: -80px; margin-right: -80px; width: calc(100% + 160px); max-width: calc(100% + 160px); }
}

@media (max-width: 767px) {
  #art-gallery.gb-grid-wrapper:not(.slick-slider) .gb-grid-column:not(:first-child) { display: none; }
}



@media (max-width: 767px) {
  .alignfull-mobile {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
  }
}



[class*="mw-"]:not(h1, h2, h3, h4, h5, h6),
[class*="mw-"].has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.mw-left { margin-left: 0 !important; margin-right: auto !important; }
.mw-right { margin-left: auto !important; margin-right: 0 !important; }
.mw-center { margin-left: auto !important; margin-right: auto !important; }

.mw-500 { max-width: 500px; }
.mw-550 { max-width: 550px; }
.mw-600 { max-width: 600px; }
.mw-650 { max-width: 650px; }
.mw-700 { max-width: 700px; }
.mw-750 { max-width: 750px; }
.mw-800 { max-width: 800px; }
.mw-850 { max-width: 850px; }
.mw-900 { max-width: 900px; }
.mw-950 { max-width: 950px; }
.mw-1000 { max-width: 1000px; }
.mw-1050 { max-width: 1050px; }
.mw-1100 { max-width: 1100px; }
.mw-1150 { max-width: 1150px; }
.mw-1200 { max-width: 1200px; }
.mw-1250 { max-width: 1250px; }
.mw-1300 { max-width: 1300px; }

.mt-auto { margin-top: auto !important; }
.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-95 { margin-top: 95px !important; }
.mt-100 { margin-top: 100px !important; }

.mb-auto { margin-bottom: auto !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb-2-1-rem { margin-bottom: clamp(1rem, 5vw, 2rem); }
.mb-3-1-rem { margin-bottom: clamp(1rem, 5vw, 3rem); }
.mb-3-2-rem { margin-bottom: clamp(2rem, 5vw, 3rem); }
.mb-4-1-rem { margin-bottom: clamp(1rem, 5vw, 4rem); }
.mb-4-2-rem { margin-bottom: clamp(2rem, 5vw, 4rem); }
.mb-4-3-rem { margin-bottom: clamp(3rem, 5vw, 4rem); }
.mb-5-1-rem { margin-bottom: clamp(2rem, 5vw, 5rem); }
.mb-5-2-rem { margin-bottom: clamp(2rem, 5vw, 5rem); }
.mb-5-3-rem { margin-bottom: clamp(3rem, 5vw, 5rem); }
.mb-6-0-rem { margin-bottom: clamp(0rem, 5vw, 6rem); }
.mb-6-1-rem { margin-bottom: clamp(1rem, 5vw, 6rem); }
.mb-6-2-rem { margin-bottom: clamp(2rem, 5vw, 6rem); }
.mb-6-3-rem { margin-bottom: clamp(3rem, 5vw, 6rem); }
.mb-6-4-rem { margin-bottom: clamp(4rem, 5vw, 6rem); }

.pt-0 { padding-bottom: 0px; }
.pb-0 { padding-bottom: 0px; }



.one-container .container {
  background-color: transparent;
}

.one-container .site-content {
  padding: 80px 40px;
  padding-top: 0;
  padding-bottom: 0;
}

body.privacy-policy.one-container .site-content,
body.error404.one-container .site-content,
body.single.one-container .site-content,
body.page-pe-pools.one-container .site-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.entry-content:not(:first-child), 
.entry-summary:not(:first-child), 
.page-content:not(:first-child) {
  margin-top: 2em;
  margin-top: 0;
}

.entry-content > [class*="wp-block-"]:not(:last-child) {
  margin-bottom: 1.5em;
  margin-bottom: 0;
}

@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column:not(:only-child) {
    flex-basis: unset !important;
    flex-grow: unset;
  }
}


@media (min-width: 1025px) {
  ul.columns-2 {
    column-count: 2;
    column-gap: 6em;
  }
  ul.columns-3 {
    column-count: 3;
    column-gap: 6em;
  }
}


/* SECTIONS */

section.gb-container  > .gb-inside-container,
section.gb-container  > .gb-container {
  padding: 40px;
  padding-top: clamp(50px, 8vw, 150px);
  padding-bottom: clamp(50px, 8vw, 150px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section.gb-container.pt-low  > .gb-inside-container,
section.gb-container.pt-low  > .gb-container {
  padding-top: clamp(50px, 8vw, 75px);
}

section.gb-container.pb-low  > .gb-inside-container,
section.gb-container.pb-low  > .gb-container {
  padding-bottom: clamp(50px, 8vw, 75px);
}

@media (max-width: 768px) {
  section.gb-container  > .gb-inside-container,
  section.gb-container  > .gb-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .entry-content section.gb-container:last-child > .gb-container {
    padding-bottom: 80px;
  }
}


section.gb-container.lowpad > .gb-inside-container ,
section.gb-container.lowpad > .gb-container {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

section.gb-container.full-nopad > .gb-inside-container,
section.gb-container.full-nopad > .gb-container {
  padding: 0;
}

section.gb-container.py-high > .gb-inside-container,
section.gb-container.py-high > .gb-container {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

section.gb-container.p-0 > .gb-inside-container,
section.gb-container.p-0 > .gb-container { 
  padding: 0; 
}

section.gb-container.py-0 > .gb-inside-container,
section.gb-container.py-0 > .gb-container { 
  padding-top: 0; padding-bottom: 0; 
}


section.gb-container.pt-0 > .gb-inside-container,
section.gb-container.pt-0 > .gb-container { 
  padding-top: 0; 
}

section.gb-container.pt-medium > .gb-inside-container,
section.gb-container.pt-medium > .gb-container {
  padding-top: 7vw;
}

section.gb-container.pt-high > .gb-inside-container,
section.gb-container.pt-high > .gb-container {
  padding-top: 10vw;
}


section.gb-container.pb-0 > .gb-inside-container,
section.gb-container.pb-0 > .gb-container { 
  padding-bottom: 0; 
}

section.gb-container.pb-5 > .gb-inside-container,
section.gb-container.pb-5 > .gb-container { 
  padding-bottom: 5px; 
}

section.gb-container.pb-10 > .gb-inside-container,
section.gb-container.pb-10 > .gb-container { 
  padding-bottom: 10px; 
}

section.gb-container.pb-15 > .gb-inside-container,
section.gb-container.pb-15 > .gb-container { 
  padding-bottom: 15px; 
}

section.gb-container.pb-20 > .gb-inside-container,
section.gb-container.pb-20 > .gb-container { 
  padding-bottom: 20px; 
}

section.gb-container.pb-25 > .gb-inside-container,
section.gb-container.pb-25 > .gb-container { 
  padding-bottom: 25px; 
}

section.gb-container.pb-30 > .gb-inside-container,
section.gb-container.pb-30 > .gb-container { 
  padding-bottom: 30px; 
}

section.gb-container.pb-high > .gb-inside-container,
section.gb-container.pb-high > .gb-container {
  padding-bottom: 10vw;
}


@media (max-width: 768px) {
  section.gb-container.lowpad > .gb-inside-container ,
  section.gb-container.lowpad > .gb-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.gb-container.py-high > .gb-inside-container,
  section.gb-container.py-high > .gb-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section.gb-container.pt-medium > .gb-inside-container,
  section.gb-container.pt-medium > .gb-container {
    padding-top: 60px;
  }

  section.gb-container.pt-high > .gb-inside-container,
  section.gb-container.pt-high > .gb-container {
    padding-top: 80px;
  }

  section.gb-container.pb-high > .gb-inside-container,
  section.gb-container.pb-high > .gb-container {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  section.gb-container.md\:py-0 > .gb-inside-container,
  section.gb-container.md\:py-0 > .gb-container { 
    padding-top: 0; padding-bottom: 0; 
  }

  section.gb-container > .gb-inside-container > div[class*="gb-grid-wrapper-"]:nth-last-of-type(1) {
    /*margin-bottom: -60px;*/
  }
}



/* - - - - - - - - - - -
** GENERATEPRESS GRIDS
- - - - - - - - - - - */

.grid-container {
  margin-left: auto;
  margin-right: auto;
/*  max-width: 1400px;*/
}

/*
.section > .grid-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section > .grid-container {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
*/

.wp-block-group .wp-block-group__inner-container {
  padding: 0;
/*  max-width: 1400px;*/
}

@media (min-width: 768px) {
  [class*="gb-grid-wrapper-"] > .gb-grid-column {
    /*padding-bottom: 0;*/
  }
  [class*="gb-grid-wrapper-"].pb-0 > .gb-grid-column {
    padding-bottom: 0;
  }
}




/* - - - - - - - - - - - - - - -
** PHOTO ASPECT RATIOS & GRIDS
- - - - - - - - - - - - - - - */

.rounded-corners {
  border-radius: clamp(40px, 10vw, 100px);
}

/* ASPECT RATIOS */

img[class*="aspect-"],
figure[class*="aspect-"] img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

img.aspect-1\:1,
figure.aspect-1\:1 img {
  aspect-ratio: 1/1;
}

img.aspect-1\:1\.1,
figure.aspect-1\:1\.1 img {
  aspect-ratio: 1/1.1;
}

img.aspect-1\:1\.2,
figure.aspect-1\:1\.2 img {
  aspect-ratio: 1/1.2;
}

img.aspect-1\.1\:1,
figure.aspect-1\.1\:1 img {
  aspect-ratio: 1.1/1;
}

img.aspect-1\.2\:1,
figure.aspect-1\.2\:1 img {
  aspect-ratio: 1.2/1;
}

img.aspect-4\:5,
figure.aspect-4\:5 img {
  aspect-ratio: 4/5;
}

img.aspect-5\:7,
figure.aspect-5\:7 img {
  aspect-ratio: 5/7;
}

img.aspect-5\:4,
figure.aspect-5\:4 img {
  aspect-ratio: 5/4;
}

img.aspect-7\:5,
figure.aspect-7\:5 img {
  aspect-ratio: 7/5;
}

img.aspect-16\:7,
figure.aspect-16\:7 img,
section.aspect-16\:7 {
  aspect-ratio: 16/7;
}

img.aspect-16\:9,
figure.aspect-16\:9 img,
section.aspect-16\:9 {
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  img.aspect-7\:5-mobile,
  figure.aspect-7\:5-mobile img {
    aspect-ratio: 7/5;
  }
}


section.aspect-imax {
  aspect-ratio: 16/6;
}
@media (max-width: 767px) {
  section.aspect-imax {
    aspect-ratio: 16/9;
  } 
}


.object-bottom { object-position: bottom !important; }
.object-center { object-position: center !important; }
.object-center-bottom { object-position: center bottom !important; }
.object-left { object-position: left !important; }
.object-left-bottom { object-position: left bottom !important; }
.object-left-top { object-position: left top !important; }
.object-right { object-position: right !important; }
.object-right-bottom { object-position: right bottom !important; }
.object-right-top { object-position: right top !important; }
.object-top { object-position: top !important; }

.object-50-10 { object-position: 50% 10% !important; }
.object-50-20 { object-position: 50% 20% !important; }
.object-50-30 { object-position: 50% 30% !important; }
.object-50-40 { object-position: 50% 40% !important; }
.object-50-50 { object-position: 50% 50% !important; }
.object-50-60 { object-position: 50% 60% !important; }
.object-50-70 { object-position: 50% 70% !important; }
.object-50-80 { object-position: 50% 80% !important; }
.object-50-90 { object-position: 50% 90% !important; }


[class*="photo-grid-"] {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (min-width: 768px) {
  [class*="photo-grid-"] {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

[class*="photo-grid-"] figure img {
  object-fit: cover;
  object-position: center center;
  border-radius: clamp(40px, 10vw, 100px);
}

.photo-grid-1-1 { grid-template-columns: 1fr 1fr; }
.photo-grid-1-1 figure:first-child img { aspect-ratio: 2/1.4; }
.photo-grid-1-1 figure:last-child img { aspect-ratio: 2/1.4; }

.photo-grid-1-2 { grid-template-columns: 1fr 2fr; }
.photo-grid-1-2 figure:first-child img { aspect-ratio: 1/1.1; }
.photo-grid-1-2 figure:last-child img { aspect-ratio: 2/1.1; }

.photo-grid-2-1 { grid-template-columns: 2fr 1fr; }
.photo-grid-2-1 figure:first-child img { aspect-ratio: 2.4/1; }
.photo-grid-2-1 figure:last-child img { aspect-ratio: 1.2/1; }

@media (min-width: 768px) {
  .md\:photo-grid-1-1 { grid-template-columns: 1fr 1fr; }
  .md\:photo-grid-1-1 figure:first-child img { aspect-ratio: 2/1.4; }
  .md\:photo-grid-1-1 figure:last-child img { aspect-ratio: 2/1.4; }

  .md\:photo-grid-1-2 { grid-template-columns: 1fr 2fr; }
  .md\:photo-grid-1-2 figure:first-child img { aspect-ratio: 1/1.1; }
  .md\:photo-grid-1-2 figure:last-child img { aspect-ratio: 2/1.1; }

  .md\:photo-grid-2-1 { grid-template-columns: 2fr 1fr; }
  .md\:photo-grid-2-1 figure:first-child img { aspect-ratio: 2.4/1; }
  .md\:photo-grid-2-1 figure:last-child img { aspect-ratio: 1.2/1; }
}



/* - - - - - - - - - - -
** GENERATEPRESS HEADER
- - - - - - - - - - - */

/* TOP BAR */

.top-bar { }

.top-bar a {
  color: var(--color-white);
  text-decoration: none;
}

.top-bar a:hover {
  color: var(--color-white);
  text-decoration: underline;
}


/* MASTHEAD */

#masthead {
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
  box-shadow: none;
}


@media (min-width: 1025px) and (max-width: 1279px) {
  .main-navigation.is_stuck .inside-navigation {
    justify-content: center !important;
  }
  .main-navigation.is_stuck .navigation-branding {
    margin-left: auto;
    margin-right: auto;
  }
  .main-navigation.is_stuck .navigation-branding .sticky-navigation-logo img {
    height: 75px;
  }
}


.main-navigation .main-nav > ul {
  column-gap: clamp(0.5rem, 5vw, 1.5rem);
}

ul#menu-primary-menu li.current-menu-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: var(--color-midnight-tide);
  z-index: 1;
}

ul#menu-primary-menu-1 li.current-menu-item a {
  font-weight: 900;
}

/* NAVIGATION BUTTON */

@media (min-width: 1025px) {
  .main-navigation .main-nav ul li.menu-button a {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    /* padding: 0.75rem 1.5rem; */
    color: var(--color-midnight-tide);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
  }
  .main-navigation .main-nav ul li.menu-button a:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    left: 0;
    border: 1px solid var(--color-midnight-tide);
    border-radius: 60px;
    z-index: -1;
  }

  .main-navigation .main-nav ul li.menu-button a:is(:hover, :focus),
  .main-navigation .main-nav ul li.menu-button.current-menu-item a {
    color: #fff;
  }
 
  .main-navigation .main-nav ul li.menu-button a:is(:hover, :focus):before,
  .main-navigation .main-nav ul li.menu-button.current-menu-item a:before {
    background-color: var(--color-midnight-tide);
  }

  .main-navigation .main-nav ul li.menu-button.current-menu-item:after {
    display: none;
  }
}


.sticky-enabled .main-navigation.is_stuck,
.main-navigation.toggled {
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}

#mobile-header {  }

#mobile-header:not(.navigation-stick) .inside-navigation.grid-container {
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
}

#mobile-header .inside-navigation.grid-container {
  padding-left: 30px;
  padding-right: 30px;
}

#mobile-header .is-logo-image {
/*  width: 220px;*/
}

#mobile-header.is_stuck {
/*  background-color: var(--color-yellow);*/
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}

#mobile-header.is_stuck .inside-navigation.grid-container {
  padding-top: 0; 
  padding-bottom: 0; 
}

/*
#mobile-header.is_stuck ~ #page {
  padding-top: 40px;
}
*/



.site-logo {
  position: relative;
  top: 0.3rem;
}


/* MOBILE NAVIGATION TOGGLE */

span.slideout-toggle svg,
button.menu-toggle svg {
  position: relative;
  height: 2em;
  width: 2em;
  height: 32px;
  width: 32px;
  top: 0.6em;
}

#mobile-header span.slideout-toggle svg,
#mobile-header button.menu-toggle svg,
#mobile-header:not(.is_stuck) span.slideout-toggle svg,
#mobile-header:not(.is_stuck) button.menu-toggle svg {
  fill: var(--color-body);
}


/* OVERLAY NAVIGATION */

.slideout-navigation.do-overlay .slideout-exit svg {
  height: 32px;
  width: 32px;
}

@media (min-width: 1400px) {
  .slideout-navigation.do-overlay .slideout-exit {
    position: fixed;
    top: 50px;
    right: calc((100vw - 1350px) / 2);
  }
  body:has(#mobile-header.is_stuck) .slideout-navigation.do-overlay .slideout-exit {
    top: 10px;
  }
}

/*
@media (max-width: 768px) {
  .slideout-navigation.do-overlay .slideout-exit {
    position: fixed;
    text-align: center;
  }  
}
*/

.slideout-navigation.do-overlay .inside-navigation {
  max-width: 960px;
}

@media (min-width: 769px) {
  #generate-slideout-menu.do-overlay .slideout-menu li, 
  .slideout-navigation.do-overlay .inside-navigation {
    text-align: left;
  }
}

#generate-slideout-menu.do-overlay .slideout-menu li {
  padding-top: 15px;
  padding-bottom: 15px;
}

#generate-slideout-menu.do-overlay .slideout-menu li:not(:last-child) {
  border-bottom: 1px solid #395755;
}

.slideout-navigation.do-overlay .inside-navigation .menu-logo-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}

@media (min-width: 769px) {
  .slideout-navigation.do-overlay .inside-navigation .menu-logo-wrap {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .slideout-navigation.do-overlay .inside-navigation .menu-logo-wrap {
    top: 50px;
    left: calc((100vw - 1370px) / 2);
  }
  body:has(#mobile-header.is_stuck) .slideout-navigation.do-overlay .inside-navigation .menu-logo-wrap {
    top: 10px;
  }
}
/*
@media (max-width: 768px) {
  .slideout-navigation.do-overlay .inside-navigation .menu-logo-wrap {
    position: fixed;
    top: 0;
    left: 0;
  }
}
*/




/* - - - - - - -
** PAGE SPECIFIC
- - - - - - - */

/*
/* SHARED PAGE COMPONENTS */

@media (max-width: 767px) {
  .column-reverse-mobile,
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }

}


/* Vertical Lines */

.vert-line {
  position: relative;
  display: block;
  width: 1px;
  background-color: var(--color-seashell);
}
@media (max-width: 767px) {
  .vert-line {
    display: none;
  }
}


/* Text Indents */

@media (min-width: 1480px) {
  .left-indent span {
    display: block;
    margin-left: 0.8em;
  }

  .center-indent span {
    display: block;
  }

  .center-indent span:first-child {
    margin-left: -2em;
  }
  
  .center-indent.animated-heading.active span:first-child {
    animation-name: fadeInLeft;
    animation-duration: 2s;
    animation-fill-mode: both
  }
  
  .center-indent span:last-child {
    margin-right: -2em;
  }
  
  .center-indent.animated-heading.active span:last-child {
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-fill-mode: both
  }
}

@media (max-width: 1479px) {
  .left-indent,
  .center-indent {
    text-wrap: balance;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform:translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform:translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform:translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform:translateZ(0);
  }
}



/* ACCORDIANS */

.gb-accordion__toggle-icon svg {
  width: 1.5em;
  height: 1.5em;
}

.gb-accordion__toggle-icon svg line {
  stroke: var(--color-seashell);
  stroke-width: 16px;
  stroke-width: 12px;
}



/* TABS */

.TabNormal {
  position: relative;
}

.TabNormal .gb-text {
  display: inline-flex;
  text-wrap: balance;
}

.TabNormal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(38, 38, 28, 0.5);
  transition: all 0.2s linear;
}

.TabNormal:hover:before {
  background-color: rgba(38, 38, 28, 1);
}

.TabNormal.gb-block-is-current:before {
  top: -1px;
  height: 3px;
  background-color: rgba(38, 38, 28, 1);
}

@media (max-width: 639px) {
  .TabNormal.gb-block-is-current {
    background-color: rgba(38, 38, 38, 0.1);
  }
}


.TabReversed {
  position: relative;
}

.TabReversed .gb-text {
  display: inline-flex;
  text-wrap: balance;
}

.TabReversed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(244, 240, 234, 0.5);
  transition: all 0.2s linear;
}

.TabReversed:hover:before {
  background-color: rgba(244, 240, 234, 1);
}

.TabReversed.gb-block-is-current:before {
  top: -1px;
  height: 3px;
  background-color: rgba(244, 240, 234, 1);
}

@media (max-width: 639px) {
  .TabReversed.gb-block-is-current {
    background-color: rgba(244, 240, 234, 0.1);
  }
}



/* SUBSCRIBE */

/* Section Padding */
section.section-subscribe > .gb-container {
  padding-top: clamp(60px, 10vw, 180px);
  padding-bottom: clamp(60px, 10vw, 180px);
}

/* General Gravity Forms Styles */
.gform_wrapper.gform-theme .gform-field-label {
  text-transform: uppercase;
}

.gform_wrapper.gform-theme input[type="email"] {
  box-shadow: none;
}

#gform_wrapper_2.gform_wrapper.gform-theme input[type="email"] {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

#gform_wrapper_1.gform_wrapper.gform-theme input:focus,
#gform_wrapper_2.gform_wrapper.gform-theme input:focus,
#gform_wrapper_1.gform_wrapper.gform-theme textarea:focus,
#gform_wrapper_2.gform_wrapper.gform-theme textarea:focus {
  outline: revert;
}

@media (min-width: 768px) {
  #gform_wrapper_2.gform_wrapper form {
    display: grid;
    grid-template-columns: 2fr auto;
    gap: 1rem;
    align-items: end;
  }

  #gform_wrapper_2.gform_wrapper.gform_validation_error form {
    align-items: center;
  }

  #gform_wrapper_2.gform_wrapper form .gform-footer {
    margin: 0;
  }
}

/* Layout for Mobile */
@media (max-width: 767px) {
  #gform_wrapper_2.gform_wrapper form .gform-footer,
  #gform_wrapper_2.gform_wrapper form .gform-body label {
    justify-content: center;
  }
}

/* Body Alignment */
#gform_wrapper_2.gform_wrapper form .gform-body {
  text-align: left;
}

/* Submit Buttons Base Style */
#gform_submit_button_1,
#gform_submit_button_2 {
  all: unset;
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 60px;
  background-color: transparent;
  outline: revert;
  cursor: pointer;
}

/* Submit Button States */
#gform_submit_button_1:is(:hover, :focus),
#gform_submit_button_2:is(:hover, :focus) {
  background-color: #fff;
}

/* Individual Button Color Variants */
#gform_submit_button_1 {
  color: #26261c;
  border-color: #26261c;
}
#gform_submit_button_1:is(:hover, :focus) {
  color: #fff;
  background-color: #26261c;
}

#gform_submit_button_2 {
  color: #fff;
  border-color: #fff;
}
#gform_submit_button_2:is(:hover, :focus) {
  color: #26261c;
  background-color: #fff;
}

/* Validation Message */
.gform_validation_errors .gform_submission_error {
  text-wrap: balance;
}




/*
/* HOME PAGE */

@media (min-width: 1025px) {
  body.home #section-hero {
    transform: scale(0.8);
    transform-origin: center top;
    animation-name: zoomHero;
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: both;
    will-change: transform;
  }
}

@keyframes zoomHero {
  0% {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}


@media (max-width: 1024px) {
  .gb-tabs__menu.bailey-choice-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 639px) {
  .gb-tabs__menu.bailey-choice-menu {
    grid-template-columns: 1fr;
  }
  .gb-tabs__menu.bailey-choice-menu .TabReversed:last-child {
    border-bottom: 1px solid rgba(244, 240, 234, 0.5);
  }
}


@media (min-width: 1480px) {
  #masterful-head {
    margin-left: -5vw;
  }
}


#map-wrap,
#map-poi-wrap {
  position: relative;
}

#map-poi-wrap header {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  height: 58px;
  color: #fff;
  background-color: #595C64;
}




/*
/* PROPERTY */

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.spec-grid > div {
  padding: 3rem 2rem;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-midnight-tide);
  border-right: 1px solid var(--color-midnight-tide);
}
@media (min-width: 768px) {
  .spec-grid > div {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .spec-grid > div {
    padding: 1.2rem 1rem;
  }
  .spec-grid > div .gb-text {
    text-wrap: balance;
  }
}

.spec-grid > div:last-child {
  border-right-color: transparent;
}
@media (max-width: 1024px) {
  .spec-grid > div:nth-child(2) {
    border-right-color: transparent;
  }
}


/* FLOORPLANS */

.gb-tabs.floorplan-tabs .floorplan-title {
  /* margin-bottom: 3rem; */
}

.gb-tabs.floorplan-tabs ul.spec-list {
  margin: 0;
  margin-bottom: 3rem;
  padding: 0;
  list-style-type: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.gb-tabs.floorplan-tabs ul.spec-list li {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .gb-tabs.floor-tabs .gb-tabs__menu {
    margin-top: 8rem;
  }
}

.gb-tabs.floor-tabs .gb-tabs__items {
  background-color: var(--color-sand);
}

.gb-tabs.floor-tabs .gb-tabs__items .gb-tabs__item img {
  mix-blend-mode: multiply;
}


.gb-tabs.floor-tabs .gb-tabs__item {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .gb-tabs__menu.floor-tabs-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.5em;
  }  
}


.gb-tabs.floor-tabs .TabFloor {
  position: relative;
}
@media (max-width: 767px) {
  .gb-tabs.floor-tabs .TabFloor {
    text-align: center;
  }
}

.gb-tabs.floor-tabs .TabFloor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(38, 38, 28, 0.5);
  transition: all 0.2s linear;
}

.gb-tabs.floor-tabs .TabFloor:hover:before {
  background-color: rgba(38, 38, 28, 1);
}

.gb-tabs.floor-tabs .TabFloor.gb-block-is-current:before {
  left: -1px;
  width: 3px;
  background-color: rgba(38, 38, 28, 1);
}

@media (max-width: 639px) {
  .TabFloor.gb-block-is-current {
    background-color: rgba(38, 38, 38, 0.1);
  }
}


/* FLOOR LEVELS */

.gb-tabs__menu.plan-tabs-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .gb-tabs__menu.plan-tabs-menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 639px) {
  .gb-tabs__menu.plan-tabs-menu {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
  .gb-tabs__menu.plan-tabs-menu .TabNormal:last-child {
    border-bottom: 1px solid rgba(38, 38, 28, 0.5);
  }
}


.gb-tabs__menu.interior-tabs-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .gb-tabs__menu.interior-tabs-menu {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}



/*
/* AMENITIES */




/*
/* ORMOND BEACH */




/*
/* TEAM */

.gb-tabs__menu.team-tabs-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .gb-tabs__menu.team-tabs-menu {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
  .gb-tabs__menu.team-tabs-menu .TabNormal:last-child {
    border-bottom: 1px solid rgba(38, 38, 28, 0.5);
  }
}



/*
/* GALLERY */




/*
/* CONTACT */






/*
/* PRIVACY POLICY */

body.privacy-policy #content ul li {
  margin-bottom: 15px;
}





/* CAROUSELS */

.gb-grid-wrapper.carousel.slick-slider {
  margin-left: 0;
}

.gb-grid-wrapper.carousel.slick-slider .slick-track {
  display: flex;
}

.gb-grid-wrapper.carousel.slick-slider + .custom-slider-arrows + .custom-carousel-dots {
  /*margin-top: -20px;*/
}

.gb-grid-wrapper.carousel.slick-slider .slick-track .slick-slide {
  float: none;
  height: auto;
}

.gb-grid-wrapper.carousel.slick-slider .gb-grid-column {
  margin: 10px;
}


/* CUSTOM SLIDER ARROWS */

.gb-grid-wrapper:not(.carousel) + .custom-slider-arrows {
  display: none;
}

.custom-slider-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 639px) {
  .custom-slider-arrows {
    display: none;
  }
}


/* ARROWS */

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'dashicons';
  font-size: 60px;
  color: #222;
}

.slick-prev { left: -60px; }
[dir='rtl'] .slick-prev { right: -60px; left: auto; }

.slick-next { right: -60px; }
[dir='rtl'] .slick-next { right: auto; left: -60px; }

.slick-prev:before { content: "\f341"; }
[dir='rtl'] .slick-prev:before { content: "\f345"; }

.slick-next:before { content: "\f345"; }
[dir='rtl'] .slick-next:before { content: "\f341"; }


/* DOTS */

.custom-carousel-dots {
  position: relative;
}

.slick-dots li button:before {
  width: 20px;
  height: 20px;
  color: #222;
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  opacity: .25;
}

.slick-dots li.slick-active button:before {
  color: #222;
  opacity: .75;
}



.carousel.photo-strip.slick-slider {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 639px) {
  .carousel.photo-strip.slick-slider {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
  } 
}

.carousel.photo-strip.slick-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

@media (min-width: 768px) {
  .carousel.photo-strip.slick-slider .slick-list {
    overflow: visible !important;    
  }
}

.carousel.photo-strip.slick-slider .slick-list .slick-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.carousel.photo-strip.slick-slider .slick-list .slick-track:before, 
.carousel.photo-strip.slick-slider .slick-list .slick-track:after {
  display: none;
}

.carousel.photo-strip.slick-slider .slick-list .slick-track img.slick-slide {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (max-width: 639px) {
  .carousel.photo-strip.slick-slider .slick-list .slick-track img.slick-slide {
    aspect-ratio: 1/1;
    margin-left: 0;
    margin-right: 0;
  }
}


.carousel.photo-strip + .carousel-arrows-wrap {
  margin-top: 3rem;
  text-align: center;
}

.carousel.photo-strip + .carousel-arrows-wrap .carousel-arrows {
  position: relative;
  display: inline-flex;
  justify-content: center;
  gap: 3rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--color-midnight-tide);
  border-radius: 60px;
}

.carousel.photo-strip + .carousel-arrows-wrap .carousel-arrows button {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  appearance: none;
  -webkit-appearance: none; 
}

.carousel.photo-strip + .carousel-arrows-wrap .carousel-arrows button:focus {
  outline: revert;
}

.carousel.photo-strip + .carousel-arrows-wrap .carousel-arrows button svg {
  width: 32px;
  height: auto;
  fill: #2f2f2f;
  opacity: 1;
  cursor: pointer;
}

.carousel.photo-strip + .carousel-arrows-wrap .carousel-arrows button:hover svg {
  opacity: 1;
  fill: var(--color-green);
}

.carousel.photo-strip + .carousel-arrows-wrap .carousel-arrows button[aria-disabled="true"] svg {
  opacity: 0.1;
  cursor: unset;
  pointer-events: none;
}

.carousel.photo-strip + .carousel-arrows-wrap + .carousel-dots {
  position: relative;
  display: none;
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .carousel.photo-strip + .carousel-arrows-wrap + .carousel-dots {
    display: block;
  }
}





/* MISC */

@media (max-width: 767px) {
  .gb-grid-wrapper.grid-col2-mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-left: 0;
  }

  .gb-grid-wrapper.grid-col2-mobile > .gb-grid-column {
    padding: 0;
  }

  .wrap-mobile {
    display: block;
  }

}


.google-map-wrap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


  
ul.list-columns {
  margin: 0;
  list-style-type: none;
}
ul.list-columns li {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  ul.list-columns {
    display: flex;
    margin: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 40px;
    list-style-type: none;
  }

  ul.list-columns > li {
    flex: 1;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}


ul.list-centered {
  margin: 0;
  margin-bottom: 40px;
  list-style-type: none;
  text-align: center;
}

ul.list-centered li {
  margin-bottom: 10px;
}


ul.list-flush {
  margin: 0 0 1.5em 1em;
}




/* Image Hover Zoom */

/*@media (min-width: 768px) {
  .wp-block-image,
  .gb-block-image {
    overflow: hidden;
  }
  .wp-block-image img,
  .gb-block-image img {
    transition: all 0.5s ease-in-out;
  }
  .wp-block-image img:not(.no-hover):hover,
  .gb-block-image img:not(.no-hover):hover {
    transform: scale(1.05);
  }
}*/

@media (min-width: 768px) {
  img.push-in {
    transition: all 0.3s ease-in-out;
  }
  img.push-in:hover {
    transform: scale(0.98);
    transform-origin: center center;
  }
  .gb-container-link:hover + figure > img.push-in{
    transform: scale(0.98);
    transform-origin: center center;
  }
  figure:has(img.pull-in) {
    overflow: hidden;
  }
  figure:has(img.pull-in) img {
    transition: all 0.5s ease-in-out;
  }
  figure:has(img.pull-in) img:hover {
    transform: scale(1.05);
  }
}

figure:has(img.shape-shadow) {
  position: relative;
  overflow: visible;
}

figure:has(img.shape-shadow) img {
  position: relative;
  z-index: 2;
}

figure:has(img.shape-shadow):before {
  content: "";
  position: absolute;
  top: -18%;
  right: -6%;
  bottom: -12%;
  left: -6%;
  background-image: url(../images/puddle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}



/* COMMON SECTIONS */

#section-contact-callout {
  text-align: center;
}

#section-contact-callout.bg-light input[type="submit"], 
#section-contact-callout.bg-light a.button, 
#section-contact-callout.bg-light a.wp-block-button__link:not(.has-background) {
  background-color: #32895c;
}

#section-contact-callout.bg-light input[type="submit"]:hover, 
#section-contact-callout.bg-light a.button:hover,
#section-contact-callout.bg-light a.wp-block-button__link:not(.has-background):hover {
  background-color: #3f4047;
  background-color: #1e557c;
}




/* - - - - - - - - - - -
** GENERATEPRESS FOOTER
- - - - - - - - - - - */


.copyright-grid > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.copyright-grid .wp-block-social-links {
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .copyright-grid .wp-block-social-links {
    margin-top: 1em;
    justify-content: flex-start;
  }
}


.site-footer {  }

.site-footer,
.site-footer .site-info {

}

.site-footer a {
  text-decoration: none;
}

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

.site-footer .navigation,
.site-footer .wp-block-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .site-footer .navigation,
  .site-footer .wp-block-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
}




/* - - - -
** CUSTOM
- - - - - */

#social-widget {
  display: flex;
  display: none;
  flex-direction: column;
  gap: 25px;
  position: fixed;
  top: calc(50vh - 85px);
  right: 0;
  padding: 40px;
  border-radius: 20px 0 0 20px;
  background-color: var(--color-black);
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #social-widget {
    position: absolute;
  }
}
@media (max-width: 1024px) {
  #social-widget {
    padding: 40px 20px;
  }
}
@media (max-width: 639px) {
  #social-widget {
    top: 300px;
    top: calc(300px - 85px);
    
    
  }
}


#social-footer {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

#social-widget a,
#social-footer a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  color: var(--color-body);
  font-weight: normal;
  background-color: var(--color-white);
  border-radius: 50%;
}

#social-footer a {
  background-color: var(--color-green);
}

#social-widget a:hover,
#social-footer a:hover {
  background-color: var(--color-green);
}

#social-footer a:hover {
  background-color: var(--color-white);
}

#social-widget a span,
#social-footer a span {
  position: absolute;
  top: -9999px;
  right: -9999px;
  visibility: hidden;
}

#social-widget a:before,
#social-footer a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  font-family: "dashicons" !important;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

#social-widget a[href*="instagram"]:before,
#social-footer a[href*="instagram"]:before {
  content: "\f12d";
}

#social-widget a[href*="facebook"]:before,
#social-footer a[href*="facebook"]:before {
  content: "\f305";
}

#social-widget a[href*="youtube"]:before,
#social-footer a[href*="youtube"]:before {
  content: "\f19b";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}





/* ACCORDIONS */

.accordion h5 {
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.65em;
  cursor: pointer;
}

.accordion h5:hover {
  text-decoration: underline;
}

.accordion h5:before {
  content: "\f345";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "dashicons";
  margin-right: 10px;
  text-decoration: none;
  vertical-align: bottom;
}

.accordion h5 + .answer {
  margin-bottom: 15px;
}

.accordion h5 + .answer :is(p, ul) {
  margin-bottom: 0;
}

.accordion h5 + .answer :is(p, ul):first-child {
  margin-top: 5px;
}

.accordion h5:not(.opened) + .answer {
  display: none;
}

.accordion h5.opened {
/*  color: var(--color-body);*/
  font-weight: 800;
}

.accordion h5:not(:first-child).opened {
/*  margin-top: 15px;*/
}

.accordion h5.opened:before {
  content: "\f347";
}



/* LISTS */

.gb-icon {
  position: relative;
  transition: all 0.2s ease-in-out;
}

.gb-icon:hover {
  /*margin-top: -5px;*/
}


.pdfs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.pdfs-list li {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
}

.pdfs-list a {
  display: block;
  position: relative;
  width: 240px;
  height: 320px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  background-color: #2d456e;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.pdfs-list a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.pdfs-list a span.label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* BLOG */

body.single .grid-container {
/*  max-width: 1280px;*/
}


/* VIDEOS */

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 62.25%;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.video-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 62.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}



/* Gravity Forms */

/*
body.page-contact .gform-theme {
  --gf-local-color: #fff !important;
  --gf-ctrl-label-color-primary: #fff !important;
}
*/

/*
.gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital {
  --gf-local-font-size: 18px;
  --gf-ctrl-label-font-size-primary: 18px;
  --error-color: #c02b0a;
  --gf-form-gap-y: 20px;
  --gf-ctrl-label-color-req: var(--error-color) !important;
  --gf-ctrl-desc-color-error: var(--error-color) !important;
  --gf-form-validation-heading-color: var(--error-color) !important;
  --gf-form-validation-border-color: var(--error-color) !important;
  --gf-ctrl-border-color-error: var(--error-color) !important;
}

.bg-dark .gform_wrapper .gfield_required {
  color: var(--color-green);
}

.bg-dark .gform_wrapper .gfield_error .gfield_repeater_cell label, 
.bg-dark .gform_wrapper .gfield_error label, 
.bg-dark .gform_wrapper .gfield_error legend,
.bg-dark .gform_wrapper [aria-invalid=true]+label, 
.bg-dark .gform_wrapper label+[aria-invalid=true] {
  color: var(--color-green);
}

.gform_wrapper.gform-theme input[type=color], 
.gform_wrapper.gform-theme input[type=date], 
.gform_wrapper.gform-theme input[type=datetime-local], 
.gform_wrapper.gform-theme input[type=datetime], 
.gform_wrapper.gform-theme input[type=email], 
.gform_wrapper.gform-theme input[type=month], 
.gform_wrapper.gform-theme input[type=number], 
.gform_wrapper.gform-theme input[type=password], 
.gform_wrapper.gform-theme input[type=search], 
.gform_wrapper.gform-theme input[type=tel], 
.gform_wrapper.gform-theme input[type=text], 
.gform_wrapper.gform-theme input[type=time], 
.gform_wrapper.gform-theme input[type=url], 
.gform_wrapper.gform-theme input[type=week] {
  --gf-local-font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px !important;
  border: 1px solid #999;
}

.gform_wrapper.gform-theme select, 
.gform_wrapper.gform-theme textarea {
  --gf-local-font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #999;
}

@media only screen and (max-width: 641px) {
  .modaal-content-container .gform_wrapper.gform-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]).gform_button {
    line-height: 1;
    min-height: 32px;
  }
}

#gform_2 #field_submit {
  margin-top: auto;
}

.gform_validation_error #gform_2 #field_submit {
  margin-top: auto;
  margin-bottom: auto;
}

.gform_footer {
  margin-top: 40px !important;
}

.gform_button {
  padding: 16px 32px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  border-radius: 60px;
  background-color: var(--color-body) !important;
  transition: all 0.2s linear;
}

.gform_button:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.site-footer .gform-button {
  border-radius: 12px !important;
}
*/





/* - - - -
** MODALS
- - - - - */

.modaal-overlay { z-index: 10001; }
.modaal-wrapper { z-index: 10002; }



@media (max-width: 639px) {
  .modaal-content-container {
    padding: 20px;
  }
  .modaal-container ul {
    margin-left: 1.5em;
    font-size: 18px;
  }  
}

.modaal-container .gb-headline .wrap-mobile {
  display: inline;
}

body.modaal-noscroll {
  overflow: hidden;
  overflow-y: auto;
}

.modal-headline .gb-icon {
  top: 10px;
}

.modaal-container {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.modaal-content-container {
  display: flex;
}

.modal-inline-content { 
  display: none; 
}

.modaal-container .modal-inline-content { 
  display: block;
}

.modaal-video-wrap {
  position: relative;
  margin: auto 0;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition:all .2s ease-in-out
}

body.admin-bar .modaal-close {
  top: calc(20px + 32px);
}

.modaal-close:hover,
.modaal-close:focus {
  background-color: transparent;
}

.modaal-close:focus:after, 
.modaal-close:focus:before, 
.modaal-close:hover:after, 
.modaal-close:hover:before {
  background-color: #b37f50;
}

.modaal-close:after, .modaal-close:before {
  width: 2px;
}



/* MODAAL CONTROLS */

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background-color: transparent;
}

.modaal-gallery-control:focus:after, 
.modaal-gallery-control:focus:before, 
.modaal-gallery-control:hover:after, 
.modaal-gallery-control:hover:before {
  background-color: var(--color-green);
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  width: 6px;
  height: 27px;
  border-radius: 4px;
}

.modaal-gallery-prev:before { margin-top: 7.5px; }
.modaal-gallery-prev:after { margin-top: -7.5px; }
.modaal-gallery-next:before { margin-top: -7.5px; }
.modaal-gallery-next:after { margin-top: 7.5px; }




/* VENOBOX */

html:has(body.vbox-open),
body.vbox-open {
  overflow: hidden;
}

.vbox-close {
  top: 15px;
  right: 15px;
}

.vbox-close-icon {
  width: 1.5em;
  height: 1.5em;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: .8;
  transition:opacity .2s
}

.vbox-next:hover, .vbox-prev:hover {
  opacity:1
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display:block
}

.vbox-title {
  color: rgba(0,0,0,0.9);
  font-size: 16px;
  background-color: rgba(255,255,255,0.9);
}

.vbox-title.vbox-bottom {
  bottom: 15px;
}

.vbox-child img {
  max-height: 900px;
}



/* BUILDER CMS FORMS */

.contact-form-wrap {  }

.bg-dark .contact-form-wrap {
  color: #fff;
}


.contact-form-wrap .instructions {
  font-family: "Varta", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.bg-dark .contact-form-wrap .instructions {
  color: #fff;
}

.contact-form-wrap .required-note {
  margin-bottom: 15px;
  font-size: 15px;
}


#contactForm:has(input:invalid:user-invalid) .required-note {
  color: red;
}

.contact-form-wrap .opt-in-note {
  margin-top: 15px;
  font-size: 15px;
}

body.no-js #contactForm:after {
  content: "Javascript is required. Please enable to use contact form.";
  display: block;
  color: red;
}

body.no-js #contactForm .form-row:last-child {
  display: none;
}

#contactForm {
  font-size: 18px;
}

#contactForm .form-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.short-form  #contactForm .form-inner-wrap {
  gap: 20px;
}

#contactForm .form-inner-wrap .input-wrap {
  flex-basis: 100%;
}  

#contactForm .form-inner-wrap .input-wrap.input-wrap-address,
#contactForm .form-inner-wrap .input-wrap.input-wrap-builders,
#contactForm .form-inner-wrap .input-wrap.input-wrap-comments,
#contactForm .form-inner-wrap .input-wrap.input-wrap-submit {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  #contactForm .form-inner-wrap .input-wrap {
    flex-basis: calc(50% - 15px);
  }
  .short-form #contactForm .form-inner-wrap .input-wrap.input-wrap-address {
    flex-basis: calc(50% - 15px);
  }
}

#contactForm label {
  display: block;
  margin: 0 0 5px 0 !important;
  font-size: 18px;
  font-weight: normal;
}

#contactForm input[type="text"], 
#contactForm input[type="email"], 
#contactForm input[type="url"], 
#contactForm input[type="password"], 
#contactForm input[type="search"], 
#contactForm input[type="tel"], 
#contactForm input[type="number"], 
#contactForm textarea, 
#contactForm select {
  padding: 12px;
  width: 100%;
  color: #666666;
  font-size: 18px;
  background-color: #ffff;
  border: 1px solid var(--color-body);
  border-radius: 4px;
}

#contactForm input:invalid:user-invalid {
  border: 1px solid red;
  outline: none;
  outline: 1px solid red;
}


#contactForm select {
  display: block;
  color: #444;
  padding: .6em 1.4em .5em .8em;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #376259;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23376259%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #fafafa 0%,#fafafa 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

#contactForm select::-ms-expand {
  display: none;
}

#contactForm select:hover {
  border-color: #888;
}

/*
#contactForm select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
*/

#contactForm select option {
  font-weight: normal;
}


#contactForm #btnSubmit {
  padding: 17px 30px 17px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #376259;
  border: 0;
  border-radius: 100px 100px 100px 100px;
}

#contactForm #btnSubmit[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.bg-dark #contactForm #btnSubmit {
  color: #376259;
  background-color: #fff;
}

#contactForm #btnSubmit:not(.disabled):hover {
  background-color: #000;
}

.bg-dark #contactForm #btnSubmit:not(.disabled):hover {
  color: #fff;
  background-color: #000;
}

#contactForm #btnSubmit.disabled {
  opacity: 0.5;
}

#contactForm .builder-list label {
  display: inline;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#contactForm textarea {
  min-height: 100px;
}

#contactForm .input-wrap-recaptcha {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100% !important;
  justify-content: flex-start;
}

#contactForm .form-actions {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-start;
}

#contactForm #g-recaptcha-error {
  color: red;
}

body.home #contactForm #g-recaptcha-error {
  color: yellow;
}



