/*
* Add child theme CSS Rules
*/


h1, h2, h3, h4, h5, .uvc-sub-heading{
    font-family: "Inter", sans-serif;
}

.customform .smart-form-4 label{
	position: relative;

}

.customform .smart-form-4 .smart-btn4{
	clear:both;
	margin-top: 20px;
}

.ulitmate_dual_buttons .ult_dualbutton-wrapper .ult_ivan_button{
	padding: 10px 60px !important;
	max-width: 100% !important;
}

.wpcf7 form.sent .wpcf7-response-output{
	color:#000;
}

@media screen and (max-width: 480px){
	.wide-mobile.container{
		max-width: 100%;
	}

	.first-column.wide-mobile, .second-column.wide-mobile{
		width: 100%;

	}

	
	#get-in-touch.vc_row.wpb_row {
	margin-top: 40px !important;
	}
}