/**
Theme Name: monsitelocal
Author: monsitelocal
Author URI: https://monsitelocal.com/
Description: Votre créateur de site local pour les artisans et entreprises de proximité
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monsitelocal
Template: astra
*/
.home .recent-posts-widget-with-thumbnails{
	display:none;
}
#secondary .recent-posts-widget-with-thumbnails li{
	box-shadow: 0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	background: #fff;
	border: 1px solid #ececec;
	color: inherit;
	position: relative;
	display: block;
	margin: 0 0 20px;
	max-width: 100%;
	font-size: 15px;
	line-height: 1.6;
	white-space: normal;
	min-width: 100%;
	padding: 5px;
}
#secondary .recent-posts-widget-with-thumbnails li .rpwwt-post-title{
    display: block;
    margin-top: 5px;
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img{
	margin-bottom:0;
	margin-top:0;
}