.post-grid *{transition: all 0.25s ease-in-out;}

.post-grid.grid{
    padding:0!important;
    overflow:visible;
}

.item>.layer-wrapper{
    height:100%;
}

#post-grid-950 .item,
#post-grid-76 .item,
.post-grid.grid .item {
    margin:0!important;
    margin-bottom:1.5rem!important;
    width:auto!important;
    background:transparent!important;
}
.post-grid .grid-items.row [class*="col-"]{
    padding-right:15px!important;
    padding-left:15px!important;
}
.post-grid .grid-items.row [class*="col-"]:hover{
    padding-right:10px!important;
    padding-left:10px!important;
    margin-top:-5px;
    margin-bottom:-5px;
}
.post-grid .grid-items.row{
    margin-left:-30px;
    margin-right:-30px;
    padding-top:10px;
}
@media(min-width:786px){
    .post-grid .grid-items.row{
        padding-top:30px;
    }
}
.rot-video-wrapper video,
.rot-grid-item .thumb_link{
    overflow:hidden;
    border-radius:1px;
    height: 0;
    padding-bottom: 65%;
    position: relative;
}
@media(min-width:768px){
    .rot-grid-item .thumb_link{padding-bottom: 124%;}
}

.rot-grid-item .thumb_link img{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}
.rot-grid-button{
    background:var(--dark-purplehaze);
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size:1.325em;
    padding: 10px 20px 12px!important;
    margin-bottom:1.5rem;

}
.rot-grid-button:hover{
    background: #af64d1;
}

.rot-video-wrapper video{
    width: 100%;
    height:auto;
}
.rot-video-wrapper video[poster]{
    height:auto;
    width:100%;
    object-fit: cover;
}


.rot-video-wrapper a{
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0.75rem;
    display: block;
    background-color: none;
}


body .rot-grid-item,
body .rot-content-rounded-light {
    background-color: white!important;
    padding: 1.6125rem 1.4rem;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* height:auto; */
    margin-bottom: 0;
}
.rot-grid-item:hover:after,
.rot-content-rounded-light:hover:after{
    content:"";
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    pointer-events:none;
    background-color:rgba(146, 2, 212, 0.05);
    z-index:11;


}
.rot-grid-item .thumb_link:after{
    background-image: url(./fa-icons-svg/brushstrokealt4white.svg);
    content: '';
    bottom: -16%;
    left: 0;
    position: absolute;
    height: 6rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
}
.grid-items>.item:first-child .thumb_link:after{
    background-position: 15%;
    bottom: -11%;
    transform: rotate(-2deg);
    width: 110%;
    left: -4%;
}
.grid-items>.item:nth-child(3n) .thumb_link:after{
    background-position: 95%;
    transform: rotate(1deg);
    width: 109%;
    bottom: -25%;
    left: -1%;
}
@media(min-width:576px){
    .rot-grid-item .thumb_link:after{ bottom: -43%;}
    .grid-items>.item:first-child .thumb_link:after{bottom: -30%; }
    .grid-items>.item:nth-child(3n) .thumb_link:after{bottom: -52%;}
}
@media(min-width:768px){
    .rot-grid-item .thumb_link:after{ bottom: -7%;}
    .grid-items>.item:first-child .thumb_link:after{bottom: -5%; }
    .grid-items>.item:nth-child(3n) .thumb_link:after{bottom: -11%;}
}

.rot-img-container{
    position: relative;
    overflow:hidden;
    margin-bottom:1.5rem;
}

.rot-img-container figure {
    margin-bottom:0;
}

.rot-grid-title.h3 a,
.rot-content-rounded-light h3 {
    font-weight: 400!important;
    color: var(--text);
    border-bottom: 3px solid var(--secondary);
    font-size: 1.8rem;
    text-align: center;
    display:inline-block;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.rot-grid-item:hover .rot-grid-title.h3 a{
    text-decoration:none;
}
.rot-grid-title.h3{
    text-align:center!important;
    margin: 20px 0 5px!important;
}

.rot-grid-title.h3.sub a{
    border-bottom: none;
    color: #864da0;
    font-weight: 600!important;
}
.rot-grid-excerpt,
.rot-content-rounded-light p {
    line-height: 1.24;
    font-size: 1.25em;
    text-align: center;
}
@media(min-width:768px){
    .rot-grid-title.h3 a,
    .rot-content-rounded-light h3 {font-size: 2.6rem!important; }
    .rot-grid-excerpt,
    .rot-content-rounded-light p {line-height: 1.3;}
}
@media(min-width:1200px){
    .rot-grid-item,
    .rot-content-rounded-light {padding: 2.125rem 2rem;}
}


.rot-grid-excerpt{text-align:left;}

.rot-grid-short{
    font-size:1.25em;
    color:#3b004c;
    display:inline-block;
    width:100%;
    margin-bottom:1.5rem;

}
.post-grid .grid-items.row [class*="col-"]:hover .rot-grid-short{
    color:#6f1b86;
    width: calc(100% - 10px);
}

.termin-btn {
    background: #864da0;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 20px 12px!important;
    text-align:center;
}
.layout-75 .element_1592982371863 {
    margin-top:auto;
}

