
.portfolio_nav { display:none; }




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


#page_caption.hasbg .page_tagline {
        display: none;
}

#custom_logo img {
    width: 154px !important;
    height: 110px !important;
}

#custom_logo_transparent img {
    width: 154px;
    height: 110px;
}


.home #nav_wrapper{   
background: #000;
    position: absolute;
    left: 0;
    opacity: 0.7;
    right: 0;
}
.home div#logo_wrapper {
    border-bottom: none !important;
}

#page_caption.hasbg {
    height: 20vh !important;
}
#page_caption.hasbg:after{
    background-image: none !important;
}
#page_caption.hasbg h1, h1.hasbg {
    color: #000;
}
.gallery_type.archive .post_detail {
    margin: 0;
    float: none;
    color: #fff;
    font-size: 10px;
    display: none;
}


