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

.elementor-button,
.elementor-button-icon,
.elementor-widget-container,
.main-navigation .sub-menu,
.service-item .service-style-inner,
.service-item .service-post-thumbnail,
.project-item.project-style-4 .project-content .project-content-inner,
.project-item .project-status a,
.project-item.project-style-4 .project-content .project-content-inner:after, .project-item.project-style-4 .project-content .project-content-inner:before,
.project-item .project-post-thumbnail,
.scrolling-title,
.elementor-iconbox-tab-item-wrapper .elementor-iconbox-image img,
.elementor-scrolling-item-inner img,
.elementor-testimonial-item-wrapper .layout-2 .testimonial-content,
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image img,
.elementor-43 .elementor-element .elementor-icon,
.elementor-43 .elementor-element .elementor-scrolling-item-inner,
.post-thumbnail,
.post-thumbnail img,
.categories-link,
.service-item.service-style-2 .service-content,
.d-grid .service-item .service-button,
.scrollup,
.elementor-widget-spaciaz-team-box .team-image .team-image-inner,
.elementor-widget-spaciaz-team-box .team-infor,
.elementor-careersshowcase-item .careers-time span,
.movingButton {
    border-radius: 0px !important;
}
.team-item .elementor-button-icon {
    border-radius: 50% !important;
}
.elementor-button-text {
    /* color: #fff; */
}
.menu-item.current-menu-item.hfe-creative-menu a {
    /* color: #3F5D77; */
    color: #CE0060;
}

.post-password-form {
    margin: 200px auto 0;
    width: 400px;
    max-width: 94%;
    color: #000;
}

.post-password-form input[type="submit"] {
    width: 100%;
    margin-top: 20px;
}
.post-password-form label {
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.post-password-form input[type=password] {
    flex: 1;
}
body:has(.post-password-form) {
    /* background: #ffa8d6; */
    background: #7a706d;
}
.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    padding: 30px;
}
.page-title-bw {
    font-size: 90px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.06em;
    letter-spacing: -2px;
    color: #fff;
    margin: 0px 0px 150px 0px;
}
@media (max-width: 1200px) {
    .page-title-bw {
        font-size: 64px;
    }
}
@media (max-width: 1024px) {
    .page-title-bw {
        font-size: 56px;
        margin: 0px 0px 110px 0px;
    }
}
@media (max-width: 756px) {
    .page-title-bw {
        font-size: 42px;
        margin: 0px 0px 60px 0px;
    }
}