.weather-widget-wp {
--weather-widget-wp-padding-exp: 115px 40px 40px 40px;
--weather-widget-wp-padding-min: 30px;
--weather-widget-wp-text-align: left;
--weather-widget-wp-text-color: #fff;
--weather-widget-wp-bg: linear-gradient(74.1deg, #537895 11.78%, #A3BECD 90.32%);
--weather-widget-wp-roundness: 18px;
--weather-widget-wp-shadow-size: 0px 30px 60px 5px;
--weather-widget-wp-shadow-color: rgba(51, 51, 51, 0.35);
--weather-widget-wp-font: sans-serif;
box-sizing: border-box;
border-radius: var(--weather-widget-wp-roundness);
background: var(--weather-widget-wp-bg);
box-shadow: var(--weather-widget-wp-shadow-size) var(--weather-widget-wp-shadow-color);
font-family: var(--weather-widget-wp-font);
text-align: var(--weather-widget-wp-text-align);
color: var(--weather-widget-wp-text-color);
}
.weather-widget-wp .temp-group i {
font-size: 56px;
}
.weather-widget-wp .temp-group .weather-temp {
font-size: 62px;
font-weight: bold;
line-height: 0.85;
text-shadow: 0px 3px 15px rgba(51, 51, 51, 0.15);
}
.weather-widget-wp .temp-group .weather-temp .temp-units {
position: relative;
top: -5px;
font-size: 24px;
font-weight: normal;
vertical-align: super;
text-shadow: unset;
}
.weather-widget-wp .info-group .weather-title {
font-weight: bold;
font-size: 22px;
letter-spacing: -1px;
}
.weather-widget-wp .info-group .weather-description {
font-size: 16px;
font-weight: 200;
opacity: 0.7;
}
.weather-widget-wp .info-group .weather-description:first-letter {
text-transform: capitalize;
}
.wrapper-weather-widget-wp {
display: flex;
}
.block-align-right.wrapper-weather-widget-wp {
justify-content: flex-end;
}
.block-align-center.wrapper-weather-widget-wp {
justify-content: center;
}
.block-align-left.wrapper-weather-widget-wp {
justify-content: flex-start;
}
.block-align-wide.wrapper-weather-widget-wp .style-expanded.weather-widget-wp,
.block-align-wide.wrapper-weather-widget-wp .style-minimal.weather-widget-wp {
width: 100% !important;
}
.block-align-full.wrapper-weather-widget-wp {
width: 100%;
}
.block-align-full.wrapper-weather-widget-wp .style-expanded.weather-widget-wp,
.block-align-full.wrapper-weather-widget-wp .style-minimal.weather-widget-wp {
width: 100% !important;
}
.style-minimal.weather-widget-wp {
display: inline-flex;
max-width: unset !important;
width: unset !important;
padding: var(--weather-widget-wp-padding-min);
}
.style-minimal.weather-widget-wp .temp-group {
display: flex;
align-items: center;
}
.style-minimal.weather-widget-wp .temp-group i {
display: inline-block;
margin-right: 10px;
}
.style-minimal.weather-widget-wp .info-group {
position: relative;
display: flex;
flex-flow: column;
justify-content: center;
margin-left: 15px;
padding-left: 15px;
}
.style-minimal.weather-widget-wp .info-group:before {
content: "";
display: block;
position: absolute;
top: 0;
left: -1px;
width: 2px;
height: 100%;
background-color: var(--weather-widget-wp-text-color);
opacity: 0.15;
}
.style-minimal.weather-widget-wp .info-group .weather-title {
display: inline-flex;
align-items: center;
}
.style-minimal.weather-widget-wp .info-group .weather-description {
display: block;
margin-top: 2px;
}
.style-expanded.weather-widget-wp {
display: inline-flex;
flex-flow: column;
justify-content: flex-end;
padding: var(--weather-widget-wp-padding-exp);
min-width: 370px;
max-width: unset !important;
width: unset !important;
}
.style-expanded.weather-widget-wp .temp-group i {
display: block;
margin-bottom: 20px;
font-size: 92px;
}
.style-expanded.weather-widget-wp .temp-group .weather-temp {
font-size: 100px;
line-height: 0.85;
}
.style-expanded.weather-widget-wp .temp-group .weather-temp .temp-units {
font-size: 42px;
}
.style-expanded.weather-widget-wp .temp-group .current-date {
display: block;
margin-bottom: 15px;
}
.style-expanded.weather-widget-wp .info-group .weather-title {
display: block;
margin-top: 25px;
font-size: 32px;
}
.style-expanded.weather-widget-wp .info-group .weather-description {
display: block;
margin-top: 10px;
}
.style-expanded.weather-widget-wp .temp-group .current-date,
.style-expanded.weather-widget-wp .info-group .weather-description {
display: block;
font-size: 18px;
font-weight: 200;
opacity: 0.5;
}
.style-expanded.weather-widget-wp .footer-group {
position: relative;
display: flex;
justify-content: space-between;
margin-top: 30px;
padding-top: 15px;
}
.style-expanded.weather-widget-wp .footer-group:before {
content: "";
display: block;
position: absolute;
top: -1px;
left: 0;
width: 100%;
height: 2px;
background-color: var(--weather-widget-wp-text-color);
opacity: 0.15;
}
.style-expanded.weather-widget-wp .footer-group figure {
position: relative;
display: flex;
align-items: center;
margin: 0;
}
.style-expanded.weather-widget-wp .footer-group figure:hover > span, .style-expanded.weather-widget-wp .footer-group figure:focus > span {
opacity: 1;
}
.style-expanded.weather-widget-wp .footer-group figure:hover figcaption, .style-expanded.weather-widget-wp .footer-group figure:focus figcaption {
opacity: 0.5;
transform: translateY(15px);
}
.style-expanded.weather-widget-wp .footer-group figure > span {
display: inline-block;
margin-left: 5px;
font-size: 16px;
font-weight: 200;
opacity: 0.5;
transition: all 0.5s ease;
}
.style-expanded.weather-widget-wp .footer-group figure > i {
font-size: 26px;
font-weight: normal;
color: inherit;
}
.style-expanded.weather-widget-wp .footer-group figure figcaption {
display: flex;
justify-content: center;
position: absolute;
bottom: -5px;
min-width: 70px;
font-size: 12px;
font-weight: 500;
color: inherit;
opacity: 0;
transition: all 0.5s ease;
}
.no-icon.style-expanded.weather-widget-wp .temp-group .weather-temp {
font-size: 120px;
}
.no-icon.style-expanded.weather-widget-wp .temp-group .weather-temp .temp-units {
font-size: 62px;
}
.alert-error-401-weather-widget-wp {
position: relative;
display: block;
margin-top: 30px;
padding: 25px;
background-color: rgba(255, 0, 0, 0.15);
border: 1px solid rgba(255, 0, 0, 0.3);
border-radius: 0;
font-family: sans-serif;
font-size: 13px;
color: rgba(255, 0, 0, 0.9);
}
.alert-error-401-weather-widget-wp h6 {
display: block;
margin: 0 0 20px 0 !important;
padding-bottom: 20px;
border-bottom: 1px solid rgba(255, 0, 0, 0.3);
letter-spacing: 2px;
font-size: 14px;
color: inherit;
}
.alert-error-401-weather-widget-wp p {
margin: 0;
line-height: 1.65 !important;
color: inherit;
}
.alert-error-401-weather-widget-wp p strong {
color: inherit;
}