/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 *{
    font-size: 16px;
    color: rgb(56, 56, 56);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

 }
 div{
     font-size: 16px;
 }
 #events-view .card{
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
   
}

#events-view .card-title{
    font-size: 24px;
    color: #2b6cb0;
    padding: 10px 0;
}



#events-view .card-body{
     display: flex;
     background: #fff;
}

.col-left{
    width:33%;
    padding: 10px;
    
}

.col-right{
    width:67%;
    padding: 10px
    
}



.profile-image{

    border-radius: 4px;
    padding: 5px;
}


.highlight {
    color: #2b6cb0;
    font-weight: 500;
}
.faded {
    color: #6b6b6b;
    font-weight: 300;

}
span.day {

    width: 100px;
    display: inline-flex;
}





.featured-image img{
    margin: 0 auto;
    display: flex;
    margin-bottom: 15px;
    max-width: 300px;
}

.featured-map iframe{
    margin: 0 auto;
    display: flex;
    margin-bottom: 15px;
    max-width: 300px;
}
.featured-map .directions{
    margin: 0 auto;
    display: flex;
    margin-bottom: 15px;
    max-width: 300px;
}

.cmh-events-search-list-item{
    list-style:none;
}