.single-post #news-container {
	max-width: 700px;
}

#news-container .post-options {
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.86;
	letter-spacing: normal;
	color: #000000;
}
#news-container .post-options .reading-time, #news-container .post-options .tags, #news-container .post-options .social {
	display: block;
	font-size: 14px;
	color: #000000;
	width: 100%;
}
#news-container .post-options .social {
	margin-top: 30px;
}

.single-post #news-container h1 {
	font-family: Quantico;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #000000;
	text-transform: uppercase;
}
.single-post #news-container h2 {
	font-family: Quantico;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.39;
	margin: 140px 0 0;
	letter-spacing: normal;
	color: #350c4b;
	text-transform: uppercase;
}
.single-post #news-container h3 {
	font-family: 'Varela Round', sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.54;
	letter-spacing: normal;
	margin: 0;
	color: #350c4b;
}
.single-post #news-container h2::before {
    display: block;
    content: "";
    border-top: 1px solid black;
    width: 5rem;
    transform: translateY(-70px);
}
.single-post #news-container h4 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: normal;
	margin-bottom: 32px;
	color: #350c4b;
}
.single-post #news-container h5 {
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #ec6c17;
}

.single-post #news-container blockquote {
	font-family: 'Varela Round', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #ec6c17;
	padding: 10px 76px 10px 38px;
	border-left: 4px solid #ec6c17;
}
.single-post #news-container h6 {
	text-transform: uppercase;
}
.single-post #news-container blockquote p {
	font-size: 20px;
	line-height: 1.6;
	color: #ec6c17;
}
.single-post #news-container h3 + h4 {
	margin-top: 0;
}
.single-post #news-container p, .single-post #news-container .rte ul li, .single-post #news-container ol li {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: normal;
	color: #000000;
}
.single-post #news-container .rte ul, .single-post #news-container ol {
	margin: 10px 0;
}
.single-post #news-container ol {
	padding-left: 1.2em;
}
.single-post #news-container .rte ul li {
	list-style-type: none;
}
.single-post #news-container .rte ul li:before {
	content: "– ";
}

.single-post #news-container table {
	font-family: 'Varela Round', sans-serif;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.single-post #news-container table th {
	font-family: Quantico;
	font-weight: normal;
	background-color: #350c4b;
	color: #fff;
	border: 1px solid;
	padding: 6px 0;
}
.single-post #news-container table td {
	border-color: #350c4b;
	border: 1px solid;
	padding: 6px 0;
}
.single-post #news-container table tr td:last-child {
	border-right: none;
}
.single-post #news-container table tr td:first-child {
	border-left: none;
}

#news-container .read_more {
	background: #350c4b;
	color: #fff;
	padding: 20px 25px;
	display: table;
	margin: 50px auto;
	text-align: center;
	border-radius: 10px;
}
#news-container .read_more strong {
	font-family: Quantico;
	font-weight: bold;
	text-transform: uppercase;
}

#news-container #promo a.btn {
	color: #fff;
	border-radius: 10px;
    width: 100%;
    text-align: center;
	background-color: #ec6c17;
	padding-bottom: 6px;
	padding-top: 6px;
}
#news-container #promo a.btn::after {
	transform: none;
	content: none;
}
#news-container #promo a.btn img {
	display: inline;
    margin-left: 10px;
    transform: translateY(2px);
}

#promo {
	/* 
max-width: 700px;
    margin: 0 auto;
    padding: 2.65rem 1rem;
 */
}

@media (min-width: 48.25rem) {
	.single-post #news-container h1 {
		font-size: 46px;
	}
	.single-post #news-container h2 {
		font-size: 36px;
	}
	.single-post #news-container h3 {
		font-size: 26px;
	}
	.single-post #news-container h4 {
		font-size: 26px;
	}
	.single-post #news-container h5 {
		font-size: 20px;
	}
}



