/*
Theme Name: Alyeska
Description: A simple business theme by Theme Blvd.
Author: Jason Bobich
Author URI: http://jasonbobich.com
Version: 2.1.5
License: Partial GNU General Public License, please reade license file for more details.
License URI: license.txt
*/

/* This theme's primary styles can be found in /assets/css/theme.css */

#branding .header-addon {
margin: -50px 0 0 0 !important;
position: absolute !important;
right: 0px !important;
}

@media (max-width: 480px) {

	#branding .header-addon {
		float: none !important;
		position: initial !important;
		margin-top: 0 !important;
	}

	#branding .header-addon .header-text > div {
		text-align: center !important;
	}

}