@charset "UTF-8";
/*!
Theme Name: Luviana Child
Theme URI: https://motopress.com/products/luviana
Author: De Wet de Jager
Author URI: https://www.netsted.co.za
Description: Luviana is a Gutenberg theme perfectly fitting for hotels, rental accommodations and services, boarding houses or hostels. The theme comprises an integrated online booking plugin that allows conducting reservations of your rental properties and receiving online payments.
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luviana
Template: luviana
*/

.logo-wrapper {
	max-width: 300px;
}

.luviana-front-page-header .child-pages-list .child-page-first-letter {
  display: none;
}

.luviana-front-page-header .child-page-thumbnail::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #252e59;
	opacity: .5;
	mix-blend-mode: multiply;
  color: #fff;
}

.nowrap {
	white-space: nowrap;
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-images-wrapper img {
  object-fit: cover;
  aspect-ratio: 1;
}

.wpcf7-form-control.wpcf7-textarea.components-textarea-control__input {
	resize: none;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
	float: left;
}

.wpcf7-form .wpcf7-spinner {
	margin: 15px;
	display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.mphb-checkout-section p input,
.mphb-checkout-section p select,
.mphb-checkout-section p textarea{
  max-width: 100%;
}

.mphb-checkout-section p textarea{
  resize: none;
}

@media (min-width: 992px) {
  .site-info-wrapper .site-info:not(:last-child) {
    margin-top: 0;
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .site-info-wrapper .site-info + .footer-menu-container {
    max-width: 30%;
  }
}