/*
	Theme Name: HTML5 Blank Child Theme
  Template: blank
  Text domain: possible
*/
@font-face {
  font-family: "WtGothic";
  src: url(fonts/WTGothic-Regular.otf) format("opentype"), url(fonts/WTGothic-Regular.woff) format("woff"), url(fonts/WTGothic-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WtGothic";
  src: url(fonts/WTGothic-Bold.otf) format("opentype"), url(fonts/WTGothic-Semi-Bold.woff) format("woff"), url(fonts/WTGothic-Semi-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}

html {
  font-size: 100%;
}

body {
  font-family: "WtGothic", sans-serif;
  font-size: 16px;
  background: #222;
}

.indicators {
  position: fixed;
  top: 0;
  left: 0;
  height: 4rem;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indicators .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.indicator {
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  margin: 0 4px;
  position: relative;
  overflow: hidden;
}

.indicator-bar {
  width: 0%;
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 100rem;
}

.screen {
  color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.screen.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.screen {
  background: #212322;
}

.screens {
  position: relative;
  height: 100vh;
}

.right,
.left {
  width: 15%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left {
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right {
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right button,
.left button {
  background-color: transparent;
  border: none;
  padding: 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right button:after,
.left button:after {
  content: "";
  display: block;
  width: 15px;
  height: 26px;
}

.left button:after {
  background-image: url(images/left-arrow.svg);
  /* margin-right: 50px; */
}

.right button:after {
  background-image: url(images/right-arrow.svg);
  /* margin-left: 50px; */
}

.center {
  width: 70%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}

.center button {
  outline: none;
  cursor: default;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: transparent;
}

.screen h4 {
  font-weight: normal;
  font-size: 80px;
}

.screen h2 {
  font-size: 148px;
  font-weight: bold;
}

.screen-1 h2 span,
.screen-1 h4,
.screen-2 h4 {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .screen h2 {
    font-size: 74px;
    line-height: 84px;
    font-weight: bold;
  }
  .screen h4 {
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
  }
  .right button,
  .left button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    display: block;
    cursor: pointer;
    outline: 0;
  }
  .left,
  .right {
    display: block;
    width: 15%;
  }
  .right button:focus,
  .left button:focus,
  .center button:focus {
    outline: none;
    outline-width: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
  }
  .left button {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
  }
  .left button:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  }
  .right button {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
  }
  .right button:hover {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), transparent);
  }
  .right button:after,
  .left button:after {
    content: none;
  }
}

@media only screen and (max-height: 600px) {
  .logo {
    top: 20px;
  }
  .indicators img {
    width: 135px;
  }
  .indicators {
    height: 2rem;
  }
  .screens {
    top: -25px;
  }
}

/* Form - Button trigger */
button.form {
  position: fixed;
  bottom: 48px;
  left: 0;
  right: 0;
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 64rem;
}

button.form .input {
  width: 800px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 40px;
  border-style: none;
  border: 2px solid white;
  background-color: transparent;
  font-weight: bold;
  color: white;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button.form div:nth-child(1) {
  min-width: 40px;
  margin-left: 15px;
}

button.form div:nth-child(2) {
  margin: 0 20px;
}

button.form div:nth-child(3) {
  min-width: 33px;
  margin-right: 15px;
}

/* Contact form 7 */
.contact-form[aria-hidden="true"] {
  display: none;
}

.contact-form-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 64em) {
  .contact-form-title {
    font-size: 32px;
  }
}

.contact-form-submit-icon img {
  margin-bottom: 24px;
}

@media (min-width: 64em) {
  .contact-form-submit-icon img {
    margin-bottom: 0;
  }
}

@media (min-width: 64em) {
  .contact-form-submit-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}

.contact-form-text {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 64em) {
  .contact-form-text {
    font-size: 18px;
  }
}

.contact-form-submit-message .contact-form-title {
  margin-bottom: 72px;
}

@media (min-width: 64em) {
  .contact-form-submit-message .contact-form-title {
    max-width: 280px;
    text-align: left;
    margin-left: 40px;
    margin-bottom: 0;
  }
}

.contact-form-submit-message .contact-form-text {
  font-size: 24px;
  margin-bottom: 0;
}

.contact-form-notice {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  background-color: transparent;
  border: 0 solid transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 4px;
  font-weight: normal;
  min-height: 30px;
  border-radius: 0;
}

.contact-form textarea {
  min-height: 30px;
}

.contact-form-button {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  font-family: "WtGothic";
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-top: 13px;
  padding-bottom: 12px;
  margin-top: 24px;
  -webkit-transition: border 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: border 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

@media (min-width: 64em) {
  .contact-form-button {
    max-width: 100%;
  }
}

.contact-form-button:hover,
.contact-form-button:focus {
  background-color: #fff;
  color: #212322;
}

.contact-form-button:focus {
  border-width: 2px;
}

.contact-form label {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.contact-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 4rem 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* position: relative; */
  z-index: 40;
  overflow-y: scroll;
}

@media (min-width: 64em) {
  .contact-form {
    padding: 4rem 0;
  }
}

.contact-form-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 31;
}

.contact-form-container {
  background-color: #212322;
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 32;
  margin: auto;
}

@media (min-width: 64em) {
  .contact-form-container {
    width: 660px;
    padding: 35px;
  }
}

/* contact form 7 override responses */
div.wpcf7-response-output {
  margin: 0 0 12px;
  padding: 0;
  border: 0 solid transparent;
  color: #fff;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

button.contact-form-close {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0 solid transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}

button.contact-form-close.is-hidden {
  display: none;
}

button.contact-form-close::before,
button.contact-form-close::after {
  position: absolute;
  top: 2px;
  left: 18px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

button.contact-form-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.contact-form-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

@media screen and (min-width: 64em) {
  .contact-form-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-form-column {
    width: 48%;
  }
}

.contact-form-content-submit {
  /* display: none; */
  text-align: center;
  color: #fff;
}

.contact-form-content.is-hidden,
.contact-form-content-submit.is-hidden {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact-form-policy {
  color: #fff;
  font-size: 14px;
}

.contact-form-policy a:link,
.contact-form-policy a:visited {
  color: #fff;
  text-decoration: underline;
}

.content-area .wrapper {
  width: 90%;
  max-width: 64rem;
  margin: 0 auto;
}

body > .wrapper {
  max-width: 100%;
  width: 100%;
}

.page-template-clean {
  color: #fff;
}

.page-template-clean h1 {
  text-align: center;
}

.page-template-clean article {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-clean h2,
.page-template-clean h3,
.page-template-clean p,
.page-template-clean ul,
.page-template-clean li {
  margin-bottom: 16px;
  line-height: 1.5;
}

.page-template-clean ul {
  margin-left: 32px;
}

/* Table */
.page-template-clean table {
  margin-bottom: 24px;
  border-collapse: collapse;
}

.page-template-clean table th {
  border: 1px solid #fff;
}

.page-template-clean table td {
  border: 1px solid #fff;
  vertical-align: top;
  padding: 12px;
}

/* Links */
.page-template-clean article a:link,
.page-template-clean article a:visited {
  color: #fff;
  text-decoration: underline;
}

.logo {
  position: absolute;
  left: 0;
  top: 30px;
}

@media only screen and (max-height: 600px) {
  .logo {
    top: 20px;
  }
}

.footer {
  position: fixed;
  bottom: 6px;
  left: 0;
  right: 0;
  z-index: 25;
}

.copyright {
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  padding-bottom: 12px;
  margin: 0;
}

.copyright a:link, .copyright a:visited {
  color: #fff;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
