/** Header **/

body:not(.overlay-header) .header-navigation-wrapper .primary-menu > li > a {
    color: #484349;
}

.header-navigation-wrapper .primary-menu li.current-menu-item > a {
    text-decoration: none;
    font-weight: 700;
}

.search-toggle-wrapper .toggle-text {
    display: none;
}

/** Footer **/

#site-footer.header-footer-group {
    background: url("../images/footer-bg.png") #f7f0f0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    border: none;
    padding: 0;
}

#site-footer .footer-inner .footer-top {
    width: 100%;
    border: none;
}

#site-footer .section-inner {
    border: none;
}

#site-footer .footer-nav-widgets-wrapper {
    background: none;
    border: none;
}

#site-footer .footer-menu {
    margin: 0;
}

#site-footer .footer-menu li {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
}

#site-footer .footer-menu li.alounge a:before {
    content: '';
    display: inline-block;
    width: 124px;
    height: 40px;
    background-image: url("../images/a-lounge-logo.png");
    background-size: 124px;
    background-position: -3px -56px;
    background-repeat: no-repeat;
    border-radius: 5px;
    vertical-align: middle;
}
#site-footer .footer-menu  a {
    color: #484349;
}

#site-footer .social-icons a {
    background: #484349;
    color: #fff;
}

#site-footer .footer-credits-wrapper {
    background: #484349;
    color: #fff;
}

#site-footer .footer-credits-wrapper .section-inner {
    justify-content: center;
    padding: 40px 0;
}

#site-footer .footer-credits-wrapper .section-inner .footer-copyright {
    font-weight: 400;
    font-size: 12px;
}

/* Common */
.elementor-section .elementor-shape-bottom svg {
    max-width: initial;
}

@media only screen and (min-width: 1024px) {
    .home-services-wrapper .bdt-prime-slider .bdt-prime-slider-content {
        max-width: 500px;
    }
    .home-services-wrapper .bdt-prime-slider .bdt-slide-image {
        max-width: 420px;
        border-radius: 15px 15px 15px 70px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    }
}