/* Enter Your Custom CSS Here */
#responsive-form{
	max-width:800px /*-- change this to get your desired form width --
	margin:0 auto;
    width:100%;*/;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.column-half .wpcf7-form-control-wrap >input, .column-full .wpcf7-form-control-wrap >input {

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #c2c2c2;
    box-shadow: 1px 1px 4px #ebebeb;
    -moz-box-shadow: 1px 1px 4px #ebebeb;
    -webkit-box-shadow: 1px 1px 4px #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: 0;
    width: 100%;
  
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7-submit{
    color: #000000 !important;
    border-width: 1px !important;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    background: transparent;
    padding: 6px;
    border-style: solid;
    border-color: black;
    cursor: pointer;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width:981px) { 
	.column-half{
		width: 50%;
	}
}
@media only screen and (max-width:980px) { 
	.column-half{
		width: 100%;
	}
}
@media only screen and (max-width: 1200px)
{
#et_top_search {
    display: none !important;
}
}
