/*
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:*/
/*  euuuu Custom size logo  

 Update the width in the below code and height from the Enfold > Header > Header size */

#top .logo ,
#top .logo a {  
  width: 580px;
 }

@media only screen and (max-width: 767px) {
#top .logo ,
#top .logo a {  
  max-width: 60% !important;
  width: 60% !important;
  height: auto;
 }}

div .logo {
    left: 0;
    position: relative;
}

div .logo img {
    display: block;
    margin: auto;
}

#top .main_menu {
    top: 0;
}

h2.avia-caption-title{
font-family: Georgia,"Times New Roman",Times,serif;
	 text-transform: uppercase!important;
}

.avia-caption-content{
font-family: Georgia,"Times New Roman",Times,serif;
	 text-transform: uppercase!important;
	letter-spacing: 3px;
	font-weight: lighter;

}


#sub_menu1, #sub_menu1 a {
	background:white;
}
.av-submenu-container li a:hover {
  color:black!important;
}
.av-submenu-container li a:active {
  color:black!important;
}

/*  end euuuu */