/*
Author:      Dreamsrent
Theme Name:  Dreamsrent Child
Theme URI: https://dreamstechnologies.com/
Author: Dreams Technologies
Author URI: https://themeforest.net/user/dreamstechnologies
Description: Directory WordPress Theme by Dreams Technologies
Version:     1.1.8
Text Domain: dreamsrent-child
Template:    dreamsrent
License: GNU General Public License v2 or later
License URI: LICENSE
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.header {
    background: #201F1D;
	box-shadow: 0px 10px 40px rgba(2, 2, 2, 0.2);

}

.header.fixed {
  background: #201F1D;
	box-shadow: 0px 10px 40px rgba(2, 2, 2, 0.2); z-index:9999
}

.header {z-index:9999}

.home-banner h1 {color:#fefefe}

.header .header-nav .main-nav > li > a {
    color: #FFF;
}

.banner-slider {
    padding: 50px 0 50px;
}
    .banner-slider p {
       color:#999;
    }

@media (max-width: 991.98px) {
    .banner-slider {
       background: none;}
	
	.menu-logo img {max-width:70%}
}

.booknow {    background-color: var(--dreamsrent_primary_color);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px inset;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid var(--dreamsrent_primary_color);
    border-radius: 5px;
    padding: 10px 20px;}

