/*
Theme Name: Lava Child
Description: Child theme for Lava theme
Author: ThemeSpirit
Author URI: https://themespirit.com/
Template: lava
Version: 1.4.9
*/

#swipebox-overlay {
	display: none !important;
}
.half-col-left {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.half-col-right {
	float: left;
	width: 50%;
	padding-left: 15px;
}
textarea {
	width: 100%;
}
input[type="text"] {
	width: 100%;
}
.zoho-form {
	padding: 0 100px 50px 100px;
}
#comments {
	margin-bottom: 30px !important;
}
#btn-submit {
	margin-top: 30px;
}

@media only screen and (max-width: 1024px){
	.zoho-form {
		padding: 20px !important;
	}
}

@media only screen and (max-width: 767px){
	.half-col-left {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	.half-col-right {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}	
	.col.span_12.no-padding {
		width: 100%;
		margin: 0px !important;
		padding: 0px !important;
	}
	
}
