/* ================ .ARTICLELIST-CUSTOM ================ */
.articlelist-custom{}
.articlelist-custom .uk-panel{
	/* background-color:#FFF; */
	/* padding:15px; */
    /* border-radius:10px; */
}
.articlelist-custom.relate .uk-panel{
	margin-top:25px;
}
.articlelist-custom .uk-panel-title {}
.articlelist-custom .description {
    margin-top: 15px;
}
.articlelist-custom .item .name>a {
    font-weight:bold;
}
.articlelist-custom .item .meta{
    color: #9E9E9E;
}
.articlelist-custom .item .sapo{
	display:none;
}
.articlelist-custom .item .more{
	display:none;
}
.articlelist-custom .item .more>a {
    border: 1px solid #000;
    text-align: left;
    border: none;
    height: inherit;
    line-height: inherit;
}
@media (max-width:767px){
	.articlelist-custom .wrapper {
		padding: 0px 15px;
	}
	.articlelist-custom .uk-panel {
		border-radius: 0px;
	}
	.articlelist-custom.relate .uk-panel{
		margin-top:5px;
	}
	.articlelist-custom .item .image{
		height: 125px;
	}
}
/* ================ .ARTICLEDETAIL-CUSTOM ================ */
.articledetail-custom{}
.articledetail-custom.product .wrapper{
	margin-top:25px;
}
.articledetail-custom .uk-panel{
	/* background-color:#FFF; */
	/* padding:15px; */
    /* border-radius:10px; */
}
.articledetail-custom .item .meta {
    color: #9E9E9E;
}
.articledetail-custom .item .sapo,
.articledetail-custom .item .content{
	margin-top:15px;
	/* text-align:justify; */
}
.articledetail-custom .content h1,
.articledetail-custom .content h2,
.articledetail-custom .content h3,
.articledetail-custom .content h4,
.articledetail-custom .content h5,
.articledetail-custom .content h6{
	font-weight:bold;
    text-align: left;
}
.articledetail-custom.collapse .content{
    max-height:485px;
    overflow:hidden;
	position:relative;
}
.articledetail-custom.collapse .content::after{
    content:'';
    background:linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0) 75%);
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height:35px;
}
.articledetail-custom:not(.collapse) .readmore{
	display:none;
}
.articledetail-custom .readmore {
    text-align: left;
}
@media (max-width:767px){
	.articledetail-custom .wrapper {
		padding: 0px 15px;
	}
	.articledetail-custom .uk-panel {
		border-radius: 0px;
	}
}