/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
.visible-sm{
	display: none;
}
.x-scroll-top {
	bottom: 80px;
}
@media (max-width: 767px){
	.hidden-sm{
		display: none;
	}
	.visible-sm{
		display: block;
	}
	.x-scroll-top {
		bottom: 10px;
	}
}

