@charset "utf-8";
/* 1. Main Structure */
.showMobile {
	display: block;
}
@media only screen and (min-width: 897px) {
	.showMobile {
		display: none;
	}	
}
body {
    font-family: 'Arimo', sans-serif;
	margin-top: 0;
	background-color: #fff;
    font-size: 1em;
    line-height: 1.5;
    color: #635f5f;
}
/*1.1 Main Grid */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 90%;
		max-width: 1272px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/*1.2 Top Bar on website */
.topBar {
	background: #635F5F;
	display: block;
	padding: 10px 5px;
	color: #fff;
	font-weight: 400;
}
@media only screen and (min-width: 625px) {
	.topBar {
		padding: 10px;
	}
}
/*1.2.1 mailing list sign up */
.mailBox {
	float: none;
	font-size: .9em;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 310px) {
	.mailBox {
		font-size: 1em;
	}		
}
@media only screen and (min-width: 897px) {
	.mailBox {
		float: left;
		font-size: .9em;
		width: 66%;
		text-align: left;
	}	
}
@media only screen and (min-width: 1426px) {
	.mailBox {
		float: left;
		width: 60%;
		font-size: 1.15em;		
	}	
}
.mailBox input[type="submit"] {
	margin: 10px 0 15px 0;
    background: #81a7ea;
    padding: 5px 8px;
    border: none;
    color: #fff;
	font-weight: normal;
	cursor: pointer;
}
.mailBox input[type="submit"]:hover {
    background: #f85865;
}
.mailBox input[type="text"] {
    background: #fff;
    width: 90%;
    margin: 5px;
	border: none;
    padding: 5px 10px;
    font-size: 85%;
}
@media only screen and (min-width: 769px) {
	.mailBox input[type="text"] {
		width: 40%;
		margin: 5px 0 5px 10px;
	}
	.mailBox input[type="submit"] {
		margin: 5px;
		}	
}
@media only screen and (min-width: 897px) {
	.mailBox input[type="text"] {
		width: 30%;
		margin: 0 0 0 10px;
	}
}
@media only screen and (min-width: 1426px) {
	.mailBox input[type="text"] {
		width: 40%;
		margin: 0px 10px;
	}
}
/*1.2.2 social media icons */
.topSocial {
	float: none;
	text-align: center;
	padding: 5px 10px;
}
@media only screen and (min-width: 897px) {
	.topSocial {
		padding: 0 5px;
		float: right;
		text-align: left;
	}
}
@media only screen and (min-width: 1426px) {
	.topSocial {
		
	}	
}
.topSocial img {
  width: 19px;
}
.topSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 325px) {
	.topSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topSocial a  {
	padding: 5px;
	}
}
/* social media icons */
.facebook {
	background-image: url(../png/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(../png/icon-facebook-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter {
	background-image: url(../png/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter:hover {
	background-image: url(../png/icon-twitter-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest {
	background-image: url(../png/icon-pinterest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest:hover {
	background-image: url(../png/icon-pinterest-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist {
	background-image: url(../png/icon-maillist.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist:hover {
	background-image: url(../png/icon-maillist-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(../png/icon-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(../png/icon-instagram-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub {
	background-image: url(../png/icon-bookbub.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub:hover {
	background-image: url(../png/icon-bookbub-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads {
	background-image: url(../png/icon-goodreads.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads:hover {
	background-image: url(../png/icon-goodreads-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon {
	background-image: url(../png/icon-amazon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon:hover {
	background-image: url(../png/icon-amazon-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok {
	background-image: url(../png/icon-tiktok.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok:hover {
	background-image: url(../png/icon-tiktok-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* 1.3 Headers */ 
header {
	display: block;
	background: #fdfbfa;
	padding: 25px 0 10px 0;
}
/* 1.3.1 Header Columns */ 
.headerLeft {
	float: none;
	width: 99%;
}
@media only screen and (min-width: 697px) {
	.headerLeft {
		float: left;
		width: 70%;
	}	
}
@media only screen and (min-width: 897px) {
	.headerLeft {
		float: left;
		width: 40%;
	}	
}
@media only screen and (min-width: 1300px) {
	.headerLeft {
		float: left;
		width: 50%;
	}	
}
.headerRight {
	float: none;
	width: 99%;
	text-align: center;
}
@media only screen and (min-width: 697px) {
	.headerRight {
		float: right;
		width: 30%;
		text-align: right;
	}
}
@media only screen and (min-width: 897px) {
	.headerRight {
		float: right;
		width: 60%;
		text-align: right;
	}
}
@media only screen and (min-width: 1300px) {
	.headerRight {
		float: right;
		width: 50%;
		text-align: right;
	}
}
/* 1.3.2 Header Elements */ 
header h1 {
	margin: 0;
}
.mainLogo {
	float: left;
    margin: 20px 0;
	max-width: 99%;
}
@media only screen and (min-width: 1240px) {
	.mainLogo {
		float: left;
		clear: left;
		margin: 20px 0;
		max-width: 400px;
	}	
}
@media only screen and (min-width: 1426px) {
	.mainLogo {
		float: left;
		clear: left;
		margin: 20px 0;
		max-width: 600px;
	}	
}
.subheading {
	float: left;
    margin: 0;
}
.tagline {
	max-width: 50%;
}
@media only screen and (min-width: 697px) {
	.tagline {
		max-width: 70%;
	}	
}
@media only screen and (min-width: 897px) {
	.tagline {
		max-width: 30%;
	}	
}
@media only screen and (min-width: 1040px) {
	.tagline {
		float: right;
		max-width: 40%;
		margin: 5px 5px 15px 0;
	}	
}
@media only screen and (min-width: 1200px) {
	.tagline {
		float: right;
		max-width: 35%;
		margin: 5px 15px 15px 0;
	}	
}
@media only screen and (min-width: 1300px) {
	.tagline {
		max-width: 45%;
		margin: 10px 10px 15px 0;
	}	
}
@media only screen and (min-width: 1426px) {
	.tagline {
		max-width: 50%;
		margin: 15px 20px 25px 0;
	}	
}
.countdownCover {
	float: none; 
	text-align: center;
}
.countdownHeader {
	float: none; 
	text-align: center;
}
.countdownClock {
	float: none; 
	text-align: center;
}
.countdownDate {
	float: none; 
	text-align: center;
}
@media only screen and (min-width: 947px) {
	.countdownCover {
		float: left; 
		padding-right:2%;
		text-align: left;
	}
	.noCountdownCover {
		padding-left: 15%;
	}
	.countdownHeader {
		float: left; 
		padding-right:6%;
		padding-top: 5%;
		text-align: left;
	}
	.noCountdownHeader {
		font-size: 125%;
		padding-left: 10%;
	}
	.countdownClock {
		float: left; 
		padding-top: 5%;
		text-align: left;
	}
	.countdownDate {
		float: right;
		padding-top: 5%;
		text-align: right;
	}	
	.noCountdownDate {
		float: left;	
		font-size: 125%;
	}
}
@media only screen and (min-width: 1097px) {
	.countdownCover {
		padding-right:3%;
	}
	.countdownClock {
		padding-top: 3.5%;
	}
	.countdownHeader {
		padding-right:10%;
		padding-top: 4%;
	}
	.countdownDate {
		padding-top: 4%;
	}
}
@media only screen and (min-width: 1297px) {
	.countdownHeader {
		float: left; 
		padding-right:15%;
		text-align: left;
	}
}
/*1.4 Middle Bar */
.lightGreyBar {
	background: #fdfbfa;
	display: block;
	padding: 15px 0;
	font-weight: 400;
}
/* 1.4 Content Areas */ 
.contentBG {
	background-image: url("../jpg/home-section-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 1% 0;
}
.content {
    padding: 2% 0;
}
@media only screen and (min-width: 897px) {
	.content {
		padding: 3% 0;
	}
}
/* 1.5 Footer */
footer {
    padding: 1% 5%;
    background-color: #dfd8d7;
	font-size: 65%;
	color: #635f5f;
	line-height: 145%;
	text-align: center;
    text-transform: uppercase;
}
footer a {
	color: #635f5f;
	text-decoration: none;
}
footer a:hover {
	color: #f85865;
	text-decoration: none;
}
footer a:visited {
	color: #635f5f;
}
#clock .grey {
	font-size: 1.35em;
	color:  #635f5f;
}
/* 1.6 Columns */ 
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 62%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
	.homeRight {
		width: 38%;	
	}	
}

.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 62%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
	.homeLeft {
		width: 52%;	
	}	
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 40px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
		margin: 10px auto;
	}	
}
.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%;
	}	
}
/*2.0 General Elements and Styles */
.clearDiv {
	clear:both;
}
hr {
    height: .5em;
    border: 2px solid #f4f3f2;
    background: #f4f3f2;
    margin: 3em 0;
}
.verticalPad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.horizontalPad {
	padding-right: 10px;
	padding-left: 10px;
}
.verticalMargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.horizontalMargin {
	margin-right: 10px;
	margin-left: 10px;
}
/*2.1 Highlight boxes */
.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;
	}
}
/*a colored box without rounded corners */
.colorBox {
    margin: 20px auto;
    background: #fdfbfa;
    padding: 1% 2%;
    border: 2px #dfd8d7 solid;
}
@media only screen and (min-width: 625px) {
	.colorBox {
		padding: 1% 4%;
	}	
}
@media only screen and (min-width: 897px) {
	.winnerBox {
		width: 75%;
	}	
}
@media only screen and (min-width: 1040px) {
	.winnerBox {
		width: 65%;
	}	
}
.colorBoxSide {
    margin: 20px auto;
    background: #fdfbfa;
    padding: 1% 2% 2% 2%;
    border: 2px #dfd8d7 solid;
}
@media only screen and (min-width: 625px) {
	.colorBoxSide {
		padding: 1% 8% 5% 8%;
	}	
}
/*Highlight Box with rounded corners centered */
.colorBoxRound {
    width: 90%;
    margin: 20px auto;
    background: #fdfbfa;
    padding: 2% 8%;
    border: 2px #dfd8d7 solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media only screen and (min-width: 625px) {
	.colorBoxRound{
		padding: 25px 15px 25px 45px;
	}
}
.colorBoxMembers {
    margin: 20px auto;
    background: #fdfbfa;
    padding: 1% 2% 2% 2%;
    border: 2px #dfd8d7 solid;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.colorBoxMembers {
		width: 70%;
		padding: 5%;		
	}	
}
.memberSign {
	font-family: 'Dancing Script', cursive;
	color: #81a7ea;
	font-size: 2.5em;
}
.memberSignRed {
	color:  #f85865;
	font-size: 1.25em;
}
/* 2.2 Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 500;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.75em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin: .5em 0 .75em 0;
	clear: both;
}
h1 {
	font-size: 1.25em;
	color: #635f5f;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	color:  #f85865;
	text-transform: capitalize;
}
h3 {
     font-size: 1.15em;
     color: #81a7ea;
}
h4 {
	font-size: 1.1em;
	color: #635f5f;
}
h5 {
    font-size: 1.05em;
    color :  #f85865;
}
h6 {
    font-size: 1em;
    color : #81a7ea;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.4em;
	}
	h2 {
		font-size: 1.35em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.15em;
	}
}
/* 2.3 Link Colors */ 
a  {
  color : #81a7ea;
}
a:visited {
  color : #81a7ea;
}
a:hover {
  color : #f85865;
}
/* 2.4 Buttons */ 
button, .button {
	padding: 8px 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
}
.blueButton {
    background:#81a7ea;
	color: #fff;
}
.pinkButton {
    background:#f85865;
	color: #fff;
}
.buttonVmargin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.buttonHmargin {
	margin-left: 20px;
	margin-right: 20px;
}
button:hover, .button:hover {
	background:#635f5f;
}
.linkButton  {
	display: inline-block;
	padding: 8px 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.linkButton:hover  {
	background:#635f5f;
}
.linkButton a  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #81a7ea;
}
.pinkLink  {
	background: #f85865;
}
/* 2.5 Colors and text */ 
.darkGrey {
	color: #635f5f;
}
.pink {
	color:#f85865;
}
.centerText {
	text-align: center;
}
.smallText {
	font-size: 75%;
}
/*2.6 Images */
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.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;
	}	
}
/*2.7 Videos*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin: 25px 5px;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* 2.8 MAILING LIST SIGN UP */
form .error {
    color: #f85865;
    padding-left: 15px;
    font-weight: normal;
}
.joinBox {
	width: 75%;
}
input[type="text"], input[type="email"], textarea {
    background: #fff;
    margin: 10px 0;
	border: 1px solid #ccc;
    color: #4C4C4C;
    padding: 5px 10px;
    font-size: 85%;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 85%;
}
@media only screen and (min-width: 897px) {
	input[type="text"] {
		width: 75%;
		margin: 0 10px 0 0;
	}
}
input[type="submit"] {
	background: #f85865;
	padding: 8px 10px;
	 -moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
}
input[type="submit"]:hover {
	background:#635f5f;
}
ul.list {
    list-style: none;
}
 li.list input[type=checkbox] {
     margin: 0 5px;
}
/*6. Page Styles*/
/*6.1 Home Layout*/
.homeHighlight {
	background-image: url("../jpg/home-section-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px 10px 10px 10px;
}
@media only screen and (min-width: 1350px) {	
	.homeHighlight {
		height: 420px;
	
	}	
}
/*6.1.1 home page slider */
.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	margin-bottom: 40px;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 10px;
	background: none;
}
.bx-wrapper img {
    max-height: 200px;
}
@media only screen and (min-width: 897px) {
	.bx-wrapper img {
		max-height: 250px;
	}		
}
@media only screen and (min-width: 1040px) {
	.bx-wrapper img {
		max-height: none;
	}		
}
.bx-controls-direction {
	display: none;
}
.sliderText {
	margin-top: 1%;
}
p.sliderButton {	
	margin: 35px 0 0 0;	
}
.PaddingTop3 {
	padding-top: 3%;
}
.PaddingTop4 {
	padding-top: 4%;
}
.PaddingTop5 {
	padding-top: 5%;
}
.sliderPicHalf {
	float: none;
	width: 99%;
}
@media only screen and (min-width: 1040px) {
	.sliderPicHalf {
		float: left;
		width: 45%;
	}	
}
.sliderTextHalf {
	float: none;
	width: 99%;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	.sliderTextHalf {
		float: right;
		width: 45%;
		text-align: left;
	}		
}
.sliderPic1Third {
	float: none;
	width: 99%;
}
@media only screen and (min-width: 1040px) {
	.sliderPic1Third {
		float: left;
		width: 35%;
	}	
}
.sliderText2Third {
	float: none;
	width: 99%;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	.sliderText2Third {
		float: left;
		width: 60%;
		text-align: left;
	}	
}
/*6.1.2 Countdown Clock */
#clock {
	font-size: 1.25em;
	color:  #81a7ea;
}
@media only screen and (min-width: 1040px) {
	#clock {
		font-size: 1.5em;
	}
}
#clock span {
	font-size: 1.65em;
	color:  #f85865;
}
h1.countdown {
	font-size: 1.45em;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	h1.countdown {
		font-size: 1.55em;
		text-align: left;
	}		
}
h1.availablenow {
	font-size: 1.45em;
	color: #f85865;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	h1.avaiablenow {
		font-size: 1.55em;
		text-align: left;
	}		
}
.countdownHeader a, .countdownHeader a:visited {
	text-decoration: none;
	color: #635f5f;
}
.countdownHeader a:hover {
	color: #f85865;
}
/*6.1.3 home page general styles */
.newsButton {
	float: right;
    background: #f85865;
	margin: 10px;
	padding: 2px 8px 4px;
}
.newsButton a {
	font-size: 75%;
	color: #fff;
}
hr.home {
	float: left;
	width: 100%;
    height: .5em;
    border: 2px solid #f4f3f2;
    background: #f4f3f2;
    margin: 2em 0;
}
.bioText {
	margin: 25px 10px;
    font-size: 1em;
    line-height: 1.75em;
}
p.bioPicHome {
	margin: 0 auto 10px auto;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	p.bioPicHome {
		margin: 0;
	}	
}
/*6.2 Dear Reader Page*/
.newsDate {
	float: right;
	font-size: 75%;
	color: #81a7ea;
	padding: 5px 25px;
}
/*6.3 Books and Reviews*/
.bookCover {
    float: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
	max-width: 250px;
	margin: 0 auto;
}
@media only screen and (min-width: 941px) {
	.bookCover {
		margin: 0;
	}	
}
.buyBox {
	margin:25px 0;
	background: #fdfbfa;
	padding: 10px;
}
.buyBox img {
	padding: 5px;
}
.reviewtitle {
	color: #81a7ea;
	font-size: 1.2em;
}
.reviewcredit {
    color: #f85865;
    padding: 0 0 20px 25px;
    font-weight: bold;
    border-bottom: 2px solid #f4f3f2;
}
p.reviewcredit::before { 
  content: "~ ";
}
.reviewRow {
	float: left;
	margin: 20px 0 0 0;
	padding: 1.5% 1.5% .5% 1.5%;
	width: 97%;
}
.reviewRowGrey {
	background: #fdfbfa;
}
.reviewContent {
	display: none;
	float: left;
	width: 97%;
	margin: 10px 0 20px 0;
	padding: 1.5%;
	border: solid 1px #e7e7e7;
}
.reviewCover {
	float: none;
}
@media only screen and (min-width: 897px) {
	.reviewCover {
		float: right;
	}	
}
.reviewCover img {
	margin:15px 0;
	width: 175px;
}
@media only screen and (min-width: 897px) {
	.reviewCover img {
		margin:25px 0 15px 0;
		width: 150px;
	}	
}
.reviewText {
	float: none;
	width: 99%;
}
@media only screen and (min-width: 897px) {
	.reviewText {
		float: left;
		margin: auto;
		width: 80%;
	}	
}
.reviewText p {
	margin-left: 3%;
}
button.reviews  {
	background: #f85865;
	margin: 10px 0 15px 0;
	padding: 8px 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: .85em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
button.reviews:hover  {
	background:#635f5f;
	color: #fff;
}
.fullReview {
	float: right; 
	font-size: 75%;
}
h1.summary {
	margin: 0;
}
#series img {
    float: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
	width: 175px;
	margin: 15px auto;
}
@media only screen and (min-width: 897px) {
	#series img {
		width: 120px;
		margin: 15px 10px;
	}
}
.reissue {
	float: right;
}
/*6.3.1 Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: #fff;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px;
	font-size: 1em;
    background: #81a7ea;
	color: #fff;
    margin: 0 5px;
    border-radius: 5px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    background: #f85865;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #81a7ea;
	font-size: 1.25em;
	text-shadow: none;
	background: none;
}
.bookTitle {
	color: #81a7ea;
	font-size: 1.25em;
	text-shadow: none;
}
.r-tabs .r-tabs-panel {
	padding: 5px 0;
    margin-top: 10px 0;
    border-top: 5px solid #f2f2f2;
}
@media only screen and (min-width: 897px) {
	.r-tabs .r-tabs-panel {
		margin-top: 20px;
	}		
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 15px 0;
}
@media only screen and (max-width: 768px) {
	.r-tabs .r-tabs-accordion-title {
		margin-top: 25px;
	}
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 5px 10px;
    font-size: 1em;
    background: #81a7ea;
    color: #fff;
    margin: 0 5px;
    border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
    color: #81a7ea;
    font-size: 1.25em;
	text-shadow: none;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
/*6.4 Media Page*/
.mediaPage {
	margin: 0 auto 20px auto;
	width: 75%;
	max-width: 200px;
}
.mediaButton  {
	padding: 8px 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: .8em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.mediaButton:hover  {
	background:#635f5f;
	color: #fff;
}
.mediaButton a {
	color: #fff;
	text-decoration: none;
}
hr.mediaPics {
	margin: 3em;
}
.photoCredit {
	font-size: 75%;
	color: #f85865;
}
/*6.5 Meet Susan */
.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;
	}
}
.faqAnswer {
	display: none;
	clear: both;
	padding: 2% 4%;
	background: #fdfbfa;
}
.firstAnswer {
	display: block;
}
.questions {
	float: none;
    font-size: 75%;
    margin: 5px;
}
@media only screen and (min-width: 1200px) {
	.questions {
		float: right;
		margin: 10px 0;
	}		
}
.faqQuestion {
	float: left;
	width: 85%;
}
/*6.6 Connect Page */
.youtubeSubscribe {
	float: left; 
	margin: 2px 25px 0 10px; 
	color: #f85865; 
	font-size: 1.25em;
}
/*6.7 Members Only*/
.headerLoggedIn {
	float: right;
	background: #FDFBFA;
    padding: 10px;
	border: 1px #dfd8d7 solid;
	margin: 0 20px 20px 0;
}
.headerLoggedIn h4 {	
	margin: .25em 0;
	font-size: 1em;
}
hr.freebies {
    height: .1em;
    margin: 3em 0 2em 0;
}
.photoLarge {
	display: none;
}
/*6.7.1 Flora Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#f85865; 
}
.floraforms .field-label em { 
	color:#f85865;
}
.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: #f85865;
}
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select{
	border: 1px solid #dfd8d7;
}
.floraforms .btn-themed {  background-color: #f85865;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #81a7ea; }
.floraforms .btn-themed:active{ background-color: #dfd8d7; }

.floraforms .alert-info { color:#f85865; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #635f5f; }
.floraforms .alert-warning { color: #fff; background-color: #f85865; }
.floraforms .alert-error { color:#f85865; background-color: #fff; }

.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #f85865; color: #333; }
.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: #f85865; }
.floraforms .flo-select > select:focus + .arrow{ color:#f85865; }

.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:#fdfbfa;
	border-color:#f85865;
}
.floraforms .captcode{
	background: #fff;
   	border: 1px solid #dfd8d7;
	margin: 10px 0;
}
@media only screen and (min-width: 898px) {
	.floraforms .captcode{
		margin: 0;
	}	
}
.floraforms .refresh-captcha i{ 
	color: #f85865; 
}
.floraforms input:checked + .flo-checkbox, 
.floraforms input:checked + .flo-radio{ 
	border: 3px solid #81a7ea; 
	background:#81a7ea; 
}
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #81a7ea;
}
/* @validaion - success state 
-------------------------------------------------- */
.floraforms .state-success .flo-input,
.floraforms .state-success .flo-textarea,
.floraforms .state-success.flo-select > select,
.floraforms .state-success.flo-selectmulti > select{
	background:#fdfbfa;
	border-color:#81a7ea;
}
.floraforms .state-success.flo-select .arrow {
    color: #f85865;
}
/* @toggle switch normal state 
--------------------------------------------------------------- */
.floraforms .flo-switch > input:checked + .switch-label {
    border-color: #81a7ea;
	background: #81a7ea; 
}
/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.floraforms .flo-switch > input:checked:focus + .switch-label { 
	background: #81a7ea; 
	border-color: #81a7ea; 
}
.requiredText {
	color:#f85865;
	font-weight: bold;
}