/*
 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');
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&&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;	
}

li.buy.to-right {
	float: right;
	margin-top: 9px;
}

/* -------------------------
|           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;
}

div#wishlist-button {
	background: url("/wp-content/themes/witchbrook/content/WishlistButton.png") no-repeat;
	width: 338px;
	height: 79px;
	margin: auto;
	margin-top: -120px;
	margin-bottom: 150px;
}

/* -------------------------
|       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, #press_team {
   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;
}

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

div.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: 1320px) {
	
	li.buy.to-right {
           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;
	}
	
}




/* -------------------------
|        NEWSPAPER         |
------------------------- */
main.news_container {
	width:1100px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

div.newspaper_wrap {
	width: 1095px;
	background-color: #f9f0ea;
	color: #5f3f2a;
    font-family: Coustard;
	margin-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-bottom: -20px;
	box-shadow: 0px 8px 10px 10px rgba(0, 0, 0, 0.1);
}

div.newspaper_backpage {
	background-color: #f9f0ea;
    height: 2455px;
    width: 1095px;
    position: absolute;
    z-index: -1;
    margin-left: -25px;
    margin-top: 25px;
}

hr.newspaper_line {
	border-top: 2px solid #5f3f2a;
    margin: 10px 30px 10px 30px;
}

hr#double-bold {
    height:2px;
    border-top:2px solid #5f3f2a;
    border-bottom:2px solid #5f3f2a;
}

div.newspaper_clear {
	clear: both;
}

div.newspaper_body {
	margin-top: -4px;
}

div.newspaper_body_headline {
	font-weight: 400;
    font-size: 79px;
    text-align: center;
    font-family: Calistoga;
	margin: -18px 0 -13px 0;
}

/* -------------------------
|          Header          |
------------------------- */
img.news_head {
	display: none;
}

img.news_head_sm  {
    display: none;
}

div.newspaper_head {
	text-align: center;
	padding-top: 31px;
}

div.newspaper_head_top {
	margin-bottom: 10px;
	position: relative;
}

div.newspaper_head_top_mid {
	background-color: #5f3f2a;
    height: 34px;
    color: #f9f0ea;
    width: 900px;
    margin: auto;
    font-size: 19px;
    padding-top: 4px;
}

div.newspaper_head_left {
    text-align: center;
	float: left;
	font-family: Calistoga;
	width: 15%;
	margin-top: 10px;
}

div.newspaper_head_center {
    text-align: center;
	float: left;
	font-family: Calistoga;
	position:relative;
	font-size: 66px;
	width: 70%;
	padding-top: 15px;
	line-height: 35px;
    border-right: 2px solid #5f3f2a;
    border-left: 2px solid #5f3f2a;
}

div.newspaper_head_top_left, div.newspaper_head_top_right {
	width: 34px;
	position: absolute;
    top: -15px;
    height: auto;
}

div.newspaper_head_top_left {
	left: 44px;
	z-index: 15;
}

div.newspaper_head_top_right {
	right: 45px;
	z-index: 15;
}

img#currency_image {
	width: 34px;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

img#dot {
	position: absolute;
	left: 213px;
    top: 19px;
}

img.triangle-left {
	position: absolute;
    top: 0;
    left: 55px;
    z-index: 10;
}

img.triangle-right {
	position: absolute;
    right: 55px;
    top: 0;
}

div.newspaper_head_center img {
    vertical-align: baseline;
    margin-bottom: -3px;
    margin-right: 2px;
}

span#newspaper_head_center_subheadline {
    font-size: 18px;
    font-family: Coustard;
}

span#newspaper_head_center_subheadline:before,
span#newspaper_head_center_subheadline:after {
    background-color: #5f3f2a;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 17%;
}

div.newspaper_head_right {
	text-align: center;
	float: right;
	font-family: Calistoga;
	width: 15%;
	margin-top: 10px;
}

div.newspaper_head_right img {
    vertical-align: baseline;
}

div.newspaper_head_foot {
	padding: 0px 30px 0px 30px;
	margin-top: -4px;
}

span#newspaper_head_issue {
	float: left;
	font-size: 18px;
}

span#newspaper_head_date {
	float: right;
	font-size: 18px;
}

span#headline-top-1 {
	font-size: 21px;
	display:block;
}

span#headline-top-2 {
	font-size: 44px;
	line-height: 44px;
    display:block;
}

span#headline-top-2:before,
span#headline-top-2:after {
    background-color: #5f3f2a;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 25%;
}

span#headline-top-3 {
	font-size: 30px;
	line-height: 30px;
    display:block;
}

span#headline-top-4 {
	font-size: 30px;
	line-height: 30px;
    display:block;
}

span#headline-top-5 {
	font-size: 50px;
	line-height: 50px;
    display:block;
}

span#headline-top-6 {
	font-size: 20px;
    display:block;
}

/* -------------------------
|        Article 1         |
------------------------- */

div.newspaper_body_left_top {
    float: left;
    padding: 0px 30px 10px 50px;
    border-right: 2px solid #5F3F2A;
    max-width: 800px;
}

div#newspaper_body_left_top_headline {
	font-weight: 400;
    font-size: 47px;
    text-align: center;
    font-family: Calistoga;
}

span#newspaper_body_left_top_headline_1 {
	line-height: 80px;
	text-transform: uppercase;
    font-size: 95px;
}

span#newspaper_body_left_top_article {
    font-size: 18px;
    line-height: 25px;
}

span#newspaper_body_left_top_article br {
	content: " ";
	display: block;
	margin: 14px 0;
}

/* -------------------------
|        Article 2         |
------------------------- */

div.newspaper_body_right_top {
	display: table-cell;
	padding: 0px 15px 0px 18px;
	max-width: 290px;
}

span#newspaper_body_right_top_headline {
	font-weight: 400;
    text-align: left;
    font-family: Calistoga;
	letter-spacing: 0;
}

span#newspaper_body_right_top_article {
    font-size: 18px;
    line-height: 25px;
}

span#newspaper_body_right_top_article br {
	content: " ";
	display: block;
	margin: 14px 0;
}

span#headline-1 {
	font-size: 48px;
	line-height: 60px;
	display: block;
}

span#headline-2 {
	font-size: 39px;
	line-height: 39px;
	display: block;
}

span#headline-3 {
	font-size: 70px;
	line-height: 76px;
	display: block;
}

/* -------------------------
|            Ads           |
------------------------- */

div.newspaper_ads {
	text-align: center;
}

#newspaper_ads_1 img {
	width: 326px;
}

#newspaper_ads_2 img {
	width: 271px;
}

#newspaper_ads_3 img {
	width: 417px;
}

/* -------------------------
|      Article Stubs       |
------------------------- */
div.newspaper_previews {
	font-size: 18px;
	line-height: 25px;
}

div.newspaper_body_preview_1 {
	width: 33%;
	float: left;
	padding-left: 42px;
}

div.newspaper_body_preview_2 {
	width: 33%;
    float: left;
	padding-right: 10px;
	padding-left: 25px;
}

div.newspaper_body_preview_3 {
	width: 33%;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}

span#newspaper_body_preview_1_headline, span#newspaper_body_preview_2_headline, span#newspaper_body_preview_3_headline {
	font-size: 34px;
    font-family: Calistoga;
	line-height: 44px;
}

div.newspaper_head_preview_foot {
	text-align: center;
	font-size: 22px;
	padding: 0 25px;
	line-height: 27px;
	letter-spacing: 0;
}

span#news_foot {
	font-family: 'Calistoga';
}

@media screen and (max-width: 1125px) {
	
	div.newspaper_backpage, div.newspaper_head_top_left, div.newspaper_head_top_right {
        display: none;
    }
	
	div.newspaper_body_headline {
		line-height: 65px;
		font-size: 69px;
        margin: 0;
	}
	
	div.newspaper_head_top, div.newspaper_head_left, div.newspaper_head_right, div.newspaper_head_center  {
        display: none;
    }
	
	img.news_head  {
        display: inline;
    }
	
	span#headline-1, span#headline-2, span#headline-3 {
	    display:initial;
		font-size: 47px;
		margin-right: 7px;
		line-height: 47px;
	}
	
	div.newspaper_body_left_top, div.newspaper_body_right_top, div.newspaper_body_preview_1, div.newspaper_body_preview_2, div.newspaper_body_preview_3 {
		width: 100%;
		max-width: 100%;
		display: inline-table;
		padding: 0 30px 10px 30px;
	}
	
	div.newspaper_body_left_top {
		border-right:none;
	}
	
	div.newspaper_body_left_top img {
		width: 100%;
	}
	
	span#newspaper_body_left_top_headline, span#newspaper_body_right_top_headline {
		line-height: 60px;
	}
	
	main.news_container, div.newspaper_wrap {
	    width:100%;
		margin-top: -10px;
    }
	
	div.newspaper_ads img {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 957px) {
	
	div.newspaper_body_headline {
	    font-size: 9vw;
        line-height: 10vw;
	}
}

@media screen and (max-width: 757px) {
	
	div#newspaper_body_left_top_headline {
	    font-size: 9vw;
        line-height: 10vw;
		margin-bottom: 12px;
		margin-top: 10px;
		text-align: left;
	}
	
	span#newspaper_body_left_top_headline_1 {
		text-transform: none;
	    font-size: 9vw;
        line-height: 10vw;
	}
	
	div.newspaper_body_headline {
		font-size: 55px;
	    font-size: 11vw;
		line-height: 60px;
        line-height: 13vw;
	}
	
	span#headline-1, span#headline-2, span#headline-3 {
	    font-size: 9vw;
        line-height: 10vw;
	}
}


@media screen and (max-width: 625px) {
	
	span#newspaper_ads_1 img, span#newspaper_ads_2 img, span#newspaper_ads_3 img {
	    width: 75%;
	    width: 75vw;
	}
	
	img.news_head  {
        display: none;
    }

	img.news_head_sm  {
        display: inline;
    }
	
}

@media screen and (max-width: 600px) {
	
	div#newspaper_body_left_top_headline {
	    font-size: 10vw;
        line-height: 12vw;
	}
	
	span#newspaper_body_left_top_headline_1 {
		text-transform: none;
	    font-size: 10vw;
        line-height: 12vw;
	}
	
	span#newspaper_head_date, span#newspaper_head_issue {
		font-size: 14px;
        line-height: 14px;
	}
}

@-moz-document url-prefix() {
	span#newspaper_body_left_top_article br, span#newspaper_body_right_top_article br {
		margin: 8px 0;
	}
	
	div.newspaper_body_headline {
		font-size: 74px;
	}
	
	div.newspaper_backpage {
		height: 2495px;
	}

}

@media print {
    .wb_header, .footer-footer, .wb_nav_container, .footer-footer {
        display: none;
    }
	
	.newspaper_ads img {
        filter: grayscale(100%);
    }
}