/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* titre articles dans widgets thumbnails*/
#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li{
	list-style-type:none;
	}

#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > h5{
	margin-left:15px;
	font-family:roboto;
	font-size:1.4em;
	color:#89160b;
}

#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li > a > img{
	border:solid 1px #89160b;
	}

#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li > a > span{
	float:left;
}

#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li > div.rpwwt-post-date{
	clear:both;
}


#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li > div.rpwwt-post-excerpt{
	margin-bottom:15px;}





/*
#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(1) > a > span
{color:#89160b;
font-weight:bold;
float:left;
}
#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(1) > div.rpwwt-post-date
{clear:left;}

#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(2) > a > span
{color:#89160b;
font-weight:bold;
float:left;}
#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(2) > div.rpwwt-post-date
{clear:left;}

#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(3) > a > span
{color:#89160b;
font-weight:bold;
float:left;}
#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(3) > div.rpwwt-post-date
{clear:left;}

#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(4) > a > span
{color:#89160b;
font-weight:bold;
float:left;}
#rpwwt-wp-widget-recent-posts-widget-with-thumbnails > ul > li:nth-child(4) > div.rpwwt-post-date
{clear:left;}
*/