/*
Theme Name: Localy Website Theme
Author: Uri Sittan & Nimrod Raizner
Description: Theme for localy websites network. Supports business directory, articles, forums, reviews, user registration and user content manage.
Version: 1.0.5.19
Tags: Localy
Text Domain: Localy
*/

/* -----------------------------------------------------------------------------------

HEADER
___________

----------------------------------------------------------------------------------- */
header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 10px;
    transition: all 0.4s ease;
}

/*sticky header*/
header.header-sticky {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: all 0.4s ease;
}

/*end of sticky header*/

/*mobile navbar*/
#navbarNav {
    position: fixed;
    width: 100%;
    top: 70px;
    right: 0;
    padding-top: 20px;
    background: #fff;
}

header .menu_wrapper .navbar-toggler {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    position: relative;
    z-index: 9999;
}

header .menu_wrapper .navbar-toggler .line {
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #153966;
    margin-bottom: 5px;
    position: relative;
    transition: 0.5s all;
}

header .menu_wrapper .navbar-toggler[aria-expanded="true"] .line.line-1 {
    transform: rotate(45deg);
    top: 6px;
}

header .menu_wrapper .navbar-toggler[aria-expanded="true"] .line.line-2 {
    transform: rotate(-45deg);
    bottom: 1px;
}

header .menu_wrapper .navbar-toggler[aria-expanded="true"] .line.line-3 {
    display: none;
}

header .menu_wrapper .navbar-nav {
    padding: 0;
    padding-bottom: 50px;
    background-color: #fff;
}

.navbar-nav .nav-item {
    display: flex;
    flex: 0 0 100%;
    flex-flow: column;
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
    overflow: hidden;
}

.navbar-nav .nav-item:not(.dropdown-menu li):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f1f3f8;
    margin: 7px 0;
}

.navbar-nav .nav-item .nav-link {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.18px;
    color: #000;
    transition: all 0.4s ease;
    position: relative;
    padding: 0 19px;
}

.navbar-nav .nav-item .dropdown-toggle:after {
    content: "";
    display: inline-flex;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: var(--main-color) transparent transparent transparent;
    margin-right: 4px;
    position: static;
}

.navbar-nav .nav-item .active.dropdown-toggle:after {
    transform: rotate(180deg);
    transition: all 0.4s ease;
}

.navbar-nav .main-dropdown {
    margin-top: 6px;
    padding: 21px 0;
}

.navbar-nav .dropdown-menu {
    border: none;
    text-align: right;
    background-color: #f5f7fc;
    display: block;
    width: 100%;
}

.navbar-nav .sub-dropdown {
    padding: 0;
}

.navbar-nav .dropdown-menu .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    color: #000;
}

.related-articles-wrapper {
    display: none;
}

.main-dropdown-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.navbar-nav .nav-item.active .main-dropdown-wrapper {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.4s ease;
}

.main-dropdown-wrapper .main-dropdown > .nav-item > .nav-link {
    font-size: 18px;
    font-weight: bold;
}

.main-dropdown-wrapper .main-dropdown .nav-item .nav-link {
    line-height: 40px;
}

.main-dropdown-wrapper .sub-dropdown {
    padding-right: 10px;
    margin-bottom: 10px;
}

header .logo {
    max-width: 123px;
    z-index: 99;
    position: relative;
}

header .logo img {
    width: 100%;
    object-fit: cover;
}

.navbar-nav .nav-item .nav-link:hover {
    transition: all 0.4s ease;
    color: var(--main-color);
}

header .search-button {
    margin: 10px 0;
}

.top-nav-search-icon {
    display: none;
    cursor: pointer;
}

.top-nav-search-box {
    display: none;
    position: static;
    padding: 0 15px;
    height: 50px;
}

.top-nav-search-box > form {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}

.top-nav-search-box #search_query {
    display: block;
    width: 100%;
    height: 100%;
}

.top-nav-search-box #search_query::placeholder {
    font-size: 14px;
}

.top-nav-search-box .input-group-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
}

.top-nav-search-box .input-group-btn button {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    background: url("img/search-icon.svg") no-repeat center;
    padding: 0;
}

.logged-user .profile-image {
    max-width: 18px;
    margin-left: 5px;
}

.navbar-nav .register {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
}

.navbar-nav .register a {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    padding-right: 25px;
    background: url(img/login_icon.svg) no-repeat top 8px right;
}

header .add-business {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 0 15px;
}

header .add-business .add-busin-btn {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0;
    background: var(--main-color);
    transition: all 0.4s ease;
}

header .add-business .add-busin-btn:hover {
    transition: all 0.4s ease;
    box-shadow: 0 3px 26px 0 rgb(0 0 0 / 16%);
}

.logged-user {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 15px 15px 20px;
}

.logged-user .dropdown-menu {
    display: none;
    background: #fff;
    padding: 15px;
}

.logged-user.active .dropdown-menu {
    display: block;
    background: #fff;
    padding: 15px;
}

.logged-user .dropdown-menu a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    color: #000;
}

.logged-user .dropdown-menu a:hover {
    color: var(--main-color);
}

.get_advice {
    margin-right: 15px;
    margin-top: 20px;
}

.get_advice .icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 63px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    background-color: var(--main-color);
    margin-left: 10px;
}

.get_advice .icon img {
    width: 25px;
    margin: 0 auto;
}

.get_advice a {
    display: flex;
    align-items: center;
}

.get_advice .content_wrapper .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16px;
    text-align: right;
    color: #000;
    margin-bottom: 2px;
}

.get_advice .content_wrapper .phone {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

@media screen and (min-width: 992px) {
    .get_advice {
        margin-right: 10px;
        margin-top: 0;
    }

    header > .container {
        position: relative;
    }

    header .menu_wrapper {
        position: static;
        width: 100%;
    }

    .logged-user:hover .dropdown-menu {
        display: block;
    }

    .related-articles-wrapper {
        display: block;
    }

    #navbarNav {
        position: static;
        background: none;
        padding-top: 0;
    }

    header .menu_wrapper .navbar-nav {
        background: none;
        padding-bottom: 0;
    }

    .navbar-nav .nav-item {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        position: static;
    }

    .navbar-nav > .nav-item:before {
        content: "";
        display: none;
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: -10px;
        right: 0;
    }

    .navbar-nav > .nav-item:hover:before {
        display: block;
    }
    .navbar-nav .nav-item .nav-link {
        display: inline-block;
        font-size: 18px;
        color: #8e8e8e;
        padding: 0 5px;
    }

    .navbar-nav .nav-item:not(.dropdown-menu li):after {
        display: none;
    }

    .navbar-nav .nav-item .nav-link:hover > .dropdown-menu {
        display: block;
    }

    .main-dropdown-wrapper {
        display: flex;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 5px 25px 0 rgb(159 172 199 / 70%);
        z-index: 9;
        max-height: 1000px;
        height: 0;
    }

    .navbar-nav .nav-item:hover .main-dropdown-wrapper {
        height: auto;
        opacity: 1;
        padding: 32px 50px;
    }

    .main-dropdown-wrapper .dropdown-menu.main-dropdown {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        flex: 0 0 50%;
        width: 50%;
        padding: 0;
        margin: 0;
        background: none;
        overflow: hidden;
    }

    .main-dropdown-wrapper .dropdown-menu.main-dropdown > .nav-item {
        display: inline-flex;
        flex: 0 0 25%;
        width: 32%;
        margin-left: 0;
        padding-left: 20px;
    }
    .main-dropdown-wrapper .dropdown-menu.main-dropdown.col-2 > .nav-item {
        width: 48%;
    }
    #header .main-dropdown-wrapper .dropdown-menu.sub-dropdown {
        position: static;
        background: none;
        padding: 0;
    }

    .main-dropdown-wrapper .dropdown-menu.sub-dropdown .nav-item {
        display: flex;
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
    }

    .main-dropdown-wrapper .main-dropdown > .nav-item > .nav-link {
        color: var(--main-color);
        font-weight: 600;
        border-bottom: 2px solid #d8dde8;
        padding: 0;
    }

    .main-dropdown-wrapper .sub-dropdown .nav-item .nav-link {
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        text-align: right;
        color: #000;
    }

    .main-dropdown-wrapper .sub-dropdown .nav-item .nav-link:hover {
        color: var(--main-color);
    }

    .main-dropdown-wrapper .related-articles-wrapper {
        display: inline-flex;
        flex-wrap: wrap;
        flex: 0 0 45%;
        width: 45%;
    }

    .main-dropdown-wrapper .related-articles-wrapper .post-item {
        display: flex;
        flex: 0 0 100%;
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        border-radius: 0;
        box-shadow: none;
        background: none;
    }
    .main-dropdown-wrapper .related-articles-wrapper .post-item > a {
        display: block;
        width: 100%;
    }

    .main-dropdown-wrapper .related-articles-wrapper .post-item:last-child {
        border: none;
    }

    .related-articles-wrapper .post-item {
        border-radius: 10px;
        box-shadow: 0 25px 40px 0 rgba(209, 215, 222, 0.5);
        background-color: #fff;
        padding: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .related-articles-wrapper .post-item img {
        height: 140px;
        border-radius: 4px;
    }

    .related-articles-wrapper .post-date {
        display: inline-block;
        border-radius: 4px;
        background-color: #f1f3f8;
        font-size: 14px;
        font-weight: 400;
        color: #959eab;
        padding: 4px 20px;
        margin-bottom: 4px;
    }

    .related-articles-wrapper .post-title {
        font-weight: 700;
        color: #000;
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 5px;
    }

    .related-articles-wrapper .post-excerpt {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.38;
        color: #000;
    }

    header .search-button {
        position: relative;
    }

    .top-nav-search-icon {
        display: block;
        width: 20px;
        margin: 0 10px;
    }

    .top-nav-search-box {
        display: block;
        position: absolute;
        top: 40px;
        right: 0;
        width: 270px;
        padding: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

    .top-nav-search-box.active {
        max-height: 50px;
        opacity: 1;
        transition: max-height 0.5s ease;
    }

    .navbar-nav .register {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
    }

    header .add-business {
        display: inline-flex;
        height: 40px;
        width: auto;
    }

    header .add-business .add-busin-btn {
        width: auto;
        line-height: 40px;
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-item .nav-link {
        padding: 0 10px;
    }
}

@media (min-width: 1400px) {
    header > .container {
        max-width: 1370px;
    }
    .navbar-nav .nav-item {
        margin-left: 15px;
    }

    .top-nav-search-icon {
        margin-left: 20px;
    }
}

/* -----------------------------------------------------------------------------------

FAQ SECTION
___________

----------------------------------------------------------------------------------- */
.faq_section {
    padding-bottom: 50px;
}

.category-questions-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 35px;
}

.category-questions .question-in-cat {
    margin-bottom: 12px;
}

.category-questions .question-in-cat:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #b7bfd2;
    display: block;
    margin: 7px 0;
}

.category-questions .title {
    font-size: 18px;
    line-height: 1.17;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.category-questions .answer {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #000;
    margin-bottom: 11px;
}

.category-questions .answer a {
    color: var(--main-color);
}

.category-questions .extra-reading-wrapper {
    margin-bottom: 8px;
}

.category-questions .read-more {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #1856e8;
    position: relative;
}

.category-questions .read-more:after {
    content: "";
    display: inline-block;
    background: url(./img/down-arrow-blue.svg) no-repeat center/cover;
    width: 11px;
    height: 6px;
    margin-right: 7px;
    vertical-align: middle;
}

.to-all-questions {
    padding: 6px 0 60px;
    text-align: center;
}

.to-all-questions a {
    border-radius: 4px;
    border: solid 2px var(--main-color);
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    padding: 5px 29px;
}

@media screen and (min-width: 768px) {
    .category-questions-title {
        font-size: 40px;
    }

    .category-questions .question-in-cat .title {
        font-size: 24px;
    }

    .to-all-questions {
        padding-bottom: 60px;
    }
}

/* -----------------------------------------------------------------------------------

FOOTER
___________

----------------------------------------------------------------------------------- */
#footer_form {
    border-radius: 4px;
    box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 25px 10px 10px;
    padding: 22px 11px 37px;
    background-color: var(--main-color);
}

#footer_form .titles-wrapper {
    margin-bottom: 23px;
}

#footer_form .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    max-width: 66%;
    margin: 0 auto 8px;
    line-height: 1.07;
    transition: all 0.4s ease;
}

#footer_form .subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
}

#footer_form .wpcf7-form {
    direction: rtl;
}

#footer_form .wpcf7-form input {
    direction: rtl;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all 0.4s ease;
    font-weight: 600;
    line-height: 24px;
    outline: none;
}

#footer_form .wpcf7-form input::placeholder {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

#footer_form .wpcf7-form .wpcf7-submit {
    margin-top: 5px;
    width: 100%;
    border: solid 2px #ffffff;
    background-color: var(--main-color);
    font-size: 16px;
    color: #ffffff;
}

#footer_form .wpcf7-not-valid-tip {
}

#footer_form form.invalid .wpcf7-response-output,
#footer_form form.unaccepted .wpcf7-response-output {
    display: none;
}

@media screen and (min-width: 768px) {
    #footer_form {
        max-width: 1880px;
        margin: 0 auto 18px;
        padding-top: 55px;
        padding-bottom: 59px;
    }

    #footer_form .title {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 13px;
    }

    #footer_form .subtitle {
        font-size: 24px;
    }

    #footer_form .wpcf7-form {
        display: flex;
        position: relative;
        background: #fff;
        padding: 4px 0;
        border-radius: 4px;
        box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
        width: 100%;
    }

    #footer_form .wpcf7-response-output {
        position: absolute;
        top: 94px;
        border: none;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 50%;
        bottom: auto;
        margin: auto;
        text-align: center;
        font-weight: 600;
    }

    #footer_form .wpcf7-form-control-wrap {
        position: relative;
        width: 33.3%;
        display: block;
    }

    #footer_form .wpcf7-form-control-wrap:after {
        content: "";
        display: inline-block;
        background: rgba(0, 0, 0, 0.16);
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #footer_form .wpcf7-form-control-wrap.your-phone,
    #footer_form .wpcf7-form-control-wrap.your-email {
        width: 30%;
    }
    #footer_form .wpcf7-form-control-wrap.message {
        width: 52%;
    }
    #footer_form .wpcf7-form-control-wrap.message:after {
        display: none;
    }
    #footer_form .wpcf7-not-valid-tip {
        position: absolute;
        top: 65px;
        font-weight: 600;
    }

    #footer_form .wpcf7-form-control-wrap.email-860:after {
        display: none;
    }

    #footer_form .wpcf7-form input {
        margin: 0;
        line-height: 46px;
        box-shadow: none;
        border-radius: 0;
        font-size: 16px;
    }

    #footer_form .wpcf7-form input::placeholder {
        font-size: 16px;
    }

    #footer_form .wpcf7-form .wpcf7-submit {
        position: absolute;
        top: 5px;
        left: 10px;
        max-width: 12%;
        border: none;
        border-radius: 4px;
        line-height: 34px;
    }
}

@media screen and (min-width: 1200px) {
    #footer_form .title {
        font-size: 50px;
    }

    #footer_form .wpcf7-form .wpcf7-submit {
        max-width: 153px;
    }
}

/*end of footer-form section*/

/*start of footer section*/
.footer {
    background-color: #2d2d2d;
    padding: 19px 13px 9px;
}

.footer .footer-cats .title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18px;
    position: relative;
    cursor: pointer;
}

.footer .footer-cats .title:before {
    content: "";
    display: block;
    background: url(./img/down-arrow.svg) no-repeat center/cover;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    cursor: pointer;
}

.footer .footer-cats .open.title:before {
    transform: rotate(180deg);
}

.footer .footer-cats .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #616161;
    margin-top: 14px;
}

.footer .footer-cats .cats-nav {
    display: none;
    margin-bottom: 17px;
    padding: 21px 0;
    list-style-type: none;
    position: relative;
    z-index: 2;
}

.footer-cats .cats-nav li {
    margin-bottom: 8px;
}

.footer-cats .cats-nav li:last-child {
    margin-bottom: 0;
}

.footer .footer-cats .cats-nav a {
    color: #ffffff;
    transition: all 0.4s ease;
    font-size: 14px;
    line-height: 1.86;
}

.footer .footer-cats .cats-nav a:hover {
    color: var(--main-color);
    transition: all 0.4s ease;
}

.footer .iframe-wrapper {
    margin-bottom: 6px;
}

.footer .iframe-wrapper iframe {
    max-width: 100%;
    height: 12vh;
}

.footer-contact {
    margin-bottom: 32px;
}

.footer-contact .icon-wrapper {
    max-width: 20px;
    display: inline-block;
    position: relative;
    right: 0;
}

.footer-contact .icon-wrapper img {
    max-width: 100%;
}

.footer-contact .content-wrapper {
    display: inline-block;
    margin-right: 10px;
}

.footer-contact .content-wrapper p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12px;
    text-align: right;
    color: #ffffff;
}

.footer-contact .content-wrapper a, .footer-contact .content-wrapper .address {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
}
.footer-contact .content-wrapper .address {
    color: #fff;
}
.footer-contact .content-wrapper a img {
    max-width: 20px;
}
.footer .social_links {
    padding: 0;
    display: flex;
    flex: 100% 0 0;
    justify-content: center;
    margin-bottom: 20px;
}
.footer .social-btn {
    display: inline-flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 63px;
    background-color: var(--main-color);
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
}

.footer .social-btn:last-child {
    margin-left: 0;
}
.footer .social-btn img {
    margin: 0 auto;
    display: block;
    max-height: 15px;
    max-width: 15px;
}
.footer .rights {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 2.17;
    position: relative;
}

.footer .rights:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #616161;
    margin-bottom: 6px;
}

.footer .fb-page {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .footer {
        padding-top: 77px;
    }

    .footer .footer-cats .title {
        margin-bottom: 0;
    }

    .footer .footer-cats .title:before {
        display: none;
    }

    .footer .footer-cats .title:after {
        display: none;
    }

    .footer .footer-cats .cats-nav {
        display: block;
    }

    .footer-cats .cats-nav li {
        margin-bottom: 0;
    }

    .footer .footer-cats .cats-nav a {
        font-size: 16px;
        line-height: 1.88;
    }

    .footer .iframe-wrapper {
        margin-bottom: 18px;
    }

    .footer .iframe-wrapper iframe {
        height: 31vh;
    }

    .footer-contact .content-wrapper .text {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .footer-contact .content-wrapper a {
        font-size: 20px;
    }

    .footer .logo {
        margin-bottom: 39px;
    }

    .footer .rights {
        font-size: 14px;
        line-height: 1.86;
        margin-top: 33px;
    }

    .footer .rights:before {
        margin-bottom: 12px;
    }
}

/*
Site Modal
*/
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    top: 80px;
}

.site-modal input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-left: 4px;
}

.site-modal .modal-header h3 {
    display: inline-block;
    margin-top: -5px;
    margin-right: 0;
    font-size: 24px;
}

.site-modal .modal-header .fa-close {
    margin-left: 0.3em;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(img/close.svg) no-repeat center;
}

.site-modal .modal-header {
    display: block;
    text-align: center;
    padding: 12px 12px 0 12px;
    border-bottom: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: var(--main-color);
    color: #fff;
}

#contact-business-modal h4 {
    color: #333;
    font-size: 24px;
    margin-top: 4px;
}

#contact-business-modal h5 {
    color: #333;
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 16px;
}

.modal-body {
    position: relative;
    padding: 21px;
    font-size: 16px;
}

.modal-body .form-wrapper {
    max-width: 334px;
    margin: 0 auto;
}

.social-buttons {
    text-align: center;
    margin-bottom: 25px;
}

.social-buttons .sb-button {
    display: inline-block;
    width: 193px;
    height: 38px;
}

.social-buttons .sb-button.fb {
    margin-left: 13px;
}

@media (max-width: 767px) {
    .social-buttons .sb-button.fb {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

#register-form input {
    padding: 20px 14px;
    font-weight: 300;
}

#register-form .radio label,
#register-form .checkbox label {
    font-size: 13px;
}

#register-form .form-group .btn {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    margin: 25px auto;
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    outline: none;
}

#register-form .form-group .btn:hover {
    box-shadow: 0 3px 26px 0 rgb(0 0 0 / 16%);
}

.form-wrapper .bottom {
    margin-bottom: 10px;
}

.login-modal .sb-button .btn {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 38px;
    padding: 0;
    border-radius: 0;
    background-color: #3b5998;
    color: #fff;
}

.form-wrapper .bottom .underline-link {
    color: var(--main-color);
}

#google-login {
    background-color: #dd4b39;
}

.login-modal .err {
    font-size: 16px;
    color: #c82128;
    text-align: center;
    padding-top: 12px;
    display: none;
}

.form-group {
    margin-bottom: 15px;
}

.bbp-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#register-form input {
    padding: 20px 14px;
    font-weight: 300;
}

.bbp-form .form-control {
    font-size: 16px;
}
.bbp-form p {
    margin-bottom: 10px;
}
.site-button {
    background-color: var(--main-color) !important;
    border: 0 !important;
    color: #ffffff !important;
}

.site-button:hover {
    box-shadow: 0 3px 26px 0 rgb(0 0 0 / 16%);
}

/*------- side-lead-box-------*/
.side-lead-box {
    text-align: center;
    border-radius: 10px;
    border: solid 1px #eaedf1;
    background-color: #f8faff;
    padding: 40px 30px;
    margin-bottom: 20px;
    position: sticky;
    top: 110px;
}

.side-lead-box .box-title h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

#side-lead-form {
    max-width: 450px;
    margin: 0 auto;
}

.side-lead-box .form-control {
    border-radius: 4px;
    color: #000;
    border: solid 1px #eaedf1;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    outline: none;
    box-shadow: none;
}

.side-lead-box .select2-container--default .select2-selection--single {
    height: 40px;
    border: solid 1px #eaedf1;
}

.side-lead-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    height: 100%;
    line-height: 38px;
}

.side-lead-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.side-lead-box .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #eaedf1;
}

.side-lead-box .form-control::placeholder {
    color: #000;
}

.side-lead-box .controls .btn {
    width: 100%;
    display: block;
    line-height: 48px;
    font-size: 16px;
    padding: 0;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    border: solid 2px var(--main-color);
}

.side-lead-box .btn-primary:hover {
    background-color: var(--main-color);
    transition: all 0.4s ease;
    color: #ffffff;
}

.show-after-lead-submit {
    display: none;
}

@media screen and (min-width: 992px) {
    .category-side {
        padding-right: 30px;
    }

    .side-lead-box .box-title h2 {
        font-size: 20px;
    }

    #side-lead-form {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 1900px) {
    .category-side {
        padding-right: 65px;
    }
}

/*------- end of side-lead-box-------*/

/* -----------------------------------------------------------------------------------

GENERAL
___________

----------------------------------------------------------------------------------- */
.btn-primary {
    background: var(--main-color);
}

.top-padding {
    padding-top: 87px;
}

.posts-link-color {
    color: var(--main-color);
}

.breadcrumbs {
    margin-top: 17px;
    margin-bottom: 30px;
}

.breadcrumbs .brad {
    font-size: 12px;
    line-height: 1.92;
    font-weight: 600;
    display: inline-block;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.92;
    font-weight: 600;
    transition: all 0.4s ease;
}

.breadcrumbs a:hover {
    color: var(--main-color);
    transition: all 0.4s ease;
}

.breadcrumbs .divider:after {
    content: "";
    background: url("./img/breadcrumbs-divider.svg") no-repeat center / cover;
    display: inline-block;
    width: 7px;
    height: 8px;
}

/*business grade*/
.grade {
    display: block;
    width: 100%;
}

.star {
    border-radius: 52px;
    background-color: var(--main-color);
    cursor: pointer;
    width: 100%;
    max-width: 30px;
    height: 30px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}

.star:last-child {
    margin-left: 0;
}

.star img {
    max-width: 20px;
    width: 100%;
}

.star-empty {
    background-color: #cfffe5;
}

.reviews-count,
.reviews_count {
    display: inline-block;
    padding-bottom: 14px;
    cursor: pointer;
}

.reviews-count a,
.reviews_count a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: underline !important;
}

.score {
    font-weight: 600;
    font-size: 33px;
    vertical-align: sub;
    margin-left: 10px;
}

/*bezeq*/
.b144-wrap .category-post .business-title {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 50px;
    font-size: 1.75rem;
}
.b144-wrap .category-post .business-title .b-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.b144-wrap .bezeq-button {
    display: block;
}
.b144-wrap .category-post .phone-btn-wrapper {
    height: 50px;
    min-width: 250px;
    width: auto;
}
.b144-wrap .phone-btn-wrapper .post-phone.show-p {
    position: static;
    opacity: 1;
}
.category-posts a.bezeq-show-other-busins {
    padding-top: 12px;
    padding-bottom: 35px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    display: block;
    text-align: center;
    color: var(--main-color);
}
.category-posts a.bezeq-show-other-busins:hover {
    color: #000;
    text-decoration: underline;
}
/*end of bezeq*/

/*googleAds*/
.googleAds {
    min-height: 236px;
}
@media (min-width: 768px) {
    .googleAds {
        height: auto;
        min-height: 140px;
    }
}

/*#ajax-loader {*/
/*    position: fixed;*/
/*    width: 300px;*/
/*    height: 300px;*/
/*    margin: auto;*/
/*    z-index: 9999;*/
/*    background: #fff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 50px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    box-shadow: 0 3px 26px 0 rgba(0,0,0,.16);*/
/*}*/
