/*
 * Theme Name: WilCity ChildTheme
 * Theme URI: https://wilcity.com
 * Author: wiloke
 * Author URI: https://wiloke.com
 * Description: Listing WordPress Theme
 * Version: 1.0
 * Template: wilcity
 */
body.popup-active::-webkit-scrollbar {
    display: none;
}


/** RSS Agregator Styling **/
.wp_rss_retriever_container {
	min-height: 388px;
}


.wp_rss_retriever_item_wrapper {
	border-bottom: 2px darkgray solid;
}

a.wp_rss_retriever_title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
	height: auto;
    margin-bottom: 0px;
	border-radius: 7px 7px 0 0;
    background-color: #FD1361;
    padding: 12px;
    color: white;
    font-weight: 500;
	text-transform: uppercase;
	
}

a.wp_rss_retriever_title:hover {
	color: #252C41;
}



a.wp_rss_retriever_readmore {
    display: inline-block;
    font-weight: 600;
}

a.wp_rss_retriever_readmore:hover {
    font-weight: 600;
}

/** FOOTER Styling **/



