/*
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.9.1785410004
Updated: 2026-07-30 11:13:24

*/

/* Project Card Styling */
.directorist-categories .directorist-row>*,
.directorist-row>* {
	padding-inline: 12px !important;
}

.custom-project-card {
    background-color: #fff;
    padding: 10px 10px 20px;
    border-radius: 24px;
}

.directorist-listing-single__thumb {
    margin-bottom: 24px !important;
}

.directorist-thumnail-card {
    width: 100%;
    height: 100%;
    max-height: 320px !important;
    border-radius: 14px !important;
}

.custom-project-card__content .custom-project-card__title {
    margin: 0;
}

.custom-project-card__content .custom-project-card__title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: #1F1F1F;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-project-card__content .custom-project-card__title a:hover {
    color: #EE374A;
}

.custom-project-card__content .custom-project-card__location {
    font-size: 18px;
}

.custom-project-card__content .custom-project-card__divider {
    height: 1px;
    background-color: #F2EFEC;
    margin-block: 24px 12px;
}

.custom-project-card__content .custom-project-card__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.custom-project-card__content .custom-project-card__meta .meta-item {
    display: flex;
    align-content: center;
    gap: 8px;
}

.custom-project-card__content .custom-project-card__meta .meta-item .meta-icon {
    display: flex;
    align-items: center;
}

.custom-project-card__content .custom-project-card__meta .meta-item .meta-icon i {
    filter: brightness(0) saturate(100%) invert(43%) sepia(73%) saturate(5690%) hue-rotate(335deg) brightness(96%) contrast(95%);
}

.custom-project-card__tags {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.custom-project-card__tags .tag-pill {
    font-size: 12px;
    line-height: 150%;
    color: #EE374A;
    padding: 5px 8px;
    border: 1px solid #EE374A4D;
    border-radius: 35px;
    background-color: #EE374A26;
}

.custom-project-card__action a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #181818;
    padding: 12px;
    color: #fff;
    border-radius: 40px;
}

.custom-project-card__action a:hover {
    background-color: #EE374A;
	color: #fff;
}

 #select2-in_cat-h0-results li .item-level-2,
.select2-results__options li div[class*="item-level-"] {
    display: none !important;
}


 .select2-results__option:has(.item-level-2),
 .select2-results__option:has(div[class*="item-level-"]) {
    display: none !important;
}

.directorist-select2-contents i {
    display: none;
}