<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-content-container.feed .title-content {
    height: 377px;
    padding-top: 60px;
}

.feed-container {
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 0px;
    height: 365px;
    overflow: hidden;
}

.feed-container-full {
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 0px;
}

@media (max-width: 768px) {
    .feed-container {
        height: 1070px !important;
    }
}


.widget-top-height {
    max-height: 125px !important;
    padding: 0px 10px !important;
}

.feed-results {
    padding-right: 15px;
    padding-left: 15px;
}

.feed-img {
    height: 36px;
    width: 36px;
    border: 1px solid #d1d3d4;
    border-radius: 50%;
}

.change-feed-button {
    text-align: right;
    margin-bottom: 20px;
    padding: 20px;
}

.feed-event-artists-details {
    padding-top: 10px !important;
    height: 55px;
    border-left: solid 1px #eeeeee;
    padding-left: 0;
    display: block;
}

.feed-event-artists-details.first {
    border-left: none;
}

.change-feed-button .button {
    display: inline-block;
    background-color: #3daaf5;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 4px;
    vertical-align: middle;

    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.change-feed-button .button:hover {
    text-decoration: none;
}

.change-feed-button .button .fa {
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 10px;
}

.feed-artist-area-name-container {
    padding-left: 9px;
}
.feed-artist-area-name {
    color: #231f20 !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feed-artist-area-info {
    color: #666666;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
}

.feed-artist-area-activities {
    color: #231f20 !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
}

.feed-artist-area-activities-video {
    color: #ff5357 !important;
}

.feed-artist-area-activities-audio {
    color: #14a823 !important;
}

.feed-artist-area-activities-news {
    color: #3fa9f5 !important;
}

.margin-feed {
    margin-top: -180px;
}

@media (max-width: 767px) {
    .margin-feed {
        margin-top: 0px;
    }
}
@media (max-width: 580px) {
    .margin-feed {
        margin-top: 0px !important;
    }

    .feed-container {
        height: 1070px !important;
    }

    .widget-title{
        font-size: 12px !important;
    }

    .more_than_6 {
        display: none;
    }
}

a.feed-button{
    float: left;
    width: 100%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    background-color: #ff5357;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: 3px solid #ff5357;
    text-decoration: none;
    padding-top: 11px;
}

.padding-top-15 {
    padding-top: 9px !important;
}

.wrapper-feed-results {
    background-color: #f7f7f7;
    padding-bottom: 21px !important;
    border-radius: 6px;
}

@media (max-width: 992px) {
    .wrapper-feed-results {
        padding-bottom: 26px !important;
    }
}

.font-size-20 {
    font-size: 20px;
}

.margin-left-14 {
    margin-left: 14px;
}

.widget-image {
    padding-top: 10px;
    height: 42px;
    width: auto;
    margin-right: 15px;
}

.widget-date {
    color: #666666;
    font-size: 11px;
}

.widget-description {
    margin-top: 10px;
    font-size: 12px;
}

.widget-wrapper-title {
    font-family: 'Roboto Slab', serif; color: #3fa9f5;
    font-size: 18px;
    font-weight: 700;
}

.widget-padding {
    padding: 10px 5px 0px 0px;
}

.widget-title {
    font-weight: bold;
    font-size: 18px;
    color:black;
}

.feed-follow-button {
    vertical-align: middle;
    font-size: 20px;
}

.image-box .box-button-header-feed{
    background: #ff5152;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius:50%;
    text-align:center;
    padding-left: 12px;
    padding-top: 10px;
    position: absolute;
    bottom: 15px;
}
.image-box .box-button-header-feed:hover{
    background: #ff706d;
     cursor:pointer;

}
.image-box .box-button-header-feed .icon{
    color:white;
    font-size: 15px;

}

.max-width-100 {
    max-width: 100%;
}

.publication-image{
    /*padding-left: 15px;*/
}
.publication-content
{
    color:#000000;
}
.publication-content h4
{
    font-size: 14px;
}
.publication-image img{
    height: 100%;
    width: 100%;
    max-width: 40px;
}</pre></body></html>