/*
Light Purple Color: #4d5673;
*/


.CoverPhotoDiv{
  position: relative;
  overflow: hidden;
  height: 350px;
  text-align: center;
}

.CoverPhoto{
  position: relative;
  left: -45%;
  display: block;
  margin: auto;
  max-height: 350px;
}


html{
  height: 100%;
}

.RoomFilter{
  float: right;
  font-size: 22px;
  margin: 4px 0px;
}

.InnDescription{
  border-right: 1px solid #ccc;
}

.HotelName{
  font-family: "Alex Brush","Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  text-align: center;
  text-decoration: bold;
  margin-bottom: 0px;
  margin-top:0px;
}

@font-face {
  font-family: 'Parisienne';
  src: url('/fonts/Parisienne-Regular.ttf');
}

.EventTitle{
  font-size: 16px;
  margin-bottom: 1px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  height: 25px;
  max-width: 240px;
  white-space: nowrap;  
  line-height: 32px;
  position: relative;
}

.EventType{
  max-width: 240px;
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;
}



.media{
  width: inherit;
  overflow: unset;
}

.media-body{
  overflow: unset !important;
}

.Column{
  display: inline-block;
  width: 360px;
  height: 270px;
  margin: 5px;
  white-space: nowrap;
}

.EventType{

  font-size: 12px;
}

.EventView{
  height: 380px;
  overflow-x:auto;
  padding-top: 45px;
  white-space: nowrap;
}

.EventImage{
  margin: 5px;
  height: 80px;
  width: 80px;  
}

.Event{
  width: 350px;
}

.ColumnView{
  width: auto;
}

.EventsDate{
  display: inline-block;
}

.EventDescription{
  max-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  height: 36px;
}

tags-input .tags .tag-item {
  background: unset;
}
