/*
Theme Name:     Journey Child
Theme URI:      http://www.indieground.it/
Description:    Child theme for Journey
Author:         Indieground
Author URI:     http://www.indieground.it/
Template:       journey
Version:        1.0.1
*/


/* Your css goes here */


body {
/*color: red !important; */
/*background-color: red;*/
}

a.lien-post {
    color: #da973e;
}

a.lien-post:hover, a.lien-post:active {
	color: #ab6f21;
    text-decoration: underline;

}

h2.title_slide_post {
	font-size: 20px;
	line-height: 20px
}

.share_post {
    font-size: 40px;
}

.share_post a i {
    font-size: 25px;
    padding: 5px;
    margin-right: 0px;
}