/*
Theme Name: Totonis
Author: TOTONIS AGENCY
Author URI: https://totonis.com/
Version: 1.0
*/

/** Contact form 7 - locations form override */
.cf7-location-form .wpcf7-form-control {
    width: 100%;
}
.cf7-location-form .wpcf7-not-valid-tip {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #e0312b;
    padding-top: 20px;
}
.cf7-location-form .wpcf7-not-valid {
    border: 1px solid #e0312b;
    color: #e0312b;
}
.cf7-location-form #locations-form-hidden-submit {
    display: none;
}
.cf7-location-form .wpcf7-list-item {
    margin-left: 0;
}
.cf7-location-form .b-button_disabled {
    background-color: #676767;
}
.cf7-location-form .b-button_disabled .b-button__main-inner {
    background-color: #676767;
}
.cf7-location-form .b-button_disabled .b-button__hover-inner {
    background-color: #676767;
}
.cf7-location-form .b-field__custom-checkbox_checked .b-field__checkbox-text:before {
    background-image: url('./markup/dist/assets/img/checkbox.svg');
    background-color: #192b2b;
    background-repeat: no-repeat;
    background-position: center center;
}
.cf7-location-form .b-field__checkbox-text:before {
    top: -9px;
    position: relative;
}
.cf7-location-form .wpcf7-spinner {
    position: absolute;
    z-index: 2;
    top: 39%;
    right: 0;
    background-color: #155029;
}
.cf7-location-form  .b-field__checkbox-text {
    display: initial;
}
@media (max-width: 400px) {
    .cf7-location-form .b-field__checkbox-text:before {
        top: -7px;
        position: relative;
    }
    .cf7-location-form  .b-field__checkbox-text {
        line-height: 30px;
    }
}
.cf7-location-form .wpcf7 form .wpcf7-response-output {
    padding: 15px;
    border-width: 1px;
}
.cf7-location-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #2ea156;
}

/** Contact form 7 - cv form override */
.cf7-cv-form .wpcf7-form-control {
    width: 100%;
}
.cf7-cv-form .wpcf7-not-valid-tip {
    color: #000000;
    margin-top: 15px;
}
.cf7-cv-form select option {
    color: #ffffff;
    background-color: #2EA156;
}
.cf7-cv-form [data-name="cv_file"] {
    position: relative;
    top: -40px;
}
.cf7-cv-form .b-field_light .b-field__input {
    color: #fff;
}
.cf7-cv-form .b-field__custom-checkbox_checked .b-field__checkbox-text:before {
    background-image: url('./markup/dist/assets/img/checkbox.svg');
    background-color: #192b2b;
    background-repeat: no-repeat;
    background-position: center center;
}
.cf7-cv-form .b-field__checkbox-text:before {
    min-width: 26px;
}
@media screen and (max-width: 400px) {
    .cf7-cv-form  .b-field__checkbox-text:before {
        margin-bottom: 0;
    }
}
@media (max-width: 400px) {
    .cf7-cv-form.b-field__checkbox-text:before {
        top: -7px;
        position: relative;
    }
    .cf7-cv-form .b-field__checkbox-text {
        line-height: 30px;
    }
}
.cf7-cv-form .b-button_disabled {
    background-color: #676767 !important;
}
.cf7-cv-form .b-button_disabled .b-button__main-inner {
    background-color: #676767 !important;
}
.cf7-cv-form .b-button_disabled .b-button__hover-inner {
    background-color: #676767 !important;
}
.cf7-cv-form .wpcf7-list-item {
    margin-left: 0;
}
.cf7-cv-form #cv-form-hidden-submit {
    display: none;
}
.cf7-cv-form .wpcf7 form .wpcf7-response-output {
    padding: 15px;
    border-width: 1px;
    color: #fff;
}
.cf7-cv-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}
.cf7-cv-form .b-active-modal-cv__button {
    position: relative;
}
.cf7-cv-form .wpcf7-spinner {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
}
@media (max-width: 1600px) {
    .cf7-cv-form .wpcf7-spinner {
        top: 9px;
    }
}