/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
  bottom: 80px !important;
  z-index: 98;
}
@media screen and (max-width: 980px) {
  .grecaptcha-badge {
    bottom: 10px !important;
  }
}

/* Custom */
button, input, input[type="text"], input[type="email"], input[type="search"], select, textarea {
  width: 100%;
  margin-top: 0;
}
input:focus, input[type="search"]:focus, select:focus, textarea:focus {
  outline: none;
  border: 1px solid #0657b1;
  border-image: linear-gradient(135deg, #469fcd 0%, #0657b1 40%, #3e2dd7 80%) 1;
}
/*.loader {*/
/*  background: linear-gradient(90deg, #469fcd 0%, #0657b1 40%, #3e2dd7 80%);*/
/*}*/
.c-button-line {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.c-button-line__link {
  width: 200px;
  background: linear-gradient(90deg, #469fcd 0%, #0657b1 40%, #3e2dd7 80%);
}
.c-button-line__link:hover {
  opacity: .8;
}
.c-button-line .wpcf7-spinner {
  transform: translate(2em, 12px);
  position: absolute;
}
.site-title a,
.site-title a:hover {
  background: linear-gradient(90deg, #469fcd 0%, #0657b1 40%, #3e2dd7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
}
.service__title {
  background: linear-gradient(90deg, #469fcd 0%, #0657b1 40%, #3e2dd7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service__image img {
  border-radius: 8px;
}
.site-credit {
  display: none;
}
#content table th {
  width: 30%;
}
#content table th,
#content table td {
  box-sizing: border-box;
  border-color: #CCC;
  padding: .5em 1em;
}
@media screen and (max-width: 640px) {
  .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    font-size: 16px;
  }
  #content .wpcf7-form table {
    border-bottom: solid 1px #CCC;
  }
  #content .wpcf7-form table th,
  #content .wpcf7-form table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.footer_info_logo {
	font-weight: bold;
  background: linear-gradient(90deg, #469fcd 0%, #0657b1 40%, #3e2dd7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 980px) {
  .back-to-top {
    display: none;
  }
}
.text-red {
    color: red;
}
.wp-block-button a {
  background: linear-gradient(90deg, #469fcd 0%, #0657b1 40%, #3e2dd7 80%);
}
@media (min-width: 600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 32px;
    }
    .wp-block-column:not(:first-child),.wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }
    .wp-block-column:not(:last-child) {
        margin-right: 32px;
    }
    .wp-block-column:last-child {
        margin-right: 0;
    }
}

