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





@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_share_text {
display: none;
}

li.widget_mc4wp_form_widget {
	background: #fff!important;
}

.widget_mc4wp_form_widget h2 {
	    color: #222222!important;
}


.mc4wp-form-theme label {
	    color: #222222!important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.post_share_text {
display: none;
}}

@media only screen and (max-width: 767px) {
.post_share_text {
display: none;
}}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.post_share_text {
display: none;
}}

