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

html {
    scroll-padding-top: 89px;
	scroll-behavior: smooth;
}

main {
	margin-top:89px;
}

body {
	background: url(/wp-content/themes/witchbrook/content/purple-bg.png) repeat;
	background-color: #402b69;
	color: #e0d6c6;	
    font-family: 'Calistoga', serif;
	overflow-x: hidden;
    -moz-font-feature-settings: "liga" off, "dlig" off, "calt" off;
    -webkit-font-feature-settings: "liga" off, "dlig" off, "calt" off;
    font-feature-settings: "liga" off, "dlig" off, "calt" off;
    font-variant-ligatures: none;
}

p, span {
    -moz-font-feature-settings: "liga" off, "dlig" off, "calt" off;
    -webkit-font-feature-settings: "liga" off, "dlig" off, "calt" off;
    font-feature-settings: "liga" off, "dlig" off, "calt" off;
    font-variant-ligatures: none;
}

a, a:visited {
	color: #e0d6c6;
}

div.post-content p a, div.post-content p a:visited, span.post-tag a, span.post-tag a:visited, div.next a, div.next a:visited, div.prev a, div.prev a:visited {
	color: #8173ca;
}

a:hover, a:active, a:focus {
	color: #decea2;
}

img.wb_logo {
	width:570px;
}

img.wb_logo_media {
	width:515px;
    user-select: none;
    -webkit-user-drag: none; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

h1.media-header {
	margin-top: -30px;
	font-size: 72px;
    margin-top: 100px;
    text-align: center;
	margin-top: -30px;
    margin-bottom: 21px;
}

#press_videos p {
	color: #b198f0;
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Avenir', 'Arial', sans-serif;
    letter-spacing: 1px;
}

/* -------------------------
|         NAV BAR          |
------------------------- */
.logo-wrapper {
  transition: opacity 0.4s ease;
}

div.splash div.logo-hidden {
  opacity: 0;
}

#menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

header.wb_header {
	background-color: #2c2959;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
    font-family: sans-serif;
    background-image: url('/wp-content/themes/witchbrook/content/branch-shadow-left.jpg'), url('/wp-content/themes/witchbrook/content/branch-shadow-right.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: auto;
	box-shadow: 1px 3px 6px #00000096;
}

header.wb_header a {
	text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.wb_nav_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
	min-height: 89px;
	user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
}

.wb_nav_container::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: linear-gradient(to bottom, 
      #5a56a5 0px,
      #5a56a5 3px,
      #2c2959 3px,
      #2c2959 7px
    );
}

.header-logo {
    flex: 0 0 auto;
}

.header-menu-center {
    flex: 1 1 auto;
    text-align: center;
}

.header-links {
    display: flex;
    justify-content: center;
    gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 100px;
}

.header-links li.header.links {
    display: flex;
    align-items: center;
}

.social {
    flex: 0 0 auto;
    display: flex;
    gap: 10px;
    font-weight: 100;
}

.social a, .social a:visited {
    text-decoration: none;
    color: #b198f0;
}

.social a:hover {
	color: #decea2;
}

.fa-brands, .fab {
    font-size: 25px;
}

div.banner-side {
    position: absolute;
	width: 352px;
	height:89px;
	margin-top: 30px;
	font-family: 'Calistoga', serif;
	align-content: center;
    font-weight: 100;
    font-size: 25px;
	padding-top: 1px;
}

div#banner-trailer {
	background: url("/wp-content/themes/witchbrook/content/trailer_banner.png") no-repeat;
	left: 0;
	padding-left: 25px;
}

span.trailer_link {
	color: #b198f0;
    margin-right: 9px;
}

img.broom-rider {
	margin-left: 4px;
	margin-top: -14px;
    animation: bob 1.5s ease-in-out infinite;
    animation-play-state: paused;
    transition: transform 1.5s ease-in-out;
	content: url('/wp-content/themes/witchbrook/content/broom-rider.png');
}

#banner-trailer:hover .broom-rider {
	animation-play-state: running;
	transform: translateY(0);
	content: url('/wp-content/themes/witchbrook/content/broom-rider-animated.gif');
}

@keyframes bob {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

div#banner-wishlist {
	background: url("/wp-content/themes/witchbrook/content/wishlist_banner.png") no-repeat;
	right: 0;
	padding-left: 43px;
}

div#banner-wishlist a {
	font-family: 'Calistoga', serif;
    font-size: 24px;
    font-weight: 100;
	letter-spacing: 0.8px;
}

div#banner-wishlist a:hover, div#banner-wishlist a:active, div#banner-wishlist a:focus {
	color: #decea2;
}

span#wishlist-icon {
	color: #b198f0;
	margin: 0 2px;
}

span.wishlist-text {
	margin-right: 5px;
}

span#wishlist-icon:hover {
	color: #decea2;
}

a.wishlist-icon {
	margin-right: 3px;
}

img#switch-icon {
    margin-bottom: 6px;
}

img#switch2-icon {
    margin-bottom: 6px;
}

/* Mobile Top Menu */
/* Hide checkbox */
#menu-toggle {
  display: none;
}

input#menu-toggle.menu-toggle {
	display: none;
}

/* Hamburger icon */
.menu-icon {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 25px;
  margin-left: auto;
}

.menu-icon span {
  display: block;
  height: 3px;
  background: #796cbc;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

li.mobile-only {
	display: none;
}

li#wishlist-top {
	margin-top: -4px;
	margin-right: -40px;
}

/* Responsive rules */
@media (max-width: 830px) {
  .menu-icon {
    display: block;
  }

  .menu-content {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    background: #2c2959;
    padding: 0 0 20px;
    z-index: 999;
  }

  .menu-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: linear-gradient(to bottom, 
      #5a56a5 0px,
      #5a56a5 3px,
      #2c2959 3px,
      #2c2959 7px
    );
  }
	
	h1.media-header {
		font-size:45px;
	}
	
	span.trailer-text, span.wishlist-text {
		display:initial;
	}

  .menu-toggle:checked ~ .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle:checked ~ .menu-icon span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle:checked ~ .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .menu-toggle:checked ~ .menu-content {
    display: flex;
  }

  .header-menu-center ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

  @media (max-width: 960px) {
      .header-links {
          margin-left: -120px;
      }
}

@media (max-width: 1175px) {
  div.social {
    display: none;
  }
	
  .header-links {
    margin-left: 0px;
  }
}

/* Mobile styles */
@media (max-width: 830px) {
  div.article-content {
    padding: 20px 15px !important;
  }
  div.blog-content div.articlewrapper {
	padding: 20px 15px !important;	
  }
  div.user h1 {
    font-size: 3rem !important;
  }
}

@media (max-width: 830px) {
  #menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: white;
    width: 100%;
    position: absolute;
    top: 60px; /* Adjust to your header height */
    left: 0;
  }

  .nav-links.open {
    display: flex;
  }
    
  .wb_nav_container {
    flex-direction: row-reverse;
    align-items: center;
  }

  .header-menu-center {
    order: 2;
    width: 100%;
    margin: 10px 0;
  }

  .social {
    order: 3;
  }

  .header-logo {
    order: 1;
  }
	
  li.mobile-only {
	display: initial;
  }
	
	img#switch-icon, img#switch2-icon {
		margin-bottom: 10px;
	}

  li.mobile-only span.trailer-text, li.mobile-only span.wishlist-text {
	display: inline-block;
	margin-left: -5px;
  }
	
}

/* -------------------------
|          SPLASH          |
------------------------- */
div.splash {
	background: url("/wp-content/themes/witchbrook/content/witchbrook_splash.jpg") no-repeat center center / cover;
	height: 1015px;
	padding-top: 89px;
	margin-top:-18px;
}

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

div.splash 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 {
	color: #b198f0;
	text-align: center;
	padding: 15px;
	box-shadow: 1px 3px 6px #00000096;
}

div#register::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background: linear-gradient(to top, 
      #5a56a5 0px,
      #5a56a5 3px,
      #2c2959 3px,
      #2c2959 7px
    );
}

div#register-border {
	background-color: #2c2959;
	position: relative;
	background-image: url('/wp-content/themes/witchbrook/content/branch-shadow-left.jpg'), url('/wp-content/themes/witchbrook/content/branch-shadow-right.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: left calc(50% - 50px), right calc(50% - 50px);
    background-size: auto;
}

div#register::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: linear-gradient(to bottom, 
      #5a56a5 0px,
      #5a56a5 3px,
      #2c2959 3px,
      #2c2959 7px
    );
}

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: -101px;
	width: 238px;
	height: 315px;
	bottom: 103px;
	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: 52px;
	width: 102px;
	height: 122px;
	bottom: 23px;
}

div.register-newspaper {
    background: url('/wp-content/themes/witchbrook/content/register_newspaper.png') no-repeat left;
	position: absolute;
	width: 352px;
	height: 332px;
	right: -178px;
	bottom: -2px;
	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 0 0 rgba(0, 0, 0, 0.12);
	max-width: 400px;
	text-align: center;
    width: 550px;
    color: #2c2959;
    font-weight: 600;
}

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

div.register_legal {
    font-size: 9px;
    color: #796dbd;
	width:100%;
	text-align:center;
    padding: 10px;
    margin: auto;
    max-width: 1100px;
	font-family: arial;
	font-weight: 700;
	letter-spacing: 1px;
}

div.register_legal a {
   color: #b198f0;
}

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;    
	margin-bottom: 15px;
}

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: 10px;
	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;
}

/* -------------------------
|      PHOTO SLIDER        |
------------------------- */
div.photo_slider {
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 60px;
}

.swiper{
  width: 667px;
  margin-bottom: 100px;
}

.slider_texts{
  padding: 1.5rem 1em;
}

.slider_title{
  font-size: 1.4rem;
  font-weight: bold;
}

.slider_text{
  font-size: 1.2rem;
  margin-top: 0.5em;
  line-height: 1.2;
}

.swiper-button-prev {
  margin-left: -150px;
}

.swiper-button-next {
  margin-right: -150px;
}

.swiper-pagination {
  margin-bottom: -50px;
}

div.slider_img img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}

.swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: url('/wp-content/themes/witchbrook/content/carousel_hollow.png') no-repeat center center;
  background-size: contain;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: url('/wp-content/themes/witchbrook/content/carousel_highlighted.png') no-repeat center center;
  background-size: contain;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev {
  background-image: url('/wp-content/themes/witchbrook/content/carousel_left_arrow.png');
}

.swiper-button-next {
  background-image: url('/wp-content/themes/witchbrook/content/carousel_right_arrow.png');
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media (max-width: 800px) {
    .swiper {
      width:100%;
      margin-bottom: 100px;
	  margin-top: -39px;
    }
}

/* -------------------------
|           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-top: 10px;
	text-align: center;
}

div#FAQ h2 {
	font-size: 30px;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

div#FAQ a {
	text-decoration: underline;
}
	
div.faq-divider {
	text-align: center;
	margin-bottom: 68px;
	margin-top: -15px;
}

div.faq-sprite-wrap {
	text-align: center;
	margin-bottom: 48px;
}

div#bottom.faq-sprite-wrap {
    margin-bottom: 100px;
}

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

.presskit {
	float:left;
}

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

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

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

.press_wrapper {
	padding-top:30px;
}

.press_wrapper p {
	font-size: 16px;
}

.press_wrapper a, .press_wrapper a:visited {
    color: #e0d6c6;
	text-decoration: underline;
}

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

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

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

div.videos-wrap, div.media-article h2 {
	padding: 10px;
}

table#media.game_images {
	margin-bottom: 100px;
}

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

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

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

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

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

div.footer-footer {
    background-color: #2c2959;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    padding: 17px 10px 10px;
    position: relative;
    cursor: default;
    background-image: url('/wp-content/themes/witchbrook/content/branch-shadow-left.jpg'), url('/wp-content/themes/witchbrook/content/branch-shadow-right.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: auto;
}

div.footer-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background: linear-gradient(to top, 
      #5a56a5 0px,
      #5a56a5 3px,
      #2c2959 3px,
      #2c2959 7px
    );
}

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: #b198f0;
   transition: all .2s;
}

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

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

.footer-menu {
    display: table;
    width: 100%;
    text-align: center;
}

.footer-cell {
    display: table-cell;
    vertical-align: middle;
	width: 33%;
}

div.footer-copyright {
	text-align: left;
	font-size: 80%;
	font-family: arial;
	letter-spacing: 0.5px;
	color: white;
	padding-left: 15px;
}

div.footer-social {
	text-align: center;
    background: url('/wp-content/themes/witchbrook/content/footer_social_container.png') no-repeat center;
	min-width: 400px;
	height: 80px;
}

div.footer-social i {
	margin: 10px 2px 0;
}

div.footer-privacy {
	text-align: right;
	padding-right: 15px;
	font-size: 80%;
	letter-spacing: 0.5px;
	font-family: arial;
}

/* Hide the banner divs by default */
div#banner-trailer, div#banner-wishlist {
  display: none;
}

/* Show banners only on the main page */
body.home div#banner-trailer, body.home div#banner-wishlist {
  display: block;
  padding-bottom: 5px;
}

@media (max-width: 1770px) {
    span.wishlist-text, img.broom-rider {
      display: none;
    }
	
	div#banner-trailer {
	    padding-left: 100px;
        margin-left: -75px;
	}
	
	div#banner-wishlist {
		margin-right: -139px;
	}
}

@media (max-width: 1522px) {
    span.trailer-text {
      display: none;
    }
	
	div#banner-trailer {
		padding-left: 220px;
		margin-left: -185px;
	}
}

@media (max-width: 1438px) {
	div#banner-wishlist {
		display: none !important;
	}
}

@media (max-width: 1305px) {
	div#banner-trailer {
		display: none !important;
	}
}
	
@media (max-width: 800px) {
    .footer-menu {
      display: block;
      text-align: center;
    }
	
	.footer-social {
		height: auto;
	}

    .footer-cell {
      display: block;
      width: 100%;
      text-align: center !important;
      margin: 5px 0;
    }
	
	div.footer-social {
		padding-top: 18px;
		min-width: initial;
	}
}

/* -------------------------
|          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.blog-content div.articlewrapper {
	padding: 40px 60px;
    border-radius: 20px;
    background-color: #fff8e4;
    color: #5a3b32;
    font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

div.blog-pagination {
	background-color: #fff8e4;
    border-radius: 10px;
    padding: 10px;
    margin-top: -15px;
	color: #5a3b32;
    font-family: 'Open Sans', sans-serif;
}

div.banner {
	margin-bottom: 30px;
	margin-top: 10px;
}

div#search-box {
    border-radius: 10px;
    padding: 14px 14px 10px 10px;
    margin: 10px 0;
	color: #5a3b32;
    font-family: 'Open Sans', sans-serif;
}

div.blog-content div.articlewrapper a, div.blog-content div.articlewrapper a:visited, div.blog-content div.articlewrapper a:hover {
	color: #8173ca;
}

a.read-more {
	display: none;
}

div.none-found {
	margin-bottom: 35px;
    padding-left: 14px;
}

body.blog div#logo, div#logo {
	padding: 150px 0 0;
	text-align: center;
}

main.container div#logo {
	padding: 50px 0 100px;
	text-align: center;
}

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

.wp-block-embed, .wp-block-image {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.wp-block-image img {
	height: auto;
}

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

div.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

/* -------------------------
|        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.nav_logo {
		display: none;
	}
	
	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 (max-width: 690px) {
  div#register-border, header.wb_header {
    background-image: url(/wp-content/themes/witchbrook/content/branch-shadow-left.jpg);
    background-repeat: no-repeat;
    background-position: left center;
  }
}

@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         |
------------------------- */
@media (max-width: 980px) {
  .newspaper_head_top_mid,
  .newspaper_body_left_top,
  .newspaper_body_right_top,
  .newspaper_ads img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .newspaper_body_left_top,
  .newspaper_body_right_top {
    float: none !important;
    border: none !important;
    display: block;
  }
  .vl {
    display: none !important;
  }
  .mobile-hr {
    display: block !important;
  }
}

div.newspaper-nav {
	color: #5f3f2a;
    font-family: 'Coustard', serif;
	background-color: #f9f0ea;
	margin-top: 75px;
    margin-bottom: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-right: -25px;
    margin-left: -25px;
}

div.newspaper-nav a, div.newspaper-nav a:visited {
	color: #5f3f2a;
	font-size: 18px;
}

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', serif;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "kern" 0, "calt" 0;
    text-rendering: optimizeLegibility;
	margin-top: 111px;
	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;
}

span#om {
	color:darkred;
}

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

div.vl {
	border-right: 2px solid #5f3f2a;
    height: 200px;
    float: left;
    margin-top: 12px;
}

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-nav {
		margin-right: 0;
		margin-left: 0;
		margin-top: 45px;
	}
	
	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% !important;
		max-width: 100% !important;
		display: inline-table;
		padding: 0 30px 10px 30px;
	}
	
	div.newspaper_body_left_top {
		border-right:none !important;
	}
	
	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: 11vw !important;
        line-height: 13vw !important;
	}
	
	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%);
    }
}

@media screen and (max-width: 1125px) {
  .article-2, .article-3 {
    text-align:center !important;
  }		
  div.newspaper_wrap {
    margin-top: 115px;
  }
  .page-id-258 div.newspaper_body_left_top, .page-id-382 div.newspaper_body_left_top, .page-id-479 div.newspaper_body_left_top, .page-id-532 div#newspaper_body_left_top_headline {
    width: 100% !important;
    border: none !important;
    padding-right: 0 !important;
	display: inline-table;
  }
  .page-id-258 div.newspaper_body_right_top, .page-id-382 div.newspaper_body_right_top, .page-id-479 div.newspaper_body_right_top, .page-id-532 div#newspaper_body_left_top_headline {
    margin-top: 25px !important;
    padding-left: 0 !important;
  }
  .page-id-258 hr.mobile-hr, .page-id-382 hr.mobile-hr, .page-id-479 hr.mobile-hr, .page-id-532 hr.mobile-hr {
	  border: 1px solid #5f3f2a;
      display: block !important;
  }	
  .page-id-258 div.vl, .page-id-382 div.vl, .page-id-479 div.vl, .page-id-532 div.vl {
      display: none;
  }
  .page-id-258 span#headline-1, .page-id-258 span#headline-2, .page-id-258 span#headline-3, .page-id-382 span#headline-1, .page-id-382 span#headline-2, .page-id-382 span#headline-3, .page-id-479 span#headline-1, .page-id-479 span#headline-2, .page-id-479 span#headline-3, .page-id-532 span#headline-1, .page-id-532 span#headline-2, .page-id-532 span#headline-3 {
      font-size:55px !important;
      line-height:55px !important;
  }	
	div.newspaper_body_preview_1, div.newspaper_body_preview_2 {
		margin-bottom: 15px;
	}	
}

@media screen and (max-width: 757px) {
  .page-id-258 div.newspaper_body_headline, .page-id-382 div.newspaper_body_headline, .page-id-479 div.newspaper_body_headline, .page-id-532 div#newspaper_body_left_top_headline {
    line-height: 11vw !important;
  }

}

@media screen and (max-width: 660px) {
  .article-2 span#headline-1, .article-2 span#headline-2, .article-2 span#headline-3 {
    display: block;
  }	
  .article-2 span#headline-1 {
    font-size: clamp(4vw, 10vw, 10vw) !important;
	line-height: 10vw !important;
  }	
  .article-2 span#headline-2 {
    font-size: clamp(4vw, 13vw, 13vw) !important;
	line-height: 13vw !important;
  }
  .article-2 span#headline-3 {
    font-size: clamp(4vw, 16vw, 16vw) !important;
	line-height: 14vw !important;
  }	
  .article-3 span#headline-1 {
    font-size: clamp(4vw, 7.8vw, 7.8vw) !important;
	line-height: 7vw !important;
  }
  .article-3 span#headline-3 {
    font-size: clamp(4vw, 16vw, 16vw) !important;
	line-height: 12vw !important;
  }
	  .article-4 span#headline-1 {
    font-size: clamp(4vw, 7.8vw, 7.8vw) !important;
	line-height: 7vw !important;
  }
  .article-4 span#headline-3 {
    font-size: clamp(4vw, 16vw, 16vw) !important;
	line-height: 12vw !important;
  }
}
	
@media screen and (max-width: 565px) {
	div.newspaper_head {
	 padding-top: 10px;
  }	
  .page-id-258 div#newspaper_body_left_top_headline, .page-id-382 div#newspaper_body_left_top_headline, .page-id-479 div#newspaper_body_left_top_headline, .page-id-532 div#newspaper_body_left_top_headline {
    line-height: 53px !important;
  }
}
	
@media screen and (max-width: 450px) {
  .newspaper_page_wrap {
    margin-left: 15px;
    margin-right: 15px;
  }	
  .article-3 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .article-3 span#headline-1 {
    font-size: clamp(4vw, 7vw, 7vw) !important;
	line-height: 7vw !important;
  }
	
  .page-id-479 span.article-3 span#headline-1, .page-id-479 span.article-3 span#headline-2 {
    font-size: clamp(4vw, 11vw, 11vw) !important;
	line-height: 11vw !important;
  }
	
  .page-id-479 span.article-3 span#headline-2 {
    display: block;
    margin-top: -7px;
  }
	
  .page-id-479 div.newspaper_body_right_top {
    margin-top: 0 !important;
  }
}