/*
Theme Name: Enfold Child
Description: A Starter <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme.
Version: 1.0
Author: Devin Vinson @ Kriesi.at
Author URI: http://www.kriesi.at
Template: enfold
*/

.avia-slideshow-dots.avia-slideshow-controls {
	display: none;
}
#top .av-flex-placeholder {
	display: table-cell;
	width: 3.5%;
}
#top .avia-image-container {
	margin-bottom: 0px;
}
.nowider {
	max-width: 1270px;
	margin: 0 auto;
}
#top .wpcf7-form label {
	font-weight: normal;
	font-size: 17px;
}
#top .wpcf7-form label span {
	margin-top: 6px !important;
	padding: 0 !important;
	display: block;
	margin-bottom: 10px;
}
#top .wpcf7-form label span input, #top .wpcf7-form label span textarea {
	margin-bottom: 0;
	font-size: 14px;
	padding: 11px;
}
#top .wpcf7-form input[type="submit"] {
	border-radius: 50px;
	font-size: 17px;
	padding: 12px 25px;
	float: right;
}
#top .wpcf7-form .wpcf7-not-valid-tip {
    color: #f00;
}
#top .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	color: #f00;
}
#top .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	border: 0;
	color: #0074aa;
	margin: 0;
    padding: 0;
    font-size: 16px;
}
#top .av-layout-grid-container .avia_codeblock {
	line-height: 0;
}
.quick-connect-form {
	position: fixed;
	bottom: 0;
	z-index: 9;
	display: none;
}

@media only screen and (max-width: 767px) {
.hr {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.nospace {
	padding: 0px 0px 0px 0px !important;
}
}
.main_color a:hover{
	color: #1989ac;
}
.html_header_transparency #top .avia-builder-el-0 .container{
	padding-top: 50px;
}

#top .avia_textblock.content_sec p br{
	display: none;
}
.responsive #top #wrap_all .social_icon .container {
    max-width: 380px;
}
#top .social_icon .entry-content-wrapper{
	display: flex;
	flex-wrap: nowrap;
}
#top .logo_sec img{
	width: 600px;
}

@media screen and (max-width: 767px) {
	.responsive #top #wrap_all .social_icon .container {
		max-width: 300px;
	}
	.html_header_transparency #top .avia-builder-el-0 .container{
		padding-top: 0px !important;
	}
	
}

@media screen and (max-width: 479px) {
	#top .avia_textblock.content_sec p br{
		display: block;
	}
	#top .main_color p, #top .alternate_color p {
		font-size: 15px;
		line-height: 1.4em;
	}
}