/*
Theme Name:     TAG Library
Theme URI:      http: //atkinsgroup.com
Description:    TAG Library site custom theme - child theme for the Twenty Twelve theme 
Author:         Nikki Blight
Author URI:     http: //nlb-creations.com
Template:       twentytwelve
Version:        1.0
*/

.wbg-main-wrapper .wbg-item span.loop-type,
span.loop-type {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px !important;
	display: block;
}

.widget_custom_recent_books {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 10px;
}

.category-post-thumbnail {
	display: block;
	float: left;
	margin-right: 15px;
}

.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets,
.template-front-page .widget-area .widget:nth-child(2n), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	width: 100%;
}

.template-front-page .widget-area .widget_custom_recent_books ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.template-front-page .widget-area .widget_custom_recent_books li {
	list-style-type: none;
	max-width: 100px;
}

.wbg-details-wrapper .wbg-details-book-info {
  width: 100%;
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 10px;
}

.wbg-details-description-content {
	line-height: 25px;
}

.wbg-details-book-sub-title {
	margin-bottom: 10px;
}

.wbg-details-description-content ul,
.wbg-details-description-content ol {
	margin-left: 50px;
	margin-bottom: 20px;
}

.wbg-details-description-content ul li,
.wbg-details-description-content ol li {
	list-style-type: circle;
}

.wbg-details-description-content p {
	margin-bottom: 20px;
}