/*------------------------------------------------------------------------
# "Hot Weather" Joomla module
# Copyright (C) 2009-2021 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: https://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.hot_weather_container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
    text-align: center;
    margin: 1em 0;
}

.hot_weather_container > div {
	margin: 0.5em 0.5em 1em;
}

.hot_weather_value {
	padding-bottom: 5px;
}

.hot_weather_wind span {
	display: inline-block;
}

.hot_weather_label {
	font-weight: bold;
}

.hot_weather_icon img {
	width: 50px;
	height: 50px;
}