/* Top Bar */
.top-bar {
	padding: 5px 0;
    color: #fff;
    background-color: var(--color-primary);
    margin-bottom: 25px;
}
.top-bar>.container {
	display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.top-bar .c-col {
	flex: 0 0 auto;
    width: 50%;
}
.top-bar .c-menu ul {
	display: flex;
	list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar .c-menu li a {
	font-size: 12px;
    color: #ffffff;
    padding: 0;
    margin-right: 17px;
}
.top-bar .social-media {
	display: flex;
	float: right;
}
.top-bar .social-media a {
	width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 0px;
    padding: 0 !important;
    margin: 0 0 0 13px;
    background: none !important;
}
.top-bar .social-media a.tw {
	background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 80% !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M9.522 6.904 15.48 0h-1.412L8.895 5.995 4.765 0H0l6.247 9.065L0 16.305h1.412l5.461-6.33 4.363 6.33H16l-6.478-9.4ZM7.59 9.145l-.633-.903L1.92 1.06h2.168l4.064 5.796.633.903 5.283 7.535H11.9L7.589 9.145Z'/%3E%3C/svg%3E") !important;
    margin: 0 -2px 0 10px;
}
.top-bar .social-media a svg {
	width: 15px;
    margin-top: 0;
    margin-left: 0;
}
.top-bar .social-media a.fb svg {
	margin-right: -1px;
}
.top-bar .social-media a.ig svg {
	width: 13px !important;
    margin-top: 1px;
}
.top-bar .social-media a.sc svg {
	width: 21px !important;
    margin: -4px -5px 0 0;
}

/* Post News Style 1 */
.post-news-style1 {
	margin-bottom: 30px;
}
.post-news-style1>.container {
	display: flex;
	flex-wrap: nowrap !important;
	flex-direction: row;
	align-items: stretch;
}
.post-news-style1 .c-col-1 {
	width: 60%;
	padding-right: 30px;
}
.post-news-style1 .c-col-2 {
	width: 40%;
}
.post-news-style1 .c-col-1 article {
	position: relative;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
	border-top: 0 !important;
}
.post-news-style1 .c-col-1 article figure {
	width: 100%;
}
body .hide-p-sidebar .content.c-fullwidth.c-lnews .post-news-style1 .c-col-1 article figure img {
	position: absolute;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 0 !important;
}
.post-news-style1 .c-col-1 article .post-content {
	position: absolute;
	width: 100%;
	top: auto;
	padding: 30px;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: linear-gradient(180deg,rgba(0,0,0,0.02) 0%,rgb(0 0 0 / 69%) 100%);
}
.post-news-style1 .c-col-1 article .post-content.no_post-meta {
	padding-right: 100px;
	padding-bottom: 40px;
}
.post-news-style1 .c-col-1 article .post-title a, .post-news-style1 .c-col-1 article .post-meta span a>span, .post-news-style1 .c-col-1 article .post-meta a:hover>span {
	color: #ffffff !important;
}
.post-news-style1 .c-col-1 article .post-meta span.c-bottom a, .post-news-style1 .c-col-1 article .post-meta span {
	color: #efefef !important;
}
.post-news-style1 .c-col-1 article .post-meta {
	padding-right: 80px;
}
.post-news-style1 article .post-meta {
	margin-top: 19px !important;
}
.eipro-news .post-news-grid-style1 article .post-meta {
	margin-top: 9px;
}
.post-news-style1 .c-col-1 article .post-category a {
	color: #ffffff !important;
	background-color: var(--color-primary) !important;
	border: 0 !important;
}
.post-news-style1 .c-col-2 article .post-title {
	margin-top: 0;
}
.post-news-style1 .c-col-2 article .post-category {
	line-height: normal;
	margin-bottom: 5px;
}
.post-news-style1 .c-col-2 article .post-category a {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	color: var(--color-primary) !important;
	background-color: transparent !important;
	border: 0 !important;
}
.post-news-style1 .c-col-2 article:first-child {
	padding-top: 0;
	margin-top: 0 !important;
}
.post-news-style1 .c-col-2 article {
	padding-top: 25px;
    margin-top: 20px !important;
}
.post-news-style1 .post_carousel, .post-news-style1 .slick-list, .post-news-style1 .slick-track {
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.post-news-style1 .slide-arrow {
	position: absolute;
	bottom: 25px;
	right: 25px;
	line-height: 0 !important;
	padding: 0;
	background-color: transparent;
	border: 0;
}
.post-news-style1 .slide-arrow:hover {
	cursor: pointer;
}
.post-news-style1 .slide-arrow.prev-arrow {
	right: 55px !important;
	z-index: 9;
}
.post-news-style1 .slide-arrow svg {
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.post-news-style1 .slide-arrow span {
	display: block;
	position: absolute;
	font-size: 1px;
	opacity: 0;
}
.post-news-style1 .slide-arrow svg path {
	fill: #ffffff;
}
.post-news-style1 .slide-arrow:hover svg path, .post-news-style1 .slide-arrow:active svg path, .post-news-style1 .slide-arrow:focus svg path {
	fill: var(--color-primary);
}

.eipro-news .title h1, .eipro-news .content-page .title h1 {
	margin-top: 0;
}

.eipro-news article .post-title {
	margin-top: -5px;
}
.eipro-news article .post-excerpt p {
	margin-bottom: 4px;
}

/* Post Meta */
.about-author .c-name a {
	display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.about-author .c-name a svg {
	width: 18px;
    height: 18px;
    margin-left: 3px;
}
.eipro-news article .post-meta {
	display: block;
	margin-top: 12px;
}
.single-post .post-meta {
	display: block;
}
.eipro-news article .post-meta span.c-author, .single-post .post-meta>span.c-author {
	display: flex;
}
.eipro-news article .post-meta span.c-author>a, .single-post .post-meta>span.c-author>a {
	display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding-bottom: 3px;
}
.eipro-news article .post-meta span.c-author>a img, .single-post .post-meta span.c-author img {
	width: 18px;
    height: 18px;
    object-fit: cover;
    border-radius: 100%;
}
.eipro-news article .post-meta span, .eipro-news article .post-meta span.c-author>a span, .eipro-news article .post-meta span.c-bottom a, .single-post .post-meta span.c-author a>span, .single-post .post-meta span.c-bottom span, .single-post .post-meta span.c-bottom a {
	font-size: 13px;
    color: #757575;
    font-weight: 400;
}
html[data-applied-mode=dark] body.eipro-news article .post-meta span, html[data-applied-mode=dark] body.eipro-news article .post-meta span.c-author>a span, html[data-applied-mode=dark] body.eipro-news article .post-meta span.c-bottom a, html[data-applied-mode=dark] body.single-post .post-meta span.c-author a>span, html[data-applied-mode=dark] body.single-post .post-meta span.c-bottom span, html[data-applied-mode=dark] body.single-post .post-meta span.c-bottom a {
	color: #ffffff;
}
.eipro-news article .post-meta span, .single-post .post-meta span {
	margin-right: 0;
}
.eipro-news article .post-meta span.c-author>a span, .single-post .post-meta span.c-author>a span {
    margin-left: 6px;
}
.eipro-news article .post-meta span.c-author>a svg, .single-post .post-meta span.c-author>a svg {
	width: 14px;
    height: 14px;
    margin-left: 4px;
}
.eipro-news article .post-meta span.c-author>a svg path, .about-author .c-name a svg path, .single-post .post-meta span.c-author>a svg path {
	fill: var(--color-primary);
}
.eipro-news article .post-meta span.c-bottom, .single-post .post-meta span.c-bottom {
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding-top: 3px;
}
.eipro-news article .post-meta span.c-bottom a:hover, .single-post .post-meta span.c-bottom a:hover {
	color: var(--color-primary);
}
.eipro-news article .post-meta span.c-bottom .dot, .single-post .post-meta span.c-bottom .dot {
	font-size: 18px;
    line-height: 0;
    padding: 0 6px;
}

.eipro-news .homepage-list {
	margin-bottom: 30px;
}
.eipro-news .homepage-list.c-recently {
	margin-bottom: 0;
}

/* Recent Posts by Category */
.cf-post-left article .post-content, .cf-post-right article .post-content {
	width: 49%;
}
.cf-post-left article figure, .cf-post-right article figure {
	width: 51%;
}
.cf-post-left article .post-content, .cf-post-left article figure, .cf-post-right article .post-content, .cf-post-right article figure {
	height: 255px;
}
.cf-post-left article .post-content .post-title a, .cf-post-right article .post-content .post-title a {
	-webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}
.cf-post-left article .post-content, .cf-post-right article .post-content {
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 30px;
}
html[data-applied-mode=dark] .cf-post-left article .post-content, html[data-applied-mode=dark] .cf-post-right article .post-content {
	border-color: #575a6b;
}
.cf-post-left article figure {
	padding-left: 20px;
}
.cf-post-right article figure {
	padding-right: 20px;
}
body .hide-p-sidebar .content.c-fullwidth.c-lnews .cf-post-left article figure img, body .hide-p-sidebar .content.c-fullwidth.c-lnews .cf-post-right article figure img {
	height: 100% !important;
    aspect-ratio: auto;
}
.cf-post-right article {
	flex-direction: row-reverse;
}

/* Sidebar */
.eipro-news .widget-area section.widget_eipro_popular_post_widget {
	padding: 30px;
	margin-bottom: 33px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #f5f5f5;
    background-position: center center;
    background-size: auto;
}
html[data-applied-mode=dark] body.eipro-news .widget-area section.widget_eipro_popular_post_widget {
	border: 0;
	background-color: #353744 !important;
    background-image: none !important;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget .widget-title, .eipro-news .widget-area section.widget_tag_cloud .widget-title {
	margin-bottom: 15px;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget .widget.post, .eipro-news .widget-area section.widget_eipro_popular_post_widget ul li:last-child {
	margin-bottom: 0;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget ul {
	counter-reset: post-counter;
	margin: 12px 0 0;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget ul li {
    position: relative;
    display: flex;
    min-height: 50px;
    padding-left: 55px;
    margin-bottom: 15px;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget ul li a {
    padding: 0;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget ul li a:first-child {
	position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 5px;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget ul li a:first-child:before {
	content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    font-weight: bold;
    color: #ffffff;
    background-color: rgb(42 49 65 / 36%);
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    counter-increment: post-counter;
    content: counter(post-counter);
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget ul li a:last-child {
	-webkit-line-clamp: 3;
    line-clamp: 3;
	word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    xwhite-space: break-spaces;
}
.eipro-news .widget-area section.widget_eipro_popular_post_widget ul li a img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 100% !important;
}

/* Footer */
.eipro-news .hide-p-sidebar .content.c-fullwidth footer.c-footer>.container {
    left: 0;
    transform: none;
}
.eipro-news footer.c-footer>.container {
	position: relative;
}
.eipro-news footer .c-row {
	padding: 20px 0;
	margin-top: 0;
	border-top: 0;
}
.eipro-news footer .c-row .col {
	width: 100%;
}
.eipro-news footer .c-row .col .c-menu {
	width: fit-content;
    min-width: 308px;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-align: center;
}
.eipro-news footer .c-hide-menu .c-menu {
	display: none;
}
.eipro-news footer .c-hide-menu .copyright {
	margin-top: 0 !important;
}
.eipro-news footer .c-row .col .c-menu ul li:last-child {
	margin-right: 0;
}
.eipro-news footer .c-row .col .copyright {
	margin: 17px 0 0;
    text-align: center;
}
.eipro-news .c-prefooter {
	text-align: center;
    padding: 70px 0;
    background-color: #f5f5f5;
}
.eipro-news .hide-p-sidebar .content.c-fullwidth.c-lnews {
	padding-bottom: 0;
}
.eipro-news #share-post>p {
	margin: 20px 0 8px !important;
}
.eipro-news .comments-area {
    margin-top: 30px;
}
.eipro-news .comments-area footer.comment-meta {
	margin-top: 0px !important;
}
.eipro-news .comments-area footer.comment-meta .comment-awaiting-moderation {
	font-size: 14px;
}
.eipro-news footer {
	position: relative;
    margin-top: 50px;
	background-color: var(--color-primary);
	z-index: 99;
}
.eipro-news footer .social-media a {
	width: 32px;
    height: 27px;
    line-height: 32px;
}
.eipro-news footer .c-menu ul li a, .eipro-news footer .c-menu ul li a:hover, body.eipro-news footer .c-menu ul li.active a, .eipro-news footer .copyright a, .eipro-news footer .copyright a:hover, footer .copyright, html[data-applied-mode=dark] body.eipro-news footer .c-menu ul li a, html[data-applied-mode=dark] body.eipro-news footer .copyright {
	color: #ffffff !important;
}
html[data-applied-mode=dark] body.eipro-news .c-prefooter {
	background-color: #20222e;
}

@media only screen and (min-width: 769px) {
	.post-news-style1 .c-col-2 article .post-title {
		font-size: 18px;
		line-height: 24px;
		margin-top: -5px;
	}
	.post-news-style1 .c-col-2 article .post-content {
		width: 70%;
		padding-right: 30px;
	}
	.post-news-style1 .c-col-2 article figure {
		width: 30%;
	}
	.post-news-grid-style1 article .post-title {
		font-size: 16px;
		line-height: 21px;
	}
}

/* post-news-grid-style1 */
.post-news-grid-style1 {
	margin-bottom: 30px;
}
.post-news-grid-style1>.container>div {
	padding: 0 0 40px;
	background-color: var(--color-primary);
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.post-news-grid-style1>.container>div .sec-title {
	display: block;
    text-align: center;
    color: #ffffff;
    background: rgb(245 245 245 / 20%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 20px 17px;
}
.post-news-grid-style1>.container>div>div {
	display: flex;
	flex-wrap: nowrap;
	padding: 15px 25px 0;
	xcounter-reset: post-counter;
	height: 140px;
	overflow: hidden;
}
.post-news-grid-style1 .c-col {
	flex: 0 0 auto;
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
}
.post-news-grid-style1 article .post-content {
	width: calc(100% - 70px);
	padding-right: 0;
	padding-left: 17px;
}
.post-news-grid-style1 article .post-title {
	margin-top: 0;
}
.post-news-grid-style1 .post-title a, .post-news-grid-style1 .post-title a:hover, .post-news-grid-style1 article .post-meta span {
	color: #ffffff;
}
.post-news-grid-style1 .post-title a {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.related-post article .post-title a {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.post-news-grid-style1 .post-title a, .related-post article .post-title a {
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	visibility: visible;
	xwhite-space: break-spaces;
}
body .post-news-grid-style1 article .post-category {
	color: #ffffff;
	line-height: normal;
    margin-bottom: 5px;
}
body .post-news-grid-style1 article .post-category a {
	font-size: 13px;
	padding: 0;
	margin-bottom: 0;
	color: #ffffff !important;
	background-color: transparent !important;
	border: 0 !important;
}
.post-news-grid-style1 article figure {
	position: relative;
	width: 70px;
	height: 70px;
}
.post-news-grid-style1 article figure::after {
	right: 0;
	top: 5px;
	width: 22px;
	height: 22px;
	line-height: 0.6;
	border-radius: 50%;
	border: 3px solid var(--color-primary);
	background-color: #ffffff;
	font-size: .70rem;
	color: var(--color-black);
	xcounter-increment: post-counter;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512'%3E%3Cg transform='matrix(0.18,0,0,0.18,209.9501778793335,209.84894372650422)'%3E%3Cpath d='M354.773 61.867c-16.789-14.229-34.389-29.184-52.309-45.483A62.975 62.975 0 0 0 251.733.555a60.692 60.692 0 0 0-43.349 27.733 434.61 434.61 0 0 0-53.163 137.579 130.674 130.674 0 0 1-10.155-17.387c-10.104-21.288-35.552-30.355-56.84-20.251a42.661 42.661 0 0 0-13.56 10.16A193.408 193.408 0 0 0 19.498 275.37c-1.017 107.532 71.314 201.943 175.403 228.95a248.569 248.569 0 0 0 59.221 7.509c.64 0 7.445-.064 10.197-.256 127.36-4.125 228.426-108.648 228.267-236.075-.085-96.639-63.914-150.826-137.813-213.631zM253.589 469.013c-15.877-1.208-31.567-7.639-43.413-17.195-18.55-13.126-30.825-32.374-33.749-54.549-3.627-34.603 17.707-79.851 61.291-130.965a23.916 23.916 0 0 1 18.283-8.363 23.233 23.233 0 0 1 17.984 8.32c39.936 47.403 61.867 91.136 61.867 123.157-.123 42.07-33.006 75.35-74.88 79.403-1.839.178-4.972.448-7.383.192zm121.366-40.576c-1.259.981-2.645 1.771-3.925 2.709a121.74 121.74 0 0 0 7.488-41.771c0-53.909-39.147-111.68-71.957-150.656a66.132 66.132 0 0 0-50.475-23.467H256a66.497 66.497 0 0 0-50.688 23.317c-52.16 61.099-76.117 115.989-71.211 163.157a110.364 110.364 0 0 0 8.299 31.787 194.008 194.008 0 0 1-80.171-158.144 150.657 150.657 0 0 1 44.437-108.373 174.238 174.238 0 0 0 17.643 29.035 39.402 39.402 0 0 0 40.661 14.933 40.534 40.534 0 0 0 30.955-31.445A397.96 397.96 0 0 1 244.33 51.05a17.96 17.96 0 0 1 12.992-8.192 20.333 20.333 0 0 1 16.427 5.141c18.304 16.64 36.267 32 53.333 46.443 71.211 60.48 122.688 104.171 122.688 181.056a192.704 192.704 0 0 1-74.752 152.981l-.063-.042z' fill='%232a3141' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	font-weight: 600;
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.hide-p-sidebar .content.c-fullwidth.c-lnews .post-news-grid-style1 article figure img {
	width: 70px !important;
	height: 70px !important;
	border-radius: 100% !important;
}
.news-grid-style1-wrap .slick-dots {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
	list-style: none outside;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.news-grid-style1-wrap .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}
.news-grid-style1-wrap .slick-dots li button {
	background: #f5f5f5;
    width: 8px;
    height: 8px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    opacity: 0.7;
    cursor: pointer;
    border-radius: 30px;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.news-grid-style1-wrap .slick-dots li button:hover, .news-grid-style1-wrap .slick-dots li.slick-active button {
    width: 28px;
    opacity: 1;
}

.main-navigation, .widget-area.c-sticky-on, .c-float-ad-left, .c-float-ad-right {
	transition: top 0.3s ease-out;
}
.eipro-news footer .c-row .col .c-menu ul li a {
	font-size: 14px;
}

@media only screen and (min-width: 1171px) {
	body.eipro-news .hide-p-sidebar .content.c-fullwidth .main-navigation .top-bar {
		padding: 8px 0;
	    color: #fff;
	    background-color: var(--color-primary);
	    margin-top: -25px;
	    margin-bottom: 25px;
	}
	body.eipro-news .c-two-col>.container .c-post-left, body.single-post.eipro-news .c-two-col .c-post-left {
		width: 66.66666667%;
		padding-right: 32px;
	}
	body.eipro-news .c-two-col>.container .right-sidebar, body.single-post.eipro-news .c-two-col .right-sidebar {
		width: 33.33333333%;
	}
	body.eipro-news .post-meta span.c-date {
		font-size: 13px;
	}
	body.c-scroll-active .widget-area.c-sticky-on, body.c-scroll-active .c-float-ad-left, body.c-scroll-active .c-float-ad-right {
		top: 85px !important;
	}

	/* Trending */
	.ltrending .c-logo, .ltrending .c-trending-wrap .c-trending-title {
		width: fit-content;
	}
	.ltrending .c-trending-wrap {
		position: relative;
	    width: calc(100% - 200px);
	    height: 34px;
	    overflow: hidden;
	    margin-top: -38px;
	    margin-left: auto;
	}
	.ltrending .c-trending-display-area {
		position: relative;
	    height: 22px;
	    overflow: hidden;
		padding-left: 103px;
		padding-right: 50px;
	    margin-top: -22px;
	}
	.c-trending-wrap {
	    font-size: 13px;
	    background-color: #f5f5f5;
	    padding: 5px 13px;
    	min-height: 36px;
    	border: 1px solid #e6e6e6;
	    border-radius: 5px;
	    background-position: center center;
    	background-size: auto;
	}
	.c-trending-wrap .c-trending-title {
		color: var(--color-primary);
	    font-weight: bold;
	    margin-right: 10px;
	}
	html[data-applied-mode=dark] .c-trending-wrap {
		background-color: #353744 !important;
		background-image: none !important;
    	border-color: #353744;
	}
	html[data-applied-mode=dark] .c-trending-wrap .c-trending-display-area a {
		color: #ffffff !important;
	}
	.ltrending .c-trending-display-area>a, .c-trending-wrap .slick-initialized .slick-slide {
		font-size: 13px;
		padding: 0;
		margin: 0;
		-webkit-line-clamp: 1;
	    line-clamp: 1;
	    word-break: break-word;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    visibility: visible;
	}
	.c-trending-wrap .prev-arrow, .c-trending-wrap .next-arrow {
		position: absolute;
		bottom: 1px;
	    padding: 0 !important;
	    border: 0 !important;
	    background: transparent !important;
	    cursor: pointer;
	}
	.c-trending-wrap .slide-arrow span {
	    display: block;
	    position: absolute;
	    font-size: 1px;
	    opacity: 0;
	}
	.c-trending-wrap .prev-arrow {
		right: 15px;
	}
	.c-trending-wrap .next-arrow {
		right: -3px;
	}
	.c-trending-wrap .slide-arrow svg {
		width: 15px;
	    height: 15px;
	}
	.c-trending-wrap .slide-arrow svg path {
		fill: var(--color-black);
	}
	html[data-applied-mode=dark] .c-trending-wrap .slide-arrow svg path {
		fill: #ffffff;
	}

	.homepage-list .c-post-group {
		display: flex;
    	flex-wrap: wrap;
    	-ms-flex-align: start !important;
    	align-items: start !important;
    	margin-top: 20px;
    	margin-left: -10px;
    	margin-right: -10px;
	}
	.homepage-list .c-post-group>article {
		flex-direction: column-reverse;
		flex: 0 0 auto;
    	width: 25%;
    	margin: 0 0 30px !important;
    	padding: 0 10px;
    	border: 0;
	}
	html[data-applied-mode=dark] .homepage-list .c-post-group>article {
		border: 0;
	}
	.homepage-list .c-readmore>a {
		margin-top: 8px;
	}
	.homepage-list .c-post-group>article figure img {
		aspect-ratio: 3/2 !important;
		object-position: right;
	}
	.homepage-list .c-post-group>article .post-content {
		padding-top: 8px;
    	padding-right: 0;
	}
	.homepage-list .c-post-group>article .post-title {
		font-size: 16px;
    	line-height: 22px;
	}
	.homepage-list .c-post-group>article .post-title a {
		-webkit-line-clamp: 2;
	    line-clamp: 2;
	    word-break: break-word;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    visibility: visible;
	}
	.homepage-list .c-post-group>article .post-excerpt, .homepage-list .c-post-group>article .post-meta {
		display: none;
	}
	.homepage-list .c-post-group>article .post-content, .homepage-list .c-post-group>article figure.post-image {
		width: 100%;
	}

}

@media only screen and (max-width: 1170px) {
	.c-trending-wrap {
		display: none !important;
	}
	body.c-scroll-active .main-navigation {
		top: calc(0px - 42px) !important;
	}
	body.c-scroll-active .main-navigation.no-top-bar {
		top: 0 !important;
	}
	.cf-post-left article, .cf-post-right article {
	    flex-direction: column-reverse;
	}
	.cf-post-left article figure {
	    padding-left: 0;
	}
	.cf-post-right article figure {
	    padding-right: 0;
	}
	.cf-post-left article .post-content, .cf-post-right article .post-content, .cf-post-left article figure, .cf-post-right article figure {
	    width: 100%;
	}
	.cf-post-left article .post-content, .cf-post-left article figure, .cf-post-right article .post-content, .cf-post-right article figure {
	    height: 100%;
	}
	.cf-post-left article figure, .cf-post-right article figure {
		margin-bottom: 20px !important;
	}
	.cf-post-left article .post-content, .cf-post-right article .post-content {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width: 768px) {
	.post-news-style1>.container {
		display: block !important;
	}
	.post-news-style1 .c-col-1 {
		width: 100%;
		padding-right: 0;
	}
	.post-news-style1 .c-col-2 {
		width: 100%;
		margin-top: 50px;
	}
	.post-news-style1 .post_carousel, .post-news-style1 .slick-list, .post-news-style1 .slick-track {
		height: 40vh;
	}
	.post-news-grid-style1 .c-col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	.post-news-grid-style1 .c-col:last-child {
		width: 100%;
		margin-bottom: 0;
	}
	.post-news-grid-style1 article .post-category a {
		font-size: 14px;
	}
	.post-news-grid-style1>.container>div>div {
		height: 145px;
	}
	.news-grid-style1-wrap .slick-dots {
	    margin-top: 25px;
	}
}

@media only screen and (max-width: 499px) {

	.post-news-style1 .c-col-1 article {
		border-top: 0 !important;
	}
	.post-news-style1 .c-col-1 article figure {
		margin: 0 !important;
	}
	.post-news-style1 .c-col-1 article .post-content {
		padding: 25px;
	}
	.post-news-style1 .c-col-1 article .post-content.no_post-meta {
	    padding-right: 70px;
	    padding-bottom: 30px;
	}
	.post-news-style1 .c-col-1 article .post-meta {
		padding-right: 60px;
	}
	.post-news-style1 .slide-arrow.prev-arrow {
		right: 43px !important;
	}
	.post-news-style1 .slide-arrow {
		bottom: 20px;
    	right: 20px;
	}
	.post-news-style1 .post_carousel, .post-news-style1 .slick-list, .post-news-style1 .slick-track {
		height: 30vh;
	}
	.post-news-style1 .c-col-2 article .post-category a, .post-news-grid-style1 article .post-category a {
		font-size: 13px;
	}
	.eipro-news .post-news-style1 .c-col-2 article {
		padding-top: 20px !important;
		margin-top: 20px !important;
	}
	.eipro-news .post-news-style1 .c-col-2 article:first-child {
	    padding-top: 0 !important;
	    margin-top: 0 !important;
	}
	.post-news-style1 .c-col-2 {
		margin-top: 23px;
	}
	.post-news-style1 {
		margin-bottom: 25px;
	}
	.post-news-grid-style1 {
		margin-bottom: 30px;
	}
	.post-news-grid-style1>.container>div {
		background-image: none !important;
		padding: 0 0 40px;
	}
	.news-grid-style1-wrap .slick-dots li {
		margin: 0 5px;
	}
	.news-grid-style1-wrap .slick-dots li button {
		width: 6px;
    	height: 6px;
	}
	.news-grid-style1-wrap .slick-dots li button:hover, .news-grid-style1-wrap .slick-dots li.slick-active button {
		width: 25px;
	}
	.news-grid-style1-wrap .slick-dots {
		margin-top: 15px;
	}
	.post-news-grid-style1>.container>div>div {
		padding: 5px 25px 0;
		height: 130px;
	}
	.post-news-grid-style1>.container>div .sec-title {
		padding: 12px 20px 12px;
	}
	.post-news-grid-style1 .post-title a {
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}
	.post-news-grid-style1 article figure, .eipro-news article figure {
		margin: 0 !important;
	}
	.cf-post-left article figure, .cf-post-right article figure {
	    margin-bottom: 13px !important;
	}
	.cf-post-left article .post-content, .cf-post-right article .post-content, .eipro-news .widget-area section.widget_eipro_popular_post_widget {
		padding: 20px 20px 18px;
	}
	.eipro-news .widget-area section.widget_eipro_popular_post_widget {
		margin-bottom: 30px;
	}
	.post-news-grid-style1 .c-col {
		margin-bottom: 0;
	}
	.post-news-style1 .slide-arrow svg {
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	}
	.about-author .c-name a {
		-ms-flex-pack: center!important;
    	justify-content: center!important;
	}
	.eipro-news .main-navigation, body.eipro-news .c-ads.top_ad {
		margin-bottom: 25px;
	}
	.home.eipro-news .c-ads.middle_ad {
		margin-bottom: 27px;
	}
	.eipro-news .c-post-left article.type-post:first-of-type {
		padding-top: 0 !important;
    	margin-top: 0 !important;
	}
	.eipro-news article .post-excerpt p {
		margin-bottom: 0;
	}
	.eipro-news .c-post-left article.type-post, .eipro-news .in-feed-ad-mobile {
	    padding-top: 22px;
	    margin-top: 16px !important;
	}
	.eipro-news .related-post .sec-title {
	    margin-bottom: 30px;
	}
	.eipro-news .related-post article.type-post {
		margin-bottom: 30px !important;
	}
	.eipro-news .related-post article .post-title {
		margin: 5px 0 -6px !important;
	}
	.eipro-news .right-sidebar .widget-area {
	    margin-top: 30px;
	}
	.eipro-news .widget-area .widget {
	    margin: 0 0 25px;
	}
	body.eipro-news .c-ads.bottom_ad {
		margin-top: 25px;
	}
	html[data-applied-mode=dark] body.eipro-news .c-profile.sidebar .dropdown li:first-of-type {
	    border-top: 1px solid #575a6b;
	}
	html[data-applied-mode=dark] body.eipro-news .c-profile.sidebar ul li, html[data-applied-mode=dark] body.eipro-news .c-profile.sidebar .c-logo {
		border-bottom: 1px solid #575a6b;
	}
	html[data-applied-mode=dark] body.eipro-news .c-profile.sidebar .dropdown li:last-of-type {
		border-bottom: 0 !important;
	}
	html[data-applied-mode=dark] body.eipro-news .c-profile.sidebar ul li a {
		color: #ffffff;
	}
	html[data-applied-mode=dark] body.eipro-news .c-profile.sidebar ul li.has-dropdown>a svg path {
		fill: #ffffff;
	}
	.eipro-news footer {
		margin-top: 35px;
	}
	.eipro-news .c-prefooter {
		padding: 45px 0;
	}
	.eipro-news footer .c-row .col .c-menu {
		width: 100%;
    	min-width: 100%;
    	padding-bottom: 13px;
	}
	.eipro-news footer .c-row .col .c-menu>div, .eipro-news footer .c-row .col .c-menu ul li {
		xdisplay: block !important;
	}
	.eipro-news footer .c-row .col .c-menu>div {
		font-size: 17px;
	    font-weight: 600;
	    color: #ffffff;
	    margin-bottom: 10px;
	}
	.single-post.eipro-news figure.post-image {
	    margin: 20px 0 20px;
	}
	.single-post.eipro-news h1.post-title {
		margin: 13px 0 8px;
	}
	body.eipro-news .c-ads {
	    margin: 25px 0 25px;
	}
	.eipro-news #share-post>p {
		margin: 20px 0 8px !important;
	}
	.eipro-news .comments-area.no-comment {
	    margin-top: 10px !important;
	}
	.eipro-news .comments-area .comment-respond h3.comment-reply-title {
	    margin-top: 20px !important;
	}
	.comments-area .comment-list .children li:last-of-type {
		padding-bottom: 0 !important;
	}
	.eipro-news .related-post {
	    padding-top: 40px;
	}
	.eipro-news .related-post article.type-post {
		padding-top: 0 !important;
    	margin-top: 0 !important;
	}
	.single-post.eipro-news .content-single ol>li {
	    margin-bottom: 10px;
	}
	
}
