/*
 Theme Name:   villaboukaritheme
 Theme URI:
 Description:
 Author:
 Author URI:
 Template:     alpenhouse
 Version:      1.0.0
 License:
 License URI:
 Tags:
 Text Domain:  villaboukaritheme
*/

.vb-room-list .vb-room-item::after
{
	display: table;
	content: '';
	clear: both;
}

.vb-room-list .vb-room-item:not(:first-of-type)
{
  margin-top: 4rem !important;
}

.vb-room-item .vb-room-title
{
  margin: 40px 0 35px;
}
.vb-room-item .vb-room-title a
{
  color: #542405;
}
.vb-room-item .vb-room-title a:hover
{
  color: #f7914e;
}
.vb-room-view-details-button-wrapper
{
  float: left;
  margin-right: 25px;
}

.vb-room-item .post-thumbnail img
{
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}
