

@media screen and (min-width: 1090px){
	body.post-template-default.single .mh-wrapper{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-flow:wrap;
		    flex-flow:wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width:100%;
		max-width:100%;
	}

	body.post-template-default.single .main-content, body.post-template-default.single #main-content{
		-webkit-box-flex:1;
		    -ms-flex:1 0 63%;
		        flex:1 0 63%;
		max-width:685px;
		float:none;
	}

	body.post-template-default.single .mh-sidebar{
		-webkit-box-flex:1;
		    -ms-flex:1 0 31%;
		        flex:1 0 31%;
		max-width:330px;
		float:none;
	}

	/*body.post-template-default.single .mh-sidebar.sticky{
		display:flex;
		flex-flow:column;
	}*/

	body.post-template-default.single .mh-sidebar.sticky > div{
		-webkit-box-flex:1;
		    -ms-flex:1 0 0px;
		        flex:1 0 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
		max-width:100%;
	}

	/*body.post-template-default.single div.sticky-widget{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}*/

	body.post-template-default.single section.sticky-widget.sticky-sidebar{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-flow:wrap;
		    flex-flow:wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
    	height: 100%;
	}

	body.post-template-default.single section.sticky-widget.sticky-sidebar > div{
		-webkit-box-flex:1;
		    -ms-flex:1 0 auto;
		        flex:1 0 auto;
		max-width:100%;
		position: sticky;
		top: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

}