/**
* Theme Name: Sanat Child
* Description: This is a child theme of Sanat, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/expert-themes">Expert Themes</a>
* Template: sanat
* Version: 1.7.1
*/

/* ==========================================================
   THEME OVERRIDES 
   ========================================================== */
/* Blue line under header */
@media (min-width: 992px) {
	.header-top {
		border-bottom: 4px solid #1a2332;
	}
}

@media (min-width: 992px) {
    /* 1. Turn the row into a flex container */
    .main-footer .widgets-section .row {
        display: flex !important;
        gap: 40px; /* Adjust this to change the space between columns */
    }

    /* KILL THE PHANTOM CLEARFIX (Fixes the left-side gap issue) */
    .main-footer .widgets-section .row::before,
    .main-footer .widgets-section .row::after {
        display: none !important;
    }

    /* 2. Update the columns to divide space automatically */
    .main-footer .widgets-section .row .footer-column {
        flex: 1 !important;
        width: auto !important;  
        float: none !important;  
    }
}