/*
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:*/
/*HEADER*/
#top #header_meta .container {
	display: flex!Important;
	justify-content: center!Important;
	min-height: 30px;
	height: 30px;
	font-size:18px!Important;
}
#top #header_meta .phone-info {
	color: #3D0A11;
	padding-top: 10px;
	text-align:center!Important;
	font-size:18px!Important;
}
/*NAVIGATION*/
#top .avia-post-nav{
	background: rgba(66,22,29,0.5) !important;
}
#top .avia-post-nav:hover{
	background: rgba(0,0,0,0.8) !important;
}
/*TABLE*/
#top table.avia-table th.avia-desc-col{
	background:#00878c; 
	color:white
}
#top table.avia-table th.avia-center-col{
	background:#ffffff !important;
	color:#444444 !important;
}
/*----------------------------------------
// CSS -Fullscreen Slider font style
//--------------------------------------*/

/* Caption title */
#top .avia-fullscreen-slider .avia-caption-title {
	font-size: 120px !important
}

/*caption content */
#top .avia-fullscreen-slider .avia-caption-content p {
/*Your style here */
}
/*---------------------------------------
//RESPONSIVE
//-------------------------------------*/
@media screen and (max-width: 768px) {
	#top .avia-fullscreen-slider .avia-caption-title {
		font-size: 55px !important
	}
}