.abs-icon{
	position: absolute !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--tg-heading-color);
    background: rgba(255,255,255,.3);
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}
.btn, .trending__post-thumb .is_trend, .footer__social ul li a span, .newsletter-style-two .newsletter__title-icon, .scroll__top, .tgbanner__content-meta li::after, .blog-details-social ul li a:hover{
	background: var(--tg-common-color-yellow) none repeat scroll 0 0;
}
a, button, .section__sub-title, .widget_categories ul li a:hover, .section__read-more a:hover, .copyright__menu ul li a:hover, .tgbanner__content-meta li:not(.category) a:hover, .tg-header__area .mobile-nav-toggler, [tg-theme=dark] .switcher__btn.dark-mode{
	color: var(--tg-common-color-yellow);
}
.newsletter-style-two .newsletter__title-icon{
	box-shadow: 0px 20px 40px 0px rgb(255 193 7 / 43%);
}
.pagination__wrap ul li a.btn{
	border-radius: 5px;
	width: auto;
}
.pagination__wrap ul li a.btn:hover{
	border-color: var(--tg-common-color-yellow);
    background-color: var(--tg-common-color-yellow);
}
.bg-light-grey {
    background: #ececec;
}
.pn-post-item .content{
	text-align: left;
	margin-right: 0;
}
.post-detail img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.trending__post-thumb img{
	height: auto;
}
@media (max-width: 468px){
	.tgbanner__big-post, .trending__post{
		margin-bottom: 20px;
	}
	.featured__post{
		display: flex;
	}
	.pt-75{
		padding-top: 30px;
	}
	.pb-45{
		padding-bottom: 20px;
	}
	.pb-80{
		padding-bottom: 40px;
	}
	.section__read-more{
		display: none;
	}
}