/*** LOGO ***/
/*.ast-builder-layout-element.ast-flex.site-header-focus-item {
  background: #ffffff;
  box-shadow: 2px 2px 5px #000000;
}*/
.ast-logo-title-inline .site-logo-img {
  padding-right: 0px;
}
header .custom-logo-link img {
  padding: 0px 20px 0px 20px;
}
.ast-logo-title-inline .ast-site-identity {
  padding: 0px 0px;
}

/*** FLIP-BOX ***/
.wpr-flip-box-back .wpr-flip-box-description p {
  margin-bottom: 0px;
}

.wpr-flip-box-front .wpr-flip-box-title {
  text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px #ffffff, 2px 2px 2px #ffffff;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: contents;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: #EEEEEE;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: #EEEEEE;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  margin-bottom: 10px;
}
textarea {
  height: 250px;
  background: #EEEEEE;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
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 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
.send-button{
  float: right;
}
input[type="submit"] {
  border-radius: 35px;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*** FOOTER ***/
.ast-footer-copyright p, .site-footer-section p, .widget {
  color: #000000;
}
.ast-footer-copyright a, .site-footer-section a {
  color: #0069b4;
}
.ast-footer-copyright a:hover, .site-footer-section a:hover {
  color: #000000;
}


/****** RESPONSIVE ******/

@media (max-width: 6000px) {
  /*#ast-mobile-header { display: block !important; }*/
}
@media (max-width: 1690px) {
  /*#ast-mobile-header { display: block !important; }*/
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}