/*!
Theme Name: healthywp
Text Domain: healthywp

*/

.pagination {
    width: 100%;
    border-top: sold 4px #E4F5E2;
    padding-top: 46px;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    margin: 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    border-radius: 50%;
}

.pagination .page-numbers:hover {
    background-color: #E4F5E2;
}

.pagination .prev,
.pagination .next {
    background-color: inherit !important;
}

.pagination .prev svg {
    transform: rotate(180deg);
}

.pagination .prev svg,
.pagination .next svg {
    margin: 0 10px;
}

.pagination .current {
    background-color: #E4F5E2;
}

.comment-list {
    list-style-type: none;
}

.comment-list li {
    border-bottom: solid 2px #E4F5E2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment-author img {
    display: none;
}

.comment-respond input,
.comment-respond textarea {
    width: 100%;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    margin-bottom: 24px;
    padding: 13px 25px;
    font-size: 16px;
}

.comment-respond label {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}

.comment-form-cookies-consent label {
    display: inline;
}

.comment-form-cookies-consent input {
    width: auto;
}

.form-submit {
    max-width: 350px;
}

.comment-body a {
    color: #000;
}

.current_page_item a {
    background-color: #e4f5e2;
}

#ajaxsearchlite1 {
    border: none !important;
    box-shadow: none !important;
}

#ajaxsearchlite1 .probox {
    box-shadow: none !important;
}

#ajaxsearchlite1 svg {
    display: none !important;
}

.mobile-search {
    display: none;
}

.promagnifier {
    display: none !important;
}

.header {
    z-index: 999999 !important;
}

#ajaxsearchliteres1 {
    z-index: 9999999 !important;
}

.notice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1em;
    color: #fff;
    background-color: rgb(4, 215, 46);
    text-align: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}

.notice-active {
    opacity: 1;
    visibility: visible;
}

.asl_res_url {
    color: #3F9936 !important;
}

.comment-form-url {
    display: none;
}

.form-submit #submit {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1150px) {

    .header-wrap__meta .asl_w_container {
        display: none !important;
    }

    .mobile-search__active {
        display: block;
    }
}


@media (max-width: 668px) {
    .contacts-wrap {
        flex-wrap: wrap;
    }

    .contacts-wrap .left {
        max-width: 100%;
    }

    .contacts-wrap .right {
        max-width: 100%;
    }
}