::selection { color: #ffffff; background: #3d566e; }

/*** BODY ***/
.ast-separate-container #primary {
  margin: 0 0;
  padding: 0 0;
}
.ast-separate-container .ast-article-single {
  padding: 0em 0em;
}

.site-title a {
  color: #8fb7e9 !important;
}

/*** NAVIGATION ***/
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  background: #8fb7e9;
}


/*** CONTACT ***/
input[type="text"], input[type="email"], textarea {
  color: #000000;
}
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-form .select-row {
  width: 99%;
  display: block;
}
.wpcf7 input:not([type="submit"]), .wpcf7 textarea {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 2px solid #8fb7e9;
}
.wpcf7 select {
  width: 98%;
  background: none;
  border: none;
  border-bottom: 2px solid #8fb7e9;
  display: block;
}
.wpcf7-form-control .wpcf7-select .wpcf7-validates-as-required {
  width: 365px;
}
.wpcf7 textarea {
  height: 250px;
}
.wpcf7 input[type="checkbox"] {
  width: 1%;
}
.button, input[type="submit"]{
  color: #010949;
}

/*** FOOTER ***/
.ast-footer-copyright a {
  color: #8fb7e9;
}
.ast-footer-copyright a:hover {
  color: #ffffff;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .ast-separate-container .ast-article-single {
  padding: 0em 0em;
}
.contact-form .contact-row {
  width: 99%;
  display: block;
}
}