/*
 Theme Name:   Ippo Child
 Theme URI:    http://themeskingdom.com
 Description:  Ippo is a contemporary, minimalistic, so 2019 theme, created to let your tech blog content shine. This tech blog theme is designed to look good on all screen sizes, enabling your ideas, videos, galleries of photos, quotes, and links to shine through. It doesn’t clog your website with unnecessary effects. Instead, it does you a favor by featuring modern typeface with, and a lot of whitespace. No reader would be able to resist reading all your blog posts!
 Author:       Themes Kingdom
 Author URI:   http://themeskingdom.com
 Template:     ippo
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  ippo
*/

b,
strong {
	font-weight: bold;
    color: black;
}

.site-footer, .site-footer .widget, .site-footer span, .site-info {
    color: #000;
	font-size: 12px;
}
/*aanpassing aan links (kleur en underline)*/
.entry-content a {
    border-bottom: 1px solid transparent;
    border-bottom-width: 1px;
    border-bottom-style: transparent;
    border-bottom-color: #4c4c4c;
    font-weight: 400;
}
.entry-content a:hover {
    border-color: #a0a0a0;
}
.category-filter .cat-active a {
    color: #a0a0a0;
	border-bottom: 1px solid;
	border-bottom-color: #4c4c4c;
}

/*categorieen weggehaald bij next/previous project*/
.single .nav-links .entry-meta {
    margin-bottom: 12px;
    display: none;
}
/*grijze balk minder hoog bij next/previous project*/
.single .nav-links a {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
    width: 500px;
	color: black;
}
/*fontgrootte titel in slider >768px aangepast*/
@media only screen and (min-width: 768px){
	.fullwidth-slider .featured-slider .entry-title {
		font-size: 50px;
	}

}
/*lightbox titel weggehaald*/
.jp-carousel-titleanddesc-title {
    font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
    text-transform: none !important;
    color: #fff;
    margin: 0 0 15px;
    padding: 0;
    display: none;
}
/*footer tekst gecentreerd*/
.site-info {
    letter-spacing: .4px;
    text-align: center;
}
/*menu icon aangepast*/
.menu-toggle span:before {
		width: 20px;
		top: -5px;
	}

	.menu-toggle span:after {
		width: 20px;
		top: 5px;
	}
/*foto bijschrift in pagina's aangepast*/
body, .headline-content-container p, .masonry .type-portfolio .entry-title, .search .format-quote blockquote, .search .format-quote q, .search .format-quote blockquote p, .search .format-link .entry-content p, body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 16px;
    font-size: 0.7rem;
}
/*beeld bovenaan projectpagina weg*/
.single .featured-image {
	display:none;
}

/*categorie+datum bovenaan projectpagina weg*/
.single .entry-meta {
	display:none;
}
/*minder witruimte onder titel projectpagina*/
.single .hero {
	padding-bottom: 2.5vw;
}
/*submenu meer ruimte voor titels*/
.standard-menu .main-navigation ul ul li {
    display: block;
    margin: 0;
	padding: 10px 5px;}

/*featured images: datum en categorien weggehaald*/
.post-date  {
	display:none;
}
.category-list {
	display:none;
}
/*custom logo grootte aangepast*/
img.custom-logo {
	max-width: 30%;
}
/*site logo font aanpassing*/
.site-title a{
font-weight: 700;
line-height: 1.1em;
margin-top: 1px;
margin-bottom: 0;
font-size: 1.875rem;
font-family: 'Bellota';
}

/*header nieuws links uitgelijnd*/
.single .hero, .single .hero .entry-gallery, .single .featured-image, .single .entry-title, .single .entry-meta {
    text-align: left;
    margin: 0;
}

/*alle headers links uitgelijnd*/
h1, h2, h3, h4, h5, h6 {
    font-family: Bellota Text;
    font-weight: 400;
    text-align: left;
}

/*header featured slider H2 gecentreerd*/
.carousel-slider .featured-slider .entry-title {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

/*header pagina's padding links weggehaald*/
.page.logged-in .container > .page-header {
    padding-left: 0px;
    padding-right: 30px;
}

	