.forumtitle:before {
 
	content: '❖'; 
	margin-right: 15px; 
	color: #7b6e53;
}

.forumtitle {
 
	font-family: Cinzel; 
	font-size: 16px; 
	text-transform: uppercase;
}

.forumtitle a:after {
 	
	opacity: 0; 
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
    content: '➤'; display: inline-block;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px); 
	margin-left: 15px;
	color: #7b6e53;
}

.forumtitle a:hover:after {
	
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.forumtitle a:link,
.forumtitle a:visited,
.forumtitle a:active {
	color: #7b6e53;
	text-decoration: none;
}

.forumtitle a:hover {
	color: #B30F0F;
	text-decoration: none;
}

.forumdescription {
	border-top: 1px solid #7b6e53;
	color: #7f7f7f; 
    text-align: justify;
}

a:link,
a:visited,
a:active {
	color: #7b6e53;
	text-decoration: none;
}

a:hover {
	color: #B30F0F;
	text-decoration: none;
}

#demographics {
	padding: 5px;
	overflow: hidden;
    width: 130px;
	height: 130px;
}

#demo-hover {
 position: relative; margin-top: 150px; width: 100px; color: #fff; background: rgba(0, 0, 0, 0.6); height: 100px; padding: 15px; transition: .4s ease-in-out; position: relative; z-index: 4; font-family: oswald; font-weight: 300; text-transform: uppercase; font-size: 18px; text-align: justify; word-break: break-all; line-height: 100%;
}

#demographics:hover #demo-hover {
 margin-top: -125px;
}

.male { 
	background: #154b44; 
	color: #fff 
}

.female { 
	background: #4b152d; 
	color: #fff 
}

#pb-field .field-left {
	padding: 3px;
	background: #423f38;
	color: #7b6e53;
	font-family: Cuprum;
	font-weight: bold;
	margin-left: 3px;
	font-size: 10px;
	border-radius: 0px !important;
	text-transform: uppercase;
    letter-spacing: 1px;
}

#pb-field .field-right {
	font-size: 10px;
	margin-left: 3px;
	font-size: 11px;
	padding: 3px;
	font-family: Cuprum;
}

.profile-avatar {
	height: 150px;
	width: 100px;
}

#cast {
margin: 10px;
text-align: center;
}

#casttab {
text-align: center;
border-spacing: 10px;
border-collapse: separate;
}

#casttab td {
background: #262421;
padding: 5px;
Font-Family: Play;
text-transform: uppercase;
}

.coc {
font-size: 24px;
color: #a9a9a9;
}

.ac {
margin-bottom: 40px
}

.actor {
    margin-top: 20px;
    font-size: 14px;
    color: #b9b9b9;
	font-family: Play;
}

.as {
    font-style: italic;
}

.character {
    font-size: 18px;
    color: #a3996e;
    font-family: Cuprum;
}

.teamavatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.ig-active {
	background: #009600;
	border-radius: 3px;
        font-family: PT Sans Narrow;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
}

.ig-close {
	background: #960000;
	border-radius: 3px;
        font-family: PT Sans Narrow;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
}