/*
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* 	simplo */

p {
    margin-block-end: 0 !important;
}
h1 b, h2 b {
    font-family: "DM sans";
    font-style: normal;
    color: #c69b6d;

}
h1 b {
    font-size: 69px;
}

@media (max-width: 767px) {
 h1, h1 span {
                    font-size: 12px !important;
                    line-height: 22px !important;
                }

}

@media (max-width: 1024px) {
    h1  {
        font-size: 22px!important;
    }
}
.s-btn-green-bg span:after, .s-btn-green-bg-faq span:after {
    content: "";
    display: block;
    width: 110px;
    background: url("https://hades.studiosimplo.pl/wp-content/uploads/2024/06/Arrow-1.svg") no-repeat;
    background-position: 0 22px;
    margin-left: 20px;
}
 .s-btn-green-bg .elementor-button-link, .s-btn-green-bg-faq .elementor-button-link {
    position: relative;
}
 .s-btn-green-bg .elementor-button-link:before {
    content: "";
    display: block;
    width: 150px;
    height: 160px;
    color: red;
    position:absolute;
    left: 0;
    top: 10px;
    background:url("https://hades.studiosimplo.pl/wp-content/themes/hello-elementor-child/assets/images/wstazki.png") no-repeat;
    background-size: 45px;
}
 .s-btn-green-bg span b, .s-btn-green-bg-faq span b {
    font-family: "DM sans";
    color: #C69B6D;
    font-style: normal;
    font-weight
}
 .s-btn-green-bg-faq .elementor-button-link:before {
    content: "";
    display: block;
    width: 150px;
    height: 160px;
    position:absolute;
    left: 0;
    top: -27px;
    background:url("https://hades.studiosimplo.pl/wp-content/uploads/2024/08/green-btn-faq-bg.png") no-repeat;
     
}
.s-btn-green-bg-faq span b {
    color: #fff !important;
}

.s-btn-green span {
    color: #fff;
    font-family: "lora";
    font-style: italic;
}


.s-btn-green span b {
    font-family: "DM sans";
    color: #C69B6D;
    font-style: normal;
    font-weight:400;
}
@media only screen and (max-width: 1024px){
    .s-btn-green-bg span, .s-btn-green-bg-faq span {
        text-align: left;
        padding: 5px 0 5px 20px;
    }
    .s-btn-green-bg span:after, .s-btn-green-bg-faq span:after {
        background-position: 0 28px;
        background-size: 40px;
    }
    .s-btn-green-bg .elementor-button-link:before, .s-btn-green-bg-faq .elementor-button-link:before {
        height: 65px;
        top: 0;
        background-size: 45px;
    }
}

@media only screen and (max-width: 1024px){
    .swiper-pagination {
        gap:0 !important;
    }
    .swiper-pagination-bullet:after {
        font-size: 16px !important;
        display: block !important;
        text-align: center !important;
    }
    .elementor-element-6725e25 p {
        font-size: 16px;
        font-weight: 400;
    }
}

.s-service-element:hover {
    background:#C69B6D !important;
}
.s-service-element:hover div, .s-service-element:hover span {
    color: #fff !important;
}
.s-service-gr:hover {
    background: #3D7068;
}
.s-service-gr:hover span, .s-service-gr:hover div{
    color: #fff !important;
}

/*komentarze na nekrologu*/

.comment-list {
    display: flex;
    gap: 56px;
    overflow: hidden;
    position: relative;
    width: 100%;

}
@media only screen and (max-width: 1024px){
    comment-list {
        padding: 20px;
        gap: 24px;
    }
}
.comment-list .comment {
    display: block;
    flex-shrink: 0;
    width: 360px;
    padding-top: 46px;
    background: url('/wp-content/uploads/2024/06/unnamed-file.png') no-repeat top left;
    
}
@media only screen and (max-width: 1024px){
    .comment-list .comment {
        width: 180px;
    }
}

.comment-content {
    margin-bottom: 16px;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 0;
}
.comment-author {
    display: block;
    font-size: 20px;
    padding-top: 24px;
    
}

/*Długi komentarz*/

.read-more-btn {
    margin-top: 10px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    text-align: right;
}

#comment-popup, #comment-popup-form {
    display: none; /* Ukryj popup domyślnie */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Przezroczyste tło */
    z-index: 1000;
}

.popup-content {
    position: relative;
    margin: 15% auto;
    padding: 32px;
    background-color: #fff;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-height: 70%;
    overflow-y: auto;
}
@media only screen and (max-width: 1024px){
    .popup-content {
        margin: 150px auto;
        width: 85%;
    }
}


.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.comment-form-cookies-consent {
    display: none;
}

#respond .form-submit input {
    border: 1px solid #3D7068;
    border-radius: 100px;
    color: #3D7068;
    margin-top: 32px;
    float: right;
}
#respond .form-submit input:hover{
    background: #3D7068;
    color: #fff;
}

p {
    margin-bottom: 16px !important;
}

