#responsive-form{
max-width:100%;
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
}
.clearfix:after {
content: "";
display: table;
clear: both;
} @media only screen and (min-width: 48em) {
.column-half{
width: 50%;
}
}
@media only screen and (max-width: 768px) {
.column-half, .column-full{
width: 100%!Important;
}} body[data-form-style="minimal"] input[type="text"] {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #c1c1c1!important;
color: #000!important;
}
body[data-form-style="minimal"]:hover input[type="text"]:hover {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #000!important;
color: #000!important;
}
body[data-form-style="minimal"]:focus input[type="text"]:focus {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #000!important;
color: #000!important;
} body[data-form-style="minimal"] input[type="email"] {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #c1c1c1!important;
color: #000!important;
}
body[data-form-style="minimal"]:hover input[type="email"]:hover {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #000!important;
color: #000!important;
} body[data-form-style="minimal"] input[type="tel"] {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #c1c1c1!important;
color: #000!important;
}
body[data-form-style="minimal"]:hover input[type="tel"]:hover {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #000!important;
color: #000!important;
} body[data-form-style="minimal"] textarea{
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #c1c1c1!important;
max-height: 100px!important;
color: #000!important;
} .wpcf7 input[type=date] {
background-color: #f2f2f2!important;
border-radius: 5px;
border: solid 2px #c1c1c1!important;
} .wpcf7-submit{
margin-top: 10px;
font-size: 18px!Important;
width: 100%!important;
float: left!important;
}
@media only screen and (min-width: 728px) {
.wpcf7-submit{
margin-top: 10px;
font-size: 16px;
width: 100%!important;
float: left!important;
}} .wpcf7-submit{
background: #000 ;
width: 100%!important;
color: white ;
} .wpcf7-submit:hover{
width: 100%!important;
background: #f3f3f3;
color: #fff;
} div.wpcf7-mail-sent-ok {
text-shadow: none;
border: none;
background: #8BC34A;
color: white;
font-family: ‘Raleway’;
} .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration: none;
box-shadow: none;
font-weight: 500!important;
} select.wpcf7-form-control.wpcf7-select {
border: solid 2px #ccc!important;
border-radius: 6px!important;
padding: 12px!important;
} .wpcf7 form .wpcf7-response-output {
border: none!important;
color: #a2ea2e!important;
}