
.top-blog-header {
	border-bottom: 1px solid #d7e5e6;
}
.top-blog-header h1 {
	font-size: 52px;
	color: #326cb2;
}
.blog-content .blog-post {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d7e5e6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.blog-content .blog-post h3,
.blog-content .blog-post h4,
.blog-content .blog-post div {
	font-family: 'MuseoSans300';
	line-height: 24px;
}

.blog-content .blog-post h3 {
	font-size: 23px;
	letter-spacing: -0.02em;
	color: #008ac9;
	font-weight: 100;
	margin-top: 6px;
	margin-bottom: 10px;
}


.blog-content .blog-post .author-img {
	margin-right: 15px;
}

.blog-content .blog-post .meta span {
	display: block;
}

.blog-content .blog-post .meta .author {
	margin-top: 15px;
}

.blog-content .blog-post .post-content {
	margin-top: 25px;
}

.blog-content .blog-post .post-content p{
	font-family: 'MuseoSans300';
	line-height: 130%;
	color: #3d3d3d;
	font-size: 16px;
}

.blog-content .blog-post .read-more-blog .btn {
	background: #E3781F;
	border: none;
}

.blog-content .blog-post .read-more-blog .btn i {
	margin-left: 4px;
}

.blog-content .blog-post .post-img {
	padding-right: 0;
}

.blog-content .blog-post .post-img img {
	width: 100%;
	height: auto;
}

#news .blog-content .blog-post .post-img {
	text-align: center;
}

#news .blog-content .blog-post .post-img img {
	width: auto;
}

/* SIDEBAR */
.phone-button {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: none;
	color: #fff;
	background: #f8a422;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.phone-button:hover {
	background: #e9751e;
	text-decoration: none;
	color: #fff;
}
/* SIDEBAR */

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.top-blog-header h1 {
		font-size: 30px;
	}
	.sidebar-buttons-ul li a span {
		font-size: 13px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.top-blog-header h1 {
		font-size: 30px;
	}
	.blog-content .blog-post {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.blog-content .blog-post h3 {
		font-size: 18px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.top-blog-header h1 {
		font-size: 24px;
	}
}