.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	padding: 0.65rem;
	width:100%;
        height: 80px;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7-form-control{
margin-bottom:0 !important;
}

.div-p-no-margin p{
margin-bottom:0 !important;
}

#text-2 .widgettitle, #text-3 .widgettitle, #text-4 .widgettitle {
color:white !important;
}

#footer {
padding: 0 !important;
}

#av_section_2 {
display:none;
}