/*!
Theme Name: RS Richmond
Theme URI: https://www.rs4doorsandgates.com/
Author: Enfuse Creative Design
Author URI: https://enfuse.com/
Description: R&S Erection of Richmond, Inc. provides Berkeley, Emeryville CA, and the surrounding areas with garage door and gate installation and service.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: rs
Tags: N/A
*/

/* [[[ Global Styles ]]] */
@import 'css/main.css';

/* [[[ Custom Styles ]]] */

.nfs-block-comparison .ba-slider {
	font-size: 30px;
}

.logo em {
	display: none;
	text-indent: -10000px;
}

.nfs-block-slider-hero h4 {
	color: white;
	margin-top: 10px;
}

/* fixes 5/27/2025 */

.footer-info .social{
    gap: 8px !important;
}

.footer-info .brand{
    gap: 10px;   
    text-align: center;
}

.footer-info .contact{
    margin-top: 36px;
}

.footer-info .brand .logo{
    display: block !important;
    width: 100% !important;
    text-align: center;
    height: auto !important;
}

.footer-info .brand .contact{
    margin-top: 10px !important;
    margin-left: auto;
    margin-right: auto !important;
}

.footer-info .logo img{
    height: auto;
    margin-bottom: 0 !important;
}

.footer-info aside{
    margin-right: 0 !important;
    max-width: 355px;
}

.footer-info .license li{
    color: rgba(255,255,255,.5);
}

.footer-info .wrapper{
    gap: 30px;
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    .footer-info .brand {
        width: 26%;
        max-width: 381px;
        margin-right: 0;
        margin-bottom: 0px;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1281px) {
    .footer-info .brand .logo {
        width: 90px;
        height: 80px;
        margin: 0 auto 30px auto;
    }
}

@media screen and (min-width: 992px) {
    .footer-info .logo {
        margin: 0 !important;
    }
}

.footer-info .areas{
    text-align: center;
    max-width: unset !important;
}

@media (max-width: 1199px){
    .footer-info .brand{
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .footer-info .license,
    .footer-info .address,
    .footer-info .menu{
        width: calc(100%/3 - 20px);
    }
    
    .footer-info .menu{
        max-width: 200px;
    }
}

@media (max-width: 991px){
    
    .footer-info .license,
    .footer-info .address,
    .footer-info .menu{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .footer-info .wrapper{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
}


