
#intro {
    margin-top: 80px;
}
#background-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 993px;
}
.promotion {
    position: absolute;
    bottom: 50px;
    left: 50px;
    margin: 0;
    margin-top: 400px;
    background: #ffffff;
    padding: 30px;
    font-size: 40px;
    line-height: 44px;
    margin-right: 70px;
    letter-spacing: -3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #E50695;
}
.right-column section#location-header .location-name {
    background: #E50695;
    color: #fff;
    padding: 20px 40px;
    text-align: left;
}
.right-column section#location-header .location-name h1 {
    margin: 0;
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}
.right-column section#location-header .location-name .subheadline {
    display: block;
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.right-column section#location-information {
    padding: 30px 40px;
}
.right-column section {
    background: #fff;
}
.right-column section#location-information .address {
    position: relative;
    background: none;
    padding: 0;
}
.right-column section#location-information .address a {
    text-decoration: none;
    font-size: 18px;
}
.right-column section#location-information a {
    color: #000;
}
#location-map {
    height: 300px;
}
#location-map iframe {
    width: 100%;
    height: 100%;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.row.evenSpacedColumns {
    margin-right: -15px;
}
.right-column section#location-information .jumperoo-hours, .right-column section#location-information .open-jump-hours {
    padding-right: 30px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}

.right-column section#location-information .open-jump-hours .time strong {
    float: right;
    font-size: 12px;
    color: #373737;
    font-weight: 800;
}
div.time{
    color: #373737;
    font-size: 12px;
    font-weight: 700;
}

.right-column section#cta-btns a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background: #E50695;
    display: block;
    color: #fff;
    font-size: 50px;
    text-align: left;
    padding: 0 20px 0 40px;
    border-radius: 0;
    transition: all .3s;
    letter-spacing: -3px;
    border: 0;
    border-top: 2px solid #fff;
}
.right-column section#cta-btns a span {
    position: relative;
}
.right-column section#cta-btns a span:after {
    content: "\0041";
    position: absolute;
    top: 26px;
    right: -41px;
    font-size: 31px;
    font-family: Glyphter;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.right-column section#cta-btns a:hover, .right-column section#cta-btns a:focus, .right-column section#cta-btns a:active {
    background: #fff;
    color: #E50695;
}

/*Gallery CSS*/
.gallery-image a {display: block;}
.gallery-image img {width: 100%;}
.gallery{padding: 0;overflow: hidden;}
#gallery{overflow: hidden;}
.gallery-image img {width: 160%;max-width: 160%;height: auto;text-align: center;margin: 0 auto;}
#gallery .gallery-image {height: 228px;background: #ccc;}
.fancybox-slide--image .fancybox-content {background: #f9f9f9 !important;color: #444;text-shadow: none;border-radius: 4px;}
img.fancybox-image {padding: 15px;}
@media (max-width: 768px){
    section#gallery .et_pb_column.et_pb_column_1_5{margin-right: 0;width: 50%;}
}
@media (min-width: 768px){
    section#gallery .et_pb_column.et_pb_column_1_5{margin-right: 0;width: 33.33%;}
}
@media (min-width: 992px){
    section#gallery .et_pb_column.et_pb_column_1_5 {margin-right: 0;width: 20%;}
}


/*Additional Content*/
section#additional-content {background: #fff;margin-top: 60px;}
section#additional-content .content h3{color: #E50695;font-family: 'Montserrat', sans-serif;font-weight: 800;font-size: 40px;letter-spacing: -1.5px;line-height: 1;text-align: left;margin: 30px 0 15px;text-transform: none;}
.btn:hover {color: #E50695;background: #fff;}
.btn.active, .btn:active {background-image: none;outline: 0;box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);}
.btn-orange:hover {border: 1px solid #e26200;}


