@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

/* Font */

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3 {
  font-family: 'Questa Grande';
}


a:hover {
  color: white;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 4em;
  color: #003874;
}

h2 span {
  color: #4fafea;
}

.entry {
  margin-bottom: 0px;
}

/* Navigation */

.site-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}

.page .wrap .nav-primary {
  padding-top: 1.5em;
}

.genesis-nav-menu a:hover {
  color: #4fafea;
}

.genesis-nav-menu a {
  margin-top: 1em;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: 700;
  color: white;
}

.facebook-menu a span {
  display: none;
}

.facebook-menu a {
  background-image: url('/wp-content/uploads/facebook-square.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 34px;
  position: absolute;
  right: 20px;
  margin-top: 0.5em !important;
  filter: invert(67%) sepia(82%) saturate(1796%) hue-rotate(174deg) brightness(95%) contrast(93%);
}

/* Main Hero */
div.gb-background-auto {
  background-size: cover;
}

.page .site-container .wp-block-button .wp-block-button__link:focus,
.page .site-container .wp-block-button .wp-block-button__link.has-theme-secondary-background-color:hover {
  color: white;
  background-color: #17346b;
  border-radius: 10px;
  box-shadow: none
}

.wp-custom-logo .title-area {
  margin-top: 1.5em;
  padding: .5em .5em;
  max-width: 400px;
}

.main-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-hero h1 {
  font-size: 4.5em;
}

.main-hero .gb-block-layout-column-inner {
  margin-top: 12em;
}

.alignfull .main-hero .alignwide {
  max-width: 1280px;
}

.main-hero p {
  max-width: 960px;
  margin: auto;
  margin-bottom: 2em;
  font-weight: 300;
  font-size: 1.2em;
}

.page .site-container .wp-block-button .wp-block-button__link {
  font-weight: 700;
  font-size: 1.3em;
  padding: .5em 2.5em;
  border-radius: 10px
}

/* Logo Section */

.logo-section {
  padding: 2.5em
}

.logo-section .gb-block-layout-column:not(:first-child):before {
  display: block;
  content: "";
  background: linear-gradient(to top, transparent, #73ade5, transparent);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
}

.logo-section .gb-layout-column-wrap {
  gap: 0;
}

.logo-section .platinum {
  max-width: 280px;
  margin: auto;
}

.logo-section .fiji {
  max-width: 60px;
  margin: auto;
}

.logo-section .vibes,
.logo-section .arctic {
  max-width: 190px;
  margin: auto;
}

.why-hot-tubs p {
  font-size: 1.1em
}

.logo-section div {
  align-items: center;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 500px;
}

/* Contact Section */

form label {
  display: none;
}

::placeholder {
  color: #404040;
  opacity: .8;
  /* Firefox */
}

form .wpcf7-submit {
  margin-top: 1em;
  padding: 1em 3em;
  border-radius: 10px;
  background-color: #4fafea;
}

form .wpcf7-submit:hover {
  background-color: #16346a;
}

.contact-section :where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}

.contact-section .wp-block-column {
  padding: 4em 2em;
}

.contact-section h2 {
  font-size: 4em;
}

.name-email {
  display: flex;
  gap: 1em
}

.name-email p {
  flex: 1;
}

.contact-section .wp-block-group {
  margin-bottom: .5em
}

.contact-section .icon-container {
  width: 32px !important;
}

.contact-section .wp-block-outermost-icon-block {
  align-self: baseline;
}

.contact-section p {
  margin: 0;
  font-size: 1em;
}

.contact-section p:hover a:hover {
  color: #73ade5;
}

.alignfull:not(.has-background) .wp-block-group__inner-container>p:not(.has-background-color) {
  padding-left: 10px;
  padding-right: 10px;
}

/* Footer */

.wp-block-outermost-icon-block a:hover {
  transform: none;
}

.site-container .footer p.has-background {
  padding: 5px 10px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.footer .wp-block-group {
  position: relative;
}

.footer .wp-block-image {
  padding-right: .5em;
  padding-left: .5em
}

.footer .gb-block-layout-column-inner p {
  font-weight: 300;
}

.footer .social-icon {
  align-self: end;
  margin-bottom: 1em;
}

.footer .wp-block-group:not(:first-child):after {
  display: block;
  content: "";
  background: #73ade5;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
}

.footer a {
  color: white;
}

.footer .get-in-touch p {
  margin: 0;
}

.footer p:hover a:hover {
  color: #73ade5;
}

.site-footer {
  display: none;
}

/* Price */

.price {
	line-height: 2.5em;	
}

.price:before,
.price:after {
    display: block;
    content: "";
    background: linear-gradient(90deg, transparent, #73ade5, transparent);
    height: 2px;
    width: 100%;
    margin: auto;
    position: relative;
}

.hot-tubs .gb-block-layout-column-inner {
  height: 100%;
}

/* Responsive Media Queries */

@media only screen and (max-width: 960px) {
  .js .nav-primary {
    display: block;
  }

  .site-header .wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }

  .wp-custom-logo .title-area {
    max-width: 340px;
  }

  .facebook-menu a {
    right: 0px;
    margin-top: 0 !important;
  }

  .genesis-nav-menu a {
    font-size: 1em;
    text-align: right;
  }

  .contact-section h2 {
    font-size: 2em;
  }

  .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px
  }

  .site-header {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  }

  .main-hero .gb-block-layout-column-inner {
    margin-top: 10em;
  }

  .main-hero h1 {
    font-size: 2.5em
  }

  .main-hero p {
    font-size: 1em;
  }

  .page .site-container .wp-block-button .wp-block-button__link {
    font-weight: 700;
    font-size: 1.1em;
    padding: 0.5em 1.5em;
    border-radius: 10px;
    margin-bottom: 4em
  }

  .logo-section div {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .logo-section .gb-block-layout-column:not(:first-child):before {
    display: block;
    content: "";
    background: linear-gradient(90deg, transparent, #73ade5, transparent);
    height: 2px;
    width: 50%;
    margin: auto;
    position: relative;
  }

  .logo-section .platinum {
    max-width: 280px;
    margin: auto;
  }

  .logo-section .gb-block-layout-column-inner {
    min-height: 130px;
    display: flex;
  }

  .logo-section .fiji {
    max-width: 50px;
    margin: auto;
  }

  .logo-section .vibes,
  .logo-section .arctic {
    max-width: 140px;
    margin: auto;
  }

  .logo-section .vibes {
    padding-top: 1em;
  }

  .wp-block-genesis-blocks-gb-columns {
    padding: 2em 1em !important;
  }

  h2 {
    font-size: 2em;
    color: #003874;
  }

  .why-hot-tubs p {
    font-size: 1em;
  }

  .name-email {
    display: flex;
    flex-flow: column;
    gap: 0em;
  }
}

@media only screen and (max-width: 600px) {
  .alignfull:not(.has-background) .wp-block-group__inner-container>p:not(.has-background-color) {
    padding: 0;
  }

  .main-hero h1 {
    font-size: 1.5em;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }

  .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 250px;
  }

  .page .wrap .nav-primary {
    padding: 0;
  }

  .wp-custom-logo .title-area {
    margin: auto;
  }

  .contact-section .wp-block-column {
    padding: 2em 1em;
  }

  .genesis-nav-menu {
    margin-top: .5em
  }

  .genesis-nav-menu a {
    margin-top: 0em;
    font-size: 0.9em;
  }

  #menu-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
    padding: 0em 1em;
  }

  .facebook-menu a {
    position: relative;
    background-size: 22px;
    width: 22px;
    height: 24px;
  }

  .site-header .wrap {
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 960px) {
  .js .nav-primary {
    display: block;
    padding-top: 1.5em !important;
  }

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 0px;
  }
}