/* 
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 */

.contact-box span.elementor-icon {
    padding: 10px;
}

/* review section */

.reviews-box .elementor-testimonial {
    padding: 25px 10px 51px 10px;
    margin: 0 0 20px 0 !important;
    position: relative;
}

.reviews-box span.elementor-testimonial__name {
    position: absolute;
    bottom: 30px;

}

.reviews-box span.elementor-testimonial__title {
    position: absolute;
    bottom: 2px;
}

.post-box {
    position: relative;
}

.post-box .elementor-post__meta-data {
    position: absolute;
    bottom: 70px;
}

.post-box .elementor-posts .elementor-post {
    position: relative;
}

.post-box span.elementor-post-date {
    position: absolute;
    bottom: 21px;
    right: -220px;
    background: rgba(19, 38, 41, 1);
    height: 57px;
    display: flex;
    align-items: center;
    font-size: 23px;
    line-height: 1.1em;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    width: 51px;
}

.post-box span.elementor-post-author {
    color: #132629;
    text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .post-box span.elementor-post-date {
        right: -170px;
        font-size: 18px;
    }

    .post-box .elementor-post__meta-data {
        bottom: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .post-box .elementor-post__meta-data {
        position: absolute;
        bottom: 95px;
    }

    .post-box span.elementor-post-date {
        position: absolute;
        bottom: 7px;
        right: -116px;
        font-size: 19px;
    }

    .reviews-box .swiper-slide {
        margin-right: 30px !important;
    }

}