9cc68787 by Jeff Balicki

ccc

1 parent 1395efa4
...@@ -16574,6 +16574,12 @@ ss3-force-full-width { ...@@ -16574,6 +16574,12 @@ ss3-force-full-width {
16574 color: #fff; 16574 color: #fff;
16575 line-height: 2.125rem; 16575 line-height: 2.125rem;
16576 } 16576 }
16577 @media (max-width: 600px) {
16578 .intro p {
16579 line-height: 1.3125rem;
16580 font-size: 1.125rem;
16581 }
16582 }
16577 @media (max-width: 1300px) { 16583 @media (max-width: 1300px) {
16578 .intro { 16584 .intro {
16579 margin-left: -100%; 16585 margin-left: -100%;
...@@ -16677,7 +16683,7 @@ ss3-force-full-width { ...@@ -16677,7 +16683,7 @@ ss3-force-full-width {
16677 @media (max-width: 1300px) { 16683 @media (max-width: 1300px) {
16678 .yellow span.number-med.last { 16684 .yellow span.number-med.last {
16679 margin-left: 0px; 16685 margin-left: 0px;
16680 width: 60%; 16686 width: 55%;
16681 } 16687 }
16682 } 16688 }
16683 16689
...@@ -16737,6 +16743,7 @@ ss3-force-full-width { ...@@ -16737,6 +16743,7 @@ ss3-force-full-width {
16737 @media (max-width: 1300px) { 16743 @media (max-width: 1300px) {
16738 .numbers-block { 16744 .numbers-block {
16739 margin-bottom: 20px; 16745 margin-bottom: 20px;
16746 padding: 30px 30px 30px 30px;
16740 } 16747 }
16741 } 16748 }
16742 .numbers-block h3, .numbers-block .h3 { 16749 .numbers-block h3, .numbers-block .h3 {
...@@ -16749,11 +16756,23 @@ ss3-force-full-width { ...@@ -16749,11 +16756,23 @@ ss3-force-full-width {
16749 line-height: 9.375rem; 16756 line-height: 9.375rem;
16750 margin-left: -10px; 16757 margin-left: -10px;
16751 } 16758 }
16759 @media (max-width: 800px) {
16760 .numbers-block h3, .numbers-block .h3 {
16761 font-size: 1.25rem;
16762 line-height: 1.5rem;
16763 margin-bottom: 0px;
16764 }
16765 }
16752 .numbers-block h3 span, .numbers-block .h3 span { 16766 .numbers-block h3 span, .numbers-block .h3 span {
16753 display: inline-block; 16767 display: inline-block;
16754 width: 67%; 16768 width: 67%;
16755 line-height: 2.5rem; 16769 line-height: 2.5rem;
16756 } 16770 }
16771 @media (max-width: 800px) {
16772 .numbers-block h3 span, .numbers-block .h3 span {
16773 line-height: 1.5rem;
16774 }
16775 }
16757 .numbers-block h3 span.number, .numbers-block .h3 span.number { 16776 .numbers-block h3 span.number, .numbers-block .h3 span.number {
16758 font-size: 12.8125rem; 16777 font-size: 12.8125rem;
16759 width: 33%; 16778 width: 33%;
...@@ -16767,6 +16786,7 @@ ss3-force-full-width { ...@@ -16767,6 +16786,7 @@ ss3-force-full-width {
16767 @media (max-width: 800px) { 16786 @media (max-width: 800px) {
16768 .numbers-block h3 span.number, .numbers-block .h3 span.number { 16787 .numbers-block h3 span.number, .numbers-block .h3 span.number {
16769 width: unset; 16788 width: unset;
16789 font-size: 8.4375rem;
16770 } 16790 }
16771 } 16791 }
16772 .numbers-block p { 16792 .numbers-block p {
...@@ -16788,6 +16808,9 @@ ss3-force-full-width { ...@@ -16788,6 +16808,9 @@ ss3-force-full-width {
16788 .find-text { 16808 .find-text {
16789 width: 100%; 16809 width: 100%;
16790 display: block; 16810 display: block;
16811 font-size: 1.75rem;
16812 line-height: 2rem;
16813 margin-top: -30px;
16791 } 16814 }
16792 } 16815 }
16793 16816
...@@ -16806,6 +16829,9 @@ ss3-force-full-width { ...@@ -16806,6 +16829,9 @@ ss3-force-full-width {
16806 text-align: left; 16829 text-align: left;
16807 width: 100%; 16830 width: 100%;
16808 display: block; 16831 display: block;
16832 font-size: 8.4375rem;
16833 line-height: 9.375rem;
16834 margin-top: -30px;
16809 } 16835 }
16810 } 16836 }
16811 16837
......
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.
...@@ -3,7 +3,7 @@ jQuery( document ).ready(function($) { ...@@ -3,7 +3,7 @@ jQuery( document ).ready(function($) {
3 $('.wp-block-button__link').attr('tabindex', 0); 3 $('.wp-block-button__link').attr('tabindex', 0);
4 $('.cf7mls_btn').attr('tabindex', 0); 4 $('.cf7mls_btn').attr('tabindex', 0);
5 $('#Layer_1').appendTo('.n2-ss-slider-wrapper-inside'); 5 $('#Layer_1').appendTo('.n2-ss-slider-wrapper-inside');
6 6 $('#Layer_1').show();
7 7
8 $(document).on("click","#register-here",function() { 8 $(document).on("click","#register-here",function() {
9 $('.wp-block-group.register').toggle(); 9 $('.wp-block-group.register').toggle();
......
...@@ -141,6 +141,10 @@ div#n2-ss-2item3{ ...@@ -141,6 +141,10 @@ div#n2-ss-2item3{
141 font-size: 30px; 141 font-size: 30px;
142 color: #fff; 142 color: #fff;
143 line-height: 34px; 143 line-height: 34px;
144 @media (max-width: 600px) {
145 line-height: 21px;
146 font-size: 18px;
147 }
144 } 148 }
145 @media (max-width: 1300px) { 149 @media (max-width: 1300px) {
146 margin-left: -100%; 150 margin-left: -100%;
...@@ -232,7 +236,7 @@ span.number-med.last{ ...@@ -232,7 +236,7 @@ span.number-med.last{
232 margin-left: -25px; 236 margin-left: -25px;
233 @media (max-width: 1300px) { 237 @media (max-width: 1300px) {
234 margin-left: 0px; 238 margin-left: 0px;
235 width: 60%; 239 width: 55%;
236 } 240 }
237 } 241 }
238 242
...@@ -287,6 +291,7 @@ span.number-med.last{ ...@@ -287,6 +291,7 @@ span.number-med.last{
287 margin-bottom: 30px; 291 margin-bottom: 30px;
288 @media (max-width: 1300px) { 292 @media (max-width: 1300px) {
289 margin-bottom: 20px; 293 margin-bottom: 20px;
294 padding:30px 30px 30px 30px;
290 } 295 }
291 h3{ 296 h3{
292 margin-top: 50px; 297 margin-top: 50px;
...@@ -297,11 +302,19 @@ span.number-med.last{ ...@@ -297,11 +302,19 @@ span.number-med.last{
297 text-transform: uppercase; 302 text-transform: uppercase;
298 line-height: 150px; 303 line-height: 150px;
299 margin-left: -10px; 304 margin-left: -10px;
305 @media (max-width: 800px) {
306 font-size: 20px;
307 line-height: 1.5rem;
308 margin-bottom: 0px;
309 }
300 310
301 span{ 311 span{
302 display: inline-block; 312 display: inline-block;
303 width: 67%; 313 width: 67%;
304 line-height: 40px; 314 line-height: 40px;
315 @media (max-width: 800px) {
316 line-height: 1.5rem;
317 }
305 } 318 }
306 span.number{ 319 span.number{
307 font-size: 205px; 320 font-size: 205px;
...@@ -309,9 +322,11 @@ span.number-med.last{ ...@@ -309,9 +322,11 @@ span.number-med.last{
309 padding-right: 10px; 322 padding-right: 10px;
310 @media (max-width: 1300px) { 323 @media (max-width: 1300px) {
311 width: unset; 324 width: unset;
325
312 } 326 }
313 @media (max-width: 800px) { 327 @media (max-width: 800px) {
314 width: unset; 328 width: unset;
329 font-size: 135px;
315 } 330 }
316 } 331 }
317 } 332 }
...@@ -325,6 +340,7 @@ span.number-med.last{ ...@@ -325,6 +340,7 @@ span.number-med.last{
325 340
326 341
327 } 342 }
343
328 .find-text{ 344 .find-text{
329 color: #5B6770; 345 color: #5B6770;
330 font-family: "Calibri"; 346 font-family: "Calibri";
...@@ -335,6 +351,9 @@ span.number-med.last{ ...@@ -335,6 +351,9 @@ span.number-med.last{
335 @media (max-width: 1200px) { 351 @media (max-width: 1200px) {
336 width: 100%; 352 width: 100%;
337 display: block; 353 display: block;
354 font-size: 28px;
355 line-height: 32px;
356 margin-top: -30px;
338 } 357 }
339 } 358 }
340 .find-number{ 359 .find-number{
...@@ -350,6 +369,9 @@ span.number-med.last{ ...@@ -350,6 +369,9 @@ span.number-med.last{
350 text-align: left; 369 text-align: left;
351 width: 100%; 370 width: 100%;
352 display: block; 371 display: block;
372 font-size: 135px;
373 line-height: 150px;
374 margin-top: -30px;
353 } 375 }
354 } 376 }
355 377
......
...@@ -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.34 8 Version: 1.1.35
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
......