
.portfolio_nav { display:none; }
#wrapper
{
	overflow-x: hidden;
}
body.js_nav .mobile_menu_wrapper 
{
    display: block;
}
.gallery_type, .portfolio_type
{
	opacity: 1;
}
#searchform input[type=text]
{
	width: 75%;
}
.woocommerce .logo_wrapper img
{
	max-width: 50%;
}
.mobile_menu_wrapper
{
    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);
	}
}






#copyright {
    width: 100% !important;
    text-align: center !important;
}
#media only screen and (max-width: 767px) {
.logo_wrapper img {
    margin-top: -20px !important;
}
}
.bdp_blog_template.evolution .bd-post-image img {
    transform: scale(1);
    transition: all 4s ease 0s;
    max-width: 100%;
    width: 100%;
}
