.bookedit .event {
  display: table;
  width:  100%;
  margin-bottom: 30px;
  background: #f6f4eb;
  border-bottom: 5px solid #cc8f72;
  min-height: 420px;
}
.bookedit .event .details {
  padding: 40px;
}
.bookedit .description {
  margin: 0;
}
.bookedit .bookedit-col {
  display: table-cell;
}
.bookedit .event .details {
}
.bookedit .image {
  background-color: #c39177;
  background-size: cover;
  background-position: center;
  width: 420px;
}

.bookedit .product .image {
  width: auto;
}

.bookedit h3 {
  font-size: 125%;
  margin-top: 20px !important;
  color: #263d35;
  margin-bottom: 20px !important;
}

/**
 * Media queries
 */
@media screen and (max-width: 992px) {
  .bookedit .event {
    display: block;
  }
  .bookedit .bookedit-col {
    display: block;
  }
  .bookedit .event .details {
    width:  100%; 
  }

  .bookedit .image {
    display:  block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .bookedit h3 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .bookedit .description {
    display: none;
  }
}

/**
 * Pagination
 */
.pagination {
  padding-top: 30px;
  clear:  both;
}
.pagination a, .pagination span {
  border:  1px solid #cc8e72;
  line-height: 40px;
  padding:  0 10px;
  margin-right: 10px;
}
.pagination a:hover {
  background:  #cc8e72;
  color: #263d35;
}
.entry .entry-content .pagination a {
  text-decoration: none;
}
.bookedit .pagination span {
  background: #355246;
  color: #fff;
  border: 1px solid #355246;
}

.bookedit-event-page .terms {
  float:  left;
  margin-right: 30px;
  bottom: 30px;
  width: 30%;
  margin-top: -15px;
}

.bookedit-event-page .terms table tr th,
.bookedit-event-page .terms table tr td
{
  font-size: 90%;
  background-color: transparent;
  color:  #333;
  padding: 0;
}

/**
 * Product in events
 */
.bookedit .product {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  min-height: 552px;
}
.bookedit .product .image {
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 60%;
}
.bookedit .product .details {
}
.bookedit .product .details .info {
  height: 230px;
  padding: 20px;
}
.bookedit .product .details .price {
  margin-top: 0;
}
.bookedit .product .booking-snippet {
  margin-top: 0;
  padding: 20px;
}
.bookedit .product .booking-snippet button {
  margin-top: 0;
}
.bookedit .product-wrapper {
  clear: both;
  padding-top: 30px;
}
.bookedit .products .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bookedit .products .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bookedit .products .product-col {
  padding-left: 15px;
  padding-right: 15px;
}
.bookedit .products .product .first{
  display: hidden;
}
.bookedit .products .product .second{
  display: none;
}
.bookedit .products .product.inverted .first{
  display: none;
}
.bookedit .products .product.inverted .second{
  display: block;
}

.bookedit .products .product .second {
  padding: 20px;
  padding-top: 40px;
  overflow: auto;
  max-height: 552px;
}
.bookedit .products .product .close {
  text-decoration: none;
  border-bottom: none;
  background: #fff;
  padding: 0 12px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 35px;
}

.bookedit .widget-title {
  margin: 40px 0 30px 0;
}
.bookedit .widget-title h2 {
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: -.014rem;
}

.bookedit.event-details-description .description-content {
  margin-left:  35%;
}

.bookedit-navigation {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bookedit .product {
    height: auto;
    min-height: auto;
  }
  .bookedit .product .details .info {
    height:  auto;
  }
  .bookedit .product .description {
    display: block;
  }

  .bookedit.event-details-description .description-content{
    margin-left:  0;
  }

  .bookedit-event-page .terms {
    float:  none;
    margin-right: 30px;
    bottom: 30px;
    width:  100%;
    margin-top: 0px;
  }
}