/*
 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
*/
h2 a{
	color:#575760;
}
h2 a:hover{
	color:#bf1f1f;
}
.rating-box{
	float: right;
	border-radius: 10px;
	background-color: #eee;
	width: 125px;
	border: 1px solid #bf1f1f;
	padding: 6px 10px;
	margin-left: 10px;
	text-align: center;
}
.rating-box strong{
	clear: both;
	display: block;
	font-size: 28px;
}
.list-column-3 {
    column-count: 3;
}

/* Change number of columns on smaller devices */
@media(max-width: 768px) {
    .list-column-3 {
        column-count: 1;
    }
}