/*
Theme Name: Crew Child
description: Madison Automotive - Crew
Template: crew-parent
Version: 1.0.0
Text Domain: crew-child
Author: BCW
*/

.logo img {width: 260px;filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 2px #fff);}


:root {
	--min: min(360px, 100%);
	--cgap: 6px;
	--smargin: 75px;
}

.gallery-content {
	margin: var(--smargin) 0;
}
.gallery-section .images {
	display: flex;
	column-gap: var(--cgap);
}
.gallery-section .images .image-col {
	display: flex;
	flex-direction: column;
}
.gallery-section .images .image {
	margin-bottom: var(--cgap);
}
.gallery-section .images .image:last-child {
	flex-grow: 1;
}
.gallery-section .images .image:last-child img {
	height: 100%;
	object-fit: cover;
}




/* Testimonials Page */
.testimonials-inner{position:relative;}
.testimonials-container{overflow:hidden;background:#eee;position:relative;}
.testimonials-group{position:relative;display:flex;align-items:center;flex-wrap:wrap;padding:30px 100px 30px 30px;}
.testimonial-box{padding:15px;border-bottom:1px dotted #444;width:100%;}
.testimonial-box .header{align-items:baseline;text-transform:uppercase;letter-spacing:2px;font-weight:bold;font-size:16px;}
.testimonial-box h3{font-weight:bold;padding-right:15px;letter-spacing:0;text-transform:none;font-size: 24px;}
.testimonial-scrolls{font-size:62px;}
.testimonial-scroll-up{position:absolute;top:0;right:30px;transition:all ease .7s;}
.testimonial-scroll-down{position:absolute;bottom:0;right:30px;transition:all ease .7s;}
.testimonial-scroll-up:hover, .testimonial-scroll-down:hover{transform:scale(1.1);text-shadow:0 0 30px #000;cursor:pointer;transition:all ease .7s;}
.testimonial-content p { font-size: 16px; margin: 5px 0; }

@media screen and (max-width:500px){
.gallery-section .images {display: block;}
}