a66efe2f by Jeff Balicki

dd

1 parent 9037f592
......@@ -154,8 +154,10 @@ p {
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
......@@ -446,6 +448,10 @@ legend + * {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
}
::file-selector-button {
font: inherit;
}
......@@ -2200,6 +2206,8 @@ progress {
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
......@@ -2287,6 +2295,14 @@ progress {
.widget_archive select::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .widget_categories select::-moz-placeholder, .widget_archive select::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=search]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=range]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=month]:-ms-input-placeholder, .wpcf7 input[type=week]:-ms-input-placeholder, .wpcf7 input[type=time]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 input[type=datetime-local]:-ms-input-placeholder, .wpcf7 input[type=color]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=file]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .widget_categories select:-ms-input-placeholder, .widget_archive select:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
......@@ -2349,6 +2365,22 @@ progress {
background-color: #e9ecef;
opacity: 1;
}
.form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button, .wpcf7 input[type=search]::-webkit-file-upload-button, .wpcf7 input[type=url]::-webkit-file-upload-button, .wpcf7 input[type=tel]::-webkit-file-upload-button, .wpcf7 input[type=number]::-webkit-file-upload-button, .wpcf7 input[type=range]::-webkit-file-upload-button, .wpcf7 input[type=date]::-webkit-file-upload-button, .wpcf7 input[type=month]::-webkit-file-upload-button, .wpcf7 input[type=week]::-webkit-file-upload-button, .wpcf7 input[type=time]::-webkit-file-upload-button, .wpcf7 input[type=datetime]::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]::-webkit-file-upload-button, .wpcf7 input[type=color]::-webkit-file-upload-button, .wpcf7 input[type=email]::-webkit-file-upload-button, .wpcf7 input[type=file]::-webkit-file-upload-button, .wpcf7 input[type=submit]::-webkit-file-upload-button, .wpcf7 select::-webkit-file-upload-button, .wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button, .widget_archive select::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
......@@ -2370,6 +2402,7 @@ progress {
.widget_archive select::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
......@@ -2382,6 +2415,10 @@ progress {
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button, .wpcf7 input[type=search]::-webkit-file-upload-button, .wpcf7 input[type=url]::-webkit-file-upload-button, .wpcf7 input[type=tel]::-webkit-file-upload-button, .wpcf7 input[type=number]::-webkit-file-upload-button, .wpcf7 input[type=range]::-webkit-file-upload-button, .wpcf7 input[type=date]::-webkit-file-upload-button, .wpcf7 input[type=month]::-webkit-file-upload-button, .wpcf7 input[type=week]::-webkit-file-upload-button, .wpcf7 input[type=time]::-webkit-file-upload-button, .wpcf7 input[type=datetime]::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]::-webkit-file-upload-button, .wpcf7 input[type=color]::-webkit-file-upload-button, .wpcf7 input[type=email]::-webkit-file-upload-button, .wpcf7 input[type=file]::-webkit-file-upload-button, .wpcf7 input[type=submit]::-webkit-file-upload-button, .wpcf7 select::-webkit-file-upload-button, .wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button, .widget_archive select::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
.form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
......@@ -2404,6 +2441,9 @@ progress {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .widget_categories select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .widget_archive select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
......@@ -2446,6 +2486,7 @@ progress {
.widget_archive select::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
......@@ -2455,6 +2496,7 @@ progress {
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
......@@ -2477,6 +2519,7 @@ progress {
.wpcf7 select::-webkit-file-upload-button,
.wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button,
.widget_archive select::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
......@@ -2524,14 +2567,22 @@ progress {
font-size: 0.875rem;
border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
......@@ -2541,14 +2592,22 @@ progress {
font-size: 1.25rem;
border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
......@@ -2597,6 +2656,8 @@ textarea.form-control-lg {
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
......@@ -2656,7 +2717,10 @@ textarea.form-control-lg {
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
.form-check-input[type=checkbox] {
......@@ -2742,6 +2806,8 @@ textarea.form-control-lg {
height: 1.5rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-range:focus {
......@@ -2763,11 +2829,14 @@ textarea.form-control-lg {
background-color: #5533ff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
......@@ -2789,11 +2858,14 @@ textarea.form-control-lg {
background-color: #5533ff;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
......@@ -2882,6 +2954,12 @@ textarea.form-control-lg {
.widget_archive .form-floating > select {
padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .widget_categories .form-floating > select::-moz-placeholder, .widget_archive .form-floating > select::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 .form-floating > input[type=text]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=search]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=url]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=tel]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=number]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=range]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=date]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=month]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=week]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=time]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=datetime]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=datetime-local]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=color]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=email]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=file]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=submit]:-ms-input-placeholder, .wpcf7 .form-floating > select:-ms-input-placeholder, .wpcf7 .form-floating > textarea:-ms-input-placeholder, .widget_categories .form-floating > select:-ms-input-placeholder, .widget_archive .form-floating > select:-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder,
.wpcf7 .form-floating > input[type=search]::placeholder,
.wpcf7 .form-floating > input[type=url]::placeholder,
......@@ -2903,6 +2981,14 @@ textarea.form-control-lg {
.widget_archive .form-floating > select::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .widget_categories .form-floating > select:not(:-moz-placeholder-shown), .widget_archive .form-floating > select:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=text]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=search]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=url]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=tel]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=number]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=range]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=date]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=month]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=week]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=time]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=datetime]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=datetime-local]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=color]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=email]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=file]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=submit]:not(:-ms-input-placeholder), .wpcf7 .form-floating > select:not(:-ms-input-placeholder), .wpcf7 .form-floating > textarea:not(:-ms-input-placeholder), .widget_categories .form-floating > select:not(:-ms-input-placeholder), .widget_archive .form-floating > select:not(:-ms-input-placeholder) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus,
.wpcf7 .form-floating > input[type=search]:focus,
.wpcf7 .form-floating > input[type=url]:focus,
......@@ -2969,6 +3055,14 @@ textarea.form-control-lg {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:-moz-placeholder-shown) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > select:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > textarea:not(:-ms-input-placeholder) ~ label, .widget_categories .form-floating > select:not(:-ms-input-placeholder) ~ label, .widget_archive .form-floating > select:not(:-ms-input-placeholder) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label,
.wpcf7 .form-floating > input[type=search]:focus ~ label,
.wpcf7 .form-floating > input[type=url]:focus ~ label,
......@@ -3890,6 +3984,9 @@ textarea.form-control-lg {
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
......@@ -5941,6 +6038,12 @@ textarea.form-control-lg {
color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
......@@ -5978,10 +6081,12 @@ textarea.form-control-lg {
}
.progress-bar-animated {
-webkit-animation: 1s linear infinite progress-bar-stripes;
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
......@@ -6343,6 +6448,9 @@ textarea.form-control-lg {
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
......@@ -6370,6 +6478,8 @@ textarea.form-control-lg {
}
.toast-container {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
......@@ -6936,6 +7046,7 @@ textarea.form-control-lg {
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
......@@ -7117,6 +7228,12 @@ textarea.form-control-lg {
color: #000;
}
@-webkit-keyframes spinner-border {
to {
transform: rotate(360deg) /* rtl:ignore */;
}
}
@keyframes spinner-border {
to {
transform: rotate(360deg) /* rtl:ignore */;
......@@ -7130,6 +7247,7 @@ textarea.form-control-lg {
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: 0.75s linear infinite spinner-border;
animation: 0.75s linear infinite spinner-border;
}
......@@ -7139,6 +7257,16 @@ textarea.form-control-lg {
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
@keyframes spinner-grow {
0% {
transform: scale(0);
......@@ -7156,6 +7284,7 @@ textarea.form-control-lg {
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: 0.75s linear infinite spinner-grow;
animation: 0.75s linear infinite spinner-grow;
}
......@@ -7167,6 +7296,7 @@ textarea.form-control-lg {
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
}
......@@ -7294,22 +7424,40 @@ textarea.form-control-lg {
}
.placeholder-glow .placeholder {
-webkit-animation: placeholder-glow 2s ease-in-out infinite;
animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
@keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
.placeholder-wave {
-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
-webkit-mask-size: 200% 100%;
mask-size: 200% 100%;
-webkit-animation: placeholder-wave 2s linear infinite;
animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
100% {
-webkit-mask-position: -200% 0%;
mask-position: -200% 0%;
}
}
@keyframes placeholder-wave {
100% {
-webkit-mask-position: -200% 0%;
mask-position: -200% 0%;
}
}
......@@ -7425,6 +7573,7 @@ textarea.form-control-lg {
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
......@@ -7432,6 +7581,7 @@ textarea.form-control-lg {
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
......@@ -7439,6 +7589,7 @@ textarea.form-control-lg {
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
......@@ -7446,6 +7597,7 @@ textarea.form-control-lg {
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
......@@ -7453,6 +7605,7 @@ textarea.form-control-lg {
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
......@@ -7460,6 +7613,7 @@ textarea.form-control-lg {
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
......@@ -7662,6 +7816,7 @@ textarea.form-control-lg {
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
......@@ -8770,14 +8925,22 @@ textarea.form-control-lg {
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
......@@ -12384,7 +12547,7 @@ figure.woocommerce-product-gallery__wrapper {
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 0.875rem/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
......@@ -12488,56 +12651,42 @@ figure.woocommerce-product-gallery__wrapper {
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
......@@ -15468,9 +15617,9 @@ figure.woocommerce-product-gallery__wrapper {
p {
font-family: "Calibri";
font-size: 18px;
font-size: 1.125rem;
color: #5b6770;
line-height: 21px;
line-height: 1.3125rem;
}
strong {
......@@ -15478,22 +15627,22 @@ strong {
}
ol li {
font-size: 18px;
font-size: 1.125rem;
color: #5b6770;
line-height: 21px;
line-height: 1.3125rem;
margin-bottom: 15px;
}
h1, .h1 {
font-family: "Calibri-bold";
color: #fff;
font-size: 60px;
font-size: 3.75rem;
text-shadow: 0px 3px 3px #00000059;
}
h2, .h2 {
font-family: "Calibri-bold";
font-size: 40px;
font-size: 2.5rem;
color: #012169;
margin-bottom: 30px;
margin-top: 20px;
......@@ -15502,7 +15651,7 @@ h2, .h2 {
h3, .h3 {
font-family: "Calibri-bold";
font-size: 20px;
font-size: 1.25rem;
color: #012169;
margin-bottom: 30px;
margin-top: 20px;
......@@ -15511,7 +15660,7 @@ h3, .h3 {
h4, .h4 {
font-family: "Calibri-bold";
font-size: 30px;
font-size: 1.875rem;
color: #012169;
margin-bottom: 30px;
margin-top: 20px;
......@@ -15660,7 +15809,7 @@ h4, .h4 {
.header-image .header-text h1, .header-image .header-text .h1 {
font-family: "Calibri-bold";
color: #fff;
font-size: 60px;
font-size: 3.75rem;
text-shadow: 0px 3px 3px #00000059;
}
@media (max-width: 768px) {
......@@ -15671,7 +15820,7 @@ h4, .h4 {
.header-image .header-text h2, .header-image .header-text .h2 {
font-family: "Calibri-bold";
color: #fff;
font-size: 34px;
font-size: 2.125rem;
text-shadow: 0px 3px 3px #00000059;
text-transform: none !important;
}
......@@ -15695,14 +15844,14 @@ h4, .h4 {
.numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 {
font-family: "Calibri-bold";
color: #fff;
font-size: 36px;
font-size: 2.25rem;
display: none;
}
@media (max-width: 768px) {
.numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 {
display: block;
font-size: 36px;
line-height: 38px;
font-size: 2.25rem;
line-height: 2.375rem;
}
}
@media (max-width: 800px) {
......@@ -15723,18 +15872,18 @@ h4, .h4 {
}
.numbers-top .wp-block-column:first-child p {
color: #fff;
font-size: 30px;
line-height: 34px;
font-size: 1.875rem;
line-height: 2.125rem;
}
@media (max-width: 768px) {
.numbers-top .wp-block-column:first-child p {
font-size: 18px;
line-height: 21px;
font-size: 1.125rem;
line-height: 1.3125rem;
}
}
.numbers-top .wp-block-column:first-child span {
color: #fff;
font-size: 14px;
font-size: 0.875rem;
display: block;
float: right;
margin-top: 10px;
......@@ -15777,7 +15926,7 @@ h4, .h4 {
margin-top: -15px;
color: #fff;
width: 100%;
font-size: 18px;
font-size: 1.125rem;
}
@media (min-width: 800px) and (max-width: 1000px) {
.numbers-top .wp-block-column:last-child p {
......@@ -15786,9 +15935,9 @@ h4, .h4 {
}
.numbers-top .wp-block-column:last-child span.doller-number {
font-family: "Calibri-bold";
font-size: 205px;
font-size: 12.8125rem;
color: #fff;
line-height: 100px;
line-height: 6.25rem;
display: inline-block;
}
@media (min-width: 800px) and (max-width: 1000px) {
......@@ -15798,7 +15947,7 @@ h4, .h4 {
}
.numbers-top .wp-block-column:last-child span.doller-sign {
font-family: "Calibri-bold";
font-size: 100px;
font-size: 6.25rem;
color: #fff;
display: inline-block;
margin-top: -100px;
......@@ -15858,7 +16007,7 @@ h4, .h4 {
}
@media (max-width: 768px) {
.numbers-second .wp-block-column:first-child h2, .numbers-second .wp-block-column:first-child .h2 {
font-size: 28px;
font-size: 1.75rem;
}
}
.numbers-second .wp-block-column:first-child a.wp-block-button__link {
......@@ -15866,7 +16015,7 @@ h4, .h4 {
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri-bold";
font-size: 30px;
font-size: 1.875rem;
padding: 15px 70px;
border-radius: 0px;
width: 368px;
......@@ -15955,19 +16104,19 @@ h4, .h4 {
margin-top: -15px;
color: #fff;
width: 100%;
font-size: 18px;
font-size: 1.125rem;
}
.numbers-second .wp-block-column:last-child h3, .numbers-second .wp-block-column:last-child .h3 {
font-family: "Calibri-bold";
text-transform: uppercase;
font-size: 40px;
font-size: 2.5rem;
color: #fff;
margin-bottom: 20px;
margin-top: 20px;
}
@media (min-width: 800px) and (max-width: 1000px) {
.numbers-second .wp-block-column:last-child h3, .numbers-second .wp-block-column:last-child .h3 {
font-size: 36px;
font-size: 2.25rem;
}
}
......@@ -16021,8 +16170,8 @@ h4, .h4 {
overflow: auto;
}
.wp-block-group.register .terms p {
font-size: 18px;
line-height: 21px;
font-size: 1.125rem;
line-height: 1.3125rem;
}
.wp-block-group.register .thank-you {
display: none;
......@@ -16081,7 +16230,7 @@ h4, .h4 {
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri-bold";
font-size: 20px;
font-size: 1.25rem;
padding: 5px 50px !important;
border-radius: 0px;
color: #fff;
......@@ -16210,7 +16359,7 @@ h4, .h4 {
}
.wp-block-group.register .wpcf7 .chars-count {
text-transform: none;
font-size: 14px;
font-size: 0.875rem;
}
.wp-block-group.register .wpcf7 .acceptance-548 {
text-transform: none;
......@@ -16373,8 +16522,8 @@ a.find {
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri";
font-size: 20px;
line-height: 20px;
font-size: 1.25rem;
line-height: 1.25rem;
padding: 2px 50px 17px 60px;
border-radius: 0px;
width: 330px;
......@@ -16520,8 +16669,8 @@ ss3-force-full-width {
.page-template-numbers-page div#n2-ss-2item2,
.page-template-numbers-page div#n2-ss-2item3 {
font-family: "Calibri-bold" !important;
font-size: 60px !important;
line-height: 60px !important;
font-size: 3.75rem !important;
line-height: 3.75rem !important;
text-shadow: 0px 3px 3px #00000059 !important;
}
@media screen and (max-width: 768px) {
......@@ -16533,7 +16682,7 @@ ss3-force-full-width {
.page-template-numbers-page div#n2-ss-2item1,
.page-template-numbers-page div#n2-ss-2item2,
.page-template-numbers-page div#n2-ss-2item3 {
font-size: 36px !important;
font-size: 2.25rem !important;
line-height: 38 !important;
margin-left: -15px;
}
......@@ -16550,14 +16699,14 @@ ss3-force-full-width {
}
.intro p {
font-family: "Calibri";
font-size: 30px;
font-size: 1.875rem;
color: #fff;
line-height: 34px;
line-height: 2.125rem;
}
@media (max-width: 600px) {
.intro p {
line-height: 21px;
font-size: 18px;
line-height: 1.3125rem;
font-size: 1.125rem;
}
}
@media (max-width: 1300px) {
......@@ -16599,9 +16748,9 @@ ss3-force-full-width {
}
.yellow p {
font-family: "Calibri";
font-size: 18px;
font-size: 1.125rem;
color: #333F48;
line-height: 21px;
line-height: 1.3125rem;
}
@media (max-width: 1300px) {
.yellow {
......@@ -16638,30 +16787,30 @@ ss3-force-full-width {
}
.yellow span.number-big {
font-family: "Calibri-bold";
font-size: 182px;
font-size: 11.375rem;
color: #012169;
line-height: 180px;
line-height: 11.25rem;
}
@media (max-width: 1300px) {
.yellow span.number-big {
line-height: 120px;
font-size: 130px;
line-height: 7.5rem;
font-size: 8.125rem;
display: inline-block;
padding-right: 10px;
}
}
.yellow span.number-med {
font-family: "Calibri-bold";
font-size: 37px;
font-size: 2.3125rem;
color: #333F48;
margin-left: 0px;
}
@media (max-width: 1300px) {
.yellow span.number-med {
font-size: 28px;
font-size: 1.75rem;
display: inline-block;
width: 50%;
line-height: 30px;
line-height: 1.875rem;
}
}
.yellow span.number-med.last {
......@@ -16753,14 +16902,14 @@ ss3-force-full-width {
margin-bottom: -60px;
color: #fff;
font-family: "Calibri-bold";
font-size: 40px;
font-size: 2.5rem;
text-transform: uppercase;
line-height: 150px;
line-height: 9.375rem;
margin-left: -10px;
}
@media (max-width: 800px) {
.numbers-block h3, .numbers-block .h3 {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.5rem;
margin-bottom: 0px;
}
......@@ -16768,8 +16917,8 @@ ss3-force-full-width {
.numbers-block h3 span, .numbers-block .h3 span {
display: inline-block;
width: 70%;
line-height: 32px;
font-size: 30px;
line-height: 2rem;
font-size: 1.875rem;
}
@media (max-width: 800px) {
.numbers-block h3 span, .numbers-block .h3 span {
......@@ -16777,7 +16926,7 @@ ss3-force-full-width {
}
}
.numbers-block h3 span.number, .numbers-block .h3 span.number {
font-size: 180px;
font-size: 11.25rem;
width: 30%;
padding-right: 10px;
}
......@@ -16789,21 +16938,21 @@ ss3-force-full-width {
@media (max-width: 800px) {
.numbers-block h3 span.number, .numbers-block .h3 span.number {
width: unset;
font-size: 135px;
font-size: 8.4375rem;
}
}
.numbers-block p {
color: #fff;
font-family: "Calibri";
font-size: 18px;
line-height: 21px;
font-size: 1.125rem;
line-height: 1.3125rem;
}
.find-text {
color: #5B6770;
font-family: "Calibri";
font-size: 40px;
line-height: 44px;
font-size: 2.5rem;
line-height: 2.75rem;
width: 79%;
display: inline-block;
}
......@@ -16811,8 +16960,8 @@ ss3-force-full-width {
.find-text {
width: 100%;
display: block;
font-size: 28px;
line-height: 32px;
font-size: 1.75rem;
line-height: 2rem;
margin-top: -30px;
}
}
......@@ -16820,8 +16969,8 @@ ss3-force-full-width {
.find-number {
color: #012169;
font-family: "Calibri-bold";
font-size: 205px;
line-height: 150px;
font-size: 12.8125rem;
line-height: 9.375rem;
width: 20%;
display: inline-block;
padding-right: 30px;
......@@ -16832,8 +16981,8 @@ ss3-force-full-width {
text-align: left;
width: 100%;
display: block;
font-size: 135px;
line-height: 150px;
font-size: 8.4375rem;
line-height: 9.375rem;
margin-top: -30px;
}
}
......@@ -16881,7 +17030,7 @@ ss3-force-full-width {
}
.modal-body p {
font-size: 20px;
font-size: 1.25rem;
}
.modal {
......@@ -16910,7 +17059,7 @@ ss3-force-full-width {
@media (max-width: 786px) {
#exampleModal .modal-content,
#exampleModalLong .modal-content {
font-size: 20px;
font-size: 1.25rem;
padding: 20px;
}
}
......@@ -16927,7 +17076,7 @@ ss3-force-full-width {
background-color: #012169 !important;
text-transform: uppercase !important;
font-family: "Calibri-bold" !important;
font-size: 20px !important;
font-size: 1.25rem !important;
padding: 5px 70px !important;
border-radius: 0px !important;
color: #fff !important;
......@@ -16953,7 +17102,7 @@ ss3-force-full-width {
#exampleModalLong .modal-dialog {
width: 850px;
margin-top: 1%;
font-size: 16px !important;
font-size: 1rem !important;
max-width: unset !important;
}
@media (max-width: 786px) {
......@@ -16966,19 +17115,19 @@ ss3-force-full-width {
}
#exampleModal .wpcf7 label,
#exampleModalLong .wpcf7 label {
font-size: 16px !important;
font-size: 1rem !important;
color: #5B6770;
}
#exampleModal h5.modal-title, #exampleModal .modal-title.h5,
#exampleModalLong h5.modal-title,
#exampleModalLong .modal-title.h5 {
margin-bottom: 5px;
font-size: 25px !important;
font-size: 1.5625rem !important;
color: #012169 !important;
}
#exampleModal p,
#exampleModalLong p {
font-size: 16px;
font-size: 1rem;
color: #54565A;
}
#exampleModal a,
......@@ -17030,6 +17179,8 @@ ss3-force-full-width {
color: #012169 !important;
font-weight: 100;
opacity: 1;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
cursor: pointer;
......@@ -17062,13 +17213,8 @@ ss3-force-full-width {
#exampleModal .service-choose-container,
#exampleModalLong .service-choose-container {
max-width: 530px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 10px 0;
}
......@@ -17079,7 +17225,7 @@ ss3-force-full-width {
flex-direction: row-reverse;
justify-content: flex-end;
cursor: pointer;
font-size: 22px;
font-size: 1.375rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
......@@ -17098,8 +17244,8 @@ ss3-force-full-width {
#exampleModal {
min-height: 400px !important;
font-size: 18px !important;
line-height: 21px !important;
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
#exampleModal .req {
position: absolute;
......@@ -17117,19 +17263,19 @@ ss3-force-full-width {
max-width: unset !important;
}
#exampleModal label {
font-size: 18px !important;
line-height: 21px !important;
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
#exampleModal .wpcf7-list-item-label {
font-family: "Calibri-bold";
font-size: 18px !important;
line-height: 21px !important;
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
#exampleModal label.your-name {
width: 49% !important;
margin-right: 15px;
font-size: 18px !important;
line-height: 21px !important;
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
@media (max-width: 786px) {
#exampleModal label.your-name {
......@@ -17143,8 +17289,8 @@ ss3-force-full-width {
#exampleModal label.your-email {
width: 49% !important;
margin-right: 0px;
font-size: 18px !important;
line-height: 21px !important;
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
@media (max-width: 786px) {
#exampleModal label.your-email {
......@@ -17324,13 +17470,13 @@ input[type=radio]:checked {
}
.download-copy {
line-height: 44px !important;
font-size: 40px !important;
line-height: 2.75rem !important;
font-size: 2.5rem !important;
}
@media (max-width: 786px) {
.download-copy {
line-height: 32px !important;
font-size: 28px !important;
line-height: 2rem !important;
font-size: 1.75rem !important;
}
}
......@@ -17352,12 +17498,12 @@ input[type=radio]:checked {
height: 56px;
vertical-align: middle;
padding-top: 15px !important;
font-size: 20px !important;
font-size: 1.25rem !important;
}
@media (max-width: 786px) {
.download-button .wp-block-button__link {
width: 100%;
font-size: 18px !important;
font-size: 1.125rem !important;
}
}
......@@ -17382,18 +17528,18 @@ input[type=radio]:checked {
}
@media (max-width: 786px) {
.download-cont h2, .download-cont .h2 {
font-size: 28px !important;
font-size: 1.75rem !important;
}
}
.download-cont p {
color: #333F48;
font-size: 20px;
line-height: 21px;
font-size: 1.25rem;
line-height: 1.3125rem;
}
@media (max-width: 786px) {
.download-cont p {
font-size: 18px !important;
line-height: 21px !important;
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
}
......@@ -17421,7 +17567,6 @@ body {
background: white;
z-index: 9;
max-height: 69px;
-webkit-box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.43);
box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.43);
}
#wrapper-navbar.sub .navbar {
......@@ -17430,7 +17575,7 @@ body {
}
.wrapper.sub {
font-size: 18px;
font-size: 1.125rem;
}
#full-width-page-wrapper.sub {
......@@ -17444,26 +17589,26 @@ body {
}
}
#full-width-page-wrapper.sub h1, #full-width-page-wrapper.sub .h1 {
font: normal normal bold 60px/60px Calibri;
font: normal normal bold 3.75rem/3.75rem Calibri;
color: #012169;
text-shadow: none;
font-family: "Calibri-bold";
}
#full-width-page-wrapper.sub h2, #full-width-page-wrapper.sub .h2 {
font: normal normal bold 40px/50px Calibri;
font: normal normal bold 2.5rem/3.125rem Calibri;
font-family: "Calibri-bold";
margin-top: 60px;
color: #012169;
}
#full-width-page-wrapper.sub h3, #full-width-page-wrapper.sub .h3 {
font: normal normal bold 30px/40px Calibri;
font: normal normal bold 1.875rem/2.5rem Calibri;
font-family: "Calibri-bold";
margin-top: 60px;
color: #012169;
margin-bottom: 5px;
}
#full-width-page-wrapper.sub h4, #full-width-page-wrapper.sub .h4 {
font: normal normal bold 20px/30px Calibri;
font: normal normal bold 1.25rem/1.875rem Calibri;
font-family: "Calibri-bold";
margin-top: 60px;
color: #012169;
......@@ -17476,7 +17621,7 @@ body {
color: #5B6770;
}
#full-width-page-wrapper.sub p.frist {
font: normal normal normal 30px/34px Calibri;
font: normal normal normal 1.875rem/2.125rem Calibri;
}
#full-width-page-wrapper.sub ol.alphabetical_list {
list-style: none;
......@@ -17493,7 +17638,7 @@ body {
}
#full-width-page-wrapper.sub li {
color: #5B6770;
line-height: 21px;
line-height: 1.3125rem;
padding-bottom: 10px;
}
#full-width-page-wrapper.sub table {
......@@ -17520,7 +17665,7 @@ body {
}
}
#full-width-page-wrapper.sub table tr td strong {
font-size: 18px;
font-size: 1.125rem;
}
#full-width-page-wrapper.sub table tr:nth-child(odd) {
background-color: #E5E6E6;
......@@ -17544,7 +17689,7 @@ body {
}
#full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong {
font-family: "Calibri-bold";
font-size: 18px;
font-size: 1.125rem;
}
#full-width-page-wrapper.sub a.wp-block-button__link:focus,
#full-width-page-wrapper.sub a.wp-block-button__link:hover {
......@@ -17588,7 +17733,7 @@ body {
a.wp-block-button__link {
background-color: #012169;
text-transform: uppercase;
font-size: 18px;
font-size: 1.125rem;
border-radius: 0px;
padding: 15px 15px;
color: #fff !important;
......@@ -17631,7 +17776,7 @@ a.wp-block-button__link:hover {
}
}
.footer-widget p {
font-size: 14px;
font-size: 0.875rem;
text-align: right;
margin-top: 0px;
color: #fff;
......@@ -17657,7 +17802,7 @@ a.wp-block-button__link:hover {
}
}
.footer-left p {
line-height: 17px;
line-height: 1.0625rem;
position: relative;
right: 0px;
text-align: left;
......@@ -17699,7 +17844,6 @@ ul.social li {
display: inline-block;
}
ul.social li a {
-webkit-transition: none !important;
transition: none !important;
display: inline-block;
width: 36px !important;
......@@ -18129,6 +18273,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
.wpcf7 .wpcf7-validation-errors {
color: theme-color("danger");
border: 1px solid #e9ecef;
}
/*# sourceMappingURL=child-theme.css.map */
}
\ No newline at end of file
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -94,8 +94,10 @@ p {
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
......@@ -386,6 +388,10 @@ legend + * {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
}
::file-selector-button {
font: inherit;
}
......@@ -1150,4 +1156,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
font-weight: 500;
}
/*# sourceMappingURL=custom-editor-style.css.map */
/*# sourceMappingURL=custom-editor-style.css.map */
\ No newline at end of file
......
This diff could not be displayed because it is too large.