.et_pb_module.slw-testimonial-meta {
	margin-bottom: 0 !important;
}

.slw-testimonial-text-with-top-arrow {
	position:relative;
	overflow: visible !important;
}
.slw-testimonial-text-with-top-arrow::before {
	content: '';
	display: block;
	border: 30px solid transparent;
	position: absolute;
	top: -16px;
	border-top: 0;
	border-bottom-color: inherit;
	left: calc(50% - 30px);
}


@media (max-width: 767px) {
	.slw-testimonial-text-with-bottom-arrow-on-mobile {
		position:relative;
		overflow: visible !important;
	}
	.slw-testimonial-text-with-bottom-arrow-on-mobile::after {
		content: '';
		display: block;
		border: 30px solid transparent;
		position: absolute;
		bottom: -16px;
		border-bottom: 0;
		border-top-color: inherit;
		left: calc(50% - 30px);
	}
}


.slw-adhoc-testimonial {}
.slw-adhoc-testimonial blockquote {
	background-color: #efefef;
	border: 1px solid #efefef;
	padding: 20px;
	font-family: 'Lora', Georgia, 'Times New Roman', serif;
	font-style: italic;
	margin-bottom: 20px;
	position: relative;
}
.slw-adhoc-testimonial blockquote:after {
	content: '';
	display: block;
	border: 16px solid transparent;
	position: absolute;
	bottom: -16px;
	left: 59px;
	left: calc((150px / 2) - 16px);
	border-bottom: 0;
	border-top-color: inherit;
}
.slw-adhoc-testimonial img {
	max-width: 150px;
	max-height: 150px;
	height: auto;
	width: auto;
	border: 5px solid white;
	border-radius: 200px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.slw-adhoc-testimonial cite {
	font-size: 17px;
}
.slw-adhoc-testimonial cite:before {
	content: '–';
}
.slw-adhoc-testimonial blockquote + cite,
.slw-adhoc-testimonial blockquote + p > cite {
	display: block;
}

article.slw_testimonial .entry-header-inner {
	text-align: center;
}