.hlh-custom-post-container-box{
	display: block;
}
.hlh-custom-post-container-outer{
	display: block;
}
.hlh-custom-post-container{
    display: flex;
    flex-wrap: wrap;
   	justify-content: normal;

   	margin-right: -10px !important;
    margin-left: -10px !important;
}
.hlh-custom-post{
	display: flex;
    flex-direction: column;
	/*flex: 1 1 265px;*/
	flex: 1 1 240px;
    margin: 10px;
    max-width: 465px;
    color: #fff;
    /*background: #2b2a2a;*/
    background: #148da0;
}
@media (min-width: 600px){
	.hlh-custom-post{
		max-width: 407px;
	}
}
@media (min-width: 1000px){
	.hlh-custom-post{
		max-width: 360px;
	}
}
.hlh-custom-post a.image-link{
	display: block;
	overflow: hidden;
}
.hlh-custom-post a.image-link img{
	display: block;
}
.hlh-custom-post-container-inner{
	padding: 15px;
	flex-grow: 2;
}
.hlh-custom-post-container-inner p{
	color: #fff;
	line-height: normal !important;
	font-size: 17px;
}
.hlh-custom-post-container-inner > *:first-of-type{
	margin-top: 0;
}
.hlh-custom-post-container-inner > *:last-child{
	margin-bottom: 0;
}
.hlh-custom-post-title{
	padding: 0 0 10px 0;
}
.hlh-custom-post-title a{
	font-size: 20px;
	color: #fff;
	background: transparent;
	font-family: 'MyriadPro-Semibold', 'Myriad Pro Semibold', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	font-family: inherit;
    line-height: 1;
    text-decoration: none;
    box-shadow: none !important;
}
.hlh-custom-post-title a:visited{
	color: #fff;
}
.hlh-custom-post-title a:hover{
	color: #fff !important;
}
.hlh-custom-post-read-more{
	width: 100%;
	align-self: flex-end;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.hlh-custom-post-read-more a{
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #fff;
	/*background: #2b2a2a;*/
	background: #148da0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.hlh-custom-post-read-more a:hover{
	color: #fff;
	background: #c8102e;
}
.hlh-custom-post-read-more a:visited{
	color: #fff;
}

.pagination-section{
	display: flex;
	clear: both;
	margin: 30px 0 20px 0;
}
.pagination-section span,
.pagination-section a{
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 0.8em;
    line-height: normal;
    font-family: inherit;
	color: #555;
	background: #fbfbfb;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
   	height: 40px;
    width: 40px;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.pagination-section span:hover,
.pagination-section a:hover{
	background: #fff;
}
.pagination-section > *:last-child{
	border-right: 1px solid #ccc;
}
.pagination-section span.current{
	background: #fff;
}

/* extra css for HLH's themes */
.entry-content .hlh-custom-post-title a{
	color: #fff !important;
}
span.readmore{
	display: none;
}
.entry-content .hlh-custom-post-read-more a,
.entry-content .hlh-custom-post-read-more a:visited {
    color: #fff !important;
}
.hlh_custom_post .single-post-featured-image{
	display: none;
}
.hlh_custom_post .article-header span.breadcrumb{
	display: none;
}