.article-title {
	position: relative;
	margin-bottom: 5px;
}
.article-share::after,
.article-title::after,
.article-title::before {
	content: "";
    width: 100%;
	position: absolute;
	z-index: 0;
    right: 0;
}
.article-share::after,
.article-title::before {
    height: 2px;
    bottom: -5px;
    background: linear-gradient(to right, #010167, #8ebc3f, #c5c5c5, #010167, #8ebc3f, #c5c5c5, #010167, #8ebc3f);
}
.article-share::after {
    bottom: -2px;
}
.article-title::after {
    bottom: 0;
    height: 110px;
    background: linear-gradient(to top, #010167, transparent);
	pointer-events: none;
}
.article-title img {
	width: 100%;
	height: 275px !important;
	object-fit: cover;
	display: block;
}
.article-title h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 15px 7px 15px;
    line-height: 1.2;
	box-sizing: border-box;
	z-index: 1;
	margin: 0;
	pointer-events: none;
}
.article-title h1 span {
	pointer-events: all;
}
.article-share {
	position: relative;
    padding: 5px 0;
	display: flex;
	margin-bottom: 22px;
}
.article-share-tltle {
    background: #000;
    color: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.article-share  .a2a_kit {
    display: flex;
	flex: 1;
}
.article-share .a2a_kit a {
    flex: 1;
	padding: 0 2.5px;
}
.article-share .a2a_kit a span {
    width: 100% !important;
    height: 25px !important;
    border-radius: 0 !important;
	padding: 3px 0;
}
.article-share  .a2a_kit a span svg {
    width: auto !important;
    height: 100% !important;
}
@media only screen and (max-width: 780px) {
	.article-title img {
		height: 55vw !important;
	}
	.article-title h1 {
		padding: 10px 10px;
		font-size: 8vw;
	}
	.article-share {
		flex-wrap: wrap;
	}
	.article-share-tltle {
		width: 100%;
		justify-content: center;
		margin-bottom: 5px;
	}
}

/* blog */
.dt-css-grid .entry-excerpt p {
    margin: 0;
	line-height: 1.3;
}
.content-bg-on.content-rollover-layout-list .post-entry-content::before {
    background: linear-gradient(to top, #000, transparent) !important;
}
@media only screen and (max-width: 780px) {
	.dt-css-grid .entry-excerpt p {
		font-size: 4.1vw;
	}
	.dt-css-grid .post-entry-wrapper {
		padding: 10px !important;
	}
}