@import url(https://fonts.googleapis.com/css?family=Be+Vietnam+Pro);

/* header */

.page-id-8.responsive #masthead {
  display: none;
}

.page-id-8 #colophon.site-footer.footer-active-sidebar {
  display: none;
}

body.responsive #masthead .container {
  max-width: none;
  padding: 0px 50px;
}

#masthead .site-branding .site-title a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
}

#primary-menu.menu {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0px;
}

body.responsive #masthead {
  padding-bottom: 20px;
  padding-top: 20px;
}

.menu-item {
  margin-bottom: 0px;
}

/* footer */

#colophon .site-info {
  text-align: left;
  font-size: 10px;
}

#colophon .widgets {
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
}

#colophon a {
  text-decoration: none;
}

#colophon .widgets aside:last-child {
  padding: 0px;
}



/* typography */

p {
  line-height: 1.5;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  line-height: 1.2px;
  font-weight: 600;
}

ul {
  font-size: 16px;
  list-style: none;
  margin-left: 0px;
  font-weight: 500;
}

li {
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: 500;
}

/* buttons */

.white-button {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  color: #555555;
  font-weight: 400;
  font-size: 13px;
  transition: 0.5s;
}

.white-button:hover {
  background-color: #333333;
  color: #ffffff;
  transition: 0.5s;
}

.black-button {
  background-color: #000000;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  transition: 0.5s;
}

.black-button:hover {
  background-color: #666666;
  color: #ffffff;
  transition: 0.5s;
}

/* forms */

.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 0px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 0px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 0px;
}

.wpcf7 input.wpcf7-form-control.wpcf7-text {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 4px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #ffffff;
  padding: 10px 20px !important;
  border-radius: 0px;
  text-decoration: none;
  color: #555555;
  border: none;
  font-weight: 400;
  font-size: 12px;
  margin-top: -20px;
		text-transform: none;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #333333;
  color: #ffffff;
  transition: 0.5s;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.0);
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0px;
  margin: 0px 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #000000;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: 15px;
}

/* recaptcha */

.grecaptcha-badge {
  visibility: hidden;
}