/*
Template Name: Elliot
*/
/*CSS Code: Dropdown Menu for WordPress*/
=====================================
.dropdown-menu li:hover .sub-menu {
 visibility: visible;
}

.dropdown:hover .dropdown-menu {
 display: block;
}
.navbar-right .dropdown-menu {
 right:none !important; 
}
.dropdown-menu > li > a {
	 color:#fff !important; 
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; !important;
	color:#000 !important;
}
.menu-hidden-top > a {
	color:#1B2536 !important;
}
select {
	background: url(http://elliot.fastgenerationsbackup.com/wp-content/themes/elliot/img/aero.png) no-repeat right !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	/*background-size: 25px 25px !important;*/
	background-position: 99% 50% !important;
	z-index: +9999999 !important;
}
.mobile-only {
	display:none;
}
@media(min-width:320px) and (max-width:768px) {
.mobile-only {
	display:block !important;
}
.logo {
	width: 245px !important;
    height: auto;
}
}