/*
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
*/

/* Header Edits */

	/* fix top row from overlapping logo*/
	#header-secondary-outer {
		z-index: 0;
	}

	/* fix logo overlapping sub menu items  */
	.sticky-top .page-submenu.stuck {
		border-top: 55px solid white;
	}

	/* centering menu items */
	#top {
		padding-top: 25px;
	}

	/* Smaller screen drop down menu hidden behind content */
	#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), 
	#slide-out-widget-area-bg.fullscreen, 
	#slide-out-widget-area-bg.fullscreen-split, 
	#slide-out-widget-area-bg.fullscreen-alt .bg-inner, 
	body.material #slide-out-widget-area-bg.slide-out-from-right {
    		z-index: 100000;
	}

	/* set to default */
	#header-space {
	    height: 169px;
	}

