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

table tr th, table tr td {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    border-bottom: none;
}

#page_content_wrapper .inner .sidebar_content img, .page_content_wrapper .inner .sidebar_content img {
    max-width: 100%;
    height: auto !important;
    text-align: center;
}

.logo_wrapper {
    margin: 0;
    margin-bottom: 50px;
}

.footer_bar {
    border-color: #618AAA;
}

.above_top_bar {
    height: 30px;
    background: #222;
    position: relative;
    z-index: 3;
}

.social_wrapper ul li a i, .social_wrapper.small ul li a i {
    line-height: 22px;
    font-size: 22px;
}

.social_wrapper ul li a {
    opacity: 1;
    display: block;
    line-height: 0;
    color: #253371;
}

#search_icon, #page_share {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #253371;
    margin-left: 10px;
}
#mobile_nav_icon {
    display: inline-block;
    border-bottom: 9px double #253371;
    border-top: 3px solid #253371;
}





