/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.vbmodhorsearchbookdiv .vbsearchinputmodhors {
    background: #E3DFD9;
    color: #576048;
}

/* Ajusta la tabla en la descripcion de la habitación*/
.room_description_box table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	word-wrap: break-word;
}
.room_description_box table th:first-child, 
table td:first-child {
	width: 25%;
}
.room_description_box table tr:not(:last-child){
	border-bottom: 1px solid #ccc;
}

/* Formato al resultado de habitaciones para los bloques*/
.vbcontdivtot{
	background-color:#f6f6f6;
	border-radius:0px 10px 10px 0px;
}
.vbo-dots-slider-selector > a > img{
	border-radius: 10px 0px 0px;
}
.room_item{
	border-radius:10px;
}
.vbo-search-submit .btn{
	background: #A6AB97;
}
.vbo-search-submit .btn:hover{
	background-color: #E3DFD9;
}
/* Le da color al boton para reservar*/
.vbselectr-result{
	background-color: #A6AB97;
}
.vbselectr-result:hover{
	background-color: #E3DFD9;
}
/* Agrega color al punto que aparece en la reseva */
ol.vbo-stepbar li.vbo-step-complete:before{
	background-color: #1a4d0f;
}