/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/



h1, h2, h3, h4, h5, h6{
font-weight: 400;
}

.main_menu{ font-family:'oswald'; 
}

#header_main_alternate{
background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,122,6,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff7a06', GradientType=0 );

} 









#logos{
border-top: 6px solid #ff7906;
border-bottom: 6px solid #ff7906;
}







.av-main-nav ul { display: none; margin-left:0; left:0; position: absolute; top: 100%; width: 208px; z-index: 2; padding:0; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); margin-top:-1px; }
.av-main-nav ul li { margin:0; padding:0; width:100%; }
.av-main-nav ul li a { border-right-style: solid; border-right-width:1px; border-left-style: solid; border-left-width:1px; }
.av-main-nav ul li:last-child > a { border-bottom-style: solid; border-bottom-width: 1px; }
.av-main-nav li{ float:left; position:relative; z-index:20; }
.av-main-nav li:hover{ z-index: 100 }
.av-main-nav > li > ul { border-top-width:2px; border-top-style: solid; }
.av-main-nav > li { line-height: 30px; }
.av-main-nav li a { max-width:none; /* fixes IE8 menu width issue*/ }
.av-main-nav > li > a {
display:block;
text-decoration: none;
padding:0 13px;
font-weight: normal;
font-size:17px;
font-weight: 600;
font-size: 17px;
-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
transition: 		background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}


#top .av-main-nav ul a{
text-transform: uppercase;
font-size: 13px;
background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,122,6,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,122,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff7a06', GradientType=0 );
}

#advanced_menu_toggle, #advanced_menu_hide {
    background-color: #ffffff;
    color: #c3512f;
    border-color: #e1e1e1;}


#footer{

    border-top: 6px solid #FF7A06;

}