
/* HOME HEADING*/ 
.project-slide__content {
top: auto !Important;
bottom: 140px;
}

/* HOME HIDE PORTFOLIO TYPES*/ 
.portfolio_types {
    display: none;
}


/* Color Subnav */   
@media only screen and (min-width: 900px) {
    .nav--main .sub-menu {
    background-color: #000000;
}}

@media only screen and (min-width: 900px) {
.nav--main .sub-menu:after {
    border-bottom-color: #000000;
} }

/* Hide theme name */
.theme-name { display: none!important; }

/* Hide letter loader */
.site-content__mask {
    display: none;
}

/* Hide sidebar */
.site-sidebar__content {
    display: none;
}

/* Hide project navigation*/
.home .project-slide__content .project-slide__text {
    display: none;
}

/* Hide back to index nav*/
a.nav__link--archive.dJAX_internal {
  display: none;
}

/* Hide details button */
.show-details.caption.js-details {
    display: none;
}


/* Custom site title size */
.site-title{
  max-width: 10em;
}

/* Hide line under menu */
.nav--main [class*="current-menu-"] > a:before, .filter__item.active:before, 
.divider:before, hr:before{
   border-bottom: 2px solid #000;
   background-image: none !important;
}

/* Font rendering */
body #wrap_all{
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* Scroll */
html.has--nicescroll {
 overflow: visible;
}

/* Remove overlay */  
img.project-slide__image.rsImg.wp-post-image {
 opacity: 1!important;
}

.photometa:before {
    background-image: none !important;
}


/* White background full view */
@media only screen and (min-width: 900px) {
body:after {
border-color: transparent;
}}

/* No border */
.fullview.fullview--visible {
background-color: white !important;
}

/* Home slider nav */
.vertical-title.prev { 
    display: true!important;
    opacity: 0;
    
}
.vertical-title.next { 
    display: true!important; 
    opacity: 0;
}

.projects-slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Show mobile menu */
@media screen and (max-width: 782px){
.admin-bar .nav-toggle {
display:block;
}
}

/*
	CSS Migrated from Jetpack:
*/

