/*
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:*/
#home-header .av-section-color-overlay-wrap:before {
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*z-index: 9 !important;*/
	-webkit-box-shadow: inset 0px 0px 150px 50px rgba(0, 0, 0, .25) !important;
	-o-box-shadow: inset 0px 0px 150px 50px rgba(0, 0, 0, .25) !important;
	-ms-box-shadow: inset 0px 0px 150px 50px rgba(0, 0, 0, .25) !important;
	box-shadow: inset 0px 0px 150px 50px rgba(0, 0, 0, .25) !important
}

@media all and (max-width:767px) {
	#home-header .av-section-color-overlay-wrap:before {
		-webkit-box-shadow: inset 0px 0px 90px 30px rgba(0, 0, 0, .25) !important;
		-o-box-shadow: inset 0px 0px 90px 30px rgba(0, 0, 0, .25) !important;
		-ms-box-shadow: inset 0px 0px 90px 30px rgba(0, 0, 0, .25) !important;
		box-shadow: inset 0px 0px 90px 30px rgba(0, 0, 0, .25) !important
	}
}

h1 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.av_promobox.promo-box-big-center {
  padding: 20px;
}
.av_promobox.promo-box-big-center .avia-promocontent p {
  margin: 0;
  font-size: 1.5em;
  text-align: center;
}