/* trending article section css on article page */
#miso-trending-article-grid .trending-article-section-title h3{
	border-top: 4px solid #b8cbca !important;
    padding-top: 7px;
    margin-bottom: -5px !important;
    font-size: 1rem !important;
    color: #222;
    border-color: #859ba6 !important;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.28571429;
    font-family: PT Sans, sans-serif !important;
    font-weight: 700 !important;
}
#miso-trending-article-grid .post-listing{
	padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
#miso-trending-article-grid .post-listing .trending-article-product{
	padding: 10px;
    background: #f0f2f2;
    border-radius: 10px;
    margin-bottom: 20px;
    width: calc(33% - 5px);
    margin-right: 10px;
    min-height: 232px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#miso-trending-article-grid .post-listing .trending-article-product:nth-child(3n) {
    margin-right: 0;
}
#miso-trending-article-grid .post-listing .trending-article-product .content h3{
	margin-bottom: 20px;
}
#miso-trending-article-grid .post-listing .trending-article-product .content h3 a{
	font-size: 1rem !important;
    line-height: 1.266rem;
    font-family: PT Sans, sans-serif !important;
    font-weight: 700 !important;
}

/* Recomended for you section styling on article page */

.recommendations-article-section-title h3{
	font-size: 24px;
}
#miso-recommendations-article-list .recommended-article-product{
	clear: both;
}
#miso-recommendations-article-list .recommended-article-product .post-thumbnail{
	float: left;
	margin: 0 10px 10px 0;
}
#miso-recommendations-article-list .recommended-article-product .post-thumbnail img{
	width: 130px !important;
    height: auto !important;
    max-width: 130px !important;
}
#miso-recommendations-article-list .recommended-article-product h3{
	margin-bottom: 20px;
}
#miso-related-article-list .related-article-product a{
	color: #c71c22;
}
/*Category page styling */
#miso-recommendations-article-grid.pw-category-page .recommendations-article-section-title{
	border-top: 4px solid #b8cbca !important;
    padding-top: 8px;
    border-color: #859ba6 !important;

}
#miso-recommendations-article-grid.pw-category-page .post-listing{
	display: flex;
    flex-wrap: wrap;

}
#miso-recommendations-article-grid.pw-category-page .recommendations-article-section-title h3{
	color: #444 !important;
    font-size: 1.6em;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#miso-recommendations-article-grid.pw-category-page .post-listing .recommended-article-product{
	border-radius: 10px;
    padding: 10px !important;
    margin-bottom: 16px !important;
    background: #f0f2f2;
    width: calc(25% - 12px);
}
#miso-recommendations-article-grid.pw-category-page .post-listing .recommended-article-product:nth-child(4n){
	margin-right: 0px;
}
#miso-recommendations-article-grid.pw-category-page .post-listing .recommended-article-product .content h3{
	font-size: 1.1rem !important;
    line-height: 1.502rem;
}
#miso-recommendations-article-grid.pw-category-page .post-listing .recommended-article-product .content h3 a{
	color: #222;
}

#miso-trending-article-grid.pw-category-page .trending-article-section-title{
	border-top: 4px solid #b8cbca !important;
    padding-top: 8px;
    border-color: #859ba6 !important;

}
#miso-trending-article-grid.pw-category-page .trending-article-section-title h3{
	color: #444 !important;
    font-size: 1.6em !important;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    border-top: none !important;
}
#miso-trending-article-grid.pw-category-page .post-listing .trending-article-product{
	border-radius: 10px;
    padding: 10px !important;
    margin-bottom: 16px !important;
    background: #f0f2f2;
    width: calc(25% - 8px);
}
#miso-trending-article-grid.pw-category-page .post-listing .trending-article-product .content h3{
	font-size: 1.1rem !important;
    line-height: 1.502rem;
}
#miso-trending-article-grid.pw-category-page .post-listing .trending-article-product .content h3 a{
	color: #222;
	font-size: 1.1rem !important;
}
#miso-trending-article-grid.pw-category-page .post-listing .trending-article-product:nth-child(3n){
	margin-right: 10px;
}
#miso-trending-article-grid.pw-category-page .post-listing .trending-article-product:nth-child(4n){
	margin-right: 0px;

}

@media only screen and (max-width: 768px) {
	#miso-recommendations-article-grid.pw-category-page .post-listing .recommended-article-product{
		width: calc(50% - 9px) !important;
	}
	#miso-trending-article-grid.pw-category-page .post-listing .trending-article-product{
		width: calc(50% - 9px) !important;
	}
}