@font-face {
  font-family: 'BebasNeue';
  src: url('/wp-content/themes/yatatheme-child/fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
.section-contactform ::placeholder {
  color: #AAA;
}
.section-contactform form > p {
  margin-bottom: 0;
  line-height: 1rem;
}
.section-contactform .wpcf7-form-control-wrap {
  margin: 10px 0;
  display: block;
  line-height: 1;
}
.section-contactform span.wpcf7-radio,
.section-contactform select.wpcf7-select,
.section-contactform span.wpcf7-checkbox {
  display: block;
  margin-bottom: 10px;
}
.section-contactform select.wpcf7-select {
  padding: 12px 35px;
  border: 1px solid #097F72;
  color: #097F72;
}
.section-contactform textarea,
.section-contactform input[type="text"],
.section-contactform input[type="email"],
.section-contactform input[type="tel"],
.section-contactform input[type="number"],
.section-contactform input[type="date"],
.section-contactform input[type="url"] {
  border: 1px #097F72 solid !important;
  outline: 0;
  -webkit-appearance: none;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 100%;
  font-weight: 200;
  padding: 14px 35px 12px;
  line-height: 1;
}
.section-contactform textarea {
  resize: vertical;
}
.section-contactform .toggle input + span::before {
  top: 0;
}
.section-contactform .toggle input + span::after {
  top: 2px;
}
.section-contactform .toggle span.wpcf7-list-item {
  margin: 0;
}
.section-contactform span.wpcf7-list-item-label {
  color: #097F72;
}
.section-contactform span.wpcf7-list-item-label a {
  color: #097F72;
  text-decoration: underline;
}
.section-contactform span.wpcf7-list-item-label a:hover {
  color: #49B388;
}
.section-contactform input[type="submit"] {
  outline: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 30px;
  border: 1px solid;
  color: #ffffff;
  background-color: #097F72;
  border-color: #097F72;
  margin: 20px auto 0;
}
.section-contactform input[type="submit"]:hover {
  color: #097F72;
  background-color: transparent;
}
.section-contactform div.wpcf7-recaptcha>div {
  margin: auto;
}
.section-contactform span.recaptcha > span > div {
  margin: auto;
}
.section-contactform .wpcf7-spinner {
  display: none;
}
.section-contactform .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 5px;
  color: red;
}
body.darkmode .section-contactform textarea,
body.darkmode .section-contactform input[type="text"],
body.darkmode .section-contactform input[type="email"],
body.darkmode .section-contactform input[type="tel"],
body.darkmode .section-contactform input[type="number"],
body.darkmode .section-contactform input[type="date"],
body.darkmode .section-contactform input[type="url"] {
  background-color: #101010;
  border: 1px #ffffff solid !important;
}
body.darkmode .section-contactform span.wpcf7-list-item-label {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section-contactform .wpcf7-acceptance span.wpcf7-list-item-label {
    margin: 0;
    padding-left: 40px;
    position: relative;
  }
}
