.group-clasification--container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.group-clasification--container .classification-box{
    margin-bottom: 0px;
    width: calc(50% - 15px);
}
.no-group.classification-box{
    width: 100% !important;
}
@media(max-width: 767px){
    .group-clasification--container .classification-box{
        width: 100%;
    }
    .group-clasification--container {
        row-gap: 20px;
    }
}
#shortcode-656-235 {
    width: 100%;
}
#shortcode-2336-67{
    width: 100%;
}
p.clasification-title-text {
    margin: 0;

}
.classification-group p {
    margin: 0;
}
.classification-box {
    margin-bottom: 25px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.classification-box--heading {
    display: inline-flex;
}
.events-list-shortcode-wrap{
	width:100%;
}
.ensemble-key--color-guard.percussion{
	background-color:#8e1537;
}
.ensemble-key--color-guard.winds{
	background-color:#e63e30;
}
.events-list-shortcode-wrap .event-title-wrap{
	flex-basis:85%;
	text-align:left;
}
.home .events-list-shortcode-wrap .event-title-wrap{
	flex-basis:70%;
}
.events-list-wrap{
    text-align: center;
    align-items: center !important;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.ensemble-key-block-wrap .ensemble-key-block .ct-text-block{
    text-transform: uppercase;
    font-weight: 600;
}
.events-list-wrap .color-guard-text{
    color: #60269e;
}
.events-list-wrap .color-percussion-text{
   color: #8e1537;
}
.events-list-wrap .color-winds-text{
    color: #e63e30;
}
.events-list-wrap .color-guard{
    background-color: #60269e;
}

.events-list-wrap .color-percussion{
   background-color: #8e1537;
}
.events-list-wrap .color-winds{
    background-color: #e63e30;
}
.ensemble-key-block-wrap{
    width: 100%;
    flex-direction: row !important;
    display: flex;
    align-items: center !important;
    justify-content: space-around;
    text-align: center;
    column-gap:10px;
}
.ensemble-key-block-wrap .ensemble-key-block > .ct-div-block{
    width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
    min-height: 20px;
    margin-right: 5px;
}
.ensemble-key-block-wrap .ensemble-key-block .ct-div-block{
flex-direction: row;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
.ensemble-key-block{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
.ensemble-key-text{
	width: 100%;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: #cfd3d7;
    border-bottom-width: 1px;
}
.dynamic-events-section .ct-link.event-title-wrap {
    color: #000;
}
.registered-groups-table{
	border-collapse: collapse;
	text-align:left;
	margin:1rem auto;
	width:100%;
}
.registered-groups-table thead{
    background-image: linear-gradient(125deg, #60269e, #8e1537, #e63e30);
    color: #ffffff;
    font-weight: 600;
    border-bottom-color: #ffffff;
    border-bottom-width: 2px;
    text-decoration: none;
}
.registered-groups-table tbody tr td{
	border:1px solid #cfd3d7;
	padding:0.5rem 1rem;
}
.registered-groups-table th{
	padding:0.5rem 1rem;
}
.registered-groups-shortcode{
	width:100%;
}
@media (max-width:1024px){
.events-list-shortcode-wrap .event-title-wrap .event-title{
	font-size:19px;
}
	
}
@media (max-width:768px) and (min-width:480px){
.events-list-shortcode-wrap .event-title-wrap{
	flex-basis:70%;
}

.home .events-list-shortcode-wrap .event-title-wrap{
	flex-basis:100%;
}
.home .events-list-shortcode-wrap .event-summary{
	flex-direction:column;
}
.home .events-list-shortcode-wrap .event-date{
    width: 100%;
    margin-bottom: 10px;
    flex-direction: row !important;
    column-gap: 10px;
    justify-content: center;
    margin-right:0px;
}
.home .events-list-shortcode-wrap .event-title-wrap {
    margin: 0px 10px;
   flex-basis: 100%;
    text-align: left;
}

.home .events-list-shortcode-wrap .ensemble-key{
	position:unset;
}

}
@media (max-width:480px){
.events-list-shortcode-wrap .event-summary{
	flex-direction:column;
}
.events-list-shortcode-wrap .event-date{
    width: 100%;
    margin-bottom: 10px;
    flex-direction: row !important;
    column-gap: 10px;
    justify-content: center;
    margin-right:0px;
}
.events-list-shortcode-wrap .event-title-wrap {
    margin: 0px 10px;
   flex-basis: 100%;
    text-align: left;
}

.events-list-shortcode-wrap .ensemble-key{
	position:unset;
}
.registered-groups-table th{
	padding:0.5rem;
}
}

/* Card */
.card__block-item{
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}
.card__date-wrapper{
    width: 100px;
    background-color: #580980;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card__info-wrapper{
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.date__txt{
    text-align: center;
}
.date__txt span{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.event__date span{
    font-size: 24px;
    line-height: 1;
}
.event__main-title{
    width: 100%;
}
.event__main-title p{
    font-size: 20px;
    line-height: 1.2;
    color: #141314;
    font-weight: 900;
    margin: 0px;
}
.event__location{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.event__location-txt span{
    font-size: 16px;
    color: #141314;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
}
.event__location-icon{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event__location-icon svg, .event__location-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event__more-detail{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.event__view-more{
    width: 115px;
}
.event__detail-list--wrapper{
    width: calc(100% - 120px);
}
.event__view-more a{
    display: inline-block;
    padding: 0px 5px;
    font-size: 18px;
    color: #580980;
    border-bottom: 2px solid #8d12ba;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
}

.event__detail-list--wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.event__detail-list--item{
    display: flex;
    align-items: center;
    gap: 5px;
}
.detail__list-item--icon{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail__list-item--icon svg, .detail__list-item--icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.detail__list-item--txt span{
    font-size: 16px;
    color: #141314;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
}

/* New Css */
.list__wrapper .container{
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

#code_block-2-1047{
    width: 100%;
}

.list__wrapper{
    padding: 75px 0px;
}
.list__wrapper-row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}
.list__date-column{
    width: 90.41px;
}
.list__wrapper filter-content{
    width: calc(100% - 115.41px);
}

.list__items-row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}
.list__single-item{
    /* width: calc(50% - 12.5px); */
    width: 100%;
}
.list__date-item{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.list__date-item button {
    width: 100%;
    border-radius: 5px;
    font-weight: 900;
    font-size: 20px;
    background: #141314;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    min-height: 70px;
    cursor: pointer;
    font-family: 'DM Sans';
}
.list__date-item button.active{
    background: linear-gradient(#8d12ba, #580980);
}

.no-group-evt{
    background-color: white !important;
    margin-bottom: 0;
}

@media(max-width: 991px){
    .list__date-column {
        width: 100%;
    }
    .list__wrapper filter-content {
        width: 100%;
    }
    .list__date-item button {
        width: auto;
        font-weight: 900;
        font-size: 20px;
        padding: 20px 20px;
    }
    .list__date-item {
        flex-direction: row;
        gap: 25px;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: auto;
    }
    .list__single-item {
        width: 100%;
    }
    .list__wrapper .container{
        max-width: 100%;
    }
    #section-127-67 .ct-section-inner-wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .ct-section-inner-wrap #shortcode-2336-67{
        width: 100% !important;
    }
}

@media(max-width: 767px){
    .list__date-item button {
        font-size: 20px;
        padding: 10px;
        min-height: 50px;
        min-width: 91.67px;
    }
    .event__detail-list--wrapper {
        width: auto;
    }
    .event__more-detail{
        gap: 5px;
    }
    .list__wrapper {
        padding: 0;
    }
}