/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");

#header .be-mobile-menu-icon span {
    background-color: #000000!important;
}

/* Logo */
.logo a, .logo a img {
    width: 100px;
    height: auto;
}

/* Menu */
#navigation .current_page_item a,
#navigation .current-menu-item > a {
    color: black!important;
}

/* Home title */
/* .ps-fade-horizontal-nav-item-inner {
    font-size: 5vw!important;
} */

/* Het Nationale Bibliotheekcongres has a way too long url, we need spedific styling for it. */
.postid-3859 .tatsu-BJZsesaKuj .tatsu-wrap {
    max-width: none;
}

.postid-3859 a.view-project-link {
    max-width: 200px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.postid-3859 a.view-project-link:after {
    content: none;
}

/* End Het Nationale Bibliotheekcongres */

#vng-video {
	max-width: 720px;
	max-height: 720px;
    margin: 0 auto;
	
	cursor: pointer;
}

@media (min-width: 960px) {
    .portfolio-details > div:last-child {
        margin-right: 0;
        text-align: right;
    }
    
    .portfolio-details > div:last-child > a {
        margin-right: 0!important;
        -webkit-transform: translateX(0)!important;
        -ms-transform: translateX(0)!important;
        transform: translateX(0)!important;
    }   
}

/* @media (max-width: 1360px) {
    .ps-fade-horizontal-nav-item-inner {
        font-size: 6vw!important;
    }
} */