/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Coded files/Custom/system/default/Hs Default Custom Style.css'                      */
/****************************************************************************/

/*.feedreader_box div {
    display: inline-block;
}
.hs-rss-item.hs-with-featured-image{max-width:48%; padding:10px;}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image{height:230px;}
div[data-widget-type="rss_listing"]{margin-top:-30px;}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text{width:auto}
.hs-rss-item-text{margin-bottom:10px;}

@media (max-width: 1080px) {
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {height: 200px;}
}

@media (max-width: 990px) {
    .hs-rss-item-text{margin-bottom:0px;}
         .hs-rss-item.hs-with-featured-image{max-width:282px;}
}

@media (max-width: 568px) {
    .hs-rss-item.hs-with-featured-image {
        max-width: 100%;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
        height: auto;
    }
}*/
