.evtc-listing {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
}

.evtc-listing .container {
    max-width: 100% !important;
    width: 100%;
}

.evtc-listing * a, .evtc-listing a {
    cursor: pointer;
} 

.evtc-listing .col {
 /*   width: 100% !important; */
    flex: none;
}

.evtc-listing .event-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.evtc-listing .event-container .event-item-container {
    display: flex;
    margin-bottom: 1em;
} 
.evtc-listing .event-container .event-item{
    border: solid 1px grey;
    height: 100%;
    padding: 1em;    
    width: 100%;
    height: 100%;
}

.evtc-actions .col {
    width: initial;
}


.evtc-listing .accordion-button .h1, .evtc-listing .accordion-button .h2,.evtc-listing .accordion-button .h3, .evtc-listing .accordion-button .h4, .evtc-listing .accordion-button .h5, .evtc-listing .accordion-button .h6 {
    margin: 1em 1em;
}

.evtc-listing .accordion-button, .evtc-listing .accordion-flush .accordion-collapse {
    border: solid 1px #cccccc !important;
    border-bottom: 4.25px solid #8CDC73 !important;
    margin-bottom: 1em;
    width: 100%;
    background-color: #ffffff;
}

.evtc-listing .accordion-collapse.container, .evtc-listing .events-container {
	border: 0 !important;
}


.evtc-listing .accordion-button .h1:not(.no-keyline)::after, .evtc-listing .accordion-button .h2:not(.no-keyline)::after, .evtc-listing .accordion-button .h3:not(.no-keyline)::after, .evtc-listing .accordion-button .h4:not(.no-keyline)::after, .evtc-listing .accordion-button .h5:not(.no-keyline)::after, .evtc-listing .accordion-button .h6:not(.no-keyline)::after {
    border: 0;
    padding: 0;
}

.evtc-listing .event-container .event-item .event-name .h1, .evtc-listing .event-container .event-item .event-name .h2,.evtc-listing .event-container .event-item .event-name .h3, .evtc-listing .event-container .event-item .event-name .h4, .evtc-listing .event-container .event-item .event-name .h5, .evtc-listing .event-container .event-item .event-name .h6 {
    margin: 1em 0;
}

.evtc-listing .h1 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1em;
    display: inline-block;
}

.evtc-listing .h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1em;
    display: inline-block;
}

.evtc-listing .h3 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1em;
    display: inline-block;
}

.evtc-listing .h4 {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1em;
    display: inline-block;
}

.evtc-listing .h5 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1em;
    display: inline-block;
}

.evtc-listing .h6 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1em;
    display: inline-block;
}

.evtc-listing .h7 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1em;
    display: inline-block;
}




.evtc-filter-form {
    padding: 2% 0;
    background-color: transparent;
    margin-bottom: 1em;
    max-width: 100%;
    margin: 0 auto;
}

.evtc-filter-form form {
    margin-bottom: 1em;
}

.evtc-filter-form p {
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.5rem;
}

.evtc-filter-form #evtc-clear-filter {
    font-size: 14px;
    padding: 10px;
}



.modal-dialog {
    z-index:2000 !important;
    }

#evtc_filter {
    width: 100%;
    margin: 1em 0;
}

#evtc_filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }


#evtc_filter select[name="evtc_day_filter"], #evtc_filter select[name="evtc_location_filter"], #evtc_filter select[name="evtc_tags"] {
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
    width: 180px;
    font-size: 1rem;
    border: solid 1px #cccccc;
    margin-bottom: 1em;
    background-color: #ffffff;
    cursor: pointer;
}

#evtc_filter input[name="evtc_keyword"] {
    padding: 10px;
    width: 300px;
    display: inline-block;
    font-size: 1rem;
    border: solid 1px #cccccc;
    margin-bottom: 1em;
}

.evtc-listing .event-item i, .evtc-listing .evtc-event-details i {
    margin-right: 1em;
    width: 30px;
}

.evtc-listing .event-date, .evtc-listing .event-location {
    margin-bottom: 0.2em;
}
.event-desc {
    margin: 1em 0;
}

.evtc-listing .evtc-actions {
    margin: 2em 0 1em 0;
}

.evtc-listing .evtc-actions .btn{
    font-size: 0.8rem;
    color: #ffffff !important;
}

.evtc-listing .accordion-collapse {
    margin-bottom: 1em;
}

.evtc-listing .event-speakers {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.evtc-listing .event-speakers-container {
    display: inline-block;
    width: calc(100% - 77px);
    text-align: left;
}

.evtc-listing .event-speakers-button, .evtc-listing div.event-speakers-button {
    display: inline;
    margin-right: 1em;
    text-align: left;
    text-decoration: none;
    color: #000000;
}

.evtc-listing a.event-speakers-button {
    cursor: none;
    text-decoration: none;
    color: #000000;
}

.evtc-listing .evtc-speaker-image {
    height: 150px;
    width: 150px;
    border-radius: 95px;
    overflow: hidden;
    object-fit: cover;
    margin: 1em auto;
}

.evtc-listing .evtc-speaker-name, .evtc-listing .evtc-speaker-job-title, .evtc-listing .evtc-speaker-organisation {
    margin-bottom: 1em;
    text-align: center;
}
.evtc-listing .evtc-speaker-name * {
    margin-bottom: 0;
}

.evtc-listing .evtc-speaker-name *::after {
    width: 100% !important;
}

.evtc-listing .evtc-speaker-job-title *, .evtc-listing .evtc-speaker-organisation *{
    margin: 0;
    padding: 0;
}

.evtc-listing .evtc-speaker-socials div{
    display: inline-block;
    margin: 0 1em;
}

.evtc-listing .modal .modal-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.evtc-listing .modal .modal-title::after {
    padding-top: 1rem;
}

.evtc-listing .evtc-event-details {
    margin-bottom: 1rem;
}

.evtc-listing .accordion-button:not(.collapsed) {
    background-color: initial;
}

.evtc-listing .evtc-tag-list-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.evtc-listing .event-tag-list-inner {
    display: inline-block;
    width: calc(100% - 77px);
    text-align: left;
}

.evtc-listing .evtc-tag-list-container .evtc-tag-item {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.8rem;
    background-color: #cccccc;
}

.evtc-listing .event-tag-list-inner {
    display: inline-block;
}

.evtc-listing .event-speaker-button {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    display: inline;
}

@media only screen and (max-width: 748px) {
    .evtc-listing{
        width: 100%;
        max-width: 100% !important;
    }

    .evtc-listing * {
        font-size: 14px;
    }

    .evtc-listing form .col-sm-10, .evtc-listing form .col-sm-2, .evtc-listing .event-container .event-item-container {
        padding-left: 0;
        padding-right: 0;
    }

    #evtc_filter select[name="evtc_day_filter"], #evtc_filter select[name="evtc_location_filter"], #evtc_filter select[name="evtc_tags"], #evtc_filter input[name="evtc_keyword"], #evtc_filter input[type="submit"], #evtc_filter button {
        width: 100%;
        margin-bottom: 1em;
        cursor: pointer;
    }

    .evtc-actions a, .evtc-actions button, .evtc-actions div.button {
        width: 100%;
        margin-bottom: 1em;
        color: #ffffff !important;
    }

    .evtc-actions a:not(#page-content a) {
        color: #ffffff !important;
    }

    #evtc_filter select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }
 
      #evtc_filter select {
        padding: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-right: 10px;
        width: 180px;
        font-size: 1rem;
        border: solid 1px #cccccc;
        margin-bottom: 1em;
         -webkit-appearance: none;
         cursor: pointer;
     }

     .evtc-listing .accordion-button {
        border: solid 1px #ccc !important;
        border-bottom: 4.25px solid #8cdc73 !important;
        margin-bottom: 1em !important;
    }

    .evtc-listing .event-date, .evtc-listing .event-location {
        font-size: 12px !important;
    }

    .evtc-listing .evtc-tag-list-container .evtc-tag-item {
        font-size: 10px !important;
    }
}