/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1776350013
Updated: 2026-04-16 10:33:33

*/
.artists-listing.artists-year .artist-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.artists-listing .artist-item .color-label {
    font-family: Rubik;
}
.artists-listing h2.artists-year {
    width: 100%;
    margin: 0;
}
.year-group {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 37px;
    width: 100%;
}
.artists-year-filter {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

select#artists-year-dropdown {
    color: #fff;
    background-color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 50px;
    height: 45px;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M9.77962 0.229482C9.6385 0.0825455 9.44711 0 9.24755 0C9.04799 0 8.8566 0.0825455 8.71548 0.229482L4.99039 4.10882L1.26529 0.229482C1.12267 0.0912133 0.93411 0.0159463 0.739283 0.0195179C0.544456 0.0230895 0.358554 0.105222 0.220693 0.248632C0.0828314 0.392043 0.00376031 0.585551 0 0.788441C-0.00352959 0.991331 0.0685348 1.18778 0.201149 1.33646L4.45773 5.77052C4.59885 5.91745 4.79024 6 4.9898 6C5.18936 6 5.38075 5.91745 5.52187 5.77052L9.77962 1.33769C9.92072 1.19072 10 0.991408 10 0.783586C10 0.575764 9.92072 0.376451 9.77962 0.229482Z' fill='white'/%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M9.77962 0.229482C9.6385 0.0825455 9.44711 0 9.24755 0C9.04799 0 8.8566 0.0825455 8.71548 0.229482L4.99039 4.10882L1.26529 0.229482C1.12267 0.0912133 0.93411 0.0159463 0.739283 0.0195179C0.544456 0.0230895 0.358554 0.105222 0.220693 0.248632C0.0828314 0.392043 0.00376031 0.585551 0 0.788441C-0.00352959 0.991331 0.0685348 1.18778 0.201149 1.33646L4.45773 5.77052C4.59885 5.91745 4.79024 6 4.9898 6C5.18936 6 5.38075 5.91745 5.52187 5.77052L9.77962 1.33769C9.92072 1.19072 10 0.991408 10 0.783586C10 0.575764 9.92072 0.376451 9.77962 0.229482Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px 6px;
    width: fit-content;
    border-radius: 46px;
    border: 1px solid #000;
    padding: 17px 41px 17px 27.5px;
    height: auto;
    min-width: 160px;
	background-color:#000;
	outline: none;
}

 textarea {
    resize: none !important;
}
@media (max-width: 767px) {
    select#artists-year-dropdown {
      min-width: 100%;
      padding: 14px 31px 14px 27.5px;
    }
}

