/*
 Theme Name:   Baroque Child
 Theme URI:    https://drfurithemes.com/baroque
 Description:  Child theme for Baroque
 Author:       DrFuri
 Template:     baroque
 Version:      1.0.0
*/

.service-summary {
    background-color: rgba(255, 255, 255, 0.8)!important;
}

.ba-image-box .service-summary h3 a {
    font-size:25px!important;
    
}


/* Hide by default (desktop) */
.site-menu {
    display: none !important;
}

/* Show on mobile & tablet */
@media (max-width: 1024px) {
    .site-menu {
        display: block !important;
    }
}

#scroll-top {
    position: fixed;
    right: 20px;
    bottom: calc(60px + 20px); /* reCAPTCHA height + spacing */
    z-index: 9999;
}