/* Contact Form 7 */
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7 {
    margin-bottom: 1.15rem;
    margin-bottom: calc(35px - 1.15rem);
}
.wpcf7 p {
    position: relative;
}
.screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
input.wpcf7-submit {
    cursor: pointer;
    color: var(--buttons-text-color);
    font-size: 10px;
    text-align: center;
    background: var(--buttons-background-color);
    border: none;
    overflow: hidden;
    position: relative;
    padding: 17px 24px;
    min-width: 166px;
    letter-spacing: 2px;
    line-height: 0;
    height: 45px;
    font-weight: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: all .1s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
input.wpcf7-submit:hover {
    color: var(--buttons-text-color-hover);
    opacity: 1;
    background: var(--buttons-background-color-hover);
}

.buttons-style-outline input.wpcf7-submit {
    border: 1px solid var(--buttons-background-color);
    background: transparent;
}
.buttons-style-outline input.wpcf7-submit:hover {
    background: var(--buttons-background-color-hover);
    border-color: var(--buttons-background-color-hover);
}

.buttons-shape-round .wpcf7-submit {
    border-radius: 30px;
}
.buttons-shape-superround .wpcf7-submit {
    border-radius: 50%;
}
.buttons-shape-superround input.wpcf7-submit {
    background: 0 0;
    color: inherit;
    border: none;
    overflow: visible;
}
.buttons-shape-superround input.wpcf7-submit:hover {
    background: transparent;
}
.buttons-shape-superround .wpcf7-submit .border-helper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease 0.2s;
}
.buttons-shape-superround .wpcf7-submit:hover .border-helper {
    transform: scale(0.97);
}
.buttons-shape-superround .wpcf7-submit span {
    display: inline-block;
    position: relative;
    transition: 0.2s;
    transform: translateY(0);
    line-height: 1;
}
.buttons-shape-superround .wpcf7-submit:hover .char:nth-child(odd) {
    transform: translateY(-14%);
}
.buttons-shape-superround .wpcf7-submit:hover .char:nth-child(even) {
    transform: translateY(14%);
}
.buttons-shape-rounded .wpcf7-submit {
    border-radius: 3px;
}

input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid + .ss-main .ss-single-selected {
    border-color: #ff6161;
}
.wpcf7-not-valid-tip {
    color: #ff6161;
    margin-top: .575em;
    font-size: .875em;
    line-height: 1.45;
    font-size: 75%;
    display: inline-block;
    font-weight: inherit;
    float: left;
    clear: both;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
.wpcf7-response-output {
    border: none;
    margin: 0 0 1.15rem;
    padding: 0;
    float: left;
    clear: both;
    max-width: 608px;
}
.init .wpcf7-response-output,
.resetting .wpcf7-response-output,
.submitting .wpcf7-response-output {
    display: none;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.wpcf7-ajax-loader-circular {
    animation: wpcf7-ajax-loader-rotate 1s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.wpcf7-ajax-loader-path {
    stroke: var(--secondary-color);
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: wpcf7-ajax-loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    transition: stroke .2s;
    stroke-width: 4;
}

@keyframes wpcf7-ajax-loader-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes wpcf7-ajax-loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.wpcf7-ajax-loader {
    z-index: 2;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) scale(0);
    transition: all ease .4s;
    border-radius: 0;
    background: transparent;
    border: none;
    animation: none;
    transform-origin: center;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    margin-left: 1.15rem;
    width: 16px;
}
.submitting .wpcf7-ajax-loader {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -50%) scale(1);
}
.wpcf7-ajax-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
    position: relative;
    background: transparent;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    transform-origin: initial;
    animation: none;
}
.wpcf7-submit:disabled {
    opacity: .15;
    pointer-events: none;
}
.wpcf7-list-item {
    margin: 0 0 .575em;
    display: block;
}
.wpcf7-list-item.last {
    margin-bottom: 0;
}
.hint {
    margin-top: .575em;
    font-size: .875em;
    line-height: 1.45;
    font-size: 75%;
    display: inline-block;
    float: left;
    clear: both;
}

/* reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden;
}
.grecaptcha {
    font-size: .875em;
    color: var(--secondary-color);
    line-height: 1.45;
    max-width: 455px;
}
.grecaptcha a {
    color: var(--secondary-color);
    text-decoration-color: var(--secondary-color);
}
.grecaptcha a:hover {
    color: var(--primary-color);
    text-decoration-color: var(--primary-color);
}