810f89b9 by Jeff Balicki

eee

1 parent 820715be
...@@ -15621,11 +15621,15 @@ p { ...@@ -15621,11 +15621,15 @@ p {
15621 line-height: 1.3125rem; 15621 line-height: 1.3125rem;
15622 } 15622 }
15623 15623
15624 strong {
15625 font-family: "Calibri-bold" !important;
15626 }
15627
15624 ol li { 15628 ol li {
15625 font-size: 1.125rem; 15629 font-size: 1.125rem;
15626 color: #5b6770; 15630 color: #5b6770;
15627 line-height: 1.3125rem; 15631 line-height: 1.3125rem;
15628 margin-bottom: 10px; 15632 margin-bottom: 15px;
15629 } 15633 }
15630 15634
15631 h2, .h2 { 15635 h2, .h2 {
...@@ -15637,6 +15641,24 @@ h2, .h2 { ...@@ -15637,6 +15641,24 @@ h2, .h2 {
15637 text-transform: uppercase; 15641 text-transform: uppercase;
15638 } 15642 }
15639 15643
15644 h3, .h3 {
15645 font-family: "Calibri-bold";
15646 font-size: 1.25rem;
15647 color: #012169;
15648 margin-bottom: 30px;
15649 margin-top: 20px;
15650 text-transform: none;
15651 }
15652
15653 h4, .h4 {
15654 font-family: "Calibri-bold";
15655 font-size: 1.875rem;
15656 color: #012169;
15657 margin-bottom: 30px;
15658 margin-top: 20px;
15659 text-transform: none;
15660 }
15661
15640 .cont { 15662 .cont {
15641 width: 100%; 15663 width: 100%;
15642 } 15664 }
...@@ -16080,6 +16102,7 @@ h2, .h2 { ...@@ -16080,6 +16102,7 @@ h2, .h2 {
16080 overflow: auto; 16102 overflow: auto;
16081 } 16103 }
16082 .wp-block-group.register .terms p { 16104 .wp-block-group.register .terms p {
16105 font-size: 1.125rem;
16083 line-height: 1.3125rem; 16106 line-height: 1.3125rem;
16084 } 16107 }
16085 .wp-block-group.register .thank-you { 16108 .wp-block-group.register .thank-you {
...@@ -16231,7 +16254,7 @@ h2, .h2 { ...@@ -16231,7 +16254,7 @@ h2, .h2 {
16231 .wp-block-group.register .wpcf7 label.your-phone, 16254 .wp-block-group.register .wpcf7 label.your-phone,
16232 .wp-block-group.register .wpcf7 label.confirm-email, 16255 .wp-block-group.register .wpcf7 label.confirm-email,
16233 .wp-block-group.register .wpcf7 label.your-email { 16256 .wp-block-group.register .wpcf7 label.your-email {
16234 width: 25% !important; 16257 width: 29% !important;
16235 margin-right: 1%; 16258 margin-right: 1%;
16236 } 16259 }
16237 @media (max-width: 768px) { 16260 @media (max-width: 768px) {
...@@ -16249,7 +16272,7 @@ h2, .h2 { ...@@ -16249,7 +16272,7 @@ h2, .h2 {
16249 } 16272 }
16250 } 16273 }
16251 .wp-block-group.register .wpcf7 label.your-ext { 16274 .wp-block-group.register .wpcf7 label.your-ext {
16252 width: 22% !important; 16275 width: 10% !important;
16253 } 16276 }
16254 .wp-block-group.register .wpcf7 .acceptance-548 { 16277 .wp-block-group.register .wpcf7 .acceptance-548 {
16255 text-transform: none; 16278 text-transform: none;
......
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.
...@@ -4,6 +4,10 @@ jQuery( document ).ready(function($) { ...@@ -4,6 +4,10 @@ jQuery( document ).ready(function($) {
4 $(document).on("click","#register-here",function() { 4 $(document).on("click","#register-here",function() {
5 $('.wp-block-group.register').toggle(); 5 $('.wp-block-group.register').toggle();
6 $('.numbers-second .wp-block-column:first-child a.wp-block-button__link').toggleClass('rotated'); 6 $('.numbers-second .wp-block-column:first-child a.wp-block-button__link').toggleClass('rotated');
7 $([document.documentElement, document.body]).animate({
8 scrollTop: $(".wp-block-group.register").offset().top
9 }, 500);
10
7 }); 11 });
8 12
9 $('.wpcf7-form-control-wrap').each(function( index ) { 13 $('.wpcf7-form-control-wrap').each(function( index ) {
......
...@@ -18,12 +18,15 @@ ...@@ -18,12 +18,15 @@
18 color: #5b6770; 18 color: #5b6770;
19 line-height: 21px; 19 line-height: 21px;
20 } 20 }
21 strong{
22 font-family: "Calibri-bold" !important;
23 }
21 ol { 24 ol {
22 li { 25 li {
23 font-size: 18px; 26 font-size: 18px;
24 color: #5b6770; 27 color: #5b6770;
25 line-height: 21px; 28 line-height: 21px;
26 margin-bottom: 10px; 29 margin-bottom: 15px;
27 } 30 }
28 } 31 }
29 h2 { 32 h2 {
...@@ -34,6 +37,22 @@ ...@@ -34,6 +37,22 @@
34 margin-top: 20px; 37 margin-top: 20px;
35 text-transform: uppercase; 38 text-transform: uppercase;
36 } 39 }
40 h3{
41 font-family: "Calibri-bold";
42 font-size: 20px;
43 color: #012169;
44 margin-bottom: 30px;
45 margin-top: 20px;
46 text-transform: none;
47 }
48 h4{
49 font-family: "Calibri-bold";
50 font-size: 30px;
51 color: #012169;
52 margin-bottom: 30px;
53 margin-top: 20px;
54 text-transform: none;
55 }
37 .cont { 56 .cont {
38 width: 100%; 57 width: 100%;
39 } 58 }
...@@ -415,8 +434,12 @@ ...@@ -415,8 +434,12 @@
415 margin-bottom: 20px; 434 margin-bottom: 20px;
416 overflow: auto; 435 overflow: auto;
417 p { 436 p {
437 font-size: 18px;
418 line-height: 21px; 438 line-height: 21px;
419 } 439 }
440 strong{
441
442 }
420 } 443 }
421 .thank-you { 444 .thank-you {
422 display: none; 445 display: none;
...@@ -545,7 +568,7 @@ ...@@ -545,7 +568,7 @@
545 label.your-phone, 568 label.your-phone,
546 label.confirm-email, 569 label.confirm-email,
547 label.your-email { 570 label.your-email {
548 width: 25% !important; 571 width: 29% !important;
549 margin-right: 1%; 572 margin-right: 1%;
550 @media (max-width: 768px) { 573 @media (max-width: 768px) {
551 width: 100% !important; 574 width: 100% !important;
...@@ -559,7 +582,7 @@ ...@@ -559,7 +582,7 @@
559 } 582 }
560 } 583 }
561 label.your-ext { 584 label.your-ext {
562 width: 22% !important; 585 width: 10% !important;
563 } 586 }
564 587
565 .acceptance-548 { 588 .acceptance-548 {
......
...@@ -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.20 8 Version: 1.1.21
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
......