.feeds-main {
    margin: 0 -15px;
}

.feeds-list {
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    padding: 40px 15px 50px;
}
.feeds-list-left {
    display: inline-block;
    width: 54%;
}
.feeds-list-left img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.feeds-list-right {
    display: inline-block;
    width: 45.2%;
    vertical-align: top;
    padding: 0 0 0 15px;
    position: relative;
}
.feeds-list-right:before {
    content: "";
    background-image: radial-gradient(#ccc 15%,transparent 0),radial-gradient(#ccc 15%,transparent 0);
    background-size: 15px 15px;
    position: absolute;
    left: 15px;
    top: 0;
    width: 75px;
    height: 75px;
}
.feeds-type {
    padding: 12px 0 8px 80px;
    font-weight: 500;
}
.feeds-type span {
    display: inline-block;
    padding: 0px 12px;
    border-radius: 5px;
}
.feeds-type span.twitter {
    background: #2caae1;
}
.feeds-type span.blog {
    background: #9c27b0;
    color: #202020;
}
.feeds-type span.event {
    background: #f5ca2a;
    color: #202020;
}
.feeds-type span.facebook {
    background: #4267b2;
}
.feeds-type span.youtube {
    background: #ff0000;
}
.feeds-type span.post {
    background: #4CAF50;
}
.feeds-type small {
    display: block;
    font-size: 18px;
}
.feeds-list-desc {
    color: #bbb;
}
.feeds-list-desc h6 {
    font-size: 18px;
}
.feeds-list-right .title {
    font-size: 23px;
}
.feeds-list:nth-child(even) {
    padding-top: 100px;
}



#feedModal .modal-content {
    background: #27272b;
    border-radius: 0px;
    border: 0 none;
}
#feedModal .modal-body {
    padding: 10px 25px 30px;
}
#feedModal .modal-header {
    padding: 0;
    border: 0 none;
}
#feedModal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-weight: 100;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    right: 10px;
    z-index: 2;
}
.pastedesc {
    font-size: 19px;
    padding: 12px 0 10px;
}
.pasteimgsrc {
    width: 100%;
    object-fit: cover;
}
.feeds-type.pastefeedtype {
    padding: 20px 0 5px;
}
.feeds-type.pastefeedtype small {
    display: inline-block;
    padding: 0 0 0 10px;
}






@media only screen and (min-width:100px) and (max-width:767px)
{


.feeds-list {
    width: 100%;
    padding: 0 15px 50px;
}
.feeds-list-left {
    width: 100%;
}
.feeds-list-right {
    width: 100%;
    top: -39px;
}
.feeds-list:nth-child(even) {
    padding-top: 0;
}



}