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



.title_container .breadcrumb {
    font-size: 17px;
	font-family: 'Terminal Dosis', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
	
	
.title_container .main-title {
    font-size: 17px;
}


#header_main_alternate {
    z-index: 2;
    background-color: rgba(238, 238, 238, 0.92);
	font-family: 'Terminal Dosis', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
    font-size: 18px;
	letter-spacing: 1px;
}

@media screen and (min-width: 780px) {

	.logo img {
		width: 860px !important;
		max-width: 860px !important;
	}

	#top .widget_nav_menu li {
		font-size: 15px;
	}

}

@media screen and (max-width: 1130px) {

	.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div, .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
		width: 100%;
		height: auto;
	}
}