/*
 Theme Name:   Hotel WP Child
 Theme URI:    http://thimpress.com/
 Description:  Hotel WP Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     hotel-wp
 Version:      1.0.0
 Text Domain:  hotel-wp-child
*/

.page-title .main-top {
    background-position: 0 0 !important;
}

.widget_hb_widget_search .hotel-booking-search form .hb-submit button {
    color: #fff !important;
    background-color: #3e3e3e !important;
}

.widget_hb_widget_search .hotel-booking-search form .hb-submit button:hover {
    background: #252525 !important;
}

header#masthead .mobile-logo {
    height: 55px;
}
/* chambres*/
.hb_room .title a, .hb_room .price span, .hb_room .description, .hb_room .action-btn a {
  color: #000 !important;
}
/*mautic form*/
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
    color: #3a3f44;
}
#ui-datepicker-div .ui-state-active {
    background: rgb(58 63 68) !important;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: rgb(58 63 68) !important;
}
#ui-datepicker-div .ui-datepicker-title {
  color: #000 !important;
}
#ui-datepicker-div th {
    color: #000 !important;
}
#ui-datepicker-div .ui-state-default:hover {
    background: rgb(58 63 68) !important;
}
.select2-container--default .select2-dropdown {
  background: #3a3f44;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #000;
}
@media (max-width:768px) {
    header#masthead .retina-logo {
        height: 55px;
    }
}
#secondary .widget_hb_widget_search .hotel-booking-search form .hb-form-table .hb-form-field input {
    color: #8a8a8a !important;
}
header#masthead.site-header .navigation .width-navigation .inner-navigation .navbar li.current-menu-item > a {
	color: #2eb0d1 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, (min-resolution: 192dpi), (min-resolution: 2dppx) {
header#masthead.has-retina-logo .no-sticky-logo {
    width: 120px;
}
}