@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?u8bhh01");
  src: url("/fonts/icomoon.eot?u8bhh01#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?u8bhh01") format("truetype"), url("/fonts/icomoon.woff?u8bhh01") format("woff"), url("/fonts/icomoon.svg?u8bhh01#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-discord:before {
  content: "";
  color: #7289da;
}

.icon-epicgames:before {
  content: "";
}

.icon-facebook:before {
  content: "";
  color: #1877f2;
}

.icon-microsoft:before {
  content: "";
  color: #fff;
}

.icon-playstation:before {
  content: "";
  color: #003791;
}

.icon-playstation4:before {
  content: "";
  color: #003791;
}

.icon-reddit:before {
  content: "";
  color: #ff4500;
}

.icon-skype:before {
  content: "";
  color: #00aff0;
}

.icon-twitch:before {
  content: "";
  color: #6441a4;
}

.icon-twitter:before {
  content: "";
  color: #1da1f2;
}

.icon-xbox:before {
  content: "";
  color: #107c10;
}

.icon-youtube:before {
  content: "";
  color: #f00;
}

.icon-home:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-box-add:before {
  content: "";
}

.icon-box-remove:before {
  content: "";
}

.icon-floppy-disk:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-cloud-check:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: Lexend, "Open Sans", Arial, sans-serif;
}

.logo {
  color: #836dff;
  font-weight: 800;
  font-size: 30px;
}

#header {
  padding: 15px 0px;
  background: #fff;
  border-bottom: 3px solid #836dff;
}
#header nav {
  margin-top: 10px;
}

#content {
  background: #e3e3e3;
}

section {
  padding: 60px 0;
}
#content section {
  background: #e4e4e4;
}

#page-header {
  padding: 30px 0;
  background: #c4baff;
  color: #fff;
}
#page-header h2 {
  font-size: 13px;
}

.colour-invert {
  color: #111;
  background-color: #f3f3f3;
}

h1 {
  font-size: 25px;
  font-weight: 500;
}

h2 {
  font-size: 50px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

li {
  margin-bottom: 5px;
}

ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.v-align, .video-display .yt-icon {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}
.v-align:before, .video-display .yt-icon:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
  margin-right: -4px;
}
.v-align-inner, .video-display .yt-icon span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
}

.btn.btn-category.btn-ps4 {
  padding: 0 0.2em;
  font-size: 1.8em;
  line-height: 0;
}
.btn.btn-category.btn-ps4 span {
  line-height: 0.9em;
}

.module {
  padding: 30px;
  background: #222;
  border-radius: 10px;
}
.module .module-title {
  margin-top: 0;
  font-size: 32px;
  color: #fff;
}

.schedule-grid {
  color: #fff;
}
.schedule-grid .row {
  background: #00000040;
  margin-bottom: 2px;
}
.schedule-grid .row > div {
  padding: 5px 10px;
}
.schedule-grid .row:nth-child(even) {
  background: #42424240;
}
.schedule-grid .text-darken {
  opacity: 0.4;
}

.colour-dark {
  background: #111;
}

.container {
  padding: 0px 15px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 560px) {
  .container {
    width: 530px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1210px;
  }
}

.row {
  margin: 0px -15px;
}
.row:before, .row:after {
  content: "";
  clear: both;
  display: block;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: left;
}

.text-xs-center {
  text-align: center;
}

.float-xs-left {
  float: left;
}

.float-xs-right {
  float: right;
}

.col-xl-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1 {
  float: left;
  padding: 0 15px;
}

.col-xl-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2 {
  float: left;
  padding: 0 15px;
}

.col-xl-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3 {
  float: left;
  padding: 0 15px;
}

.col-xl-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4 {
  float: left;
  padding: 0 15px;
}

.col-xl-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5 {
  float: left;
  padding: 0 15px;
}

.col-xl-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6 {
  float: left;
  padding: 0 15px;
}

.col-xl-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7 {
  float: left;
  padding: 0 15px;
}

.col-xl-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8 {
  float: left;
  padding: 0 15px;
}

.col-xl-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9 {
  float: left;
  padding: 0 15px;
}

.col-xl-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10 {
  float: left;
  padding: 0 15px;
}

.col-xl-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11 {
  float: left;
  padding: 0 15px;
}

.col-xl-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  float: left;
  padding: 0 15px;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 560px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .float-sm-left {
    float: left;
  }

  .float-sm-right {
    float: right;
  }

  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .float-md-left {
    float: left;
  }

  .float-md-right {
    float: right;
  }

  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .float-lg-left {
    float: left;
  }

  .float-lg-right {
    float: right;
  }

  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1240px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .float-xl-left {
    float: left;
  }

  .float-xl-right {
    float: right;
  }

  .text-xl-left {
    text-align: left;
  }

  .text-xl-right {
    text-align: right;
  }

  .text-xl-center {
    text-align: center;
  }
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  padding: 0;
  margin: 0 15px;
  float: left;
}
nav ul li a {
  text-decoration: none;
  color: #222;
  position: relative;
}
nav ul li a:hover {
  color: #836dff;
}

.btn {
  background: #fff;
  padding: 7px 15px;
  border: 1px solid #d2d2d2;
  border-radius: 2em;
  text-decoration: none;
  display: inline-block;
}
.btn.btn-primary {
  background-color: #a191ff;
  border-color: #836dff;
  color: #fff;
}

@font-face {
  font-family: Lexend;
  src: url(/fonts/Lexend-Regular.ttf);
}
@font-face {
  font-family: Lexend;
  font-weight: 100;
  src: url(/fonts/Lexend-Thin.ttf);
}
@font-face {
  font-family: Lexend;
  font-weight: 300;
  src: url(/fonts/Lexend-Light.ttf);
}
@font-face {
  font-family: Lexend;
  font-weight: 500;
  src: url(/fonts/Lexend-Medium.ttf);
}
@font-face {
  font-family: Lexend;
  font-weight: 600;
  src: url(/fonts/Lexend-SemiBold.ttf);
}
@font-face {
  font-family: Lexend;
  font-weight: 700;
  src: url(/fonts/Lexend-Bold.ttf);
}
@font-face {
  font-family: Lexend;
  font-weight: 800;
  src: url(/fonts/Lexend-ExtraBold.ttf);
}
body {
  color: #fff;
}

.logo {
  padding-top: 58.8%;
  background-image: url("/images/MeeRexBrand.png?v=1");
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-icon {
  padding-top: 100%;
  background-image: url("/images/MeeRexBrand-Logo.png?v=3");
  background-size: cover;
  background-repeat: no-repeat;
}

.yt-video {
  position: relative;
  padding-top: 56.25%;
  display: block;
}
.yt-video.yt-thumb {
  padding-top: 75%;
}
.yt-video iframe, .yt-video img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#main-header {
  padding: 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
  background: #fff url(/images/MeeRexBrand.png) no-repeat center;
  background-size: contain;
  border-bottom: 5px solid #b80101;
  /*&:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    content: "";
    display: block;
    box-shadow: 0 0 28px 80px rgb(0 0 0 / 52%);
    z-index: 10;
  }*/
}
#main-header .container {
  position: relative;
  z-index: 20;
}
#main-header.small-header #main-menu {
  margin-top: 0;
  top: 58px;
}
#main-header .scrolled-header {
  opacity: 0;
}

#main-menu nav ul li {
  margin: 0;
}
#main-menu ul li.active a:before {
  top: 0px;
}
#main-menu ul li a {
  color: #f3f3f3;
  display: block;
  padding: 10px 15px;
  position: relative;
}

#main-menu ul li a:before {
  position: absolute;
  content: "";
  top: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  left: 50%;
  margin-left: -5px;
  transition: top 0.1s linear;
}
#main-menu ul li a:hover:before {
  top: 0px;
}

.header-logo {
  background: #fff;
  border-radius: 0 0 55px 55px;
  padding: 0 15px 5px 15px;
}

.logo-wrapper {
  max-width: 120px;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

#main-menu {
  margin-top: 200px;
  top: 40px;
  z-index: 100;
  position: relative;
  background: #b80101;
  border-radius: 0 0 10px 10px;
}

#main-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #111;
}
#main-footer .logo-wrapper {
  max-width: 130px;
}

#footer-social-menu {
  list-style: none;
  font-size: 25px;
  background: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #151515;
}
#footer-social-menu li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
  padding-right: 5px;
  position: relative;
}
#footer-social-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#footer-social-menu li:last-child:after {
  display: none;
}
#footer-social-menu li a {
  text-decoration: none;
  color: inherit;
}
#footer-social-menu li:after {
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  width: 1px;
  height: 36%;
  background: #adadad;
  top: 50%;
  margin-top: -18%;
}

.btn.btn-category {
  padding: 0.6em 0.6em;
  font-size: 0.7em;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.75);
  line-height: 1em;
  vertical-align: top;
}

ul.categories {
  padding: 0;
}
ul.categories li {
  display: inline-block;
  margin-right: 5px;
}
ul.categories li a {
  color: inherit;
}

.sitemap {
  margin-left: 0;
  padding-left: 15px;
  list-style: none;
  position: relative;
}
.sitemap:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0.5em;
  bottom: calc(0.5em - 1px);
  background: #111;
  left: 0;
}
.sitemap li {
  position: relative;
  line-height: 1em;
  margin-bottom: 10px;
}
.sitemap li:before {
  position: absolute;
  left: -15px;
  height: 1px;
  width: 0.5em;
  background: #111;
  content: "";
  top: 0.5em;
}
.sitemap li a {
  text-decoration: none;
  color: inherit;
}
.sitemap li ul {
  position: relative;
  padding-left: 15px;
  list-style: none;
  margin-left: 0.5em;
  padding-top: 0.3em;
}
.sitemap li ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #111;
  bottom: 0.5em;
}
.sitemap li ul li:before {
  background: #111;
}

body.js {
  opacity: 0;
  transition: 0.1s linear opacity;
}
body.js.loaded {
  opacity: 1;
}

h1.page-title {
  font-size: 50px;
  margin-bottom: 0;
}

#highlight {
  height: 100vh;
  background-color: #2B3833;
  padding: 60px 0;
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
#highlight.category-highlight {
  max-height: 300px;
}
#highlight.category-highlight h1 {
  font-size: 50px;
  margin-bottom: 0;
}
#highlight h3 {
  margin-top: 0;
  font-size: 26px;
}
#highlight h3 .game-title {
  color: #333;
}
#highlight:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.4);
  z-index: 25;
  content: "";
}
#highlight hr {
  margin: 15px 0;
  border-color: #ffffff14;
}
#highlight:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
#highlight .backdrop {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}
#highlight .content {
  position: relative;
  z-index: 50;
}
#highlight .content p {
  color: #ffffff5e;
}
#highlight .yt-video {
  border: 5px solid #ffffff0d;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}
#highlight .btn.btn-game-theme {
  transition: background 0.2s cubic-bezier(0, 0, 0.18, 0.68);
}

#highlight.featured-dead-by-daylight {
  position: relative;
}
#highlight.featured-dead-by-daylight:after {
  background: #100000e3;
}
#highlight.featured-dead-by-daylight .backdrop {
  background-position: top center;
  background-image: url("/images/dbd-wallpaper.jpg");
}
#highlight.featured-dead-by-daylight .btn.btn-game-theme {
  background-color: #ffffff0d;
  border-color: #b72c2c;
  color: #b72c2c;
}
#highlight.featured-dead-by-daylight .btn.btn-game-theme:hover {
  background-color: #00000017;
}
#highlight.featured-ark {
  position: relative;
}
#highlight.featured-ark:after {
  background: #07295ae3;
}
#highlight.featured-ark .backdrop {
  background-position: top center;
  background-image: url("/images/ark-survival-evolved-wallpaper.jpg");
}
#highlight.featured-ark .btn.btn-game-theme {
  background-color: #0000000d;
  border-color: #0067ff;
  color: #0067ff;
}
#highlight.featured-spaceengineers {
  position: relative;
}
#highlight.featured-spaceengineers:after {
  background: #247749eb;
}
#highlight.featured-spaceengineers .backdrop {
  background-position: top center;
  background-image: url("/images/spaceengineers-wallpaper.png");
}
#highlight.featured-spaceengineers .btn.btn-game-theme {
  background-color: #0000000d;
  border-color: #00bf55;
  color: #00bf55;
}

#recent-video .yt-video {
  background-color: #e6e6e6;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
}

.video-display {
  background: #ffffff;
  padding: 8px;
  margin-bottom: 30px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.video-display .yt-icon {
  position: absolute;
  top: 0;
  font-size: 4em;
  z-index: 10;
  text-align: center;
  left: 0;
  right: 0;
  height: 100%;
  background: #ffffffc7;
}
.video-display .yt-icon:before {
  margin-right: -15px;
}
.video-display .yt-video {
  background-color: #e6e6e6;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.video-display h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #000000a6;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
}

input[name=layout] {
  display: none;
}

#content form section {
  padding: 30px;
  background: #dadada;
  margin-bottom: 15px;
}
#content form section h3 {
  margin-top: 0;
}

.layout {
  display: block;
  position: relative;
  background: #d8d8d8;
  overflow: hidden;
  border: 2px solid #585858;
  margin-bottom: 15px;
  transition: border 0.2s linear;
}
input:checked + .layout {
  border-color: #836dff;
}
.layout span.image {
  background-size: contain;
  z-index: 1;
}
.layout span.name {
  font-size: 1.3vmin;
  z-index: 4;
  background: #000000ad;
  display: block;
  position: absolute;
  bottom: 5%;
  color: #fff;
  padding: 5px 15px;
  transition: background 0.2s linear;
}
input:checked + .layout span.name {
  background: rgba(131, 109, 255, 0.68);
}
.layout .layout-1 {
  padding-top: 56%;
  display: block;
}
.layout .layout-1 span.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/layout-1-contained.png");
}
.layout .layout-2 {
  padding-top: 56%;
  display: block;
}
.layout .layout-2 span.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/layout-2-fullwidth.png");
}
.layout .layout-3 {
  padding-top: 56%;
}

/*# sourceMappingURL=main.css.map */
