/*
Theme Name: Re-imagining Education
Theme URI: 
Author: ICT&Media
Author URI: http://www.uu.nl/ictenmedia
Description: https://re-imaginingeducation.sites.uu.nl/
template: UU2014
Version: 1.0-wpcom
Text Domain: uu2014
Domain Path: /languages/

*/

body, .page-content,.page-content-inner,.mce-content-body {
	font-family: "open sans", sans-serif;
}

#masthead {
	background: #417495;
	text-align: center;
}

#masthead h1 {
	margin: 15px 0 0 0;
	padding: 0;
}

#masthead h1 a {
	color: #fff;
}

#masthead h2 {
	margin: 0 0 15px 0;
	color: #fff;
}

#content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
	text-align:left;
}

.home #content {
       padding-top: 50px;
    padding-bottom: 20px;
}

#content .page-title h1 {
    background: transparent;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 50px;
    min-height: inherit;
    padding: 14px 24px 14px 100px;
    position: relative;
    z-index: 100;
}

.home-widget-area-0,  {
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 15px 1em 15px;
}

.navbar-nav {
	width: 100%;
}

.single article p, .page article p, .page-title, .single .date, .container-fluid {
	max-width: 700px;
	margin: 0 auto 1em auto;
}

.single article img.aligncenter {
    width: 100%;
    height: auto;
    margin: 0 auto 1em auto;
}


.page-content-inner h1:first-child, .page-content-inner h2:first-child, .page-content-inner h3:first-child, .page-content-inner h4:first-child {
    margin-top: 0;
    margin: 1em 0 1em 0;
}

.single .page-title {
    display: none !important;
}

.full-width .page-content-inner {
    padding: 30px 0;
    width: initial;
}

.wp-caption {
	margin-top: 15px;
	margin-bottom: 15px;
}

.single .tags {
    color: #787878;
    font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 30px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

.tag .metadata {
    display: none;
}

.author_badge {
     border: 0; 
     padding: 0; 
     float: none; 
     margin-left: 0; 
     margin-top: 0;
    font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

.author_badge img {
    width: 100%;
    height: auto;
}

article.blog-overzicht-item {
    border-bottom: 0px solid #ccc;
    padding-bottom: 15px;
    
    max-width: 930px;
    margin: 70px auto 0px auto;
    line-height: 150%;
}
.article-content {
    /*padding-left: 50px;*/
}
.author_posts {
    margin-bottom: 50px;
}
h1.author-posts-read-more , h1.archive-title {
    max-width: 930px;
    margin: 0 auto 50px auto;
    padding: 0 15px;
}

.author h1.archive-title {
    display: none;
}

article.blog-overzicht-item  h1 {
    font-family: "merriweather";
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 5px;
        line-height: 120%;
}
article.blog-overzicht-item a {
    text-decoration: none;
}

article .date {
    color: #aaa;
    font-size: 80%;
    margin-bottom: 10px;
}

.date a {
    text-decoration: none;
    margin-left: 5px;
}
article.blog-overzicht-item p {
     color: #666;
}


.page article.blog-overzicht-item p {
    margin: 0;
   
}

.blog-author {
    float: right;
}

.article-preview-image {
    position: relative;
    background-size: cover;
    background-position: center;
    /* height: 100%; */
}

.article-preview-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.article-preview-image figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.author_bio {
    max-width: 900px;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #ddd;
    padding-bottom:80px;
}



.widget h4 {
    margin-top: 0;
}

.bullet {
    display: inline-block;
    margin: 0 10px;
}
.alignnone, img.alignnone {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}

.sidebar ul, .sidebar ol, .commentlist {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

@media (max-width: 1024px) {
    img.aligncenter {
       /* width: inherit;
        height: auto;*/
    }
    .full-width .page-content-inner {
        padding: 30px 0;
        width: 100%;
    }

    article.blog-overzicht-item h1 {
        margin-top: 15px;
    }
    #content-wrapper {
        padding-top: 0;
        padding-bottom: 50px;
    }
    #masthead h2 {
        font-size: 18px;
    }
}


@media (min-width: 768px) {
    /*.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }*/
    .wpml-ls-item {
    	float: right!important;
    }
    .article-preview-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 80%;
    }
}

@media (min-width: 1200px) {
    .article-preview-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 80%;
    }
}