/*
Theme Name: Ultra Custom
Version: 0.1.0
Description: Custom styles for Compli.
Author: Shelly Graham (Modifications)
Author URI: shellymgraham.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: themify-ultra

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css
in the theme folder and it will automatically load in the <head>.

*/


/* header horizontal main nav */
.header-horizontal #main-nav {
	float: right;
	clear: right;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0;
	width: auto;
	text-align: right;
}