.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.gb-wrap {
position: relative;
overflow: clip;
padding: var(--mobile-padding);
border-width: var(--border-width, 0px);
border-style: var(--border-style, none);
border-color: var(--border-color, transparent);
border-radius: var(--border-radius, var(--round-5));
background-color: var(--bg);
--heading-color: inherit;
--header-bg: transparent;
--heading-border-color: transparent;
--dark-heading-color: inherit;
--dark-header-bg: transparent;
--dark-heading-border-color: transparent;
--content-bg: transparent;
--border-style: solid;
--border-width: 0px;
--border-color: transparent;
--dark-border-color: transparent;
--bg: transparent;
--dark-bg: transparent;
}
[data-theme='dark'] .gb-wrap {
border-color: var(--dark-border-color, transparent);
background-color: var(--dark-bg);
}
.yes-shadow {
box-shadow: 0 5px 30px var(--shadow-7);
}
.gb-wrap.none-padding {
padding: 0;
}
.gb-header {
padding: var(--mobile-header-padding);
background-color: var(--header-bg, transparent);
}
[data-theme='dark'] .gb-header {
background-color: var(--dark-header-bg, var(--header-bg, transparent));
}
.no-h-spacing .note-header {
padding-bottom: 0;
}
.gb-overlay-link {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.gb-heading {
margin: 0;
color: var(--heading-color, inherit);
--cp-spacing: 0;
}
h2.gb-heading {
font-size: var(--mobile-heading-size, var(--h2-fsize));
}
h3.gb-heading {
font-size: var(--mobile-heading-size, var(--h3-fsize));
}
h4.gb-heading {
font-size: var(--mobile-heading-size, var(--h4-fsize));
}
h5.gb-heading {
font-size: var(--mobile-heading-size, var(--h5-fsize));
}
h6.gb-heading {
font-size: var(--mobile-heading-size, var(--h6-fsize));
}
span.gb-small-heading {
font-size: var(--mobile-sub-heading-size, var(--h4-fsize));
}
.gb-description {
font-size: var(--mobile-description-size, .9rem);
display: block;
margin-top: 7px;
color: var(--description-color, var(--meta-fcolor));
}
[data-theme='dark'] .gb-heading {
color: var(--dark-heading-color);
}
[data-theme='dark'] .gb-description {
color: var(--dark-description-color);
}
.note-content {
display: block;
overflow: hidden;
border-top: 1px solid var(--heading-border-color);
}
.gb-content {
padding: var(--mobile-padding, 20px);
background-color: var(--content-bg);
}
[data-theme='dark'] .gb-content {
background-color: var(--dark-content-bg);
}
.note-content > *:not(:last-child) {
margin-block-start: 0;
margin-block-end: var(--cp-spacing, 1.5rem);
}
.note-header {
line-height: 1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}
.heading-icon {
margin-right: 7px;
}
.heading-icon img {
width: 1.2em;
min-width: 1.2em;
height: 1.2em;
min-height: 1.2em;
object-fit: contain;
}
.gb-heading .note-title {
font-size: 1em;
margin: 0;
color: inherit;
}
.note-heading {
display: flex;
align-items: center;
}
.yes-toggle .note-header {
cursor: pointer;
}
.yes-toggle .note-content {
display: none;
}
.note-wrap.is-inline:not(.explain) {
display: inline-block;
}
.note-wrap.explain .note-toggle {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.note-toggle {
display: inline-flex;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.is-inline .note-toggle {
-webkit-transition: none;
transition: none;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
div.list-style-element ul,
div.list-style-element ol {
padding-left: 0;
list-style: none;
}
div.list-style-element li {
margin-bottom: var(--item-spacing, .5rem);
}
.list-style-element li:before {
font-size: var(--mobile-icon-size);
display: inline;
padding-right: 7px;
content: var(--icon-code);
vertical-align: middle;
color: var(--icon-color, inherit);
}
.list-style-element.is-icon li:before {
font-family: 'ruby-icon';
}
[data-theme='dark'] .list-style-element li:before {
color: var(--dark-icon-color, inherit);
}
.af-inner {
display: flex;
align-items: flex-start;
flex-flow: row wrap;
flex-grow: 1;
gap: 20px;
}
.af-product .af-image {
display: flex;
flex-shrink: 0;
width: var(--mobile-image-size, 100%);
max-width: 100%;
border-radius: var(--round-7);
object-fit: cover;
}
.gb-download .gb-image {
display: block;
float: left;
width: var(--mobile-image-size, 100px);
max-width: 100%;
margin-right: 20px;
border-radius: var(--round-7);
object-fit: cover;
}
.notice-text:not(:empty) {
display: block;
padding-top: 15px;
}
.af-cta-wrap {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
justify-content: space-between;
gap: 20px;
}
.af-content {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
gap: 10px;
}
.is-btn.af-button {
font-size: var(--mobile-button-size, var(--btn-fsize));
line-height: 1;
position: relative;
z-index: 10;
display: inline-flex;
padding: .8em 1.6em;
text-decoration: none;
color: var(--button-color, var(--btn-accent, var(--awhite)));
border-radius: var(--round-7);
background-color: var(--button-bg, var(--btn-primary, var(--g-color)));
}
.af-product .is-btn.af-button {
padding: 1em 2em;
}
.af-rating {
display: flex;
align-items: center;
flex-flow: row wrap;
padding-top: 5px;
gap: 10px;
--review-color: var(--rating-color, var(--g-color));
}
.af-rating-meta {
color: var(--heading-color, inherit);
}
[data-theme='dark'] .af-rating {
--review-color: var(--dark-rating-color, var(--g-color));
}
[data-theme='dark'] .af-rating-meta {
--review-color: var(--dark-heading-color, var(--g-color));
}
.is-button-border .is-btn.af-button {
color: var(--button-color, var(--body-fcolor));
}
[data-theme='dark'] .is-btn.af-button {
color: var(--dark-button-color, #fff);
}
.af-link {
position: absolute;
z-index: 5;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
span.af-price {
font-size: var(--mobile-price-size);
color: var(--price-color, inherit);
}
.h3.af-price {
font-size: var(--mobile-price-size, var(--h3-fsize));
}
.h4.af-price {
font-size: var(--mobile-price-size, var(--h4-fsize));
}
.af-price del {
font-size: var(--em-small);
margin-right: min(0.5em, 7px);
opacity: .7;
color: var(--body-fcolor);
}
[data-theme='dark'] .af-heading {
color: var(--dark-heading-color);
}
[data-theme='dark'] .af-description {
color: var(--dark-description-color);
}
[data-theme='dark'] span.af-price {
color: var(--dark-price-color);
}
.is-button-border .is-btn.af-button {
border: 1px solid var(--button-bg, var(--btn-primary, currentColor));
background-color: transparent;
}
.is-btn.af-button:hover {
color: var(--button-hover-color, var(--awhite));
border-color: var(--button-hover-bg, var(--dark-accent));
background: var(--button-hover-bg, var(--dark-accent));
--g-color-90: var(--button-hover-bg, var(--dark-accent-90));
}
[data-theme='dark'] .is-button-border .is-btn.af-button {
border-color: var(--dark-button-bg);
}
[data-theme='dark'] .is-btn.af-button:hover {
color: var(--dark-button-hover-color);
border-color: var(--dark-button-hover-bg);
background: var(--dark-button-hover-bg);
--g-color-90: var(--dark-button-hover-bg);
} .af-list-inner {
display: flex;
flex-flow: row wrap;
padding-bottom: 10px;
gap: 20px;
}
.af-list-header {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
gap: 10px;
}
.af-list-best-price {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
width: 100%;
max-width: 180px;
padding-top: 20px;
border-top: 2px dashed var(--flex-gray-15);
}
.af-list-best-price * {
line-height: 1;
}
.af-list-item-inner {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
gap: 20px;
}
.af-list-item .af-button {
border-radius: var(--button-border-radius, var(--round-3));
}
.af-list-item .af-list-logo {
max-width: var(--logo-size, 50px);
height: auto;
}
.af-list-item-left,
.af-list-item-right {
display: flex;
align-items: center;
gap: 20px;
}
.af-list-item {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid var(--flex-gray-15);
}
.af-item-list-btn {
font-size: 12px;
}
.af-list .af-best-price {
font-size: var(--mobile-best-price-size);
text-decoration: none;
color: var(--best-price-color, var(--g-color));
}
[data-theme='dark'] .af-list .af-best-price {
color: var(--dark-best-price-color);
}
.gb-download-header {
display: block;
overflow: hidden;
margin-bottom: 25px;
}
.submitting:before {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: .9;
background: var(--solid-light);
}
.submitting {
cursor: wait;
}
.gb-download:not(.submitting) .rb-loader {
display: none;
}
.download-checkbox {
font-size: var(--rem-mini);
color: var(--meta-fcolor);
}
.fallback-info {
font-size: var(--rem-mini);
font-style: italic;
margin-bottom: 15px;
color: var(--meta-fcolor);
}
.fallback-download-btn {
display: block;
text-align: center;
}
.accordion-item-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
cursor: pointer;
-webkit-transition: all .25s;
transition: all .25s;
opacity: .5;
border-bottom: 1px solid var(--flex-gray-15);
gap: 5px;
}
.accordion-item-header:hover,
.active .accordion-item-header,
.yes-amp .accordion-item-header {
opacity: 1;
}
.accordion-item-header .rbi {
-webkit-transition: all .25s;
transition: all .25s;
}
.active .accordion-item-header .rbi {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.accordion-item-content {
display: none;
padding: 15px 0;
border-bottom: 1px solid var(--flex-gray-15);
}
.gb-accordion-item:last-child .accordion-item-content {
border-bottom: none;
}
.gb-accordion-item:last-child .accordion-item-header {
border-bottom: none;
}
.yes-open .gb-accordion-item:first-child .accordion-item-content,
.yes-amp .accordion-item-content {
display: block;
}
.gb-highlight {
font-weight: 700;
}
.gb-highlight * {
font-weight: inherit !important;
letter-spacing: inherit;
}
.gb-highlight mark {
color: var(--highlight-color, var(--awhite));
background: var(--highlight-bg, var(--g-color));
}
[data-theme='dark'] .gb-highlight mark {
color: var(--dark-highlight-color, var(--awhite));
background: var(--dark-highlight-bg, var(--g-color));
} .gb-review-heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.gb-review-header-inner {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
gap: 40px;
}
.gb-review-featured {
position: relative;
display: block;
overflow: hidden;
border-radius: var(--border-radius, var(--round-5));
}
.gb-review-featured img {
width: 100%;
object-fit: cover;
}
.gb-absolute-meta {
position: absolute;
top: 20px;
right: 20px;
}
.gb-review-content {
display: flex;
flex-flow: column nowrap;
gap: 20px;
}
.top-divider {
position: relative;
padding-top: 23px;
}
.gb-review-header {
display: flex;
flex-flow: column nowrap;
gap: 15px;
}
.review-total-stars {
font-size: var(--rem-mini);
display: flex;
align-items: center;
flex-flow: row wrap;
--rating-size: 16px;
gap: 10px;
}
.gb-review-cards {
display: flex;
flex-flow: row wrap;
margin: -20px;
}
.gb-review-cards > * {
width: 100%;
padding: 20px;
}
.review-buttons {
position: relative;
z-index: 10;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
gap: 15px;
}
.review-buttons a {
line-height: 1;
flex-grow: 1;
justify-content: center;
min-width: calc(50% - 10px);
padding: .8em 1.2em;
}
.is-btn.gb-btn {
font-size: var(--mobile-button-size, var(--btn-fsize));
color: var(--button-color, var(--btn-accent, var(--awhite)));
background-color: var(--button-bg, var(--btn-primary, var(--g-color)));
}
[data-theme='dark'] .is-btn.gb-btn {
color: var(--dark-button-color, var(--btn-accent, var(--awhite)));
background-color: var(--dark-button-bg, var(--btn-primary, var(--g-color)));
}
.is-btn.gb-btn.is-border-style {
border: 1px solid currentColor;
}
.is-btn.gb-btn.is-border-style:hover {
border-color: var(--btn-primary-h, var(--g-color));
}
.is-btn.gb-btn.is-border-style:not(:hover) {
color: var(--is-border-button-color, inherit);
border-color: var(--is-border-button-border, currentColor);
background-color: transparent;
}
[data-theme='dark'] .is-btn.gb-btn.is-border-style {
color: var(--dark-is-border-button-color, inherit);
}
[data-theme='dark'] .is-btn.gb-btn.is-border-style:not(:hover) {
color: var(--dark-is-border-button-border, currentColor);
}
.live-fdate {
display: inline-flex;
margin-right: 0;
margin-left: auto;
}
.live-datetime {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding-bottom: 15px;
gap: 7px;
}
.live-datetime:after {
position: absolute;
top: calc(0.8em + 8px);
bottom: 0;
left: calc(.4em + 3px);
content: '';
border-left: 2px solid var(--flex-gray-15);
}
.live-hdate {
position: relative;
display: flex;
margin-left: 0.3em;
}
.live-datetime-dot {
position: relative;
width: .8em;
height: .8em;
margin-left: 4px;
border-radius: 50%;
background: var(--live-color);
}
.live-datetime-dot:after {
position: absolute;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
content: '';
opacity: .5;
border: 2px solid var(--live-color);
border-radius: 50%;
}
.live-blog-interval {
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
padding: 7px 20px;
border-left: 5px solid;
border-radius: var(--round-7);
box-shadow: 0 4px 20px var(--shadow-7);
}
.live-blog-total {
display: inline-flex;
align-items: center;
gap: .15em;
}
.live-blog-total i {
font-size: 1.4em;
margin-right: 5px;
}
.live-interval {
display: inline-flex;
align-items: center;
gap: 15px;
}
.rb-switch {
position: relative;
display: inline-flex;
width: 48px;
height: 26px;
}
input[type='checkbox'].rb-switch-input {
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
}
.rb-switch-slider {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
cursor: pointer;
transition: .4s;
border-radius: 34px;
background-color: var(--flex-gray-40);
}
.rb-switch-slider:before {
position: absolute;
bottom: 3px;
left: 3px;
width: 20px;
height: 20px;
content: '';
transition: .4s;
border-radius: 50%;
background-color: #fff;
}
.rb-switch-input:checked + .rb-switch-slider {
background-color: var(--live-color, var(--g-color));
}
.rb-switch-input:checked + .rb-switch-slider:before {
transform: translateX(22px);
}
@media (min-width: 768px) {
.af-inner, .af-list-inner {
flex-flow: row nowrap;
}
.gb-wrap, .gb-content {
padding: var(--tablet-padding);
}
.gb-header {
padding: var(--tablet-header-padding);
}
.gb-heading {
font-size: var(--tablet-heading-size);
}
h2.gb-heading {
font-size: var(--tablet-heading-size, var(--h2-fsize));
}
h3.gb-heading {
font-size: var(--tablet-heading-size, var(--h3-fsize));
}
h4.gb-heading {
font-size: var(--tablet-heading-size, var(--h4-fsize));
}
h5.gb-heading {
font-size: var(--tablet-heading-size, var(--h5-fsize));
}
h6.gb-heading {
font-size: var(--tablet-heading-size, var(--h6-fsize));
}
span.gb-small-heading {
font-size: var(--tablet-sub-heading-size, var(--h4-fsize));
}
.gb-description {
font-size: var(--tablet-description-size, .9rem);
}
.is-btn.gb-btn {
font-size: var(--tablet-button-size, var(--btn-fsize));
}
.list-style-element li:before {
font-size: var(--tablet-icon-size);
}
span.af-price {
font-size: var(--tablet-price-size);
}
.h3.af-price {
font-size: var(--tablet-price-size, var(--h3-fsize));
}
.h4.af-price {
font-size: var(--tablet-price-size, var(--h4-fsize));
}
.gb-download .gb-image,
.af-product .af-image {
width: var(--tablet-image-size, 120px);
}
.af-list .af-best-price {
font-size: var(--tablet-best-price-size);
}
.af-cta-wrap {
flex-flow: column nowrap;
flex-shrink: 0;
max-width: 200px;
}
.is-btn.af-button {
font-size: var(--tablet-button-size, var(--btn-fsize));
}
.af-list-inner {
gap: 30px;
}
.af-list-best-price {
align-items: flex-end;
flex-flow: column nowrap;
justify-content: flex-start;
width: auto;
padding-top: 0;
padding-left: 30px;
border-top: none;
border-left: 2px dashed var(--flex-gray-15);
gap: 10px;
}
}
@media (min-width: 1025px) {
.gb-wrap, .gb-content {
padding: var(--desktop-padding);
}
.gb-header {
padding: var(--desktop-header-padding);
}
.af-product {
flex-flow: row nowrap;
}
.gb-heading {
font-size: var(--desktop-heading-size);
}
h2.gb-heading {
font-size: var(--desktop-heading-size, var(--h2-fsize));
}
h3.gb-heading {
font-size: var(--desktop-heading-size, var(--h3-fsize));
}
h4.gb-heading {
font-size: var(--desktop-heading-size, var(--h4-fsize));
}
h5.gb-heading {
font-size: var(--desktop-heading-size, var(--h5-fsize));
}
h6.gb-heading {
font-size: var(--desktop-heading-size, var(--h6-fsize));
}
span.gb-small-heading {
font-size: var(--desktop-sub-heading-size, var(--h4-fsize));
}
.gb-description {
font-size: var(--desktop-description-size, .9rem);
}
.af-list .af-best-price {
font-size: var(--desktop-best-price-size);
}
.list-style-element li:before {
font-size: var(--desktop-icon-size);
}
span.af-price {
font-size: var(--desktop-price-size);
}
.h3.af-price {
font-size: var(--desktop-price-size, var(--h3-fsize));
}
.h4.af-price {
font-size: var(--desktop-price-size, var(--h4-fsize));
}
.gb-download .gb-image,
.af-product .af-image {
width: var(--desktop-image-size, 150px);
}
.is-btn.af-button,
.is-btn.gb-btn {
font-size: var(--desktop-button-size, var(--btn-fsize));
}
.gb-review-content {
gap: 25px;
}
.top-divider {
padding-top: 28px;
}
.review-total-stars {
--rating-size: 18px;
}
.gb-review-cards > * {
width: 50%;
}
.review-buttons a {
min-width: calc(33% - 10px);
}
}
@media (max-width: 767px) {
.gb-download .mc4wp-form-fields > div {
flex-flow: column nowrap;
}
.af-list-best-price {
justify-content: space-between;
width: 100%;
max-width: 100%;
}
.af-list-item-inner > * {
flex-flow: column nowrap;
gap: 10px;
}
.af-list-item-left {
align-items: flex-start;
}
}@font-face{font-family:splwp-fontello;src:url(//dailyviralupdate.com/wp-content/plugins/location-weather/assets/font/fontello.eot?913132);src:url(//dailyviralupdate.com/wp-content/plugins/location-weather/assets/font/fontello.eot?913132#iefix) format('embedded-opentype'),url(//dailyviralupdate.com/wp-content/plugins/location-weather/assets/font/fontello.woff2?913132) format('woff2'),url(//dailyviralupdate.com/wp-content/plugins/location-weather/assets/font/fontello.woff?913132) format('woff'),url(//dailyviralupdate.com/wp-content/plugins/location-weather/assets/font/fontello.ttf?913132) format('truetype'),url(//dailyviralupdate.com/wp-content/plugins/location-weather/assets/font/fontello.svg?913132#fontello) format('svg');font-weight:400;font-style:normal}[class*=" splwp-icon-"]:before,[class^=splwp-icon-]:before{font-family:splwp-fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.splwp-icon-api-settings:before{content:'\e803'}.splwp-icon-lw-icon:before{content:'\e809'}.splwp-icon-style-settings:before{content:'\e80c'}.splwp-icon-external-link:before{content:'\e80d'}.splwp-icon-humidity-1:before{content:'\e81a'}.splwp-icon-pressure-1:before{content:'\e81b'}.splwp-icon-wind-1:before{content:'\e873'}.splwp-icon-wind-gust-1:before{content:'\e81c'}.splwp-icon-precipitation-1:before{content:'\e81f'}.splwp-icon-clouds-1:before{content:'\e821'}.splwp-icon-visibility-1:before{content:'\e823'}.splwp-icon-sunrise-1:before{content:'\e825'}.splwp-icon-sunset-1:before{content:'\e826'}.splwp-icon-additional-data:before{content:'\e87b'}.splwp-icon-additional-data-style:before{content:'\e87c'}.splwp-icon-footer:before{content:'\e87d'}.splwp-icon-current-weather:before{content:'\e87e'}.splwp-icon-forecast-data:before{content:'\e87f'}.splwp-icon-regional-weather:before{content:'\e880'}.splwp-icon-display-icon:before{content:'\e881'}.splwp-icon-style:before{content:'\e882'}.splwp-icon-weather-settings:before{content:'\e883'}.splwp-icon-api-sett:before{content:'\e884'}.splwp-icon-code:before{content:'\e885'}.splwp-icon-advanced:before{content:'\e886'}.splwp-icon-key-01:before{content:'\e887'}.splwp-icon-weather-map:before{content:'\e888'}.splwp-icon-control-layer:before{content:'\e889'}.splwp-icon-map-preferences:before{content:'\e88a'}.splwp-icon-popup-weather:before{content:'\e88b'}.splwp-icon-location-icon:before{content:'\e899'}.splwp-icon-shuttle_2285485-1:before{content:'\e8bd'}.splwp-icon-check-icon:before{content:'\e8be'}.splwp-icon-chevron:before{content:'\e893'}.splw-lite-wrapper{display:flex;justify-content:center;flex-direction:column;font-size:16px;line-height:1.5;text-align:center;color:#fff;position:relative;overflow:hidden}.splw-weather-title{font-size:27px;text-align:center;font-weight:700;text-transform:capitalize;line-height:1.2}.splw-lite-wrapper .splw-lite-header{text-align:center}.splw-lite-wrapper .splw-lite-header-title-wrapper{display:inline-block}.splw-lite-wrapper .splw-lite-header-title{font-size:27px;font-weight:700;line-height:38px;margin-bottom:4px}.splw-lite-wrapper .splw-lite-current-time{display:inline-block;font-size:14px;font-weight:600;margin-bottom:10px}.splw-lite-wrapper .splw-lite-body{width:100%;margin:0 auto;padding-bottom:20px;font-size:.875em;font-weight:400}.splw-lite-wrapper .splw-lite-current-temp{text-align:center}.splw-lite-wrapper .splw-lite-current-temp span.cur-temp{font-size:48px;font-weight:700;line-height:56px}.splw-lite-wrapper .splw-lite-current-text{margin-top:10px}.splw-lite-wrapper .splw-lite-current-temp .splw-weather-icon{display:inline;box-shadow:none;width:58px}.splw-lite-wrapper .splw-lite-desc{display:inline-block;font-size:16px;font-weight:600;line-height:20px;text-transform:capitalize}.splw-lite-wrapper .splw-lite-daily-weather-details .splw-other-opt{display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:20px;margin-top:8px}.splw-main-wrapper .splw-weather-details .options-value{font-weight:600}.splw-main-wrapper .splw-lite-daily-weather-details .splw-other-opt div:not(.splw-weather-icons){padding-bottom:4px}.splw-lite-wrapper .splw-cur-temp{display:flex;justify-content:center;line-height:initial;align-items:center}.splw-lite-wrapper .splw-weather-attribution{padding:.5em 1em;font-size:11px;text-align:center;background:rgba(0,0,0,.1)}.splw-lite-wrapper .splw-weather-attribution a{text-decoration:none}.splw-lite-wrapper .splw-warning{padding:20px}.block-editor-page a.sp_lw_gb_edit_button,a.sp_lw_gb_edit_button{display:inline-block;text-decoration:underline;font-size:16px;margin:10px 0}.splw-weather-icons.icons_splw{display:flex;justify-content:space-between;margin-top:16px;order:7}.splw-main-wrapper .splw-weather-details div:not(.icons_splw) span.details-icon{display:inline-flex;margin-right:2px}.splw-lite-current-temp .temperature-scale{font-size:21px;vertical-align:top;line-height:20px;margin-top:6px;margin-left:4px;display:inline-block;font-weight:500}.splw-main-wrapper .splw-weather-detailed-updated-time{display:flex;justify-content:space-between;padding:6px 0;font-size:11px}.splw-weather-detailed-updated-time .splw-weather-detailed{text-align:left}.splw-weather-detailed-updated-time .splw-weather-updated-time{text-align:right}.splw-lite-wrapper .splw-weather-detailed-updated-time a{text-decoration:underline dotted;text-decoration-color:#ffffff75;color:#fff}.splw-main-wrapper .splw-weather-details div:not(.icons_splw) span.details-icon i{font-size:16px}.splw-main-wrapper.horizontal .splw-lite-templates-body{display:flex;row-gap:10px}.splw-main-wrapper.horizontal .splw-lite-templates-body div{flex:0 0 50%;text-align:left}.splw-main-wrapper.horizontal .splw-cur-temp{justify-content:flex-start}.splw-main-wrapper.horizontal .splw-lite-desc{text-align:left;width:100%}.splw-main-wrapper.horizontal .splw-lite-templates-body div.splw-lite-daily-weather-details{flex:0 0 50%}.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt{flex-direction:row;flex-wrap:wrap;margin-top:0}.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt div:nth-child(even){text-align:right}.splw-main-wrapper.horizontal .splw-lite-header-title-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.splw-main-wrapper.horizontal .splw-lite-wrapper .splw-lite-header-title{font-size:14px;line-height:20px}.spwpcp-gutenberg-shortcode.editor-styles-wrapper{padding:0;line-height:24px;width:100%}.vertical .splw-forecast{display:flex;align-items:center}.splw-lite-wrapper .splw-forecast-header-area{display:flex;justify-content:space-between;flex-wrap:wrap;flex:1;align-items:center;font-size:16px;letter-spacing:0;text-transform:none;margin-top:0;margin-bottom:0;line-height:20px}.splw-lite-wrapper .splw-forecast-weather select{background-color:transparent;font-size:16px;border:0;outline:0;color:#fff;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;border-radius:0;width:auto;line-height:21px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0 0;line-height:38px;padding-right:20px;position:relative}.splw-lite-wrapper .splw-forecast-weather{position:relative}.splw-lite-wrapper .splw-forecast-weather::after{content:'';position:absolute;background-color:#fff;width:100%;height:1.5px;bottom:7px;left:0}.entry-content ul.splw-tabs,.splw-tabs{display:flex;list-style-type:none!important;margin:0;padding:0;flex-wrap:wrap}.horizontal .splw-adv-forecast-days .splw-tab.active,.splw-forecast-section .splw-tab.active{opacity:1;margin-bottom:0}.splw-tab{cursor:pointer;margin-right:16px;padding-top:10px;padding-bottom:10px;opacity:.8;position:relative}li.splw-tab::after{position:absolute;width:100%;content:'';height:2px;bottom:0;background:#fff;left:0;transition:all .2s cubic-bezier(0,0,.2,1);transform:scale(0)}li.splw-tab.active::after{transform:scale(1)}.horizontal .splw-forecast-header-area{border-bottom:1px solid rgb(236 234 233 / 50%);margin-left:-20px;margin-right:-20px}.horizontal .splw-forecast-header-area .splw-tabs{padding-left:20px}.splw-pro-wrapper .splw-weather-details span:is(.temp-precipitation,.temp-min-mex,.temp-rainchance,.temp-wind,.temp-snow,.temp-snow,.temp-humidity,.temp-pressure){display:none}.splw-pro-wrapper .splw-weather-details span:is(.temp-precipitation,.temp-min-mex,.temp-rainchance,.temp-wind,.temp-snow,.temp-snow,.temp-humidity,.temp-pressure).active{display:inline-block}[data-tab-content]{visibility:hidden;position:absolute}.active[data-tab-content]{visibility:visible;position:static}.horizontal .lw-forecast-wrapper{display:flex;justify-content:space-between;flex-direction:row;font-size:16px;line-height:1.5;text-align:center;position:relative;overflow:hidden}.splw-lite-wrapper .splw-forecast>div{display:flex;flex:1 1;flex-wrap:nowrap;justify-content:center}.splw-lite-wrapper .splw-forecast .temp-min-mex .temperature-scale{display:none}.horizontal .splw-lite-wrapper .splw-forecast{display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:painted;cursor:pointer;gap:10px}.horizontal .lw-forecast-wrapper .splw-forecast{padding:14px 0 0 0}.vertical .splw-lite-wrapper .splw-forecast .splw-forecast-time{justify-content:flex-start}.vertical .splw-lite-wrapper .splw-forecast .splw-weather-details{justify-content:flex-end}.block-editor-page .editor-styles-wrapper .splw-lite-wrapper .splw-forecast-weather select,.splw-lite-wrapper .splw-forecast-weather select{background-color:transparent;font-size:16px;border:0;outline:0;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;border-radius:0;width:auto;line-height:21px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0 0;line-height:38px;padding-right:20px;position:relative}.lw-select-arrow{position:absolute!important;right:-14px;left:auto;top:6px;bottom:0;transform:rotate(270deg)}.lw-select-arrow .splwp-icon-chevron:before{font-size:14px}