/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/astra-child/
 Description:  Astra Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom CSS below */

.home header {
    background: rgba(226, 223, 223, 0.8);
}

.ast-builder-menu-1 .menu-item>.menu-link {
    color: #3e4555 !important;
}

.ast-builder-menu-1 .menu-item>.menu-link:hover,
.ast-builder-menu-1 .current-menu-item .menu-link {
    color: #b44641 !important;
}

/* Desktop */
@media only screen and (min-width: 961px) {

    a {
        text-decoration: none !important;
    }

    .uagb-block-f5bea168 {
        padding-top: 150px
    }
    .carousel-caption {
        top: 40% !important;
    }
    .contact-container {
        max-width: 850px;
        margin: 0 auto;
    }

}

/* Mobile */
@media only screen and (max-width: 480px) {
    header {
        background: rgba(255, 255, 255, 1);
        max-height: 100px;
        
    }

    .sec-services-lss {
        margin: 0 60px !important;
        width: auto !important;

    }

    header a {
        text-decoration: none !important
    }

    .ast-custom-button-link {
        text-decoration: none !important
    }

    .home-list {
        margin: 0
    }

    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
        max-width: 200px;
        width: 200px;
    }

    .ast-theme-transparent-header #masthead {
        position: relative;
    }

    .ast-mobile-svg {
        fill: #b32e2c !important;
    }

    .mobile-block-enable{   
        display: block !important;
    }
    .mobile-bottom-40 {
        margin-bottom: 40px !important;
    }
    .mobile-bottom-20 {
        margin-bottom: 20px !important;
    }
    .quote-form {
        padding: 20px !important
    }


}

/* Wide */