9037f592 by Jeff Balicki

eee

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