.wpcf7 label {
cursor: pointer;
}
.wpcf7-wpgdprc {
margin-bottom: 15px;
}
.wpcf7 form .trx_addons_message_box.wpcf7-response-output,
.wpcf7 div.wpcf7-response-output {
position: relative;
max-width: 100%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
left: 0;
top: 0;
margin: 20px 0 0;
padding: 17px 25px;
border: 1px solid #000;
background: none !important;
color: var(--theme-color-text_dark);
-webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06) !important;
-ms-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06) !important;
box-shadow: 0 3px 21px rgba(0, 0, 0, 0.06) !important;
border-radius: 5px;
font-size: 14px;
line-height: 18px;
font-weight: 400;
}
.wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_success, .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-response-output.trx_addons_message_box_success,
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
border-color: #89D86B !important;
color: var(--theme-color-text_dark) !important;
}
.wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_error, .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-validation-errors, .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-acceptance-missing,
.wpcf7 div.wpcf7-response-output.trx_addons_message_box_error,
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 div.wpcf7-response-output.wpcf7-acceptance-missing {
border-color: #FFA399 !important;
color: var(--theme-color-text_dark) !important;
}
.DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output {
width: auto;
min-width: auto;
max-width: 50%;
border: none;
margin: 0 !important;
padding: 18px 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
position: fixed;
z-index: 999999;
top: auto;
left: auto;
bottom: 30px;
right: 30px;
font-size: 14px;
line-height: 18px;
font-weight: 400;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
-ms-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
color: #000000 !important;
background-color: #ffffff !important;
}
.DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_error {
color: #ffffff !important;
background-color: #FF5B4A !important;
}
.DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_success {
color: #ffffff !important;
background-color: #89D86B !important;
}
.DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output .trx_addons_error_item {
margin-bottom: 0 !important;
}
.wpcf7-wpgdprc .wpcf7-list-item {
margin: 0;
}
div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader {
width: 16px;
height: 16px;
background: none !important;
display: inline-block;
padding: 0;
margin: 0 0 0 10px;
vertical-align: middle;
line-height: 0 !important;
}
div.wpcf7 .wpcf7-spinner:before,
div.wpcf7 .ajax-loader:before {
content: "\e832";
font-family: "fontello";
width: 16px;
height: 16px;
line-height: 16px;
font-size: 14px;
text-align: center;
vertical-align: middle;
display: inline-block;
top: 0;
left: 0;
background-color: transparent;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
div.wpcf7 .wpcf7-spinner + .acceptance,
div.wpcf7 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .ajax-loader + .acceptance {
margin: 15px 0 0 0;
}
.wpcf7 .columns_wrap > [class*=column-] {
padding-top: 0 !important;
}
.wpcf7 .columns_wrap {
letter-spacing: -10px;
}
.wpcf7 .columns_wrap *:not(input):not(textarea) {
letter-spacing: 0;
}
.wpcf7 .wpcf7-form > p {
margin-bottom: 0;
}
.wpcf7 .select_container,
.wpcf7 textarea,
.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
}
.wpcf7 textarea {
margin-bottom: 20px !important;
}
.wpcf7 .wpcf7-not-valid {
margin-bottom: 2px !important;
}
.wpcf7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
margin-bottom: 1em;
}
.wpcf7 textarea {
height: 20.9em;
min-height: 4em;
}
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=search],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select {
outline: none;
}
.wpcf7 .wpcf7-submit {
margin: 40px 0 0;
display: block;
}
.wpcf7 .wpcf7-submit-style {
position: relative;
display: inline-block;
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit {
margin: 0;
padding: 16px 77px !important;
background: transparent !important;
position: relative;
z-index: 1;
}
.wpcf7 .wpcf7-submit-style .submit-style-in {
display: block;
position: absolute;
z-index: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
font-size: 16px;
background-color: var(--theme-color-text_link);
color: var(--theme-color-text_dark);
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wpcf7 .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in, .wpcf7 .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in, .wpcf7 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-text_hover);
background-color: var(--theme-color-text_hover);
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled]:hover,
.wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled] {
background: transparent !important;
color: #ffffff !important;
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled]:hover + .submit-style-in,
.wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled] + .submit-style-in {
color: #ffffff !important;
background-color: var(--theme-color-text_light) !important;
}
.wpcf7 .wpgdprc-checkbox {
margin-bottom: 1em;
}
.wpcf7 .wpcf7-acceptance label,
.wpcf7 .wpgdprc-checkbox label {
display: block;
width: 100%;
}
.wpcf7 .wpcf7-submit.default {
width: auto;
margin-top: 4.65em;
}
.wpcf7 .wpcf7-not-valid {
border-color: #ff5b4a !important;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
color: #ff5b4a !important;
font-size: 13px;
line-height: 16px;
font-weight: 400;
margin-top: 12px;
position: relative;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name*=acceptance],
.wpcf7 .wpcf7-form-control-wrap.acceptance {
display: block;
text-align: left;
}
.wpcf7 [data-name*=acceptance]:not(:last-child) {
margin-bottom: 10px;
}
.wpcf7 [data-name*=acceptance]:not(:first-child) {
margin-top: 10px;
} div.wpcf7 .form-style-1 .select_container, div.wpcf7 .form-style-1 textarea,
div.wpcf7 .form-style-1 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
margin-bottom: 0;
letter-spacing: 0.5px;
-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.02);
box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.02);
}
div.wpcf7 .form-style-1 input[type=text], div.wpcf7 .form-style-1 input[type=number], div.wpcf7 .form-style-1 input[type=email], div.wpcf7 .form-style-1 input[type=url], div.wpcf7 .form-style-1 input[type=tel], div.wpcf7 .form-style-1 input[type=password], div.wpcf7 .form-style-1 input[type=search], div.wpcf7 .form-style-1 select, div.wpcf7 .form-style-1 textarea, div.wpcf7 .form-style-1 textarea.wp-editor-area {
padding: 13px 0;
line-height: 1.5em;
border-color: transparent;
}
div.wpcf7 .form-style-1 .columns_wrap > [class*=column-] {
padding-bottom: 37px;
}
div.wpcf7 .form-style-1 .columns_wrap.margin-bottom > [class*=column-] {
padding-bottom: 51px;
}
div.wpcf7 .form-style-1 .style-line .wpcf7-form-control-wrap {
display: inline-block;
width: 100%;
}
div.wpcf7 .form-style-1 .wpcf7-not-valid {
margin-bottom: 0 !important;
}
div.wpcf7 .form-style-1 .wpcf7-not-valid + .wpcf7-not-valid-tip {
margin-top: 5px;
}
div.wpcf7 .form-style-1 p {
margin: 0;
}
div.wpcf7 .form-style-1 textarea {
height: 6.2em;
min-height: 4em;
margin-bottom: 0 !important;
}
div.wpcf7 .form-style-1 .style-line {
position: relative;
display: inline-block;
width: 100%;
}
div.wpcf7 .form-style-1 .style-line .line {
display: block;
height: 1px;
width: 100%;
position: relative;
background-color: var(--theme-color-input_bd_color);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1;
margin-top: -1px;
}
div.wpcf7 .form-style-1 .style-line .line:before {
content: "";
display: block;
width: 0;
height: 1px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-color: var(--theme-color-text_dark);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
div.wpcf7 .form-style-1 .style-line input[type=text]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type=text]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type=number]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type=number]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type=email]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type=email]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type=url]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type=url]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type=tel]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type=tel]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type=password]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type=password]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type=search]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type=search]:active + .line:before, div.wpcf7 .form-style-1 .style-line select:focus + .line:before, div.wpcf7 .form-style-1 .style-line select:active + .line:before, div.wpcf7 .form-style-1 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-1 .style-line textarea:active + .line:before, div.wpcf7 .form-style-1 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-1 .style-line textarea.wp-editor-area:active + .line:before {
width: 100%;
}
div.wpcf7 .form-style-1 .style-line:hover .line:before {
width: 100%;
}
div.wpcf7 .form-style-1 .style-line .wpcf7-not-valid ~ .line {
opacity: 0;
}
div.wpcf7 .form-style-1 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
display: block;
}
div.wpcf7 .form-style-1 .style-line[class*=icon-] textarea,
div.wpcf7 .form-style-1 .style-line[class*=icon-] select,
div.wpcf7 .form-style-1 .style-line[class*=icon-] input {
padding-left: 36px;
}
div.wpcf7 .form-style-1 .style-line[class*=icon-]:before {
color: var(--theme-color-input_text);
display: block;
font-family: "fontello";
font-size: 20px;
font-weight: 400;
position: absolute;
z-index: 1;
top: 10px;
left: 0;
}
div.wpcf7 .form-style-1 .style-line.icon-name:before {
content: "\e9ae";
}
div.wpcf7 .form-style-1 .style-line.icon-email:before {
content: "\e9a3";
font-size: 16px;
}
div.wpcf7 .form-style-1 .style-line.icon-phone:before {
content: "\e9b8";
}
div.wpcf7 .form-style-1 .style-line.icon-subject:before {
content: "\e9cd";
font-size: 22px;
}
div.wpcf7 .form-style-1 .style-line.icon-textarea:before {
content: "\e9e7";
font-size: 22px;
}
div.wpcf7 .form-style-1 + div.wpcf7-response-output {
margin: 37px 0 0;
}
div.wpcf7 .form-style-1 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-1 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-1 .ajax-loader + .acceptance,
div.wpcf7 .form-style-1 .wpcf7-spinner,
div.wpcf7 .form-style-1 .ajax-loader {
display: inline-block;
padding: 0;
margin: 0 7px;
vertical-align: middle;
line-height: 1;
}
div.wpcf7 .form-style-1 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-1 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-1 .ajax-loader + .acceptance {
margin: 12px 0;
}
div.wpcf7 .form-style-1 input[type=checkbox] + .wpcf7-list-item-label:before {
top: 0.5em;
}
div.wpcf7 .form-style-1 span.wpcf7-not-valid-tip {
margin-top: 0;
position: relative;
bottom: -12px;
}
div.wpcf7 .form-style-1 .wpcf7-form-control-wrap.wpgdprc {
margin: -15px 0 10px;
display: block;
z-index: 20;
} div.wpcf7 .form-style-2 .select_container, div.wpcf7 .form-style-2 textarea,
div.wpcf7 .form-style-2 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
margin-bottom: 0;
letter-spacing: 0.5px;
-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.025);
-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.025);
box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.025);
}
div.wpcf7 .form-style-2 .hiddendiv,
div.wpcf7 .form-style-2 input[type=text], div.wpcf7 .form-style-2 input[type=number], div.wpcf7 .form-style-2 input[type=email], div.wpcf7 .form-style-2 input[type=url], div.wpcf7 .form-style-2 input[type=tel], div.wpcf7 .form-style-2 input[type=password], div.wpcf7 .form-style-2 input[type=search], div.wpcf7 .form-style-2 select, div.wpcf7 .form-style-2 textarea, div.wpcf7 .form-style-2 textarea.wp-editor-area {
padding: 10px 0;
line-height: 1.5em;
border-color: transparent;
}
div.wpcf7 .form-style-2 .columns_wrap > [class*=column-] {
padding-bottom: 42px;
}
div.wpcf7 .form-style-2 .columns_wrap.margin-bottom {
margin-bottom: 4px;
}
div.wpcf7 .form-style-2 .style-line .wpcf7-form-control-wrap {
display: inline-block;
width: 100%;
}
div.wpcf7 .form-style-2 .wpcf7-not-valid {
margin-bottom: 0 !important;
}
div.wpcf7 .form-style-2 .wpcf7-not-valid + .wpcf7-not-valid-tip {
margin-top: 5px;
}
div.wpcf7 .form-style-2 p {
margin: 0;
}
div.wpcf7 .form-style-2 textarea {
height: 5.4em;
min-height: 4em;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.wpcf7 .form-style-2 .style-line {
position: relative;
display: inline-block;
width: 100%;
}
div.wpcf7 .form-style-2 .style-line .line {
display: block;
height: 1px;
width: 100%;
position: relative;
background-color: var(--theme-color-input_bd_color);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1;
margin-top: -1px;
}
div.wpcf7 .form-style-2 .style-line .line:before {
content: "";
display: block;
width: 0;
height: 1px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-color: var(--theme-color-text_dark);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
div.wpcf7 .form-style-2 .style-line input[type=text]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type=text]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type=number]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type=number]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type=email]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type=email]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type=url]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type=url]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type=tel]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type=tel]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type=password]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type=password]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type=search]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type=search]:active + .line:before, div.wpcf7 .form-style-2 .style-line select:focus + .line:before, div.wpcf7 .form-style-2 .style-line select:active + .line:before, div.wpcf7 .form-style-2 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-2 .style-line textarea:active + .line:before, div.wpcf7 .form-style-2 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-2 .style-line textarea.wp-editor-area:active + .line:before {
width: 100%;
}
div.wpcf7 .form-style-2 .style-line:hover .line:before {
width: 100%;
}
div.wpcf7 .form-style-2 .style-line .wpcf7-not-valid ~ .line {
opacity: 0;
}
div.wpcf7 .form-style-2 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
display: block;
}
div.wpcf7 .form-style-2 .style-line[class*=icon-] textarea,
div.wpcf7 .form-style-2 .style-line[class*=icon-] select,
div.wpcf7 .form-style-2 .style-line[class*=icon-] input {
padding-left: 36px;
}
div.wpcf7 .form-style-2 .style-line[class*=icon-]:before {
color: var(--theme-color-input_text);
display: block;
font-family: "fontello";
font-size: 22px;
font-weight: 400;
position: absolute;
z-index: 1;
top: 6px;
left: 0;
}
div.wpcf7 .form-style-2 .style-line.icon-name:before {
content: "\e9ae";
}
div.wpcf7 .form-style-2 .style-line.icon-email:before {
content: "\e9a3";
font-size: 17px;
}
div.wpcf7 .form-style-2 .style-line.icon-phone:before {
content: "\e9b8";
}
div.wpcf7 .form-style-2 .style-line.icon-subject:before {
content: "\e9cd";
}
div.wpcf7 .form-style-2 .style-line.icon-textarea:before {
content: "\e9e7";
}
div.wpcf7 .form-style-2 + div.wpcf7-response-output {
margin: 37px 0 0;
}
div.wpcf7 .form-style-2 [data-name*=acceptance],
div.wpcf7 .form-style-2 .acceptance {
margin-bottom: 30px;
}
div.wpcf7 .form-style-2 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-2 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-2 .ajax-loader + .acceptance,
div.wpcf7 .form-style-2 .wpcf7-spinner,
div.wpcf7 .form-style-2 .ajax-loader {
display: inline-block;
padding: 0;
margin: 0 15px;
vertical-align: middle;
line-height: 1;
}
div.wpcf7 .form-style-2 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-2 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-2 .ajax-loader + .acceptance {
margin: 12px 0;
}
div.wpcf7 .form-style-2 input[type=checkbox] + .wpcf7-list-item-label:before {
top: 0.4em;
}
div.wpcf7 .form-style-2 span.wpcf7-not-valid-tip {
margin-top: 0;
position: relative;
bottom: -12px;
} div.wpcf7 .form-style-3 .select_container, div.wpcf7 .form-style-3 textarea,
div.wpcf7 .form-style-3 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
margin-bottom: 0;
letter-spacing: 0.5px;
-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
}
div.wpcf7 .form-style-3 .hiddendiv,
div.wpcf7 .form-style-3 input[type=text], div.wpcf7 .form-style-3 input[type=number], div.wpcf7 .form-style-3 input[type=email], div.wpcf7 .form-style-3 input[type=url], div.wpcf7 .form-style-3 input[type=tel], div.wpcf7 .form-style-3 input[type=password], div.wpcf7 .form-style-3 input[type=search], div.wpcf7 .form-style-3 select, div.wpcf7 .form-style-3 textarea, div.wpcf7 .form-style-3 textarea.wp-editor-area {
padding: 10px 0;
line-height: 1.5em;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.1px;
border-color: transparent;
}
div.wpcf7 .form-style-3 input[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]::-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]::placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]::-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 textarea[placeholder]::placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-alter_text);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
div.wpcf7 .form-style-3 input[placeholder]:focus::-webkit-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus::-webkit-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 input[placeholder]:focus::-moz-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus::-moz-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 input[placeholder]:focus:-ms-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus:-ms-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 input[placeholder]:focus::-webkit-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 input[placeholder]:focus::-moz-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 input[placeholder]:focus:-ms-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 input[placeholder]:focus::-ms-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 input[placeholder]:focus::placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus::-webkit-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus::-moz-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus:-ms-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus::-ms-input-placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 textarea[placeholder]:focus::placeholder {
opacity: 1;
color: var(--theme-color-input_dark);
}
div.wpcf7 .form-style-3 .columns_wrap > [class*=column-] {
padding-bottom: 12px;
}
div.wpcf7 .form-style-3 .columns_wrap.margin-bottom > [class*=column-] {
padding-bottom: 44px;
}
.sidebar div.wpcf7 .form-style-3 .columns_wrap.margin-bottom > [class*=column-] {
padding-bottom: 34px;
}
div.wpcf7 .form-style-3 .style-line .wpcf7-form-control-wrap {
display: inline-block;
vertical-align: top;
width: 100%;
line-height: 1;
}
div.wpcf7 .form-style-3 .wpcf7-not-valid {
margin-bottom: 0 !important;
}
div.wpcf7 .form-style-3 .wpcf7-not-valid + .wpcf7-not-valid-tip {
margin-top: 5px;
}
div.wpcf7 .form-style-3 p {
margin: 0;
}
div.wpcf7 .form-style-3 textarea {
height: 45px;
min-height: 45px;
margin-bottom: 0 !important;
}
div.wpcf7 .form-style-3 .noscroll {
overflow: hidden;
}
div.wpcf7 .form-style-3 .hiddendiv {
display: none;
border-bottom: 1px solid #ddd;
width: 100%;
min-height: 45px;
padding: 10px 0;
word-wrap: break-word;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-weight: 400;
letter-spacing: 0.1px;
white-space: pre-wrap;
}
div.wpcf7 .form-style-3 .style-line {
position: relative;
display: inline-block;
width: 100%;
}
div.wpcf7 .form-style-3 .style-line .line {
display: block;
height: 1px;
width: 100%;
position: relative;
background-color: var(--theme-color-input_bd_color);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1;
margin-top: -1px;
}
div.wpcf7 .form-style-3 .style-line .line:before {
content: "";
display: block;
width: 0;
height: 1px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-color: var(--theme-color-text_dark);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
div.wpcf7 .form-style-3 .style-line input[type=text]:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=text]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type=text]:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=text]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type=number]:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=number]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type=number]:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=number]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type=email]:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=email]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type=email]:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=email]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type=url]:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=url]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type=url]:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=url]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type=tel]:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=tel]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type=tel]:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=tel]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type=password]:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=password]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type=password]:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=password]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type=search]:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=search]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type=search]:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line input[type=search]:active + .line:before, div.wpcf7 .form-style-3 .style-line select:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line select:focus + .line:before, div.wpcf7 .form-style-3 .style-line select:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line select:active + .line:before, div.wpcf7 .form-style-3 .style-line textarea:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-3 .style-line textarea:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line textarea:active + .line:before, div.wpcf7 .form-style-3 .style-line textarea.wp-editor-area:focus + * + .line:before,
div.wpcf7 .form-style-3 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-3 .style-line textarea.wp-editor-area:active + * + .line:before,
div.wpcf7 .form-style-3 .style-line textarea.wp-editor-area:active + .line:before {
width: 100%;
}
div.wpcf7 .form-style-3 .style-line:hover .line:before {
width: 100%;
}
div.wpcf7 .form-style-3 .style-line .wpcf7-not-valid ~ .line {
opacity: 0;
}
div.wpcf7 .form-style-3 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
display: block;
}
div.wpcf7 .form-style-3 .style-line[class*=icon-] textarea,
div.wpcf7 .form-style-3 .style-line[class*=icon-] select,
div.wpcf7 .form-style-3 .style-line[class*=icon-] input {
padding-left: 36px;
}
div.wpcf7 .form-style-3 .style-line[class*=icon-]:before {
color: var(--theme-color-input_text);
display: block;
font-family: "fontello";
font-size: 20px;
font-weight: 400;
position: absolute;
z-index: 1;
top: 7px;
left: 0;
}
div.wpcf7 .form-style-3 .style-line.icon-name:before {
content: "\e9ae";
}
div.wpcf7 .form-style-3 .style-line.icon-email:before {
content: "\e9a3";
font-size: 16px;
}
div.wpcf7 .form-style-3 .style-line.icon-phone:before {
content: "\e9b8";
}
div.wpcf7 .form-style-3 .style-line.icon-subject:before {
content: "\e9cd";
font-size: 22px;
}
div.wpcf7 .form-style-3 .style-line.icon-textarea:before {
content: "\e9e7";
font-size: 22px;
}
div.wpcf7 .form-style-3 + div.wpcf7-response-output {
margin: 35px 0 0;
}
div.wpcf7 .form-style-3 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-3 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-3 .ajax-loader + .acceptance,
div.wpcf7 .form-style-3 .wpcf7-spinner,
div.wpcf7 .form-style-3 .ajax-loader {
display: inline-block;
padding: 0;
margin: 0 15px;
vertical-align: middle;
line-height: 1;
}
div.wpcf7 .form-style-3 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-3 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-3 .ajax-loader + .acceptance {
margin: 12px 0;
}
div.wpcf7 .form-style-3 input[type=checkbox] + .wpcf7-list-item-label:before {
top: 0.4em;
}
div.wpcf7 .form-style-3 span.wpcf7-not-valid-tip {
margin-top: 0;
position: relative;
bottom: -12px;
} div.wpcf7 .form-style-4 .select_container, div.wpcf7 .form-style-4 textarea,
div.wpcf7 .form-style-4 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
margin-bottom: 0;
letter-spacing: 0.5px;
-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
}
div.wpcf7 .form-style-4 input[type=text], div.wpcf7 .form-style-4 input[type=number], div.wpcf7 .form-style-4 input[type=email], div.wpcf7 .form-style-4 input[type=url], div.wpcf7 .form-style-4 input[type=tel], div.wpcf7 .form-style-4 input[type=password], div.wpcf7 .form-style-4 input[type=search], div.wpcf7 .form-style-4 select, div.wpcf7 .form-style-4 textarea, div.wpcf7 .form-style-4 textarea.wp-editor-area {
padding: 13px 0;
line-height: 1.5em;
border-color: transparent;
}
div.wpcf7 .form-style-4 .columns_wrap > [class*=column-] {
padding-bottom: 25px;
}
div.wpcf7 .form-style-4 .style-line .wpcf7-form-control-wrap {
display: inline-block;
width: 100%;
}
div.wpcf7 .form-style-4 .wpcf7-not-valid {
margin-bottom: 0 !important;
}
div.wpcf7 .form-style-4 .wpcf7-not-valid + .wpcf7-not-valid-tip {
margin-top: 5px;
}
div.wpcf7 .form-style-4 p {
margin: 0;
}
div.wpcf7 .form-style-4 textarea {
height: 5.6em;
min-height: 4em;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.wpcf7 .form-style-4 .style-line {
position: relative;
display: inline-block;
width: 100%;
}
div.wpcf7 .form-style-4 .style-line .line {
display: block;
height: 1px;
width: 100%;
position: relative;
background-color: var(--theme-color-input_bd_color);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1;
margin-top: -1px;
}
div.wpcf7 .form-style-4 .style-line .line:before {
content: "";
display: block;
width: 0;
height: 1px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-color: var(--theme-color-text_dark);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
div.wpcf7 .form-style-4 .style-line input[type=text]:focus + .line:before, div.wpcf7 .form-style-4 .style-line input[type=text]:active + .line:before, div.wpcf7 .form-style-4 .style-line input[type=number]:focus + .line:before, div.wpcf7 .form-style-4 .style-line input[type=number]:active + .line:before, div.wpcf7 .form-style-4 .style-line input[type=email]:focus + .line:before, div.wpcf7 .form-style-4 .style-line input[type=email]:active + .line:before, div.wpcf7 .form-style-4 .style-line input[type=url]:focus + .line:before, div.wpcf7 .form-style-4 .style-line input[type=url]:active + .line:before, div.wpcf7 .form-style-4 .style-line input[type=tel]:focus + .line:before, div.wpcf7 .form-style-4 .style-line input[type=tel]:active + .line:before, div.wpcf7 .form-style-4 .style-line input[type=password]:focus + .line:before, div.wpcf7 .form-style-4 .style-line input[type=password]:active + .line:before, div.wpcf7 .form-style-4 .style-line input[type=search]:focus + .line:before, div.wpcf7 .form-style-4 .style-line input[type=search]:active + .line:before, div.wpcf7 .form-style-4 .style-line select:focus + .line:before, div.wpcf7 .form-style-4 .style-line select:active + .line:before, div.wpcf7 .form-style-4 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-4 .style-line textarea:active + .line:before, div.wpcf7 .form-style-4 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-4 .style-line textarea.wp-editor-area:active + .line:before {
width: 100%;
}
div.wpcf7 .form-style-4 .style-line:hover .line:before {
width: 100%;
}
div.wpcf7 .form-style-4 .style-line .wpcf7-not-valid ~ .line {
opacity: 0;
}
div.wpcf7 .form-style-4 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
display: block;
}
div.wpcf7 .form-style-4 .style-line[class*=icon-] textarea,
div.wpcf7 .form-style-4 .style-line[class*=icon-] select,
div.wpcf7 .form-style-4 .style-line[class*=icon-] input {
padding-left: 36px;
}
div.wpcf7 .form-style-4 .style-line[class*=icon-]:before {
color: var(--theme-color-input_text);
display: block;
font-family: "fontello";
font-size: 20px;
font-weight: 400;
position: absolute;
z-index: 1;
top: 10px;
left: 0;
}
div.wpcf7 .form-style-4 .style-line.icon-name:before {
content: "\e9ae";
}
div.wpcf7 .form-style-4 .style-line.icon-email:before {
content: "\e9a3";
font-size: 15px;
}
div.wpcf7 .form-style-4 .style-line.icon-phone:before {
content: "\e9b8";
}
div.wpcf7 .form-style-4 .style-line.icon-subject:before {
content: "\e9cd";
}
div.wpcf7 .form-style-4 .style-line.icon-textarea:before {
content: "\e9e7";
}
div.wpcf7 .form-style-4 + div.wpcf7-response-output {
margin: 37px 0 0;
}
div.wpcf7 .form-style-4 .wpcf7-submit-style {
margin-top: 25px;
}
div.wpcf7 .form-style-4 .wpcf7-form-control-wrap + .wpcf7-submit-style {
margin-top: 0 !important;
}
div.wpcf7 .form-style-4 [data-name*=acceptance],
div.wpcf7 .form-style-4 .acceptance {
margin-bottom: 30px;
}
div.wpcf7 .form-style-4 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-4 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-4 .ajax-loader + .acceptance,
div.wpcf7 .form-style-4 .wpcf7-spinner,
div.wpcf7 .form-style-4 .ajax-loader {
display: inline-block;
padding: 0;
margin: 0 15px;
vertical-align: middle;
line-height: 1;
}
div.wpcf7 .form-style-4 .wpcf7-spinner + .acceptance,
div.wpcf7 .form-style-4 .wpcf7-spinner + [data-name*=acceptance],
div.wpcf7 .form-style-4 .ajax-loader + .acceptance {
margin: 12px 0;
}
div.wpcf7 .form-style-4 input[type=checkbox] + .wpcf7-list-item-label:before {
top: 0.4em;
}
div.wpcf7 .form-style-4 span.wpcf7-not-valid-tip {
margin-top: 0;
position: relative;
bottom: -12px;
}