/*
Theme Name:     Bellevue - Child Theme
Theme URI:      http://themovation.com
Template:       bellevuex
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    bellevue
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */


@media screen and (max-width: 767px) {
:lang(ar) .services-col-1 > .elementor-container.elementor-column-gap-narrow {
    width: 100% !important;
}
	.booknowbtn{
		display:none;
	}	
	
	header.dark-header .navbar-nav .open .dropdown-toggle, header.dark-header .navbar-nav .dropdown-menu{
		background: none !important;
	}
	
	.menu-item.booknowbtn{
		text-align:center;
	}
	
	.toggle-buttons-wrap{
		justify-content: center !important;
	}
	
}

@media screen and (min-width: 992px) {
:lang(ar) .services-col-1.elementor-section-boxed .elementor-container { 
	width:auto !important;
	margin-left: 15px;
}

:lang(ar) .services-col-2 > .elementor-column-wrap.elementor-element-populated {
    padding-left: 2px;
}
	.d-lg-none{
	display:none !important;
}
}

.menu-item.booknowbtn{
	background-color:#000;
}

.menu-item.booknowbtn {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    position: static;
    margin: 0 !important;
}

.menu-item.booknowbtn a{
	background: #CD9B69;
    color: #fff !important;
    border: 1px solid #CD9B69;
    border-radius: 5px 5px 5px 5px;
	display: inline-block !important;
}