/*
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
*/

/* Override mobile container width */
@media only screen and (min-width: 1px) and (max-width: 999px) {
    :root {
        --mobile-container-width: 91.5%;
    }
}

/* Responsive visibility helpers */
@media (max-width: 999px) {
    .ds-hide-on-mobile { display: none !important; }
}
@media (min-width: 1000px) {
    .ds-hide-on-desktop { display: none !important; }
}

/* Navigation font-size overrides for mid-range resolutions */
@media (min-width: 1000px) and (max-width: 1199px) {
    #top nav > ul > li > a,
    .pull-left-wrap > ul > li > a,
    #top ul.buttons > li > a {
        font-size: 13px !important;
    }
    body.material #header-outer #social-in-menu i {
        font-size: 18px;
        width: 16px;
        top: 0;
        margin-right: 8px;
    }
}
/* Navigation padding override for narrow desktops */
@media (min-width: 1000px) and (max-width: 1110px) {
    #header-outer[data-lhe="text_reveal"] #top nav > ul > li:not([class*="menu-item-btn"]) > a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (min-width: 1001px) and (max-width: 1236px) {
    #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
        margin-left: 1px !important;
        margin-right: 8px !important;
    }
}
@media (min-width: 1100px) and (max-width: 1236px) {
    #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    #top nav > ul > li > a,
    .pull-left-wrap > ul > li > a,
    #top ul.buttons > li > a {
        font-size: 14px !important;
    }
}



.nectar-scrolling-text.font_size_11vh .nectar-scrolling-text-inner * {
        line-height: 1.4;
    }

/* Flickity gallery - remove top whitespace */
.nectar-flickity:not(.masonry) .flickity-viewport {
    margin-top: 0 !important;
}


.page-id-1501 .nectar-fancy-ul ul li {
    padding-left: 0px !important;
}


.nectar-cta.font_size_desktop_20px * {
    line-height: 1.3;
}
