﻿.desaturate {
    filter: grayscale(100%); /* Standard CSS */
    -webkit-filter: grayscale(100%); /* CSS for Webkit Browsers */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray; /* Internet Explorer IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit Browsers */
}

    .desaturate:hover {
        filter: grayscale(0%);
        filter: none;
        -webkit-filter: grayscale(0); /* Old WebKit */
    }

.portfolios .staffInfo {
    max-height: 64px;
    overflow: hidden;
}

    .portfolios .staffInfo h3.staff-main-job-title {
        /*color: #fff;*/
        font-size: 1.1rem;
        display: block;
        font-weight: normal;
        font-style: italic;
    }

.portfolios .staff-split .staff-main-title h4 {
    /*color: #FAE80A;*/
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 1.2rem !important;
    width: 62%;
    height: 46px;
}


.portfolio {
    /*    width: 315px;*/
    height: 540px!important;
    background:#dfeed5;
    padding-top:0!important;
}

.portfolio-image {
    /*background: #000;*/
}


.staffContent {
    /*background: #000;*/
    padding: 0 1rem;
}

    .staffContent a {
        /*color: #FAE80A;*/
    }

.modal-container {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    z-index: 100;
}

.port-modal {
    position: relative;
    width: 900px;
    height: 500px;
    background-color: white;
    opacity: 1;
    display: flex;
}

    .port-modal .modal-left {
        height: 100%;
        width: 204px;
    }

        /* Imae is 408 x 500 pixels, so about a 5:6 aspect ratio. */
        /* I'm just hard coding the img and modal left width. */
        .port-modal .modal-left img {
            height: 250px;
        }

    .port-modal .modal-right {
        width: 696px;
        height: 100%;
        padding: 3rem 3rem 3rem 4rem;
    }

.modal-info {
    height: 60%;
    width: 100%;
    overflow-y: scroll;
}

.modal-close {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 50px;
    height: 50px;
    background-size: cover;
    cursor: pointer;
}

@media (max-width: 900px) {
    .port-modal {
        width: 700px;
    }

        .port-modal .modal-left img {
            height: 250px;
        }

        .port-modal .modal-right {
            width: 496px;
            height: 100%;
            padding: 2rem 2rem 2rem 3rem;
        }

    .modal-close {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 700px) {
    .port-modal {
        width: 480px;
        height: 700px;
        flex-direction: column-reverse;
    }

        .port-modal .modal-left {
            display: flex;
            height: 294px;
            width: 100%;
        }

            .port-modal .modal-left img {
                height: 294px;
                width: 240px;
            }

        .port-modal .modal-right {
            width: 100%;
            height: 406px;
            padding: 1rem 1rem 1rem 2rem;
        }

    .modal-close {
        top: 15px;
        right: 15px;
    }
}


.work .heading {
    text-align: center;
}

.work .subtitle {
    /*color: #000431;*/
    max-width: 400px;
    margin: auto;
}

.work .btn {
    padding: 1rem 1rem;
}

    .work .btn:last-of-type {
        margin-top: -2px;
    }


.work .btn-info {
    border: none;
}


.work .heading .filter-btn {
    background: #1d4800;
    color: #fff;
}

.work .heading .active-filter,
.work .heading .filter-btn:hover {
    background: #dfeed5;
    color: #000;
}

.lock:hover .icon-unlock,
.lock .icon-lock {
    display: none;
}

.lock:hover .icon-lock {
    display: inline;
}

.work .active-filter .usn_ion-ios-arrow-dropright,
.work .filter-btn:hover .usn_ion-ios-arrow-dropright,
.work .filter-btn .usn_ion-ios-arrow-dropdown {
    display: none;
}

.work .active-filter .usn_ion-ios-arrow-dropdown,
.work .filter-btn:hover .usn_ion-ios-arrow-dropdown {
    display: inline;
}

.work .heading .filter-btn i {
    font-size: 3rem;
}

.btn-title {
    width: 166px;
    text-align: left;
    overflow: hidden;
    font-size: 1.2rem;
    text-transform: capitalize!important;
}

.btn {
    text-transform: capitalize;
}


.modal-linkedin {
   /* color: #8ed2ee;*/
}

.modal-head-title {
    /*color: #6D7C91 !important;*/
    font-weight: 500;
    font-size: 2.8rem;
}

.modal-info {
    height: 52%;
}

.modal-email {
    /*color: #FAE80A;*/
    font-weight: bold;
}

.port-modal .modal-right {
    width: 696px;
    height: 100%;
    padding: 2rem 2rem 2rem 2.4rem;
}


.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.bi-x::before,
.bi-plus-circle-fill::before {
    font-size: 2rem;
/*    color: #FAE80A;
    background: #000;*/
    border-radius: 50%;
}

.filter-header {
    display:none;
}
