@font-face {
    font-family: 'Raleway';
    src: url('/wp-content/uploads/Raleway-Light.eot');
    src: url('/wp-content/uploads/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/Raleway-Light.woff2') format('woff2'),
        url('/wp-content/uploads/Raleway-Light.woff') format('woff'),
        url('/wp-content/uploads/Raleway-Light.ttf') format('truetype'),
        url('/wp-content/uploads/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('/wp-content/uploads/Raleway-Regular.eot');
    src: url('/wp-content/uploads/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/Raleway-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/Raleway-Regular.woff') format('woff'),
        url('/wp-content/uploads/Raleway-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('/wp-content/uploads/Raleway-SemiBold.eot');
    src: url('/wp-content/uploads/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/Raleway-SemiBold.woff2') format('woff2'),
        url('/wp-content/uploads/Raleway-SemiBold.woff') format('woff'),
        url('/wp-content/uploads/Raleway-SemiBold.ttf') format('truetype'),
        url('/wp-content/uploads/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
#myWidgetContainer {
  font-family: 'Raleway';
}



p {
  color: #444444;
}

/*** LOGO ***/
header .custom-logo-link img {
  position: relative;
  z-index: 999999;
  margin-bottom: -72px;
}

/*** NAVI ***/
.main-header-menu > .menu-item > .menu-link {
  letter-spacing: 1px;
}
.main-header-menu > .menu-item > .menu-link:hover, .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
  border-bottom: 4px solid #e6007e;
}
.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
  z-index: 999999;
  position: relative;
}

/*** WHITE-BOX ***/
.white-box h3 {
  margin-bottom: 0px !important;
  text-transform: uppercase;
  font-size: 25px;
}
.white-box h2 {
  margin-bottom: 0px !important;
  text-transform: uppercase;
  font-size: 40px;
}
.white-box p {
  margin-bottom: 0px !important;
  text-transform: uppercase;
  font-size: 14px !important;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.contact-line {
  width: 96%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  border-left: 1px solid #3A3A3A;
  border-right: 1px solid #3A3A3A;
  margin-top: 10px;
}
.wpcf7 textarea {
  height: 250px;
}
.wpcf7 input:not([type="submit"]) {
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  border-left: 1px solid #3A3A3A;
  border-right: 1px solid #3A3A3A;
  margin-top: 10px;
}
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="file"] {
  border: none !important;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 920px) {
  header .custom-logo-link img {
  margin-bottom: -40px;
}
}
@media (max-width: 820px) {
  .white-title h1 { font-size: 22px; }
  .white-box h3 { font-size: 20px; }
  .white-box h2 { font-size: 25px; }
}
@media (max-width: 480px) {
}