/**tweede nassau ateliers titel**/
.site-title {
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}
/**body text aangepast + marge paginatitel en bodytext**/
.entry-content p{
    margin-bottom: 1.5rem;
	font-size: 0.8em;
	margin-top: 5px
}
/**tweede nassau tekstlink op homepage weggehaald**/
.slider-entry-content-wrap {
    content: "";
    display: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1001;
}
/**metadata in lightbox weggehaald**/
	.jp-carousel-image-meta {
    float: none !important;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
/**lightbox captions aanpassing**/
.jp-carousel-left-column-wrapper {
    width: auto!important;
}
/**achtergrondkleur lightbox wit**/
body .jp-carousel-overlay, body #TB_overlay {
    background-color: #FFF;
}
/**pijltjes lightbox zwart**/
.jp-carousel-wrap .jp-carousel-close-hint, .jp-carousel-next-button span:before, .jp-carousel-previous-button span:before {
    color: #000;
}

/**kleur kruis bij gallery op pagina aangepast **/
body .tb-close-icon:before, body .tb-close-icon:after, .jp-carousel-close-hint span:before, .jp-carousel-close-hint span:after {
    background-color: #000;
}
/**navigatie streepje kleiner **/
.main-navigation .current_page_item > a:before, .main-navigation .current-menu-item > a:before, .main-navigation .current_page_ancestor a:before {
    left: 0px;
    width: calc(100%);
	display:block;
}

/**a: hover aanpassingen **/
.nav-menu a:before, .entry-content a:before, .entry-footer a:before, .entry-meta a:before, .author-box a:before, body #infinite-handle span:before, .comments-area .nav-links a:before, .comment-author a:before, .comment-content a:before, .comment-reply-link:before, .comment-form a:before, .paging-navigation a:before, .category-filter a:before, .single-additional a:before, .sd-social-text ul li a:after, .portfolio-archive .entry-title a:before {
    content: "";
    background: #000;
    height: 2px;
    position: absolute;
    top: 100%;
	  left: 0px;
    width: calc(100%);
	display: none;
}

/**marge tussen featured image en titel op homepage aangepast **/
.content-below .portfolio-wrapper .featured-image + .entry-header .entry-title {
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top: 16px;
    margin-bottom: 0;
}

/**featured image projectpagina weggehaald **/
.single-jetpack-portfolio .featured-image {
display: none;
}

/**H5 op pagina links **/
.content-area .entry-content h1, .content-area .entry-content h2, .content-area .entry-content h3, .content-area .entry-content h4, .content-area .entry-content h5, .content-area .entry-content h6 {
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
	text-align: left;
}

	
/**textblok op pagina centreren **/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    text-align: -webkit-center;
    display: block;
}

/**pagina titel aangepast **/
.page-header .page-title {
    margin-top: -0.04em;
    margin-bottom: 1.3rem;
    line-height: 1em;
		font-size: 2em;
		text-align: left;
}

/**nieuwspagina overzicht tektst links uitgelijnd + extra marge **/
.listing .entry-content, .listing .entry-content p {
    line-height: 1.6em;
    text-align: left;
    margin-top: 2px;
}

/**categorie en datum weggehaald boven posts **/
.entry-meta {
    margin-bottom: 1.5rem;
	display: none;
}
/**'read more' weggehaald boven posts **/
a.read-more-link{
    margin-bottom: 1.5rem;
	display: none;
}
/**'previous/next post'etc weggehaald onder postpage **/
.nav-links{
	display: none;
}
/**titel nieuws-page aangepast **/
.single .entry-title {
    margin-top: -0.04em;
    margin-bottom: 5.3rem;
    line-height: 1.3em;
		font-size: 2em;
		text-align: left;
}

/**H5 tussenkop paginatekst aangepast **/
h5, .format-video .featured-image a:after, .single-format-video .featured-image a:after, .portfolio-archive .entry-title, body #TB_caption, .format-video #TB_ajaxWindowTitle {
    font-size: 24px;
    font-size: 1rem;
}
/**begintext post-page aangepast **/
h4, .emphasis, .entry-content .emphasis, .twocolumn p.half-width.emphasis, .post-navigation, .widget-area .slideshow-controls a:first-of-type, .widget-area .slideshow-controls a:last-of-type {
    font-size: 30px;
    font-size: 1.45rem;
	margin-bottom: 1em;
}
/**pagina kunstenaars interlinie en font-size aangepast **/
h7 {
	font-size: 16px;
	line-height: 2em;
}