/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2023 | 23:10:29 */
.panel-title {
    font-size: 2.2rem;
    font-weight: 900;
}

.orckestra_title {
    flex-basis: 100%;
    text-align: right;
    margin-bottom: 10px;
    border-bottom: none!important;
}

.sidebar_stickey {
    position: sticky;
    padding-bottom: 20px;
    top: 0;
    margin-top: 80px;
    }
    
.panel-default > .panel-heading {
  padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}


.org_mem .orckestra  > a:after{
    content: "";
    position: relative;
    display: block;
    padding-bottom: calc( 100% * 1.25 );
    top: 0;
}

.org_mem .orckestra .wpstack-bg-image{
    position: absolute;
}

.org_mem .orckestra  > a{
    position: relative;
}

.orckestra_body .orckestra-row  .orckestra{
    flex-basis: calc( 100% / 5 - 60px ) !important;
    max-width: calc( 100% / 5 - 60px ) !important;
    margin-left: 30px;
}

.orckestra-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media only screen and (max-width: 990px){
    .orckestra_body .orckestra-row  .orckestra{
        flex-basis: calc( 100% / 4 - 40px ) !important;
        max-width: calc( 100% / 4 - 40px ) !important;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px){
    .orckestra_body .orckestra-row  .orckestra{
        flex-basis: calc( 100% / 3 - 30px ) !important;
        max-width: calc( 100% / 3 - 30px ) !important;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 500px){
    .orckestra_body .orckestra-row  .orckestra{
        flex-basis: calc( 100% / 2 - 30px ) !important;
        max-width: calc( 100% / 2 - 30px ) !important;
    }
}

.artists-tax-grid .container .sidebar{
    flex-basis: calc( 100% / 12 * 2.5 );
}

.artists-tax-grid .container .content{
    flex-basis: calc( 100% / 12 * ( 12 - 2.5 ) );
    padding-right: 100px;
}

.artists-tax-grid .container {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ipo-term-posts{
    padding-top: 30px;
}

.artists-tax-grid .ipo-term-children .ipo-term-child .ipo-term-posts,
.artists-tax-grid .ipo-term-children .ipo-term-child,
.artists-tax-grid .ipo-term-children{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.loop-artist-team{

    margin-left: 30px;
    margin-bottom: 30px;
}

.loop-artist-team .media a,
.loop-artist-team .media img{
    display: block;
    width: 100%;
    height: auto;
}

.loop-artist-team .media .wpstack-bg-image:after{
    content: "";
    position: relative;
    display: block;
    padding-bottom: calc( 100% * 1.25 );
    top: 0;
}

.loop-artist-team h4{
    padding-bottom: 0;
    padding-top: 10px;
    font-weight: 600;
}