/* IN-POST WIDGET */

div.relatedproducts h3.rp-header {
	text-transform: uppercase;
	font-family: "Avenir LT W01 45 Book", sans-serif;
}

div.relatedproduct h4.rp-title {
	color: #58595b;
	font-family: "Avenir LT W01 45 Book", sans-serif;
	font-weight: normal;
	font-size: 1rem;
	letter-spacing: .5px;
	line-height: 1.1;
	margin: 0 0 10px;
	text-transform: capitalize;
	text-align: center;
}

div.relatedproduct p.rp-img {
    margin: 0;
	text-align: center
}

div.relatedproduct img {
    max-height: 139px;
}

body.full-width-content div.relatedproduct img {
    max-height: 160px;
}

/* FOOTER WIDGET */

.row.relatedproducts-footer {
    padding: 0 5%;
    max-width: 1440px;
    margin: 0 auto;
}

.rp-footer {
    border-right: 1px solid #ccc;
	min-height: 175px;
}

.rp-footer:last-child {
    border-right: none;
}

.rp-footer p.rp-header {
    font-family: "Avenir LT W01 85 Heavy", sans-serif;
    margin: 0 auto 15px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.rp-footer p.rp-title {
    font-family: "Avenir LT W01 45 Book", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	max-width: 220px;
    margin: 0 auto;
}
.rp-footer img {max-height: 150px; width: auto; margin-bottom: 15px;}
.rp-footer div.relatedcategory {text-align:center;}

@media screen and (max-width: 768px) {
	.rp-footer p.rp-title {font-size: 12px;}
}

@media screen and (max-width: 767px) {
	.rp-footer:nth-child(3), .rp-footer:nth-child(4) {display: none;}
}