/* =Weather 
-----------------------------------------------------*/
.weather-top {
    margin-top: -38px;
    padding: 8px 23px 8px 20px;
    position: relative;
}
.weather-areas {
    width: calc(100% - 320px);
    line-height: 40px;
    font-size: 13px;
}
.weather-areas > ul > li {
    display: block;
    float: left;
    margin-left: 8px;
}
.areas li.menu-item > a {
    text-transform: uppercase;
    line-height: 40px;
    display: block;
    padding: 0 2px;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    transition: color 0.3s;
}
.areas ul.sub-menu {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--lighter-grey);
    z-index: 11;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    line-height: 1.25;
    font-size: 14px;
    transition: opacity 0.5s;
    display: flex;
    pointer-events: none;
    box-shadow: 0px 12px 20px -13px rgba(0, 0, 0, 0.47);
}
.areas li.menu-item.active:before {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 1px;
    content: "";
    height: 1px;
    background: #d6d6d6;
}
.areas li.menu-item.active ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}
.areas li.menu-item.active > a {
    position: relative;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
}
.areas li.menu-item.active > a:after {
    background: var(--blue);
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
}
.areas li.menu-item:hover ul.sub-menu > li {
    display: flex;
    flex-direction: column;
}
.areas ul.sub-menu > li {
    float: left;
    width: calc(100% / 7);
    padding-right: 1em;
    padding-left: 2em;
    box-sizing: border-box;
    border-left: 1px solid #d6d6d6;
}
.areas ul.sub-menu.world > li {
    width: calc(100% / 5);
}
.areas ul.sub-menu > li:first-child {
    border: none;
    margin-left: -2em;
}
.areas ul.sub-menu > li > a {
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: var(--blue);
    cursor: default;
}
.areas ul.sub-menu li a {
    padding: 5px 0;
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
}
/*.areas ul.sub-menu li ul li a{
	padding-left: 10px;
}*/
/* =Autocomplete
-----------------------------------------------------*/
#location-search {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 320px;
    box-sizing: border-box;
    background: url(../images/spot.svg) right 10px center no-repeat #fff;
    background-size: 18px auto;
    padding-left: 10px;
    outline: none;
}
@media (hover: none) {
    #location-search {
        font-size: 16px;
    }
}
.autoComplete_wrapper {
    display: inline-block;
    position: relative;
    z-index: 50;
}
.autoComplete_wrapper > input::placeholder {
    /*color: rgba(123, 123, 123, 0.75);*/
    transition: all 0.3s ease;
}
.autoComplete_wrapper > ul {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0.5rem 0 0 0;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.1);
    z-index: 11;
    outline: none;
}
.autoComplete_wrapper > ul > li {
    padding: 10px 20px;
    list-style: none;
    text-align: left;
    font-size: 16px;
    color: #212121;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}
.autoComplete_wrapper > ul > li::selection {
    color: rgba(#ffffff, 0);
    background-color: rgba(#ffffff, 0);
}
.autoComplete_wrapper > ul > li:hover {
    cursor: pointer;
    background-color: rgba(123, 123, 123, 0.1);
}
.autoComplete_wrapper > ul > li mark {
    background-color: transparent;
    color: #2369ea;
    font-weight: bold;
}
.autoComplete_wrapper > ul > li mark::selection {
    color: rgba(#ffffff, 0);
    background-color: rgba(#ffffff, 0);
}
.autoComplete_wrapper > ul > li[aria-selected="true"] {
    background-color: rgba(123, 123, 123, 0.1);
}
@media only screen and (max-width: 600px) {
    .autoComplete_wrapper > input {
        width: 18rem;
    }
}
.no_result {
    padding: 10px 5px;
}
.weather-tabcontent {
    display: none;
    border-top: none;
    animation: fadeEffect 1s;
    float: left;
    width: 100%;
}
.weather-card {
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
}
.d000 {
    background-image: url("../images/weather/bgs/day-sunny.jpg");
    background-position: left top;
}
.d100, .d500 {
    background-image: url("../images/weather/bgs/day-cloudy.jpg");
}
.d200, .d210, .d211, .d212, .d220, .d221, .d222, .d240 {
    background-image: url("../images/weather/bgs/day-partly-cloudy.jpg");
}
.d300, .d310, .d311, .d312, .d320, .d321, .d322 {
    background-image: url("../images/weather/bgs/day-mostly-cloudy.jpg");
}
.d400, .d410, .d411, .d412 {
    background-image: url("../images/weather/bgs/day-heavy-cloudy.jpg");
}
.d420, .d421, .d422, .d430, .d431, .d432 {
    background-image: url("../images/weather/bgs/day-rainy.jpg");
    background-position: left bottom;
}
.d340, .d440 {
    background-image: url("../images/weather/bgs/day-storm.jpg");
}
.d600 {
    background-image: url("../images/weather/bgs/day-fog.jpg");
}
.n000 {
    background-image: url("../images/weather/bgs/night-clear.jpg");
}
.n100, .n500 {
    background-image: url("../images/weather/bgs/night-cloudy.jpg");
}
.n200, .n210, .n211, .n212, .n220, .n221, .n222, .n240 {
    background-image: url("../images/weather/bgs/night-cloudy.jpg");
}
.n300, .n310, .n311, .n312, .n320, .n321, .n322 {
    background-image: url("../images/weather/bgs/night-cloudy.jpg");
}
.n400, .n410, .n411, .n412 {
    background-image: url("../images/weather/bgs/night-cloudy.jpg");
}
.n420, .n421, .n422, .n430, .n431, .n432 {
    background-image: url("../images/weather/bgs/night-rain.jpg");
    background-position: left bottom;
}
.n340, .n440 {
    background-image: url("../images/weather/bgs/night-storm.jpg");
}
.n600 {
    background-image: url("../images/weather/bgs/night-fog.jpg");
}
.weather-tabs {
    position: relative;
}
.weather-tabcontent ul {
    width: 100%;
    float: left;
}
.weather-tabcontent ul li {
    margin-bottom: 12px;
    width: 48%;
    float: left;
    min-height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 25px;
}
.weather-tabcontent ul li strong, .weather-tabcontent ul li span {
    display: block;
    float: left;
}
ul li span.info {
    width: 18px;
    height: 20px;
    display: inline-block;
    background: url("../images/info.svg") center center no-repeat;
    background-size: 15px auto;
    margin-left: 5px;
}
.air ul li span.info {
    background: url("../images/info-grey.svg") center center no-repeat;
    background-size: 15px;
    opacity: 0.6;
    float: right;
    transition: opacity 0.4s;
}
.air ul li span.info:hover {
    opacity: 0.9;
}
.weather-tabcontent ul li strong {
    width: 135px;
    letter-spacing: 0.5px;
}
.weather-tabcontent ul li em {
    font-style: normal;
}
ul li .color {
    padding: 2px 4px;
    margin-left: 4px;
    color: #fff;
}
ul li .green {
    background-color: #01ca01;
}
ul li .yellow {
    background-color: #f7d700;
}
ul li .orange {
    background-color: #ff7e00;
}
ul li .red {
    background-color: #ff0000;
}
ul li .purple {
    background-color: #8f3f97;
}
ul li .maroon {
    background-color: #7e0023;
}
.weather-tabcontent ul li.wind span {
    margin-left: -3px;
    margin-right: 4px;
}
.weather-tabcontent ul li.wind {
    background: url("../images/weather/info-icons/wind.svg") left center no-repeat;
    background-size: 19px auto;
}
.weather-tabcontent ul li.wind-quality {
    background: url("../images/weather/info-icons/leaf.svg") left center no-repeat;
    background-size: 15px auto;
}
.weather-tabcontent ul li.visibility {
    background: url("../images/weather/info-icons/eye.svg") left center no-repeat;
    background-size: 16px auto;
}
.weather-tabcontent ul li.pressure {
    background: url("../images/weather/info-icons/pressure.svg") left center no-repeat;
    background-size: 14px auto;
}
.weather-tabcontent ul li.uv {
    background: url("../images/weather/info-icons/uv.svg") left center no-repeat;
    background-size: 19px auto;
}
.weather-tabcontent ul li.realfeel {
    background: url("../images/weather/info-icons/thermometer-white.svg") 3px center no-repeat;
    background-size: 12px auto;
}
.weather-tabcontent ul li.clouds {
    background: url("../images/weather/info-icons/clouds.svg") left center no-repeat;
    background-size: 18px auto;
}
.weather-tabcontent ul li.humidity {
    background: url("../images/weather/info-icons/humidity.svg") 3px center no-repeat;
    background-size: 12px auto;
}
.weather-tabcontent ul li.rain {
    background: url("../images/weather/info-icons/rain.svg") left center no-repeat;
    background-size: 17px auto;
}
.weather-card strong {
    font-weight: normal;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif
}
.wind-direction {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.wind-direction svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}
/** N, NE, E, SE, S, SW, W, NW */
.direction-n {
    transform: rotate(180deg);
}
.direction-ne {
    transform: rotate(225deg);
}
.direction-e {
    transform: rotate(270deg);
}
.direction-se {
    transform: rotate(315deg);
}
.direction-s {
    transform: rotate(0deg);
}
.direction-sw {
    transform: rotate(45deg);
}
.direction-w {
    transform: rotate(90deg);
    transform-origin: 7px;
}
.direction-nw {
    transform: rotate(135deg);
}
.weather-tabs:after, .today-widget .left h2:after {
    position: absolute;
    bottom: 2px;
    left: -30px;
    right: -30px;
    background: rgba(255, 255, 255, 0.35);
    height: 2px;
    mix-blend-mode: overlay;
    content: "";
}
.weather-tabs button {
    background: none;
    color: #fff;
    padding: 0 14px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 8px;
}
.weather-tabs button.active {
    border-bottom: 5px solid var(--blue);
    position: relative;
    z-index: 10;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif
}
.today-widget {
    margin-top: 25px;
    position: relative;
}
.today-widget > .left {
    width: 56%;
    max-width: 540px;
    margin-top: -80px;
}
.today-widget > .right {
    width: 38%;
}
.linechart {
    float: right;
    clear: both;
}
.linechart img {
    width: 100%;
    height: auto;
}
.today-widget > .left img {
    height: 85px;
    margin-left: 20px;
}
.today-widget h2 {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: "ZonaProRegular", Helvetica, Arial, sans-serif;
    position: relative;
    padding-bottom: 15px;
    margin: 20px 0 15px;
    width: 100%;
    float: left;
}
.today-widget h2 strong {
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.today-widget .left h2:after {
    left: -4px;
    right: 0;
    bottom: 0;
}
.main-tmp {
    font-size: 40px;
    display: block;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif
}
.weather-info {
    font-size: 12px;
    color: #dcdbdb;
    line-height: 1.25;
    letter-spacing: 1px;
    max-width: 240px;
    display: inline-block;
    margin-top: 5px;
}
.weather-info strong {
    color: #fff;
    font-size: 18px;
}
h1.city-name, h2.city-name {
    font-size: 30px;
    margin-top: 4px;
    margin-bottom: 7px;
    font-weight: normal;
    padding-bottom: 0;
    line-height: 1.1;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif
}
h1.city-name a, h2.city-name a {
    color: #fff;
    transition: opacity 0.4s;
}
h1.city-name a:hover, h2.city-name a:hover {
    opacity: 0.8;
}
span.date {
    font-size: 18px;
    margin-bottom: 14px;
    display: block;
    letter-spacing: 0.5px;
}
p.sunset {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: -5px;
}
@media (hover: none) {
    span.info {
        display: none !important;
    }
}
@media only screen and (pointer:fine) and (hover:hover) {
    .main-weather-hourly.scroll-area::-webkit-scrollbar {
        height: 6px;
    }
}
@media only screen and (pointer:fine) and (hover:hover) {
    .datetime-n .scroll-area::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.35);
    }
    .datetime-n .scroll-area::-webkit-scrollbar-thumb:hover {
        background: var(--blue);
    }
}
span.label {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 8px;
    position: relative;
}
.main-weather-hourly {
    width: 100%;
    display: flex;
    overflow: auto;
    position: relative;
}
.main-weather-hourly > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.35);
    margin-right: 1px;
    flex-basis: calc((100% - 58px) / 9);
    flex-grow: 0;
    flex-shrink: 0;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
}
.main-weather-hourly > div.active {
    background: rgba(0, 0, 0, 0.45);
}
.main-weather-hourly > div strong {
    color: #fff;
    font-size: 20px;
    margin-bottom: 2px;
}
.main-weather-hourly > div img {
    max-width: 36px;
    margin: 10px auto;
}
.main-weather-hourly .wind-direction svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}
.datetime-n .main-weather-hourly > div, .datetime-n .main-weather-hourly > div strong {
    color: #fff;
}
.datetime-n .main-weather-hourly .wind-direction svg {
    fill: #fff;
}
.main-weather-hourly .wind-direction {
    width: 17px;
    height: 17px;
}
.main-weather-hourly > div span:last-child {
    display: inline-flex;
    align-items: center;
    line-height: 17px;
    letter-spacing: 0.3px;
}
.opacity {
    background: rgba(0, 0, 0, 0.15);
    padding: 24px 30px 30px;
}
#weather-top-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 30px;
}
#weather-top-locations .cat-heading, #extended-forecast .cat-heading, .air .cat-heading {
    display: block;
    margin-top: 0;
}
#weather-top-locations .cat-heading:after, #extended-forecast .cat-heading:after, .air .cat-heading:after {
    top: 5px;
}
a.top-location {
    width: calc((100% - 80px) / 5);
    box-shadow: 0px 0px 48px 1px rgb(0 0 0 / 4%);
    padding: 18px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: var(--dark-grey);
    transition: box-shadow 0.4s;
}
a.top-location:hover {
    box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 14%);
}
.top-location img {
    max-width: 40px;
    object-fit: contain;
}
.top-location .temperature {
    font-size: 34px;
}
.top-location .city {
    color: var(--dark-grey);
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid var(--medium-grey);
    padding-bottom: 8px;
    letter-spacing: 0;
}
.top-location .wind, .top-location .rain, .day .rain, .day .wind {
    padding-left: 20px;
    color: var(--dark-grey);
    font-size: 15px;
    line-height: 20px;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
}
.day .wind {
    padding-left: 0;
}
.top-location .row.last, .day .row.last {
    align-items: center;
    margin-top: 15px;
}
.top-location .wind {
    padding-left: 0;
}
.top-location .wind .wind-direction svg, #extended-forecast .wind-direction svg {
    fill: #a5a5a5;
}
.top-location .rain, .day .rain {
    background: url("../images/weather/info-icons/rain-grey.svg") left center no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
}
.top-location .rain, .day .rain {
    position: relative;
    top: 2px;
}
/* =Extended Forecast
-----------------------------------------------------*/
#extended-forecast {
    margin-top: 30px;
}
#extended-forecast .wind-direction {
    margin-right: 4px;
}
.day {
    width: calc((100% - 80px) / 5);
    box-shadow: 0px 0px 48px 1px rgb(0 0 0 / 4%);
    padding: 18px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: var(--dark-grey);
    transition: box-shadow 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.day .date {
    font-size: 14px;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid var(--medium-grey);
    padding-bottom: 8px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.day img {
    max-width: 45px;
}
.day > span {
    margin-top: 4px;
    display: inline-block;
}
.day .max {
    font-size: 34px;
}
.day .min {
    font-size: 15px;
}
.day strong {
    font-size: 15px;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
}
.day .flex.top {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}
.day .flex.top .temperatures span {
    display: block;
}
/* =Sidebar Cities & Air Quality
-----------------------------------------------------*/
.cities h2 {
    padding: 5px 0 5px 28px;
    background: url("../images/weather/info-icons/thermometer.svg") 6px center no-repeat;
    background-size: 13px auto;
    font-size: 15px;
}
.air > h2 {
    background: url("../images/weather/info-icons/leaf-grey.svg") 3px top no-repeat;
    background-size: 15px auto;
    font-size: 15px;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: -10px;
    box-sizing: border-box;
}
.air > h2 span {
    padding-left: 4px;
}
.cities.hot h2 strong {
    color: #d60c0c;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.cities ul li:last-child a, .air li:last-child {
    border: none;
}
.cities ul li a, .air ul li {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 12px 8px;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid var(--medium-grey);
    transition: color 0.4s;
    align-items: center;
}
.air ul {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc((100% - 60px) / 4));
    justify-content: space-between;
}
.cities ul, .air ul {
    padding: 4px 14px;
    box-shadow: 0px 0px 44px 1px rgb(0 0 0 / 5%);
    background: #fff;
}
.cities ul li strong, .air ul li strong {
    font-weight: normal;
}
.air ul li strong {
    line-height: 20px;
}
.air ul li:nth-child(n+5) {
    border: none;
}
/* =Articles
-----------------------------------------------------*/
.articles-list article {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--medium-grey);
}
.articles-list .article-data {
    float: left;
    width: calc(100% - 170px);
    padding-left: 20px;
}
.articles-list .article-data h2 {
    font-size: 16px;
}
.articles-list article .img-container {
    margin-bottom: 0;
}
.articles-list.large {
    margin-bottom: 0;
}
.drop-shadow {
    box-shadow: 0px 0px 10px 1px rgb(122 122 122 / 75%);
}
/* =Web Stories
-----------------------------------------------------*/
.four-articles > article, .column.one-fourth {
    width: calc((100% - 120px) / 4);
    position: relative;
    overflow: hidden;
}
.column.one-fourth.with-related article.top {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--medium-grey);
}
.column.one-fourth.with-related .mini + .mini {
    margin-top: 20px;
}
.four-articles h2 {
    font-size: 16px;
}
.four-articles h2:last-child, .four-articles time:last-child {
    margin-bottom: 0;
}
.four-articles h2, .four-articles .metadata {
    padding-left: 20px;
    padding-right: 20px;
}
.four-articles .article-data > time {
    margin-left: 20px;
}
article.photo-block .article-data, article.photo-block h2 a {
    color: #fff;
}
article.photo-block .article-data, .photo-block-articles .article-data {
    left: 0;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
}
.photo-block-articles article .img-container {
    margin-bottom: 0;
}
.photo-block-articles article img {
    display: block;
    width: 100%;
}
.photo-block-articles .title {
    font-size: 12px;
    display: block;
}
.four-articles.photo-block-articles h2, .four-articles.photo-block-articles .metadata {
    padding-left: 0;
    padding-right: 0;
}
.photo-block-articles article h2 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.15;
}
.photo-block-articles article h2 a {
    color: #fff;
}
.photo-block-articles .metadata {
    margin-bottom: 4px;
}
.photo-block-articles article .article-data h2 a:hover {
    text-shadow: 0 0 12px #000;
}
.photo-block-articles a.cat {
    font-size: 13px;
    display: inline-block;
}
article.photo-block .article-data, .photo-block-articles .article-data {
    left: 0;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
}
/* =Instagram
-----------------------------------------------------*/
#insta-weather .cat-heading:after {
    top: 20px;
}
#insta-weather h2 a {
    display: inline-block;
}
#skai-insta {
    padding: 30px 30px 0;
}
.weather-socials a {
    font-size: 14px;
    padding-left: 15px;
    background-image: url("../images/fb-blue.svg");
    background-position: left center;
    background-size: 7px auto;
    background-repeat: no-repeat;
    transition: color 0.4s;
}
.weather-socials a.instagram {
    padding-left: 25px;
    margin-left: 10px;
    background-image: url("../images/instagram-color.svg");
    background-size: 15px auto;
}
.weather-socials a.kairos {
    background: none;
}
.weather-socials a.upload {
    background-image: url("../images/camera-blue.svg");
    background-size: 18px auto;
    margin-left: 10px;
    padding-left: 22px;
}
#insta-images {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1500px;
    width: calc(100% + 30px);
    margin-left: -15px;
}
#insta-images .insta-photo-wrap {
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.5s;
}
#insta-images div.insta-item img {
    display: block !important;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    filter: sepia(0.30);
}
@media (hover: hover) and (pointer: fine) {
    #insta-images div.insta-item img:hover {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
        filter: sepia(0);
    }
    #insta-images .insta-photo-wrap:hover {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    }
}
#insta-images div.insta-item {
    width: 25%;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
}
#insta-images div.insta-item:nth-child(1), #insta-images div.insta-item:nth-child(7) {
    height: 270px;
}
#insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(11), #insta-images div.insta-item:nth-child(14) {
    height: 440px;
}
#insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(10) {
    height: 340px;
}
#insta-images div.insta-item:nth-child(6), #insta-images div.insta-item:nth-child(9), #insta-images div.insta-item:nth-child(16) {
    height: 380px;
}
#insta-images div.insta-item:nth-child(8), #insta-images div.insta-item:nth-child(19) {
    height: 300px;
}
/* =Tooltips
-----------------------------------------------------*/
.tooltip {
    position: relative;
}
.tooltip:before, .tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 10;
}
.tooltip:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    bottom: 14px;
    left: 30px;
    width: 0;
}
.tooltip:before {
    background: rgba(255, 255, 255, .9);
    content: attr(data-title);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    padding: 8px 10px 0;
    border-bottom: 8px solid rgba(255, 255, 255, .2);
    bottom: 22px;
    left: 20px;
    min-height: 31px;
    box-sizing: border-box;
    max-width: calc(100% - 40px);
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tooltip.fade:after, .tooltip.fade:before {
    transform: translate3d(0, -10px, 0);
    transition: all .15s ease-in-out;
}
.tooltip.fade:hover:after, .tooltip.fade:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media screen and (max-width:1480px) {
    .weather-tabcontent ul li strong {
        width: 130px;
    }
    .weather-tabcontent ul li {
        width: 49%;
    }
    .today-widget > .left {
        width: 58%;
    }
    .today-widget > .right {
        width: 38%;
    }
    .today-widget .left h2:after {
        right: 30px;
    }
    a.top-location {
        padding: 15px;
    }
    .weather-areas > ul > li {
        margin-left: 5px;
    }
    .weather-areas {
        width: calc(100% - 285px);
    }
    #location-search {
        width: 285px;
    }
}
@media screen and (max-width:1380px) {
    .weather-areas {
        font-size: 12px;
    }
    .today-widget > .left {
        width: 60%;
    }
    .today-widget > .right {
        width: 36%;
    }
    .four-articles > article, .column.one-fourth {
        width: calc((100% - 60px) / 4);
    }
    .four-articles h2, .four-articles .metadata {
        padding-left: 8px;
        padding-right: 8px;
    }
    .four-articles .article-data > time {
        margin-left: 8px;
    }
    .four-articles p.pl-20 {
        padding-left: 10px;
    }
    .photo-block-articles article h2 {
        font-size: 18px;
    }
    .photo-block-articles .article-data {
        padding: 18px;
    }
    #insta-images div.insta-item:nth-child(1), #insta-images div.insta-item:nth-child(6) {
        height: 250px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(14) {
        height: 410px;
    }
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(4) {
        height: 320px;
    }
    #insta-images div.insta-item:nth-child(7) {
        height: 370px;
    }
    #insta-images div.insta-item:nth-child(8) {
        height: 270px;
    }
}
@media screen and (max-width:1340px) {
    .weather-areas {
        display: none;
    }
    .today-widget {
        display: flex;
        flex-wrap: wrap;
    }
    .today-widget > .left, .today-widget > .right {
        width: 100%;
        max-width: none;
    }
    .today-widget > .left {
        margin-top: 0;
    }
    .today-widget .left h2:after {
        right: 0px;
    }
    .today-main {
        position: static;
    }
    .linechart {
        order: 1;
    }
    .main-weather-hourly > div {
        flex-basis: calc((100% - 65px) / 6);
    }
}
@media screen and (max-width:1290px) {
    a.top-location, .day {
        width: calc((100% - 40px) / 3);
    }
    .air ul {
        grid-template-columns: repeat(auto-fill, calc((100% - 40px) / 3));
    }
    .air ul li:nth-child(n+5) {
        border-bottom: 1px solid var(--medium-grey);
    }
    .air ul li:last-child {
        border: none;
    }
}
@media screen and (max-width:1180px) {
    article.large.ml-30, .three-columns div.large.left {
        margin-left: 0;
    }
    .articles-list.large {
        margin-right: 0;
        width: calc(55.45% - 20px);
    }
    #insta-images div.insta-item:nth-child(1), #insta-images div.insta-item:nth-child(6), #insta-images div.insta-item:nth-child(9) {
        height: 240px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(11), #insta-images div.insta-item:nth-child(14) {
        height: 330px;
    }
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(4) {
        height: 280px;
    }
    #insta-images div.insta-item:nth-child(7) {
        height: 320px;
    }
    #insta-images div.insta-item:nth-child(8) {
        height: 240px;
    }
    #insta-images {
        max-height: 1200px;
    }
}
@media screen and (max-width:1100px) {
    .four-articles > article, .column.one-fourth {
        width: calc((100% - 20px) / 2);
    }
    .four-articles > article, .column.one-fourth {
        margin-bottom: 20px;
    }
    .four-articles.mb-50 {
        margin-bottom: 30px;
    }
    .four-articles h2, .four-articles .metadata {
        padding-left: 20px;
        padding-right: 20px;
    }
    .four-articles .article-data > time {
        margin-left: 20px;
    }
    .four-articles p.pl-20 {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .main-articles {
        width: 100%;
    }
    .main-articles > article .img-container {
        width: 49%;
    }
    .main-articles > article .article-data {
        width: 51%;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .main-articles > article {
        margin-bottom: 20px;
    }
    .main-articles > article h2 {
        font-size: 20px;
    }
    .right.photo-block-container {
        margin: 20px auto 35px;
        float: none;
        width: 100%;
        max-width: 400px;
    }
    .right.photo-block-container:after {
        right: -30px;
        bottom: -30px;
    }
}
@media screen and (max-width:980px) {
    .articles-list.large article .img-container {
        width: 29%;
    }
    .articles-list.large .article-data {
        width: 71%;
        padding-left: 15px;
    }
    .row.mb-50 {
        margin-bottom: 30px;
    }
    #insta-images div.insta-item {
        width: 33.333%;
    }
    #insta-images div.insta-item:nth-child(1), #insta-images div.insta-item:nth-child(6) {
        height: 240px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(14) {
        height: 350px;
    }
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(4) {
        height: 260px;
    }
    #insta-images div.insta-item:nth-child(7), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(13), #insta-images div.insta-item:nth-child(15) {
        height: 320px;
    }
    #insta-images div.insta-item:nth-child(8) {
        height: 340px;
    }
    #insta-images {
        max-height: 1700px;
    }
}
@media screen and (max-width:780px) {
    .weather-top {
        margin-top: 0px;
    }
    .air > h2 {
        margin-top: 0;
    }
    article.large, .articles-list.large {
        width: 100%;
    }
    article.large .img-container {
        margin-bottom: 18px;
    }
    .articles-list.large {
        margin-top: 20px;
    }
    article.large .article-data.pl-30.pr-30 {
        padding: 0;
    }
    #insta-weather h2 br {
        display: none;
    }
    #skai-insta {
        padding: 20px 20px 0;
    }
    #insta-images {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    #insta-images div.insta-item {
        padding: 0 10px 20px 10px;
    }
    #insta-images div.insta-item:nth-child(1), #insta-images div.insta-item:nth-child(6) {
        height: 200px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(14) {
        height: 280px;
    }
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(4) {
        height: 220px;
    }
    #insta-images div.insta-item:nth-child(7), #insta-images div.insta-item:nth-child(16) {
        height: 310px;
    }
    #insta-images div.insta-item:nth-child(8) {
        height: 320px;
    }
    #insta-images {
        max-height: 1650px;
    }
    .tooltip:after {
        bottom: 6px;
        left: 18px;
    }
    .tooltip:before {
        line-height: 1.1;
        padding: 6px 7px 0;
        border-bottom-width: 5px;
        bottom: 14px;
        left: 10px;
        min-height: 25px;
        max-width: calc(100% - 20px);
    }
}
@media screen and (max-width:660px) {
    #post-page #breaking-news {
        width: 100%;
        margin-left: 0;
        box-shadow: none;
    }
    #weather {
        margin-top: -90px;
    }
    .weather-top {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    #post-page #wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .weather-top {
        margin-top: 0;
        padding: 0;
    }
    .weather-card {
        padding: 74px 20px 20px;
    }
    .today-widget {
        margin-top: 20px;
    }
    .main-weather-hourly > div {
        flex-basis: calc((100% - 50px) / 5);
    }
    h1.city-name, h2.city-name {
        font-size: 26px;
    }
    .main-tmp {
        font-size: 36px;
    }
    .autoComplete_wrapper, .location-search-wrapper, .autoComplete_wrapper input#location-search {
        width: 100%;
    }
    .weather-tabcontent ul, .today-widget h2 br, .today-widget .left h2:after {
        display: none;
    }
    .today-widget h2 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #location-search {
        background-color: rgba(255, 255, 255, 0.84);
    }
    .opacity {
        padding: 25px;
    }
    a.top-location, .day {
        width: calc((100% - 40px) / 3);
    }
    #weather-top-locations, .cities, #extended-forecast, .air {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .weather-blocks {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}
@media screen and (max-width:620px) {
    .today-widget > .right, .today-widget > .left {
        width: 100%;
    }
    .four-articles > article, .column.one-fourth, .articles-list.large {
        width: 100%;
    }
    .articles-list article .img-container {
        width: 29%;
    }
    .articles-list .article-data {
        width: 71%;
        padding-left: 14px;
    }
    .articles-list .article-data h2 {
        font-size: 15px;
    }
    .four-articles > article {
        margin-bottom: 20px;
    }
    .four-articles > article:last-child, .column.one-fourth:last-child {
        margin-bottom: 0;
    }
    .articles-list.large {
        margin-top: 0;
    }
    #insta-images {
        max-height: 2350px;
    }
    #insta-images div.insta-item {
        width: 50%;
    }
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(4), #insta-images div.insta-item:nth-child(16) {
        height: 240px;
    }
    #insta-images div.insta-item:nth-child(8) {
        height: 201px;
    }
    .weather-tabcontent ul li {
        width: 100%;
    }
    .weather-tabcontent ul li strong {
        width: 52%;
    }
    a.top-location {
        width: 100%;
        padding: 12px 15px;
        display: flex;
        justify-content: space-between;
    }
    .top-location .rain, .day .rain {
        top: 0;
    }
    .day {
        width: 100%;
        padding: 42px 0 0;
        flex-direction: row;
        position: relative;
        justify-content: inherit;
        margin-bottom: 14px;
        box-shadow: 0px 0px 44px 1px rgb(0 0 0 / 5%);
        font-size: 13px;
    }
    .day strong {
        font-size: 13px;
    }
    .day > span {
        margin-top: 0;
    }
    #extended-forecast .wind-direction {
        margin-right: 0;
        line-height: 16px;
    }
    #extended-forecast .wind-direction svg {
        height: 17px;
        width: 17px;
    }
    .top-location .row.last {
        margin-top: 0;
    }
    .day .flex.top {
        margin-top: 10px;
    }
    .temperatures {
        padding-left: 15px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
    .day img {
        max-width: 48px;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .day .rain {
        margin-right: 10px;
        background-size: 19px auto;
        padding-left: 27px;
    }
    .day .wind {
        margin-right: 15px;
    }
    .day .date {
        position: absolute;
        top: 0;
        text-align: left;
        text-indent: 15px;
        padding-bottom: 0;
    }
    a.top-location > *, .day > * {
        width: auto;
        line-height: 40px;
        order: 1;
    }
    .top-location .wind, .top-location .rain, .top-location .city {
        line-height: 40px;
    }
    .top-location .wind .wind-direction {
        margin-right: 2px;
        line-height: 18px;
    }
    .top-location img {
        max-height: 35px;
        width: auto;
        max-width: none;
        margin-left: 15px;
    }
    .top-location .rain {
        background-size: 17px auto;
        padding-left: 22px;
    }
    .top-location .city {
        padding: 0 5px 0 0;
        margin: 0;
        box-sizing: border-box;
        width: 32%;
        order: 0;
        border: none;
    }
    .top-location .temperature {
        font-size: 28px;
    }
    .top-location .rain {
        margin-right: 10px;
    }
    .air ul {
        grid-template-columns: repeat(auto-fill, calc((100% - 20px) / 2));
    }
}
@media screen and (max-width: 580px) {
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(10) {
        height: 280px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(11), #insta-images div.insta-item:nth-child(14) {
        height: 260px;
    }
    #insta-images {
        max-height: 2150px;
    }
    #insta-images div.insta-item:nth-child(7), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(13), #insta-images div.insta-item:nth-child(15) {
        height: 270px;
    }
}
@media screen and (max-width: 520px) {
    .articles-list article p {
        display: none;
    }
    .day .max {
        font-size: 28px;
    }
    .air > h2 {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .opacity {
        padding: 20px;
    }
    h1.city-name, h2.city-name {
        font-size: 24px;
    }
    span.date {
        font-size: 16px;
    }
    .main-tmp {
        font-size: 34px;
    }
    .today-widget > .left img {
        max-height: 74px;
    }
    .main-weather-hourly > div {
        flex-basis: calc((100% - 40px) / 4);
        padding: 10px 0;
    }
    .linechart, .weather-tablinks strong {
        display: none;
    }
    .main-weather-hourly > div img {
        max-width: 30px;
        margin: 7px auto;
    }
    .main-weather-hourly > div strong {
        font-size: 16px;
    }
    .weather-card .weather-tabcontent ul li {
        max-width: none;
        letter-spacing: 1.5px;
    }
    .today-main > .left {
        max-width: 68%;
    }
    .today-widget > .left img {
        margin-left: 10px;
    }
    .weather-info strong {
        font-size: 17px;
    }
    a.top-location {
        padding: 9px;
        margin-bottom: 14px;
        box-shadow: 0px 0px 44px 1px rgb(0 0 0 / 5%)
    }
    a.top-location > * {
        line-height: 32px;
        align-items: center;
    }
    .top-location .wind, .top-location .rain, .top-location .city {
        line-height: 32px;
    }
    .top-location .wind, .top-location .rain {
        font-size: 14px;
        font-family: "ZonaProRegular", Helvetica, Arial, sans-serif
    }
    .top-location img {
        max-height: 25px;
        max-width: 25px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .top-location .city {
        letter-spacing: 0.1px;
        font-size: 14px;
        width: 32%;
        padding-left: 2px;
    }
    .top-location .temperature {
        font-size: 18px;
    }
    .top-location .rain {
        margin-right: 5px;
    }
    .air ul {
        grid-template-columns: repeat(auto-fill, 100%);
    }
    .articles-list article .img-container img {
        min-height: 90px;
        object-fit: cover;
    }
    .cat-heading h2 {
        line-height: 1;
        margin-bottom: 15px;
    }
    #insta-images div.insta-item:nth-child(1), #insta-images div.insta-item:nth-child(6) {
        height: 180px;
    }
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(4) {
        height: 210px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(14) {
        height: 230px;
    }
    #insta-images div.insta-item:nth-child(7), #insta-images div.insta-item:nth-child(13), #insta-images div.insta-item:nth-child(15) {
        height: 185px;
    }
    #insta-images div.insta-item:nth-child(16) {
        height: 165px;
    }
    #insta-images {
        max-height: 1810px;
    }
}
@media screen and (max-width: 430px) {
    .weather-socials a.upload {
        margin-left: 0;
        margin-top: 7px;
        display: inline-block;
    }
    .weather-socials {
        padding-left: 5px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 400px) {
    #insta-images div.insta-item:nth-child(1), #insta-images div.insta-item:nth-child(6) {
        height: 180px;
    }
    #insta-images div.insta-item:nth-child(9) {
        height: 130px;
    }
    #insta-images div.insta-item:nth-child(3), #insta-images div.insta-item:nth-child(10) {
        height: 200px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5), #insta-images div.insta-item:nth-child(11), #insta-images div.insta-item:nth-child(14) {
        height: 210px;
    }
    #insta-images div.insta-item:nth-child(2), #insta-images div.insta-item:nth-child(5) {
        height: 175px;
    }
    #insta-images div.insta-item:nth-child(8) {
        height: 145px;
    }
    #insta-images {
        max-height: 1540px;
    }
}
@media screen and (max-width: 365px) {
    .top-location .city {
        letter-spacing: 0;
        font-size: 13px;
    }
    .top-location .temperature {
        font-size: 17px;
    }
}
body.dark-mode a.top-location, body.dark-mode .cities ul, body.dark-mode .air ul, body.dark-mode .day {
    box-shadow: 0px 0px 48px 1px rgb(0 0 0 / 58%);
}
body.dark-mode a.top-location:hover {
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 95%);
}
body.dark-mode .cities ul, body.dark-mode .air ul {
    background: none;
}
body.dark-mode .cities h2 {
    background-image: url(../images/weather/info-icons/thermometer-white.svg);
}
body.dark-mode .air > h2 {
    background-image: url(../images/weather/info-icons/leaf.svg);
}
@media screen and (min-width: 1000px) {
    .banner-weather {
        display: none;
    }
}
.banner-weather #div-gpt-ad-1547553256324-0 > div iframe {
    margin-top: 30px;
}
/* =DEH sponsor logo
-----------------------------------------------------*/
.weather-card {
    position: relative;
}
.weather-card:after {
    position: absolute;
    right: -15px;
    top: -30px;
    background: url("../images/dei.png") center center no-repeat #fff;
    border-radius: 100%;
    background-size: 100% auto;
    border: 4px solid #fff;
    display: block;
    width: 70px;
    height: 70px;
    content: "";
}
@media screen and (max-width: 660px) {
    .weather-card {
        overflow: hidden;
    }
    .weather-card:after {
        display: none;
    }
    .weather-top {
        margin-top: 90px;
    }
    .weather-top:after {
        position: absolute;
        left: 50%;
        margin-left: -35px;
        top: -105px;
        background: url("../images/dei.png") center center no-repeat;
        border-radius: 100%;
        background-size: 100% auto;
        border: 4px solid #fff;
        display: block;
        width: 70px;
        height: 70px;
        content: "";
        z-index: 10;
    }
    .weather-top:before {
        position: absolute;
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
        height: 90px;
        background: url("../images/dei-bg.jpg") left top no-repeat;
        content: "";
        background-size: cover;
        top: -110px;
    }
}