/* blog */ 
.articles-list .post-details i, .articles-list .post-details::after {
    display: none !important;
}
.articles-list .post {
	transition: .5s;
	flex-direction: row-reverse;
    border: 3px dotted #ff706e;
}
.articles-list .post:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.articles-list .post-entry-content {
    position: unset !important;
}
.articles-list a.post-details {
    padding: 0 !important;
    transition: .25s;
    position: absolute;
    bottom: 15px;
    margin: 0 !important;
}
.articles-list a.post-details:hover {
	color: #ff706e !important;
}
.articles-list .fancy-date a {
    right: auto;
    left: 10px !important;
}
.articles-list .category-link {
    margin: 0 0 0 10px !important;
    padding: 0 !important;
}
.category-link::after {
    display: none;
}
.articles-list .category-link a::after {
    content: "|";
    margin-right: 10px;
}
.articles-list .post-thumbnail img {
    max-height: 245px;
    object-fit: cover;
}
@media only screen and (max-width: 780px) {
	.articles-list:not([data-cur-page="1"]) .post a.post-details,
	.articles-list:not([data-cur-page="1"]) .post .entry-excerpt,
	.articles-list .post:not(:first-child) a.post-details,
	.articles-list .post:not(:first-child) .entry-excerpt,
	.articles-list .fancy-date a	{
		display: none;
	}
	.articles-list:not([data-cur-page="1"]) .post,
	.articles-list .post:not(:first-child) {
		margin-top: 15px !important;
		flex-direction: row !important;
	}
	.articles-list:not([data-cur-page="1"]) .post .post-thumbnail-wrap,
	.articles-list .post:not(:first-child) .post-thumbnail-wrap {
		width: 30% !important;
	}
	.articles-list:not([data-cur-page="1"]) .post .post-entry-content,
	.articles-list .post:not(:first-child) .post-entry-content {
		width: 70% !important;
		padding: 5px 10px !important;
		box-sizing: border-box !important;
	}
	.articles-list .entry-title {
		margin: 0 !important;
		font-size: 4.7vw !important;
		line-height: 1.2 !important;
	}
	.articles-list:not([data-cur-page="1"]) .post .entry-title,
	.articles-list .post:not(:first-child) .entry-title {
		font-weight: 500 !important;
	}
	.articles-list .entry-excerpt {
		margin-top: 5px !important;
		font-size: 4.5vw !important;
		line-height: 1.4 !important;
		margin-bottom: 20px !important;
	}
	.articles-list:not([data-cur-page="1"]) .post img,
	.articles-list .post:not(:first-child) img {
		height: 22vw;
		object-fit: cover;
	}
	.articles-list[data-cur-page="1"] .post:first-child .post-thumbnail {
		padding: 5px 5px 0 5px;
	}
	.articles-list:not([data-cur-page="1"]) .post .post-thumbnail,
	.articles-list .post:not(:first-child) .post-thumbnail {
		padding: 5px 5px 5px 0;
	}
	.articles-list .category-link {
		display: none !important;
	}
	.articles-list .data-link time {
		font-size: 3.4vw;
	}
	.paginator {
		flex-wrap: nowrap;
		margin-top: 35px;
	}
}

/* article */
#content .entry-content {
	background: linear-gradient(to bottom, #fff, transparent);
	padding: 25px 25px 0;
	margin: 0 -25px 40px;
	min-height: 400px;
	width: 100%;
	box-sizing: border-box;
}
.single .post:not(.type-event) .post-thumbnail {
	margin-bottom: 25px;
}
@media only screen and (min-width: 780px) {
	.single #content > .post::before,
	.single #content > .post::after {
		display: none;
	}
	.single #content > .post {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.related-articles {
		position: relative;
		width: 100%;
	}
}
@media only screen and (max-width: 780px) {
	#content .entry-content {
		padding: 25px 25px 0;
		margin: 0 0 40px;
		min-height: unset;
	}
}
/* related */
/* related */
.related-articles h3 {
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}
.related-articles .owl-stage-outer {
    direction: ltr;
}
.related-articles-item {
    direction: rtl;
    padding: 10px;
    border: 3px dotted #8da0b5;
    text-align: center;
    box-sizing: border-box;
    transition: .5s;
}
.related-articles-item img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.related-articles-item:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	background: #fff;
}
.related-articles-title a {
    text-decoration: none;
}
.related-articles-title h4 {
    font-size: 19px;
    line-height: 1.2;
    margin: 9px 0 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.related-articles .owl-nav {
    display: block !important;
}
.related-articles .owl-prev,
.related-articles .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 55px !important;
    width: 30px;	
}
.related-articles .owl-next {
    left: -35px;
}
.related-articles .owl-prev {
    right: -35px;
}
.related-articles .owl-nav span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 780px) {
	.single .entry-content {
		margin-bottom: 20px;
	}
	.related-articles {
		padding: 0 25px 0;
	}
	.related-articles h3 {
		font-size: 7.4vw;
	}
}

/* share */
.single-share-box {
    width: 100%;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}
.share-link-description {
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}