.item-post a{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.img-post {
	width: 33.333%;
	border-radius: 4px;
}
.img-post img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}
.info-post {
	flex: 1;
	padding-left: 20px;
}
.info-post .title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.info-post p {
	color: rgba(38, 38, 38, 0.90);
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.read-more {
    font-style: italic;
    color: #275C86;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}
/**/
.list-post .item-post:first-child .img-post,
.list-post .item-post:first-child .info-post{
	width: 100%;
}
.list-post .item-post:first-child .info-post{
	padding: 20px 0;
}
.list-post .item-post:first-child .info-post .title,
.list-post .item-post:first-child .info-post p{
	margin-bottom: 20px;
}
/**/
.full-singlepost{
	padding-bottom: 0;
}
.single-post-wrap{
	padding-top: 80px;
}
.singlepost-heading {
	margin-bottom: 40px;
}
.singlepost-heading	 h1{
	color: #0E2D45;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 20px;
}
.post-date{
	color: #2472B0;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.singlepost-last {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
  margin-top: 50px;
}
.singlepost-last-content {
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
}
.singlepost-last::before {
  content: "";
  background-color: rgba(8, 45, 74, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.singlepost-last-content h2 {
  color: #fff;
  font-size: 32px;
}
.singlepost-last-content a {
  border-radius: 12px;
  background: linear-gradient(51deg, #1AD3DF 0%, #1899E1 48.96%, #9B8EEB 100%);
  display: inline-flex;
  padding: 15px 35px;
  color: #fff;
  align-items: center;
  margin-top: 20px;
  transition: .5s all;
}
.singlepost-last-content a:hover {
	background: linear-gradient(51deg, #9B8EEB 0%,  #1899E1  48.96%, #1AD3DF 100%);
}
.singlepost-last-content a svg {
	margin-right: 10px;
}

@media only screen and (max-width: 990px) {
	.single-post-wrap .col-mb,
	.category-wrap .col-mb{
		width: 100%;
	}
	.single-post-wrap {
		padding-top: 20px;
	}
	.singlepost-last-content h2,
	.singlepost-heading h1 {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.singlepost-heading {
		margin-bottom: 20px;
	}
	.full-singlepost {
		margin: 0;
	}
}
@media only screen and (max-width: 810px) {
	.list-post .item-post:first-child .info-post .title, 
	.list-post .item-post:first-child .info-post p {
		margin-bottom: 10px;
	}
	.info-post .title{
		font-size: 18px;
	}
	.read-more {
		font-size: 13px;
	}
}
@media only screen and (max-width: 768px) {
	.info-post .title{
		font-size: 16px;
	}
	.info-post {
		padding-left: 10px;
	}
	.post-date {
		font-size: 14px;
	}
	/**/
	.singlepost-last-content {
		padding: 0 10px;
	}
	.singlepost-last-content a {
		padding: 10px 25px;
		margin-top: 20px;
	}

}
@media only screen and (max-width: 640px) {
	.singlepost-last-content h2,
	.singlepost-heading h1 {
		font-size: 22px;
		line-height: 30px;
	}
}