/*
Theme Name:   EastWest - Property - Lodge Tower
Theme URI:    https://eastwest.com
Description:  The child theme for Lodge Tower, on top of EastWest - Property.
Author:       Cornel Raiu / Master WebTools
Author URI:   https://master-webtools.com
Template:     eastwest-property
Version:      1.0.0
Requires PHP: 8.0
*/

/* Brand (see ew/assets/css/ew-property.css in the parent theme) */
:root {
    --ewp-primary: #6c96ad;
}

/*
 * Only what Lodge Tower does differently from the parent. Search page header image and the
 * light blue search button are the same overrides aspen's child keeps.
 */

.page-template-template-search .page-header-image {
	margin-top: 0;
	position: relative;
	display: flex;
	flex-grow: 1;
	overflow: hidden;
	max-width: 100vw;
}

.page-template-template-search .page-header-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	max-width: none;
	flex: 1;
}

#results-wrapper .card-price {
	margin-top: 20px;
	margin-bottom: 20px;
}

.date-guests-search-container .filter-buttons .filter-wrapper.guests-field {
	min-width: 30%;
}

.date-guests-search-container .search-link-wrapper a {
	background: #c5dae3;
	border-radius: 4px;
	color: #000000;
	text-transform: capitalize;
	font-weight: 500;
}

.date-guests-search-container .search-link-wrapper a:hover {
	background: #c5dae3;
}

.floor-plan-button {
	border: 1px solid #f47b29;
	color: #f47b29;
}

.reserve-bar-container {
    padding: 0 20px;
	width: 1600px;
}
