
.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);
	}
}



.ilightbox-thumbnails.ilightbox-horizontal {
    display: BLOCK !important;
},
#logo_right_button {
    position: relative;
    display: none;},
.ilightbox-horizontal {
    height: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ilightbox-thumbnails.ilightbox-horizontal {
    display: BLOCK !important;
},
#logo_right_button {
    position: relative;
    display: none;},
.ilightbox-horizontal {
    height: 4px;
}}

@media only screen and (max-width: 767px) {
.ilightbox-thumbnails.ilightbox-horizontal {
    display: BLOCK !important;
},
#logo_right_button {
    position: relative;
    display: none;},
.ilightbox-horizontal {
    height: 4px;
}}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.ilightbox-thumbnails.ilightbox-horizontal {
    display: BLOCK !important;
},
#logo_right_button {
    position: relative;
    display: none;},
.ilightbox-horizontal {
    height: 4px;
}}

