/*!
Theme Name: app24
Author: Anderthal.ch
Author URI: http://www.anderthalb.ch
Description: Theme for appenzell24.ch
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: app24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

app24 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;700&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,500&display=swap");
/* ---------------------------------------- */
/* -- Flexbox ----------------------------- */
/* ---------------------------------------- */
/*--------------------------------------------------------------
# Weather
--------------------------------------------------------------*/
@use "sass:math";
.weather-app24 {
	/* MINIMAL & EXTENDED */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 90px;
	margin: 68px 0;
	position: relative;
	/* MINIMAL */
	/* EXTENDED */
}

.weather-app24 .weather-item {
	border-right: 2px solid #f7f7f7;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 17px;
	margin-right: 0;
	position: relative;
	float: left;
}

.weather-app24 .weather-item:last-child {
	border-right: none;
}

.weather-app24 .weather-item .weather-item-info {
	margin-right: 10px;
}

.weather-app24 p {
	margin: 0;
}

.weather-app24 p.weather-day {
	font-weight: 900;
}

.weather-app24 p span {
	font-weight: normal;
}

.weather-app24.minimal .weather-content {
	background-color: #EEEEEE;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
	margin: 0 34px 0 0;
	padding: 0;
}

.weather-app24.minimal .weather-content a {
	display: block;
	height: 100%;
}

.weather-app24.minimal .weather-content .weather-item {
	width: calc(33% - 15px);
}

.weather-app24.minimal .app-add {
	padding: 17px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 404px;
	margin: 0;
}

.weather-app24.extended {
	display: block;
}

.weather-app24.extended p.weather-legend {
	opacity: 0.5;
}

.weather-app24.extended #weather-location {
	position: absolute;
	right: 0;
	z-index: 30;
	top: -68px;
	border: 0px;
	padding: 8px;
	font-size: 15px;
	min-width: 25%;
}

.weather-app24.extended .weather-legend {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}

.weather-app24.extended .weather-legend-popup {
	width: 50%;
	float: right;
}

.weather-app24.extended .weather-legend-popup .legend-popup-toggler {
	cursor: pointer;
	text-align: right;
}

.weather-app24.extended .weather-legend-popup .legend-popup-toggler .less {
	display: none;
}

.weather-app24.extended .weather-legend-popup .legend-popup-toggler .more {
	display: inline-block;
}

.weather-app24.extended .weather-legend-popup .legend-popup-toggler.active .less {
	display: inline-block;
}

.weather-app24.extended .weather-legend-popup .legend-popup-toggler.active .more {
	display: none;
}

.weather-app24.extended .weather-legend-popup .popup-content {
	height: 0;
	max-height: 314px;
	overflow: hidden;
	transition: height, 200ms;
	max-width: 330px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	float: right;
	margin-bottom: 0px;
}

.weather-app24.extended .weather-legend-popup .popup-content.open {
	margin-bottom: 50px;
}

.weather-app24.extended .weather-legend-popup .popup-content .popup-content-wrapper {
	padding: 20px;
}

.weather-app24.extended .weather-legend-popup .popup-content .legend-icon-list {
	margin-top: 10px;
}

.weather-app24.extended .weather-legend-popup .popup-content .legend-icon-list .legend-icon-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 8px;
}

.weather-app24.extended .weather-legend-popup .popup-content .legend-icon-list .legend-icon-item .icons-row {
	width: 25px;
	margin-right: 10px;
}

.weather-app24.extended .weather-legend-popup .popup-content .legend-icon-list .legend-icon-item img {
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.weather-app24.extended .weather-container {
	display: none;
}

.weather-app24.extended .weather-container.active {
	display: block;
}

.weather-app24.extended .weather-container.active .weather-forecast-time,
.weather-app24.extended .weather-container.active .weather-forecast-temperature {
	font-family: "Red Hat Display", sans-serif;
}

.weather-app24.extended .weather-container.active .weather-current-day-container {
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
	margin: 68px 0;
	padding: 34px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-icon {
	text-align: center;
	padding: 0 15px 0 0;
	margin-right: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: 25%;
	-moz-flex-basis: 25%;
	-ms-flex-basis: 25%;
	flex-basis: 25%;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-icon .weather-item-info p {
	font-family: "Red Hat Display", sans-serif;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 0;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-icon .weather-item-info p .weather-temperature {
	font-weight: 900;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information {
	position: relative;
	width: 100%;
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-basis: 50%;
	flex-basis: 50%;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information h2 {
	font-weight: 900;
	font-size: 24px;
	margin-top: 0;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information h2 span {
	font-weight: 400;
	font-size: 18px;
	margin-left: 5px;
	font-family: "Nunito", sans-serif;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul {
	list-style: none;
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	margin: 0;
	padding: 0;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li {
	margin-right: 34px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #f7f7f7;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li:nth-child(3n) {
	border-bottom: 0px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon {
	background-image: url("/wp-content/themes/app24/img/app24-weather-symbols.png");
	background-repeat: no-repeat;
	width: 66px;
	height: 54px;
	background-size: 330px 435px;
	float: left;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon.weather-small-icon-sun {
	background-position: 0px -324px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon.weather-small-icon-sunrise {
	background-position: -66px -324px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon.weather-small-icon-sunset {
	background-position: -132px -324px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon.weather-small-icon-wind {
	background-position: -198px -324px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon.weather-small-icon-umbrella {
	background-position: -264px -324px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon.weather-small-icon-waterdrop {
	background-position: 0px -378px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li .weather-small-icon.weather-small-icon-info {
	background-position: -66px -378px;
}

.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li span.weather-small-icon {
	display: inline-block;
	float: none;
}

.weather-app24.extended .weather-container.active .weather-forecast-container {
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
	margin: 0;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.weather-app24.extended .weather-container.active .weather-forecast-container .weather-item {
	width: calc(25% - 13px);
}

.weather-app24.extended .weather-container.active .weather-forecast-detail {
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
	margin: 68px 0 20px 0;
	padding: 34px 0;
	position: relative;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day {
	display: none;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon {
	background-image: url("/wp-content/themes/app24/img/app24-weather-symbols.png");
	background-repeat: no-repeat;
	width: 66px;
	height: 54px;
	background-size: 330px 435px;
	float: left;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon.weather-small-icon-sun {
	background-position: 0px -324px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon.weather-small-icon-sunrise {
	background-position: -66px -324px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon.weather-small-icon-sunset {
	background-position: -132px -324px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon.weather-small-icon-wind {
	background-position: -198px -324px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon.weather-small-icon-umbrella {
	background-position: -264px -324px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon.weather-small-icon-waterdrop {
	background-position: 0px -378px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .weather-small-icon.weather-small-icon-info {
	background-position: -66px -378px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day span.weather-small-icon {
	display: inline-block;
	float: none;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .forecast-day {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin: 10px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .forecast-day .weather-time {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .forecast-day .weather-time:nth-child(odd) {
	margin-right: 25px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .forecast-day .weather-sunrise.weather-sunset ul {
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .forecast-day .weather-sunrise.weather-sunset ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .forecast-day .weather-sunrise.weather-sunset ul li:first-child {
	margin-right: 17px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day .forecast-day .weather-sunrise.weather-sunset ul li:last-child {
	margin-left: 17px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider {
	padding: 0 34px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider .slick-track .slick-slide {
	padding: 0 8px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-prev:after,
.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-next:after {
	content: "\e901" !important;
	font-family: "appenzell24";
	font-size: 20px;
	color: #424242;
	opacity: 1;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-prev:before,
.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-next:before {
	display: none !important;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-next:after {
	content: "\e902" !important;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-prev,
.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-next {
	background-color: transparent;
	display: block !important;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-prev:before,
.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-next:before {
	color: #424242;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-prev {
	left: 0;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider button.slick-next {
	right: 0;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider li.slick-slide td p {
	font-size: 18px;
	padding: 0;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul {
	list-style: none;
	width: 100%;
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li {
	float: left;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table {
	margin: 0;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody {
	background-color: transparent;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:first-child {
	color: #E30613;
	font-weight: 900;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(2) {
	font-size: 24px;
	font-weight: 900;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(3) {
	text-align: center;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(4) td, .weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(5) td, .weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(6) td {
	border-bottom: 2px solid #f7f7f7;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(4) td .weather-small-icon, .weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(5) td .weather-small-icon, .weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(6) td .weather-small-icon {
	margin: -10px -10px;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr:nth-child(6) td {
	border-bottom: 0;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul li table tbody tr td {
	padding: 0;
	line-height: 1.3;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day.active {
	display: block;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day-selection {
	float: left;
	width: 14%;
	text-align: center;
}

.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day-selection.active {
	font-weight: 900;
}

.weather-item-icon {
	background-image: url("/wp-content/themes/app24/img/app24-weather-symbols.png");
	background-repeat: no-repeat;
	width: 110px;
	height: 90px;
	background-size: 550px 725px;
}

.weather-item-icon.weather-code-0, .weather-item-icon.weather-code-1 {
	background-position: 0 0;
}

.weather-item-icon.weather-code-0-night, .weather-item-icon.weather-code-1-night {
	background-position: -220px -360px;
}

.weather-item-icon.weather-code--8, .weather-item-icon.weather-code-6, .weather-item-icon.weather-code-7, .weather-item-icon.weather-code-8, .weather-item-icon.weather-code--8-night, .weather-item-icon.weather-code-6-night, .weather-item-icon.weather-code-7-night, .weather-item-icon.weather-code-8-night {
	background-position: -110px 0px;
}

.weather-item-icon.weather-code-2, .weather-item-icon.weather-code-3 {
	background-position: -220px 0px;
}

.weather-item-icon.weather-code-2-night, .weather-item-icon.weather-code-3-night {
	background-position: -330px -360px;
}

.weather-item-icon.weather-code-4, .weather-item-icon.weather-code-5 {
	background-position: -330px 0px;
}

.weather-item-icon.weather-code-4-night, .weather-item-icon.weather-code-5-night {
	background-position: -330px -360px;
}

.weather-item-icon.weather-code-62, .weather-item-icon.weather-code-63, .weather-item-icon.weather-code-64, .weather-item-icon.weather-code-80, .weather-item-icon.weather-code-81, .weather-item-icon.weather-code-62-night, .weather-item-icon.weather-code-63-night, .weather-item-icon.weather-code-64-night, .weather-item-icon.weather-code-80-night, .weather-item-icon.weather-code-81-night {
	background-position: -440px 0px;
}

.weather-item-icon.weather-code--2, .weather-item-icon.weather-code--1, .weather-item-icon.weather-code-65, .weather-item-icon.weather-code-82, .weather-item-icon.weather-code--2-night, .weather-item-icon.weather-code--1-night, .weather-item-icon.weather-code-65-night, .weather-item-icon.weather-code-82-night {
	background-position: 0px -90px;
}

.weather-item-icon.weather-code--6, .weather-item-icon.weather-code-18, .weather-item-icon.weather-code--6-night, .weather-item-icon.weather-code-18-night {
	background-position: -110px -90px;
}

.weather-item-icon.weather-code-19, .weather-item-icon.weather-code-19-night {
	background-position: -220px -90px;
}

.weather-item-icon.weather-code--7, .weather-item-icon.weather-code--7-night {
	background-position: -330px -90px;
}

.weather-item-icon.weather-code--3, .weather-item-icon.weather-code-36, .weather-item-icon.weather-code-37, .weather-item-icon.weather-code-38, .weather-item-icon.weather-code-39, .weather-item-icon.weather-code-72, .weather-item-icon.weather-code-73, .weather-item-icon.weather-code-74, .weather-item-icon.weather-code-75, .weather-item-icon.weather-code-76, .weather-item-icon.weather-code-77, .weather-item-icon.weather-code-78, .weather-item-icon.weather-code-85, .weather-item-icon.weather-code-86, .weather-item-icon.weather-code--3-night, .weather-item-icon.weather-code-36-night, .weather-item-icon.weather-code-37-night, .weather-item-icon.weather-code-38-night, .weather-item-icon.weather-code-39-night, .weather-item-icon.weather-code-72-night, .weather-item-icon.weather-code-73-night, .weather-item-icon.weather-code-74-night, .weather-item-icon.weather-code-75-night, .weather-item-icon.weather-code-76-night, .weather-item-icon.weather-code-77-night, .weather-item-icon.weather-code-78-night, .weather-item-icon.weather-code-85-night, .weather-item-icon.weather-code-86-night {
	background-position: -440px -90px;
}

.weather-item-icon.weather-code--5, .weather-item-icon.weather-code-66, .weather-item-icon.weather-code-67, .weather-item-icon.weather-code-68, .weather-item-icon.weather-code-69, .weather-item-icon.weather-code-83, .weather-item-icon.weather-code-84, .weather-item-icon.weather-code-87, .weather-item-icon.weather-code-88, .weather-item-icon.weather-code-89, .weather-item-icon.weather-code--5-night, .weather-item-icon.weather-code-66-night, .weather-item-icon.weather-code-67-night, .weather-item-icon.weather-code-68-night, .weather-item-icon.weather-code-69-night, .weather-item-icon.weather-code-83-night, .weather-item-icon.weather-code-84-night, .weather-item-icon.weather-code-87-night, .weather-item-icon.weather-code-88-night, .weather-item-icon.weather-code-89-night {
	background-position: 0px -180px;
}

.weather-item-icon.weather-code--4, .weather-item-icon.weather-code-10, .weather-item-icon.weather-code-11, .weather-item-icon.weather-code-12, .weather-item-icon.weather-code-28, .weather-item-icon.weather-code-42, .weather-item-icon.weather-code-43, .weather-item-icon.weather-code-44, .weather-item-icon.weather-code-45, .weather-item-icon.weather-code-46, .weather-item-icon.weather-code-47, .weather-item-icon.weather-code-48, .weather-item-icon.weather-code-49 {
	background-position: -110px -180px;
}

.weather-item-icon.weather-code--4-night, .weather-item-icon.weather-code-10-night, .weather-item-icon.weather-code-11-night, .weather-item-icon.weather-code-12-night, .weather-item-icon.weather-code-28-night, .weather-item-icon.weather-code-42-night, .weather-item-icon.weather-code-43-night, .weather-item-icon.weather-code-44-night, .weather-item-icon.weather-code-45-night, .weather-item-icon.weather-code-46-night, .weather-item-icon.weather-code-47-night, .weather-item-icon.weather-code-48-night, .weather-item-icon.weather-code-49-night {
	background-position: -330px -450px;
}

.weather-item-icon.weather-code-20, .weather-item-icon.weather-code-50, .weather-item-icon.weather-code-51, .weather-item-icon.weather-code-52, .weather-item-icon.weather-code-53, .weather-item-icon.weather-code-54, .weather-item-icon.weather-code-55, .weather-item-icon.weather-code-56, .weather-item-icon.weather-code-57, .weather-item-icon.weather-code-58, .weather-item-icon.weather-code-59, .weather-item-icon.weather-code-20-night, .weather-item-icon.weather-code-50-night, .weather-item-icon.weather-code-51-night, .weather-item-icon.weather-code-52-night, .weather-item-icon.weather-code-53-night, .weather-item-icon.weather-code-54-night, .weather-item-icon.weather-code-55-night, .weather-item-icon.weather-code-56-night, .weather-item-icon.weather-code-57-night, .weather-item-icon.weather-code-58-night, .weather-item-icon.weather-code-59-night {
	background-position: -220px -180px;
}

.weather-item-icon.weather-code-13, .weather-item-icon.weather-code-17, .weather-item-icon.weather-code-29 {
	background-position: -330px -180px;
}

.weather-item-icon.weather-code-13-night, .weather-item-icon.weather-code-17-night, .weather-item-icon.weather-code-29-night {
	background-position: -440px -360px;
}

.weather-item-icon.weather-code-92, .weather-item-icon.weather-code-93, .weather-item-icon.weather-code-94, .weather-item-icon.weather-code-97, .weather-item-icon.weather-code-92-night, .weather-item-icon.weather-code-93-night, .weather-item-icon.weather-code-94-night, .weather-item-icon.weather-code-97-night {
	background-position: -440px -180px;
}

.weather-item-icon.weather-code-96, .weather-item-icon.weather-code-96-night {
	background-position: 0px -270px;
}

.weather-item-icon.weather-code-79, .weather-item-icon.weather-code-90, .weather-item-icon.weather-code-99, .weather-item-icon.weather-code-79-night, .weather-item-icon.weather-code-90-night, .weather-item-icon.weather-code-99-night {
	background-position: -110px -270px;
}

.weather-item-icon.weather-code-14, .weather-item-icon.weather-code-15, .weather-item-icon.weather-code-16, .weather-item-icon.weather-code-21, .weather-item-icon.weather-code-25, .weather-item-icon.weather-code-60, .weather-item-icon.weather-code-61 {
	background-position: -220px -270px;
}

.weather-item-icon.weather-code-14-night, .weather-item-icon.weather-code-15-night, .weather-item-icon.weather-code-16-night, .weather-item-icon.weather-code-21-night, .weather-item-icon.weather-code-25-night, .weather-item-icon.weather-code-60-night, .weather-item-icon.weather-code-61-night {
	background-position: 0px -450px;
}

.weather-item-icon.weather-code-22, .weather-item-icon.weather-code-70, .weather-item-icon.weather-code-71 {
	background-position: -330px -270px;
}

.weather-item-icon.weather-code-22-night, .weather-item-icon.weather-code-70-night, .weather-item-icon.weather-code-71-night {
	background-position: -110px -450px;
}

.weather-item-icon.weather-code-23, .weather-item-icon.weather-code-24, .weather-item-icon.weather-code-26, .weather-item-icon.weather-code-27 {
	background-position: -440px -270px;
}

.weather-item-icon.weather-code-23-night, .weather-item-icon.weather-code-24-night, .weather-item-icon.weather-code-26-night, .weather-item-icon.weather-code-27-night {
	background-position: -220px -450px;
}

.weather-item-icon.weather-code-40, .weather-item-icon.weather-code-41 {
	background-position: 0px -360px;
}

.weather-item-icon.weather-code-40-night, .weather-item-icon.weather-code-41-night {
	background-position: -330px -450px;
}

.weather-item-icon.weather-code-91, .weather-item-icon.weather-code-95 {
	background-position: -110px -360px;
}

.weather-item-icon.weather-code-91-night, .weather-item-icon.weather-code-95-night {
	background-position: -440px -450px;
}

@media all and (max-width: 1440px) {
	.weather-app24 {
		/* MINIMAL */
	}
	.weather-app24.minimal .weather-content {
		margin-right: 17px;
	}
	.weather-app24.minimal .app-add {
		padding: 0 !important;
	}
}

@media all and (max-width: 1280px) {
	/* EXTENDED */
	.weather-app24.extended .weather-container.active .weather-forecast-detail .weather-forecast-detail-day ul.slick-slider .weather-wind-orientation {
		display: none;
	}
	/* MINIMAL & EXTENDED */
	.weather-item {
		margin: 17px 8px !important;
	}
	/* MINIMAL*/
	.minimal .weather-item-icon {
		background-image: url("/wp-content/themes/app24/img/app24-weather-symbols.png");
		background-repeat: no-repeat;
		width: 77px;
		height: 63px;
		background-size: 385px 507.5px;
	}
	.minimal .weather-item-icon.weather-code-0, .minimal .weather-item-icon.weather-code-1 {
		background-position: 0 0;
	}
	.minimal .weather-item-icon.weather-code-0-night, .minimal .weather-item-icon.weather-code-1-night {
		background-position: -154px -252px;
	}
	.minimal .weather-item-icon.weather-code--8, .minimal .weather-item-icon.weather-code-6, .minimal .weather-item-icon.weather-code-7, .minimal .weather-item-icon.weather-code-8, .minimal .weather-item-icon.weather-code--8-night, .minimal .weather-item-icon.weather-code-6-night, .minimal .weather-item-icon.weather-code-7-night, .minimal .weather-item-icon.weather-code-8-night {
		background-position: -77px 0px;
	}
	.minimal .weather-item-icon.weather-code-2, .minimal .weather-item-icon.weather-code-3 {
		background-position: -154px 0px;
	}
	.minimal .weather-item-icon.weather-code-2-night, .minimal .weather-item-icon.weather-code-3-night {
		background-position: -231px -252px;
	}
	.minimal .weather-item-icon.weather-code-4, .minimal .weather-item-icon.weather-code-5 {
		background-position: -231px 0px;
	}
	.minimal .weather-item-icon.weather-code-4-night, .minimal .weather-item-icon.weather-code-5-night {
		background-position: -231px -252px;
	}
	.minimal .weather-item-icon.weather-code-62, .minimal .weather-item-icon.weather-code-63, .minimal .weather-item-icon.weather-code-64, .minimal .weather-item-icon.weather-code-80, .minimal .weather-item-icon.weather-code-81, .minimal .weather-item-icon.weather-code-62-night, .minimal .weather-item-icon.weather-code-63-night, .minimal .weather-item-icon.weather-code-64-night, .minimal .weather-item-icon.weather-code-80-night, .minimal .weather-item-icon.weather-code-81-night {
		background-position: -308px 0px;
	}
	.minimal .weather-item-icon.weather-code--2, .minimal .weather-item-icon.weather-code--1, .minimal .weather-item-icon.weather-code-65, .minimal .weather-item-icon.weather-code-82, .minimal .weather-item-icon.weather-code--2-night, .minimal .weather-item-icon.weather-code--1-night, .minimal .weather-item-icon.weather-code-65-night, .minimal .weather-item-icon.weather-code-82-night {
		background-position: 0px -63px;
	}
	.minimal .weather-item-icon.weather-code--6, .minimal .weather-item-icon.weather-code-18, .minimal .weather-item-icon.weather-code--6-night, .minimal .weather-item-icon.weather-code-18-night {
		background-position: -77px -63px;
	}
	.minimal .weather-item-icon.weather-code-19, .minimal .weather-item-icon.weather-code-19-night {
		background-position: -154px -63px;
	}
	.minimal .weather-item-icon.weather-code--7, .minimal .weather-item-icon.weather-code--7-night {
		background-position: -231px -63px;
	}
	.minimal .weather-item-icon.weather-code--3, .minimal .weather-item-icon.weather-code-36, .minimal .weather-item-icon.weather-code-37, .minimal .weather-item-icon.weather-code-38, .minimal .weather-item-icon.weather-code-39, .minimal .weather-item-icon.weather-code-72, .minimal .weather-item-icon.weather-code-73, .minimal .weather-item-icon.weather-code-74, .minimal .weather-item-icon.weather-code-75, .minimal .weather-item-icon.weather-code-76, .minimal .weather-item-icon.weather-code-77, .minimal .weather-item-icon.weather-code-78, .minimal .weather-item-icon.weather-code-85, .minimal .weather-item-icon.weather-code-86, .minimal .weather-item-icon.weather-code--3-night, .minimal .weather-item-icon.weather-code-36-night, .minimal .weather-item-icon.weather-code-37-night, .minimal .weather-item-icon.weather-code-38-night, .minimal .weather-item-icon.weather-code-39-night, .minimal .weather-item-icon.weather-code-72-night, .minimal .weather-item-icon.weather-code-73-night, .minimal .weather-item-icon.weather-code-74-night, .minimal .weather-item-icon.weather-code-75-night, .minimal .weather-item-icon.weather-code-76-night, .minimal .weather-item-icon.weather-code-77-night, .minimal .weather-item-icon.weather-code-78-night, .minimal .weather-item-icon.weather-code-85-night, .minimal .weather-item-icon.weather-code-86-night {
		background-position: -308px -63px;
	}
	.minimal .weather-item-icon.weather-code--5, .minimal .weather-item-icon.weather-code-66, .minimal .weather-item-icon.weather-code-67, .minimal .weather-item-icon.weather-code-68, .minimal .weather-item-icon.weather-code-69, .minimal .weather-item-icon.weather-code-83, .minimal .weather-item-icon.weather-code-84, .minimal .weather-item-icon.weather-code-87, .minimal .weather-item-icon.weather-code-88, .minimal .weather-item-icon.weather-code-89, .minimal .weather-item-icon.weather-code--5-night, .minimal .weather-item-icon.weather-code-66-night, .minimal .weather-item-icon.weather-code-67-night, .minimal .weather-item-icon.weather-code-68-night, .minimal .weather-item-icon.weather-code-69-night, .minimal .weather-item-icon.weather-code-83-night, .minimal .weather-item-icon.weather-code-84-night, .minimal .weather-item-icon.weather-code-87-night, .minimal .weather-item-icon.weather-code-88-night, .minimal .weather-item-icon.weather-code-89-night {
		background-position: 0px -126px;
	}
	.minimal .weather-item-icon.weather-code--4, .minimal .weather-item-icon.weather-code-10, .minimal .weather-item-icon.weather-code-11, .minimal .weather-item-icon.weather-code-12, .minimal .weather-item-icon.weather-code-28, .minimal .weather-item-icon.weather-code-42, .minimal .weather-item-icon.weather-code-43, .minimal .weather-item-icon.weather-code-44, .minimal .weather-item-icon.weather-code-45, .minimal .weather-item-icon.weather-code-46, .minimal .weather-item-icon.weather-code-47, .minimal .weather-item-icon.weather-code-48, .minimal .weather-item-icon.weather-code-49 {
		background-position: -77px -126px;
	}
	.minimal .weather-item-icon.weather-code--4-night, .minimal .weather-item-icon.weather-code-10-night, .minimal .weather-item-icon.weather-code-11-night, .minimal .weather-item-icon.weather-code-12-night, .minimal .weather-item-icon.weather-code-28-night, .minimal .weather-item-icon.weather-code-42-night, .minimal .weather-item-icon.weather-code-43-night, .minimal .weather-item-icon.weather-code-44-night, .minimal .weather-item-icon.weather-code-45-night, .minimal .weather-item-icon.weather-code-46-night, .minimal .weather-item-icon.weather-code-47-night, .minimal .weather-item-icon.weather-code-48-night, .minimal .weather-item-icon.weather-code-49-night {
		background-position: -231px -315px;
	}
	.minimal .weather-item-icon.weather-code-20, .minimal .weather-item-icon.weather-code-50, .minimal .weather-item-icon.weather-code-51, .minimal .weather-item-icon.weather-code-52, .minimal .weather-item-icon.weather-code-53, .minimal .weather-item-icon.weather-code-54, .minimal .weather-item-icon.weather-code-55, .minimal .weather-item-icon.weather-code-56, .minimal .weather-item-icon.weather-code-57, .minimal .weather-item-icon.weather-code-58, .minimal .weather-item-icon.weather-code-59, .minimal .weather-item-icon.weather-code-20-night, .minimal .weather-item-icon.weather-code-50-night, .minimal .weather-item-icon.weather-code-51-night, .minimal .weather-item-icon.weather-code-52-night, .minimal .weather-item-icon.weather-code-53-night, .minimal .weather-item-icon.weather-code-54-night, .minimal .weather-item-icon.weather-code-55-night, .minimal .weather-item-icon.weather-code-56-night, .minimal .weather-item-icon.weather-code-57-night, .minimal .weather-item-icon.weather-code-58-night, .minimal .weather-item-icon.weather-code-59-night {
		background-position: -154px -126px;
	}
	.minimal .weather-item-icon.weather-code-13, .minimal .weather-item-icon.weather-code-17, .minimal .weather-item-icon.weather-code-29 {
		background-position: -231px -126px;
	}
	.minimal .weather-item-icon.weather-code-13-night, .minimal .weather-item-icon.weather-code-17-night, .minimal .weather-item-icon.weather-code-29-night {
		background-position: -308px -252px;
	}
	.minimal .weather-item-icon.weather-code-92, .minimal .weather-item-icon.weather-code-93, .minimal .weather-item-icon.weather-code-94, .minimal .weather-item-icon.weather-code-97, .minimal .weather-item-icon.weather-code-92-night, .minimal .weather-item-icon.weather-code-93-night, .minimal .weather-item-icon.weather-code-94-night, .minimal .weather-item-icon.weather-code-97-night {
		background-position: -308px -126px;
	}
	.minimal .weather-item-icon.weather-code-96, .minimal .weather-item-icon.weather-code-96-night {
		background-position: 0px -189px;
	}
	.minimal .weather-item-icon.weather-code-79, .minimal .weather-item-icon.weather-code-90, .minimal .weather-item-icon.weather-code-99, .minimal .weather-item-icon.weather-code-79-night, .minimal .weather-item-icon.weather-code-90-night, .minimal .weather-item-icon.weather-code-99-night {
		background-position: -77px -189px;
	}
	.minimal .weather-item-icon.weather-code-14, .minimal .weather-item-icon.weather-code-15, .minimal .weather-item-icon.weather-code-16, .minimal .weather-item-icon.weather-code-21, .minimal .weather-item-icon.weather-code-25, .minimal .weather-item-icon.weather-code-60, .minimal .weather-item-icon.weather-code-61 {
		background-position: -154px -189px;
	}
	.minimal .weather-item-icon.weather-code-14-night, .minimal .weather-item-icon.weather-code-15-night, .minimal .weather-item-icon.weather-code-16-night, .minimal .weather-item-icon.weather-code-21-night, .minimal .weather-item-icon.weather-code-25-night, .minimal .weather-item-icon.weather-code-60-night, .minimal .weather-item-icon.weather-code-61-night {
		background-position: 0px -315px;
	}
	.minimal .weather-item-icon.weather-code-22, .minimal .weather-item-icon.weather-code-70, .minimal .weather-item-icon.weather-code-71 {
		background-position: -231px -189px;
	}
	.minimal .weather-item-icon.weather-code-22-night, .minimal .weather-item-icon.weather-code-70-night, .minimal .weather-item-icon.weather-code-71-night {
		background-position: -77px -315px;
	}
	.minimal .weather-item-icon.weather-code-23, .minimal .weather-item-icon.weather-code-24, .minimal .weather-item-icon.weather-code-26, .minimal .weather-item-icon.weather-code-27 {
		background-position: -308px -189px;
	}
	.minimal .weather-item-icon.weather-code-23-night, .minimal .weather-item-icon.weather-code-24-night, .minimal .weather-item-icon.weather-code-26-night, .minimal .weather-item-icon.weather-code-27-night {
		background-position: -154px -315px;
	}
	.minimal .weather-item-icon.weather-code-40, .minimal .weather-item-icon.weather-code-41 {
		background-position: 0px -252px;
	}
	.minimal .weather-item-icon.weather-code-40-night, .minimal .weather-item-icon.weather-code-41-night {
		background-position: -231px -315px;
	}
	.minimal .weather-item-icon.weather-code-91, .minimal .weather-item-icon.weather-code-95 {
		background-position: -77px -252px;
	}
	.minimal .weather-item-icon.weather-code-91-night, .minimal .weather-item-icon.weather-code-95-night {
		background-position: -308px -315px;
	}
}

@media all and (max-width: 1080px) {
	.weather-app24.minimal .weather-item-icon {
		background-image: url("/wp-content/themes/app24/img/app24-weather-symbols.png");
		background-repeat: no-repeat;
		width: 55px;
		height: 45px;
		background-size: 275px 362.5px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-0, .weather-app24.minimal .weather-item-icon.weather-code-1 {
		background-position: 0 0;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-0-night, .weather-app24.minimal .weather-item-icon.weather-code-1-night {
		background-position: -110px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--8, .weather-app24.minimal .weather-item-icon.weather-code-6, .weather-app24.minimal .weather-item-icon.weather-code-7, .weather-app24.minimal .weather-item-icon.weather-code-8, .weather-app24.minimal .weather-item-icon.weather-code--8-night, .weather-app24.minimal .weather-item-icon.weather-code-6-night, .weather-app24.minimal .weather-item-icon.weather-code-7-night, .weather-app24.minimal .weather-item-icon.weather-code-8-night {
		background-position: -55px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-2, .weather-app24.minimal .weather-item-icon.weather-code-3 {
		background-position: -110px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-2-night, .weather-app24.minimal .weather-item-icon.weather-code-3-night {
		background-position: -165px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-4, .weather-app24.minimal .weather-item-icon.weather-code-5 {
		background-position: -165px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-4-night, .weather-app24.minimal .weather-item-icon.weather-code-5-night {
		background-position: -165px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-62, .weather-app24.minimal .weather-item-icon.weather-code-63, .weather-app24.minimal .weather-item-icon.weather-code-64, .weather-app24.minimal .weather-item-icon.weather-code-80, .weather-app24.minimal .weather-item-icon.weather-code-81, .weather-app24.minimal .weather-item-icon.weather-code-62-night, .weather-app24.minimal .weather-item-icon.weather-code-63-night, .weather-app24.minimal .weather-item-icon.weather-code-64-night, .weather-app24.minimal .weather-item-icon.weather-code-80-night, .weather-app24.minimal .weather-item-icon.weather-code-81-night {
		background-position: -220px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--2, .weather-app24.minimal .weather-item-icon.weather-code--1, .weather-app24.minimal .weather-item-icon.weather-code-65, .weather-app24.minimal .weather-item-icon.weather-code-82, .weather-app24.minimal .weather-item-icon.weather-code--2-night, .weather-app24.minimal .weather-item-icon.weather-code--1-night, .weather-app24.minimal .weather-item-icon.weather-code-65-night, .weather-app24.minimal .weather-item-icon.weather-code-82-night {
		background-position: 0px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--6, .weather-app24.minimal .weather-item-icon.weather-code-18, .weather-app24.minimal .weather-item-icon.weather-code--6-night, .weather-app24.minimal .weather-item-icon.weather-code-18-night {
		background-position: -55px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-19, .weather-app24.minimal .weather-item-icon.weather-code-19-night {
		background-position: -110px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--7, .weather-app24.minimal .weather-item-icon.weather-code--7-night {
		background-position: -165px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--3, .weather-app24.minimal .weather-item-icon.weather-code-36, .weather-app24.minimal .weather-item-icon.weather-code-37, .weather-app24.minimal .weather-item-icon.weather-code-38, .weather-app24.minimal .weather-item-icon.weather-code-39, .weather-app24.minimal .weather-item-icon.weather-code-72, .weather-app24.minimal .weather-item-icon.weather-code-73, .weather-app24.minimal .weather-item-icon.weather-code-74, .weather-app24.minimal .weather-item-icon.weather-code-75, .weather-app24.minimal .weather-item-icon.weather-code-76, .weather-app24.minimal .weather-item-icon.weather-code-77, .weather-app24.minimal .weather-item-icon.weather-code-78, .weather-app24.minimal .weather-item-icon.weather-code-85, .weather-app24.minimal .weather-item-icon.weather-code-86, .weather-app24.minimal .weather-item-icon.weather-code--3-night, .weather-app24.minimal .weather-item-icon.weather-code-36-night, .weather-app24.minimal .weather-item-icon.weather-code-37-night, .weather-app24.minimal .weather-item-icon.weather-code-38-night, .weather-app24.minimal .weather-item-icon.weather-code-39-night, .weather-app24.minimal .weather-item-icon.weather-code-72-night, .weather-app24.minimal .weather-item-icon.weather-code-73-night, .weather-app24.minimal .weather-item-icon.weather-code-74-night, .weather-app24.minimal .weather-item-icon.weather-code-75-night, .weather-app24.minimal .weather-item-icon.weather-code-76-night, .weather-app24.minimal .weather-item-icon.weather-code-77-night, .weather-app24.minimal .weather-item-icon.weather-code-78-night, .weather-app24.minimal .weather-item-icon.weather-code-85-night, .weather-app24.minimal .weather-item-icon.weather-code-86-night {
		background-position: -220px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--5, .weather-app24.minimal .weather-item-icon.weather-code-66, .weather-app24.minimal .weather-item-icon.weather-code-67, .weather-app24.minimal .weather-item-icon.weather-code-68, .weather-app24.minimal .weather-item-icon.weather-code-69, .weather-app24.minimal .weather-item-icon.weather-code-83, .weather-app24.minimal .weather-item-icon.weather-code-84, .weather-app24.minimal .weather-item-icon.weather-code-87, .weather-app24.minimal .weather-item-icon.weather-code-88, .weather-app24.minimal .weather-item-icon.weather-code-89, .weather-app24.minimal .weather-item-icon.weather-code--5-night, .weather-app24.minimal .weather-item-icon.weather-code-66-night, .weather-app24.minimal .weather-item-icon.weather-code-67-night, .weather-app24.minimal .weather-item-icon.weather-code-68-night, .weather-app24.minimal .weather-item-icon.weather-code-69-night, .weather-app24.minimal .weather-item-icon.weather-code-83-night, .weather-app24.minimal .weather-item-icon.weather-code-84-night, .weather-app24.minimal .weather-item-icon.weather-code-87-night, .weather-app24.minimal .weather-item-icon.weather-code-88-night, .weather-app24.minimal .weather-item-icon.weather-code-89-night {
		background-position: 0px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--4, .weather-app24.minimal .weather-item-icon.weather-code-10, .weather-app24.minimal .weather-item-icon.weather-code-11, .weather-app24.minimal .weather-item-icon.weather-code-12, .weather-app24.minimal .weather-item-icon.weather-code-28, .weather-app24.minimal .weather-item-icon.weather-code-42, .weather-app24.minimal .weather-item-icon.weather-code-43, .weather-app24.minimal .weather-item-icon.weather-code-44, .weather-app24.minimal .weather-item-icon.weather-code-45, .weather-app24.minimal .weather-item-icon.weather-code-46, .weather-app24.minimal .weather-item-icon.weather-code-47, .weather-app24.minimal .weather-item-icon.weather-code-48, .weather-app24.minimal .weather-item-icon.weather-code-49 {
		background-position: -55px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--4-night, .weather-app24.minimal .weather-item-icon.weather-code-10-night, .weather-app24.minimal .weather-item-icon.weather-code-11-night, .weather-app24.minimal .weather-item-icon.weather-code-12-night, .weather-app24.minimal .weather-item-icon.weather-code-28-night, .weather-app24.minimal .weather-item-icon.weather-code-42-night, .weather-app24.minimal .weather-item-icon.weather-code-43-night, .weather-app24.minimal .weather-item-icon.weather-code-44-night, .weather-app24.minimal .weather-item-icon.weather-code-45-night, .weather-app24.minimal .weather-item-icon.weather-code-46-night, .weather-app24.minimal .weather-item-icon.weather-code-47-night, .weather-app24.minimal .weather-item-icon.weather-code-48-night, .weather-app24.minimal .weather-item-icon.weather-code-49-night {
		background-position: -165px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-20, .weather-app24.minimal .weather-item-icon.weather-code-50, .weather-app24.minimal .weather-item-icon.weather-code-51, .weather-app24.minimal .weather-item-icon.weather-code-52, .weather-app24.minimal .weather-item-icon.weather-code-53, .weather-app24.minimal .weather-item-icon.weather-code-54, .weather-app24.minimal .weather-item-icon.weather-code-55, .weather-app24.minimal .weather-item-icon.weather-code-56, .weather-app24.minimal .weather-item-icon.weather-code-57, .weather-app24.minimal .weather-item-icon.weather-code-58, .weather-app24.minimal .weather-item-icon.weather-code-59, .weather-app24.minimal .weather-item-icon.weather-code-20-night, .weather-app24.minimal .weather-item-icon.weather-code-50-night, .weather-app24.minimal .weather-item-icon.weather-code-51-night, .weather-app24.minimal .weather-item-icon.weather-code-52-night, .weather-app24.minimal .weather-item-icon.weather-code-53-night, .weather-app24.minimal .weather-item-icon.weather-code-54-night, .weather-app24.minimal .weather-item-icon.weather-code-55-night, .weather-app24.minimal .weather-item-icon.weather-code-56-night, .weather-app24.minimal .weather-item-icon.weather-code-57-night, .weather-app24.minimal .weather-item-icon.weather-code-58-night, .weather-app24.minimal .weather-item-icon.weather-code-59-night {
		background-position: -110px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-13, .weather-app24.minimal .weather-item-icon.weather-code-17, .weather-app24.minimal .weather-item-icon.weather-code-29 {
		background-position: -165px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-13-night, .weather-app24.minimal .weather-item-icon.weather-code-17-night, .weather-app24.minimal .weather-item-icon.weather-code-29-night {
		background-position: -220px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-92, .weather-app24.minimal .weather-item-icon.weather-code-93, .weather-app24.minimal .weather-item-icon.weather-code-94, .weather-app24.minimal .weather-item-icon.weather-code-97, .weather-app24.minimal .weather-item-icon.weather-code-92-night, .weather-app24.minimal .weather-item-icon.weather-code-93-night, .weather-app24.minimal .weather-item-icon.weather-code-94-night, .weather-app24.minimal .weather-item-icon.weather-code-97-night {
		background-position: -220px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-96, .weather-app24.minimal .weather-item-icon.weather-code-96-night {
		background-position: 0px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-79, .weather-app24.minimal .weather-item-icon.weather-code-90, .weather-app24.minimal .weather-item-icon.weather-code-99, .weather-app24.minimal .weather-item-icon.weather-code-79-night, .weather-app24.minimal .weather-item-icon.weather-code-90-night, .weather-app24.minimal .weather-item-icon.weather-code-99-night {
		background-position: -55px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-14, .weather-app24.minimal .weather-item-icon.weather-code-15, .weather-app24.minimal .weather-item-icon.weather-code-16, .weather-app24.minimal .weather-item-icon.weather-code-21, .weather-app24.minimal .weather-item-icon.weather-code-25, .weather-app24.minimal .weather-item-icon.weather-code-60, .weather-app24.minimal .weather-item-icon.weather-code-61 {
		background-position: -110px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-14-night, .weather-app24.minimal .weather-item-icon.weather-code-15-night, .weather-app24.minimal .weather-item-icon.weather-code-16-night, .weather-app24.minimal .weather-item-icon.weather-code-21-night, .weather-app24.minimal .weather-item-icon.weather-code-25-night, .weather-app24.minimal .weather-item-icon.weather-code-60-night, .weather-app24.minimal .weather-item-icon.weather-code-61-night {
		background-position: 0px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-22, .weather-app24.minimal .weather-item-icon.weather-code-70, .weather-app24.minimal .weather-item-icon.weather-code-71 {
		background-position: -165px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-22-night, .weather-app24.minimal .weather-item-icon.weather-code-70-night, .weather-app24.minimal .weather-item-icon.weather-code-71-night {
		background-position: -55px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-23, .weather-app24.minimal .weather-item-icon.weather-code-24, .weather-app24.minimal .weather-item-icon.weather-code-26, .weather-app24.minimal .weather-item-icon.weather-code-27 {
		background-position: -220px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-23-night, .weather-app24.minimal .weather-item-icon.weather-code-24-night, .weather-app24.minimal .weather-item-icon.weather-code-26-night, .weather-app24.minimal .weather-item-icon.weather-code-27-night {
		background-position: -110px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-40, .weather-app24.minimal .weather-item-icon.weather-code-41 {
		background-position: 0px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-40-night, .weather-app24.minimal .weather-item-icon.weather-code-41-night {
		background-position: -165px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-91, .weather-app24.minimal .weather-item-icon.weather-code-95 {
		background-position: -55px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-91-night, .weather-app24.minimal .weather-item-icon.weather-code-95-night {
		background-position: -220px -225px;
	}
	.weather-app24.extended .weather-item-icon {
		background-image: url("/wp-content/themes/app24/img/app24-weather-symbols.png");
		background-repeat: no-repeat;
		width: 77px;
		height: 63px;
		background-size: 385px 507.5px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-0, .weather-app24.extended .weather-item-icon.weather-code-1 {
		background-position: 0 0;
	}
	.weather-app24.extended .weather-item-icon.weather-code-0-night, .weather-app24.extended .weather-item-icon.weather-code-1-night {
		background-position: -154px -252px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--8, .weather-app24.extended .weather-item-icon.weather-code-6, .weather-app24.extended .weather-item-icon.weather-code-7, .weather-app24.extended .weather-item-icon.weather-code-8, .weather-app24.extended .weather-item-icon.weather-code--8-night, .weather-app24.extended .weather-item-icon.weather-code-6-night, .weather-app24.extended .weather-item-icon.weather-code-7-night, .weather-app24.extended .weather-item-icon.weather-code-8-night {
		background-position: -77px 0px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-2, .weather-app24.extended .weather-item-icon.weather-code-3 {
		background-position: -154px 0px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-2-night, .weather-app24.extended .weather-item-icon.weather-code-3-night {
		background-position: -231px -252px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-4, .weather-app24.extended .weather-item-icon.weather-code-5 {
		background-position: -231px 0px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-4-night, .weather-app24.extended .weather-item-icon.weather-code-5-night {
		background-position: -231px -252px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-62, .weather-app24.extended .weather-item-icon.weather-code-63, .weather-app24.extended .weather-item-icon.weather-code-64, .weather-app24.extended .weather-item-icon.weather-code-80, .weather-app24.extended .weather-item-icon.weather-code-81, .weather-app24.extended .weather-item-icon.weather-code-62-night, .weather-app24.extended .weather-item-icon.weather-code-63-night, .weather-app24.extended .weather-item-icon.weather-code-64-night, .weather-app24.extended .weather-item-icon.weather-code-80-night, .weather-app24.extended .weather-item-icon.weather-code-81-night {
		background-position: -308px 0px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--2, .weather-app24.extended .weather-item-icon.weather-code--1, .weather-app24.extended .weather-item-icon.weather-code-65, .weather-app24.extended .weather-item-icon.weather-code-82, .weather-app24.extended .weather-item-icon.weather-code--2-night, .weather-app24.extended .weather-item-icon.weather-code--1-night, .weather-app24.extended .weather-item-icon.weather-code-65-night, .weather-app24.extended .weather-item-icon.weather-code-82-night {
		background-position: 0px -63px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--6, .weather-app24.extended .weather-item-icon.weather-code-18, .weather-app24.extended .weather-item-icon.weather-code--6-night, .weather-app24.extended .weather-item-icon.weather-code-18-night {
		background-position: -77px -63px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-19, .weather-app24.extended .weather-item-icon.weather-code-19-night {
		background-position: -154px -63px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--7, .weather-app24.extended .weather-item-icon.weather-code--7-night {
		background-position: -231px -63px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--3, .weather-app24.extended .weather-item-icon.weather-code-36, .weather-app24.extended .weather-item-icon.weather-code-37, .weather-app24.extended .weather-item-icon.weather-code-38, .weather-app24.extended .weather-item-icon.weather-code-39, .weather-app24.extended .weather-item-icon.weather-code-72, .weather-app24.extended .weather-item-icon.weather-code-73, .weather-app24.extended .weather-item-icon.weather-code-74, .weather-app24.extended .weather-item-icon.weather-code-75, .weather-app24.extended .weather-item-icon.weather-code-76, .weather-app24.extended .weather-item-icon.weather-code-77, .weather-app24.extended .weather-item-icon.weather-code-78, .weather-app24.extended .weather-item-icon.weather-code-85, .weather-app24.extended .weather-item-icon.weather-code-86, .weather-app24.extended .weather-item-icon.weather-code--3-night, .weather-app24.extended .weather-item-icon.weather-code-36-night, .weather-app24.extended .weather-item-icon.weather-code-37-night, .weather-app24.extended .weather-item-icon.weather-code-38-night, .weather-app24.extended .weather-item-icon.weather-code-39-night, .weather-app24.extended .weather-item-icon.weather-code-72-night, .weather-app24.extended .weather-item-icon.weather-code-73-night, .weather-app24.extended .weather-item-icon.weather-code-74-night, .weather-app24.extended .weather-item-icon.weather-code-75-night, .weather-app24.extended .weather-item-icon.weather-code-76-night, .weather-app24.extended .weather-item-icon.weather-code-77-night, .weather-app24.extended .weather-item-icon.weather-code-78-night, .weather-app24.extended .weather-item-icon.weather-code-85-night, .weather-app24.extended .weather-item-icon.weather-code-86-night {
		background-position: -308px -63px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--5, .weather-app24.extended .weather-item-icon.weather-code-66, .weather-app24.extended .weather-item-icon.weather-code-67, .weather-app24.extended .weather-item-icon.weather-code-68, .weather-app24.extended .weather-item-icon.weather-code-69, .weather-app24.extended .weather-item-icon.weather-code-83, .weather-app24.extended .weather-item-icon.weather-code-84, .weather-app24.extended .weather-item-icon.weather-code-87, .weather-app24.extended .weather-item-icon.weather-code-88, .weather-app24.extended .weather-item-icon.weather-code-89, .weather-app24.extended .weather-item-icon.weather-code--5-night, .weather-app24.extended .weather-item-icon.weather-code-66-night, .weather-app24.extended .weather-item-icon.weather-code-67-night, .weather-app24.extended .weather-item-icon.weather-code-68-night, .weather-app24.extended .weather-item-icon.weather-code-69-night, .weather-app24.extended .weather-item-icon.weather-code-83-night, .weather-app24.extended .weather-item-icon.weather-code-84-night, .weather-app24.extended .weather-item-icon.weather-code-87-night, .weather-app24.extended .weather-item-icon.weather-code-88-night, .weather-app24.extended .weather-item-icon.weather-code-89-night {
		background-position: 0px -126px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--4, .weather-app24.extended .weather-item-icon.weather-code-10, .weather-app24.extended .weather-item-icon.weather-code-11, .weather-app24.extended .weather-item-icon.weather-code-12, .weather-app24.extended .weather-item-icon.weather-code-28, .weather-app24.extended .weather-item-icon.weather-code-42, .weather-app24.extended .weather-item-icon.weather-code-43, .weather-app24.extended .weather-item-icon.weather-code-44, .weather-app24.extended .weather-item-icon.weather-code-45, .weather-app24.extended .weather-item-icon.weather-code-46, .weather-app24.extended .weather-item-icon.weather-code-47, .weather-app24.extended .weather-item-icon.weather-code-48, .weather-app24.extended .weather-item-icon.weather-code-49 {
		background-position: -77px -126px;
	}
	.weather-app24.extended .weather-item-icon.weather-code--4-night, .weather-app24.extended .weather-item-icon.weather-code-10-night, .weather-app24.extended .weather-item-icon.weather-code-11-night, .weather-app24.extended .weather-item-icon.weather-code-12-night, .weather-app24.extended .weather-item-icon.weather-code-28-night, .weather-app24.extended .weather-item-icon.weather-code-42-night, .weather-app24.extended .weather-item-icon.weather-code-43-night, .weather-app24.extended .weather-item-icon.weather-code-44-night, .weather-app24.extended .weather-item-icon.weather-code-45-night, .weather-app24.extended .weather-item-icon.weather-code-46-night, .weather-app24.extended .weather-item-icon.weather-code-47-night, .weather-app24.extended .weather-item-icon.weather-code-48-night, .weather-app24.extended .weather-item-icon.weather-code-49-night {
		background-position: -231px -315px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-20, .weather-app24.extended .weather-item-icon.weather-code-50, .weather-app24.extended .weather-item-icon.weather-code-51, .weather-app24.extended .weather-item-icon.weather-code-52, .weather-app24.extended .weather-item-icon.weather-code-53, .weather-app24.extended .weather-item-icon.weather-code-54, .weather-app24.extended .weather-item-icon.weather-code-55, .weather-app24.extended .weather-item-icon.weather-code-56, .weather-app24.extended .weather-item-icon.weather-code-57, .weather-app24.extended .weather-item-icon.weather-code-58, .weather-app24.extended .weather-item-icon.weather-code-59, .weather-app24.extended .weather-item-icon.weather-code-20-night, .weather-app24.extended .weather-item-icon.weather-code-50-night, .weather-app24.extended .weather-item-icon.weather-code-51-night, .weather-app24.extended .weather-item-icon.weather-code-52-night, .weather-app24.extended .weather-item-icon.weather-code-53-night, .weather-app24.extended .weather-item-icon.weather-code-54-night, .weather-app24.extended .weather-item-icon.weather-code-55-night, .weather-app24.extended .weather-item-icon.weather-code-56-night, .weather-app24.extended .weather-item-icon.weather-code-57-night, .weather-app24.extended .weather-item-icon.weather-code-58-night, .weather-app24.extended .weather-item-icon.weather-code-59-night {
		background-position: -154px -126px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-13, .weather-app24.extended .weather-item-icon.weather-code-17, .weather-app24.extended .weather-item-icon.weather-code-29 {
		background-position: -231px -126px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-13-night, .weather-app24.extended .weather-item-icon.weather-code-17-night, .weather-app24.extended .weather-item-icon.weather-code-29-night {
		background-position: -308px -252px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-92, .weather-app24.extended .weather-item-icon.weather-code-93, .weather-app24.extended .weather-item-icon.weather-code-94, .weather-app24.extended .weather-item-icon.weather-code-97, .weather-app24.extended .weather-item-icon.weather-code-92-night, .weather-app24.extended .weather-item-icon.weather-code-93-night, .weather-app24.extended .weather-item-icon.weather-code-94-night, .weather-app24.extended .weather-item-icon.weather-code-97-night {
		background-position: -308px -126px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-96, .weather-app24.extended .weather-item-icon.weather-code-96-night {
		background-position: 0px -189px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-79, .weather-app24.extended .weather-item-icon.weather-code-90, .weather-app24.extended .weather-item-icon.weather-code-99, .weather-app24.extended .weather-item-icon.weather-code-79-night, .weather-app24.extended .weather-item-icon.weather-code-90-night, .weather-app24.extended .weather-item-icon.weather-code-99-night {
		background-position: -77px -189px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-14, .weather-app24.extended .weather-item-icon.weather-code-15, .weather-app24.extended .weather-item-icon.weather-code-16, .weather-app24.extended .weather-item-icon.weather-code-21, .weather-app24.extended .weather-item-icon.weather-code-25, .weather-app24.extended .weather-item-icon.weather-code-60, .weather-app24.extended .weather-item-icon.weather-code-61 {
		background-position: -154px -189px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-14-night, .weather-app24.extended .weather-item-icon.weather-code-15-night, .weather-app24.extended .weather-item-icon.weather-code-16-night, .weather-app24.extended .weather-item-icon.weather-code-21-night, .weather-app24.extended .weather-item-icon.weather-code-25-night, .weather-app24.extended .weather-item-icon.weather-code-60-night, .weather-app24.extended .weather-item-icon.weather-code-61-night {
		background-position: 0px -315px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-22, .weather-app24.extended .weather-item-icon.weather-code-70, .weather-app24.extended .weather-item-icon.weather-code-71 {
		background-position: -231px -189px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-22-night, .weather-app24.extended .weather-item-icon.weather-code-70-night, .weather-app24.extended .weather-item-icon.weather-code-71-night {
		background-position: -77px -315px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-23, .weather-app24.extended .weather-item-icon.weather-code-24, .weather-app24.extended .weather-item-icon.weather-code-26, .weather-app24.extended .weather-item-icon.weather-code-27 {
		background-position: -308px -189px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-23-night, .weather-app24.extended .weather-item-icon.weather-code-24-night, .weather-app24.extended .weather-item-icon.weather-code-26-night, .weather-app24.extended .weather-item-icon.weather-code-27-night {
		background-position: -154px -315px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-40, .weather-app24.extended .weather-item-icon.weather-code-41 {
		background-position: 0px -252px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-40-night, .weather-app24.extended .weather-item-icon.weather-code-41-night {
		background-position: -231px -315px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-91, .weather-app24.extended .weather-item-icon.weather-code-95 {
		background-position: -77px -252px;
	}
	.weather-app24.extended .weather-item-icon.weather-code-91-night, .weather-app24.extended .weather-item-icon.weather-code-95-night {
		background-position: -308px -315px;
	}
}

@media all and (max-width: 992px) {
	.weather-app24 {
		/* MINIMAL & EXTENDED */
		margin: 34px 0;
		/* MINIMAL */
		/* EXTENDED */
	}
	.weather-app24 .weather-item .weather-item-info {
		margin-right: 10px;
	}
	.weather-app24.minimal .app-add {
		padding: 17px 0;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 404px;
		margin: 0;
	}
	.weather-app24.extended #weather-location {
		top: -58px;
		border: 0px;
		min-width: 50%;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container {
		margin: 34px 0;
		padding: 17px;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-icon {
		margin-right: 15px;
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		-ms-flex-basis: 25%;
		flex-basis: 25%;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information {
		-webkit-flex-basis: 75%;
		-moz-flex-basis: 75%;
		-ms-flex-basis: 75%;
		flex-basis: 75%;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information h2 {
		font-weight: 900;
		font-size: 24px;
		margin-top: 0;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information h2 span {
		font-weight: 400;
		font-size: 18px;
		margin-left: 5px;
		font-family: "Nunito", sans-serif;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li {
		margin-right: 34px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 2px solid #f7f7f7;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li:nth-child(3n) {
		border-bottom: 0px;
	}
	.weather-app24.extended .weather-container.active .weather-forecast-container {
		margin: 34px 0;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.weather-app24.extended .weather-container.active .weather-forecast-container .weather-item {
		width: calc(50% - 17px);
	}
	.weather-app24.extended .weather-container.active .weather-forecast-container .weather-item:nth-child(2n) {
		border-right: 0px;
	}
	.weather-app24 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.weather-app24 .weather-content {
		margin-right: 0 !important;
		margin-bottom: 17px !important;
	}
	.weather-app24 .app-add {
		max-width: unset !important;
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.weather-app24 .weather-item .weather-item-info {
		margin-right: 2px;
	}
	.weather-app24 .weather-item .weather-item-info p {
		font-size: 16px;
	}
	.weather-app24.minimal .app-add {
		max-width: unset !important;
		width: 100%;
	}
	.weather-app24.minimal .weather-item-icon, .weather-app24.extended .weather-item-icon {
		background-image: url("/wp-content/themes/app24/img/app24-weather-symbols.png");
		background-repeat: no-repeat;
		width: 55px;
		height: 45px;
		background-size: 275px 362.5px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-0, .weather-app24.minimal .weather-item-icon.weather-code-1, .weather-app24.extended .weather-item-icon.weather-code-0, .weather-app24.extended .weather-item-icon.weather-code-1 {
		background-position: 0 0;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-0-night, .weather-app24.minimal .weather-item-icon.weather-code-1-night, .weather-app24.extended .weather-item-icon.weather-code-0-night, .weather-app24.extended .weather-item-icon.weather-code-1-night {
		background-position: -110px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--8, .weather-app24.minimal .weather-item-icon.weather-code-6, .weather-app24.minimal .weather-item-icon.weather-code-7, .weather-app24.minimal .weather-item-icon.weather-code-8, .weather-app24.minimal .weather-item-icon.weather-code--8-night, .weather-app24.minimal .weather-item-icon.weather-code-6-night, .weather-app24.minimal .weather-item-icon.weather-code-7-night, .weather-app24.minimal .weather-item-icon.weather-code-8-night, .weather-app24.extended .weather-item-icon.weather-code--8, .weather-app24.extended .weather-item-icon.weather-code-6, .weather-app24.extended .weather-item-icon.weather-code-7, .weather-app24.extended .weather-item-icon.weather-code-8, .weather-app24.extended .weather-item-icon.weather-code--8-night, .weather-app24.extended .weather-item-icon.weather-code-6-night, .weather-app24.extended .weather-item-icon.weather-code-7-night, .weather-app24.extended .weather-item-icon.weather-code-8-night {
		background-position: -55px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-2, .weather-app24.minimal .weather-item-icon.weather-code-3, .weather-app24.extended .weather-item-icon.weather-code-2, .weather-app24.extended .weather-item-icon.weather-code-3 {
		background-position: -110px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-2-night, .weather-app24.minimal .weather-item-icon.weather-code-3-night, .weather-app24.extended .weather-item-icon.weather-code-2-night, .weather-app24.extended .weather-item-icon.weather-code-3-night {
		background-position: -165px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-4, .weather-app24.minimal .weather-item-icon.weather-code-5, .weather-app24.extended .weather-item-icon.weather-code-4, .weather-app24.extended .weather-item-icon.weather-code-5 {
		background-position: -165px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-4-night, .weather-app24.minimal .weather-item-icon.weather-code-5-night, .weather-app24.extended .weather-item-icon.weather-code-4-night, .weather-app24.extended .weather-item-icon.weather-code-5-night {
		background-position: -165px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-62, .weather-app24.minimal .weather-item-icon.weather-code-63, .weather-app24.minimal .weather-item-icon.weather-code-64, .weather-app24.minimal .weather-item-icon.weather-code-80, .weather-app24.minimal .weather-item-icon.weather-code-81, .weather-app24.minimal .weather-item-icon.weather-code-62-night, .weather-app24.minimal .weather-item-icon.weather-code-63-night, .weather-app24.minimal .weather-item-icon.weather-code-64-night, .weather-app24.minimal .weather-item-icon.weather-code-80-night, .weather-app24.minimal .weather-item-icon.weather-code-81-night, .weather-app24.extended .weather-item-icon.weather-code-62, .weather-app24.extended .weather-item-icon.weather-code-63, .weather-app24.extended .weather-item-icon.weather-code-64, .weather-app24.extended .weather-item-icon.weather-code-80, .weather-app24.extended .weather-item-icon.weather-code-81, .weather-app24.extended .weather-item-icon.weather-code-62-night, .weather-app24.extended .weather-item-icon.weather-code-63-night, .weather-app24.extended .weather-item-icon.weather-code-64-night, .weather-app24.extended .weather-item-icon.weather-code-80-night, .weather-app24.extended .weather-item-icon.weather-code-81-night {
		background-position: -220px 0px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--2, .weather-app24.minimal .weather-item-icon.weather-code--1, .weather-app24.minimal .weather-item-icon.weather-code-65, .weather-app24.minimal .weather-item-icon.weather-code-82, .weather-app24.minimal .weather-item-icon.weather-code--2-night, .weather-app24.minimal .weather-item-icon.weather-code--1-night, .weather-app24.minimal .weather-item-icon.weather-code-65-night, .weather-app24.minimal .weather-item-icon.weather-code-82-night, .weather-app24.extended .weather-item-icon.weather-code--2, .weather-app24.extended .weather-item-icon.weather-code--1, .weather-app24.extended .weather-item-icon.weather-code-65, .weather-app24.extended .weather-item-icon.weather-code-82, .weather-app24.extended .weather-item-icon.weather-code--2-night, .weather-app24.extended .weather-item-icon.weather-code--1-night, .weather-app24.extended .weather-item-icon.weather-code-65-night, .weather-app24.extended .weather-item-icon.weather-code-82-night {
		background-position: 0px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--6, .weather-app24.minimal .weather-item-icon.weather-code-18, .weather-app24.minimal .weather-item-icon.weather-code--6-night, .weather-app24.minimal .weather-item-icon.weather-code-18-night, .weather-app24.extended .weather-item-icon.weather-code--6, .weather-app24.extended .weather-item-icon.weather-code-18, .weather-app24.extended .weather-item-icon.weather-code--6-night, .weather-app24.extended .weather-item-icon.weather-code-18-night {
		background-position: -55px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-19, .weather-app24.minimal .weather-item-icon.weather-code-19-night, .weather-app24.extended .weather-item-icon.weather-code-19, .weather-app24.extended .weather-item-icon.weather-code-19-night {
		background-position: -110px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--7, .weather-app24.minimal .weather-item-icon.weather-code--7-night, .weather-app24.extended .weather-item-icon.weather-code--7, .weather-app24.extended .weather-item-icon.weather-code--7-night {
		background-position: -165px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--3, .weather-app24.minimal .weather-item-icon.weather-code-36, .weather-app24.minimal .weather-item-icon.weather-code-37, .weather-app24.minimal .weather-item-icon.weather-code-38, .weather-app24.minimal .weather-item-icon.weather-code-39, .weather-app24.minimal .weather-item-icon.weather-code-72, .weather-app24.minimal .weather-item-icon.weather-code-73, .weather-app24.minimal .weather-item-icon.weather-code-74, .weather-app24.minimal .weather-item-icon.weather-code-75, .weather-app24.minimal .weather-item-icon.weather-code-76, .weather-app24.minimal .weather-item-icon.weather-code-77, .weather-app24.minimal .weather-item-icon.weather-code-78, .weather-app24.minimal .weather-item-icon.weather-code-85, .weather-app24.minimal .weather-item-icon.weather-code-86, .weather-app24.minimal .weather-item-icon.weather-code--3-night, .weather-app24.minimal .weather-item-icon.weather-code-36-night, .weather-app24.minimal .weather-item-icon.weather-code-37-night, .weather-app24.minimal .weather-item-icon.weather-code-38-night, .weather-app24.minimal .weather-item-icon.weather-code-39-night, .weather-app24.minimal .weather-item-icon.weather-code-72-night, .weather-app24.minimal .weather-item-icon.weather-code-73-night, .weather-app24.minimal .weather-item-icon.weather-code-74-night, .weather-app24.minimal .weather-item-icon.weather-code-75-night, .weather-app24.minimal .weather-item-icon.weather-code-76-night, .weather-app24.minimal .weather-item-icon.weather-code-77-night, .weather-app24.minimal .weather-item-icon.weather-code-78-night, .weather-app24.minimal .weather-item-icon.weather-code-85-night, .weather-app24.minimal .weather-item-icon.weather-code-86-night, .weather-app24.extended .weather-item-icon.weather-code--3, .weather-app24.extended .weather-item-icon.weather-code-36, .weather-app24.extended .weather-item-icon.weather-code-37, .weather-app24.extended .weather-item-icon.weather-code-38, .weather-app24.extended .weather-item-icon.weather-code-39, .weather-app24.extended .weather-item-icon.weather-code-72, .weather-app24.extended .weather-item-icon.weather-code-73, .weather-app24.extended .weather-item-icon.weather-code-74, .weather-app24.extended .weather-item-icon.weather-code-75, .weather-app24.extended .weather-item-icon.weather-code-76, .weather-app24.extended .weather-item-icon.weather-code-77, .weather-app24.extended .weather-item-icon.weather-code-78, .weather-app24.extended .weather-item-icon.weather-code-85, .weather-app24.extended .weather-item-icon.weather-code-86, .weather-app24.extended .weather-item-icon.weather-code--3-night, .weather-app24.extended .weather-item-icon.weather-code-36-night, .weather-app24.extended .weather-item-icon.weather-code-37-night, .weather-app24.extended .weather-item-icon.weather-code-38-night, .weather-app24.extended .weather-item-icon.weather-code-39-night, .weather-app24.extended .weather-item-icon.weather-code-72-night, .weather-app24.extended .weather-item-icon.weather-code-73-night, .weather-app24.extended .weather-item-icon.weather-code-74-night, .weather-app24.extended .weather-item-icon.weather-code-75-night, .weather-app24.extended .weather-item-icon.weather-code-76-night, .weather-app24.extended .weather-item-icon.weather-code-77-night, .weather-app24.extended .weather-item-icon.weather-code-78-night, .weather-app24.extended .weather-item-icon.weather-code-85-night, .weather-app24.extended .weather-item-icon.weather-code-86-night {
		background-position: -220px -45px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--5, .weather-app24.minimal .weather-item-icon.weather-code-66, .weather-app24.minimal .weather-item-icon.weather-code-67, .weather-app24.minimal .weather-item-icon.weather-code-68, .weather-app24.minimal .weather-item-icon.weather-code-69, .weather-app24.minimal .weather-item-icon.weather-code-83, .weather-app24.minimal .weather-item-icon.weather-code-84, .weather-app24.minimal .weather-item-icon.weather-code-87, .weather-app24.minimal .weather-item-icon.weather-code-88, .weather-app24.minimal .weather-item-icon.weather-code-89, .weather-app24.minimal .weather-item-icon.weather-code--5-night, .weather-app24.minimal .weather-item-icon.weather-code-66-night, .weather-app24.minimal .weather-item-icon.weather-code-67-night, .weather-app24.minimal .weather-item-icon.weather-code-68-night, .weather-app24.minimal .weather-item-icon.weather-code-69-night, .weather-app24.minimal .weather-item-icon.weather-code-83-night, .weather-app24.minimal .weather-item-icon.weather-code-84-night, .weather-app24.minimal .weather-item-icon.weather-code-87-night, .weather-app24.minimal .weather-item-icon.weather-code-88-night, .weather-app24.minimal .weather-item-icon.weather-code-89-night, .weather-app24.extended .weather-item-icon.weather-code--5, .weather-app24.extended .weather-item-icon.weather-code-66, .weather-app24.extended .weather-item-icon.weather-code-67, .weather-app24.extended .weather-item-icon.weather-code-68, .weather-app24.extended .weather-item-icon.weather-code-69, .weather-app24.extended .weather-item-icon.weather-code-83, .weather-app24.extended .weather-item-icon.weather-code-84, .weather-app24.extended .weather-item-icon.weather-code-87, .weather-app24.extended .weather-item-icon.weather-code-88, .weather-app24.extended .weather-item-icon.weather-code-89, .weather-app24.extended .weather-item-icon.weather-code--5-night, .weather-app24.extended .weather-item-icon.weather-code-66-night, .weather-app24.extended .weather-item-icon.weather-code-67-night, .weather-app24.extended .weather-item-icon.weather-code-68-night, .weather-app24.extended .weather-item-icon.weather-code-69-night, .weather-app24.extended .weather-item-icon.weather-code-83-night, .weather-app24.extended .weather-item-icon.weather-code-84-night, .weather-app24.extended .weather-item-icon.weather-code-87-night, .weather-app24.extended .weather-item-icon.weather-code-88-night, .weather-app24.extended .weather-item-icon.weather-code-89-night {
		background-position: 0px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--4, .weather-app24.minimal .weather-item-icon.weather-code-10, .weather-app24.minimal .weather-item-icon.weather-code-11, .weather-app24.minimal .weather-item-icon.weather-code-12, .weather-app24.minimal .weather-item-icon.weather-code-28, .weather-app24.minimal .weather-item-icon.weather-code-42, .weather-app24.minimal .weather-item-icon.weather-code-43, .weather-app24.minimal .weather-item-icon.weather-code-44, .weather-app24.minimal .weather-item-icon.weather-code-45, .weather-app24.minimal .weather-item-icon.weather-code-46, .weather-app24.minimal .weather-item-icon.weather-code-47, .weather-app24.minimal .weather-item-icon.weather-code-48, .weather-app24.minimal .weather-item-icon.weather-code-49, .weather-app24.extended .weather-item-icon.weather-code--4, .weather-app24.extended .weather-item-icon.weather-code-10, .weather-app24.extended .weather-item-icon.weather-code-11, .weather-app24.extended .weather-item-icon.weather-code-12, .weather-app24.extended .weather-item-icon.weather-code-28, .weather-app24.extended .weather-item-icon.weather-code-42, .weather-app24.extended .weather-item-icon.weather-code-43, .weather-app24.extended .weather-item-icon.weather-code-44, .weather-app24.extended .weather-item-icon.weather-code-45, .weather-app24.extended .weather-item-icon.weather-code-46, .weather-app24.extended .weather-item-icon.weather-code-47, .weather-app24.extended .weather-item-icon.weather-code-48, .weather-app24.extended .weather-item-icon.weather-code-49 {
		background-position: -55px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code--4-night, .weather-app24.minimal .weather-item-icon.weather-code-10-night, .weather-app24.minimal .weather-item-icon.weather-code-11-night, .weather-app24.minimal .weather-item-icon.weather-code-12-night, .weather-app24.minimal .weather-item-icon.weather-code-28-night, .weather-app24.minimal .weather-item-icon.weather-code-42-night, .weather-app24.minimal .weather-item-icon.weather-code-43-night, .weather-app24.minimal .weather-item-icon.weather-code-44-night, .weather-app24.minimal .weather-item-icon.weather-code-45-night, .weather-app24.minimal .weather-item-icon.weather-code-46-night, .weather-app24.minimal .weather-item-icon.weather-code-47-night, .weather-app24.minimal .weather-item-icon.weather-code-48-night, .weather-app24.minimal .weather-item-icon.weather-code-49-night, .weather-app24.extended .weather-item-icon.weather-code--4-night, .weather-app24.extended .weather-item-icon.weather-code-10-night, .weather-app24.extended .weather-item-icon.weather-code-11-night, .weather-app24.extended .weather-item-icon.weather-code-12-night, .weather-app24.extended .weather-item-icon.weather-code-28-night, .weather-app24.extended .weather-item-icon.weather-code-42-night, .weather-app24.extended .weather-item-icon.weather-code-43-night, .weather-app24.extended .weather-item-icon.weather-code-44-night, .weather-app24.extended .weather-item-icon.weather-code-45-night, .weather-app24.extended .weather-item-icon.weather-code-46-night, .weather-app24.extended .weather-item-icon.weather-code-47-night, .weather-app24.extended .weather-item-icon.weather-code-48-night, .weather-app24.extended .weather-item-icon.weather-code-49-night {
		background-position: -165px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-20, .weather-app24.minimal .weather-item-icon.weather-code-50, .weather-app24.minimal .weather-item-icon.weather-code-51, .weather-app24.minimal .weather-item-icon.weather-code-52, .weather-app24.minimal .weather-item-icon.weather-code-53, .weather-app24.minimal .weather-item-icon.weather-code-54, .weather-app24.minimal .weather-item-icon.weather-code-55, .weather-app24.minimal .weather-item-icon.weather-code-56, .weather-app24.minimal .weather-item-icon.weather-code-57, .weather-app24.minimal .weather-item-icon.weather-code-58, .weather-app24.minimal .weather-item-icon.weather-code-59, .weather-app24.minimal .weather-item-icon.weather-code-20-night, .weather-app24.minimal .weather-item-icon.weather-code-50-night, .weather-app24.minimal .weather-item-icon.weather-code-51-night, .weather-app24.minimal .weather-item-icon.weather-code-52-night, .weather-app24.minimal .weather-item-icon.weather-code-53-night, .weather-app24.minimal .weather-item-icon.weather-code-54-night, .weather-app24.minimal .weather-item-icon.weather-code-55-night, .weather-app24.minimal .weather-item-icon.weather-code-56-night, .weather-app24.minimal .weather-item-icon.weather-code-57-night, .weather-app24.minimal .weather-item-icon.weather-code-58-night, .weather-app24.minimal .weather-item-icon.weather-code-59-night, .weather-app24.extended .weather-item-icon.weather-code-20, .weather-app24.extended .weather-item-icon.weather-code-50, .weather-app24.extended .weather-item-icon.weather-code-51, .weather-app24.extended .weather-item-icon.weather-code-52, .weather-app24.extended .weather-item-icon.weather-code-53, .weather-app24.extended .weather-item-icon.weather-code-54, .weather-app24.extended .weather-item-icon.weather-code-55, .weather-app24.extended .weather-item-icon.weather-code-56, .weather-app24.extended .weather-item-icon.weather-code-57, .weather-app24.extended .weather-item-icon.weather-code-58, .weather-app24.extended .weather-item-icon.weather-code-59, .weather-app24.extended .weather-item-icon.weather-code-20-night, .weather-app24.extended .weather-item-icon.weather-code-50-night, .weather-app24.extended .weather-item-icon.weather-code-51-night, .weather-app24.extended .weather-item-icon.weather-code-52-night, .weather-app24.extended .weather-item-icon.weather-code-53-night, .weather-app24.extended .weather-item-icon.weather-code-54-night, .weather-app24.extended .weather-item-icon.weather-code-55-night, .weather-app24.extended .weather-item-icon.weather-code-56-night, .weather-app24.extended .weather-item-icon.weather-code-57-night, .weather-app24.extended .weather-item-icon.weather-code-58-night, .weather-app24.extended .weather-item-icon.weather-code-59-night {
		background-position: -110px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-13, .weather-app24.minimal .weather-item-icon.weather-code-17, .weather-app24.minimal .weather-item-icon.weather-code-29, .weather-app24.extended .weather-item-icon.weather-code-13, .weather-app24.extended .weather-item-icon.weather-code-17, .weather-app24.extended .weather-item-icon.weather-code-29 {
		background-position: -165px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-13-night, .weather-app24.minimal .weather-item-icon.weather-code-17-night, .weather-app24.minimal .weather-item-icon.weather-code-29-night, .weather-app24.extended .weather-item-icon.weather-code-13-night, .weather-app24.extended .weather-item-icon.weather-code-17-night, .weather-app24.extended .weather-item-icon.weather-code-29-night {
		background-position: -220px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-92, .weather-app24.minimal .weather-item-icon.weather-code-93, .weather-app24.minimal .weather-item-icon.weather-code-94, .weather-app24.minimal .weather-item-icon.weather-code-97, .weather-app24.minimal .weather-item-icon.weather-code-92-night, .weather-app24.minimal .weather-item-icon.weather-code-93-night, .weather-app24.minimal .weather-item-icon.weather-code-94-night, .weather-app24.minimal .weather-item-icon.weather-code-97-night, .weather-app24.extended .weather-item-icon.weather-code-92, .weather-app24.extended .weather-item-icon.weather-code-93, .weather-app24.extended .weather-item-icon.weather-code-94, .weather-app24.extended .weather-item-icon.weather-code-97, .weather-app24.extended .weather-item-icon.weather-code-92-night, .weather-app24.extended .weather-item-icon.weather-code-93-night, .weather-app24.extended .weather-item-icon.weather-code-94-night, .weather-app24.extended .weather-item-icon.weather-code-97-night {
		background-position: -220px -90px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-96, .weather-app24.minimal .weather-item-icon.weather-code-96-night, .weather-app24.extended .weather-item-icon.weather-code-96, .weather-app24.extended .weather-item-icon.weather-code-96-night {
		background-position: 0px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-79, .weather-app24.minimal .weather-item-icon.weather-code-90, .weather-app24.minimal .weather-item-icon.weather-code-99, .weather-app24.minimal .weather-item-icon.weather-code-79-night, .weather-app24.minimal .weather-item-icon.weather-code-90-night, .weather-app24.minimal .weather-item-icon.weather-code-99-night, .weather-app24.extended .weather-item-icon.weather-code-79, .weather-app24.extended .weather-item-icon.weather-code-90, .weather-app24.extended .weather-item-icon.weather-code-99, .weather-app24.extended .weather-item-icon.weather-code-79-night, .weather-app24.extended .weather-item-icon.weather-code-90-night, .weather-app24.extended .weather-item-icon.weather-code-99-night {
		background-position: -55px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-14, .weather-app24.minimal .weather-item-icon.weather-code-15, .weather-app24.minimal .weather-item-icon.weather-code-16, .weather-app24.minimal .weather-item-icon.weather-code-21, .weather-app24.minimal .weather-item-icon.weather-code-25, .weather-app24.minimal .weather-item-icon.weather-code-60, .weather-app24.minimal .weather-item-icon.weather-code-61, .weather-app24.extended .weather-item-icon.weather-code-14, .weather-app24.extended .weather-item-icon.weather-code-15, .weather-app24.extended .weather-item-icon.weather-code-16, .weather-app24.extended .weather-item-icon.weather-code-21, .weather-app24.extended .weather-item-icon.weather-code-25, .weather-app24.extended .weather-item-icon.weather-code-60, .weather-app24.extended .weather-item-icon.weather-code-61 {
		background-position: -110px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-14-night, .weather-app24.minimal .weather-item-icon.weather-code-15-night, .weather-app24.minimal .weather-item-icon.weather-code-16-night, .weather-app24.minimal .weather-item-icon.weather-code-21-night, .weather-app24.minimal .weather-item-icon.weather-code-25-night, .weather-app24.minimal .weather-item-icon.weather-code-60-night, .weather-app24.minimal .weather-item-icon.weather-code-61-night, .weather-app24.extended .weather-item-icon.weather-code-14-night, .weather-app24.extended .weather-item-icon.weather-code-15-night, .weather-app24.extended .weather-item-icon.weather-code-16-night, .weather-app24.extended .weather-item-icon.weather-code-21-night, .weather-app24.extended .weather-item-icon.weather-code-25-night, .weather-app24.extended .weather-item-icon.weather-code-60-night, .weather-app24.extended .weather-item-icon.weather-code-61-night {
		background-position: 0px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-22, .weather-app24.minimal .weather-item-icon.weather-code-70, .weather-app24.minimal .weather-item-icon.weather-code-71, .weather-app24.extended .weather-item-icon.weather-code-22, .weather-app24.extended .weather-item-icon.weather-code-70, .weather-app24.extended .weather-item-icon.weather-code-71 {
		background-position: -165px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-22-night, .weather-app24.minimal .weather-item-icon.weather-code-70-night, .weather-app24.minimal .weather-item-icon.weather-code-71-night, .weather-app24.extended .weather-item-icon.weather-code-22-night, .weather-app24.extended .weather-item-icon.weather-code-70-night, .weather-app24.extended .weather-item-icon.weather-code-71-night {
		background-position: -55px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-23, .weather-app24.minimal .weather-item-icon.weather-code-24, .weather-app24.minimal .weather-item-icon.weather-code-26, .weather-app24.minimal .weather-item-icon.weather-code-27, .weather-app24.extended .weather-item-icon.weather-code-23, .weather-app24.extended .weather-item-icon.weather-code-24, .weather-app24.extended .weather-item-icon.weather-code-26, .weather-app24.extended .weather-item-icon.weather-code-27 {
		background-position: -220px -135px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-23-night, .weather-app24.minimal .weather-item-icon.weather-code-24-night, .weather-app24.minimal .weather-item-icon.weather-code-26-night, .weather-app24.minimal .weather-item-icon.weather-code-27-night, .weather-app24.extended .weather-item-icon.weather-code-23-night, .weather-app24.extended .weather-item-icon.weather-code-24-night, .weather-app24.extended .weather-item-icon.weather-code-26-night, .weather-app24.extended .weather-item-icon.weather-code-27-night {
		background-position: -110px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-40, .weather-app24.minimal .weather-item-icon.weather-code-41, .weather-app24.extended .weather-item-icon.weather-code-40, .weather-app24.extended .weather-item-icon.weather-code-41 {
		background-position: 0px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-40-night, .weather-app24.minimal .weather-item-icon.weather-code-41-night, .weather-app24.extended .weather-item-icon.weather-code-40-night, .weather-app24.extended .weather-item-icon.weather-code-41-night {
		background-position: -165px -225px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-91, .weather-app24.minimal .weather-item-icon.weather-code-95, .weather-app24.extended .weather-item-icon.weather-code-91, .weather-app24.extended .weather-item-icon.weather-code-95 {
		background-position: -55px -180px;
	}
	.weather-app24.minimal .weather-item-icon.weather-code-91-night, .weather-app24.minimal .weather-item-icon.weather-code-95-night, .weather-app24.extended .weather-item-icon.weather-code-91-night, .weather-app24.extended .weather-item-icon.weather-code-95-night {
		background-position: -220px -225px;
	}
	/* EXTENDED */
	.weather-app24.extended #weather-location {
		position: relative;
		top: unset;
		width: 100%;
	}
	.weather-app24.extended .popup-content {
		max-width: unset !important;
		width: 100% !important;
	}
	.weather-app24.extended .weather-legend,
	.weather-app24.extended .weather-legend-popup {
		width: 100%;
		float: unset;
	}
	.weather-app24.extended .weather-legend {
		margin-top: 25px;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-icon .weather-item-info p {
		font-size: 20px;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li {
		font-size: 16px;
		margin-right: 17px;
	}
}

@media all and (max-width: 576px) {
	.weather-app24 {
		/* MINIMAL */
		/* EXTENDED */
	}
	.weather-app24.minimal .weather-content .weather-item {
		width: calc(50% - 17px);
	}
	.weather-app24.minimal .weather-content .weather-item:nth-child(2n) {
		border-right: 0;
	}
	.weather-app24.minimal .weather-content .weather-item:last-child {
		display: none;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-icon .weather-item-info p {
		font-size: 20px;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information {
		position: initial;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information h2 {
		position: absolute;
		left: 17px;
		top: 17px;
		width: 100%;
		padding-right: 17px;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info {
		margin-top: 50px;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul {
		display: block;
		width: 100%;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li:nth-child(3n) {
		border-bottom: 2px solid #f7f7f7;
	}
	.weather-app24.extended .weather-container.active .weather-current-day-container .weather-current-day-information .weather-detail-info ul li:last-child {
		border-bottom: 0;
	}
}

@media all and (max-width: 414px) {
	.weather-app24.extended .weather-container .weather-current-day-container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.weather-app24.extended .weather-container .weather-current-day-container .weather-current-day-icon {
		margin-top: 50px;
	}
	.weather-app24.extended .weather-container .weather-current-day-container .weather-current-day-information .weather-detail-info {
		margin-top: 25px !important;
	}
}

@media all and (max-width: 345px) {
	.weather-app24 {
		/* MINIMAL & EXTENDED */
	}
	.weather-app24.minimal .weather-item, .weather-app24.extended .weather-item {
		width: calc(50% - 6px) !important;
		margin: 17px 3px !important;
	}
	.weather-app24.minimal .weather-item .weather-item-info, .weather-app24.extended .weather-item .weather-item-info {
		margin-right: 2px;
	}
	.weather-app24.minimal .weather-item .weather-item-info p, .weather-app24.extended .weather-item .weather-item-info p {
		font-size: 16px;
	}
}

/*# sourceMappingURL=style.css.map */