/*	--------------------------------------
 *
 *
 *	Read More Unique posts
 *
 *
 *	--------------------------------------	*/

.rmu_container{
    margin: 30px 0;
    padding: 0 0 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.rmu_container .rmu_item{
}
.rmu_container .rmu_item:last-child{
	margin-bottom:0;
}
.rmu_container .rmu_item .image_wrapper,
.rmu_container .rmu_item .text_wrapper{
	display:inline-block;
	vertical-align:top;
}
.rmu_container .rmu_item .image_wrapper{
	margin-right:25px;
}
.rmu_container .rmu_item .text_wrapper{
	width:70%;
	width:calc(100% - 200px);
}
.rmu_container .rmu_item .text_wrapper .f-title{
	padding: 0 0 6px 0;
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    color: #ff0000;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.rmu_container .rmu_item .text_wrapper .title{
	margin:5px 0 10px;
	font-size:26px;
}
body main section.singlepage article .rmu_container .rmu_item .text_wrapper .title a{
	color:#33c6eb;
}
body main section.singlepage article .rmu_container .rmu_item .text_wrapper .title a:hover{
	color:#33c6eb;
}
 
.rmu_container .rmu_item .text_wrapper .t-title{
	margin:0;
}
body main section.singlepage article .rmu_container .rmu_item .text_wrapper .t-title a{
	color:#000;
}
body main section.singlepage article .page-content .col-3::after{
	display:block;
	content:"";
	clear:both;
}
body main section.singlepage article .page-content .col-3 article{
	border-right: thin solid #b8b8b7;
    padding: 0 17px 0 0;
    margin: 0 17px 0 0;
    width: 229px;
	height:410px;
    z-index: 3;
	float:left;
}
body main section.singlepage article .page-content .col-3 article:nth-child(3n+1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
body main section.singlepage article .page-content .col-3 article .title.red{
    color: #ff0000;
    font-size: 14px;
    line-height: 14px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
	margin-top:0;
    text-transform: uppercase;
}
body main section.singlepage article .page-content .col-3 article h3.title{
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: "pf_clarendonblack", Arial, sans-serif;
    font-weight: normal;
    display: block;
}
body main section.singlepage article .page-content .col-3 article .text{
	padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-family: Georgia, "Georgia-Regular", Arial, sans-serif;
    display: block;
    font-weight: normal;
}

