/*
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 .av_header_glassy.av_header_transparency #header_main {
	background-color: rgba(0, 0, 0, 0.3);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.home #footer-page {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background-color: transparent;
}

.home #footer-page .main_color {
	background-color: transparent;
	color: #ffffff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.home #footer-page .flex_column {
	background-color: rgba(0, 0, 0, 0.3);
}

.home #footer-page .main_color .heading-color,
.home #footer-page .main_color h3 {
	color: #ffffff;
}

.iconbox_content header {
	display: flex;
	align-items: center;
}