/*
 Theme Name:   Chilliwack Pro Auto Care
 Theme URI:    https://chilliwackproautocare.com/
 Description:  Customized theme for Chilliwack Pro Auto Care.
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Version:      1.0.0
*/

* {transition: all .1s ease;}

/* Testimonial Page Styles */
.testimonial-block .elementor-blockquote__content, .testimonial-block .elementor-blockquote__author {
	z-index: 2;
}
.testimonial-block .elementor-blockquote:before {
	z-index: 1;
	position: absolute;
	top:-40px;
	left:0;
}

/* Fix Hotspot Heights on Mobile */
@media (max-width:768px) {
    .hotspot {
        max-height: 165px;
        overflow: hidden;
    }
}

/* Inline Image Styling */
img.alignleft {
	max-width: 80%;
	margin: 0 30px 30px 0;
}

img.alignright {
	max-width: 80%;
	margin: 0 0 30px 30px;
}

img.aligncenter {
	margin: 0 auto 30px;
}

img.alignnone {
	margin: 0 0 30px 0;
}

@media (max-width: 768px) {
	img.alignleft, img.alignright, img.aligncenter, img.alignnone {
		display: block;
		margin: 0 auto 30px;
		max-width: 100%;
		float:none;
	}
}