/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.15.0
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */

@media only screen and (min-width: 668px) {

    .slider-content {
        margin-left: 100px !important;
    }

    .slider-title h2 a {
        font-size: 32px !important;
    }

    .theme-slider-price {
        margin-left: 0 !important;
        padding-left: 0 !important;
        left: auto !important;
    }

}

/* DND - Reduce Desktop Header Menu Spacing */

@media only screen and (min-width: 668px) {

    #access ul#menu-primary-menu-1 > li > a {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

}

/* DND - Hide Header When Scrolling Down */

@media only screen and (min-width: 668px) {

    .master_header {
        transition: transform 0.3s ease !important;
    }

    .master_header.dnd-header-hidden {
        transform: translateY(-100%) !important;
    }

}

/* DND dark transparent header */
.header_wrapper {
    background: rgba(20, 25, 30, 0.65) !important;
}

/* Keep the same dark transparent background when header is sticky */
.master_header .header_wrapper {
    background: rgba(20, 25, 30, 0.65) !important;
}

/* Main header menu text only */
#access > ul.menu > li.menu-item > a,
#access > ul.menu > li.menu-item > a:visited {
    color: #ffffff !important;
}

/* Keep active/hover menu item green */
#access > ul.menu > li.menu-item > a:hover,
#access > ul.menu > li.current-menu-item > a,
#access > ul.menu > li.current-menu-ancestor > a {
    color: #2dba90 !important;
}

