/*=- /Content/Layouts/Smooth/stylesheets/section-destination-guide.less -=*/

.destinationGuide .media-item {
  border: 1px solid #f2f2f2;
  border-width: 0 0 1px;
}
.destinationGuide .media-item:first-child {
  border-top-width: 1px;
}
.destinationGuide .media-item::after {
  display: block;
  content: "";
  clear: both;
}
.destinationGuide .media-item-image {
  float: right;
  width: 8em;
  max-width: 40%;
  height: 8em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.destinationGuide .media-item-text {
  width: 60%;
  float: left;
  max-height: 8em;
  overflow: hidden;
  padding: 1.75em 0 0 1.75em;
}
.destinationGuide .media-item .media-title {
  margin-top: 0;
}
.destinationGuide .media-item .media-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.destinationGuide .media-item .media-content {
  margin-bottom: 0.25em;
}
.destinationGuide .media-item .media-content a {
  color: #3e8b94;
}
.destinationGuide .media-item .media-content a[href*="bookings"]::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  line-height: 0;
  font-family: FontAwesome, Linear;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  height: auto;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: visible;
  speak: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: 0.125em;
  content: "\f072";
  color: #c8531f;
  margin-left: 0.375em;
}
.destinationGuide .media-item .media-content p {
  line-height: 1;
}
.destinationGuide .media-item .media-subtitle {
  font-size: 0.875em;
  color: #1c2b39;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.destinationGuide .media-item .media-subtitle p {
  display: inline-block;
}
@media print, screen and (max-width: 37.4375em) {
  
}
@media print, screen and (min-width: 37.5em) {
  .destinationGuide > ul::after {
    display: block;
    content: "";
    clear: both;
  }
  .destinationGuide .media-item {
    width: 50%;
    float: left;
  }
  .destinationGuide .media-item-text {
    padding-left: 1em;
    padding-right: 1em;
  }
  .destinationGuide .media-item:nth-of-type(odd) {
    clear: left;
  }
  .destinationGuide .media-item:nth-child(2) {
    border-top-width: 1px;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  
}
@media print, screen and (min-width: 56.25em) {
  .destinationGuide .media-item-image {
    width: 5.5em;
    height: 5.5em;
  }
  .destinationGuide .media-item-text {
    padding-top: 0.75em;
    width: 66%;
    height: 5.5em;
  }
  .destinationGuide .media-item .media-title {
    font-size: 1em;
  }
  .destinationGuide .media-item .media-subtitle {
    font-size: 0.75em;
  }
}
@media print, screen and (min-width: 64em) {
  
}
