/*
 Theme Name:   Haines & Company Child theme
 Author:       Haines Local Search
 Author URI:   http://haineslocalsearch.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/

.footer-widget ul{
	list-style:none !important;
	padding:0 !important;
}
.footer-widget li{
	list-style:none !important;
	padding:0 !important;
}
#footer-widgets .footer-widget li::before {
    display:none;
}

/*
Contact form styles

*/
.text::after{
	
	content: " ";
     clear: both;

}
.comments{
	clear:both;
}
.wpcf7{
	margin-top:20px !important;
}
.text{
	width:50%;
	float:left;
	margin-bottom:12px;
}
.dropdowns{
	clear:both;
}
.dropdowns p{
	width:50% !important;
	float:left;

}
@media (max-width: 600px) {
	  .text{
		width:100%;
		float:left;
	}
}
.hs-form fieldset {
    border: 0 none;
    margin: 0;
    max-width: 100% !important;
    padding: 0;
}
form label{

}
input {
	background-color: #eee !important;
	border: none !important;
	width: 95% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	background-color: #eee !important;
	border: none !important;
	width: 98% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select{
	border:none !important;
	background-color:#eee !important;
	color:	#666 !important;
	padding:12px !important;
	width:95% !important;
}
.hs-button {
color: #0A5596 !important;
margin: 8px auto 0;
margin-left:0 !important;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 4px 12px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
display:block;
width:50% !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.hs-button:hover {
background-color: #0A5596 !important;
border-color:#0A5596 !important;
color:#fff !important;

}


.et_pb_gallery_title{
display:none !important;
}

