/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.livebox {
	padding-bottom: 400px !important;
}

.biobox {
	max-width: 800px !important;
	align-content: center !important;
}

	#sliderstart {
		display: block !important;
	}
	#slidermobile {
		display: none !important;
	}	


@media screen and (max-width: 60em) {
	#sliderstart {
		display: none !important;
	}
	#slidermobile {
		display: block !important;
	}	
}
