/*
Theme Name:  Salient Child
Version:     15.0.2
Description: An Ultra Responsive Multi-Purpose Theme.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
License:     Custom license
License URI: http://themeforest.net/licenses/terms/regular
Template:     salient-theme_jgrarchitects
Text Domain: salient-theme-child
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

.nectar-post-grid-wrap {
    position: relative;
    width: 100%;
}
.team-member {
    border: 6px solid rgba(0,0,0,0);
}
.team-member:hover {
    border: 6px solid #fd3b1f;
}
/*.nectar-close-indicator.visible {
    display: none;
}
*/.nectar_team_member_close.salient-team-member-close {
    font-size: 24px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    margin: 10px 20px;
    border-radius: 100%;
    cursor: pointer;
}
.nectar-fancy-box .box-link {
    transition: all 0.3s ease 0s;
}
.page:not(.home) .nectar-fancy-box .box-link:hover {
    border: 6px solid #fd3b1f;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*SALIENT SINGLE IMAGE ELEMENTO STYLE*/
.salient-image-wrapper {
    position: relative;
}
.salient-mobile-image-exist .salient-mobile-image {
    display: none;
}
.salient-image-wrapper img {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .salient-mobile-image-exist .salient-desktop-image {
        display: none;
    }
    .salient-mobile-image-exist .salient-mobile-image {
        display: block;
    }
}


/*PROJECTS TABS*/
.salient-project-filter ul li a {
    position: relative;
    display: block;
    color: #888888;
    transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
}
.salient-project-filter ul li .active span {
    display: inline-block;
    border-bottom: 1px solid #fe3b1f;
    padding-bottom: 8px;
}
.salient-project-filter ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.salient-project-filter ul li {
    list-style: none;
    margin: 0 15px;
}
.salient-project-filter ul li::marker {
    display: none;
}
.salient-project-list-wrapper {
    border-bottom: 2px solid #000000;
    margin-top: 25px;
}
.salient-project-item {
    display: none;
}
.salient-project-item.active {
    display: block;
}
.salient-project-heading {
    padding: 20px 0;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #000000;
    cursor: pointer;
}
.row .col .salient-project-heading h3 {
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.salient-project-plans {
    display: none;
    border-top: 2px solid #000000;
}
.salient-project-plans ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.salient-project-plans ul li {
    list-style: none;
    padding: 20px 0 20px 45px;
    display: flex;
    align-items: center;
}
.salient-project-plans ul li:not(:first-child) {
    border-top: 2px solid #000000;
}
.salient-project-plans ul li span {
    display: inline-block;
    padding-right: 15px;
}
.row .col .salient-project-plans ul li img {
    width: 18px;
    height: auto;
    margin: 0;
}

