.wpb_animate_when_almost_visible {
    animation-duration: 3s !important;
}


/* Hide Menu Temp*/
#top > div > div > div.col.span_9.col_last > nav {
    display: none !important;
}

#top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
    display: none !important;
}

/* Hide the publish date for Services section at Home page*/
.portfolio-items .work-item.style-3 .vert-center p, .portfolio-items .work-item.style-3-alt .vert-center p {
    font-size: 0;
}


/* Make the Services Section Unclickable */
/*
.work-info > a {
    pointer-events: none ;
}
*/