/* CSS Document */

/* RESET =============================================================================  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.cf {
  display: block;
  overflow: hidden;
  clear: both;
  }

.ir {text-indent: -9000px; display: block; overflow: hidden;}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/* ==  stop body from scrolling when modal open  == */
.scroll-lock {overflow: hidden;}


/*  IMPORT FONTS  ============================================================================= */

@font-face {
    font-family: 'TrajanPro';
    src: url('/fonts/TrajanPro3-Regular.eot');
    src: url('/fonts/TrajanPro3-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/TrajanPro3-Regular.woff') format('woff'),
         url('/fonts/TrajanPro3-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*  TYPOGRAPHY  ============================================================================= */


body {color:#333;font-family: Arial, Verdana, Helvetica, sans-serif; background: #741b38 url(../images/background.gif) top center repeat-x;}

h1, h2, h3, h4, h5, h6 {font-weight:normal; font-family: TrajanPro, Georgia, Times, serif;}

h1 {margin-bottom: 10px; color: #993366; text-align:center; font-size: 2em;}
h2 {margin-bottom: 10px; color: #3f5972; font-size: 1.4em; text-transform: uppercase;}
h3 {font-size:1.5em; margin-bottom: 10px; }
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}


p {margin:0; padding: 0 0 1.2em; font-size: 0.95em; text-align:justify;}


a {color: #660033; text-decoration:none; font-weight: bold;}
a:focus, a:hover {color:#000;}

a.button, button.button, submit, #home-newsletter #mc_embed_signup .button, #left-newsletter #mc_embed_signup .button, .blog #left-menu #mc_embed_signup .button, .contact #main-content form .button {
border:1px solid #c14885; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 10px 15px 10px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #CF72A1; background-image: -webkit-gradient(linear, left top, left bottom, from(#CF72A1), to(#993366));
 background-image: -webkit-linear-gradient(top, #CF72A1, #993366);
 background-image: -moz-linear-gradient(top, #CF72A1, #993366);
 background-image: -ms-linear-gradient(top, #CF72A1, #993366);
 background-image: -o-linear-gradient(top, #CF72A1, #993366);
 background-image: linear-gradient(to bottom, #CF72A1, #993366);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CF72A1, endColorstr=#993366);
}

a.button:hover, button.button:hover, submit:hover, #home-newsletter #mc_embed_signup .button:hover, #left-newsletter #mc_embed_signup .button:hover, .blog #left-menu #mc_embed_signup .button:hover, .contact #main-content form .button:hover {
 border:1px solid #a3386e;
 background-color: #c24c88; background-image: -webkit-gradient(linear, left top, left bottom, from(#c24c88), to(#73264d));
 background-image: -webkit-linear-gradient(top, #c24c88, #73264d);
 background-image: -moz-linear-gradient(top, #c24c88, #73264d);
 background-image: -ms-linear-gradient(top, #c24c88, #73264d);
 background-image: -o-linear-gradient(top, #c24c88, #73264d);
 background-image: linear-gradient(to bottom, #c24c88, #73264d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c24c88, endColorstr=#73264d);
}

button.button {cursor: pointer;}

.translations-buy a.button {
font-size:13px;
	font-family: helvetica neue,Helvetica,Arial,lucida grande,tahoma,verdana,arial,sans-serif!important;
	padding: 10px 15px 10px 15px; 
	text-decoration:none; 
	display:inline-block;
	font-weight:bold; 
	color: #FFFFFF;
 background-color: #000;
	background-image: none;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px; -moz-border-radius: 0px;
	text-shadow: none;
	filter: none;
}

.translations-buy a.button:hover {
font-size:13px;
	font-family: helvetica neue,Helvetica,Arial,lucida grande,tahoma,verdana,arial,sans-serif!important;
	padding: 10px 15px 10px 15px; 
	text-decoration:none; 
	display:inline-block;
	font-weight:bold; 
	color: #FFFFFF;
 background-color: #CF72A1;
	background-image: none;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px; -moz-border-radius: 0px;
	text-shadow: none;
	filter: none;
}

a.button:hover, button.button:hover, submit:hover, #home-newsletter #mc_embed_signup .button:hover, #left-newsletter #mc_embed_signup .button:hover, .blog #left-menu #mc_embed_signup .button:hover, .contact #main-content form .button:hover {
 border:1px solid #a3386e;
 background-color: #c24c88; background-image: -webkit-gradient(linear, left top, left bottom, from(#c24c88), to(#73264d));
 background-image: -webkit-linear-gradient(top, #c24c88, #73264d);
 background-image: -moz-linear-gradient(top, #c24c88, #73264d);
 background-image: -ms-linear-gradient(top, #c24c88, #73264d);
 background-image: -o-linear-gradient(top, #c24c88, #73264d);
 background-image: linear-gradient(to bottom, #c24c88, #73264d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c24c88, endColorstr=#73264d);
}

p.moreseries a.button {
border:1px solid #4892c1; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 10px 15px 10px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #72b1cf; background-image: -webkit-gradient(linear, left top, left bottom, from(#72b1cf), to(#337b99));
 background-image: -webkit-linear-gradient(top, #72b1cf, #337b99);
 background-image: -moz-linear-gradient(top, #72b1cf, #337b99);
 background-image: -ms-linear-gradient(top, #72b1cf, #337b99);
 background-image: -o-linear-gradient(top, #72b1cf, #337b99);
 background-image: linear-gradient(to bottom, #72b1cf, #337b99);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#72b1cf, endColorstr=#337b99);
}

p.moreseries a.button:hover {
 border:1px solid #387fa3;
 background-color: #4387a7; background-image: -webkit-gradient(linear, left top, left bottom, from(#4387a7), to(#265973));
 background-image: -webkit-linear-gradient(top, #4387a7, #265973);
 background-image: -moz-linear-gradient(top, #4387a7, #265973);
 background-image: -ms-linear-gradient(top, #4387a7, #265973);
 background-image: -o-linear-gradient(top, #4387a7, #265973);
 background-image: linear-gradient(to bottom, #4387a7, #265973);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4387a7, endColorstr=#265973);
}


blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}

li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ul li {
	margin: 0;
	padding: 0;
	}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input[type=email], input.text, input.email, input.title, textarea, select {background-color:#fff;border:1px solid #bbb; font-family: Arial, Verdana, Helvetica, sans-serif;}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, input.email:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=email], input[type=password], input.text,  input.email, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:1px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:200px;padding:1px; font-size: inherit;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



.container {
  clear: both;
			width: 95%;
			max-width: 1050px;
			margin: 0 auto;
			padding: 0 10px 10px 10px;
			position: relative;
			color: #000;
      background-color: #fff;
  }

  img {
  position: relative;
  max-width: 100%;
  margin: 0;
  display:block;
    }

.header-desktop {display: block;}
.header-mobile {display: none;}

#page-body { padding: 15px 0px}

#header { z-index: 900; word-wrap:break-word !important;}

#footer {background-color: #666; padding: 10px;}
#footer p {text-align: center; color: #fff; padding: 10px 0; font-size: 0.8em;}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #993366;
    z-index: 909; 
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
   z-index: 919; 
	}
	
nav ul.menu {margin: 0 auto; max-width: 690px;}
 
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #993366;
	} 



/* Styling the links */
nav a {
	display:block;
	padding: 15px 7px;	
	color:#FFF;
	font-size:14px;
	text-decoration:none;
  font-family: TrajanPro, Georgia, Times, serif;
  text-transform: uppercase;
}

nav a:focus, nav a:hover {
	color:#000;
}

nav label {
	padding: 15px 7px;	
	color:#FFF;
	font-size:14px;
	text-decoration:none;
  font-family: TrajanPro, Georgia, Times, serif;
  text-transform: uppercase;
}

nav ul ul li a {
	padding: 5px 10px;	
	font-size:13px;
	text-decoration:none;
  font-family: TrajanPro, Georgia, Times, serif;
  text-transform: uppercase;
}




/* Background color change on Hover */
nav a:hover { 
	background-color: #edaccc; 
}

nav li a.active { background-color: #edaccc; color:#000;}

nav ul ul li a:hover { 
	background-color: #666; 
  color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 50px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* First Tier Dropdown */
nav ul ul li {
	max-width:280px;
	float:none;
	display:list-item;
	position: relative;
  background: #333333;
}

nav ul ul li:hover { background: #666; }

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
/* li > a:after { content:  ' +'; } */
/* li > a:only-child:after { content: ''; } */


.toggle,
[id^=drop] {
	display: none;
}







/*  HOMEPAGE  ============================================================================= */


.homepage h2, #left-menu h2, .book-page #book-extras h2, .book-page #book-espot-fullwidth h2, .series #main-content h2, .bonus-material #main-content h2, .book-category-series #main-content h2, .offers #main-content h2, .wip #main-content h2, .contact #main-content h2 {border-top: 1px solid #3f5972; border-bottom: 1px solid #3f5972; text-align: center; padding-top: 3px;}

.translations-page #main-content h2 {
    border-top: 5px solid #3f5972;
    border-bottom: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 1.8em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top: 25px;
	margin-right: 1.6em;
    margin-left: 1.6em;
}

.translations-page #main-content .translation-main-wrapper h2 {
    border: none;
    text-align: center;
    padding: 5px;
	font-size: 1.8em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin:0px;
}


.translations-page #main-content h4 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; text-transform: uppercase; margin-bottom: 10px;}

.translations-page #main-content h3 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; margin-bottom: 10px;}

.homepage h3 a {font-weight: normal;}

.translations-page #main-content p.de-releasedate {
	text-transform: uppercase;
    font-size: 0.7em;
    text-align: center;
}

#page-body #home-top-left #latest-release p.series-link,
#page-body #main-content p.series-link {
	text-align:center;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 10px;
  color: #ad7300;
	}
  
p.series-link a {
  color: #ad7300;
  font-weight: normal;
  }

#page-body #home-top-left #latest-release-left img, #page-body #home-bottom-right .featured-banner img, #page-body #home-reader-magnet #home-reader-magnet-left img { margin: 0 auto;}

#page-body #home-reader-magnet {
background-image: url("https://www.felicityheaton.com/images/newsletter-magnet-background.png");
background-position: top center;
background-repeat: no-repeat;
background-color: #0b425f;
    padding: 40px;
    margin-bottom: 20px;
}

#page-body #home-reader-magnet-left img {
height: 550px;
}

#page-body #home-reader-magnet p, #page-body #home-reader-magnet h1 {
color: #ffffff;
}

#page-body #home-reader-magnet p a.button {
font-size: 1.4em;
display: block;
text-align: center;
}

ul#contact-list {
	padding: 0;
	}

ul#contact-list li {
	float: left;
	padding: 0 8px 8px 0;
	}

ul#contact-list li a {
	display: block;
	}

#home-newsletter p, #home-newsletter label, #left-newsletter p, #left-newsletter label {font-size: 0.8em;}

#home-newsletter #mc_embed_signup .button, #left-newsletter #mc_embed_signup .button {height: auto; line-height:normal;}

#home-news p.date,
#home-blog p.date,
#home-content p.date,
#page-body .news #main-content p.date {
  color: #996600;
  font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: bold;
	padding: 0 0 3px 0;
  margin: 0;
  }

#home-news h3, #home-content h3 {line-height: normal; font-size: 1.1em; color: #660033;}
#home-news p, #home-content p {color: #3f5972; text-align: justify; padding-right: 10px; font-size: 0.8em;}
#home-news p a, #home-content p a {color: #3f5972;}
#home-news p a:hover, #home-content p a:hover {color: #333;}

#home-news p.morenews a, #home-news p.morenews a:hover {color: #fff;}

#home-blog p.comment-num {
  color: #3f5972;
  font-size: 0.8em;
	padding: 0 0 15px 0;
  margin: 0;
  }

#home-blog .post-title {font-family: TrajanPro, Georgia, Times, serif; line-height: normal; text-align: left; padding: 0;}

.lr-pad-20 {padding: 0 20px;}
.all-pad-10 {padding: 10px;}

.responsive, .responsive-series, .responsive-store, .responsive-bonus, .responsive-releases, .responsive-preorders {margin: 0 30px;}



.responsive-series .col, .reponsive-series .col:first-child, .responsive-store .col, .reponsive-store .col:first-child, .responsive-bonus .col, .reponsive-bonus .col:first-child, .responsive-releases .col, .reponsive-releases .col:first-child, .responsive-preorders .col, .reponsive-preorders .col:first-child {margin: 0;}

#home-recent-books h3, #left-recent-releases h3, #left-coming-soon h3 {text-align: center; font-size: 1.1em; margin: 10px 0; line-height: normal;}
#home-recent-books img, #home-preorders img {margin:auto;}

#home-recent-books p.readmore a, #home-preorders p.readmore a, #left-series-espot p.readmore a, #left-recent-releases p.readmore a, #series-books p.readmore a, #series-books p.buynow a, #bonus-material-left p.readmore a, .four-books-150 p.readmore a {margin:auto; max-width: 90px; display: block; text-transform: uppercase; text-align: center;}

.translations-page .purchase-details p.translations-buy a {margin:auto; max-width: 160px; display: block; text-transform: uppercase; text-align: center;}
.translations-page .translation-main-button .purchase-details p.translations-buy a {margin:auto; max-width: 300px; display: block; text-transform: uppercase; text-align: center;}

#home-preorders p.date {text-align: center;}

#series-books p.buynow {padding-top: 10px;}

#home-connect, #home-blog, #home-content {padding-bottom: 15px;}

#home-bottom-right .featured-banner {padding-bottom: 15px;}

#home-bottom-right h3 {text-align: center;}

#home-bottom-right .moreseries {float: right; margin-top: 10px;}

#home-bottom-right .responsive-series img, #left-series-espot .responsive-store img, #left-recent-releases .responsive-releases img, #bonus-material-left #character-book img, .four-books-150 img {margin: 0 auto;}



/* MAIN PAGES LEFT COLUMN ====================================================================== */

#left-connect, #left-series-espot, #left-recent-releases, #left-coming-soon, #book-espot-patreon, #left-romancebooks {padding-bottom: 25px;}

#left-recent-releases h3 a, #left-coming-soon h3 a {font-weight: normal;}


/* Coming Soon Countdown */

/* jQuery Countdown styles */
.hasCountdown {
	overflow: hidden;
	clear: both;
	margin-top: 6px;
}
.countdown_row {
	clear: both;
	text-align: center;
}

.countdown_show4 .countdown_section {
	width: 23%;
  margin-right: 2%;
}

.countdown_section {
	float: left;
	text-transform: uppercase;
	text-align: center;
  font-size: 0.7em;
}

.countdown_amount {

	color: #fff;
	display: block;
	clear: both;
   border:1px solid #666;
   
   -webkit-border-radius: 5px; 
   -moz-border-radius: 5px;
   border-radius: 5px;
   font-size:26px;
   font-family:arial, helvetica, sans-serif; 
   text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
   font-weight:bold; 
  padding: 8px 0px;
  
 background-color: #000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
 background-image: -webkit-linear-gradient(top, #555, #000);
 background-image: -moz-linear-gradient(top, #555, #000);
 background-image: -ms-linear-gradient(top, #555, #000);
 background-image: -o-linear-gradient(top, #555, #000);
 background-image: linear-gradient(to bottom, #555, #000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#555, endColorstr=#000);
}



.countdown_type {
	display: block;
	clear: both;
  margin: 0;
  padding: 0;
}

.countdown_descr {
    font-family: TrajanPro, Georgia, Times, serif;
   text-transform:uppercase;
   color: #990066;
   font-size: 19px;
   font-weight:bold; 
  margin: 7px 0 10px;

}


/* BOOK PAGES ====================================================================== */


ul.ebook-distributors li,
ul.payhip-links li {
	float: left;
	padding: 0 8px 8px 0;
	}

ul.ebook-distributors li a {
	display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/distributors-sprite.png);
	background-repeat: no-repeat;
	}

ul.ebook-distributors li a.amazonkindle {
  background-position: 0px 0px;
	}
ul.ebook-distributors li a.amazonkindleuk {
  background-position: -50px 0px;
	}
ul.ebook-distributors li a.amazonkindlede {
  background-position: -100px 0px;
	}
ul.ebook-distributors li a.amazonkindleca {
  background-position: -150px 0px;
	}
ul.ebook-distributors li a.amazonkindleau {
  background-position: -200px 0px;
	}
  
ul.ebook-distributors li a.appleibookstoreus {
  background-position: 0px -50px;
	}
ul.ebook-distributors li a.appleibookstoreuk {
  background-position: -50px -50px;
	}
ul.ebook-distributors li a.appleibookstoreaus {
  background-position: -150px -50px;
	}
ul.ebook-distributors li a.appleibookstoreca {
  background-position: -100px -50px;
	}
ul.ebook-distributors li a.appleibookstorenz {
  background-position: -200px -50px;
	}
ul.ebook-distributors li a.bnnook {
  background-position: 0px -150px;
	}
ul.ebook-distributors li a.barnesandnoble {
	background-position: -50px -150px;
	}
ul.ebook-distributors li a.kobobooks {
  background-position: -100px -150px;
	}
ul.ebook-distributors li a.googleplay {
	background-position: -150px -150px;
	}
ul.ebook-distributors li a.bookdepository {
	background-position: -200px -150px;
	}

ul.ebook-distributors li a.amazoncom {
  background-position: 0px 0px;
	}
ul.ebook-distributors li a.amazoncouk {
	background-position: -50px 0px;
	}
ul.ebook-distributors li a.amazonca {
	background-position: -150px 0px;
	}
ul.ebook-distributors li a.amazoncomau {
	background-position: -200px 0px;
	}
ul.ebook-distributors li a.audiblecom {
	background-position: 0px -200px;
	}
ul.ebook-distributors li a.audiblecouk {
	background-position: -50px -200px;
	}

ul.ebook-distributors li a.itunesus {
  background-position: 0px -100px;
	}
ul.ebook-distributors li a.itunesuk {
  background-position: -50px -100px;
	}
ul.ebook-distributors li a.itunesaus {
  background-position: -150px -100px;
	}
ul.ebook-distributors li a.itunesca {
  background-position: -100px -100px;
	}
ul.ebook-distributors li a.itunesnz {
  background-position: -200px -100px;
	}


#bookexcerpt {
    display:none;
    background: #FFF;
       -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7); box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
}

#bookexcerpt-container {
    padding: 10px 0px 10px 10px;
}

#bookexcerpt-container-text {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding-right: 10px;
}

#bookexcerpt .modal_close {
  float: right;
}

#ebook-title-left img {margin: 0 auto 10px auto;}
#ebook-title-left button {margin: 0 auto; display: block;}

#ebook-title-left #ebook-left-social {padding: 10px 0 15px; text-align: center;}
#ebook-title-left #ebook-left-social h3 {margin: 0;}

.translation-title-left img {margin: 0 auto 10px auto;}
.translation-title-left button {margin: 0 auto; display: block;}

#page-body .book-page #main-content h1, #page-body .translations-page #main-content h1 {margin: 0;}

.purchase-details h2, .offers #ebook-title-right h4 {margin: 0 0 5px 0; line-height: 1.2; font-size: 1.2em;}
.purchase-details .distributors, .offers #ebook-title-right .distributors {margin: 0 0 15px 0;}

.book-details-small {color: #666; font-size: 0.9em;}

#ebook-title-details, .translation-title-details, #book-extras, #book-espot-fullwidth {padding-bottom: 30px;}

.translation-title-details {
	margin-left: 5%;
    margin-right: 5%;
}

.translation-main-wrapper {
	margin-left: 5%;
    margin-right: 5%;
	background-color: #DDDDDD;
	margin-bottom: 40px;
}

.translation-main-books {
	padding-left: 15px;
	padding-right: 15px;
}


#book-espot-bonusscenes {padding: 20px 0;}

#book-espot-bonusscenes p {font-family: Baskerville, "Palatino Linotype", Palatino, "Times New Roman", serif; font-style: italic; font-size: 1.5em; font-weight: bold; color: #333;}
#book-espot-bonusscenes p a {color:#a32464;}

.responsive-bonus img, #left-coming-soon img {margin: 0 auto;}



/* SERIES PAGES ====================================================================== */


#series-books .section .col {margin:0;}
#series-books img {margin: 0 auto;}

#book-extras p {text-align: center; padding: 5px 0; font-size: 0.8em; text-transform:uppercase;}

#series-extras, .series-extras {padding-bottom: 30px;}

#series-extras ul, .series-extras ul {padding: 10px 20px;}

#series-extras ul li, .series-extras ul li, #left-romancebooks ul li {color: #c24c88;}
#series-extras ul li a, .series-extras ul li a, #left-romancebooks ul li a {font-size: 0.9em;}


/*  NEWS PAGE ====================================================================== */

#page-body .news #main-content .short-horizontal-divider,
.book-category #main-content .short-horizontal-divider {
  display: block;
  text-align: center;
  padding: 15px 0 20px;
  }
  
#page-body .news #main-content .short-horizontal-divider img,
.book-category #main-content .short-horizontal-divider img {
  margin: 0 auto;
  }
 
#page-body .news #main-content #category-pagination,
#page-body .news #main-content #category-pagination p,
.book-category #main-content #category-pagination,
.book-category #main-content #category-pagination p {
    font-size: 0.9em;
  text-align: center;
  }

#page-body .news #main-content h2 {
  font-size: 1.2em;
  }


/*  BONUS MATERIAL PAGES ====================================================================== */


#bonus-material-left {margin: 0;}
#bonus-material-right {margin-left: 2.6%; float: right;}

#bonus-material-left h2 {margin-top: 10px;}

#bonus-material-left p.readmore {margin-top:10px;}


#bonus-material-left p.otherbooks { font-size: 0.85em;
padding: 0 15px 5px;
line-height: normal;
background: url(../images/menu-cross.gif) 15px 4px no-repeat; }

#bonus-material-left p.nolink { padding: 5px 19px 9px 36px; }

#bonus-material-left p.otherbooks a { display: block; padding: 4px 4px 4px 21px; }

#character-image { display: block; padding: 0 0 15px 0; }

#character-image img, #bonus-material-left #article-booklist img {margin: 0 auto;}

#bonus-material-interview {padding: 20px 0;}

#bonus-material-right dt, #bonus-material-interview dt {color: #3F5972; font-family:TrajanPro, Georgia, Times, serif; text-transform: uppercase; font-size: 1.1em; font-weight:normal;}

#bonus-material-right dd, #bonus-material-interview dd {margin-bottom: 20px;}

#character-book .book-details {text-align:center; font-size: 0.95em; padding: 10px 0 0;}



/*  BOOK CATEGORY PAGES ====================================================================== */


.four-books-150 h2, .four-books-150 h3 {color: #3f5972; font-size: 1.1em; font-weight: normal; text-align: center; margin-top: 7px;}
.four-books-150 h2 a, .four-books-150 h3 a {color: #3f5972; font-weight: normal;}

.book-category-series #main-content h2 a {color: #3f5972; font-weight: normal;}

.book-category-series #main-content .book-list {padding-bottom: 25px;}

.book-category-series #main-content .book-list p.readmore {padding-top: 8px;}

.book-category-series #main-content .book-list p.moreseries {float: right;}



/*  OFFER PAGES ====================================================================== */

.offers #main-content .coming-book {padding-bottom: 25px;}
.offers #main-content .coming-book #ebook-title-left p {text-align:center; font-weight: bold;}
.offers #main-content .coming-book #ebook-title-left p.price-normally { padding-bottom: 5px; color: #666666;}
.offers #main-content .coming-book #ebook-title-left p.price { padding-bottom: 5px; color: #990000;}

.offers #main-content .coming-book #ebook-title-right h3 {font-weight: normal; color: #993366; font-size: 1.8em; text-align: center;}
.offers #main-content .coming-book #ebook-title-right h3 a {font-weight: normal; color: #993366}



/*  WIP PAGE  ====================================================================== */

p.nopad {padding: 0;}
h3.nomarg {margin: 0;}

.wip #main-content h3 {font-size: 1.3em;}

.wip #main-content h3 a {font-weight: normal;}

.wip #main-content .wiplist {padding-bottom: 25px;}



/*  AUTHOR PAGE  ====================================================================== */

.author-page #main-content img {margin: 0 auto 20px;}



/*  NEWSLETTER PAGE  ====================================================================== */

#embed_signup {padding: 0 20px;}


/*  CONTACT PAGE  ====================================================================== */

.contact #main-content fieldset {margin: 0; padding: 0 15px 30px; border: none;}

.contact #main-content .indicates-required {
text-align: right;
font-size: 11px;
margin-right: 4%;
}

.contact #main-content .required {
color: #e85c41;
font-size: 150%;
font-weight: normal;
position: relative;
top: 5px;
}

.contact #main-content label {
display: block;
margin-bottom: 3px;
}

.contact #main-content input, .contact #main-content textarea {
display: block;
width: 100%;
padding: 8px 0;
text-indent: 2%;
border: 1px solid #ABB0B2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contact #main-content form .button {text-transform: uppercase; max-width: 115px;}



/* SCROLLER ARROWS AND THEME ====================================================================== */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev {
  background: url(../images/scroller-arrows.gif) no-repeat 0 0;
  left: -25px;
  }

.slick-prev:hover, .slick-prev:focus {
  background: url(../images/scroller-arrows.gif) no-repeat 0 -20px;

  }

.slick-next {
  background: url(../images/scroller-arrows.gif) no-repeat -20px 0;
  right: -25px;
  }

.slick-next:hover, .slick-next:focus {
  background: url(../images/scroller-arrows.gif) no-repeat -20px -20px;

  }


/* ESPOTS ====================================================================== */

.translation-box {border-top: 1px solid #3f5972; padding-top: 15px; margin-top: 10px;}

.translation-box h4 {text-align: center; margin-bottom: 10px;}
.translation-box p {text-align: center;}

.translation-box img {margin: 0 auto;}

.translation-box .distributors li a {font-size: 0.9em}



/* BLOG ====================================================================== */


.blog blockquote { font-family: Georgia, times, serif; font-style: normal;font-weight: normal;	margin: 0;	 padding: 15px 80px; color:#666;}
.blog blockquote p { font-size: 1.1em; line-height: 1.7em;}
.blog blockquote em {font-style: italic;}
.blog blockquote strong {font-weight: bold;}

.blog #left-menu h3, .blog #author-description h2 {color: #3f5972; font-size: 1.8em; border-top: 1px solid #3f5972; border-bottom: 1px solid #3f5972; text-align: center; padding-top: 3px; text-transform: uppercase;}

.blog #author-description {  border-bottom: 1px solid #3f5972; }

.blog .entry-utility, .blog #nav-below {font-size: 0.8em;}

.blog .entry-utility, .blog #nav-below {padding-bottom: 20px; clear: both; display: block; overflow: hidden;}

.blog h2.entry-title {margin-bottom: 10px; color: #993366; text-align:center; font-size: 1.8em; font-weight: normal;}
.blog h2.entry-title a {color: #993366; font-weight: normal;}

.blog .post {border-bottom: 1px solid #3f5972; margin-bottom: 35px;}

.blog #left-connect {padding-bottom: 0;}

.blog .jcl_has_child ul li {padding-left: 15px;}
.blog .jcl_has_child ul li a {color: #3f5972;}
.blog span.jcl_count {padding-left: 5px;}


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

@media all and (max-width : 800px) {

.blog blockquote { padding: 10px;}

.header-desktop {display: none;}
.header-mobile {display: block;}

#bonus-material-right {float: left;margin-left: 0;}

#page-body #home-reader-magnet {
background-image: none;
}

#bonus-material-left #article-booklist {display: none;}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #993366;
		color:#FFF;
		text-decoration:none;
		border:none;
	}

	.toggle span {
		font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
	}

	.toggle:hover {
		background-color: #edaccc;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

nav ul.menu {max-width: 100%;}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #edaccc;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #333333; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
    max-width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

.blog #page-body .menu {display: block;}

}

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

.lr-pad-20 {padding: 0;}

#page-body #home-reader-magnet {
background-image: none;
}

}

@media all and (max-width : 450px) {

#page-body #home-reader-magnet {
background-image: none;
}

.container {
			padding: 0;
  }

body {
			background: #fff;
  }

}

@media all and (max-width : 330px) {

#page-body #home-reader-magnet {
background-image: none;
}

	nav ul li {
		display:block;
	}


}



/*  MAILERLITE FORMS ===========================================================  */

#mlb2-7522054 {padding-bottom: 15px;}

#mlb2-7522054 a:hover {
        cursor: pointer !important;
    }
    
    #mlb2-7522054 .subscribe-form {
        padding: 0 10px;
        width: 100% !important;
        border: 0px solid #F6F6F6 !important;
        background: #ffffff none !important;
        border-radius: 0px !important;
        box-sizing: border-box !important;
    }
    
    #mlb2-7522054 .ml-block-form {
        margin-bottom: 0px;
    }
    
    #mlb2-7522054 label { font-weight: normal;}
    
    #mlb2-7522054 .subscribe-form .form-section {
        margin-bottom: 5px;
        width: 100%;
    }
    
    #mlb2-7522054 .subscribe-form .form-section.mb10 {
        margin-bottom: 3px;
        float: left;
    }
    
    #mlb2-7522054 .subscribe-form .form-section.mb0 {
        margin-bottom: 0px;
    }
    

    #mlb2-7522054 .subscribe-form .form-section .confirmation_checkbox {
        line-height: 150%;
        padding: 0px !important;
        margin: 0px 0px 15px 0px !important;
        color: #000000 !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }
    
    #mlb2-7522054 .subscribe-form .form-section .confirmation_checkbox input[type="checkbox"] {
        margin-right: 5px !important;
    }
    
    #mlb2-7522054 .subscribe-form .form-section .form-group {
        margin-bottom: 5px;
    }
    
    #mlb2-7522054 .subscribe-form .form-section .form-group label {
        float: left;
        margin-bottom: 5px;
        width: 100%;
        line-height: 100%;
    }
    
    #mlb2-7522054 .subscribe-form .form-section .checkbox {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    
    #mlb2-7522054 .subscribe-form .form-section .checkbox input {
        margin: 0px 5px 0px 0px;
    }
    
    #mlb2-7522054 .subscribe-form .form-section .checkbox input[type=checkbox] {
        -webkit-appearance: checkbox;
        opacity: 1;
    }
    
    #mlb2-7522054.ml-subscribe-form .form-group .form-control {
        width: 100%;
        font-size: 13px;
        padding: 10px 10px;
        height: auto;
        font-family: Arial;
        border-radius: 5px;
        border: 1px solid #999999 !important;
        color: #000000 !important;
        background-color: #FFFFFF !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: left;
    }


    
    #mlb2-7522054.ml-subscribe-form button[disabled] {
        cursor: not-allowed!important;
    }
    
    #mlb2-7522054.ml-subscribe-form .form-section.ml-error label {
        color: red!important;
    }
    
    #mlb2-7522054.ml-subscribe-form .form-group.ml-error label {
        color: red!important;
    }
    
    #mlb2-7522054.ml-subscribe-form .form-group.ml-error .form-control {
        border-color: red!important;
    }
    
    #mlb2-7522054 .ml-vertical-align-center {
        text-align: center;
        display: block;
    }
    
    #mlb2-7522054 .ml-block-success,
    #mlb2-7522054 form.ml-block-form {
        display: inline-block;
        width: 100%;
    }
    
    #mlb2-7522054 .ml-block-groups {
        text-align: left;
    }
    
    #mlb2-7522054 p {
        font-size: 1em;
    }
    
    #mlb2-7522054 .ml-block-groups p,
    #mlb2-7522054 .ml-block-success p {
        font-weight: bold;
    }
    
    @media (max-width: 768px) {
        #mlb2-7522054 {
            width: 100% !important;
        }
        #mlb2-7522054 form.ml-block-form,
        #mlb2-7522054.ml-subscribe-form .subscribe-form {
            width: 100% !important;
        }
    }



.deutsch-ml #mlb2-6062296.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 90%;
	width: 90%;
}

.deutsch-ml #mlb2-6062296.ml-form-embedContainer p {
	padding: 0px;
}

.deutsch-ml #mlb2-6062296.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	width: auto;
	padding: 0 20%;
}

.deutsch-ml #mlb2-6062296.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	font-size: 1.2em;
}


 @media (max-width: 768px) {
	.deutsch-ml #mlb2-6062296.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
		max-width: 90%;
		width: 90%;
	}

	.deutsch-ml #mlb2-6062296.ml-form-embedContainer p {
		padding: 0px;
	}

	.deutsch-ml #mlb2-6062296.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
		width: auto;
		padding: 0;
	}
}

.deutsch-ml #mlb2-6081168.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 90%;
	width: 90%;
}

.deutsch-ml #mlb2-6081168.ml-form-embedContainer p {
	padding: 0px;
}

.deutsch-ml #mlb2-6081168.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	width: auto;
	padding: 0 20%;
}

.deutsch-ml #mlb2-6081168.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	font-size: 1.2em;
}


 @media (max-width: 768px) {
	.deutsch-ml #mlb2-6081168.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
		max-width: 90%;
		width: 90%;
	}

	.deutsch-ml #mlb2-6081168.ml-form-embedContainer p {
		padding: 0px;
	}

	.deutsch-ml #mlb2-6081168.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
		width: auto;
		padding: 0;
	}
}

.deutsch-ml #mlb2-6081000.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 90%;
	width: 90%;
}

.deutsch-ml #mlb2-6081000.ml-form-embedContainer p {
	padding: 0px;
}

.deutsch-ml #mlb2-6081000.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	width: auto;
	padding: 0 20%;
}

.deutsch-ml #mlb2-6081000.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	font-size: 1.2em;
}


 @media (max-width: 768px) {
	.deutsch-ml #mlb2-6081000.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
		max-width: 90%;
		width: 90%;
	}

	.deutsch-ml #mlb2-6081000.ml-form-embedContainer p {
		padding: 0px;
	}

	.deutsch-ml #mlb2-6081000.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
		width: auto;
		padding: 0;
	}
}



a.payhip-add-to-cart-button {
	font-family: helvetica neue,Helvetica,Arial,lucida grande,tahoma,verdana,arial,sans-serif!important;
    text-decoration: none!important;
    box-shadow: 0 1px 3px rgba(0,0,0,.075)!important;
    border-radius: 5px!important;
    padding: 9px 15px!important;
    box-sizing: content-box!important;
    border: 1px solid!important;
    font-weight: 700!important;
    font-size: 13px!important;
    display: inline-block!important;
    outline: none!important;
    cursor: pointer!important;
	
	background-color: #9444b0!important;
    background-image: linear-gradient(#c06ddd,#9444b0)!important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#c06ddd),to(#9444b0))!important;
    background-image: -ms-linear-gradient(top,#c06ddd,#9444b0)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c06ddd',endColorstr='#9444b0');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c06ddd', endColorstr='#9444b0')";
    background-repeat: repeat-x!important;
    border-color: #7a2c95!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)!important;
    color: #fff!important;
	font-size: 16px!important;
	}
	
p.payhip-note {
font-size: 0.7em;
}
	
.payhip-wrapper {
	padding: 10px;
    border: 1px solid #cc6600;
    background-color: #fff6eb;
    margin-bottom: 30px;
}

.payhip-wrapper h2 {
font-size: 1.45em;
text-align: center;
}

p.payhip-discount {
text-align: center;
}






#announcement-bar .announcement-bar, #announcement-bar .announcement-bar__announcement {
    background-color: #6b0149;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    grid-area: announcements;
	font-weight: bold;
}

.color-accent-1 {
    color: #ffffff;
    background-color: #333;
}
		
#announcement-bar .announcement-bar__link {
    display: flex;
    width: 100%;
    text-decoration: none;
    height: 100%;
    justify-content: center;
    align-items: center;
	color: #ffffff;
	font-weight: normal;
}
#announcement-bar .link--text {
    color: #ffffff;
}
#announcement-bar .announcement-bar__link {
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-underline-offset: 0.3rem;
    color: #ffffff;
    font-size: 1.1em;
    font-family: inherit;
	font-weight: bold;
}

#announcement-bar .announcement-bar__link:hover {
	color: #ffffff;
	text-decoration: underline;
}
		

user agent stylesheet
#announcement-bar a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}


#announcement-bar .animate-arrow .icon-arrow path {
    transform: translate(-0.25rem);
    transition: transform var(--duration-short) ease;
}

path[Attributes Style] {
    fill-rule: evenodd;
    clip-rule: evenodd;
    d: path("M 8.537 0.808 a 0.5 0.5 0 0 1 0.817 -0.162 l 4 4 a 0.5 0.5 0 0 1 0 0.708 l -4 4 a 0.5 0.5 0 1 1 -0.708 -0.708 L 11.793 5.5 H 1 a 0.5 0.5 0 0 1 0 -1 h 10.793 L 8.646 1.354 a 0.5 0.5 0 0 1 -0.109 -0.546 Z");
    fill: currentcolor;
}
user agent stylesheet
:not(svg) {
    transform-origin: 0px 0px;
}
#announcement-bar .announcement-bar__link .icon-arrow {
    display: inline-block;
    pointer-events: none;
    margin-left: 0.8rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
}
		
#announcement-bar .icon-arrow {
    width: 1.5rem;
}
		
#announcement-bar h3 .icon-arrow,
#announcement-bar .h3 .icon-arrow {
  width: 1.5rem;
}

#announcement-bar .animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

#announcement-bar .announcement-bar__message {
    text-align: center;
    padding: 8px 0;
    margin: 0;
    letter-spacing: .1rem;
}




	