/*
 Theme Name:   H-M Thème
 Description:  Thème Elementor pour le site d'Hélène Mulot
 Author:       Matthieu Devaux
 Author URI:   https://www.md-webdesigner.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	font-size:62.5%;
	overflow-x:hidden;
}

.elementor-nav-menu li a {
	transition:all linear .3s;
}

.elementor-nav-menu li:hover a, .elementor-nav-menu li:focus a, .elementor-nav-menu li:not(.menu-item-home) a.elementor-item-active {
	font-weight:bold!important;
}

.elementor-testimonial__text {
    text-align: left;
}

.elementor-testimonial__text b {
	display:block;
	font-style:normal;
}

button.simplefavorite-button.has-count, button.simplefavorite-button.has-count:hover, button.simplefavorite-button.has-count:focus {
    background: white !important;
    border: none !important;
    box-shadow: none;
    color: transparent !important;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    width: 40px;
    align-items: center;
    font-size: 0;
}

i.sf-icon-love {
    color: #362B23 !important;
    font-size: 2rem !important;
}

span.simplefavorite-button-count {
    color: #362B23 !important;
    font-size: 1.4rem;
	font-family:'Roboto';
}

.simplefavorite-button.has-count.active .sf-icon-love:before {
	color:red;
}

.elementor-widget-post-comments * {
	font-family:'Roboto';
	font-size:1.6rem;
}

.elementor-widget-post-comments {
    padding: 25px 80px;
    border: thin solid #CFC5C1BF;
    width: 100%;
}

h2.comment-reply-title {
	font-family: "Libre Baskerville";
	border-bottom: thin solid #27211E33;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.comment-form input#submit {
    background-color: #305a66;
    color: white;
    border-radius:0;
	border:none!important;
    font-size: 1.8rem !important;
    line-height: 1.43 !important;
    overflow: hidden;
    padding: 6px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor:pointer;
}

p.comment-form-comment {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
}

p.comment-form-author label, p.comment-form-email label, p.comment-form-url label {
    width: 120px !important;
    display: inline-block;
}

.comments-area input, .comments-area input textarea {
    border:thin solid #CFC5C1BF !important;
    box-shadow: none !important;
}

@media (max-width:767px) {
	.elementor-widget-post-comments {padding:25px 40px}
}