/**
 * Theme Name: YOOtheme Child
 * Template:   yootheme
 */

@media screen and (min-width:901px){
	.tm-page .mep-default-sidebar{
		position: sticky;
		top: 240px;
	}
}

@media screen and (min-width:1421px){
	.tm-page .mep-default-sidebar{
		position: sticky;
		top: 100px;
	}
}