
.portfolio_nav { display:none; }

#mobile_nav_icon
{
    display: none !important;
}



@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}


h5 { text-transform: none !important; }
.ppb_subtitle { text-transform: none !important; }

#logo_wrapper {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
h5 { text-transform: none !important; }
.ppb_subtitle { text-transform: none !important; }}

@media only screen and (max-width: 767px) {
h5 { text-transform: none !important; }
.ppb_subtitle { text-transform: none !important; }}

@media only screen and (min-width: 480px) and (max-width: 767px) {
h5 { text-transform: none !important; }
.ppb_subtitle { text-transform: none !important; }}
