/*
Theme Name: Horizon Partners
Theme URI: https://www.99grad.de
Template: abolire
Author: 99°
Author URI: https://www.99grad.de
Description: Theme for Horizon Partners
Version: 1.0.1749805357
Updated: 2025-06-13 09:02:37

*/

.sticky-header {
    background-color: var(--e-global-color-primary);
    box-shadow: none;
}

.header-mobile .logo img {
    width: 100%
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu>li.active>a,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu>li.active>a,
.main-menu.main-menu-1 .megamenu>li>a {
    color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu>li.active>a:hover,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu>li.active>a:hover,
.main-menu.main-menu-1 .megamenu>li>a:hover {
    color: #c2974b;
}

.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
    text-transform: none;
}

.apus-list-contact ul li strong {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.page-form-contact input[type="tel"] {
    border-color: transparent;
    background-color: #fff;
}

.apus-footer a {
    color: var(--e-global-color-primary);
}

.apus-footer .logo.custom-logo {
    max-width: 200px;
}

.main-page section:not(:first-child) .elementor-button,
.main-page section:not(:first-child) .nav-tabs li a {
    border-top-right-radius: 1rem !important;
}

.widget-tabs .widget-content .tab-content {
    background-color: transparent;
}

.apus-footer .elementor-element.footer-builder-home-2 {
    color: #808080;
}

.error404 .apus-footer .widget-nav-menu .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.error404 .apus-footer .widget-nav-menu .menu li {
    margin-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    margin: 1rem 0;
}

@media (min-width: 480px) and (max-width: 991px) {
    .widget-features-box .item.col-sm-6 {
        width: 100%;
    }

    .widget-features-box .item.col-sm-6 .item-inner {
        max-width: 576px;
        margin: 0 auto 30px;
    }
}

@media (min-width: 768px) {
    .error404 .apus-footer .widget-nav-menu .menu {
        flex-direction: row;
        gap: 2rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1168px) {
    .apus-breadscrumb {
        background-attachment: scroll;
    }
}