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




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


#logo_wrapper .social_wrapper, #logo_right_button {
padding: 30px 0 0 0;
}
#logo_wrapper{
padding: 10px 0 0 0;
}

#mobile_nav_icon
{
 font-size: 1.5em !important; /* This controls the size. */
 display: inline-block !important;
 width: 0.4em !important;
 height: 0.4em;
 border: 0.1em solid #fff;
 position: relative;
 border-radius: 0.35em;
}
.view_fullscreen_wrapper a::before
{
 content: &quot;&quot;;
 display: inline-block;
 position: absolute;
 right: -0.25em;
 bottom: -0.1em;
 border-width: 0;
 background: #fff;
 width: 0.35em;
 height: 0.08em;
 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
}
#captcha-wrap {
    border: solid #000 1px;
    width: 432px;
    float: left;
    background: #000;
    text-align: left;
    padding: 3px;
    margin-top: 3px;
    height: 53px;
}
#captcha-wrap .captcha-box {
    background: #fff;
    text-align: center;
    border: solid #fff 1px;
    float: left;
    height: 48px;
}
#captcha-wrap .text-box {
    background: #fff;
    width: 140px;
    height: 51px;
    float: left;
    margin: 0 0 0 5px;
    text-align: center;
}
#captcha-wrap .text-box input {
    border: none;
}
.contact_form_wrapper input[type=submit] {
    float: right;
    margin-right: 4%;
    font-size: 1.3em;
    top: -6em;
    position: relative;
}
.pricing_wrapper {
    margin-right: 2em;
}
.pricing ul li {
    padding: .5em;
}
div #logo_wrapper #logo_right_button
{
 display:none;
}

/*--Hide Product SKU and Product Category --*/
.product_meta .sku_wrapper, .product_meta .posted_in {
    display: none;
}
/*--Fix Cart Messages --*/
.woocommerce-message::before{
color: #ffffff;
}
.woocommerce #page_content_wrapper a.button{
opacity: 1;
color: #ffffff !important;
}
.woocommerce #page_content_wrapper a.button:hover{
text-decoration:underline;
}
.woocommerce-message::before{
color: #ffffff;
top:1em !important;
}
.body.single-product #page_content_wrapper{
margin-top:290px;
}

@media only screen and (max-width: 767px) {
.logo_wrapper img {
    max-height: 100px;
}
}


