/* FEED STYLES */

/**** feed rss *****/

.itemContent ul li{
    -webkit-box-shadow:none;
    box-shadow:none;
}
#FeedRSS img{
    width: 100%;
    max-width: 100%!important;
    margin: 20px auto;
    filter: saturate(1.5);
}
.featuredImage {
    padding: 10px;
    box-sizing: border-box;
}
img.featuredImage--img {
    width: 100%;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.53);
}
.gossip a, .gossip h5 a {
    color:#000!important;
}
ul.feedEkList{
    list-style: none;
    padding: 0px;
}
ul.feedEkList a{
    color : red;
    text-decoration:none;
}
ul.feedEkList li{
    padding-top:10px;
    padding-bottom:20px;
    background: white;
    color: black;
    text-shadow: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ff4040!important;
}
#danielalabionda {
    transition: all 0.3s;
}
#danielalabionda:hover {
    box-shadow: inset 0px 0px 25px #ccc;
    transition: all 0.3s;
}
.itemContent li{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
ul.feedEkList li p{
    padding:0 10px
}
div.itemDate{
    width: 100%;
    margin:10px 0;
    text-align: center;
    color:gray;
    font-size: 10px;
}
div.itemTitle{
    text-align: center;
}
div.itemTitle a {
    text-decoration: none;
    color:black;
    font-weight: bold;
}
div.itemContent{
    color: #6b6b6b;
    font-size:13px;
    text-align: left;
    line-height: 19px;
}
div.itemContent img{
    display: block;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
}
div#loader{
    text-align:center;
    width:100%
}
div#loader img{
    max-width:100px;
}
ul.post-categories li{
    margin: 0;
    padding: 0;
} 

/**** fine feed rss *****/

#FeedRSS {
    -webkit-columns: 2;
    columns: 2;
    column-gap: 25px;
}

@media only screen and (max-width: 1024px) {
    #FeedRSS {
        columns: 2;
        -webkit-columns: 2;
        max-height: none;
    }
}

@media only screen and (max-width: 450px) {
    #FeedRSS {
        columns: 1;
        -webkit-columns: 1;
    }
}

ul.feedEkList {
    margin-top: 0px;
}
ul.feedEkList li {
    display: inline-block;
}
.itemContent ul li {
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.feedEkList {
    list-style: none;
    padding: 0px;
}
ul.feedEkList a {
    color: red;
    text-decoration: none;
}
ul.feedEkList li {
    margin: 1px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    background: white;
    color: black;
    text-shadow: none;
    margin: 8px;
    box-shadow: 0px 0px 5px black;
}
ul.feedEkList li p {
    padding: 0 10px;
    font-size: 13px;
    line-height: 20px;
    color: #2a2a2a;
}
div.itemDate {
    width: 100%;
    margin: 0px;
    text-align: center;
    color: gray;
    font-size: 10px;
}
div.itemTitle {
    text-align: center;
    width: 94%;
    margin: 0px auto;
}
div.itemTitle a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
div.itemContent {
    color: #6b6b6b;
    font-size: 13px;
    text-align: left;
    line-height: 19px;
    width: 98%;
    margin: 0px auto;
}
div.itemContent img {
    display: block;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
}
div#loader {
    text-align: center;
    width: 100%;
}
div#loader img {
    max-width: 100px;
}
ul.post-categories li {
    margin: 0;
    padding: 0;
}
.readMore {
    text-align: center;
    width: 40%;
    height: 28px;
    background-color: #cc0000;
    color: black !important;
    padding-bottom: 10px;
    margin: 0px auto 10px auto;
    transition: .3s linear all;
}
.readMore:hover {
    background-color: #333;
    color: white !important;
    transition: .3s linear all;
}
.readMore a {
    line-height: 28px;
    font-size: 16px;	
}

@media all and (max-width: 1280px){
    #FeedRSS {
        -webkit-columns: 1;
        columns: 1;
        column-gap: 25px;
    }
}

.itemContent.collapse {
    display: block;
    /*height: 250px;*/
    height: auto;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.itemContent.collapse.show {
    height: auto;
}

@media (max-width:450px){
    .readMore {
        width: 60%;
    }
}