body.page78405 {}

body.page78405 .container {
    width: 100%;
    max-width: 100%;
}

body.page78405 .hero,
body.page78462 .hero,
body.page78471 .hero,
body.page79090 .hero {
    height: 320px;
    background: #fff;
    position: relative;
    z-index: 300;
}

body.page78405 .hero:after,
body.page78462 .hero:after,
body.page78471 .hero:after,
body.page79090 .hero:after {
    content: "";
    position: absolute;
    background: url(../Userfiles/template/rip-top.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 50px;
    width: 110%;
    left: -5%;
    z-index: 2300;
}

body.page78405 .hero:before,
body.page78462 .hero:before ,
body.page78471 .hero:before,
body.page79090 .hero:before {
    content: "";
    position: absolute ;
    lefT: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 104, 57, 0.8);
    z-index: 200;
}

body.page78405 .hero h1,
body.page78462 .hero h1,
body.page78471 .hero h1,
body.page79090 .hero h1 {
    color: rgba(255, 255, 255, 1);
    position: absolute ;
    text-align: center;
    width: 100%;
    background: none;
    padding: 0rem;
    bottom: 0;
    z-index: 300;
    margin-bottom: 0;
    text-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-transform: uppercase ;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

body.page78405 .hero h1:before,
body.page78462 .hero h1:before,
body.page78471 .hero h1:before,
body.page79090 .hero h1:before {
    display: none;
}

body.page78405 .hero h1:after,
body.page78462 .hero h1:after,
body.page78471 .hero h1:after,
,
body.page79090 .hero h1:after {
    display: none;
}

body.page78405 .map-wrap:before {
    content: "";
    position: absolute;
    background: url(../Userfiles/template/rip-bottom.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 50px;
    width: 110%;
    left: -5%;
    z-index: 300;
    top: -30px;
}

body.page78405 .map-wrap:after {
    content: "";
    position: absolute;
    background: url(../Userfiles/template/rip-top.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 50px;
    width: 110%;
    left: -5%;
    z-index: 2300;
    bottom: -1%;
}

body.page78405 .hero-base {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative ;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.map-wrap {
    position: relative ;
    overflow: hidden ;
    margin-top: -30px;
}

#map {
    width: 100%;
    height: 40vh;
    min-height: 400px;
}

.attributes-wrap {
    background: rgba(34, 34, 34, 0.8);
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 50%;
    height: 100%;
    max-width: 200px;
    padding-top: 3rem;
    padding-bottom: 5rem;
    z-index: 100;
    color: #fff;
    box-shadow: 0px 0px 50px #000;
    overflow: auto;
}

/* Events Filters */
body.page79090 .attributes-wrap {
    position: relative;
    position: fixed ;
    padding-top: 180px;
}

.no-filters {
    padding: 0 1rem;
    opacity: 0.5;
}

.attributes-wrap h4 {
    color: #fff;
    font-size: 1.7rem;
    padding: 0 1rem;
}

/* Events Filters */

.attributes-wrap label {
    font-weight: 400;
    line-height: 2rem;
    margin: 0;
    cursor: pointer;
    line-height: 1;
}

.attributes-wrap label:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    left: 1rem;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.attributes-wrap input[type=checkbox]:checked + label:before {
    content: "";
    position: absolute ;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    z-index: -1;
    color: #000;
}

.attributes-wrap input[type=checkbox]:checked + label:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 1rem;
    position: absolute;
}

.attributes-wrap ul,
.attributes-wrap li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    cursor: pointer;
}

.attributes-wrap ul {}

.attributes-wrap li {
    position: relative ;
    background: rgba(0, 0, 0, 0.2);
    padding: .5rem 1rem;
    margin-bottom: 1px;
    font-size: 1.4rem;
    cursor: pointer;
    padding-left: 30px;
}

/* Events Filters */
body.page79090 .attributes-wrap li {
    display: block ;
    background: none;
    width: 140px;
}

.attributes-wrap label:hover:before {
    content: "";
    position: absolute ;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: -1;
}

body.page79090 .attributes-wrap label:hover:before {
    background: rgba(5, 104, 57, 0.1);
}

.attributes-wrap input {
    margin: 0;
    position: absolute ;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.listings-wrap,
.events-wrap {
    display: flex ;
    flex-direction: row;
    flex-wrap: wrap;

}

.page78405 .listings-wrap {
    padding: 2rem
}

.listing-item {
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: hidden ;
    position: relative ;
    width: 100%;
    margin-bottom: 2rem;

}

/* Larger than mobile */
@media (min-width: 550px) {

    .listing-item {
        width: calc(50% - 2rem);
        margin: 1rem;
    }
}

@media (min-width: 800px) {

    .listing-item {
        width: calc(33.3% - 2rem);
    }
}

@media (min-width: 1200px) {

    .listing-item {
        width: calc(25% - 2rem);
    }
}

@media (min-width: 1600px) {

    .listing-item {
        width: calc(20% - 2rem);
    }
}

.listing-item .listing-logo {
    height: 100px;
    width: 100%;
    position: relative ;
    z-index: 1;
    background: #eee;
}

.listing-item .listing-logo img {
    height: 100%;
    margin: 0 auto;
    display: block;
}

.events-wrap .listing-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-item .listing-body {
    padding: 2rem;
    padding-bottom: calc(74px + 2rem);
}

.listing-item .listing-name {
    display: block;
    min-height: 50px;
}

.listing-item.listing-address {
    display: block;
}

.listing-item .listing-phone {
    display: block;
}

.listing-item .listing-buttons {
    position: absolute ;
    bottom: 0;
    left: 0;
    width: 100%;
}

.listing-buttons button,
.listing-buttons .button {
    display: block;
    float: left;
    margin: 0;
    width: 50%;
    border-radius: 0;
    border-right: solid 1px #fff;
}

.listing-buttons .button:last-of-type {
    border-right: solid 0px #fff;
}

.listing-buttons .more-info-button {
    width: 100%;
    border-top: 2px solid #fff;
}

/* Listing Details */

.listing-details-wrap {}

.listing-details-wrap .events-wrap {
    padding: 0;
    margin-top: 4rem;
}

.center-this {
    text-align: center;
}

.top-button {
    margin: 0 auto;
    font-size: 2rem;
    text-transform: uppercase ;
    background: #fff;
    opacity: 1 !important;
    margin-bottom: 2rem;
}

.top-button:hover {
    background: #CDE1D7;
    color: #056839;
}

.listing-details-wrap ul.listing-attributes,
.listing-details-wrap ul.listing-attributes li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.listing-details-wrap ul.listing-attributes {
    margin: 2rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #CDE1D7;
}

.listing-details-wrap ul.listing-attributes li {
    display: inline-block ;
    padding: .25rem 1rem;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    background: #056839;
    color: #fff;
    margin-right: .5rem;
}

.listings-top {
    border-top: 2px solid #CDE1D7;
    border-bottom: 2px solid #CDE1D7;
    padding: 3rem 0;
    margin: 2rem 0;
    margin-top: 3rem;
}

.listing-details-info {}

.listing-description {
    min-height: 100px;
}

.listings-btn {
    display: block;
}

.listing-description img {
    float: right;
    width: 50%;
    margin-right: 3rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
}

.listing-details-info img {
    max-width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
}

.social-icon-group {
    width: 100%;
    margin-bottom: 1rem;
}

.social-icon-group a {
    transition: all ease 0.5s;
}

.social-icon-group a:hover {
    color: #056839;
}

.event-sidebar {
    border: 1px solid #056839;
    padding: 1rem;
    border-radius: 10px;
    padding-bottom: 0;
    overflow: hidden ;
}

.event-sidebar .button {
    width: calc(100% + 2rem);
    border-radius: 0;
    margin: 0;
    margin-left: -1rem;
    margin-top: 1px;
    text-align: left;
}

/* Map Pop-Up */


#map .infowindow,
#map .listing-name,
#map .listing-address {
    text-align: center;
    display: block;
}

#map .infowindow .button {
    padding: .3rem 1rem;
    margin-top: 1rem;
}

/* Listing Events */

.events-wrap {
    padding: 0;
    padding: 0 150px;
    padding-right: 0;
}

.events-wrap .listing-body {
    padding-bottom: calc(36px + 2rem);
}

.events-wrap .listing-buttons .button {
    width: 100%;
}

.event-datetime {
    font-weight: 600;
    border: 1px solid #056839;
    display: inline-block ;
    padding: .25rem 1rem;
    color: #056839;
    border-radius: 3px;
    margin: 1rem 0;
    margin-top: 0;
}

.event-has-passed {
    font-weight: 600;
    border: 1px solid #a94141;
    display: inline-block;
    padding: .25rem 1rem;
    color: #a94141;
    border-radius: 3px;
    margin: 1rem 0;
}




