/*Contact form css*/

 #lf_first_name_block { display: inline-block; width: 48% ; margin-right: 10px; }
 #lf_last_name_block { display: inline-block;  width: 48% ; margin-left: 10px; }
#lf_email_block { display: inline-block ; width: 48% ; margin-right: 10px; }
#lf_phone_block { display: inline-block; width: 48% ; margin-left: 10px; }
.clio-grow-form .lf_success { color: #608f2e; position: absolute; bottom: 0px;}
.clio-grow-form h3.lf_failure { position: absolute; bottom: 0px; color: red; }


@media (max-width: 820px) 
{
    #lf_first_name_block {width:46%; margin-right: 0px !important; }
	#lf_last_name_block  { width:46%; margin-left: 0px !important; }
	#lf_email_block {width: 46% ; margin-right: 0px !important; }
	#lf_phone_block { width: 46% ; margin-left: 0px !important; }
    #lf_message_block{ width: 93% !important; }
   .clio-grow-form .lf_success { color: #608f2e; position: absolute; bottom: 0px; font-size:17px;}
   .clio-grow-form h3.lf_failure { position: absolute; bottom: 0px; color: red; font-size:19px;}

}


@media (max-width: 768px) 
{
    #lf_first_name_block {width:46%; margin-right: 0px !important; }
	#lf_last_name_block  { width:46%; margin-left: 0px !important; }
	#lf_email_block {width: 46% ; margin-right: 0px !important; }
	#lf_phone_block { width: 46% ; margin-left: 0px !important; }
    #lf_message_block{ width: 93% !important; }
   .clio-grow-form .lf_success { color: #608f2e; position: absolute; bottom: 0px; font-size:17px;}
   .clio-grow-form h3.lf_failure { position: absolute; bottom: 0px; color: red; font-size:19px;}

}

@media (max-width: 600px) 
{
    #lf_first_name_block {width:46%; margin-right: 0px !important; }
	#lf_last_name_block  { width:46%; margin-left: 0px !important; }
	#lf_email_block {width: 46% ; margin-right: 0px !important; }
	#lf_phone_block { width: 46% ; margin-left: 0px !important; }
    #lf_message_block{ width: 93% !important; }
   .clio-grow-form .lf_success { color: #608f2e; position: absolute; bottom: 0px; font-size:17px;}
   .clio-grow-form h3.lf_failure { position: absolute; bottom: 0px; color: red; font-size:19px;}

}