.event-text {
    padding:20px;
    color:#242424;
}
.event-header {
    background:#fff;
    padding:20px;
    color:#222;
    margin-bottom:10px;
}
.event-info-box {
    background:#f2f2f2;
}
.event-flyer {
    margin-top:20px;
}
.event h2 {
    color:#77AC96;
    font-weight:bold;
}
.event h3 {
    font-size:18px;
}
.event h3 a {
    color:var(--green);
    text-decoration: none;
}
.eventtime {
    float:right;
}
@media(max-width:768px){
    .event h1 {
        font-size:30px;
    }
    .event h2 {
        font-size:22px;
    }
    .eventtime {
        float:none;
        font-weight: normal;
        font-size:18px;
    }
}

.event-output {
    background:#f2f2f2;
}

.event-location {

}
.event-location a {
    text-decoration: none;
    color:#d40000;
}
.event-location a:hover {
    text-decoration: underline;
}
.event-location-title {
    background:#77AC96;
    color:#fff;
    padding:5px 10px;
    font-size: 25px;
}
.event-location-address {
    background:#efefef;
    color:#555;
    padding: 10px;
}
.event-location-map {
    margin-top:1px;
    color:#fff;
}

.event-location-galleries {

}
.event-location-galleries-title {
    background:#77AC96;
    color:#fff;
    padding:5px 10px;
    font-size: 25px;
}

.last-events {
    margin-top:5px;
}
.last-events-year {
    background:#555;
    color:#fff;
    padding:4px 10px;
    font-size: 20px;
    cursor: pointer;
}
.last-events-content {
    display:none;
    transition: all 600ms;
    padding:10px;
    border:1px dotted #fff;
    border-top:0;
}
.last-events-content ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
.last-events-content ul li {
    border-bottom:1px dotted #ccc;
}
.last-events-content ul li:last-child {
    border-bottom:0;
}
.last-events-content ul li a{
    display:block;
    color:#fff;
    padding:5px 0;
}
.last-events-content ul li a:hover{

}


.next-events {
    margin-top:5px;
}
.next-events-content {
    padding:10px;
    border:1px dotted #555;
    border-top:0;
}
.next-events-content ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
.next-events-content ul li {
    border-bottom:1px dotted #ccc;
}
.next-events-content ul li:last-child {
    border-bottom:0;
}
.next-events-content ul li a{
    display:block;
    color:#fff;
    padding:5px 0;
}
.next-events-content ul li a:hover{
    color:var(--green);
}

@media(max-width:1500px){
    .next-events-content ul li a{
        display:block;
        color:#555;
        padding:5px 0;
    }
}



.event-navigation {
    
}
.event-navigation ul {
    margin:0;
    padding: 0;
    list-style-type: none;
    
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.event-navigation ul li {
    margin-right:1px;
    padding:10px 20px;
    cursor: pointer;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;

}
.event-navigation-active {
    background:#dfb441;
    color:#222;
}
.event-navigation-noactive {
    background:#959595;
    background: #77AC96;
    color:#fff;
}


.event-info-box {
    display:none;
}
.event-photo-box {
    display:none;
    background:#ccc;
}
.event-more-box {
    display:none;
}
.event-embed-box {
    display:none;
}
.event-location-box {
    display:none;
}

.event-text-musicinfo {
    padding:20px;
}
.event-text-musicinfo-title{
    font-weight: bold;
    font-size: 30px;
    border-bottom:1px solid #ccc;
    color:#d40000;
}

.event-text-shuttle {
    padding:20px;
}
.event-text-shuttle-title{
    font-weight: bold;
    font-size: 30px;
    border-bottom:1px solid #ccc;
    color:#d40000;
}

.bold {
    font-weight: bold;
}

.lastevents-fixed {
    position: -webkit-sticky; /* Safari */
    position: sticky;
}

.scroll-area-events {
    overflow-y:auto;
    max-height:300px;
}
.scroll-area-events ul li a {
    color:#fff;
    text-decoration: none;
}
.scroll-area-events ul li a:hover {
    text-decoration: none;
    color:#77AC96;
}
@media(max-width:991px){
    .scroll-area-events ul li a {
        color:#242424;
        text-decoration: none;
    }
}


/*AMZ ADDS*/
.amz-adds {
    background:var(--green);
    padding:6px 0;
    text-align: center;
}
.amz-adds a {
    color:#fff ;
    font-size:28px;
}
