@media (max-width: 767px) {

	.js .main-navigation ul {
		display: block !important;
	}

	.custom-header .site-branding, .custom-header{
		margin-bottom: 0 !important;
	}
	
	.navigation-top {
    position: fixed !important;
    z-index: 2000;
	width: 100%;
	}
	.page article{
	padding-top: 50px;
	}
	
	.home .panel-content .entry-header{
		margin-bottom:0;
	}
}

@media (max-width: 479px) {
	.site-branding {
    padding: 0 !important;
	}
	
.hmoe #main article .entry-content{
	padding-top: 50px;
	}
	
		.page article{
	padding-top: 70px;
	}
}