.lgtico-blog-wrap {
	background-color: #ffffff;
	padding: 25px 35px 30px;
}

.lgtico-blog-thumb {
    height: 230px;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.lgtico-full-with-thumbnail-yes .lgtico-blog-thumb {
    margin: -30px -35px 30px;
}
.lgtico-first-title-blog-item .lgtico-blog-thumb {
    margin-top: 0 !important;
}

@media only screen and (max-width: 767.98px) {
	.lgtico-blog-thumb {
		height: 100%;
	}
}

.lgtico-blog-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lgtico-blog-thumb img:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.lgtico-blog-three-column .lgtico-blog-article p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
}

.lgtico-blog-meta ul li {
	display: inline-block;
	margin: 0 13px;
	position: relative;
}

.lgtico-blog-meta ul li a {
	font-weight: 600;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Saira Condensed", sans-serif;
	text-transform: uppercase;
}

.lgtico-blog-meta ul li a:hover {
	color: #FC414A;
}
.tpaw-blog-single-elm {
	display: inline-block;
	margin-left: 13px;
	position: relative;
}

.tpaw-blog-single-elm:first-child {
	margin-left: 0;
}

.tpaw-blog-single-elm:last-child {
	margin-right: 0;
}
.tpaw-blog-wrap-stretch .tpaw-blog-single-elm:last-child {
	float: right;
}

.lgtico-blog-meta ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: -20px;
	top: 50%;
	border-radius: 100%;
	background-color: #FC414A;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}




.lgtico-blog-title {
	padding: 0 0 15px;
	margin: 0 0 15px;
}

@media only screen and (max-width: 575.98px) {
	.lgtico-blog-title h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.lgtico-blog-title h4 {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin: 0;
	line-height: 1.4;
}

.lgtico-blog-title h4:hover {
	color: #FC414A;
}

.lgtico-comment ul li {
	display: inline-block;
}

.lgtico-comment ul li a {
	font-size: 14px;
	font-size: 0.875rem;
}

.lgtico-comment ul li a i {
	position: relative;
	top: 2px;
}

.lgtico-blog-wrap.lgtico-blog-wrap-2 {
	border: 1px solid #E5E5E5;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.lgtico-blog-wrap.lgtico-blog-wrap-2:hover {
	border: 1px solid transparent;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
}

.lgtico-blog-meta.lgtico-blog-meta-2 ul li a:hover {
	color: #FF8800;
}

.lgtico-blog-meta.lgtico-blog-meta-2 ul li:before {
	background-color: #FF8800;
}

.lgtico-blog-title.lgtico-blog-title-2 h4:hover {
	color: #FF8800;
}

.lgtico-blog-wrap.lgtico-blog-wrap-3 {
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.lgtico-blog-wrap.lgtico-blog-wrap-3:hover {
	border: 1px solid transparent;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
}

.lgtico-blog-left {
	width: calc(100% + 30px);
}

@media only screen and (max-width: 991.98px) {
	.lgtico-blog-left {
		width: 100%;
	}
}

.lgtico-blog-thumb.lgtico-blog-thumb-2 {
	height: 480px;
}

@media only screen and (max-width: 1199.98px) {
	.lgtico-blog-thumb.lgtico-blog-thumb-2 {
		height: 100%;
	}
}

.lgtico-blog-content.lgtico-blog-content-2 {
	padding: 34px 55px;
}

@media only screen and (max-width: 767.98px) {
	.lgtico-blog-content.lgtico-blog-content-2 {
		padding: 34px;
	}
}

@media only screen and (max-width: 575.98px) {
	.lgtico-blog-content.lgtico-blog-content-2 {
		padding: 20px;
	}
}

.lgtico-single-pagination ul li {
	display: inline-block;
}

.lgtico-single-pagination ul li a {
	font-weight: 500;
	width: 39px;
	height: 39px;
	display: block;
	text-align: center;
	line-height: 39px;
	border-radius: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Saira Condensed", sans-serif;
	color: #9095A0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lgtico-single-pagination ul li a:hover {
	background-color: #FC414A;
	color: #ffffff;
}

.lgtico-pagination-icon {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #B7B7B7;
	border-radius: 100%;
	color: #202427;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
	position: relative;
	z-index: 1;
}

.lgtico-pagination-icon:hover {
	background-color: transparent;
}
.lgtico-blog-footer,
.lgtico-blog-meta {
	width: 100%;
	overflow: hidden;
}

.lgtico-categorey ul li {
	margin: 12px 0;
}

.lgtico-categorey ul li:first-child {
	margin-top: 0;
}

.lgtico-categorey ul li:last-child {
	margin-bottom: 0;
}

.lgtico-categorey ul li span {
	float: right;
	color: #202427;
}

.lgtico-equal-yes .lgtico-blog-wrap {
    height: 100%;
}
.lgtico-single-slider.owl-carousel .owl-item .lgtico-blog-thumb img {
	width: 100%;
}


.tpaw-blog-single-elm .tpaw_blog_cat_dot,
.tpaw-blog-single-elm .tpaw_blog_tag_dot,
.tpaw-blog-single-elm .tpaw_blog_author_dot,
.tpaw-blog-single-elm .tpaw_blog_date_dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FC414A;
    border-radius: 100px;
}
.tpaw-blog-single-elm .tpaw_blog_cat_dash,
.tpaw-blog-single-elm .tpaw_blog_author_dash,
.tpaw-blog-single-elm .tpaw_blog_date_dash,
.tpaw-blog-single-elm .tpaw_blog_tag_dash {
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #FC414A;
    position: relative;
    top: -4px;
}