.card-body h5 {
    height: 80px;
    border-bottom: 2px solid #025996;
    margin-bottom: 16px;
    overflow: hidden;
}
.card-body .card-text {
    overflow: hidden;
    line-height: 25px;
}
.sg-arrow {
    cursor: pointer;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: transform 0.1s;
    width: 25px;
}
.sg-arrow-top, .sg-arrow-bottom {
    background-color: #fff;
    height: 3px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.sg-arrow-top:after, .sg-arrow-bottom:after {
    background-color: #f3c716;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}
.sg-arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}
.sg-arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}
.sg-arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}
.sg-arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}
.sg-arrow:hover .sg-arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}
.sg-arrow:hover .sg-arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}
.sg-arrow:active {
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}
.sg-content-postblock-card {
    padding: 11px 11px 11px 11px;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.3); !important;
    border: 1px solid #e1dfdf;
    border-radius: 12px !important;
    border: 3px solid rgb(224, 224, 239);
}
.sg-content-postblock.v2 .card-background-image:hover {
    transform: scale(1.3);

}

.sg-content-postblock.v2 .card-background-image {
    transition: transform .3s ease-in-out;
}


.sg-content-postblock.v2 .hover-title-text {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform .3s ease-in-out;
}

.sg-content-postblock.v2 .hover-title-text:hover {
    transform: scale(1.1);
}

.last-updated {
    font-size: 16px !important;
    padding: 5px 7px;
    border-radius: 6px;
}

.published-date-post {
    font-size: 16px !important;
    padding: 5px 7px;
    border-radius: 6px;
}
.no-image-block .card-title {
    z-index: 2;
    display: block;
    position: relative;
    background: white;
    padding: 11px;
    min-height: 70px;
}

.event-block-info-small {
    font-weight: bold;
    font-size: 16px;
}
.event-block-info-small span {
    font-weight: bold; font-size: 16px

}

.tickets-message {
    border: 2px solid #371f4c;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 5px 0px 0px 5px;
    font-weight: 700;
    background: #371f4c;
    color: #ffffff;
    text-align:center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.tickets-message:hover {
    background: white;
    color: #371f4c;
}

a.btn.sg-primary {
    border-radius: 0px 5px 5px 0px;
}

.already_purchased {
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    background: #222222;
    color: #ffffff;
    margin: 10px 0px;
}


.sg-content-tribeblock .event-taxonomy-buttons .btn-outline{
    padding: 3px 7px;
    font-size: 13px;
}