9cc68787 by Jeff Balicki

ccc

1 parent 1395efa4
......@@ -16574,6 +16574,12 @@ ss3-force-full-width {
color: #fff;
line-height: 2.125rem;
}
@media (max-width: 600px) {
.intro p {
line-height: 1.3125rem;
font-size: 1.125rem;
}
}
@media (max-width: 1300px) {
.intro {
margin-left: -100%;
......@@ -16677,7 +16683,7 @@ ss3-force-full-width {
@media (max-width: 1300px) {
.yellow span.number-med.last {
margin-left: 0px;
width: 60%;
width: 55%;
}
}
......@@ -16737,6 +16743,7 @@ ss3-force-full-width {
@media (max-width: 1300px) {
.numbers-block {
margin-bottom: 20px;
padding: 30px 30px 30px 30px;
}
}
.numbers-block h3, .numbers-block .h3 {
......@@ -16749,11 +16756,23 @@ ss3-force-full-width {
line-height: 9.375rem;
margin-left: -10px;
}
@media (max-width: 800px) {
.numbers-block h3, .numbers-block .h3 {
font-size: 1.25rem;
line-height: 1.5rem;
margin-bottom: 0px;
}
}
.numbers-block h3 span, .numbers-block .h3 span {
display: inline-block;
width: 67%;
line-height: 2.5rem;
}
@media (max-width: 800px) {
.numbers-block h3 span, .numbers-block .h3 span {
line-height: 1.5rem;
}
}
.numbers-block h3 span.number, .numbers-block .h3 span.number {
font-size: 12.8125rem;
width: 33%;
......@@ -16767,6 +16786,7 @@ ss3-force-full-width {
@media (max-width: 800px) {
.numbers-block h3 span.number, .numbers-block .h3 span.number {
width: unset;
font-size: 8.4375rem;
}
}
.numbers-block p {
......@@ -16788,6 +16808,9 @@ ss3-force-full-width {
.find-text {
width: 100%;
display: block;
font-size: 1.75rem;
line-height: 2rem;
margin-top: -30px;
}
}
......@@ -16806,6 +16829,9 @@ ss3-force-full-width {
text-align: left;
width: 100%;
display: block;
font-size: 8.4375rem;
line-height: 9.375rem;
margin-top: -30px;
}
}
......
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($) {
$('.wp-block-button__link').attr('tabindex', 0);
$('.cf7mls_btn').attr('tabindex', 0);
$('#Layer_1').appendTo('.n2-ss-slider-wrapper-inside');
$('#Layer_1').show();
$(document).on("click","#register-here",function() {
$('.wp-block-group.register').toggle();
......@@ -73,7 +73,7 @@ jQuery( document ).ready(function($) {
updateContainer()
function updateContainer() {
var maxHeight = 0;
......
......@@ -141,6 +141,10 @@ div#n2-ss-2item3{
font-size: 30px;
color: #fff;
line-height: 34px;
@media (max-width: 600px) {
line-height: 21px;
font-size: 18px;
}
}
@media (max-width: 1300px) {
margin-left: -100%;
......@@ -232,7 +236,7 @@ span.number-med.last{
margin-left: -25px;
@media (max-width: 1300px) {
margin-left: 0px;
width: 60%;
width: 55%;
}
}
......@@ -287,6 +291,7 @@ span.number-med.last{
margin-bottom: 30px;
@media (max-width: 1300px) {
margin-bottom: 20px;
padding:30px 30px 30px 30px;
}
h3{
margin-top: 50px;
......@@ -297,11 +302,19 @@ span.number-med.last{
text-transform: uppercase;
line-height: 150px;
margin-left: -10px;
@media (max-width: 800px) {
font-size: 20px;
line-height: 1.5rem;
margin-bottom: 0px;
}
span{
display: inline-block;
width: 67%;
line-height: 40px;
@media (max-width: 800px) {
line-height: 1.5rem;
}
}
span.number{
font-size: 205px;
......@@ -309,9 +322,11 @@ span.number-med.last{
padding-right: 10px;
@media (max-width: 1300px) {
width: unset;
}
@media (max-width: 800px) {
width: unset;
font-size: 135px;
}
}
}
......@@ -325,6 +340,7 @@ span.number-med.last{
}
.find-text{
color: #5B6770;
font-family: "Calibri";
......@@ -335,6 +351,9 @@ span.number-med.last{
@media (max-width: 1200px) {
width: 100%;
display: block;
font-size: 28px;
line-height: 32px;
margin-top: -30px;
}
}
.find-number{
......@@ -350,6 +369,9 @@ span.number-med.last{
text-align: left;
width: 100%;
display: block;
font-size: 135px;
line-height: 150px;
margin-top: -30px;
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.34
Version: 1.1.35
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......