/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


h1 > span, h2 span {
	color: #d57131;
}

.gastanova-table .label {
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
}

.gastanova-table .label-free {
	background-color: #009600;
}

.gastanova-table .label-reserved {
	background-color: #ffb91c;
}

.gastanova-table .label-sale {
	background-color: #a90303;
}

.gastanova-table .price {
	font-weight: bold;
}

.gastanova-table .availability,
.gastanova-table .detail {
	min-width: 130px;
}

.gastanova-table a {
	background-color: #d57131;
	color: #fff;
	padding: 5px 10px;
}

.gastanova-table a:hover {
	background-color: #674f4f;
}

.gastanova-table td.detail {
	text-align: center;
}

.gastanova-table thead th {
	text-align: left;
}

.overflow-table {
	overflow-x: auto;
}