/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *font-family: 'Open Sans', sans-serif;
font-family: 'Bowlby One SC', cursive;
font-family: 'Bowlby One', cursive;  lowercase
font-family: 'Life Savers', cursive;
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

* {
	outline: none!important;
}

html {
	border-bottom: 1px solid transparent; /* with min-height cause showing always the scrollbar */
	-webkit-font-smoothing: antialiased; /* Fixes Webkit GPU rendering */
	min-height: 100%;
}

body { 
	font-family: 'Open Sans', sans-serif;
	background-color: #fffad6;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	min-height: 100%;
	padding: 0;
}






/* 1.2. Base typography elements
==================================== */

a {
	color: #105a63;
	text-decoration: none !important;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}


a:active,
a:focus,
a:hover {
	color: #083c42;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 20px 0;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
	
}

h1, h2 {
	font-size: 68px;
	font-family: 'Bowlby One SC', cursive;
	color: #ffd44f;
	line-height: 68px;

}

h3 {
	font-size: 48px;
	font-family: 'Life Savers', cursive;
	font-weight: 700;
}

h4 {
	font-size: 20px;
  font-family: 'Bowlby One SC', cursive;
    text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
}

h5 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 5px
}
#tips h5 {color: #ffd44f;}
#tips h5:before {content: '\f040'; font-family: fontAwesome; color: #db9e37; margin-right:10px;}
h6 {
	font-size: 14px;
}

p {
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
	    margin: 0 0 20px;
}

.page-title {
	font-size: 32px;
}

ul, 
ol {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 1.3em;
	margin-bottom: 7px;
}
#gk-mainbody li:before {    content: '\f061';
    font-family: fontAwesome;
    margin-right: 5px;
    color: #db9e37;
    float: left;
    margin-left: -20px;}
#gk-mainbody form li:before, li.resource-image:before {display: none;}
img {
	height: auto;
	max-width: 100%;
}

.box ul li,
.box ol li {
	border-top: 1px solid #eee;
}

.box ul li:first-child,
.box ol li:first-child {
	border-top: none;
}

.box ul ul,
.box ol ol {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 0 0 0 20px;
}

/* 1.3. Base form elements
==================================== */

/* buttons */
.btn,
button,
.readon,
a.gk-button,
input[type="button"],
input[type="submit"] {
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
	color: #083c42;
	text-transform: uppercase;
	background-color: #db9e37;
	font-weight: 800;
	text-align: center;
	text-shadow: 0;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
.readon:hover,
.readon:active,
.readon:focus {
  background-color: #ffd44f;
}

.btn:active,
.btn.active,
button:active,
a.gk-button:active,
a.gk-button.active
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #ffd44f;
}

.btn:first-child,
button:first-child,
a.gk-button:first-child,
input[type="button"]:first-child,
input[type="submit"]:first-child {
  margin-left: 0;
}




/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"], textarea  {
	background-color: #083c42;
	border: 0px solid #e5e5e5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #f0d2b6;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
	font-size: 16px;
	line-height: 23px;
	padding: 10px !important;
	text-transform: uppercase;
}

.gform_wrapper .gform_footer input[type=submit] {margin: 0 auto;}
div.ginput_container_textarea, .ginput_container_text, .ginput_container_email {width: 50%; float: right;padding: 2px 5px;}
.ginput_container_text, .ginput_container_email {float: left;    }
.gform_wrapper ul li.gfield {clear: none !important;}
.gform_wrapper .left_label input.large, .gform_wrapper .left_label textarea.medium {width: 100% !important}
input[type="checkbox"]  label {display:inline !important;}
.ginput_container_checkbox {width: 50%; float: left;}
select {
	max-width: 100%;
}
.gform_wrapper textarea.medium {height: 137px !important;}
.gform_wrapper .gform_footer:not(.top_label) {margin-left: 0 !important; width: 100% !important; text-align: center;}

/* 1.4. Base other elements
==================================== */

article {
	margin: 20px 0;
}

.tag-page article,
.category-page article,
.search-page article {
	margin: 20px 0 60px 0;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */

#gk-head + .gk-page-wrap,
#gk-head + #gk-top {

}

#gk-header + .gk-page-wrap {
	padding-top: 20px;
}

.gk-page {
	margin: 0 auto;
	width: 100%; 
}

#gk-mainbody-columns {
	display: block;
	overflow: hidden;
	width: 100%;
}

#gk-mainbody-columns > section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0;
}

#gk-mainbody-columns > aside {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 0 0 20px;
}

#gk-mainbody-columns.gk-column-left > section {
	float: right;
}

#gk-mainbody-columns.gk-column-left > aside {
	float: left;
	padding: 0 20px 0 0;
}

/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */

#gk-top {
	overflow: hidden;
	padding: 24px 14px;
}

/* 3.2. Header
==================================== */

#gk-head {
	position: relative;
}

#gk-head:after {
	clear: both;
	content: "";
	display: table;
}

#gk-head h1 {
	float: left;
	margin: 0;
}

#gk-head a.cssLogo {
	background: transparent url('../images/robskead-logo.png') no-repeat 0 0;
	display: block;
	height: 53px;
	width: 325px;
	max-width: 100%;
	background-size: contain;
	text-indent: -9999px;
	margin-top: 10px;
	float: left;
}


#main-menu-mobile {
	border: 1px solid #000;
	height: 48px;
	left: -9999px;
	position: absolute;
	top: 0px;
	width: 160px;
}

#gk-header {
	background-color: #19151b;
	padding: 10px 0;
}

#gk-header .header {
	border: none;
	margin: 0;
	padding: 0;
}



/* 3.5. Bottom
==================================== */

#gk-bottom {
	margin: 0;
	overflow: hidden;
	padding: 50px 0;
}


/* 3.6. Footer
==================================== */

#gk-footer {
	clear: both;
	color: #fffad6;
	font-size: 14px;
	margin: 0;
	padding: 40px 0;
	background-color: #211c23;
	font-weight: 800;
	position: relative;
}

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #5990DE;
}

#footer-menu {
	float: left;
	line-height: 32px;
	margin: 0;
}

#footer-menu li {
	float: left;
	margin-right: 10px;
}

#footer-menu ul {
	display: none;
}

#gk-footer .gk-copyrights {
	float: right;
	line-height: 32px;
}

#gk-style-area {
	clear: both;
	margin: 20px 0;
	text-align: center;
}

#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 0 auto!important;
	padding: 96px 0 16px 0!important;
}

#gk-top-link {
	margin-left: 20px;
	position: absolute;
	top: 0;
	right: 0;
	color: #ffd44f
}

.gk-disclaimer {
	clear: both;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.box-title {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 12px 0;
}

/* 4.2. Base style for other areas
==================================== */

#gk-top .box,
#gk-bottom .box {
	float: left;
}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 16.6%; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}

/* colors and fonts */
.teal-bg {background-color: #105a63; color: #fffad6}
.teal-bg h3 {color: #db9e37}
.dark-blue-bg{background-color:#211c23;color: #fffad6}
.dark-blue-bg h3 {color:#b8393b;}
.yellow-bg {background-color: #ffd44f}
.red-bg{background-color:#b8393b;color: #fffad6}
.gold-bg {background-color:#db9e37}
.light-gold-bg {background-color: #f0d393;}
.tan-bg {background-color: #fffad6;}
.gold {color: #db9e37;}
.yellow {color: #ffd44f;}
.tan {color: #fffad6;}
a.tan:hover {color: #db9e37}
.darkest-blue {color:#19151b;}
.dark-blue {color:#211c23;}
.red {color: #b8393b;}
.teal {color: #105a63;}
.dark-teal {color: #083c42;}
.buzz {background-image: url(../images/buzz.png); background-repeat: no-repeat; background-position: right center; background-size: 100%;}
.envelope {background-image: url(../images/envelope.png); background-repeat: no-repeat; background-position: left 50px;}
.star {background-image: url(../images/star.png); background-repeat: no-repeat; background-position: right top;}

.pencil {background-image: url(../images/pencil.png); background-repeat: no-repeat; background-position: right center; background-size: 90%;}
section#section-134 {background-image: url(../images/pencil-gold.png); background-repeat: no-repeat; background-position: right center; background-size: contain;}
.elves {background-image: url(../images/elves-bg.png); background-repeat: no-repeat; background-position: left center; background-size: contain;}
.bookbg {background-image: url(../images/book-bg.png); background-repeat: no-repeat; background-position: left center; background-size: contain;}

.handwriting {font-family: 'Life Savers', cursive;}

.learnmore {display: inline-block; padding: 10px 25px; text-transform: uppercase; font-weight: 800; font-size: 14px; text-align: center;}
.book .learnmore {margin-top: 15px;}
.learnmore span:after {content: '\f054'; font-family:fontAwesome; margin-left: 5px;}
#gk-mainbody > section {width: 100%; float: left; padding: 50px 0;}
.book {position: relative; padding: 0; width: 220px; margin: 0 15px; color:#fffad6}
.book-hover {position:absolute; display:none; top: 0; left: 0; width: 220px; height: 330px; padding: 15px 5px; font-size: 12px; line-height: 1.2em; text-align: left;}
.book-inner {padding: 0 25px;}
.book-hover h5 {text-align: center;}
.book:hover .book-hover {display: block; }
.book strong {font-weight: 800; font-size: 15px;}
.book-excerpt {height: 130px; overflow: hidden;margin-bottom: 15px}

#books-scroll {max-width: 1000px; overflow-x: scroll; overflow-y: hidden; padding-bottom: 40px;}
#books-scroll > div {width: 3300px;}

#gk-mainbody > section#home-content {text-align: left;}
#gk-mainbody > section#elves-series {padding-bottom: 0;}
section#home-content h3, section#elves-series h3 {margin-top: 0 !important;}
section#home-content h2, section#elves-series h2 {margin-bottom: 0 !important;}
section#home-content h2 {text-align: center;}
.elves-inner {background: url(../images/elf.png) no-repeat bottom right;
    margin-bottom: -30px;
    position: relative;
    padding-bottom: 100px; padding-top: 10px}
.elves-content {width: 50%;}

#gk-mainbody > section#buzz {text-align: center;font-size: 18px; font-weight: 700} 
#gk-mainbody > section#contact {text-align: center}
.testimonial {position: relative; text-align: left; padding-left: 25px}
.testimonial span:before {content: '\f10d'; font-family: fontAwesome; color: #db9e37; position: absolute; left: 0;}
.testimonial p {display: inline}
.testimonial span:after {content: '\f10e'; font-family: fontAwesome; color: #db9e37; display: inline}

#page-header {text-align: center;}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  width: 22%;

margin-bottom:30px;
}

.book-thumb {text-align: center;padding: 30px 0; font-size: 18px; text-transform:uppercase; font-weight: 800}
.book-thumb img {margin-bottom: 30px;}
.book-thumb > div {padding: 0;}
#book-content h2 {font-size: 55px; line-height: 55px; margin-bottom: 0;}
.bookcontent {padding: 40px 15px 20px 15px;}
.available img {margin-top: 10px; margin-bottom:0; max-height: 30px}
#gk-mainbody > section#didyouknow, #gk-mainbody > section#banner, #gk-mainbody > section#badguy {padding: 0;}
#gk-mainbody > section#banner .gk-page {position: relative; min-height: 550px;}
#banner img {position: absolute; bottom: -20px; z-index: 1; }
#didyouknow img, #badguy img {position: absolute; right: 90px;top: -20px;}

#badguy img {right: 0;top: -50px}
#badguy h3 {margin-top: 40px; font-size: 50px}
#badguy h5 {font-size: 26px; margin-top: 5px; margin-bottom: 20px}
#badguy strong {text-transform: uppercase; color:#db9e37; font-weight: 800}
#badguy p {margin: 5px 0;}
#didyouknow > div.gk-page {padding: 50px 150px;position:relative;background: url('../images/didyouknowbg.png') center center no-repeat; background-size: 100%;}
#badguy > div.gk-page {position:relative; padding-bottom: 40px;}
#didyouknow p, #badguy p {max-width: 575px; font-weight: 600}
.single-book h3 {font-size: 60px}
#tips > div >div{-webkit-columns: 2;
-moz-columns:2 ;
-o-columns:2 ;
columns: 2;
   -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;}

.short-story {border-bottom: 1px solid #105a63;padding-bottom: 15px;}
.coloring-page { margin: 15px;text-align: center; padding-bottom: 15px;color: #000;}
.coloring-page > div {padding: 0 15px; font-size: 13px;}
#fun-nav {padding: 10px 0 !important}
#fun-nav a {display: inline-block; padding: 0 15px; text-align: center;}

.page-id-18 section#page-header {display: none;}

ul.schools {-webkit-columns: 3;
-moz-columns:32 ;
-o-columns:3 ;
columns: 3;
   -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px; margin-top: 0;}

ul.schools li {-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid; margin-top: 0;padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #db9e37}
ul.schools li h5 {margin-top: 0;}
#coloringpages {text-align: center !important;}

#gk-mainbody > section#home-slides {padding-bottom: 0;}
.carousel-control{background: none !important}

#badguy p {border-bottom: 1px solid #105a63;padding-bottom: 5px}

strong.name { font-family: 'Open Sans', sans-serif; text-transform: uppercase; display: block;}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 1.6s ease-in-out left;
    -moz-transition: 1.6s ease-in-out left;
    -o-transition: 1.6s ease-in-out left;
    transition: 1.6s ease-in-out left;
}
.carousel-inner > .item.active {
    position: relative;
    display: block;
   
}

.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {display: none;}


li.resource-image {margin-right: 20px; float: left; text-align: center;}

li.resource-image img {margin-bottom: 30px;}
.resource-thumb img {margin-bottom: 30px;}