.mr-project-form {
width: 100%;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
.mr-project-form *,
.mr-project-form *:before,
.mr-project-form *:after {
box-sizing: border-box;
}
.mr-project-form .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
.mr-project-form .mr-note {
margin: 0 0 14px;
font-size: 12px;
line-height: 1.7;
font-weight: 400;
color: #6f6f6f;
}
.mr-project-form .mr-note strong {
font-weight: 500;
color: #6f6f6f;
}
.mr-project-form .mr-row {
display: grid;
gap: 30px;
margin: 0 0 14px;
}
.mr-project-form .mr-row-1 {
grid-template-columns: 1fr;
}
.mr-project-form .mr-row-2 {
grid-template-columns: 1fr 1fr;
}
.mr-project-form .mr-row-3 {
grid-template-columns: 1fr 1fr 1fr;
}
.mr-project-form .mr-field {
width: 100%;
}
.mr-project-form .mr-field > label {
display: flex;
justify-content: space-between;
align-items: baseline;
width: 100%;
margin: 0 0 7px;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
font-size: 14px;
line-height: 1.1;
font-weight: 800;
letter-spacing: 0;
text-transform: uppercase;
color: #111111;
}
.mr-project-form .mr-field > label span {
font-size: 12px;
line-height: 1;
font-weight: 400;
text-transform: none;
color: #8b8b8b;
white-space: nowrap;
margin-left: 10px;
}
.mr-project-form .mr-label-stack {
justify-content: flex-start !important;
}
.mr-project-form .mr-input,
.mr-project-form .mr-textarea,
.mr-project-form input[type="text"],
.mr-project-form input[type="email"],
.mr-project-form input[type="tel"],
.mr-project-form input[type="date"],
.mr-project-form select,
.mr-project-form textarea {
width: 100%;
margin: 0;
padding: 8px 12px;
border: 1px solid #b8b8b8;
border-radius: 0;
background: transparent;
box-shadow: none;
outline: none;
color: #111111;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
font-size: 14px;
line-height: 1.3;
font-weight: 500;
-webkit-appearance: none;
appearance: none;
}
.mr-project-form .mr-input,
.mr-project-form input[type="text"],
.mr-project-form input[type="email"],
.mr-project-form input[type="tel"],
.mr-project-form input[type="date"],
.mr-project-form select {
height: 39px;
}
.mr-project-form input[type="date"] {
padding-right: 12px;
}
.mr-project-form select {
background-image:
linear-gradient(45deg, transparent 50%, #111111 50%),
linear-gradient(135deg, #111111 50%, transparent 50%);
background-position:
calc(100% - 16px) calc(50% - 2px),
calc(100% - 11px) calc(50% - 2px);
background-size: 5px 5px, 5px 5px;
background-repeat: no-repeat;
padding-right: 34px;
}
.mr-project-form .mr-textarea,
.mr-project-form textarea {
height: 170px;
min-height: 170px;
resize: vertical;
padding-top: 10px;
}
.mr-project-form .mr-input:focus,
.mr-project-form .mr-textarea:focus,
.mr-project-form input:focus,
.mr-project-form select:focus,
.mr-project-form textarea:focus {
border-color: #9f9f9f;
box-shadow: none;
outline: none;
}
.mr-project-form .mr-checkboxes .wpcf7-form-control {
display: flex;
flex-wrap: wrap;
column-gap: 22px;
row-gap: 8px;
}
.mr-project-form .mr-checkboxes .wpcf7-list-item {
display: inline-flex;
align-items: center;
margin: 0;
}
.mr-project-form .mr-checkboxes .wpcf7-list-item label {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
font-size: 12px;
line-height: 1.3;
font-weight: 400;
color: #767676;
text-transform: none;
cursor: pointer;
}
.mr-project-form .mr-checkboxes input[type="checkbox"] {
width: 14px;
height: 14px;
margin: 0;
border: 1px solid #8f8f8f;
border-radius: 2px;
background: transparent;
box-shadow: none;
vertical-align: middle;
accent-color: #111111;
}
.mr-project-form .mr-submit-wrap {
margin-top: 20px;
}
.mr-project-form .mr-submit,
.mr-project-form input[type="submit"] {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 109px;
height: 41px;
padding: 0 20px;
border: 0;
border-radius: 2px;
background: #f2b705;
color: #111111;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
font-size: 16px;
line-height: 1;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
box-shadow: none;
cursor: pointer;
transition: background .2s ease;
}
.mr-project-form .mr-submit:hover,
.mr-project-form input[type="submit"]:hover {
background: #dfa803;
}
.mr-project-form .wpcf7-spinner {
margin: 8px 0 0 10px;
vertical-align: middle;
}
.mr-project-form .wpcf7-not-valid-tip {
margin-top: 6px;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
font-size: 12px;
}
.mr-project-form .wpcf7-response-output {
margin: 16px 0 0 !important;
padding: 10px 14px !important;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
font-size: 13px;
}
@media (max-width: 980px) {
.mr-project-form .mr-row-3 {
grid-template-columns: 1fr 1fr;
}
.mr-project-form .mr-row-3 .mr-field:last-child {
grid-column: 1 / -1;
}
}
@media (max-width: 767px) {
.mr-project-form .mr-row,
.mr-project-form .mr-row-2,
.mr-project-form .mr-row-3 {
grid-template-columns: 1fr;
gap: 14px;
}
.mr-project-form .mr-field > label {
font-size: 13px;
}
.mr-project-form .mr-field > label span {
font-size: 11px;
}
.mr-project-form .mr-checkboxes .wpcf7-form-control {
column-gap: 14px;
row-gap: 10px;
}
.mr-project-form .mr-checkboxes .wpcf7-list-item {
width: calc(50% - 7px);
}
}
@media (max-width: 479px) {
.mr-project-form .mr-checkboxes .wpcf7-list-item {
width: 100%;
}
.mr-project-form .mr-submit,
.mr-project-form input[type="submit"] {
min-width: 108px;
}
}