.embed-container { 
	position: relative; 
	padding-bottom: 35%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*MAP*/
.acf-map {
	width: 100%;
	height: 680px;
	margin: 20px 0;
    margin-top: 60px;

}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

@media only screen and (max-width: 767px) {
    .embed-container {
        padding-bottom: 56%;
    }
}


/*event-apply*/
input.event-reg {
    background: transparent;
    border: none;
    text-transform: uppercase;
}
.form-title h2 {
    padding-top: 48px;
    padding-bottom: 48px;
    line-height: 54px;
    display: block;
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.slots .row:last-child {
    padding-bottom: 50px;
}
.single-slot {
    display: none;
}


/*Event List*/
.edates {
    list-style-type: none;
    padding-left: 0;
    display: inline;
}
.edates li {
    margin-left: 10px;
    display: inline-block;
}
.edates li:first-child {
    margin-left: 0;
}
.edates li:last-child span {
    display: none;
}
.event-list-title {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    padding-bottom: 10px;
    margin-top: 0;
    line-height: 44px;
}
.event-list-container .event-upcoming:first-child {
    border-top: 1px solid rgba(0,0,0,0.20);
}
.event-upcoming {
    border-bottom: 1px solid rgba(0,0,0,0.20);
    padding: 15px 0;
}
.event-past {
    border-bottom: 1px solid rgba(0,0,0,0.20);
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,0.20);
}
.event-list-container {
    margin-top: 80px;
    margin-bottom: 30px;
}

.franke-list-book-btn a {
    padding: 15px 50px !important;
}
.franke-list-book-btn.fancey_box_btn a {
    margin: 0px 10px;
}
.franke-list-book-btn {
    padding: 28px 0 0 0;
    text-align: right;
}

.franke-list-book-btn.fancey_box_btn {
    position: relative;
    top: -429px;
    z-index: 9;
    text-align: center;
}
.event-past .franke-button-red a {
    color: #dc281e;
    border: none;
    background: none;
}
.event-past .franke-list-book-btn a {
    padding: 15px 30px !important;
}

.event-content {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    line-height: 37px;
    max-width: 1154px;
    padding-top: 24px;
}
.event-content ul {
    padding-left: 18px;
}