/** debug **/
@media (min-width: 1400px) {
  .container.golf-club-page {
    width: 1330px;
  }
}
.golf-club-page .search-header {
  border: none;
}
.golf-club-page .search-header .navbar-header {
  white-space: nowrap;
  flex-wrap: nowrap;
}
.golf-club-page .search-other {
  background-color: white;
  padding-top: 5px;
}
.golf-club-page .nx-teesheet, .golf-club-page .memberlist, .golf-club-page .club-bg {
  background-color: white;
}
.golf-club-page .club-card-image {
  border: 1px solid #ccc;
  position: relative;
  min-height: 150px;
}
.golf-club-page .club-card-image:before {
  content: " ";
  display: block;
  position: absolute;
  left: -3px;
  top: -10px;
  height: calc(100% + 20px);
  width: calc(100% + 6px);
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.golf-club-page .club-card-image:after {
  content: attr(alt);
  display: block;
  position: absolute;
  left: 3px;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 6px);
  color: #ccc;
  z-index: 1;
  line-height: 120px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
.golf-club-page .nx-teesheet .container {
  max-width: 100%;
}
.golf-club-page .club-bg .golf-club-infos .form-control {
  margin-left: 15px;
  max-width: calc(100% - 30px);
}
.golf-club-page .club-logo[src=""] {
  display: none;
}
.golf-club-page .product-category-search a, .golf-club-page .product-category-search span {
  font-size: 14px;
  font-weight: normal;
}
.golf-club-page .panel-club {
  border: 0 none;
  background-color: transparent;
  margin-top: 0;
}
.golf-club-page .panel-club .container-fluid {
  padding-right: 15px;
}
.golf-club-page .panel-club > .panel-heading, .golf-club-page .panel-club > .club-header-navigation {
  margin-bottom: 0px;
  padding: 0;
  border-bottom: 0 none;
  text-align: left;
  font-size: 14px;
}
.golf-club-page .panel-club > .panel-heading::after, .golf-club-page .panel-club > .club-header-navigation::after {
  display: none;
}
.golf-club-page .timeselector select {
  background-image: none;
}
.golf-club-page .memberlist {
  padding: 20px 0;
}
.golf-club-page .memberlist .member-image-cell {
  text-align: center;
}
.golf-club-page .memberlist .member-image-cell .member-image {
  max-height: 50px;
  max-width: 50px;
  margin: auto;
}
.golf-club-page .btn-sm, .golf-club-page .btn-sm:active, .golf-club-page .btn-sm:focus, .golf-club-page .btn-sm:focus:active, .golf-club-page .btn-sm:hover {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .golf-club-page .panel-club > .panel-heading, .golf-club-page .panel-club > .club-header-navigation {
    padding: 2px;
    margin-bottom: 5px;
  }
  .golf-club-page .memberlist {
    padding: 0;
  }
  .golf-club-page .memberlist > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .golf-club-page .memberlist .table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
  }
  .golf-club-page .memberlist .table > thead:first-child > tr:first-child > th:first-child {
    border-top-left-radius: 0;
  }
  .golf-club-page .memberlist .table > thead:first-child > tr:first-child > th:last-child {
    border-top-right-radius: 0;
  }
}

.club-widgets-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.club-widgets-row .club-widgets-row-grow {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .club-widgets-row {
    display: block;
  }
  .club-widgets-row > div + div {
    margin-top: 16px;
  }
}

.widget-club-identity.panel-default > .panel-heading {
  padding: 13px;
  background-color: #fcfdfd;
}
.widget-club-identity > .panel-body {
  padding: 13px;
  padding-top: 8px;
}
.widget-club-identity .booking-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.widget-club-identity .booking-header h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.widget-club-identity .booking-header a {
  font-size: 12px;
  white-space: nowrap;
}
.widget-club-identity .booking-header a .booking-show-all-short {
  display: none;
}
@media (max-width: 767px) {
  .widget-club-identity .booking-header h3 {
    font-size: 22px;
  }
  .widget-club-identity .booking-header a .booking-show-all-long {
    display: none;
  }
  .widget-club-identity .booking-header a .booking-show-all-short {
    display: inline;
  }
}
.widget-club-identity .booking-header h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 30px;
  overflow-wrap: break-word;
  min-width: 0;
}
.widget-club-identity .club-identity-locate {
  color: #56b9f1;
  margin-left: 7px;
}
.widget-club-identity .club-identity-locate i {
  display: inline;
  font-size: 21px;
}
.widget-club-identity .club-identity-locate:hover, .widget-club-identity .club-identity-locate:focus {
  color: #27a5ed;
  text-decoration: none;
}
.widget-club-identity .booking-header h1 {
  flex: 1 1 auto;
}
.widget-club-identity.widget-club-identity--compact > .panel-heading {
  display: block;
  border-radius: inherit;
  border-bottom: 0;
}
.widget-club-identity.widget-club-identity--compact .booking-header {
  align-items: center;
}
.widget-club-identity .club-identity-heading-logo {
  flex: 0 0 auto;
  height: 96px;
  max-width: 240px;
  object-fit: contain;
}
.widget-club-identity .club-identity-heading-logo.club-identity-heading-logo-default {
  padding: 14px 6px;
  opacity: 0.9;
}
.widget-club-identity:not(.widget-club-identity--compact) .club-identity-heading-logo {
  display: none;
}
.widget-club-identity .club-identity-body {
  display: flex;
  align-items: stretch;
  gap: 14px;
}
.widget-club-identity .club-identity-left {
  flex: 0 0 318px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 14px;
  padding: 5px;
}
.widget-club-identity .club-identity-logo {
  flex: 1 1 0;
  min-height: 170px;
  width: 100%;
  object-fit: contain;
}
.widget-club-identity .club-identity-description {
  flex: 1 1 auto;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 14px;
  padding: 11px 13px;
  font-size: 13.5px;
  color: #606875;
}
.widget-club-identity .club-identity-description-text {
  max-height: 140px;
  overflow: hidden;
  position: relative;
}
.widget-club-identity .club-identity-description-text img,
.widget-club-identity .club-identity-description-text iframe {
  max-width: 100%;
}
.widget-club-identity .club-identity-description-text img {
  height: auto;
}
.widget-club-identity .club-identity-description-text h1 {
  font-size: 20px;
  margin: 0 0 6px;
}
.widget-club-identity .club-identity-description-text h2 {
  font-size: 18px;
  margin: 0 0 6px;
}
.widget-club-identity .club-identity-description-text h3 {
  font-size: 16px;
  margin: 0 0 6px;
}
.widget-club-identity .club-identity-description-text > :first-child {
  margin-top: 0;
}
.widget-club-identity .club-identity-description-text .row {
  margin-left: 0;
  margin-right: 0;
}
.widget-club-identity .club-identity-description-text .row > [class*=col-]:first-child {
  padding-left: 0;
}
.widget-club-identity .club-identity-description-text .row > [class*=col-]:last-child {
  padding-right: 0;
}
.widget-club-identity .club-identity-description-text.is-expanded {
  max-height: none;
}
.widget-club-identity .club-identity-description--overflowing .club-identity-description-text:not(.is-expanded)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.widget-club-identity .club-identity-description-more {
  display: none;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
}
.widget-club-identity .club-identity-description--overflowing .club-identity-description-more {
  display: inline-block;
}
.widget-club-identity .club-identity-actions {
  flex: 0 0 auto;
}
.widget-club-identity .club-identity-actions form {
  margin: 0;
}
.widget-club-identity .club-identity-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 35px;
  width: auto;
  margin: 0;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13.5px;
}
.widget-club-identity .club-identity-actions .club-favourite-label-short {
  display: none;
}
@media (max-width: 767px) {
  .widget-club-identity .club-identity-actions .club-favourite-btn, .widget-club-identity .club-identity-actions .club-favourite-btn:hover, .widget-club-identity .club-identity-actions .club-favourite-btn:focus, .widget-club-identity .club-identity-actions .club-favourite-btn:active {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    height: auto;
    padding: 4px 6px;
    background: none;
    border: none;
    box-shadow: none;
    color: #606875;
    font-weight: 600;
    font-size: 11px;
  }
  .widget-club-identity .club-identity-actions .club-favourite-btn i {
    font-size: 20px;
    color: #172b4d;
  }
  .widget-club-identity .club-identity-actions .club-favourite-btn .club-favourite-label {
    display: none;
  }
  .widget-club-identity .club-identity-actions .club-favourite-btn .club-favourite-label-short {
    display: inline;
  }
  .widget-club-identity .club-identity-actions .club-favourite-btn.club-favourite-btn--saved, .widget-club-identity .club-identity-actions .club-favourite-btn.club-favourite-btn--saved:hover, .widget-club-identity .club-identity-actions .club-favourite-btn.club-favourite-btn--saved:focus, .widget-club-identity .club-identity-actions .club-favourite-btn.club-favourite-btn--saved:active {
    color: #56b9f1;
  }
  .widget-club-identity .club-identity-actions .club-favourite-btn.club-favourite-btn--saved i {
    color: #56b9f1;
  }
}
@media (max-width: 767px) {
  .widget-club-identity .booking-header h1 {
    font-size: 22px;
  }
  .widget-club-identity .club-identity-body {
    flex-direction: column;
    align-items: stretch;
  }
  .widget-club-identity .booking-header {
    align-items: center;
  }
  .widget-club-identity:not(.widget-club-identity--compact) .club-identity-heading-logo {
    display: inline-block;
  }
  .widget-club-identity .club-identity-heading-logo {
    height: 80px;
    max-width: 180px;
  }
  .widget-club-identity .club-identity-left {
    display: none;
  }
  .widget-club-identity .club-identity-description-text {
    max-height: 130px;
    text-align: justify;
    hyphens: auto;
  }
  .widget-club-identity .club-identity-description-text.is-expanded {
    max-height: none;
  }
  .widget-club-identity .club-identity-description-text .row > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.club-widget-skeleton {
  min-height: 180px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 14px;
}
.club-widget-skeleton--tall {
  min-height: 340px;
}
.club-widget-skeleton .club-widget-skeleton-bar {
  height: 14px;
  margin-bottom: 14px;
  border-radius: 7px;
  background: linear-gradient(90deg, #eef1f4 25%, #f7f9fa 50%, #eef1f4 75%);
  background-size: 400px 100%;
  animation: club-widget-skeleton-shimmer 1.4s ease-in-out infinite;
}
.club-widget-skeleton .club-widget-skeleton-bar--title {
  width: 40%;
  height: 18px;
  margin-bottom: 22px;
}

@keyframes club-widget-skeleton-shimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
.club-page-columns {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.club-page-columns .club-page-rail {
  flex: 0 0 330px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.club-page-columns .club-page-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.club-page-columns .club-block-baanstatus {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .club-page-columns {
    flex-direction: column;
    align-items: stretch;
  }
  .club-page-columns .club-page-rail,
  .club-page-columns .club-page-main {
    display: contents;
  }
  .club-page-columns .club-block-bookings {
    order: 1;
  }
  .club-page-columns .club-block-book {
    order: 2;
  }
  .club-page-columns .club-block-baanstatus {
    order: 3;
  }
  .club-page-columns .club-block-news {
    order: 4;
  }
  .club-page-columns .club-block-tournaments {
    order: 5;
  }
  .club-page-columns .club-block-teetimes {
    order: 6;
  }
  .club-page-columns .club-block-contacts {
    order: 7;
  }
  .club-page-columns .club-block-location {
    order: 8;
  }
}

/*# sourceMappingURL=root.css.map */
