/**
 * @file
 * Visual styles for GuestHouse+'s service content type.
 */
.node--type-mt-service .node__header {
  padding: 0;
}

/*page title*/
.page-node-type-mt-service h1.page-title {
  font-weight: 500;
}
.layout-no-sidebars.page-node-type-mt-service .page-title {
  text-align: center;
}

/*labels*/
.node--type-mt-service .field:not(.field--label-inline) .field__label,
.node--type-mt-service h3.title {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #f1f1f1;
}

/*subheader field*/
.node--type-mt-service .field--name-field-mt-subheader-body {
  font-size: 22px;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
.layout-no-sidebars .node--type-mt-service .field--name-field-mt-subheader-body {
  text-align: center;
}
@media (min-width: 768px) {
  .layout-no-sidebars .node--type-mt-service .field--name-field-mt-subheader-body {
    padding: 0 20%;
  }
}

/*image field*/
.node--type-mt-service .field--name-field-image {
  margin-bottom: 30px;
}
.node--type-mt-service.node--view-mode-teaser .images-container {
  margin-bottom: 15px;
}

/*price field*/
.node--type-mt-service .field--name-field-mt-price {
  font-size: 18px;
  margin: 30px 0 5px;
  font-weight: 500;
  text-align: center;
}

/*yacht info*/
.yacht-info {
  padding-bottom: 30px;
}
.yacht-info i {
  font-size: 14px;
  color: #5a5a5a;
  padding-right: 5px;
}
.yacht-people,
.yacht-cabins {
  display: inline-block;
}
.yacht-item {
  padding-right: 20px;
}
.yacht-item:last-child {
  padding-right: 0;
}

/*buy link field*/
.node--type-mt-service .field--name-field-mt-buy-link {
  text-align: center;
}
.node--type-mt-service .field--name-field-mt-buy-link a {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 23px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.headings-wide-spacing-enabled .node--type-mt-service .field--name-field-mt-buy-link a {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.node--type-mt-service .field--name-field-mt-buy-link a:hover {
  color: #ffffff;
}
.region--light-typography .node--type-mt-service .field--name-field-mt-buy-link a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}
.region--light-typography .node--type-mt-service .field--name-field-mt-buy-link a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

/*lists*/
.node--type-mt-service .list-unstyled li {
  margin-bottom: 5px;
}

/* Amenities paragraph item styling */
.paragraph--type--mt-room-amenity {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
}
.paragraph--type--mt-room-amenity i {
  color: #46c82d;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 22px;
  font-size: 12px;
}
.paragraph--type--mt-room-amenity i.fa-times,
.paragraph--type--mt-room-amenity .muted {
  color: #a8a8a8;
}

/* Room features */
.paragraph--type--mt-room-features span {
  margin-left: 5px;
}