/**
 * Builder Module Booking Styles
 */

.bocking-title {
  margin-bottom: 40px;
  color: #18a3dc;
}

.hideBookSelect {
  display: none;
}

.booking-single-subheader {
  margin: 0;
}

.booking-single-attributes {
  border-top: 1px solid #444;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

.booking-single-attributes p {
  margin: 0;
  padding: 0;
}

.booking-single-attributes strong {
  font-weight: normal;
}

.bookingSubtitle {
  text-align: center;
}

.bookingSubtitle .mmselect-caption:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-size: 75%;
}

#BookingList .line {
  padding: 0px 0px 10px 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;
}

#BookingList h3:hover {
  color: #18a3dc;
}

#BookingList.event-body h3 .fa {
  padding-top: 5px;
  margin-right: -10px;
}

#BookingList .event-body h3 .fa-caret-up {
  display: none;
}

#BookingList .active .event-body h3 .fa-caret-down {
  display: none;
}

#BookingList .active .event-body h3 .fa-caret-up {
  display: inline-block;
}

#BookingList .event-header {
  border-bottom: 0;
  padding: 15px 0 5px;
  position: relative;
  cursor: pointer;
}

#BookingList .event-body {
  float: left;
  width: 75%;
}

#BookingList .event-tags {
  float: right;
  width: 25%;
  text-align: right;
}

#BookingList .event-details {
  padding: 0 0 20px 0;
  box-sizing: border-box;
  position: relative;
  display: none;
  margin: 20px 0 0 0;
}

#BookingList .event-details.fade-out {
  -webkit-animation: fade-out .3s;
  animation: fade-out .3s;
}

#BookingList .details-content {
  float: left;
  width: 80%;
}

#BookingList .details-image {
  float: right;
  width: 19%;
}

.booking-button {
  margin: 0 1.5em 0 0;
  text-decoration: none;
  color: #18a3dc;
  border: 1px solid #ccc;
  padding: 4px 8px;
  font-family: 'NeoSansProCyr';
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
}

.booking-button:hover,
.booking-button:active {
  color: #fff;
  background-color: #18a3dc;
  text-decoration: none;
  opacity: 1;
}

.bookingform-fieldset {
  background-color: #f1f1f1;
  padding: 1em;
}

.bookingform-fieldset p {
  padding: 0 0 1em 0;
}

.bookingform-fieldset p small {
  font-size: 0.7em;
  display: inline-block;
  line-height: 1.6;
}

.bookingform-fieldset p small.margin_bottom {
  margin-bottom: 1em;
}

.bookingform-fieldset a {
  color: #18a3dc;
}

@media screen and (max-width: 760px) {

  .bookingSubtitle {
    text-align: left;
  }

  #BookingList .event-details {
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
  }
  #BookingList .event-body {
    width: 100%;
  }
  #BookingList .event-body h3 {
    margin-bottom: 0;
  }
  #BookingList .event-tags {
    width: 100%;
    float: left;
    text-align: left;
  }
  #BookingList .details-content {
    width: 100%
  }
  #BookingList .details-image {
    width: 100%;
    margin-bottom: 1em;
  }
}

