/*** Single Actor ***/

/* related sections */
.diplo-related-sections{
    margin-top: 50px;
}

.diplo-related-sections .related-wrapper:nth-child(odd){
    background-color: #F3F3F3;
}

.diplo-related-sections .related-wrapper:nth-child(even){
    background-color: #FFFFFF;
}

.related-wrapper{
    width: 100%;
    padding: 20px;
}
.related-wrapper-single{
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

#achlinks{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 12%;
}

/* filter buttons */
.ls-button{
    font: normal normal bold 15px/25px Poppins;
    letter-spacing: 0;
    color: #00879A !important;
    display: block;
    text-align: center;
    background: #F3F3F3 !important;
    padding: 6.5px 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.ls-button:hover{
    background-color: #eaeaea;
}

.singleBody{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}
.singleDescription a{
    color: #16BAD4;
    text-decoration: none;
}
.singleDescription u{
    text-decoration: none;
}
.singleSidebar{
    grid-column: span 0;
}
@media screen and (min-width: 768px) {
    .singleSidebar{
        grid-column: span 3;
    }
}
.emptySidebar{
    display: none;
    grid-column: span 0;
}
@media screen and (min-width: 1480px){
    .emptySidebar{
        display: flex;
        grid-column: span 3;
    }
}
.singleContent{
    grid-column: span 12;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
    .singleContent{
        grid-column: span 9;
    }
}
@media screen and (min-width: 1440px) {
    .singleContent{
        grid-column: span 6;
    }
}
.actorsHero{
    background:url('/wp-content/uploads/2021/08/actorsheader.jpg') no-repeat center;
    height:300px;
    background-size:cover;
}
@media screen and (max-width: 740px) {
.actorsHero{
    max-height: 120px;
}
}

.actor-information p{
	margin-top: 0;
	margin-bottom: 0 !important;
}