/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* SVG upload allow */
#footer-outer ul {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer-outer ul li {
    justify-content: flex-start;
    display: flex;
    text-align: left;
    flex-basis: 23%;
    font-weight: 700;
    gap: 13px;
}

#footer-outer  h4 {
    font-size: clamp(28px, 4vw, 32px) !important;
    margin-bottom: 45px !important;
}

#footer-outer ul li:before {
    content: "-";
    font-size: 28px;
    color: #c1272d;
}


