html {
  scroll-behavior: smooth;
}

@media  (max-width: 767px){
	._right-column_10af8_101 {
    		display: none !important;
	}
}


@media (min-width: 768px){
	 ._mobile-menu_10af8_124{
    		display: none !important;
	}
}

@media (max-width: 767px){
	._header_fix{
		height: 60px;
	}

}

@media (min-width: 456px){
	._header_fix{
		height: 80px;
	}

}

@media (min-width: 1023px){
	._header_fix{
		height: 126px;
	}
}



.EditMode header{
	position:relative;
}

header #home-link {
    background: url("/app_themes/streetweightlifting/img/sw-white-web.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
    display: block;
    height: 54px;
    width: 60px;
}

header #home-link.expanded{
    background: url("/app_themes/streetweightlifting/img/sw-black-web.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
}