/* Enter Your Custom CSS Here */

@media screen and (max-width: 1024px) {
  #custom_recent_banner{
    visibility: hidden;
    display: none;
    /* your any other css styles */
  }
}
@media only screen and (min-width: 1025px) {
#rpwe_widget-8 {
	margin-left: 220px;
	width: 180% !important;
	background: rgb(244, 243, 243) !important;
}

#rpwe_widget-6 {
	margin-right: 220px;
	margin-left: -100px !important;
	width: 180% !important; 
	background: rgb(244, 243, 243) !important;
}

#rpwe_widget-6 > h3 {
	color: rgb(228, 166, 67) !important;	
	
}

#rpwe_widget-8 > h3 {
	color: rgb(228, 166, 67) !important;	
}

#rpwe_widget-6 > div > ul > li:nth-child(1) > h3 > a {
	display: block !important;
	margin: auto !important;
}
	
div.grid-outer > div.grid-wrapper > div.entry-summary > p > a {
	    visibility: hidden;
    	display: none;	
		
}

#custom_recent_banner{
		color:white;
		text-align:center;
		font-size:48px;
		font-family:Georgia;
		background:rgb(228,166,67);
		width: 220px;
		height: 90px;
		margin:0 auto;
		margin-bottom: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		
}
}