/* base styles */

body {
  border-top: 5px solid #941c1e;
  background-color: #f8f2e6;
  color: #444;
  font-family: "pt_sansregular";
}

hr { border: 0;
	height: 0;
	border-top: 1px solid #909090;
}

a:link, a:visited {
	color: #7e191b;
}

a {
	color: #7e191b;
}

a:hover {
	color: #63686b;
}

.clear {
	clear: both;
	margin-bottom: -20px;
}

/* font styles */

h1 {
	font-size: 23px;
	font-family: "pt_sans_captionbold";
}

h2 {
	font-family: 'pt_sans_captionbold';
	font-size: 20px;
}

h3 {
	font-family: 'pt_sans_captionbold';
	font-size: 18px;
	clear: both;
}

h4 {
	font-family: 'pt_sans_captionbold';
	font-size: 15px;
	line-height: 25px;
}

h5 {
	font-family: 'pt_sans_captionbold';
	font-size: 14px;
}

h1.static-headline {
	margin-top: 45px;
	padding-bottom: 5px;
	border-bottom: 1px solid #909090;
}

h2.border-free {
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 0;
}

h2.headline {
  font-size: 20px;
  font-family: 'pt_serif_captionitalic';
  margin-top: 10px;
   margin-left: 0;
}

h2.headline.upcoming {
	margin-top: -5px;
	margin-left: -1px;
	display: none;
}

h2.booktitle {
	margin-top: 40px;
	font-size: 22px;
}

h3.subtitle {
	margin-top: -3px;
	font-size: 17px;
}

h3.sales-rep {
	font-size: 17px;
	margin-bottom: -1px;
}

h3.subtitle {
	font-size: 18px;
}

h3.spec-title {
	margin: 0 0 -5px 0;
}

.blog h3 {
font-family: "pt_sans_captionregular";
font-size: 14pt;
}

.page-title { 
	display: none;
}

.container {
	font-family: 'pt_sansregular';
}

strong { font-family: 'pt_sans_captionbold'; }

.main-content p {
	font-family: 'pt_sansregular';
	font-size: 14.5px;
	line-height: 28px;
	font-weight: 500;
}

.main-content blockquote p {
  font-family: "pt_serif_captionitalic";
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.main-content p + p {
  margin-top: 15px;
}

.main-content p + blockquote {
  margin-top: 15px;
}

.main-content blockquote {
  background: #eee6d3;
  border-top: 4px solid #941c1e;
  border-bottom: 4px solid #941c1e;
  margin: 5px 30px 15px -10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.main-content blockquote h5 {
  font-family: 'pt_sans_captionregular';
  margin-bottom: 20px;
  line-height: 18px;
}

.editor {
	line-height: 18px;
	margin-bottom: 5px;
}

.specialty {
	margin-bottom: 35px;
}

.binding {
	display: block;
margin-bottom:10px;
}

input#bindingChoice2 {
  margin-top: 15px;
}

.sidebar {
    font-family: "pt_sansregular";
    font-size: 14px;
}

.sidebar p {
	line-height: 16px;
}

.spec-label {
    font-family: "pt_sans_captionbold";
    font-size: 13px;
	display: none;
}

.blog p {
	font-size: 14px;
	line-height: 24px;
}

.read-more {
	float: right;
    font-family: "pt_sans_captionbold";
    font-size: 13px;
}

.list-unstyled, .list-inline {
	line-height: 30px;
	font-size: 16px;
}

li.success-msg {
	list-style: none;
}

.glyphicon-th { 
	margin-right: 3px;
}

.glyphicon-th-list:before { 
	margin-right: 5px;
}

.reviews p {
  font-size: 15.5px;
}

div.reviews h5 {
	  margin: -5px 0 15px 0;
}

/* navigation */

.navbar-nav > li > .dropdown-menu {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}

.nav-wrapper {
	height: 51px;
	border-bottom: 1px solid rgba(178, 176, 171, .6);
	box-shadow: #a2a09c 0 0 1px;
	-webkit-box-shadow: #a2a09c 0 0 1px;
}

.nav-wrapper .nav > li > a {
	font-family: "pt_sansregular";
  font-size: 17px;
}

.nav:after {
margin-bottom: 10px;
}

.dropdown-menu {
  top: 90%;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.175);
  background-color: #faf6ef;
}

.dropdown-menu li {
	margin-left: 15px;
}

.dropdown-menu .arrow-up {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #faf6ef;
  height: 0px;
  width: 0px;
  position: relative;
  top: -12px;
  left: 20px;
}

.dropdown-menu-right {
	text-align: right;
}

.subnav {
  padding-right: 0;
  padding-left: 10px;
  margin-top: 1px;
  background-color: #eee6d3;
  color: #444444;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.subnav ul li {
	font-family: 'pt_sansregular';
	font-size: .95em;
	line-height: 23px;
	text-indent: 10px;
}

.subnav li.title {
  text-indent: 10px;
  font-family: 'pt_sans_captionbold';
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddbb77), color-stop(100%,#d9b775)); 
  background: -webkit-linear-gradient(top, #e9ca8b 0%,#ddbb77 100%);
  background: -moz-linear-gradient(top, #e9ca8b 0%, #ddbb77 100%);
  background: -o-linear-gradient(top, #e9ca8b 0%,#ddbb77 100%);
  background: linear-gradient(to bottom, #e9ca8b 0%,#ddbb77 100%);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.caret {
	color: #ebddc2;
}

/* layout styles */

.main-content .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12.homegridbooks {
  margin-left: -15px;
}

.related-list div {
  padding-bottom: 5px;
}

.book-list {
	border-bottom: 1px solid #ccc;
	clear: both;
	width: 95%;
	margin-bottom: 20px;
}

.book-list-last {
	border-bottom: none;
}

.book-list .bookshadow {
	margin-bottom: 20px;
}

.book.first {
  margin-left: 7px;
}

.blog {
  background-color: #eee6d3;
  margin-right: 10px;
  padding-bottom: 20px !important;
  padding-right: 15px;
}

.award-winners {
	margin-left: 0 !important;
}

.event {
	margin: -10px 0 15px 20px;
}

.book-description {
	margin-bottom: 20px;
}

.author-bio {
	margin-bottom: 40px;
}

.author-events{
	margin-bottom: 50px;
}

div.reviews {
  padding: 5px 10px 10px 10px;
  margin-bottom: 30px;
  margin-top: -20px;
  border-top: 1px solid #909090 !important;
  border-bottom: 1px solid #909090 !important;
}

.related-list, .also-list {
  margin-bottom: 15px;
  margin-top: 20px;
}

footer {
	margin-top: 10px;
}

/* forms */

.control-label {
	font-family: 'pt_sans_captionbold';
}

button, select {
	margin-right: 5px;
}

button {
	border-radius: 5px;
	background-color: #7e191b;
	color: #fff;
	border: none;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

.sort-options {
	float: right;
	margin: -5px 35px 20px 0;
}

.btn {
	background-color: #7e191b;
	color: #fff;
	border: none;
	margin: 1px 0 0 2px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-default {
	background-color: #7e191b;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	margin-top: -2px;
}

.btn:hover {
	background-color: #63686b;
	color: #fff;
}

.form-inline {
	margin: 18px 0 0 60px;
	float: left;
}

#login-form ul {
	padding-right: 15px;
}

ul.form-list {
  padding-right: 15px;
}

/* image styles */

.sidebar img {
	border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin-top: 40px;
}

.book {
  border: 1px solid #ccc;
  margin-bottom: 8px;
  margin-top: 8px;
  max-width: 100%;
}

.bookshadow {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #ccc
}

.grid img {
	border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	  max-width: 85%;
	  max-height: 85%;
	  height: auto;
	  width: auto;
}

.related-book {
	height: 185px;
	width: auto;
	border: 1px solid #ccc;
}

.blog img {
	margin: 0 15px 10px 0;
}

.social-icons img {
	height: 32px;
	width: auto;
	padding-right: 5px;
	margin: 20px 0 10px 0;
	border: none;
}
.social-icons .social-last {
	padding-right: 0;
}

/* jumbotron */

.jumbotron {
	background-color: #f7f7f5;
	padding-top: 3px;
	border-bottom: 1px solid #fff;
}

.jumbotron img {
	width:100%;
	height: auto;
 	margin-left: 0px;
}

.carousel-control {
	color: #ccc;
}
a.carousel-control .glyphicon-chevron-left{
left: 15%;
}
a.carousel-control .glyphicon-chevron-right{
right:15%;
}
/* cart */

.cart {
	background: none;
	border: none;
}

.cart-label {
	font-size: 14px;
	color: fff;
	margin: 0 0 0 5px;
	color: #941c1e;
}

.shopping-cart {
	margin: 18px 0 0 10px;
	height: 32px;
	width: auto;
}

.cart-empty {
	margin-top: 40px;
	font-size: 18px;
	line-height: 38px;
}

.cart-collaterals {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#checkoutSteps li .step-title {
	display: visible;
}

dl.order-info {
	font-family: 'pt_sans_captionbold';
	font-size: 18px;
	margin-top: 30px;
}

table#my-orders-table {
	width: 100%;
	margin-bottom: 30px;
}

table#my-orders-table td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 10px;
}

th.a-center {
  width: 10%;
}

table#checkout-review-table td {
  border: 1px solid #ccc;
  padding: 5px;
}

textarea {
  overflow: visible;
  width: 90%;
}

.actions {
  margin-bottom: 10px;
}

table#shopping-cart-table h2 {
  font-size: 15px;
}

p.product-name {
  font-family: pt_sansbold;
  font-size: 16px;
}

.product-details {
  margin-bottom: 15px;
}

#checkoutSteps li.section .step {
	margin-top: 40px;
}

table#checkout-review-table {
	width: 100%;
}

.block.block-account {
	padding-top: 30px;
}

.block-title {
	font-size: 18px;
}

p.hello {
	margin-top: 30px;
	font-size: 18px;
}

h2.legend {
	padding-top: 20px;
}

ul.messages li.error-msg {
	margin-right: 15px;
}

div.box {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.my-account {
  margin-top: 30px;
}

/* responsive styles */

@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
	.subnav ul li {
		font-size: .85em;
		line-height: 20px;
		text-indent: 8px;
	}

  h2.headline {
    font-size: 20px;
	}
	.social-icons img {
		height: 18px;
		width: auto;
	}
  
}

@media (max-width: 768px) {
  .nav-wrapper {
    height: 51px;
  }

}

@media (max-width: 767px) {
	.blog {
		height: 280px;
	}
}

@media (max-width: 450px) {
	.blog {
		height: 280px;
	}
	.blog p {
		font-size: 12px;
		line-height: 24px;
	}

}


@media (min-width: 992px){
.nav-wrapper .nav > li {
    margin-right: 0px;
}
.nav-wrapper .nav > li > a {
	font-family: "pt_sansregular";
	font-size: 15px;
}
}
@media (min-width: 768px) and (max-width:992px){
	.nav-wrapper{
		background: #901B1E !important;
		height:100px !important;
	}
}

.viewless{
	position: absolute;
	margin-left:-4000px;
}
.required label::before{
	content: '*';
	color:#e8000d;
}