/*
 * Susanwiggs, WordPress web application.
 * Copyright (C) 2016-2017 HarperCollins
 Theme Name:   SusanWiggs
 Theme URI:    https://wordpress.org/themes/twentysixteen/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   https://wordpress.org/
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/
body{
    font-family: Arial, sans-serif;
	font-size: 15px;
}
p{
	line-height: 25px;
}
a{
	color: #a85a8a;
}
a:hover, a:focus{
	color: #311E18;
	outline: 0 none;
}
.clear{
	clear: both;
}
.marg_30top{
	margin-top:30px;
}
.marg_0{
	margin: 0 !important;
}
.pad_10t{
	padding-top: 10px;
}
.pad_5{
	padding: 5px;
}
.main-header{
	background:url(images/header_bg.jpg) no-repeat right top;
	/*-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;*/
	padding:31px 0 22px;
}
.logo-image img{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	
	height:245px;
}
.logo-image + aside{
	padding:36px 15px;
}
.susan-tagline{
	color:#a85a8a;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-left:142px;
}
.navbar-toggle{
	position: absolute;
    right: -30px;
    top: 20%;
    margin: 0;
    border: 0;
}
.navbar-toggle .icon-bar{
	background-color: #000;
	height: 5px;
	width: 32px;
}
.navbar{
    min-height: 10px;
    margin-bottom: 0;
    border: 0 none;
    z-index: 99;
}
.navbar-nav>li{
  padding:0;
}
.navbar-nav>li>a{
    padding: 14px 20px;
	font-family: 'Arcon-Regular';
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}
#slidemenu{
  position:relative;
}
.navbar-nav{
  margin:0;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background-color:transparent;
}
.navbar-inverse{
  background-color:#311E18;
  border:0 none;
}

.social-links {
	float: right;
    width: 202px;
	text-align:right;
	margin-top:5px;
}
.social-links a, .fb-link a {
    width: 37px;
    display: inline-block;
    height: 37px;
    padding-right: 2px;
	background:url(images/icons.png) no-repeat -3px -6px;
	text-indent:-10000px;
	text-align:left;
	white-space: nowrap;
}
.fb-link{
	padding: 0;
}
.fb-link a{
	display: block;
	text-indent: 40px;
	padding: 5px;
	font-weight: bold;
}
.social-links a.fb, .fb-link a.fb-icon {
    background-position:-43px -6px;
}
.social-links a.tw {
    background-position:-83px -6px;
}
.social-links a.pr {
    background-position:-123px -6px;
}
.social-links a.is {
    background-position:-43px -61px;
}
.fb-link a.mail-icon {
    background-position: -5px -60px;
}

#marker {
  position: absolute;
  display: none;
  background-color:#a85a8a;
  height: 52px;

  -webkit-transition: width 0.3s, left 0.3s;
  -moz-transition: width 0.3s, left 0.3s;
  -ms-transition: width 0.3s, left 0.3s;
  -o-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
}
.close-menu{
	display: none;
	text-align: right;
	color: #fff;
	padding: 5px 5px 0 0;
}

.close-menu .close-icon{
	font-size: 28px;
	cursor: pointer;
}

footer{
    background-color: #311E18;
	padding: 80px 0;
}
footer .footer-links a{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
}
footer .footer-links a:hover, 
footer .footer-links a:focus,
footer p{
	color: #fff;
}

.book-promos-bg{
    background:url(images/promo_bg.jpg) no-repeat center center;
	background-size: cover;
}
.book-promos{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 51%, rgba(255,255,255,0.7) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(49%, rgba(255,255,255,0.5)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(51%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0.7)));

    background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 51%, rgba(255,255,255,0.7) 100%);

    background: -o-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 51%, rgba(255,255,255,0.7) 100%);

    background: -ms-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 51%, rgba(255,255,255,0.7) 100%);
	
	background: llinear-gradient(to right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 51%, rgba(255,255,255,0.7) 100%);
	
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.promo-container{
	padding: 35px 0 20px;
	overflow: hidden;
}
.promo-description{
	margin-top: 80px;
    padding-left: 50px;
}
.promo-description h3, .promo-description p{
	margin-bottom: 20px;
}
.promo-description h3 a,
.promo-description h3 a:hover,
.promo-description h3 a:active{
	color: #a85a8a;
	text-decoration: none;
}

.promo-img-container{
	/*background: url(images/promoimg-bg.png) no-repeat right top;*/
	padding: 15px 23px 15px 40px;
}
.promo-img-container img{
	max-height: 405px;
}

.about-section{
    background-color: #FEF0C3;
	padding: 20px 0;
}
h1, h2.page-head{
	color: #a85a8a;
	font-size: 60px;
	font-family: 'AlexBrush-Regular';
}
.author-photo{
	width: 185px;
	float: left;
}
.author-photo img{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	height: 185px;
	width: 185px;
}
.author-description{
	float: left;
	padding: 10px 0 5px 10px;
	width: 70%;
	width: -webkit-calc(100% - 195px);
	width: -moz-calc(100% - 195px);
	width: calc(100% - 195px);
}
.author-description p{
	font-size: 15px;
	line-height: 22px;
}

.btn-transparent, .btn-colored, .widget_search .search-submit {
  	background: transparent;
	padding: 6px 15px;
	border: 1px solid #a85a8a;
	margin: 0 3px 5px 0;
	position:relative;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.btn-colored, 
.widget_search .search-submit{
	 background-color: #a85a8a;
	 color: #fff;
}
.btn-transparent span, 
.btn-colored span, 
.widget_search .search-submit{
	position: relative;
	z-index: 2;
	color: #a85a8a;
	font-family: 'Arcon-Regular';
	text-transform: uppercase;
	font-size: 15px;
	line-height: 23px;
}
.btn-colored span, 
.widget_search .search-submit{
	color: #fff;
}
/*.btn-transparent:hover span{
	color: #fff;
}
.btn-transparent:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  background-color: #a85a8a;
  z-index:0;
  
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  
}
.btn-transparent:hover:before {
   -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  width: 100%;
}*/

.blog-latest{
	padding: 40px 0;
}
.blog-img{
	width: 250px;
	float: left;
	margin-right:20px;
}
.blog-img img{
	/*-moz-box-shadow: 2px 5px 7px 0px #AFAFAF;
  	-webkit-box-shadow: 2px 5px 7px 0px #AFAFAF;
  	box-shadow: 2px 5px 7px 0px #AFAFAF;*/
	margin: 0 auto;
	
}
.blog-content{
	width: 72%;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	float: left;
}
h3{
	color: #a85a8a;
	font-size: 48px;
	font-family: 'AlexBrush-Regular';
	margin: 0;
}
h4{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}
h4.head{
	font-size: 24px;
}
h4.head + h4{
	font-weight: normal;
}
.page-head{
	line-height: 58px;
	margin: 0;
}
.blog-content p{
	line-height: 24px;
}
.blog-content p a{
	font-weight: bold;
}

.page-container{
	margin: 30px 0;
}

.paging{
	padding: 10px 0;
	/*overflow: hidden;*/
}
.show-items{
	color: #999999;
	font-size: 15px;
	line-height: 31px;
}
.pagination{
	margin:0;
	/*padding-right: 22px;*/
}
.pagination ul{
	margin:0;
	padding:0;
}
.pagination ul li{
	margin-left:5px;
	display:inline-block;
}
.pagination a{
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus{
	color: #311E18;
}
.pagination .current{
	color: #000;
	cursor: default;
	padding: 2px;
}
.pagination a.next, .pagination a.prev{
	position: relative;
    /* text-indent: -110000px; */
    display: inline-block;
    text-align: left;
}

.pagination a.next::after, 
.pagination a.prev::before {
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 32, 32, 0);
    border-width: 5px;
}
.pagination a.next {
	padding-right: 15px;
}
.pagination a.prev {
	padding-left: 15px;	
}
.pagination a.next::after{
	border-left-color: #a85a8a;
	left: 85%;
}
.pagination a.prev::before {
    left: 0;
    border-right-color: #a85a8a;
}
.pagination a.next:hover::after{
	border-left-color: #311E18;
}
.pagination a.prev:hover::before{
	border-right-color: #311E18;
}
.bottom-pagination{
	clear: both;
}

.book{
	margin-bottom: 20px;
	padding: 50px 30px 40px;
	background-color: #fff0c3;
	overflow: hidden;
}
.book:last-child{
	margin-bottom: 0;
}
.book-img{
	width: 30%;
	max-width: 230px;
	margin-right: 40px;
	float: left;
}
/*.book-img img{
	-moz-box-shadow: 2px 5px 7px 0px #AFAFAF;
    -webkit-box-shadow: 2px 5px 7px 0px #AFAFAF;
    box-shadow: 2px 5px 7px 0px #AFAFAF;
}*/
.book-content{
	float: left;
	width: 70%;
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 270px);
}
.book-content header a{
	color: #a85a8a;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}
.book-content h4{
	margin-top: 5px;
}
.book-content strong, .book-title strong{
	font-weight: normal;
	font-size: 15px;
}

.book-details{
	background: rgba(255,255,255,1);
	position: relative;
	/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,240,195,1) 32%, rgba(255,240,195,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(32%, rgba(255,255,255,1)), color-stop(32%, rgba(255,240,195,1)), color-stop(100%, rgba(255,240,195,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,240,195,1) 32%, rgba(255,240,195,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,240,195,1) 32%, rgba(255,240,195,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,240,195,1) 32%, rgba(255,240,195,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,240,195,1) 32%, rgba(255,240,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff0c3', GradientType=0 );*/
	margin-bottom: 0px;
	padding-bottom: 30px;
}
.book-details:before{
	content: "";
	background: #fff0c3;
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 300px;
	z-index: 0;
}
.bookdetails-img-wrapper img{
	margin: 0 auto 15px;
	/*-moz-box-shadow: 2px 5px 7px 0px #AFAFAF;
    -webkit-box-shadow: 2px 5px 7px 0px #AFAFAF;
    box-shadow: 2px 5px 7px 0px #AFAFAF;*/
}
.book-title{
	margin-bottom: 20px;
}
.book-title h2{
	margin-top: 0;
    font-size: 24px;
    font-weight: bold;
}
.book-options{
	margin-bottom: 20px;
	min-height: 180px;
}
.sale-details{
	overflow: hidden;
}
.sale-details div{
	float: left;
	width: 50%;
	overflow: hidden;
}
.sale-details div span{
	float: left;
	padding: 5px 3px;
	min-width: 60px;
	color: #333;
}
.sale-details div span .format-lbl, 
.sale-details div span select{
	font-weight: normal;
	margin-bottom: 0;
}
.sale-details div span .format-lbl{
	word-break: break-word;
}
.sale-details div span select{
	width: 145px;
}
.sale-details div span:nth-child(2n + 1){
	font-weight:bold;
	clear: both;
}

.custom-select{
	margin-bottom: 5px;
}
.book-types .custom-select, .book-types .dropdown-menu.open{
	margin: 0px;
}

.quicklink-bottom{
	padding-bottom: 10px;
}

.book-overview{
	padding-top: 10px;
	margin-top: 20px;
}

.book-overview h4{
	padding-bottom: 10px;
}
.maps-img{
	background: #fcf7f1;
	padding: 10px;
	float: left;
	margin-right: 30px;
	max-width: 170px;
}

.recipe-list{
	padding: 0;
	margin: 20px 0 0;
	list-style-type: none;
}
.recipe-list li{
	margin: 0 50px 50px 0;
	width: 25%;
	max-width: 194px;
	float: left;
}
.recipe-list li:nth-child(4n+4){
	margin-right: 0;
}
.recipe-list li img{
	max-height: 307px;
	/*margin-bottom: 10px;
	-moz-box-shadow: 2px 5px 7px 0px #AFAFAF;
  	-webkit-box-shadow: 2px 5px 7px 0px #AFAFAF;
  	box-shadow: 2px 5px 7px 0px #AFAFAF;*/
}
.recipe-list .btn{
	width: 100%;
}

.heading{
	font-size: 24px;
	margin-bottom: 40px;
}

.events .container .row div{
	float: left;
	font-weight: bold;
	width: 60px;
	padding: 3px;
}
.events .container .row div + div{
	font-weight: normal;
	width: 90%;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
}
.events .place{
	color: #a85a8a;
}

.block{
	background-color: #fff0c3;
	padding: 30px 40px;
	min-height: 220px;
	margin: 20px 0; 
}

.press-links{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.press-links li{
	margin-bottom: 10px;
}
.press-links a{
	font-weight: bold;
	/*font-style: italic;*/
	position: relative;
	display: inline-block;
	padding: 5px 0 5px 30px;
}
span.pdf-icon{
	background: url(images/icons.png) no-repeat -133px -73px;
    display: inline-block;
    width: 24px;
    height: 24px;
	position: absolute;
	left: 2px;
}
.author-gallery{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.author-img{
	float: left;
	margin: 10px 49px;
	max-width: 165px;
	width: 33%;
}
.author-img img{
	max-height: 250px;
}
.author-img span{
	margin-top: 10px; 
	display: block;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inner-span {
	margin-top: 0 !important;
}
.author-img a{
	font-weight: bold;
}

.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none; max-height:140px !important;}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}

.bootstrap-select.btn-group .dropdown-menu{
	border: 1px solid #a85a8a;
	max-width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: none !important;
	overflow-y: visible !important;
}
.bootstrap-select.btn-group .dropdown-menu li a{
	white-space: normal;
	color: #a85a8a;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	margin:0 1px 2px;
}
.bootstrap-select.btn-group .dropdown-menu>li>a:focus, 
.bootstrap-select.btn-group .dropdown-menu>li>a:hover{
	background-color: #a85a8a;
	color: #fff;
	outline: 0 none;
} 
.bootstrap-select{
	width: 100% !important;
}
.bootstrap-select>.dropdown-toggle{
    background-color: #a85a8a;
    padding: 0;
    padding-right: 28px;
    border-radius: 0;
    border: 0;
}
.select-transparent.bootstrap-select>.dropdown-toggle{
    background-color: #fff;
	border: 1px solid #a85a8a;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    background-color: #a85a8a;
    display: block;
    padding: 6px 0px 6px 12px;
    color: #fff;
    font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.select-transparent.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	background-color: #fff;
	color: #a85a8a;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    top: 48%;
    border-top: 5px dashed #fff;
    border-top: 5px solid\9;
    border-top-color: #fff;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
}
.select-transparent.bootstrap-select.btn-group .dropdown-toggle .caret{
    border-top: 5px dashed #a85a8a;
}
.bootstrap-select.btn-group.dropup .dropdown-toggle .caret{
    border-bottom: 10px dashed #fff;
    border-bottom: 10px solid\9;
	border-bottom-color:#fff;
    border-top:0;
}
.select-transparent.bootstrap-select.btn-group.dropup .dropdown-toggle .caret{
	border-bottom-color:#a85a8a;
}
.bootstrap-select.open>.dropdown-toggle.btn-default:hover,
.bootstrap-select.open>.dropdown-toggle.btn-default:focus,
.bootstrap-select.open>.dropdown-toggle.btn-default,
.btn-default:active:hover{
	    background-color: #a85a8a;
		outline: 0 none;
}
.select-transparent.bootstrap-select.open>.dropdown-toggle.btn-default:hover,
.select-transparent.bootstrap-select.open>.dropdown-toggle.btn-default:focus,
.select-transparent.bootstrap-select.open>.dropdown-toggle.btn-default,
.select-transparent.btn-default:active:hover{
	    background-color: #fff;
}

.other-sellers .dropdown-menu{
	width: 100%;
}
.bottom-pagination .show-items {
  visibility: hidden;
}
.reading-links a {
	text-decoration: underline;
}
.share .ssba img, 
.share .ssba_twitter_share .ssba.ssba-img,
.detailed-post .ssba img, 
.detailed-post .ssba_twitter_share .ssba.ssba-img{
	width: auto !important;
}
.share_mobi .ssba img{
	width: 86px !important;
}
.share_mobi .ssba_twitter_share .ssba.ssba-img{
	width: 64px !important;
}

.form .row{
	margin-bottom: 10px;
}
.label{
	color: #000;
	font-size: 100%;
	padding: 0;
}
.frm_style_formidable-style.with_frm_style input[type="text"].form-control,
.frm_style_formidable-style.with_frm_style input[type="password"].form-control,
.frm_style_formidable-style.with_frm_style input[type="email"].form-control,
.frm_style_formidable-style.with_frm_style input[type="number"].form-control,
.frm_style_formidable-style.with_frm_style input[type="url"].form-control,
.frm_style_formidable-style.with_frm_style input[type="tel"].form-control,
.frm_style_formidable-style.with_frm_style input[type="phone"].form-control,
.frm_style_formidable-style.with_frm_style input[type="search"].form-control,
.frm_style_formidable-style.with_frm_style select.form-control,
.frm_style_formidable-style.with_frm_style textarea.form-control,
.comment-form input:not([type="submit"]) {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
    box-shadow: none;

	height: 28px;
	line-height: 28px;
	padding: 3px 6px;
    border: 1px solid #ccc;
}

textarea.form-control{
	max-width: 100%;
	min-height: 100px;
}

.note *{
	font-size: 12px;
	line-height: 18px;
}

.frm_submit{
	overflow: hidden;
}
.frm_style_formidable-style.with_frm_style input[type="submit"].btn.btn-colored,
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"].btn.btn-colored,
.frm_form_submit_style.btn.btn-colored,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"].btn.btn-colored{
	background-color: #a85a8a;
	color: #fff;
	padding: 6px 15px;
	border: 1px solid #a85a8a;
	margin: 0 3px 5px 0;

	font-family: "Arcon-Regular";
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;

	box-shadow: 0 0 0 #eeeeee;
	width: inherit;
}
.author-pic{
height: 250px;
}
.release_schedule .row{
    padding: 5px;
    border: 1px solid #E2E2E2;
}
.new-release .row:nth-child(odd){
   background-color: #FDFAFA;
}
.new-release .row + .row{
    border-top: 0 none;
}

.fb-page, .fb-page iframe[style], .fb-page span { 
	width: 100% !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
-------------------------------------------------------------- */
/**
 * Responsive WordPress Core Theme Styles
 * http://jeffsebring.com/responsive-wordpress-images/
--------------------------------------------------- */

.sticky,
.bypostauthor,
.gallery-caption {
   display: normal;
}

.alignnone {
   margin: 1em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
   display:block;
   margin: .5em auto;
}

.alignright {
   float:right;
   margin: 0 0 1em 1em;
}

.alignleft {
   float:left;
   margin: 0 1em 1em 0;
}

.aligncenter {
   display: block;
   margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
   max-width: 100%;
   height: auto;
}

img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

img.alignright {
   margin-left: 1em 0 1em 1em;
}

img.alignleft {
   margin: 1em 1em 1em 0;
}

img.aligncenter{
   display: block;
   margin: 1em auto;
}

img#wpstats {
   display: block;
   margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
   .gallery .gallery-icon img {
   border: none;
}

.wp-caption {
   margin-bottom: 1em;
   margin-left: 0;
   max-width: 96%;
   text-align: center;
}

.wp-caption img {
   display: block;
   margin: 0 auto;
}

.wp-caption-text {
   position: relative;
   font-size: .8em;
}

.gallery {
   margin: 0 auto;
}

.gallery .gallery-item  {
   margin: 0;
   float: left;
   text-align: center;
   width: 33%;
}

.gallery a img {
    border: 1px solid #006a80 !important;
    display: inline;
    margin: 0 7px 7px 0;
    padding: 4px;
}

.gallery-columns-4 .gallery-item {
   width: 25%;
}

.gallery-columns-4 .gallery-item img {
   width: 100%;
   height: auto;
}

.comments ol    {
   padding-left: 0;
}

.comments ol li {
   margin: 0;
}

.comment-author {
   padding: 0;
   text-decoration: none;
}.event-row {
    margin-left: -15px;
    margin-right: -15px;
}
.error-404.not-found {
    min-height: 500px;
}
.visible-md.visible-lg.format_change{
	float:left;
}
.book_content_load .sale-details .book_isbns span {
	color: #a85a8a;
}
.buyfrom_content_load .filter-option {
	color: gray !important;
}

.blog-posts p{
	line-height: 1.4;
}
.blog-posts .left-column {
    background-color: #FDF4D9;
}
.blog-posts .posts-list {
    background-color: #fff;
}
.blog-posts .posts-list .book {
    margin: 20px 0 0 0;
    padding: 10px;
    background: transparent;
    border-bottom: 1px dotted #a85a8a;
}

.widget-title{
	color: #7B7B7B;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #7B7B7B;
    padding: 5px 0;
}
#secondary section {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_archive ul li {
    padding: 3px;
    font-size: 13px;
}

.popular-posts .wpp-list {
    padding: 0;
}
.popular-posts .wpp-list li {
    padding: 1px 5px;
}

.twitter-timeline, .textwidget {
    font-size: 14px;
}
.widget_search label .screen-reader-text {
    display: none;
}

.widget-easy-twitter-feed-widget-container .col-lg-12 a {
    color: #7B7B7B;
    font-size: 16px;
    font-weight: bold;
    /* border-bottom: 2px dotted #7B7B7B; */
    padding: 5px 0;
    display: block;
    margin-bottom: 10px;
}


#wp-calendar {
    width: 100%;
}
#wp-calendar  caption {
    color: #a85a8a;
    font-size: 18px;
}
#wp-calendar th,
#wp-calendar td {
    text-align: center;
}
#wp-calendar td#today {
    background-color: #DCB650;
}

.block-heading {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
    color: #717171;
}


.tags a {
    padding: 5px;
    background: #FDF4D9;
    margin-left: 5px;
	margin-bottom: 5px;
    display: inline-block;
}


.ssba.ssba-wrap > div {
    text-align: left !important;
}

ul.related-posts {
    padding: 0;
    list-style-type: none;
}
ul.related-posts li {
    padding: 2px 10px;
}


.comments-container {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
/*.comment-content {
    overflow-y: hidden;
    margin-bottom: 5px;
}
.commentor-img {
    width: 20%;
    max-width: 96px;
    float: left;
    clear: left;
    margin-right: 5px;
}
.comment-text {
    float: left;
    width: 80%;
}*/

.comments-list {
    padding: 0;
    list-style: none;
}

.comments-area .comments-title{
    color: #a85a8a;
    font-size: 18px;
}
.comment-body footer{
	background: none;
	padding: 0;
}
.comment-body {
    margin-bottom: 10px;
}
.comment-content{
	word-wrap: break-word;
}
.comment-content p {
    margin-bottom: 0;
}
.comment ul.children {
    padding: 0 10px;
    list-style: none;
    margin-bottom: 15px;
}
.comment ul.children li {
    padding: 5px;
    background: #f5f5f5;
    margin-bottom: 5px;
}
.comment ul.children li li {
    border-top: 2px solid #ccc;
}


.comment-respond{
    padding: 10px;
    background: #F5F5F5;
}
.comment-form label{
	display: block;
    margin-bottom: 0;
    color: #444;
}
.comment-form-author, .comment-form-email {
    width: 50%;
    float: left;
}
.comment-form-url {
    clear: both;
}
.comment-form .required {
    color: #a85a8a;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form .form-submit .submit{
	background-color: #a85a8a;
    border: 1px solid #a85a8a;
    border-radius: 0;
    box-shadow: 0 0 0 #eeeeee;
    color: #fff;
    font-family: "Arcon-Regular";
    font-size: 15px;
    line-height: 23px;
    margin: 0 3px 5px 0;
    padding: 6px 15px;
    text-transform: uppercase;
    width: inherit;
}
.comment-metadata a, 
.comment-metadata .edit-link a {
	color: #a85a8a;
    font-size: 12px;
}
.detailed-post h1 {
    font-family: inherit;
    font-size: 2em;
    font-weight: normal;
}
.posts-list h2, .detailed-post h2{
	font-size: 2em;
	font-family: inherit;
}
.posts-list h3, .detailed-post h3{
    color: #7B7B7B;
    font-size: 0.8em;
	font-family: inherit;
}
.posts-list .row h1{
	line-height: 0.5;
    font-size: 60px;
    font-family: "AlexBrush-Regular";
}
.posts-list h1{
	line-height: 0.5;
    font-size: 2em;
    font-family: inherit;
}
.posts-list h1 strong, .posts-list h2 strong {
    font-family: Arial,sans-serif;
    font-size: 30px!important;
    font-weight: bold;
	line-height: 0.9;
}
p strong{
	font-weight: bold!important;
}
.posts-list .bottom-pagination .visible-lg .pagination a.page-numbers,
.posts-list .bottom-pagination .visible-lg .pagination .current,
.posts-list .bottom-pagination .visible-lg .pagination .dots,
.posts-list .bottom-pagination .visible-xs  .pagination a.page-numbers,
.posts-list .bottom-pagination .visible-xs  .pagination .current,
.posts-list .bottom-pagination .visible-xs  .pagination .dots{
  display: none;
}

.posts-list .bottom-pagination .visible-lg .pagination a.prev.page-numbers,
.posts-list .bottom-pagination .visible-lg .pagination a.next.page-numbers,
.posts-list .bottom-pagination .visible-xs .pagination a.prev.page-numbers,
.posts-list .bottom-pagination .visible-xs .pagination a.next.page-numbers {
  display: inline-block;
}
.back-to-top {
   background: rgba(198, 48, 1, 0.6) none repeat scroll 0 0;
   border-radius: 35px;
   bottom: 20px;
   display: none;
   height: 50px;
   position: fixed;
   right: 20px;
   text-decoration: none;
   width: 50px;
   z-index: 10001;
   border:none
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus{
  background: #a85a8a none repeat scroll 0 0 !important;
  border:none;
  outline:medium none !important;
}
#reply-title a {
    float: right;
    margin-top: 15px;
}
/*.posts-list .bottom-pagination .visible-lg .page-numbers{
	display:none;
}
.posts-list .bottom-pagination .visible-lg .next{
	display:block!important;
}*/


.btn.quick-links {
    background: #a85a8a none repeat scroll 0 0;
    border: 1px solid #a85a8a;
    border-radius: 0;
    display: block;
    font-size: 18px;
    padding: 6px 0 6px 12px;
    text-transform: uppercase;
    width: 100%;
}
.btn.quick-links .caret {
    position: absolute;
    right: 16px;
    top: 42%;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
}

.dropdown li a, .dropdown-menu li a {
    color: #a85a8a;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	margin: 0 1px 2px;
	padding-left:7px;
}
.dropdown li a:hover, .dropdown-menu li a:hover, .book-types .dropdown-menu li a:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary{
	background: #a85a8a;
	color: #fff;
}
#buyfromid {
    margin-left: 0;
    padding-right: 30px;
}
.book-types .dropdown-menu, .buyfromdiv .dropdown-menu, .other-formats .dropdown-menu{
    border-color: #a85a8a;
    box-shadow: none;
    max-width: 100%;
    min-width: 100%;
	margin-top: 0;
	top: inherit;
}
.other-formats .dropdown-menu {
	top: 100%;
}
.dropdown.other-formats {
	padding-bottom: 0;
}

.btn-primary.quick-links.active.focus, .btn-primary.quick-links.active:focus, .btn-primary.quick-links.active:hover, .btn-primary.quick-links.focus:active, .btn-primary.quick-links:active:focus, .btn-primary.quick-links:active:hover, .open > .dropdown-toggle.btn-primary.quick-links.focus, .open > .dropdown-toggle.btn-primary.quick-links:focus, .open > .dropdown-toggle.btn-primary.quick-links:hover {
	background: #a85a8a;
}
.dropdown, .dropup {
    padding-bottom: 5px;
    position: relative;
}
.btn.btn-primary.select-transparent.dropdown-toggle.font-arcon.other-formats.hidden-md.hidden-lg.format_change.quick-links {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #a85a8a;
    color: #a85a8a;
}
.other-formats {
	float: left;
    width: 100%;
}
.other-formats .btn.quick-links{ font-size: 15px; }
.blog-posts .detailed-post article{
	clear: both;
}
blockquote{
color:#a8a8a8;
border:none;
}

.blog-posts .wp-caption{
background-color:#f3f3f3;
border:1px solid #ddd;
margin:10px;
}
.zero_comments{
font-weight: bold;
}

img.aligncenter,
aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
 
.blog-announcement{
	padding:0 0 40px 0;
} 
.blog-announcement .about-description {
    margin-bottom: 20px;
}
.blog-announcement .announcement_link{
	text-decoration:none;
	color:#333;
}

.buy-btn {
	background-color: #c63001;
	border-color: #c63001;
}
