/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/annapx
Description: Ultimate WordPress Theme created by WP Estate for accomodation booking. WP Rentals is clean, flexible, fully responsive and retina Ready. Its smart settings allows you to build outstanding renting websites easy and fast.
Version: 1.00
Author: wpestate
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
Text Domain:  wpestate-child
-------------------------------------------------------------- */

/* the code below will display a css banner on listings that are categorized as startup packs
*/

.status_verified{

background :5A29D9;
color:white;

}

/* the code below will change the advance search option in mobile

@media only screen and (max-width: 991px){
#adv-search-header-mobile {
    display: none;
    width: 100%;
}
}

*/


/* the code below will hide the advanced search on mobile 

#adv-search-mobile {
	display: none!important;

}

*/

.breadcrumb {
display: none;
}

/*
#submit_action {
display: none!important;
}

*/


#submit_booking_front, #advanced_submit_widget, #advanced_submit_2_mobile, #advanced_submit_2 {
    margin-top: 0px;
    padding: 13px 15px;
    color: #fff;
    background-color: #5A29D9;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 2px;
}

#submit_booking_front:hover, #advanced_submit_widget:hover, #advanced_submit_2_mobile:hover, #advanced_submit_2:hover {
    background-color: #3C11AA;
}
