.single-sedoo-wppl-project aside[id="stickyMenu"] {
    border-right: none;
}

.single-sedoo-wppl-project main {
    /* box-shadow: 1px 1px 5px rgba(0,0,0,.6); */
    background: rgba(255,255,255,.9);
    z-index:50;
}

.single-sedoo-wppl-project header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-sedoo-wppl-project header>div{
    flex-direction: column;
    align-items: start !important;
}
.single-sedoo-wppl-project header figure{
	max-width: 150px;
}

.taxo_project_table {
    width: 100%;
}

.taxo_project_table td, .taxo_project_table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.sedoo_wppl_project .tag a::before {
    content: "#";
    display: inline-block;
}

.sedoo_wppl_project .tag a {
text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Open Sans",sans-serif;
    font-size: .75rem;
    display: inline-block;
    padding: 2px 10px;
}

.tab_project_tooltip+span {
 display: none; 
 position: absolute;
 background: #9d9fa2;
 padding: 6px;
 margin-top: -6px;
 padding-left: 10px;
 margin-left: 10px;
}
.tab_project_tooltip:hover+span {
 display: initial;
}


.tab_project_tooltip+span::before {
    width: 15px;
    height: 15px;
    background: #9d9fa2;
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    transform: rotate(45deg);
    top: 8px;
}

.taxo_project_table td a {
    color:var(--theme-color);
}

.taxo_project_table tr:nth-child(even){background-color: #f2f2f2;}

.taxo_project_table tr:hover {background-color: #ddd;}

.taxo_project_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--theme-color);
    color: white;
}

.project-meta {
    width: 100%;
}

.project-meta section {
    margin-bottom: 15px;
}

section.sedoo-project-section-urls {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-end;
}

section.sedoo-project-section-urls a.btn {
    margin:10px;
    line-height: 20px;
    border-radius: 5px;
}

.project-meta {
    justify-content: flex-start;
    align-items: center;
}

.project-meta > section {
    margin-bottom:50px;
}

.project-meta .sedoo-project-section-date {
    align-items: center;
    flex:0 0 300px;
    font-size: .75rem;
    gap:30px;
}

.project-meta .sedoo-project-section-date h2 {
    width: 100%;
}

.project-meta .sedoo-project-section-date h2,
.project-meta .sedoo-project-section-date h3
{
    margin-top: 0;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.project-meta .sedoo-project-section-date h2 span:first-child,
.project-meta .sedoo-project-section-date h3 span:first-child
{
    margin-right: 10px;
}

.project-meta .proj_status {
    flex:0 0 50px;
    width: 50px;
    height: 50px;
    color: white;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

.project-meta .proj_status.com_up {
    background: #DD9946;
}
.project-meta .proj_status.ongoing {
    background: #7DBF3B;
}
.project-meta .proj_status.finish {
    background: #E25B3D;
}

.single-sedoo-wppl-project .project-meta .sedoo-project-section-taxo .tag span {
    font-weight: normal;
}

.single-sedoo-wppl-project .project-meta .sedoo-project-section-taxo .tag span::before {
    content:"";
}

.single-sedoo-wppl-project .tabs {
    margin-bottom: 50px;
}