/*
Theme Name: Seed Theme
Theme URI: http://booking2hotels.com/
Author: the WordPress team
Version: 1.0
*/
.page-template-template-voucher .container-box-search, .page-template-template-voucher .book_bar{
display:none !important;
}

.page-template-template-voucher .booking-engine .b2h-room-rate {
    border-right: 2px solid #bba993;
    border-top: 2px solid #bba993;
    border-left: 2px solid #bba993
}

.page-template-template-voucher .booking-engine #b2h-engine .num_guest {
    border-left: 2px solid #bba993;
    border-right: 2px solid #bba993;
    border-bottom: 2px solid #bba993
}

.page-template-template-voucher .booking-engine #b2h-engine .num_guest input[type=submit] {
    background: #bba993;
    border-color: #bba993
}

.page-template-template-voucher .booking-engine #b2h-engine .nav-tabs>li.active>a {
    border: 0 #bba993;
    background-color: #bba993
}

p#lbWelcome {
    color: #fff;
    font-weight: 500;
    line-height: 1.7em;
    font-family: "Playfair Display",sans-serif;
    padding: 15px;
    font-size: 14px;
}

.contact-form input[type=email], .contact-form input[type=text] {
	max-width:100% !important;
}

@media (max-width: 991px){
	.box_search #btnBook {
    background-color: #fff !important;
    color: #bba993 !important;
}
}