.event-list .event-item {
    padding-bottom:20px;
    margin-bottom:30px;
    
}

.event-list .event-item:not(.last) {
    border-bottom:5px #ddd dotted;
}



.event-list .event-item .fa {
 color:#f39101;   
 margin-right:10px;
}

.event-list .event-item p {
    font-size:18px;
    line-height:22px;
    color:#000;
    margin:0;
    padding:0;
    margin-bottom:5px;
}


.event-list .event-item a {
    color:#000;
}

.event-list .event-item a:hover {
    color:#9e0101;
}



/* fields */


.event-list .event-item .etitle {
    font-weight:bold;
    font-size:28px;
    line-height:28px;
    color:#f39101;
    margin:0;
    padding:0;
}

.event-list .event-item .etitle .eest {
    color:#555;
    font-size:16px;
}


.event-list .event-item .esubtitle {
    font-weight:bold;
    font-size:20px;
    line-height:20px;
    margin:0;
    padding:0;
    margin-bottom:15px;
}


.event-list .event-item  .elocation .emap a {
    font-weight:bold;
    background: #3a7dbb;
    color:#fff;
    padding:0 10px;
    font-size:14px;
    margin-left:10px;
    border-radius:32px;
}


.event-list .event-item .dwherewhen {
    margin:20px 0;
}

.event-list .event-item .dwherewhen p ,
.event-list .event-item .evideo 
{
    font-size:15px;
    line-height:17px;
}


.event-list .event-item .edescription {
    margin:15px 0;
}




@media (min-width:768px) {
    .event-list .event-item .edescription {
        text-align: justify;
    }
}


/* espa */
.espa {
    position: fixed;
    width:80px;
    right:5px;
    bottom:5px;
    z-index:100;
}

.espa img {
    width:100%;
    height:auto;
}


/* footer */
.footerlogo,
.footeraddress,
.footersocial {
    display:block;
    width:fit-content;
    margin:40px auto;
}



/* footer logo */
.footerlogo img {
    height:70px;
    width:auto;
    display:block;
    margin: 0 auto;
}

/* footer address */
.footeraddress h3 {
    color:#fcb900;
}

.footeraddress address {
    display:block;
    margin:0 auto;
    font-size:16px;
    line-height:26px;
    width:fit-content;
    text-align:left;
}

@media (max-width:767px)
{
    .footeraddress h3,
    .footeraddress address
    {
        text-align: center;
    }
}

.footeraddress address .fa {
    color:#fcb900;
    margin-right:10px;
}

.footeraddress address a {
    color:#eee;
}
.footeraddress address a:hover {
    color:#fcb900;
}



/* footer social */
.footersocial a {
    display:inline-block;
    vertical-align: middle;
    width:48px;
    height:48px;
    margin:8px;
}

.footersocial img {
    width:100%;
    height:auto;
}

.footersocial img:hover {
    filter: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(678%) hue-rotate(358deg) brightness(101%) contrast(102%);
}






/* offcanvassocial  social */

.offcanvassocial {
    margin-top:50px;
}

.offcanvassocial a {
    display:inline-block;
    vertical-align: middle;
    width:36px;
    height:36px;
    margin:8px;
}

.offcanvassocial img {
    width:100%;
    height:auto;
}

.offcanvassocial img {
    /* filter: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(678%) hue-rotate(358deg) brightness(101%) contrast(102%); */
    filter: brightness(0) saturate(100%);
}








.fwvideo {
  display:block;
  width: 100%;
  height:auto;
  max-width: 1920px;
  margin: 0 auto;
  margin-top:100px;
}



