@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*BODY AND MAIN STYLES */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
body {
    font-family: 'Arimo', sans-serif;
    margin: 5px 0 25px 0;
    background-image: url(../images/small-bg.jpg);
    background-color: #fed47e;
    background-position:top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    font-size: 0.875em;
    line-height: 1.4;
    color: #6e6e6b;
}
@media only screen and (min-width: 481px) {
	body {
		background-image: url(../images/medium-bg.jpg);
		font-size: 0.875em;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 767px) {
	body {
		background-image: url(../images/large-bg.jpg);
		background-color: #24c4ff;
		background-position:center;
		font-size: 1em;
		line-height: 1.5;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 88.5%;
		max-width: 1232px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
.sitename {
	font-family: 'Bellefair', serif;
	font-size: 2.75em;
	float: left;
	margin: 15px 0 10px 5px;
	line-height: 110%;
	text-transform: uppercase;
	text-shadow: -2px -2px 0px rgba(255,255,255,0.4), 2px 1px 2px rgba(0,100,200,.90);
}
@media only screen and (min-width: 335px) {
	.sitename {
		font-size: 3em;
		margin: 5px 0 0 3%;
	}
}
@media only screen and (min-width: 355px) {
	.sitename {
	    margin: 15px 0 5px 5%;
	}
}
@media only screen and (min-width: 375px) {
	.sitename {
	    font-size: 3.25em;
	}
}
@media only screen and (min-width: 425px) {
	.sitename {
	    font-size: 3.5em;
		margin: 15px 0 5px 8%;
	}
}
@media only screen and (min-width: 450px) {
	.sitename {
		margin: 15px 0 5px 10%;
	}
}
@media only screen and (min-width: 481px) {
	.sitename {
		margin: 0 0 0 10%;
	}
}
@media only screen and (min-width: 497px) {
	.sitename {
		font-size: 3.75em;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 540px) {
	.sitename {
		margin: 5px 0 0 5%;
	}
}
@media only screen and (min-width: 625px) {
	.sitename {
		margin: 25px 0 0 5%;
	}
}
@media only screen and (min-width: 720px) {
	.sitename {
		margin: 25px 0 0 2%;
	}
}
@media only screen and (min-width: 800px) {
	.sitename {
		margin: 25px 0 0 5%;
	}
}
@media only screen and (min-width: 897px) {
	.sitename {
		position: relative;
		float: left;
		letter-spacing: -1px;
		font-size: 3.65em;
		margin: 25px 3% 0 0;
	}
}
@media only screen and (min-width: 976px) {
	.sitename {
		margin: 20px 2% 0 2%;
		font-size: 3.75em;
	}
}
@media only screen and (min-width: 1040px) {
	.sitename {
		font-size: 4em;
		margin: 25px 2% 0 1%;
	}
}
@media only screen and (min-width: 1250px) {
	.sitename {
		font-size: 4.5em;
	}
}
@media only screen and (min-width: 1350px) {
	.sitename {
		font-size: 4.65em;
		margin: 25px 2% 0 2%;
	}
}
@media only screen and (min-width: 1400px) {
	.sitename {
		margin: 25px 2% 0 5%;
	}
}
.sitename a {
	text-decoration: none;
}
.sitename a, .sitename a:visited, .sitename a:hover {
	color: #fff;
}
.firstLetter {
	font-size: 125%;
}
.tagline {
	float: left;
	font-family: 'Lora', serif;
	font-size: 1.35em;
	line-height: 110%;
	padding: 0 5px 15px 5px;
	text-align: center;
	color: #fff;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,100,200,.90);
}
@media only screen and (min-width: 355px) {
	.tagline {
		padding: 0 2% 15px 2%;
	}	
}
@media only screen and (min-width: 425px) {
	.tagline {
		padding: 0 3% 15px 3%;
	}	
}
@media only screen and (min-width: 540px) {
	.tagline {
    	padding: 0 4% 15px 4%;
	}	
}
@media only screen and (min-width: 625px) {
	.tagline {
	    padding: 0 5% 25px 5%;
	}	
}
@media only screen and (min-width: 720px) {
	.tagline {
	    padding: 0 0 25px 25%;
	}	
}
@media only screen and (min-width: 800px) {
	.tagline {
		padding: 0 0 25px 25%;
	}
}
@media only screen and (min-width: 897px) {
	.tagline {
		position: relative;
		float: left;
		font-size: 1em;
		line-height: 110%;
		padding: 50px 0 0 0;
		color: #fff;
	}
}
@media only screen and (min-width: 965px) {
	.tagline {
		font-size: 1.15em;		
	}
}

@media only screen and (min-width: 1142px) {
	.tagline {
		font-size: 1.25em;
		padding: 60px 0 0 0;
	}
}
@media only screen and (min-width: 1250px) {
	.tagline {
		font-size: 1.35em;
	}
}
@media only screen and (min-width: 1350px) {
	.tagline {
		font-size: 1.5em;
		padding: 65px 0 0 0;
	}
}
.siteLogo {
	float: right;
	max-width: 60px;
	margin: 5px 10px 0 0;
}
@media only screen and (min-width: 335px) {
	.siteLogo {
    	margin: 0 10px 0 0;
	}	
}
@media only screen and (min-width: 497px) {	
	.siteLogo {
	    max-width: 85px;
    	margin: 35px 0 0 0;
	}		
}
@media only screen and (min-width: 540px) {	
	.siteLogo {
	   margin: 45px 0 0 0;
	}		
}
@media only screen and (min-width: 625px) {	
	.siteLogo {
		max-width: 110px;
		margin: 45px 5% 0 0;
	}		
}
@media only screen and (min-width: 698px) {	
	.siteLogo {
		z-index: 9999;
		position: relative;
		max-width: 125px;
    	margin: 45px 2% 0 0;
	}		
}
@media only screen and (min-width: 720px) {	
	.siteLogo {
		max-width: 85px;
		margin: 15px 0 0 2%;
	}		
}
@media only screen and (min-width: 897px) {
	.siteLogo {
		float: right;
		max-width: 75px;
    	margin: 25px 0 0 0;
	}	
}
@media only screen and (min-width: 1040px) {
	.siteLogo {
		max-width: 125px;
		margin: 20px 10px 0 0;
	}		
}
@media only screen and (min-width: 1101px) {
	.siteLogo {
		max-width: 150px;
		margin: 0 20px 0 0;
	}		
}
@media only screen and (min-width: 1142px) {
	.siteLogo {
		max-width: 155px;
		margin: 40px 20px 0 0;
	}	
}@media only screen and (min-width: 1250px) {
	.siteLogo {
		max-width: 165px;
	}	
}
@media only screen and (min-width: 1350px) {
	.siteLogo {
		max-width: none;
		margin: 40px 2% 0 0;
	}	
}
/*MOBILE MENU */
.js #menu, #menu { /*don't display the menu that builds the mobile menu ever */
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
	font-family: 'Arima Madurai', cursive;
	text-transform: uppercase;
	font-weight: 600;
	background: #7ef5f8;
    padding: 5px;
    border-radius: 0 12px 5px;
    margin: 5px 10px;
}
.slicknav_nav {
    clear: both;
    color: #12a6e7;
    margin: 0;
    font-size: 1em;
}
.slicknav_btn {
	background-color: #7ef5f8;
	margin: 0px 5px;
}
.slicknav_nav a:hover {
	background: #fff;
	border-radius: 0 12px 5px;
}
.slicknav_nav a, .slicknav_nav a:visited {
	color: #12a6e7;
}
.slicknav_nav .slicknav_item:hover {
	background: #fff;
}
.slicknav_nav a:hover {
    background: #fff;
    color: #12a6e7;
}
.slicknav_nav a:visited {
    color: #12a6e7;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
	color: #12a6e7;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #12a6e7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 896px) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*END OF MOBILE MENU */
/*START OF MAIN MENU */
.mainmenu {
	display:none;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		display: block;
		float: left;
	}
}
nav { 
	text-transform: uppercase;	
	font-family: 'Arima Madurai', cursive;
}
nav ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
nav ul li {
	display: inline-block;
	position: relative;
	background-color: #7ef5f8;
	margin: 15px 13px 0 0;
	border-radius: 0 12px 5px;
	font-size: 14px;
}
@media only screen and (min-width: 1350px) {
	nav ul li {
		margin: 15px 15px 0 0;
		font-size: 16px;
	}		
}
nav ul li a {
	color: #12a6e7;
	display: block;
	padding: 10px 13px 7px 13px;
	transition: 0.3s linear;
	text-decoration: none;
	letter-spacing: .85px;
}
@media only screen and (min-width: 933px) {
	nav ul li a {
		padding: 10px 15px 7px 15px;
	}	
}
nav ul li a:visited, nav ul li a:active, nav ul li a:hover  {
  color: #12a6e7;
}
nav ul li:hover { 
	background: #fff; 
	color: #12a6e7;
}
nav ul li ul {
  display: none;
  position: absolute;
  width: 275px;
}
nav ul li ul li {
  display: block;
  font-size: 14px;
}
nav ul li ul li:first-child { 
	border-top: none; 
}
nav ul li ul li a {
  background: #941747;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover { 
	background: #d93a77; 
}
/* Social Media */
.topNavSocial {
	float: left;
	padding: 10px 0;
}
@media only screen and (min-width: 720px) {
	.topNavSocial {
		padding: 30px 0 10px 0;
	}
}
@media only screen and (min-width: 897px) {
	.topNavSocial {
		padding: 25px 0 0 0;
	}
}
@media only screen and (min-width: 976px) {
	.topNavSocial {
		padding: 25px 0 0 0;
	}
}
@media only screen and (min-width: 1040px) {
	.topNavSocial {
		padding: 25px 0 0 2%;
	}
}
@media only screen and (min-width: 1350px) {
	.topNavSocial {
		padding: 25px 0 0 5%;
	}
}
.topNavSocial img {
	width: 25px;
}
.topNavSocial a {
	padding: 10px 5px;
}
@media only screen and (min-width: 325px) {
	.topNavSocial img {
	 	width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topNavSocial a  {
		padding: 4px;
	}
}
@media only screen and (min-width: 933px) {
	.topNavSocial a  {
		padding: 5px;
	}
}
/*social media*/
.facebook {
	background-image: url(/images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(/images/icon-facebook-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter {
	background-image: url(/images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter:hover {
	background-image: url(/images/icon-twitter-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest {
	background-image: url(/images/icon-pinterest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest:hover {
	background-image: url(/images/icon-pinterest-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(/images/icon-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(/images/icon-instagram-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub {
	background-image: url(/images/icon-bookbub.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub:hover {
	background-image: url(/images/icon-bookbub-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.main-content {
	float: left;
	padding: 1% 3%;
	background-color: #fff;
	border: 5px solid #7ef5f8;
	border-left: 5px solid #059ff8;
	border-right: 5px solid #059ff8;
	border-bottom-color: #fff;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		width: 89%;
		padding: 3% 5%;
	}
}
@media only screen and (min-width: 1040px) {
	.main-content {
		position: relative;
		margin-top: -35px;
		padding: 5%;
	}		
}
@media only screen and (min-width: 1350px) {
	.main-content {
		margin-top: -40px;
	}		
}
.highlight-content {
    padding: 1% 5%;
    background-color: #d8d4d4;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
.main-footer {
	clear: both;
	padding: 1% 5%;
	/*background-color: #f2dea7;*/
	background-color: #059ff8;
	font-size: 70%;
	color: #fff;
	line-height: 145%;
	border: 20px solid transparent;
	border-top: 5px solid #7ef5f8;
	border-bottom: 5px solid #fff;
}
/*END OF MAIN LAYOUT AND GENERAL STYLES */
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.clearDiv {
	clear:both;
}
/*START OF CUSTOMIZATIONS */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h1 {
	font-family: 'Yrsa', serif;
	font-size: 1.25em;
	color: #3ECABF;
}
h2 {
	font-family: 'Yrsa', serif;
	font-size: 1.25em;
	color: #1CB4D0;
}
h3 {
    font-family: 'Yrsa', serif;
    font-size: 1.2em;
    color: #f48249;
}
h4 {
	font-size: 1.2em;
	color: #3ECABF;
}
h5 {
    font-size: 1.1em;
    color : #1CB4D0;
}
h6 {
    font-size: 1.1em;
    color : #d7b273;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.2em;
	}
}
a  
{
  color : #059FF8;
}

a:visited
{
  color : #059FF8;
}

a:hover  
{
  color : #1CB4D0;
}
a.copyright {
	color: #fff;
}
a.copyright:visited {
	color: #fff;
}
a.copyright:hover {
	color:#fff;
}
.centerText {
	text-align: center;
}
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 65%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 65%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
/*EXTRAS */
/*a colored box without rounded corners */
.colorBox {
	background-color: #cccccc;
	padding: 10px;
}
/*Highlight Box with rounded corners centered */
.colorBoxRound {
    width: 90%;
	background: #FFF6EB;
	padding: 2% 7%;
	margin: 50px auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media only screen and (min-width: 625px) {
	.colorBoxRound{
		padding: 25px 15px 25px 45px;
	}
}
/*padding on images - sub for hspace, vspace or both */
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/* BUTTONS */
.redBtn {
    padding: 5px 15px;
    background:#BF3C44;
    border: none;
     -moz-border-radius: 8px;
    border-radius: 8px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin: 10px 5px 10px 0;
	color: #fff;
}
.redBtn:hover {
	background:#FF504D;
}
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
}
.linkButton:hover  {
	background: #25C4FE;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #0F9DE6;
}
.joinBox {
	margin: 0;
	background: #F2EAE0;
	width: 95%;
	padding: 1% 2.5%;
	color: #3E1737;
	font-size: 1.15em;
}
@media only screen and (min-width: 897px) {
	.joinBox {
		margin: 0;
		background: #F2EAE0;
		width: 95%;
		padding: 1% 2.5%;
		color: #3E1737;
		font-size: 1.15em;
}	
}
.joinBox input[type="submit"] {
    background: #3E4728;
     padding: 3px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
	font-weight: normal;
}
.joinBox input[type="text"] {
    background: #fff;
    margin: 10px;
	border: 1px solid #ccc;
    color: #4C4C4C;
    padding: 5px 10px;
    font-size: 75%;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 55%;
}
@media only screen and (min-width: 897px) {
	.joinBox input[type="text"] {
		max-width: 35%;
		margin: 0 10px 0 0;
	}
}
/*Home Page*/
h1.home {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #438AD9;
	margin-bottom: 25px;
}
@media only screen and (min-width: 497px) {
	h1.home {
		font-size: 2em;
		margin-bottom: 25px;
	}		
}
.newsBox {
	margin: 30px 0;
	background: #FFF6EB;
	padding: 2% 7%;
	font-size: .875em;
}
.newsBox h3 {
	text-align: center;
	font-size: 1.5em;
    text-transform: uppercase;
}
.newsdate {
	font-family: 'Yrsa', serif;
	color: #f48249;
	font-weight: bold;
	font-size: 1.25em;
}
.tweetBox {
	width: 90%;
	margin: 25px auto;
	border: 3px solid #3ECABF;
	padding: 20px;	
}
#dropbox {
	margin-top: 25px;
}
.dropcontent {
	display:none;
	margin-top: -10px;
}
#dropcontentsubject {
	display: none;
}
.quote {
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 15px;
}
@media only screen and (min-width: 897px) {
	.quote {
		font-size: 1.65em;
		margin-bottom: 10px;
	}
}
.reviewer {
	color: #4B95F6;
	text-align: center;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.25;
}
p.reviewer::before {
    content: "~ ";
}
hr.news {
    height: .3em;
    border: 1px solid #f5e6d3;
    background: #f5e6d3;
    margin: 3em 0;
}
hr.home {
    height: .3em;
    border: 1px solid #fff6eb;
    background:  #fff6eb;
    margin: 3em 0;
}
hr.white {
    height: .3em;
    border: 1px solid #fff;
    background:  #fff;
    margin: 3em 0;
}
/*Book Pages*/
#reviews .quote {
	font-size: 1em;
}
@media only screen and (min-width: 897px) {
	#reviews .quote {
		font-size: 1.25em;
	}
}
#reviews .reviewer {
	font-size: 1em;
	line-height: 1;
}
.bookCover {
    float: none;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
}
.bookHighlight {
	width: 95%;
	max-width: 350px;
}
.booksPage {
	margin: 0 auto;
	width: 90%;
}
.seriesPage {
	margin: 15px auto;
	width: 200px;
}
@media only screen and (min-width: 897px) {
	.seriesPage {
		margin: 0px 15px 20px 15px;
		width: 140px;
	}	
}
@media only screen and (min-width: 941px) {
	.booksPage {
		margin: 0 0 25px 0;
		max-width: 400px;
	}	
}
.buyBox {
	margin: 35px 0 20px 0;
	background: #FFF6EB;
	padding: 10px;
}
@media only screen and (min-width: 897px) {
	.buyBox {
		margin: 50px 0 20px 0;
	}		
}
.buyBox img {
	padding: 5px 10px;
}
.col1thirdBookright {
	float: none;
	width: 98%;
	padding: 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdBookright {
		float: right;
		width: 25%;
		padding: 3%;
		font-size: .875em
	}
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: #FDF3EA;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px;
	font-size: 1em;
    background: #EBDECD;
    margin: 0 5px;
    border-radius: 5px;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #666;
	text-shadow: none;
	background-color: #FDF3EA;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #FDF3EA;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 5px 15px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #FDF3EA;
	font-weight: bold;
	text-decoration: none;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #FDF3EA;
	color: #aaa;
	text-shadow: none;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
h1.summary {
	margin: 0;
}
/*Bio Styles */
.bioPic {
    max-width: 200px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto 20px auto;
}
@media only screen and (min-width: 342px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1042px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1200px) {
	.bioPic {	
		max-width: 250px;
	}
}
/*Flora Contact Form */
.contactThird {
	background: #fff6eb;    	
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	margin: 10px 0;
}	
@media only screen and (min-width: 897px) {
	.contactThird {
		text-align: left;
		width: 20%;
		padding: 2% 5%;
	}	
}
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#7EF5F8; 
}
.floraforms .field-label em{ 
	color:#7EF5F8;
}
/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select > select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint{
	border-color: #059ff8;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select{
	border: 2px solid #7EF5F8;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #059ff8;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #1FD0C2; }
.floraforms .btn-themed:active{ background-color: #1FD0C2; }


.floraforms .alert-info { color:#FF504D; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #1FD0C2; }
.floraforms .alert-warning { color: #fff; background-color: #FF504D; }
.floraforms .alert-error { color:#FF504D; background-color: #fff; }

/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #1FD0C2; color: #2D2C2C; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #C34247; }
.floraforms .flo-select > select:focus + .arrow{ color:#C34247; }

/* @validation - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select > select,
.floraforms .state-error.flo-selectmulti > select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(255, 231, 192, 0.35);
	border-color:#C34247;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode{
	background: #fff;
    border-color: #7EF5F8;
}
.floraforms .refresh-captcha i{ 
	color: #7EF5F8; 
}
/*end of floraforms*/
/*bottom mail bar */
.showMobile {
	display: block;
	float: none; 
}
.showDesktop {
	display: none;
}
.boxfloat {
	text-align:center; 
	width:80%; 
	padding: 10px 20px;
    margin: 15px auto;
    background: #25C4FE;
}
@media only screen and (min-width: 670px) {
	.boxfloat {
		width:75%; 
	}		
}
@media only screen and (min-width: 1067px) {
	.boxfloat {
		width:65%; 
	}
}
@media only screen and (min-width: 1155px) {
	.boxfloat {
		width:60%; 
	}
}
@media only screen and (min-width: 1380px) {
	.boxfloat {
		width:50%; 
	}
}
.hidemailBar {
	display: none;
}

@media only screen and (min-width: 930px) {
	.showMobile {
		display: none;
	}
	.showDesktop {
		display: block;
	}
}
.signupText {
	float: none; 
	padding: 5px;
	text-align: center;
	font-size: 1.5em;
}
.signupBtn {    
    padding: 5px 2% 0 2%;
}
.signupClose {
	float: left;  
	padding: 5px;
}
@media only screen and (min-width: 716px) {
	.signupText {
		float: left; 
		padding: 5px;
	}
	.signupBtn {
		float: left; 
		padding: 0 0 0 25px;
	}
}
@media only screen and (min-width: 897px) {
	.signupText {
		font-size: 1.65em;
		padding: 8px 5px;
	}	
}
@media only screen and (min-width: 1040px) {
	.signupText {
		font-size: 2em;
		padding: 10px 5px 5px;
	}	
}
button {
	cursor: pointer;
}
/*end of bottom mail bar */
hr.contact {
    height: .5em;
    border: 1px solid #f5e6d3;
    background: #f5e6d3;
    margin: 2em 0;
}
/*Mailerlite*/
    #mlb2-7410080,
    #mlb2-7410080 *,
    #mlb2-7410080 a:hover,
    #mlb2-7410080 a:visited,
    #mlb2-7410080 a:focus,
    #mlb2-7410080 a:active {
        overflow: visible;
        position: static;
        background: none;
        border: none;
        bottom: auto;
        clear: none;
        cursor: default;
        float: none;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        max-height: none;
        max-width: none;
        left: auto;
        min-height: 0;
        min-width: 0;
        right: auto;
        top: auto;
        width: auto;
        z-index: auto;
        text-shadow: none;
        box-shadow: none;
        outline: medium none;
    }
    
    #mlb2-7410080 a:hover {
        cursor: pointer !important;
    }
    
    #mlb2-7410080 h4 {
        font-weight: normal;
    }
    
    #mlb2-7410080 .subscribe-form {
        padding: 20px;
        border: 0px solid #F6F6F6 !important;
        background: #ffffff none !important;
        border-radius: 0px !important;
        box-sizing: border-box !important;
    }
    
    #mlb2-7410080 .ml-block-form {
        margin-bottom: 0px;
    }
    
    #mlb2-7410080 .subscribe-form .form-section {
        margin-bottom: 20px;
        width: 100%;
    }
    
    #mlb2-7410080 .subscribe-form .form-section.mb10 {
        margin-bottom: 10px;
        float: left;
    }
    
    #mlb2-7410080 .subscribe-form .form-section.mb0 {
        margin-bottom: 0px;
    }
    
    #mlb2-7410080 .subscribe-form .form-section .form-group {
        margin-bottom: 15px;
    }
    
    #mlb2-7410080 .subscribe-form .form-section .form-group label {
        float: left;
        margin-bottom: 10px;
        width: 100%;
        line-height: 100%;
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
    }
      
    #mlb2-7410080 .subscribe-form .form-section .checkbox label {
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
    }
     
    #mlb2-7410080.ml-subscribe-form .form-group .form-control {
        width: 90%;
        font-size: 13px;
        padding: 10px 10px;
        height: auto;
        font-family: Arial;
        border-radius: 0px;
        border: 1px solid #cccccc !important;
        color: #000000 !important;
        background-color: #FFFFFF !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: left;
    }
  	@media only screen and (min-width: 897px) {
		#mlb2-7410080.ml-subscribe-form .form-group .form-control {
			width: 75% !important;
		}
	}
	@media only screen and (min-width: 1040px) {
		#mlb2-7410080.ml-subscribe-form .form-group .form-control {
			width: 50% !important;
		}
	}  
    #mlb2-7410080.ml-subscribe-form button {
        border: none !important;
        cursor: pointer !important;
        width: 75% !important;
        border-radius: 0px !important;
        height: 40px !important;
        background-color: #059FF8 !important;
        color: #FFFFFF !important;
        font-size: 16px !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative!important;
    }
	@media only screen and (min-width: 897px) {
		#mlb2-7410080.ml-subscribe-form button {
			width: 50% !important;
		}
	}
	@media only screen and (min-width: 1040px) {
		#mlb2-7410080.ml-subscribe-form button {
			width: 25% !important;
		}
	}
    #mlb2-7410080.ml-subscribe-form button.gradient-on {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    
    #mlb2-7410080.ml-subscribe-form button.gradient-on:hover {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    }
    
    #mlb2-7410080.ml-subscribe-form button[disabled] {
        cursor: not-allowed!important;
    }
    
    #mlb2-7410080.ml-subscribe-form .form-section.ml-error label {
        color: red!important;
    }
    
    #mlb2-7410080.ml-subscribe-form .form-group.ml-error label {
        color: red!important;
    }
    
    #mlb2-7410080.ml-subscribe-form .form-group.ml-error .form-control {
        border-color: red!important;
    }
    
    @media (max-width: 768px) {
        #mlb2-7410080 {
            width: 100% !important;
        }
        #mlb2-7410080 form.ml-block-form,
        #mlb2-7410080.ml-subscribe-form .subscribe-form {
            width: 100% !important;
        }
    }