#container {
  text-align: justify;
  min-width: 990px;
}

body {
  color: #8b7d7a;
  background-image: url(https://i.ibb.co/4gCqL5N/cultistbg.png);
  margin: 0;
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
}

#content {
  width: auto !important;
  overflow: hidden;
}

#posts_container {
  padding: 0;
}

.wrapper {
  background: rgba(25, 22, 21, 0.75);
  width: 90%;
  min-width: 970px;
  max-width: 2000px;
  margin: auto;
  padding: 80px 40px 50px 40px;
}

/* Links Visited */
a:link {
  color: #97836B;
  text-decoration: none;
}

a:visited {
  color: #B1A18F;
  text-decoration: none;
}

a:hover,
a:active {
  color: #5E4C38;
}

/* Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #181816;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #987070;
  border: 3px solid #181816;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #987075;
}

/* Removed empty element.style */

/* clearfix fix */
.clearfix {
  overflow: auto;
}

/* #logo and #header */
#logo {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #263c30;
}

#header ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header ul.menu li {
  margin: 0 7px;
  display: inline;
}

#header ul.menu li a {
  padding-left: 20px;
  background-image: url(../../../images/headerlinks_sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 16px;
}

#logo ul.top_links {
  font-weight: bold;
  text-align: right;
  margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
  background-position: 0 0;
}

#logo ul.top_links a.memberlist {
  background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
  background-position: 0 -40px;
}

#logo ul.top_links a.help {
  background-position: 0 -60px;
}

#logo ul.top_links a.portal {
  background-position: 0 -180px;
}

#panel .upper a.logout {
  font-weight: bold;
  background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
  padding-right: 20px;
  margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
  background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
  padding-left: 20px;
  margin-left: 10px;
  font-weight: bold;
}

#panel .upper a.register {
  background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
  padding-right: 20px;
  margin-left: 10px;
  font-weight: bold;
}

#panel .low

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 99999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

/** Impromptu End */

/** spoiler */
details.tw-details, details.tw-details > summary {
  display: inline-block;
}
details.tw-details > summary {
  cursor: pointer;
}
details.tw-details > summary > b {
  text-decoration: underline dotted;
}
details.tw-details[open] > summary {
  display: none;
}


/** ThreadList **/

.thread_list {
  margin-top: 40px;
}

/* Important Threads Header */
.important_threads {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  font-family: 'Georgia', serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #d1d1d1;
  border-left: 4px solid #aaa;
  margin-top: 20px;
}

/* Thread Row */
.thread_table {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 7px 0;
  padding: 10px;
  overflow: hidden;
}

/* Highlight sticky threads */
.thread_table.sticky {
  background-color: rgba(0, 0, 0, 0.7);
  border-left: 4px solid gold;
}

/* Thread Title */
.thread_name {
  padding: 5px;
  font-family: 'Playfair Display', serif;
  color: #d1d1d1;
  display: inline-block;
}

.thread_name a {
  color: #d1d1d1;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Thread Starter Info */
.start {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #d1d1d1;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}

.start a {
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  color: #fff;
  letter-spacing: 2px;
}

/* Last Post Info */
.last_post {
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #d1d1d1;
  text-transform: uppercase;
  padding: 10px;
}

.last_post a {
  text-decoration: none;
  color: #fff;
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
}

/* Post Thread Button */
.post-thread-btn {
  background-color: hsl(0, 0%, 20%);
  color: #d1d1d1;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.post-thread-btn:hover {
  background-color: hsl(0, 0%, 30%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* Sticky Threads Separator */
.sticky-separator {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  font-family: 'Georgia', serif;
  font-size: 14px;
  color: #d1d1d1;
  text-transform: uppercase;
  border-left: 4px solid #444;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Start Mod Box Info */

.thread_table {
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  margin: 7px 0;
  padding: 10px 0;
  border-collapse: collapse;
  color: #d1d1d1;
}

.thread_mod_box {
  width: 30px;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
}

.thread_icon {
  width: 40px;
  text-align: center;
  vertical-align: middle;
}

.thread_content {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.thread_left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.thread_name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.thread_name a {
  color: #d1d1d1;
  text-decoration: none;
}

.start {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #d1d1d1;
  text-transform: uppercase;
  white-space: nowrap;
}

.start a {
  font-family: 'Playfair Display', serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
}

.last_post {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #d1d1d1;
  text-transform: uppercase;
  white-space: nowrap;
}

.last_post a {
  font-family: 'Playfair Display', serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
}


.peach-wrapper {
  background-color: #0d0505;
  color: #d5cbbd;
  font-family: 'Georgia', serif;
  border: 1px solid #000;
  margin-bottom: 20px;
}

.peach-header {
  background: url(https://i.ibb.co/kQWzV5V/header-bg.jpg) center center / cover no-repeat;
  height: 150px;
  position: relative;
}

.peach-username {
  position: absolute;
  bottom: 10px;
  left: 20px;
  text-shadow: 1px 1px 2px #000;
}

.peach-username .name {
  font-size: 36px;
  color: #d5cbbd;
  font-style: italic;
}

.peach-username .subtitle {
  display: block;
  font-size: 12px;
  color: #a09893;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -5px;
}

.peach-container {
  display: flex;
  background: #251b1c;
  padding: 20px;
}

.peach-sidebar {
  width: 200px;
  margin-right: 20px;
  text-align: center;
  font-size: 13px;
}

.peach-avatar img {
  width: 100%;
  border: 3px solid #2b1d1d;
  margin-bottom: 10px;
}

.peach-button {
  background: #2b1d1d;
  color: #d5cbbd;
  padding: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}

.peach-stats {
  display: flex;
  justify-content: space-around;
  background: #1c1313;
  padding: 10px 0;
  margin-top: 10px;
}

.peach-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0;
}

.peach-links a,
.peach-nogo {
  color: #d5cbbd;
  text-decoration: none;
  background: #1c1313;
  padding: 5px;
}

.peach-pronouns,
.peach-username-box {
  background: #1c1313;
  padding: 5px;
  margin-top: 5px;
}

.peach-nogo {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #a8a8a8;
}

.peach-content {
  flex: 1;
  background: #251b1c;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.peach-name {
  color: #5ce0d0;
}



.forum_parent {
  height: 450px;
  overflow: hidden;
  margin-top: 10px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 2.0)),url(https://plus.unsplash.com/premium_photo-1728568724868-5d24ac1238ec?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-position: center;
}

.forum_shore {
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  height: 250px;
  width: 100vh;
  margin-bottom: -200px;
}

.forum_description {
  font-family: 'Georgia', sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: lowercase;
  width: 880px;
  text-align: justify;
  margin-left: 50px;
  height: 250px;
  background-color: hsl(100, 100%, 100%, 0.3);
  border-radius: 25px;
  padding: 20px;
}

.forum-banner {
  font-size: 30px;
  text-transform: uppercase;
  color: #d1d1d1;
  text-shadow: 3px 3px 3px black;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 1px solid hsl(100, 100%, 100%, 0.1);
  transition: 1s ease;
  display: inline-block;
  top: 0;
  padding: 20px 20px 10px 20px;
  margin-left: 320px;
}

.
.thead {
    font-family: 'Times';
    font-size: 55px;
    text-transform: uppercase;
	
}
.trow2 {
	background: #161614;
	border: 1px solid;
	border-color: #000 #161614 #161614 #000;
}

.tcat {
	background: #161614;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}


.smalltext {
	font-size: 12px;
}

.tborder {
    background: #0e0e0e;
    width: 100%;
    margin: auto auto;
    border: 1px solid #161614;
    padding: 1px;
}

.post_number .fa-chevron-right {
   display: none !important;
}

.post_number {
   list-style: none !important;
}
