/*
 Theme Name:   Loco Motive
 Description:  Loco Motive Theme
 Version:      1.0.0
 Text Domain:  locomotivegame
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Fascinate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');

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

@font-face
{
font-family: Centenario;
src: url('/wp-content/themes/locomotive/fonts/Centenariov0.1-Regular.ttf'),
     url('/wp-content/themes/locomotive/fonts/Centenariov0.1-Regular.eot'); /* IE9 */
}

body {
	background: rgb(13,20,50);
    background: linear-gradient(180deg, rgba(13,20,50,1) 0%, rgba(13,20,50,1) 60%, rgba(16,24,48,1) 100%);
	color: #e0d6c6;	
    font-family: 'Calistoga', serif;
	letter-spacing: 2px;
	overflow-x: hidden;
}

a {
	color: #2197d7;
}

a:hover {
	color: #decea2;
}

img.wb_logo {
	width:675px;
}

img.lm_logo {
	width:675px;
}

div.blog-content, div.page-content.full-width {
	margin-top: 90px;
}

/* -------------------------
|         NAV BAR          |
------------------------- */

header.lm_header {
	background-color: #3c558c;
    position: absolute;
	border-bottom: 5px solid #d9b157;
	width: 100%;
    top: 0;
    height: 90px;
    padding-top: 32px;
    z-index: 200;
}

header.lm_header a {
	text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin-right: 60px;
	color: #d9b157;
    font-family: Centenario, sans-serif;
}

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

li.social.to-right {
	float: right;
}

li.social.to-right a {
	font-weight: 100;
    margin-right: 10px;	
}

nav.lm_nav_container {
	padding-top: 15px;
    margin-top: -32px;
}

li.social.to-right a.wishlist_link {
	color: white;
}

li.nav_logo img {
	margin-bottom: -10px;
	height: 70px;
	width: 52px;
}

/* -------------------------
|          HEADER          |
------------------------- */

div#splash {
	background: url('/wp-content/themes/locomotive/content/bg-decoration.png') no-repeat center center / cover;
	margin-top: 60px;
}

div#splash-elements {
	width: 1400px;
    margin: auto;
	position: relative;
    min-height: 1200px;
}

div#trailer {
	width: 766px;
	max-width: 100%;
    margin: auto;
	margin-bottom: 100px;
}

div#trailer iframe {
	margin: 20px 0 0 20px;
}

img.trailer-frame {
	position: absolute;
	pointer-events: none;
}

div#characters {
    position: absolute;
    top: 300px;
    width: 100%;
	pointer-events: none;
}

div.character {
	margin: auto;
}

div#character_arthur {
	width: 223px;
	margin-left: 1200px;
}

div#character_herman {
	width: 148px;
	margin-top: -509px;
	margin-left: 40px;
}

div#character_diana {
	width: 188px;
	margin-top: -388px;
	margin-left: 160px;
}

div#character_underwalt {
	width: 186px;
	margin-top: -320px;
	margin-left: 1060px;
}

div#steam-widget {
	max-width: 100%;
    width: 721px;
    margin: auto;
}

/* -------------------------
|           LOGO           |
------------------------- */

div#logo {
	padding: 20px 0 20px;
	text-align: center;
	z-index: 100;
	position: relative;
}

div#logo img {
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

img.splash_logo {
	width: 500px;
	margin-top: 60px;
}

img {
	max-width: 100%;
}

div#footer-logo-wrap {
	text-align: center;
}

div#footer-logo {
	display: inline;
}

div#footer-logo img {
	width: 170px;
	max-width: 100%;
}

/* -------------------------
|          MEDIA           |
------------------------- */

div#screenshots {
	margin: auto;
	max-width: 1400px;
	margin-top: -40px;
}

table.game_screenshots {
	margin: auto;
	border-collapse: initial;
    border-spacing: 15px;
    margin-bottom: 60px;
}

div#banner-wrap {
	margin: auto;
	width: fit-content;
}

table#screenshot_wrap {
  width: 100%;
}

div.screenshot {
  max-width:100%;
  max-height: 100%;
}

div.screenshot img {
  max-width:100%;
  width: 598px;
  height: auto;
  border: 3px solid #d9b157;
}

/* -------------------------
|           FAQ            |
------------------------- */

div#FAQ_wrap {
	font-size: 30px;
	text-align: left;
	max-width: 1200px;
	margin: auto;
	letter-spacing: 4px;
	padding: 0 25px 0;
	font-weight: 600;
}

div#FAQ_title {
	width: 1106px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 70px;	
}

div#FAQ_wrap h1 {
	font-size: 80px;
	text-align: center;
	font-family: Centenario, sans-serif;
    text-align: center;
    color: white;
    background: url("/wp-content/themes/locomotive/content/heading_box.png");
	padding-top: 28px;
	height: 166px;
}

div#FAQ_wrap h2 {
	color: #d9b157;	
	font-family: Centenario, sans-serif;
    font-size: 34px;
    line-height: 43px;
	margin: 0 0 5px;
}

div#FAQ_wrap p {
    line-height: 33px;
    margin-bottom: 40px;
    font-size: 20px;
	color: #e1ecff;
	font-weight: 100;
	font-family: 'Avenir','Arial', sans-serif;
	letter-spacing: 2px;
}


div#FAQ_wrap li {
    line-height: 33px;
    margin-bottom: 40px;
    font-size: 20px;
	font-weight: 100;
	color: #e1ecff;
	font-family: 'Avenir','Arial', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

div#FAQ_wrap ul {
	margin-bottom: 40px;
}

/* -------------------------
|        PRESSKIT          |
------------------------- */

.presskit {
	float:left;
}

div.press_wrapper {
	color: #e1ecff;
}

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

#press_section h1, #press_wishlist h1, #press_team h1, #press_credits h1 {
    font-family: 'Calistoga', serif;
}

#press_section, #press_wishlist, #press_team, #press_credits {
    font-family: 'Avenir','Arial', sans-serif;
	line-height: 25px;
	font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
}

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

div.trailer_video {
	position: relative;
    height: 0;
    padding-bottom: 50%;
}

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

.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%;
	font-family: 'Avenir','Arial', sans-serif;;
    font-weight: 700;
}

#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 {
   margin-bottom: 50px;
}

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

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

table.game_images td {
	padding: 10px;
}

table.game_images img {
	border: 3px solid #c7c8c9;
}

table.presskit_logo {
	text-align: center;
	border-collapse: initial;
	border-spacing: 15px;
}

table.presskit_logo img {
	max-height: 300px;
}

/* -------------------------
|        PRIVACY           |
------------------------- */

body.page-id-3 {
    font-family: 'Avenir','Arial', sans-serif;
}

.page-id-3 table {
    border: 2px solid #2197d7;
    width: 100%;
    margin-bottom: 20px;
}

.page-id-3 td {
    border: 2px solid #2197d7;
    padding: 10px;
}

.page-id-3 div#logo, .page-id-3 div.user, .page-id-3 div.blog-pagination, .page-id-3 a.read-more , .page-id-3 div#search-box {
	display:none;
}

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

div.footer-footer {
   background-color: #0f0c0e;
   width: 100%;
   text-transform: uppercase;
   font-weight: 500;
   padding: 10px;
   cursor: default;
   color: #ffffff;
}

div#footer-text {
	font-family: Dosis;
	text-align: center;
}

div.footer-footer a {
   color: #ffffff;
   transition: all .2s;
}

div.footer-footer a:hover {
   color: white;
   text-decoration: none;
}

div.train-footer img {
	width: 100%;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

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

.article-content {
    margin-top: -70px;
    margin-bottom: 100px;
    padding: 40px 60px;
    border-radius: 20px;
    background-color: #fff8e4;
    color: #5a3b32;
    font-family: 'Open Sans', sans-serif;
}

div.user h1 {
	font-size: 40px;
	font-family: Calistoga;
}

div.avatar {
	float: left;
	padding-right: 15px;
}

div.post-content {
	clear: both;
	padding-top: 25px;
}

figcaption {
	font-style: italic;
	text-align: center;
}

/* -------------------------
|        RESPONSIVE        |
------------------------- */

li#menu-item-66 {
	display: none;
}

@media screen and (max-width: 1425px) {
	
	div#character_diana, div#character_underwalt, div.screenshot_corner {
       display: none;
       }
	
	div#character_arthur {
		margin-left: 860px;
	}
	
	div#character_herman {
		margin-left: -10px;
	}
	
	div#splash-elements {
		width: 1000px;
	}
	
	table.game_screenshots td {
		border: none;
		padding: 0px !important;
	}
	
	table.game_screenshots {
		margin: 0px !important;
	}
	
	table#screenshot_wrap {
		margin: auto;
		width: initial;
		border-collapse: initial;
		border-spacing: 6px;
	}
}


@media screen and (max-width: 1230px) {
	
	li.social.to-right {
       display: none;
       }
	
}

@media screen and (max-width: 1215px) {
	
	div.photo-background {
           height: 950px;
       }
	
}

@media screen and (max-width: 1135px) {
	
	div#character_arthur, div#character_herman {
		display:none;
	}
	
	div#splash-elements {
		width: 100%;
	}
}


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

	div.photo-background img {
       position: initial;
       }
	
	img.photo-postcards {
       display:none;
       }
	
	div.photo-background {
		height: initial;
	}
	
}

@media screen and (max-width: 960px) {
	
    li#menu-item-66 {
       display: initial;
       }
	
	li.nav_logo {
		display: none;
	}
	
    li#menu-item-66 {
       width:100%;
    }

	header.lm_header {
		height: 87px;
	}
	
	header.lm_header a {
		margin-right: 0px;
	}
	
	nav.lm_nav_container {
		padding-top: 0px;
		margin-top: -42px;
	}
	
	nav ul {
       padding-inline-start: 0px;
	   padding-inline-end: 0px;
    }
	
	nav ul li {
       display: inline-block;
	   text-align: center;
       width: 50%;
       float: left;
       margin: 0;
	   background-color: #3c558c;
    }
	
    nav ul li a {
       display: block;
       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;
    }
	
	div#logo {
		padding: 140px 10px 150px;
	}
	
	div.single-logo {
		padding: 0px;
		margin-top: 180px;
	    margin-bottom: 50px;
	}
	
	div#steam-widget {
		margin-bottom: 75px;
	}
	
	div#splash {
		margin-top: 0px;
	}
	
}

@media screen and (max-width: 782px) {
	
	nav.lm_nav_container  {
       margin-top: -56px;
    }
	
	div#steam-widget {
		padding: 0 15px 0 15px;
		margin-top: 75px;
	}
	
	img.trailer-frame {
		display: none;
	}
	
	div#trailer iframe {
		margin: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
	}
	
	div#trailer {
		margin: 0px;
        position: relative;
        overflow: hidden;
        padding-bottom: 56.25%;
		border: 3px solid #d9b157;
	}
	
	header.lm_header {
		padding-top: 46px;
	}
}


@media screen and (max-width: 520px) {
	
	div.footer-footer > ul > li  {
       display: none;
    }
	
	div.footer-footer > ul > li.to-right  {
       display: initial;
    }
	
	div#press_toc {
		display: none;
	}
	
	div#press_factsheet, div#press_description {
		float: none;
		padding-left: 30px;
	}
	
}