#givewp-custom-wrapper {
	padding-top: 50px!important;
}

#givewp-custom-wrapper h2.give-form-title {
	display: none;
}

/* Reset donor wall CSS */

.donor-wall-grid-reset .give-wrap {
    grid-template-columns: none;
}

.give-wrap .give-grid {
	grid-gap: 0;
}

.give-wrap .give-card {
	border: 0;
	box-shadow: none;
	transition: none;
	padding: 12px 0;
    border-bottom: 1px dotted #ddd;
}

.give-wrap .give-card:active, 
.give-wrap .give-card:focus, 
.give-wrap .give-card:hover, 
.give-wrap .give-card:visited {
	border-color: 0;
	box-shadow: none;
}

.give-donor {
	padding: 0;
}

h3.give-donor__name {
	font-size: 13px!important;
	font-weight: normal!important;
	display: inline-block;
}

h3.give-donor__name:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2bd";
	color: #00B87A;
	padding-right: 7px;
	padding-left: 2px;
	font-size: 16px;
}

span.give-donor__total {
	color: #00B87A;
    font-weight: 600;
	font-size: 13px;
	display: inline-block;
}

span.give-donor__total:before {
	content: "\2022";
	color: #ccc;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
}

span.give-donor__timestamp {
	display: inline-block;
}

span.give-donor__timestamp:before {
	content: "\2022";
	color: #ccc;
	padding-right: 2px;
	padding-left: 2px;
}