WIP
This commit is contained in:
464
wp/wp-content/themes/medicalalert/dist/app.css
vendored
464
wp/wp-content/themes/medicalalert/dist/app.css
vendored
@@ -11233,29 +11233,21 @@ body {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.business-brand h1, .business-brand .headline-largest, .business-brand .h1 {
|
||||
color: #00447C;
|
||||
}
|
||||
|
||||
.business-brand h2, .business-brand .headline-large, .business-brand .h2 {
|
||||
color: #00447C;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius: 27px !important;
|
||||
}
|
||||
|
||||
h4, .headline-small, .h4 {
|
||||
h4, .h4, .headline-small {
|
||||
font-size: 26px;
|
||||
font-weight: 700;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.consumer-brand h4, .consumer-brand .headline-small, .consumer-brand .h4 {
|
||||
.consumer-brand h4, .consumer-brand .h4, .consumer-brand .headline-small {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
.business-brand h4, .business-brand .headline-small, .business-brand .h4 {
|
||||
.business-brand h4, .business-brand .h4, .business-brand .headline-small {
|
||||
color: #00447C;
|
||||
}
|
||||
|
||||
@@ -11299,7 +11291,7 @@ button[type=submit].single_add_to_cart_button,
|
||||
#searchBtn {
|
||||
border: none;
|
||||
padding: 10px 36px;
|
||||
background-color: #CC0033 !important;
|
||||
background-color: #cc0133 !important;
|
||||
color: #FFFFFF !important;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
@@ -11664,7 +11656,55 @@ button[type=submit].single_add_to_cart_button,
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-outline-primary {
|
||||
.btn-primary {
|
||||
color: white;
|
||||
border-color: #cc0133;
|
||||
background: #cc0133;
|
||||
}
|
||||
|
||||
.btn-check:checked + .btn-primary,
|
||||
.btn-check:active + .btn-primary,
|
||||
.btn-primary:hover,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.btn-primary:visited,
|
||||
.btn-primary.dropdown-toggle.show {
|
||||
color: white;
|
||||
border-color: #cc0133;
|
||||
background: #cc0133;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.btn-check:focus + .btn-primary,
|
||||
.btn-primary:focus {
|
||||
box-shadow: 0 0 0 0.1rem rgba(244, 244, 244, 0.5);
|
||||
}
|
||||
|
||||
.btn-secondary,
|
||||
.btn-secondary:visited {
|
||||
color: white;
|
||||
border-color: #3399FF;
|
||||
background: #3399FF;
|
||||
}
|
||||
|
||||
.btn-check:checked + .btn-secondary,
|
||||
.btn-check:active + .btn-secondary,
|
||||
.btn-secondary:hover,
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.btn-secondary.dropdown-toggle.show {
|
||||
color: #3399FF;
|
||||
border-color: #3399FF;
|
||||
background: #EBF5FF;
|
||||
}
|
||||
|
||||
.btn-check:focus + .btn-secondary,
|
||||
.btn-secondary:focus {
|
||||
box-shadow: 0 0 0 0.1rem rgba(244, 244, 244, 0.5);
|
||||
}
|
||||
|
||||
.btn-outline-primary,
|
||||
.btn-outline-primary:visited {
|
||||
color: #3399FF;
|
||||
border-color: #3399FF;
|
||||
background: white;
|
||||
@@ -11702,99 +11742,168 @@ button[type=submit].single_add_to_cart_button,
|
||||
background: #5CB25D;
|
||||
}
|
||||
|
||||
.bg-color-navy-sky {
|
||||
background: linear-gradient(90deg, #000066 0%, #3399ff 100%);
|
||||
}
|
||||
.bg-color-navy-sky h1, .bg-color-navy-sky .headline-largest, .bg-color-navy-sky .h1 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-navy-sky h2, .bg-color-navy-sky .headline-large, .bg-color-navy-sky .h2 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-navy-sky h3, .bg-color-navy-sky .headline-standard, .bg-color-navy-sky .h3 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-navy-sky strong {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-navy-sky p {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.bg-color-sky-bright {
|
||||
background: linear-gradient(90deg, #3399ff 0%, rgba(51, 153, 255, 0.5) 100%);
|
||||
}
|
||||
.bg-color-sky-bright h1, .bg-color-sky-bright .headline-largest, .bg-color-sky-bright .h1 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-bright h2, .bg-color-sky-bright .headline-large, .bg-color-sky-bright .h2 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-bright h3, .bg-color-sky-bright .headline-standard, .bg-color-sky-bright .h3 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-bright strong {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-bright p {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.bg-color-gradient-light-blue {
|
||||
background: linear-gradient(90deg, rgba(51, 153, 255, 0.5) 0%, rgba(51, 153, 255, 0.1) 100%);
|
||||
}
|
||||
|
||||
.g-sky-hero {
|
||||
background: linear-gradient(90deg, rgba(51, 153, 255, 0.1) 0%, rgba(51, 153, 255, 0.5) 100%);
|
||||
border-bottom-right-radius: 45px;
|
||||
border-bottom-left-radius: 45px;
|
||||
}
|
||||
|
||||
.bg-color-navy-sky {
|
||||
background: linear-gradient(90deg, #000066 0%, #3399ff 100%);
|
||||
}
|
||||
.bg-color-navy-sky h1, .bg-color-navy-sky .h1, .bg-color-navy-sky .headline-largest,
|
||||
.bg-color-navy-sky h2,
|
||||
.bg-color-navy-sky .h2,
|
||||
.bg-color-navy-sky .headline-large,
|
||||
.bg-color-navy-sky h3,
|
||||
.bg-color-navy-sky .h3,
|
||||
.bg-color-navy-sky .headline-standard,
|
||||
.bg-color-navy-sky h4,
|
||||
.bg-color-navy-sky .h4,
|
||||
.bg-color-navy-sky .headline-small,
|
||||
.bg-color-navy-sky h5,
|
||||
.bg-color-navy-sky .h5,
|
||||
.bg-color-navy-sky h6,
|
||||
.bg-color-navy-sky .h6,
|
||||
.bg-color-navy-sky p,
|
||||
.bg-color-navy-sky li,
|
||||
.bg-color-navy-sky strong,
|
||||
.bg-color-navy-sky b,
|
||||
.bg-color-navy-sky a,
|
||||
.bg-color-navy-sky a:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.bg-color-sky-bright {
|
||||
background: linear-gradient(90deg, #3399ff 0%, rgba(51, 153, 255, 0.5) 100%);
|
||||
}
|
||||
.bg-color-sky-bright h1, .bg-color-sky-bright .h1, .bg-color-sky-bright .headline-largest,
|
||||
.bg-color-sky-bright h2,
|
||||
.bg-color-sky-bright .h2,
|
||||
.bg-color-sky-bright .headline-large,
|
||||
.bg-color-sky-bright h3,
|
||||
.bg-color-sky-bright .h3,
|
||||
.bg-color-sky-bright .headline-standard,
|
||||
.bg-color-sky-bright h4,
|
||||
.bg-color-sky-bright .h4,
|
||||
.bg-color-sky-bright .headline-small,
|
||||
.bg-color-sky-bright h5,
|
||||
.bg-color-sky-bright .h5,
|
||||
.bg-color-sky-bright h6,
|
||||
.bg-color-sky-bright .h6,
|
||||
.bg-color-sky-bright p,
|
||||
.bg-color-sky-bright li,
|
||||
.bg-color-sky-bright strong,
|
||||
.bg-color-sky-bright b,
|
||||
.bg-color-sky-bright a,
|
||||
.bg-color-sky-bright a:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.bg-color-gradient-light-blue {
|
||||
background: linear-gradient(90deg, rgba(51, 153, 255, 0.5) 0%, rgba(51, 153, 255, 0.1) 100%);
|
||||
}
|
||||
.bg-color-gradient-light-blue h1, .bg-color-gradient-light-blue .h1, .bg-color-gradient-light-blue .headline-largest,
|
||||
.bg-color-gradient-light-blue h2,
|
||||
.bg-color-gradient-light-blue .h2,
|
||||
.bg-color-gradient-light-blue .headline-large,
|
||||
.bg-color-gradient-light-blue h3,
|
||||
.bg-color-gradient-light-blue .h3,
|
||||
.bg-color-gradient-light-blue .headline-standard,
|
||||
.bg-color-gradient-light-blue h4,
|
||||
.bg-color-gradient-light-blue .h4,
|
||||
.bg-color-gradient-light-blue .headline-small,
|
||||
.bg-color-gradient-light-blue h5,
|
||||
.bg-color-gradient-light-blue .h5,
|
||||
.bg-color-gradient-light-blue h6,
|
||||
.bg-color-gradient-light-blue .h6,
|
||||
.bg-color-gradient-light-blue p,
|
||||
.bg-color-gradient-light-blue li,
|
||||
.bg-color-gradient-light-blue strong,
|
||||
.bg-color-gradient-light-blue b,
|
||||
.bg-color-gradient-light-blue a,
|
||||
.bg-color-gradient-light-blue a:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.bg-color-sky-red {
|
||||
background: linear-gradient(90deg, #3399ff 0%, #cc0133 100%);
|
||||
}
|
||||
.bg-color-sky-red h1, .bg-color-sky-red .headline-largest, .bg-color-sky-red .h1 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-red h2, .bg-color-sky-red .headline-large, .bg-color-sky-red .h2 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-red h3, .bg-color-sky-red .headline-standard, .bg-color-sky-red .h3 {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-red strong {
|
||||
color: white !important;
|
||||
}
|
||||
.bg-color-sky-red p {
|
||||
.bg-color-sky-red h1, .bg-color-sky-red .h1, .bg-color-sky-red .headline-largest,
|
||||
.bg-color-sky-red h2,
|
||||
.bg-color-sky-red .h2,
|
||||
.bg-color-sky-red .headline-large,
|
||||
.bg-color-sky-red h3,
|
||||
.bg-color-sky-red .h3,
|
||||
.bg-color-sky-red .headline-standard,
|
||||
.bg-color-sky-red h4,
|
||||
.bg-color-sky-red .h4,
|
||||
.bg-color-sky-red .headline-small,
|
||||
.bg-color-sky-red h5,
|
||||
.bg-color-sky-red .h5,
|
||||
.bg-color-sky-red h6,
|
||||
.bg-color-sky-red .h6,
|
||||
.bg-color-sky-red p,
|
||||
.bg-color-sky-red li,
|
||||
.bg-color-sky-red strong,
|
||||
.bg-color-sky-red b,
|
||||
.bg-color-sky-red a,
|
||||
.bg-color-sky-red a:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.bg-color-navy-purple {
|
||||
background: linear-gradient(90deg, #000066 0%, #7e5bef 100%);
|
||||
color: white;
|
||||
}
|
||||
.bg-color-navy-purple li {
|
||||
color: white;
|
||||
}
|
||||
.bg-color-navy-purple p {
|
||||
color: white;
|
||||
}
|
||||
.bg-color-navy-purple a {
|
||||
color: white;
|
||||
.bg-color-navy-purple h1, .bg-color-navy-purple .h1, .bg-color-navy-purple .headline-largest,
|
||||
.bg-color-navy-purple h2,
|
||||
.bg-color-navy-purple .h2,
|
||||
.bg-color-navy-purple .headline-large,
|
||||
.bg-color-navy-purple h3,
|
||||
.bg-color-navy-purple .h3,
|
||||
.bg-color-navy-purple .headline-standard,
|
||||
.bg-color-navy-purple h4,
|
||||
.bg-color-navy-purple .h4,
|
||||
.bg-color-navy-purple .headline-small,
|
||||
.bg-color-navy-purple h5,
|
||||
.bg-color-navy-purple .h5,
|
||||
.bg-color-navy-purple h6,
|
||||
.bg-color-navy-purple .h6,
|
||||
.bg-color-navy-purple p,
|
||||
.bg-color-navy-purple li,
|
||||
.bg-color-navy-purple strong,
|
||||
.bg-color-navy-purple b,
|
||||
.bg-color-navy-purple a,
|
||||
.bg-color-navy-purple a:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.bg-color-red-yellow {
|
||||
background: linear-gradient(90deg, #cc0133 0%, #ffb020 100%);
|
||||
color: white;
|
||||
}
|
||||
.bg-color-red-yellow li {
|
||||
color: white;
|
||||
}
|
||||
.bg-color-red-yellow p {
|
||||
color: white;
|
||||
}
|
||||
.bg-color-red-yellow a {
|
||||
color: white;
|
||||
.bg-color-red-yellow h1, .bg-color-red-yellow .h1, .bg-color-red-yellow .headline-largest,
|
||||
.bg-color-red-yellow h2,
|
||||
.bg-color-red-yellow .h2,
|
||||
.bg-color-red-yellow .headline-large,
|
||||
.bg-color-red-yellow h3,
|
||||
.bg-color-red-yellow .h3,
|
||||
.bg-color-red-yellow .headline-standard,
|
||||
.bg-color-red-yellow h4,
|
||||
.bg-color-red-yellow .h4,
|
||||
.bg-color-red-yellow .headline-small,
|
||||
.bg-color-red-yellow h5,
|
||||
.bg-color-red-yellow .h5,
|
||||
.bg-color-red-yellow h6,
|
||||
.bg-color-red-yellow .h6,
|
||||
.bg-color-red-yellow p,
|
||||
.bg-color-red-yellow li,
|
||||
.bg-color-red-yellow strong,
|
||||
.bg-color-red-yellow b,
|
||||
.bg-color-red-yellow a,
|
||||
.bg-color-red-yellow a:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.g-sky-border {
|
||||
@@ -11807,19 +11916,6 @@ button[type=submit].single_add_to_cart_button,
|
||||
border-radius: 17px;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
line-height: 30px !important;
|
||||
}
|
||||
ul li,
|
||||
ol li {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.mw-250 {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.g-purple-border {
|
||||
position: relative;
|
||||
border-radius: 20px;
|
||||
@@ -11840,6 +11936,19 @@ ol li {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
line-height: 30px !important;
|
||||
}
|
||||
ul li,
|
||||
ol li {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.mw-250 {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.fs-xs {
|
||||
font-size: 14px;
|
||||
}
|
||||
@@ -11873,7 +11982,7 @@ ol li {
|
||||
.col2-circle-content-slice-container .highlighted-circle-title {
|
||||
color: #000066;
|
||||
}
|
||||
.col2-circle-content-slice-container .highlighted-circle-title h3, .col2-circle-content-slice-container .highlighted-circle-title .headline-standard, .col2-circle-content-slice-container .highlighted-circle-title .h3 {
|
||||
.col2-circle-content-slice-container .highlighted-circle-title h3, .col2-circle-content-slice-container .highlighted-circle-title .h3, .col2-circle-content-slice-container .highlighted-circle-title .headline-standard {
|
||||
font-weight: bold;
|
||||
}
|
||||
.col2-circle-content-slice-container .highlighted-circle-copy p {
|
||||
@@ -11917,7 +12026,7 @@ ol li {
|
||||
.col2-media-highlights-slice-container svg {
|
||||
max-width: 1500px;
|
||||
}
|
||||
.col2-media-highlights-slice-container .none-graphic {
|
||||
.col2-media-highlights-slice-container .radial-none-graphic {
|
||||
display: none;
|
||||
}
|
||||
.col2-media-highlights-slice-container .radial-left-graphic {
|
||||
@@ -11925,10 +12034,6 @@ ol li {
|
||||
left: -200px;
|
||||
}
|
||||
.col2-media-highlights-slice-container .radial-right-graphic {
|
||||
top: 50%;
|
||||
right: -71%;
|
||||
}
|
||||
.col2-media-highlights-slice-container .radial-center-graphic {
|
||||
top: -50%;
|
||||
right: -30%;
|
||||
}
|
||||
@@ -11976,12 +12081,19 @@ ol li {
|
||||
}
|
||||
|
||||
.col3-card-slice-container .radial-top {
|
||||
left: 0;
|
||||
left: -175px;
|
||||
top: 0;
|
||||
}
|
||||
.col3-card-slice-container .radial-top svg {
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
max-width: 610px;
|
||||
max-height: 610px;
|
||||
color: #F2F8FF;
|
||||
opacity: 1;
|
||||
}
|
||||
.col3-card-slice-container.bg-color-light-blue .radial-top svg {
|
||||
color: white;
|
||||
opacity: 1;
|
||||
}
|
||||
.col3-card-slice-container .col3-card-wrapper {
|
||||
z-index: 1;
|
||||
@@ -12007,35 +12119,35 @@ ol li {
|
||||
.header-color-white {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.header-color-white h4, .header-color-white .headline-small, .header-color-white .h4 {
|
||||
.header-color-white h4, .header-color-white .h4, .header-color-white .headline-small {
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
.header-color-gray {
|
||||
background-color: #f4f5fa;
|
||||
}
|
||||
.header-color-gray h4, .header-color-gray .headline-small, .header-color-gray .h4 {
|
||||
.header-color-gray h4, .header-color-gray .h4, .header-color-gray .headline-small {
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
.header-color-red {
|
||||
background-color: #000066;
|
||||
}
|
||||
.header-color-red h4, .header-color-red .headline-small, .header-color-red .h4 {
|
||||
.header-color-red h4, .header-color-red .h4, .header-color-red .headline-small {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.header-color-light-blue {
|
||||
background-color: #EBF5FF;
|
||||
}
|
||||
.header-color-light-blue h4, .header-color-light-blue .headline-small, .header-color-light-blue .h4 {
|
||||
.header-color-light-blue h4, .header-color-light-blue .h4, .header-color-light-blue .headline-small {
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
.header-color-blue {
|
||||
background-color: #00447C;
|
||||
}
|
||||
.header-color-blue h4, .header-color-blue .headline-small, .header-color-blue .h4 {
|
||||
.header-color-blue h4, .header-color-blue .h4, .header-color-blue .headline-small {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
@@ -12052,7 +12164,7 @@ ol li {
|
||||
border-bottom-right-radius: 19px;
|
||||
border-bottom-left-radius: 19px;
|
||||
}
|
||||
.header-color-navy-purple h4, .header-color-navy-purple .headline-small, .header-color-navy-purple .h4 {
|
||||
.header-color-navy-purple h4, .header-color-navy-purple .h4, .header-color-navy-purple .headline-small {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
@@ -12119,100 +12231,110 @@ ol li {
|
||||
border-radius: 12.1242px;
|
||||
}
|
||||
|
||||
h1, .headline-largest, .h1 {
|
||||
font-size: 26px;
|
||||
h1, .h1, .headline-largest {
|
||||
font-weight: 300;
|
||||
font-size: calc(2.214581rem + 1vw);
|
||||
}
|
||||
|
||||
.comsumer-brand .h1-heading-slice-container h1, .comsumer-brand .h1-heading-slice-container .headline-largest, .comsumer-brand .h1-heading-slice-container .h1 {
|
||||
color: #000066;
|
||||
@media (min-width: 992px) {
|
||||
h1, .h1, .headline-largest {
|
||||
font-size: 56px;
|
||||
line-height: 58px;
|
||||
}
|
||||
}
|
||||
|
||||
.business-brand .h1-heading-slice-container h1, .business-brand .h1-heading-slice-container .headline-largest, .business-brand .h1-heading-slice-container .h1 {
|
||||
color: #00447C;
|
||||
}
|
||||
|
||||
h2, .headline-large, .h2 {
|
||||
h2, .h2, .headline-large {
|
||||
font-size: calc(1.4rem + 1vw);
|
||||
font-weight: 400;
|
||||
line-height: 50px;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
h2, .h2, .headline-large {
|
||||
font-size: 42px;
|
||||
}
|
||||
}
|
||||
|
||||
.f-purple h2, .f-purple .headline-large, .f-purple .h2 {
|
||||
.f-purple h2, .f-purple .h2, .f-purple .headline-large {
|
||||
color: #7e5bef;
|
||||
}
|
||||
|
||||
.f-navy h2, .f-navy .headline-large, .f-navy .h2 {
|
||||
.f-navy h2, .f-navy .h2, .f-navy .headline-large {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
.f-white h2, .f-white .headline-large, .f-white .h2 {
|
||||
.f-white h2, .f-white .h2, .f-white .headline-large {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.f-black h2, .f-black .headline-large, .f-black .h2 {
|
||||
.f-black h2, .f-black .h2, .f-black .headline-large {
|
||||
color: #110F24;
|
||||
}
|
||||
|
||||
h3, .headline-standard, .h3 {
|
||||
h3, .h3, .headline-standard {
|
||||
font-size: 26px;
|
||||
font-weight: 400;
|
||||
line-height: 40px;
|
||||
font-weight: 900;
|
||||
line-height: 32px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
h3, .headline-standard, .h3 {
|
||||
h3, .h3, .headline-standard {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.f-purple h3, .f-purple .headline-standard, .f-purple .h3 {
|
||||
.f-purple h3, .f-purple .h3, .f-purple .headline-standard {
|
||||
color: #7e5bef;
|
||||
}
|
||||
|
||||
.f-nacy h3, .f-nacy .headline-standard, .f-nacy .h3 {
|
||||
.f-nacy h3, .f-nacy .h3, .f-nacy .headline-standard {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
.f-white h3, .f-white .headline-standard, .f-white .h3 {
|
||||
.f-white h3, .f-white .h3, .f-white .headline-standard {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.f-black h3, .f-black .headline-standard, .f-black .h3 {
|
||||
.f-black h3, .f-black .h3, .f-black .headline-standard {
|
||||
color: #110F24;
|
||||
}
|
||||
|
||||
h4, .headline-small, .h4 {
|
||||
h4, .h4, .headline-small {
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
line-height: 32px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.f-purple h4, .f-purple .headline-small, .f-purple .h4 {
|
||||
color: #7e5bef;
|
||||
}
|
||||
|
||||
.f-navy h4, .f-navy .headline-small, .f-navy .h4 {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
.f-white h4, .f-white .headline-small, .f-white .h4 {
|
||||
.bg-color-sky-red h4, .bg-color-sky-red .h4, .bg-color-sky-red .headline-small,
|
||||
.bg-color-navy-purple h4,
|
||||
.bg-color-navy-purple .h4,
|
||||
.bg-color-navy-purple .headline-small {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.f-black h4, .f-black .headline-small, .f-black .h4 {
|
||||
.f-purple h4, .f-purple .h4, .f-purple .headline-small {
|
||||
color: #7e5bef;
|
||||
}
|
||||
|
||||
.f-navy h4, .f-navy .h4, .f-navy .headline-small {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
.f-white h4, .f-white .h4, .f-white .headline-small {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.f-black h4, .f-black .h4, .f-black .headline-small {
|
||||
color: #110F24;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
line-height: 40px;
|
||||
line-height: 24px;
|
||||
font-weight: 900;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
h5, .h5 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.bg-color-sky-red h5, .bg-color-sky-red .h5,
|
||||
.bg-color-navy-purple h5,
|
||||
.bg-color-navy-purple .h5 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.f-purple h5, .f-purple .h5 {
|
||||
@@ -12233,11 +12355,18 @@ h5, .h5 {
|
||||
|
||||
h6, .h6 {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 40px;
|
||||
line-height: 24px;
|
||||
font-weight: 900;
|
||||
text-transform: capitalize;
|
||||
color: #7e5bef;
|
||||
}
|
||||
|
||||
.bg-color-sky-red h6, .bg-color-sky-red .h6,
|
||||
.bg-color-navy-purple h6,
|
||||
.bg-color-navy-purple .h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.f-purple h6, .f-purple .h6 {
|
||||
color: #7e5bef;
|
||||
}
|
||||
@@ -12414,7 +12543,7 @@ body {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.phone-contact-slice-container h3, .phone-contact-slice-container .headline-standard, .phone-contact-slice-container .h3 {
|
||||
.phone-contact-slice-container h3, .phone-contact-slice-container .h3, .phone-contact-slice-container .headline-standard {
|
||||
font-weight: 200;
|
||||
}
|
||||
.phone-contact-slice-container .bold-copy a {
|
||||
@@ -12422,13 +12551,12 @@ body {
|
||||
font-weight: 700;
|
||||
line-height: 55px;
|
||||
}
|
||||
|
||||
.consumer-brand .phone-contact-slice-container .bold-copy a {
|
||||
color: #000066;
|
||||
.phone-contact-slice-container .radial-left {
|
||||
top: -53px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.business-brand .phone-contact-slice-container .bold-copy a {
|
||||
color: #00447C;
|
||||
.phone-contact-slice-container .radial-left svg {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.phone-contact-with-shortcode-slice-container .radial-left {
|
||||
@@ -12508,6 +12636,12 @@ body {
|
||||
.simple-content-slice-container .radial svg {
|
||||
width: 100%;
|
||||
max-width: 250px;
|
||||
color: white;
|
||||
opacity: 0.3;
|
||||
}
|
||||
.simple-content-slice-container.bg-color-white .radial svg {
|
||||
color: #F2F8FF;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.testimonial-carousel-slice-container .testimonials .title {
|
||||
@@ -12619,7 +12753,7 @@ body {
|
||||
.main-header .top-info {
|
||||
width: 225px;
|
||||
}
|
||||
.main-header h1, .main-header .headline-largest, .main-header .h1 {
|
||||
.main-header h1, .main-header .h1, .main-header .headline-largest {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.main-header .top-bar-mobile {
|
||||
@@ -12906,7 +13040,7 @@ div.gform_fields div.gfield div.validation_message {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
div.gform_validation_errors h2.gform_submission_error, div.gform_validation_errors .gform_submission_error.headline-large, div.gform_validation_errors .gform_submission_error.h2 {
|
||||
div.gform_validation_errors h2.gform_submission_error, div.gform_validation_errors .gform_submission_error.h2, div.gform_validation_errors .gform_submission_error.headline-large {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@@ -12971,7 +13105,7 @@ body.search .img-placeholder img {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.page-template-all-post-template h4, .page-template-all-post-template .headline-small, .page-template-all-post-template .h4 {
|
||||
.page-template-all-post-template h4, .page-template-all-post-template .h4, .page-template-all-post-template .headline-small {
|
||||
color: #000066;
|
||||
}
|
||||
.page-template-all-post-template .main-header .main-nav {
|
||||
@@ -13043,7 +13177,7 @@ body.search .img-placeholder img {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
.post-pagination h4 a, .post-pagination .headline-small a, .post-pagination .h4 a {
|
||||
.post-pagination h4 a, .post-pagination .h4 a, .post-pagination .headline-small a {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
@@ -13062,7 +13196,7 @@ body.search .img-placeholder img {
|
||||
.single-post .single-post-container .single-post-content {
|
||||
margin-top: 4em;
|
||||
}
|
||||
.single-post .single-post-container .single-post-content h1, .single-post .single-post-container .single-post-content .headline-largest, .single-post .single-post-container .single-post-content .h1 {
|
||||
.single-post .single-post-container .single-post-content h1, .single-post .single-post-container .single-post-content .h1, .single-post .single-post-container .single-post-content .headline-largest {
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=def087bfee86b3ced20472c4fd21ee05",
|
||||
"/app.css": "/app.css?id=1e79f8d47e56e71141377b223123b63c"
|
||||
"/app.css": "/app.css?id=bbaad454a1fc3441682737a7689fe247"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user