/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@media screen and (min-width: 1025px){
	.campaign_card_container .wpgb_card_item {
		width: calc(33.333% - 1rem);
		margin-left: 1.5rem;
	}
	.campaign_card_container .wpgb_card_item:nth-child(3n-2) {
		margin-left: 0;
	}
}
.campaign_card_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.wpgb_card_head{
	position: relative;
}
.wpgb_card_location{
	position: absolute;
	top: 20px;
	left: 0;
	background: #fff;
	border-radius: 0 8px 8px 0;
	padding: 5px 20px;
	color: #57667e !important;
}
.wpgb_card_title{
	padding-bottom: 0;
}
.wpgb_card_date{
	color: #57667e !important;
}
.wpgb_card_excerpt{
	margin-bottom: 1rem;
}
.wpgb_card_cat{
}