/* Element Styles */

.wpfox_testimonial {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	background-color: #006854;
}

.wpfox_testimonial .quote-wrapper {
	position: relative;
	padding: 30px 190px;
}

.wpfox_testimonial .quote-wrapper::before, .wpfox_testimonial .quote-wrapper::after {
	background-image: url('images/quotes.png');
	content: " ";
	height: 100px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.65;
}

.wpfox_testimonial .quote-wrapper::after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0px;
	transform: rotate(180deg);
}

.wpfox_testimonial,
.wpfox_testimonial p,
.wpfox_testimonial li,
.wpfox_testimonial h1,
.wpfox_testimonial h2,
.wpfox_testimonial h3,
.wpfox_testimonial h4,
.wpfox_testimonial h5,
.wpfox_testimonial h6 {
	color: #fff;
}

.wpfox_testimonial p {
	font-size: 22px;
	line-height: 1.4;
}

.wpfox_testimonial h4 {
	
}

/* 2 Column Layout */

.wpfox_testimonial .testimonial-wrapper.with-heading .cell-quote {
	position: relative;
}

.wpfox_testimonial .testimonial-wrapper.with-heading .cell-quote::before, .wpfox_testimonial .testimonial-wrapper.with-heading .cell-quote::after {
	content: " ";
	height: 40px;
	width: 135px;
	background-color: #006854;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
}

.wpfox_testimonial .testimonial-wrapper.with-heading .cell-quote::after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

.wpfox_testimonial .testimonial-wrapper.with-heading .quote-wrapper {
	padding: 50px 55px;
	border: 2px solid #fff;
	margin: 20px 0;
	border-radius: 30px;
}

.wpfox_testimonial .testimonial-wrapper.with-heading .quote-wrapper::before, .wpfox_testimonial .testimonial-wrapper.with-heading .quote-wrapper::after {
	height: 70px;
	width: 70px;
	left: 15px;
	z-index: 15;
	top: -25px;
}

.wpfox_testimonial .testimonial-wrapper.with-heading .quote-wrapper::after {
	left: auto;
	right: 15px;
	top: auto;
	bottom: -25px;
}

.wpfox_testimonial .testimonial-wrapper.with-heading p {
	font-style: italic;
}

.wpfox_testimonial .testimonial-wrapper.with-heading .cell-heading h3 {
	text-align: right;
	font-size: 35px;
	font-weight: 300;
	position: relative;
	padding-bottom: 126px;
}

.wpfox_testimonial .testimonial-wrapper.with-heading .cell-heading h3::after {
	content: " ";
	width: 514px;
	height: 126px;
	background-image: url('images/testimonial-dots.png');
	display: block;
	background-size: contain;
	right: 0;
	position: absolute;
	margin-top: 10px;
}

.wpfox_testimonial .testimonial-wrapper.with-heading h5 {
	font-style: normal;
}



@media (max-width: 63.999em) {
    .wpfox_testimonial .quote-wrapper {
        padding: 30px 120px;
    }
    .wpfox_testimonial .quote-wrapper::before,
    .wpfox_testimonial .quote-wrapper::after {
        width: 80px;
        height: 80px;
        
    }
}

@media (max-width: 39.999em) {
    .wpfox_testimonial .quote-wrapper {
        padding: 30px 18vw;
    }
    .wpfox_testimonial .quote-wrapper::before,
    .wpfox_testimonial .quote-wrapper::after {
        width: 12.5vw;
        height: 12.5vw;
        
    }
    .wpfox_testimonial p {
        font-size: 18px;
    }
}

