/*
Theme Name: Intentionally Blank
Theme URI: https://www.nilovelez.com/blank/
Author: Nilo Velez
Author URI: https://www.nilovelez.com/
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
Version: 3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: intentionally-blank
Requires at least: 4.6
Tested up to: 6.9
Requires PHP: 7.4
*/
.info-page__text ul,
.info-page__text ol,
.info-page__text p{
    margin: 0 0 24px;
}
.wpcf7-acceptance label {
    align-items: center;
    color: #6f7699;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}
.wpcf7-acceptance label:before  {
    content: "";
    align-items: center;
    background: #fff;
    border: 1px solid #6f7699;
    display: inline-flex;
    flex-shrink: 0;
    height: 12px;
    justify-content: center;
    margin-inline-end: 7px;
    width: 12px;
}
.wpcf7-acceptance label:has(input[type="checkbox"]:checked):before  {
    background: #fff url(app/assets/img/icons/check.svg) no-repeat 50% 50%;
}
.wpcf7-acceptance label input[type="checkbox"] {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
}
.wpcf7-acceptance a {
    text-decoration: underline;
    text-decoration-color: inherit;
}
.wpcf7 .field__input::placeholder{
    color: transparent;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #fb5624;
    font-size: 18px;
    line-height: 1.5;
    min-width: 0;
    overflow: hidden;
    padding: 0 18px;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    white-space: nowrap;
    width: calc(100% - 6px);
    background: #fff;
    z-index: 1;
    right: 3px;
    display: none;
}
.wpcf7 input[aria-invalid="true"] {
    border-color: #fb5624 !important;
    color: transparent !important;
}
.wpcf7 input[aria-invalid="true"]:focus {
    color: #6f7699 !important;
}
.wpcf7 .field__body:has(input:not(:placeholder-shown)) .field__placeholder,
.wpcf7 input[aria-invalid="true"]:focus + .wpcf7-not-valid-tip,
.wpcf7 .field__body:has(input[aria-invalid="true"]:focus) .field__error{
    opacity: 0 !important;
}
.wpcf7 .field__error{
    opacity: 0;
    width: calc(100% - 6px);
    background: #fff;
    z-index: 1;
    right: 3px;
}
.field:has(.field__error:not(:empty)) .field__input {
    border-color: transparent;
    color: #6f7699;
}
.field:has(.field__error:not(:empty)) .field__placeholder{
    opacity: 1;
}
.wpcf7 .field__body:has(input[name="full_name"][aria-invalid="true"]) .field__error,
.wpcf7 .field__body:has(input[aria-invalid="true"]:placeholder-shown) .field__error.empty-field{
    opacity: 1;
}
.wpcf7 .field__body:has(input[aria-invalid="true"]:not(:placeholder-shown)) .field__error.wrong-field{
    opacity: 1;
}
.wpcf7-form [data-field="agreement"] .checkbox__error{
    display: none;
}
.wpcf7-form.invalid:has(.wpcf7-acceptance input[type="checkbox"]:not(:checked)) .checkbox__error,
.wpcf7-form.unaccepted [data-field="agreement"] .checkbox__error{
    display: block;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7-submit{
    cursor: pointer;
}
.contact-us .success-contacts{
    display: none;
}