/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .book-rec-item {
	margin-right:20px;
	float: left;
}

.book-rec-widget-item {
	margin-right: 1em;
	margin-bottom: .5em;
	float: left;
}

.site-footer .widget_book_recs_widget {
	padding-bottom: .5em;
}

/*
.book-rec-widget-item-cover {
	width: 160px !important;
}
*/
.book-rec-widget-item-title {
	text-align: center;	
}

.book-rec-list-item-cover {
    margin-bottom: 0.5em;
}

.book-rec-list-item {
	margin-bottom: 1.5em;
	display: inline-block;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.book-rec-list-item-left {
	margin-right: 2%;
	margin-bottom: .5em;
	float: left;
    width: 24%;
}

.book-rec-list-item-right {
	margin-bottom: .5em;
	float: right;
    width: 74%;
}

.book-rec-list-item-footer {
    clear: both;
}

.book-rec-list-item-buy-links {
	margin-bottom: 1.5em;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 12px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

.book-rec-list-item-metadata {
    display: inline-block;
	margin-left: 2em;
	margin-bottom: 1.5em;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.10em;
}

.book-rec-list-item-metadata a {
	font-weight: normal;
}

.book-rec-list-item-genres-label,
.book-rec-list-item-tropes-label,
.book-rec-list-item-tags-label {
	margin-right: 0.5em;
}

.book-rec-list-item-retailer a.book-rec-list-item-retailer-image-link {
	padding:  0px; 
	border-radius: 0px;		
	box-shadow: none;
}

.book-rec-list-item-retailer a.book-rec-list-item-retailer-image-link:hover {
	-webkit-filter: drop-shadow(0px 0px 4px #222);
  	filter: drop-shadow(0px 0px 4px #222);
}

.book-rec-list-item-retailer a.book-rec-list-item-retailer-image-link,
.book-rec-list-item-retailer a.book-rec-list-item-retailer-image-link:hover,
.book-rec-list-item-retailer a.book-rec-list-item-retailer-image-link img {
	-webkit-box-shadow: none;
	-webkit-transition: none;
	transition: none;
	box-shadow: none;
}

.book-rec-list-item-retailer-image {
    width: 82%;
}

.book-rec-list-more-link {
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: capitalize;
}

.widget-book-rec-widget {
	padding-bottom: 0.75em;
}

.book-rec-all-taxonomies-list {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.entry-content .book-rec-all-taxonomies-list .book-rec-genre-list,
.entry-content .book-rec-all-taxonomies-list .book-rec-trope-list,
.entry-content .book-rec-all-taxonomies-list .book-rec-tag-list {
	flex-basis: 32%;
	margin-right: 0%;
}

.entry-content .book-rec-genre-list,
.entry-content .book-rec-trope-list,
.entry-content .book-rec-tag-list {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	padding: .5em;
	border: 1px solid #eee;
	margin-bottom: 1em;
	text-align: center;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 12px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.book-rec-genre-list ul,
.book-rec-trope-list ul,
.book-rec-tag-list ul {
	list-style: none;
	text-align: left;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.book-rec-genre-list ul.children,
.book-rec-trope-list ul.children,
.book-rec-tag-list ul.children {
	list-style: disc;
	margin-bottom: 0px;
}

@media (max-width:600px) {
	.book-rec-list-item-left {
		margin-right: 0px;
		width: 100%;
		text-align: center;
	}
	
	.book-rec-list-item-right {
		width: 100%;
	}
	
	.book-rec-list-item-cover {
		width: 50%;
		float: left;
	}
	.book-rec-list-item-buy-links {
		width: 50%;
		float: right;
	}

	.book-rec-list-item-metadata {
		letter-spacing: 0.06em;
		margin-left: 1em;
	}

	.entry-content .book-rec-all-taxonomies-list .book-rec-genre-list,
	.entry-content .book-rec-all-taxonomies-list .book-rec-trope-list,
	.entry-content .book-rec-all-taxonomies-list .book-rec-tag-list {
		flex-basis: 48%;
		margin-right: 0%;
	}
	
}