#accordion__single__shortcode{
    margin-bottom: 20px !important;
}

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.accordionjs .acc_section {
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}
.accordionjs .acc_section .acc_head {
    position: relative;
    background: #fff;
    padding: 5px;
    display: block;
    cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
    line-height: 1;
    margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
    padding: 10px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
    display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
    background: #F9F9F9;
    border-bottom: 1px solid #ccc;
}













#single__event__organizer__accordion{
    /*max-width: 550px;*/
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
}

#accordion__single__shortcode .acc_section.acc_active > .acc_content {
    display: block;
    padding-bottom: 5px !important;
}

#accordion__single__shortcode .acc_section{
    /*border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #b47d3a;
    /*color: white;*/
    /*padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    padding-bottom: 5px;*/
}

/*
#accordion__single__shortcode li.acc_section:before{
    position: absolute;
    right: 14px;
    top: 7px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
}*/
