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

.room-availability{
    display:none!important;
}

.gt_float_switcher {
    font-size:15px!important;
}

.gt_float_switcher img {
    width:24px!important;
}

#gt_float_wrapper{
    display:flex;
    align-items:center;
}

.cs-menu.cs-menu-inline .sub-menu {
    position: static;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    flex-direction: column;
}

.cs-menu.cs-menu-inline .sub-menu:before {
    display:none;
}

.cs-menu.cs-menu-inline .menu{
    flex-direction:column;
}

.site-header.custom-sticky-header.overlap-header.sticky{
    background:black;
}

.site-header.custom-sticky-header.overlap-header.sticky [data-id="168b800a"]{
    padding:15px 60px;
}

.custom-sticky-header .elementor-54 .elementor-element.elementor-element-46001322{
    padding:15px 20px 15px 20px!important;
}

.cs-rooms-carousel	.slick-arrow{
    transform:translateY(-60px)!important;
}

 /** Add your styles below **/

.mobile-reservation-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 15px 0;
    z-index: 9999;
    display: none;
}
.mobile-reservation-button .button {
    width: 90%;
}
.mobile-reservation-button span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 1023px) {
    .mobile-reservation-button {
        display: block;
    }
    body {
        padding-bottom: 50px;
    }
}

/*Popup*/
.elementor-popup-modal {
    display:none; /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.elementor-popup-modal-content {
    background-color: #fefefe;
    max-width: 90%;
    width: 1140px;
    position: relative;
    border: 5px solid white;
}

.elementor-popup-modal-close {
    color: white;
    float: right;
    font-size: 36px;
    font-weight: bold;
    z-index: 9;
    position: absolute;
    top: 10px;
    right: 30px;
}

.elementor-popup-modal-close:hover,
.elementor-popup-modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}
