.wpcf7 * {
box-sizing: border-box;
}
.wpcf7 table {
border-collapse: collapse;
table-layout: fixed;
}
.wpcf7 p {
font-size: 16px;
font-weight: bold; }
.wpcf7 input[type="submit"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 button {
-moz-appearance: none;
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border: none;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
border: 1px solid #ccc;
border-radius: 12px;
display: block;
font-size: 16px;
padding: 12px 15px; transition: 0.8s;
border-radius: 0;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
background: #e9f5fb;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.wpcf7 textarea[name="textarea"] {
display: inline-block;
width: 90%;
height: 200px;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
color: #ccc;
}
.wpcf7 .form-table {
width: 96%;
}
.wpcf7 .form-table th,
.wpcf7 .form-table td {
border: 1px solid #4db0ce;
padding: 20px;
}
.wpcf7 .form-table th {
background: #eee;
padding-left: 20px;
position: relative;
text-align: left;
width: 240px;
}
.wpcf7 .form-table td {
background: #fff;
width: 100%;
} @media screen and (max-width: 750px) {
.wpcf7 .form-table th,
.wpcf7 .form-table td {
display: block;
width: 100%;
max-width: initial;
border-bottom: none;
}
.wpcf7 .form-table tr:last-child td {
border-bottom: 1px solid #4db0ce;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
width: 80vw;
}
.wpcf7 textarea[name="textarea"] {
width: 100%;
}
}
.mfp_buttons {
text-align: center;
}
.wpcf7 input[type="submit"] {
background: #4db0ce;
width: 120px;
margin: 20px;
padding: 12px;
font-size: 18px;
color: #fff;
cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
opacity: .8;
}
.notmust-fill {
background: #535152;
padding: 1px 3px;
color: #fff;
font-size: 0.8em;
display: inline-block;
border-radius: 4px;
}
.wpcf7-list-item {
margin-bottom: 6px !important;
margin-right: .4em!important;
}
.keyboard-active #ftr_contact{
display:none;
}