/*
 Theme Name:   Soho Hotel Child
 | Shared by VestaThemes.com
 Description:  Soho Hotel Child Theme
 Author:       quitenicestuff
 Author URI:   http://quitenicestuff.com
 Template:     sohohotel
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-colors
 Text Domain:  sohohotel-child
*/

.room-sidebar-wrapper, .booking-room-info-wrapper ul li span {
    color: #f4c804 !important;
}
.room-sidebar-wrapper ul li span {
    color: #f4c804 !important;
}
.booking-room-price-wrapper .room-price {
    color: #f4c804 !important;
}
.booking-main .booking-services-wrapper label span {
    color: #f4c804 !important;
}
div.payment_method p {
    color: #f4c804;
}
.price-details .deposit {
    color: #ffffff;
}
.no-deposit .total {
    color: #ffffff;
}

/* Faire disparaitre le montant des taxes pour avoir un prix net */
.price-details .tax-rate-msg {
    text-align: center;
    font-size: 1px;
    font-style: italic;
    color: #fff;
}

/* Modifier l'apparence des zones sur le formulaire de recherche de disponibilité.*/
body, select, input, button, textarea {
    color: #424242 !important;
    border-color: #808080;
    padding: 10px 0 13px 20px !important;
}
.hb-search-button-wrapper input {
    white-space: normal;
    text-align: left;
    border-color: #828282;
}  

select {
    -webkit-appearance: caret;
    -webkit-border-radius: 0px;
	padding: 10px 0 13px 20px !important;
}