.excerpt-read-more{
	display:none;
}
.readmore{
	display:block;
}
.readmore a{
	font-family: 'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  color: #008da1;
}
.readmore a:visited{
	color: #008da1;
}
.readmore a:hover,.readmore a:visited:hover{
	color: #292355;
}
.hlh-blog-posts-box{
	margin-top: 20px;
}
.hlh-blog-post-title{
	background-image: url('../images/hlh-blog-background-300.png');
    background-repeat: no-repeat;
	height: 25px;
	width:300;
}
.hlh-blog-post-title-h1{
	max-width: 295px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  	font-weight: normal;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.9;
}
a, a:visited{
	text-decoration: none;
}
.hlh-blog-post-date{
	position: absolute;
	right: 0;
	margin-right: 25px;
	margin-top: -20px;
	font-size: 12px;
	color:#008da1;
}
.hlh-blog-post-excerpt p{
	margin: 10px 0 25px 0;
}
section.entry-content > div.hlh-blog-posts-box > div > a > div.hlh-blog-post-featured-img-thumbnail > div > img{
	margin: 0;
}
.hlh-blog-post-featured-img-thumbnail{
	height: 280px;
	overflow: hidden;
	position: relative;
}
.hlh-inner-blog-post-featured-img-thumbnail{
	position: absolute;
	width: 100%;
	max-width: 525px;
	height: auto;
	margin: 0;
}
a > div.hlh-blog-post-featured-img-thumbnail > img{
	margin: 0;
}
.hlh-older-and-newer-links a,.hlh-older-and-newer-links a:visited,.hlh-older-and-newer-links a:active,
.hlh-older-and-newer-links a:focus{
	color:#008da1;
}
.hlh-older-and-newer-links a:hover,.hlh-older-and-newer-links a:visited:hover{
	color: #292355;
}
.hlh-older-link{
	display: inline;
}
.hlh-newer-link{
	display: inline;
}
.hlh-newer-link a:before{
	content:' | ';
}

/* plain styles */
.hlh-blog-posts-box .single-blog-post{
	overflow: hidden;
	border: 1px solid #d8d8d8;
    padding: 20px 10px 10px 20px;
    margin-bottom: 20px;
    width: 100% !important;
    max-width: none;
}
.hlh-blog-posts-box .single-blog-post a{
	text-decoration: none;
	color: #109bc5 !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;
}
.hlh-blog-posts-box .single-blog-post a:hover{
	color: #109bc5 !important;
	text-decoration: underline;
}
.hlh-blog-posts-box .single-blog-post h3{
	font-size: 1.7em;
	color: #109bc5;
	margin: 0 0 0.5em 0;
}
.entry-content .hlh-blog-posts-box .single-blog-post p.single-blog-post-date{
	margin: 0;
    font-size: 16px;
}
.entry-content .hlh-hlh-blog-posts-box .single-blog-post p.single-blog-post-excerpt{
	margin: 10px 0;
}
.hlh-blog-posts-box .single-blog-post .hlh-blog-post-featured-img-thumbnail{
	width: 100%;
	max-width: 590px;
}
.entry-content .hlh-blog-posts-box .single-blog-post span.readmore a{
	border: 3px solid #109bc5;
	background: #fff;
    padding: 8px 10px;
    font-size: 18px;
    color: #109bc5 !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;
}
.entry-content .hlh-blog-posts-box .single-blog-post span.readmore a:hover{
	color: #fff !important;
	background: #109bc5;
}