/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.archive-vendita-sidebar a{
    font-size: 18px;
}
.archive-vendita-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.archive-vendita-item a{ 
    font-size: 24px;
    font-weight: normal;
    color: black;

}
aside li.active a{
    font-weight: bold;
}
aside li a{
    color: black;
}
aside{
    padding: 20px;
}
.archive-title{
    padding: 20px;
}
.archive-vendita-item {
    width: calc(33% - 10px);
}
#archive-filters *{
    list-style-type: none !important;
    list-style: none !important;
}
#archive-filters ul > li > ul {
    padding-left: 20px;
}

#archive-filters > ul{padding-left: 0px;}
#archive-filters > ul > li {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .archive-vendita-list {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }
    .archive-vendita-item {
        width: 100%;
    }
    .archive-title,
    aside {
        padding: 10px;
    }
    .archive-vendita-wrapper{
    flex-direction: column;
}
}
