
em {
    color: inherit;
}

.uk-child-width-1-3 .gallery-item .uk-height-medium {
    height: 260px;
}

.circulair {
    color: #00ff00 !important;
}

.uk-search-input {
    background-color: #222 !important;
}

.footer_inner.clearfix {
    background-color: #222;
}

.uk-modal-dialog {
    background: #000;
    border: 2px solid #ff5200;
    border-radius: 8px;
}

.uk-modal-dialog > * {
    color: #fff !important;
}

.uk-modal {
    background: rgb(255 255 255 / 40%);
}

.uk-light .uk-label {
    background-color: #ff5200 !important;
    color: #fff !important;
}

.uk-card-secondary {
    border-radius: 30px;
    border: 2px solid #ff5200;
}

a:hover {
    color: #ff5200 !important; 
}

.filter-btn.active {
    background-color: #ff5200;
    color: white;
}

.uk-label {
    font-size: 12px;
}

.no-results {
    transition: opacity 0.3s ease;
}

#hero p, #hero li {
    color: #fff !important;
    font-size: 16px;
}

.uk-section-default {
    background-color: #efefef;
}

#hero {
    position: relative;
    overflow: hidden; /* Importante per contenere l'effetto */
}

.hero-background-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(183, 164, 130, 0.6) 0%, rgba(84, 74, 60, 0) 61%, rgba(20, 17, 15, 0) 100%);
    z-index: 1;
    pointer-events: none;
    transition: background 0.2s ease;
}

/* Contenuto della sezione hero sopra l'effetto */
#hero .uk-container-expand {
    position: relative;
    z-index: 2;
}

/* Opzionale: limita l'effetto solo su desktop */
@media (max-width: 960px) {
    .hero-background-effect {
        display: none;
    }
}

.uk-card-primary {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    background: linear-gradient(90deg, rgba(136, 108, 90, 0.5) 0%, rgba(183, 158, 124, 0.7) 100%);
    border-radius: 8px;
}

#hero .uk-margin-small-top {
    margin-top: 8px !important;
}

.sv-grid-xsmall {
   margin-left: -8px; 
}

.sv-grid-xsmall>* {
    padding-left: 8px;
}

.post-type-archive-projecten .uk-overlay-default {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 5%, #000 100%);*/
    background: transparent;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.single-projecten .uk-overlay-default {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 5%, #000 100%);    
}

.uk-button-primary {
    background-color: #ff5200 !important;
    color: #fff !important;
}

.uk-button-primary:hover {
    background-color: transparent;
}

.uk-button {
    border-radius: 8px;
    border-color: #ff5200 !important;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

.circle {
    width: 18px;
    height: 18px;
    background-color: #ff5200;
    display: block;
    border-radius: 50px;
}

.etk-card {
    border: 2px solid #ff5200;
    border-radius: 30px;
}

p {
    line-height: 1.8 !important;
    padding-bottom: 0px !important;
    color: #fff !important;
}

.circle + h2 {
    margin-top: 20px;
}

.header-left-widget {
    display: none;
}

h2 {
    font-weight: 600;
}

.content.content_top_margin_none {
    margin: 0px !important;
    background-color: #000;
}

.header_bottom {
    background-color: #000 !important;
}

.footer_top.footer_top_full {
    padding: 0px;
}

.uk-section img {
    border-radius: 8px;
}

.pro-gallery img {
    border-radius: 0px;
}

.pro-gallery {
    border-radius: 30px;
    overflow: hidden;
}

.dg_footer-top {
    margin-top: 0px !important;
}

@media (min-width: 960px) {
    .sv-margin-medium-left-desktop {
        margin-left: 40px;
    }
}

@media (max-width: 960px) {

    .pro-gallery .uk-grid-column-small>*, .pro-gallery .uk-grid-small>* {
        padding-left: 5px;
    }

    .pro-gallery .uk-grid-column-small, .pro-gallery .uk-grid-small {
        margin-left: -5px;
    }

    .pro-gallery .uk-grid+.uk-grid-small {
        margin-top: 5px;
    }

    .sv-remove-margin-mobile {
        margin: 0px !important;
    }

    .uk-height-medium {
        height: 200px;
    }

    .uk-child-width-1-3 .gallery-item .uk-height-medium {
        height: 74px;
    }

    .uk-child-width-1-2 .gallery-item .uk-height-medium {
        height: 113px;
    }

    header .header_bottom .container_inner {
        margin-bottom: 0px !important;
    }

    .q_logo img {
        height: 100% !important;
        border-radius: 0px;
    }

    header {
        position: relative !important;
    }

    header .header_top {
        display: none !important;
    }

    .q_logo a {
        height: 60px !important;
    }

}