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





.nectar-hor-list-item {
	padding: 18px;
}


#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li:not(:last-of-type) {
    margin-bottom: 40px !important;
}

/*#slide-out-widget-area.slide-out-from-right-hover {
    height: 120vh !important;
}*/

#slide-out-widget-area.slide-out-from-right-hover {
    /*opacity: .7 !important;*/
    background-color: rgba(17,17,17,.8) !important;
    backdrop-filter: blur(30px);
}


@media only screen and (max-width:999px) {
    #ajax-content-wrap .nectar-hor-list-item.multiple-columns[data-columns="2"] {
        --list-gap: 0px !important;
    }
}


#slide-out-widget-area.slide-out-from-right-hover {
	/*height: 110vh !important;
	overflow: visible !important;
	display: flex;
	flex-direction: column;
	flex-grow: 1;*/
	width: 100% !important;
}