/*!
Theme Name: Holleta
Theme URI: http://promo-theme.com/holleta/
Author: Promo Theme
Author URI: https://themeforest.net/user/ypromo
Description: Holleta is the High-powered WordPress Theme for Hotel Booking. The theme is included all the main Hotel types with the booking system. One-click installation and demo content imported make the site work easy. All the necessary plugins are bundled.
Requires at least: WordPress 4.9.6
Tested up to: 5.4.2
Version: 1.0.0
Requires PHP: 7.0
Text Domain: holleta
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.booking-item .open-attributes {
    display: none !important;
    }
.navigation > .menu > li > a span {
    display: inline-block !important;
    }    
.rooms-gallery-block .slider .swiper-slide {
    /*background-size: contain !important;*/
	background-position: center;
}
.header-top {
    display: none;
}

	.booking-item .title {
    font-size: 16px !important;
	}
	.booking-item .price {
    font-size: 20px !important;
	}
.page-top-block.with-image .container {
    padding-top: 20px !important;
}
.booking-item .price .mphb-currency {
    margin-top: 2px !important;
}

.headphon a {
    display: block;
}

.filter-block .booking-item .book-button {
    z-index: 2;
}
.slider-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 10px;
    cursor: pointer;
    margin-top: -18px;
    background: #fff;
    opacity: .5;
    border-radius: 50%;
    transition: opacity .3s;
}
.slider-btn:hover {
    opacity: 1;
}
.slider-search-room .prev {
    left: 20px
}
.slider-search-room .next {
    right: 20px
}

/* MOBILE
========= */
@media screen and (max-width: 760px) {    
    .booking-item .title {
        font-size: 20px !important;
    }    
    .filter-buttons {
    margin: 0 !important;
    }
	#hide_section_on_mobile {
		display: none!important;
	}
}
/* TABLET bad
========= */
@media screen and (min-width: 1024px) and (max-width: 1177px) {  
	.site-logo {
	width:144px;
	}	
	.booking-item .bottom {
    padding: 10px 7px 9px !important;
	}	

}	


#menu-item-3170, .menu-item-3170 {
	display: none!important;
}