.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 2rem;
}
.post-full {
	background: #fff;
	border-radius: 5px;
	box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), -8px -14px 38px rgba(39, 44, 49, .06);
	position: relative;
}

.post-full.admin .post-full-header {
	margin-top: 0;
}

.post-full-header {
	padding: 2vh 100px;
	margin-top: 7rem;
}

.post-full-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 300;
	flex-wrap: wrap;
	text-align: center;
}

.post-full-meta a {
	color: #313437;
}

.date-divider {
	display: inline-block;
	margin: 0 6px 1px;
}

.post-full-title {
    font-size: 32px;
	margin: .5rem 0;
	color: #313437;
	text-align: center;
}

.post-full-content {
	position: relative;
	margin-bottom: 2rem;
	padding: 0 100px;
	padding-bottom: 3vw;
	min-height: 230px;
	font-size: 1.1rem;
	line-height: 1.6em;
	background: #fff;
}

.post-full-content p,
.post-full-content ul,
.post-full-content ol{
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
    margin-bottom: 1rem;
}
.post-full-content h2{
	font-size: 24px;
	margin-bottom: 1rem;
}
.post-full-content h3,
.post-full-content h4,
.post-full-content h5{
	font-size: 18px;
	margin-bottom: 1rem;
}
.post-full-content blockquote {
	margin: 0 0 1.5em;
	padding: 0 1.5em;
	border-left: 5px solid #fecc00;
}

.post-full-content a {
	font-weight: 400;
}

.post-full-content .post-full-img,
.post-full-content video {
	display: block;
	margin: .5rem 0 2rem 0;
	max-width: 1040px;
	width: 100%;
	border-radius: 5px;
}
#btnConnection2{
	border-radius: 0;
}
@media (max-width: 992px) {
	.post-full-title {
		font-size: 26px;
	}

	.post-full-content {
		padding: 0 1rem 2rem 1rem;
	}
	.post-full-header {
		padding: 20px 10px;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.post-full-title {
		font-size: 1.5rem;
	}
}
