/**
    * Theme Name:  Morgan Exteriors
    * Description: Morgan Exteriors custom site 2022
    * Authors: Rashelle Chapman, Gary Pfaff
*/
/* bvalidator styles */
.group-navigation-links .menu-item-has-children a {
    padding-right: 21px !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .group-navigation-links ul li a {
        font-size: 13px;
    }
    .navigation{
        height:139px;
    }
}
@media screen and (max-width: 1240px) {
    .group-sticky-nav .checkbox-wrap.specials-check {
        padding-right: 9rem;
        padding-left: 18rem;
        padding-top: 6px;
    }
}
@media screen and (min-width: 1199px) {
    .group-main-navigation {
        margin-left: 0 !important; 
    } 
}   
@media screen and (min-width: 1300px) {
    .navigation{
        height:123px;
    }
    .group-hero-content .form-text-xl {
        font-size: 4rem !important;
    }
}
@media screen and (max-width: 1300px) {
    .group-hero-content .form-text-xl {
        font-size: 4rem !important;
    }
}