@media (min-width: 1600px){
  .container {
    max-width: 1560px;
  }
}
.btn-link {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #EA0054;
}
.btn-link:hover {
	color: #EA0054;
}
.title-block {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	padding-top: 50px;
	margin-bottom: 30px;
}
.title-block h4 {
	font-size: 30px;
	font-weight: bold;
}
.title-block:after {
	content:"";
	width: 120px;
    border-radius: 20px;
    border-top: solid 6px #EA0054;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.post-item {
    border: 1px solid #D5DFED;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.post-item .post-image {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    height: 300px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1280px) {
	.post-item .post-image {
		height: 210px;
	}
}
.post-item .post-image img {
	width: 100%;
}
.post-item .post-caption {
	padding: 17px 20px 20px;
}
.post-item .post-title {
	margin-bottom: 15px;
	min-height: 90px;
}
.post-item .post-title, .post-item .post-title a {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}
.post-item .post-date{
	font-size: 14px;
	line-height: 156.4%;
	letter-spacing: 0.02em;
	color: #3D3D3D;
}
.post-item .post-excerpt {
	margin-bottom: 0;
}
.main.blogs-page {
	padding-top: 40px;
}
.main.blogs-page > .container > .row > .col-md-6 .post-item .post-title {
	min-height: 0;
}
.main.blogs-page > .container > .row > .col-md-6:nth-child(1) .post-item .post-image {
	height: auto;
	max-height: 400px;
}
.blogs-page .post-item {
	margin-bottom: 50px;
}
.post-item.list-item {
	margin-bottom: 20px;
	width: 100%;
	max-height: 255px;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.post-item.list-item .post-image {
	height: 250px;
    overflow: hidden;
    flex: 0 0 35%;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-item.list-item .post-caption {
	overflow: hidden;
	max-height: 229px;
}
.post-item.list-item .post-title {
	min-height: 0;
}
/*=========== Blog details ==============*/
.page-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 15px;
}
.entry-content.single-page {
	font-size: 18px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.breadcrumb {
	background-color: transparent;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 40px 0 30px;
    padding: 0;
}
.breadcrumb a {
	color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	font-size: 19px;
    line-height: 19px;
    display: inline-block;
    padding-right: .75rem;
    padding-left: .75rem;
    color: #000000;
    vertical-align: text-bottom;
}
.blog .col-md-4 .post-item {
	height: 100%;
	margin-bottom: 0;
}
.blog .col-md-4 {
	margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.post-item.list-item .post-image {
		flex: 0 0 28%;
	}
	.post-item .post-title, .post-item .post-title a {
		font-size: 21px;
    	line-height: 23px;
	}
}
@media only screen and (max-width: 767px) {
	.post-item.list-item .post-image, .post-item.list-item .post-caption {
		flex: 0 0 100%;
		max-height: unset;
	}
	.blogs-page .post-item {
		margin-top: 0;
		margin-bottom: 20px;
		display: block;
		max-height: unset;
	}
	.post-item .post-image img {
		height: 210px;
		max-width: 100%;
	    object-position: 50% 50%;
	    object-fit: cover;
	}
	#sidebar {
		display: none;
	}
	.page-title {
		font-size: 32px;
		line-height: 40px;
	}
	.blog .col-md-4 .post-item {
		height: auto;
		margin-bottom: 10px;
	}
	.blog .col-md-4 {
		margin-bottom: 0;
	}
}
