*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  background: #ffffff;
}

img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: #e86240; text-decoration: none; }
a:hover { color: #d44d2b; }
p { margin: 0 0 1.2em; }
ul { margin: 0 0 1.2em 1.2em; padding: 0; }
li { margin-bottom: 0.25em; }
hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 24px 0;
}
h1, h2, h3, h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #222;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.underline { text-decoration: underline; }
.center { text-align: center; }

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
  line-height: 85px;
  background: transparent;
  z-index: 99;
  transition: background .5s ease-out, height .5s ease-out, line-height .5s ease-out;
}

.site-header.is-scrolled {
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.site-branding { line-height: 1; }
.site-title {
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.site-title a { color: #ffffff; }
.site-header.is-scrolled .site-title a { color: #333333; }
.site-title a:hover { text-decoration: none; color: inherit; }

.header-right-wrapper { position: relative; }

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.nav-menu > li { position: relative; list-style: none; }
.nav-menu > li > a {
  display: block;
  color: #ffffff;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.site-header.is-scrolled .nav-menu > li > a { color: #333333; }
.nav-menu > li > a::after {
  content: " ";
  display: block;
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 22px;
  border-bottom: 2px solid transparent;
}
.nav-menu > li:hover > a::after,
.nav-menu > li.current_page_item > a::after,
.nav-menu > li.current_page_ancestor > a::after {
  border-bottom-color: #ffffff;
}
.site-header.is-scrolled .nav-menu > li:hover > a::after,
.site-header.is-scrolled .nav-menu > li.current_page_item > a::after,
.site-header.is-scrolled .nav-menu > li.current_page_ancestor > a::after {
  border-bottom-color: #e86240;
}
.nav-menu a:hover,
.nav-menu li.current_page_item > a,
.nav-menu li.current_page_ancestor > a {
  color: #e86240;
}
.site-header:not(.is-scrolled) .nav-menu > li > a:hover,
.site-header:not(.is-scrolled) .nav-menu > li.current_page_item > a,
.site-header:not(.is-scrolled) .nav-menu > li.current_page_ancestor > a {
  color: #ffffff;
}

.nav-menu .children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 12em;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-top: none;
  z-index: 99;
}
.nav-menu li:hover > .children { display: block; }
.nav-menu .children a {
  display: block;
  padding: 8px 18px;
  color: #999999;
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid #e9e9e9;
  line-height: 26px;
}
.nav-menu .children a:hover,
.nav-menu .children .current_page_item > a { color: #e86240; }

#nav-toggle {
  display: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
}
.site-header.is-scrolled #nav-toggle { color: #333333; }
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  position: absolute;
  right: 0;
  top: 50%;
}
#nav-toggle span:before { transform: translateY(-5px); }
#nav-toggle span:after { transform: translateY(5px); }

/* Hero */
#page-header-cover { position: relative; }
.swiper-slider .swiper-slide {
  position: relative;
  min-height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222222;
}
.swiper-slider .swiper-slide .overlay {
  z-index: 3;
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background: #000;
}
.swiper-slide-intro {
  position: relative;
  z-index: 4;
  text-align: center;
  color: #ffffff;
}
.swiper-intro-inner {
  padding-top: 13%;
  padding-bottom: 13%;
}
#page-header-cover .swiper-slide-heading {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
}

/* Content */
.site-content {
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding: 40px 0 20px;
}
.entry-content {
  margin: 20px auto 30px;
  max-width: 790px;
  word-wrap: break-word;
}

/* Forms — WPForms look */
.wpforms-container { margin: 0 auto 20px; max-width: 600px; text-align: left; }
.wpforms-field { margin-bottom: 18px; }
.wpforms-field-label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
}
.wpforms-required-label { color: #e86240; margin-left: 2px; }
.wpforms-field-sublabel {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.wpforms-field-row {
  display: flex;
  gap: 16px;
}
.wpforms-one-half { flex: 1; min-width: 0; }
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 8px 10px;
  font: inherit;
  color: #333;
  background: #fff;
}
.wpforms-field textarea { min-height: 120px; resize: vertical; }
.wpforms-field input:focus,
.wpforms-field textarea:focus {
  outline: none;
  border-color: #e86240;
}
.wpforms-field-medium { max-width: 100%; }
.wpforms-field-hp {
  position: absolute !important;
  left: -9999px !important;
  height: 1px;
  overflow: hidden;
}
.wpforms-submit-container { margin-top: 10px; }
.wpforms-submit,
a.wpforms-submit {
  display: inline-block;
  background: #e86240;
  color: #ffffff !important;
  border: 0;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  font-family: inherit;
}
.wpforms-submit:hover { background: #d44d2b; }
.wpforms-submit:disabled { opacity: 0.7; cursor: wait; }
.form-status { margin-top: 14px; font-weight: 600; }
.form-status.is-ok { color: #2e7d32; }
.form-status.is-err { color: #c62828; }

/* Footer */
.site-footer { background: #111111; color: #888888; font-size: 14px; }
.site-footer a { color: #777777; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .site-info {
  text-align: center;
  padding: 21px 0;
  background: #222222;
  border-top: 1px solid #333;
  font-weight: 500;
  color: #777777;
  font-size: 13px;
}
.site-footer .site-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  #nav-toggle { display: inline-block; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 85px;
    right: 0;
    left: auto;
    width: 280px;
    max-width: calc(100vw - 20px);
    flex-direction: column;
    align-items: stretch;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    z-index: 100;
  }
  .site-header.is-scrolled .nav-menu { top: 70px; }
  .nav-menu.is-open { display: flex; }
  .nav-menu > li { width: 100%; border-top: 1px solid #e9e9e9; }
  .nav-menu > li > a {
    color: #777777 !important;
    padding: 12px 20px;
    line-height: 20px;
  }
  .nav-menu > li > a::after { display: none; }
  .nav-menu .children {
    position: static;
    display: block;
    border: none;
    min-width: 0;
  }
  .nav-menu .children a {
    padding: 12px 35px;
    border-top: none;
  }
  #page-header-cover .swiper-slide-heading { font-size: 30px; }
  .swiper-intro-inner { padding-top: 28%; padding-bottom: 18%; }
  .wpforms-field-row { flex-direction: column; gap: 10px; }
  .site-footer .site-info .container {
    flex-direction: column;
    gap: 12px;
  }
}
