.bsui .card {
	border: 1px solid black !important;
}

.bsui .card,
.card .card-img-top {
	border-radius: 0px !important;
}

.card-content-wrapper {
	padding: 1rem 0.75rem;
}

/* title and excerpt */

.card .geodir-field-post_content {
	font-family: "Trade Gothic Light", Helvetica, Arial, Lucida, sans-serif !important;
	color: #603913;
}

.card .geodir-field-post_content::after {
	content: "...";
	padding-left: 0px;
}

.card .address {
	font-family: "Sentinel SemiBold", Helvetica, Arial, Lucida, sans-serif;
	margin: 12px 0px 0px 0px !important;
}

/* phone and email icons */
.card .phone-email-wrapper {
	margin: 1rem 0 2.5rem;
}

.card .phone-email-wrapper a:first-of-type {
	margin-right: 1.5rem;
}

/* website and learn more buttons */

.card .links-wrapper a.et_pb_button,
.card .links-wrapper a.et_pb_button:hover {
	display: inline-block;
	padding: 0.5rem 1.5rem !important;
	font-size: 1rem !important;
	text-decoration: none;
}

.card .links-wrapper a:first-of-type {
	margin-right: 1rem;
}

@media (max-width: 1247px) {
	.card .links-wrapper a.et_pb_button {
		margin-bottom: 1rem;
	}
}
