/*
Theme Name: Novos
Author: Redstone
Author URI: http://redstone.media/
Version: 1.0.0
Text Domain: novos
*/

.cookies-block p {
    font-size: 14px;
}
.wpcf7-response-output{
    display: none;
}
input.wpcf7-not-valid {
    margin-bottom: 12px !important;
    border-color: #eb5757;
}
textarea.wpcf7-not-valid {
    margin-bottom: 12px !important;
    border-color: #eb5757;
}
span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 12px;
    margin-bottom: -8px !important;
}
.input.wpcf7-not-valid::-webkit-input-placeholder {
    color: #eb5757;
}

.loading::after{content:"";display: block;width: 100%;height: 100%;background: #fff;position: absolute;opacity: 0.7;z-index: 99;cursor: initial;top:0;left: 0;}
.loading::before{content: "";display: block;position: absolute;width: 56px;height: 30px;background-image: url(img/loading.gif);background-position: center;background-size: contain;background-repeat: no-repeat;z-index: 100;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.wpcf7-form-control-wrap{
    width: 48%;
}

@media(max-width: 575px){
    .wpcf7-form-control-wrap{
        width: 100%;
        margin-bottom: 10px;
    }
    .wpcf7-form-control-wrap:last-child {
        margin-bottom: 0;
    }
    span.wpcf7-not-valid-tip {
        margin-bottom: 5px !important;
    }
    .input-block br {
        display: none;
    }
}