/*
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
*/


/* COLORI */
:root {
    --nectar-accent-color: #ee0ba5;
    --nectar-extra-color-1: #033060;
    --nectar-extra-color-2: #00427d;
    --nectar-extra-color-3: #f7f3ef;
}



/* header */

#top nav ul li a, body[data-header-color=light] .mobile-header, body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label {
    color: var(--nectar-extra-color-1) !important;
}


/* freccette gallery */
.flex-gallery .flex-direction-nav {
    top: -12px;
}
body[data-button-style*="slightly_rounded"] .flex-direction-nav a {
	-webkit-border-radius: 50%!important;
}



div#footer-widgets {
    display: none;
}


@media (min-width: 999px) {
    #copyright .span_7 {
        width: 10%;
    }
    #copyright .span_5 {
        width: 80%;
    }
}
@media (max-width: 1000px) {
    #copyright .span_7 {
        width: 100% !important;
    }
    #copyright .span_5 {
        width: 100% !important;
        text-align: center !important;
    }
    #footer-outer #copyright .col ul {
        float: none !important;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}