/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.comments-area a, .page-content a{
    text-decoration: none !important;
}

.product-post .hfe-post-title,
.product-post .hfe-post-excerpt{
    text-align: center;
}

.product-post .hfe-read-more {
    background-color: #285E91 !important;
    padding: 8px 16px !important;
    border-radius: 100px !important;
    display: flex !important;
    justify-self: center !important;
    line-height: normal !important;
    max-width: fit-content;
    width: 100%;
}

.wrapping-style .swiper-slide-inner img{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.elementor-image-carousel-wrapper{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
}

@media screen and (min-width: 424px) and (max-width: 450px) {
    .hero-home {
        background-position: -360px 0px !important;
    }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
    .hero-home {
        background-position: center right !important;
    }
}