 /* BASE STYLES */
    body {
      margin: 0;
      font-family: sans-serif;
    }
.park-map
{
    display: flex;
    width:100%;
    max-width:1200px;
}

.park-point .open-card i {
    position: relative;
    display: block;
    width: 6.3rem;
    height: 6.3rem;
}

    /* THE TRIGGER BUTTON */
    .menu-toggle {
      position: fixed;
      top: 1rem;
      right: 1rem;
      z-index: 1001;
      background: rgba(0,0,0,0.7);
      color: #fff;
      border: none;
      padding: 0.5rem 1rem;
      cursor: pointer;
      font-size: 1rem;
    }

    /* THE OVERLAY MENU */
    #fullScreenMenu {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: rgba(0,0,0,0.5);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 1000;
    }

    /* VISIBLE STATE */
    #fullScreenMenu.open {
      visibility: visible;
      opacity: 1;
    }

    /* CLOSE BUTTON */
    .close-menu {
      position: absolute;
      top: 15rem;
      right: 15rem;
      background: transparent;
      color: #fff;
      border: none;
      font-size: 5.5rem;
      cursor: pointer;
    }

    /* EXAMPLE MENU CONTENT */
    .menu-content {
      text-align: center;
    }
    .menu-content a {
      display: block;
      margin: 1rem 0;
      font-size: 2rem;
      color: #fff;
      text-decoration: none;
    }

    .menumap {
cursor: pointer;
      position: absolute;
    top: 4rem;
    right: 4rem;
    display: block;
    content: '';
    width: 33.5rem;
    height: 22.9rem;
    background: transparent url(https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/map_header.png) no-repeat center;
    background-size: cover;
}


.park-point .open-card i {
    position: relative;
    display: block;
    width: 6.3rem;
    height: 6.3rem;
}

.park-points .park-point .picnic-park {
    display: none;
    position: absolute;
    z-index: 99;
    color: #183029;
    width: 32.8rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
}

/* show when active */
.park-points .park-point .picnic-park.cardactive {
  display: block;
}

.park-point .open-card i b:nth-of-type(1) {
    position: absolute;
    z-index: 9;
    top: 1.6rem;
    left: 1.6rem;
    width: 3.15rem;
    height: 3.15rem;
    background-color: #FF7E2A;
    background: linear-gradient(0deg, #662482 0%, #FF7E2A 100%);
    border-radius: 50%;
}

.park-point .open-card i b:nth-of-type(2) {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    height: 6.3rem;
    width: 6.3rem;
    background-color: rgba(255, 126, 42, 0.5);
    border: 1px solid #ffaa71;
    box-shadow: inset 0 0 0.5rem 0.5rem #ff9148;
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 1500ms ease-out;
    animation-iteration-count: infinite;
}

.park-point .open-card span {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 5rem;
    display: block;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
    line-height: 3.5rem;
    transform: translateX(-50%);
}

.park-point .picnic-park .close-card {
    cursor: pointer;
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background: #fff url(https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/close.svg) no-repeat center;
    background-size: cover;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

.park-point .picnic-park .cover {
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.park-point .picnic-park .title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin: 0;
    padding: 2rem 0.1rem 1rem 0.1rem;
}

.park-point .picnic-park .title a, a:hover {
    color: #662482;
    text-decoration: none;
}

.park-point .picnic-park .excerpt {
    color: #292727;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5rem 0.1rem;
}

.park-point .picnic-park p a {
    text-decoration: none;
      font-weight: 900;
}


 .title a:hover:after {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
 .park-point .picnic-park .title a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3.7rem;
    height: 2.9rem;
    margin: 0 0 0 1rem;
    background: transparent url(https://dorset-nl.org.uk/wp-content/themes/mbc_child/assets/images/picnic/arrow-right.svg) no-repeat center;
    background-size: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.park-map .park-points .underlay {
    display: block;
    max-width: 118.2rem;
    max-height: 80.8rem;
    width: 100%;
    height: auto;
}

.pitp-template .main .park-map .park-points {
        display: inline-block;
    }

.park-map {
        padding: 4rem 0;
 }