/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.11
*/

.material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
	top: 40px!important;
}
.material.admin-bar #header-outer[data-using-secondary="1"] {
	top: 72px!important;
}
#search-outer {
	display: none !important;
	height: 0!important;
}
@media only screen and (max-width: 690px) {
	.material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
		top: 0!important;
	}
	.material.admin-bar #header-outer[data-using-secondary="1"] {
		top: 32px!important;
	}
}