/*
Theme Name: Alloggio Child
Theme URI: https://alloggio.qodeinteractive.com
Description: A child theme of Alloggio
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: alloggio
Template: alloggio
*/

.nobutton .qodef-banner .qodef-m-content, .qodef-room .qodef-grid-item.qodef-page-sidebar-section {
	display: none;
}

.alignitems li {
	list-style: none;
}

.alignitems li {
	margin-bottom: 15px;
}

.qodef-room-item .qodef-e-inner {
	display: flex;
	flex-direction: column;
}

.qodef-room-item .qodef-e-title {
	order: 1;
}

.qodef-room-item .qodef-e-content {
	order: 3;
}

.qodef-room-item .qodef-e-amenity {
	order: 2;	
}

.qodef-room .qodef-grid>.qodef-grid-inner {
	display: flex;
}

.qodef-room .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
	margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) { 
	.qodef-room .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) { 
	.qodef-room .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
		width: 80%;
	}
}