.main-post-wrapper {
	width: 1100px;
}

.main-post-wrapper .post-main-image {
	height: 500px;
}

.main-post-wrapper .post-categories,
.main-post-wrapper .post-categories a,
.main-post-wrapper .post-main-content .published-date {
	color: #9d9d9d;
}

.main-post-wrapper .post-categories a:hover {
	color: #d7d7d8;
}

.main-post-wrapper .post-main-content h1 {
	font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #113d85;
}

.main-post-wrapper .content p {
	color: #151b5e;
	margin-bottom: 20px;
}

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

.main-post-wrapper .content iframe {
	width: 100%;
}

.main-post-wrapper .social-buttons-wrap {
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.main-post-wrapper .social-buttons-wrap ul {
	width: 50%;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.main-post-wrapper .social-buttons-wrap ul li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.main-post-wrapper .social-buttons-wrap ul li:first-of-type {
    border-left: 0;
}

.main-post-wrapper .social-buttons-wrap ul li a {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.main-post-wrapper .social-buttons-wrap ul li i {
    font-size: 18px;
    color: #113d85;
}

.main-post-wrapper .social-buttons-wrap ul li:hover a {
    background-color: #ebf4fc;
}

.main-post-wrapper .more-posts h4 {
	color: #113d85;
}

.main-post-wrapper .more-posts article {
	width: 32%;
}

.main-post-wrapper .more-posts article:not(:last-child) {
	margin-bottom: 30px;
	margin-right: 2%;
}

.main-post-wrapper .more-posts article .image-wrapper img {
	width: 100%;
	height: auto;
}

.main-post-wrapper .more-posts article h3,
.main-post-wrapper .more-posts article .article-headline-new {
	color: #112c42;
}

.main-post-wrapper .more-posts article .read-more {
	display: inline-block;
	position: relative;
	color: #3993dd;
	text-transform: uppercase;
	margin-left: 60px;
	font-size: 14px;
}

.main-post-wrapper .more-posts article .read-more:before {
	content: ' ';
    position: absolute;
    top: 45%;
    left: -30px;
    width: 15px;
    height: 2px;
    background-color: #ffcd00;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.main-post-wrapper .more-posts article .read-more:hover:before {
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
}

.main-post-wrapper .post-tags ul li a {
	background-color: #ffcd00;
	color: rgba(0,0,0,.55);
	padding: 6px 10px;
	border-radius: 5px;
}

.main-post-wrapper .post-tags ul li a:hover {
	background-color: transparent;
}

@media only all and ( max-width: 1130px ) {
	
	.main-post-wrapper {
		width: 900px;
	}
	
}

@media only all and ( max-width: 930px ) {
	
	.main-post-wrapper {
		width: 95%;
	}
	
	.main-post-wrapper .more-posts article {
		width: 100%;
	}
	
	.main-post-wrapper .more-posts article:not(:last-child) {
		margin-right: 0;
	}
	
	.post-main-content figure {
		width: 100% !important;
	}
	
}

@media only all and ( max-width: 700px ) {
	
	.main-post-wrapper .post-main-content h1 {
		font-size: 2em;
	}
	
}