/**
* Theme Name: Nuss Child Demo
* Description: NUSS is a powerful Booking Hotel WordPress theme with a modern UI/UX design and comes with an online Booking & Reservation system. This theme provides the various number of the demo which can help all customer who wants to create a professional hotel website for a Hotel & Resort, Hostel, Homestay, Cabin, Chalet, Urban Guest House, Apartments, Co-Living any other accommodation services.
* Author: <a href="http://nuss.co/">Nuss</a>
* Template: nuss
* Version: 1.0.0
*/

header.site-header{
	display: block;
}

.check-availabity-popup{
	z-index: 999;
}

.name-switch h2 mark{
	color: white;
	font-style: italic;
	text-decoration: underline;	
}

.name-switch h2 mark{
	display: none;
}

.name-switch h2 mark.show{
	display: inline-block;
}

.demo-directional{
    width: 400px;
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    background-color: #fff;
    padding: 30px;
    z-index: 99999;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body:not(.elementor-editor-active) .modern-grid .grid-item {
    opacity: 1;
    transform: inherit;
}

.demo-directional.open{
    right: 0;
}

.demo-directional .nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}

.demo-directional .nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.demo-directional .nav ul li{
    width: 70px;
    height: 60px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    color: #111111;
}

.demo-directional .nav ul li a{
    display: block;
}

.demo-directional .nav ul li.buy-now{
    background-color: #82b440;
}

.demo-directional .nav ul li.buy-now:hover{
    background-color: #77AB33;
}

.demo-directional .nav ul li.buy-now a,
.demo-directional .nav ul li.buy-now i,
.demo-directional .nav ul li.buy-now span,
.demo-directional .nav ul li.buy-now a:hover,
.demo-directional .nav ul li.buy-now a:hover i,
.demo-directional .nav ul li.buy-now a:hover span{
    color: #fff;
}

.demo-directional .nav ul li a:hover,
.demo-directional .nav ul li a:hover i,
.demo-directional .nav ul li a:hover span,
.demo-directional .nav ul li:hover i,
.demo-directional .nav ul li:hover span{
    color: inherit;
}

.demo-directional .nav ul li.show-demo i{
    -webkit-animation-name: spin__;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin__;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin__;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin__;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin__ {
    from {
        -ms-transform: rotate(0);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin__ {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin__ {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin__ {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.demo-directional .nav ul li:last-child{
    margin-bottom: 0;
}

.demo-directional .nav ul li i{
    font-size: 18px;
    vertical-align: -8px;
}

.demo-directional .nav ul li span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
	margin-top: 3px;
}

.demo-wrap{
    height: calc( 100% - 70px);
    overflow-y: scroll;
}

.demo-wrap::-webkit-scrollbar {
    display: none
}

.demo-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.demo-wrap .logo{
    display: block;
}

.demo-wrap .logo img{
    max-width: 96px;
}

.demo-wrap .logo-desc{
    font-size: 14px;
    font-weight: 500;
    color: #111111;
}

.demo-wrap .close i{
    font-size: 24px;
    color: #111111;
}

.demo-wrap .flex-inline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.demo-wrap .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.demo-wrap .flex .demo-item{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.demo-wrap .flex .demo-inner{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.demo-wrap .flex .demo-item img{
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 220px;
}

.demo-wrap .flex .demo-item:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.demo-wrap .flex .demo-item span{
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    display: block;
    margin-top: 15px;
}

.demo-wrap .button-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    padding: 0 0 30px;
}

.demo-wrap .button-wrap a{
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    background-color: #82b440;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 65%;
}

.demo-wrap .button-wrap a i{
    font-size: 18px;
    vertical-align: -2px;
    color: #fff;
    margin-right: 5px;
}

.demo-wrap .button-wrap:before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 60px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 12%, #ffffff 60%);
}

.demo-item .new{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    z-index: 9;
    position: absolute;
    background-color: #294AFB;
    color: #fff !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -29px;
    top: -5px;
}

@media only screen and (max-width: 576px) {
    .demo-directional {
        width: 280px;
        right: -280px;
    }
	.elementor-widget-nuss-booking-search-form .uxper-search-form .ux-booking-form{
		flex-wrap: wrap;
	}
	.elementor-widget-nuss-booking-search-form .uxper-search-form .ux-booking-form .form-group{
		padding: 20px;
	}
	.elementor-widget-nuss-booking-search-form .uxper-search-form .ux-booking-form .form-group+.form-group{
		border-left: 0;
	}
	.elementor-widget-nuss-booking-search-form .uxper-search-form .ux-booking-form .bottom-form{
		max-width: 100%;
	}
	.elementor-widget-nuss-booking-search-form .uxper-search-form .ux-booking-form .bottom-form button{
		padding: 12px 20px;
	}
}

@media only screen and (max-width: 320px) {
    .demo-directional {
        padding: 30px 15px;
        width: 250px;
        right: -250px;
    }
}