/*

    Theme Name: BillyBird
    Author: AdService B.V.
    Author URI: https://adservice.io
    Description: Default theme for BillyBird-websites.
    Version: 1.6.0

*/

@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.leaflet-dragging {
    overflow: hidden!important;
}

header {
    position: relative;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0 0 5px rgba(57, 54, 58, 0.75);
    z-index: 1000;
}

header .navbar {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    z-index: 0;
}

header .navbar .navbar-header {
    position: relative;
    width: auto;
}

header .navbar .navbar-brand {
    position: relative;
    background: #6c2777;
    height: auto;
    padding: 20px 25px;
}

header .navbar .navbar-brand:hover {
    background: #6c2777 !important;
}

header .navbar .navbar-brand:before {
    position: absolute;
    content: ' ';
    background: #6c2777;
    border-radius: 5px;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

header .navbar .navbar-brand .logo {
    height: 46px;
    width: auto;
    float: left;
}

header .navbar .navbar-brand .logo.logo-inverse {
    display: none;
}

header .navbar .navbar-brand .switcher {
    float: right;
    color: #fff;
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    margin-left: 10px;
}

header .navbar .navbar-brand .navbar-brands {
    position: absolute;
    background: #551b5f;
    height: auto;
    width: 100%;
    left: 0;
    top: 85px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px rgba(57, 54, 58, 0.75);
    z-index: -2;
}

header .navbar .navbar-brand .navbar-brands ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px;
    text-align: center;
}

header .navbar .navbar-brand .navbar-brands ul li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

header .navbar .navbar-brand .navbar-brands ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: 700;
    color: #fff;
}

header .navbar .navbar-brand .navbar-brands ul li a img {
    height: 46px;
    width: auto;
    margin: 10px 25px;
    display: block;
}

header .navbar .navbar-collapse-close {
    background: #FCC215;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    padding: 7.5px 0;
    border-radius: 4px;
    display: none;
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-brand .switcher {
        color: #d5c8d6;
        float: left;
    }
    header .navbar .navbar-brands {
        position: absolute !important;
        top: 75px !important;
        left: -35px !important;
        background: #fff !important;
        width: 100% !important;
        box-shadow: none !important;
    }
    header .navbar .navbar-brands ul {
        margin: 20px 0px !important;
    }
    header .navbar .navbar-brands ul a {
        color: #6c2777 !important;
    }
}

header .navbar .navbar-nav {
    position: relative;
    list-style: none;
    margin: 10px -30px 0 0;
}

header .navbar .navbar-nav li {
    position: relative;
    display: block;
}

header .navbar .navbar-nav li:last-child a {
    margin-left: 15px;
    margin-right: 0;
}

header .navbar .navbar-nav li a {
    position: relative;
    text-decoration: none;
    color: #aa9cad !important;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7.5px 0;
    z-index: 1;
}

header .navbar .navbar-nav li.navbar-tickets a {
    background: #FCC215;
    color: #fff !important;
    border-radius: 5px;
}

header .navbar .navbar-dropdown {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    height: auto;
    transform: translateX(-50%);
    z-index: 0;
}

header .navbar .navbar-dropdown ul {
    position: relative;
    background: #6c2777;
    list-style: none;
    margin-top: 76px;
    padding: 15px 0;
    border-radius: 0 0 5px 5px;
}

header .navbar .navbar-dropdown ul:before {
    position: absolute;
    content: ' ';
    top: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #6c2777;
}

header .navbar .navbar-dropdown ul li {
    width: 100%;
    text-align: center;
}

header .navbar .navbar-dropdown ul li a {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 10px 0;
    color: #fff !important;
}

header .navbar .navbar-tickets-mobile {
    display: none;
    float: right;
}

header .navbar .navbar-tickets-mobile a {
    background: #FCC215;
    color: #fff !important;
    padding: 5px 10px;
    margin: 7.5px 0;
    display: inline-block;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-nav {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 25px 0;
    }
    header .navbar .navbar-nav li {
        text-align: left;
    }
    header .navbar .navbar-nav li a {
        padding-left: 0;
        color: #fff !important;
    }
    header .navbar .navbar-nav li a[data-dropdown] {
        padding-bottom: 0;
    }
    header .navbar .navbar-brand {
        background: #fff;
        padding: 15px 20px;
        width: calc(100% - 70px);
    }
    header .navbar .navbar-brand:hover {
        background: transparent !important;
    }
    header .navbar .navbar-brand:before {
        display: none;
    }
    header .navbar .navbar-brand .logo {
        display: none;
    }
    header .navbar .navbar-brand .logo.logo-inverse {
        display: block;
        margin: 5px 0;
        height: 38px;
    }
    header .navbar .navbar-dropdown {
        position: relative;
        width: 100%;
        height: auto;
        display: block !important;
    }
    header .navbar .navbar-dropdown ul {
        margin: 0;
        padding: 0;
    }
    header .navbar .navbar-dropdown ul li {
        text-align: left;
    }
    header .navbar .navbar-dropdown ul li a {
        font-size: 13px;
        color: #aa9cad !important;
        padding-left: 10px;
    }
    header .navbar .navbar-collapse {
        position: fixed;
        background: #6c2777;
        top: -5px;
        display: none;
        width: 300px;
        height: calc(100% + 10px);
        overflow-y: scroll;
        box-shadow: 0 0 5px rgba(57, 54, 58, 0.75);
        outline: 1000px solid rgba(35, 22, 37, 0.75);
    }
    header .navbar .navbar-collapse.collapse {
        display: block !important;
    }
    header .navbar .navbar-collapse .navbar-tickets {
        display: none;
    }
    header .navbar .navbar-collapse .navbar-collapse-close {
        display: block;
    }
    header .navbar .navbar-collapse .site-search {
        display: block !important;
        text-align: center;
        padding: 25px 0 0;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }
    header .navbar .navbar-toggle {
        display: block !important;
        border: none;
        margin: 15px 10px;
        float: left;
    }
    header .navbar .navbar-toggle img {
        height: 30px;
    }
    header .navbar .navbar-tickets-mobile {
        display: block;
    }
}

header .navbar-top {
    background: #6c2777;
    padding: 10px 0;
    overflow: hidden;
}

header .navbar-top .header-contact {
    list-style: none;
    margin: 0;
}

header .navbar-top .header-contact li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px;
}

header .navbar-top .header-contact li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    header .navbar-top {
        display: none;
    }
    header .navbar-top .header-contact {
        display: block;
        text-align: center;
    }
    header .navbar-top .header-contact li {
        font-size: 15px;
    }
}

header .navbar-top .header-links {
    list-style: none;
    margin: 0;
}

header .navbar-top .header-links li {
    display: inline-block;
    margin: 0 7.5px;
    border-right: 1px solid #560961;
    padding-right: 15px;
}

header .navbar-top .header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

header .navbar-top .header-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    header .navbar-top .header-links {
        float: left;
        text-align: center;
        margin-left: 5px;
    }
    header .navbar-top .header-links li {
        border-color: #b275bb;
    }
    header .navbar-top .header-tickets {
        display: block !important;
        background: #FCC215;
        color: #fff;
        display: inline-block !important;
        font-weight: 800;
        padding: 10px 20px;
        margin: -10px 0;
        text-decoration: none;
    }
}

footer {
    position: relative;
    font-family: 'Nunito', sans-serif;
    overflow: hidden;
}

footer .footer-top {
    background: #fff;
    padding: 50px 0;
    border-top: 3px dashed #6c2777;
}

footer .footer-top .container {
    position: relative;
}

footer .footer-top .container .footer-mascot {
    position: absolute;
    width: 225px;
    height: 200px;
    bottom: -50px;
    right: 0;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

footer .footer-top .footer-links strong,
footer .footer-top .footer-info strong {
    color: #4c0d57;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    display: block;
}

footer .footer-top .footer-links ul,
footer .footer-top .footer-info ul {
    display: block;
    margin: 15px 0;
    list-style: none;
}

footer .footer-top .footer-links ul li,
footer .footer-top .footer-info ul li {
    display: block;
}

footer .footer-top .footer-links ul li a,
footer .footer-top .footer-info ul li a {
    position: relative;
    text-decoration: none;
    color: #aa9cad;
    font-weight: 600;
    display: block;
    margin: 12.5px 0;
}

footer .footer-top .footer-links ul li a:after,
footer .footer-top .footer-info ul li a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    opacity: 0.5;
}

footer .footer-top .footer-info a:after {
    display: none;
}

footer .footer-top .footer-location {
    margin: 50px 0;
    color: #6c2777;
    font-size: 16px;
}

footer .footer-top .footer-location .footer-energy {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #806184;
}

footer .footer-top p {
    display: block;
    margin: 15px 0;
    color: #c2aec5;
    font-weight: 600;
}

footer .footer-top p b {
    display: block;
    color: #806184;
    margin-bottom: 10px;
}

footer .footer-top .footer-review-image {
    width: 100%;
    display: block;
}

footer .footer-bottom {
    background: #6c2777;
    padding: 10px 0;
}

footer .footer-bottom p {
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

footer .footer-bottom a {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
    font-size: 14px;
}

footer .footer-menu-open {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    border: none !important;
    text-transform: uppercase;
    text-decoration: none;
    display: none;
    background: #6c2777;
    margin: 35px 25px 0;
    padding: 10px 0;
    border-radius: 4px;
    color: #fff;
}

@media screen and (max-width: 991px) {
    footer .footer-top {
        padding: 0 0 25px;
        text-align: center;
    }
    footer .footer-top .footer-links {
        margin: 50px 0;
    }
    footer .footer-top .footer-mascot {
        display: none;
    }
    footer .footer-bottom {
        text-align: center;
        padding: 25px 0;
    }
    footer .footer-bottom p {
        display: block;
        width: 100%;
    }
    footer .footer-bottom p a {
        width: 100%;
        padding: 10px 0;
    }
    footer .footer-menu-open {
        display: block;
    }
    footer .footer-menu {
        display: none;
    }
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #f8f2f9;
}

.wrapper {
    display: block;
    width: 100%;
}

.wrapper .content {
    width: 100%;
    background: #fff;
    min-height: 500px;
    padding: 40px 25px;
}

.wrapper .content.content-overflown {
    position: relative;
    margin-top: -150px;
    border-radius: 5px 5px 0 0;
    z-index: 10;
    overflow: hidden;
}

.wrapper .content.content-no-spacing {
    padding: 0;
}

.wrapper .content.content-padding-normal {
    padding: 25px;
}

@media screen and (max-width: 991px) {
    .wrapper .content {
        padding: 25px 10px;
    }
    .wrapper .content.content-overflown {
        margin-top: unset;
    }
}

.wrapper .banner {
    position: relative;
    height: 350px;
    width: 100%;
    background: black;
    overflow: hidden;
    z-index: 1;
}

.wrapper .banner:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media screen and (min-width: 991px) {
    .wrapper .banner {
        background: #000!important;
        background-size: inherit!important;
    }
    .wrapper .banner .background {
        display: block!important;
    }
}

.wrapper .banner.banner-attraction .banner-header {
    top: 100px;
}

.wrapper .banner .banner-header {
    position: absolute;
    width: 100%;
    padding: 0 35px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    top: calc(50% - 85px);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 991px) {
 
    .wrapper .banner .banner-header {
        top: 50%;   
    }
    
}

.wrapper .banner .banner-header h1 {
    font-weight: 800;
    font-style: italic;
    font-size: 40px;
}

.wrapper .banner .banner-header p {
    font-size: 16px;
    font-weight: 600;
    color: #d1cdd8;
    margin-top: 15px;
}

.wrapper .banner .banner-header .btn {
    margin-top: 20px;
}

.wrapper .banner .shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.wrapper .banner .shape img {
    position: static;
    user-select: none;
    width: 100%;
}

.wrapper .banner .background {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%) scale(1.5);
    display: none;
}

.wrapper .banner .background-video,
.wrapper .banner .background-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
}

.wrapper .banner .background-video video,
.wrapper .banner .background-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .wrapper .banner .shape {
        display: none;
    }
    .wrapper .banner .background {
        top: unset;
        width: auto;
        height: 100%;
    }
}

.wrapper .button-spacing {
    padding: 25px 0 25px 0;
}

.wrapper .button-spacing.button-spacing-bottom {
    padding: 25px 0;
}

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    border: none !important;
    text-transform: uppercase;
    color: #fff;
}

.btn.btn-primary {
    background: #6c2777;
}

.btn.btn-secondary {
    background: #4c0d57;
}

.btn.btn-yellow {
    background: #FCC215;
}

.btn.btn-green {
    background: #009AA9;
}

.btn.btn-sm {
    padding: 5px 10px;
}

.btn.btn-md {
    padding: 10px 35px;
}

.btn.btn-lg {
    padding: 25px 50px;
}

form {
    position: relative;
}

form input[type="text"],
form input[type="email"] {
    border: none;
    box-shadow: none;
    outline: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus {
    box-shadow: none;
}

.linkbox {
    position: relative;
}

.linkbox h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #6c2777;
    margin: 50px 0 15px;
    padding-top: 15px;
    border-top: 1px solid #ebd9ef;
}

.linkbox .linkbox-item {
    background: #6c2777;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 35px 0;
    margin: 15px 0;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.agenda {
    position: relative;
    font-family: 'Nunito', sans-serif;
    border: 2px solid #ebd9ef;
    margin: 25px 0;
}

.agenda .agenda-element {
    padding: 15px;
    overflow: hidden;
}

.agenda .agenda-element .datepicker {
    width: 100%;
}

.agenda .agenda-element .datepicker table {
    width: 100%;
}

.agenda .agenda-element .datepicker table td,
.agenda .agenda-element .datepicker table th {
    text-align: center;
}

.agenda .agenda-element .datepicker table td.day,
.agenda .agenda-element .datepicker table th.day {
    position: relative;
}

.agenda .agenda-element .datepicker table td.day span,
.agenda .agenda-element .datepicker table th.day span {
    background: #f8f2f9;
    display: block;
    padding: 12.5px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
}

.agenda .agenda-element .datepicker table td.day span i,
.agenda .agenda-element .datepicker table th.day span i {
    display: block;
    margin: 5px auto 0;
    font-size: 8px;
}

.agenda .agenda-element .datepicker .datepicker-switch {
    font-weight: 800;
    font-size: 20px;
    color: #6c2777;
}

.legend {
    position: relative;
    background: #F8F2F9;
    font-family: 'Nunito', sans-serif;
    padding: 10px 15px;
}

.legend ul {
    list-style: none;
    margin: 0;
}

.legend ul li {
    width: 100%;
    padding: 2.5px 0;
}

.legend ul li i {
    font-size: 19px;
    vertical-align: bottom;
}

.hero {
    position: relative;
    margin: -40px -25px 20px -25px;
    overflow: hidden;
}

.hero .nav-tabs {
    background: #009AA9;
    font-family: 'Nunito', sans-serif;
    border: none;
    height: 70px;
}

.hero .nav-tabs li {
    display: inline-block;
    width: calc(25% - 20px);
    height: 80px;
    text-align: center;
    margin: 10px 10px 0 10px;
    padding: 10px;
}

.hero .nav-tabs li a {
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    margin: 0;
    line-height: 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero .nav-tabs li:hover a {
    background: inherit;
    border: none;
}

.hero .nav-tabs li.active {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.hero .nav-tabs li.active a {
    color: #6c2777;
    font-size: 22px;
    line-height: 40px;
    height: 71px;
    border: 1px solid #ebe4ec;
    border-bottom: 1px solid #fff;
}

.hero .tab-content {
    padding: 15px 25px;
    margin: 20px;
    border: 1px solid #ebe4ec;
}

.headline {
    background: #6c2777;
    color: #fff;
    padding: 15px 0;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.recras-onlinebooking,
.recras-contact {
    background: #f8f2f9;
    width: 100%;
    max-width: unset;
    margin: 0 0 50px;
    padding: 0 25px;
    border-radius: 0 0 5px 5px;
}

.recras-onlinebooking .recras-discounts,
.recras-contact .recras-discounts {
    display: none!important;
}

.recras-onlinebooking ul,
.recras-contact ul {
    list-style: none;
}

.recras-onlinebooking button,
.recras-onlinebooking input,
.recras-onlinebooking select,
.recras-onlinebooking textarea,
.recras-contact button,
.recras-contact input,
.recras-contact select,
.recras-contact textarea {
    border: none;
    padding: 10px;
}

.recras-onlinebooking form > div,
.recras-contact form > div {
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .recras-heading {
        display: none!important;
    }
    .recras-contactform > div,
    .recras-amountsform > div {
        position: relative;
        display: block;
        margin-bottom: 25px!important;
    }
    .recras-contactform > div input,
    .recras-amountsform > div input,
    .recras-contactform > div textarea,
    .recras-amountsform > div textarea {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 5px;
    }
    .recras-amountsform > div .recras-price {
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding-left: 10px;
        border-left: 1px solid #d6d2d6;
    }

}

.main h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #6c2777;
    margin: 0 0 15px;
    border-bottom: 1px solid #ebd9ef;
    padding-bottom: 25px;
}

.main h2 i {
    color: #4c0d57;
}

.main .opening-times .widget {
    background: #F8F2F9;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    margin: 0px 0;
    font-size: 18px;
}

.main .opening-times .widget span {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #4c0d57;
}

.main .opening-times .widget span strong {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
}

.main .opening-times .widget span b {
    font-weight: 900;
    display: block;
}

.main .opening-times .widget span i {
    font-weight: 400;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.main .opening-times p {
    font-size: 15px;
    color: #8e7892;
}

.main .opening-times p strong {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #6c2777;
    display: block;
    margin: 10px 0 20px;
}

.main .tickets strong {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #6c2777;
    display: block;
    margin: 25px 0 20px;
}

.main .tickets table {
    width: 100%;
}

.main .tickets table td {
    width: 50%;
    font-size: 20px;
}

.main .tickets table td span {
    font-size: 15px;
    color: #8e7892;
}

.main .tickets p {
    font-size: 15px;
    color: #8e7892;
    margin: 10px 0 0;
}

.main .tickets p i {
    color: #009AA9;
}

.featured {
    background: #F8F2F9;
    padding: 20px 25px;
    margin: 0 0 35px;
}

.featured h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #6c2777;
    margin: 0 0 15px;
}

.featured .events {
    display: flex;
    flex-wrap: wrap;
    margin: -12.5px;
}

.featured .events .event {
    flex-grow: initial;
    width: calc(33.33% - 25px);
    margin: 12.5px;
    text-decoration: none;
}

.featured .events .event .event-image {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    background: #6c2777;
    margin-bottom: 25px;
    overflow: hidden;
}

.featured .events .event .event-image img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.featured .events .event .event-title {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #4c0d57;
}

.featured .events .event .event-date {
    color: #009AA9;
    margin-top: 5px;
    display: block;
}

@media screen and (max-width: 991px) {
    .featured .events .event {
        width: 100%;
    }
}

.news {
    background: #6c2777;
    margin: 40px -25px;
    padding: 20px 25px;
}

.news h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: white;
    margin: 0 0 15px;
}

.news .articles {
    display: flex;
    flex-wrap: wrap;
    margin: -12.5px;
}

.news .articles .article {
    position: relative;
    background: #fff;
    flex-grow: initial;
    width: calc(33.3% - 25px);
    height: auto;
    min-height: 100px;
    margin: 12.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.news .articles .article .article-thumb {
    position: relative;
    width: 100%;
    height: 165px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.news .articles .article .article-thumb img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news .articles .article .article-content {
    width: 100%;
    text-align: center;
    padding: 25px 35px;
    display: block;
}

.news .articles .article .article-content .article-title {
    font-family: 'Nunito', sans-serif;
    color: #6c2777;
    font-size: 20px;
    font-weight: 800;
    display: block;
}

.news .articles .article .article-content .article-subtitle {
    color: #8e7892;
    font-weight: 500;
    margin: 10px 0 0;
}

.news .articles .article .article-content .article-link {
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .news .articles .article {
        width: 100%;
    }
}

.newsletter {
    background: #F8F2F9;
    padding: 20px 25px;
}

.newsletter h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #6c2777;
    margin: 0 0 15px;
}

.newsletter .signup img {
    width: 85%;
}

.newsletter .signup input {
    padding: 30px 25px;
}

.newsletter .signup button {
    padding: 20px 25px;
    width: 100%;
}

.membership h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #6c2777;
    margin: 0 0 15px;
}

.membership p {
    color: #8e7892;
    font-weight: 500;
    font-size: 16px;
}

.membership ul {
    list-style: none;
    margin: 25px 0;
}

.membership ul li {
    margin: 5px 0;
    color: #8e7892;
    font-size: 16px;
    font-weight: 400;
}

.membership ul li i {
    color: #009AA9;
    padding-right: 5px;
}

.membership ul li small {
    font-style: italic;
    padding-left: 25px;
}

.membership img {
    width: 100%;
}

.template .template-page {
    position: relative;
    padding: 0 35px;
}

.template .template-page h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #4c0d57;
}

.template .template-page h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #6c2777;
}

.template .template-border-top {
    border-top: 2px solid #f8f2f9;
    padding-top: 25px;
}

.template .template-border-top strong {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #6c2777;
    display: block;
}

.template .template-sidebar {
    position: relative;
    width: 100%;
}

.template .template-sidebar .sidebar-item {
    position: relative;
    background: #6c2777;
    display: inline-block;
    width: 100%;
    height: 100px;
    margin: 10px 0;
}

.template .template-sidebar .sidebar-item .sidebar-item-title {
    position: absolute;
    bottom: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: rgba(119, 44, 130, 0.85);
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.template .template-attractions-content {
    position: relative;
}

.template .template-attractions-content .attractions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.template .template-attractions-content .attractions .attraction {
    position: relative;
    flex-grow: initial;
    width: calc(33.33% - 20px);
    height: auto;
    margin: 25px 10px;
    text-decoration: none;
}

.template .template-attractions-content .attractions .attraction .attraction-content {
    position: relative;
}

.template .template-attractions-content .attractions .attraction .attraction-content .attraction-thumb {
    position: relative;
    background: #f9f4fa;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

.template .template-attractions-content .attractions .attraction .attraction-content .attraction-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}

.template .template-attractions-content .attractions .attraction .attraction-content .attraction-title {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #4c0d57;
}

.template .template-attractions-content .attractions .attraction .attraction-content .attraction-features {
    list-style: none;
}

.template .template-attractions-content .attractions .attraction .attraction-content .attraction-features li {
    font-size: 14px;
    color: #009AA9;
    margin: 15px 0;
}

.template .template-attractions-content .attractions .attraction .attraction-content .attraction-features li .attraction-icon {
    position: relative;
    background: #009AA9;
    border-radius: 100px;
    padding: 5px 8px;
    margin-right: 5px;
    text-align: center;
}

.template .template-attractions-content .attractions .attraction .attraction-content .attraction-features li .attraction-icon i {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .template .template-attractions-content .attractions .attraction {
        width: 100%;
    }
}

.template .template-park-map-content {
    position: relative;
}

.template .template-park-map-content .park-map-wrapper {
    position: relative;
    height: 100%;
}

.template .template-park-map-content .park-map-wrapper .park-map-link {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    background: #6c2777;
    color: #fff;
}

.template .template-park-map-content .park-map-holder {
    position: relative;
    background: #4c0d57 url("/wp-content/themes/billybird/img/map-load.gif") no-repeat center;
    background-size: 148px;
    height: 500px;
    width: 100%;
    outline: none;
    overflow: hidden;
}

.template .template-park-map-content .park-map-holder .park-map-popup {
    position: absolute;
    background: #6c2777;
    display: none;
    top: 0;
    right: -300px;
    padding: 20px 25px;
    width: 300px;
    height: 100%;
    box-shadow: 0 0 5px rgba(57, 54, 58, 0.75);
    z-index: 1;
}

.template .template-park-map-content .park-map-holder .park-map-popup .map-image {
    position: relative;
    height: 120px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.template .template-park-map-content .park-map-holder .park-map-popup .map-image img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.template .template-park-map-content .park-map-holder .park-map-popup h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.template .template-park-map-content .park-map-holder .park-map-popup p {
    color: #ccc1ce;
    font-size: 13px;
}

.template .template-park-map-content .park-map-holder .park-map-popup a {
    display: block;
    width: 100%;
}

.template .template-park-map-content .park-map {
    position: relative;
    height: 100%;
}

.template .template-park-map-content .park-map .leaflet-control-zoom {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
    display: none;
}

.template .template-park-map-content .park-map .leaflet-control-zoom .leaflet-control-zoom-in,
.template .template-park-map-content .park-map .leaflet-control-zoom .leaflet-control-zoom-out {
    background: #6c2777;
    display: block;
    height: 42px;
    width: 42px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    border-radius: 100px;
}

.template .template-park-map-content .park-map .leaflet-pane {
    position: relative;
    z-index: 1;
}

.template .template-park-map-content .park-map .leaflet-control-attribution {
    display: none;
}

.template .template-park-map-content .park-map .leaflet-popup {
    display: none !important;
}

.template .template-contact-content {
    position: relative;
}

.template .template-contact-content .contact-info.contact-info-spacer {
    border-top: 1px solid #ebd9ef;
    padding-bottom: 25px;
    margin-top: 25px;
}

.template .template-contact-content .contact-info p {
    font-size: 15px;
    color: #8e7892;
    margin: 10px 0 0;
}

.template .template-contact-content .contact-info p strong {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #6c2777;
    display: block;
    margin: 25px 0 20px;
}

.template .template-contact-content .contact-form {
    font-family: 'Nunito', sans-serif;
    background: #F8F2F9;
    padding: 20px 25px;
}

.template .template-contact-content .contact-form h3 {
    font-weight: 800;
    font-size: 22px;
    color: #6c2777;
    margin: 0 0 15px;
}

.template .template-contact-content .contact-form form {
    position: relative;
}

.template .template-contact-content .contact-form form label {
    display: block;
    width: 100%;
    font-size: 16px;
}

.template .template-contact-content .contact-form form .wpcf7-form-control {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin: 5px 0 20px;
    outline: none;
    border: none;
    border-radius: 4px;
}

.template .template-contact-content .contact-form form .wpcf7-submit {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    background: #FCC215;
    border: none !important;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 35px;
    border-radius: 4px;
}

.page-park .intro-text {
    width: 100%;
    display: block;
    text-align: center;
    margin: 65px 0;
    padding: 0 100px;
}

@media screen and (max-width: 991px) {
    .page-park .intro-text {
        padding: 0;
    }
}

.page-park .intro-text h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #6c2777;
    margin: 0 0 15px;
}

.page-park .intro-text p {
    color: #8e7892;
    font-weight: 500;
    font-size: 18px;
}

.page-park .intro-text .sepperator {
    border-top: 3px dashed #6c2777;
    display: inline-block;
    width: 100px;
    margin: 10px 0 35px;
}

.page-park .block {
    position: relative;
    background: #fff;
    height: auto;
    min-height: 100px;
    margin: 12.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.page-park .block .block-thumb {
    position: relative;
    width: 100%;
    height: 165px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.page-park .block .block-thumb img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-park .block .block-content {
    width: 100%;
    text-align: center;
    padding: 25px 5px;
    display: block;
}

.page-park .block .block-content .block-title {
    font-family: 'Nunito', sans-serif;
    color: #6c2777;
    font-size: 20px;
    font-weight: 800;
    display: block;
}

.page-park .block .block-content .block-subtitle {
    color: #8e7892;
    font-weight: 500;
    margin: 10px 0 0;
}

.page-park .block .block-content .block-link {
    display: block;
    margin-top: 20px;
    padding: 10px;
}

.page-park .banner-block {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    margin: 50px -25px;
    padding: 100px 20px;
    color: #fff;
}

.page-park .banner-block h3 {
    font-weight: 800;
    font-size: 40px;
}

.page-park .banner-block p {
    font-weight: 500;
    font-size: 18px;
}

.page-signup .intro-text {
    width: 100%;
    display: block;
    text-align: center;
    margin: 65px 0;
    padding: 0 100px;
}

@media screen and (max-width: 991px) {
    .page-signup .intro-text {
        padding: 0;
    }
}

.page-signup .intro-text h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #6c2777;
    margin: 0 0 15px;
}

.page-signup .intro-text p {
    color: #8e7892;
    font-weight: 500;
    font-size: 18px;
}

.page-signup .intro-text .sepperator {
    border-top: 3px dashed #6c2777;
    display: inline-block;
    width: 100px;
    margin: 10px 0 35px;
}

.page-signup .feature-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px 25px;
}

.page-signup .feature-text h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #6c2777;
    margin: 0 0 15px;
}

.page-signup .feature-text p {
    color: #8e7892;
    font-weight: 500;
    font-size: 16px;
}

.page-signup .feature-image {
    width: 100%;
    display: block;
    padding: 25px;
}

.page-signup .feature-image img {
    width: 100%;
    border-radius: 4px;
}

.page-signup .banner-block {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    margin: 50px -25px;
    padding: 100px 20px;
    color: #fff;
}

.page-signup .banner-block h3 {
    font-weight: 800;
    font-size: 40px;
}

.page-signup .banner-block p {
    font-weight: 500;
    font-size: 18px;
}

.page-partnerparks .intro-text {
    width: 100%;
    display: block;
    text-align: center;
    margin: 65px 0;
    padding: 0 100px;
}

@media screen and (max-width: 991px) {
    .page-partnerparks .intro-text {
        padding: 0;
    }
}

.page-partnerparks .intro-text h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #6c2777;
    margin: 0 0 15px;
}

.page-partnerparks .intro-text p {
    color: #8e7892;
    font-weight: 500;
    font-size: 18px;
}

.page-partnerparks .intro-text .sepperator {
    border-top: 3px dashed #6c2777;
    display: inline-block;
    width: 100px;
    margin: 10px 0 35px;
}

.page-partnerparks .blocks {
    position: relative;
}

.page-partnerparks .blocks .block {
    background: #F8F2F9;
    padding: 35px 25px;
    margin: 15px 0;
    text-align: center;
}

.page-partnerparks .blocks .block h2 {
    font-family: 'Nunito', sans-serif;
    color: #6c2777;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    display: block;
}

.page-partnerparks .blocks .block p {
    color: #8e7892;
    font-weight: 500;
    margin: 10px 0 0;
}

.page-partnerparks .blocks .block a {
    margin: 25px 0 0;
}

.page-features .intro-text {
    width: 100%;
    display: block;
    text-align: center;
    margin: 65px 0;
    padding: 0 100px;
}

@media screen and (max-width: 991px) {
    .page-features .intro-text {
        padding: 0;
    }
}

.page-features .intro-text h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #6c2777;
    margin: 0 0 15px;
}

.page-features .intro-text p {
    color: #8e7892;
    font-weight: 500;
    font-size: 18px;
}

.page-features .intro-text .sepperator {
    border-top: 3px dashed #6c2777;
    display: inline-block;
    width: 100px;
    margin: 10px 0 35px;
}

.page-features .blocks {
    position: relative;
}

.page-features .blocks .block {
    background: #F8F2F9;
    padding: 35px 25px;
    margin: 15px 0;
    height: auto;
    min-height: 200px;
    text-align: center;
}

.page-features .blocks .block h2 {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    display: block;
}

.page-features .blocks .block p {
    color: #fff;
    font-weight: 500;
    margin: 10px 0 0;
}

.page-features .blocks .block a {
    margin: 25px 0 0;
}

.page-parkinfo .banner-block {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    margin: 50px -25px;
    padding: 100px 20px;
    color: #fff;
}

.page-parkinfo .banner-block h3 {
    font-weight: 800;
    font-size: 40px;
}

.page-parkinfo .banner-block p {
    font-weight: 500;
    font-size: 18px;
}

.page-parkinfo .feature-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px 25px;
}

.page-parkinfo .feature-text h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #6c2777;
    margin: 0 0 15px;
}

.page-parkinfo .feature-text p {
    color: #8e7892;
    font-weight: 500;
    font-size: 16px;
}

.page-parkinfo .feature-image {
    width: 100%;
    display: block;
    padding: 25px;
}

.page-parkinfo .feature-image img {
    width: 100%;
    border-radius: 4px;
}

.page-faq .faq {
    margin: 10px 0;
}

.page-faq .faq h3 {
    background: #f8f2f9;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}

.page-faq .faq h3 i {
    float: right;
}

.page-faq .faq .collapse {
    padding: 10px 15px;
}

.page-faq .faq .collapse .answer {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8f2f9;
}

.page-faq .faq .collapse .answer:last-child {
    border-bottom: none;
}

.content-attraction .attraction-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #6c2777;
    display: block;
}

.content-attraction .attraction-description {
    color: #4c414e;
    font-size: 15px;
    margin-bottom: 50px;
}

.content-attraction .attraction-description h1,
.content-attraction .attraction-description h2,
.content-attraction .attraction-description h3,
.content-attraction .attraction-description h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #5d2965;
    display: block;
}

.content-attraction .attraction-video {
    margin: 20px 0;
    height: 315px;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
}

.content-attraction .attraction-video iframe {
    border: none;
    user-select: none;
}

.content-attraction .attraction-features {
    list-style: none;
}

.content-attraction .attraction-features li {
    font-size: 14px;
    color: #009AA9;
    margin: 15px 0;
    padding-left: 45px;
}

.content-attraction .attraction-features li .attraction-icon {
    position: relative;
    background: #009AA9;
    border-radius: 100px;
    display: inline-block;
    padding: 5px 8px;
    width: 36px;
    margin-right: 5px;
    margin-left: -45px;
    text-align: center;
}

.content-attraction .attraction-features li .attraction-icon i {
    color: #fff;
}

.content-group .group-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #6c2777;
    display: block;
}

.content-group .group-description {
    color: #4c414e;
    font-size: 15px;
    margin-bottom: 50px;
}

.content-group .group-description h1,
.content-group .group-description h2,
.content-group .group-description h3,
.content-group .group-description h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #5d2965;
    display: block;
}

.content-group .group-video {
    margin: 20px 0;
    height: 315px;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
}

.content-group .group-video iframe {
    border: none;
    user-select: none;
}

.content-group .group-features {
    list-style: none;
}

.content-group .group-features li {
    font-size: 14px;
    color: #009AA9;
    margin: 15px 0;
}

.content-group .group-features li .group-icon {
    position: relative;
    background: #009AA9;
    border-radius: 100px;
    padding: 5px 8px;
    margin-right: 5px;
    text-align: center;
}

.content-group .group-features li .group-icon i {
    color: #fff;
}

.content-group .group-arrangements {
    margin: 50px 0 10px;
    border-top: 1px solid #ebd9ef;
}

.content-group .group-arrangements .arrangements-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #6c2777;
    text-align: center;
    display: block;
}

.content-group .group-arrangements .arrangements-slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

.content-group .group-arrangements .arrangements-slider .arrangements-slides {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.content-group .group-arrangements .arrangements-slider .arrangements-slides ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

.content-group .group-arrangements .arrangements-slider .arrangements-slides ul li {
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: max-content;
    text-align: center;
}

.content-group .group-arrangements .arrangements-slider .arrangement {
    position: relative;
    width: calc(33.3% - 20px);
    height: auto;
    flex-grow: initial;
    background: #f8f2f9;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-title {
    background: #6c2777;
    padding: 15px 25px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #7f388a;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-title strong {
    font-size: 16px;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-description {
    position: relative;
    background: #6c2777;
    padding: 30px 25px;
    color: #fff;
    width: 100%;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-description:before {
    position: absolute;
    content: ' ';
    bottom: -30px;
    left: 0;
    background: #6c2777;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 30px;
    z-index: 1;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-description strong {
    font-size: 32px;
    font-weight: 900;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-thumb {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.5);
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-content {
    position: relative;
    display: inline-block;
    margin: 25px 0;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-content p {
    margin: 0 30px 25px;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-content a {
    margin: 0 0 10px;
}

.content-group .group-arrangements .arrangements-slider .arrangement .arrangement-content .link {
    display: block;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 15px;
}

@media screen and (max-width: 991px) {
    .content-group .group-arrangements .arrangements-slider .arrangement {
        width: 100%;
        margin: 10px 0;
    }
}

.content-group .group-arrangements .arrangements-slider-controls {
    position: relative;
    margin: 20px 0;
    text-align: center;
}

.content-group .group-arrangements .arrangements-slider-controls a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: calc(50% - 20px);
    display: inline-block;
    margin: 0 5px;
}

.parkinfo-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #6c2777;
    margin: 0 0 15px;
    border-bottom: 1px solid #ebd9ef;
    padding-bottom: 25px;
}

.parkinfo-content {
    position: relative;
    font-size: 15px;
    color: #504152;
}

.parkinfo-content h1,
.parkinfo-content h2,
.parkinfo-content h3,
.parkinfo-content h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #4c0d57;
    display: block;
}

.parkinfo-content ul {
    margin: 20px 0 20px 20px;
}

.side-navigation {
    display: flex;
    flex-wrap: wrap;
}

.side-navigation strong {
    background: #6c2777;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12.5px 0;
    font-size: 18px;
    border-radius: 5px;
}

.side-navigation .navigation {
    position: relative;
    flex-grow: initial;
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    text-decoration: none;
    filter: grayscale(100%);
}

.side-navigation .navigation:hover {
    filter: grayscale(0);
}

.side-navigation .navigation .navigation-content {
    position: relative;
}

.side-navigation .navigation .navigation-content .navigation-thumb {
    position: relative;
    background: #f9f4fa;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.side-navigation .navigation .navigation-content .navigation-thumb:before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(108, 39, 119, 0.5);
    z-index: 1;
}

.side-navigation .navigation .navigation-content .navigation-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%) scale(1.5);
}

.side-navigation .navigation .navigation-content .navigation-title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    display: block;
    color: #fff;
    transform: translateY(-50%);
    z-index: 2;
}

.tribe-events-single-event-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #6c2777;
    margin: 0 0 15px;
}

.tribe-events-cal-links {
    display: none;
}

.tribe-events-event-image {
    float: left;
    width: 250px;
}

.tribe-bar-views {
    display: none;
}

.tribe-events-sub-nav {
    display: none;
}

.gform_wrapper form {
    position: relative;
    background: #f8f2f9;
    border-radius: 4px;
    overflow: hidden;
}

.gform_wrapper .gform_heading {
    background: #6c2777;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.gform_wrapper .gform_heading .gform_description {
    margin-bottom: 10px;
}

.gform_wrapper .gform_body {
    padding: 5px 25px;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

.search {
    position: fixed;
    background: rgba(35, 22, 37, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.search .search-inner {
    position: relative;
    background: #fff;
    width: 500px;
    height: 73px;
    max-width: 90%;
    margin: 50px auto;
}

.search #site-search-close {
    display: block;
    background: #541c5d;
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
}

.site-search {
    color: #fff;
    text-decoration: none;
    display: none;
}

.tribe-events-event-image {
    margin-right: 1.25em!important;
}

@media screen and (max-width: 991px) {
    .tribe-events-event-image {
        display: block!important;
        width: 100%!important;
        margin: 0!important;
    }
    .tribe-events-event-image img {
        max-width: 250px!important;
        margin: 10px auto!important;
        display: block;
    }
    .tribe-events-single img {
        max-width: 100%;
        height: auto;
    }
}