  /*
 Theme Name:   Mercy Watson
 Theme URI:    http://example.com/skeleton-mercywatson/
 Description:  Skeleton child theme specific to Mercy Watson
 Author:       Shady Hill Studios
 Author URI:   http://www.shadyhillstudios.com
 Template:     skeleton
 Version:      1.0.0
 Tags:         
 Text Domain:  skeleton-mercywatson
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/***** FONTS *****/
/*
 * Emigre web font kit 54aae3834cfcb
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?PBloUn.html
 *
 *  2012 Emigre, Inc
 */
/*
@font-face {
    font-family: 'BlockheadUpluggedMedium';
    src: url('../fonts/BlockheadAlphabetUnpluggedWeb/blockupl-071211002EmigreWebOnly.eot');
    src: url('../fonts/BlockheadAlphabetUnpluggedWeb/blockupl-071211002EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BlockheadAlphabetUnpluggedWeb/blockupl-071211002EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{ 
	font-family: 'FFProvidenceSans';
	src: url('../fonts/ProvidenceSans/providencesans.eot');
	src: url('../fonts/ProvidenceSans/providencesans.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ProvidenceSans/providencesans.woff') format('woff'),
       	 url('../fonts/ProvidenceSans/providencesans.ttf')  format('truetype');
}

@font-face{ 
	font-family: 'FFProvidenceSansBold';
	src: url('../fonts/ProvidenceSans/providencesansbold.eot');
	src: url('../fonts/ProvidenceSans/providencesansbold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ProvidenceSans/providencesansbold.woff') format('woff'),
       	 url('../fonts/ProvidenceSans/providencesansbold.ttf')  format('truetype');
	font-weight:bold;
}
*/



@font-face {
    font-family: 'MrsEaves';
    src: url('../fonts/MrsEaves/mrseavesroman.eot');
    src: url('../fonts/MrsEaves/mrseavesroman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MrsEaves/mrseavesroman.woff') format('woff');
         url('../fonts/MrsEaves/mrseavesroman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Zephyr';
	src: url('../fonts/Zephyr/zephyr.eot');
	src: url('../fonts/Zephyr/zephyr.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Zephyr/zephyr.woff2') format('woff2'),
		 url('../fonts/Zephyr/zephyr.woff') format('woff'),
		 url('../fonts/Zephyr/zephyr.ttf') format('truetype');}

@font-face {
	font-family: 'FFProvidenceSansBold';
	src: url('../fonts/ProvidenceSans/2CFA5B_0_0.eot');
	src: url('../fonts/ProvidenceSans/2CFA5B_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ProvidenceSans/2CFA5B_0_0.woff2') format('woff2'),
		 url('../fonts/ProvidenceSans/2CFA5B_0_0.woff') format('woff'),
		 url('../fonts/ProvidenceSans/2CFA5B_0_0.ttf') format('truetype');}
 
  



/***** END FONTS *****/



.mssg{
	position: fixed;
	width: 300px;
	height: 100px;
	display: block;
	z-index: 100000;
	background: white;
}

/***** BEGIN GENERAL ******/


/*IMPORTANT! IE PUTS THE SCROLL BAR OVER CONTENT, THIS STOPS IT */
@-ms-viewport{ width: auto !important; }

html, body{
	background: rgb(150,150,150);
	font-size: .938em;
	visibility: hidden;
	min-width: 993px;
	color: #000;
}

/*hide scroll bar when possible*/
::-webkit-scrollbar { 
    display: none; 
}

#body-image{
	width: 100%;
	height: 100%;
	position: fixed;
  	background-image: url(../../../../uploads/home-green.jpg);
	background-repeat: repeat;
	background-size: contain;
}

.main{
	position: fixed;
	display:block;
	width: 100%;
}
.container{
	padding-left: 30px;
	padding-right: 30px;
}


#sidemenu{
	width: 245px;
	height: 100%;
	display: block;
	position: fixed;
	border-left: 10px solid black;
	border-bottom: 10px solid black;
	background:#FFFDDF;
	/* background-image: url(../img/layout/popout-bg.png); */
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	top:0;
	right: -250px;
	padding-top: 140px;
}

#sidemenu-lines{
	width: 200px;
	height: 100%;
	display: block;
	position: absolute;
/* 
	background-image: url(../img/layout/menu-lines.png);
 */
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	top:100px;
	right: 0px;
	padding-top: 110px;
}

#sidemenu a{
	display: block;
	color: black;
	margin: 0em 1em 1.1em 2em; 
	font-size: 1.65em;
	line-height: 1.1em;
	text-shadow:1px 1px rgba(0,0,0,0.5);
	position: relative;
	z-index: 2;
	cursor: pointer;
}

#sidemenu a:hover{
	color: rgb(252, 182, 70);
	text-shadow:1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
}

#judy-button{
	width: 120px;
	height: 83px;
	display: block;
	position: fixed;
	background-image:url(../img/layout/home-judy.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	right: 40px;
	transition: all 0.1s linear;
}

#judy-button:hover{
	width: 140px;
	height: 93px;
	right: 30px;
}



#news-mask, #creator-mask, #screen-mask{width:100%;height:100%;background:rgba(0,0,0,.5);position: fixed;left:0;top:0;display: none;z-index:999;}

.intro-text{
	width: 80%;
	margin: 30px auto;
	font-size: 1.5em;
	text-align: center;
	color: white;
	text-shadow: -2px 2px 1px rgba(0,0,0,0.5);
}

/***** END GENERAL ******/

/***** BEGIN HEADER ******/
.page-header{
	border: none;
	z-index: 100;
	position: relative;
	height: 110px;
	padding-top: 20px;
	margin: 0;
/* 
	display:none;
 */
}

#logo-holder{
	position: fixed;
	width: 175px;
	left: 30px;
	cursor: pointer;
}

.logo{
	/*background-image: url(../img/layout/logo.svg);*/
	background-image: url(../img/layout/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 90px;
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	display:none;
}

.logo:hover{
	-moz-transform: translate(5px,0px);
	-webkit-transform: translate(5px,0px);
	-o-transform: translate(5px,0px);
	transform: translate(5px,0px); 	
	text-decoration: none;
}

.logo:visited, .logo:focus{
	text-decoration: none;
}

.no-svg .logo{
	background-image: url(../img/layout/logo.png);
}
/***** END HEADER ******/

/***** BEGIN TYPOGRAPHY ******/
.page-block h1{
	font-size: 3em;
/* 
	letter-spacing: -.075em;
 */
	margin-bottom:0;
}

.parallax-block h1, .news-item h1{
	font-size: 4em;
/* 
	letter-spacing: -.075em;
 */
	margin-bottom:0;
}

h2{
	font-size: 2.467em;
	margin-top:.15em;
/* 
	letter-spacing: -.015em;
 */
}


h1, .blockhead-up, .nav-burger-label, #nav-dots, #sidemenu{
	/*font-family: "BlockheadUnplugged";*/
	font-family: "Zephyr";
}

h2, .providence-sans{
	/*font-family: "Providence-Sans";*/
	font-family: "MrsEaves";
}

body, html, .intro-text, .providence-sansbold, .news-item{
	/*font-family: "Providence-SansBold";*/
	font-family: "MrsEaves";
	
}

/* Special Sizes */
.nav-burger-label{
	font-size: 2.133em;
/* 
	letter-spacing: -.015em;
 */
	margin-bottom:.15em;
}

#home .title h1{
	font-size: 6.133em;
	color:rgb(226, 61, 75);
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
}

#home .title h2{
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
}

#teachers-and-parents h2{
	font-size: 3.333em;
}

#the-books .title {
  font-size: 0.8em;
}

#tales-from-deckawoo-drive .title {
  font-size: 0.8em;
}

#news-holder h2{
	font-size: 2.5em;
	margin: 1em 0;
}

/* Special Colors */
#home .title, .nav-burger-label{
	color:white;
	text-shadow: -3px 3px rgba(0,0,0,0.3);
}

#fan-club .title, #teachers-and-parents .title{
	color:white;
}

/***** BEGIN TYPOGRAPHY ******/

/***** BEGIN NAVIGATION ******/
.nav-burger{
	position: fixed;
	z-index: 3;
	cursor: pointer;
	right: 30px;
	top: 15px;
	min-width: 120px;
}
.nav-burger-label, .nav-burger-image{
	float:right;
}
.nav-burger-label{
	margin-right:.5em;
	padding-top: 10px;
}

.active>.nav-burger-label{
/* 
	margin-right: 40px;
 */
	color: rgb(195, 107, 50);
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.nav-burger-image{
	background-image: url(../img/layout/toast.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 70px;
	height: 65px;
}
/* 
.nav-burger:hover .nav-burger-image, .nav-burger.active .nav-burger-image{
	background-position: center center;
	background-image: url(../img/layout/burger-closed.png);
}
 */

#nav-dots{
	position: absolute;
	top:200px;
	right: 15px;
	color:white;
	width: 30px;
	display:none;
}

.nav-dot{
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;	
	cursor: pointer;
	margin-bottom: .05em;
	position: relative;
	background-repeat: no-repeat;
	background-size: 20px 18px;
	background-position: center center;
	background-image: url(../img/layout/nav-dot.png);
}

.nav-dot.active{
	background-image: url(../img/layout/nav-dot-active.png);
}

#nav-dots span{
	color: rgb(200,200,200);
	text-shadow: 2px 2px rgba(0,0,0,.5);
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 0;
	/*position: absolute;
	left: 50%;
	margin-left:-25px;
	top: 50%;
	margin-top:-55px;*/
	font-size: 140px;
}

#nav-dots .active>span{
	color:white;
}

/***** END NAVIGATION ******/

/***** BEGIN SHARED PAGE/BLOCK ******/
.title{
	color: white;
	text-shadow: none;
	position: relative;
	z-index: 100;
	margin: 0 160px;
	-webkit-text-stroke: 0.2px;
	text-shadow: -3px 3px rgba(0,0,0,0.3);
	padding-top:5px;
}

.page-block{
	width: 100%;
	position: absolute;
}

.page-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover !important;
	z-index: 1;
}

.page-block>.container{
	position: relative;
	z-index: 2;
	height: 700px;
	text-align: center;
}

.parallax-block{
	margin-top:0;
}



/***** END SHARED PAGE/BLOCK ******/


/***** BEGIN MAIN MERCY IMAGES ******/
.mercy-image{
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
	pointer-events: none;
}

#home .mercy-image{ 
	background-image:url(../img/layout/mercy-home.png);
	width: 300px;
	height: 500px;
	top: 120px;
	bottom:0;
	left:50%;
	margin-left:-150px;
}

#the-books .mercy-image{ 
	background-image: url(../img/layout/mercyride.png);
  background-position: 0 75px;
  width: 400px;
  height: 550px;
  bottom: 0px;
  left: 20%;
  margin-left: -321px;
}

#games .mercy-image{ 
  background-image: url(../img/layout/loungechair.png);
  width: 730px;
  height: 423px;
  bottom: 40px;
  left: 50%;
  margin-left: -120px;
}

#fan-club .mercy-image{
    background-image: url(../img/layout/fanclub-sm.png);
    width: 250px;
    height: 250px;
    bottom: 125px;
    left: 85%;
    margin-left: -125px;
}

#fan-club-text h2, #fan-club-text h3, #fan-club-text h4 {
    width: 740px;
    position: relative;
    margin: 0 auto;
    padding: 10px;
}

#fan-club-text h2 {
	width:100%;
}

/* 

#tales-from-deckawoo-drive .mercy-image{ 
  background-image: url(../img/layout/leroythinking.png);
  background-position: 0 10px;
  width: 400px;
  height: 550px;
  bottom: 0px;
  left: 20%;
  margin-left: -321px;
}
 */

#teachers-and-parents .mercy-image{ 
	background-image: url(../img/layout/sisters-garden.png);
	width: 511px;
	height: 485px;
	bottom: 0px;
	left: 50%;
	margin-left: 75px;
	background-position: 0px 10px;
	overflow: hidden;
}

/***** END MAIN MERCY IMAGES ******/

/***** BEGIN EASTER EGGS ******/
.ee-target{
	min-width: 100px;
	min-height: 100px;
	display: block;
	position: absolute;
	z-index: 5;
	left: 50%;
	cursor: pointer;
	display:none;
}

.ee-container{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0,0,0,.7);
	display: none;
}

.ee-bubble{
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	z-index: 1;
	font-size: 1.8em;
	line-height: 1.4em;
	text-align: center;

}

#home .ee-target{
  width: 270px;
  height: 270px;
  margin-left: -130px;
  top: 60px;
  display:none;
}

#home .ee-bubble{
	width: 400px;
	height: 360px;
	top: 320px;
	margin-left: 60px;
	background-image: url(../img/pages/home/bubble-main.png);
	z-index: 10;
	padding: 4.75em 3.5em 4em 4.3em;
}

.ee-container .mercy-image {
  top: 175px !important;
}

#the-books .ee-target{
	width: 260px;
	height: 240px;
	bottom: 0;
	margin-left: -585px;
}

#the-books .ee-bubble{
	width: 550px;
	height: 500px;
	top: 180px;
	margin-left: -460px;
	background-image: url(../img/pages/home/bubble-main.png);
	color: rgb(217,235,159);
	padding: 7em 5.5em 4em 6em;
}

#games .ee-target{
	width: 150px;
	height: 200px;
	margin-left: 60px;
	top:140px;
}

#games .ee-container>.mercy-image{
	margin-right: 114px;
}

#games .ee-bubble{
	width: 547px;
	height: 500px;
	top: 60px;
	margin-left: -410px;
	background-image: url(../img/pages/home/bubble-main.png);
	color: rgb(217,225,175);
	padding: 6em 5.7em 4em 7em;
/* 
	letter-spacing: -.05em;
 */
}


#fan-club .ee-target{
	width: 140px;
	height: 210px;
	margin-left: -50px;
	top:130px;
}

#fan-club .ee-bubble{
	width: 866px;
	height: 370px;
	top: 120px;
	margin-left: -433px;
	background-image: url(../img/pages/tss/bubble-main.png);
/* 
	letter-spacing: -.05em;
 */
	color: white;
}

#fan-club .ee-bubble-1{
	float: left;
	width: 380px;
	padding: 5.4em 2em 0 4em;
	line-height: 1.3em;
}

#fan-club .ee-bubble-2{
	float: right;
	width: 380px;
	padding: 4.5em 2.7em 0 2.7em;
	line-height: 1.3em;
}

#teachers-and-parents .ee-target{
  width: 270px;
  height: 420px;
  margin-left: 120px;
  top: 270px;
}

#teachers-and-parents .ee-bubble{
	width: 570px;
	height: 515px;
	top: 120px;
	margin-left: -320px;
	background-image: url(../img/pages/home/bubble-main.png);
	padding: 5.5em 4.7em 4em 6.5em;
/* 
	letter-spacing: -.05em;
 */
}


#teachers-and-parents .ee-container>.mercy-image{

}

#the-creators .ee-target{
	display: none;
}

/***** END EASTER EGGS ******/

/***** BEGIN NEWS ITEMS ******/
#news-holder{
	position: fixed;
	width: 100%;
	height: 500px;
	top: 120px;
	display: none;
	overflow: hidden;
	z-index: 1000;

}

#news-slider{
	
}

#news-nav-holder{
	display: none;
	top: 120px;
	z-index: 1001;
	position: fixed;
	width: 980px;
	left:50%;
	margin-left: -490px;
}

.news-nav{
	color: rgb(237,28,36);
	font-size: 10em;
	z-index: 1;
	position: absolute;
	cursor: pointer;
	right: -.1em;
	line-height: 3.5em;
}

.news-nav:first-child{
	left: -.1em;
	right: auto;
	display: none;
}

.news-item{
	float:left;
	width: 900px;
	height: 500px;
	background-image: url(../img/layout/news-box.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 3em 6em;
}

.news-item img{
	float:left;
	width: 225px;
	height: auto;
	margin-top:2.5em;
	margin-right: 2em;
}

.news-body{
	font-size: 1.25em;
}

#news-sign{
	position: absolute;
	left:0;
	bottom: 0;
	width: 175px;
	height: 105px;
	background-image:url(../img/pages/home/home-newssign.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom; 
	padding-top: .6em;
}

/***** END NEWS ITEMS ******/

/***** BEGIN PAGE SPECIFIC ******/

/* Home Page  */

.bubble{
/* 
	position: absolute;
 */
	display: inline-block;
	margin-top:10px;
	text-align:center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1.4em;
	font-variant:small-caps;
	cursor: pointer;
	-moz-transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.bubble:hover{
  background-color: rgba(255,255,255,0.8);
  border-radius: 20px;
  }

.bubble div{
/* 
	position: absolute;
 */
	position: relative;
	line-height: 1em;
	padding:0 15px;
}

/* 

#bubble-the-books{
	width: 250px;
	height: 195px;
	top: 125px;
	left: 125px;
	text-align: center;
	background-image: url(../img/pages/home/home-bubble-books.png);
	z-index: 11;
}

#bubble-the-books div{
	top: 47%;
	left: 26%;
	-ms-transform:rotate(-5deg); 
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg); 
	-o-transform:rotate(-5deg);
}

#bubble-the-books:hover{
	-moz-transform: scale(1.1) rotate(5deg) ;
	-webkit-transform: scale(1.1) rotate(5deg) ;
	-o-transform: scale(1.1) rotate(5deg) ;
	transform: scale(1.1) rotate(5deg) ;
}
#bubble-teachers-and-parents{
	width: 390px;
	height: 205px;
	top: 350px;
	left: 50px;
	text-align: left;
	background-image: url(../img/pages/home/bubble-main.png);
	z-index: 9;
}

#bubble-teachers-and-parents div{
	top: 38%;
	left: 15%;
	-ms-transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
	-o-transform:rotate(-15deg); 
}

#bubble-teachers-and-parents:hover{
	-moz-transform: scale(1.15) rotate(10deg) ;
	-webkit-transform: scale(1.15) rotate(10deg) ;
	-o-transform: scale(1.15) rotate(10deg) ;
	transform: scale(1.15) rotate(10deg) ;
}

#bubble-fan-club{
	width: 270px;
	height: 180px;
	top: 488px;
	left: 482px;
	text-align: center;
	background-image: url(../img/pages/home/bubble-main.png);
	z-index: 9;
}

#bubble-fan-club div{
	top: 42%;
	left: 25%;
	-ms-transform:rotate(-5deg); 
	-moz-transform:rotate(-5deg); 
	-webkit-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
}

#bubble-fan-club:hover{
	-moz-transform: scale(1.1) translate(10px);
	-webkit-transform: scale(1.1) translate(10px);
	-o-transform: scale(1.1) translate(10px);
	transform: scale(1.1) translate(10px);
}

#bubble-the-creators{
	width: 270px;
	height: 180px;
	top: 420px;
	left: 810px;
	text-align: center;
	background-image: url(../img/pages/home/home-bubble-creators.png);
	z-index: 9;
}

#bubble-the-creators div{
	top: 48%;
	left: 25%;
	-ms-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	-o-transform:rotate(5deg);
}

#bubble-the-creators:hover{
	-moz-transform: scale(1.1) rotate(-5deg) ;
	-webkit-transform: scale(1.1) rotate(-5deg) ;
	-o-transform: scale(1.1) rotate(-5deg) ;
	transform: scale(1.1) rotate(-5deg) ;
}

#bubble-games{
	width: 240px;
	height: 215px;
	top: 170px;
	left: 845px;
	text-align: center;
	background-image: url(../img/pages/home/home-bubble-funstuff.png);
	z-index: 11;
}

#bubble-games div{
	top: 42%;
	left: 27%;
	-ms-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
}

#bubble-games:hover{
	-moz-transform: scale(1.1) rotate(-5deg) ;
	-webkit-transform: scale(1.1) rotate(-5deg) ;
	-o-transform: scale(1.1) rotate(-5deg) ;
	transform: scale(1.1) rotate(-5deg) ;
}
*/


/* End Home Page bubbles */


/* The books */

#the-books .container div{
	display:none;
}
.the-books-container{
/* 
	text-align: left;
 */
	width: 100%;
	margin-top: 50px;
}

#the-books .the-books-items-row{
/* 
	margin-bottom: 20px;
 */
	width:1000px;
}

#the-books .the-books-items-row:nth-child(1){
	padding-left: 320px;
}

#the-books .the-books-items-row:nth-child(2){
	padding-left: 230px;
}

#the-books .the-books-items-row:nth-child(3){
	padding-left: 280px;
}

.the-books-container a{
	display: inline-block;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.the-books-container a:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
}

.the-books-container a:hover, .the-books-container a:focus, .the-books-container a:visited{
	text-decoration: none;
}

.the-books-container a img{
	width: 100%;
	height: auto;
	-moz-box-shadow: 3px 3px 2px #444;
	-webkit-box-shadow: 3px 3px 2px #444;
	box-shadow: 3px 3px 2px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444');
	-webkit-font-smoothing: antialiased;
	/*-moz-transform: perspective(1) ;
	-webkit-transform: perspective(1);
	transform: perspective(1);*/
    
}

#tales-from-deckawoo-drive .the-books-container {
    width: 860px;
    height: 420px;
    background-repeat: no-repeat;
    margin: 70px auto;
}

#tales-from-deckawoo-drive .the-books-container::before {
    content: "";
    background-image: url(../img/layout/popout-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.9;
    top: 110px;
    left: 105px;
    bottom: 30px;
    right: 100px;
    position: absolute;
    z-index: -1;
}

#tales-from-deckawoo-drive a.book-item-small {
  /* width: 200px; */
  padding-top: 0px;
}

/* end the books */


/* Games items */
#games-items{
	display: block;
	position: absolute;
	width: 580px;
	height: auto;
}

.fs-item a{
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	color: black;
	font-size: 1.3em;
	line-height: 1.3em;
	position: absolute;
	text-transform: uppercase;
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.fs-item a:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.fs-item a span{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	color: white;
	width: 100%;
	padding: 0.2em;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.fs-match_that_pig{
	width: 250px;
	height: 250px;
	top: 100px;
	left: 0px;
	border-radius:20px;
	z-index: 2;
}

.fs-deckawoo_drive_quiz{
	width: 250px;
	height: 250px;
	left: 280px;
	border-radius: 20px;
	top: 40px;
}

.fs-catch_the_toast{
	width: 250px;
	height: 250px;
	background:white;
	border-radius:20px;
	top: 280px;
	left: 120px;	
	display: none !important;
}

.fs-happy_birthday_activity_kit{
	width: 300px;
	height: 244px;
	left: 230px;
	top: 217px;
}

/* End Games Items */

/* Fan Club */


#fan-club .title{
	display:none;
}

#fan-club .gfield_error {
font-size:2em;
border-radius:20px;
text-align:center;
}

.age-verification-error {
display:none;
font-size:2em;
}

#fan-club iframe {
  background-image: url(../img/layout/popout-bg.png);
  background-size: cover;
  margin: 20px;
  min-height: 65% !important;
  padding: 30px 50px;
  display:none;
}

#gform_wrapper_3 {
    width: 450px;
    margin: 0 auto;
}

#input_3_1_1, #input_3_1_2, #input_3_1_3 {
	background-color:white;
}

input {
  background-color: white;
  border-radius: 5px;
}

.ss-text {
	width: 560px;
	height: 305px;
	position: absolute;
	text-align: center;
	top: 500px;
	left: 305px;
	color: white;
	text-transform: uppercase;
	z-index: 99;
}

.ss-text h2{
	line-height: 1.5em;
}

.ss-text a{
	cursor: pointer;
}

#ss-intro{
	/*display: none;*/
}

#ss-question{
	display: none;
	font-size: 1.25em;
	line-height: 1.1em;
	margin-top: .5em;
}

#ss-question ol{
	margin-top:.25em;
}

.ss-answer{
	font-size: .9em;
	list-style-position: inside;
	padding: .2em;
	cursor: pointer;
}

.ss-answer:hover{
	color: rgb(237,28,36);
}

#ss-mssg{
	display: none;
	margin-top:1em;
	font-size: 1.25em;
}

.heart-icon{
	background-image: url(../img/pages/tss/tss-heart.svg);
	width: 35px;
	height: 25px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.no-svg .heart-icon{
	background-image: url(../img/pages/tss/tss-heart.png);
}

.heart-icon:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* end top secret stuff */

/* teachers and parents */


.tp-text{
  width: 725px;
  height: 425px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -540px;
  background-image: url(../img/layout/popout-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 50px;
  text-align: left;
}

.tp-text h1{
	font-size: 3.2em;
}

.tp-text ol, .tp-text p{
	margin-top: 20px;
	list-style: upper-alpha;
	font-size: 1.4em;
}

.tp-text a, .ss-text a, .news-item a{
	color: rgb(237,28,36);
	text-decoration: none;
	vertical-align: middle;
	
}

.tp-text a::after, .ss-text a::after, .news-item a::after{
	content: '>';
	padding-left: 5px;
	font-size: 1.5em;
	vertical-align: middle;
}

#letter-text {
    background-color: white;
    width: 720px;
    margin: 0 auto;
    text-align: left;
    padding: 40px;
    border-radius: 20px;
    margin-top: 20px;
}

/* end teachers and parents */


/* the creators */
.creator-items{
	display: block;
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto;
}

.creator-item{
	z-index: 1;
}


.creator-item img{
	-moz-backface-visibility: hidden;
	box-shadow: #000 0em 0em 0em;
}

.creator-item a, .creator-item div{
	width: 330px;
	height: 425px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	color: black;
	font-size: 1.5em;
	line-height: 1.3em;
	position: absolute;
}

.creator-item a span, .creator-item div span{
	position: absolute;
	bottom: -1.5em;
	left: 1em;
	width: 100%;
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	display: none;
}

.creator-item a span::after, .creator-item div span::after{
	content: '  >';
}

.creator-kate_dicamillo{
	left:0;
}

.creator-chris_van_dusen{
	right: 0;
}

.creator-kate_dicamillo, .creator-chris_van_dusen{
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.creator-kate_dicamillo:hover{
	/*-moz-transform: scale(1.02) rotate(1deg) translate(5px,-5px);
	-webkit-transform: scale(1.02) rotate(1deg) translate(5px,-5px);
	-o-transform: scale(1.02) rotate(1deg) translate(5px,-5px);
	transform: scale(1.02) rotate(1deg) translate(5px,-5px);*/
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05); 	
}

.creator-kate_dicamillo:hover span{
	/*-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);*/
}

.creator-chris_van_dusen:hover{
	/*-moz-transform: scale(1.02) rotate(1deg) translate(5px,-5px);
	-webkit-transform: scale(1.02) rotate(1deg) translate(5px,-5px);
	-o-transform: scale(1.02) rotate(1deg) translate(5px,-5px);
	transform: scale(1.02) rotate(1deg) translate(5px,-5px);*/
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05); 
}

.creator-chris_van_dusen:hover span{
	/*-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);*/
}


.creator-overlay{
	position: fixed;
	width: 958px;
	height: 619px;
	display: block;
	left:50%;
	margin-top: -140px;
	margin-left: -479px;
	padding: 4em 5em 3em 4.5em;
	text-align: left;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1000;
	display: none;
}

.creator-thumb{
	width: 140px;
	height: 138px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -20px;
	display:none;
}


.creator-text .col{
	width: 49%;
	float: left;
}

.creator-text .col:first-child{
	margin-right: 2%;
}


.creator-text .li-creator{
	display: block;
	margin: 1em 0;
	min-height: 2em;
	line-height: 1.25em;
}

.creator-text .li-creator>div{
	/*font-family: "BlockheadUnplugged";*/
	font-family: "MrsEaves";
	font-size: 4em;
	margin-right: .1em;
	text-align: right;
	float: left;
	margin-bottom: .1em;
}

/*Override for chris_van_dusen*/
/* 
#c-chris_van_dusen .creator-text .col:nth-child(2){
	padding-top:4.2em;
}
*/

/* End Creator Items */



/***** END PAGE SPECIFIC ******/


footer{
	position: fixed;
	bottom: 0;
	text-align: center;
	color: white;
	/*text-shadow: -1px 3px 0px #000;
	text-stroke: thin solid rgb(100,100,100);*/
	background: black;
	width: 100% !important;
	padding-top: .5em;
	z-index: 500;
	height: 30px;
	font-size: .9em;
	padding-left: 0;
	padding-right: 0;
	min-width: 767px;
}



footer div{
	display: inline-block;
	margin: 0px 0em -.2em 0;
}

footer a{
	color: white !important;
	text-decoration: none;
}

footer span{
	padding: 0 .2em 0 .5em;
}

footer a:hover{
	text-decoration: none;
}


/* ANIMATION */

.up-arrow{
  position: absolute;
  left: 50%;
  bottom:10px;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid white;
  padding-top: 10px;
}

.up-arrow:before{
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid white;
}

.animated { 
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

/* END ANIMATION */



/***** ADJUST FOR SMALLER SCREENS ******/

@media (min-width: 1201px){
	.container{
		width: 1170px;
	}
}

@media (max-width: 1200px){
	footer{
		padding-top: 1em;
	}
}

@media (min-width: 992px) and (max-width:1200px){

	html, body{
	}
	
	.active>.nav-burger-label{
		margin-right: 25px;
	}
	
	.container {
/* 
	  max-width: none !important;
	  min-width: none !important;
 */
	  width: 990px;
	}
	
	
	#nav-dots{
	/*	right: -5px;*/
	}
	
	#sidemenu{
		width: 220px;
		padding-top: 135px;
	}
	
	#sidemenu-lines{
		width: 160px;
		top:100px;
	}
	
	
	#sidemenu a{
		margin: 0em 1em 1.35em 2em;
	}
	
	
	.news-item{
		width: 850px;
		height:460px;
	}
	
	#news-nav-holder{
		width: 920px;
		margin-left: -460px;
	}
	
	#home .mercy-image{

	}
	
	#bubble-the-books{
	}
	
	#bubble-teachers-and-parents{
	}
	
	#bubble-fan-club{
	}
	
	.ee-bubble{
	}
	
	#fan-club .ee-bubble{
	}
	
	#fan-club .ee-bubble-1, #fan-club .ee-bubble-2{
		font-size: .8em;
	}
	
	#fan-club .ee-bubble-1{
		float: left;
		width: 320px;
		padding: 5.4em 2em 0 4.5em;
	}
	
	#fan-club .ee-bubble-2{
		float: right;
		width: 320px;
		padding: 4.5em 3.5em 0 2.5em;
	}

	
	
	#bubble-the-creators{
	}
	
	#bubble-fun-stuff-to-do{
	}
	
	#fun-stuff-to-do .mercy-image{
		height: 500px;
		width: 465px;
		margin-left: -10px;
		
	}
	
	.fs-guess_mercys_middle_name{
		width: 200px;
		height: 220px;
		top: 80px;
		left: 0px;
	}
	
	.fs-design_your_own_comic{
		width: 290px;
		height: 182px;
		left: 170px;
		top: 20px;
	}
	
	.fs-download_wallpaper_activity_kit{
		width: 287px;
		height: 200px;
		top: 330px;
		left: 30px;
	}
	

	.fs-happy_birthday_activity_kit{
		width: 240px;
		height: 195px;
		left: 205px;
		top: 197px;
	}
	
	.ss-text{
		left: 215px;
	}
	
	.tp-text{
		font-size: 1.25em;
	}
	
	.creator-text{
		font-size: 1.45em;
	}

	#the-books .the-books-items-row:nth-child(1){
		padding-left: 80px;
	}
	
	#the-books .the-books-items-row:nth-child(2){
		padding-left: 130px;
	}
	
	#the-books .the-books-items-row:nth-child(3){
		padding-left: 180px;
	}

	.creator-thumb{
		width: 120px;
		height: 118px;
		position: absolute;
	}

	
}

@media (max-width: 991px){
	#home .title{
	font-size:80%;
	}
	
	.title{
	margin:0;
	}
	.go-top {
    font-size: 0 !important;
    width: 30px !important;
    height: 30px !important;
    bottom: 10px;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid white;
    padding-top: 10px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.5);
	}
	.nav-burger-label{
	display:none;
	}
	#the-books .the-books-items-row {
	width:640px;
	}
	#the-books .the-books-items-row:nth-child(1) {
	padding:0;
	}
	#the-books .the-books-items-row:nth-child(2) {
	padding-left:60px;
	}
	#the-books .mercy-image {
	width: 300px;
    height: 445px;
    bottom: 0px;
    
    left: 20%;
    margin-left: -210px;
    background-position: 0px 90px;
    }
	#tales-from-deckawoo-drive .the-books-container {
    width: 720px;
    }
	#tales-from-deckawoo-drive .the-books-container::before {
    top: 170px;
    left: 60px;
    bottom: 30px;
    right: 60px;
    }
    #fan-club .title {
    }
    #fan-club .mercy-image {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    }
	.fs-match_that_pig {
	top:80px;
	height:200px;
	width:200px;
	}
	.fs-deckawoo_drive_quiz {
	height:200px;
	width:200px;
    left: 0px;
    border-radius: 20px;
    top: 300px;
    }
    .tp-text {
    width: 625px;
    height: 365px;
    top: 160px;
    margin-left: -350px;
    }
}

@media (max-width : 767px){

}




/***** END ADJUST FOR SMALLER SCREENS ******/



.go-top {
  position: fixed;
  font-family:'Zephyr';
  top: 20px;
  left: 30px;
  /* padding-top: 15px; */
  text-decoration: none;
  color: white;
  font-size: 35px;
  text-shadow: -3px 3px rgba(0,0,0,0.3);
  width: 250px;
  height: 40px;
  z-index: 200;
  margin: 0 !important;
}

#the-books .container::before {
    background-color: rgb(202, 85, 85);
    background-position: 0 20px;
    position: absolute;
    opacity:0.98;
    height: 80px;
    left: -2400px;
    width: 1000%;
}

#tales-from-deckawoo-drive .container::before {
    background-color: rgb(55, 101, 63);
    background-position: 0 20px;
    position: absolute;
    opacity:0.98;
    height: 80px;
    left: -2400px;
    width: 1000%;
}

#fan-club .container::before {
    background-color: rgb(253, 196, 39);
    background-position: 0 20px;
    position: absolute;
    opacity:0.98;
    height: 80px;
    left: -2400px;
    width: 1000%;
}

#games .container::before {
    background-color: rgb(81, 98, 114);
    background-position: 0 20px;
    position: absolute;
    opacity:0.98;
    height: 80px;
    left: -2400px;
    width: 1000%;
}

#teachers-and-parents .container::before {
    background-color: rgb(116, 99, 154);
    background-position: 0 20px;
    position: absolute;
    opacity:0.98;
    height: 80px;
    left: -2400px;
    width: 1000%;
}

#the-creators .container::before {
    background-color: rgb(57, 157, 103);
    background-position: 0 20px;
    position: absolute;
    opacity:0.98;
    height: 80px;
    left: -2400px;
    width: 1000%;
}
