/*-------------------------------------------------------------
- Global
-------------------------------------------------------------*/

/*-------------------------------------------------------------
- CPT List
-------------------------------------------------------------*/
.featured_project_wrapper {
    margin-bottom: 40px;
}
.featured_project_title,
.featured_project_description {
    display: block;
}

.project_list_wrapper {
    margin-bottom: 40px;
}

body #ProjectSection .project_content {
    display: flex;
    align-items: center;
    min-height: 80px;
}

@media screen and (max-width: 960px) {
    body #ProjectSection .project_content {
        min-height: 133px;
    }
}

@media screen and (max-width: 768px) {
    body #ProjectSection .project_content {
        min-height: 90px;
    }
}   

.facetwp-checkbox {
    display: inline-block;
    background: none!important;
    border-radius: 20px !important;
    border: none;
    color: #36563D !important;
    transition: all .5s ease-in-out;
    text-transform: uppercase !important;
    margin: 8px !important;
    padding: 12px 14px !important;
    background-color: #fff !important;
    box-shadow: inset 0 -6px 12px 4px rgb(89 170 190 / 15%), 0 10px 22px rgb(78 120 139 / 42%) !important;
    font-family: "ITC Blair W02 Bold" !important;
    font-weight: normal !important;
    font-size: 11px !important;
    border-bottom: 3px solid #6bbe4a !important;
    line-height: 1em !important;
}

.facetwp-checkbox:hover:not(.disabled),
.facetwp-checkbox:focus:not(.disabled),
.facetwp-checkbox:focus-visible:not(.disabled),
.facetwp-checkbox.checked {
    color: #ffffff !important;
    background-color: #6bbe4a !important;
    box-shadow: inset 0 -1px 1px 0 rgb(89 170 190 / 5%), 0 6px 12px rgb(78 120 139 / 62%) !important;
    border-bottom: 3px solid #36563D !important;
}

.facetwp-checkbox.checked {
    padding-right: 40px !important;
    position: relative;
}

.facetwp-checkbox.checked:after {
    content: "\00D7";
    font-size: 2em;
    position: absolute;
    right: 10px;
    top: 10px;
}

body #content .wpb_text_column.wpb_content_element.project-filter-header h2 {
    margin-bottom: 10px;
    font-size: 25px;
}

body .project_list_wrapper .project_title a {
    font-family: 'ITC Blair W02 Bold';
    font-size: 16px;
    font-weight: normal!important;
    line-height: 14px!important;
}

body .project_list_wrapper .project_title a:hover{
	color: #ffffff;
}

body .project_detail_wrapper .project-gallery-image a {
    display: block;
    position: relative;
}

.project_detail_wrapper .project-gallery-fullwidth {
    display: flex;
    gap: 20px;
    margin: 0 10px;
}

.project_detail_wrapper .project-gallery-fullwidth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_detail_wrapper .project-gallery-fullwidth a {
    flex: 1 1 auto;
}

.project-gallery-description-extra-images a {
    display: inline-block;
    height: 200px;
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
}

.project-gallery-description-extra-images a img {
    max-height: 200px;
}

body .project_detail_wrapper .project-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .project_detail_wrapper .project-prev-nav, .project-next-nav {
    width: 35%;
    display: inline-block;
    text-align: left;
}

body .project_detail_wrapper .project-next-nav {
	text-align: right;	
}

body .project_detail_wrapper .project-button-nav {
    width: 30%;
    display: inline-block;
    text-align: center;
}

body .project-navigation a {
    font-size: 14px;
}




/*-------------------------------------------------------------
- CPT Detail
-------------------------------------------------------------*/
.project-gallery {
    margin: 0 -10px;
}
.project-gallery-image {
    margin: 10px 10px;
}
.project-gallery-image img {
    width: 100%;
}
.titlebar_overlay {
    background: rgba(0, 0, 0, 0.6);
    margin-top: -86px;
    padding-top: 86px;
}


@media screen and (max-width: 768px) {
    .project-gallery {
        margin: 0;
    }
    .project-gallery-image {
        margin: 0 10px;
    }
}

/*-------------------------------------------------------------
- Image comparison slider
-------------------------------------------------------------*/
img-comparison-slider {
    visibility: hidden;
    margin: 0 auto;
}

img-comparison-slider [slot='second'] {
    display: none;
}

img-comparison-slider.rendered {
    visibility: inherit;
}

img-comparison-slider.rendered [slot='second'] {
    display: unset;
}

/*-------------------------------------------------------------
- Modal
-------------------------------------------------------------*/
/* .custom_modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    justify-content: center;
    align-items: center;
}
.custom_modal_content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.custom_modal_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.custom_modal_close:hover,
.custom_modal_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} */

/*-------------------------------------------------------------
- Mobile Facet
-------------------------------------------------------------*/
/* .custom_isotope_filter.mobile_facet_menu{
    display: block!important;
    position: fixed;
    z-index: 9999999;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background: #fff;
    left: 110%;
    padding-top: 65px;
    top: 0px;
    width: auto!important;
    height: 100% !important;
    transition: left .2s ease-out,top .2s ease-out,width .2s ease-out,height .2s ease-out;
}
.custom_isotope_filter.mobile_facet_menu.open{
    left:25%;
}
.custom_isotope_filter.mobile_facet_menu.closed{
    left:110%;
    transition: left .2s ease-out,top .2s ease-out,width .2s ease-out,height .2s ease-out;
}
.custom_isotope_filter.closed a.mobile_facet_side_button,
a.mobile_facet_trigger.mobile_facet_bottom_button.closed{
    display: none;
}
a.mobile_facet_bottom_button{
    z-index: 9999999;
    background: #B2482c;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
}
a.mobile_facet_side_button {
    position: absolute;
    top: 260px;
    display: inline-block;
    padding: 10px;
    left: -45px;
    background: #B2482c;
    color: #fff;
    transform: rotate(270deg);
    transform-origin: left top 0;
    font-size: 20px;
}
a.mobile_facet_bottom_button:hover,
a.mobile_facet_side_button:hover{
    color:#fff;
} */

/*-------------------------------------------------------------
- Media Query
-------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    /* a.mobile_facet_trigger.mobile_facet_bottom_button.closed{
        display: inline-block;
    }
    .filter_trigger{
        display: none;
    }
} */
}

#section-projects .full-width-section .wpb_column {
    padding-left: 20px;
    padding-right: 20px;
}
