/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* div width, margins and float. */
#content_rel_posts{
	width:22%; /* width of each article column. */
	float:left;
	margin:5px 12px 5px 0;
	padding:0px;
}
/* style for article heading. */
#content_rel_posts p {
	font-size:0.9em;
	line-height:120%;
	padding:5px 0 0 0;
	margin:0px;
}
/* style for article heading link. */
#content_rel_posts a{
	text-decoration:none;
	color:#21759b;
}
/* style for thumbnail */
#content_rel_posts img{
	float:none;
	display:block;
	padding:0px;
	border-radius: 3px; 
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
	height: auto; /* Make images responsive. */
	max-width: 100%; /* Make images responsive. */
}
/* style for h2 heading tag */
h2.heading_rel_posts{
	padding:0px;
	margin:0px;
	font-size:1.4em;
	color:#666;
}


