/**
* Theme Name: Spaciaz Child
* Description: This is a child theme of Spaciaz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: spaciaz
* Version: 1.2.4
*/

.project-style-2 .project-content {
    padding: 0 20px 20px 20px !important;
	font-weight:bold;
}

.project-style-2 .project-content .project-meta-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    margin: 0 0 8px 0 !important;
    border-bottom: 1px solid white;
    padding-bottom: 12px !important;
}

.project-style-2 .project-content .project-location,
.project-style-2 .project-content .project-location a {
    white-space: nowrap;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    border: none !important;
}

.project-style-2 .project-content .project-bedrooms {
    white-space: nowrap;
    flex: 0 0 auto;
    display: flex !important;
    align-items: center !important;
    gap: 5px;
}

.project-bedrooms i {
    color: #e12855;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.project-item.project-style-2 .project-post-thumbnail {
    position: relative;
}

.joinchat {
    bottom: 80px !important;
}

.project-floating-cta {
    position: fixed;
    bottom: 8px;
    right: 8px;
    left: auto;
    z-index: 9999;
    background-color: #de2a55 !important;
    color: #fff !important;
    border-radius: 25px;
    font-size: 14px;
    padding: 12px 24px;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.project-floating-cta:hover {
    background-color: #30343f !important;
    color: #fff !important;
}


.project-item.project-style-2:hover .project-title {
    color: #DE2A55 !important;
}


.blog #primary,
.archive #primary {
    display: block;
    width: 75% !important;
    float: none !important;
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


.blog .content-area:before,
.archive .content-area:before {
    display: none !important;
}

.joinchat__badge {
    animation: pulse 1.5s infinite !important;
}

.hfe-breadcrumbs-text{color: white !important;}
.hfe-breadcrumbs-text:hover{color: #de2a55 !important;}

#page .site-content{margin-top: 0px !important;}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}



   .post-type-archive-spaciaz_project #primary {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .post-type-archive-spaciaz_project #primary {
        width: 90% !important;
    }
}
