/*** NAVI ***/
.main-header-menu > .menu-item > .menu-link {
  margin-top: 40px;
}

/*** HEADER ***/
.header {
  display: inline-block;
}
.header h2 {
  font-size: 48px;
  transform: skew(20deg);
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.header .meyfas-skew {
  transform: skew(-20deg);
  display: inline-block;
}

/*.header .meyfas-skew::before {
  content:'///';
  font-family: 'Plak_LT_Black',Helvetica,Arial,sans-serif;
  font-size: 48px;
  color: #ffffff;
  display: inline-block;
}*/

/*** FOOTER ***/
.site-footer-section p {
  color: #ffffff;
}
.site-footer-section a {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer-section a:hover {
  color: #000000;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
  max-width: 1100px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
  max-width: 1100px;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
  margin-top: 10px;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 95%;
  background: none;
  margin-top: 10px;
  border: none;
  border-radius: 0px;
  border-left: 3px solid #134395;
  border-bottom: 3px solid #134395;
}
.wpcf7 textarea {
  height: 250px;
}
.wpcf7 input:not([type="submit"]) {
  background: none;
  border: none;
  border-radius: 0px;
  border-left: 3px solid #134395;
  border-bottom: 3px solid #134395;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7-list-item-label {
  font-size: 15px;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  /*** HEADER ***/
    .header h2 {font-size: 32px;}
}