
/* Behance Porfolio -  Start */
/* Filter */
#be-portfolios.featured ul#filters.eds-bpm-option-set {
	display: none; 
}
#be-portfolios ul#filters {
    padding: 0 0 15px;
    margin-bottom: 10px;
    border-color: var(--title-bar);
    text-align: center;
    width: 100%;
    border-width: 2px;
}
#be-portfolios ul#filters > li {
	margin: 0;
	margin-top: 1.5px;
	display: inline-block;
	list-style: none;
	border: 0;
	outline: 0;
}
#be-portfolios ul#filters > li span {
	display: inline-flex;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--accent);
    background-color: transparent;
    margin: 0;
    padding: 8px 20px 8px 20px;
    transition-duration: 0.3s;
    line-height: inherit;
    border: 1px dashed var(--accent);
    border-radius: 3px;
}

#be-portfolios ul#filters > li span:hover {
    border-style: solid;
    background: var(--accent-alphasolid);
    color: var(--accent);
}

#be-portfolios ul#filters > li span.selected {
	background-color: var(--accent);
    border-style: solid;
    color: var(--primary);
}



/* Be Portfolios - Item */
#be-portfolios .eds-bpm-main {
	max-width: 1140px;
	display: block;
	/* margin: 0 -10px; */
}
#be-portfolios .isotope-item {
	width: 25%;
	height: auto;
	padding: 10px;
	margin: 0;
}
#be-portfolios .eds-bpm-view {
	width: 100%;
	height: 100%;
}
#be-portfolios .eds-bpm-view img {
	margin: 0;
	width: 100%;
}
.mosaic-view-one .eds-bpm-view-first:hover img {
	transform: none;
}


#be-portfolios .eds-bpm-view .eds-bpm-mask, .eds-bpm-view .eds-bpm-content {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--accent-alphasolid);
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: var(--accent);
}
#be-portfolios .eds-bpm-view-heading {
	font-size: 12px;
	background-color: var(--e-global-color-secondary);
	width: 100%;
	color: #fff;
	font-family: inherit;
	padding: 5px 8px;
	line-height: 18px;
	white-space: normal;
	min-height: 45px;
	height: min-content;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#be-portfolios .eds-bpm-view-para {
	font-family: inherit;
    font-style: normal;
    color: var(--primary);
    width: 100%;
    height: min-content;
    font-weight: 600;
}
#be-portfolios .eds-bpm-info { /*btn*/
	align-self: flex-end;
    height: 33px;
    line-height: 33px;
    width: max-content;
    background-color: #fff;
    padding: 0 15px;
    margin: 10px 0;
    font-family: inherit;
    font-size: 12px;
    border: 1px solid;
    border-color: var(--accent);
    color: var(--primary);
    transition: 0.3s;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#be-portfolios .eds-bpm-info:hover {
    border-color: var(--accent2);
    background-color: var(--accent2);
    color: var(--primary);
}
/* Behance single ====== */
#bop-container {
    /* background-color: var(--accent-alphasolid)!important; */
    background: transparent!important;
    /* border: 1px solid #FFC57640; */
    transition: 0.5s;
    /* margin: 0 -20px; */
}
#bop-container:hover {
/*     border-color: var(--nn-primary); */
}
#bop-container .bop-navigation {
    background-color: transparent !important;
    border: 0;
    padding: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 20px;
    top: -65px;
}
.bop-primary-project-content > div.spacer:first-child {
    display: none;
}
#bop-container .bop-navigation a,
#bop-project-left .bop-primary-project-content,
.bpm-project-footer-block,
 #bop-project-right > .sidebar-group:hover nav.bpm-top-info-nav ul li ul{
    background-color: transparent!important;
}

#bop-project-right > .sidebar-group {
    background-color: var(--accent-alphasolid)!important;
    border-radius: 4px;
    border-color: var(--accent)!important;
    border-style: dashed;
    /* padding: 15px 0px; */
}


#bop-container .bop-navigation a {
    color: var(--accent) !important;
    transition: 0.3s;
    border: 1px solid var(--accent);
    border-radius: 3px;
    padding: 3px 6px;
    background: #fff!important;
    font-size: 12px;
}
#bop-container .bop-navigation a.bop-navigation-next {
    padding-left: 8px;
}

#bop-container .bop-navigation a.bop-navigation-prev {
    padding-right: 8px;
}
#bop-container .bop-navigation a:hover {
    color: var(--primary)!important;
    border-color: var(--accent2)!important;
    background-color: var(--accent2)!important;
    opacity: 1!important;
}
#bop-container .bop-navigation a span {
    border-right-color: var(--accent)!important;
    border-bottom-color: var(--accent)!important
}
#bop-container .bop-navigation a:hover span {
    border-right-color: var(--primary)!important;
    border-bottom-color: var(--primary)!important
}
.eds-bpm-prev-btn-icon, .eds-bpm-next-btn-icon {
    padding: 2px;
    margin-top: 8px!important;
}
#bop-all-wrapper,
.bop-project-area {
    padding: 0;
}
#bop-all-wrapper,
.bop-primary-project-content .caption {
    font-family: inherit!important;
}
.bop-text-center div {
    color: var(--text-secondary);
    font-family: inherit;
}
#bop-project-left {
    padding-right: 15px;
    background: transparent;
    box-shadow: none;
}
.bop-project-right {
    border-bottom: 0;
    border-top: 1px solid;
    transition: 0.3s;
}
#bop-project-right > .sidebar-group .bop-project-right:first-child {
    border-top: 0;
    border-left: 0!important;
}
#bop-project-right > .sidebar-group .bop-project-right:nth-child(3) {
    border-bottom: 0;
    border-right: 0!important;
}
nav.bpm-top-info-nav ul li ul {
    box-shadow: 0px 7px 8px rgb(0 0 0 / 30%);
    border: 1px solid;
    border-color: var(--accent);

}
#bop-project-right > .sidebar-group,
#bop-project-right > .sidebar-group .bop-project-right,
.bpm-project-footer-block,
.bpm-project-footer-block .bpm-footer-tag,
nav.bpm-top-info-nav ul li ul {
    transition: 0.3s;
}
#bop-project-right > .sidebar-group .bop-project-right {
    border-color: var(--accent)!important;
    border-top-style: dashed;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bop-project-right > .sidebar-group:hover,
#bop-project-right > .sidebar-group:hover .bop-project-right:hover,
#bop-project-right > .sidebar-group:hover .bop-project-right:hover + .bop-project-right,
.bpm-project-footer-block .bpm-footer-tag:hover,
#bop-project-right > .sidebar-group:hover nav.bpm-top-info-nav ul li ul {
    
}
.bpm-project-by-right-image img {
    border-radius: 50%;
    border: 2px solid var(--nn-primary);
}
.bpm-title-,
.bop-project-right,
.bpm-footer-block-heading,
.bpm-project-by-right-author {
    color: #fff;
}
.bpm-project-by-right-author {
    font-weight: 500;
}
.bpm-project-by-place-right,
#bop-category,
#stats-top > span,
#bop-project-info-right > p,
.bpm-footer-content-padding,
nav.bpm-top-info-nav ul li {
    font-weight: normal;
    color: #A1A7C9;
    border-color: #A1A7C9;
}
#bop-project-info-right .bpm-project-by-right-wrapper {
    padding-top: 5px;
    padding-bottom: 0;
}

.bpm-project-footer-block .bpm-footer-tag {
    border-radius: 0;
    background-color: #fff;
    color: var(--text-secondary);
    font-weight: 500;
    border-color: var(--text-secondary);
    font-size: 10px;
}
.bpm-project-footer-block .bpm-footer-tag:hover {
    color: var(--primary);
    background-color: var(--accent2);
    border-color: var(--accent2);
}
#bop-project-wrapper {
    display: flex;
    gap: 40px;
}
#bop-project-left {
    margin: 0;
    width: calc(100% - 280px);
}
#bop-project-right {
    position: relative;
    display: block;
    max-width: 280px;
}
#bop-project-right .bpm-title-right {
    color: var(--primary);
}
.bpm-project-by-right-author {
    color: var(--text-secondary);
    font-weight: 600;
}

#bop-project-about-right .bpm-title-right {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: var(--text-secondary);
}
#bop-project-about-right #bop-category {
    margin-top: 5px;
}

#bop-project-about-right .bpm-published-on {
    color: var(--text-secondary);
}

#bop-project-about-right #stats-top {
    margin: 5px 0;
}



#bop-project-right > .sidebar-group {
    position: sticky;
    top: var(--aan-sticky-space);
}

#bpm-project-footer-wrapper > #bpm-inner-footer-wrapper {
    position: relative;
}
#bpm-inner-footer-wrapper .bpm-footer-copyrights-info {
    position: absolute;
    bottom: -35px;
    left: 0;
    display: flex;
    margin: 0;
}
#bpm-inner-footer-wrapper .bpm-report-project {
    position: absolute;
    bottom: -25px;
    right: 0;
}
nav.bpm-top-info-nav {
    width: auto;
}
nav.bpm-top-info-nav > ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}
nav.bpm-top-info-nav ul li a {
    color: var(--accent);
    height: auto;
    line-height: normal;
}
.bop-primary-project-content > div,
#bop-project-left {
    padding: 0;
}

#bop-project-right .bpm-top-info-menu-dropdown-wrapper {
    padding-bottom: 15px;
}





.sidebar-group > * {
    background-color: transparent!important;
}

.bpm-top-info-menu-dropdown-wrapper {
    display: block;
}

#bpm-project-footer-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.bpm-project-footer-block {
    background: var(--accent-alphasolid)!important;
    border: 1px dashed var(--accent);
}
.bpm-project-footer-block .bpm-footer-block-heading {
    color: var(--primary);
    font-weight: 600;
}

@media screen and (max-width: 1100px) {
    .bop-primary-project-content > .spacer {
        height: 30px!important;
    }
    .bop-primary-project-content > div {
        padding: 0 30px;
    }
    #bpm-project-footer-wrapper {
        padding: 30px;
    }
}
@media screen and (max-width: 991px) {
    .bop-primary-project-content > .spacer {
        height: 40px!important;
    }
    .bop-primary-project-content > div {
        padding: 0 0px;
    }
    #bpm-project-footer-wrapper {
        padding: 0;
    }
    #bop-project-left .bop-primary-project-content {
        background-color: transparent!important;
    }
    #bop-project-left .bop-primary-project-content > .spacer:first-child {
        height: 0!important;
    }
    #bop-project-left {
        min-width: 0;
        width: calc(100% - 250px);
    }
    #bop-project-right {
        max-width: 250px;
    }
}
@media screen and (max-width: 991px) {
    #bop-project-left {
        min-width: 0;
        width: calc(100% - 225px);
    }
    #bop-project-right {
        max-width: 225px;
    }
}
@media screen and (max-width: 767px) {
    #bop-project-wrapper {
        flex-wrap: wrap;
    }
    #bop-project-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    #bop-project-right {
        width: 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    #bop-project-info-right > p {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 581px) {
    #bop-project-right > .sidebar-group {
        display: flex;
        flex-wrap: wrap;
    }
    #bop-project-right > .sidebar-group #bop-project-info-right {
        width: auto;
        min-width: 250px;
        border-style: dashed;
    }
    #bop-project-right > .sidebar-group .bop-project-right {
        border: 0;
        border-right: 1px solid;
    }
    #bop-project-right > .sidebar-group .bop-project-right:nth-child(2) {
        width: calc(100% - 250px);
        border-right: 0;
    }
    
    #bop-project-right > .sidebar-group .bop-project-right:nth-child(3) {
        border-top: 1px solid;
        width: 100%!important;
    }
    .bpm-title-right {
        line-height: normal;
    }
}

@media screen and (max-width: 767px) {
    .bpm-project-by-right-wrapper {
        padding: 0;
    }
    .stats-top-project-views {
        padding: 0px 15px 0px 0px;
    }
}
/* =============================== Behance End =========================================== */