/*

Find My Space - Room Page Styles

*/


/* DEBUG */
.page-template-template-find-my-space .content-white {
  padding-top: 20px;
}

/* ----------- Room Page Styles ------------ */

.fms-room-page hr{
  border-top: 1px solid #bbb;
  margin-bottom: 0;
}
.fms-room-page .fms-current-level{
  border: 1px solid #77787A;
  /*width: 40%;
  float: left;*/
}
.fms-room-page .fms-current-level h3{
  background: #77787A;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 10px 0;
  text-align: center;
}
.fms-room-page .fms-room-info{
  padding: 30px 0;
}
.fms-room-page .fms-room-info .fms-room-name{
  display: block;
  font-size: 18px;
  font-weight: 400!important;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.45;
}
.fms-room-page .fms-room-info .fms-room-description {
  font-weight: 600;
  color: #77787A;
}


.fms-room-page .fms-room-info p {
  font-size: 18px;
  line-height: 1.2;
}
.fms-room-page-image img{
  width: 100%;
}

.level-title {
  text-align: left;
  font-weight: bold;
}

.pad-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}


.cell-br {
   border-right: 1px solid #fff;
}
.cell-bb {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 991px){
  .fms-room-page .fms-room-info{
    padding: 0;
  }
}


/* -- Table -- */
.fms-room-page .fms-table.fold-table tr.view:hover td.fms-room-id:hover {
  background-color: #f0f0f0 !important;
}
.fms-room-page .fms-table.fold-table tr.view:hover td.fms-room-id, .fms-room-page .fms-table.fold-table tr.view:hover .fms-room-id:after{
  color: #A6264B;
}
.fms-room-page .fms-table .fms-room-id{ 
  font-weight: 600;
  background: #FBF2C8;
  text-align: left;
  cursor: pointer;
}
.fms-room-page .fms-table .fms-room-id:after{
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f107';
    margin-left: 10px;
    color: #000;
    transition: all 0.15s ease-in-out;
}
.fms-room-page .fms-table.fold-table tr.view.open .fms-room-id:after{
    transform: rotate( -180deg );
}
/* -- Expanded Table Row -- */

.fms-table.fold-table tbody tr.view.open td{
  border-bottom: none;
}
.fold-table tr.fold{
  display: none;
  vertical-align: top;
}
.fold-table tr.fold.open{
  display: table-row;
}
.fold-table tr.fold td{
  text-align: left;
  padding: 20px;
}
.fold-table tr.fold ul{
  list-style: none;
  display: indline;
  padding-left: 0;
}
.fold-table tr.fold ul:after{
  content: "";
  display: block;
  clear: both;
}
.fold-table tr.fold ul li{
  display: inline-block;
  float: left;
  margin: 0 30px 0 0;
}
.fold-table tr.fold ul li a{
  display: block;
  font-size: 11px;
  text-align: center;
  color: #000;
  line-height: 1.3;
  min-width: 60px;
}
.fold-table tr.fold ul li a i{
  font-size: 34px;
  display: block;
  color: #000;
  height: 40px;
}
.fold-table tr.fold ul li a img{
  display: block;
  margin: 0 auto 10px auto;
}
.fold-table tr.fold .fold-table-fine-print{
  font-size: 11px;
  text-align: center;
  color: #000;
  display: block;
}
.fold-table tr.fold td.capacities-docs{
  padding: 20px 0;
}
.capacities-docs ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* -- Photo Gallery -- */
.modal{
  border-radius: 0;
}
.modal .modal-title{
  text-align: center;
}
.modal .close{
  color: #000;
  opacity: .2;
}
.modal .close:hover{
  opacity: 1;
}

.fms-room-page .room_notes_room {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0 0 0 !important;
}

.fms-room-page .level-title {
  margin-bottom: 10px;
}

.fold-table tr.fold td.capacities-docs ul li {
    margin: 0;
}

