.responsive-form{ ;
margin:0 auto;
width:100%;
display: inline-block;
}
.form-row{
width: 100%;
margin-bottom: 10px;
}
.column-half, .column-full, .column-third{
float: left;
position: relative;
padding: 0.7rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.clearfix:after {
content: "";
display: table;
clear: both;
} @media only screen and (min-width: 480px) { 
.column-half{
width: 50%;
}
.column-third{
width: 33.33%;
}
} .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="number"] {
width: 100%;
padding: 0.5rem 1rem;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wpcf7 input[type="text"]:focus{
background: #fff;
}
.wpcf7-select{
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
}
.wpcf7-list-item{
margin: 0;
}
.wpcf7 input[type="submit"]{
background: var(--bricks-color-oirelv);
color: #fff;
text-transform: uppercase;
border: none;
border-radius: 0;
padding: 15px 15px;
cursor: pointer;
display: block; font-family: inherit;
}
.wpcf7 input[type="submit"]:hover{
background: var(--bricks-color-lahdep);
color: white;
}
span.wpcf7-not-valid-tip{
text-shadow: none;
font-size: 12px;
color: #fff;
background: #ff0000;
padding: 5px;
}
div.wpcf7-validation-errors { 
text-shadow: none;
border: transparent;
background: #f9cd00;
padding: 5px;
color: #9C6533;
text-align: center;
margin: 0;
font-size: 12px;
}
div.wpcf7-mail-sent-ok{
text-align: center;
text-shadow: none;
padding: 5px;
font-size: 12px;
background: #59a80f;
border-color: #59a80f;
color: #fff;
margin: 0;
}
.wpcf7-form-control::-webkit-input-placeholder { font-family: inherit;
color: #6e6e6e;
}
.wpcf7-form-control::-moz-placeholder { font-family: inherit;
color: #6e6e6e;
}
.wpcf7-form-control:-ms-input-placeholder { font-family: inherit;
color: #6e6e6e;
}
.wpcf7-form-control:-moz-placeholder { font-family: inherit;
color: #6e6e6e;
}
.wpcf7 form .wpcf7-response-output {
margin: 0;
padding: 1em 1em;
}
.wpcf7-list-item-label{
margin-right: 10px;
color: #363636;
}
.wpcf7-list-item-label a{
color: var(--bricks-color-oirelv);
}