/*
Theme Name: Café des savoirs libres
Template: twentysixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: <a href="://www.wordpress.com.org/">Automattic</a>
Author URI: https://wordpress.org/
Description: Child theme based on Twenty Sixteen by WordPress. Includes a few CSS customizations for Le Café des savoirs libres.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Version: 1.0
*/

/* parent style imported by functions.php */

/* Header
-------------------------------------------------------------- */

.post-thumbnail {
	display:none;
}

h1.site-title {
	float:left;
}

h1.site-title a, p.site-title a {
	font-size:2.4rem;
}

p.site-description {
	float:left;
}
/* div.sitefooter div.siteinfo span.site-title a {
	font-size:1.5rem;
} */

.site-header {
	padding: 2.25em 4em;
}
.site-branding {
  margin-top: 0em;
  margin-bottom: 2em;
	width:100%;
}

.header-image {
	margin-top: 0;
  margin-bottom: 2em;
}

.site-header-menu {
	margin:0;
}

h1.entry-title {
	font-size:1.9em;
}

h2.entry-title {
	font-size:2em;
}

div.entry-summary {
	display:none;
}

div.entry-content ul, div.entry-content ol {
    margin-left:15px;
}
ol.easy-footnotes-wrapper {
  font-size: 85%;
	list-style-type: decimal;
}

div.nav-previous {
	float:left;
	max-width:50%;
}

div.nav-next {
	float:right;
	max-width:50%;
}

div.nav-previous span.post-title, div.nav-next span.post-title {
	font-size: 1.15rem;
}

a.link-title {
	font-weight:700;
	font-family:sans-serif;
	font-size:1.2em;
}
