/*
Theme Name: Belleair
Author: BoldWater
Author URI: https://www.boldwater.com/
Description: Custom Child Theme
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: //wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: //themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.uvc-heading, .fancy-title, .fancy-subtitle {
	text-shadow: 1px 1px 3px #000000;
}

.room-features .uavc-list-desc p {
	top: -10px;
	position: relative;
	color: #676767 !important;
}

table.seasonal-rates {
	width: 100%;
	text-align: center !important;
}
table.seasonal-rates tr {
	border: none !important;
}
table.seasonal-rates th {
	background-color: #0066b1;
	color: white;
	text-align: center !important;
}
table.seasonal-rates tr.winter {
	background-color: #c9eefd;
}
table.seasonal-rates tr.spring {
	background-color: #c8fdd4;
}
table.seasonal-rates tr.summer {
	background-color: #fdf3c8;
}
table.seasonal-rates tr.fall {
	background-color: #f8dcca;
}

.ui-datepicker-group.first, .ui-datepicker-group.last {
	width: 400px !important;
}
.content .ui-datepicker-group td, .content .ui-datepicker-group th {
	padding: 2px !important;
}
#rscalendar table, #rscalendar td, #rscalendar th {
	border: none !important;
}


.rs-sc-field label input {
	width: auto !important;
}

#footer.solid-bg {
	background-size: cover !important;
}