#ctf.ctf-super-narrow .ctf-tweet-content {
    flex-direction: column-reverse;
}



#ctf.ctf-masonry.masonry-4-desktop .ctf-item {
    overflow: visible;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 15px;
    /*min-width: 240px;*/
    /*width: calc(25% - 40px)!important;*/
    /* max-width: 100%; */
    /*position: relative!important;*/
    /*top: 0!important;*/
    /*left: 0!important;*/
    margin-top:24px;

    /*max-height: fit-content;*/
}

@media (min-width:1400px){

    #ctf.ctf-masonry, #ctf.ctf-masonry .ctf-tweet-items {
        width: calc(100% + 60px);
        margin-left:-30px;
    }

    #ctf.ctf-masonry.masonry-4-desktop .ctf-item {
        margin-left:10px;
        margin-right:10px;
    }

}


/*@media (max-width:720px){*/
/*    #ctf.ctf-masonry.masonry-4-desktop .ctf-item {*/
/*        margin-bottom: 40px;*/
/*        min-width: 100%;*/
/*        width: 100% !important;*/
/*        padding-bottom: 15px;*/
/*    }*/
/*    #ctf .ctf-tweet-actions, #ctf .ctf-tweet-content{*/
/*        margin-left: 0px;*/
/*        flex-direction: column-reverse!important;*/
/*    }*/
/*    #ctf .ctf-author-box, #ctf_lightbox .ctf-author-box{*/
/*        padding-left: 0px;*/
/*        width: 100%;*/
/*    }*/
/*}*/

#ctf .ctf-tweet-media {
    margin-top:-15px;
    border-radius: 15px;
    overflow: hidden;
}

#ctf p.ctf-tweet-text {
    padding: 10px !important;
    margin-top: -24px!important;
    padding-top: 24px!important;
    background-color: white;
    z-index: 3;
    border-radius: 15Px;
}

#ctf .ctf-tweet-media {
    /*height:180px;*/
}

#ctf .ctf-tweet-media a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#ctf.ctf-super-narrow .ctf-author-avatar {
    margin-left:0px;
}


#ctf.ctf-styles .ctf-tweet-meta {
    width: 100%;
    text-align: left;
    margin-left: 0px;
}

#ctf.ctf-styles .ctf-tweet-meta a{
    color: #00bed7!important;
    font-size: 14px!important;
    line-height: 1.14!important;
    font-family: Calibri-reg,Arial,sans-serif;
}

#ctf.ctf-styles .ctf-tweet-meta a:hover,
.ctf-feed-1.ctf_palette_custom_1 .ctf-tweet-text a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.ctf-btn-show-threads {
    display:none;
}

#ctf.ctf-super-narrow .ctf-author-box{
    padding: 0;
    width: 100%;
    padding-bottom: 10px;
}
a.ctf-author-name{
    margin-top: 0px!important;
}
#ctf .ctf-author-box-link, #ctf_lightbox .ctf-author-box-link{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10px;
}
