/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child){
	margin-top:10px;
}

p+h1 {
	margin:15px !important;
}
h2 {
	Text-transform:none !important;
	Font-weight:normal;
	padding-top:5px;
	font-size:20px;
}


.ed {
	font-weight:bold;
	Font-size:30px;
	text-transform:uppercase !important;
	letter-spacing:3px;
}

.darksky
{
	margin-bottom:0px !important;
	margin-top:30px;
	font-size:25px;
}

.nobody {
	font-size:18px;
	margin-top:3px !important;}


.boldtext {font-weight:600}

.html_header_transparency #top .avia-builder-el-0 .container {
	padding-top: 18px;
}

#boxes {background: linear-gradient(
  to bottom,
  rgba(53, 66, 92, 0.7),
  rgba(73, 127, 161, 0.7)
);}

h1, .template-page .entry-content-wrapper h1 {
	font-size:4em;
	letter-spacing: 6px;
	font-weight:bold;
	margin-bottom:0px !important;
}


@media only screen and (max-width: 480px){
	h1, .template-page .entry-content-wrapper h1 {font-size:3em;}
	
	.ed {font-size:20px;}
}