/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* $font-bold: 'Raleway-Bold';
$font-regular: 'Raleway';
$font-light: 'Raleway-Light';
$font-curly: 'Pacifico';
$font-heavy: 'Raleway-Bold'; */

/* line 4, stdin */

.related-rooms .copy-col {
  text-align: center;
  padding-bottom: 60px;
}

/* line 8, stdin */

.related-rooms .copy-col .site-button {
  margin-right: 15px;
  margin-top: 15px;
}

/* line 12, stdin */

.related-rooms .copy-col .site-button:first-child {
  margin-top: 0;
}

/* line 16, stdin */

.related-rooms .copy-col .site-button:last-child {
  margin-right: 0;
}

/* line 23, stdin */

.related-rooms .t-card .t-card-content {
  background-color: #FFFFFF;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/* line 28, stdin */

.related-rooms .t-card .t-card-content .excerpt {
  padding-bottom: 15px;
}

/* line 32, stdin */

.related-rooms .t-card .t-card-content .site-button {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 990.5px) {
  /* line 32, stdin */

  .related-rooms .t-card .t-card-content .site-button {
    margin-top: 10px;
  }
}

/* line 49, stdin */

body.thistle-express .related-rooms .t-card .t-card-content .site-button {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 53, resources/assets/styles/common/_mixins.scss */

body.wp-admin .related-rooms * {
  display: none;
}

/* line 58, resources/assets/styles/common/_mixins.scss */

body.wp-admin .related-rooms {
  background: none !important;
  background-color: #EEEEEE !important;
  text-align: left;
  padding: 16px 20px;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* line 61, resources/assets/styles/common/_mixins.scss */

body.wp-admin .related-rooms:before {
  content: "Related Rooms";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  color: #444 !important;
}


/*# sourceMappingURL=related-rooms.css.map*/