:root {
    --event-module-dark-color: #241236;
    --event-module-light-color: #bdb7c2;
}

/********** BLOCKS CSS ******************************/

.block-item .title, .blocks-header .title{
    margin: 0;
    margin-bottom: 20px;
}

.blocks-header {
	position:relative;
	margin:0;
}
.block-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e1eaf0;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    position: relative;
    font-size: 0;
}
.block-item .block-img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 100px;
}
.block-item .block-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding-left: 15px; 
    //max-width: calc(100% - 100px);
}

.blocks-footer {
	text-align:right;
}

.view-all-btn {
	position: absolute;
    right: 0;
    top:0;
    text-decoration: underline;
    color: #838383;
}

@media (max-width: 500px) {
    .block-item .block-img,.block-item .block-content { 
        width: 100%;
        max-width: 100%;
    }
    .block-item .block-content {
        margin-top: 15px;
        padding-left: 0px; 
    }
 
}
.block-item .block-content .title {
    margin: 0;
    margin-bottom: 5px;
    color: var(--event-module-dark-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.block-item .block-content .sub-title {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
/*     color: #93a0a5; */
    margin: 0;
}
.block-item .block-content .description p{
    margin: 5px 0;
    line-height: 18px;
}
.block-item .block-content .description:not(.active) .long-description{
    display: none;
}
.block-item .block-content .description .read-more-link{
    font-size: 1em;
    color: var(--event-module-dark-color);
    font-weight: 600;
    text-transform: uppercase;
}
.block-item .block-content .moment p{
    font-weight: 600;
    line-height : 16px;
    margin: 5px 0;
}

.event-toggle-view-mobile {
	text-align: right;
	margin: 0 0 15px 0;
}

.event-toggle-view-desktop {
	text-align: right;
	margin: 0;
}

.event-toggle-view-mobile img, .event-toggle-view-desktop img {
	width:30px;
	cursor:pointer;
}

#no-event-block-found {
    display: none;
}

@media (max-width: 768px) {
	.blocks-header {
		margin: 0 15px 15px 15px;
	}
	
	.event-toggle-view-mobile {
		margin: 0 15px 15px 15px;
	}

}
@media (max-width: 575px) {
    .block-items-holder.show-one-on-mobile > .event-block-item ~ .event-block-item{
        display: none; 
    }
}
/*------------- BLOCKS CSS --------------------------*/


/********** FILTERS CSS ******************************/
/*
.block-filters-holder {
	margin:0 15px;
}
*/
.block-filters-holder.horizontal{
    margin:0;
    position: relative;
}
.cc-view-all-btn {
	position: absolute;
    right: 0;
    top:0;
    text-decoration: underline;
    color: #838383;
}
.block-filters-holder .title{
    margin: 0;
    margin-bottom: 20px;
    font-weight: 800;
}
.block-filters-holder .filter{
    margin-bottom: 20px;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.block-filters-holder.horizontal .filter{
    width: 46%;
    display: inline-block;
}
.block-filters-holder.horizontal .filter:first-child{
    float: left;
}
.block-filters-holder.horizontal .filter:last-child{
    float: right;
}
.block-filters-holder label{
    text-transform: uppercase;
}
.btn-group > .dropdown-toggle {
    box-shadow: none;
}

.event-filter-dropdown-lists {
	display:block;
	clear:both;
}

h3.event-filter-heading-btn {
	cursor:pointer;
}

h3.event-filter-heading-btn em {
	vertical-align: middle;
	transition: all .5s ease-in-out;
}

.caret-up {
	transform: rotate(180deg);
}

@media (max-width: 768px) {
    .block-filters-holder.horizontal .filter{
        width: 100%;
        float: none;
    }
}
/*--------- FILTERS CSS -----------------------------*/



/********** MINI CALENDAR CSS ******************************/
.mini-cal{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    padding-bottom: 1.2em;
    background: #fff;
    color: #000;
}

#calTitle{
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.12em;
    text-align: center;
    padding: 0.4em 0;
    padding-top: 0.8em;
    text-transform: uppercase;
}

#calTitle button{
    outline: none;
    display: block;
    padding: 0 5px;
    font-size: 1em;
    text-transform: uppercase;
    border: 0.5px solid #e1eaf0;
    background: white;
    color: rgba(0, 0, 0, 0.847);
}

#calTitle button svg{
    width: 30px;
    height: 30px;
}

#calTitle button:hover{
    background: rgba(255,255,255,0.1);
}

#calThead, #calTbody{
    display: flex;
    flex-wrap: wrap;
}

#calThead{
    color: #000;
    margin-top: 0.4em;
    align-items: center;
    text-align: center;
    font-size: 0.88em;
    border-right: 0.5px solid #e1eaf0;
    background: #f8f8f8;
}

#calThead > div, #calTbody .a-date{
    box-sizing: border-box;
    flex: 1;
    min-width: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    padding: 0;
}

#calThead > div{
    font-size: 1.1em;
    padding: 1em 0.2em;
    border-top: 0.5px solid #e1eaf0;
    border-left: 0.5px solid #e1eaf0;
}

#calTbody{
    color: #000;
    border-right: 0.5px solid #e1eaf0;
    border-bottom: 0.5px solid #e1eaf0;
}

#calTbody .a-date > span{
    display: block;
    font-size: 1em;
}

#calTbody .a-date{
    cursor: pointer;
    padding: 0;
    position: relative;
    background-color: transparent;
    color: inherit;
    padding: 1em;
    border-top: 0.5px solid #e1eaf0;
    border-left: 0.5px solid #e1eaf0;
    outline: none;
    font-size: 0.9em;
}

#calTbody .a-date.blurred{
    opacity: 0.5;
    pointer-events: none;
}

#calTbody .a-date.event::before{
    content: '';
    position: absolute;
    bottom: 0.5em;
    right: 0;
    left: 0;
    margin: auto;
    background-color: var(--event-module-dark-color);
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
}

/*
#calTbody .a-date.current{
    border-color: var(--event-module-dark-color);
    outline: none;
    outline: 0;
}
*/

#calTbody .a-date.current{
    background-color: var(--event-module-light-color);
}

#calTbody .a-date.event.focused::before,
#calTbody .a-date.event:focus::before,
#calTbody .a-date.event:active::before{
    background: #fff;
}

#calTbody .a-date.focused ,
#calTbody .a-date:focus,
#calTbody .a-date:active{
    background: var(--event-module-dark-color);
    color: #fff;
}

#calTFooter{
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    padding: 0 1em;
    margin-top: 0.5em;
}

#calTFooter #calLink{
    font-size: 0.8em;
    display: inline-block;
    padding: 0.6em 0.8em;
    flex-shrink: 0;
    text-decoration: none;
    color: var(--event-module-dark-color);
}

#calTFooter #calLink:hover{
    background-color: #555;
}

#calTFooter #eventTitle{
    margin: 0;
    margin-right: 0.1em;
    font-weight: normal;
    font-size: 0.95em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*--------- MINI CALENDAR CSS -----------------------------*/


/* -------Event-List-View-Block-Start------ */
.list-items-holder .list-item{
  margin-bottom: 15px;
}
.list-item .list-content .title {
    margin: 0;
    color: var(--event-module-dark-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.list-item .list-content p {
    margin: 0;
}
/* .list-content:first-child::before{
 font-family: "Font Awesome";
  content: "\f111";
} */