/* Search Filter CSS - Start */

.dual-filter {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
}

.dual-filter {
    grid-template-columns: repeat(2, 1fr);
}

.facetwp-type-search {
    display: flex;
}

span.facetwp-input-wrap {
    width: 100%;
}

i.facetwp-icon {
    height: 48px;
    right: 5px;
}

.facetwp-search {
    margin-bottom: 0 !important;
}

.facetwp-search, .facetwp-dropdown {
    border: 2px solid var(--navy) !important;
    background-color: transparent !important;
    padding: 13px !important;
}

/* Search Filter CSS - End */

.project-content {
    padding: 30px;
}

.project-content h3 {
    font-size: 20px;
    font-weight: normal;
    color: var(--golden) !important;
    text-align: center;
}

.projects-col {
    padding-bottom: 90px;
    background-color: var(--dark-blue);
    position: relative;
    border: 1px solid #e9e9e9 !important;
}

.project-button {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.project-button .avia-button {
    border-top: 2px solid #fff !important;
    padding: 10px 25px !important;
    transition: .5s;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: transparent;
    color: #fff !important;
}

.project-button .avia-button:hover {
    background-color: #fff !important;
    color: var(--dark-navy) !important;
    opacity: 1 !important;
}

.project-content ul {
    color: #fff;
    padding-top: 15px !important;
    list-style-type: none;
    margin: 0;
}

.project-content ul li {
    margin-left: 0;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

.project-content ul li:before {
    content: '\e841';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 19px;
}

.project-content ul li:nth-child(n+2) {
    margin-top: 5px;
}

.project-content ul li.type-icon:before {
    content: '\e856';
}

.inner-projects .facetwp-template {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

@media (min-width: 768px) {
    .project-card {
        width: calc(50% - 15px);
    }
}

@media (min-width: 1251px) {
    .project-card {
        width: calc(33.33% - 20px);
    }
}

.load-more {
    text-align: center;
}

button.facetwp-load-more {
    background-color: transparent;
    box-shadow: none !important;
    border: 1px solid var(--navy) !important;
    display: inline-block;
    padding: 10px 30px;
    color: var(--navy);
    font-size: 18px;
    transition: .5s;
}

button.facetwp-load-more:hover {
    background-color: var(--navy) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.project-list .flex_cell_inner {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .project-list .flex_cell_inner {
        grid-template-columns: 1fr 1fr;
    }
    .project-list .flex_cell_inner > div:nth-child(3) {
        order: 4
    }
    .project-list .flex_cell_inner > div:last-child {
        order: 3
    }
}

@media (min-width: 1024px) {
    .project-list .flex_cell_inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.full-height, .half-height {
    padding: 120px 30px;
    text-align: center;
    display: grid;
    grid-template-rows: 1fr;
    place-items: center;
    position: relative;
    background-size: cover;
}

.full-height br, .half-height br {
    display: none;
}

.full-height span, .half-height span {
    color: #000;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    font-size: 25px;
    text-transform: uppercase;
}

.full-height a, .half-height a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}