@charset "UTF-8";
/*!
Theme Name: Booklium Child
Theme URI: https://motopress.com/products/booklium
Author: MotoPress
Author URI: https://motopress.com
Description: Awesome WordPress theme.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: booklium
Template: booklium
*/
li.mphb-room-type-facilities .mphb-attribute-value a {
    pointer-events: none !important;
}
.site-menu-left .primary-menu > li{
	width:100% !important;
}
@media (max-width: 768px){
	#menu-novi{
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
display: -ms-flexbox; /* TWEENER - IE 10 */ 
display: -webkit-flex; /* NEW - Chrome */ 
display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
		gap:20px;
	}
	.site-branding .custom-logo-link img{
		max-width:110px;
	}
	.mobile-no-space-f{
		height:0px !important;
		margin:0px !important;
	}
	.mobile-no-space{
    	height: 10px !important;
    	margin: 0px !important;
	}
	.mob-no-bg > div{
		box-shadow: unset !important;
	}
	.mob-no-bg .wp-block-getwid-section__foreground, .mob-no-bg .wp-block-getwid-section__background{
		background:#fafafa;
	}
	.mobile-hidden{
		display:none !important;
	}
	.mobile-no-padding > span{
		padding:0px !important;
	}
	.mobile-no-margin > span, .mobile-no-margin{
		margin:0px !important;
	}
	.custom-logo-link{
		display:none;
	}
	.custom-logo-link.mobile-logo{
		display:block;
	}
	.site-header{
		padding:10px;
	}
	.custom-logo-link.mobile-logo{
    	max-width: 150px;
	}
	.widget-icon-list li{
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
		display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
		display: -ms-flexbox; /* TWEENER - IE 10 */ 
		display: -webkit-flex; /* NEW - Chrome */ 
		display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
		.widget-icon-list li .icon{
		display:block !important;
		width: max-content;
    	margin-right: 10px;
	}
	.primary-menu-container{
		padding-bottom:15px !important;
	}
	.language-switch-class{
		padding-bottom:10px !important;
	}
	.mobile-social-menu.social-menu-wrapper .social-menu{
		    padding: 15px 0px !important;
	}
}

@media (min-width:990px){
	#primary-menu{
		    display: grid;
    grid-template-columns: 1fr 1fr;
	}
}
