.wpdevs_upcoming_event {
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 400px !important;
    background-image: url(https://www.angieforcouncil.org/wp-content/uploads/2023/03/angieevents.jpg) !important;
    padding: 30px 0 60px;
    margin-bottom: 60px;
}
.container.wpdevs {
	background-color: transparent !important;
}
.row.wpdevs {
	border-bottom: 2px solid #fff !important;
	padding-bottom: 30px !important;
	
}
.wpdevs-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 20px !important;
  padding: 10px !important;
}
.wpdevs_events_list_items.wpdevs_event_area{
	display: inline-grid !important;
}
.wpdevs_icon {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	position: relative !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.wpdevs_icon path {
	fill: #fff !important;
}
.wpdevs_icon:before {
	content: "" !important;
	height: 2px !important;
	width: 43% !important;
	background-color: #fff !important;
	position: absolute !important;;
	left: 42px !important;
	top: 15px !important;
}
.wpdevs_icon:after {
	content: "" !important;
	height: 2px !important;
	width: 43% !important;
	background-color: #fff !important;
	position: absolute !important;;
	right: 42px !important;
	top: 15px !important;
}
.wpdevs_event_area {
	text-align: center !important;
	display: grid !important;
}
.wpdevs_time_date {
    width: 100% !important;
    background: rgba(19, 38, 66, 0.5) !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    padding: 5px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 20px !important;
    height: 32px !important;
}
.wpdevs_event_title {
	text-transform: uppercase !important;
	color: #fff !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	font-weight: bold !important;
	font-size: 30px;
    font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
}
span.wpdevs_venue {
	margin-bottom: 20px !important;
	color: #eee !important;
}
a.wpdevs_event_view {
	width: 100% !important;
	display: block !important;
	padding: 10px !important;
	border: 2px solid #fff !important;
	text-decoration: none !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
    font-size: 14px !important;
    height: 50px !important;
    align-self: end !important;
}
.wpdevs_all_event {
	font-style: italic;
    background: #205BA4 !important;
	padding: 5px 10px !important;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 5px !important;
}
a.wpdevs_all_event:hover {
    color: #fff !important;
    text-decoration: none !important;
    font-style: italic;
    background: #205BA4 !important;
}
.wpdevs_bottom_area {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	margin-top: 50px !important;
}
@media screen and (max-width: 767px){
	.wpdevs-grid {
	  grid-template-columns: 1fr !important;
	  gap: 0px !important;
	  padding: 20px !important;
	}
	.wpdevs_icon:after,.wpdevs_icon:before{
		width: 30% !important;
	}
	.wpdevs_events_list_items.wpdevs_event_area {
	    margin-bottom: 30px !important;
	}
}
