/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.quo-weather {
    font-family: inherit !important;
}

.quo-weather .weather-ver {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    gap: 10px;
}

.quo-weather .weather-hor {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    gap: 10px;
}

.quo-weather .weather-text-big {
    font-size: 6rem;
}

.quo-weather .weather-text-normal {
    font-size: 1.6rem;
}

.quo-weather .weather-text-capitalize {
    text-transform: capitalize;
}

.quo-weather .weather-img-text div:first-child {
    width: 40px;
}

.quo-weather .weather-icon {
    width: 100%;
    height: auto;
}

.quo-weather .weather-icon-thermo {
    width: auto;
    height: 28px;
    margin: 3px 0 0 12px;
}

.quo-weather ul {
    margin: 0;
    padding: 0;
}

.quo-weather ul li {
    margin: 0;
    padding: 16px 0 0 0;
    border: none;
    border-bottom: 1px solid #ffffff;
}

.quo-weather hr {
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid #ffffff;
}
.book-now.elementor-button{
	background-color:#D3B5A3;
	color:#44443C;
	border-radius:0;
}
.quo-weather ul.weather-averages-hor {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quo-weather ul.weather-averages-hor li {
    margin: 0;
    padding: 10px 0;
    border: none;
}

.quo-weather ul.weather-averages-hor li div.weather-hor>img {
    margin-left: -8px;
}

.quo-weather ul.weather-averages-hor li div.weather-hor>div {
    margin-left: -12px;
}

@media only screen and (max-width: 1080px) {
	.quo-weather .weather-hor{
		justify-content:center;
	}
    .quo-weather ul li {
        font-size: .7rem;
    }
	.quo-weather *{
		text-align:center;
	}
}