8de1f0b2 by Jeff Balicki

eee

1 parent c81c15b6
...@@ -17277,6 +17277,12 @@ ss3-force-full-width { ...@@ -17277,6 +17277,12 @@ ss3-force-full-width {
17277 font-size: 1.125rem !important; 17277 font-size: 1.125rem !important;
17278 line-height: 1.3125rem !important; 17278 line-height: 1.3125rem !important;
17279 } 17279 }
17280 @media (max-width: 786px) {
17281 #exampleModal label.your-name {
17282 width: 100% !important;
17283 margin-bottom: 20px;
17284 }
17285 }
17280 #exampleModal label.your-name input { 17286 #exampleModal label.your-name input {
17281 height: 30px; 17287 height: 30px;
17282 } 17288 }
...@@ -17286,6 +17292,11 @@ ss3-force-full-width { ...@@ -17286,6 +17292,11 @@ ss3-force-full-width {
17286 font-size: 1.125rem !important; 17292 font-size: 1.125rem !important;
17287 line-height: 1.3125rem !important; 17293 line-height: 1.3125rem !important;
17288 } 17294 }
17295 @media (max-width: 786px) {
17296 #exampleModal label.your-email {
17297 width: 100% !important;
17298 }
17299 }
17289 #exampleModal label.your-email input { 17300 #exampleModal label.your-email input {
17290 height: 30px; 17301 height: 30px;
17291 } 17302 }
...@@ -17315,6 +17326,11 @@ ss3-force-full-width { ...@@ -17315,6 +17326,11 @@ ss3-force-full-width {
17315 #exampleModal .modal-content { 17326 #exampleModal .modal-content {
17316 min-height: 400px !important; 17327 min-height: 400px !important;
17317 } 17328 }
17329 @media (max-width: 786px) {
17330 #exampleModal .modal-content {
17331 height: 100vh;
17332 }
17333 }
17318 17334
17319 .label-search-input { 17335 .label-search-input {
17320 color: #5B6770; 17336 color: #5B6770;
...@@ -17454,15 +17470,41 @@ input[type=radio]:checked { ...@@ -17454,15 +17470,41 @@ input[type=radio]:checked {
17454 } 17470 }
17455 17471
17456 .download-copy { 17472 .download-copy {
17457 line-height: 2.75rem; 17473 line-height: 2.75rem !important;
17458 font-style: 40px; 17474 font-size: 2.5rem !important;
17475 }
17476 @media (max-width: 786px) {
17477 .download-copy {
17478 line-height: 2rem !important;
17479 font-size: 1.75rem !important;
17480 }
17481 }
17482
17483 .download-group {
17484 margin-top: -100px;
17485 }
17486 @media (max-width: 786px) {
17487 .download-group {
17488 margin-top: -70px;
17489 margin-bottom: 50px;
17490 }
17459 } 17491 }
17460 17492
17493 .download-button {
17494 width: 100% !important;
17495 }
17461 .download-button .wp-block-button__link { 17496 .download-button .wp-block-button__link {
17462 width: 365px; 17497 width: 365px;
17463 height: 56px; 17498 height: 56px;
17464 vertical-align: middle; 17499 vertical-align: middle;
17465 padding-top: 15px !important; 17500 padding-top: 15px !important;
17501 font-size: 1.25rem !important;
17502 }
17503 @media (max-width: 786px) {
17504 .download-button .wp-block-button__link {
17505 width: 100%;
17506 font-size: 1.125rem !important;
17507 }
17466 } 17508 }
17467 17509
17468 .download-cont { 17510 .download-cont {
...@@ -17473,13 +17515,34 @@ input[type=radio]:checked { ...@@ -17473,13 +17515,34 @@ input[type=radio]:checked {
17473 padding-left: 49px; 17515 padding-left: 49px;
17474 padding-right: 40px; 17516 padding-right: 40px;
17475 } 17517 }
17518 @media (max-width: 786px) {
17519 .download-cont {
17520 padding-left: 26px;
17521 padding-right: 26px;
17522 margin-right: 5px;
17523 margin-left: 5px;
17524 }
17525 }
17476 .download-cont h2, .download-cont .h2 { 17526 .download-cont h2, .download-cont .h2 {
17477 margin-bottom: 10px; 17527 margin-bottom: 10px;
17478 } 17528 }
17529 @media (max-width: 786px) {
17530 .download-cont h2, .download-cont .h2 {
17531 font-size: 1.75rem !important;
17532 }
17533 }
17479 .download-cont p { 17534 .download-cont p {
17480 color: #333F48; 17535 color: #333F48;
17481 font-size: 1.25rem; 17536 font-size: 1.25rem;
17482 line-height: 1.3125rem; 17537 line-height: 1.3125rem;
17538 line-height: 2.75rem !important;
17539 font-size: 2.5rem !important;
17540 }
17541 @media (max-width: 786px) {
17542 .download-cont p {
17543 font-size: 1.125rem !important;
17544 line-height: 1.3125rem !important;
17545 }
17483 } 17546 }
17484 17547
17485 .download-button .wp-block-button__link::before { 17548 .download-button .wp-block-button__link::before {
......
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.
...@@ -729,6 +729,10 @@ height: 100%; ...@@ -729,6 +729,10 @@ height: 100%;
729 margin-right: 15px; 729 margin-right: 15px;
730 font-size: 18px !important; 730 font-size: 18px !important;
731 line-height: 21px !important; 731 line-height: 21px !important;
732 @media (max-width: 786px) {
733 width: 100%!important;
734 margin-bottom:20px ;
735 }
732 input{ 736 input{
733 height: 30px; 737 height: 30px;
734 } 738 }
...@@ -738,6 +742,9 @@ height: 100%; ...@@ -738,6 +742,9 @@ height: 100%;
738 margin-right: 0px; 742 margin-right: 0px;
739 font-size: 18px !important; 743 font-size: 18px !important;
740 line-height: 21px !important; 744 line-height: 21px !important;
745 @media (max-width: 786px) {
746 width: 100%!important;
747 }
741 input{ 748 input{
742 height: 30px; 749 height: 30px;
743 } 750 }
...@@ -767,6 +774,10 @@ height: 100%; ...@@ -767,6 +774,10 @@ height: 100%;
767 } 774 }
768 .modal-content{ 775 .modal-content{
769 min-height: 400px !important; 776 min-height: 400px !important;
777 @media (max-width: 786px) {
778 height: 100vh;
779 }
780
770 } 781 }
771 } 782 }
772 783
...@@ -905,15 +916,35 @@ span.wpcf7-list-item { ...@@ -905,15 +916,35 @@ span.wpcf7-list-item {
905 } 916 }
906 917
907 .download-copy{ 918 .download-copy{
908 line-height: 44px; 919 line-height: 44px !important;
909 font-style: 40px; 920 font-size: 40px !important;
921 @media (max-width: 786px) {
922 line-height: 32px !important;
923 font-size: 28px !important;
924 }
925 }
926
927 .download-group {
928 margin-top: -100px;
929 @media (max-width: 786px) {
930 margin-top: -70px;
931 margin-bottom: 50px;
932 }
910 } 933 }
911 934
912 .download-button .wp-block-button__link{ 935 .download-button {
936 width: 100% !important;
937 .wp-block-button__link{
913 width: 365px; 938 width: 365px;
914 height: 56px; 939 height: 56px;
915 vertical-align: middle; 940 vertical-align: middle;
916 padding-top: 15px !important; 941 padding-top: 15px !important;
942 font-size: 20px !important;
943 @media (max-width: 786px) {
944 width: 100%;
945 font-size: 18px !important;
946 }
947 }
917 } 948 }
918 949
919 .download-cont{ 950 .download-cont{
...@@ -923,13 +954,28 @@ span.wpcf7-list-item { ...@@ -923,13 +954,28 @@ span.wpcf7-list-item {
923 padding-bottom: 40px; 954 padding-bottom: 40px;
924 padding-left: 49px; 955 padding-left: 49px;
925 padding-right: 40px; 956 padding-right: 40px;
957 @media (max-width: 786px) {
958 padding-left: 26px;
959 padding-right: 26px;
960 margin-right: 5px;
961 margin-left: 5px;
962 }
926 h2{ 963 h2{
927 margin-bottom: 10px; 964 margin-bottom: 10px;
965 @media (max-width: 786px) {
966 font-size: 28px !important;
967 }
928 } 968 }
929 p{ 969 p{
930 color: #333F48; 970 color: #333F48;
931 font-size: 20px; 971 font-size: 20px;
932 line-height: 21px; 972 line-height: 21px;
973 line-height: 44px !important;
974 font-size: 40px !important;
975 @media (max-width: 786px) {
976 font-size: 18px !important;
977 line-height: 21px !important;
978 }
933 } 979 }
934 } 980 }
935 981
......
...@@ -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.30381 8 Version: 1.1.30382
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
......