
.portfolio_nav { display:none; }
#wrapper
{
	overflow-x: hidden;
}
.mobile_menu_wrapper
{
    overflow: auto;
}
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_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);
	}
}



.post_detail {
display: none;
}

.footer_bar{padding-bottom:25px;}

div.testimonials > div > div > div.post_button_wrapper
{
    display: none;
}

.gallery2:hover img{
    -ms-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.grid:hover img{
    -ms-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.post_detail {
display: none;
}

.footer_bar{padding-bottom:25px;}

div.testimonials > div > div > div.post_button_wrapper
{
    display: none;
}}

@media only screen and (max-width: 767px) {
.post_detail {
display: none;
}

.footer_bar{padding-bottom:25px;}

div.testimonials > div > div > div.post_button_wrapper
{
    display: none;
}}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.post_detail {
display: none;
}

.footer_bar{padding-bottom:25px;}

div.testimonials > div > div > div.post_button_wrapper
{
    display: none;
}}

