/*
Theme Name: Hello Elementor Child Theme
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.comments-area a, .page-content a{
	text-decoration: unset !important;
}
.search-results .page-content{
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    gap: 30px;
}
.search-results .post .entry-title a{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    color: #000000;
}
.wpcf7-form input,
.wpcf7-form textarea{
	margin-top: 10px;
}

#site-header {
    position: relative;
    z-index: 999;
    background: #ffffff;
    transition: all 0.6s ease;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

#site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body.header-sticky {
    padding-top: 80px; /* Adjust to your header height */
}

.article-layout{
	margin-top: 50px !important;
}
.wpcf7-form input[type=submit]{
    background-color: #50b0dc !important;
    border: none;
    font-size: 16px;
}
.wpcf7-form textarea{
	height: 100px;
}
.wpcf7-form label{
	width: 100%;
}
.pum-theme-2952 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
    background-color: #50b0dc !important;
    top: 4px !important;
    color: #ffffff !important;
    right: 5px !important;
}