/*!
Theme Name: sws-sbba
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sws-sbba
*/

.contact-form .form-group br {
    display: none;
}

.contact-form .form-group p {
    margin-bottom: 0;
}

.is-hidden {
    display: none !important;
}

.sws-content-wrapper h2 {
    margin-bottom: 40px;
    line-height: 1.5;
}

.sws-content-wrapper ul:not([class]) {
    padding: 0;
}

.sws-content-wrapper ul:not([class]) li {
    padding-left: 37px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--title-font);
    margin-bottom: 20px;
    display: flex;
    color: var(--body-color);
}

.sws-content-wrapper ul:not([class]) li + li {
    margin-top: 20px;
}

.sws-content-wrapper ul:not([class]) li:before {
    content: "\f00c";
    font-size: 22px;
    font-weight: 600;
    color: var(--theme-color);
    font-family: "Font Awesome 5 Free";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.breadcumb-wrapper {
    background: transparent;
}

.breadcumb-title {
    text-shadow: 1px 1px 2px #000, 0 0 1em #1b6697, 0 0 0.2em #1b6697;
    color: #fff;
}

.breadcumb-content {
    margin: 70px 0;
}

.top-page-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.top-page-block .container {
    position: relative;
    z-index: 2;
}

.top-page-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.widget_search {
    border: 1px solid #1b669752;
}

.widget {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.widget_title:after {
    background-color: var(--theme-color2);
    width: 135px;
}

.feature-wrap4 .feature-bg-line {
    top: 1px;
}

.sws-content-grid-block {
    margin-top: 1px;
}

.sws-content-grid-block + .sws-content-grid-block {
    margin-top: var(--bs-gutter-y);
}

.sws-content-grid-block > div {
    margin-top: 0 !important;
}

.sws-content-grid-block:nth-of-type(even) {
    flex-direction: row-reverse;
}

.feature-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.feature-content {
    font-size: 18px;
}

.hero-style4 > *:not(h1, h2, h3, h4, h5, h6) {
    color: #F3F5F4;
    max-width: 530px;
    line-height: 1.888;
    font-size: 18px;
}

.hero-style4 :where(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

.hero-style4 .btn-wrap {
    /*margin-top: var(--bs-gutter-y);*/
    margin-top: 40px;
}

footer .footer-widget > ul {
    padding: 0;
}

footer .menu-item {
    list-style: none;
}

footer .menu-item a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 0;
    font-family: var(--title-font);
    color: var(--body-color);
    display: block;
    max-width: 100%;
    width: max-content;
    background-color: transparent;
    border: none;
    position: relative;
}

footer .menu-item a:hover {
    color: var(--theme-color2);
}

body, body.bg-dark, body.bg-light {
    background-color: #f8f9fa !important;
}

.site-wrapper > *:not(.sws-content-block) {
    width: 90%;
    max-width: calc(var(--main-container) + var(--container-gutters));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

/*.site-wrapper > *:not(.sws-content-block) + *:not(.sws-content-block) {*/
/*    margin-bottom: 25px;*/
/*}*/

.site-wrapper > *:not(.sws-content-block):first-child {
    margin-top: 40px;
}

.site-wrapper > *:not(.sws-content-block):last-child {
    margin-bottom: 40px;
}

.directory-details-wrap_info {
    align-items: center;
}

.directory-details-wrap_info > *:not(.icon) {
    margin: 0;
}

.header-layout4 .header-top {
    /*display: block !important;*/
}

.service-card {
    min-height: 100%;
}

.nav-header {
    position: fixed;
    z-index: 41;
    width: 100%;
    top: 0;
}

.sticky-wrapper.sticky {
    animation: none !important;
}

body {
    padding-top: 157px !important;
}

body.logged-in {
    padding-top: 125px !important;
}

.top-page-block {
    margin-bottom: 32px;
}

/* mqs */

@media (max-width: 991px) {
    .sws-content-grid-block .sws-content-wrapper {
        margin-top: 40px;
    }

    .nav-header {
        position: fixed;
        z-index: 41;
        width: 100%;
        top: 0;
    }

    .sticky-wrapper.sticky {
        animation: none !important;
    }

    body {
        padding-top: 66px !important;
    }

    body.logged-in {
        padding-top: 34px !important;
    }

    body.admin-bar .nav-header {
        /*padding-top: 24px !important;*/
        /*top: 32px;*/
    }
}

@media (max-width: 782px) {
    body.logged-in {
        padding-top: 20px !important;
    }

    /*body {*/
    /*    padding-top: 46px !important;*/
    /*}*/

    body.admin-bar .nav-header {
        /*padding-top: 24px !important;*/
        /*top: 46px;*/
    }
}

@media (max-width: 767px) {
    footer .menu-item a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    /*.site-wrapper > *:not(.sws-content-block) + *:not(.sws-content-block) {*/
    /*    margin-bottom: 16px;*/
    /*}*/

    .site-wrapper > *:not(.sws-content-block) {
        margin-bottom: 16px;
    }
}

@media (max-width: 639px) {
    body.logged-in {
        padding-top: 17px !important;
    }

    body {
        padding-top: 63px !important;
    }
}

@media (max-width: 479px) {
    body.logged-in {
        padding-top: 11px !important;
    }

    body {
        padding-top: 57px !important;
    }
}
