/*!
 * Theme Name: Valtoura
 * Theme URI: https://valtoura.org/
 * Description: Custom theme built with underscores
 * Version: 1.0
 * Author: Chad Phillips
 * Author URI: https://chadphillips.dev
 * Tags: underscores, HTML5, CSS3
 * 
 */

/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/* 400, 700 */
/**
 * Colors
 */
/**
 * layout
 */
/**
 * modules/mixins
 * ---
 */
@font-face {
  font-family: "LaRosa";
  src: url("fonts/larosa-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cinzel";
  src: url("fonts/Cinzel-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Athelas";
  src: url("fonts/Athelas-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather Italic";
  src: url("fonts/Merriweather_36pt_SemiCondensed-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.burger-container {
  position: fixed;
  width: 40px;
  height: 42px;
  top: 46px;
  right: 5%;
  display: none;
  z-index: 20000002;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .burger-container {
    display: block;
  }
}

.hamburger,
.hamburger:after,
.hamburger:before {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background-color: #183951;
  border-radius: 0px;
  right: 0;
}
@media (min-width: 768px) {
  .hamburger,
.hamburger:after,
.hamburger:before {
    background-color: #183951;
  }
}
@media (min-width: 768px) {
  .hamburger,
.hamburger:after,
.hamburger:before {
    height: 3px;
    width: 36px;
  }
}

.light .hamburger,
.light .hamburger:after,
.light .hamburger:before {
  background-color: #183951;
}

.hamburger {
  top: 20px;
  transform-origin: center;
  transition: all 0.3s;
}

.hamburger:after,
.hamburger:before {
  content: "";
  transition: transform all 0.3s;
}

.hamburger:before {
  top: -9px;
}

.hamburger:after {
  top: 9px;
}

.toggled .hamburger:after,
.toggled .hamburger:before {
  top: 0;
  transition: all 0.3s;
}

.toggled .hamburger {
  background-color: transparent;
  transition: all 0.3s;
}

.toggled .hamburger:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .toggled .hamburger:before {
    background-color: #183951;
  }
}

.toggled .hamburger:after {
  transform: rotate(-45deg);
  width: 100%;
}
@media (max-width: 767px) {
  .toggled .hamburger:after {
    background-color: #183951;
  }
}

.home-page-content__mission-statement {
  font-size: 1.5em;
  max-width: 905px;
  width: 90%;
  margin: 0 auto;
  font-family: "Cinzel";
  color: #183951;
  text-align: center;
  padding: 65px 0 22px 0;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .home-page-content__mission-statement {
    font-size: 1.6em;
  }
}
@media (min-width: 1023px) {
  .home-page-content__mission-statement {
    font-size: 2.5em;
    padding: 130px 0 42px 0;
  }
}
.home-page-content__mission-statement p {
  margin: 0;
}
.home-page-content__slider {
  width: 100%;
  background-color: #eee;
  position: relative;
  margin-top: 125px;
}
@media (min-width: 1023px) {
  .home-page-content__slider {
    margin-top: 225px;
  }
}
.home-page-content__slider__inner {
  overflow: hidden;
}
.home-page-content__slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/slider-background-overlay.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.home-page-content__slider__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.home-page-content__slider__bg.is-visible {
  opacity: 1;
}
.home-page-content__slider__bg--1 {
  z-index: 1;
}
.home-page-content__slider__bg--2 {
  z-index: 0;
}
.home-page-content__slider:before {
  content: "";
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/logo-emblem.svg");
  background-size: 135px auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (min-width: 1023px) {
  .home-page-content__slider:before {
    top: -225px;
    background-size: 235px 268px;
  }
}
.home-page-content__slider__heading {
  padding: 106px 0 36px 0;
  font-size: 1.875em;
  text-align: center;
  font-family: "LaRosa";
  color: #fff;
  position: relative;
  z-index: 3;
}
.home-page-content__slider__slides {
  position: relative;
  z-index: 3;
}
.home-page-content__slider__slides .slick-list {
  margin: 0 -18px;
}
.home-page-content__slider__slides .slick-slide {
  margin: 0 18px;
}
.home-page-content__slider__slides__slide {
  position: relative;
  width: 352px !important;
  height: 365px;
  transition: all 0.5s linear;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .home-page-content__slider__slides__slide {
    width: 452px !important;
    height: 465px;
  }
}
.home-page-content__slider__slides__slide__inner {
  width: 320px !important;
  height: 320px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.5s linear;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .home-page-content__slider__slides__slide__inner {
    width: 420px !important;
    height: 420px;
  }
}
.home-page-content__slider__slides__slide__image {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
  max-height: 100%;
}
.home-page-content__slider__slides__slide__location {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #183951;
  background-color: #fff;
  font-size: 1.375em;
  padding: 12px 4px;
  font-family: "LaRosa";
  transition: all 0.5s linear;
  width: 214px;
  text-align: center;
  letter-spacing: 0.1em;
}
.home-page-content__slider__slides__slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 134px;
  background-color: #fff;
  opacity: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .home-page-content__slider__slides__slide__content {
    height: 170px;
  }
}
.home-page-content__slider__slides__slide__content__text {
  font-family: "Athelas";
  text-align: center;
  padding: 20px 15px 0 15px;
  color: #46423A;
  font-size: 1em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .home-page-content__slider__slides__slide__content__text {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
.home-page-content__slider__slides .slick-slide.is-active-center .home-page-content__slider__slides__slide__inner {
  border: 16px solid rgba(255, 255, 255, 0.2);
  width: 352px !important;
  height: 352px;
}
@media (min-width: 768px) {
  .home-page-content__slider__slides .slick-slide.is-active-center .home-page-content__slider__slides__slide__inner {
    width: 452px !important;
    height: 452px;
  }
}
.home-page-content__slider__slides .slick-slide.is-active-center .home-page-content__slider__slides__slide__inner .home-page-content__slider__slides__slide__image {
  opacity: 1;
}
.home-page-content__slider__slides .slick-slide.is-active-center .home-page-content__slider__slides__slide__inner .home-page-content__slider__slides__slide__content {
  opacity: 1;
}
.home-page-content__slider__slides .slick-slide.is-active-center .home-page-content__slider__slides__slide__location {
  background-color: #183951;
  color: #fff;
  top: calc(100% - 60px);
  transform: translate(-50%, 0);
}
.home-page-content__slider__slides .slick-arrow {
  position: absolute;
  bottom: 36px;
  width: 22px;
  height: 44px;
  background: none;
  background-repeat: no-repeat;
  background-size: 22px 44px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("images/icons/chevron.svg");
}
.home-page-content__slider__slides .slick-arrow.slick-prev {
  left: calc(50% - 100px);
}
.home-page-content__slider__slides .slick-arrow.slick-next {
  right: calc(50% - 100px);
  transform: rotate(180deg);
}
.home-page-content__slider__slides .slick-arrow.slick-next:hover {
  transform: rotate(180deg) scale(1.1);
}
.home-page-content__slider__slides .slick-arrow:hover {
  transform: scale(1.1);
}
.home-page-content__slider__slides ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 66px 0 48px 0;
}
.home-page-content__slider__slides ul.slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-page-content__slider__slides ul.slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
}
.home-page-content__slider__slides ul.slick-dots li:hover button {
  background: rgba(255, 255, 255, 0.8);
}
.home-page-content__content-item {
  font-size: 1.25em;
  font-family: "Cinzel";
  color: #183951;
  text-align: center;
  line-height: 1.5;
  padding: 64px 0 64px 0;
}
.home-page-content__content-item br {
  display: none;
}
@media (min-width: 768px) {
  .home-page-content__content-item {
    font-size: 1.4em;
    line-height: 2;
    letter-spacing: 0.1em;
    padding: 85px 0 84px 0;
  }
}
@media (min-width: 1023px) {
  .home-page-content__content-item {
    padding: 125px 0 184px 0;
  }
  .home-page-content__content-item br {
    display: block;
  }
}
@media (min-width: 1420px) {
  .home-page-content__content-item {
    font-size: 1.875em;
  }
}
.home-page-content__donate, .home-page-content__inquire {
  background-color: #183951;
  color: #fff;
  padding: 42px 0 42px 0;
}
@media (min-width: 768px) {
  .home-page-content__donate, .home-page-content__inquire {
    padding: 42px 0 60px 0;
  }
}
.home-page-content__donate .inner, .home-page-content__inquire .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1653px !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .home-page-content__donate .inner, .home-page-content__inquire .inner {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.home-page-content__donate a, .home-page-content__inquire a {
  color: #183951;
  text-decoration: none;
  font-size: 1em;
  font-family: "LaRosa";
  background-color: #fff;
  display: flex;
  padding: 12px 16px;
  transition: all 0.3s ease;
  text-align: center;
  justify-content: center;
  margin-bottom: 16px;
}
.home-page-content__donate a:hover, .home-page-content__inquire a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .home-page-content__donate a, .home-page-content__inquire a {
    font-size: 1.375em;
    min-width: 350px;
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .home-page-content__donate a, .home-page-content__inquire a {
    min-width: 403px;
    padding: 12px 28px;
    letter-spacing: 0.1em;
  }
}
.home-page-content__donate__text, .home-page-content__inquire__text {
  font-family: "Cinzel";
  font-size: 1.25em;
  max-width: 965px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page-content__donate__text, .home-page-content__inquire__text {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin: 0 0 0 80px;
    text-align: left;
  }
}
@media (min-width: 1023px) {
  .home-page-content__donate__text, .home-page-content__inquire__text {
    font-size: 2.3125em;
    margin-left: 80px;
  }
}
.home-page-content__inquire {
  padding: 56px 0;
}
.home-page-content__inquire .inner {
  max-width: 1620px !important;
}
@media (min-width: 768px) {
  .home-page-content__inquire .inner {
    justify-content: flex-end;
  }
}
.home-page-content__inquire__text {
  max-width: 1100px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-page-content__inquire__text {
    margin-right: 80px;
    margin-bottom: 0;
  }
}
.home-page-content__founder-statement {
  background-image: url(images/founder-statement-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 100px 0;
  color: #fff;
  font-family: "LaRosa";
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 1023px) {
  .home-page-content__founder-statement {
    padding: 228px 0 314px 0;
    font-size: 1.75rem;
  }
}
.home-page-content__founder-statement blockquote {
  color: #fff;
  font-family: "Merriweather Italic";
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}
@media (min-width: 1023px) {
  .home-page-content__founder-statement blockquote {
    font-size: 2.25rem;
  }
}
.home-page-content__dining {
  padding: 64px 0 32px 0;
}
@media (min-width: 1023px) {
  .home-page-content__dining {
    padding: 168px 0 64px 0;
  }
}
.home-page-content__dining--accommodations {
  padding: 24px 0 64px 0;
}
@media (min-width: 1023px) {
  .home-page-content__dining--accommodations {
    padding: 48px 0 152px 0;
  }
}
.home-page-content__dining__hr {
  width: 100%;
  height: 3px;
  background-image: url(images/hr-gold.png);
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 18px;
}
.home-page-content__dining__banner {
  height: 300px;
  overflow: hidden;
}
.home-page-content__dining__banner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .home-page-content__dining__banner {
    height: auto;
    overflow: visible;
  }
  .home-page-content__dining__banner img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.home-page-content__dining__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #183951;
  padding-top: 64px;
}
.home-page-content__dining__inner--accommodations {
  max-width: 1100px;
}
.home-page-content__dining__inner h2 {
  font-family: "Cinzel";
  font-size: 1.75em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .home-page-content__dining__inner h2 {
    font-size: 2.5em;
  }
}
.home-page-content__dining__inner p {
  font-size: 1.25em;
  font-family: "Athelas";
  color: #46423A;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 768px) {
  .home-page-content__dining__inner p {
    font-size: 1.625em;
  }
}

.main-navigation ul {
  list-style: none;
  display: flex;
  height: 60px;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "LaRosa";
}
.main-navigation ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-navigation ul li a {
  font-size: 1.25em;
  text-decoration: none;
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
  transition: all 0.3s ease;
}
@media (min-width: 1023px) {
  .main-navigation ul li a {
    padding: 0 8px;
  }
}
@media (min-width: 1180px) {
  .main-navigation ul li a {
    padding: 0 24px;
  }
}
.main-navigation ul li a:hover {
  background-color: #183951;
  color: #fff;
}
.main-navigation ul li.main-navigation-inquire {
  margin-top: 40px;
}
@media (min-width: 1023px) {
  .main-navigation ul li.main-navigation-inquire {
    margin-left: 24px;
    margin-top: 0;
  }
}
.main-navigation ul li.main-navigation-inquire a {
  background-color: #183951;
  color: #fff;
}
.main-navigation ul li.main-navigation-inquire a:hover {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .main-navigation ul {
    overflow: hidden;
    transform: translateX(100%);
    transform-origin: right;
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    z-index: 20000001;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) and (min-width: 380px) {
  .main-navigation ul {
    max-width: 330px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .main-navigation ul {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .main-navigation ul li {
    width: 100%;
    max-height: 60px;
  }
  .main-navigation ul li a {
    width: 100%;
    justify-content: center;
  }
}
.main-navigation.toggled ul {
  transform: translateX(0);
}

body.scrolled .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
}
body.scrolled .site-header__inner {
  top: 0;
}
body.scrolled .site-header .site-branding {
  height: 100px;
  width: 264px;
  justify-content: flex-start;
  transition: all 0.3s ease;
}
body.scrolled .site-header .site-branding * {
  transition: all 0.3s ease;
}
body.scrolled .site-header .site-branding a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.scrolled .site-header .site-branding__logo {
  opacity: 0;
  transform: scale(0, 0);
  position: absolute;
}
body.scrolled .site-header .site-branding__logo__emblem, body.scrolled .site-header .site-branding__logo__text {
  opacity: 1;
  transform: scale(1, 1);
}
body.scrolled .site-header .site-branding__logo__emblem {
  height: 75px;
  margin-top: 10px;
}
body.scrolled .site-header .site-branding__logo__text {
  height: 40px;
  margin-top: 10px;
}
body.scrolled .site-header .site-branding:before, body.scrolled .site-header .site-branding:after {
  opacity: 0;
  transform: scale(1, 0);
}
body.scrolled .burger-container {
  top: 10px;
}

.site {
  font-family: "Montserrat Alternates", sans-serif;
}
.site .inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.site .site-content {
  margin-top: 100vh;
}
.site__page-header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  height: 100vh;
}
.site__page-header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100vh;
  overflow: hidden;
}
.site__page-header-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site * {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body .a11y-toolbar ul li button {
  background: #183951;
  border-top: 1px solid #183951;
  border-bottom: 1px solid #183951;
  color: #fff;
}

.site-footer {
  width: 100%;
}
.site-footer__footer-banner {
  height: 300px;
  overflow: hidden;
}
.site-footer__footer-banner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .site-footer__footer-banner {
    height: auto;
    overflow: visible;
  }
  .site-footer__footer-banner img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.site-footer__value-statement {
  font-family: "Cinzel";
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #183951;
  padding: 68px 0 0 0;
}
.site-footer__value-statement br {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__value-statement {
    font-size: 1.5em;
  }
  .site-footer__value-statement br {
    display: block;
  }
}
@media (min-width: 1023px) {
  .site-footer__value-statement {
    font-size: 1.75em;
  }
}
@media (min-width: 1180px) {
  .site-footer__value-statement {
    font-size: 2.5em;
    padding: 108px 0 0 0;
  }
}
.site-footer__value-statement p {
  margin: 0;
}
.site-footer .inner {
  max-width: 1556px !important;
}
.site-footer__primary {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .site-footer__primary {
    margin-top: -60px;
  }
}
@media (min-width: 1180px) {
  .site-footer__primary {
    flex-wrap: nowrap;
  }
}
.site-footer__primary__nav {
  flex: 1 1 90%;
  max-width: 90%;
  margin-left: 5%;
  background-color: #183951;
  order: 2;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .site-footer__primary__nav {
    flex: 1 1 95%;
    max-width: 95%;
    margin-left: 0;
    padding-left: calc((100vw - 90%) / 2 - 24px);
  }
}
@media (min-width: 1023px) {
  .site-footer__primary__nav {
    flex: 1 1 90%;
    max-width: 90%;
    padding-left: calc((100vw - 90%) / 2 - 24px);
  }
}
@media (min-width: 1180px) {
  .site-footer__primary__nav {
    flex: 1 1 calc(100% - 300px);
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 1700px) {
  .site-footer__primary__nav {
    padding-left: calc((100vw - 1556px) / 2 - 24px);
  }
}
.site-footer__primary__logo {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  order: 1;
  align-self: flex-end;
}
@media (min-width: 1180px) {
  .site-footer__primary__logo {
    flex: 1 1 28.4%;
    max-width: 28.4%;
    order: 2;
  }
}
.site-footer__primary__logo__img {
  width: 120px;
  display: block;
  margin-left: 0;
}
@media (min-width: 1023px) {
  .site-footer__primary__logo__img {
    width: 150px;
  }
}
@media (min-width: 1180px) {
  .site-footer__primary__logo__img {
    width: 211px;
    margin-bottom: 12px;
    margin-left: 0;
  }
}
.site-footer ul#site-footer__primary-menu {
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "LaRosa";
}
@media (min-width: 768px) {
  .site-footer ul#site-footer__primary-menu {
    display: flex;
    height: 60px;
  }
}
.site-footer ul#site-footer__primary-menu li {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-footer ul#site-footer__primary-menu li a {
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
}
@media (min-width: 380px) {
  .site-footer ul#site-footer__primary-menu li a {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .site-footer ul#site-footer__primary-menu li a {
    padding: 0 16px;
    border-bottom: none;
  }
}
@media (min-width: 1023px) {
  .site-footer ul#site-footer__primary-menu li a {
    padding: 0 24px;
  }
}
.site-footer ul#site-footer__primary-menu li a:hover {
  background-color: #fff;
  color: #183951;
}
@media (min-width: 768px) {
  .site-footer ul#site-footer__primary-menu li.main-navigation-inquire {
    margin-left: auto;
    border: 1px solid #183951;
    position: relative;
  }
  .site-footer ul#site-footer__primary-menu li.main-navigation-inquire:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -19px;
    width: 18px;
    height: calc(100% + 2px);
    background-color: #fff;
    z-index: 1;
  }
  .site-footer ul#site-footer__primary-menu li.main-navigation-inquire a {
    background-color: #fff;
    color: #183951;
  }
  .site-footer ul#site-footer__primary-menu li.main-navigation-inquire a:hover {
    opacity: 0.8;
  }
}
.site-footer__copyright {
  padding: 36px 0 42px 0;
  font-family: "LaRosa";
  font-size: 0.9375em;
  color: #183951;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .site-footer__copyright {
    padding: 16px 0 42px 0;
  }
}

.site-header {
  width: 100%;
  height: 100vh;
}
.site-header__inner {
  position: relative;
  top: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 60px;
}
.site-header .inner {
  width: 94.16%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-header .site-branding {
  width: 200px;
  height: 325px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .site-header .site-branding {
    width: 317px;
    height: 325px;
  }
}
.site-header .site-branding__logo {
  width: 126px;
  display: block;
  margin-top: 28px;
  position: relative;
  z-index: 30;
  margin: 28px auto 0 auto;
}
@media (min-width: 768px) {
  .site-header .site-branding__logo {
    width: 176px;
  }
}
.site-header .site-branding__logo__emblem, .site-header .site-branding__logo__text {
  opacity: 0;
  transform: scale(1, 0);
}
.site-header .site-branding__logo__text {
  width: 170px;
}
@media (min-width: 768px) {
  .site-header .site-branding__logo__text {
    width: 190px;
  }
}
.site-header .site-branding:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/logo-background.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: 10;
  filter: drop-shadow(0px 14px 14px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .site-header .site-branding:before {
    background-size: auto auto;
  }
}
.site-header .site-branding:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-image: url(images/logo-top-shadow.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: 20;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  clear: none;
  display: inline-block;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: block;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}
