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



    #logo_wrapper {
        text-align: center;
        border: 0;
        padding: 20px;
        float: center;
        width: 100%;
        height: 300%;
    }

.nav_wrapper_inner
{
	display: table-cell;
    vertical-align: bottom;
}
    .top_bar.scroll.light .header_cart_wrapper a, .top_bar.scroll.light .post_share_wrapper a#page_share, .top_bar.scroll.light .post_download_wrapper a#gallery_download, .top_bar.scroll.light .social_wrapper ul li a, .top_bar.scroll.light #menu_wrapper div .nav > li > a {
        color: #5e70b5;
    }

    .four_cols.gallery .element .portfolio_title h5 {
        display: none;
    }

    .two_cols.gallery .element .portfolio_title h5 {
          display: none;
}

    .post_header.grid h6, .portfolio_desc h5 {
        display: none;
    }

    #footer_menu li a {
        font-size: 11px;
        font-weight: normal;
        color: #5f28aa;
    }
.team_pic {
 height: 70%;
width: 70%;
}

    .testimonial_slider_wrapper {
        font-size: 20px;
    }
#horizontal_gallery {
    overflow-x: hidden;
}



