.forum-newthread,
.forum-newreply {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-newthread,
	.forum-newreply {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}


.forum-newthread form,
.forum-newreply form{}

.forum-newthread h3,
.forum-newreply h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.forum-newreply h3 {
	margin-bottom: 0.5rem;
}

.forum-newreply form > p:first-of-type {
	margin-bottom: 1rem;
	color: #606060 !important;
}

@media screen and (min-width: 992px) {
	.forum-newthread h3,
	.forum-newreply h3 {
		margin-bottom: 2rem;
	}

	.forum-newreply h3 {
		margin-bottom: 1rem;
	}

	.forum-newreply form > p:first-of-type {
		margin-bottom: 1.5rem;
	}
}

.forum-newthread .form-group,
.forum-newreply .form-group {
	margin-top: 1rem;
}

.forum-newthread .form-group:first-of-type,
.forum-newreply .form-group:first-of-type {
	margin-top: 0;
}

.forum-newthread .form-group:last-of-type,
.forum-newreply .form-group:last-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-newthread .form-group:last-of-type,
	.forum-newreply .form-group:last-of-type {
		flex-direction: row;
		margin-top: 2rem;
	}
}

.forum-newthread .form-group label,
.forum-newreply .form-group label {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	font-size: .9rem;
}

.forum-newthread .form-group label span,
.forum-newreply .form-group label span {
	display: inline-block;
	color: #e74c3c;
	margin-left: 2rem;
	font-size: .8rem;
}

.forum-newthread .form-group label a:link,
.forum-newthread .form-group label a:visited,
.forum-newreply .form-group label a:link,
.forum-newreply .form-group label a:visited {
	display: inline-block;
	color: #666666;
	transition: color .1s ease-in-out;
	margin-left: 2rem;
	font-size: .8rem;
}

.forum-newthread .form-group label a:hover,
.forum-newthread .form-group label a:active,
.forum-newthread .form-group label a:focus,
.forum-newreply .form-group label a:hover,
.forum-newreply .form-group label a:active,
.forum-newreply .form-group label a:focus {
	outline: none;
	border: none;
	color: #fff;
}

.forum-newthread .form-group input[type="text"][disabled],
.forum-newreply .form-group input[type="text"][disabled] {
	background-color: #2a0221;
}

.forum-newthread .form-group input[type="text"],
.forum-newreply .form-group input[type="text"] {}

.forum-newthread .form-group input[type="text"]:focus,
.forum-newreply .form-group input[type="text"]:focus {}

.forum-newthread .form-group .newthread-input,
.forum-newreply .form-group .newthread-input {
	font-size: 1.25rem;
}

.forum-newthread .form-group textarea,
.forum-newreply .form-group textarea {}

.forum-newthread .form-group textarea:focus,
.forum-reply .form-group textarea:focus {}

.forum-newthread .form-group input[type="submit"],
.forum-newreply .form-group input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
	font-size: .9rem;
	border-radius: 0;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
}

.forum-newthread .form-group input[type="submit"]:first-child,
.forum-newreply .form-group input[type="submit"]:first-child {
	margin-top: 0;
}

.forum-newthread .form-group input[type="submit"]:last-child,
.forum-reply .form-group input[type="submit"]:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.forum-newthread .form-group input[type="submit"],
	.forum-newreply .form-group input[type="submit"] {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: .5rem;
		margin-right: .5rem;
		width: auto;
	}
}

.forum-newthread .form-group input[type="submit"]:hover,
.forum-newreply .form-group input[type="submit"]:hover {
	color: #fff;
}

.forum-newthread .form-group input[type="submit"]:focus,
.forum-newreply .form-group input[type="submit"]:focus {
	color: #fff;
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

.forum-newthread .mod-group,
.forum-newthread .sub-group,
.forum-newthread .poll-group,
.forum-newreply .mod-group,
.forum-newreply .sub-group,
.forum-newreply .poll-group {
	background-color: #1a131d;
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.forum-newthread .mod-group h4,
.forum-newthread .sub-group h4,
.forum-newthread .poll-group h4,
.forum-newreply .mod-group h4,
.forum-newreply .sub-group h4,
.forum-newreply .poll-group h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #f4f4f4;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.forum-newthread .mod-group .form-check,
.forum-newthread .sub-group .form-check,
.forum-newreply .mod-group .form-check,
.forum-newreply .sub-group .form-check {
	display: flex;
	align-items: flex-start;
	margin-bottom: .5rem;
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.forum-newthread .mod-group .form-check,
	.forum-newthread .sub-group .form-check,
	.forum-newreply .mod-group .form-check,
	.forum-newreply .sub-group .form-check {
		align-items: center;
	}
}


.forum-newthread .mod-group .form-check:first-of-type,
.forum-newthread .sub-group .form-check:first-of-type,
.forum-newreply .mod-group .form-check:first-of-type,
.forum-newreply .sub-group .form-check:first-of-type {
	margin-top: 1rem;
}

.forum-newthread .mod-group .form-check:last-of-type,
.forum-newthread .sub-group .form-check:last-of-type,
.forum-newreply .mod-group .form-check:last-of-type,
.forum-newreply .sub-group .form-check:last-of-type {
	margin-bottom: 0;
}

.forum-newthread .mod-group .form-check label,
.forum-newthread .sub-group .form-check label,
.forum-newreply .mod-group .form-check label,
.forum-newreply .sub-group .form-check label {
	color: #ababab;
	font-size: .8rem;
	margin-left: 0.5rem;
	width: calc(100% - 20px);
}

.forum-newthread .mod-group .form-check input,
.forum-newthread .sub-group .form-check input,
.forum-newreply .mod-group .form-check input,
.forum-newreply .sub-group .form-check input{
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	margin: 0;
	padding: 0;
}

.forum-newthread .mod-group .form-check input[type="radio"],
.forum-newthread .sub-group .form-check input[type="radio"],
.forum-newreply .mod-group .form-check input[type="radio"],
.forum-newreply .sub-group .form-check input[type="radio"] {
	width: 20px;
	height: 20px;
}

.forum-newthread .mod-group .form-check input[type="checkbox"],
.forum-newthread .sub-group .form-check input[type="checkbox"],
.forum-newreply .mod-group .form-check input[type="checkbox"],
.forum-newreply .sub-group .form-check input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.forum-newthread .mod-group .form-check input:focus,
.forum-newreply .mod-group .form-check input:focus {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

.forum-newthread .mod-group .form-blank label,
.forum-newthread .sub-group .form-blank label,
.forum-newthread .poll-group .form-blank label,
.forum-newreply .mod-group .form-blank label,
.forum-newreply .sub-group .form-blank label,
.forum-newreply .poll-group .form-blank label {
	color: #ababab;
	font-size: .8rem;
	margin-top: 1rem;
}

.forum-showthread {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-showthread {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.forum-showthread-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	background-color: #1a131d;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
}

.forum-showthread-title h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Merriweather',serif;
	text-align: left;
	font-size: 1.5rem;
	letter-spacing: 1px;
	font-weight: 400;
	color: #ababab;
}

.forum-showthread-title ul {
	display: inline-flex;
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.forum-showthread-title li {
	margin-left: 0.75rem;
}

.forum-showthread-title li a:link,
.forum-showthread-title li a:visited {
	transition: color .1s ease-in-out;
	color: #626262;
}

.forum-showthread-title li a:active,
.forum-showthread-title li a:hover,
.forum-showthread-title li a:focus {
	color: #fff;
}

.forum-showthread-header {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	.forum-showthread-header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.forum-showthread-header .btn-reply:link,
.forum-showthread-header .btn-reply:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: .9rem;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.forum-showthread-header .btn-reply:link,
	.forum-showthread-header .btn-reply:visited {
		width: auto;
	}
}

.forum-showthread-header .btn-reply:hover,
.forum-showthread-header .btn-reply:active {
	color: #fff;
}

.forum-showthread-header .btn-reply:focus {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);	
}

.forum-showthread-header .btn-reply span {
	margin-right: 0.5rem;
}

.forum-showthread-header .btn-closed {
	background-color: #ff7675;
	border-radius: 0;
	padding: 10px 25px;
	font-size: .9rem;
	text-transform: uppercase;
	color: #b33939;
	letter-spacing: 1px;
}

.forum-showthread-header .btn-closed:focus {
	box-shadow: 0 0 0 0.25rem rgba(225, 118, 117, 0.25);
}

.forum-showthread-usersbrowsing {
	margin-top: 1rem;
	background-color: rgba(0,0,0,.5);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 0.9rem;
	font-style: italic;
	margin-bottom: 0;
	color: #464646;
}

.forum-showthread-footer-actions {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 1rem;
}

.forum-showthread-footer-actions li {
	list-style: none;
	margin-left: 1rem;
}

.forum-showthread-footer-actions a:link,
.forum-showthread-footer-actions a:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

.forum-showthread-footer-actions a:hover,
.forum-showthread-footer-actions a:active,
.forum-showthread-footer-actions a:focus {
	color: #fff;
}

.forum-showthread-quickreply {
	background-color: #301e38;
	border: 1px solid #583270;
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-showthread-quickreply {
		margin-bottom: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.forum-showthread-quickreply h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-showthread-quickreply h3 {
		margin-bottom: 2rem;
	}
}

.forum-showthread-quickreply .form-group {
	margin-top: 1rem;
}

.forum-showthread-quickreply .form-group:first-of-type {
	margin-top: 0;
}

.forum-showthread-quickreply .form-group:last-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-showthread-quickreply .form-group:last-of-type {
		flex-direction: row;
		margin-top: 2rem;
	}
}

.forum-showthread-quickreply .form-group label {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ababab;
	font-size: .9rem;
}

.forum-showthread-quickreply .action-group {
	background-color: #1a131d;
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.forum-showthread-quickreply .action-group h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #f4f4f4;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.forum-showthread-quickreply .action-group .form-check {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5rem;
	padding-left: 0;
}

.forum-showthread-quickreply .action-group .form-check:first-of-type {
	margin-top: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-showthread-quickreply .action-group .form-check {
		align-items: center;
	}
}

.forum-showthread-quickreply .action-group .form-check label {
	color: #ababab;
	font-size: .8rem;
	margin-left: 0.5rem;
	width: calc(100% - 20px);
}

.forum-showthread-quickreply .action-group .form-check input,
.forum-showthread-quickreply .action-group .form-check input {
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	margin: 0;
	padding: 0;
}

.forum-showthread-quickreply .action-group .form-check input[type="radio"],
.forum-showthread-quickreply .action-group .form-check input[type="radio"] {
	width: 20px;
	height: 20px;
}

.forum-showthread-quickreply .action-group .form-check input[type="checkbox"],
.forum-showthread-quickreply .action-group .form-check input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.forum-showthread-quickreply .action-group .form-check input:focus {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

.forum-showthread-quickreply .form-group input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
	font-size: .9rem;
	border-radius: 0;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
}

.forum-showthread-quickreply .form-group input[type="submit"]:first-child {
	margin-top: 0;
}

.forum-showthread-quickreply .form-group input[type="submit"]:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.forum-showthread-quickreply .form-group input[type="submit"] {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: .5rem;
		margin-right: .5rem;
		width: auto;
	}
}

.forum-showthread-quickreply .form-group input[type="submit"]:hover {
	color: #fff;
}

.forum-showthread-quickreply .form-group input[type="submit"]:focus {
	color: #fff;
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

.forum-showthread-modoptions {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-top: -1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-showthread-modoptions {
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.previewpost {}

.previewpost h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-top: 0rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.previewpost h3 {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}

.threadview {}

.threadview > h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.threadview > h3 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

.threadview > h3 > span {
	display: block;
	font-size: 1rem;
	padding-top: 0.5rem;
	font-family: 'Poppins',sans-serif;
	color: #525252;
}

.threadview .threadview-post {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.threadview .threadview-post {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.threadview .threadview-post:last-of-type {
	margin-bottom: 0;
}

.threadview .threadview-post-header {
	background-color: #2a0221;
	border: 1px solid #38072d;
	padding: 1rem;
	color: #686868;
	font-size: 0.9rem;
	text-align: center;
	margin-bottom: 1rem;
}

.threadview .threadview-post-content {
	color: #ababab;
	text-align: justify;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.threadview .threadview-post-content a:link,
.threadview .threadview-post-content a:visited {
	color: #6c757d;
	transition: color .1s ease-in-out;
}

.threadview .threadview-post-content a:hover,
.threadview .threadview-post-content a:active,
.threadview .threadview-post-content a:focus {
	border: 0;
	outline: none;
	color: #fff;
}

.threadview .threadview-post-content img {
	width: 100%;
	height: auto;
}

.threadview .threadview-more p {
	margin-top: 1rem;
	margin-bottom: 0;
	color: #525252;
}

.threadview .threadview-more p a:link,
.threadview .threadview-more p a:visited {
	color: #6c757d;
	transition: color .1s ease-in-out;
}

.threadview .threadview-more p a:hover,
.threadview .threadview-more p a:active,
.threadview .threadview-more p a:focus {
	border: 0;
	outline: none;
	color: #fff;
}

.forum-editpost .post-delete {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-editpost .post-delete {
		padding: 2rem;
	}
}

.forum-editpost .post-delete h4 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.forum-editpost .post-delete .form-check {
	margin-bottom: 1rem;
}

.forum-editpost .post-delete p {
	color: #a5a5a5;
}

.forum-editpost .post-delete .btn {
	padding-left: 1rem;
	padding-right: 1rem;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1rem;
	font-size: .9rem;
	background-color: #2a0221;
	transition: color .1s ease-in-out;
	border-radius: 0;
}

.forum-editpost .post-delete .btn:hover,
.forum-editpost .post-delete .btn:focus {
	color: #fff;
	outline: none;
	box-shadow: none;
}

.forum-editpost #editpost {
	background-color: #301e38;
	border: 1px solid #583270;
	padding: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-editpost #editpost {
		padding: 2rem;
	}
}

.forum-editpost #editpost h3 {
	font-family: 'Merriweather',serif;
	color: #ababab;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-editpost #editpost h3 {
		margin-bottom: 2rem;
	}
}

.forum-editpost #editpost .form-group {
	margin-bottom: 1rem;
}

.forum-editpost #editpost .form-group label a:link,
.forum-editpost #editpost .form-group label a:visited {
	display: inline-block;
	color: #666;
	transition: color .1s ease-in-out;
	margin-left: 2rem;
	font-size: .8rem;
}

.forum-editpost #editpost .form-group label a:hover,
.forum-editpost #editpost .form-group label a:active,
.forum-editpost #editpost .form-group label a:focus {
	color: #fff;
}

.forum-editpost #editpost .post-group,
.forum-editpost #editpost .sub-group {
	background-color: #1a131d;
	margin-top: 1rem;
	padding: 1rem;
}

.forum-editpost #editpost .post-group > label,
.forum-editpost #editpost .post-group h4,
.forum-editpost #editpost .sub-group h4 {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #f4f4f4;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.forum-editpost #editpost .submit-group {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 1rem;
}

@media screen and (min-width: 992px) {
	.forum-editpost #editpost .submit-group {
		flex-direction: row;
		margin-top: 2rem;
	}
}

.forum-editpost #editpost .submit-group input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: .9rem;
	border-radius: 0;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.forum-editpost #editpost .submit-group input {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		width: auto;
	}
}

.forum-editpost #editpost .submit-group input:hover {
	color: #fff;
}

.forum-editpost #editpost .submit-group input:focus {
	color: #fff;
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}