@charset "UTF-8";
/* CODED BY TripleZone#8501 */
/* Copyright TripleZone */
/* SAVE THAT FOR NEXT TEMPLATE UPDATES */
:root {
  --logo_width: 400px;
  --main-color: #e82e4d;
  --error-color: #ff8133;
  --hover-buy: #ff00ff;
  --hover-sell: #ff00ff;
  --hover-info: #ff00ff;
  --background-color: #191B1E;
  --second-background: #292D32;
  --third-background: #323238;
  --fourth-background: #2727f5;
  --package-border: #1f1f24;
  --primary-text-color: #ffffff;
  --focus-text-color: #e78656;
  --secondary-text-color: #aeaeae;
  --cold-color: #f04329;
  --green-button: #ff00ff;
  --light-green: #ff00ff;
  --disable-button: #004cff;
  --font-family: Montserrat, sans-serif;
  --tiny-font: 12px;
  --small-font: 14px;
  --medium-font: 16px;
  --big-font: 18px;
  /* BORDER */
  --border-radius: 5px;
  /* IMAGES URLS */
  --header-img: url("https://i.imgur.com/xqRjYaq.jpg");
  /* Filter Shadow color */
  --filter-shadow: rgba(255, 89, 93, 0.75);
  --gradient-shadow: #4e97bd40;
  --height-image: 590px;
  --opacity-image: 0.2;
  --blur-image: 0px;
}

.tooltip-arrow {
  border-top-color: var(--background-color) !important;
}

.tooltip-inner {
  background: var(--background-color) !important;
  font-weight: bold !important;
}

.header-splash {
  background: var(--header-img) no-repeat 50%/cover;
  height: var(--height-image);
  width: 100%;
  position: absolute;
  opacity: var(--opacity-image);
  -webkit-filter: blur(var(--blur-image));
  filter: blur(var(--blur-image));
}

.sidebar-round {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.close-mobile {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family) !important;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: var(--third-background);
}

::-webkit-scrollbar-track {
  background: var(--second-background);
}

p {
  margin: 0;
}

body {
  background: var(--background-color) !important;
  font-size: var(--small-font);
  color: var(--secondary-text-color);
  margin: 0;
  font-weight: 500;
  line-height: unset;
}

.triplezone-wrapper {
  max-width: 1360px;
  margin: auto;
  padding: 0 10px;
  position: relative;
}

.flex-wrapper {
  width: 100%;
}

#ipServer {
  cursor: context-menu;
  opacity: 0;
  outline: 0;
  border: none;
  position: fixed;
}

#loader {
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.49);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 0;
}

#loader-giftcard {
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.74);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 5px;
}

.alerta-giftcard {
  margin: 10px 0 0;
  color: #fff;
  background: #4da564;
  padding: 10px 20px;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  display: none;
}

.alerta-eroare {
  color: #d8000c !important;
  background-color: #ffd2d2 !important;
}

.alerta-succes {
  color: #4f8a10 !important;
  background-color: #dff2bf !important;
}

.loader-hide {
  display: none;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#modal {
  background: var(--second-background);
}

.swal-modal {
  padding: 20px !important;
  background: var(--third-background) !important;
}

.swal-footer .swal-button {
  background-color: var(--main-color) !important;
  border-radius: 5px !important;
  padding: 12px 50px !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  outline: none !important;
}

.swal-footer {
  text-align: center;
}

.swal-title:not(:last-child) {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 900 !important;
  letter-spacing: 1.5px;
  color: var(--primary-text-color) !important;
}

.swal-text {
  color: var(--secondary-text-color) !important;
}

.site-archive-header .no-image {
  background: var(--background-color);
}

.site-archive-header .no-image .site-header-content {
  padding: 0;
}

.post-template .site-main, .page-template .site-main {
  margin-bottom: 20px;
}

.page .post-full-header {
  border-radius: 10px 10px 0 0;
}

@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated {
  display: none;
  position: absolute;
  left: 44%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: var(--main-color);
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: var(--main-color);
}

#successAnimationResult {
  fill: var(--main-color);
  opacity: 0;
}

#successAnimation.animated {
  -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
          animation: 1s ease-out 0s 1 both scaleAnimation;
}

#successAnimation.animated #successAnimationCircle {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationCheck {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationResult {
  -webkit-animation: 0.3s linear 0.9s both fadeIn;
          animation: 0.3s linear 0.9s both fadeIn;
}

@-webkit-keyframes glowitem {
  0% {
    -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
            filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px var(--filter-shadow));
            filter: drop-shadow(0px 0px 10px var(--filter-shadow));
  }
}

@keyframes glowitem {
  0% {
    -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
            filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px var(--filter-shadow));
            filter: drop-shadow(0px 0px 10px var(--filter-shadow));
  }
}

.triplezone__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--second-background);
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.triplezone__nav .triplezone__nav--left li {
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: inherit;
  border-bottom: 1px solid var(--third-background);
}

@media only screen and (min-width: 768px) {
  .triplezone__nav li {
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: inherit;
  }
}

.triplezone__nav .triplezone__nav--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.triplezone__nav .triplezone__nav--left li .active-nav {
  color: var(--primary-text-color);
}

@media only screen and (min-width: 768px) {
  .triplezone__nav .triplezone__nav--left li .active-nav:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    background: var(--main-color);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
            filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  }
}

.triplezone__nav .triplezone__nav--left li a {
  padding: 25px 20px;
  display: block;
  color: var(--midgrey);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.triplezone__nav .triplezone__nav--left li a:hover {
  color: var(--primary-text-color);
}

@media only screen and (min-width: 768px) {
  .triplezone__nav .triplezone__nav--left li a:hover:before {
    width: 50%;
    -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
            filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  }
  .triplezone__nav .triplezone__nav--left li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--main-color);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .triplezone__nav .triplezone__nav--left li a {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .triplezone__nav .triplezone__nav--left li {
    border-bottom: none;
  }
}

.triplezone__nav .triplezone__nav--left li a .mdi:before {
  content: "\F0049";
  font-size: 1.5em;
  position: relative;
  line-height: 0;
  margin-right: 8px;
  top: 2px;
  height: 0;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Home-icon"]:before {
  content: "\F02DC";
  font-size: 1.5em;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .triplezone__nav .triplezone__nav--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.triplezone__nav .triplezone__nav--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.triplezone__nav .triplezone__nav--right li {
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: inherit;
}

.triplezone__nav .triplezone__nav--right .store--btn {
  padding: 25px 20px;
  display: block;
  color: var(--midgrey);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.triplezone__nav .triplezone__nav--right .store--btn:hover {
  color: var(--primary-text-color);
}

.triplezone__nav .triplezone__nav--right .store--btn .mdi:before {
  content: "\F0049";
  font-size: 1.5em;
  position: relative;
  line-height: 0;
  margin-right: 8px;
  top: 2px;
  height: 0;
}

.triplezone__nav .triplezone__nav--right .store--btn .mdi[data-icon="Store-icon"]:before {
  content: "\F0110";
  font-size: 1.5em;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .triplezone__nav .triplezone__nav--right .store__btn--icon {
    display: none;
  }
  .triplezone__nav .triplezone__nav--right .store--btn {
    padding: 15px 40px;
    font-weight: 900;
    background: var(--main-color);
    font-size: 13px;
    border-radius: 7px;
    color: var(--primary-text-color);
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 1;
    -webkit-animation: store_glow 3s infinite ease-out;
            animation: store_glow 3s infinite ease-out;
    top: 0;
  }
  .triplezone__nav .triplezone__nav--right .store--btn span {
    position: absolute;
    width: 32px;
    height: 2px;
    background: var(--main-color);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 40px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .triplezone__nav .triplezone__nav--right .store--btn span:nth-child(2) {
    position: absolute;
    width: 19px;
    height: 2px;
    background: var(--main-color);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 40px;
  }
  .triplezone__nav .triplezone__nav--right .store--btn:hover span:nth-child(1) {
    bottom: -8px !important;
    opacity: 1;
  }
  .triplezone__nav .triplezone__nav--right .store--btn:hover span:nth-child(2) {
    bottom: -17px !important;
    opacity: 1;
  }
  .triplezone__nav .triplezone__nav--right .store--btn:hover {
    top: -6px;
  }
}

@media only screen and (min-width: 768px) {
  .triplezone__nav .triplezone__nav--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .triplezone__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--second-background);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@-webkit-keyframes store_glow {
  from {
    -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
            filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  }
  to {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
            filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
  }
}

@keyframes store_glow {
  from {
    -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
            filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  }
  to {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
            filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
  }
}

.triplezone__body--page {
  background: var(--second-background);
  margin: 20px 0;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
}

.triplezone__body--page .page__title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--main-color);
}

.triplezone__body--page .page__description {
  text-align: center;
  max-width: 695px;
  margin: 10px auto;
}

.triplezone__body--page .triplezone__vote--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.triplezone__body--page .triplezone__vote--flex .triplezone__vote--col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 15px);
          flex: 0 0 calc(100% - 15px);
  margin: 7.5px;
  background: var(--main-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 5px;
  cursor: pointer;
}

@media only screen and (min-width: 968px) {
  .triplezone__body--page .triplezone__vote--flex .triplezone__vote--col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
  }
}

.triplezone__body--page .triplezone__vote--flex .triplezone__vote--col:hover {
  background: var(--main-color)CC;
}

.triplezone__body--page .triplezone__vote--flex .triplezone__vote--col a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 24px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.body--with-sidebar {
  display: -ms-grid;
  display: grid;
}

.body--with-sidebar .triplezone-sidebar .vote__header {
  background: var(--main-color);
  color: var(--primary-text-color);
  padding: 30px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.body--with-sidebar .triplezone-sidebar .vote__header p {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.body--with-sidebar .triplezone-sidebar .vote__body {
  background: var(--second-background);
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.body--with-sidebar .triplezone-sidebar .vote__body p {
  font-size: 16px;
  text-align: center;
}

.body--with-sidebar .triplezone-main-content .body__desc {
  background: var(--second-background);
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}

.body--with-sidebar .triplezone-main-content .iframe__loaded .loading__vote {
  display: none;
}

.body--with-sidebar .triplezone-main-content .vote__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--second-background);
  border-radius: 10px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li {
  list-style: none;
  padding: 30px 20px;
  margin: 0;
  background: var(--third-background);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.body--with-sidebar .triplezone-main-content .vote__nav li a {
  margin-left: 10px;
  background: #00000026;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 6px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li a i {
  font-size: 18px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li p {
  color: #738a94;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 22px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li:first-child {
  border-radius: 10px 0 0 10px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li:last-child {
  border-radius: 0 10px 10px 0;
}

.body--with-sidebar .triplezone-main-content .vote__nav .active-link {
  background: var(--cold-color) !important;
}

.body--with-sidebar .triplezone-main-content .vote__nav .active-link p {
  color: #fff !important;
}

.body--with-sidebar .triplezone-main-content .vote__iframe {
  width: 100%;
  padding: 20px;
  height: 50vh;
}

.body--with-sidebar .triplezone-main-content .loading__vote {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--second-background);
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body--with-sidebar .triplezone-main-content .loading__animated {
  display: inline-block;
  -webkit-animation: rotation 2.6s infinite linear;
  animation: rotation 2.6s infinite linear;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.kg-bookmark-title {
  text-transform: uppercase;
  font-weight: bold;
}

.kg-bookmark-metadata {
  margin-top: auto;
}

.post-full-content .kg-bookmark-container {
  min-height: 217px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.kg-bookmark-content {
  background: var(--background-color);
  border-radius: 5px 0 0px 5px;
}

.kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
  display: none !important;
}

.punishments__frame {
  margin: 20px 0;
}

.punishments__frame #bans_frame {
  width: 100%;
  height: 1200px !important;
}

.triplezone-header {
  position: relative;
  padding: 75px 0;
  padding-bottom: 0;
  margin-bottom: 50px;
}

.triplezone-header .prioritate {
  position: relative;
  z-index: 10;
}

.triplezone-header .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.triplezone-header .top-bar .back-btn {
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.15);
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: var(--small-font);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.triplezone-header .top-bar .back-btn span {
  display: none;
}

.triplezone-header .top-bar .back-btn i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.triplezone-header .top-bar .back-btn:hover {
  color: rgba(255, 255, 255, 0.75);
}

.triplezone-header .top-bar .back-btn:hover i {
  margin-right: 5px;
}

.triplezone-header .top-bar .profile-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.triplezone-header .top-bar .profile-avatar .profile-description {
  text-align: right;
  margin-right: 10px;
}

.triplezone-header .top-bar .profile-avatar .profile-description p {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.triplezone-header .top-bar .profile-avatar .profile-description .profile-title {
  font-size: var(--medium-font);
  color: var(--primary-text-color);
  font-weight: 500;
}

.triplezone-header .top-bar .profile-avatar .profile-description .profile-description-text {
  font-size: var(--tiny-font);
  color: var(--focus-text-color);
  text-transform: uppercase;
  font-weight: 700;
}

.triplezone-header .top-bar .profile-avatar .profile-head {
  position: relative;
}

.triplezone-header .top-bar .profile-avatar .profile-head .helmet {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 27px;
}

.triplezone-header .top-bar .profile-avatar .profile-head .avatar-head {
  border-radius: 5px;
}

.triplezone-header .top-bar .profile-avatar .profile-head .placeholder-items {
  position: absolute;
  right: -30px;
  top: -10px;
  background: var(--focus-text-color);
  color: var(--primary-text-color);
  border: 2px solid var(--primary-text-color);
  padding: 3px 6px;
  font-weight: bold;
  border-radius: 40px;
  display: none;
}

.triplezone-header .top-bar .profile-avatar:hover p {
  margin-right: 5px;
}

.triplezone-header .triplezone-header-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.triplezone-header .triplezone-header-g .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding: 10px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.triplezone-header .triplezone-header-g .widget i {
  color: var(--main-color);
  font-size: 50px;
}

.triplezone-header .triplezone-header-g .widget .widget-icon {
  position: relative;
}

.triplezone-header .triplezone-header-g .widget .widget-icon span {
  position: absolute;
  top: -31px;
  background: var(--second-background);
  padding: 5px 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 40px;
  background: var(--main-color);
  color: var(--background-color);
  font-weight: bold;
}

.triplezone-header .triplezone-header-g .widget .description-widget {
  margin-left: 20px;
  letter-spacing: 1px;
}

.triplezone-header .triplezone-header-g .widget .description-widget .widget-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--medium-font);
  color: var(--main-color);
}

.triplezone-header .triplezone-header-g .widget .description-widget .widget-description {
  color: var(--primary-text-color);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.triplezone-header .triplezone-header-g .widget:hover {
  -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
          filter: drop-shadow(0px 0px 5px var(--filter-shadow));
}

.triplezone-header .triplezone-header-g .discord-widget p {
  text-align: right;
}

.triplezone-header .triplezone-header-g .discord-widget .description-widget {
  margin-right: 20px;
  margin-left: 0;
}

.triplezone-header .triplezone-header-g .minecraft-widget {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10px;
}

.triplezone-header .header-logo {
  position: relative;
  top: 0px;
}

.triplezone-header .header-logo .header-logo-image {
  max-width: 350px;
}

.triplezone-header .header-logo .logo-particles img {
  position: absolute;
  max-width: 64px;
  width: 32px;
}

.triplezone-header .header-logo .logo-particles img:nth-child(1) {
  -webkit-animation: logo-particle-1 4.5s;
          animation: logo-particle-1 4.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
          animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: 0;
}

.triplezone-header .header-logo .logo-particles img:nth-child(2) {
  top: 30px;
  right: 0;
  -webkit-animation: logo-particle-2 4.5s;
          animation: logo-particle-2 4.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
          animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes logo-particle-1 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    width: 54px;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
}

@keyframes logo-particle-1 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    width: 54px;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
}

@-webkit-keyframes logo-particle-2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    width: 64px;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
}

@keyframes logo-particle-2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    width: 64px;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
}

.triplezone__pagination {
  background: var(--second-background);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  padding: 20px;
}

.triplezone__pagination .triplezone__pagination--next, .triplezone__pagination .triplezone__pagination--previous, .triplezone__pagination .triplezone__pagination--next__hidden, .triplezone__pagination .triplezone__pagination--previous__hidden {
  padding: 15px;
  border-radius: 10px;
  background: var(--background-color);
  color: var(--main-color);
  font-size: 26px;
}

.triplezone__pagination .triplezone__pagination--next__hidden, .triplezone__pagination .triplezone__pagination--previous__hidden {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.triplezone__pagination .triplezone__pagination--previous i {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 0;
}

.triplezone__pagination .triplezone__pagination--next i {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
}

.triplezone__pagination .triplezone__pagination--next:hover i {
  -webkit-filter: drop-shadow(0px 0px 5px var(--main-color));
          filter: drop-shadow(0px 0px 5px var(--main-color));
  left: 5px !important;
}

.triplezone__pagination .triplezone__pagination--previous:hover i {
  -webkit-filter: drop-shadow(0px 0px 5px var(--main-color));
          filter: drop-shadow(0px 0px 5px var(--main-color));
  right: 5px !important;
}

.footer-triplezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.footer-triplezone .footer-copyright p {
  margin: 0;
}

.footer-triplezone .footer-copyright .copyright-title {
  color: var(--secondary-text-color);
  font-weight: bold;
}

.footer-triplezone .footer-copyright .copyright-subtitle {
  font-size: var(--tiny-font);
  opacity: 0.5;
}

.footer-triplezone .designed-by path {
  stroke: transparent;
  fill: var(--secondary-text-color);
}

.footer-triplezone .designed-by {
  margin-top: 10px;
}

.triplezone__footer {
  background: #0000002b;
  color: var(--midgrey) !important;
  border-top: 1px solid var(--second-background);
}

.triplezone__footer .footer-premium-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .triplezone__footer .footer-premium-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.triplezone__footer .col-footer {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 0px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .triplezone__footer .col-footer {
    padding: 25px 0px;
  }
}

.triplezone__footer .col-footer h3 {
  margin: 0;
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 19px;
  font-weight: bold;
}

.triplezone__footer .col-footer p {
  margin-bottom: 20px;
  line-height: 27px;
}

.triplezone__footer .col-footer ul {
  list-style-type: none !important;
  padding: 0;
  margin-bottom: 0;
}

.triplezone__footer .col-footer ul li a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  color: var(--midgrey);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.triplezone__footer .col-footer ul li a:hover:before {
  -webkit-filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  filter: drop-shadow(0px 0px 5px var(--filter-shadow));
  width: 35px;
  background: var(--main-color);
}

.triplezone__footer .col-footer ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  background: var(--second-background);
  width: 25px;
  height: 2px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.triplezone__footer .col-footer ul li a:hover {
  color: var(--primary-text-color) !important;
}

.triplezone__footer .col-footer .footer-store {
  padding: 12px 30px;
  font-weight: 600;
  background: var(--main-color);
  font-size: 13px;
  border-radius: 5px;
  color: var(--primary-text-color);
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.triplezone__footer .footer-copyright-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}

.triplezone__footer .footer-copyright {
  background: #00000029;
  padding: 30px 0;
}

.triplezone__footer .footer-copyright p {
  padding: 10px 0px;
  margin: 0;
  padding: 0;
}

.triplezone__footer .footer-copyright ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.triplezone__footer .footer-copyright ul li {
  display: inline-block;
  margin: 5px;
}

.triplezone__footer .footer-copyright ul li a {
  background: rgba(0, 0, 0, 0.05);
  color: var(--primary-text-color);
  font-size: 17px;
  display: block;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.triplezone__footer .copyright-footer {
  margin-bottom: 10px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.triplezone__footer .copyright-footer:hover {
  color: var(--primary-text-color);
  text-decoration: none;
}

@media (min-width: 795px) {
  .triplezone-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
            flex: 0 0 calc(33.33% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    background-size: cover;
    margin: 10px;
    padding: 0;
    min-height: 220px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--package-border);
  }
  .triplezone-card .post-card-image {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .triplezone-card:hover .post-card-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 794px) {
  .triplezone-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    background-size: cover;
    margin: 10px;
    padding: 0;
    min-height: 220px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--package-border);
  }
  .triplezone-card .post-card-image {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .triplezone-card:hover .post-card-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 525px) {
  .triplezone-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    background-size: cover;
    margin: 10px;
    padding: 0;
    min-height: 220px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--package-border);
  }
  .triplezone-card .post-card-image {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .triplezone-card:hover .post-card-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.post-card-excerpt p {
  margin-bottom: 0 !important;
  line-height: 21px;
  font-size: 15px;
  letter-spacing: .2px;
}

.post-card-excerpt {
  color: var(--midgrey) !important;
}

.post-card-content {
  background: var(--second-background) !important;
}

.post-card-content-link {
  text-align: center;
  padding: 20px;
}

.post-card-image-link {
  border-radius: 0;
}

.post-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  padding: 10px;
  margin: 20px;
  background: var(--third-background);
  border-radius: 10px;
}

.post-card-title {
  color: var(--main-color);
}

.post-card-title {
  margin: 0 0 .4em;
  line-height: 1.15em;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

@media (min-width: 795px) {
  .triplezone__card--large {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    min-height: 280px !important;
    border-top: 0 !important;
  }
  .triplezone__card--large .post-card-image-link {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0;
    min-height: 380px;
  }
  .triplezone__card--large .post-card-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .triplezone__card--large .post-card-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 566px;
            flex: 0 1 566px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .triplezone__card--large .post-card-excerpt p {
    margin-bottom: 1.5em;
    line-height: 1.5em;
  }
  .triplezone__card--large .post-card-title {
    margin-top: 0;
  }
}

.triplezone__post--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  border-radius: 10px 10px 0 0;
  background: var(--second-background);
}

.triplezone__post--image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.post-full-header {
  background: var(--second-background);
}

.post-full-header .post-full-title {
  font-weight: 700;
  font-size: 2.5em;
  color: var(--main-color);
  margin: 0;
}

.post-full-content {
  border-radius: 0 0 10px 10px;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.3em;
  line-height: 1.6em;
  background: var(--second-background);
}

.post-card-primary-tag {
  color: var(--cold-color);
}

@media only screen and (max-width: 1024px) {
  .category__list--item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.33% - 15px) !important;
            flex: 0 0 calc(33.33% - 15px) !important;
  }
}

@media only screen and (max-width: 500px) {
  .category__list--item {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
  .header-logo-image {
    max-width: 320px !important;
  }
}

@media only screen and (min-width: 968px) {
  .body--with-sidebar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(240px, 320px) 1fr;
    grid-template-columns: minmax(240px, 320px) 1fr;
    grid-gap: 20px;
  }
  .triplezone-sidebar {
    margin-bottom: 0 !important;
  }
  .triplezone-header-g {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .header-logo {
    top: 30px !important;
  }
  .widget.minecraft-widget {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    margin-top: auto !important;
  }
  .back-btn span {
    display: inline-block !important;
  }
  .home-splash {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .placeholder-items {
    display: block !important;
  }
  .triplezone-modules {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sidebar-nav {
    display: block !important;
  }
  .sidebar-header {
    cursor: auto !important;
  }
  .sidebar-header p {
    text-align: center !important;
  }
  .home-splash .splash__goal {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(40% - 15px) !important;
            flex: 0 0 calc(40% - 15px) !important;
  }
  .home-splash .welcome-s {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(60% - 15px) !important;
            flex: 0 0 calc(60% - 15px) !important;
    margin: 0 !important;
  }
  .mobile-icon {
    display: none !important;
  }
  .recent-payments {
    margin-top: 0 !important;
  }
  .footer-triplezone {
    text-align: unset !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin: 40px 0 !important;
  }
  .designed-by {
    margin-top: 0px !important;
  }
  .sidebar-round {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .checkout__page {
    -ms-grid-columns: minmax(240px, 320px) 1fr;
    grid-template-columns: minmax(240px, 320px) 1fr;
    grid-gap: 20px;
    margin-bottom: 0 !important;
  }
  .checkout__page--sidebar {
    margin-bottom: 0 !important;
  }
  .checkout__form {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.33% - 15px) !important;
            flex: 0 0 calc(33.33% - 15px) !important;
  }
}

/*.widget.minecraft-widget .description-widget {
    margin: 0 !important;
    margin-right: 20px !important;
    text-align: right;
}

.widget.discord-widget .description-widget {
    margin: 0 !important;
    margin-left: 20px !important;
    text-align: left;
}

.triplezone-header .triplezone-header-g .discord-widget p {
    text-align: left;
}

.triplezone-header .triplezone-header-g .widget .description-widget .widget-description {
    text-transform: unset;
    font-size: 11px;
}

.post-card-excerpt {
    color: $secondary-text-color !important;
}

/*
.header-splash:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
}*/
.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Rules-icon"]:before {
  content: "\F00BA";
  font-size: 1.5em;
  margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Forms-icon"]:before {
  content: "\F014D";
  font-size: 1.5em;
  margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Wiki-icon"]:before {
  content: "\F0373";
  font-size: 1.5em;
  margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Vote-icon"]:before {
  content: "\F0E44";
  font-size: 1.5em;
  margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Punishments-icon"]:before {
  content: "\F029B";
  font-size: 1.5em;
  margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Map-icon"]:before {
  content: "\F0A01";
  font-size: 1.5em;
  margin-right: 8px;
}

.triplezone-header .header-logo .header-logo-image {
  max-width: 300px;
}

@media only screen and (min-width: 968px) {
  .triplezone-header-g {
    margin-top: -40px !important;
  }
}

@media only screen and (min-width: 968px) {
  .header-logo {
    top: 66px !important;
  }
  .header-logo .header-logo-image {
    max-width: 450px !important;
  }
}