/* Stylesheet for plugin */

body.single-books a,
body.books-archive a {
	text-decoration: none;
}

.single-books .entry {
	margin-top: 50px;
}

.book-single-img img {
	width: 245px;
	border: 5px solid #fff;
	outline: 1px solid #ccc;
	margin: 0 15px 15px 0;
}

ul.book-single-buy-links {

}

ul.book-single-buy-links li {
	display: inline-block;
	margin: 0px 2px;
}

ul.book-single-buy-links li:first-child {
	margin-left: 0px;
}

ul.book-single-buy-links li a {
	text-decoration: none;
}

ul.book-single-buy-links li:first-child:after,
ul.book-single-buy-links li:last-child:after {
	content: " ";
}

ul.book-single-buy-links li:after {
	content: " -";
}

.book-archive-listing {
	float: left;
	overflow: auto;
	clear: both;
	padding: 15px 10px;
}

.book-archive-listing:nth-of-type(even) {
	background: #CCCCCC;
}

.book-archive-img img {
	border: 5px solid #fff;
	outline: 1px solid #ccc;
	margin: 0 15px 15px 0;
	width: 140px;
}

.book-archive-title h2 {
	margin-bottom: 0px;
}

.book-archive-title a {
	color: #333;
	font-weight: 700;
	font-size: 22px;
	text-decoration: none;
}

.book-archive-title a:hover {
	color: #D87C37;
}

.book-archive-pub h3 {
	font-weight: 700;
	font-size: 18px;
}

.book-widget-listing {
	float: left;
	width: 50%;
	padding: 10px 15px;
}

.book-widget-listing h2 {
	color: #fff;
	font-size: 24px;
}

.book-widget-listing a {
	color: #c60;
	text-decoration: none;
}

.book-widget-listing a:hover {
	color: #D87C37;
}

.home-book-slider {
	width: 1400px;
}

.home-book-slider #lightslider li {
	width: 1200px!important;
}

.book-slider-wrapper {
	padding: 40px 140px;
}

.book-slider-img img {
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;
	width: 180px;
	box-shadow: 0 2px 15px #000;
}

.book-slider-content {
	background: rgba(0,0,0,0.8);
	color: #fff;
	float: right;
	width: 80%;
	padding: 20px;
	min-height: 200px;
}

.book-slider-content h2 {
	color: #fff;
	font-family: "Cabin Condensed",sans-serif;
	text-transform: uppercase;
}

.book-slider-content a {
	text-decoration: none;
}

.book-slider-excerpt {
	padding: 20px 0px;
	border-bottom: 1px solid #fff;
}

.book-slider-content .book-single-buy-links {
	padding-top: 20px;
}

.lSAction > a {
	background-image: none!important;
	opacity: 1!important;
	height: 68px!important;
	width: 81px!important;
}

.lSAction > .lSPrev {
	background-image: url("images/prev_btn.png")!important;
	background-position: center!important;
	left: 25px!important;
}

.lSAction > .lSNext {
	background-image: url("images/next_btn.png")!important;
	background-position: center!important;
	right: 25px!important;
}

@media only screen and (max-width: 650px) {
	.lSAction > .lSPrev {
		left: 5px!important;
	}

	.lSAction > .lSNext {
		right: 5px!important;
	}
}

@media only screen and (max-width: 550px) {
	.lSAction > a {
		background-size: contain!important;
		height: 34px!important;
		width: 40.5px!important;
	}

}

@media only screen and (max-width: 450px) {
	.book-single-img img {
		width: 100%;
		height: auto;
	}
}
