ul.mhwp_hotel_list{
  display:flex;
  flex-wrap:wrap;
  padding:0 !important;
  list-style: none;
}

.mhwp_hotel_list_item{
  padding:10px;
  flex:1;
  margin:1%;
  list-style: none;
  min-width:31%;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  position: relative;
}

.mhwp_hotel_info{
  overflow: hidden;
  height: 186px;
}

.mhwp_hotel_info::after{
  content: "\02026";
  float: right;
    position: absolute;
    top: 408px;
    right:5px;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mhwp_hotel_list_item img{
  width:100%;
}

.mhwp_hotel_image{
  height:160px;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
}

.mhwp_hotel_list_item h2{
  font-size:20px;
  text-align:center;
  line-height: 24px;
  overflow:hidden;
  color: #93000e;
  text-transform: uppercase;
  font-family: "Merriweather",serif;
  margin-top:10px;
}

.mhwp_hotel_list_item .mhwp_hotel_rating{
  text-align:center;
  font-style:italic;
  padding: 6px;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  display:block;
}

.mhwp_hotel_link{
  background: darkblue;
  width: 100%;
  display:block;
  padding: 6px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  color: yellow;
  font-size: 15px;
}

.mhwp_button_holder{
  height:40px;
  margin-bottom:10px;
}

.mhwp_hotel_link .part1{
  font-size: 15px;
  color:white;
}

.mhwp_hotel_link .part2{
  font-size: 15px;
  color: steelblue;
}

.mhwp_hotel_list_text{
  height:280px;
  overflow:hidden;
}

.mhwp_hotel_website{
  color:white;
  text-shadow:0 0.075em 0.075em rgba(0,0,0,0.5);
  background-color: #93000E;
  border:1px solid #55010A;
  display:block;
  padding:5px 10px;
  text-align:center;
  transition:0.3s;
  font-family: "Merriweather",serif;
  font-size:14px;
  font-weight:300;
}

.mhwp_hotel_website:hover{
  background-color: #F78827;
  color:#93000E;
}



