
.portfolio_nav { display:none; }
.top_bar.fixed
{
	position: fixed;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	z-index: 999;
	visibility: visible !important;
	top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
	margin-top: 16px;
}

.top_bar.fixed #searchform
{
	margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
	margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
	padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
	max-height: 40px;
	width: auto;
}
#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%;
}

#wrapper
{
	background: red !important;
}


#nav_wrapper
{
    float: right;
}
.extend_top_contact_info
{
	text-align:right;
	padding-top: 15px;
	display: block;
}
.nav_wrapper_inner
{
	display: block;
}

#menu_wrapper div .nav > li > a
{
	padding-top: 20px !important;
	padding-bottom: 21px !important;
}

.top_contact_info
{
	display: block;
}

#mobile_nav_icon
{
	top: 22px;
}

.top_contact_info span
{
	margin-right: 0;
	margin-left: 10px;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
	margin-top: -1px;
}

@media only screen and (min-width: 1024px) {
  #mobile_nav_icon
  {
    display: none;
  }
}



