/*** BODY ***/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/*** TOP-HEADER ***/
.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner {
  color: #ffffff;
  background-color: #0069b4;
  font-weight: 700;
  padding: 10px 20px;
}
#block-23.widget.widget_block a {
  color: #ffffff;
}
#block-23.widget.widget_block a:hover {
  color: #000000;
}

/*** MAIN-HEADER ***/
.ast-primary-header-bar {
  background-image: linear-gradient(to right, #0069b4 50%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 25px 2px;
  background-repeat: repeat-x;
}
.ast-header-html-1, .ast-header-html-2 {
  padding: 45px 46px !important;
}
.ast-header-html-3 {
  padding: 45px 45px !important;
}
.ast-header-html-1, .ast-header-html-2, .ast-header-html-3 {
  background-image: linear-gradient(#0069b4 50%, rgba(255,255,255,0) 0%);
  background-position: left;
  background-size: 2px 25px;
  background-repeat: repeat-y;
}
.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
  background-image: linear-gradient(#0069b4 50%, rgba(255,255,255,0) 0%);
  background-position: right;
  background-size: 2px 25px;
  background-repeat: repeat-y;
}
  
/*** BOTTOM-HEADER ***/
.submenu-with-border .sub-menu .menu-link {
  line-height: 1em;
}


/*** POPUP-MENU ***/
.ast-mobile-popup-inner {
  background-image: linear-gradient(#0069b4 50%, rgba(255,255,255,0) 0%);
  background-position: left;
  background-size: 2px 50px;
  background-repeat: repeat-y;
}


/*** IMAGE-BOX ***/
.elementor-image-box-content {
  border: #0069b4 2px solid;
  margin-top: -9px;
}
.elementor-image-box-title {
  background-color: #0069b4;
  padding: 10px;
}
.elementor-image-box-description {
  padding: 10px;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 49%;
}
.contact-full {
  width: 99%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 97% !important;
  background: #EEEEEE;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 input:not([type="submit"]) {
  width: 98% !important;
  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: left;
}
.site-footer img {
  margin: auto;
}
.site-footer .fas {
  color: #0069b4;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  /* TOP-HEADER */
  .header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner { padding: 10px 24px; }
}
@media (max-width: 820px) {
}
@media (max-width: 520px) {
  /* TOP-HEADER */
  .ast-above-header-wrap .ast-grid-right-section { justify-content: flex-start; }
  /* MAIN-HEADER */
  .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section { background-image: none; }
  /* FOOTER */
  .site-footer img { margin: 5px; }
}
@media (max-width: 480px) {
  .ast-builder-layout-element.ast-flex.site-header-focus-item { box-shadow: none; }

  /* TOP-HEADER */
  .header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner { padding: 10px 12px 10px 5px;}
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
@media (max-width: 450px) {
  /* BODY */
  h1 { font-size: 22px !important;}
}
@media (max-width: 385px) {
  /* BODY */
  h1, h2 { font-size: 19px !important;}
  /* TOP-HEADER */
  .header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner { padding: 10px 10px 10px 5px;}
}
@media (max-width: 340px) { 
  /* BODY */
  h1, h2 { font-size: 16px !important;}
    /* TOP-HEADER */
  .header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner { font-size: 14px; padding: 10px 5px;}
}
