/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2022 | 09:10:27 */
.post-meta .post-author {
    display: none !important;
}
.post-meta .post-comment {
    display: none !important;
}

/* espace après un article sur le module de la page d'accueil */
.loops-wrapper.list-post>.post {
    margin: 0px;
}

/* PAGE TYPE DES ARTICLES */
.post {
    margin-top: 50px;
	margin-bottom: 50px;
	padding: 10px 20px 10px 20px;
    background: #ddd6bc;
}
.post-title {
    font-size: 30px;
    margin: 0px 0px 20px 0px;
}
.post-nav {
    margin: 0 0 30px;
    padding: 10px 20px 0px 20px;
	background: #ddd6bc;
}
.post-nav a {
    margin-top: 10px;
}
.post-nav .arrow {
    background-color: #8e7d5d;
}
.post-nav a:hover span {
    background-color: #be1622 !important;
}
.post-nav a {
    color: #8e7d5d;
	font-family: "Merriweather";
}
.post-nav a:hover {
    color: #be1622 !important;
}
#commentform textarea {
    margin-top: 10px;
}