/*
 Theme Name:   Enfold Child Theme
 Theme URI:    http://www.deltamedia.de/
 Description:  A simple child theme to add custom styles
 Author:       Delta Media GmbH
 Author URI:   http://www.deltamedia.de
 Version:      1.0.0
 Text Domain:  enfold-child-theme
 Template:     enfold
*/

/* IMPORTANT: If you install this theme you have to change the Template Line above to match the used theme name. Otherwise this won't work. */

@media(max-width: 767px) {
	.responsive #top #wrap_all .slide-entry-wrap .slide-entry {
	    width: 100%;
	    margin-left: 0;
	}

	.responsive #top #wrap_all .avia-content-slider-even .slide-entry-wrap .slide-entry.slide-parity-odd, 
	.responsive #top #wrap_all .avia-content-slider-odd .slide-entry-wrap .slide-entry.slide-parity-even {
		margin-bottom: 20px;
	}

	.avia-content-slider .slide-entry-wrap {
		margin-bottom: 0 !important;
	}
}