/* ==========================================================================
   Advanced CPT Layout - Static Styles
   ========================================================================== */

/* Utility Classes */
.hidden {
	display: none;
}

.htmlTextareaFields b {
	text-transform: none !important;
}

.htmlTextareaFields {
	text-transform: none !important;
	padding-left: 15px;
	white-space: inherit !important;
}

.wp-video-shortcode {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.info-video iframe {
	width: 100%;
	aspect-ratio: 16/8;
}

.fluid-width-video-wrapper {
	aspect-ratio: 16/8;
}

/* 5-Column Layout */
@media screen and (min-width: 1024px) {
	.shEditorCustomCPT5RowLayout {
		width: 20% !important;
	}
}

/* ==========================================================================
   Slider Base Styles
   ========================================================================== */
.slick-slide img {
	margin: auto;
}

.slick-slide {
	height: auto !important;
}

.slick-prev {
	left: 35% !important;
}

.slick-next {
	right: 35% !important;
}

.sliderCPT {
	overflow: auto;
	display: block !important;
}

/* ==========================================================================
   Testimonial Styles
   ========================================================================== */
.testimonial-wrapper {
	max-width: 350px;
	height: 100%;
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 20px;
}

.quote {
	margin: auto;
	display: block;
	padding: 30px;
}

.quote img {
	margin: auto;
}

.checked {
	color: #e68a24;
}

.unchecked {
	color: #525252;
}

.fa-star {
	font-size: 25px;
	width: 30px;
}

.testimonial-quote {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.testimonial-text {
	line-height: 2;
	font-size: 14px;
	color: #525252;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.customer {
	font-size: 30px;
	font-weight: bold;
	color: #525252;
	margin: 0;
}

.title {
	font-size: 16px;
	font-style: italic;
	color: #525252;
	margin: 0;
}

.testimonial {
	background-color: #f2f2f2;
	border: 1vw solid #fff;
}
