/*
 Theme Name:   WPResidence Child
 Theme URI:    https://areaexperts.ae
 Description:  Child theme for WPResidence
 Author:       ElMaestro Code
 Template:     wpresidence
 Version:      1.0.0
*/

.wpresidence-content-container-wrapper {
    background-color: #ffffff !important;
}

.main-filter-button.active, .view-all-button, .filter-button, .clear-filters-button {
    background: #213368;
}

span.compare-action::before {
    color: #213368;
}

span.share_list::before {
    color: #213368;
}

.logo img {
    height: auto;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.awsm-job-form-control.awsm-form-file-control,
#awsm-application-file {
    border-radius: 0 !important;
}

.awsm-job-title,
.awsm-job-specification-label,
.awsm-job-form-inner h2 {
    color: #213368 !important;
}

/* Hide Cover Letter field visually */
.awsm-job-form-group #awsm-cover-letter {
    display: none !important;
}

.awsm-job-form-group label[for="awsm-cover-letter"] {
    display: none !important;
}

/* Active submenu item only */
.sub-menu li.current-menu-item > a.menu-item-link,
.sub-menu li.current_page_item > a.menu-item-link,
.sub-menu li.current-menu-ancestor > a.menu-item-link {
    color: var(--wp-estate-main-color-option) !important;
}
