/*** 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;
}

.site-header .site-description {
  text-align: center;
  padding-top: 10px;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 49%;
}
.contact-full {
  width: 99%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 97%;
  background: #EEEEEE;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 input:not([type="submit"]) {
  width: 98%;
  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: left;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*** FOOTER ***/
.widget {
  text-align: center;
}
.site-footer img {
  margin: auto;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .ast-builder-layout-element.ast-flex.site-header-focus-item { box-shadow: none; }
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
@media (max-width: 360px) { 
}