/* EW custom css */
.book-info-title-date {
	display: block;
    	font-size: 12px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
    	color: #fff;
    	background: #3f4040 url("http://www.eileenwilks.com/wp-content/uploads/icon_toggle_date.png") no-repeat 94% center;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.book-info-title-isbn {
	display: block;
    	font-size: 12px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
    	color: #fff;
    	background: #3f4040 url("http://www.eileenwilks.com/wp-content/uploads/icon_toggle_isbn.png") no-repeat 94% center;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.book-info-title-buy {
	display: block;
    	font-size: 12px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
    	color: #fff;
      background: #3f4040 url("http://www.eileenwilks.com/wp-content/uploads/icon_toggle_buy.png") no-repeat 94% center;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.book-info-title{
	display: block;
    	font-size: 12px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
    	color: #fff;
    	background: #3f4040;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.book-info-content {
	display: block;
	padding: 8px 0px 8px 8px;
   	background: #f5f5f5;
	border:1px solid #e7e2db;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #373737
}
.book-info-btns {
	display: block;
	padding: 8px 0px 0px 8px;
   	background: #f5f5f5;
	border:1px solid #e7e2db;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #373737
}
.book-info-cover {
	display: block;
	padding: 0px 24px 0px 0px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #373737
}
.excerpt-btn {
	display: block;
	padding: 24px 0px 0px 0px;
	font-weight:bold;
	font-size: 12px;
	line-height: 1.3;
	color: #373737
}
.portfolioContent {
	display: block;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left
}

/* Responsive columns */
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter {
	float:left;width:100%;
}
.w3-col.s1 {width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}