/*
Theme Name: Sport WP Theme Child
Theme URI: #
Description: Child theme for Sport WP Theme
Author: Sport
Author URI: #
Template: sport-wp-theme
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../sport-wp-theme/style.css");
.footer-social-networks{
	flex-direction: column;
}
.header-banners{
	height:80px;
}
@media (max-width: 48em) {
	body .header-banners{
		height:unset;
	}
	#after_breadcumb{
		max-width: 374px;
		margin: -12px auto 8px;
	}
	body .swiper-button-next-ads{
		right: -10px;
	}
	body .swiper-button-prev-ads{
		left: -10px;
	}
	body .back-to-top{
		bottom: 40px;
       	right: 0;
	}
}