/**
 * @version    3.9.0
 * @package    Simple RSS Feed Reader (module)
 * @author     JoomlaWorks - https://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2021 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
 */

/* Template: Rss - LIST */

/* Common */
a:active,
a:focus {outline:0;}
img {border:none;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:0;}

/* Feed List */

div.srfrContainer.list ul {list-style:none;padding: 0;}
div.srfrContainer.list ul li {
    padding: 0 15px 0 0;
}
.magazine-feed h6.sppb-addon-title {
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding-bottom: 10px;
}
.srfrContainer h3 a{
    color: #000000;
}
.sp-module-content .srfrList .srfrRow > h3 {
    font-size: 22px;
    margin: 0 0 20px;   
}
/*.municipios .sp-module-content .srfrList .srfrRow > p:nth-child(3) a {
    border-bottom: 4px solid #66c2ff !important;
}*/
.sp-module-content .srfrList .srfrRow > p:nth-child(3) a {
    float: left;
    width: 40% !important;
    margin: -20px 12px 0 0 !important;
}
.sp-module-content .srfrList .srfrRow > span {
    float: right;
    width: 58%;
    color: #555 !important;
}
.sp-module-content .srfrList .srfrRow {
    padding-bottom: 12px !important;
}