/*
Theme Name: LInda Hope Lee
Description: Custom WordPress theme for Lind Hope Lee
Author: Writerspace
Version: 1.0
*/
/* -------------css reset----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline; 
}
img{
	vertical-align:top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	border-left:10px #333333 solid;
	padding:10px 0 10px 15px;
	margin:0 0 20px 0;
	font-style:italic;
}
blockquote p {
	padding:0;
	margin:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th{
	vertical-align:top;
}
/*
	Global styles
*/
html {	
	background:#faf2cb;
	height:100%;
	width:100%;
	font-size:100%;
}
body{
	background:#faf2cb;
	font-size:1em;
	color:#000;
	line-height:1.5em;
height:100%;
min-width:300px;
font-family:arial, helvetica, sans-serif;
}

/*---------------------------
 type styles ---------------------------*/
h1, h2, h3, h4 ,h5, h6{
	margin:0;
	padding: 0 0 25px 0;
	color:#333333;
	line-height:normal;
}
h1{
	font-size:1.8em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.3em;
}
h4{
	font-size:1.2em;
}
h5{
	font-size:1.2em;
}
h6{
	font-size:1.2em;
}

p{
	padding:0 0 20px 0;
}
a {
	text-decoration:none;
	color:#560505;
}
a:hover{
	text-decoration:underline;
	color:#330000;
}
.no-link > a{
	cursor:default;
}
b,strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
/* list styles
-------------------------------------*/
ul{
	list-style:disc;
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
ol{
	list-style:decimal;
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
ol li,ul li{
	padding: 0 0 20px 0;
}
ul.no-list,ol.no-list,ul.no-list > li, ol.no-list > li{
	margin:0;
	padding:0;
	list-style:none;
}

/* form fields
-------------------------------------*/
input[type=text], input[type=url], input[type=email],input[type=tel],input[type=number], input[type=password], textarea,select {
	padding: 10px 2px;
	border:1px solid #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width:99%;
}
input[type="submit"]{
	background: #560505;
	border:none;
	padding:5px 15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	cursor:pointer;
}
input[type="submit"]:hover{
background: #0568a7; /* Old browsers */
background: -moz-linear-gradient(top,  #012136 0%, #024672 25%, #0487ce 50%, #024672 75%, #012136 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #012136 0%,#024672 25%,#0487ce 50%,#024672 75%,#012136 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #012136 0%,#024672 25%,#0487ce 50%,#024672 75%,#012136 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012136', endColorstr='#012136',GradientType=0 ); /* IE6-9 */

}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password],textarea,select {
outline-style: none;
font-size: 16px;
font-family: inherit;
padding: 10px 2px !important;
letter-spacing: normal;
	border:1px solid #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.gform_wrapper select {
outline-style: none;
font-size: 16px;
font-family: inherit;
padding: 10px 2px;
letter-spacing: normal;
	border:1px solid #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.gform_wrapper textarea {
outline-style: none;
font-size: 16px;
font-family: inherit;

letter-spacing: normal;
	border:1px solid #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,.error {
background-color: #FFDFE0;
margin-bottom: 6px !important;
padding: 6px 6px 4px 6px !important;
border-top: none;
border-bottom: none;
}
.gform_wrapper .gform_footer {
padding: 15px 0 0 0 !important;
margin: 0 !important;
}
.gform_wrapper span.ginput_product_price {
  color: #369a68;
  font-size:1.5em;
}
/*---------------------------
 image styles---------------------------*/
 
img{
	max-width:100%;
}

.alignleft{
	float:left;
	margin:5px 15px 10px 0;
}
.alignright{
	float:right;
	margin:10px 0 15px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*---------------------------
 clear fix---------------------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*---------------------------
row / same as clearfix---------------------------*/
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.row:after {
    clear: both;
}

/*---------------------------
 structure ---------------------------*/
 
.container{
	position:relative;
	margin: 0 auto ; /* the bottom margin is the negative value of the footer's height */
	background:transparent;
}
.main{
	padding:0;
}

.wrap{
	margin:0 auto;
	position:relative;
	width:1050px;
}
.main-content{
	padding:25px;
}
/*sidebar*/
.main .left-col{
	float:left;
	width:65%;
	position:relative;
}
.main .right-col{
	float:right;
	width:30%;
	position:relative;
}

#sidebar-contest img{
	width:75px;
	height:auto;
}

#sidebar-social h3,#sidebar-social ul{
	float:left;
	line-height:50px;
}
#sidebar-social ul{
	text-align:left !important;
	margin:0 0 0 10px;
	padding:0;
}

#sidebar-social ul li{
	padding:0;
	margin:0;
}

#sidebar-social ul li img{
	width:45px !important;
	height:45px !important;
}
/*---------------------------
 header ---------------------------*/
.header{
	position:relative;
	z-index:99999;
}

.home .header{
	position:relative;
	z-index:99999;
}

.header .logo{
	background:#fff;
}

.header .logo img{
	max-width:100%;
	height:auto;
}
.header-social{
	position:absolute;
	bottom:50px;
	right:25%;
}
/*---------------------------
footer------------------------------*/
.footer{
	position:relative;
	text-align:center;
}

.footer-title{
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0 5px;
	font-weight:700;
}
 .footer li.left-col input{
 	max-width:200px;
}
p.copyright{
	padding:0 0 5px 0;
}
 .footer li.left-col form p{
 	padding:0 0 10px 0;
}
.footer li.left-col input::placeholder{
 	color:#999999;
}
/*2 column*/
.two-column,.three-column,.four-column{
	list-style:none;
}

.two-column li,.three-column li,.four-column li{
	padding:0;
	margin:0;
}
.two-column .left-col{
	float:left;
	width:48%;
}
.two-column .right-col{
	float:right;
	width:48%;
}

/*3 column*/
.three-column li{
	float:left;
	width:31.33%;
	margin:0 1% !important;
}

/*4 column*/
.four-column .col1,.four-column .col2,.four-column .col3,.four-column .col4{
	float:left;
	width:25%;
}
.col4inner{
	padding:0 15px 0 0;
}

.box{
	padding:1%;
	background:#fff;
	border:solid 1px #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f9+0,e5e5e5+100 */
background: #f2f5f9; /* Old browsers */
background: -moz-linear-gradient(top, #f2f5f9 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f5f9 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f5f9 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.box-inner{
	background:#fff;
	border:solid 1px #cccccc;
	padding:15px;
	
}

/* navigation
-------------------------------------*/
.main-menu{
	height:40px;
	background:#560505;
}
.menu-toggle{
	display:none;
}
.main-navigation {
	margin-top: 0px;
	text-align:center;
}

.main-navigation .nav-menu > ul {
	border-bottom: none;
	border-top: none;
	display: inline-block;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
	list-style:none;
	padding:0;
	text-align:center;
}
	
.main-navigation li {
display:inline-block;
	margin: 0;
	position: relative;
	font-size:100%;
	padding:0 8px;
	color:#fff;
}

.main-navigation li i{
	display:none;
}
.main-navigation li li{
	float:none;
	margin: 0;
	position: relative;
	padding:0;
}

/*
.main-navigation li.two-column li{
	float:left;
	margin:0 10px;
}

.main-navigation li.two-column ul.sub-menu{
	width:440px;
	background:#333333;
}

*/
.main-navigation li a {
	border-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	line-height:40px;
	font-size:15px;
}
.main-navigation li a:hover {
	color: #cccccc;
	text-decoration:none;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left:0;
	z-index: 1;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #333333;
	border-bottom: 1px dotted #666666;
	display: block;
	line-height: normal;
	padding: 5px 10px;
	width: 250px;
	white-space: normal;
	font-size:14px;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #fff;
	font-weight: normal;
}
/* blog
-------------------------------------*/
h1.entry-title{
	padding:0 0 10px;
	margin:0 0 10px 0;
	border-bottom:1px solid #eeeeee;
}
h1.entry-title a{
	text-decoration:none;
}
.on-by{
	padding:0 0 15px;
	line-height:25px;
	height:25px;
	font-size:14px;
}
.on-by span{
	font-weight:700;
}
.widget{
	margin:0 0 25px 0;
}
.blog article{
	margin:25px
}
h3.widget-title{
	padding:0 0 10px;
}
.comments-area{
	background:#eeeeee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding:25px;
}
.commentmetadata{
	padding:0 0 10px;
}
.comment-respond{
	background:#fbfbfb;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.social-icons{
	float:right;
	width:150px;
}
.social-icons .ssba div{
	text-align:right !important;
}
.social-icons .ssba div img{
	padding:0 0 0 5px;
}
.ssba div img{
	padding:0 5px 0 0;
}
.excerpt-img{
	float:left;
	width:160px;
	padding:0 10px 10px 0;
}
.single .excerpt-img{
	float:left;
	width:260px;
	padding:0 20px 10px 0;
}

.excerpt-img img{
	width:100%;
	height:auto;
}
.post-img img{
	width:100%;
	height:auto;
	max-width:624px;
	margin:0 0 25px 0;
}
/* book-list
----------------------------------------*/
.book-content{
	float:left;
	height:390px;
	width:200px;
	margin:0 30px 0 0;
}

.book-image img,.book-image{
	height:300px;
	width:200px;
}
.book-image img{
	border:1px solid #cccccc;
}

.book-image p{
	height:168px;
	width:198px;
	border:1px solid #eeeeee;
	padding:130px 0 0 0;
	text-align:center;
}
p.book-title{
	padding:10px 0 0 0;
	font-size:14px;
	line-height:1.2em;
	text-align:center;
}


h2.book-list{
	padding:0 0 15px 0;
	line-height:1em;
}

h2.book-list-print{
	padding:50px 0 0 0;
	line-height:1em;
}
h2.book-list a{
	font-style:normal;
}
.book-list-desc{
	padding:0 0 15px 0;
}
ul.book-list-thumbs{
	margin:0 0 25px;
	padding:0;
	list-style:none;
}

ul.book-list-thumbs li{
	float:left;
	margin:0 10px 10px 0;
	text-align:center;
	font-size:12px;
}

ul.book-list-thumbs.standalone li{
	height:270px;
}

ul.book-list-thumbs li img{
	width:150px;
	height:243px;
	padding:0 0 5px 0;
}
ul.book-list-thumbs li p{
	padding:0;
}
/* book single
----------------------------------------*/
.book-info{
	float:left;
	padding:0 25px 5px 0;
	text-align:center;
	font-size:12px;
	font-weight:700;
	line-height:1.3em;
}
.book-info img.wp-post-image{
	width:300px;
	height:auto;
}
ul.book-tabs{
	list-style:none;
	padding:0;
	margin:0 0 25px 0;
	text-align:left;
	border-bottom:2px solid #cccccc;
	overflow:hidden;
}

ul.book-tabs li{
	display:inline-block;
	padding:0;
	margin:0;
}

ul.book-tabs li a{
	display:block;
	padding:10px;
	color:#560505;
	background:#eeeeee;
	text-decoration:none;
	font-size:14px;
}

ul.book-tabs li a.active{
	padding:10px;
	color:#eeeeee;
	background:#560505;
}

ul.book-tabs li a:hover{
	padding:10px;
	color:#eeeeee;
	background:#941212;
}

.book-tab-content{
	display:none;
}

.book-tab-content.active{
	display:block;
}

#other-books img {
	height:100px;
	width:60px;
}

#other-books li {
	float:left;
	font-size:12px;
	text-align:center;
	padding:5px;
}

#other-books li p{
	padding:0;
}

.book-social-icons{
	max-width:300px;
	margin:0 auto;
}

.book-social-icons img{
	padding:0 0 10px;
}
/* printable books
----------------------------------------*/

.printable-book-list{
	width:100%;
}

.printable-book-list td.print-book-row{
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	padding:5px;
}


.print-book-check{
	padding:10px;
	border:solid 1px #333 !important;
	width:1px;
}

#pf-body table table{
    margin:0;
}

#pf-body td {
    vertical-align: middle !important;
}
/* pages

home page
-------------------------------------*/
.hero{
	position:relative;
	background:#fff;
	padding:0 0 50px;
}
.hero-img{
	max-width:100%;
	height:auto;
}
.hero-book-img{
	position:absolute;
	right:150px;
	bottom:-40px;
	text-align:center;
}

.hero-book-img img.hero-book{
	padding:0;
		height:425px;
	width:auto;
}

.hero-book-img img.hero-name{
	padding:0 0 25px 0;
width:400px;
height:auto;
}
.home-social{
	position:absolute;
	right:35px;
	top:15px;
}
.home-book-date{
	font-size:21px;
	font-weight:700;
	text-align:center;
}

.home-book-content{
	text-align:center;
	display:flex;
	justify-content:center;
}

.mystery-quartet{
	padding:0 0 0 40px;
}

.home-new-books{
	display:flex;
	justify-content:center;
}

.home-new-books > div{
	text-align:center;
	padding:25px;
}

.home-new-books > div img.wp-post-image{
	height:350px;
	width:auto;
}

.home-new-books > div p.home-book-date{
	padding:0 0 5px;
}
.home-new-books > div a{
	text-align:center;
	font-style:italic;
}

.home-new-books > div p.read-more {
	text-align:center;
	padding:0;
	margin:0;
}

.home-news{
	margin:50px 0;
	position:relative;
}

.home-news .two-column .left-col,.home-news .two-column .right-col{
	width:47%;
	padding:1%;
	background:#fff;
	border:solid 1px #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f9+0,e5e5e5+100 */
background: #f2f5f9; /* Old browsers */
background: -moz-linear-gradient(top, #f2f5f9 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f5f9 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f5f9 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.home-news .left-col .inner,.home-news .right-col .inner{
	background:#fff;
	border:solid 1px #cccccc;
	padding:15px;
	
}

.home-news .right-col ul.events-table{
	margin:0;
}

/* videos and podcats
----------------------------------------*/
.mejs-container{
	max-width:400px;
}
/* calendar
----------------------------------------*/
.cal-mobile{
	display:none;
}
.fullcalendar{
	width:100%;
}
.days-names td{
	width:14%;
	background:#c0bed6 !important;
	color:#fff;
	padding:10px 0;
	border:solid 1px #c0bed6 !important;
	height:auto !important;
}

table.fullcalendar td {
    text-align: left;
    border: 1px solid #fff;
    background:#f5f5fd;
    height:150px;
}
table.fullcalendar thead td {
    text-align: center;
    border: 1px solid #333366;
    background:#333366;
    color:#fff;
    padding:15px 0px;
    height:auto;
}
table.fullcalendar thead td a{
    color:#fff;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #A61715;
}
td.eventful ul{
	list-style:none;
	padding:0;
	margin:0;
}
td.eventful ul li{
	padding:0 0 10px;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #e4e4fb;
}
.events-table{
	padding:0;
	margin:0 0 30px;
	list-style:none;
}
.events-table h3{
	padding:0;
	margin:0;
}

.events-table li{
	padding:10px;
	margin:0;
	border-bottom:solid 1px #dddddd;
	background: #efefef;
}

.events-table li:nth-child(2n+0) {
    background: #fff;
}

/* photos
----------------------------------------*/
.pf-content{
	padding:0 0 50px 0 !important;
}
.slideshow-window{
	background-color: #efefef !important;
	border: 0 !important;
	overflow:visible !important;
}
.slideshow-slide-caption {
    background:#000;
    background:rgb(0,0,0);
    background:rgba(0,0,0,.8);
    bottom:0 !important;
    height:auto !important;
}
.slideshow-controls{
	bottom:-50px !important;
}

/* gallery
----------------------------------------*/
.gallery .gallery-item{
	padding-bottom:30px;
}


/* 404 page
----------------------------------------*/
.error404 form{
	max-width:600px;
}
.error404 form .search-field{
	width:91%;
}
.error404 form .search-img{
	padding:5px;
	float:right;
}

/*heartsong-books
----------------------------------------*/

.heartsong-books {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.heartsong-books  .book-content {
    float: none;
    
    margin: 0 15px;
}
/*---------------------------
responsive styles  ---------------------------*/
/*960 media query*/
@media(min-width:960px) and (max-width:1279px){
	html,body{
		min-width:960px;
	}
	.wrap{
	width:960px;
	}
	/* menu
	----------------------------------------*/
	.main-navigation li{
    padding:0 5px;
	}
	
	.main-navigation li a {
    
    font-size: 12px;
	}
	
	.hero-book-img img.hero-name {
    padding: 0 0 25px 0;
    width: 300px;
    height: auto;
	}
	.hero-book-img img.hero-book {
    padding: 0;
    height: 350px;
    width: auto;
	}
	.home-social {
    position: absolute;
    right: 35px;
    top: 10px;
	}
	.home-new-books > div img.wp-post-image {
    height: 275px;
    width: auto;
	}
	.book-info img.wp-post-image {
    width: 250px;
    height: auto;
	}
	.book-social-icons {
    max-width: 250px;
    margin: 0 auto;
}
	.book-tab-content.narrow {
    width: auto;
    float: none;
	}
}

/* mobile and tablet menu */
@media(min-width:960px){
	.main-content .narrow{
    padding: 0 100px;
}
}
	
	/* mobile and tablet menu */
@media(max-width:959px){
/*---------------------------
	 navigation ---------------------------*/
  .main-menu{
		height:auto;
		z-index:99999;
		height:40px;
		position:relative;
	}
	.menu-toggle {
	cursor: pointer;
	display: inline-block;
	 margin:8px 0 0 10px;
	padding:0;
	line-height:normal;
	color:#fff;
	width:auto;
	font-size:16px;
	font-weight:700;
	width:40px;
	}
	.menu-toggle:hover,.menu-toggle.toggled-on {
	color:#999999;
	}
	.menu-toggle span{
	width:100%;
	height:4px;
	background:#fff;
	display:block;
	position:relative;
	margin:0 0 5px 0;
	}
	.menu-toggle span.ml3{
	margin:0;
	}
	.menu-toggle:hover span,.menu-toggle.toggled-on span{
	background:#bae2fb;
	}
	.main-navigation  ul.nav-menu,.main-navigation  .nav-menu ul {
		margin:0;
		display: none;
		background:#fff;
	}
	.main-navigation  ul.nav-menu.toggled-on,.main-navigation  .nav-menu ul.toggled-on{
		margin:0;
		display: inline-block;
		background:#fff;
		width:100%;
	}
	.main-navigation li {
		display: block;
		margin: 0;
		position: relative;
		font-size: 100%;
		padding:0;
	}
	.main-navigation li a{
		display:block;
		width:auto;
		border-bottom: 1px dotted #666666;
		padding:0 10px;
		color:#fff;
		background:#333333;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		background:#560505;
	}
	
	.main-navigation li ul ul {
		top: 0;
		left: 0;
	}
	.main-navigation li ul li ul li a{
		padding-left:60px;
	}
	.main-navigation ul ul li{
		display:block;
		width:100%;
	}
	.main-navigation li ul li a {
		border-bottom: 1px dotted #cccccc;
		background:#666666;
		display: block;
		line-height: normal;
		padding: 8px 30px;
		width: auto;
		white-space: normal;
		display:block;
	}
	.main-navigation li.two-column li {
    float: none;
    margin: 0;
	}
	
	.main-navigation li.menu-item-has-children > a i.menu-plus{
		display:inline-block;
		padding:10px;
		margin:0 0 0 5px;
	}
	
	.main-navigation li.menu-item-has-children > a.show i.menu-plus{
		display:none;
	}
	.main-navigation li.menu-item-has-children > a.show i.menu-minus{
		display:inline-block;
		display:inline-block;
		padding:10px;
		margin:0 0 0 5px;
	}



	/* sub menus
	----------------------------------------*/
	.main-navigation ul.nav-menu ul {
		display:none;
		width:100%;
		position:relative;
		top:auto;
	}
	
	.main-navigation ul.nav-menu ul.show {
		display:block;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: none;
	}
	
	.main-navigation .current-menu-item > a ul,
	.main-navigation .current-menu-ancestor > a ul,
	.main-navigation .current_page_item > a ul,
	.main-navigation .current_page_ancestor > a ul{
		display:block
	}
	
	
	/*---------------------------
	columns---------------------------*/
	 .main .left-col{
		float:none;
		width:100%;
	}
	.main .right-col{
		float:none;
		width:100%;
	}
	/*2 column*/
	.two-column .left-col{
		float:none;
		width:100%;
	}
	.two-column .right-col{
		float:none;
		width:100%;
	}
	/*3 column*/
	.three-column li {
    float: none;
    width: auto;
    margin: 1% !important;
}
	/*4 column*/
	.four-column .col1,.four-column .col2,.four-column .col3,.four-column .col4{
		float:none;
		width:100%;
	}
	.col4inner{
		padding:0 15px 0 0;
	}
	
	/* books
	----------------------------------------*/
	.book-tab-content.narrow {
    width: auto;
    float: none;
	}
	
	.main-navigation li.two-column ul.sub-menu {
    width: 100%;
	}
	
	.home-book-content{
		text-align:center;
		display:block;
	}

	.mystery-quartet{
		padding:40px 0 0 0;
	}
}
/*tablet media query*/
@media(min-width:768px) and (max-width:959px){
	html,body{
		min-width:750px;
	}
	.wrap{
	width:750px;
	}
	
	/*---------------------------
	 clear fix---------------------------*/
	.colcl4:before,
	.colcl4:after {
	   content: " "; /* 1 */
	   display: table; /* 2 */
	}
	.colcl4:after {
		clear: both;
	}
	.colcl4{
		display: inline-block;
	  width: 100%;
	}
	.hero-book-img {
    position: absolute;
    right: 100px;
    bottom: -40px;
    text-align: center;
	}
	.hero-book-img img.hero-name {
    padding: 0 0 25px 0;
    width: 220px;
    height: auto;
	}
	.hero-book-img img.hero-book {
    padding: 0;
    height: 290px;
    width: auto;
	}
	.home-social {
    position: absolute;
    right: 10px;
    top: 3px;
	}
	.home-new-books > div img.wp-post-image {
    height: 250px;
    width: auto;
	}
}

/*-- mobile styles--*/
@media(max-width:767px){
	html, body{
		background:#fff;
	}
	.container{
		overflow:visible;
		margin: 0 auto;
		min-height:1px;
	}
	
	.footer{
		height:auto;
	}
	.wrap{
	width:95%;
	}
	.header .wrap{
	width:100%;
	}
	.footer li.left-col input {
    margin:0 0 10px;
	}
	
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.main-content {
    padding: 25px 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
   line-height:normal;
	}

	/* home page
	----------------------------------------*/
	.hero-book-img {
    position: relative;
    right: auto;
    bottom: auto;
	}
	.hero-book-img img.hero-name {
    padding: 25px 0;
    width: 90%;
    height: auto;
	}
	
	.home-news .two-column .left-col, .home-news .two-column .right-col {
    width: auto;
    height:auto !important;
    margin:10px 0;
	}
	
	.home-news .left-col .inner, .home-news .right-col .inner {
       height:auto !important;
	}
	
	.events-table li {
   font-size:13px;
}

.home-new-books{
	display:block;
}
	
	/* books
	----------------------------------------*/
	.book-content {
    float: left;
      height: 270px;
    width: 140px;
    margin: 0 5px;
}

	.book-image {
      height: 210px;
    width: 140px;
	}
	
	.book-image img{
	
    height: 210px;
    width: 140px;
   
	}
	
	.book-info {
    float: none;
    padding: 0 ;
   }
   ul.book-tabs li {
    display: block;
    padding: 0;
    margin: 0;
	}
	.book-social-icons img {
    padding: 0 5px 10px;
    width:45px;
    height:45px;
	}
	ul.book-list-thumbs li img {
    width: 140px;
    height: 227px;
    padding: 0 0 5px 0;
	}
}
@media print {
	*{
  	color: #000 !important;
    background:transparent none !important;
   }
  .header,.footer,.right-col,.grunge{
   	display:none;
  }
}