@charset "UTF-8";
/*
Theme Name: Marketing Hub
Version: 1.0.1
Author: @yuriyfedechko
*/

.modal--form .wpcf7 form.sent .wpcf7-response-output,
.wpcf7-spinner,
.sidebar__form .wpcf7-not-valid-tip,
.discounts__form .wpcf7-not-valid-tip,
.sidebar__form form:not(.sent) .wpcf7-response-output,
.discounts__form form:not(.sent) .wpcf7-response-output
{
    display: none !important;
}

@media (max-width: 500px){
  #wpadminbar {
      display: none !important;
  }
}

div.error-notice__item {
    align-items: center;
}

.customize-support {
    margin-top: -32px !important;
}

#wpadminbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 0;
}

.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    cursor: pointer;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 8px 5% 10px;
    border-radius: 12px;
    text-align: center;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.sidebar__form form.sent .wpcf7-response-output,
.discounts__form form.sent .wpcf7-response-output {
    grid-column: 1 / span 2;
    margin-top: 7px;
    border-width: 1px;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .wpcf7 form .wpcf7-response-output {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.error__title {
    margin-bottom: 20px;
    width: 280px;
    font-size: 2em;
}

.error__btn {
    width: 250px;
    height: 40px;
}

.news__empty {
    padding: 40px 0;
    text-align: center;
    color: #4F4F4F;
}

.tag--more {
    cursor: pointer;
}

.agencies-list {
    position: relative;
}

.dots--loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0 !important;
    padding-top: 50px;
    background: rgba(255,255,255,0.7);
}

.dots--loading .dot-pulse {
    margin-left: auto;
    margin-right: auto;
}

iframe {
    max-width: 100% !important;
}

@media (min-width: 1280px) {
    .error__title {
        width: 350px;
    }

    .error__btn {
        width: 300px;
        height: 50px;
    }
}


/* popup*/

#cif-root > div {
    position: fixed !important;
    min-width: 360px !important;
    padding: 10px !important;
    width: 100% !important;
    height: 100dvh !important;
    transition: all .3s ease-in-out;

    opacity: 0;
    visibility: hidden;
}

#cif-root > div.open {
    opacity: 1;
    visibility: visible;
}

#cif-root > div > div {
    opacity: 1 !important;
    max-width: 674px !important;
}

.ci-c-popup-close-button svg {
    pointer-events: none;
}