/*
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('texgyreadventor/stylesheet.css');

body {
		font-family: 'TeXGyreAdventor', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font
{
	font-family: 'TeXGyreAdventor', Helvetica, Arial, sans-serif;	
}
*/

/* fixup non-round icons because of textGyreAdventor font on body */
.av-icon-char {
		font-family: Helvetica, Arial, sans-serif !important;
}


/* Menu Uppercase */
.main_menu ul:first-child > li > a {
	text-transform: uppercase;
}

/* remove skype styling */
/*
span.skype_pnh_container {display:none !important;} 
span.skype_pnh_print_container {display:inline !important;}
*/

/* override special icon size */
body.page-id-734 .av_icon_caption.av-special-font, 
/* Menu Cafe */ body.page-id-2917 .av_icon_caption.av-special-font,
/* Menu Catering */ body.page-id-2950 .av_icon_caption.av-special-font,
#largeicons .av_icon_caption.av-special-font 
{ 
	font-size:28px;
}

#header_meta {
	background-color:#00bd00;
}

.header_color .phone-info, 
.header_color .social_bookmarks a {
	color: #fff !important;
	font-size:16px;
}

.header_color .phone-info {
	margin-top:-2px;
}

/* fixup gallery on contact */
body.page-id-1167 .avia-gallery-thumb a {
	
}


/* Response Fixups */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.header_color .phone-info {
		margin-top:0px;
	}

	.header_color .phone-info > span {
		padding-top:8px !important;
		display:block !important;
	}


	/* fix header image from developer */
	.responsive #header_main .container {
		height: 160px !important;
	}
	.logo, .logo a {
		height: 116px!important;
	}
	.logo, .logo a, .logo img {
		max-height: 116px !important; 
	}

}
