/*
Theme Name: Enfold Child
Theme URI: www.kriesi.at/themes/enfold/
Description: Enfold Child Theme
Template: enfold
 Version: 1.0.0
*/

@import url("../enfold/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Exo:300,400,700');

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

strong {
	color: inherit !important;
}

#wrap_all {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

#header_main {
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 85%);
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 85%);
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}

#footer {
	background: #cccccc;
	background: -moz-linear-gradient(top,  #ededed 0%, #cccccc 85%);
	background: -webkit-linear-gradient(top,  #ededed 0%,#cccccc 85%);
	background: linear-gradient(to bottom,  #ededed 0%,#cccccc 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc',GradientType=0 );
}

.slideshow_caption {
    width: 100% !important;
}

.caption_framed .slideshow_caption .avia-caption-content p {
    background: rgba(0, 0, 0, 0.7) !important;
}

.avia-slideshow-dots {
	display: none !important;
}

.container_wrap {
    border-top-width: 0px !important;
}

.caption_framed .slideshow_caption .avia-caption-title {
	background: rgba(3, 86, 169, 0.75) !important;
}

.avia-testimonial-meta {
    margin-left: 0px !important;
}


/* - - - - - - - - - - - - - - - - - - - - -

 Title : Contact Us Wufoo Form
 Author : Cold Spring Design		
 URL : http://www.coldspringdesign.com 

- - - - - - - - - - - - - - - - - - - - - */

.wufoo {
	font-family: 'Exo', sans-serif !important;
	font-weight: 300 !important;
	font-size: 17px !important;
}

form.wufoo {
    padding: 0 0 0px 0 !important;
}


.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {
background: #ffffff !important;
border: 2px solid #e1e1e1 !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
font-size: 17px !important;
}

form li.error, #errorMsg b {
background-color: transparent !important;
}

input[type="submit"] {
	font-family: 'Exo', sans-serif !important;
	font-weight: 300 !important;
	min-width: 120px !important;
	padding: 10px !important;
	background: #0356a9 !important;
	color: #ffffff !important;
	border: 0px !important;
	border-radius: 2px !important;
	font-size: 17px !important;
}


@media only screen and (max-width: 767px) {
	.caption_bottom .slideshow_caption .slideshow_inner_caption {
		display: none !important;
	}
}

