﻿/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-hole-listing h2 {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1; }

.c-hole-listing .p-gallery,
.c-hole-listing .p-gallery img {
  height: 330px; }

.c-hole-listing .hole-picture-group {
  background: rgba(55, 81, 60, 0.1);
  text-align: center; }

.c-hole-listing .hole-picture-group h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 2; }
  .c-hole-listing .hole-picture-group h3 span {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px; }
  .c-hole-listing .hole-picture-group h3:before, .c-hole-listing .hole-picture-group h3:after {
    position: absolute;
    top: 50%;
    width: 35%;
    background: black;
    height: 1px;
    display: block;
    content: '';
    z-index: 1;
    opacity: 0.2; }
  .c-hole-listing .hole-picture-group h3:before {
    left: 5%; }
  .c-hole-listing .hole-picture-group h3:after {
    right: 5%; }

.c-hole-listing .holes {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .c-hole-listing .holes {
      flex-direction: row;
      justify-content: center; } }

.c-hole-listing .hole-navigation {
  background: #37513c;
  position: relative;
  z-index: 5;
  padding: 5px; }
  .c-hole-listing .hole-navigation ul {
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 0; }
    @media (min-width: 1200px) {
      .c-hole-listing .hole-navigation ul {
        margin: 0; } }
  .c-hole-listing .hole-navigation ul li {
    background: #fff;
    color: #000;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 1px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .c-hole-listing .hole-navigation ul li a {
    padding: 10px; }
  @media (min-width: 575px) {
    .c-hole-listing .hole-navigation ul li {
      width: 40px;
      height: 40px; } }
  @media (min-width: 1200px) {
    .c-hole-listing .hole-navigation {
      padding: 20px; }
      .c-hole-listing .hole-navigation ul li {
        width: 60px;
        height: 60px; }
      .c-hole-listing .hole-navigation ul li a {
        padding: 5px;
        font-size: 14px;
        display: block; } }
  .c-hole-listing .hole-navigation ul li.active {
    background: #a18f5b;
    color: #fff; }
    .c-hole-listing .hole-navigation ul li.active a {
      font-weight: bold; }
  .c-hole-listing .hole-navigation .strap {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 23px 27px 23px 60px;
    min-width: 196px;
    color: #fff;
    background: #37513c;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 18px 32px;
    background-image: url("/Assets/img/website/flag.svg");
    background-position: 27px center; }

.c-hole-listing .hole-info-wrapper {
  padding: 30px; }
  @media (min-width: 1200px) {
    .c-hole-listing .hole-info-wrapper {
      padding: 100px 90px;
      padding-top: 100px; } }

.c-hole-listing .hole-image-wrapper .bg {
  background: #fff; }
  @media (min-width: 1200px) {
    .c-hole-listing .hole-image-wrapper .bg {
      background: rgba(55, 81, 60, 0.1);
      padding-top: 100px; } }

.c-hole-listing .course-image {
  width: 100%; }
