div.et_pb_section.et_pb_section_7.et_section_regular {
    background-color: #000;
    position: relative;
}
.event-list {
    color: #5db7ff;
    font-family: "Myriad Pro";
    font-size: 18px;
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
}
.event-list > li {
    background-color: transparent;
    border-top: 1px solid #9dbe3b;
    cursor: pointer;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.event-list > li > .info_date {
    width: 8%;/*15%;*/
	float: left;
	min-width: 67px;
}
.event-list > li > time {
    color: #fff;
    display: inline-block;
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	background: #9dbe3b;
}
.event-list > li > time > span {
    display: block;
	text-align: center;
    font-weight: 900;
    line-height: 1;
}
.event-list > li > time > .day {
    display: block;
    font-size: 10pt;
	margin-bottom: 5px;
}
.event-list > li > time > .date {
    display: block;
    font-size: 10pt;
	margin-bottom: 5px;
}
.event-list > li time > .month {
    display: block;
    font-size: 14pt;
	margin-bottom: 5px;
}
.event-list > li > time > .year {
    display: block;
    font-size: 10pt;
	margin-bottom: 0;
}
.event-list > li > .info_general {
    width: 89%;
	float: left;
}
.event-list > li > .mm_info {
    line-height: 1.5;
    margin: 0;
    padding: 20px 15px;
    text-align: left;
}
.event-list > li > .mm_info > p {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0; /*0 0 0 60px;*/
    text-align: left;
	text-transform: uppercase;
}
.event-list > li > .info_title {
    display: block;
    float: left;
    height: 120px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.event-list > li > .mm_info > p.mm_title.mm_public {
	/* color:#3e893d; */
}

.event-list > li > .info_price {
    display: block;
    float: left;
    height: 120px;
    padding: 20px 0;
    text-align: center;
    width: 3%;/*auto;/*8%;*/
}
.event-list > li > .mm_info > p.mm_price {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
	color: #892786;
}
.event-list > li > .mm_info > p.mm_price > a {
	text-decoration: none;
    text-align: center;
	color: #892786;
}
.event-list > li > .mm_info > p.mm_price > a:hover {
	text-decoration: underline;
    text-align: center;
	color: #3e893d;
}

.event-list > li > .info_location {
    display: inline-block;
    float: left;
    height: 120px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
	color: #3e893d;
}
.event-list > li > .info_time {
    display: inline-block;
    float: left;
    height: 120px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.event-list > li > .mm_info > p.mm_title {
	color: #fff;
}
.event-list > li > .mm_info > p.mm_status {
	color: #3e893d;
}
.event-list > li > .mm_info > p.mm_location {
	color: #892786;/* #3e893d; */
}




/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.event-description {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/*** EVENTS ***/
/*****************************************************/

.event-list > li {
  background-repeat: no-repeat;
  background-size: cover;
	background-position: center center;
	justify-content: center;
align-items: center;
	text-align: left;
	width: 100%;
	padding: 100px 56px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.event-list > li > .mm_info p.mm_location {
color: #fff;
}
.event-list > li > .mm_info p.mm_location > a {
	text-decoration: none;
    text-align: center;
	color: #fff;
}
.event-list > li > .mm_info p.mm_location > a:hover {
	text-decoration: underline;
    text-align: center;
	color: #fff;
}
.event-description-wrapper {
	margin-top: 15px;
}
.event-description-content {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
width: 100%;
margin: 0;
padding: 20px 15px;
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
width: 100%;
}

.mm_location b, .mm_location strong {
font-weight: 900;
letter-spacing: 2px;
}
.mm_description {
	margin: 15px 0;
}
.event-btn {
	text-align: center;
	margin: 15px auto 0;
}


/*
@media (min-width: 768px) {
.event-list > li {
    cursor: pointer;
    float: left;
    margin: 0 0 20px;
    padding: 0;
}
.event-list > li {
    display: block;
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.event-list > li > .info {
    background-color: rgb(245, 245, 245);
    overflow: hidden;
}
.event-list > li > time, .event-list > li > img {
    display: inline-block;
    float: left;
    height: 120px;
    margin: 0;
    padding: 2% 0;
    width: 14%;
}
.event-list > li > time > .day {
    font-size: 45pt;
}
.event-list > li time > .month {
    font-size: 12pt;
}
/ *.event-list > li > .mm_info {
    float: left;
    line-height: 1.5;
    margin: 0;
    padding: 2.5% 0;
    text-align: center;
    width: 86%;
}* /
.event-list > li > .info_title {
    height: 120px;
    width: 30%;
}
.event-list > li > .info_location {
    height: 120px;
    width: 30%;
}
.event-list > li > .info_location > p.mm_location {
    padding: 0;
}
.event-list > li > .info_time {
    height: 120px;
    padding: 5% 0;
    width: 17%;
}
.event-list > li > .info_time > p.mm_time {
    padding: 0;
}
.event-list > li > .info_price {
    height: 120px;
    padding: 5% 0;
    width: 10%;
}
.event-list > li > .mm_info > p {
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: 0 14%;
    text-align: center;
}
}
@media (min-width: 992px) {
.event-list > li > .info_price {
    width: 85px;
}
}


*/


@media (max-width: 767px) {
.event-list > li {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.event-list > li > time {
    float: left;
    height: auto;
    width: 100%;
}
.event-list > li > .mobile_info_title {
    float: left;
    height: auto;
    width: 100%;
}
.event-list > li > .mm_info > p {
    font-size: 12pt;
    padding: 0 1%;
}
.event-list > li > .info_title {
    float: left;
    height: 60px;
    width: 100%;
}
}
@media (max-width: 640px) {
.event-list {
    padding: 0 2.5%;
}
.event-list > li > time > .day {
}
.event-list > li time > .month {
}
}
@media (max-width: 580px) {
.event-list > li > time > .day {
}
.event-list > li time > .month {
}
}
@media (max-width: 480px) {
.event-list > li > time > .day {
}
.event-list > li time > .month {
}
}
@media (max-width: 440px) {
.event-list > li > time > .day {
}
.event-list > li time > .month {
}
}
@media (max-width: 320px) {
.event-list > li > time > .day {
}
.event-list > li time > .month {
}
}