/*** End ****/
.processing {
    opacity: 0.5 !important;
    position: relative;
    pointer-events: none !important;
}

.processing::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.hide-sitename {
    visibility: hidden;
    height: 0;
    width: 0;
}

#wp-admin-bar-wp-logo img {
    max-width: 100%;
    height: 100%;
}

.ez-toc-debug-messages {
    display: none;
}

.wpcf7-form .btn-sec.btn-icon input.wpcf7-form-control.wpcf7-submit {
    display: none !important;
}
