/*
 Theme Name:   Witchbrook
 Description:  Witchbrook Theme
 Version:      1.0.0
 Text Domain:  witchbrook
*/

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

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

body {
	background: url("/wp-content/themes/witchbrook/content/purple-bg.png") repeat;
	background-color: #402b69;
	color: #e0d6c6;	
    font-family: 'Calistoga', serif;
	letter-spacing: 2px;
	overflow-x: hidden;
}

a {
	color: #9b86db;
}

a:hover {
	color: #decea2;
}

img.wb_logo {
	width:675px;
}

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

header.wb_header {
	background-color: #222545;
}

header.wb_header a {
	text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin-right: 60px;
    font-family: sans-serif;
}

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

li.social.to-right {
	float: right;
    margin-top: 10px;	
}

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

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

div#logo {
	padding: 150px 0 150px;
	text-align: center;
}

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

/* -------------------------
|       REGISTRATION       |
------------------------- */

div#register {
	background-color: #222545;
	color: #9b86db;
	text-align: center;
	padding: 15px;
}

div.register-wrap {
	max-width:900px;
	position:relative;
	margin: auto;
	min-height: 275px;
	padding-top: 30px;
	z-index: 1;
}

div.register-title {
	margin-bottom: 25px;
}

span.cursive {
	font-family: 'Calistoga', cursive;
	font-size: 40px;
	line-height: 45px;
	color: #fff8e4;
}

img {
	max-width: 100%;
}

div#register h3 {
	font-size: 17px;
	font-weight: 600;
    padding-bottom: 10px;
}

div#register {
	font-family: 'Avenir','Arial', sans-serif;
}

::-webkit-input-placeholder { /* Edge */
  color: #574b95;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #574b95;
}

::placeholder {
  color: #574b95;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

div.register-quill {
    background: url('/wp-content/themes/witchbrook/content/register_quill.png') no-repeat left;
	position: absolute;
	left: -25px;
	width: 238px;
	height: 315px;
	bottom: 160px;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}

div.register-inkwell {
    background: url('/wp-content/themes/witchbrook/content/register_inkwell.png') no-repeat left;
	position: absolute;
	left: 130px;
	width: 102px;
	height: 122px;
	bottom: 75px;
}

div.register-newspaper {
    background: url('/wp-content/themes/witchbrook/content/register_newspaper.png') no-repeat left;
	position: absolute;
	width: 352px;
	height: 332px;
	right: -95px;
	bottom: 35px;
	z-index: -15;
}

div.register-form {
	z-index: 25;
}

input#MERGE0 {
	background-color: #796dbd;
    border-radius: 45px;
    padding: 10px 20px 10px;
    font-size: 18px;
    border: none;
    box-shadow: inset 0 8px 8px 0 rgba(0,0,0,0.25);
	max-width: 400px;
	text-align: center;
    width: 550px;
    color: #222545;
    font-weight: 600;
}

input#MERGE0:focus {
    outline-width: 0;
}

div.register_legal {
    font-size: 9px;
    color: #9b86db;
	width:100%;
	text-align:center;
    padding: 10px;
    margin: auto;
    max-width: 1100px;
}

div.register_legal a {
   color: #796dbd;
}

div.welcome_letter {
	max-width:800px; 
	margin: auto;
}

div.welcome_letter span {
	font-size: 18px;
    font-family: 'Avenir','Arial', sans-serif;
    letter-spacing: 1px;
}

input#submit_email_form {
    background-color: #ae96ee;
    border: none;
    border-radius: 45px;
    padding: 10px 30px 10px;
    font-weight: 900;
    font-size: 18px;
    color: #5f479f;
    transition-duration: 0.4s;
}

input#submit_email_form:hover {
    background-color: #e8cd86;
    color: #262a47;
}

input#submit_email_form:active {
    background-color: #c27e4d;
    color: #262a47;
}

input#submit_email_form:focus {
    outline-width: 0;
}

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

div#media {
	margin: auto;
	margin-top: 100px;
	position:relative;
	text-align:center;
}

div.photo-background {
	position: relative;
	max-width: 1400px;
	margin: auto;
	height: 1050px;
	overflow: hidden;
}

div.photo-background img {
    position: absolute;
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

div.photo-screenshots {
    width: 708px;
	height: 421px;
}

img.photo-1 {
   left: 270px;
}

img.photo-2 {
   top: 300px;
   right: 0px;
}

img.photo-3 {
   left: 0;
   top: 430px;
}

img.photo-postcards {
   padding: 100px 272px 0;
   left: 0;
}


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

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

div#FAQ h1 {
	font-size: 72px;
	margin: 100px 0;
	text-align: center;
}

div#FAQ h2 {
	color: #9b86db;	
	font-size: 30px;
	margin: 0 0 25px;
}

div#FAQ p {
    line-height: 30px;
    margin-bottom: 110px;
    font-size: 18px;
	font-family: 'Avenir','Arial', sans-serif;
	letter-spacing: 1px;
}

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

.presskit {
	float:left;
}

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

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

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 #9b86db;
    width: 100%;
    margin-bottom: 20px;
}

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

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

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

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

ul.menu-wrap {
    max-width: 1100px;
	margin: auto;
	min-height:37px;
	font-family: sans-serif;
}

div.menu {
   float:left;
}

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

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

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

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

div.single-logo {
	padding:80px; 
	text-align:center;
}


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

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

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

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

@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.nav_logo {
		display: none;
	}
	
    li#menu-item-66 {
       width:100%;
    }
	
	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: #222545;
    }

	header.wb_header {
		margin-top: -10px;
	}

	header.wb_header a {
		margin-right: 0px;
	}
	
    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: 270px 10px 150px;
	}
	
	div.register-quill, div.register-newspaper, div.register-inkwell {
		display: none;
	}
	
	div.single-logo {
		padding: 0px;
		margin-top: 180px;
	    margin-bottom: 50px;
	}
	
	input#MERGE0 {
	    max-width: 100%;
    }
	
}

@media screen and (max-width: 717px) {
	
	input#submit_email_form  {
       margin-top:15px;
    }
	
}

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