/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */

/* width blog */
.single-post .entry-content {
  width: 100%
}
.fluid-width-container {
    max-width: 90%;
}
/* remove Category Archives*/
.archive .archive-results-hgroup .subtitle{ display: none; }

.sidebar .title {
    display: none !important;
	}

/* remove author  */
.entry-meta {
display: none;}
.entry-header__slash{display:none ;}
.entry-gheader {display:none ;
}

/* navigation */
.site-navigation a:hover { color : #C41E3A;}
.site-navigation .current-menu-item a {
text-decoration:underline!important;
}
.site-navigation a {
	text-transform: none;
	font-weight: 100;
	font-size: 17px;
}
.entry-navigation .post-navigation {
   display: none !important;
}


/* text titres */
.page-title, .entry-title, .sidebar .title {
font-weight: 200;
text-transform: none;
}



/* color background */
body {
  background: 0f9f5ee;
}
/* cetrer grid */
.cl-layout__masonry-content {
  width: 93%;
	position: relative;
	left: 40px;
	}