
/* RSS Link */
.rssfeed {
	font-family: var(--rp-primary-sans-font);
	font-style: normal;
}
.rssfeed h4{
	color: var(--rp-primary-color-dark);
	font-weight: 600; 
	font-size: 30px;
	line-height: 22px;
	text-align:center;
	margin-top:25px;
	margin-bottom: 50px;
}
.rssfeed p strong{
	color: var(--rp-gray-color-1);
	font-weight: 600; 
	font-size: 14px; 
	line-height: 22px;
}
.rssfeed .listTitle{
	color: var(--rp-primary-color-dark);
	font-weight: 600; 
	font-size: 16px; 
	line-height: 22px;
}
.rssfeed ul.rssfeed-bullet {
    font-weight: 600;
    font-size: 14px;
	color: var(--rp-gray-color-1);
	list-style-type: none;
  }

.rssfeed ul.rssfeed-bullet li:before {
	content: '';
	display: inline-block;
	height: 15px;
	width: 15px;
		background-size: 15px;
	background-image: url("../images/Feed-icon.png");
	background-repeat: no-repeat;
	margin-right: 5px;
}

.rssfeed ul.rssfeed-bullet li{
      line-height: 32px;
     height: auto;
  }
.rssfeed li.rssfeed-bullet span {
    position: relative;
    left: 10px;
    top: -2px;
  }
.rssLink img{
	width: 100px; 
}
.container.rssfeed ul li,
.container.rssfeed p {
    font-style: normal;
    color: var(--rp-gray-color-1);
}
.container.rssfeed ul li *,
.container.rssfeed ul li p *,
.container.rssfeed p * {
    font-size: 100% !important;
}

a:hover, a {
    text-decoration: none;
	color: var(--rp-author-link-font-color-1);
 }