/*
	Theme Name:  Teach Piano Today
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Jared Atchison, Isaac Klausner
	Author URI:  http://www.jaredatchison.com, http://klausnercreative.com/
	Version:     2.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* Fonts
---------------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/*@import url('http://tpt.ssdev.me/wp-content/themes/teachpianotoday/style-additional.css');*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;	
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #474747;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #3366ff;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #e00000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: rgba(0,0,0,0.05);
	margin: 40px 40px 24px;
	font-style: italic;
	padding: 15px 20px;
	color: #444;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1.entry-title {
	font-size: 44px;
	color: #555862;
	border-bottom: 2px solid #d5d5dc;
	line-height: 1;
	padding-bottom: 5px;
	text-transform: uppercase;
	padding-top:20px;
}

h1.entry-title a {
	color: #555862;
}

h2.entry-title,
h2.entry-title a {
	color: #000;
}

h2.entry-title a:hover {
	color: #e00000;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #555862;
	color: #555862;
	font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 10px;
	width: 100%;
	border-radius: 0;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #555862;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #555862;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder{ 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #e00000;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	border-radius: 10px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 5px 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}


/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 714px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 194px;
	font-size: 16px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes - Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
 
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
 
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
 
.one-fourth {
	width: 23.076923076923077%;
}
 
.three-fourths {
	width: 74.35897435897436%;
}
 
.one-fifth {
	width: 17.9487179487179488%;
}
 
.two-fifths {
	width: 38.4615384615384616%;
}
 
.three-fifths {
	width: 58.9743589743589744%;
}
 
.four-fifths {
	width: 79.4871794871794872%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

/* Utility Nav
--------------------------------------------- */

.utility-nav {
	background: #000;
	text-align: right;
}

.utility-nav .menu {
	display: inline-block;
}

.utility-nav .menu li {
	list-style: none;
	display: inline-block;
}

.utility-nav .menu li::after {
	color: #fff;
	content: '\00a0:\00a0';
}

.utility-nav .menu li:last-of-type::after {
	display: none;
}

.utility-nav a {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	/*margin-top: -18px;*/
}

.site-title {
	line-height: 1;
	margin: 0;
}

/*.site-title a {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 171px;
	height: 160px;
	text-indent: -9999px;
}*/

.site-title  {
	display: block;
	text-indent: -9999px;
	line-height:0;
}

/* Extras
--------------------------------------------- */

.extras {
	float: right;
	overflow: auto;
	margin-top: 22px;
}

.extras .tagline {
	float: left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 26px;
	margin: 0;
}

.extras .tagline strong {
	color: #e00000;
}

.extras .social {
	float: right;
	margin-left: 18px;
}

.extras .social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	margin: 0 0 0 5px;
}

.extras .facebook {
	background: url(images/icon-facebook.png) no-repeat;
	background-size: contain;
}

.extras .twitter {
	background: url(images/icon-twitter.png) no-repeat;
	background-size: contain;
}

.extras .pinterest {
	background: url(images/icon-pinterest.png) no-repeat;
	background-size: contain;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

/*.genesis-nav-menu .menu-item {
	display: inline-block;
	list-style: none;
	background: #555862 url(images/background-primary-menu.gif);
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item.current-menu-item {
	background: #e8e8f0 url(images/background-plus.gif) bottom left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: block;
	padding: 14px 24px 14px 55px;
	width: 148px;
	position: relative;
	text-transform: uppercase;
	border: 1px solid #555862;
	border-bottom: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #e8e8f0 url(images/background-plus.gif) bottom left;
	color: #555862;
	text-decoration: none;
	border: 1px solid #60636c;
	border-bottom: none;
}*/

/* Primary Navigation
--------------------------------------------- */

/*.nav-primary {
	float: right;
	margin-top: 26px;
}

.nav-primary .home a {
	background: url(images/icon-home.png) 25px 15px no-repeat;
}

.nav-primary .home a:hover,
.nav-primary .home.current-menu-item a  {
	background: url(images/icon-home-active.png) 25px 15px no-repeat;
}

.nav-primary .blog a {
	background: url(images/icon-blog.png) 25px 15px no-repeat;
}

.nav-primary .blog a:hover,
.nav-primary .blog.current-menu-item a {
	background: url(images/icon-blog-active.png) 25px 15px no-repeat;
}

.nav-primary .about a {
	background: url(images/icon-about.png) 25px 15px no-repeat;
}

.nav-primary .about a:hover,
.nav-primary .about.current-menu-item a {
	background: url(images/icon-about-active.png) 25px 15px no-repeat;
}

.nav-primary .store a {
	background: url(images/icon-store.png) 25px 15px no-repeat;
}

.nav-primary .store a:hover,
.nav-primary .store.current-menu-item a {
	background: url(images/icon-store-active.png) 25px 15px no-repeat;
}

.nav-primary .reviews a {
	background: url(images/icon-reviews.png) 25px 15px no-repeat;
	padding-left: 60px;
}

.nav-primary .reviews a:hover,
.nav-primary .reviews-current-menu-item a  {
	background: url(images/icon-reviews-active.png) 25px 15px no-repeat;
}*/

.mobile-menu {
	padding: 10px;
	display: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #e8e8f0 url(images/background-plus.gif);
	text-align: right;
	border-top: 1px solid #60636c;
	border-bottom: 1px solid #60636c;
	margin-top: -1px;
}

.nav-secondary .genesis-nav-menu .description {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	line-height: 1;
}

.nav-secondary .genesis-nav-menu .menu-item,
.nav-secondary .genesis-nav-menu .menu-item:hover,
.nav-secondary .genesis-nav-menu .menu-item.current-menu-item {
	background: none;
}

.nav-secondary .genesis-nav-menu a {
	border: none;
	color: #e00000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding: 14px 18px 14px 14px;
	width: auto;
	position: relative;
	text-transform: uppercase;
	border: none;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	border: none;
}

.nav-secondary .genesis-nav-menu a:hover .description {
	color: #e00000;
}

.nav-secondary .piano-series a {
	background: url(images/icon-piano-series.png) left center no-repeat;
	padding-left: 30px;
}

.nav-secondary .ideaswap a {
	background: url(images/icon-home-games.png) left center no-repeat;
	padding-left: 36px;
}

.nav-secondary .podcast a {
	background: url(images/icon-podcast.png) left center no-repeat;
		padding-left: 30px;
}

.nav-secondary .preschoolers a {
	background: url(images/icon-preschool.png) left center no-repeat;
		padding-left: 30px;
}

.nav-secondary .working-on a {
	background: url(images/icon-working.png) left center no-repeat;
	padding-left: 32px;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content .post-image {
	border: 1px solid #c5c5c5;
	max-width: 125px;
	margin-top: 5px;
}

.entry-content {
	overflow: hidden;
}

.entry-meta {
	clear: both;
	color: #555862;
	font-size: 18px;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-meta a {
	color: #555862;
}

.entry-meta a:hover {
	color: #333;
}

.entry-meta .sep {
	display: inline-block;
	padding: 0 3px;
}

.single .entry-footer .previous a,
.single .entry-footer .next a{
	color: #e00000;
}

.entry-footer .entry-meta {
	font-size: 14px;
}

.entry-footer {
	background: url(images/dot.gif) top repeat-x;
}

.entry-footer .entry-meta {
	background: url(images/dot.gif) bottom repeat-x;
	padding: 10px 0;
}

.entry-meta .share-small {
	float: right;
}

.continue-reading,
.more-link {
	display: block;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	margin-top: 5px;
}

/* Archives/blog
--------------------------------------------- */

@media (max-width:  830px) {
	.blog .site-inner {
		padding-top:  0;
		position:  relative;
		top:  -40px;
	}
}


.blog .content .entry-content,
.archives .content .entry-content {
	font-size: 16px;
}

.blog .content .entry-content p:last-of-type,
.archives .content .entry-content p:last-of-type {
	/*margin: 0;*/
}

.single-post .wrap {
	max-width:  800px;
	padding-left:  30px;
	padding-right:  30px;
}



.single-post .content,
.single-post .comment-form-right {
	width:  auto;
	float:  none;
}

.single-post .tpt-single-title-area {
	margin:  0 auto;
	padding: 30px;
	max-width:  none;
	position:  relative;
}

@media (max-width:  830px) {
	.single-post .tpt-single-title-area {
		top:  -30px;
		margin-bottom:  0;
	}
}

.single-post .tpt-single-title-area .tpt-title {
	margin:  0 auto;
	max-width:  800px;
}

.single-post .large-post-image {
	margin:  0 auto 30px;
}
.single-post .large-post-image img {
	width:  100%;
	max-width:  960px;
	margin:  0;
}

.single-post .site-inner {
	padding-top:  0;
}

.breadcrumb {
	font-size:  14px;
	margin-bottom: 30px;
}


.share-customize-link {
	display:  none;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 18px;
	margin: 40px 0;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	padding: 5px 16px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #e00000;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 30px;
	font-size: 14px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	font-size: 18px;
}

.comment-respond textarea {
	font-size: 18px;
}

.comment-respond label {
	display: none;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	padding: 20px 35px;
}

.comment-list > li {
	padding-left: 0;
	padding-right: 0;
}

li.comment {

}

li.depth-1 {
	background: url(images/dot.gif) bottom repeat-x;
}

.comment-header {
	position: relative;
	padding-left: 70px;
}

.comment .avatar {
	border: 2px solid #e0e0e0;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}

.comment-author {
	float: left;
	font-weight: 700;
	font-size: 15px;
}

.comment-author span.says {
	font-weight: 400;
}

.comment-meta {
	float: right;
	margin: 0;
	font-size: 13px;
}

.comment-meta a {
	color: #666;
}

.comment-content {
	clear: both;
	padding-left: 70px;
	padding-top: 10px;
}

.comment-reply {
	padding-left: 70px;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.comment-content p:last-of-type {
	margin: 0 0 5px 0;
}

.entry-pings .reply {
	display: none;
}

#respond p.comment-form-comment {
	margin: 0;
}

.comment-form-left {
	float: left;
	width: 35%;
}

.comment-form-right {
	float: left;
	width: 65%;
}

#respond .form-submit {
	clear: both;
	text-align: right;
	margin: 0;
}

#respond #submit {
	font-size: 20px;
	padding: 10px 25px;
}

#respond p {
	margin: 0 10px 10px 0;
}

#reply-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #555862;
}

.entry-comments h3 {
	color: #555862;
	font-weight: 400;
	font-size: 24px;
}

.logged-in .comment-form-right {
	float: none;
	height: auto !important;
}

.logged-in  .comment-respond textarea {
	height: 120px !important;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.sidebar-primary {
	font-size: 14px;
}

.sidebar-primary .widget-title {
	color: #fff;
	background: #555862;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 0 10px 0;
}

.sidebar-primary .widget {
	margin-bottom: 30px;
	overflow: hidden;
}

.sidebar-primary ul {
	margin: 0 0 0 20px;
}

.widget_advancedrecentposts {
	overflow: auto;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Search
--------------------------------------------- */
.sidebar a {
	color: #3366ff;
	font-weight:600;
	text-decoration:none;
}

.sidebar a:hover {
	color: #990000;
	font-weight:600;
	text-decoration:none;
}

.widget_search {
	background: #e8e8f0 url(images/background-plus.gif);
	border: 1px solid #555862;
}

.widget_search .widget-title {
	margin: 0;
}

.widget_search input[type=search],
.widget_search input[type=text] {
	background: url(images/icon-search.png) center right no-repeat;
	width: 92%;
	margin: 0 auto;
	display: block;
	border: none;
	padding-right: 20px;
	font-size: 18px;
}

/* Subscribe
--------------------------------------------- */

.ja-subscribe-widget {
	background: #555862;
	text-align: center;
	padding: 5px;
	color: #fff;
}

.ja-subscribe-widget .widget-wrap {
	border: 1px solid #fff;
	padding: 10px;
}

.ja-subscribe-widget p {
	font-size: 18px;
	font-family: 'PT Sans Narrow', sans-serif;
	margin: 0 0 10px 0;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
}

.ja-subscribe-widget input[type=text],
.ja-subscribe-widget input[type=email]  {
	text-align: center;
	font-size: 18px;
}

.ja-subscribe-widget .button {
	font-size: 20px;
	margin-top: 10px;
}

/* Latest Posts
--------------------------------------------- */

.widget_advancedrecentposts ul {
	margin: 0;
}

.widget_advancedrecentposts ul li:first-of-type {
	padding-top: 0;
}

.widget_advancedrecentposts ul li {
	list-style: none;
	clear: both;
	line-height: 1.1;
	padding-top: 10px;
}

.widget_advancedrecentposts a {
	font-size: 16px;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.widget_advancedrecentposts img {
	max-width: 80px;
	float: left;
	display: block;
	margin-top: 3px;
	border: 1px solid #726a6c;
	padding: 0 !important;
	margin: 0 10px 10px 0 !important;
}

/* From the Store
--------------------------------------------- */

.ja-store-widget .one-half{
	line-height: 1;
	margin-bottom: 10px;
}

.ja-store-widget a {
	font-size: 14px;
	color: #555862;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.ja-store-widget a:hover {
	color: #e00000;
}

/* Footer CTA
---------------------------------------------------------------------------------------------------- */

.footer-cta {
	background: #000;
}

.footer-cta .wrap {
	overflow: auto;
	padding: 30px 0 35px;
}

.footer-cta .text {
	float: left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.footer-cta .line1 {
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	line-height: 1;
}

.footer-cta .line2 {
	font-size: 34px;
	margin: 0;
	line-height: 1;
	margin-top: -5px;
}

.footer-cta .subscribe {
	float: left;
	padding: 10px 0 0 20px;
}

.footer-cta .button.button-large {
	font-size: 32px;
	padding: 12px 25px;
}

.footer-cta .social {
	float: right;
	padding: 20px 0 0;
}

.footer-cta .social a {
	display: inline-block;
	height: 47px;
	width: 47px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}

.footer-cta .facebook {
	background: url(images/icon-facebook.png) no-repeat;
	background-size: contain;
}

.footer-cta .twitter {
	background: url(images/icon-twitter.png) no-repeat;
	background-size: contain;
}

.footer-cta .pinterest {
	background: url(images/icon-pinterest.png) no-repeat;
	background-size: contain;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #e8e8f0 url(images/background-plus.gif);
	color: #e00000;
	clear: both;
	padding: 0;
	font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased !important;
}

.footer-widgets .widget-area {
	float: left;
	padding: 20px 20px 20px 0;
	width: 20%;
}

.footer-widgets a {
	color: #e00000;
	
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets p {
	margin: 0 0 6px 0;
}

.footer-widgets .widget-area p:last-of-type {
	margin: 0;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #555862;
	border-top: 1px solid #70737b;
	color: #fff;
	font-size: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	padding: 10px 0;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
}

.site-footer .menu {
	float: left;
	list-style: none;
}

.site-footer .menu li {
	display: inline-block;
}

.site-footer .menu li a {
	font-size: 15px;

	color: #fff;
	text-transform: uppercase;

}

.site-footer .menu li::after {
	content: '\00a0\00a0:\00a0\00a0';
}

.site-footer .menu li:last-of-type::after {
	display: none;
}

.site-footer p {
	float: right;
	margin: 0;
}


/* Home Page
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
	background: #555862;
	padding: 5px 0;
}

.home .site-inner .wrap {
	max-width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.home .site-inner .content {
	max-width: 960px;
	margin: 0 auto;
	float: none;
	padding: 20px 0;
	overflow: auto;
}

.home .site-inner .content .entry,
.home .site-inner .content .entry-content p:last-of-type {
	margin: 0;
}

.home .site-inner .content .entry-content {
	color: #fff;
	font-size: 16px;
	text-align: justify;
}

.home .site-inner .content .entry,
.home-content-left {
	width: 550px;
	float: left;
}

.home .site-inner .wrap .content-sidebar-wrap .content article {
  clear: both;
  float: none;
  width: 100%; 
}

.home .site-inner .wrap .content-sidebar-wrap .content {
  max-width: 900px;
}

.home .nav-secondary {
  background: white none repeat scroll 0 0;
  
}

.home .site-inner .wrap {
  /*border-bottom: 5px solid #fff;
  border-top: 3px solid #565962;
  max-width: 100%;
  padding-top:30px;
  padding-bottom:20px;*/
}

.home .site-inner {
  background: #e5e6ed none repeat scroll 0 0;
  padding: 0;
  display: none;
  
}

/* Hero
--------------------------------------------- */

.hero {
	background: #e8e8f0 url(images/background-plus.gif) top right;
	border-top: 1px solid #60636c;
	border-bottom: 1px solid #60636c;
	margin-top: -1px;
}

.hero-secondary-background {
	background: url(images/hero-wide.png) bottom center no-repeat;
	height: 555px;
}

.hero-content {
	max-width: 520px;
}

.hero-content p {
	font-size: 68px;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #000;
	text-shadow: 3px 3px 0 #fff;
	line-height: 0.9;
	margin: 70px 0;
	-webkit-font-smoothing: antialiased;
}

.hero-content p em {
	font-style: normal;
	color: #555862;
}

.hero-content .button {
	font-size: 32px;
	padding-left: 50px;
	padding-right: 50px;
}

/* Sub Nav
--------------------------------------------- */

.home .nav-secondary .menu-item a {
	/*padding-right: 50px;*/
}

/* Sign Up
--------------------------------------------- */

.home-sign-up,
.home-column-right {
	width: 360px;
	float: right;
}

.home-sign-up {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
	text-align: justify;
}

.home-sign-up input[type=text],
.home-sign-up input[type=email] {
	width: 70%;
	font-size: 20px;
}

.home-sign-up input[type=submit] {
	width: 28%;
	font-size: 20px;
}

/* Secondary Content 
--------------------------------------------- */

.home-secondary-content {
	overflow: auto;
	padding: 30px 0;
}

.home-secondary-content h3 {
	color: #555862;
	font-size: 44px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	border-bottom: 5px solid #e8e8f0;
	margin-bottom: 30px;
}

.home-secondary-content .row {
	overflow: auto;
	margin-bottom: 15px;
}

.home-secondary-content .widget {
	background: #555862;
	padding: 5px;
}

.home-secondary-content .widget .widget-inner {
	border: 1px solid #fff;
}

.home-secondary-content .quote {
	font-size: 16px;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	position: relative;
}

.home-secondary-content .quote-open {
	position: absolute;
	top: 15px;
	left: 15px;
}

.home-secondary-content .quote-close {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.home-secondary-content .quote p {
	margin: 0;
	line-height: 1.2;
	padding: 20px 20px 20px 40px;
	font-style: italic;
}

.home-secondary-content .social {
	float: left;
	width: 48%;
	padding-top: 5px;
}

.home-secondary-content  .social a {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-indent: -9999px;
	margin: 0 2px 0 0;
}

.home-secondary-content .facebook {
	background: url(images/icon-facebook.png) no-repeat;
	background-size: contain;
}

.home-secondary-content .twitter {
	background: url(images/icon-twitter.png) no-repeat;
	background-size: contain;
}

.home-secondary-content .pinterest {
	background: url(images/icon-pinterest.png) no-repeat;
	background-size: contain;
}

.home-secondary-content .search {
	float: right;
	width: 48%;
	background: #e8e8f0 url(images/background-plus.gif);
	border: 1px solid #555862;
}

.home-secondary-content .search-title {
	color: #fff;
	background: #555862;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	padding: 2px;
	margin: 0 0 0 0;
}

.home-secondary-content .search input[type=search],
.home-secondary-content .search input[type=text] {
	background: url(images/icon-search.png) center right no-repeat;
	width: 96%;
	margin: 0 auto;
	display: block;
	border: none;
	padding: 5px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: 400 !important;
}

.home-secondary-content .menu-items {
	float: left;
	width: 48%;
}

.home-secondary-content .menu-item-wrap {
	border: 1px solid #555862;
	background: #e8e8f0 url(images/background-plus.gif);
	margin-bottom: 10px;
}

.home-secondary-content .menu-item-wrap:last-of-type {
	margin: 0;
}

.home-secondary-content .menu-item-wrap a {
	display: block;
	color: #e00000;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	padding: 10px 10px 10px 55px;
}

.home-secondary-content .menu-item-wrap a span {
	display: block;
	text-transform: none;
	font-weight: 400;
	color: #000;
}

.home-secondary-content .menu-item-wrap a:hover {
	text-decoration: none;
}

.home-secondary-content .menu-item-wrap a:hover span {
	color: #e00000;
}

.home-secondary-content .menu-item-wrap .games {
	background: url(images/icon-home-games.png) 10px 10px no-repeat;
}

.home-secondary-content .menu-item-wrap .teachers {
	background: url(images/icon-home-teachers.png) 10px 12px no-repeat;
}

.home-secondary-content .menu-item-wrap .business {
	background: url(images/icon-home-business.png) 10px 14px no-repeat;
}

.home-secondary-content .menu-item-wrap .students {
	background: url(images/icon-home-students.png) 12px 10px no-repeat;
}

.home-secondary-content .menu-item-wrap .faq {
	background: url(images/icon-home-faq.png) 15px 14px no-repeat;
}

.home-secondary-content .bio {
	float: right;
	width: 48%;
	text-align: center;
}

.home-secondary-content .bio img {
	display: block;
	margin: 10px auto 0 auto;
}

.home-secondary-content .bio p {
	font-size: 18px;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.2;
	padding: 10px 10px 15px 10px;
	margin: 0;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.home-secondary-content .shopping .widget-inner {
	padding: 15px;
	background: url(images/home-books.png) 165px 10px no-repeat;
}

.home-secondary-content .shopping p {
	font-size: 18px;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.2;
	margin: 0 0 15px 0;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	max-width: 150px;
}

.home-secondary-content .shopping .button {
	font-size: 20px;
	padding: 10px 35px;
}

.home-secondary-content .entry-content {
	font-size: 16px;
}

/* Share buttons
---------------------------------------------------------------------------------------------------- */

.share-small .share,
.share-small .count {
	border-radius: 0px !important;
}

.share-small .share {
	text-transform: none !important;
	font-family: Arial, sans-serif !important;
}

.share-small .count {
	width: auto !important;
	padding: 0 14px !important;
	border-left: 1px solid #ffffff !important;
}

.facebook .count {
	background: #3d5a98 !important;
	color: #fff !important;
}

.twitter .count {
	background: #09b0ed !important;
	color: #fff !important;
}

.pinterest .count {
	background: #cb2127 !important;
	color: #fff !important;
}


/* Landing Pages
---------------------------------------------------------------------------------------------------- */

.page-template-composingwithkids-php .entry-content,
.page-template-page-composing-with-kids-php .entry-content {
	margin: 0px auto;
	margin-top: 0;
	margin-bottom: 27px;
	width: 800px;
	padding: 0px 0px;
	border: 5px solid #e1e1e1;
	background: #FFF;
}

.page-template-composingwithkids-php .entry-content,
.page-template-page-composing-with-kids-php .entry-content  {
	font-family: 'Arial', sans-serif;
}

.page-template-page-composing-with-kids-php .entry-content {
	margin-top: 30px;
}

.page-template-composingwithkids-php .entry-content h1,
.page-template-page-composing-with-kids-php  .entry-content h1 {font-family:Arial,Helvetica,sans-serif;line-height:38px;font-size:32px;color:#a41600;text-align:center;padding:0;margin-bottom:40px}

.page-template-composingwithkids-php .entry-content h2,
.page-template-page-composing-with-kids-php  .entry-content h2 {font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:30px;color:#000;padding:0px
80px 0px 80px;text-align:left;margin-bottom:20px}

.page-template-composingwithkids-php .entry-content p,
.page-template-page-composing-with-kids-php .entry-content p {text-align:left;line-height:20px;color:#000;font-size:14px;padding:0px
80px 0px 80px;margin-bottom:23px}

.page-template-composingwithkids-php .entry-content ol,
.page-template-page-composing-with-kids-php  .entry-content ol {padding:0px
110px 0px 110px}

.page-template-composingwithkids-php .entry-content ul,
.page-template-page-composing-with-kids-php .entry-content ul {padding:0px 110px 0px 110px; font-size: 14px;}

.page-template-composingwithkids-php .entry-content ul,
.page-template-page-composing-with-kids-php  .entry-content ul
li{list-style-type:disc}

.page-template-composingwithkids-php .entry-content  ol,
.page-template-page-composing-with-kids-php .entry-content  ol
li{list-style-type:decimal}


.page-template-page_pmfb-php .site-inner,
.page-template-page-composing-with-kids-php .site-inner  {
	padding: 0;
}

.page-template-page_pmfb-php .site-inner {
	background: #000;
}

.page-template-page_pmfb-php .entry,
.page-template-page-composing-with-kids-php  .entry  {
	margin: 0;
}

.page-template-page_pmfb-php .entry-content,
.page-template-page-composing-with-kids-php .entry-content  {
	overflow: hidden;
}

.page-template-page_pmfb-php .site-inner .wrap,
.page-template-page-composing-with-kids-php  .site-inner .wrap .site-inner .wrap  {
	background: #fff;
}

.pianohandsTestimonialBox {
	max-width: 640px;
	margin: 0 auto;
}

.home-hero-title h1 {
	margin-bottom:0;
	font-size: 40px;
    line-height: 45px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
}


/* Printables
---------------------------------------------------------------------------------------------------- */

.page-template-page-printables .entry-content {
	overflow: visible;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}


.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
}


.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}


.toolkit-wrapper {
	 margin: 60px auto;
}

	@media (min-width: 1300px) {
	.toolkit-wrapper {
		margin-left: -200px;
		margin-right: -200px;
		}
	}

 @media (min-width: 768px) {
	 .toolkit-wrapper .toolkit-items-wrapper {
		 display: flex;
		 flex-flow: row wrap;
	}
}
 .toolkit-wrapper .toolkit-item {
	 text-align: center;
	 margin: 0 auto 60px;
	 max-width: 500px;
}
 @media (min-width: 768px) {
	 .toolkit-wrapper .toolkit-item {
		 width: 48%;
		 margin: 0 1% 60px;
	}
}
 @media (min-width: 992px) {
	 .toolkit-wrapper .toolkit-item {
		 width: 23%;
	}
}
 .toolkit-wrapper .toolkit-item h4 {
	 font-size: 20px;
	 margin: 20px 0;
}
 

.toolkit-wrapper ul.nav.nav-tabs {
	 text-align: center;
	 margin: 0 0 40px 0;
	 padding: 0;
	 border: 0;
	 border-bottom: 2px solid #474747;
}
 .toolkit-wrapper ul.nav.nav-tabs li {
	 display: inline-block;
	 margin: 0;
}
 .toolkit-wrapper ul.nav.nav-tabs li a {
	 font-weight:  bold;
	 border: 0;
	 color: #474747;
}
 .toolkit-wrapper ul.nav.nav-tabs > li.active > a, .toolkit-wrapper ul.nav.nav-tabs > li.active > a:hover, .toolkit-wrapper ul.nav.nav-tabs > li.active > a:focus, .toolkit-wrapper ul.nav.nav-tabs > li > a:hover, .toolkit-wrapper ul.nav.nav-tabs > li > a:focus {
	 background-color: #cdced7;
	 color: #000;
	 border: 0;
}



/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media (min-width: 1131px) and (max-width: 1250px) {
	
	.home-hero-title {
		font-size: 35px!important;
		line-height: 35px!important;
	}
	
	.home-hero-button {
		margin-top: 30px!important;
		
	}
	
	.home-hero-divider {
		margin: 10px 0!important;
	}
	
}


@media (min-width: 769px) and (max-width: 1130px) {

	#hero-subtitle {
		width: 40%;
	}
#preschool-button .btn-hero {
		padding: 10px 10px 10px 10px!important;
	}
	#shop-primer .btn-hero {
		padding: 10px 10px!important;
	}
	.tpt-link-content-1 {
		margin-right: -10px!important;
	}
	.tpt-link-content-2 {
		padding-left: 40px!important;
		margin-right: -40px!important;
	}
	.tpt-link-content-3 {
		padding-left: 80px!important;
	}
	.tpt-search-link-content-normal {
		font-size: 20px!important;
	}

	#hero-content {
		top: -20px!important;
	}

	.home-hero-title {
		font-size: 30px!important;
		line-height: 30px!important;
	}

	.home-hero-text {
		font-size: 16px!important;
	}
	
	.home-hero-button {
		margin-top: 10px!important;
		
	}
	
	.home-hero-divider {
		margin: 5px 0!important;
	}

	.genesis-nav-menu .menu-item {
		margin-right: 0px!important;
		padding: 10px!important;
		margin-top: -20px;
	}
	.right-header-area {
		padding: 0!important;
		margin-top: 10px;
	}

}



@media only screen and (max-width: 959px) {

	body {
/*		border-top: 5px solid green;*/
	}
	
	.wrap,
	.home .site-inner .wrap {
		max-width: 750px;
	}

	.nav-secondary .wrap {
		max-width: 850px;
	}

	.nav-secondary .genesis-nav-menu .menu-item {
		margin-right: 0px;
	}

	.nav-secondary .genesis-nav-menu {
		text-align: center;
	}

	.logo-desktop-left {
		width: 90%!important;
	}

	.title-area {
		/*min-height: 110px;*/
	}
	
	.site-inner {
		padding-top: 30px;
	}
	
	.content {
		width: 520px;
	}
	
	.extras {
		max-width: 550px;
	}
	
	.extras .tagline {
		font-size: 22px;
		text-align: right;
		float: none;
		margin-bottom: 10px;
	}
	
	.extras .social {
		float: right
	}
	
	.nav-primary {
		float: right;
		margin-top: 10px;
	}
	
	.genesis-nav-menu a {
		width: 145px;
	}

	.footer-cta .line1 {
		font-size: 40px;
	}
	
	.footer-cta .line2 {
		font-size: 22px;
	}
	
	.hero-secondary-background {
		height: 510px;
	}
	
	.hero-content p {
		font-size: 52px;
	}
	
	.hero-content {
		max-width: 400px;
	}
	
	.home .nav-secondary .menu-item a {
		padding-right: 5px;
	}
	
	.home .site-inner .content .entry, .home-content-left {
		width: 360px;
		float: left;
	}
	
	.home .entry-meta .share-small {
		float: none;
		margin: 10px 0 0;
	}
	
	.home .entry {
		margin-bottom: 20px;
	}

	.single-book .content,
	.single-toolkit .content {
		float: none!important;
		width: 95%;
		margin: 0 auto;
	}

	.single-book .visual-preview-block {
		margin: 40px 0 40px 15px!important;
	}
	.right-header-area {
			margin-top: -6px!important;
		}


}

/*@media only screen and (max-width: 768px) {*/

@media only screen and (max-width: 830px) {


	body {
		/*border-top: 5px solid blue !important;*/
		font-size: 14px;
	}

	.wrap,
	.content,
	.footer-widgets .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

	.wrap {
		padding: 10px 15px;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.five-sixths,
		.four-fifths,
		.four-sixths,
		.one-fourth,
		.one-half,
		.one-fifth,
		.one-sixth,
		.one-third,
		.three-fifths,
		.three-fourths,
		.three-sixths,
		.two-fifths,
		.two-fourths,
		.two-sixths,
		.two-thirds {
			margin: 0;
			width: 100%;
		}

	.sidebar-primary .one-half {
		margin: 0;
		width: 100%;
	}
	 
	.sidebar-primary .one-half {
		width: 48.717948717948715%;
	}
	 
	.sidebar-primary .first {
		clear: both;
		margin-left: 0;
	}
	
	.comment-form-left, 
	.comment-form-right {
		float: none;
		width: 100%;
	}
	
	.sidebar-primary  {
		margin: 0 auto;
	}
	
	.utility-nav,
	.nav-primary,
	.nav-secondary,
	.footer-cta,
	.footer-widgets {
		display: none;
	}
	
	.content,
	.sidebar-primary {

	}
	
	.site-inner {

	}
	
	h1.entry-title {
		font-size: 32px;
	}
	
	.entry-content {
		font-size: 18px !important;
	}

	.entry-footer .entry-meta {
		padding: 10px 0;
	}
	
	.share-small {
		float: none !important;
		margin: 10px 0 0 0;
	}
	
	.title-area {
		margin: 0;
	}
	
	.site-title a {
		margin: 0 auto;
	}
	
	.extras {
		display: none;
	}
	
	.site-footer ul,
	.site-footer p {
		width: 100%;
		float: none;
		display: block;
	}
	
	.hero-secondary-background {
		background: none;
		height: auto;
	}
	
	.hero-content p {
		margin: 20px 0;
		font-size: 40px;
	}
	
	.hero-content .button {
		padding: 10px;
		font-size: 24px;
	}
	
	.home .site-inner .wrap {
		padding: 0;
	}
	
	.home .site-inner {
		padding: 10px;
	}
	
	.home .site-inner .content .entry, .home-content-left, .home-column-right, .home-sign-up {
		width: 100%;
		float: none;
	}
	
	.home .site-inner .home-sign-up {
		margin-top: 20px;
	}
	
	#hellobar-pusher, #hellobar-wrapper {
		display: none !important;
	}
	
	.mobile-menu {
		display: block;
	}

	.logo {
		display: none!important;
	}

	#logo-top-for-mobile {
		display: block!important;
		text-align: center!important;
		padding-bottom: 10px;
	}

	#logo-top-for-mobile img {
		height: auto!important;
		/*margin-bottom: 18px!important;*/
		margin-top: 21px!important;
		max-width: 350px!important;
		width: 86%!important;
	}

	.site-header {
		position: inherit!important;
		text-align: center!important;
		border-bottom: 7px solid #fff!important;
	}

	.title-area {
		background-color: #fff!important;
		border-right: 5px solid white!important;
		float: left!important;
		padding-bottom: 27px!important;
		padding-left: 5%!important;
		padding-top: 38px!important;
		text-align: left!important;
		width: 50%!important;
		min-height: 78px!important;
	}

	.logo-desktop-left {
		display: none!important;
	}

	.btn-header {
		display: none!important;
	}

	#searchwrap-magnifier {
		display: block!important;
		float: none!important;
		position: absolute!important;
		right: 24px!important;
		/*top: 120px!important;*/
		top: 112px!important;
		width: auto!important;
		/*z-index: 99999!important;*/
	}

	#searchwrap-magnifier img {
		width: 60px;
	}

	.search-show {
		clear: both!important;
		height: auto!important;
		padding-top: 9px!important;
		position: relative!important;
	}

	#searchwrap {
		display: block!important;
		float: left;
		position: relative;
		right: 0;
		top: 0;
		z-index: 99999;
		width: 100%;
	}

	.menu-toggle::before, .menu-toggle.activated::before {
		color: #fff;
		content: "\f130";
		display: inline-block;
		font: 45px/1 "ionicons";
		margin: 0 auto;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		vertical-align: top;
		/*margin-top: 10px;*/
		margin-top: 0px;
	}

	.js nav button:hover, .js .menu-toggle:hover, .js .nav-primary {
		background-color: transparent;
		color: #000;
		border: none !important;
	}

	.menu-toggle {
		float: left;
		font-family: "Playfair Display",serif;
		font-weight: 400;
		left: 27px;
		letter-spacing: 1px;
		position: absolute;
		text-transform: uppercase;
		top: 95px;
		width: auto!important;
		z-index: 1000;
		display: block!important;
		visibility: visible!important;

	}

	.menu-toggle, .sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	#genesis-nav-primary {
		background: #fff!important;
		min-height: 1px!important;
		padding: 0!important;
	}

	.js nav button:hover, .js .menu-toggle:hover, .js .nav-primary {
		background-color: transparent;
		color: #000;
		border: none !important;
	}

	.js nav {
		/*display: none!important;*/
		position: relative!important;
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 10px;
		position: relative;
		text-align: left;
		background: #000;
		border-radius: 0;
		margin-right: 0;
		text-align: center;
	}

	#genesis-nav-primary li {
		background: #000;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 10px solid #fff;
		text-align: center;
		margin-right: 0px!important;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
		color: #fff;
	}

	.genesis-nav-menu .menu-item:hover a {
		color: #fff!important;
	}

	.nav-primary, .title-area {
		/*float: none!important;*/
	}

	.rev-slider-container-home * {
		text-align: center!important;
	}

	.hero-image {
		display: none!important;
		position: relative!important;
	}

	.hero-image-mobile {
		display: none!important;
		position: relative!important;
		padding-top: 40%!important;
		background-color: #fff!important;
		width: 100%;
	}

	#hero-content {
		display: flex!important;
		left: 0!important;
		flex-direction: column!important;
		width: 90%!important;
		height: 100%!important;
		position: absolute!important;
		top: 0!important;
		justify-content: start!important;
		/*padding-top: 85%!important;*/
		padding-top: 0%!important;
		padding-left: 0%!important;
		margin: 0 auto;
	}

	#hero-title {
		font-size: calc(40px + 120 * (100vw - 320px) / 1600)!important;
		/*padding-right: 10px!important;
		padding-top: 10px!important;*/
	}

	#hero-subtitle {
		width: 100%;
	}

	#her-button-container {
		padding-left: 13px!important;
		padding-right: 13px!important;
	}

	#preschool-button {
		width: 49%!important;
		float: left!important;
	}

	#preschool-button .btn-hero {
		float: none!important;
		margin-right: 0px!important;
		display: block!important;
		font-weight: bold!important;
		text-align: center!important;
		font-size: calc(13px + 4 * (100vw - 320px) / 1600)!important;
		width: 100%!important;
		position: relative!important;
		margin: 0 auto!important;
		margin-bottom: 20px!important;
		padding: 6px 0px 6px 0px!important;
		border: 3px solid #000!important;
	}

	#shop-primer {
		width: 49%!important;
		float: right!important;
	}

	#shop-primer .btn-hero {
		float: none!important;
		margin-right: 0px!important;
		display: block!important;
		font-weight: bold!important;
		text-align: center!important;
		font-size: calc(13px + 4 * (100vw - 320px) / 1600)!important;
		width: 100%!important;
		position: relative!important;
		margin: 0 auto!important;
		margin-bottom: 20px!important;
		border: 3px solid #000!important;
		padding: 6px 0px 6px 0px!important;
	}

	#searchwrap-magnifier .collapse {
		background: transparent none repeat scroll 0 0!important;
	}

	#searchwrap-magnifier .collapse img {
		height: auto!important;
		width: 42px!important;
	}

	.search-show input.field {
		float: left;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 17px;
		height: 55px;
		padding: 15px 22px;
		width: 78%;
		border: 1px solid #000;
	}

	.search-show input.submit {
		background: #000 none repeat scroll 0 0;
		color: #fff;
		float: right;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
		height: 55px;
		padding: 8px 0;
		text-align: center;
		width: 22%;
		border: 1px solid #000;
		border-radius: 0;
	}

	.site-header .wrap {
		padding: 0;
	}
	.home .tpt-white-area-mobile {
		display: block!important;
		padding: 20px 0;
		width: 100%;
		margin: 0 auto;
		background: #fff;
		margin-top: 20px;
	}

	.tpt-white-area-mobile {
		display: block!important;
		padding: 20px 0;
		width: 100%;
		margin: 0 auto;
		/*background: #fff;*/
		background: linear-gradient(to right, #f75283 0%, #d72626 90%);

		
	}

	.tpt-white-area-mobile-inner {
		width: 960px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.tpt-white-mobile-link {
		width: 25%;
		display: inline-block;
		/*border: 2px solid #a2a2a2;*/
		border: 2px solid #fff;
		margin: 0 20px;
		padding: 10px;
		border-radius: 5px;
	}
	.home .tpt-white-mobile-link {
		border: 2px solid #a2a2a2!important;
	}
	.home .tpt-white-mobile-link a {
		color: #a2a2a2!important;
	}

	.tpt-white-mobile-link a {
		/*color: #a2a2a2;*/
		color: #fff;
		font-weight: normal;
		outline: 0;
	}
	/*.tpt-white-area,*/
	.tpt-search-link-area {
		display: none!important;
	}
	.tpt-new-search {
		/*display: none;*/
	}
	.home .tpt-new-search {
		display: block;
	}

	.single-book .single-book-desktop {
		display: none;
	}

	.single-book .single-book-top-mobile {
		display: block!important;
	}

	.single-book .single-book-top-area-inner, 
	.single-book .single-book-bottom-area-inner {
		padding: 40px 0!important;
	}

	.single-book .single-books-title {
		font-size: 24px;
	}

	.single-book .single-books-title a {
		font-size: 20px;
	}

	.single-book .single-img {
		width: 50%!important;
		margin: 0 auto;
		margin-top: 40px;
	}

	.buy-area-mobile {
		width: 70%;
		margin: 0 auto;
	}

	.single-book .product-details-block {
		margin: 40px 15px 40px 0!important;
	}

	.single-book .single-books-title a {
		font-weight: normal;
	}

	.single-book .tpt-white-area-mobile,
	.store .tpt-white-area-mobile,
	.archive .tpt-white-area-mobile {
		display: none!important;
	}

	.store-cat-block {
		margin: 20px!important;
	}

	.store .store-cat-image-area {
		text-align: center;
		display: none;
	}

	.store .tpt-best-seller-block {
		width: 16%!important;
	}

	.all-books-right {
		width: 75% !important;
	}

	.main-navigation-mobile {
		display: block!important;
	}

	.book-category-menu {
		display: none;
	}

	.home-posts-block {
		width: 29%!important;
	}

	.home-posts-cat-desc {
		font-size: 16px;
		line-height: 20px;
	}

	.blog-posts-block {
		width: 29%!important;
		margin: 0px 14px 50px 14px!important;
	}

	/* New Mobile Menu */

	.menu-toggle {
		position: relative;
		top: 10px!important;
		left: 40%;
	}

	.menu-toggle::before, .menu-toggle.activated::before {
		color: #000!important;
	}

	.right-header-area {
		width: 100%!important;
		margin-top: -170px!important;
	}

	.mobile-home-bar {
		display: block!important;
		height: 80px;
		background: #efefef;
		margin-top: 0;
	}

	.mobile-home-bar-text {
		padding: 8px;
		text-transform: uppercase;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		font-weight: 500;
	}
	
	.bar-arrow {
		font-size: 35px;
	}

	.tpt-white-area {
		padding: 0 0 20px 0!important;
	}

	.site-header .wrap {
		border-bottom: 0!important;
	}

	.wunderkeys-link a {
		background: none!important;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	
	}

	.home-hero-title {
		font-size: 50px!important;
		line-height: 55px!important;
	}
	
	.home-hero-text {
		font-size: 18px!important;
		margin-bottom: 20px;
	}
	
	.home-hero-divider {
		margin: 20px 0!important;
	}

	.home-hero-button {
		margin: 16px 0 0 0!important;
	}
	
	.tpt-single-title-area {
		max-width: 80%!important;
		padding: 0px 0!important;
	}

	.tpt-single-title-area h1 {
		font-size: 55px!important;
		line-height: 60px!important;
		
	}

	.single-post {
		padding-top: 0!important;
	}

	.archive .wrap,
	.archive .site-header {
		height: 0!important;
	}
	.archive .site-inner {
		padding: 0!important;
		position: relative!important;
		top: -30px!important;
	}

	.page-template-page_blog .site-inner {
		position: relative!important;
		top: -50px!important;
		padding-top: 0!important;
	}

	.site-header .wrap {
		border-top: 2px solid #dedede;
	}

	.page .site-inner {
		position: relative!important;
		top: -50px!important;
		padding-top: 0!important;
	}

	.store .site-inner {
		top: 0!important;
	}

	.store .site-inner {
		top: 40px!important;
	}

	.store .title-area,
	.single-book .title-area {
		padding: 0!important;
		max-height: 1px!important;
		margin-top: -50px;
		background: transparent!important;
		border-right: 0!important;
	}
	
	.store .site-header {
		padding: 0;
	}

	.store .menu-toggle,
	.single-book .menu-toggle {
    	margin-top: 46px!important;
	}

	.single-book .single-book-top-area-inner {
		padding: 0!important;
	}



}

@media only screen and (max-width: 700px) {

	.blog-posts-block {
		width: 28% !important;
	}

}

@media only screen and (max-width: 600px) {

	.hero-image-mobile {
		display: none!important;
		position: relative!important;
		padding-top: 0%!important;
		background-color: transparent!important;
		margin-top: 420px!important;
	}

	.menu-toggle::before, .menu-toggle.activated::before {
		margin-top: -8px!important;
	}

	#searchwrap-magnifier {
		/*top: 114px !important;*/
		top: 110px!important;
	
	}

	#searchwrap-magnifier img {
		width: 50px;
	}
	.home .tpt-white-area-mobile {
		background: #fff!important;
	}

	.tpt-white-area-mobile {
		padding: 20px 0; 
		width: 100%; 
		margin: 0 auto; 
		text-align: center; 
		/*background: #fff;*/
		background: linear-gradient(to right, #f75283 0%, #d72626 90%)!important;
		display: block!important;
		margin-top: -40px!important;
	}

	.title-area {
		background: transparent!important;
		border-right: 0!important;
		width: 0!important;
	}

	.home .tpt-white-area-mobile {
		margin-top: 14px;
	}

	.tpt-white-area-mobile-inner {
		max-width: 90%;
		margin: 0 auto;
	}

	.tpt-white-mobile-link {
		width: 30%!important;
		margin: 0 8px 0 0!important;
		padding: 4px!important;
	
	}

	.tpt-white-area {
		/*display: none;*/
	}

	.tpt-new-search-inner {
		max-width: 80%!important;
	}

	.tpt-new-search-inner-text {
		font-size: 22px!important;
	}

	.tpt-new-search {
		display: none!important;
	}

	.tpt-new-search-mobile {
		padding: 20px 0 0 0; 
		width: 100%; 
		margin: 0 auto; 
		text-align:center; 
		background: linear-gradient(to right, #f75283 0%, #d72626 90%);
		color: #fff;
		display: block!important;
	}

	.tpt-new-search-inner-mobile {
		width: 960px;
		margin: 0 auto;
		max-width: 80%;
	}

	.tpt-new-search-inner-mobile input {
		padding: 20px 0px 20px 80px;
		background: #fff url(images/new-search-magnifier.png) no-repeat;
		background-size: 30px 30px;
		background-position: 20px 16px;
		margin: 20px 0 30px 0;
		border: 0px solid #a2a2a2;
		border-radius: 5px;
		
	}

	.tpt-new-search-inner-mobile input::placeholder {
		color: #a2a2a2;
		
	}

	.tpt-new-search-inner-text-mobile {
		font-size: 16px;
		font-weight: bold;
	}

	.single-book .buy-area-mobile {
		width: 100%!important;
	}

	.single-book .ships-from {
		padding: 10px!important;
	}

	.single-book .product-details-block {
		margin: 40px 0!important;
		width: 100%!important;
	}

	.single-book .visual-preview-block {
		margin: 0 0 40px 0!important;
		width: 100%!important;
	}

	.single-book .single-books-title {
		font-size: 20px!important;
		line-height: 24px;
	}

	.single-book .single-books-title a {
		font-size: 16px;
	}

	.store .tpt-best-seller-block {
		width:  150px !important;
		margin: 0 0 30px 23px!important;
		text-align: left;
		/*border-bottom: 1px solid #eee;*/
		padding: 0 30px 20px 0px;
		display: block;
	}

	.store .best-seller-img {
		text-align: center;
	}

	.store .entry-content ul {
		margin-left: 0;
	}

	.all-books-block {
		margin: 40px 0 20px 0!important;
		text-align: left;
		border-bottom: 1px solid #eee;
		padding: 0 30px;
	}

	.all-books-left,
	.all-books-right {
		width: 100%!important;
		float: none!important;
	}

	.all-books-img {
		margin-bottom: 10px;
		text-align: center;
	}
	.store .tpt-best-new-mobile {
		display: block!important;
	}

	.store .tpt-best-new-desktop {
		display: none;
	}

	.home-posts-cat-desc,
	.blog-posts-cat-desc {
		width: 90%!important;
		
	}
	
	.home-posts-block,
	.blog-posts-block {
		width: 90%!important;
		display: block!important;
		margin: 0 auto!important;
		margin-bottom: 40px!important;
	}

	.home-posts-title,
	.blog-posts-title {
		text-align: center!important;
	}

	.tpt-cat-nav {
		max-width:  250px !important;
	}

	.tpt-cat-nav li {
		font-size: 14px!important;
	}

	.tpt-cat-nav ul li.nav-1 {
		padding: 10px 0px 10px 30px!important;
	}

	.tpt-cat-nav li.nav_main {
		position: relative;
	}
	.tpt-cat-nav li.nav-main:after {		
		content: '';
		background: url(images/tpt-cat-down-white.png) no-repeat;
		background-size: 24px!important;
		display: inline-block;
		border: 0px solid;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 14px;
		right: 28px;
		
		
	}



	.tpt-cat-nav li.nav-main {
		background: /*url(images/tpt-cat-down-white.png) no-repeat 88px 14px,*/ linear-gradient(0deg, #ec3d91, #ff6aa7 80%) !important;
		padding: 10px 50px 10px 10px!important;
		/*background-size: 24px!important;
		background-size: 20%!important;*/
	}

	.tpt-cat-nav ul li li {
		font-size: 14px!important;
	}

	.tpt-cat-nav ul li ul {
		margin-left: -150px!important;
	}

	.tpt-cat-main-title h1 {
		font-size: 28px!important;

	}

	#hero-content {
		top: -30px!important;
		/*top: 260px!important;
		padding-top: 0px!important;*/
	}

	/* New Mobile Menu */

	.menu-toggle {
		position: relative;
		top: 24px!important;
		left: 140px;
	}

	.menu-toggle::before, .menu-toggle.activated::before {
		color: #000!important;
	}

	.right-button-area {
		width: 100%!important;
		margin-top: -70px!important;
	}

	#logo-top-for-mobile {
		width: 70%;
	}

	.home-hero-title {
		font-size: 30px!important;
		line-height: 40px!important;
	}
	
	.mobile-home-bar-text {
		padding: 6px!important;
		
	}
	
	.tpt-single-title-area h1 {
		font-size: 30px!important;
		line-height: 35px!important;
		margin-top: -50px;
	}

	.tpt-single-previous-area-title {
		line-height: 40px!important;
	}

	.store .menu-toggle,
	.single-book .menu-toggle {
		margin-top: 76px!important;
	}


	.tpt-single-previous-area-button a {
		display:  block;
	}

}

@media only screen and (max-width: 350px) {

.hero-image-mobile {
		display: none!important;
		position: relative!important;
		padding-top: 25%!important;
		background-color: #e8e8f0!important;
	}

	.menu-toggle::before, .menu-toggle.activated::before {
		margin-top: -6px!important;
	}

	#searchwrap-magnifier {
		/*top: 114px !important;*/
		top: 100px!important;
	
	}

	#searchwrap-magnifier img {
		width: 50px;
	}

	.tpt-white-area-mobile {
		padding: 20px 0; 
		width: 100%; 
		margin: 0 auto; 
		text-align:center; 
		background: #fff;
		display: block!important;
	}

	.home .tpt-white-area-mobile {
		margin-top: 14px;
	}

	.tpt-white-area-mobile-inner {
		max-width: 90%;
		margin: 0 auto;
	}

	.tpt-white-mobile-link {
		width: 30%!important;
		margin: 0 8px 0 0!important;
		padding: 4px!important;
		font-size: 12px;
	
	}

	.tpt-white-area {
		display: none;
	}

	.tpt-new-search-inner {
		max-width: 80%!important;
	}

	.tpt-new-search-inner-text {
		font-size: 22px!important;
	}

	.tpt-new-search {
		display: none!important;
	}

	.tpt-new-search-mobile {
		padding: 20px 0 0 0; 
		width: 100%; 
		margin: 0 auto; 
		text-align:center; 
		background: linear-gradient(to right, #f75283 0%, #d72626 90%);
		color: #fff;
		display: block!important;
	}

	.tpt-new-search-inner-mobile {
		width: 960px;
		margin: 0 auto;
		max-width: 80%;
	}

	.tpt-new-search-inner-mobile input {
		padding: 20px 0px 20px 60px;
		background: #fff url(images/new-search-magnifier.png) no-repeat;
		background-size: 30px 30px;
		background-position: 20px 16px;
		margin: 20px 0 30px 0;
		border: 0px solid #a2a2a2;
		border-radius: 5px;
		font-size: 14px;
		
	}

	.tpt-new-search-inner-mobile input::placeholder {
		color: #a2a2a2;
		
	}

	.tpt-new-search-inner-text-mobile {
		font-size: 14px;
		font-weight: bold;
	}

	.single-book .product-details-block {
		height: 350px!important;
	}

	.single-book .visual-preview-block {
		height: 350px!important;
	}

	.main-navigation-mobile button  {
		margin: 20px 30px 0 0!important;
	}

	.main-navigation-mobile a.all-books-link  {
		margin: 20px 0 0 30px!important;
	}

	.menu-book-category-mobile-container {
		padding: 0 30px 14px 0!important;
	}

}


/* END MEDIA */


.discover-more {
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
background: #e00000;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

.discover-more:hover {
background: #333;
text-decoration: none;
color: #ffffff;
}

#button-wrap-inner {
  clear: both;
  display: block;
  margin-bottom: 16px;
  margin-top: 26px;
  text-align: center;
}

.wpls-logo-showcase-slider-wrp {
  margin-top: 0;
}


/* NEW ADDITIONS */

.rev-slider-container-home {
     top: 0;
     clear: both;
     margin-bottom: -20px;
     margin-top: 1px;
     max-width: 100%;
}
 .hero-image {
     display: inline-block;
     position: relative;
     width: 100%;
}
 .hero-image-mobile {
    display:none;
}
 .rev-slider-container-home br {
     display: block;
}
 #hero-content {
     display: flex;
     /*padding-left: 9%;*/
     flex-direction: column;
     justify-content: center;
     /*width: 100%;
     height: 90%;*/
     width: 51%;
     height: 70%;
     position: absolute;
     top: 0;
     /*top: 24.5%;*/
     right: 0;
     left: 47%;
}
 #hero-title {
     font-size: calc(18px + ((63 * (100vw - 320px)) / 1600));
     font-weight: normal;
     color: #000;
     line-height: 1.1;
}
#hero-subtitle {
	font-size: calc(14px + 5 * (100vw - 320px) / 1600);
	font-weight: normal;
	color: #000;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
 #hero {
     min-height: 400px;
     width: 100%;
     max-width: 1920px;
     position: relative;
}
 #preschool-button .btn-hero {
     color: #000;
     font-size: calc(10px + 4 * (100vw - 320px) / 1600);
     padding: 10px 40px 10px 40px;
     border: solid #000 3px;
     text-decoration: none;
}
#preschool-button .btn-hero:hover {
	background: #fff;
	text-decoration: none;
	opacity: 0.7;
	color: #000;
}
#shop-primer .btn-hero {
	color: #000;
	padding: 10px 30px;
	border: 3px solid #000;
	text-decoration: none;
	margin-left: 10px;
}
#shop-primer .btn-hero:hover {
	
	text-decoration: none;
	color: #000;
	background: #fff;
}
#preschool-button .btn-hero, #shop-primer .btn-hero {
	display: inline-block;
	font-weight: bold;
	width: auto;
	text-align: center;
	font-size: calc(13px + 4 * (100vw - 320px) / 1600);
}
#preschool-button .btn-hero {
	float: left;
	margin-right: 20px;
	color: #fff;
	background-color: #000;
}

.logo-desktop-left {
  height: auto;
  max-width: 366px;
  width: 100%;
}

.title-area {
	background-color: #fff;
	border-right: 5px solid white;
	float: left;
	padding-bottom: 21px;
	padding-left: 2%;
	padding-top: 32px;
	text-align: left;
	width: 30%;
}

#logo-top-for-mobile {
	display: none;
}

.right-button-area {

  background-color: #d72626;

  border-left: 5px solid white;

  float: right;

  padding-bottom: 39px;



    padding-top: 39px;

  padding-right: 5%;



  text-align: right;

  width: 50%;

}

.logo {

    float: right;

    height: auto;

    margin-left: auto;

    position: absolute;

    top: 12px;

    width: 87px;

    z-index: 99999;

    left: 0px;

    right: 0px;

    margin-right: auto;

}





.btn-header {

  -webkit-border-radius: 28;

  -moz-border-radius: 28;

  border-radius: 28px;

  color: #ffffff;

  font-size: 20px;

  padding: 14px 25px 14px 25px;

  border: solid #ffffff 3px;

  text-decoration: none;
  font-weight: normal;

}

.btn-header:hover {

  text-decoration: none;  color: #ffffff;

}

.menu-text-title-mobile

{display: none;}

#searchwrap, #searchwrap-magnifier {

  display: none;



}

.collapse{

  cursor: pointer;

  display: block;

  background: #cdf;

}

.collapse + input{

  display: none; /* hide the checkboxes */

}

.collapse + input + div{

  display:none;

}

.collapse + input:checked + div{

  display:block;

}

.site-header .wrap {
	max-width: 100%;
	/*position: relative;*/
	border-bottom: 2px solid #dedede;
}

.sub-menu-toggle,

.menu-toggle {

	display: none;

	visibility: hidden;

}


.home .nav-primary {
	border-bottom: none;
	margin-bottom: 0px;
}

.nav-primary {
	float: none;
	padding: 14px 0;
	text-align: right;
	width: 100%;
	margin-bottom: 0px;
}

.genesis-nav-menu .menu-item {

 

  margin-right: 10px;

  padding: 10px;

  -webkit-border-radius:5px;

border-radius:5px;

}



.genesis-nav-menu .current-menu-item {

  background-color: none;
  



}



.genesis-nav-menu .menu-item:hover



{

  /*background-color: #000;*/

  -webkit-border-radius:5px;

border-radius:5px;



}



.genesis-nav-menu .menu-item:hover a



{



color:#242a2c;

}

.genesis-nav-menu {

	clear: both;

	line-height: 1;

	width: 100%;
	padding: 14px 0 0 0;

}

.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu  .current-menu-item a {

  color: #73777c;



}

.genesis-nav-menu a {

  color: #73777c;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.nav-secondary .genesis-nav-menu a:hover {
	color: #e00000;
}

.tpt-cursive {
	font-family: 'Pacifico', cursive;
	font-size: 0.8em;
	color: #d72626;
}

.tpt-cursive-number {
	font-size: 1.2em;
}

#hero-title strong {
	font-size: 0.9em;
	text-transform: uppercase;
}

/* NEW SEARCH AREA */

.tpt-white-area {
	padding: 30px 0 20px 0; 
	width: 100%; 
	margin: 0 auto; 
	text-align:center; 
	background: #fff;
}

.tpt-home-blog-post-inner {
	max-width: 960px;
	margin: 0 auto;
}

.tpt-home-blog-post-inner a {
	color: #333; 
	text-decoration: underline; 
	font-weight: normal;
}

.tpt-home-blog-post-inner a:hover {
	color: #d72626;
}

.tpt-new-search {
	padding: 30px 0; 
	width: 100%; 
	margin: 0 auto; 
	text-align:center; 
	background: linear-gradient(to right, #f75283 0%, #d72626 90%);
	color: #fff;
}

.tpt-new-search-inner {
	width: 960px;
	margin: 0 auto;
	max-width: 80%;
}

.tpt-new-search-inner input {
	padding: 20px 0px 20px 80px;
	background: #fff url(images/new-search-magnifier.png) no-repeat;
	background-size: 30px 30px;
	background-position: 20px 16px;
	margin: 30px 0;
	border: 0px solid #a2a2a2;
	border-radius: 5px;
}

.tpt-new-search-inner input::placeholder {
	color: #a2a2a2;
}

.tpt-new-search-inner-text {
	font-size: 24px;
	font-weight: bold;
}

.tpt-search-link-content {
	width: 33%;
	display: inline-block;
	text-align: left;
	border: 0px solid;
	margin-right: 0px;
	
}

.tpt-search-link-content a,
.tpt-search-link-content a:hover {
	color: #fff;
	font-weight: normal;
	outline: 0;
}

.tpt-search-link-content-cursive {
	font-family: 'Pacifico';
	font-size: 24px;
	padding-left: 10px;
}

.tpt-search-link-content-normal {
	text-transform: uppercase;
	font-size: 24px;
}

.tpt-link-content-2 span {
	font-weight: bold;
}

.tpt-link-content-1,
.tpt-link-content-2{
	border-right: 1px solid #fff;
	margin-right: 0px;
	
}

.tpt-link-content-2 {
	padding-left: 80px;
	margin-right: -60px;
}
.tpt-link-content-3 {
	padding-left: 150px;
	
	
}

.tpt-white-area-mobile {
	display: none;
}

.tpt-new-search-mobile {
	display: none;
}

.nav-secondary {
	display: none;
}


/* Single Book Page */

.single-book .tpt-new-search {
	display: none;
}

.single-book .site-inner {
	padding: 10px 0 0 0;
	
	
}

.single-book .site-inner .wrap {
	max-width: 100%;
}

.single-book .single-book-top-area {
	background: #fff;
  
}

.single-book .single-book-divider {
	width: 50%;
	height: 2px;
	background: #cdced7;
	margin: 0 auto;
}

.single-book .entry {
	margin-bottom: 0;
}

.single-book .single-book-bottom-area {
	
	background: #fff;
}

.single-book .single-book-top-area-inner,
.single-book .single-book-bottom-area-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0;
}

.single-book .single-book-top-left {
	width: 40%;
	float: left;

}

.single-book .single-book-top-right {
	width: 60%;
	float: right;
	
}

.single-book .single-img {
	width: 300px;
}

.single-book .single-books-title {
	
}

.single-book .single-books-content {
	margin-top: 30px;
}

.single-book .buy-now a {
	background: #000;
	width: 140px;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 30px;
	border: 2px solid #000;
	color: #fff;
}

.single-book .buy-now a:hover {
	color: #000;
	background: #fff;
}

.single-book .ships-from {
	padding: 10px;
	font-weight: bold;
	font-style: italic;
}

span.price-topic-level {
	font-weight: bold;
}

.single-book .product-details-block {
	background: #fff;
	border: 2px solid #000;
	width: 47%;
	text-align: center;
	padding: 20px 30px;
	display: inline-block;
	color: #000;
	margin: 40px 25px 40px 0;
	height: 300px;
	vertical-align: top;
}

.single-book .visual-preview-block {
	background: #fff;
	border: 2px solid #000;
	width: 47%;
	text-align: center;
	padding: 20px 30px;
	display: inline-block;
	color: #000;
	margin: 40px 0 40px 25px;
	height: 300px;
	vertical-align: top;
}

.single-book .product-details-block ul,
.single-book .visual-preview-block ul {
	margin-left: 0;
	margin-bottom: 0;
}

.single-book .product-details-block h3,
.single-book .visual-preview-block h3 {
	color: #000;
	font-size: 34px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.single-book .product-details-block .title-divider,
.single-book .visual-preview-block .title-divider {
	height: 2px;
	background: #000;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.single-book .bottom-button-area {
	margin: 0 auto;
	margin-top: 50px;
}

.single-book .bottom-buy-now {
	text-align: center;
	margin-bottom: 50px;
}

.single-book .bottom-keep-shopping {
	text-align: center;
}

.single-book .bottom-buy-now a {
	background: #000;
	color: #fff;
	border: 2px solid #000;
	padding: 14px 40px;
	font-weight: normal;
	
}

.single-book .bottom-keep-shopping a {
	color: #000;
	border-bottom: 2px solid #000;
	padding: 6px 0;
	font-weight: normal;
	
}

.single-book .bottom-buy-now a:hover {
	background: #fff;
	color: #000;
}

.single-book .bottom-keep-shopping a:hover {
	border-bottom: 2px solid #d72626;
}

.single-book .single-book-top-mobile {
	display: none;
}


/* Store Page */

.store .tpt-new-search {
	display: none;
}

.store-cat-image-area {
	margin-bottom: 50px;
}

.store h1.entry-title {
	border-bottom: 2px solid #d5d5dc;
}

.store-cat-block {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px ;
}

.tpt-best-seller-area {
	margin: 30px 0 40px 0;
}

.tpt-best-seller-block {
	width: 17%;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
	font-size: 16px;
	font-weight: bold;
}

.best-seller-img {
	margin-bottom: 10px;
}

.best-seller-title {
  font-size: 14px;
}

.best-seller-title a {
	font-weight: normal;
}

span.best-seller-price,
span.all-books-price-number {
	color: #d72626;
}

span.best-seller-soldby,
span.all-books-soldby {
	font-style: italic;
}

.all-books-block {
	margin: 30px 0 60px 0;
}

.all-books-left {
	width: 20%;
	float: left;
}

.all-books-right {
	width: 80%;
	float: right;

}

.all-books-right a {
	font-weight: normal;
}

.all-books-level {
	font-weight: bold;
	
}

.all-books-price {
	font-weight: bold;
}

/* Book Category */

.archive h1.entry-title {
	border-bottom: 2px solid #d5d5dc;
}

/* Book Taxonomy */

.book-tax .tpt-new-search {
	display: none;
}

/* Book Category Menu */

.book-category-menu-area {
	background: linear-gradient(to right, #f75283 0%, #d72626 90%);
	
}

.book-category-menu-area-inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	
}

.book-category-menu li {
	display: inline-block;
	list-style: none;
	margin: 0px 14px 0 0;
	padding: 6px 0 4px 0;
	border-bottom: 2px solid transparent;
}

.book-category-menu li a {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
}

.book-category-menu li a:hover {
	color: #fff;
}

.book-category-menu li:hover {
	border-bottom: 2px solid #fff;
}



/* Category Navigation Menu */

.main-navigation-mobile {
	display: none;
}

.menu-book-category-mobile-container {
	background: transparent;
	text-align: right;
	padding: 0 60px 14px 0;
}

.main-navigation-mobile {
    margin-top: 0px!important;
    margin-top: 1.714285714rem;
    text-align: right;
}

.main-navigation-mobile button  {
	background-color: transparent; 
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 0px 0px 4px 0px;
	text-transform: none;
	width: auto;
	-webkit-appearance: none;
	font-family: 'Helvetica Nue', sans-serif; 
	font-weight: bold; 
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	float: right;
	margin: 20px 60px 0 0;
	line-height: 1;
}

.main-navigation-mobile button:hover {
	color: #fff!important;
}

.main-navigation-mobile .all-books-link  {
	font-family: 'Helvetica Nue', sans-serif;
	font-weight: bold;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	margin: 20px 0 0 60px;
	padding: 0 0 4px 0;
	line-height: 1;
	float: left;
}

.main-navigation-mobile .all-books-link:hover {
	color: #fff;
}

.main-navigation-mobile li {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
    list-style: none;
}
.main-navigation-mobile a {
    color: #fff;
}
.main-navigation-mobile a:hover,
.main-navigation-mobile a:focus {
    color: #fff;
}
.main-navigation-mobile ul.nav-menu-mobile,
.main-navigation-mobile div.nav-menu-mobile > ul {
    display: none;
}
 
.main-navigation-mobile ul.nav-menu-mobile.toggled-on,
.menu-toggle-mobile {
    display: inline-block;
}

/* Best Sellers - New Releases Desktop-Mobile Separation */

.store .tpt-best-new-mobile {
	display: none;
}

/* GDPR Comment Adjustments */

.comment-form-cookies-consent {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}


.comment-form-cookies-consent label{
	display: block!important;
	
}

.comment-form-cookies-consent input {
	float: left!important;
	width: 30px;
	margin-top: 5px;
  	margin-left: -8px;
}

.wpcf7-list-item input {
	width: 20px;
	margin-left: -20px;
	margin-top: 8px;
	margin-right: 10px;
}

/* Post Filter Adjustments 

.tpt-posts .tpt-posts-top .tpt-posts-dropdown-wrap {
	margin-top: 68px !important;
	background: #fff;
}

.tpt-posts .tpt-posts-top li.tpt-posts-category {
	padding: 0px 0 10px 0px !important;
	min-width: 116%;
	margin-left: -40px;
}

.tpt-posts .tpt-posts-top li.tpt-posts-category a {
	color: #000;
	padding: 10px 20px 2px;
	display: block;
}

.tpt-posts-dropdown-wrap, .entry-content ul {
	margin-bottom: 0px;
}

*/

/* Home Blog Area */

.home-posts-container {
	margin: 25px 0 60px 0;
}

.home-posts-container:first-of-type {
	margin: 50px 0px 60px 0px;
}

.home-posts-cat-title {
  display: flex;
  flex-direction: row;
}

.home-posts-cat-title:before, 
.home-posts-cat-title:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
}

.home-posts-cat-title {
	margin-bottom: 20px;

}

.home-posts-cat-title a {
	background: #333;
	color: #fff;
	padding: 6px 50px;
	text-decoration: none;

}

.home-posts-cat-desc {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 50%
}

.home-posts-cat-title a:hover {
	background: #666;
	color: #fff;
}

.home-posts-block {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 0px 30px 0px 0px;
}

.home-posts-block:last-of-type {
	margin: 0;
}

.home-posts-image img {
	/*width: 300px;
	height: 200px;*/
	object-fit: cover;
	object-position: top;
}

.home-posts-title {
	text-align: left;
	line-height: 20px;
}

.home-posts-title a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	
}

.home .swp_social_panel {
	display: none;
}


/* Blog/Archive Styling */

.tpt-cat-main-title {
	text-align: center;
}

.blog-posts-cat-desc {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 60px;
	width: 60%;
	text-align: center;
}

.blog-posts-block {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0px 16px 50px 16px;
}

.blog-posts-block:last-of-type {
	margin: 0;
}

.blog-posts-image img {
	/*width: 300px;
	height: 200px;*/
	object-fit: cover;
	object-position: top;
}

.blog-posts-title {
	text-align: left;
	line-height: 20px;
}

.blog-posts-title a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	
}

.blog-posts-title a:hover {
	color: #e00000;
}

.category .blog-posts-cat-desc p a {
	display: none;
}


/* Category Dropdown */

.tpt-cat-nav {
	display: block;
  background: linear-gradient(0deg, #ec3d91, #ff6aa7 80%);
  max-width:  360px;
  margin:  0 auto;
	
}

.tpt-cat-nav a {
  	text-decoration: none;
	font-weight: normal;
	border-bottom: 2px solid #fff;

}

.tpt-cat-nav ul {
  	background: transparent;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.tpt-cat-nav li {
    color: #fff;
  	background: transparent;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
  	transition-duration: 0.5s;
  	font-family: 'PT Sans Narrow';
  	text-transform: uppercase;
  	font-size: 22px;
  	font-weight: 700;
}
  
.tpt-cat-nav li a {
  	color: #fff;
  	font-weight: 700;
}

.tpt-cat-nav li:hover {
    /*background: #fff;*/
    cursor: pointer;
}

.tpt-cat-nav ul li ul {
    background: #fff;
    visibility: hidden;
  	opacity: 0;
  	min-width: 18rem;
    position: absolute;
  	transition: all 0.5s ease;
  	margin-top: .6rem;
    left: 0;
  	display: none;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

.tpt-cat-nav ul li:hover > ul,
.tpt-cat-nav ul li ul:hover {
  	visibility: visible;
  	opacity: 1;
  	display: block;
}

.tpt-cat-nav ul li li {
	font-size: 18px;
	text-align: left;

}
.tpt-cat-nav ul li li:hover {
	background: #efefef;
}

.tpt-cat-nav li li a {
	border-bottom: 0;
	color: #666;
	font-weight: 500;
}
.tpt-cat-nav ul li ul li {
    clear: both;
  	width: 100%;
	
}

.tpt-cat-nav ul li.nav-1 {
	cursor: auto;
	padding: 10px 0px 10px 40px;
	/*background: linear-gradient(0deg, #ec3d91, #ff6aa7 80%);*/
}

.tpt-cat-nav li.nav-main {
	background: url(images/tpt-cat-down-white.png) no-repeat 130px 18px;
	padding: 10px 60px 10px 10px;
	background-size: 30px;
	margin-left: -1px;
}

/* New Menu/Homepage (1-2019) */

.right-header-area {

  	background-color: #fff;
	float: right;
	padding-top: 8px;
	text-align: right;
	width: 70%;

}

/* New Homepage Hero Area */

.home-hero-mobile {
	display: none;
}

/*.home-hero-desktop {
	background: url(images/tpt-grey-home-desktop.jpg) no-repeat;
	background-size: contain;
}*/

.home-hero-desktop {
	position: relative;
}

.home-hero-desktop-inner {
	max-width: 1200px;
	margin: 0 auto;
	border: 0px solid;
	
	
}

/*.home-hero-desktop-content {
	width: 50%;
	min-height: 500px;
	padding: 5% 30px 18% 30px;
	border: 0px solid;
	left: 50%;
	position: relative;
	
}*/

.home-hero-desktop-content {
	max-width: 50%;
	padding: 0 8% 0 0;
	border: 0px solid;
	left: 52%;
	top: 30px;
	position: absolute;
	
}

.home-hero-title {
	font-size: 40px;
	line-height: 45px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.home-hero-divider {
	height: 2px;
	background: #ec3d91;
	margin: 20px 0;
}

.home-hero-text {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	
}

.home-hero-button {
	margin: 40px 0 0 0;

}

.home-hero-button a {
	background: linear-gradient(0deg, #ec3d91, #ff6aa7 80%);
	padding: 10px 40px;
	color: #fff;
	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
}

.home-hero-button a:hover {
	color: #fff;
	background: #ec3d91;

}

.wunderkeys-link a {
	background: linear-gradient(0deg, #ec3d91, #ff6aa7 80%);
	padding: 10px;
	color: #fff!important;
	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
}

.wunderkeys-link a:hover {
	color: #fff;
	background: #ec3d91;

}

.mobile-home-bar {
	display: none;
}

.tpt-single-title-area {
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
	padding: 50px 0;
}

.tpt-single-title-area h1 {
	font-size: 60px;
	line-height: 65px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

.tpt-title-last-word {
	color: #ec3d91!important;
}

.single .entry-footer {
	background: none!important;
}

.tpt-single-previous-area-title {
	text-align: center;
	padding: 30px 0 20px 0;
	border-bottom: 2px solid #ec3d91;
	margin-bottom: 40px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 34px;
	text-transform: uppercase;
}

.tpt-single-previous-area li {
	margin: 0 0 20px 18px;
	list-style-position: outside;
	color: #ec3d91;

}

.tpt-single-previous-area li a {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}

.tpt-single-previous-area li a:hover {
	color: #ec3d91;
}

.tpt-single-previous-area-button {
	text-align: center;
	margin: 50px 0 100px 0;
}

.tpt-single-previous-area-button a {
	background: linear-gradient(0deg, #ec3d91, #ff6aa7 80%);
	padding: 10px 40px;
	color: #fff;
	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
}

.tpt-single-previous-area-button a:hover {
	color: #fff;
	background: #ec3d91;
}
