@media screen and (max-width: 1000px) {
	.single aside.sidebar, .single article.article {
	    width: 100% !important;
	    float: none !important;
	    display: block !important;
	}

}

@media screen and (max-width: 550px) {
	a#pull.toggle-mobile-menu {
	    margin-bottom: 20px !important;
	}
}