/*
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:*/
@import url('https://fonts.googleapis.com/css?family=Cabin');

@font-face {
    font-family: 'Cabin';
    src: url('font/Cabin-Regular.eot');
    src: url('font/Cabin-Regular.eot?#iefix') format('embedded-opentype');
}


@media screen and (min-width: 768px) and (max-width: 1000px){
	.avia-menu.av_menu_icon_beside {
	    padding-right: 0px;
	    margin-right: 0px; 
	}
}
 

@media screen and (min-width: 881px) and (max-width: 930px){
	.logo > a {
		width: 80%;
    	margin-top: 9px;
	}
}

@media screen and (min-width: 768px) and (max-width: 880px){
	.logo > a {
		width: 64%;
    	margin-top: 24px;
	}

	#top #header .av-main-nav > li > a {
		font-size: 16px;
	}
}


@media screen and (min-width: 768px) and (max-width: 930px){
	#text-2 > div > p:nth-child(2){
		font-size: 12px;
	}
}
