/*
Theme Name: Verdan Theme
Theme URI: https://verdan.site/
Description: Official Verdan Wordpress Theme.
Version: 1.0
Tags: timespinner, official, theme
Text Domain: timespinner
*/

/* ---------------------
|        GLOBAL        |
--------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);

@font-face {
  font-family: CelticTime;
  src: url('content/CelticTime.ttf');
  font-weight: normal;
}

.clear {
  clear: both;
}

body {
  background-color: #080810;
  font-family: 'Open Sans', sans-serif;
}

div#bodywrapper {
  position: relative;
}

.pixel-perfect {
  image-rendering: optimizeSpeed;
  /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: pixelated;
  /* Chrome */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                           */
}

a:hover {
  text-decoration: none;
}

.container {
  width: 90%;
}

/* -------------------------
|        NAVIGATION        |
------------------------- */

header.wg_header {
  top: 0;
  position: absolute;
  margin: 0 auto;
  height: 50px;
  width: 100%;
  background-color: rgba(34, 29, 40, 0.8);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  z-index: 20;
}

header.wg_header a {
  color: white;
}

div.welcometable {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-bottom: -25px;
}

div.mainpagewrap {
  position: relative;
}

@media screen and (max-width: 800px) {
  div.logo.logo-home {
    margin: 155px auto -35px;
  }

  nav.container {
    background-color: #100810;
    background-image: url(../../uploads/2018/09/Nav_background_mobile.png);
    background-position: bottom;
    background-repeat: repeat-x;
  }

}

nav {
  max-width: 875px;
  margin: 0 auto;
}

nav>ul {
  list-style: none;
  padding: 0;
}

nav>ul>li {
  display: inline-block;
  line-height: 50px;
  margin: 0 20px;
}

nav>ul>li:first-of-type {
  margin-left: 0;
}

nav>ul>li:last-of-type {
  margin-right: 0;
}

nav>ul>li>a {
  color: rgba(255, 255, 255, 0.6);
  transition: all .2s;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

nav>ul>li>a:hover {
  color: #ffffae;
}

nav ul li.to-right {
  float: right;
}

nav ul li.social {
  margin-left: 40px;
}

nav ul li.social a {
  margin: 0px 5px 0px 5px;
  font-size: 21px;
}

nav ul li.social,
nav ul li.social a:last-of-type {
  margin-right: 0px;
}

nav li.current-menu-item a,
nav li.current_page_item a,
nav .product {
  color: #ffffae;
}

li.sociallink {
  display: inline-block;
  padding: 15px 25px 25px 25px;
}

li.sociallink a {
  color: white;
  text-shadow: 2px 2px #3f2428;
  font-size: 36px;
}

li.wargroovelink {
  display: inline-block;
  padding: 25px 0px 0px 0px;
  color: white;
  font-family: Cambria Math, serif;
  font-size: 35px;
  text-shadow: 2px 2px #3f2428;
}


@media screen and (max-width: 315px) {
  li.wargroovelink {
    font-size: 30px;
  }
}

li.wargroovelink a {
  color: white;
}

li.wargroovelink a:hover,
li.sociallink a:hover {
  color: #ffffae;
}

section.wargroovelinks {
  margin-bottom: 0px;
}

ui.linkcontainer {
  display: table;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  nav ul li.social {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  header {
    height: auto;
  }

  header.wg_header {
    overflow: initial !important;
  }


  nav {
    width: 100% !important;
    height: auto;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  nav ul {
    text-align: center;
    margin-bottom: 0;
  }

  nav ul li {
    display: block;
    margin: 0;
  }

  nav ul li:not(:last-of-type) {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0;
  }

  nav ul li:last-of-type {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  nav ul li.social {
    display: none;
  }

  nav ul li.to-right {
    float: none;
  }

  nav ul li a {
    display: block;
    padding: 0px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0px;
  }
}

/* ----------------------
|        CONTENT        |
---------------------- */

body.home main {
  position: relative;
  z-index: 10;
}

footer {
  max-width: 1100px;
  margin: 0px auto 50px;
  z-index: 20;
}

section,
.article-content,
.page-content {
  max-width: 875px;
  margin: 0px auto 50px;
  z-index: 20;
}

.blog-content {
  max-width: 875px;
  margin: 0px auto 50px;
  z-index: 20;
}

section {
  max-height: 70px;
}

.blog-content .none-found {
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #f4f6e9;
  text-align: center;
  border: 2px solid #dfc686;
  color: #5a3b32;
}

.none-found {
  max-width: 875px;
  margin: auto;
}

.blog-pagination {
  background-color: #f4f6e9;
  border: 3px solid #dfc686;
  padding: 0px 5px 0px 5px;
  max-width: 875px;
  margin: auto;
}

.user img {
  display: block;
  position: relative;
  float: left;
  margin-right: 20px;
  width: 58px;
  height: 58px;
  margin-bottom: 1px;
}

.user h1 {
  font-family: Cambria Math, serif;
  text-shadow: 1px 1px #c3a16d;
  font-size: 2.5em;
  margin-bottom: 8px;
  letter-spacing: 3px;
  line-height: 0.85em;
  margin: 0px 0px 0.2em 0px;
  color: #5a3b32;
}

.user h1 a {
  text-transform: uppercase;
  color: #5a3b32;
}

.blog-content .banner {
  height: 250px;
  position: relative;
}

.banner>img,
.banner,
.blog-content .banner {
  display: none;
}

.banner img {
  width: 100%;
  height: auto;
}

.blog-content img {
  max-width: 100%;
  height: auto;
}

.blog-content iframe {
  max-width: 100%;
}

.logo img {
  width: 100%;
  height: auto;
}

.logo-small {
  margin: 120px auto 70px;
  max-width: 700px;
}

.logo-small span {
  font-size: 24px;
  font-family: Cambria Math, serif;
  color: white;
  float: right;
  margin-top: -37px;
  font-weight: 600;
  margin-right: -30px;
  text-transform: uppercase;
}

.logo-home {
  margin: 120px auto -35px;
  max-width: 600px;
}

.logo-home img {
  width: 100%;
  margin-bottom: 40px;
}

.wargroovevideo iframe {
  display: table;
  margin: auto;
  max-width: 100%;
  border: 3px #c5c5c5 solid;
}

main.container {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}


#title-box {
  background-color: #f4f6e9;
  max-width: 875px;
  margin: auto;
  padding-left: 15px;
  border: solid 3px #dfc686;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Cambria Math, serif;
  color: #5a3b32;
  text-transform: uppercase;
}

#title-box h1 {
  font-size: 24px;
  text-shadow: 1px 1px #c3a16d;
}

/* --------------------\
|      SEARCH BOX      |
\-------------------- */

div#search-box {
  max-width: 875px;
  margin: 0px auto 10px;
  padding: 25px;
  background: #f4f6e9;
  border: 3px #dfc686 solid;
  overflow: auto;
}

#search-box label {
  width: calc(100% - 150px);
  display: inline-block;
  float: left;
  margin: 0px;
}

div#search-box input.search-field {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #5a3b32;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 2px 5px;
  height: 35px;
  color: #5a3b32;
  width: 100%;
  font-weight: 500;
  display: block;
  border-right: none;
}

div#search-box input.search-submit {
  width: 150px;
  float: left;
  display: inline-block;
  height: 35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #5a3b32;
  color: #dfc686;
  font-weight: 600;
  border: none;
  transition: color .2s, background .2s;
}

div#search-box input.search-submit:hover {
  background: #c3a16d;
  color: white;
}

.search-results main.container .blog-content {
  margin-top: 0px;
}

/* ---------------------
|        FOOTER        |
--------------------- */

footer {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: transparent;
  padding-top: 1px;
  border-bottom: 0px;
}

footer .gallery>ul {
  list-style-type: none;
  padding: 5px 10px;
  margin: 0 auto;
  width: 100%;
}

footer .gallery>ul>li {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  transition: all .2s;
  cursor: pointer;
  margin: 0px 5px 0px 5px;
  width: calc(33.333% - 10px);
  border: 1px solid #333;
}

footer .gallery>ul>li a img {
  opacity: 0.8;
  transition: opacity .2s;
  width: 100%;
  transform: translateZ(0);
}

footer #gallery {
  image-rendering: initial;
}

footer #gallery-small {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  image-rendering: initial;
}

footer #gallery-small h3 {
  font-family: 'Amatic SC', cursive;
  letter-spacing: 4px;
  text-align: center;
  color: white;
  font-size: 3em;
  font-weight: 600;
  margin: -20px 0 10px;
}

footer #gallery-small .end a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.15);
}

footer #gallery .row li:first-of-type,
footer #gallery .row li:last-of-type {
  border: none;
}

footer #gallery .row li {
  width: calc(20% - 10px);
  height: 92px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 0px;
}

li#blank {
  border: none;
  cursor: default;
}

.footerwrapper {
  background-color: #100810;
  background-image: linear-gradient(to right, #080810, #100810, #100810, #100810, #080810);
  border-top: 3px #100810 solid;
  margin-top: 35px;
  box-shadow: 0 -3px 0 #201420, 0 -6px 0 #302010, 0 -9px 0 #a09858, 0 -12px 0 #d0c898, 0 -15px 0 #302010, 0 -18px 0 #160e14;
}

footer #gallery .row li a img {
  position: absolute;
  transition: opacity .2s;
  height: auto;
  width: 100%;
  left: 50%;
  transform: translateZ(0) translateX(-50%);
}

footer #gallery .row li:first-of-type a img {
  position: absolute;
  transition: opacity .2s;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateZ(0) translateX(-50%);
}

footer #gallery .row li:last-of-type a img {
  position: absolute;
  transition: opacity .2s;
  height: auto;
  width: 100%;
  left: 50%;
  transform: translateZ(0) translateX(-50%);
  bottom: 0;
}

footer .gallery>ul>li:hover {
  border-color: #AAA;
}

footer .gallery>ul>li a:hover img {
  opacity: 1;
}

footer .footer-footer {
  width: 100%;
  color: rgb(223, 198, 134);
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px;
  cursor: default;
}

footer .footer-footer>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-footer>ul>li {
  display: inline-block;
  margin: 0 20px;
}

footer .footer-footer>ul>li.to-right {
  float: right;
}

footer .footer-footer>ul>li>a {
  color: rgba(255, 255, 255, 0.6);
  transition: all .2s;
}

footer .footer-footer>ul>li>a:hover {
  color: white;
}

@media screen and (max-width: 1250px) {
  footer #gallery .row li {
    height: 72px;
  }
}

@media screen and (max-width: 992px) {
  footer #gallery-small {
    display: block;
  }

  footer #gallery {
    display: none;
  }

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

  footer .footer-footer>ul>li.to-right {
    float: none;
    margin-top: 10px;
  }

  article .post-content .post-full-info .avatar {
    display: none;
  }

  .sidebar-top img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  footer #gallery-small {
    display: none;
  }

  footer #gallery {
    display: block;
  }
}

/* ----------------------
|        ARTICLE        |
---------------------- */

article {
  margin: 0px;
  margin-bottom: 25px;
  padding: 45px;
  color: #5a3b32;
  background-color: #f4f6e9;
}

article:last-of-type {
  margin-bottom: 0px;
}

article .banner {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: black;
  margin-bottom: 25px;
}

article .banner>img {
  position: relative;
  width: 100%;
  height: auto;
}

article .banner a {
  opacity: 0.7;
  transition: all .2s;
}

article .banner a:hover {
  opacity: 1;
}

article .user {
  position: relative;
  float: left;
  margin-right: -50px;
  margin-bottom: 23px;
  margin-top: -50px;
  margin-left: -50px;
  width: 100%;
}

article .user,
.post-content {
  display: inline-block;
}

article .user-name {
  display: block;
  text-align: center;
  font-weight: 600;
  color: #CACECD;
  position: relative;
  font-size: 12px;
  line-height: 22px;
}

.blog-content .post-content {
  margin: 0px -50px -50px -50px;
  display: table;
  min-width: 100%;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content iframe {
  max-width: 100%;
}

.article-content .post-content {
  max-width: 875px;
}

.articlewrapper {
  margin: -20px;
  background-color: #f4f6e9;
  image-rendering: initial;
}

.article-content .articlewrapper {
  margin: -20px -60px -50px -20px;
}

div.page-content.full-width div.articlewrapper {
  margin: -50px -50px -90px -50px;
  background-color: #f4f6e9;
}

.page-content .post-content {
  max-width: 100%;
  min-width: 0px;
  margin-left: 0px;
  padding-right: 35px;
  padding-left: 0px;
}

.article-content .post-content {
  min-width: 0px;
  margin-left: -50px;
  padding-right: -20px;
  padding-left: 0px;
}

.post-date,
.author,
.post-tag,
.read-more {
  color: #5a3b32;
  font-weight: 600;
}

.post-date a,
.author a,
.post-tag a,
.read-more {
  color: #5a3b32;
  transition: color .2s;
}

.post-date a:hover,
.author a:hover,
.post-tag a:hover,
.read-more:hover {
  color: blue;
}

.post-info {
  font-size: 1em;
  line-height: 1em;
  margin-top: 0px;
  padding-right: 25px;
}

.post-full-info .post-info {
  margin: -5px 0px 0px 0px;
}

.col-sm-8 div.banner {
  display: none;
}

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

div.sidebar.sidebar-top.col-sm-4 {
  margin-top: -50px;
  display: none;
}

.read-more {
  float: right;
  font-size: 13px;
  margin-top: 10px;
  display: none;
}

.prev {
  float: left;
}

.prevnext_post {
  text-align: right;
  padding-top: 8px;
}

.prevnext_post a {
  color: #5a3b32;
}

/* ----------------------------------\
|        POST CONTENT STYLING        |
\---------------------------------- */

.post-content {
  min-width: calc(100% - 100px);
  min-height: 130px;
  color: #5a3b32;
  line-height: 20px;
}

.post-content a {
  color: #5a3b32;
}

.post-content p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.post-content code {
  padding: 3px 7px;
  font-size: 90%;
  color: #5a3b32;
  background-color: #0A0A0A;
  border-radius: 4px;
}

.post-content blockquote {
  padding: 5px 10px;
  margin: 0 0 20px;
  border-left: 2px solid #333;
  color: #5a3b32;
  font-size: 1.2em;
  font-weight: 600;
}

.post-content blockquote p {
  margin-bottom: 0px !important;
}

.post-content .alignleft {
  float: left;
  margin: 0 15px 30px 0;
}

.post-content .aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.post-content .alignright {
  float: right;
  margin: 0 0 30px 15px;
}

.post-content .alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}

.post-content .size-full {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.post-content p .alignleft {
  float: left;
  margin: 20px 0 20px 0;
  max-width: 100%;
  height: auto;
}

.post-content p .aligncenter {
  display: block;
  margin: 20px auto 20px auto;
  max-width: 100%;
  height: auto;
}

.post-content p .alignright {
  float: right;
  margin: 20px 0 20px 0;
}

.post-content p .alignnone {
  float: none;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 0 20px 0;
}

.post-content p .size-full {
  max-width: 100%;
  height: auto;
}

.post-content h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: Cambria Math, serif;
  text-shadow: 1px 1px #c3a16d;
  font-size: 2.5em;
  margin-bottom: 8px;
  letter-spacing: 3px;
  line-height: 0.85em;
  margin: 0px 0px 0.2em 0px;
  color: #5a3b32;
}

.post-content h2 {
  font-family: 'Amatic SC', cursive !important;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  color: white;
  text-transform: uppercase;
}

.post-content h3 {
  font-family: 'Amatic SC', cursive !important;
  font-size: 1.67em;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  color: white;
  text-transform: uppercase;
}

.post-content h4 {
  font-family: 'Amatic SC', cursive !important;
  font-size: 1.25em;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  color: white;
  text-transform: uppercase;
}

.post-content h5 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
}

.post-content h6 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
}

.post-content .mark,
mark {
  padding: .2em;
  padding: 2px 7px 3px;
  font-size: 90%;
  border-radius: 4px;
  background-color: rgba(230, 203, 61, 0.51);
  color: white;
  font-weight: 600;
  border: 1px solid rgba(230, 203, 61, 0.3);
}

.post-content a {
  color: #5a3b32;
  font-weight: 600;
  transition: color .2s;
}

.post-content a:hover {
  color: #dfc686;
}

.post-content table {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  width: 100%;
  border: 1px solid #555;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.post-content tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.post-content td {
  vertical-align: middle;
  border: 1px solid #555;
  padding: 10px;
}

.post-content th {
  padding: 10px;
  border: 1px solid #555;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fafafa;
}

.post-content tfoot {
  padding: 10px;
  border: 1px solid #555;
  background-color: rgba(255, 255, 255, 0.1);
  color: #888;
}

hr {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #333;
  /* old IE */
  background-color: #333;
  /* Modern Browsers */
}

.page-number {
  padding-left: 20px;
  color: #5a3b32;
}

/* ----------------------------
|        Main Page Splash     |
---------------------------- */
#header_splash {
  height: 1000px;
  background: url(../../uploads/2018/08/Open_doorway.png) no-repeat center center;
}

#leftborder {
  background: url(../../uploads/2018/08/Left_border.png) right;
  height: 100%;
  width: 130px;
  max-width: 130px;
  position: fixed;
  left: 0;
}

#rightborder {
  background: url(../../uploads/2018/08/Right_border.png);
  height: 100%;
  width: 130px;
  max-width: 130px;
  position: fixed;
  right: 0;
}

div#splash_animation,
div#splash_static {
  height: 1000px;
  width: 100%;
  position: absolute;
  z-index: -10;
  text-align: center;
}

img#timespinner_animation {
  margin-top: 215px;
}

img#timespinner_static {
  margin-top: 20px;
}

@media screen and (max-width: 1375px) {

  #leftborder,
  #rightborder {
    width: 5%;
  }
}

@media screen and (max-width: 1175px) {

  #leftborder,
  #rightborder {
    width: 0px;
  }
}

div#content {
  max-width: 960px;
  height: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#mainpage_logos {
  width: 100%;
  text-align: center;
}

#mainpage_logos img {
  max-width: 100%;
  padding: 8px;
}

#mainpage_logos a img {
  transition: opacity .2s;
  opacity: 0.7;
}

#mainpage_logos a:hover img {
  opacity: 1;
}

#mainpage_logos_mobile {
  display: none;
  width: 100%;
  text-align: center;
}

#content_text_area {
  color: #ccc4b2;
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.12em;
  font-family: 'Merriweather', sans-serif;
}

ul.features_list {
  margin-left: -25px;
  margin-bottom: -30px;
}

ul.features_list li {
  padding: 0 10px 0 35px;
  list-style: none;
  line-height: 24px;
  background-image: url('../../uploads/2018/08/pixel_bullet.png');
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 25px;
}

span#content_highlight {
  color: #e6c782;
}

span#content_title {
  font-family: 'CelticTime', sans-serif;
  text-shadow: 0 2px 0 #000000;
  font-size: 36px;
  color: #ccc4b2;
  position: relative;
  top: -3px;
}

div#title {
  text-align: center;
  margin-top: 40px;
}

img#lunais_portrait {
  float: left;
  margin-right: 20px;
  height: 125px;
}

img#mayef {
  float: right;
  height: 180px;
}

td.ratings {
  opacity: 0.5;
  padding: 5px;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

td.ratings:hover {
  opacity: 1.0;
  padding: 5px;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border: solid white;
  margin-top: 25px;
  margin-bottom: 25px;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

div#mainpage_logo {
  position: absolute;
  width: 100%;
  top: 350px;
  text-align: center;
}

div#mainpage_logo img {
  max-width: 100%;
}

table.screenshots img {
  width: 100%;
  height: auto;
  border: #333 2px solid;
  box-shadow: 5px 5px rgba(0, 0, 0, .3);
}

table.screenshots {
  width: 100%;
}

table.screenshots td {
  padding: 8px;
}

td.ratings_country {
  text-align: center;
  font-size: 10px;
  font-family: sans-serif;
  color: #ffffffb0;
  line-height: 10px;
}

/* --------------------------------------\
|        Navbar Decorations              |
\-------------------------------------- */

div.navleft {
  height: 63px;
  width: 327px;
  background: url(../../uploads/2018/07/Navbar_left.png) no-repeat;
  float: left;
}

div.navright {
  height: 63px;
  width: 327px;
  background: url(../../uploads/2018/07/Navbar_right.png) no-repeat;
  float: right;
}

nav>ul>li {
  line-height: 63px;
}

header.wg_header {
  height: 63px;
  background-image: url(../../uploads/2018/07/Navbar_bg.png);
  box-shadow: 0px 20px 30px black;
  overflow: hidden;
}

@media screen and (max-width: 1425px) {

  div.navleft {
    margin-left: -50px;
  }

  div.navright {
    margin-right: -50px;
  }
}

@media screen and (max-width: 1325px) {

  div.navleft {
    margin-left: -150px;
  }

  div.navright {
    margin-right: -150px;
  }
}

@media screen and (max-width: 1125px) {

  div.navleft {
    margin-left: -200px;
  }

  div.navright {
    margin-right: -200px;
  }
}


@media screen and (max-width: 865px) {

  div.navleft,
  div.navright {
    display: none;
  }
}

/* --------------------------------------\
|        SEPARATORS                      |
\-------------------------------------- */

div#separator {
  width: 100%;
  min-height: 68px;
  background-image: url(../../uploads/2018/09/Main_Separator.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
}

div#features_separator {
  width: 100%;
  min-height: 68px;
  background-image: url(../../uploads/2018/09/Feature_separator.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

@media screen and (max-width: 870px) {
  div#separator {
    background-size: cover;
  }
}

@media screen and (max-width: 800px) {
  div#features_separator {
    background-size: cover;
  }
}

/* -----------------------------------------
|        Presskit                           |
------------------------------------------ */

body.page-id-109 div.post-content {
  background-color: #f4f6e9;
  margin: -1px;
}

body.page-id-109 div.page-content {
  margin: 160px auto 145px;
  max-width: 1100px;
}

body.page-id-109 .post-content td,
body.page-id-109 .post-content table {
  border: none;
}

body.page-id-1853 pre {
  margin-bottom: 25px;
  margin-top: -15px;
}

.presskit {
  float: left;
}

#press_team,
#press_credits {
  width: 50%;
}

#press_videos p {
  margin-bottom: 0;
  margin-top: 1.5em;
}

.press_wrapper {
  padding-top: 30px;
}

.press_wrapper p {
  font-size: 16px;
}

.press_wrapper li {
  font-size: 16px;
  line-height: 1.5em;
}

.press_wrapper h1 {
  font-size: 24px !important;
  margin-bottom: 10px;
}

div#press_toc h1 {
  text-align: left;
}

#press_toc {
  width: 16.667%;
}

#press_toc p {
  line-height: 2.8em;
}

#press_body {
  width: 83.3333%;
}

#press_top_logo {
  text-align: center;
  margin-bottom: 40px;
}

#press_body_full {
  padding-left: 25px;
  padding-right: 25px;
}

#press_factsheet {
  width: 30%;
}

#press_description {
  display: grid;
}

#press_credits p {
  font-size: 14px;
}

.steam_cap {
  margin-bottom: -30px !important;
  text-align: center;
}


/* ---------------------
|    New Footer       |
--------------------- */

div.content_section_footer {
  background-color: #830633;
}

div#content_footer {
  margin-top: 120px;
  position: relative;
  z-index: 50;
}

div.content_section_footer.landing {
  background-color: #830633;
  border-top: 3px solid #6e4b3a;
}

div.content_section_footer.gameplay {
  background-color: #0a532c;
  border-top: 3px solid #073c20;
}

div.content_section_footer.factions {
  background-color: #0d070f;
  border-top: 3px solid #1a1117;
}

div#chucklefish_presents_footer {
  margin: auto;
  width: 1100px;
  max-width: 100%;
  margin: 40px auto 12px;
  min-height: 200px;
}

img#chucklefish_presents {
  max-width: 100%;
  margin-top: -189px;
  margin-left: 6px;
  image-rendering: auto;
}

div#published_badge {
  width: 33%;
  display: table-cell;
}

img#published {
  padding: 12px 12px 12px 12px;
  max-width: 100%;
  margin: auto;
  width: 326px;
  cursor: pointer;
  image-rendering: auto;
}

img#published:hover {
  filter: brightness(120%);
}

img#published:active {
  filter: brightness(60%);
}

div#published_wrapper {
  display: block;
  background-color: #00000047;
  margin: auto;
  text-align: center;
}

table.footer_table {
  margin: auto;
}

div#content_footer .footer-footer {
  background-color: #171717;
  width: 100%;
  color: rgb(223, 198, 134);
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px;
  cursor: default;
  display: inline-block;
}

div#content_footer .footer-footer>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div#content_footer .footer-footer>ul>li {
  display: inline-block;
  margin: 0 20px;
}

div#content_footer .footer-footer>ul>li.to-right {
  float: right;
}

div#content_footer .footer-footer>ul>li>a {
  color: rgba(255, 255, 255, 0.6);
  transition: all .2s;
}

div#content_footer .footer-footer>ul>li>a:hover {
  color: white;
}

button,
input,
select,
textarea {
  background: none;
  border: none;
  font-size: 64px;
  color: #fffdfd4a;
}

button:hover {
  color: #00000045;
}

button:focus {
  outline: 0;
}

/* Dots */

.footer_bubble {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fffdfd4a;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.footer_bubble:hover {
  background-color: #00000045;
}

td.footer_bubbles {
  text-align: center;
  padding-top: 15px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 0.5s;
  opacity: 100;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@media screen and (max-width: 725px) {

  img#chucklefish_presents {
    margin-top: -99px;
  }

  div#content_footer {
    margin-top: 60px;
  }

}

@media screen and (max-width: 675px) {

  img#chucklefish_presents {
    margin-top: -69px;
  }

}

@media screen and (max-width: 550px) {

  div#published_badge {
    width: initial;
    display: initial;
  }

}

/* --------------------------------------\
|        PAGE WIDTH MEDIA QUERIES        |
\-------------------------------------- */

@media screen and (max-width: 1600px) {

  #head-container {
    top: -210px;
  }

  .logo-home {
    top: -64px;
  }
}

@media screen and (max-width: 1400px) {

  #head-container {
    top: -250px;
  }
}

@media screen and (max-width: 992px) {

  article .post-content {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 800px) {

  .logo {
    margin-top: 130px;
  }

  .logo-home {
    margin-top: 200px;
    margin-bottom: -90px;
    top: 10px;
    width: 80%;
  }

  .blog-content article .user img {
    display: none;
  }

  .post-info {
    margin-left: 0px;
  }

  .logo-home img {
    width: 100%;
  }

  .post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    float: none !important;
  }
}

@media screen and (max-width: 600px) {

  .logo {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }

  .logo-home {
    margin-top: 200px;
    margin-bottom: 50px;
    top: 50px;
  }

  .logo span {
    width: 100%;
    padding-left: 60px;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .blog-content article .post-content h1 {
    text-align: center;
  }

  .blog-content article .post-info {
    width: 100%;
  }

  a.read-more {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    transition: color .2s, background .2s;
    background-color: #dfc686;
    border: #c3a16d solid 1px;
    border-radius: 5px;
  }

  a.read-more:hover {
    background-color: #c3a16d;
    border: #a47750 solid 1px;
    color: #5a3b32;
  }

  div.newer,
  div.previous {
    visibility: hidden;
    width: 30px;
    position: relative;
  }

  div.newer a:after {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    visibility: visible;
    font-size: 25px;
    line-height: 20px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }

  div.previous a:after {
    content: "\f0a8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    visibility: visible;
    float: left;
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }

  section:first-child p {
    padding: 10px 20px;
    line-height: 30px;
  }

  section:not(:first-child) p {
    padding: 10px 30px;
    line-height: 30px;
  }
}

img#timespinner_static {
  display: none;
}

@media screen and (max-width: 500px) {

  .logo span {
    font-size: 22px;
    margin-top: -30px;
    padding-left: 30px;
  }

}

@media screen and (max-width: 400px) {

  .logo span {
    font-size: 18px;
    margin-top: -25px;
  }

}