/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1765385689
Updated: 2025-12-10 11:54:49

*/

/*
** Review Acceleration FX Styling **
*/

/* Base Card Styling */
.mcfx-review {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 64px 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    color: var(--e-global-color-text);
}

div[itemprop="reviewRating"] {
    order: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 3px;
    margin-bottom: 15px;
}

.mcfx-review-stars {
    display: flex;
    column-gap: 3px;
}

.mcfx-star-active {
    background-image: url('https://burkestreeservice.net/wp-content/uploads/2025/12/rafx-star-icon-v01.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}

.mcfx-review-number-rating {
    font-size: 13px;
    text-transform: uppercase;
}

.mcfx-review-description {
    order: 2;
    text-align: center;
}

.mcfx-review-description:not(:empty) {
    margin-bottom: 15px;
}

.mcfx-review-author {
    order: 3;
    color: var(--e-global-color-primary);
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px;
    position: absolute;
    bottom: 43px;
}

.mcfx-review-date {
    order: 4;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
}

/* RAFX Grid Layout Styling */
.rafx--grid .mcfx-reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.rafx--grid .mcfx-review {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .rafx--grid .mcfx-reviews {
        gap: 32px;
    }

    .rafx--grid .mcfx-review {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (min-width: 1024px) {
    .rafx--grid .mcfx-review {
        flex: 0 0 calc(33.333% - 21.333px);
    }
}

/* RAFX Carousel Layout Styling */
.rafx--carousel .slick-slider {
    padding: 0 40px;
}

.rafx--carousel .slick-arrow {
    font-size: 0;
    line-height: 0;
    padding: 10px;
    border: 0;
    font-family: 'Font Awesome 5 Free';
    background-color: transparent;
    color: var(--e-global-color-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.rafx--carousel .slick-next {
    left: unset;
    right: 0;
}

.rafx--carousel .slick-arrow:hover,
.rafx--carousel .slick-arrow:focus {
    background-color: transparent;
    color: var( --e-global-color-accent );
}

.rafx--carousel .slick-arrow::after {
    content: "\f053";
    display: block;
    font-size: 30px;
    line-height: 1;
}

.rafx--carousel .slick-next::after {
    content: "\f054";
}

.rafx--carousel .slick-track {
    display: flex;
}

.rafx--carousel .slick-slide {
    height: inherit;
}

.rafx--carousel .slick-slide > div {
    margin: 30px 16px;
    height: calc(100% - 60px);
}

.rafx--carousel .mcfx-review {
    display: flex !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    height: 100%;
}