/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/
.feed-container {
    border: solid 1px #5779ce;
    padding: 15px;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    margin-right: 1px;
	height: 500px;
}
.feed-container .header .title{
	display: none;
}
.feed-container .content .description{
	font-size: 90%;
	color: #333333;
}
.feed-container .content{
	height: 100%;
}
iframe[name="rssfeed_frame"]{
	height: 500px !important;
}
.feed-container .content .title a{
	text-decoration: none;
	margin-bottom: 5px;
	color: #111111;
	display: block;
}
.feed-container .content .item-list .item:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.item {
    padding: 10px 0;
}

.footer-sitemap li {
    list-style-type: none;
}
.footer-sitemap > div > ul > li > a {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.footer-sitemap > div > ul > li > ul li {
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
	font-size: 16px;
}



