/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */

/*=============

Bugfixes post PB3 launch 6/27/2025

=============*/


.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #fff;
}

#all-brands-grid.grid .grid-item .all-brands-grid-item-inner .hover-layer {
    background: rgba(255,255,255,0.85);
}
/* 
[data-pagebuilder="widget"].widget .widget-banner-inner .widget-image-wrapper {
     height:auto; 
     max-height:100%; 
     width:auto; 
     max-width:100%; 
} */

@media (max-width: 767px) {
    section#home-slider {
        margin-top: 30px !important;
    }
}

.modal-content {
    background: #fff !important;
}

.modal-content .form-control:disabled, 
.modal-content .form-control[readonly] {
    background: #f4f4f3 !important;
}