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


/* General CSS */
.subtitle-divider { width: fit-content; }
.subtitle-divider:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/12/Rectangle-4398.svg);
    width: 12px;
    height: 27px;
    left: -12px;
    top: 0px;
}
.subtitle-divider:after {
    content: "";
    position: absolute;
    width: 65.665px;
    height: 27.949px;
    transform: rotate(165deg);
    background: #EC7438;
    left: -10px;
    top: -8px;
    z-index: -1;
}

.nectar-responsive-text { margin-bottom: 0px !important; }
.lh-normal { line-height: normal; }


/* Header CSS */
#top nav ul li a { color: #131313; }
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color]>a:hover {
    padding-left: 26px;
    padding-right: 26px;
}
#top nav > ul > li[class*="button_solid_color"] > a:before { height: 56px; }
#top nav>ul>li[class*=button_solid_color]>a:before { padding-bottom: 0px; }


/* Page CSS */


/* Footer CSS */


/* Offcanvas CSS */


/* Responsive CSS */
@media only screen and (min-width: 1000px) {
    #header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}