/*
Theme Name: Bravada Plus Child Theme
Theme URI: http://www.cryoutcreations.eu/wordpress-themes/bravada
Description: Bravada Plus base child theme - customized for 
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Template: bravada-plus
Version: 0.5
*/

#custom-header-menu {
	display: inline-block;
	float: right;
	opacity: 1;
	transition: .3s ease-out all;
}

@media only screen and (max-width: 942px) {
	#custom-header-menu {
		display: none;
	}
}
