/**
 * @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: Columns */

/* 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 {}
div.srfrContainer ul.srfrList {list-style:none;padding:0;margin:0;}
div.srfrContainer ul.srfrList li {clear:both;padding:8px;margin:2px 0;border-bottom:1px dotted #ccc;}
div.srfrContainer ul.srfrList li.srfrRow {}
    div.srfrContainer ul.srfrList li.srfrRowIsEven {}
    div.srfrContainer ul.srfrList li.srfrRowIsOdd {}
div.srfrContainer ul.srfrList li img.srfrImage {margin:4px auto;padding:0;display:block;/*width:100%;height:auto;*/}
div.srfrContainer ul.srfrList li span.srfrFeedSource {}
div.srfrContainer ul.srfrList li span.srfrFeedItemDate {color:#999;}

.module-title h6.sppb-addon-title {
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.column-view .srfrList h3 {
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    padding: 4px 7px !important;
    background: rgba(193, 14, 26,0.8);
    max-width: 300px;
}
.srfrContainer.column-view .srfrList h3 a{color: #FFF;}
.column-view .srfrList.d-flex div {
    position: relative;
}
/*.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;
}