/*
Theme Name: Hotel LUX Child
Theme URI: http://cmsmasters.net/hotel-lux-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Hotel LUX Child Theme
Template: hotel-lux
Version: 1.0.0
License:
License URI:
Text Domain: hotel-lux-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.logo_wrap {
	max-width: 200px !important;
	margin: 0 auto 16px auto !important;
}

@media (min-width: 750px) {
	.logo_wrap {
		max-width: 300px !important;
		margin: 0 auto 0 auto !important;
	}
}

.logo img {
	width: 100% !important;
	height: auto !important;
	max-width: 300px !important;
}

.gallery-intro img {
	width: 100% !important;
	height: 300px !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.gallery-hotel img {
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.download-manifest {
	width: fit-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 16px auto;
	color: #ffffff;
	background-color: #b99470;
	padding: 8px 16px 8px 8px;
	border-radius: 1px;
}

.download-manifest:hover {
	color: #ffffff;
	background-color: #000000;
	transition: 0.2s;
}

.download-manifest img {
	flex: 0 0 auto;
	width: 100%;
	max-width: 24px;
}
