/*
 Theme Name:     HOT Divi Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        2.0.2
*/

/*
Gold: #bfa74e;
Blue: #2540b3;
Dark Blue: #182a73;
Button Pink: #e81570;
Button Hover Blue: #1e73be;
*/


/* =Theme customization starts here
------------------------------------------------------- */
.excov{width:150px;height:225px;}
.text-center{text-align:center;}

a:hover{color:#1e73be;}


.readmore_button_wrapper{
background: #e81570; border-color:#e81570; color: #ffffff;
  -webkit-appearance: button;
  display: inline-block;
  padding: 12px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.readmore_button_wrapper:hover{
background:#2540b3; border-color:#2540b3; color: #ffffff;
}
.readmore_button{color:#ffffff !important;}

/* *************** Horizontal Scrollbar Fix *************** */

#page-container { overflow:hidden; }

/* *************** Sharedaddy *************** */

div.sharedaddy .sd-content,
div.sharedaddy h3{
	width: 100%;
	text-align: center;
}

div.sharedaddy .sd-content ul {
	display: inline-block;
}

/* *************** Images *************** */

.img-responsive{
display: block;
max-width: 100%;
height: auto;
}

.aligncenter .img-responsive {margin: 20px auto;}

@media all and (max-width: 767px) {
.aligncenter .img-responsive {margin: 20px auto;}
.alignright .img-responsive {margin: 20px auto;}
.alignleft .img-responsive {margin: 20px auto;}
}


/* *************** Pagetitle *************** */

@media all and (max-width: 980px) {
.et_pb_fullwidth_section .et_pb_post_title{
	padding-top:20px;
}
}

h2.pagetitle, h1.entry-title.main_title{
	text-align:center;
	text-transform:uppercase;
	color:#000000;
	padding-top:0px;
	}

/* *************** News *************** */

.newsdate{
	color:blue;
	font-size:18pt;
	border-bottom:1px dotted blue;
	margin-bottom:10px;
	}


/* *************** Featured Content - White Container *************** */

#whitecontainer{background:#ffffff;}

@media all and (min-width: 768px) {
#whitecontainer{
background:#ffffff url(images/whitepagebg.jpg) top center no-repeat fixed;
}
}

.whitewrapper{background:#ffffff;border:0;}

@media all and (min-width: 768px) {
.whitewrapper{
border:10px solid #bfa74e;
background:#ffffff;
-webkit-box-shadow: 0px 0px 62px 27px rgba(102,130,222,0.75);
-moz-box-shadow: 0px 0px 62px 27px rgba(102,130,222,0.75);
box-shadow: 0px 0px 62px 27px rgba(102,130,222,0.75);
}
}

#bluecontainer{background:#ffffff;}

@media all and (min-width: 768px) {
#bluecontainer{
background:#01103c url(images/bluepagebg.jpg) top center no-repeat fixed;
}
}

.bluewrapper{background:#ffffff;border:0;}

@media all and (min-width: 768px) {
.bluewrapper{
border:10px solid #bfa74e;
background:#ffffff;
-webkit-box-shadow: 0px 0px 62px 27px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 62px 27px rgba(0,0,0,0.75);
box-shadow: 0px 0px 62px 27px rgba(0,0,0,0.75);
}
}

.bluewrapper .et_pb_column_4_4 {padding:20px;}
.bluewrapper .et_pb_column_0{padding:20px;}
.bluewrapper .et_pb_column_1{padding:20px;}
.bluewrapper .et_pb_column_2{padding:20px;}
.bluewrapper .et_pb_column_1_3 {padding:20px;}
.bluewrapper .et_pb_column_2_3 {padding:20px;}
.whitewrapper .et_pb_column_4_4 {padding:20px;}
.whitewrapper .et_pb_column_0{padding:20px;}
.whitewrapper .et_pb_column_1{padding:20px;}
.whitewrapper .et_pb_column_2{padding:20px;}
.whitewrapper .et_pb_column_1_3 {padding:20px;}
.whitewrapper .et_pb_column_2_3 {padding:20px;}

@media all and (min-width: 992px) {
.whitewrapper .et_pb_column_0 {padding-right:10px !important;}
.whitewrapper .et_pb_column_1 {padding-left:10px !important;}
}

/*
******************************************
BOOKS
******************************************
*/

@media all and (max-width: 767px) {
.book-info{padding-top:30px;}
}

.cover  {
	border:1px solid #000000;
	margin-bottom:20px;}

/* *************** Headlines *************** */

h2.booktitle{
	text-align:center;
	}

h3.subtitle{
	color:#666666; 
	text-align:center;
	}

h4.release-date{
	color:blue;
	text-align:center;
	}

#ordering-options h2{
	border-bottom:1px solid #000000;
	padding-bottom:3px;
	}

.orderbook-headline{
	font-size:30px;
	text-align:center;
	line-height:1em;
}

.series-info{
	font-weight:normal;
	font-size:16pt;
	}

.tagline {
	text-align:center;
	font-size: 14pt;
	font-weight:bold;
}
/* *************** Orderbuttons *************** */

ul.buy-buttons, ul.inline{
	margin-left:0;
	padding-left:0;
	list-style: none;}

ul.inline li{list-style: none;display: inline-block;padding:0 10px 5px;}

ul.buy-buttons li {
	display: inline-block;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

ul.buy-buttons li:hover {
    width: 80px;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}

/* *************** Excerpts *************** */

.excerpt p{
	text-align: left;
	text-indent:0px;}


@media all and (min-width: 768px) {

.excerptcontainer{
	background:#01103c url(images/bluebg.jpg) bottom center no-repeat fixed;
}

.excerptwrapper{
	padding:30px;
	border:10px solid #bfa74e;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 62px 27px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 62px 27px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 62px 27px rgba(0,0,0,0.75);
}

.excerpt p{
	text-align: justify;
	text-indent:45px;
	}
}

.excerpt p.chapter{
	text-align: center;
	text-indent:0px;
	font-size:18pt;
	text-transform:uppercase;
	}

.excerpt img{border:1px solid #000000;}

/*
******************************************
FOOTER
******************************************
*/

.fwidget h4.title{
	font-size:22pt !important;
	text-align:center !important;}

.fwidget a, .footer-widget a {
	color: #9dbff6 !important;
}
 
.fwidget a:hover, footer-widget a:hover {
	color: #93a7f9 !important;
}

/*
******************************************
BLOG
******************************************
*/

h2.entry-title, h2.entry-title a{
	font-size:30pt !important;}

/* *************** Sidebar *************** */

#sidebar a:link, #sidebar a:visited{
	color:#e81570;}
#sidebar a:hover{
	color:#1e73be;}

@media all and (max-width: 767px) {
#sidebar{
    display: none !important;
}
}


/* *************** Buttons *************** */
.btn {
background: #e81570; border-color:#e81570; color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  margin:10px;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  height:40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default:hover {background:#2540b3; border-color:#2540b3; color: #ffffff;}
.btn-default {background: #e81570; border-color:#e81570; color: #ffffff;}
.btn-default a{color:#ffffff;}
.btn-default a:hover{color:#ffffff;text-decoration:none;}


/* *************** JetPack Form & Custom Buttons *************** */

#subscribe-email{
	padding-bottom:0;}

#subscribe-email input {
	display:block; 
	padding:8px 0; 
	margin:0 0 10px 0; 
	text-indent:5px;
	background:#f6f6f6;
	border:1px solid #2540b3; 
	-webkit-appearance:none;}

#subscribe-submit button, #mc_embed_signup .button{
background: #e81570; border-color:#e81570; color: #ffffff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

#subscribe-submit button:hover, #mc_embed_signup .button:hover{
	background: #1e73be; 
	border-color:#1e73be; 
	color: #ffffff;
}


.form-submit input#submit { color: #ffffff; }
.form-submit input#submit:hover {background:#1e73be;}
input#submit .et_pb_button{color:#ffffff;}

/* *************** Newsletter Form *************** */
/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 0;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {background:#f6f6f6;border:1px solid #2540b3; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
/*#mc_embed_signup .button {clear:both; background-color: #85fcf2; 
border: 0 none; border-radius:4px; color: #ffffff; cursor: pointer; 
display: inline-block; font-size:15px; font-weight: bold; height: 32px; 
line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#04f9e5; color:#000000;}*/
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 0 10px 0; text-indent:5px; width:95%;}
/*#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}*/

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
.wp-pagenavi { 
	text-align:center;
	border-top-color:#cccccc; }

.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child { 
    padding: 6px 12px; 
    margin: 0 5px;  
    border: 0;
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }

/* Style the default text */
.wp-pagenavi .pages { 
    font-weight: bold !important; 
    color: #dddddd !important;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { 
  font-weight: bold !important;
  color: #fff !important;
  background-color: #337ab7;
  border-color: #337ab7; 
}

/* Style the current / hovered page link */
.wp-pagenavi span.current{ 
  font-weight: bold !important;
  color: #23527c !important;
  background-color: #eee;
  border-color: #eee; 
}
.wp-pagenavi a:hover { 
  font-weight: bold !important;
  color: #fff !important; 
  background-color: #182a73;
  border-color: #182a73;
}

/* Style the page count text */
.wp-pagenavi :first-child { color: #666666 !important; }

/* Add text to the "next" link */
.wp-pagenavi a.nextpostslink:before { content: 'Next '; }
.wp-pagenavi a.previouspostslink:after { content: ' Prev'; }

/*
******************************************
MIX-IT UP PLUGIN 
******************************************
*/
.container-books{
	padding-top:30px;
}

img.blackbr{border:1px solid #000000;}

/* Controls
---------------------------------------------------------------------- */
fieldset{
  vertical-align: top;
  display:inline-block;
  margin: 0;
  padding: .5em;
  border-radius: 3px;
}

.checkbox{
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}

.checkbox input[type="checkbox"]{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}

.checkbox label{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 2.5em;
  padding-bottom:0.4em;
  font-size:14pt;
}

.checkbox label:before,
.checkbox label:after{
  content: '';
  display: block;
  position: absolute;
}

.checkbox label:before{
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: #2540b3;
  border-radius: 3px;
}

.checkbox label:after{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}

.checkbox input:checked ~ label:after{
  opacity: 1;
}

.checkbox input:focus ~ label:before{
  background: #2540b3;
}

/* Container
---------------------------------------------------------------------- */
 .mix-it-up-container {
    padding: 1rem;
    text-align: justify;
    font-size: 0.1px;
}
 .mix-it-up-container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */
.mix,
.gap {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.mix {
position: relative;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */
@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */
@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* 5 Columns */
@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}

/*
******************************************
ROWS & COLUMNS
******************************************
*/

/* *************** Divi *************** */

.six-columns .et_pb_module {width: 16.66%; float: left;}
.five-columns .et_pb_module {width: 20%; float: left;}
.four-columns .et_pb_module {width: 25%; float: left;}
.four-columns-audio .et_pb_module {width: 25%; float: left;}

@media (max-width: 980px){
.six-columns .et_pb_module {width: 33.3%;}
.five-columns .et_pb_module {width: 33.3%;}
.four-columns .et_pb_module {width: 33.3%;}
.four-columns-audio .et_pb_module {width: 50%;}
}
 
@media all and (max-width: 767px) {
.six-columns .et_pb_module {width: 50%;}
.five-columns .et_pb_module {width: 50%;}
.four-columns .et_pb_module {width: 50%;}
.four-columns-audio .et_pb_module {width: 50%;}
}

@media all and (max-width: 500px) {
.four-columns-audio .et_pb_module {width: 100%;}
}

.five-columns .et_pb_module img {width: 80%;}
.six-columns .et_pb_module img {width: 80%;}
.four-columns .et_pb_module img {width: 80%;}
.four-columns-audio .et_pb_module {padding:0 20px 20px 20px;}

/* *************** Bootstrap *************** */

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.clearfix:before,.clearfix:after,.row:before,.row:after{clear:both;}

/* *************** Visibility *************** */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/* *************** Hidden *************** */

@media (max-width: 575.98px) {
  .hidden-xxxs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* *************** Columns & Rows *************** */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* *************** Centered Row with 5 Columns *************** */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* *************** Centered Row with 8 Columns *************** */
.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8ths {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8ths {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8ths {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8ths {
        width: 12.5%;
        float: left;
    }
}
/* *************** Centered Row with 10 Columns *************** */
.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-10ths {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-10ths {
        width: 10%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-10ths {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-10ths {
        width: 10%;
        float: left;
    }
}
/* *************** Centered Rows *************** */
.justify-content-center{text-align:center;}
.bookcol{
	display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
    margin-bottom:20px;
}

/*
******************************************
LANDING PAGE
******************************************
*/

h1.landingpage-title{
	text-align:center;
	text-transform: uppercase;
}

.bookcoverimg{
margin-bottom:20px;	
}

.authorimg{
width:230px;	
}

.author-section{
margin-top:30px;
border-top:3px solid #cccccc;	
padding-top:30px;
}
.book-buttons-section{
margin:30px auto;
display:block;
text-align:center;	
}

.coverimg-column{
margin:auto;
display:block;
text-align: center;	
}

@media (max-width: 767px) {
.book-blurb-container{
padding-top:30px;	
}
}

h2.bookheadline{
	text-align:center;
	text-transform: uppercase;
	margin-top:30px;
}
