/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2024 | 17:04:17 */
/* Remove the footer columns Padding in Mobile */
@media only screen and (min-width: 320px) and (max-width: 540px) {
   .fusion-columns.fusion-columns-3.fusion-widget-area {
    padding-bottom: 0;
} 
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
.fusion-footer footer .fusion-columns .fusion-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
.fusion-footer-widget-area>.fusion-row {
    padding-left: 0% !important;
    padding-right: 0% !important;
}
} 




