/*
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.7.1779039770
Updated: 2026-05-17 17:42:50

*/


/*
  Description: This is extra CSS styles for the 'Why Visit Our Showroom Cards for the fireplace page'
  Author: Daniel Bereza
*/
.showroom-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: all .25s ease;
}

.showroom-card .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.showroom-card .elementor-image-box-img {
    margin: 0 !important;
    overflow: hidden;
}

.showroom-card .elementor-image-box-img img {
    display: block;
    width: 100%;
    height: 190px;      /* adjust as needed */
    object-fit: cover;
}

.showroom-card .elementor-image-box-content {
    padding: 16px 18px 18px;
    flex: 1;
}

.showroom-card .elementor-image-box-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.showroom-card .elementor-image-box-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.showroom-card .elementor-image-box-content {
    background: #f5f5f5;
    padding: 16px 18px 18px 18px;
    flex: 1;
}

.showroom-grid .e-grid-base{
    column-gap: 0;
}

















