/*
Theme Name: Onepack Child
Theme URI: http://onepack.casethemes.net
Template: onepack
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Onepack is a WordPress theme specially designed for the real estate industry.
Version: 1.0.0.1763217106
Updated: 2025-11-15 14:31:46
*/

/* -------------------------------------------------------
   Layout
------------------------------------------------------- */
div#pxl-main {
    padding-bottom: 0px !important;
}

/* -------------------------------------------------------
   Portfolio Grid
------------------------------------------------------- */
.pxl-portfolio-grid-layout1.style-2 .pxl-grid-item .pxl-post--inner,
.pxl-portfolio-grid-layout1.style-2 .pxl-grid-item .pxl-post--inner .pxl-post--holder {
    background-color: var(--primary-color) !important;
}

/* Remove hover effects */
.pxl-grid-item:hover,
.pxl-grid-item:hover .pxl-post-inner,
.pxl-grid-item:hover img {
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

/* -------------------------------------------------------
   Typography
------------------------------------------------------- */
.title-class {
    font-size: 20px;
}
.title-class::after {
    content: " – ";
    font-size: 0.5em;
}
.pxl-item--title,
.blog-card-title,
.post-title,
.entry-title,
h2 a,
h3 a {
    text-transform: none !important;
}

/* -------------------------------------------------------
   Hide Elements
------------------------------------------------------- */
.pxl-item--comment,
.pxl-item--view.pxl-post-list,
.pxl-post--author-info.pxl-item--flexnw,
.pxl-divider-move.active,
.elementor-element.elementor-element-fda7e61.e-con-full.e-flex.pxl-row-scroll-none.pxl-column-none.pxl-full-content-with-space-none.e-con.e-child {
    display: none !important;
}

/* -------------------------------------------------------
   Hide parent theme's hardcoded floating logo
------------------------------------------------------- */
div#floating-logo {
    display: none !important;
}

/* -------------------------------------------------------
   Award Badge - Our controlled replacement
------------------------------------------------------- */
#gwg-award-badge {
    position: fixed;
    bottom: 100px; /* raised above scroll-to-top button */
    right: 20px;
    z-index: 99999;
    width: 160px;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#gwg-award-badge img {
    width: 100%;
    height: auto;
    display: block;
}

#gwg-award-badge.gwg-badge--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 768px) {
    #gwg-award-badge {
        width: 100px;
        bottom: 70px; /* raised above scroll-to-top on mobile too */
        right: 10px;
    }
}

/* Hide the subtext line/divider on all /land/ pages */
body.is-land-page .pxl-item--subtext::before {
    display: none;
}