/*
Theme Name:     Omega Child Theme
Description:    Child theme for the Omega WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       omega
Version:        1.0
*/


#masthead .navbar-brand {
	font-weight: 400;
}

#masthead .slogan {
	display: inline-block;
	position: absolute;
	line-height:92px;
	/*top: 36px;*/
	margin-left: 50px;
	text-transform: uppercase;
	font-size: 0.9em;
}

@media all and (max-width: 650px) {
	#masthead .slogan {
		display:none;
	}
}

#masthead.navbar-scrolled .slogan {
	line-height:72px;
}

/*

<div style="display:inline-block;position: absolute;top: 36px;margin-left: 50px;text-transform: uppercase;font-size: 0.9em;">
  Our business is your peace of mind
  </div>
*/