/*** STICKY
.site-main {
  margin-top: 100px;
}
.main-header-bar, .site-header {
  position: fixed;
  width: 100%;
} ***/

/*** NAVI ***/
/*button.navi-tel, button.navi-tel:hover, button.navi-tel:active {
  background-color: #ffffff;
  padding: 0 0 0 0 ;
}
.navi-tel a {
  color: #ffffff;
  background: #ff00ff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-tel a:hover {
  color: #ffffff;
  background: #000000;
}
.navi-tel .fa, .navi-tel .fas {
  color: #ffffff;
  margin-right: 5px;
}*/


a.upper-nav {
  color: #ffffff;
  font-size: 15px;
  background-color: #be1622;
  padding: 12px 15px;
}
a.upper-nav:hover {
  color: #ffffff;
  background-color: #706f6f;
}
/*.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  padding: 0px 40px;
}
.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
  left: none;
  right: 0;
  top: -5;
} */

/*** SUB-MENU ***/
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*** LOGO ***/
.ast-logo-title-inline .site-logo-img {
  padding-right: 0;
}


/*** ICON-BOX ***/
.elementor-2 .elementor-element.elementor-element-15977aa .elementor-icon-box-description {
  padding-top: 28px;
}
.elementor-2 .elementor-element.elementor-element-453e407 .elementor-icon-box-description  {
  padding-top: 28px;
}


/*** TEAM ***/
.alignright {
  margin-bottom: 1em;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 textarea {
  height: 150px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  margin-bottom: 5px;
}
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;
}
.sent-button {
  text-align: left;
}
/*
input[type="submit"] {
  color: #ffffff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}*/


/*** FOOTER ***/
.widget {
  text-align: left;
  margin: 0;
}
#block-12.widget {
  margin: 0 0 5px 0;
}
.site-footer .fa-solid, .site-footer .fas {
  color: #be1622;
  margin-right: 5px;
}

.site-footer .wp-block-image.size-full {
  margin: 0 0;
}




/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  /*.site-main { margin-top: 0px; }
  .main-header-bar, .site-header { position: relative; width: 100%; }*/
}
@media (max-width: 820px) {
  /*** ICON-BOX ***/
  .elementor-2 .elementor-element.elementor-element-15977aa .elementor-icon-box-description { padding-top: 0px; }
  .elementor-2 .elementor-element.elementor-element-453e407 .elementor-icon-box-description  { padding-top: 28px; }
}
@media (max-width: 480px) {
  /*** ICON-BOX ***/
  .elementor-2 .elementor-element.elementor-element-15977aa .elementor-icon-box-description { padding-top: 0px; }
  .elementor-2 .elementor-element.elementor-element-453e407 .elementor-icon-box-description  { padding-top: 0px; }
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
@media (max-width: 350px) {
  a.upper-nav { font-size: 12px }
}