

.rot-cpt-item-inner{
    background:transparent;
    border-radius:1px;
    overflow:hidden;
    position: relative;
    height:100%;
}

.rot-cpt-item .linking-bark:hover {background-color:var(--primary-lightest)!important;}
.rot-cpt-item .linking-bark:hover a{color:var(--secondary-darkened);}
.rot-cpt-poster:hover:after{
    opacity:0.5;
}
.rot-cpt-pic{

    margin-bottom: 2rem;
    max-width: 60%;
    margin-left: 20%;
    margin-top: 1rem;
}
.rot-cpt-desc{
    position: relative;
    color: var(--text);
    right: auto;
    pointer-events: none;
    text-align:center;
}
.rot-cpt-desc h4{
    color:var(--text)!important;
    font-weight: 300;
    font-size: 2.4rem!important;
    text-align:left;
    margin-bottom:0;
    font-style:italic;
    background:white;
    display:inline-block;
    padding-bottom:0!important;
    padding:0 0.8rem;

}
.rot-cpt-desc h4 a:focus,
.rot-cpt-desc h4 a:visited,
.rot-cpt-desc h4 a{
    color:var(--text);
}
.rot-cpt-desc h4 b{
    font-weight: 700;
    font-family: var(--serif);

}
.cpt-subtext{
    font-style:italic;
    font-weight:400;
    color: white;
    display:inline-block;
    /* background:white; */
    text-align: left;
    margin-top:0.5rem;
    max-width:84%;
    font-size:1.3rem;
    padding-left:0.6em;
}
aside#secondary .cpt-name{
    font-size: 2.2rem;
}
aside#secondary .cpt-subtext{
    display:none;
}
.category-team .subtitle,
.seminar-subtitle{
    font-style: italic;
    color: var(--text);
    font-weight: 400!important;
    font-size:1.3rem;
}

.category-team header.entry-header,
.seminare header.entry-header{
    border-bottom: 0;
    margin-bottom:0;

}
.category-team .entry-title,
.seminare .entry-title{
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--text);
    margin-bottom: 1rem;
}
@media(min-width:576px){
    .category-team .entry-title,
    .seminare .entry-title{
        margin-top: 2rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid var(--text);
        margin-bottom: 1rem;
    }
}
@media(min-width:768px){
    aside#secondary .rot-cpt-name{font-size: 1.4rem;}
    aside#secondary .cpt-level{font-size: 0.8rem;}
}
@media(min-width:992px){
    aside#secondary .rot-cpt-name{font-size: 2.1rem;}
    aside#secondary .cpt-level{font-size: 0.9rem;}
}
