body {
    font-family: 'Open Sans', sans-serif;
	margin: 0 0 5% 0;
	background: url("../images/website-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #f9e9d9;
	background-size: cover;
    font-size: 1em;
    line-height: 1.75;
    color: #635f5f;
}
@media only screen and (min-width: 897px) {
	body {
		background-position: bottom center;
	}		
}
/*Main Grid */
.maincontent {
	padding: 5%;
}
/*Top Bar */
.topBar {
	padding: 0 10px 10px
}
.headerBar {
	background: rgba(251,251,251,.80);
	padding: 10px;
	font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 1040px) {
	.headerBar {
		padding: 15px;
	}	
}
@media only screen and (min-width: 1240px) {
	.headerBar {
		padding: 10px 15px 5px 15px;
	}	
}
.siteLogo {
	float: none;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.siteLogo {
		float: left;
		text-align: left;
		max-width: 40%;
		padding: 0 0 0 15px;
	}	
}
@media only screen and (min-width: 1040px) {
	.siteLogo {
		max-width: 40%;
		padding: 0 0 0 15px;
	}	
}
.siteName {
	float: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.35em;
	color: #F05966;
    letter-spacing: 1px;
	line-height: 1.2;
	margin: 10px 0px;
	text-shadow: 2px 1px 5px #fff;
}
@media only screen and (min-width: 397px) {
	.siteName {
		font-size: 2.75em;
	}	
}
@media only screen and (min-width: 897px) {
	.siteName {
		float: left;
		margin: 0;
		font-size: 2.75em;
		line-height: normal;
	}	
}
@media only screen and (min-width: 1040px) {
	.siteName {
		margin: 0;
		font-size: 3.25em;
	}	
}
@media only screen and (min-width: 1240px) {
	.siteName {
		font-size: 4em;
	}	
}
@media only screen and (min-width: 1400px) {
	.siteName {
		font-size: 4.5em;
	}	
}
.siteBest {
	float: none;
	font-size: .65em;
    font-weight: 500;
    color: #646060;
    letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
}
@media only screen and (min-width: 397px) {
	.siteBest {
		font-size: .85em;;
	}	
}
@media only screen and (min-width: 897px) {
	.siteBest {
		float: left;
		letter-spacing: 2px;
		font-size: .75em;
		line-height: normal;
	}	
}
@media only screen and (min-width: 1040px) {
	.siteBest {
		font-size: .9em;
	}	
}
@media only screen and (min-width: 1240px) {
	.siteBest {
		font-size: 1.2em;
	}	
}
@media only screen and (min-width: 1400px) {
	.siteBest {
		font-size: 1.2em;
	}	
}
.logo {
	float: none;
	color: #FC2096;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 2px 1px 8px #fff;
	padding: 0 10px 15px 10px;
    text-align: center;
    line-height: 1.2;
}
.logo a {
	text-decoration: none;
	color: #FC2096;
}
.logo a:hover {
	color: #03D4BE;
}
.logo a:visited {
	color: #FC2096;
}
@media only screen and (min-width: 340px) {
	.logo {
		padding: 15px;
	}	
}
@media only screen and (min-width: 397px) {
	.logo {
		font-size: 2.75em;
	}	
}
@media only screen and (min-width: 897px) {
	.logo {
		float: right;
		width: auto;
		font-size: 2.35em;
		padding: 15px 0 0 0;
		text-align: left;
		line-height: normal;		
	}		
}
@media only screen and (min-width: 1040px) {
	.logo {
		font-size: 2.75em;
		padding: 15px 0;	
	}		
}
@media only screen and (min-width: 1240px) {
	.logo {
		font-size: 3.25em;
		padding: 15px;	
	}		
}
@media only screen and (min-width: 1400px) {
	.logo {
		font-size: 4.25em;

	}		
}
.topNavLinks {
	float: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: .80em;
	margin-bottom: 15px;
}
@media only screen and (min-width: 897px) {
	.topNavLinks {
		font-size: .75em;
		float: right;
		margin-bottom: 0px;
		padding: 10px 0;
	}
}
@media only screen and (min-width: 1040px) {
	.topNavLinks {
		font-size: .875em;
		padding: 15px 0 0;
	}
}
@media only screen and (min-width: 1240px) {
	.topNavLinks {
		font-size: .95em;
		margin-bottom: 0px;
		padding: 15px 0 0;
	}
}
@media only screen and (min-width: 1492px) {
	.topNavLinks {		
		font-size: .975em;
		margin-bottom: 0px;
	}
}
.topNavLinks a  {
  color : #fff;
  text-decoration: none;
  padding: 0px 6px;
}
@media only screen and (min-width: 481px) {
	.topNavLinks a  {
	  padding: 0px 8px;
	}
}
@media only screen and (min-width: 1040px) {
	.topNavLinks a  {
	  padding: 0px 10px;
	}
}
.topNavLinks a:visited {
  color : #fff;
}
.topNavLinks a:hover {
  color : #f9efa8;
}
/*1.2.2 social media icons */
.topSocial {
	float: none;
	text-align: center;
	padding: 0 10px 15px;
}
@media only screen and (min-width: 897px) {
	.topSocial {
		float: left;
		text-align: left;
		padding: 5px 0;
	}
}
@media only screen and (min-width: 1040px) {
	.topSocial {
		padding: 15px 25px 5px;
	}
}
@media only screen and (min-width: 1240px) {
	.topSocial {
		padding: 15px 25px 0;
	}
}
@media only screen and (min-width: 1492px) {
	.topSocial {
		padding: 15px 25px 5px;		
	}	
}
.topSocial img {
  width: 19px;
}
.topSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 497px) {
	.topSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topSocial a  {
	padding: 5px;
	}
}
/* Social media icons */
.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;
}
.maillist {
	background-image: url(/images/icon-maillist.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist:hover {
	background-image: url(/images/icon-maillist-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;
}
.goodreads {
	background-image: url(/images/icon-goodreads.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads:hover {
	background-image: url(/images/icon-goodreads-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon {
	background-image: url(/images/icon-amazon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon:hover {
	background-image: url(/images/icon-amazon-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok {
	background-image: url(/images/icon-tiktok.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok:hover {
	background-image: url(/images/icon-tiktok-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*Footer Bar*/
.footerBar {
	font-size: 75%;
	padding: 5%;
	color: #fff; 
}
a.copyright {
	color: #fff;
}
a:visited.copyright {
	color: #fff;
}
a:hover.copyright {
	color: #DFD8D7;
}
/*bottom mail bar */
.mailBar {
	background: #FC2096; 
	color:#fff; 
	padding: 10px 5px; 
	font-size:1.15em; 
	text-align:center; 
	opacity: 0.90; 
}
@media only screen and (min-width: 497px) {
	.mailBar {
		font-size:1.25em;	
	}
}
@media only screen and (min-width: 897px) {
	.mailBar {
		padding: 15px; 
		font-size:22px; 
	}
}
.mailBar input[type="text"] {
    width: 250px;
	margin: 10px;
	background-color: #fff;
    border: 1px solid #fff;
	padding: 7px;
	font-size: 14px;
}
.mailBar input[type="submit"] {
    background: #FC2096;    
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
	padding: 8px;
	font-size: 16px;
	cursor: pointer;
}
@media only screen and (min-width: 930px) {
	.mailBar input[type="text"] {
		width: 200px;
		margin: 0 20px;
	}
	.mailBar input[type="text"] {
		padding: 8px;
		font-size: 16px;
	}
	.mailBar input[type="submit"] {
		padding: 8px;
		font-size: 16px;
	}
}
/*end of bottom mail bar */
/* Videos*/
.videoResponsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin: 25px 5px;
}
.videoResponsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* Columns */ 
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1% 1% 0;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 60%;	
		padding: 0 2% 0 0;
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 1% 0 1% 1%;
	margin: 1% auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		background: #fff;
		width: 30%;	
		padding: 2%;
	}
}
.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%;	
	}
}
.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;
	}	
}
.col1thirdwall {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 40px auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdwall {
		float: left;
		width: 27%;
		padding: 0 6.3333333% 0 0;
		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 #BCC0C1;
    background: #BCC0C1;
    margin: 3em 1em;
}
hr.sideBar {
    height: .5em;
    border: 2px solid #f7ebe3;
    background: #f7ebe3;
    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 */
.colorBox {
    padding: 5%;
    background: rgba(251,251,251, .90);
    margin: 50px 0;
}
@media only screen and (min-width: 897px) {
	.colorBox {
		padding: 3% 5% 5%;
		margin: 0;
	}
}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
    -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;
	letter-spacing: 1px;
	line-height: 1.5;
}
h1 {
	font-size: 1.25em;
	color: #009bd9;
}
h2 {
	font-size: 1.2em;
	color:  #fff;
	background: #FC2096;
    padding: 2% 5%;
	text-transform: capitalize;
}
h3 {
     font-size: 1.15em;
     color: #f85865;
}
h4 {
	font-size: 1.1em;
	color: #FC2096;
}
h5 {
    font-size: 1.05em;
    color :  #f85865;
}
h6 {
    font-size: 1em;
    color : #0192C9;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
	}
	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;
	}
}
.blueSpan {
	font-weight: 500;
	font-size: 1.3em;
	color:  #fff;
	background: #009bd9;
    padding: 3%;
	text-transform: capitalize;
	letter-spacing: 1px;
}
/* Link Colors */ 
a  {
  color : #0192C9;
}
a:visited {
  color : #0192C9;
}
a:hover {
  color : #635f5f;
}
/* 2.4 Buttons */ 
button, .button {
	padding: 8px 10px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
}
.blueButton {
    background:#009bd9;
	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: 15px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 25px 0;
}
.linkButton:hover  {
	background:#635f5f;
}
.linkButton a  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #009bd9;
}
.pinkLink  {
	background: #FC2096;
}
/* 2.5 Colors and text */ 
.darkGrey {
	color: #635f5f;
}
.pink {
	color:#FC2096;
}
.centerText {
	text-align: center;
}
/*Images */
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 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;
	}	
}
/*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 {
	background: #fff;
	margin: 40px 3%;
	padding: 15px 25px;
}
.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: "~ ";
}
/*BxSlider*/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
	margin-bottom: 25px;
}
.bx-wrapper img {
    margin: 0 auto;
}
#bx-pager {
    position: relative;
    padding: 0;
    margin: 0;
    top: 60px;
    list-style-type: none;
    background-color: #036;
    color: #FFF;
    width: 100%;
    font: normal 90% arial, helvetica, sans-serif;
    text-align: center;
    width: 800px;
}
#bx-pager ul {
    list-style: none;
    margin:0;
    padding:0;
    float: left;
    width: 100%;
}
#bx-pager li {
    display:inline-block;
    margin:0;
    padding:0;
    background: #5E7074;
    width: 24%;
}
#bx-pager li a {
    text-decoration: none;
    background-color: #5E7074;
    padding: 0;
    margin: 0;
    color: #FFF;
    line-height:60px;
    display: block;
}
#bx-pager li a.active, #bx-pager li a:hover {
    background-color: #4C5B60;
    font-weight: bold;
}
#bx-pager li a.active:after {
    content:' (Active)';
}
/*Ordered lists */
ol li {
	margin-bottom: 20px;
}
/*Recipe Boxes */
.recipeBox {
	padding: 2% 5%;
	margin: 25px 0;
	background: rgba(251,251,251,.80);
}
@media only screen and (min-width: 897px) {
	.recipeBox {
		margin: 25px 3%;
		padding: 2% 3%;
	}	
}
a.recipes {
	color: #f85865;
}
a.recipes:visited {
	color: #f77782;
}
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#0192C9; 
}
.floraforms .field-label em { 
	color:#0192C9;
}
/* @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: #0192C9;
}
/* @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: 1px solid #0192C9;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #FC2096;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #29D5C2; }
.floraforms .btn-themed:active{ background-color: #29D5C2; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #6586b4; }
.floraforms .alert-warning { color: #fff; background-color: #f85865; }
.floraforms .alert-error { color:#db4c4b; 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: #FC2096; 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: #FC2096; }
.floraforms .flo-select > select:focus + .arrow { color: #FC2096; }

/* @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: #f3ad71;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #0192C9;
	border-left: none;
}
.floraforms .refresh-captcha i { 
	color: #0192C9; 
}
.floraforms .flo-checkbox, .floraforms .flo-radio {
    margin-right: 5px;
    border: 1px solid #0192C9;
    top: 5px;
}
.floraforms .flo-checkbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.floraforms input:checked + .flo-checkbox, .floraforms input:checked + .flo-radio {
    border: 3px solid #FC2096;
    background: #FC2096;
}
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #FC2096;
    background: #FC2096;
}
.floraforms .flo-switch > input:checked + .switch-label {
    border-color: #FC2096;
    background: #FC2096;
    padding-left: 33px;
    color: white;
}
.floraforms .frm-header, .floraforms .frm-footer {
    overflow: hidden;
	padding: 20px 0;
    background: none;
}
.floraforms label.flo-option {
	margin: 10px;
	line-height: 175%;
}
.floraforms .state-error + em {
    color: #FC2096;
    font-size: 1.1em;
}
/*end of Contact Form*/