.node-profile.full .evt-address {
  display: flex; }

.node-profile.full .socials a {
  margin: 0 15px 15px 0; }
  .node-profile.full .socials a:last-child {
    margin-right: 0; }
  .node-profile.full .socials a [class^="icon-"]:before,
  .node-profile.full .socials a [class*=" icon-"]:before {
    font-size: 24px;
    transition: color 400ms ease;
    margin: 0; }
  .node-profile.full .socials a:hover [class^="icon-"]:before,
  .node-profile.full .socials a:hover [class*=" icon-"]:before, .node-profile.full .socials a:active [class^="icon-"]:before,
  .node-profile.full .socials a:active [class*=" icon-"]:before, .node-profile.full .socials a:focus [class^="icon-"]:before,
  .node-profile.full .socials a:focus [class*=" icon-"]:before {
    color: #C25100; }

.node-profile.full .container.main-info-wrap {
  padding-top: 20px; }
  .node-profile.full .container.main-info-wrap hr {
    margin: 18px 0 30px; }

.node-profile.full .main-info {
  grid-gap: 10px 16px; }
  .node-profile.full .main-info a,
  .node-profile.full .main-info [class^="icon-"]:before,
  .node-profile.full .main-info [class*=" icon-"]:before {
    font-size: 16px; }

@media screen and (max-width: 767px) {
  .node-profile.full .main-info-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .node-profile.full .main-info-wrap .main-info {
      display: block; }
      .node-profile.full .main-info-wrap .main-info .cell {
        text-align: center;
        margin-bottom: 18px; }
        .node-profile.full .main-info-wrap .main-info .cell.evt-address {
          display: inline-flex; } }

.node-profile.full a.see-all-dates,
.node-profile.full .main-info {
  color: #1B5266;
  font-weight: bold; }
  .node-profile.full a.see-all-dates a,
  .node-profile.full .main-info a {
    color: #1B5266;
    font-weight: bold;
    background: none;
    text-decoration: none;
    transition: color 400ms ease; }
    .node-profile.full a.see-all-dates a:hover, .node-profile.full a.see-all-dates a:active, .node-profile.full a.see-all-dates a:focus,
    .node-profile.full .main-info a:hover,
    .node-profile.full .main-info a:active,
    .node-profile.full .main-info a:focus {
      background: none;
      color: #C25100; }
  .node-profile.full a.see-all-dates .profile-cities .dark-blue--text,
  .node-profile.full .main-info .profile-cities .dark-blue--text {
    font-size: 16px; }

.node-profile.full .tripadvisor {
  margin: 20px auto;
  white-space: nowrap;
  font-size: 14px; }
  .node-profile.full .tripadvisor .rating-summary {
    text-align: left; }
  @media screen and (max-width: 767px) {
    .node-profile.full .tripadvisor .rating-summary {
      text-align: center; } }
  .node-profile.full .tripadvisor span.count {
    text-decoration: underline; }

.node-profile.full .content-body-wrap {
  width: 560px;
  margin: 0 auto 20px;
  max-width: 100%; }

.node-profile.full .details .event-alert .container {
  padding: 5px 10px;
  margin-bottom: 20px; }

.node-profile.full .details .tabs button {
  margin-right: 15px; }
  .node-profile.full .details .tabs button.active {
    font-weight: bold;
    color: #1B5266; }
  .node-profile.full .details .tabs button:hover, .node-profile.full .details .tabs button:active, .node-profile.full .details .tabs button:focus {
    color: #237fa0; }
    .node-profile.full .details .tabs button:hover.active, .node-profile.full .details .tabs button:active.active, .node-profile.full .details .tabs button:focus.active {
      color: #237fa0; }

.node-profile.full .mmg-carousel img,
.node-profile.full .mmg-carousel video,
.node-profile.full .mmg-carousel iframe {
  width: 100%; }

.node-profile.full .mmg-carousel img {
  max-height: 800px;
  -o-object-fit: scale-down;
     object-fit: scale-down; }

.node-profile.full .mmg-carousel .slick-slider {
  position: relative; }

.node-profile.full .mmg-carousel .media--type-listing-video {
  padding: 0 0 56.25%;
  width: 100%;
  height: 0;
  position: relative; }
  .node-profile.full .mmg-carousel .media--type-listing-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.node-profile.full .nav-chevrons {
  transition: top 1s ease;
  bottom: -54px; }

.node-profile.full .photo-carousel,
.node-profile.full .single-photo,
.node-profile.full .video-carousel {
  margin-bottom: 70px;
  margin-top: 10px; }

.node-profile.full .photo-carousel .caption-box {
  display: none; }

.node-profile.full .hours-header h4,
.node-profile.full .hours-header .heading4 {
  margin-top: 0; }

.node-profile.full .hours-header.border-bottom {
  margin-top: 0; }
  .node-profile.full .hours-header.border-bottom h4,
  .node-profile.full .hours-header.border-bottom .heading4 {
    margin-bottom: 0; }

.node-profile.full .hours-list li {
  margin-top: 7px; }

.node-profile.full ul.taxonomy {
  display: flex;
  flex-wrap: wrap; }
  .node-profile.full ul.taxonomy li.term {
    flex: 1 1 50%;
    max-width: calc(50% - 20px);
    min-width: 230px;
    margin-right: 20px;
    margin-bottom: 5px; }

.node-profile.full .amenity-heading {
  border-bottom: 1px solid #ADC5CC;
  margin: 1em auto; }

.node-profile.full .amenities__heading {
  text-transform: capitalize; }

.node-profile.full ul.amenities {
  display: flex;
  flex-wrap: wrap; }
  .node-profile.full ul.amenities li {
    flex: 1 1 50%;
    max-width: calc(50% - 20px);
    min-width: 230px;
    margin-right: 20px;
    margin-bottom: 10px; }

.node-profile .threshold-container::before {
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding: 0 0 56.25%; }

.node-profile .floating-contact-card {
  position: fixed;
  top: calc(50% - 75px);
  left: 0;
  z-index: 1200;
  padding: 5px 0;
  transition: padding 800ms ease, opacity 800ms ease;
  opacity: 0; }
  .node-profile .floating-contact-card.visible {
    opacity: 1; }
  .node-profile .floating-contact-card button {
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.1;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .node-profile .floating-contact-card button [class^="icon-"]::before,
    .node-profile .floating-contact-card button [class*=" icon-"]::before {
      font-size: 26px;
      line-height: 1; }
  .node-profile .floating-contact-card .contact-info {
    font-size: 18px;
    line-height: 1.35; }
    .node-profile .floating-contact-card .contact-info > * {
      margin-bottom: 20px; }
      .node-profile .floating-contact-card .contact-info > *:last-of-type {
        margin-bottom: 0; }
    .node-profile .floating-contact-card .contact-info h4 {
      color: white;
      font-size: 24px;
      line-height: 1.1;
      margin-bottom: 5px; }
    .node-profile .floating-contact-card .contact-info .divider {
      width: 100%;
      margin-bottom: 9px;
      border-bottom: 1px solid #ADC5CC; }
    .node-profile .floating-contact-card .contact-info a {
      font-weight: normal;
      color: white;
      background: none;
      text-decoration: underline;
      background: none !important;
      transition: color 400ms ease; }
      .node-profile .floating-contact-card .contact-info a:hover, .node-profile .floating-contact-card .contact-info a:active, .node-profile .floating-contact-card .contact-info a:focus {
        color: #C25100;
        background: none !important; }
  .node-profile .floating-contact-card .evt-address {
    flex-direction: column; }
  .node-profile .floating-contact-card .expand-wrap {
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 0;
    max-height: 0;
    opacity: 0;
    transition: max-height 800ms ease, max-width 800ms ease, opacity 400ms ease 0ms; }
  .node-profile .floating-contact-card.opened {
    padding: 20px 0;
    width: auto;
    max-width: 370px; }
    @media (max-width: 395px) {
      .node-profile .floating-contact-card.opened {
        max-width: 95%; } }
    .node-profile .floating-contact-card.opened .expand-wrap {
      padding: 0 10px;
      max-width: 500px;
      max-height: 700px;
      opacity: 1;
      transition: max-height 800ms ease, max-width 800ms ease, opacity 400ms ease 400ms; }
  .node-profile .floating-contact-card.closed button [class^="icon-"]::before,
  .node-profile .floating-contact-card.closed button [class*=" icon-"]::before {
    margin-bottom: 0.2em; }

.node-profile .border-bottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ADC5CC; }

.node-profile .paragraph.additional-material a {
  font-weight: normal;
  color: inherit; }
  .node-profile .paragraph.additional-material a span {
    color: #1B5266; }
  .node-profile .paragraph.additional-material a:hover, .node-profile .paragraph.additional-material a:focus, .node-profile .paragraph.additional-material a:active {
    font-weight: bold;
    color: inherit; }
    .node-profile .paragraph.additional-material a:hover span, .node-profile .paragraph.additional-material a:focus span, .node-profile .paragraph.additional-material a:active span {
      color: #E6711E; }

.node-featured-film.full .container.main-info-wrap .main-info {
  font-weight: 400; }
  .node-featured-film.full .container.main-info-wrap .main-info a {
    background-image: none !important;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline; }

@media screen and (min-width: 1100px) {
  .node-featured-film .cell {
    padding: 15px; } }
