/*
Theme Name: Benevolence Child Theme
Theme URI: https://wplook.com/product/themes/non-profit/benevolence-church-wordpress-theme/
Description: Use this theme to start your Benevolence Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: benevolence-wpl
Version: 1.1.10
*/

/* event details page category */
body.single-event .eo-event-meta li:nth-child(3) {
    display: none;
}
#content h2.entry-title a{
    text-decoration: none;
}
.eo-tc-event .eo-event-date{font-weight: bold;}
.widget ul li img {
    display: block;
}
/* events list page */
@media (max-width: 767px){
    body.archive .eo-tc-event .eo-event-date{
        clear: both;
        margin: 5px 10px;
    }
}
@media (max-width: 480px){
    .eo-event-details .eo-event-thumbnail{width: 100%;}
}

@media only screen and (max-width: 480px) and (min-width: 320px)
	.header-bg {
	background: rgba(175, 84, 84, 0.8);
}
.widget-title h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    padding-right: 20px;
	background: none !important;
}

.responsive {
  width: 100%;
  height: auto;
}