#wp-admin-bar-back_to_resurva a.ab-item {
  background: #1A9EB2;
}

.resurva-list-item {
  margin-bottom: 30px;
}

.resurva-list-item-brand {
  margin-bottom: 10px;
}

.resurva-list-item h2 {
  margin: 5px 0;
}

.resurva-list-item .resurva-book-now {
  margin-top: 10px;
}

.resurva-booking-widget .list-group-item h2:first-child {
  margin-top: 0;
}

.resurva-booking-widget .list-group-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.resurva-booking-widget > .list-group {
  margin-bottom: 0;
}

.resurva-booking-widget > .resurva-booking-widget-list-location {
  text-align: center;
}

.resurva-booking-widget-active > .resurva-booking-widget-list-location {
  display: none;
}

.resurva-booking-widget > .list-group > .list-group-item {
  display: none;
}

.resurva-booking-widget > iframe[name="resurva-frame"] {
  display: none;
  height: 470px;
  width: 100%;
  max-width: 450px;
  margin:0 auto;
}

.resurva-booking-widget-active > iframe[name="resurva-frame"] {
  display: block;
}

#resurvaBookingWidget button.close,
#resurvaBookingWidget button.close span {
  display: block;
  line-height: 25px;
}

#resurvaBookingWidget button.close {
  width: 25px;
  text-align: center;
  background-color: #000;
  text-shadow: none;
  color: #FFF;
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  right: -10px;
}

@media (min-width: 768px) {
  #resurvaBookingWidget .modal-dialog {
    width: 450px;
    margin-top: 75px;
  }
}

.modal-ios .modal-backdrop {
  background:transparent !important;
}





/* Auto Clears Columns. Usefull when .row is not specified */
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}