@charset "utf-8";
/*@start body and top bar */
body {
    font-family: 'Noto Sans Vithkuqi', sans-serif;
	background-color: #000;
   	font-size: 1em;
    line-height: 1.5;
    color: #333333;
}
@media only screen and (min-width: 767px) {
	body {
		margin-top: 8px;
		line-height: 1.75;
	}
}
.mobileBar {
    display: block;
	background: #121a3f;
    text-align: center;
	padding: 0;
	color: #fff;
	font-weight: 400;
}
.topBar {
	display: none;
}
@media only screen and (min-width: 897px) {
	.topBar {
		display: block;
		background: #121a3f;
        text-align: left;     
		padding: 0;
	}
	.mobileBar {
		display: none;
	}
}
/* @start Social Media Header */
.topNavSocial {
    padding: 15px 5px;
    text-align: center;
}
@media only screen and (min-width: 897px) {
	.topNavSocial {
		float: left;
		padding: 15px 10px;
	}
}
.topNavSocial img {
  width: 19px;
}
.topNavSocial a {
  padding: 10px;
}
@media only screen and (min-width: 425px) {
	.topNavSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topNavSocial a  {
	padding: 5px 10px;
	}
}
@media only screen and (min-width: 1097px) {
	.topNavSocial a  {
	padding: 5px 10px;
	}
}
/*@start 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;
}
.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;
}
/*@start main website headers */
.small-header {
    display: block;
}
.small-header p {
	margin: 0;
}
@media only screen and (min-width: 481px) {
	.small-header {
		display: none;
	}
}
.medium-header {
    display: none;
}
@media only screen and (min-width: 481px) {
	.medium-header {
		display: block;
	}
	.medium-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 897px) {
	.medium-header {
		display: none;
	}
}
.large-header {
    display: none;
}
@media only screen and (min-width: 897px) {
	.large-header {
		display: block;
  	}
	.large-header p {
		margin: 0;
	}
}
/* @start 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 {
		max-width: 1432px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/*@start of mobile menu */
.js #menu, #menu { 
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
	font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1em;
    background: #121a3f;
    padding: 0;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0 5px 10px 5px;
    font-size: 1em;
}
.slicknav_btn {
	background-color: #2c325c;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.slicknav_nav a:hover {
	background: #2c325c;
	color: #fff;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #2c325c;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 896px) { 
	.js .slicknav_menu {
		display:block;
	}
}
/*@start of desktop menu */
nav {
	display:none;
}
@media only screen and (min-width: 897px) {
	nav { 
		display: block;
		font-family: 'Bricolage Grotesque', sans-serif;
		text-transform: uppercase;
		float: right;
	}
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
nav ul li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  transition: 0.3s linear;
  text-decoration: none;
  letter-spacing: .85px;
}
nav ul li a:visited, nav ul li a:hover {
  color: #fff;
}
nav ul li:hover { 
	background: #2c325c; 
	color: #fff;
}
nav ul li ul {
  display: none;
  position: absolute;
  width: 275px;
}
nav ul li ul li {
  display: block;
  font-size: 18px;
}
nav ul li ul li:first-child { 
	border-top: none; 
}
nav ul li ul li a {
  background: #121a3f;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover { 
	background: #2c325c; 
}
/* @start content area */  
.main-content {
    padding: 1% 5%;
    background-color: #fff;
    border-top: none;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 3%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 3% 10%;
	}
}
/*@start footer */
.main-footer {
    padding: 1% 5%;
    background: #81392c;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	line-height: 145%;
}
.review {
	font-family: 'Bricolage Grotesque', sans-serif;
	font-size: 1.65em;
    font-style: italic;
	color: #fbd7c6;	
	font-weight: 500;
	text-transform: none;
	line-height: normal;
}
/* @start 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: 20px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
		margin: auto;
	}
}
.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: 20px auto 50px auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
		margin: auto;
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.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: 657px) {
	.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: 657px) {
	.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: 947px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
.clearDiv {
	clear:both;
}
/* @start headings */
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #81392c;	
	font-weight: 500;
}
@media only screen and (min-width: 347px) {
	h1 {
		font-size: 1.85em;
	}		
}
@media only screen and (min-width: 397px) {
	h1 {
		font-size: 2em;
	}		
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 2.25em;
	}		
}
h2 {
	font-size: 1.4em;
	color: #323979;
}
@media only screen and (min-width: 897px) {
	h2 {
		font-size: 2em;
	}
}
h3 {
	font-size: 1.3em;
	color: #121a3f;
}
@media only screen and (min-width: 897px) {
	h3 {
		font-size: 1.75em;
	}
}
h4 {
	font-size: 1.2em;
	color: #81392c;
}
@media only screen and (min-width: 897px) {
	h4 {
		font-size: 1.65em;
	}
}
h5 {
    font-size: 1.1em;
    color : #323979;
}
@media only screen and (min-width: 897px) {
	h5 {
		font-size: 1.5em;

	}
	
}
h6 {
    font-size: 1.1em;
    color : #121a3f;
}
@media only screen and (min-width: 897px) {
	h6 {
		font-size: 1.4em;
	}	
	
}
/*@start links */
a  {
  color : #323979;
}

a:visited {
  color : #323979;
}

a:hover  {
  color : #4c56b4;
}
a.copyright {
	color:#fff;
	text-decoration: none;
}
a.copyright:visited {
	color:#fff;
}	
a.copyright:hover {
	color:#fbd7c6;
}
/*@start 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;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
	width: 90%;
    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: 627px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/* @buttons */
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 85%;
}
.linkButton:hover  {
	background: #000;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #121a3f;
}
.orangeLink  {
	background: #81392c;
}
/*@ misc */
.colorBox {
	background-color: #f6f6f6;
	padding: 10px 20px;
	margin: 20px 0;
}
@media only screen and (min-width: 897px) {
	.colorBox {
		padding: 25px 20px;
	}
}
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #e8e6eb;
    background: #e8e6eb;
    margin: 2em 0;
}
.largerText {
	font-size: 125%;
}
/*@start Home Page */
.slider-content {
    padding: 3% 4% 0 0;
	background-image: url("/images/home-highlight-sm.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

@media only screen and (min-width: 700px) {
	.slider-content {
		background-image: url("/images/home-highlight-2025.jpg");
		padding: 3% 5% 0 2%;
		background-position: bottom;
	}
}
.small-home {
	display: block;
}
.large-home {
	display: none;
}
@media only screen and (min-width: 700px) {
	.small-home {
		display: none;
	}	
	.large-home {
		display: block;
	}	
}
.slider-content img {
	max-width: 30%;
	padding: 15px 0 0 0;
}
@media only screen and (min-width: 897px) {
	.slider-content img {
		max-width: 150px;
		padding: 25px 0 0 0;
	}	
}
@media only screen and (min-width: 700px) {
	.slider-content img {
		max-width: 125px;
	}	
}
@media only screen and (min-width: 800px) {
	.slider-content img {
		max-width: 150px;
	}	
}
@media only screen and (min-width: 800px) {
	.slider-content img {
		max-width: 150px;
	}	
}
@media only screen and (min-width: 1092px) {
	.slider-content img {
		max-width: 200px;
	}	
}
@media only screen and (min-width: 1375px) {
	.slider-content img {
		max-width: 250px;
	}	
}
@media only screen and (min-width: 1640px) {
	.slider-content img {
		max-width: 300px;
	}	
}
.slider-content p {
	margin: 0;
}
h3.homeHighlight {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
/*@start Book Pages*/
.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;
}
.bookPage {
	width: 95%;
	margin: 0 auto 25px auto;
	max-width: 275px;
}
@media only screen and (min-width: 897px) {
	.bookPage {
		margin: 0 0 20px 0;
	}	
}
.booksPage {
	margin: 15px auto;
	width: 90%;
	max-width: 275px;
}
@media only screen and (min-width: 947px) {
	.booksPage {
		margin: 10px 15px;
	}	
}
.seriesPage {
	margin: 15px auto;
	width: 200px;
}
@media only screen and (min-width: 897px) {
	.seriesPage {
		margin: 0px 15px 20px 15px;
		width: 140px;
	}	
}
.buyBox {
	margin: 35px 0 20px 0;
	background: #f6f6f6;
	padding: 10px;
}
.buyBox img {
	padding: 5px 10px;
}
.bookDate {
    background: #000;
    color: #fff;
    padding: 15px;
    font-size: 1.2em;
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: none;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	margin: 15px 0 10px 0;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 1.1em;
    text-transform: uppercase;
    background: none;
    margin: 0 5px;
    border-radius: 0px;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #fff;
	text-shadow: none;
	background-color: #121A3F;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 0;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	background: #fff;
    margin: 10px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	color: #fff;
    text-shadow: none;
    background-color: #121A3F;
    text-align: center;
    font-size: 1.25em;
    font-weight: normal;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
p.reviewcredit {
	font-weight: bold;
	margin-left: 20px;
}
p.reviewer::before { 
    content: "~ ";
}
/*@start About page */
.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;
}
@media only screen and (min-width: 347px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1047px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1197px) {
	.bioPic {	
		max-width: 300px;
	}
}
/* @start Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#81392C; 
}
.floraforms .field-label em { 
	color:#81392C;
}
/* @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: #121A3F;
}
/* @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 #81392C;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #121A3F;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #81392C; }
.floraforms .btn-themed:active{ background-color: #81392C; }


.floraforms .alert-info { color:#81392C; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #121A3F; }
.floraforms .alert-warning { color: #fff; background-color: #81392C; }
.floraforms .alert-error { color:#81392C; 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: #81392C; 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: #81392C; }
.floraforms .flo-select > select:focus + .arrow { color: #81392C; }

/* @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: #81392C;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #81392C;
	border-left: none;
}
.floraforms .refresh-captcha i { 
	color: #81392C; 
}
.floraforms .frm-header, .floraforms .frm-footer {
    padding: 0;
    background: #fff;
}
/*bottom mail bar */
.showMobile {
	display: block;
	float: none; 
	width: 60px;
	margin: 10px auto 0 auto;
}
.showDesktop {
	display: none;
}
.boxfloat {
	text-align:center; 
	width:98%; 
	margin:0 auto;
}
.hidemailBar {
	display: none;
}
.mailBar {
	background: #894639; 
	bottom: 0; 
	color:#fff; 
	left:0; 
	padding: 10px 0 5px 0; 
	position:fixed; 
	font-size:1.15em; 
	width:100%; 
	z-index:9999; 
	float:left; 
	vertical-align:middle; 
	margin: 0px 0 0;
}
@media only screen and (min-width: 497px) {
	.mailBar {
		font-size:1.25em;	
	}
}
@media only screen and (min-width: 897px) {
	.mailBar {
		bottom: 0;
		top:  unset; 
		padding: 10px 0 5px 0; 
		font-size:22px; 
	}
}
.mailBar input[type="text"], .mailBar input[type="email"] {
    width: 200px;
	margin: 10px;
	background-color: #FAFAFA;
    border: 1px solid #fff;
    color: #666666;
	padding: 7px;
	font-size: 14px;
}
.mailBar input[type="submit"], .mailBar button[type="submit"] {
    background: #923e2f;    
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
	padding: 8px;
	font-size: 16px;
}
.closeBtn {
	background: #923e2f; 
	color: #fff;
	font-size: 12px; 
	border: 1px solid #fff; 
	padding: 5px; 
}
@media only screen and (min-width: 930px) {
	.showMobile {
		display: none;
	}
	.showDesktop {
		display: block;
		float: right;
		width: 70px;
		margin: 0 10px 0 10px;
	}
	.boxfloat {
		width:920px; 
	}
	.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;
	}
	.closeBtn {	 
		font-size: 12px; 
		padding: 5px;
	}
}
/*end of bottom mail bar */