/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */


/* CONTACT FORM AVEC class fifty */
.wpcf7 input{
	margin-bottom: 0!important;
}
.wpcf7 form > p{
	margin-bottom: 0;
}
.wpcf7 .fifty p{
	display: flex;
}
.wpcf7 .fifty p span.wpcf7-form-control-wrap{
	width: 50%;
}
.wpcf7 .fifty p span.wpcf7-form-control-wrap:first-child{
	margin-right: 20px;
}


/************************************************************************/
/****************************** RESPONSIVE ******************************/
/************************************************************************/



@media (max-width: 1300px){


	
}



@media (max-width: 1200px){
	
	

}



@media (max-width: 1024px){

	

}



@media (max-width: 767px){
	
	/* 	CONTACT FORM */
	.wpcf7 .fifty p{
		flex-direction:column;
	}
	.wpcf7 .fifty p span.wpcf7-form-control-wrap{
		margin-bottom: 10px;
	}
	.wpcf7 .fifty p span.wpcf7-form-control-wrap:first-child{
		margin-right: 0px;
	}
	.wpcf7 .fifty p span.wpcf7-form-control-wrap{
		width: 100%;
	}

}