/* post single style */
.single-content img {
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}
.post-header__title {
    margin-top: 0;
}
.content-inner{
    padding-top: 25px;
}
.article-slider {
    position: relative;
}
/* archive style */
.archive-content {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
}
.entry-title a {
	color: #454647;
}
.archive-content .post {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	overflow: hidden;
}
.archive-content .entry-title {
    font-size: 16px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#comment {
	width: 100%;
}
.comment-form-comment label {
	display: block;
}
.widget-carousel .product-card {
	box-shadow: unset !important;
}
.post_inner img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.sharing-box {
    background: #f5f6f7;
    min-height: 60px;
}
.block_excerpt.content p {
    margin: 8px 0;
    line-height: 30px;
}
.sharing-box h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
}
.share-icons a {
	padding: 0 8px;
	font-size: 25px;
	color: var(--main-site-color);
}
.related-post .arrow__button {
	color: #000!important;
}
.block_title .entry-title {
	font-size: 14px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.related-post .arrow__button::before {
	background: #fff!important;
	color: #000!important;
	box-shadow: 0px 0px 12px 0 rgba(0,0,0,0.25);
}
.archive-description{
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0,0%,70.6%,.11);
    box-shadow: 0 -6px 12px 0 hsla(0,0%,70.6%,.11);
    border: 1px solid #e3e3e3;
    margin: 15px 0 15px;
    padding: 30px;
    border-radius: 14px;
    width: 100%;
}
.view-more {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
}
.view-more:not(.close-more)::before {
    content: "\f103";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-right: 4px;
}
.blog-body__item {
    border-radius: 8px;
    overflow: hidden;
}
.item-information {
    padding: 0.5rem 1rem;
    background-color: #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.item-information a {
    color: #fff;
}
.item-information h3 {
    margin: 0;
}
.blog-item__pic img {
    margin: 0 auto;
    display: block;
    width:100%;
}
.item-information .entry-title {
    height: 60px;
}
.related-head {
	box-shadow: 0px 0px 20px 0px rgba(76, 86.00000000000001, 134, 0.07);
	padding: 15px;
	margin-top: 50px;
	border: 1px solid rgba(76, 86.00000000000001, 134, 0.07);
	margin-bottom: 8px;
}
.related-head h4 {
	margin: 0;
}
.related-post .post {
	height: 100%;
}
.related-post .post_inner {
	box-shadow: 0px 0px 20px 0px rgba(76, 86.00000000000001, 134, 0.07);
	border: 1px solid rgba(76, 86.00000000000001, 134, 0.07);
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
		height: 100%;
}
.widget-carousel .owl-carousel.owl-rtl .owl-item {
	margin-right: 15px;
	margin-left: 15px;
}