dd
Showing
6 changed files
with
281 additions
and
133 deletions
| ... | @@ -154,8 +154,10 @@ p { | ... | @@ -154,8 +154,10 @@ p { |
| 154 | 154 | ||
| 155 | abbr[title], | 155 | abbr[title], |
| 156 | abbr[data-bs-original-title] { | 156 | abbr[data-bs-original-title] { |
| 157 | -webkit-text-decoration: underline dotted; | ||
| 157 | text-decoration: underline dotted; | 158 | text-decoration: underline dotted; |
| 158 | cursor: help; | 159 | cursor: help; |
| 160 | -webkit-text-decoration-skip-ink: none; | ||
| 159 | text-decoration-skip-ink: none; | 161 | text-decoration-skip-ink: none; |
| 160 | } | 162 | } |
| 161 | 163 | ||
| ... | @@ -446,6 +448,10 @@ legend + * { | ... | @@ -446,6 +448,10 @@ legend + * { |
| 446 | padding: 0; | 448 | padding: 0; |
| 447 | } | 449 | } |
| 448 | 450 | ||
| 451 | ::-webkit-file-upload-button { | ||
| 452 | font: inherit; | ||
| 453 | } | ||
| 454 | |||
| 449 | ::file-selector-button { | 455 | ::file-selector-button { |
| 450 | font: inherit; | 456 | font: inherit; |
| 451 | } | 457 | } |
| ... | @@ -2200,6 +2206,8 @@ progress { | ... | @@ -2200,6 +2206,8 @@ progress { |
| 2200 | background-color: #fff; | 2206 | background-color: #fff; |
| 2201 | background-clip: padding-box; | 2207 | background-clip: padding-box; |
| 2202 | border: 1px solid #ced4da; | 2208 | border: 1px solid #ced4da; |
| 2209 | -webkit-appearance: none; | ||
| 2210 | -moz-appearance: none; | ||
| 2203 | appearance: none; | 2211 | appearance: none; |
| 2204 | border-radius: 0.25rem; | 2212 | border-radius: 0.25rem; |
| 2205 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2213 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| ... | @@ -2287,6 +2295,14 @@ progress { | ... | @@ -2287,6 +2295,14 @@ progress { |
| 2287 | .widget_archive select::-webkit-date-and-time-value { | 2295 | .widget_archive select::-webkit-date-and-time-value { |
| 2288 | height: 1.5em; | 2296 | height: 1.5em; |
| 2289 | } | 2297 | } |
| 2298 | .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 { | ||
| 2299 | color: #6c757d; | ||
| 2300 | opacity: 1; | ||
| 2301 | } | ||
| 2302 | .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 { | ||
| 2303 | color: #6c757d; | ||
| 2304 | opacity: 1; | ||
| 2305 | } | ||
| 2290 | .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder, | 2306 | .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder, |
| 2291 | .wpcf7 input[type=search]::placeholder, | 2307 | .wpcf7 input[type=search]::placeholder, |
| 2292 | .wpcf7 input[type=url]::placeholder, | 2308 | .wpcf7 input[type=url]::placeholder, |
| ... | @@ -2349,6 +2365,22 @@ progress { | ... | @@ -2349,6 +2365,22 @@ progress { |
| 2349 | background-color: #e9ecef; | 2365 | background-color: #e9ecef; |
| 2350 | opacity: 1; | 2366 | opacity: 1; |
| 2351 | } | 2367 | } |
| 2368 | .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 { | ||
| 2369 | padding: 0.375rem 0.75rem; | ||
| 2370 | margin: -0.375rem -0.75rem; | ||
| 2371 | -webkit-margin-end: 0.75rem; | ||
| 2372 | margin-inline-end: 0.75rem; | ||
| 2373 | color: #212529; | ||
| 2374 | background-color: #e9ecef; | ||
| 2375 | pointer-events: none; | ||
| 2376 | border-color: inherit; | ||
| 2377 | border-style: solid; | ||
| 2378 | border-width: 0; | ||
| 2379 | border-inline-end-width: 1px; | ||
| 2380 | border-radius: 0; | ||
| 2381 | -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; | ||
| 2382 | 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; | ||
| 2383 | } | ||
| 2352 | .form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button, | 2384 | .form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button, |
| 2353 | .wpcf7 input[type=search]::file-selector-button, | 2385 | .wpcf7 input[type=search]::file-selector-button, |
| 2354 | .wpcf7 input[type=url]::file-selector-button, | 2386 | .wpcf7 input[type=url]::file-selector-button, |
| ... | @@ -2370,6 +2402,7 @@ progress { | ... | @@ -2370,6 +2402,7 @@ progress { |
| 2370 | .widget_archive select::file-selector-button { | 2402 | .widget_archive select::file-selector-button { |
| 2371 | padding: 0.375rem 0.75rem; | 2403 | padding: 0.375rem 0.75rem; |
| 2372 | margin: -0.375rem -0.75rem; | 2404 | margin: -0.375rem -0.75rem; |
| 2405 | -webkit-margin-end: 0.75rem; | ||
| 2373 | margin-inline-end: 0.75rem; | 2406 | margin-inline-end: 0.75rem; |
| 2374 | color: #212529; | 2407 | color: #212529; |
| 2375 | background-color: #e9ecef; | 2408 | background-color: #e9ecef; |
| ... | @@ -2382,6 +2415,10 @@ progress { | ... | @@ -2382,6 +2415,10 @@ progress { |
| 2382 | 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; | 2415 | 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; |
| 2383 | } | 2416 | } |
| 2384 | @media (prefers-reduced-motion: reduce) { | 2417 | @media (prefers-reduced-motion: reduce) { |
| 2418 | .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 { | ||
| 2419 | -webkit-transition: none; | ||
| 2420 | transition: none; | ||
| 2421 | } | ||
| 2385 | .form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button, | 2422 | .form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button, |
| 2386 | .wpcf7 input[type=search]::file-selector-button, | 2423 | .wpcf7 input[type=search]::file-selector-button, |
| 2387 | .wpcf7 input[type=url]::file-selector-button, | 2424 | .wpcf7 input[type=url]::file-selector-button, |
| ... | @@ -2404,6 +2441,9 @@ progress { | ... | @@ -2404,6 +2441,9 @@ progress { |
| 2404 | transition: none; | 2441 | transition: none; |
| 2405 | } | 2442 | } |
| 2406 | } | 2443 | } |
| 2444 | .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 { | ||
| 2445 | background-color: #dde0e3; | ||
| 2446 | } | ||
| 2407 | .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, | 2447 | .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, |
| 2408 | .wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button, | 2448 | .wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button, |
| 2409 | .wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button, | 2449 | .wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button, |
| ... | @@ -2446,6 +2486,7 @@ progress { | ... | @@ -2446,6 +2486,7 @@ progress { |
| 2446 | .widget_archive select::-webkit-file-upload-button { | 2486 | .widget_archive select::-webkit-file-upload-button { |
| 2447 | padding: 0.375rem 0.75rem; | 2487 | padding: 0.375rem 0.75rem; |
| 2448 | margin: -0.375rem -0.75rem; | 2488 | margin: -0.375rem -0.75rem; |
| 2489 | -webkit-margin-end: 0.75rem; | ||
| 2449 | margin-inline-end: 0.75rem; | 2490 | margin-inline-end: 0.75rem; |
| 2450 | color: #212529; | 2491 | color: #212529; |
| 2451 | background-color: #e9ecef; | 2492 | background-color: #e9ecef; |
| ... | @@ -2455,6 +2496,7 @@ progress { | ... | @@ -2455,6 +2496,7 @@ progress { |
| 2455 | border-width: 0; | 2496 | border-width: 0; |
| 2456 | border-inline-end-width: 1px; | 2497 | border-inline-end-width: 1px; |
| 2457 | border-radius: 0; | 2498 | border-radius: 0; |
| 2499 | -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; | ||
| 2458 | 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; | 2500 | 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; |
| 2459 | } | 2501 | } |
| 2460 | @media (prefers-reduced-motion: reduce) { | 2502 | @media (prefers-reduced-motion: reduce) { |
| ... | @@ -2477,6 +2519,7 @@ progress { | ... | @@ -2477,6 +2519,7 @@ progress { |
| 2477 | .wpcf7 select::-webkit-file-upload-button, | 2519 | .wpcf7 select::-webkit-file-upload-button, |
| 2478 | .wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button, | 2520 | .wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button, |
| 2479 | .widget_archive select::-webkit-file-upload-button { | 2521 | .widget_archive select::-webkit-file-upload-button { |
| 2522 | -webkit-transition: none; | ||
| 2480 | transition: none; | 2523 | transition: none; |
| 2481 | } | 2524 | } |
| 2482 | } | 2525 | } |
| ... | @@ -2524,14 +2567,22 @@ progress { | ... | @@ -2524,14 +2567,22 @@ progress { |
| 2524 | font-size: 0.875rem; | 2567 | font-size: 0.875rem; |
| 2525 | border-radius: 0.2rem; | 2568 | border-radius: 0.2rem; |
| 2526 | } | 2569 | } |
| 2570 | .form-control-sm::-webkit-file-upload-button { | ||
| 2571 | padding: 0.25rem 0.5rem; | ||
| 2572 | margin: -0.25rem -0.5rem; | ||
| 2573 | -webkit-margin-end: 0.5rem; | ||
| 2574 | margin-inline-end: 0.5rem; | ||
| 2575 | } | ||
| 2527 | .form-control-sm::file-selector-button { | 2576 | .form-control-sm::file-selector-button { |
| 2528 | padding: 0.25rem 0.5rem; | 2577 | padding: 0.25rem 0.5rem; |
| 2529 | margin: -0.25rem -0.5rem; | 2578 | margin: -0.25rem -0.5rem; |
| 2579 | -webkit-margin-end: 0.5rem; | ||
| 2530 | margin-inline-end: 0.5rem; | 2580 | margin-inline-end: 0.5rem; |
| 2531 | } | 2581 | } |
| 2532 | .form-control-sm::-webkit-file-upload-button { | 2582 | .form-control-sm::-webkit-file-upload-button { |
| 2533 | padding: 0.25rem 0.5rem; | 2583 | padding: 0.25rem 0.5rem; |
| 2534 | margin: -0.25rem -0.5rem; | 2584 | margin: -0.25rem -0.5rem; |
| 2585 | -webkit-margin-end: 0.5rem; | ||
| 2535 | margin-inline-end: 0.5rem; | 2586 | margin-inline-end: 0.5rem; |
| 2536 | } | 2587 | } |
| 2537 | 2588 | ||
| ... | @@ -2541,14 +2592,22 @@ progress { | ... | @@ -2541,14 +2592,22 @@ progress { |
| 2541 | font-size: 1.25rem; | 2592 | font-size: 1.25rem; |
| 2542 | border-radius: 0.3rem; | 2593 | border-radius: 0.3rem; |
| 2543 | } | 2594 | } |
| 2595 | .form-control-lg::-webkit-file-upload-button { | ||
| 2596 | padding: 0.5rem 1rem; | ||
| 2597 | margin: -0.5rem -1rem; | ||
| 2598 | -webkit-margin-end: 1rem; | ||
| 2599 | margin-inline-end: 1rem; | ||
| 2600 | } | ||
| 2544 | .form-control-lg::file-selector-button { | 2601 | .form-control-lg::file-selector-button { |
| 2545 | padding: 0.5rem 1rem; | 2602 | padding: 0.5rem 1rem; |
| 2546 | margin: -0.5rem -1rem; | 2603 | margin: -0.5rem -1rem; |
| 2604 | -webkit-margin-end: 1rem; | ||
| 2547 | margin-inline-end: 1rem; | 2605 | margin-inline-end: 1rem; |
| 2548 | } | 2606 | } |
| 2549 | .form-control-lg::-webkit-file-upload-button { | 2607 | .form-control-lg::-webkit-file-upload-button { |
| 2550 | padding: 0.5rem 1rem; | 2608 | padding: 0.5rem 1rem; |
| 2551 | margin: -0.5rem -1rem; | 2609 | margin: -0.5rem -1rem; |
| 2610 | -webkit-margin-end: 1rem; | ||
| 2552 | margin-inline-end: 1rem; | 2611 | margin-inline-end: 1rem; |
| 2553 | } | 2612 | } |
| 2554 | 2613 | ||
| ... | @@ -2597,6 +2656,8 @@ textarea.form-control-lg { | ... | @@ -2597,6 +2656,8 @@ textarea.form-control-lg { |
| 2597 | border: 1px solid #ced4da; | 2656 | border: 1px solid #ced4da; |
| 2598 | border-radius: 0.25rem; | 2657 | border-radius: 0.25rem; |
| 2599 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2658 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2659 | -webkit-appearance: none; | ||
| 2660 | -moz-appearance: none; | ||
| 2600 | appearance: none; | 2661 | appearance: none; |
| 2601 | } | 2662 | } |
| 2602 | @media (prefers-reduced-motion: reduce) { | 2663 | @media (prefers-reduced-motion: reduce) { |
| ... | @@ -2656,7 +2717,10 @@ textarea.form-control-lg { | ... | @@ -2656,7 +2717,10 @@ textarea.form-control-lg { |
| 2656 | background-position: center; | 2717 | background-position: center; |
| 2657 | background-size: contain; | 2718 | background-size: contain; |
| 2658 | border: 1px solid rgba(0, 0, 0, 0.25); | 2719 | border: 1px solid rgba(0, 0, 0, 0.25); |
| 2720 | -webkit-appearance: none; | ||
| 2721 | -moz-appearance: none; | ||
| 2659 | appearance: none; | 2722 | appearance: none; |
| 2723 | -webkit-print-color-adjust: exact; | ||
| 2660 | color-adjust: exact; | 2724 | color-adjust: exact; |
| 2661 | } | 2725 | } |
| 2662 | .form-check-input[type=checkbox] { | 2726 | .form-check-input[type=checkbox] { |
| ... | @@ -2742,6 +2806,8 @@ textarea.form-control-lg { | ... | @@ -2742,6 +2806,8 @@ textarea.form-control-lg { |
| 2742 | height: 1.5rem; | 2806 | height: 1.5rem; |
| 2743 | padding: 0; | 2807 | padding: 0; |
| 2744 | background-color: transparent; | 2808 | background-color: transparent; |
| 2809 | -webkit-appearance: none; | ||
| 2810 | -moz-appearance: none; | ||
| 2745 | appearance: none; | 2811 | appearance: none; |
| 2746 | } | 2812 | } |
| 2747 | .form-range:focus { | 2813 | .form-range:focus { |
| ... | @@ -2763,11 +2829,14 @@ textarea.form-control-lg { | ... | @@ -2763,11 +2829,14 @@ textarea.form-control-lg { |
| 2763 | background-color: #5533ff; | 2829 | background-color: #5533ff; |
| 2764 | border: 0; | 2830 | border: 0; |
| 2765 | border-radius: 1rem; | 2831 | border-radius: 1rem; |
| 2832 | -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | ||
| 2766 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2833 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2834 | -webkit-appearance: none; | ||
| 2767 | appearance: none; | 2835 | appearance: none; |
| 2768 | } | 2836 | } |
| 2769 | @media (prefers-reduced-motion: reduce) { | 2837 | @media (prefers-reduced-motion: reduce) { |
| 2770 | .form-range::-webkit-slider-thumb { | 2838 | .form-range::-webkit-slider-thumb { |
| 2839 | -webkit-transition: none; | ||
| 2771 | transition: none; | 2840 | transition: none; |
| 2772 | } | 2841 | } |
| 2773 | } | 2842 | } |
| ... | @@ -2789,11 +2858,14 @@ textarea.form-control-lg { | ... | @@ -2789,11 +2858,14 @@ textarea.form-control-lg { |
| 2789 | background-color: #5533ff; | 2858 | background-color: #5533ff; |
| 2790 | border: 0; | 2859 | border: 0; |
| 2791 | border-radius: 1rem; | 2860 | border-radius: 1rem; |
| 2861 | -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | ||
| 2792 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2862 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2863 | -moz-appearance: none; | ||
| 2793 | appearance: none; | 2864 | appearance: none; |
| 2794 | } | 2865 | } |
| 2795 | @media (prefers-reduced-motion: reduce) { | 2866 | @media (prefers-reduced-motion: reduce) { |
| 2796 | .form-range::-moz-range-thumb { | 2867 | .form-range::-moz-range-thumb { |
| 2868 | -moz-transition: none; | ||
| 2797 | transition: none; | 2869 | transition: none; |
| 2798 | } | 2870 | } |
| 2799 | } | 2871 | } |
| ... | @@ -2882,6 +2954,12 @@ textarea.form-control-lg { | ... | @@ -2882,6 +2954,12 @@ textarea.form-control-lg { |
| 2882 | .widget_archive .form-floating > select { | 2954 | .widget_archive .form-floating > select { |
| 2883 | padding: 1rem 0.75rem; | 2955 | padding: 1rem 0.75rem; |
| 2884 | } | 2956 | } |
| 2957 | .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 { | ||
| 2958 | color: transparent; | ||
| 2959 | } | ||
| 2960 | .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 { | ||
| 2961 | color: transparent; | ||
| 2962 | } | ||
| 2885 | .form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder, | 2963 | .form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder, |
| 2886 | .wpcf7 .form-floating > input[type=search]::placeholder, | 2964 | .wpcf7 .form-floating > input[type=search]::placeholder, |
| 2887 | .wpcf7 .form-floating > input[type=url]::placeholder, | 2965 | .wpcf7 .form-floating > input[type=url]::placeholder, |
| ... | @@ -2903,6 +2981,14 @@ textarea.form-control-lg { | ... | @@ -2903,6 +2981,14 @@ textarea.form-control-lg { |
| 2903 | .widget_archive .form-floating > select::placeholder { | 2981 | .widget_archive .form-floating > select::placeholder { |
| 2904 | color: transparent; | 2982 | color: transparent; |
| 2905 | } | 2983 | } |
| 2984 | .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) { | ||
| 2985 | padding-top: 1.625rem; | ||
| 2986 | padding-bottom: 0.625rem; | ||
| 2987 | } | ||
| 2988 | .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) { | ||
| 2989 | padding-top: 1.625rem; | ||
| 2990 | padding-bottom: 0.625rem; | ||
| 2991 | } | ||
| 2906 | .form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus, | 2992 | .form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus, |
| 2907 | .wpcf7 .form-floating > input[type=search]:focus, | 2993 | .wpcf7 .form-floating > input[type=search]:focus, |
| 2908 | .wpcf7 .form-floating > input[type=url]:focus, | 2994 | .wpcf7 .form-floating > input[type=url]:focus, |
| ... | @@ -2969,6 +3055,14 @@ textarea.form-control-lg { | ... | @@ -2969,6 +3055,14 @@ textarea.form-control-lg { |
| 2969 | padding-top: 1.625rem; | 3055 | padding-top: 1.625rem; |
| 2970 | padding-bottom: 0.625rem; | 3056 | padding-bottom: 0.625rem; |
| 2971 | } | 3057 | } |
| 3058 | .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 { | ||
| 3059 | opacity: 0.65; | ||
| 3060 | transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); | ||
| 3061 | } | ||
| 3062 | .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 { | ||
| 3063 | opacity: 0.65; | ||
| 3064 | transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); | ||
| 3065 | } | ||
| 2972 | .form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label, | 3066 | .form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label, |
| 2973 | .wpcf7 .form-floating > input[type=search]:focus ~ label, | 3067 | .wpcf7 .form-floating > input[type=search]:focus ~ label, |
| 2974 | .wpcf7 .form-floating > input[type=url]:focus ~ label, | 3068 | .wpcf7 .form-floating > input[type=url]:focus ~ label, |
| ... | @@ -3890,6 +3984,9 @@ textarea.form-control-lg { | ... | @@ -3890,6 +3984,9 @@ textarea.form-control-lg { |
| 3890 | text-decoration: none; | 3984 | text-decoration: none; |
| 3891 | vertical-align: middle; | 3985 | vertical-align: middle; |
| 3892 | cursor: pointer; | 3986 | cursor: pointer; |
| 3987 | -webkit-user-select: none; | ||
| 3988 | -moz-user-select: none; | ||
| 3989 | -ms-user-select: none; | ||
| 3893 | user-select: none; | 3990 | user-select: none; |
| 3894 | background-color: transparent; | 3991 | background-color: transparent; |
| 3895 | border: 1px solid transparent; | 3992 | border: 1px solid transparent; |
| ... | @@ -5941,6 +6038,12 @@ textarea.form-control-lg { | ... | @@ -5941,6 +6038,12 @@ textarea.form-control-lg { |
| 5941 | color: #101214; | 6038 | color: #101214; |
| 5942 | } | 6039 | } |
| 5943 | 6040 | ||
| 6041 | @-webkit-keyframes progress-bar-stripes { | ||
| 6042 | 0% { | ||
| 6043 | background-position-x: 1rem; | ||
| 6044 | } | ||
| 6045 | } | ||
| 6046 | |||
| 5944 | @keyframes progress-bar-stripes { | 6047 | @keyframes progress-bar-stripes { |
| 5945 | 0% { | 6048 | 0% { |
| 5946 | background-position-x: 1rem; | 6049 | background-position-x: 1rem; |
| ... | @@ -5978,10 +6081,12 @@ textarea.form-control-lg { | ... | @@ -5978,10 +6081,12 @@ textarea.form-control-lg { |
| 5978 | } | 6081 | } |
| 5979 | 6082 | ||
| 5980 | .progress-bar-animated { | 6083 | .progress-bar-animated { |
| 6084 | -webkit-animation: 1s linear infinite progress-bar-stripes; | ||
| 5981 | animation: 1s linear infinite progress-bar-stripes; | 6085 | animation: 1s linear infinite progress-bar-stripes; |
| 5982 | } | 6086 | } |
| 5983 | @media (prefers-reduced-motion: reduce) { | 6087 | @media (prefers-reduced-motion: reduce) { |
| 5984 | .progress-bar-animated { | 6088 | .progress-bar-animated { |
| 6089 | -webkit-animation: none; | ||
| 5985 | animation: none; | 6090 | animation: none; |
| 5986 | } | 6091 | } |
| 5987 | } | 6092 | } |
| ... | @@ -6343,6 +6448,9 @@ textarea.form-control-lg { | ... | @@ -6343,6 +6448,9 @@ textarea.form-control-lg { |
| 6343 | } | 6448 | } |
| 6344 | .btn-close:disabled, .btn-close.disabled { | 6449 | .btn-close:disabled, .btn-close.disabled { |
| 6345 | pointer-events: none; | 6450 | pointer-events: none; |
| 6451 | -webkit-user-select: none; | ||
| 6452 | -moz-user-select: none; | ||
| 6453 | -ms-user-select: none; | ||
| 6346 | user-select: none; | 6454 | user-select: none; |
| 6347 | opacity: 0.25; | 6455 | opacity: 0.25; |
| 6348 | } | 6456 | } |
| ... | @@ -6370,6 +6478,8 @@ textarea.form-control-lg { | ... | @@ -6370,6 +6478,8 @@ textarea.form-control-lg { |
| 6370 | } | 6478 | } |
| 6371 | 6479 | ||
| 6372 | .toast-container { | 6480 | .toast-container { |
| 6481 | width: -webkit-max-content; | ||
| 6482 | width: -moz-max-content; | ||
| 6373 | width: max-content; | 6483 | width: max-content; |
| 6374 | max-width: 100%; | 6484 | max-width: 100%; |
| 6375 | pointer-events: none; | 6485 | pointer-events: none; |
| ... | @@ -6936,6 +7046,7 @@ textarea.form-control-lg { | ... | @@ -6936,6 +7046,7 @@ textarea.form-control-lg { |
| 6936 | float: left; | 7046 | float: left; |
| 6937 | width: 100%; | 7047 | width: 100%; |
| 6938 | margin-right: -100%; | 7048 | margin-right: -100%; |
| 7049 | -webkit-backface-visibility: hidden; | ||
| 6939 | backface-visibility: hidden; | 7050 | backface-visibility: hidden; |
| 6940 | transition: transform 0.6s ease-in-out; | 7051 | transition: transform 0.6s ease-in-out; |
| 6941 | } | 7052 | } |
| ... | @@ -7117,6 +7228,12 @@ textarea.form-control-lg { | ... | @@ -7117,6 +7228,12 @@ textarea.form-control-lg { |
| 7117 | color: #000; | 7228 | color: #000; |
| 7118 | } | 7229 | } |
| 7119 | 7230 | ||
| 7231 | @-webkit-keyframes spinner-border { | ||
| 7232 | to { | ||
| 7233 | transform: rotate(360deg) /* rtl:ignore */; | ||
| 7234 | } | ||
| 7235 | } | ||
| 7236 | |||
| 7120 | @keyframes spinner-border { | 7237 | @keyframes spinner-border { |
| 7121 | to { | 7238 | to { |
| 7122 | transform: rotate(360deg) /* rtl:ignore */; | 7239 | transform: rotate(360deg) /* rtl:ignore */; |
| ... | @@ -7130,6 +7247,7 @@ textarea.form-control-lg { | ... | @@ -7130,6 +7247,7 @@ textarea.form-control-lg { |
| 7130 | border: 0.25em solid currentColor; | 7247 | border: 0.25em solid currentColor; |
| 7131 | border-right-color: transparent; | 7248 | border-right-color: transparent; |
| 7132 | border-radius: 50%; | 7249 | border-radius: 50%; |
| 7250 | -webkit-animation: 0.75s linear infinite spinner-border; | ||
| 7133 | animation: 0.75s linear infinite spinner-border; | 7251 | animation: 0.75s linear infinite spinner-border; |
| 7134 | } | 7252 | } |
| 7135 | 7253 | ||
| ... | @@ -7139,6 +7257,16 @@ textarea.form-control-lg { | ... | @@ -7139,6 +7257,16 @@ textarea.form-control-lg { |
| 7139 | border-width: 0.2em; | 7257 | border-width: 0.2em; |
| 7140 | } | 7258 | } |
| 7141 | 7259 | ||
| 7260 | @-webkit-keyframes spinner-grow { | ||
| 7261 | 0% { | ||
| 7262 | transform: scale(0); | ||
| 7263 | } | ||
| 7264 | 50% { | ||
| 7265 | opacity: 1; | ||
| 7266 | transform: none; | ||
| 7267 | } | ||
| 7268 | } | ||
| 7269 | |||
| 7142 | @keyframes spinner-grow { | 7270 | @keyframes spinner-grow { |
| 7143 | 0% { | 7271 | 0% { |
| 7144 | transform: scale(0); | 7272 | transform: scale(0); |
| ... | @@ -7156,6 +7284,7 @@ textarea.form-control-lg { | ... | @@ -7156,6 +7284,7 @@ textarea.form-control-lg { |
| 7156 | background-color: currentColor; | 7284 | background-color: currentColor; |
| 7157 | border-radius: 50%; | 7285 | border-radius: 50%; |
| 7158 | opacity: 0; | 7286 | opacity: 0; |
| 7287 | -webkit-animation: 0.75s linear infinite spinner-grow; | ||
| 7159 | animation: 0.75s linear infinite spinner-grow; | 7288 | animation: 0.75s linear infinite spinner-grow; |
| 7160 | } | 7289 | } |
| 7161 | 7290 | ||
| ... | @@ -7167,6 +7296,7 @@ textarea.form-control-lg { | ... | @@ -7167,6 +7296,7 @@ textarea.form-control-lg { |
| 7167 | @media (prefers-reduced-motion: reduce) { | 7296 | @media (prefers-reduced-motion: reduce) { |
| 7168 | .spinner-border, | 7297 | .spinner-border, |
| 7169 | .spinner-grow { | 7298 | .spinner-grow { |
| 7299 | -webkit-animation-duration: 1.5s; | ||
| 7170 | animation-duration: 1.5s; | 7300 | animation-duration: 1.5s; |
| 7171 | } | 7301 | } |
| 7172 | } | 7302 | } |
| ... | @@ -7294,22 +7424,40 @@ textarea.form-control-lg { | ... | @@ -7294,22 +7424,40 @@ textarea.form-control-lg { |
| 7294 | } | 7424 | } |
| 7295 | 7425 | ||
| 7296 | .placeholder-glow .placeholder { | 7426 | .placeholder-glow .placeholder { |
| 7427 | -webkit-animation: placeholder-glow 2s ease-in-out infinite; | ||
| 7297 | animation: placeholder-glow 2s ease-in-out infinite; | 7428 | animation: placeholder-glow 2s ease-in-out infinite; |
| 7298 | } | 7429 | } |
| 7299 | 7430 | ||
| 7431 | @-webkit-keyframes placeholder-glow { | ||
| 7432 | 50% { | ||
| 7433 | opacity: 0.2; | ||
| 7434 | } | ||
| 7435 | } | ||
| 7436 | |||
| 7300 | @keyframes placeholder-glow { | 7437 | @keyframes placeholder-glow { |
| 7301 | 50% { | 7438 | 50% { |
| 7302 | opacity: 0.2; | 7439 | opacity: 0.2; |
| 7303 | } | 7440 | } |
| 7304 | } | 7441 | } |
| 7305 | .placeholder-wave { | 7442 | .placeholder-wave { |
| 7443 | -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); | ||
| 7306 | mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); | 7444 | mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); |
| 7445 | -webkit-mask-size: 200% 100%; | ||
| 7307 | mask-size: 200% 100%; | 7446 | mask-size: 200% 100%; |
| 7447 | -webkit-animation: placeholder-wave 2s linear infinite; | ||
| 7308 | animation: placeholder-wave 2s linear infinite; | 7448 | animation: placeholder-wave 2s linear infinite; |
| 7309 | } | 7449 | } |
| 7310 | 7450 | ||
| 7451 | @-webkit-keyframes placeholder-wave { | ||
| 7452 | 100% { | ||
| 7453 | -webkit-mask-position: -200% 0%; | ||
| 7454 | mask-position: -200% 0%; | ||
| 7455 | } | ||
| 7456 | } | ||
| 7457 | |||
| 7311 | @keyframes placeholder-wave { | 7458 | @keyframes placeholder-wave { |
| 7312 | 100% { | 7459 | 100% { |
| 7460 | -webkit-mask-position: -200% 0%; | ||
| 7313 | mask-position: -200% 0%; | 7461 | mask-position: -200% 0%; |
| 7314 | } | 7462 | } |
| 7315 | } | 7463 | } |
| ... | @@ -7425,6 +7573,7 @@ textarea.form-control-lg { | ... | @@ -7425,6 +7573,7 @@ textarea.form-control-lg { |
| 7425 | } | 7573 | } |
| 7426 | 7574 | ||
| 7427 | .sticky-top { | 7575 | .sticky-top { |
| 7576 | position: -webkit-sticky; | ||
| 7428 | position: sticky; | 7577 | position: sticky; |
| 7429 | top: 0; | 7578 | top: 0; |
| 7430 | z-index: 1020; | 7579 | z-index: 1020; |
| ... | @@ -7432,6 +7581,7 @@ textarea.form-control-lg { | ... | @@ -7432,6 +7581,7 @@ textarea.form-control-lg { |
| 7432 | 7581 | ||
| 7433 | @media (min-width: 576px) { | 7582 | @media (min-width: 576px) { |
| 7434 | .sticky-sm-top { | 7583 | .sticky-sm-top { |
| 7584 | position: -webkit-sticky; | ||
| 7435 | position: sticky; | 7585 | position: sticky; |
| 7436 | top: 0; | 7586 | top: 0; |
| 7437 | z-index: 1020; | 7587 | z-index: 1020; |
| ... | @@ -7439,6 +7589,7 @@ textarea.form-control-lg { | ... | @@ -7439,6 +7589,7 @@ textarea.form-control-lg { |
| 7439 | } | 7589 | } |
| 7440 | @media (min-width: 768px) { | 7590 | @media (min-width: 768px) { |
| 7441 | .sticky-md-top { | 7591 | .sticky-md-top { |
| 7592 | position: -webkit-sticky; | ||
| 7442 | position: sticky; | 7593 | position: sticky; |
| 7443 | top: 0; | 7594 | top: 0; |
| 7444 | z-index: 1020; | 7595 | z-index: 1020; |
| ... | @@ -7446,6 +7597,7 @@ textarea.form-control-lg { | ... | @@ -7446,6 +7597,7 @@ textarea.form-control-lg { |
| 7446 | } | 7597 | } |
| 7447 | @media (min-width: 992px) { | 7598 | @media (min-width: 992px) { |
| 7448 | .sticky-lg-top { | 7599 | .sticky-lg-top { |
| 7600 | position: -webkit-sticky; | ||
| 7449 | position: sticky; | 7601 | position: sticky; |
| 7450 | top: 0; | 7602 | top: 0; |
| 7451 | z-index: 1020; | 7603 | z-index: 1020; |
| ... | @@ -7453,6 +7605,7 @@ textarea.form-control-lg { | ... | @@ -7453,6 +7605,7 @@ textarea.form-control-lg { |
| 7453 | } | 7605 | } |
| 7454 | @media (min-width: 1200px) { | 7606 | @media (min-width: 1200px) { |
| 7455 | .sticky-xl-top { | 7607 | .sticky-xl-top { |
| 7608 | position: -webkit-sticky; | ||
| 7456 | position: sticky; | 7609 | position: sticky; |
| 7457 | top: 0; | 7610 | top: 0; |
| 7458 | z-index: 1020; | 7611 | z-index: 1020; |
| ... | @@ -7460,6 +7613,7 @@ textarea.form-control-lg { | ... | @@ -7460,6 +7613,7 @@ textarea.form-control-lg { |
| 7460 | } | 7613 | } |
| 7461 | @media (min-width: 1400px) { | 7614 | @media (min-width: 1400px) { |
| 7462 | .sticky-xxl-top { | 7615 | .sticky-xxl-top { |
| 7616 | position: -webkit-sticky; | ||
| 7463 | position: sticky; | 7617 | position: sticky; |
| 7464 | top: 0; | 7618 | top: 0; |
| 7465 | z-index: 1020; | 7619 | z-index: 1020; |
| ... | @@ -7662,6 +7816,7 @@ textarea.form-control-lg { | ... | @@ -7662,6 +7816,7 @@ textarea.form-control-lg { |
| 7662 | } | 7816 | } |
| 7663 | 7817 | ||
| 7664 | .position-sticky { | 7818 | .position-sticky { |
| 7819 | position: -webkit-sticky !important; | ||
| 7665 | position: sticky !important; | 7820 | position: sticky !important; |
| 7666 | } | 7821 | } |
| 7667 | 7822 | ||
| ... | @@ -8770,14 +8925,22 @@ textarea.form-control-lg { | ... | @@ -8770,14 +8925,22 @@ textarea.form-control-lg { |
| 8770 | } | 8925 | } |
| 8771 | 8926 | ||
| 8772 | .user-select-all { | 8927 | .user-select-all { |
| 8928 | -webkit-user-select: all !important; | ||
| 8929 | -moz-user-select: all !important; | ||
| 8773 | user-select: all !important; | 8930 | user-select: all !important; |
| 8774 | } | 8931 | } |
| 8775 | 8932 | ||
| 8776 | .user-select-auto { | 8933 | .user-select-auto { |
| 8934 | -webkit-user-select: auto !important; | ||
| 8935 | -moz-user-select: auto !important; | ||
| 8936 | -ms-user-select: auto !important; | ||
| 8777 | user-select: auto !important; | 8937 | user-select: auto !important; |
| 8778 | } | 8938 | } |
| 8779 | 8939 | ||
| 8780 | .user-select-none { | 8940 | .user-select-none { |
| 8941 | -webkit-user-select: none !important; | ||
| 8942 | -moz-user-select: none !important; | ||
| 8943 | -ms-user-select: none !important; | ||
| 8781 | user-select: none !important; | 8944 | user-select: none !important; |
| 8782 | } | 8945 | } |
| 8783 | 8946 | ||
| ... | @@ -12384,7 +12547,7 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -12384,7 +12547,7 @@ figure.woocommerce-product-gallery__wrapper { |
| 12384 | } | 12547 | } |
| 12385 | .fa { | 12548 | .fa { |
| 12386 | display: inline-block; | 12549 | display: inline-block; |
| 12387 | font: normal normal normal 14px/1 FontAwesome; | 12550 | font: normal normal normal 0.875rem/1 FontAwesome; |
| 12388 | font-size: inherit; | 12551 | font-size: inherit; |
| 12389 | text-rendering: auto; | 12552 | text-rendering: auto; |
| 12390 | -webkit-font-smoothing: antialiased; | 12553 | -webkit-font-smoothing: antialiased; |
| ... | @@ -12488,56 +12651,42 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -12488,56 +12651,42 @@ figure.woocommerce-product-gallery__wrapper { |
| 12488 | 12651 | ||
| 12489 | @-webkit-keyframes fa-spin { | 12652 | @-webkit-keyframes fa-spin { |
| 12490 | 0% { | 12653 | 0% { |
| 12491 | -webkit-transform: rotate(0deg); | ||
| 12492 | transform: rotate(0deg); | 12654 | transform: rotate(0deg); |
| 12493 | } | 12655 | } |
| 12494 | 100% { | 12656 | 100% { |
| 12495 | -webkit-transform: rotate(359deg); | ||
| 12496 | transform: rotate(359deg); | 12657 | transform: rotate(359deg); |
| 12497 | } | 12658 | } |
| 12498 | } | 12659 | } |
| 12499 | @keyframes fa-spin { | 12660 | @keyframes fa-spin { |
| 12500 | 0% { | 12661 | 0% { |
| 12501 | -webkit-transform: rotate(0deg); | ||
| 12502 | transform: rotate(0deg); | 12662 | transform: rotate(0deg); |
| 12503 | } | 12663 | } |
| 12504 | 100% { | 12664 | 100% { |
| 12505 | -webkit-transform: rotate(359deg); | ||
| 12506 | transform: rotate(359deg); | 12665 | transform: rotate(359deg); |
| 12507 | } | 12666 | } |
| 12508 | } | 12667 | } |
| 12509 | .fa-rotate-90 { | 12668 | .fa-rotate-90 { |
| 12510 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; | 12669 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; |
| 12511 | -webkit-transform: rotate(90deg); | ||
| 12512 | -ms-transform: rotate(90deg); | ||
| 12513 | transform: rotate(90deg); | 12670 | transform: rotate(90deg); |
| 12514 | } | 12671 | } |
| 12515 | 12672 | ||
| 12516 | .fa-rotate-180 { | 12673 | .fa-rotate-180 { |
| 12517 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; | 12674 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; |
| 12518 | -webkit-transform: rotate(180deg); | ||
| 12519 | -ms-transform: rotate(180deg); | ||
| 12520 | transform: rotate(180deg); | 12675 | transform: rotate(180deg); |
| 12521 | } | 12676 | } |
| 12522 | 12677 | ||
| 12523 | .fa-rotate-270 { | 12678 | .fa-rotate-270 { |
| 12524 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; | 12679 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; |
| 12525 | -webkit-transform: rotate(270deg); | ||
| 12526 | -ms-transform: rotate(270deg); | ||
| 12527 | transform: rotate(270deg); | 12680 | transform: rotate(270deg); |
| 12528 | } | 12681 | } |
| 12529 | 12682 | ||
| 12530 | .fa-flip-horizontal { | 12683 | .fa-flip-horizontal { |
| 12531 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; | 12684 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; |
| 12532 | -webkit-transform: scale(-1, 1); | ||
| 12533 | -ms-transform: scale(-1, 1); | ||
| 12534 | transform: scale(-1, 1); | 12685 | transform: scale(-1, 1); |
| 12535 | } | 12686 | } |
| 12536 | 12687 | ||
| 12537 | .fa-flip-vertical { | 12688 | .fa-flip-vertical { |
| 12538 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; | 12689 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; |
| 12539 | -webkit-transform: scale(1, -1); | ||
| 12540 | -ms-transform: scale(1, -1); | ||
| 12541 | transform: scale(1, -1); | 12690 | transform: scale(1, -1); |
| 12542 | } | 12691 | } |
| 12543 | 12692 | ||
| ... | @@ -15468,9 +15617,9 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -15468,9 +15617,9 @@ figure.woocommerce-product-gallery__wrapper { |
| 15468 | 15617 | ||
| 15469 | p { | 15618 | p { |
| 15470 | font-family: "Calibri"; | 15619 | font-family: "Calibri"; |
| 15471 | font-size: 18px; | 15620 | font-size: 1.125rem; |
| 15472 | color: #5b6770; | 15621 | color: #5b6770; |
| 15473 | line-height: 21px; | 15622 | line-height: 1.3125rem; |
| 15474 | } | 15623 | } |
| 15475 | 15624 | ||
| 15476 | strong { | 15625 | strong { |
| ... | @@ -15478,22 +15627,22 @@ strong { | ... | @@ -15478,22 +15627,22 @@ strong { |
| 15478 | } | 15627 | } |
| 15479 | 15628 | ||
| 15480 | ol li { | 15629 | ol li { |
| 15481 | font-size: 18px; | 15630 | font-size: 1.125rem; |
| 15482 | color: #5b6770; | 15631 | color: #5b6770; |
| 15483 | line-height: 21px; | 15632 | line-height: 1.3125rem; |
| 15484 | margin-bottom: 15px; | 15633 | margin-bottom: 15px; |
| 15485 | } | 15634 | } |
| 15486 | 15635 | ||
| 15487 | h1, .h1 { | 15636 | h1, .h1 { |
| 15488 | font-family: "Calibri-bold"; | 15637 | font-family: "Calibri-bold"; |
| 15489 | color: #fff; | 15638 | color: #fff; |
| 15490 | font-size: 60px; | 15639 | font-size: 3.75rem; |
| 15491 | text-shadow: 0px 3px 3px #00000059; | 15640 | text-shadow: 0px 3px 3px #00000059; |
| 15492 | } | 15641 | } |
| 15493 | 15642 | ||
| 15494 | h2, .h2 { | 15643 | h2, .h2 { |
| 15495 | font-family: "Calibri-bold"; | 15644 | font-family: "Calibri-bold"; |
| 15496 | font-size: 40px; | 15645 | font-size: 2.5rem; |
| 15497 | color: #012169; | 15646 | color: #012169; |
| 15498 | margin-bottom: 30px; | 15647 | margin-bottom: 30px; |
| 15499 | margin-top: 20px; | 15648 | margin-top: 20px; |
| ... | @@ -15502,7 +15651,7 @@ h2, .h2 { | ... | @@ -15502,7 +15651,7 @@ h2, .h2 { |
| 15502 | 15651 | ||
| 15503 | h3, .h3 { | 15652 | h3, .h3 { |
| 15504 | font-family: "Calibri-bold"; | 15653 | font-family: "Calibri-bold"; |
| 15505 | font-size: 20px; | 15654 | font-size: 1.25rem; |
| 15506 | color: #012169; | 15655 | color: #012169; |
| 15507 | margin-bottom: 30px; | 15656 | margin-bottom: 30px; |
| 15508 | margin-top: 20px; | 15657 | margin-top: 20px; |
| ... | @@ -15511,7 +15660,7 @@ h3, .h3 { | ... | @@ -15511,7 +15660,7 @@ h3, .h3 { |
| 15511 | 15660 | ||
| 15512 | h4, .h4 { | 15661 | h4, .h4 { |
| 15513 | font-family: "Calibri-bold"; | 15662 | font-family: "Calibri-bold"; |
| 15514 | font-size: 30px; | 15663 | font-size: 1.875rem; |
| 15515 | color: #012169; | 15664 | color: #012169; |
| 15516 | margin-bottom: 30px; | 15665 | margin-bottom: 30px; |
| 15517 | margin-top: 20px; | 15666 | margin-top: 20px; |
| ... | @@ -15660,7 +15809,7 @@ h4, .h4 { | ... | @@ -15660,7 +15809,7 @@ h4, .h4 { |
| 15660 | .header-image .header-text h1, .header-image .header-text .h1 { | 15809 | .header-image .header-text h1, .header-image .header-text .h1 { |
| 15661 | font-family: "Calibri-bold"; | 15810 | font-family: "Calibri-bold"; |
| 15662 | color: #fff; | 15811 | color: #fff; |
| 15663 | font-size: 60px; | 15812 | font-size: 3.75rem; |
| 15664 | text-shadow: 0px 3px 3px #00000059; | 15813 | text-shadow: 0px 3px 3px #00000059; |
| 15665 | } | 15814 | } |
| 15666 | @media (max-width: 768px) { | 15815 | @media (max-width: 768px) { |
| ... | @@ -15671,7 +15820,7 @@ h4, .h4 { | ... | @@ -15671,7 +15820,7 @@ h4, .h4 { |
| 15671 | .header-image .header-text h2, .header-image .header-text .h2 { | 15820 | .header-image .header-text h2, .header-image .header-text .h2 { |
| 15672 | font-family: "Calibri-bold"; | 15821 | font-family: "Calibri-bold"; |
| 15673 | color: #fff; | 15822 | color: #fff; |
| 15674 | font-size: 34px; | 15823 | font-size: 2.125rem; |
| 15675 | text-shadow: 0px 3px 3px #00000059; | 15824 | text-shadow: 0px 3px 3px #00000059; |
| 15676 | text-transform: none !important; | 15825 | text-transform: none !important; |
| 15677 | } | 15826 | } |
| ... | @@ -15695,14 +15844,14 @@ h4, .h4 { | ... | @@ -15695,14 +15844,14 @@ h4, .h4 { |
| 15695 | .numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 { | 15844 | .numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 { |
| 15696 | font-family: "Calibri-bold"; | 15845 | font-family: "Calibri-bold"; |
| 15697 | color: #fff; | 15846 | color: #fff; |
| 15698 | font-size: 36px; | 15847 | font-size: 2.25rem; |
| 15699 | display: none; | 15848 | display: none; |
| 15700 | } | 15849 | } |
| 15701 | @media (max-width: 768px) { | 15850 | @media (max-width: 768px) { |
| 15702 | .numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 { | 15851 | .numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 { |
| 15703 | display: block; | 15852 | display: block; |
| 15704 | font-size: 36px; | 15853 | font-size: 2.25rem; |
| 15705 | line-height: 38px; | 15854 | line-height: 2.375rem; |
| 15706 | } | 15855 | } |
| 15707 | } | 15856 | } |
| 15708 | @media (max-width: 800px) { | 15857 | @media (max-width: 800px) { |
| ... | @@ -15723,18 +15872,18 @@ h4, .h4 { | ... | @@ -15723,18 +15872,18 @@ h4, .h4 { |
| 15723 | } | 15872 | } |
| 15724 | .numbers-top .wp-block-column:first-child p { | 15873 | .numbers-top .wp-block-column:first-child p { |
| 15725 | color: #fff; | 15874 | color: #fff; |
| 15726 | font-size: 30px; | 15875 | font-size: 1.875rem; |
| 15727 | line-height: 34px; | 15876 | line-height: 2.125rem; |
| 15728 | } | 15877 | } |
| 15729 | @media (max-width: 768px) { | 15878 | @media (max-width: 768px) { |
| 15730 | .numbers-top .wp-block-column:first-child p { | 15879 | .numbers-top .wp-block-column:first-child p { |
| 15731 | font-size: 18px; | 15880 | font-size: 1.125rem; |
| 15732 | line-height: 21px; | 15881 | line-height: 1.3125rem; |
| 15733 | } | 15882 | } |
| 15734 | } | 15883 | } |
| 15735 | .numbers-top .wp-block-column:first-child span { | 15884 | .numbers-top .wp-block-column:first-child span { |
| 15736 | color: #fff; | 15885 | color: #fff; |
| 15737 | font-size: 14px; | 15886 | font-size: 0.875rem; |
| 15738 | display: block; | 15887 | display: block; |
| 15739 | float: right; | 15888 | float: right; |
| 15740 | margin-top: 10px; | 15889 | margin-top: 10px; |
| ... | @@ -15777,7 +15926,7 @@ h4, .h4 { | ... | @@ -15777,7 +15926,7 @@ h4, .h4 { |
| 15777 | margin-top: -15px; | 15926 | margin-top: -15px; |
| 15778 | color: #fff; | 15927 | color: #fff; |
| 15779 | width: 100%; | 15928 | width: 100%; |
| 15780 | font-size: 18px; | 15929 | font-size: 1.125rem; |
| 15781 | } | 15930 | } |
| 15782 | @media (min-width: 800px) and (max-width: 1000px) { | 15931 | @media (min-width: 800px) and (max-width: 1000px) { |
| 15783 | .numbers-top .wp-block-column:last-child p { | 15932 | .numbers-top .wp-block-column:last-child p { |
| ... | @@ -15786,9 +15935,9 @@ h4, .h4 { | ... | @@ -15786,9 +15935,9 @@ h4, .h4 { |
| 15786 | } | 15935 | } |
| 15787 | .numbers-top .wp-block-column:last-child span.doller-number { | 15936 | .numbers-top .wp-block-column:last-child span.doller-number { |
| 15788 | font-family: "Calibri-bold"; | 15937 | font-family: "Calibri-bold"; |
| 15789 | font-size: 205px; | 15938 | font-size: 12.8125rem; |
| 15790 | color: #fff; | 15939 | color: #fff; |
| 15791 | line-height: 100px; | 15940 | line-height: 6.25rem; |
| 15792 | display: inline-block; | 15941 | display: inline-block; |
| 15793 | } | 15942 | } |
| 15794 | @media (min-width: 800px) and (max-width: 1000px) { | 15943 | @media (min-width: 800px) and (max-width: 1000px) { |
| ... | @@ -15798,7 +15947,7 @@ h4, .h4 { | ... | @@ -15798,7 +15947,7 @@ h4, .h4 { |
| 15798 | } | 15947 | } |
| 15799 | .numbers-top .wp-block-column:last-child span.doller-sign { | 15948 | .numbers-top .wp-block-column:last-child span.doller-sign { |
| 15800 | font-family: "Calibri-bold"; | 15949 | font-family: "Calibri-bold"; |
| 15801 | font-size: 100px; | 15950 | font-size: 6.25rem; |
| 15802 | color: #fff; | 15951 | color: #fff; |
| 15803 | display: inline-block; | 15952 | display: inline-block; |
| 15804 | margin-top: -100px; | 15953 | margin-top: -100px; |
| ... | @@ -15858,7 +16007,7 @@ h4, .h4 { | ... | @@ -15858,7 +16007,7 @@ h4, .h4 { |
| 15858 | } | 16007 | } |
| 15859 | @media (max-width: 768px) { | 16008 | @media (max-width: 768px) { |
| 15860 | .numbers-second .wp-block-column:first-child h2, .numbers-second .wp-block-column:first-child .h2 { | 16009 | .numbers-second .wp-block-column:first-child h2, .numbers-second .wp-block-column:first-child .h2 { |
| 15861 | font-size: 28px; | 16010 | font-size: 1.75rem; |
| 15862 | } | 16011 | } |
| 15863 | } | 16012 | } |
| 15864 | .numbers-second .wp-block-column:first-child a.wp-block-button__link { | 16013 | .numbers-second .wp-block-column:first-child a.wp-block-button__link { |
| ... | @@ -15866,7 +16015,7 @@ h4, .h4 { | ... | @@ -15866,7 +16015,7 @@ h4, .h4 { |
| 15866 | background-color: #012169; | 16015 | background-color: #012169; |
| 15867 | text-transform: uppercase; | 16016 | text-transform: uppercase; |
| 15868 | font-family: "Calibri-bold"; | 16017 | font-family: "Calibri-bold"; |
| 15869 | font-size: 30px; | 16018 | font-size: 1.875rem; |
| 15870 | padding: 15px 70px; | 16019 | padding: 15px 70px; |
| 15871 | border-radius: 0px; | 16020 | border-radius: 0px; |
| 15872 | width: 368px; | 16021 | width: 368px; |
| ... | @@ -15955,19 +16104,19 @@ h4, .h4 { | ... | @@ -15955,19 +16104,19 @@ h4, .h4 { |
| 15955 | margin-top: -15px; | 16104 | margin-top: -15px; |
| 15956 | color: #fff; | 16105 | color: #fff; |
| 15957 | width: 100%; | 16106 | width: 100%; |
| 15958 | font-size: 18px; | 16107 | font-size: 1.125rem; |
| 15959 | } | 16108 | } |
| 15960 | .numbers-second .wp-block-column:last-child h3, .numbers-second .wp-block-column:last-child .h3 { | 16109 | .numbers-second .wp-block-column:last-child h3, .numbers-second .wp-block-column:last-child .h3 { |
| 15961 | font-family: "Calibri-bold"; | 16110 | font-family: "Calibri-bold"; |
| 15962 | text-transform: uppercase; | 16111 | text-transform: uppercase; |
| 15963 | font-size: 40px; | 16112 | font-size: 2.5rem; |
| 15964 | color: #fff; | 16113 | color: #fff; |
| 15965 | margin-bottom: 20px; | 16114 | margin-bottom: 20px; |
| 15966 | margin-top: 20px; | 16115 | margin-top: 20px; |
| 15967 | } | 16116 | } |
| 15968 | @media (min-width: 800px) and (max-width: 1000px) { | 16117 | @media (min-width: 800px) and (max-width: 1000px) { |
| 15969 | .numbers-second .wp-block-column:last-child h3, .numbers-second .wp-block-column:last-child .h3 { | 16118 | .numbers-second .wp-block-column:last-child h3, .numbers-second .wp-block-column:last-child .h3 { |
| 15970 | font-size: 36px; | 16119 | font-size: 2.25rem; |
| 15971 | } | 16120 | } |
| 15972 | } | 16121 | } |
| 15973 | 16122 | ||
| ... | @@ -16021,8 +16170,8 @@ h4, .h4 { | ... | @@ -16021,8 +16170,8 @@ h4, .h4 { |
| 16021 | overflow: auto; | 16170 | overflow: auto; |
| 16022 | } | 16171 | } |
| 16023 | .wp-block-group.register .terms p { | 16172 | .wp-block-group.register .terms p { |
| 16024 | font-size: 18px; | 16173 | font-size: 1.125rem; |
| 16025 | line-height: 21px; | 16174 | line-height: 1.3125rem; |
| 16026 | } | 16175 | } |
| 16027 | .wp-block-group.register .thank-you { | 16176 | .wp-block-group.register .thank-you { |
| 16028 | display: none; | 16177 | display: none; |
| ... | @@ -16081,7 +16230,7 @@ h4, .h4 { | ... | @@ -16081,7 +16230,7 @@ h4, .h4 { |
| 16081 | background-color: #012169; | 16230 | background-color: #012169; |
| 16082 | text-transform: uppercase; | 16231 | text-transform: uppercase; |
| 16083 | font-family: "Calibri-bold"; | 16232 | font-family: "Calibri-bold"; |
| 16084 | font-size: 20px; | 16233 | font-size: 1.25rem; |
| 16085 | padding: 5px 50px !important; | 16234 | padding: 5px 50px !important; |
| 16086 | border-radius: 0px; | 16235 | border-radius: 0px; |
| 16087 | color: #fff; | 16236 | color: #fff; |
| ... | @@ -16210,7 +16359,7 @@ h4, .h4 { | ... | @@ -16210,7 +16359,7 @@ h4, .h4 { |
| 16210 | } | 16359 | } |
| 16211 | .wp-block-group.register .wpcf7 .chars-count { | 16360 | .wp-block-group.register .wpcf7 .chars-count { |
| 16212 | text-transform: none; | 16361 | text-transform: none; |
| 16213 | font-size: 14px; | 16362 | font-size: 0.875rem; |
| 16214 | } | 16363 | } |
| 16215 | .wp-block-group.register .wpcf7 .acceptance-548 { | 16364 | .wp-block-group.register .wpcf7 .acceptance-548 { |
| 16216 | text-transform: none; | 16365 | text-transform: none; |
| ... | @@ -16373,8 +16522,8 @@ a.find { | ... | @@ -16373,8 +16522,8 @@ a.find { |
| 16373 | background-color: #012169; | 16522 | background-color: #012169; |
| 16374 | text-transform: uppercase; | 16523 | text-transform: uppercase; |
| 16375 | font-family: "Calibri"; | 16524 | font-family: "Calibri"; |
| 16376 | font-size: 20px; | 16525 | font-size: 1.25rem; |
| 16377 | line-height: 20px; | 16526 | line-height: 1.25rem; |
| 16378 | padding: 2px 50px 17px 60px; | 16527 | padding: 2px 50px 17px 60px; |
| 16379 | border-radius: 0px; | 16528 | border-radius: 0px; |
| 16380 | width: 330px; | 16529 | width: 330px; |
| ... | @@ -16520,8 +16669,8 @@ ss3-force-full-width { | ... | @@ -16520,8 +16669,8 @@ ss3-force-full-width { |
| 16520 | .page-template-numbers-page div#n2-ss-2item2, | 16669 | .page-template-numbers-page div#n2-ss-2item2, |
| 16521 | .page-template-numbers-page div#n2-ss-2item3 { | 16670 | .page-template-numbers-page div#n2-ss-2item3 { |
| 16522 | font-family: "Calibri-bold" !important; | 16671 | font-family: "Calibri-bold" !important; |
| 16523 | font-size: 60px !important; | 16672 | font-size: 3.75rem !important; |
| 16524 | line-height: 60px !important; | 16673 | line-height: 3.75rem !important; |
| 16525 | text-shadow: 0px 3px 3px #00000059 !important; | 16674 | text-shadow: 0px 3px 3px #00000059 !important; |
| 16526 | } | 16675 | } |
| 16527 | @media screen and (max-width: 768px) { | 16676 | @media screen and (max-width: 768px) { |
| ... | @@ -16533,7 +16682,7 @@ ss3-force-full-width { | ... | @@ -16533,7 +16682,7 @@ ss3-force-full-width { |
| 16533 | .page-template-numbers-page div#n2-ss-2item1, | 16682 | .page-template-numbers-page div#n2-ss-2item1, |
| 16534 | .page-template-numbers-page div#n2-ss-2item2, | 16683 | .page-template-numbers-page div#n2-ss-2item2, |
| 16535 | .page-template-numbers-page div#n2-ss-2item3 { | 16684 | .page-template-numbers-page div#n2-ss-2item3 { |
| 16536 | font-size: 36px !important; | 16685 | font-size: 2.25rem !important; |
| 16537 | line-height: 38 !important; | 16686 | line-height: 38 !important; |
| 16538 | margin-left: -15px; | 16687 | margin-left: -15px; |
| 16539 | } | 16688 | } |
| ... | @@ -16550,14 +16699,14 @@ ss3-force-full-width { | ... | @@ -16550,14 +16699,14 @@ ss3-force-full-width { |
| 16550 | } | 16699 | } |
| 16551 | .intro p { | 16700 | .intro p { |
| 16552 | font-family: "Calibri"; | 16701 | font-family: "Calibri"; |
| 16553 | font-size: 30px; | 16702 | font-size: 1.875rem; |
| 16554 | color: #fff; | 16703 | color: #fff; |
| 16555 | line-height: 34px; | 16704 | line-height: 2.125rem; |
| 16556 | } | 16705 | } |
| 16557 | @media (max-width: 600px) { | 16706 | @media (max-width: 600px) { |
| 16558 | .intro p { | 16707 | .intro p { |
| 16559 | line-height: 21px; | 16708 | line-height: 1.3125rem; |
| 16560 | font-size: 18px; | 16709 | font-size: 1.125rem; |
| 16561 | } | 16710 | } |
| 16562 | } | 16711 | } |
| 16563 | @media (max-width: 1300px) { | 16712 | @media (max-width: 1300px) { |
| ... | @@ -16599,9 +16748,9 @@ ss3-force-full-width { | ... | @@ -16599,9 +16748,9 @@ ss3-force-full-width { |
| 16599 | } | 16748 | } |
| 16600 | .yellow p { | 16749 | .yellow p { |
| 16601 | font-family: "Calibri"; | 16750 | font-family: "Calibri"; |
| 16602 | font-size: 18px; | 16751 | font-size: 1.125rem; |
| 16603 | color: #333F48; | 16752 | color: #333F48; |
| 16604 | line-height: 21px; | 16753 | line-height: 1.3125rem; |
| 16605 | } | 16754 | } |
| 16606 | @media (max-width: 1300px) { | 16755 | @media (max-width: 1300px) { |
| 16607 | .yellow { | 16756 | .yellow { |
| ... | @@ -16638,30 +16787,30 @@ ss3-force-full-width { | ... | @@ -16638,30 +16787,30 @@ ss3-force-full-width { |
| 16638 | } | 16787 | } |
| 16639 | .yellow span.number-big { | 16788 | .yellow span.number-big { |
| 16640 | font-family: "Calibri-bold"; | 16789 | font-family: "Calibri-bold"; |
| 16641 | font-size: 182px; | 16790 | font-size: 11.375rem; |
| 16642 | color: #012169; | 16791 | color: #012169; |
| 16643 | line-height: 180px; | 16792 | line-height: 11.25rem; |
| 16644 | } | 16793 | } |
| 16645 | @media (max-width: 1300px) { | 16794 | @media (max-width: 1300px) { |
| 16646 | .yellow span.number-big { | 16795 | .yellow span.number-big { |
| 16647 | line-height: 120px; | 16796 | line-height: 7.5rem; |
| 16648 | font-size: 130px; | 16797 | font-size: 8.125rem; |
| 16649 | display: inline-block; | 16798 | display: inline-block; |
| 16650 | padding-right: 10px; | 16799 | padding-right: 10px; |
| 16651 | } | 16800 | } |
| 16652 | } | 16801 | } |
| 16653 | .yellow span.number-med { | 16802 | .yellow span.number-med { |
| 16654 | font-family: "Calibri-bold"; | 16803 | font-family: "Calibri-bold"; |
| 16655 | font-size: 37px; | 16804 | font-size: 2.3125rem; |
| 16656 | color: #333F48; | 16805 | color: #333F48; |
| 16657 | margin-left: 0px; | 16806 | margin-left: 0px; |
| 16658 | } | 16807 | } |
| 16659 | @media (max-width: 1300px) { | 16808 | @media (max-width: 1300px) { |
| 16660 | .yellow span.number-med { | 16809 | .yellow span.number-med { |
| 16661 | font-size: 28px; | 16810 | font-size: 1.75rem; |
| 16662 | display: inline-block; | 16811 | display: inline-block; |
| 16663 | width: 50%; | 16812 | width: 50%; |
| 16664 | line-height: 30px; | 16813 | line-height: 1.875rem; |
| 16665 | } | 16814 | } |
| 16666 | } | 16815 | } |
| 16667 | .yellow span.number-med.last { | 16816 | .yellow span.number-med.last { |
| ... | @@ -16753,14 +16902,14 @@ ss3-force-full-width { | ... | @@ -16753,14 +16902,14 @@ ss3-force-full-width { |
| 16753 | margin-bottom: -60px; | 16902 | margin-bottom: -60px; |
| 16754 | color: #fff; | 16903 | color: #fff; |
| 16755 | font-family: "Calibri-bold"; | 16904 | font-family: "Calibri-bold"; |
| 16756 | font-size: 40px; | 16905 | font-size: 2.5rem; |
| 16757 | text-transform: uppercase; | 16906 | text-transform: uppercase; |
| 16758 | line-height: 150px; | 16907 | line-height: 9.375rem; |
| 16759 | margin-left: -10px; | 16908 | margin-left: -10px; |
| 16760 | } | 16909 | } |
| 16761 | @media (max-width: 800px) { | 16910 | @media (max-width: 800px) { |
| 16762 | .numbers-block h3, .numbers-block .h3 { | 16911 | .numbers-block h3, .numbers-block .h3 { |
| 16763 | font-size: 20px; | 16912 | font-size: 1.25rem; |
| 16764 | line-height: 1.5rem; | 16913 | line-height: 1.5rem; |
| 16765 | margin-bottom: 0px; | 16914 | margin-bottom: 0px; |
| 16766 | } | 16915 | } |
| ... | @@ -16768,8 +16917,8 @@ ss3-force-full-width { | ... | @@ -16768,8 +16917,8 @@ ss3-force-full-width { |
| 16768 | .numbers-block h3 span, .numbers-block .h3 span { | 16917 | .numbers-block h3 span, .numbers-block .h3 span { |
| 16769 | display: inline-block; | 16918 | display: inline-block; |
| 16770 | width: 70%; | 16919 | width: 70%; |
| 16771 | line-height: 32px; | 16920 | line-height: 2rem; |
| 16772 | font-size: 30px; | 16921 | font-size: 1.875rem; |
| 16773 | } | 16922 | } |
| 16774 | @media (max-width: 800px) { | 16923 | @media (max-width: 800px) { |
| 16775 | .numbers-block h3 span, .numbers-block .h3 span { | 16924 | .numbers-block h3 span, .numbers-block .h3 span { |
| ... | @@ -16777,7 +16926,7 @@ ss3-force-full-width { | ... | @@ -16777,7 +16926,7 @@ ss3-force-full-width { |
| 16777 | } | 16926 | } |
| 16778 | } | 16927 | } |
| 16779 | .numbers-block h3 span.number, .numbers-block .h3 span.number { | 16928 | .numbers-block h3 span.number, .numbers-block .h3 span.number { |
| 16780 | font-size: 180px; | 16929 | font-size: 11.25rem; |
| 16781 | width: 30%; | 16930 | width: 30%; |
| 16782 | padding-right: 10px; | 16931 | padding-right: 10px; |
| 16783 | } | 16932 | } |
| ... | @@ -16789,21 +16938,21 @@ ss3-force-full-width { | ... | @@ -16789,21 +16938,21 @@ ss3-force-full-width { |
| 16789 | @media (max-width: 800px) { | 16938 | @media (max-width: 800px) { |
| 16790 | .numbers-block h3 span.number, .numbers-block .h3 span.number { | 16939 | .numbers-block h3 span.number, .numbers-block .h3 span.number { |
| 16791 | width: unset; | 16940 | width: unset; |
| 16792 | font-size: 135px; | 16941 | font-size: 8.4375rem; |
| 16793 | } | 16942 | } |
| 16794 | } | 16943 | } |
| 16795 | .numbers-block p { | 16944 | .numbers-block p { |
| 16796 | color: #fff; | 16945 | color: #fff; |
| 16797 | font-family: "Calibri"; | 16946 | font-family: "Calibri"; |
| 16798 | font-size: 18px; | 16947 | font-size: 1.125rem; |
| 16799 | line-height: 21px; | 16948 | line-height: 1.3125rem; |
| 16800 | } | 16949 | } |
| 16801 | 16950 | ||
| 16802 | .find-text { | 16951 | .find-text { |
| 16803 | color: #5B6770; | 16952 | color: #5B6770; |
| 16804 | font-family: "Calibri"; | 16953 | font-family: "Calibri"; |
| 16805 | font-size: 40px; | 16954 | font-size: 2.5rem; |
| 16806 | line-height: 44px; | 16955 | line-height: 2.75rem; |
| 16807 | width: 79%; | 16956 | width: 79%; |
| 16808 | display: inline-block; | 16957 | display: inline-block; |
| 16809 | } | 16958 | } |
| ... | @@ -16811,8 +16960,8 @@ ss3-force-full-width { | ... | @@ -16811,8 +16960,8 @@ ss3-force-full-width { |
| 16811 | .find-text { | 16960 | .find-text { |
| 16812 | width: 100%; | 16961 | width: 100%; |
| 16813 | display: block; | 16962 | display: block; |
| 16814 | font-size: 28px; | 16963 | font-size: 1.75rem; |
| 16815 | line-height: 32px; | 16964 | line-height: 2rem; |
| 16816 | margin-top: -30px; | 16965 | margin-top: -30px; |
| 16817 | } | 16966 | } |
| 16818 | } | 16967 | } |
| ... | @@ -16820,8 +16969,8 @@ ss3-force-full-width { | ... | @@ -16820,8 +16969,8 @@ ss3-force-full-width { |
| 16820 | .find-number { | 16969 | .find-number { |
| 16821 | color: #012169; | 16970 | color: #012169; |
| 16822 | font-family: "Calibri-bold"; | 16971 | font-family: "Calibri-bold"; |
| 16823 | font-size: 205px; | 16972 | font-size: 12.8125rem; |
| 16824 | line-height: 150px; | 16973 | line-height: 9.375rem; |
| 16825 | width: 20%; | 16974 | width: 20%; |
| 16826 | display: inline-block; | 16975 | display: inline-block; |
| 16827 | padding-right: 30px; | 16976 | padding-right: 30px; |
| ... | @@ -16832,8 +16981,8 @@ ss3-force-full-width { | ... | @@ -16832,8 +16981,8 @@ ss3-force-full-width { |
| 16832 | text-align: left; | 16981 | text-align: left; |
| 16833 | width: 100%; | 16982 | width: 100%; |
| 16834 | display: block; | 16983 | display: block; |
| 16835 | font-size: 135px; | 16984 | font-size: 8.4375rem; |
| 16836 | line-height: 150px; | 16985 | line-height: 9.375rem; |
| 16837 | margin-top: -30px; | 16986 | margin-top: -30px; |
| 16838 | } | 16987 | } |
| 16839 | } | 16988 | } |
| ... | @@ -16881,7 +17030,7 @@ ss3-force-full-width { | ... | @@ -16881,7 +17030,7 @@ ss3-force-full-width { |
| 16881 | } | 17030 | } |
| 16882 | 17031 | ||
| 16883 | .modal-body p { | 17032 | .modal-body p { |
| 16884 | font-size: 20px; | 17033 | font-size: 1.25rem; |
| 16885 | } | 17034 | } |
| 16886 | 17035 | ||
| 16887 | .modal { | 17036 | .modal { |
| ... | @@ -16910,7 +17059,7 @@ ss3-force-full-width { | ... | @@ -16910,7 +17059,7 @@ ss3-force-full-width { |
| 16910 | @media (max-width: 786px) { | 17059 | @media (max-width: 786px) { |
| 16911 | #exampleModal .modal-content, | 17060 | #exampleModal .modal-content, |
| 16912 | #exampleModalLong .modal-content { | 17061 | #exampleModalLong .modal-content { |
| 16913 | font-size: 20px; | 17062 | font-size: 1.25rem; |
| 16914 | padding: 20px; | 17063 | padding: 20px; |
| 16915 | } | 17064 | } |
| 16916 | } | 17065 | } |
| ... | @@ -16927,7 +17076,7 @@ ss3-force-full-width { | ... | @@ -16927,7 +17076,7 @@ ss3-force-full-width { |
| 16927 | background-color: #012169 !important; | 17076 | background-color: #012169 !important; |
| 16928 | text-transform: uppercase !important; | 17077 | text-transform: uppercase !important; |
| 16929 | font-family: "Calibri-bold" !important; | 17078 | font-family: "Calibri-bold" !important; |
| 16930 | font-size: 20px !important; | 17079 | font-size: 1.25rem !important; |
| 16931 | padding: 5px 70px !important; | 17080 | padding: 5px 70px !important; |
| 16932 | border-radius: 0px !important; | 17081 | border-radius: 0px !important; |
| 16933 | color: #fff !important; | 17082 | color: #fff !important; |
| ... | @@ -16953,7 +17102,7 @@ ss3-force-full-width { | ... | @@ -16953,7 +17102,7 @@ ss3-force-full-width { |
| 16953 | #exampleModalLong .modal-dialog { | 17102 | #exampleModalLong .modal-dialog { |
| 16954 | width: 850px; | 17103 | width: 850px; |
| 16955 | margin-top: 1%; | 17104 | margin-top: 1%; |
| 16956 | font-size: 16px !important; | 17105 | font-size: 1rem !important; |
| 16957 | max-width: unset !important; | 17106 | max-width: unset !important; |
| 16958 | } | 17107 | } |
| 16959 | @media (max-width: 786px) { | 17108 | @media (max-width: 786px) { |
| ... | @@ -16966,19 +17115,19 @@ ss3-force-full-width { | ... | @@ -16966,19 +17115,19 @@ ss3-force-full-width { |
| 16966 | } | 17115 | } |
| 16967 | #exampleModal .wpcf7 label, | 17116 | #exampleModal .wpcf7 label, |
| 16968 | #exampleModalLong .wpcf7 label { | 17117 | #exampleModalLong .wpcf7 label { |
| 16969 | font-size: 16px !important; | 17118 | font-size: 1rem !important; |
| 16970 | color: #5B6770; | 17119 | color: #5B6770; |
| 16971 | } | 17120 | } |
| 16972 | #exampleModal h5.modal-title, #exampleModal .modal-title.h5, | 17121 | #exampleModal h5.modal-title, #exampleModal .modal-title.h5, |
| 16973 | #exampleModalLong h5.modal-title, | 17122 | #exampleModalLong h5.modal-title, |
| 16974 | #exampleModalLong .modal-title.h5 { | 17123 | #exampleModalLong .modal-title.h5 { |
| 16975 | margin-bottom: 5px; | 17124 | margin-bottom: 5px; |
| 16976 | font-size: 25px !important; | 17125 | font-size: 1.5625rem !important; |
| 16977 | color: #012169 !important; | 17126 | color: #012169 !important; |
| 16978 | } | 17127 | } |
| 16979 | #exampleModal p, | 17128 | #exampleModal p, |
| 16980 | #exampleModalLong p { | 17129 | #exampleModalLong p { |
| 16981 | font-size: 16px; | 17130 | font-size: 1rem; |
| 16982 | color: #54565A; | 17131 | color: #54565A; |
| 16983 | } | 17132 | } |
| 16984 | #exampleModal a, | 17133 | #exampleModal a, |
| ... | @@ -17030,6 +17179,8 @@ ss3-force-full-width { | ... | @@ -17030,6 +17179,8 @@ ss3-force-full-width { |
| 17030 | color: #012169 !important; | 17179 | color: #012169 !important; |
| 17031 | font-weight: 100; | 17180 | font-weight: 100; |
| 17032 | opacity: 1; | 17181 | opacity: 1; |
| 17182 | -webkit-appearance: none; | ||
| 17183 | -moz-appearance: none; | ||
| 17033 | appearance: none; | 17184 | appearance: none; |
| 17034 | padding: 0; | 17185 | padding: 0; |
| 17035 | cursor: pointer; | 17186 | cursor: pointer; |
| ... | @@ -17062,13 +17213,8 @@ ss3-force-full-width { | ... | @@ -17062,13 +17213,8 @@ ss3-force-full-width { |
| 17062 | #exampleModal .service-choose-container, | 17213 | #exampleModal .service-choose-container, |
| 17063 | #exampleModalLong .service-choose-container { | 17214 | #exampleModalLong .service-choose-container { |
| 17064 | max-width: 530px; | 17215 | max-width: 530px; |
| 17065 | display: -webkit-box; | ||
| 17066 | display: -ms-flexbox; | ||
| 17067 | display: flex; | 17216 | display: flex; |
| 17068 | -ms-flex-wrap: wrap; | ||
| 17069 | flex-wrap: wrap; | 17217 | flex-wrap: wrap; |
| 17070 | -webkit-box-pack: start; | ||
| 17071 | -ms-flex-pack: start; | ||
| 17072 | justify-content: flex-start; | 17218 | justify-content: flex-start; |
| 17073 | padding: 10px 0; | 17219 | padding: 10px 0; |
| 17074 | } | 17220 | } |
| ... | @@ -17079,7 +17225,7 @@ ss3-force-full-width { | ... | @@ -17079,7 +17225,7 @@ ss3-force-full-width { |
| 17079 | flex-direction: row-reverse; | 17225 | flex-direction: row-reverse; |
| 17080 | justify-content: flex-end; | 17226 | justify-content: flex-end; |
| 17081 | cursor: pointer; | 17227 | cursor: pointer; |
| 17082 | font-size: 22px; | 17228 | font-size: 1.375rem; |
| 17083 | -webkit-user-select: none; | 17229 | -webkit-user-select: none; |
| 17084 | -moz-user-select: none; | 17230 | -moz-user-select: none; |
| 17085 | -ms-user-select: none; | 17231 | -ms-user-select: none; |
| ... | @@ -17098,8 +17244,8 @@ ss3-force-full-width { | ... | @@ -17098,8 +17244,8 @@ ss3-force-full-width { |
| 17098 | 17244 | ||
| 17099 | #exampleModal { | 17245 | #exampleModal { |
| 17100 | min-height: 400px !important; | 17246 | min-height: 400px !important; |
| 17101 | font-size: 18px !important; | 17247 | font-size: 1.125rem !important; |
| 17102 | line-height: 21px !important; | 17248 | line-height: 1.3125rem !important; |
| 17103 | } | 17249 | } |
| 17104 | #exampleModal .req { | 17250 | #exampleModal .req { |
| 17105 | position: absolute; | 17251 | position: absolute; |
| ... | @@ -17117,19 +17263,19 @@ ss3-force-full-width { | ... | @@ -17117,19 +17263,19 @@ ss3-force-full-width { |
| 17117 | max-width: unset !important; | 17263 | max-width: unset !important; |
| 17118 | } | 17264 | } |
| 17119 | #exampleModal label { | 17265 | #exampleModal label { |
| 17120 | font-size: 18px !important; | 17266 | font-size: 1.125rem !important; |
| 17121 | line-height: 21px !important; | 17267 | line-height: 1.3125rem !important; |
| 17122 | } | 17268 | } |
| 17123 | #exampleModal .wpcf7-list-item-label { | 17269 | #exampleModal .wpcf7-list-item-label { |
| 17124 | font-family: "Calibri-bold"; | 17270 | font-family: "Calibri-bold"; |
| 17125 | font-size: 18px !important; | 17271 | font-size: 1.125rem !important; |
| 17126 | line-height: 21px !important; | 17272 | line-height: 1.3125rem !important; |
| 17127 | } | 17273 | } |
| 17128 | #exampleModal label.your-name { | 17274 | #exampleModal label.your-name { |
| 17129 | width: 49% !important; | 17275 | width: 49% !important; |
| 17130 | margin-right: 15px; | 17276 | margin-right: 15px; |
| 17131 | font-size: 18px !important; | 17277 | font-size: 1.125rem !important; |
| 17132 | line-height: 21px !important; | 17278 | line-height: 1.3125rem !important; |
| 17133 | } | 17279 | } |
| 17134 | @media (max-width: 786px) { | 17280 | @media (max-width: 786px) { |
| 17135 | #exampleModal label.your-name { | 17281 | #exampleModal label.your-name { |
| ... | @@ -17143,8 +17289,8 @@ ss3-force-full-width { | ... | @@ -17143,8 +17289,8 @@ ss3-force-full-width { |
| 17143 | #exampleModal label.your-email { | 17289 | #exampleModal label.your-email { |
| 17144 | width: 49% !important; | 17290 | width: 49% !important; |
| 17145 | margin-right: 0px; | 17291 | margin-right: 0px; |
| 17146 | font-size: 18px !important; | 17292 | font-size: 1.125rem !important; |
| 17147 | line-height: 21px !important; | 17293 | line-height: 1.3125rem !important; |
| 17148 | } | 17294 | } |
| 17149 | @media (max-width: 786px) { | 17295 | @media (max-width: 786px) { |
| 17150 | #exampleModal label.your-email { | 17296 | #exampleModal label.your-email { |
| ... | @@ -17324,13 +17470,13 @@ input[type=radio]:checked { | ... | @@ -17324,13 +17470,13 @@ input[type=radio]:checked { |
| 17324 | } | 17470 | } |
| 17325 | 17471 | ||
| 17326 | .download-copy { | 17472 | .download-copy { |
| 17327 | line-height: 44px !important; | 17473 | line-height: 2.75rem !important; |
| 17328 | font-size: 40px !important; | 17474 | font-size: 2.5rem !important; |
| 17329 | } | 17475 | } |
| 17330 | @media (max-width: 786px) { | 17476 | @media (max-width: 786px) { |
| 17331 | .download-copy { | 17477 | .download-copy { |
| 17332 | line-height: 32px !important; | 17478 | line-height: 2rem !important; |
| 17333 | font-size: 28px !important; | 17479 | font-size: 1.75rem !important; |
| 17334 | } | 17480 | } |
| 17335 | } | 17481 | } |
| 17336 | 17482 | ||
| ... | @@ -17352,12 +17498,12 @@ input[type=radio]:checked { | ... | @@ -17352,12 +17498,12 @@ input[type=radio]:checked { |
| 17352 | height: 56px; | 17498 | height: 56px; |
| 17353 | vertical-align: middle; | 17499 | vertical-align: middle; |
| 17354 | padding-top: 15px !important; | 17500 | padding-top: 15px !important; |
| 17355 | font-size: 20px !important; | 17501 | font-size: 1.25rem !important; |
| 17356 | } | 17502 | } |
| 17357 | @media (max-width: 786px) { | 17503 | @media (max-width: 786px) { |
| 17358 | .download-button .wp-block-button__link { | 17504 | .download-button .wp-block-button__link { |
| 17359 | width: 100%; | 17505 | width: 100%; |
| 17360 | font-size: 18px !important; | 17506 | font-size: 1.125rem !important; |
| 17361 | } | 17507 | } |
| 17362 | } | 17508 | } |
| 17363 | 17509 | ||
| ... | @@ -17382,18 +17528,18 @@ input[type=radio]:checked { | ... | @@ -17382,18 +17528,18 @@ input[type=radio]:checked { |
| 17382 | } | 17528 | } |
| 17383 | @media (max-width: 786px) { | 17529 | @media (max-width: 786px) { |
| 17384 | .download-cont h2, .download-cont .h2 { | 17530 | .download-cont h2, .download-cont .h2 { |
| 17385 | font-size: 28px !important; | 17531 | font-size: 1.75rem !important; |
| 17386 | } | 17532 | } |
| 17387 | } | 17533 | } |
| 17388 | .download-cont p { | 17534 | .download-cont p { |
| 17389 | color: #333F48; | 17535 | color: #333F48; |
| 17390 | font-size: 20px; | 17536 | font-size: 1.25rem; |
| 17391 | line-height: 21px; | 17537 | line-height: 1.3125rem; |
| 17392 | } | 17538 | } |
| 17393 | @media (max-width: 786px) { | 17539 | @media (max-width: 786px) { |
| 17394 | .download-cont p { | 17540 | .download-cont p { |
| 17395 | font-size: 18px !important; | 17541 | font-size: 1.125rem !important; |
| 17396 | line-height: 21px !important; | 17542 | line-height: 1.3125rem !important; |
| 17397 | } | 17543 | } |
| 17398 | } | 17544 | } |
| 17399 | 17545 | ||
| ... | @@ -17421,7 +17567,6 @@ body { | ... | @@ -17421,7 +17567,6 @@ body { |
| 17421 | background: white; | 17567 | background: white; |
| 17422 | z-index: 9; | 17568 | z-index: 9; |
| 17423 | max-height: 69px; | 17569 | max-height: 69px; |
| 17424 | -webkit-box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.43); | ||
| 17425 | box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.43); | 17570 | box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.43); |
| 17426 | } | 17571 | } |
| 17427 | #wrapper-navbar.sub .navbar { | 17572 | #wrapper-navbar.sub .navbar { |
| ... | @@ -17430,7 +17575,7 @@ body { | ... | @@ -17430,7 +17575,7 @@ body { |
| 17430 | } | 17575 | } |
| 17431 | 17576 | ||
| 17432 | .wrapper.sub { | 17577 | .wrapper.sub { |
| 17433 | font-size: 18px; | 17578 | font-size: 1.125rem; |
| 17434 | } | 17579 | } |
| 17435 | 17580 | ||
| 17436 | #full-width-page-wrapper.sub { | 17581 | #full-width-page-wrapper.sub { |
| ... | @@ -17444,26 +17589,26 @@ body { | ... | @@ -17444,26 +17589,26 @@ body { |
| 17444 | } | 17589 | } |
| 17445 | } | 17590 | } |
| 17446 | #full-width-page-wrapper.sub h1, #full-width-page-wrapper.sub .h1 { | 17591 | #full-width-page-wrapper.sub h1, #full-width-page-wrapper.sub .h1 { |
| 17447 | font: normal normal bold 60px/60px Calibri; | 17592 | font: normal normal bold 3.75rem/3.75rem Calibri; |
| 17448 | color: #012169; | 17593 | color: #012169; |
| 17449 | text-shadow: none; | 17594 | text-shadow: none; |
| 17450 | font-family: "Calibri-bold"; | 17595 | font-family: "Calibri-bold"; |
| 17451 | } | 17596 | } |
| 17452 | #full-width-page-wrapper.sub h2, #full-width-page-wrapper.sub .h2 { | 17597 | #full-width-page-wrapper.sub h2, #full-width-page-wrapper.sub .h2 { |
| 17453 | font: normal normal bold 40px/50px Calibri; | 17598 | font: normal normal bold 2.5rem/3.125rem Calibri; |
| 17454 | font-family: "Calibri-bold"; | 17599 | font-family: "Calibri-bold"; |
| 17455 | margin-top: 60px; | 17600 | margin-top: 60px; |
| 17456 | color: #012169; | 17601 | color: #012169; |
| 17457 | } | 17602 | } |
| 17458 | #full-width-page-wrapper.sub h3, #full-width-page-wrapper.sub .h3 { | 17603 | #full-width-page-wrapper.sub h3, #full-width-page-wrapper.sub .h3 { |
| 17459 | font: normal normal bold 30px/40px Calibri; | 17604 | font: normal normal bold 1.875rem/2.5rem Calibri; |
| 17460 | font-family: "Calibri-bold"; | 17605 | font-family: "Calibri-bold"; |
| 17461 | margin-top: 60px; | 17606 | margin-top: 60px; |
| 17462 | color: #012169; | 17607 | color: #012169; |
| 17463 | margin-bottom: 5px; | 17608 | margin-bottom: 5px; |
| 17464 | } | 17609 | } |
| 17465 | #full-width-page-wrapper.sub h4, #full-width-page-wrapper.sub .h4 { | 17610 | #full-width-page-wrapper.sub h4, #full-width-page-wrapper.sub .h4 { |
| 17466 | font: normal normal bold 20px/30px Calibri; | 17611 | font: normal normal bold 1.25rem/1.875rem Calibri; |
| 17467 | font-family: "Calibri-bold"; | 17612 | font-family: "Calibri-bold"; |
| 17468 | margin-top: 60px; | 17613 | margin-top: 60px; |
| 17469 | color: #012169; | 17614 | color: #012169; |
| ... | @@ -17476,7 +17621,7 @@ body { | ... | @@ -17476,7 +17621,7 @@ body { |
| 17476 | color: #5B6770; | 17621 | color: #5B6770; |
| 17477 | } | 17622 | } |
| 17478 | #full-width-page-wrapper.sub p.frist { | 17623 | #full-width-page-wrapper.sub p.frist { |
| 17479 | font: normal normal normal 30px/34px Calibri; | 17624 | font: normal normal normal 1.875rem/2.125rem Calibri; |
| 17480 | } | 17625 | } |
| 17481 | #full-width-page-wrapper.sub ol.alphabetical_list { | 17626 | #full-width-page-wrapper.sub ol.alphabetical_list { |
| 17482 | list-style: none; | 17627 | list-style: none; |
| ... | @@ -17493,7 +17638,7 @@ body { | ... | @@ -17493,7 +17638,7 @@ body { |
| 17493 | } | 17638 | } |
| 17494 | #full-width-page-wrapper.sub li { | 17639 | #full-width-page-wrapper.sub li { |
| 17495 | color: #5B6770; | 17640 | color: #5B6770; |
| 17496 | line-height: 21px; | 17641 | line-height: 1.3125rem; |
| 17497 | padding-bottom: 10px; | 17642 | padding-bottom: 10px; |
| 17498 | } | 17643 | } |
| 17499 | #full-width-page-wrapper.sub table { | 17644 | #full-width-page-wrapper.sub table { |
| ... | @@ -17520,7 +17665,7 @@ body { | ... | @@ -17520,7 +17665,7 @@ body { |
| 17520 | } | 17665 | } |
| 17521 | } | 17666 | } |
| 17522 | #full-width-page-wrapper.sub table tr td strong { | 17667 | #full-width-page-wrapper.sub table tr td strong { |
| 17523 | font-size: 18px; | 17668 | font-size: 1.125rem; |
| 17524 | } | 17669 | } |
| 17525 | #full-width-page-wrapper.sub table tr:nth-child(odd) { | 17670 | #full-width-page-wrapper.sub table tr:nth-child(odd) { |
| 17526 | background-color: #E5E6E6; | 17671 | background-color: #E5E6E6; |
| ... | @@ -17544,7 +17689,7 @@ body { | ... | @@ -17544,7 +17689,7 @@ body { |
| 17544 | } | 17689 | } |
| 17545 | #full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong { | 17690 | #full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong { |
| 17546 | font-family: "Calibri-bold"; | 17691 | font-family: "Calibri-bold"; |
| 17547 | font-size: 18px; | 17692 | font-size: 1.125rem; |
| 17548 | } | 17693 | } |
| 17549 | #full-width-page-wrapper.sub a.wp-block-button__link:focus, | 17694 | #full-width-page-wrapper.sub a.wp-block-button__link:focus, |
| 17550 | #full-width-page-wrapper.sub a.wp-block-button__link:hover { | 17695 | #full-width-page-wrapper.sub a.wp-block-button__link:hover { |
| ... | @@ -17588,7 +17733,7 @@ body { | ... | @@ -17588,7 +17733,7 @@ body { |
| 17588 | a.wp-block-button__link { | 17733 | a.wp-block-button__link { |
| 17589 | background-color: #012169; | 17734 | background-color: #012169; |
| 17590 | text-transform: uppercase; | 17735 | text-transform: uppercase; |
| 17591 | font-size: 18px; | 17736 | font-size: 1.125rem; |
| 17592 | border-radius: 0px; | 17737 | border-radius: 0px; |
| 17593 | padding: 15px 15px; | 17738 | padding: 15px 15px; |
| 17594 | color: #fff !important; | 17739 | color: #fff !important; |
| ... | @@ -17631,7 +17776,7 @@ a.wp-block-button__link:hover { | ... | @@ -17631,7 +17776,7 @@ a.wp-block-button__link:hover { |
| 17631 | } | 17776 | } |
| 17632 | } | 17777 | } |
| 17633 | .footer-widget p { | 17778 | .footer-widget p { |
| 17634 | font-size: 14px; | 17779 | font-size: 0.875rem; |
| 17635 | text-align: right; | 17780 | text-align: right; |
| 17636 | margin-top: 0px; | 17781 | margin-top: 0px; |
| 17637 | color: #fff; | 17782 | color: #fff; |
| ... | @@ -17657,7 +17802,7 @@ a.wp-block-button__link:hover { | ... | @@ -17657,7 +17802,7 @@ a.wp-block-button__link:hover { |
| 17657 | } | 17802 | } |
| 17658 | } | 17803 | } |
| 17659 | .footer-left p { | 17804 | .footer-left p { |
| 17660 | line-height: 17px; | 17805 | line-height: 1.0625rem; |
| 17661 | position: relative; | 17806 | position: relative; |
| 17662 | right: 0px; | 17807 | right: 0px; |
| 17663 | text-align: left; | 17808 | text-align: left; |
| ... | @@ -17699,7 +17844,6 @@ ul.social li { | ... | @@ -17699,7 +17844,6 @@ ul.social li { |
| 17699 | display: inline-block; | 17844 | display: inline-block; |
| 17700 | } | 17845 | } |
| 17701 | ul.social li a { | 17846 | ul.social li a { |
| 17702 | -webkit-transition: none !important; | ||
| 17703 | transition: none !important; | 17847 | transition: none !important; |
| 17704 | display: inline-block; | 17848 | display: inline-block; |
| 17705 | width: 36px !important; | 17849 | width: 36px !important; |
| ... | @@ -18129,6 +18273,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { | ... | @@ -18129,6 +18273,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { |
| 18129 | .wpcf7 .wpcf7-validation-errors { | 18273 | .wpcf7 .wpcf7-validation-errors { |
| 18130 | color: theme-color("danger"); | 18274 | color: theme-color("danger"); |
| 18131 | border: 1px solid #e9ecef; | 18275 | border: 1px solid #e9ecef; |
| 18132 | } | 18276 | } |
| 18133 | |||
| 18134 | /*# sourceMappingURL=child-theme.css.map */ | ||
| ... | \ No newline at end of file | ... | \ 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 { | ... | @@ -94,8 +94,10 @@ p { |
| 94 | 94 | ||
| 95 | abbr[title], | 95 | abbr[title], |
| 96 | abbr[data-bs-original-title] { | 96 | abbr[data-bs-original-title] { |
| 97 | -webkit-text-decoration: underline dotted; | ||
| 97 | text-decoration: underline dotted; | 98 | text-decoration: underline dotted; |
| 98 | cursor: help; | 99 | cursor: help; |
| 100 | -webkit-text-decoration-skip-ink: none; | ||
| 99 | text-decoration-skip-ink: none; | 101 | text-decoration-skip-ink: none; |
| 100 | } | 102 | } |
| 101 | 103 | ||
| ... | @@ -386,6 +388,10 @@ legend + * { | ... | @@ -386,6 +388,10 @@ legend + * { |
| 386 | padding: 0; | 388 | padding: 0; |
| 387 | } | 389 | } |
| 388 | 390 | ||
| 391 | ::-webkit-file-upload-button { | ||
| 392 | font: inherit; | ||
| 393 | } | ||
| 394 | |||
| 389 | ::file-selector-button { | 395 | ::file-selector-button { |
| 390 | font: inherit; | 396 | font: inherit; |
| 391 | } | 397 | } |
| ... | @@ -1150,4 +1156,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { | ... | @@ -1150,4 +1156,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { |
| 1150 | font-weight: 500; | 1156 | font-weight: 500; |
| 1151 | } | 1157 | } |
| 1152 | 1158 | ||
| 1153 | /*# sourceMappingURL=custom-editor-style.css.map */ | 1159 | /*# sourceMappingURL=custom-editor-style.css.map */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment