/*
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
*/

.container_wrap.footer_color img.image {
	margin: 0 auto;
    text-align: center;
    display: block;
}

li#menu-item-search {
	display: none !important;
}


.avia-section.alternate_color h3.av-special-heading-tag,
.avia-section.main_color h3.av-special-heading-tag {
    background-color: rgba(0,0,0, 0.5);
    display: inline-block;
    padding: 10px !important;
}

.flex_column.av_one_third h3.av-special-heading-tag{
	background-color: transparent;
}

#top .main_color .avia-color-theme-color {
    border-color: #8cbf00 !important;
    background-color: #8cbf00;
}

/*Add your own styles here:*/

@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all #header {
		position: fixed !important;
	} 
	.responsive .logo img {
		max-height: 60px;
	}
	
	.responsive #top .logo {
		height: 63px !important;
	}
	
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, 
	.responsive #top #wrap_all .av-logo-container {
		height: 60px;
		line-height: 66px;
	}
	.responsive #top #wrap_all .main_menu {
    	height: 64px;
	}
}