/*
Theme Name: New Eastward Theme
Theme URI: https://www.eastwardgame.com/
Description: Official Eastward Wordpress Theme.
Version: 1.0
Tags: eastward, official, theme
Text Domain: eastward
*/

/* ---------------------
|        GLOBAL        |
--------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|Nunito:extralight,extralightitalic,bold,italic,bolditalic,bolder,bolderitalic,black|);
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon');
@import url('https://fonts.googleapis.com/css?family=Dosis');

.clear {
    clear: both;
}

body {
/*         background-color: #4b443e; */
        background-color:black;
/*        image-rendering: pixelated; */
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 17px;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 100%;
    padding-left:0px;
    padding-right:0px;
}

div#screenshotsection {
/*     background-color: #453e38; */
/*  background-color:rgba(0,0,0,0.5); */
    min-height: 100px;
}

div#contentsection {
    max-width: 1000px;
    margin: auto;
}

div#brand {
  text-align:center;
  margin-bottom:30px;
}

div#brand .item{
  opacity:0.8;
}

div#brand .item img{
  max-width: 30%;
  padding:2%;
	min-width: 25%;
}

div.float-clear{
  clear:both;
  float:none;
}

div#brand .item:hover{
  opacity:1;
}

h2 {
    font-family: 'Do Hyeon', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #663300;
}

h3,h4,h5,h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #663300;
}

.col-sm-8 {
    width:100%;
}

.fullwidth img {
    width:100%;
}

strong, b {
    font-family: 'Open Sans', sans-serif;
    color: #f9f4e3;
}

blockquote {
  background: rgb(255, 233, 178);
  background: rgba(255, 223, 178, .5);
  border-left: 0px solid #ff6633;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ff6633;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* -------------------------
|        NAVIGATION        |
------------------------- */

header.wg_header {
    top: 0;
    position: absolute;
    margin: 0 auto;
    height: 55px;
    width: 100%;
    background-color:rgba( 20, 20, 20, 0.5 );
    text-transform: uppercase;
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
    font-size: 16px;
  z-index: 20;
}

header.wg_header a {
        color:white;
}

table.welcometable {
        width: 100%;
}

td.welcome-left-cell {
        vertical-align: bottom;
        width: 20%;
}

td.welcome-right-cell {
        vertical-align: bottom;
        width: 20%;
}

td.welcome-left-cell img {
        width: 100%;
        max-width:500px;
        margin-bottom: -20px;
}

td.welcome-right-cell img {
        width: 100%;
        max-width:500px;
        margin-bottom: -20px;
}



@media screen and (max-width: 991px) {
  nav ul li.social {
    display: none;
  }
}



div#headerimg img.small{
  display: none;  
}
div#headerimg img.large{
  display: inline;  
}

@media screen and (max-width: 800px) {
  div#headerimg img.small{
    display: inline;  
  }
  div#headerimg img.large{
    display: none;  
  }
  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: 25%;
    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;
  }

  #chucklefish_logo {
    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: 1000px) {
  td.welcome-left-cell {
    display:none;
  }
}

.logo {
 left:20%;
}
@media screen and (max-width: 800px) {
  div.logo.logo-home {
    margin: 120px auto 20px;
    width :80%;
  }
  .logo {
   left:10%;
  }
  nav.container {
    background-color: rgba(10, 10, 10, 0.5);
  }
  header.wg_header {
    background-color: transparent;
   }
}

nav {
    max-width: 1100px;
    margin: 0 auto;
}

nav > ul {
    list-style: none;
    padding: 0;
}

nav > ul > li {
    display: inline-block;
    line-height: 55px;
    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: #ff5a93;
}

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: #008fff;
}

li.sociallink {
       display:inline-block;
       padding: 25px;
}

ui.linkcontainer {
       display: table;
       margin: auto;
}


/* ----------------------
|        CONTENT        |
---------------------- */

body {
  background: black url("./img/BG_1900.jpg") no-repeat fixed center center;
  /*background-size: 100% auto;*/
  padding-bottom: 50px;
}
/*
@media screen and (max-width: 1280px) {
  body {
    background: url("./img/BG_1280.jpg") no-repeat fixed center center / cover;
  }
}

@media screen and (max-width: 800px) {
  body {
    background: url("./img/BG_800.jpg") no-repeat fixed center center / cover;
  }
}*/

body.home main {
  position: relative;
  z-index: 10;
}

section,
footer,
.article-content,
.page-content {
    max-width: 1120px;
    margin: 130px auto 50px;
  z-index: 20;
}

.blog-content {
    max-width: 875px;
    margin: 10px auto 50px;
    z-index: 20;
	display: none;
}

.post-content a {
    font-weight: bold;
    color: #008fff;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.post-content a:hover {
    font-weight: bold;
    color: #ff5a81;
}

.post-content h1 {
    color: #008fff;
    font-family: Nunito, sans-serif;
    font-size: 48px;
  font-weight: 700;
    text-shadow: 2px 2px #00387d; 
}

.post-content h2 {
    color: #00387d;
    font-size: 25px;
    font-weight: 700;
}

section {
        max-height: 70px;
}

.blog-content .none-found {
  width: 100%;
  padding: 20px 20px 50px 20px;
  background: #333;
  text-align: center;
  color: white;
}

.user img {
  display: block;
  position: relative;
  margin-left: 5px;
  margin-right: 15px;
  width: 58px;
  height: 58px;
  margin-bottom: 1px;
}

.avatar {
  float:left;
  height: 80px;
}

.user h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #663300;
}

.user h1 a {
  color: #663300;
}

.user h1 a:visited {
  color: #663300;
}

.blog-content .banner {
  height: 250px;
  position: relative;
}

.blog-content .banner img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

.blog-content img {
  max-width: 100%;
  height: auto;
}

.blog-content iframe {
  max-width: 100%;
}

.logo img {
  width: 100%;
  height: auto;
  z-index: 10;
}

.logo-small {
  margin: 85px auto 10px;
  max-width: 500px;
}

.devblog-logo {
  margin: 10px auto 120px;
  max-width: 334px;
  text-align: center;
}

.devblog-logo img {
  max-width: 100%;
}

.logo-small span {
  font-size: 32px;
  color: white;
  float: right;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-shadow: 0 3px 0 #000000;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 56vw;
  background: url(./img/Scanline.png) repeat; 
  /*background-color: rgba( 255,0,0,0.5);*/
  z-index: 0;
}

.logo-home {
  margin: 200px auto 20px;
  width:60%
}

.logo-bottom {
  position: fixed;
  z-index: 2;
  bottom: 0px;
  left:0;
  width: 100%;
  height: 90px;
  /*background-color: rgba( 0,0,0,0.9 );*/
  background: url("./img/BGBottom1.png") repeat-x;
}

.logo-bottom .copyright{
  text-align: left;
  font-size: 18px;
  padding-left:50px;
  padding-top: 40px;
  color: #757662;
}

.logo-bottom img{
  position: absolute;
  bottom:-25px;
  right:10%;
  width:15%;
  min-width:200px;
}

.logo-home img {
    width:100%;
}

@media screen and (max-width: 800px) {
  .logo-bottom .copyright{
    font-size: 12px;
    padding-top: 60px;
    padding-left: 20px;
  }

  .logo-bottom img{
    top:-5px;
    min-width:200px;
  }
}

#logo-light img{
  mix-blend-mode:lighten;
}
main.container {
  margin-top: -80px;
  position:relative;
  z-index:2;
}

#title-box {
    background-color: #f4f6e9;
    max-width: 875px;
    margin: auto;
    padding-left: 15px;
    border: solid 3px #b14e05;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: serif;
    color: #5a3b32;
    text-transform: uppercase;
}

#title-box h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Nunito',sans-serif;
}

.page-number {
   color: #ffffff;
   font-size: 13px;
}

/* --------------------\
|      SEARCH BOX      |
\-------------------- */

div#search-box {
    max-width: 875px;
    margin: 200px auto 10px;
    padding: 25px;
    color: #252525;
    border: 10px solid transparent;
    border-top-right-radius: 8px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #f4f6e9;
    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.2);
  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: #f4f6e9;
  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;
    padding-top: 1px;
    background-color: #444;
    border: solid #555;
    border-width: 2px 2px 0;
}

footer .gallery {
  display:none;
}

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;
    background-color: #333;
    margin-top: -1px;
}

footer #gallery-small {
    display: none;
    margin-top: -1px;
    margin-bottom: 5px;
    image-rendering: initial;
    background-color: #f4f6e9;
}

footer #gallery-small h3 {
  font-family: 'Nunito', sans-serif;
  letter-spacing: 4px;
  text-align: center;
  color: #453e38;
  font-size: 3em;
  font-weight: 600;
  margin: 0px 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: url(https://eastwardgame.com/wp-content/uploads/2018/04/divider_right.png) repeat-x bottom; */
  display:none;
}

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: #453e38;
        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, .menu > ul > li {
  display: inline-block;
  margin: 0 20px;
}

footer .footer-footer > ul > li.to-right {
  float: right;
}

.menu {
   display: inline-block;
}

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;
}

#mainpage_footer {
    background-color: #f4f6e9;
}

@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;
  width: 100%;
  margin-bottom: 25px;
  color: #252525;
  border: 10px solid transparent;
  padding: 30px;
  padding-top: 15px;
  background-color: rgba( 0,0,0,0.7 );
  display: inline-block;
}

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-name {
    display: block;
  text-align: center;
  font-weight: 600;
  color: #CACECD;
  position: relative;
  font-size: 12px;
  line-height: 22px;
}

.blog-content .post-content {
   display: table;
   min-width: 100%;
   padding-top:25px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.article-content .post-content {
  max-width: 900px;
}

.page-content .post-content,
.article-content .post-content {
    max-width: 100%;
    min-width: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    clear: both;
}

.post-date,
.author,
.post-tag,
.read-more {
  color: #ff6633;
  font-weight: 700;
}

.post-date a,
.author a,
.post-tag a,
.read-more {
color: #0066cc;
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
-ms-transition: color .2s linear;
-o-transition: color .2s linear;
transition: color .2s linear;
}

.post-date a:hover,
.author a:hover,
.post-tag a:hover,
.read-more:hover {
  color: #ff6633;
}

.post-info {
  float: left;
  font-size: 1em;
  line-height: 1em;
  margin-top: 0px;
  margin-left: 0px;
}

.post-full-info .post-info {
  margin: -5px 0px 0px 0px;
}

.read-more {
  float: right;
  margin-top: 10px;
}

.prev {
  float:left;
}

.prevnext_post {
  text-align:right;
  padding-top: 8px;
}

#sidebar_graphic {
    max-width: 100%;
}

.sidebar.h1, .sidebar h1 {
    font-family: 'Nunito',sans-serif;
    font-size: 27px;
}

.sidebar-top {
    text-align: center;
}

div.newer a {
  color:white;
}

div.previous a {
  color: white;
}

div#pagelogo {
   position: inherit;	
}

main#nosidebar h1 {
   color: #efe9c6;
   font-family: 'Do Hyeon', sans-serif;
   font-size: 48px;
   text-shadow: 4px 4px #00387d;
}

dmain#nosidebar h2 {
   color: #efe9c6;
   font-family: 'Do Hyeon', sans-serif;
   font-size: 32px;
   text-shadow: 4px 4px #00387d;
}

main#nosidebar p {
   font-size: 26px;
   font-family: 'Dosis', sans-serif;
   color: #f9e6c1;
}

div.privacy p {
   font-size: 18px !important;
   font-family: sans-serif;
   color: white;
}

/* -----------------------------------------
|        Front Page                       |
------------------------------------------ */

.logo {
   position: absolute;
   top:10px;
}

.background-light{
  position:absolute;
  top:0px;
  width:0px;
}

div#headerwrap {
/*     background: #11a8f7; */
/*     background: linear-gradient(to bottom right, #11a8f7, #1798f4); */
  background: rgba( 0,0,0,0.5); 
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 15px;
  text-align: center;
}

div#headerimg img, video{
   max-width:100%;
  width:100%;
}

div#front-text {
  max-width: 950px;
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-family: 'Dosis', sans-serif;
  background-color: rgba( 0,0,0,0.7 );
  margin-top: 20px;
  padding: 5px 20px 20px 20px;
  border-radius: 6px;
}

div#pageunknown {
  margin-top: 130px;
  font-size: 32px;
  text-align: center;
  color: white;
  font-family: 'Dosis', sans-serif;
}

@media screen and (max-width: 800px) {
  div#front-text p, li {
    font-size: 20px;
  }
}

div#front-text .term {
   font-style: italic; 
}

div#front-text a {
  color: #D9A888;
}

div#front-text a:hover {
  color: #ff5a93;
}

div#front-text p {
   color: #f9e6c1;
   text-align: left;
}

div#front-text ul {
   text-align: left;
   color: #f9e6c1;
   font-size: 22px;
   margin-left: 0px;
   list-style-position: outside;
}

div#front-text .li {
  padding-top:20px;
  display: list-item;
}

div#front-text h2 {
   color: #efe9c6;
   font-family: 'Do Hyeon', sans-serif;
   font-size: 48px;
   text-shadow: 4px 4px #00387d;
}

@media screen and (max-width: 800px) {    
  div#front-text {
    font-size: 24px;
  }
  div#front-text h2 {
    font-size: 36px;
  }
}

div#header-divider {
   width: 100%;
   background: url("https://eastwardgame.com/wp-content/uploads/2018/04/header_divider.png") repeat;
   height: 108px;
   margin-top: -20px;
   position: absolute;
}

div.topsection {
   padding-top: 1px;
   padding-bottom: 30px;
}

table#bottom-section {
   margin: auto;
}

table#bottom-section img {
   width: 100%;
}

table#bottom-section td {
   text-align:center;
   padding: 10px;
}

table.screenshots {
   width:100%;
}

table.screenshots td {
   padding: 8px;
}

table.screenshots img {
  width:100%;
  height: auto;
  border: #333 2px solid;
  box-shadow: 5px 5px rgba( 0,0,0,.3); 
}

.mainpagewrap {
  padding-left: 2%;
  padding-right: 2%;
}

#contentsection .links {
  width: 50%;
  text-align: center;
  margin:auto;
  background: rgba( 0,0,0,0.5);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
  #contentsection .links {
    width: 80%;
  }
}

#contentsection .links .fa{
  width: 60px;
}

#contentsection .links a{
  font-family: 'Do Hyeon', sans-serif;
  color: #f9e6c1;
  /*color: #62A5FE;*/
  font-size: 48px;
  padding:6px;
}

#contentsection .links a:hover{
  color: #ff5a93;
}

/*td.link-section {
   padding-right:50px;
   padding-left:50px;
}

td.link-section a {
  font-family: Nunito;
  font-size: 48px;
  padding:6px;
  color: white;
}

td.link-section a:hover{
  color: #ff5a93
}
*/

div.middle {
   padding-top: 50px;
   padding-bottom: 50px;
}

div.divider {
   width: 100%;
   height: 37px;
}

div#divider-right {
   background: url("https://eastwardgame.com/wp-content/uploads/2018/04/divider_right.png") repeat;
}

div#divider-left {
   background: url("https://eastwardgame.com/wp-content/uploads/2018/04/divider_left.png") repeat;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-top: 36px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: black;
    border: #666 solid 3px;
    border-radius: 2px;
    box-shadow: 10px 15px rgba( 0,0,0,.3); 
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

div.steam_cap iframe{
    width:98%;
}

.pixelated {
    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+                           */
}

#footer_table {
   width:100%;
}

@media screen and (min-width: 1525px) {  
  #footer_table_section {
      width: 50%;
      min-width:1120px;
   }
}

@media screen and (max-width: 800px) {    
  .logo-small {
    margin-top:170px;
  }

  #mainpage_logo {
     top:300px;
  }

  #content_text_area {
    padding-left:25px;
    padding-right:25px;
  }

  .container {
    width: 100%;
  }

  .post-content img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#newsletter {
  padding:6px;
  text-align:center;
  display: block;
  padding:30px;
  margin:30px;
  font-size: 26px;
}

#newsletter h3{
  font-size: 30px;
  font-weight:bold;
  font-family: 'Do Hyeon';
  color: #f9e6c1;
  text-shadow: 4px 4px #00387d;
}

#newsletter  input[type=email]{
  color:black;
  background-color:#ffe;
  font-size: 20px;
  padding-left:10px;
}

#newsletter  input[type=submit]{
  color: #62A5FE;
  font-size: 20px;
  background-color: black;
  border: 2px solid #62A5FE;
  padding-top:3px;
  border-radius: 5px;
}

/* -----------------------------------------
|        Presskit                           |
------------------------------------------ */

.presskit {
	float:left;
}

#press_team, #press_credits {
	width: 50%;
}

.press_wrapper {
	padding-top:30px;
}

.press_wrapper p {
	font-size: 22px !important;
}

.press_wrapper li {
	font-size: 22px;
	font-family: 'Dosis', sans-serif;
    color: #f9e6c1;
}

.press_wrapper h1 {
	font-size: 32px !important;
}

#press_toc {
	width: 16.667%;
	line-height: 2.3em;
}

#press_body {
	width:83.3333%;
}

#press_body_full {
	padding-left:25px;
	padding-right:25px;
}

#press_factsheet {
	width:30%;
}

#press_description {
	display:grid;
}

.steam_cap {
    margin-bottom: -30px !important;	
	text-align: center;
}

@media screen and (max-width: 700px) {  
  .presskit {
      display: contents;
   }
   #press_body_full {
       padding-left: 0px;
       padding-right: 0px;
   }
}