/*INPLAY*/

.ipe_ue {
position: relative;
  top: 140px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--accent2);
  letter-spacing: 1px;
  left: 100px;
}

.ipn_cal, .ipn_weather {
width: 35.7%;
}

.ip_emblem {
position:relative;
	width: 25%;
}

.ipe1 {
	width: 105px;
  height: 105px;
  background: #111;
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
  z-index: 3;
}

.ipe {
width: 107px;
  height: 107px;
  background: var(--line1);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
  z-index: 3;
}

.inplaynews {
border: 1px solid var(--line1);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: var(--accent1);
	height: 200px;
}

/*WANTED*/

.wanted_title {
font-family: var(--mainfont);
  text-align: center;
  padding: 20px;
  font-size: 30px;
}

.wanted_box {
width: 32.6%;
  border: 1px solid var(--line1);
  background: var(--accent1);
}

/*FOOTER*/

.user_online {
text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.user_online, .user_away {
width: 47.8%;
	position:relative;
}

.user_away {
font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.user_online:not(:last-child)::after {
content: "";
  position: absolute;
  right: -30px;
  top: -20px;
  height: 118px;
  width: 1px;
  background: var(--line1);
}

.bs_online {
border: 1px solid var(--accent2);
  box-sizing: border-box;
  background: var(--accent1);
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  height: 120px;
}

.arrow_right {
background-image: url(../../../images_dark/arrow_right.png);
  width: 300px;
  background-size: cover;
  height: 210px;
}

.arrow_left {
background-image: url(../../../images_dark/arrow_left.png);
  width: 260px;
  background-size: cover;
  height: 210px;
	margin-right: 60px;
}

.bs_user {
background: var(--accent1);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line1);
  border-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.bs_line {
height: 1px;
  width: 100%;
  background: var(--line1);
  margin: 10px auto;
  margin-bottom: 20px;
}


.bs_legend:not(:last-child)::after {
content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  height: 150px;
  width: 1px;
  background: var(--line1);
}

.bs_legende {
display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  text-align: center;
  background-image: var(--texture);
  background-size: 60%;
  border: 1px solid var(--line1);
  height: 150px;
  align-items: center;
  border-top: 0px;
}

.bs_legend b {
font-family: var(--mainfont);
  font-size: 40px;
}

.bs_legend i {
font-size: 20px;
  margin-bottom: 10px;
}

.bs_legend {
font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 160%;
	   position: relative;
	width:10%;
}

.boardstats {
  margin-top: 20px;
}

.bs_stats {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.bs_stats1 {
background: var(--accent1);
  background-size: 100%;
  border: 1px solid var(--line1);
  box-sizing: border-box;
	  padding: 40px;
	  text-align: center;
}

.bs_stat b {
letter-spacing: 0px;
  font-size: 30px;
  font-family: var(--mainfont);
}

.bs_stat {
font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
line-height: 270%;
}

/*FORUMBIT*/

.fb_cat {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
	margin-top:20px;
}

.fb_stat {
text-transform: uppercase;
  font-size: 9px;
  line-height: 180%;
}

.forum-emblem1 {
width: 107px;
  height: 107px;
  background: var(--line1);
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
  z-index: 3;
}

.fb_stat b {
font-size: 20px;
  color: var(--accent2);
}

.fb_stats {
position: absolute;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  text-align: center;
  top: 60px;
}

.fb_polygon {
position: absolute;
  height: 160px;
  width: 394px;
	top:1px;
}

.fb_polygon::before {
content: "";
  position: absolute;
  inset: 0;
background: var(--accent2); clip-path: polygon( 0 0, 100% 0, 100% 78%, 78% 100%, 50% 82%, 22% 100%, 0 78% );
  z-index: 2;
}

.forum-card {
width: 32.6%;
  background-image: var(--texture);
  border: 1px solid var(--accent2);
  position: relative;
  overflow: hidden;
  background-size: 182%;
}

.forum-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.forum-cover {
position: relative;
  height: 160px;
  overflow: hidden;
}

.forum-cover::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
      linear-gradient(to bottom, rgba(0,0,0,.25), #0b0b0b 90%),
      var(--background1) center/cover;

    clip-path: polygon(
      0 0,
      100% 0,
      100% 78%,
      78% 100%,
      50% 82%,
      22% 100%,
      0 78%
    );

    filter:
      drop-shadow(0 0 0 var(--accent2))
      drop-shadow(0 1px 0 var(--accent2));
	
	z-index:2;
}

.forum-emblem {
  width: 105px;
  height: 105px;
  background: #111;
  position: absolute;
top: 92px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
	z-index:3;
}

.forum-content {
padding: 50px;
  text-align: center;
  padding-bottom: 10px;
	padding-top: 70px;
}

.forum-content h2 {
margin: 0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px var(--accent1);
}

.divider {
width: 240px;
  height: 1px;
  margin: 20px auto;
  background: linear-gradient(to right, transparent, var(--accent2), transparent);
}


.forum-content p {
margin: 30px auto;
  font-size: 11px;
  line-height: 170%;
  text-align: justify;
}

.last-post {
margin: auto;
  background: #3d322a80;
  margin-bottom: 50px;
  border: 1px solid var(--accent2);
}

.lp_line {
padding: 25px 35px;
  border: 1px solid #3d322a70;
  margin: 5px;
  font-size: 10px;
}

.last-post span {
  font-size: 13px;
  letter-spacing: 4px;
  color: #aaa;
}

.last-post h3 {
  margin: 18px 0 14px;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.last-post small {
  font-family: Arial, sans-serif;
  color: #9b5a50;
}

/*WELCOME BOX*/

.wel_news {
padding: 30px;
  font-size: 12px;
  text-align: justify;
  line-height: 170%;
}

.welcome_news {
width: 35%;
  box-sizing: border-box;
  background: url(../../../images_dark/background1.jpg);
  background-size: auto;
  background-size: 201%;
  background-position-y: 30%;
  border-left: 1px solid var(--line1);
}

.welcome_top {
display: flex;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
  letter-spacing: 2px;
  width: 100%;
  border-bottom: 1px solid var(--accent2);
}

.welcome_box {
width: 65%;
  box-sizing: border-box;
  padding: 30px;
  font-size: 12px;
  line-height: 170%;
  text-align: justify;
	background-image: var(--texture);
  background-size: 100%;
}

.welcome {
	margin-bottom: 20px;
  box-sizing: border-box;
background: var(--accent1);
  border: 1px solid var(--line1);
  display: flex;
  flex-wrap: wrap;
}