/*
	Theme Name: hopblog
	Author: Ben-hopblog
	Template: hueman
	
*/


/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

/* Accueil */

.entry.excerpt {color:#323232; font-size: 18px!important; text-align: justify;}
.featured .post-title { color:#000; font-size: 26px!important;}

/* Single */
.entry-inner{color:#323232; font-size: 18px!important; text-align: justify;}
.entry h1 {font-size: 26px!important;}
.entry h2 {color:#191919; font-size: 20px!important;}
.entry h3 {font-size: 20px!important;}
.single .related-posts .post-title{font-size:1.0625em!important;}

/* taille police article */
.post-title {font-size: 20px!important;}
.single .post-title {font-size: 26px!important;}
.entry {font-size: 18px!important;}


/* Page */
.page-title {display:none!important;}


