/*
Theme Name: Video Feedback Training
Description: Theme for https://videofeedbacktraining.de/
Version: 1.0
Author: Georg Holzach
Author URI: https://holza.ch/
Template: enfold
*/

/*  Home Page Testimonials  */
.hp-testimonials .avia-testimonial {
	padding: 20px 0;
}
.hp-testimonials .avia-testimonial-row:last-of-type .avia-testimonial { padding-bottom: 0; }
.hp-testimonials .avia-testimonial_inner {
	display: flex;
	flex-direction: column-reverse;
}
.hp-testimonials .avia-testimonial-meta {
	margin-bottom: 1em;
}

/* ---
 RESPONSIVE 
---  */
@media only screen and (min-width: 1024px) {
	header:not(.header-scrolled) .logo img { margin: 30px 0 0; }
}