/*
*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
*/

:root{--body-font: Montserrat, sans-serif; --primary-color: #AE8656;}
.room-availability .daterangepicker{font-family: "Montserrat", Sans-serif; font-weight: 500;}
.button.cs-btn-color-black{--btn-bg: #48664c;}
.theme-cozystay .ls-search-form .daterangepicker{top: 128px !important; border-radius: 10px; border-style: double; border-width: 4px;}
.ls-search-form .cs-reservation-form .csf-dropdown.is-open{bottom: -24px; border-radius: 10px; border-style: double; border-width: 4px;}


@media screen and (min-width: 1200px) {
    .single-room .main .primary {
        float: left;
        width: calc(100% - var(--sidebar) - var(--sidebar-gap));
    }
	    .single-room .main .sidebar {
        float: right;
			width: var(--sidebar);
    }
}
