/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/

#google-map {
    padding: 0;
}

@media (min-width: 768px) {
	#rooms .cs-room-item {
		overflow: visible;
	}
	#rooms .cs-room-content {
		width: 200%;
	}
}
#rooms .cs-room-item:not([data-slick-index='0']) .cs-room-content {
	display: none;
}
#rooms-section .cs-title-wrap {
	max-width: 100%;
}
#rooms-section .item-excerpt,
#rooms-section .item-footer {
	display:none;
}

html .wpbs-main-wrapper .wpbs-form-container {
    max-width: unset !important;
}
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-6,
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-6 + span,
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-7,
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-7 + span,
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-8,
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-8 + span,
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-9,
.wpbs-legend .wpbs-legend-item-icon.wpbs-legend-item-icon-9 + span {
	display: none;
}

/* backend */
body #wpbs-booking-details-modal-overlay {
    background: rgba(0, 0, 0, .5);
}
body #wpbs-booking-details-modal-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    --drag-x: 0px;
    --drag-y: 0px;
    transform:
        translate(-50%, -50%)
        translate(var(--drag-x), var(--drag-y));
}
.wpbs-booking-details-modal-note-body {
    max-height: 150px;
    overflow: auto;
}