/**
Theme Name:   Endor Revived Website Theme
Version:      1.0.5
Text Domain:  endor
Domain Path: /languages
*/
@import url("https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap");
@import url("css/icons/bootstrap-icons.css");
:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  min-width: 360px;
}

body {
  background: url(img/bg.png) var(--endor-base-bg);
  font-size: 0.9rem;
  color: var(--endor-base-fg);
}

code {
  color: #7dbacd;
}

h1 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.15rem;
}

h5 {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
  color: var(--bs-link-color);
}
a:hover {
  color: var(--bs-link-hover-color);
}

ul, ol {
  padding-left: 1rem;
}

label {
  cursor: pointer;
}

.flash {
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.flash.error {
  border: 2px solid #bf2f2f;
  color: #db4f4f;
}
.flash.success {
  border: 2px solid #357735;
  color: #75c575;
}

.page-header {
  text-align: center;
}

.post-thumbnail {
  margin-bottom: 1em;
}

nav.navbar {
  font-size: 20px;
  font-family: "MedievalSharp", "Times New Roman", Arial, serif;
  text-shadow: 2px 1px 3px #000;
}
nav.navbar ul, nav.navbar ol {
  list-style: none;
  padding: 0;
}

.site-main-col {
  flex: 1;
}

.site-side-col {
  width: 367px;
}

.fancy-border {
  border-width: 23px;
  border-style: solid;
  border-image-source: url(img/frame.png);
  border-image-slice: 23;
  border-image-repeat: round;
}

.site-content {
  background: url(img/bg_dark.png) repeat;
  padding: 1em 2em;
}
.site-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.site-content .wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-side {
  font-size: 20px;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 16rem;
  padding-top: 38px;
}
.main-side .panelbg {
  margin-bottom: 1rem;
}
.main-side .panelbg > * {
  margin-left: -24px;
}
.main-side .panelbg .scroll-top {
  margin-top: 16px;
  position: relative;
  z-index: 2;
  margin-bottom: -96px;
}
.main-side .panelbg .scroll-mid {
  background-image: url(img/scroll/mid.png);
  background-repeat: repeat-y;
  width: 367px;
  margin-top: -210px;
}
.main-side .panelbg .scroll-bot {
  margin-top: -90px;
}

.main-side-content {
  padding: 20px 48px 20px 48px;
  margin: 0;
  color: var(--endor-base-bg);
  position: relative;
  z-index: 2;
  list-style: none;
}
.main-side-content ol, .main-side-content ul {
  list-style: circle !important;
  padding-left: 1.2em !important;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-size: 0.9rem;
}
.main-side-content > li {
  padding: 5px;
  margin: 0.5em 0;
  font-weight: normal;
}
.main-side-content > li:after {
  display: block;
  content: " ";
  background-image: url(img/scroll/divider.png);
  background-size: contain;
  margin-top: 1rem;
  width: 100%;
  height: 1px;
}
.main-side-content > li:last-child:after {
  display: none;
}
.main-side-content > li:first-child {
  margin-top: 0;
}
.main-side-content > li header {
  font-weight: bold;
}
.main-side-content > li .arenka {
  margin-bottom: 0.5rem;
}
.main-side-content > li.screens img {
  max-width: 100%;
}
.main-side-content > li .screen-cont {
  position: relative;
}
.main-side-content > li .screen-cont::before {
  border-width: 23px;
  border-style: solid;
  border-image-source: url(img/frame.png);
  border-image-slice: 23;
  border-image-repeat: round;
  display: block;
  content: " ";
  width: calc(100% - var(--bs-gutter-x));
  height: 100%;
  position: absolute;
}
.main-side-content a {
  color: var(--endor-base-bg);
  line-height: 1.1em;
  display: inline-block;
}
.main-side-content a:hover {
  color: #444;
  text-decoration: underline;
  text-decoration-color: #444;
  text-decoration-thickness: 1px;
}

.post-row {
  display: flex;
}
.post-row small {
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0.75em;
}
.post-row .post-title {
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 0.2em;
}
.post-row .post-img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .post-row .post-img {
    width: 160px;
    height: 120px;
  }
}
.post-row .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-row .post-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-row .post-info {
  display: flex;
  justify-content: space-between;
}

.playbtn-link-top-cont {
  display: none;
}

.article-footer {
  color: var(--bs-secondary-color);
}

.footer-second {
  display: none !important;
}

.footer-first {
  display: block !important;
}

.pagination,
.comments-pagination {
  font-size: 0.9rem;
}
.pagination .page-numbers.prev,
.comments-pagination .page-numbers.prev {
  margin-right: 1em;
}
.pagination .page-numbers.next,
.comments-pagination .page-numbers.next {
  margin-left: 1em;
}

.muted {
  opacity: 0.5;
}

.superheader-cont {
  position: relative;
  width: 100%;
}

.superheader {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}

.menu-lang-container {
  display: flex;
  min-width: 3rem;
  font-size: 0.6rem;
  border: 1px solid #5b4b17;
  background-color: #242424;
  padding: 2px 8px 3px;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.menu-lang-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-lang-container ul li:not(.current) {
  display: none;
}
.menu-lang-container ul li.current {
  order: -1;
}
.menu-lang-container .menu {
  display: inline-flex;
  gap: 12px;
  min-width: 4rem;
  opacity: 0.7;
}
.menu-lang-container .menu.toggled-visible {
  opacity: 1;
}
.menu-lang-container .menu.toggled-visible li:not(.current) {
  display: block;
}
.menu-lang-container .menu.toggled-visible li.current {
  margin-bottom: 3px;
}
.menu-lang-container .menu .bi {
  color: #e1d5b8;
}
.menu-lang-container:hover .menu {
  opacity: 1;
}

:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

.newpost .flash {
  margin-bottom: 0;
}
.newpost .flash.hidden {
  display: none;
}
.newpost .button-cont {
  display: flex;
  justify-content: center;
}
.newpost .button-cont button[type=submit] {
  margin-bottom: 2rem;
}
.newpost .screenshotrule {
  margin-bottom: 2rem;
}
.newpost input[type=text],
.newpost textarea {
  padding: 0.2em 1em;
}
.newpost textarea {
  min-height: 5rem;
}
.newpost button {
  background-color: transparent;
  border: 2px solid #8c6840;
  border-radius: 10px;
  color: #aaa;
  padding: 0.2em 2em;
}
.newpost button[type=submit] {
  padding: 0.5rem 3rem;
  margin-top: 0.5rem;
}
.newpost button.um-like {
  background-color: #e7a542;
  border: 1px solid #ffcc5a;
  color: #000;
}
.newpost button.um-like:hover {
  background-color: #e8ae5c;
  border-color: #ffde9f;
  color: #000;
}
.newpost button.loading {
  position: relative;
  overflow: hidden;
}
.newpost button.loading .bg {
  border-radius: 10px;
  mix-blend-mode: hard-light;
  pointer-events: none;
  opacity: 0.5;
  height: 100%;
  width: 200%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(45deg, #ffcc62 25%, #a6946f 25%, #a6946f 50%, #ffcc62 50%, #ffcc62 75%, #a6946f 75%, #a6946f 100%);
  background-size: 50px 50px;
  -webkit-animation: movingbg 1s infinite linear;
          animation: movingbg 1s infinite linear;
}
@-webkit-keyframes movingbg {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@keyframes movingbg {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
.newpost button.loading .text {
  position: relative;
  z-index: 2;
}
.newpost button:hover {
  color: #ddd;
}
.newpost .img-cont {
  text-align: center;
  line-height: 1.2em;
  border: dashed 1px #666;
  color: #666;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  padding: 1rem;
}
.newpost .img-cont span {
  pointer-events: none;
}
.newpost .img-cont img {
  margin-top: 0.5rem;
  max-width: 100%;
}
.newpost .img-cont img[src=""] {
  display: none;
}
.newpost .img-cont:hover, .newpost .img-cont.highlight {
  color: #999;
}
.newpost form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.newpost input[type=file] {
  display: none;
}

.screenshot.post-thumbnail img {
  border: 1px solid #8c6840;
  padding: 3px;
}

.screenshots-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.screenshots-gallery a {
  overflow: hidden;
  border: 1px solid #8c6840;
  padding: 3px;
  aspect-ratio: 9/6;
}
.screenshots-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.screenshots-gallery img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.allscreenshots {
  display: flex;
  justify-content: space-between;
}

.widget_screenshots_widget ul {
  height: 170px;
  list-style: none !important;
  padding: 0 !important;
}
.widget_screenshots_widget ul > li.wp-block-image {
  position: absolute;
  overflow: hidden;
  width: 261px;
  height: 170px;
}
.widget_screenshots_widget ul > li.wp-block-image:not(:first-child) {
  display: none;
}
.widget_screenshots_widget a:not(.allscreens) {
  width: 100%;
  height: 100%;
}
.widget_screenshots_widget img {
  border: 1px solid #8c6840;
  padding: 3px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.1s linear;
}
.widget_screenshots_widget .allscreens {
  width: 100%;
  text-align: right;
}
.widget_screenshots_widget li.wp-block-image:hover img {
  scale: 105%;
}

@media (max-width: 1215px) {
  .widget_screenshots_widget ul {
    height: auto;
    list-style: none !important;
    padding: 0 !important;
  }
  .widget_screenshots_widget ul > li.wp-block-image {
    position: relative;
    width: 100%;
    display: block !important;
  }
  .widget_screenshots_widget ul > li.wp-block-image:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .allscreenshots {
    flex-direction: column-reverse;
  }
  .allscreenshots > a {
    text-align: left;
    margin-top: 1em;
  }
  .screenshots-gallery {
    display: grid;
    grid-template-columns: 1fr;
  }
}
:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

.comments-area {
  margin-top: 3rem;
  font-size: 0.75rem;
}
.comments-area .gavatar img {
  border-radius: 10px;
  width: 3rem;
  height: auto;
}
.comments-area ul, .comments-area ol {
  list-style: none;
  padding-left: 0;
}
.comments-area header {
  display: flex;
  line-height: 0.8em;
  gap: 0.5em;
}
.comments-area header .title-container {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.comments-area footer {
  display: flex;
  justify-content: end;
  gap: 0.5em;
  margin-top: 0.75em;
}
.comments-area .children {
  margin-right: calc(-1em - 1px);
  margin-bottom: calc(-1em - 1px);
  border-left: 0;
}
.comments-area .children > .comment {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.comments-area .children .comment + .comment {
  margin-top: calc(-1em - 1px);
}

.comment {
  border-radius: 3px;
  border: 1px solid #272727;
  padding: 1em;
  margin-top: 1em;
  transition: border-color 0.15s ease-in-out;
}
.comment:hover {
  border-color: #404040;
}
.comment:not(:last-child) {
  margin-bottom: 1em;
}
.comment .edit-link,
.comment .reply {
  font-size: 0.9em;
  border: 1px solid rgba(112, 112, 112, 0.31);
  border-radius: 3px;
  display: inline-block;
  transition: border-color 0.15s ease-in-out;
}
.comment .edit-link a,
.comment .reply a {
  display: block;
  padding: 0.2em 0.8em;
  color: #8c6840;
  transition: color 0.15s ease-in-out;
}
.comment .edit-link:hover,
.comment .reply:hover {
  border-color: #424242;
}
.comment .edit-link:hover a,
.comment .reply:hover a {
  color: var(--bs-link-color);
}
.comment .comment-author {
  font-size: 1.15em;
}

.comment-content-container {
  flex: 1;
}

.comment-main {
  display: flex;
  gap: 1em;
}

.comment-content {
  margin-top: 0.5em;
  line-height: 1.3;
}
.comment-content p {
  margin-bottom: 0;
}

.comment-metadata time {
  font-size: 0.9em;
}

.comment-respond {
  margin-top: 1.5rem;
}
.comment-respond .logged-in-as {
  display: none;
}
.comment-respond .comment-reply-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.comment-respond .comment-reply-title > a {
  padding-left: 0.5em;
}
.comment-respond .comment-reply-title small {
  flex: 1;
  text-align: right;
}
.comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.comment-respond .form-submit {
  text-align: right;
}
.comment-respond h3 {
  font-size: 1.2em;
}
.comment-respond h3 small {
  font-size: 0.7em;
}
.comment-respond h3 small a {
  color: #444;
}
.comment-respond h3 small a:hover {
  color: #999;
}
.comment-respond textarea {
  background-color: #060606;
  padding: 0.6em;
  border: 1px solid #876532;
  color: #ddd;
  width: 100%;
  min-height: 5em;
  line-height: 1;
}
.comment-respond input[type=submit] {
  margin-top: 0.5em;
  padding: 0.3em 1em;
}

@media (max-width: 767px) {
  .comments-area .gavatar img {
    width: 2rem;
  }
  .comments-area header .title-container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5em;
  }
  .comments-area .edit-link a,
  .comments-area .reply a {
    font-size: 0.9em;
  }
  .children > .comment {
    padding-left: 0.5em;
  }
  .comment-respond .comment-reply-title {
    flex-direction: column;
    gap: 0.2em;
  }
  .comment-respond .comment-reply-title > a {
    padding-left: 0;
  }
}
:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

.status_widget {
  display: flex;
  align-items: center;
  gap: 1em;
}
.status_widget .status_icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid;
  opacity: 0.85;
}
.status_widget .stats_highlight_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: fullrotate 15s ease-in-out infinite;
          animation: fullrotate 15s ease-in-out infinite;
  mix-blend-mode: soft-light;
}
.status_widget .status_icon_highlight {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 1px;
}
.status_widget.offline .status_icon_highlight {
  background-color: #d11e1e;
}
.status_widget.offline .status_icon {
  background: radial-gradient(#f11818, #892c2c);
  border-color: #731818;
}
.status_widget.online .status_icon_highlight {
  background-color: #4aa111;
}
.status_widget.online .status_icon {
  background: radial-gradient(#3be500, #3e7738);
  border-color: #00590a;
}

@-webkit-keyframes fullrotate {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@keyframes fullrotate {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

.logged-cont {
  position: relative;
  margin-left: 3em;
  margin-right: 1em;
}

.logged-submenu {
  border-width: 23px;
  border-style: solid;
  border-image-source: url(img/frame.png);
  border-image-slice: 23;
  border-image-repeat: round;
  position: absolute;
  background-color: var(--endor-base-bg-dark);
  padding: 1em;
  right: 0;
  z-index: 100;
}
.logged-submenu .top-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: nowrap;
}
.logged-submenu li {
  white-space: nowrap;
}
.logged-submenu li > a {
  display: block;
}

:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

@font-face {
  font-family: Agreloy;
  src: url(font/Agreloy.otf);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-mask-image: linear-gradient(black, transparent);
  mask-image: linear-gradient(black, transparent);
  opacity: 0.6;
}

.toggled-hidden {
  display: none;
}

.toggled-visible {
  -webkit-animation: fadeIn 0.2s;
          animation: fadeIn 0.2s;
}

nav.navbar {
  font-size: 1.1rem;
}

.navbar-content {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.6);
  padding: 0.4em 0 0.3em 1em;
  border-radius: 12px;
  line-height: 1rem;
  align-items: baseline;
}

.top-menu {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.playbtn {
  font-family: Agreloy, "Times New Roman", sans-serif;
  border-radius: 2px;
  width: 318px;
  height: 59px;
  position: relative;
  padding: 0;
  border: 0;
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.5);
}
.playbtn > span {
  position: relative;
  z-index: 10;
  color: #ffe200;
  font-size: 46px;
  top: -7px;
  text-shadow: 1px 2px 3px #000;
  letter-spacing: 2px;
}
.playbtn > img {
  position: absolute;
  left: 0;
  top: 0;
}
.playbtn:hover > img {
  -webkit-filter: hue-rotate(10deg);
          filter: hue-rotate(10deg);
}
.playbtn:hover > span {
  color: #ffef8e;
}

.navbar-toggler {
  background-color: rgba(12, 12, 12, 0.8117647059) !important;
  border: 1px solid #816425;
  margin-top: 0.5em;
}
.navbar-toggler .navbar-toggler-icon {
  -webkit-filter: sepia(1) brightness(2.5) contrast(1.5);
          filter: sepia(1) brightness(2.5) contrast(1.5);
}

a[data-toggle=logged-submenu] {
  white-space: nowrap;
}

@media (max-width: 1215px) {
  .navbar-content {
    align-items: unset;
  }
}
:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

.site-footer {
  opacity: 0.85;
  font-size: 0.7rem;
  margin: 1em 0;
}
.site-footer .wp-block-group {
  justify-content: center;
  flex-direction: column-reverse;
  gap: 0rem;
  line-height: 1.3em;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-footer-menu-container ul.menu {
  display: flex;
}
.menu-footer-menu-container ul.menu li:not(:last-child)::after {
  content: ",";
  margin: 0 0.2rem 0 0;
}

@media (max-width: 1215px) {
  .footer-spacer {
    display: none;
  }
}
:root {
  --bs-body-color: #D9D8CB;
  --bs-link-color: #f9bc2f;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 229, 187, 92;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-secondary-color: #585c63;
  --endor-base-bg: #1A2228;
  --endor-base-bg-dark: #07090a;
  --endor-base-fg: #D9D8CB;
}

.arena-breadcrumbs {
  margin-bottom: 2rem;
}
.arena-breadcrumbs > small {
  margin: 0 0.3em;
}

.arena-table-heading {
  font-size: 1.2em;
  font-weight: bold;
}
.arena-table-heading > span {
  padding-bottom: 0.2em;
}

.arena-table {
  display: table;
  width: 100%;
}

.arena-table-heading,
.arena-table-row {
  display: table-row;
}
.arena-table-heading > span,
.arena-table-row > span {
  display: table-cell;
  padding: 0.1em;
}
.arena-table-heading > span:first-child,
.arena-table-row > span:first-child {
  padding-left: 0.5em;
}
.arena-table-heading > span:last-child,
.arena-table-row > span:last-child {
  padding-right: 0.5em;
}

.arena-table-row:nth-child(2n) {
  background-color: #151515;
}

.arena-over .season-title {
  font-size: 1.2em;
}
.arena-over .arena-season {
  margin-bottom: 3em;
}
.arena-over .tier-link {
  text-align: right;
}
.arena-over .tier-players {
  flex: 1;
  margin-left: 2rem;
}
.arena-over .tier-title {
  text-align: right;
}
.arena-over .arena-season-row,
.arena-over .arena-tier-row {
  border: 1px solid #716547;
  background-color: #020202;
}
.arena-over .arena-season-row:hover,
.arena-over .arena-tier-row:hover {
  background-color: #0c0c0c;
}
.arena-over .arena-season-row.active,
.arena-over .arena-tier-row.active {
  color: #fff;
}
.arena-over .arena-season-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 1rem;
  padding-bottom: 0.7em;
  padding-top: 0.5em;
  border-width: 3px;
}
.arena-over .arena-tier-row {
  display: flex;
  justify-content: space-between;
  margin-left: 2rem;
  border-top: 0;
  padding: 0.5em 1rem 0.5em 0;
}
.arena-over .season-title {
  width: 5rem;
}
.arena-over .tier-title {
  width: 3rem;
}
.arena-over .tier-title.wide {
  width: 5rem;
}
.arena-over .season-title,
.arena-over .tier-title {
  text-align: right;
}
.arena-over .tier-link {
  width: 8rem;
  text-align: right;
}
.arena-over .season-ends {
  margin-right: 1rem;
}
.arena-over .muted {
  opacity: 0.5;
}
.arena-over .pagination {
  justify-content: center;
  flex-wrap: wrap;
}
.arena-over .pagination > a > div {
  padding: 0.5em 0.5em;
  color: var(--endor-base-fg);
  border: 1px solid transparent;
  font-weight: bold;
}
.arena-over .pagination > a > div.active {
  color: #000;
  background-color: #edb34d;
  border: 1px solid #716547;
  padding: 0.5em 2em;
}
.arena-over .pagination > a > div:hover {
  border: 1px solid #e7c681;
  text-decoration: underline;
}

@media (min-width: 1216px) {
  .mob-show {
    display: none !important;
  }
}
@media (max-width: 1215px) {
  .mob-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .arena-over .arena-tier-row,
  .arena-over .arena-season-row {
    flex-wrap: wrap;
    margin: 0;
    padding-left: 1rem;
  }
  .arena-over .arena-tier-row > *,
  .arena-over .arena-season-row > * {
    width: 50% !important;
    margin: 0;
  }
  .arena-over .arena-tier-row .tier-players,
  .arena-over .arena-season-row .tier-players {
    text-align: right;
  }
  .arena-over .arena-tier-row .tier-title,
  .arena-over .arena-tier-row .season-title,
  .arena-over .arena-season-row .tier-title,
  .arena-over .arena-season-row .season-title {
    text-align: left;
  }
}
input[type=submit] {
  color: #000;
  border: 1px solid #ffcc5a;
  background-color: #e7a542;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 8px;
}

.um-account-main .um-account-nav a,
.um-account-main .um-account-tab {
  border-color: #393939 !important;
}

.um:not(.um-admin) {
  color: var(--endor-base-fg) !important;
}
.um .um-button {
  color: #000 !important;
  border: 1px solid #ffcc5a !important;
}
.um .um-button:not(.um-alt) {
  background-color: #e7a542 !important;
}
.um .um-form input {
  color: #000 !important;
  border: 1px solid #ffcc5a !important;
}
.um .um-form input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
}
.um .um-field-label,
.um .um-field-block,
.um .um-field-checkbox .um-field-checkbox-option {
  color: var(--endor-base-fg) !important;
}
.um.um-account .um-account-main div.um-account-heading {
  display: none;
}
.um.um-account .um-account-side li {
  background-color: initial;
}
.um.um-account .um-account-side li a {
  height: 40px;
  display: flex;
  align-items: center;
}
.um.um-account .um-account-side li a, .um.um-account .um-account-side li a .um-account-title, .um.um-account .um-account-side li a .um-account-icon {
  color: var(--endor-base-fg);
}
.um.um-account .um-account-side li a.current, .um.um-account .um-account-side li a.current .um-account-title, .um.um-account .um-account-side li a.current .um-account-icon {
  color: #fff;
}
.um.um-account .um-account-side li a:hover, .um.um-account .um-account-side li a:hover .um-account-title, .um.um-account .um-account-side li a:hover .um-account-icon {
  color: var(--endor-base-bg);
}
.um.um-account span.um-account-icon {
  border-right: none !important;
}

@media (max-width: 1399px) {
  .site-content-contain {
    overflow-x: hidden;
  }
}
@media (max-width: 1215px) {
  body {
    font-size: 0.8rem;
  }
  .logged-cont {
    margin-right: 0;
    text-align: right;
  }
  .playbtn-link-top-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
  }
  .site-content {
    padding: 0;
  }
  .playbtn-link.bot {
    display: none !important;
  }
  .scroll-top, .scroll-bot {
    display: none !important;
  }
  .footer-second {
    display: block !important;
  }
  .footer-first {
    display: none !important;
  }
  .main-side {
    width: unset;
  }
  .main-side .panelbg > * {
    margin: 0;
  }
  .main-side .panelbg .scroll-mid {
    margin-top: 0;
    width: 100%;
    background-image: none;
  }
  .main-side .panelbg .scroll-mid > ul {
    display: flex;
    width: 100%;
    flex-flow: wrap;
  }
  .main-side .panelbg .scroll-mid > ul > li {
    border-width: 23px;
    border-style: solid;
    border-image-source: url(img/frame.png);
    border-image-slice: 23;
    border-image-repeat: round;
    background-image: url(img/bg_dark.png);
    margin-top: 0;
    width: 50%;
  }
  .main-side .panelbg .scroll-mid > ul > li:after {
    display: none;
  }
  .main-side .panelbg .scroll-mid > ul li.screens {
    width: 100%;
  }
  .main-side .main-side-content, .main-side .screens {
    margin-bottom: 0;
  }
  .main-side .screens img {
    width: 100%;
  }
  .main-side hr {
    margin: 0 0 1rem;
    padding-top: 1rem;
    color: inherit;
    border: 0;
    border-bottom: var(--bs-border-width) solid;
  }
  .main-side-content {
    padding: 0;
    color: var(--bs-body-color);
  }
  .main-side-content a {
    color: var(--bs-link-color);
  }
  .main-side-content a:hover {
    color: var(--bs-link-hover-color);
  }
  .main-side-content > li {
    padding: 0;
  }
  .main-side-content > li:not(:first-child)::before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .site-side-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-side .panelbg .scroll-mid > ul > li {
    width: 100%;
  }
  .menu-top-menu-container,
  .menu-horni-menu-container,
  .logged-cont {
    padding-right: 0.5em;
  }
  .logged-cont {
    margin: 1em 0;
  }
  .top-menu {
    flex-direction: column;
    align-items: end;
    gap: 0.4rem;
  }
  .navbar-content {
    flex-direction: column;
    box-shadow: none;
    background-color: unset;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.35rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */