/*
Theme Name: Wargroove Theme
Theme URI: http://www.wargroove.com/
Description: Official Wargroove Wordpress Theme.
Version: 1.0
Tags: wargroove, official, theme
Text Domain: wargroove
*/

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

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

@font-face
{
font-family: WargrooveBody;
src: url('/wp-content/themes/wargroove/fonts/wargroovebody.ttf'),
     url('/wp-content/themes/wargroove/fonts/wargroovebody.eot'); /* IE9 */
} 

@font-face
{
font-family: SitkaText;
src: url('/wp-content/themes/wargroove/fonts/SitkaText.ttf'),
     url('/wp-content/themes/wargroove/fonts/SitkaText.eot'); /* IE9 */
} 

.clear {
	clear: both;
}

body {
        background: url("/wp-content/uploads/2017/02/wargroove-bg.png") no-repeat fixed center center / cover;
        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+                           */
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none;
}

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

header.wg_header {
	top: 0;
	position: absolute;
	margin: 0 auto;
	height: 50px;
	width: 100%;
	background-color: rgba(21, 71, 148, 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;
}

img.mercia {
    position: absolute;
    width: 360px;
    z-index: -50;
}

img.ragna {
    position: absolute;
    right: 0px;
    width: 360px;
    top:-28px;
    z-index: -50;
}

div.mainpagewrap {
    position: relative;
}

@media screen and (max-width: 1300px) {
  td.welcome-right-cell {
    display: none;
  }
  td.welcome-left-cell {
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  img.ragna {
     display:none;
  }
  div.wargroovevideo, div.wargroovelinks {
     margin-left: 300px;
  }
}

@media screen and (max-width: 1000px) {
  img.mercia {
     display:none;
  }
  div.wargroovevideo, div.wargroovelinks {
     margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  div.logo.logo-home {
    margin: 195px auto -20px;
  }
  nav.container {
	background-color: rgba(21, 71, 148, 0.8);
  }
  header.wg_header {
	background-color: transparent;
   }
}

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: #F9EC88;
}

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: red;
}

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

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

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


@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: #F9EC88;
}

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

#sociallinks {
    min-height:91px;
}

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

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

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

  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.95em;
    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: 60px auto 70px;
  max-width: 500px;
}

.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 -25px;
  max-width: 500px;
}

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

.wargroovevideo iframe {
     display: table;
     margin: auto;
     max-width: 100%;
}

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;
  font-size: 14px;
}

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;
  font-size: 15px;
}

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: #f4f6e9;
    padding-top: 1px;
    border: #dfc686 solid 3px;
    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: #5a3b32;
  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: transparent;
}

footer #gallery .row li a img {
  position: absolute;
  transition: opacity .2s;
  width: 100%;
}

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 {
        background-color: #5a3b32;
        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;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

/* ----------------------
|        SIDEBAR        |
---------------------- */

.blog-content,  
.article-content,  
.page-content {
	margin: 0px auto 25px;   
}

.article-content .post-content {
  float: left;
}

.article-content .sidebar {
  float: left;
  background-color: rgba(0,0,0,0.1);
  margin-right: -30px;
  margin-left: 30px;
  display: none;
}

.page-content .post-content {
  float: left;
}

.page-content .sidebar {
  float: left;
}

.sidebar h1 {
    font-family: Cambria Math, serif;
    text-shadow: 1px 1px #c3a16d;
    font-size: 2em;
    letter-spacing: 3px;
    line-height: 0.85em;
    color: #5a3b32;
}

.sidebar a {
    color: #5a3b32;
}

section:first-of-type,
section:last-of-type {
	color: white;
	padding: 0px;
}

section:first-child p {
	padding: 20px 40px;
}

section.image-links {
	color: white;
	padding: 0px;
	background-image: radial-gradient(circle at top, #132728, #171E28);
}

.image-links .item-wrapper {
	padding: 20px;
	max-height: 250px;
}

.image-links .item-wrapper img {
	max-width: 100%;
}

.image-links .item-wrapper .item {
  height: 210px;
  opacity: 0.7;
  transition: opacity .2s;
  box-shadow: inset 0px 10px 40px rgb(0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
}

.image-links .item-wrapper .item:hover {
  opacity: 1.0;
}

.section-overlay {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;

  padding: 290px 0 10px;
  /* remove the linear gradient if your image already has a fading-to-black effect */
  background-image: linear-gradient(
    rgba(0, 0, 0, 0), 
    rgba(0, 0, 0, 0.00), 
    rgba(0, 0, 0, 0.9), 
    black);
}

.section-overlay p a {
  color: #ffffff;
}

.section-overlay p a:hover {
  color: #F9EC88;
}

.section-overlay p {
  color: #aaaaaa;
  line-height: 2.0em;
  margin: 0 auto 1.5em;
  width: 80%;
}

.section-overlay h1 {
  font-family: 'Amatic SC', cursive;
  letter-spacing: 8px;
  font-weight: 600;
  font-size: 3.5em;
  margin: 0 0 0.5em;
}

#itemimage1 {
  background-image: url("http://staging.playstarbound.com/wp-content/uploads/2016/02/watch_trailer3.png");
}

#itemimage2 {
  background-image: url("http://staging.playstarbound.com/wp-content/uploads/2016/03/buystarbound_button6.png");
}

#itemimage3 {
  background-image: url("http://staging.playstarbound.com/wp-content/uploads/2016/02/meettheraces_rectangle_2.png");
}

#itemimage4 {
  background-image: url("http://staging.playstarbound.com/wp-content/uploads/2016/06/merch_button_7.png");
}

#itemimage5 {
  background-image: url("http://staging.playstarbound.com/wp-content/uploads/2016/06/presskit_4.png");
}

#itemimage6 {
  background-image: url("http://staging.playstarbound.com/wp-content/uploads/2016/08/creeperhost_rectangle2.png");
}

@media screen and (max-width: 600px) {
	section:first-child p {
		padding: 10px 20px;
		line-height: 30px;
	}
	
	section:not(:first-child) p {
		padding: 10px 30px;
		line-height: 30px;
	}
}

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

article {
  margin-bottom: 15px;
  color: #5a3b32;
  border: 25px solid transparent;
  -webkit-border-image: url(/wp-content/uploads/2017/02/border-img.png) 50 50 50 50; /* Safari 3.1-5 */
  -o-border-image: url(/wp-content/uploads/2017/02/border-img.png) 50 50 50 50; /* Opera 11-12.1 */
  border-image: url(/wp-content/uploads/2017/02/border-img.png) 50 50 50 50;
}
}

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

article .banner {
	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;
  margin-bottom: 23px;
  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 {
   max-width: 100%;
}

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

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

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

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

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

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

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

.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;
}

.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;
}

.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 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 h1 a {
  color: white;
}
.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;
  font-size: ;
  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 {
  font-weight: 600;
  transition: color .2s;
}

.post-content a:hover {
  text-decoration: underline;
}

.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;
}

figcaption {
	display: block !important;
    text-align: center;
}

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

@media screen and (max-width: 1600px) {
	
  #head-container {
    top: -210px;
  }    
  .logo-home {
    top: -64px;
  }

  #head-container .head-bg,
  #head-container .stars,
  #head-container .head-bg-nosky {
    transform: translateX(-50%) scale(0.85);
  }

}

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

  #head-container {
    top: -250px;
  }
  #head-container .head-bg,
  #head-container .stars,
  #head-container .head-bg-nosky{
    transform: translateX(-50%) scale(0.75);
  }

}

@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%;
  }
  .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;
  }
}

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

@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;
	}
	
}

/* ---------------------
|    New Frontpage     |
--------------------- */

body.page-id-1119, body.page-id-526, body.page-id-2854 {
   background-image: none;
   background-color: #080810;
   overflow-x: hidden;
   image-rendering: initial;
}

#header_splash {
    min-height: 913px;
}

div.logo_layer {
    text-align: center;
    padding-top: 500px;
    margin-bottom: -154px;
}

div.logo_layer img {
    max-width: 100%;
}

.parallax_layer {
    height: 913px;
    width: 100%;
    position: absolute;
    background-size: cover;
}

#layer-1 {
    background-image: url(/wp-content/uploads/2020/02/dlc_splash-banner.png);
    border-bottom: 3px solid #6e4b3a;
    z-index: -10;
    background-position: center;
}

.content_section_wrapper {
   margin-top: 913px;
}

.content_section_body {
   min-height: 100px;
}

#content_subheader {
   background-image: url(/wp-content/uploads/2018/12/map_bg.png);
   border-top: 3px solid #dfc686;
   border-bottom: 3px solid #dfc686;
}

table#subheader_table {
   padding-top:55px;
   max-width: 100%;
   margin:87px auto 10px;
   text-align:center;
}

table#gif_section_table {
   padding-top:55px;
   max-width: 100%;
   width: 100%;
   margin: 87px auto 50px;
   text-align:center;
}

td.gifs_center {
   width: 1100px;
}

span#availablenow {
   font-size: 42px;
   font-family: SitkaText;
   color: #47202e;
}

div#platform_logos {
   background-image: url(/wp-content/uploads/2018/12/Platform_Scroll.png);
   width: 907px;
   margin: auto;
   max-width: 100%;
   padding-left: 60px;
   padding-top:36px;
   padding-bottom: 50px;
   padding-right: 60px;
}

div#platform_logos2 {
   background-image: url(/wp-content/uploads/2019/07/Wide-Banner.png);
   margin: auto;
   max-width: 100%;
   padding-left: 120px;
   padding-top:45px;
   padding-bottom: 70px;
   padding-right: 120px;
   margin-top: -90px;
   background-repeat: no-repeat;
}

div#platform_logos2 img {
   padding: 10px 10px 0;
   max-width: 100%;
}

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

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

div#logo {
   display: inline;
   width: 25%;
}

div#subheader_button {
    display:inline;
    padding:20px;
}

div#subheader_button img {
    padding-top: 30px;
}

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

div#subheader_button img:active {
    filter: brightness(70%);
}

td.subheader_sides {
   width: 25%;
   padding-bottom: 100px;
   font-size: 24px;
   font-weight: 600;
   text-shadow: 2px 3px 8px black;
   color: yellow;
   font-style: italic;
}

td.subheader_sides span, td.screenshots_sides span {
   color: white;
   font-style: normal;
   padding: 6px;
   font-size: 24px;
}

td.subheader_center {
   width: 916px;
}

td.subheader_center img {
   max-width: 100%;
}

span#quote_source {
   text-align: right;
   font-style: italic !important;
   margin-left: 100px;
   line-height: 60px;
}

span#quote_source a {
   color: white;
}

span#quote_source a:hover {
   color: #0063a8;
   text-shadow: none;
}

img#sedge_laugh {
   margin-right: 50px;
}

img#sedge_laugh_mobile {
   display:none;
}

img#emeric_dance {
   margin-left:30px;
}

img#emeric_dance_mobile {
   display:none;
}

#content_video {
   background-image: url(/wp-content/uploads/2018/12/blue-bg.png);
   border-top: 3px solid #6e4b3a;
   border-bottom: 3px solid #6e4b3a;
   padding: 10px;
   box-shadow: 0px 5px 20px #292929 inset;
}

table#video_table {
   margin: 67px auto 97px;
}

td#video_wrap {
   width:1100px;
}

div.trailer_video {
   overflow: hidden;
   padding-bottom: 56.25%;
   position: relative;
   height: 0;
}

div.trailer_video iframe {
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   position: absolute;
   border: 3px solid #dfc686;
}

#content_quiz {
   background-image: url(/wp-content/uploads/2018/12/map_bg.png);
   border-top: 3px solid #dfc686;
   border-bottom: 3px solid #dfc686;
}

div#quiz_section {
   padding: 35px 240px 20px;
   margin: 35px -100px 35px -100px;
}

table#quiz_table {
   position: relative;
   margin: auto;
   max-width: 1500px;
}

table#features_table {
   position: relative;
   margin: auto;
   width: 100%;
   max-width: 1600px;
}

table#features_table td {
    vertical-align: bottom;
}

td#quiz_wrap {
   width: 50%;
   padding-top: 22px;
   min-width: 880px;
}

td#nuru_portrait {
   width: 25%;
}

td#nuru_portrait img {
   position: absolute;
   bottom: 0;
   z-index: 40;
}

td#ryota_portrait {
   width: 25%;
}

td#ryota_portrait img {
   z-index: 40;
   position:absolute;
   bottom: 0;
}

td#sigrid_portrait {
   text-align:center;
}

td#sigrid_portrait img {
   position: absolute;
   bottom: 0;
}

img#sigrid_portrait {
   left: 170px;
   width: 280px;
}

img#valder_portrait {
   left: -50px;
   width: 262px;
}

img#mercia_portrait {
   right: -40px;
   width: 228px;
}

img#caesar_portrait {
   right: 190px;
   width: 256px;
}

td#caesar_portrait {
   text-align:center;
}

td#caesar_portrait img {
   position: absolute;
   bottom: 0;
}

img#sedge_portrait {
   left: 20px;
}

img#nuru_portrait {
   left: -210px;
}

img#ryota_portrait {
   right: 150px;
}

img#floran_banner {
   left: -100px;
}

img#heavensong_banner {
   right: -75px;
}

img#tenri_portrait {
   right: -95px;
}

#content_screenshots {
   background-image: url(/wp-content/uploads/2018/12/yellow-bg.png);
   border-top: 3px solid #6e4b3a;
   border-bottom: 3px solid #6e4b3a;
   box-shadow: 0px 5px 20px #292929 inset;
}

#content_features {
   background-image: url(/wp-content/uploads/2018/12/map_bg.png);
   border-top: 3px solid #dfc686;
   border-bottom: 3px solid #dfc686;
}

div.feature_section {
   border: 18px solid transparent;
   border-image: url(/wp-content/uploads/2018/11/feature_border.png) 18 stretch;
   background-color: #f4f6e9;
   border-radius: 18px;
   text-align:center;
   padding: 30px;
   margin: 0 40px 0;
   font-family: WargrooveBody;
   font-size: 32px;
}

div.feature_section ul {
   text-align:left;
}

div#features_section {
   margin: 35px 0px 30px;
   padding: 30px 70px 30px;
}

span#features_headline {
   position: absolute;
   text-align: center;
   width: 663px;
   font-size: 42px;
   padding-top: 46px;
   font-family: SitkaText;
   color: white;
   text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000;
}

div.screenshots_wrap table {
   width:100%;
   margin-bottom: 20px;
}

td.screenshots {
   width:1100px;
   max-width:100%;
}

div.screenshots_wrap {
   max-width:100%;
   margin: 67px auto 57px;
   text-align:center;
}

table.screenshots td {
    padding: 13px;
}

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

td.screenshots_sides {
   font-size: 24px;
   font-weight: 600;
   text-shadow: 2px 3px 8px black;
   color: yellow;
   font-style: italic;
   width: 21%;
}

div.screenshot_quote span {
   color: white;
   padding: 5px;
   font-style: italic;
}

td.gifs_sides {
   font-size: 24px;
   font-weight: 600;
   text-shadow: 2px 3px 8px black;
   color: #8ab141;
   font-style: italic;
   width: 25%;
}

#content_gifs {
   background-image: url(/wp-content/uploads/2018/12/green-bg.png);
   border-top: 3px solid #6e4b3a;
   border-bottom: 3px solid #6e4b3a;
   box-shadow: 0px 5px 20px #292929 inset;
}

table#gifs_table {
   max-width: 1100px;
   width: 100%;
   margin: auto;
   text-align: center;
   margin-top: -10px;
   margin-bottom: 80px;
   color: white;
   font-family: SitkaText;
   font-size: 24px;
   text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, 2px 5px 8px black;
}

table#gifs_table img {
   max-width: 100%;
}

table#gifs_table td {
   padding: 3px;
}

img#gameplay_gif {
   border: 3px solid #dfc686;
   border-radius: 5px;
   margin-top: 40px;
   margin-bottom: 40px;
}

img#caesar_roll {
   padding-right: 20px;
   padding-top: 30px;
}

img#mercia_grin {
   padding-left: 20px;
   padding-right: 70px;
   padding-top: 30px;
}

div.scroll {
   text-align: center;
   margin-top: -70px;
   margin-bottom: -120px;
   z-index: 30;
   position: relative;
}

li.bullet_cherrystone {
   background: url('/wp-content/uploads/2018/11/bullet_cherrystone.png') no-repeat left;
   padding-left: 32px;
   display: block;
   margin-bottom: 35px;
}

li.bullet_felheim {
   background: url('/wp-content/uploads/2018/11/bullet_felheim.png') no-repeat left;
   padding-left: 32px;
   display: block;
   margin-bottom: 35px;
}

li.bullet_floran {
   background: url('/wp-content/uploads/2018/11/bullet_floran.png') no-repeat left;
   padding-left: 32px;
   display: block;
   margin-bottom: 35px;
}

li.bullet_heavensong {
   background: url('/wp-content/uploads/2018/11/bullet_heavensong.png') no-repeat left;
   padding-left: 32px;
   display: block;
   margin-bottom: 35px;
}


/* ---------------------
|    Gameplay          |
--------------------- */

body.page-id-1590 {
   background: url("/wp-content/uploads/2018/12/Gameplay_Splash_bg.png") no-repeat fixed center center / cover;
   background-color: black;
   image-rendering: initial;
   overflow-x: hidden;
}

div#gameplay_head {
   background: url('/wp-content/uploads/2018/12/Gameplay_Splash_bg.png');
   min-height: 948px;
   display: table;
   padding:15px;
   width: 100%;
}

table#gameplay_video_table {
   margin: 250px auto 97px;
}

td#gameplay_video_wrap {
   width:900px;
}

div#gameplay_basics_screens {
   background-image: url(/wp-content/uploads/2018/12/red-bg.png);
   padding-bottom: 110px;
   padding-top: 70px;
   padding-right: 15px;
   padding-left: 15px;
}

table#gameplay_basics_table {
   text-align:center;
   color: white;
   font-family: SitkaText;
   font-size: 24px;
   margin: auto;
   text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, 2px 5px 8px black;
}

table#gameplay_basics_table_vertical {
   text-align:center;
   display:none;
   color: white;
   font-family: SitkaText;
   font-size: 24px;
   margin: auto;
   text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, 2px 5px 8px black;
}

table#gameplay_basics_table_vertical td {
   display:inline;
}

img#gameplay_basics_gif {
   border: 3px solid #dfc686;
   border-radius: 5px;
   margin-top: 20px;
   margin-bottom: 10px;
   max-width:100%;
}

td.basics_cell {
   width:30%;
}

img#arrow_right {
   padding: 15px;
}

img#arrow_down {
   padding-top: 25px;
}

div#gameplay_groove_gifs {
   padding-bottom:80px;
   padding-top:40px;
   background-image: url(/wp-content/uploads/2018/12/yellow-bg.png);
   box-shadow: 0px 5px 20px #292929 inset;
}

div#gameplay_modes_screens {
   background-image: url(/wp-content/uploads/2018/12/blue-bg.png);
   box-shadow: 0px 5px 20px #292929 inset;
   padding: 15px;
}

div#gameplay_section {
   margin: 35px 0px 30px;
   padding: 40px 95px 30px;
}

img#ragna_portrait {
   left: 190px;
}

td#ragna_portrait {
   text-align:center;
}

td#ragna_portrait img {
   position: absolute;
   bottom: 0;
}

img#greenfinger_portrait {
   right: 190px;
}

td#greenfinger_portrait {
   text-align:center;
}

td#greenfinger_portrait img {
   position: absolute;
   bottom: 0;
}

img#gameplay_groove_banner {
   border-radius: 5px;
   margin-top: 40px;
   margin-bottom: 20px;
}

table#gameplay_grooves_table {
   max-width: 100%;
   margin: auto;
   margin-top:90px;
   margin-bottom: 110px;
}

div#gameplay_grooves_div {
   background-color: #f4f6e9;
   border: #c83660 4px solid;
   max-width: 100%;
   position: relative;
   margin-bottom: 70px;
   font-family: WargrooveBody;
   font-size: 32px;
   outline: 2px solid #f4f6e9;
   color: #3d4265;
}

div#gameplay_grooves_div img {
   max-width: 100%;
   position: relative;
}

div#gameplay_grooves_div h2 {
  text-align: center;
  font-size: 32px;
  margin: 10px 0 0 0;
  font-family: SitkaText;
  color: white;
  text-shadow: -2px -2px 0 #a27755, 0 -2px 0 #a27755, 2px -2px 0 #a27755, 2px 0 0 #a27755, 2px 2px 0 #a27755, 0 2px 0 #a27755, -2px 2px 0 #a27755, -2px 0 0 #a27755;
}

div#gameplay_grooves_div ul {
   margin-top: 15px;
   margin-bottom: 30px;
   margin-left: 40px;
   margin-right: 10px;
   list-style-type: square;
}

td.gameplay_floran_footer_gifs {
   text-align:center;
}

td.gameplay_floran_footer_gifs img {
   margin-top:-10px;
}

div#gameplay_grooves_div li {
  line-height:32px;
}

td.footer_floran {
   text-align: center;
}

td.footer_floran img {
   margin-top: -30px;
}

/* ---------------------
|    New Header     |
--------------------- */

header.wg_header_new {
    top: 0;
    position: absolute;
    margin: 0 auto;
    height: 50px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    z-index: 20;
}

header.wg_header_new a {
    color:black;
    text-shadow: none;
}

header.wg_header_new a:hover {
    color:red;
}

nav.container_new {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 100%;
   width: 100%;
   background-color: rgba(255, 255, 255, 0.8);
   padding-left: 80px;
   padding-right: 40px;
}

nav.container_new li {
   margin: 0 40px;
}

nav .product_new {
	color: red;
}

.noselect {
   -webkit-user-select: none; /* Not selectable text - Safari */        
   -moz-user-select: none; /* Not selectable text - Firefox */
   -ms-user-select: none; /* Not selectable text - IE10+/Edge */
   user-select: none; /* Not selectable text - Standard */
}

/* ---------------------
|    Factions         |
--------------------- */

body.page-id-1520 {
   background: url("/wp-content/uploads/2018/12/Factions_Splash_bg.png") no-repeat fixed center center / cover;
   background-color: black;
   image-rendering: initial;
   overflow-x: hidden;
}

div#factions_head {
   background: url('/wp-content/uploads/2018/12/Factions_Splash_bg.png');
   min-height: 948px;
   display: table;
   width: 100%;
   z-index: 10;
   position:relative;
}

div#quiz_wrap {
   background: url('/wp-content/uploads/2018/12/Quiz_Frame.png');
   height: 647px;
   width: 1066px;
   margin: auto;
   margin-top: 190px;
   max-height: 620px;
   padding: 90px 120px;
}

div#factions_runners {
   animation: slide 18s linear infinite;
   display:flex;
   position: absolute;
   top: 500px;
   z-index: -1;
}

img#ragna_running {
   padding-right: 70px;
}

div#factions_top {
   background: url('/wp-content/uploads/2018/12/factions_top.png');
   height: 61px;
   width: 100%;
}

div#factions_map {
   background: url('/wp-content/uploads/2018/12/factions_map.png');
   height: 527px;
   width: 100%;
   display: table;
}

img#factions_gif {    
   position: absolute;
   top: -60px;
   left: -110px;
}

img#factions_gif_right {    
   position: absolute;
   top: -60px;
   right: -110px;
}

div#factions_arrow_right {
   width: 200px;
   position: absolute;
   right: -60px;
   top: 150px;
}

img.arrow_right {
   position: absolute;
   right: 0;
   vertical-align: middle;
   cursor: pointer;
   z-index: 50;
}

table.mobile_commanders {
   display:none;
   position: absolute;
   bottom: 25px;
   width: 100%;
}

table.mobile_commanders img {
   max-width: 100%;
   padding: 5px;
}

div#factions_cherrystone {
   z-index: 20;
   position: relative;
}

div#factions_cherrystone_banner {
   background: url('/wp-content/uploads/2018/12/Cherrystone_Banner_bg.png');
   height: 324px;
   width: 100%;
}

div#factions_commander_wrap {
   width: 1400px;
   height: 100%;
   margin:auto;
   position: relative;
   max-width: 100%;
}

img#cherrystone_commanders {    
   position: absolute;
   bottom: 0px;
   left: 20px;
}

img.commander {
   cursor: pointer;
   max-width: 100%;
}

img.commander:hover  {
   filter: brightness(120%);
}

img.commander:active  {
   filter: brightness(60%);
}

div#factions_desc_headline {
   text-align: center;
   font-size: 32px;
   margin-bottom: 10px;
   margin-top: -10px;
   font-family: SitkaText;
   color: white;
   text-shadow: -2px -2px 0 #a27755, 0 -2px 0 #a27755, 2px -2px 0 #a27755, 2px 0 0 #a27755, 2px 2px 0 #a27755, 0 2px 0 #a27755, -2px 2px 0 #a27755, -2px 0 0 #a27755;
}

img.commander.emeric_portrait {
   position: absolute;
   bottom: 0;
   left:0;
}

img.commander.mercia_portrait {
   position: absolute;
   bottom: 0;
   left:285px;
}

img.commander.caesar_portrait {
   position: absolute;
   bottom: 0;
   left:435px;
}

img.commander.cherrystone {    
   position: absolute;
   top: 130px;
   right: 20px;
}

div#factions_cherrystone_description, div#factions_felheim_description, div#factions_heavensong_description, div#factions_floran_description, div#factions_outlaws_description {
   position:relative;
   max-width: 1000px;
   margin: auto;
   margin-top: 60px;
   min-height: 390px;
   text-align:left;
   margin-bottom: 20px;
}

div#arrow_left {
   position:absolute;
   margin-left:-210px;
   margin-top:100px;
}

div#arrow_left2 {
   position: absolute;
   margin-left: -125px;
   margin-top: 100px;
}

div#arrow_right {
   position:absolute;
   right:-90px;
   top: 130px;
}

div#arrow_right2 {
   position: absolute;
   right: -185px;
   top: 130px;
}

div#factions_heavensong {
   position: relative;
   z-index: 15;
}

div#factions_heavensong_head {
   background: url('/wp-content/uploads/2018/12/Factions_Forge_bg.png');
   width: 100%;
   height: 350px;
   margin-top: -17px;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
}

div#factions_heavensong_banner {
   background: url('/wp-content/uploads/2018/12/Heavensong_Banner_bg.png');
   height: 292px;
   width: 100%;
}

img#Factions_Koji {
   position: absolute;
   bottom: 0;
   right:354px;
}

img#Factions_Ryota {
   position: absolute;
   bottom: 0;
   right:5px;
}

img#Factions_Tenri {
   position: absolute;
   bottom: 0;
   right:182px;
}

img#title_heavensong {    
   position: absolute;
   top: 130px;
   left: 20px;
}

div#factions_felheim {
   position: relative;
   margin-top: -17px;
   z-index: 10;
}

div#factions_felheim_head {
   background: url('/wp-content/uploads/2018/12/Factions_Treasure_bg.png');
   width: 100%;
   height: 350px;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
}

div#factions_felheim_banner {
   background: url('/wp-content/uploads/2018/12/Felheim_Banner_bg.png');
   height: 324px;
   width: 100%;
}

img#Factions_Valder {
   position: absolute;
   bottom: 0;
   left:0;
}

img#Factions_Sigrid {
   position: absolute;
   bottom: 0;
   left:170px;
}

img#Factions_Ragna {
   position: absolute;
   bottom: 0;
   left:395px;
}

img#title_felheim {    
   position: absolute;
   top: 130px;
   right: 250px;
}

div#factions_outlaws {
   position: relative;
   margin-top: -17px;
   z-index: 10;
}

div#factions_outlaws_head {
   background: url('/wp-content/uploads/2020/01/Factions_Tavern_bg.png');
   width: 100%;
   height: 350px;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
}

div#factions_outlaws_banner {
   background: url('/wp-content/uploads/2020/01/Outlaws_Banner_bg.png');
   height: 324px;
   width: 100%;
}

img#Factions_Wulfar {
   position: absolute;
   bottom: 0;
   left:0;
}

img#Factions_Twins {
   position: absolute;
   bottom: 0;
   left:245px;
}

img#Factions_Vesper {
   position: absolute;
   bottom: 0;
   left:575px;
}

img#title_outlaws {    
   position: absolute;
   top: 130px;
   right: 250px;
}

div#factions_desc {
   padding-left: 355px;
}

div#factions_desc_right {
   padding-right: 355px;
}

div#factions_floran {
   margin-top: -17px;
   position: relative;
   z-index: 5;
}

div#factions_floran_head {
   background: url('/wp-content/uploads/2018/12/Factions_Forest_bg.png');
   width: 100%;
   height: 350px;
   margin-top: -17px;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
}

div#factions_floran_banner {
   background: url('/wp-content/uploads/2018/12/Floran_Banner_bg.png');
   height: 292px;
   width: 100%;
}

img#Factions_Sedge {
   position: absolute;
   bottom: 0;
   right:402px;
}

img#Factions_Nuru {
   position: absolute;
   bottom: 0;
   right:5px;
}

img#Factions_Greenfinger {
   position: absolute;
   bottom: 0;
   right:243px;
}

img#title_floran {    
   position: absolute;
   top: 130px;
   left: 150px;
}

div#factions_pre_footer {
   background-image: url(/wp-content/uploads/2018/12/purple-bg.png);
   height: 325px;
   position: relative;
   z-index: -52;
   margin-top: -17px;
   text-align:center;
}

img#mysterious_bard {
    margin-top: 45px;
}

/* ---------------------
|    Quiz             |
--------------------- */

div.wq_questionTextCtr, .wq_singleResultWrapper .wq_quizTitle {
   font-family: SitkaText;
   color: #444;
   background-color: transparent !important;
    position: absolute;
    max-width: 420px;
}

div.wq_questionTextCtr, .wq_singleResultWrapper {
    left: 394px;
}

.wq_quizTitle {
   left: 409px;
}

div.wq_questionTextCtr h4 {
   font-family: SitkaText !important;
   color: #444;
   font-size: 24px;
}

div.wq_singleResultWrapper {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 420px;
}

.wq_quizCtr img {
    float:left;
    max-width: 50%;
    margin-left: -10px;
    margin-right: 10px;
    padding: 35px;
}

.wq_questionAnswersCtr {
   margin-top: 90px;
   padding-left: 30px;
}

.wq_questionsCtr {
    margin-top: -15px;
}

.wq_resultTitle {
    font-size: 36px;
    top: 45px;
    font-family: SitkaText;
    position: absolute;
    max-width: 420px;
    left: 409px;
    text-shadow: 0 2px 0 #bf925f;
}

.wq_resultDesc {
   margin-top:80px;
}

.wq_resultsCtr {
   position: absolute;
   top: 0;
   left: 0;
}

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

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

div#content_footer {
   margin-top: -17px;
   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: #22213c;
   border-top: 3px solid #19182b;
}

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}
}


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

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

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

body.page-id-1853 .post-content td, body.page-id-1853 .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;
}

#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;
}

/* -----------------------------------------
|        DLC page                            |
------------------------------------------ */
div.dlc_logo_layer {
    text-align: center;
    padding-top: 0px;
    margin-top: -80px;
    margin-bottom: -160px;
}

div.dlc_logo_layer img {
    max-width: 100%;
    padding-right:75px;
}

div#dlc_head {
    background: url(/wp-content/uploads/2020/01/Forest_Background.png);
    background-size: cover;
    min-height: 948px;
    display: table;
    padding: 15px;
    width: 100%;
    margin-bottom: -70px;
}

div#dlc_screens {
    background-image: url(/wp-content/uploads/2020/02/purple-bg.png);
    padding-bottom: 110px;
    padding-top: 120px;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 3px solid #6e4b3a;
    border-bottom: 3px solid #6e4b3a;
    box-shadow: 0px 5px 20px #292929 inset;
}

#dlc_gifs {
    background-image: url(/wp-content/uploads/2018/12/yellow-bg.png);
    border-top: 3px solid #6e4b3a;
    border-bottom: 3px solid #6e4b3a;
    box-shadow: 0px 5px 20px #292929 inset;
}

td#dlc_characters img {
    margin-top:-323px;
}

td#dlc_characters {
    width: 25%;
}

img#dlc_gameplay_gif {
   border: 3px solid #6e4b3a;
   border-radius: 5px;
   margin-top: 40px;
   margin-bottom: 40px;
}

img#wulfar_portrait {
    position: absolute;
    bottom: 0;
    right: 5px;
}

img#twins_portrait {
    position: absolute;
    bottom: 0;
    left: 100px;
}

td#dlc_gif_dance {
   width: 100%;
}

td#dlc_gif_dance img {
   vertical-align: bottom;
}

img#dlc_splash_text {
    margin-top: 200px;
    padding-left: 80px;
}

table#dlc_screens {
    text-align: center;
    color: white;
    font-family: SitkaText;
    font-size: 24px;
    margin: auto;
    text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, 2px 5px 8px black;
}


div#dlc_screenshots {
    margin-bottom:100px;
}

div#dlc_screenshots img {
    image-rendering: auto;
    vertical-align: bottom;
}

span#dlc_availablenow {
    font-size: 42px;
    font-family: SitkaText;
    color: #47202e;
}

/* -----------------------------------------
|        Ratings                            |
------------------------------------------ */

div.ratings_wrap {
   max-width: 400px;
   margin: auto;
   margin-top: 30px;
   image-rendering: initial;
   margin-bottom: 100px;
   color: white;
   text-shadow: 2px 3px 8px black;
   text-align:center;
   position: relative;
   z-index: 90;
}

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

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

@keyframes slide {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: -20%;
  }
}

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

      img#errol_rope {
         display:none;
      }
}

@media screen and (max-width: 1752px) {
	
      img#floran_banner {
         left:-130px;
      }

      img#heavensong_banner {
         right:-105px;
      }
	
}

@media screen and (max-width: 1660px) {
	
      img#emeric_dance {
         display:none;
      }

      img#emeric_dance_mobile {
         display:initial;
      }

      div.screenshot_quote {
         display:none;
      }

      img#floran_banner {
         left:-180px;
      }

      img#heavensong_banner {
         right:-155px;
      }

      img#caesar_portrait, img#sigrid_portrait  {
         display: none;
      }

      img#valder_portrait {
         left: 10px;
         z-index: 50;
      }

      img#mercia_portrait {
         right: 20px;
         z-index: 50;
      }
      
      td.screenshots_sides {
         width:0%;
      }
	
}

@media screen and (max-width: 1575px) {
	
      img#sedge_laugh {
         display:none;
      }

      img#sedge_laugh_mobile {
         display:initial;
      }

      div#quote_wrap {
         display:none;
      }

      img#floran_banner, img#heavensong_banner, img#tenri_portrait, img#nuru_portrait {
         display:none;
      }

      img#sedge_portrait {
         left: 90px;
      }

      div.feature_section {
         margin: 0px;
      }

      div#quiz_section {
         margin: 35px 0px 35px 0px;
         padding: 35px 140px 20px;
      }

      img#greenfinger_portrait {
          right: 90px;
      }

      img#ragna_portrait {
          left: 90px;
      }

      img#wulfar_portrait {
          right: -75px;
      }

      img#twins_portrait {
          left: 0;
      }

      div.dlc_logo_layer img {
          margin-bottom: 60px;
      }

      span#dlc_availablenow {
          color: transparent;
      }

}

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

      img#wulfar_portrait, img#twins_portrait {
          display: none;
      }

}

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

      img#ryota_portrait {
         right: 30px;
      }

      img#sedge_portrait {
         left: -18px;
      }

      img#greenfinger_portrait {
          right: 10px;
      }

      img#ragna_portrait {
          left: 10px;
      }

      nav ul li.social, nav ul li.social a:last-of-type {
          display: none;
      }

      div#arrow_right, div#arrow_right2, div#arrow_left, div#arrow_left2 {
         display: none;
      }

      img#orla_rope, img#wulfar_rope {
         display:none;
      }

      td#dlc_characters {
         width: auto;
      }
	
}

@media screen and (max-width: 1210px) {
	
      img#sigrid_laugh, img#sedge_laugh_mobile, img#emeric_dance_mobile, img#tenri_laugh {
         display:none;
      }

      td.gifs_sides {
         width:0%;
      }
	
}

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

      img#ryota_portrait, img#sedge_portrait {
         display: none;
      }
	
      td#quiz_wrap, table#quiz_table {
         width: 100%;
         min-width: 100%;
      }

      td#ryota_portrait, td#nuru_portrait, td#sigrid_portrait, td#caesar_portrait, td#greenfinger_portrait, td#ragna_portrait {
         display: none;
      }

      div#quiz_section {
         margin: 35px 0px 35px 0px;
         padding: 35px 30px 20px;
      }

      li.buy.to-right a {
         display:none;
      }

}

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

      div#platform_logos2 {
         background-image: none;
         background-color: #d1b375;
         border: 3px solid #6e4b3a;
         width: initial;
         margin: -70px -10px 15px;
         max-width: none;
         padding-bottom: 20px;
         padding-top: 20px;
      }
}

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

      div#quiz_wrap {
         border: 18px solid transparent;
         border-image: url(/wp-content/uploads/2018/11/feature_border.png) 18 stretch;
         border-radius: 18px;
         padding: 30px;
         margin: 240px auto 60px;
         font-size: 32px;
         width: auto;
         height: auto;
         background: #f4f6e9;
         display: inherit;
      }

      body.page-id-1520 div.post-content {
         width: 100%;
      }

      div#factions_head {
         background-size: cover;
      }

      div.wq_questionTextCtr, .wq_singleResultWrapper .wq_quizTitle {
         position:relative;
         max-width: 100%;
         left: 0;
      }

      .wq_quizCtr img {
         float: none;
         max-width: 70%;
         margin: auto;
         padding: 5px;
         padding-bottom: 15px;
      }

      .wq_questionImage {
         text-align: center;
      }

      .wq_questionAnswersCtr {
         margin-top: 0px;
      }

      .wq_resultDesc {
         margin-top: -20px;
      }

      .wq_resultTitle {
         position: relative;
         left: 0;
         top: 20px;
         margin-bottom: 40px;
         text-align: center;
         width: 100%;
         max-width: 100%;
      }

      div.wq_singleResultWrapper p {
         text-align: center;
      }

      div.wq_singleResultWrapper {
         max-height: none;
}

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

      td.subheader_center {
         width:100%;
      }

      td.subheader_sides {
         width:0px;
      }

      tr#platform_logos img, tr#platform_logos2 img {
         max-width: 100%;
      }

      div#subheader_button {
         padding: 2px;
      }

      div#platform_logos2 {
         padding-left: 10px;
         padding-right: 10px;
      }

      div#logo {
         display: inline;
      }

}

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

      div#platform_logos {
         background-image: none;
         background-color: #d1b375;
         border: 3px solid #6e4b3a;
         width: initial;
         margin: 15px -10px 15px;
         max-width: none;
         padding-left: 20px;
         padding-bottom: 20px;
         padding-top: 20px;
         padding-right: 10px;
      }

      div#cherrystone_details, div#felheim_details, div#heavensong_details, div#floran_details, div#outlaws_details {
           text-align: center;
      }

      img#factions_gif_right, img#factions_gif {
         position: inherit;
         margin-bottom: 25px;
         max-width: 100%;
      }

      div#factions_desc, div#factions_desc_right {
         padding:0 5px 45px;
      }

      div#factions_cherrystone_description, div#factions_felheim_description, div#factions_heavensong_description, div#factions_floran_description, div#factions_outlaws_description {
         padding: 0px;
      }

      img#title_cherrystone, img#title_felheim, img#title_heavensong, img#title_floran, img#title_outlaws {
           position: relative;
           left: auto;
           right: auto;
           top: 55px;
      }

      div#factions_commander_wrap {
          text-align: center;
      }

      img.commander.portrait {
          display:none;
      }

      div#factions_felheim_head, div#factions_cherrystone_head, div#factions_heavensong_head, div#factions_floran_head, div#factions_outlaws_head {
          height: 300px;
          background-size: cover; 
      }

      table.mobile_commanders {
          display: table;
      }

      div.dlc_logo_layer img {
          padding-right: 0px;
      }

}

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

      table#gameplay_video_table {
         margin-top: 310px;
      }
      body.page-id-1853 div.page-content {
         margin: 240px auto 115px;
      }
      li.buy.to-right a {
         display:initial;
      }

}

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

      div.logo_layer {
         padding-top: 570px;
      }

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

}


@media screen and (max-width: 700px) {  
  .presskit {
      display: contents;
   }
   #press_body_full {
       padding-left: 0px;
       padding-right: 0px;
   }
}

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

      div.scroll {
         height: 132px;
         line-height: 32px;
         width: 1000px;
         min-width: 100%;
         background-color: #d1b375;
         border: 4px solid #6e4b3a;
         border-right: 0px;
         border-left: 0px;
         margin-bottom: -35px;
         padding-top: 0px;
         display:table-cell;
         vertical-align:middle;
         top: -10px;
      }

      div.scroll.section {
         margin-bottom: -120px;
      }

      div.scroll img {
         display:none;
      }

      span#features_headline {
         position: initial;
         padding-top: 0;
      }

      div#quiz_section {
         margin-top: 35px;
         margin-bottom: 30px;
      }

      table#gameplay_basics_table {
         display: none;
      }

      table#gameplay_basics_table_vertical {
         display: table;
      }

      div#gameplay_section {
         padding: 20px;
      }

      table#gameplay_video_table {
         margin-top: 340px;
      }

      div#gameplay_grooves_div ul {
         margin-left: 0px;
      }

      div#features_section {
         margin: 35px 0px 30px;
         padding: 30px;
      }

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

      body.page-id-1590 div#factions_top {
         margin-top: -130px;
      }

      img#dlc_splash_text {
         display: none;
      }

}  

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

      div.logo_layer {
         padding-top: 610px;
      }

      table#gameplay_video_table {
         margin-top: 380px;
      }

      div#features_section, div#quiz_section {
         margin: 35px 0px 30px;
         padding: 30px 0 30px;
      }

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

      img#mercia_grin {
         padding-right: 0px;
      }

}