/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* testimonial block styles */
.testimonial-holder {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 45px 0;
}


.testimonial-holder blockquote {
	border-left: 0;
	top:inherit !important;
}

.testimonial-holder blockquote .img {
	border: 2px solid #fff;
	width: 90px;
	border-radius: 100%;
	margin: 0 auto 30px;
}

.testimonial-holder blockquote .img img {
	max-width: 100%;
	border-radius: 100%;
}

@media only screen and (min-width: 992px) {
	.testimonial-holder blockquote .img {
		display: inline-block;
		vertical-align: top;
		width: 112px;
		margin: 20px 0 0;
	}
}

@media only screen and (min-width: 992px) {
	.testimonial-holder blockquote .text {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 150px);
		padding-left: 55px;
	}
}

.testimonial-holder blockquote .hr_dots {
	display: block;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.testimonial-holder blockquote .hr_dots:after {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 170px;
	height: 8px;
	background: #e2e2e2;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
}

@media only screen and (min-width: 768px) {
	.testimonial-holder blockquote cite {
		padding-bottom: 30px;
		letter-spacing: 1px;
	}
}

@media only screen and (min-width: 768px) {
	.testimonial-holder blockquote {
		margin: 0 8.2%;
	}
}

@media only screen and (min-width: 768px) {
	.testimonial-holder {
		padding: 60px 0;
	}
}

.testimonial-holder .slider_pagination a.selected, .slider_pagination .slick-active a {
width:12px !important;
height:12px !important;
}
.slider_pagination .slick-active a:after {
top:0;
left:0;
width:inherit;
height:inherit;
background-color:#e2e2e2 !important;
transform:none;
}
blockquote {
color:#ffffff !important;
}

#custom_html-7, #custom_html-8{
text-align:center;
}

#custom_html-7 h4, #custom_html-8 h4{
font-weight:700;
}

.devdev {
background-color:RED;
color:WHITE;
font-size:14px;
font-weight:bold;
text-align:center;
padding-top:10px;
padding-bottom:10px;
}
