/*
Theme Name:   Inspiro Child
Theme URI:    https://votre-site.com/
Description:  Thème enfant pour Inspiro.
Author:       Votre nom
Author URI:   https://votre-site.com/
Template:     inspiro
Version:      1.0.0
Tags:         custom, child theme, inspiro
Text Domain:  inspiro-child
*/

/* Importation du style du thème parent */
@import url("../inspiro/style.css");

/* Personnalisez ci-dessous */

/* Header Settings */
@media (min-width: 768px) {
	.has-header-image .custom-header-media img{
		object-position: bottom !important;	
	}
}

h1.entry-title {
	margin-top: 30px;
}

/* FOOTER SETTINGS */
div.site-info span.copyright span:nth-child(1) {
	width: 100%;
	text-align: center;
}

div.site-info span.copyright span:nth-child(2) {
	display: none !important;
}

div.site-info span.copyright {
    justify-content: center;
}

/*COMMENTS SETTINGS */
h3#reply-title.comment-reply-title {
	margin-top: 10px;
}

ol.commentlist > li {
	background-color: #f4f4f4;
    padding: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
ol.commentlist > li div.comment-author {
	border-bottom: 1px solid #352378;
}
ol.commentlist > li cite.fn {
	color: #C261CE;
}
ol.commentlist .comment-body{
	margin-top: 10px;
	margin-bottom: 10px;
}

ol.commentlist .comment-body p {
	margin-bottom: 0px;
}


