/* 
Theme Name: Soho Press
Version: 1.0
Author: Fuzzco
Author URI: http://www.fuzzco.com
*/

/* $Typography & Colors
------------------------------------------------

"utopia-std"				Regular (400) / Bold (700)
"alternate-gothic-no-2-d"	Regular (400)
	
black	#2d2d2d
gray	#f7f7f7
blue	#385e6e
orange	#c75723
											  */

/* $Reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* $Global
--------------------------------------------- */
body {	
	font-family: "utopia-std", Georgia, Times, serif;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 100%;
	color: #2d2d2d;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	background: #f7f7f7 url('-/img/stripe-blue.png') repeat-x 0 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
img,
embed,
object,
video {
	max-width: 100%;
}
a {
	outline: none;
}
a:link,
a:visited {
	text-decoration: none;
	color: #c75723;
	text-decoration: underline;
}
a:hover {
	color: #385e6e;
}
p,
.page-content ul,
.page-content ol {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
h1 {
	font: 400 4.8em/1em "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font: 400 4em/1em "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #385e6e;
	margin-bottom: 20px;
}
h2 a:link,
h2 a:visited {
	color: #385e6e;
	display: inline-block;
	padding-right: 25px;
	background: transparent url('-/img/arrow-orange.png') no-repeat 100% 40%;
	text-decoration: none;
}
h2 a:hover {
	color: #c75723;
}
h3 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 600;
	color: #c75723;
	margin-bottom: 5px;
}
h3 a:link,
h3 a:visited {
	color: #c75723;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #2d2d2d;
	font-weight: 600;
	margin-bottom: 5px;
}
h5 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #2c5f6f;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
}
h5 a:link,
h5 a:visited {
	color: #2c5f6f;
	text-decoration: none;
}
h5 a:hover {
	color: #c75723;
}
h6 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #c75723;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
}
blockquote {
	font-size: 2em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 20px;
}
blockquote em,
blockquote i {
	font-style: normal;
}
::selection {
	background: #c75723;
	color: #fff;
}
::-moz-selection {
	background: #c75723;
	color: #fff;
}
*:focus {
	outline: none
}
.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom:1;
}
::-webkit-input-placeholder {}
:-moz-placeholder {}
input[type=text],
input[type=submit],
input[type=email] {
	-webkit-appearance: none;
	border-radius: 0;
}
.tame {
	width: 992px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
::-webkit-input-placeholder {
	color: #385e6e;
}
:-moz-placeholder {
	color: #385e6e;
}
::-moz-placeholder {
	color: #385e6e;
	opacity: 1;
}
input:focus::-webkit-input-placeholder {
	color: #c75723;
}
input:focus:-moz-placeholder {
	color: #c75723;
}
input:focus::-moz-placeholder {
	color: #c75723;
}
.shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('-/img/shade-orange.png') repeat 0 0;
	display: none;
}
.books .book {
	position: relative;
}
.books .book a:link,
.books .book a:visited {
	color: #fff;
}
.books .book a:hover .shade,
.books .book a:hover .book-meta {
	display: block;
}
.books .book-meta {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.books .book h2 {
	font: 400 3.4em/1em "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 20px auto 10px;
	color: #fff;
}
.books .book p {
	font-size: 1.8em;
	font-weight: 600;
}
.books .book p small {
	font-size: .6em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: underline;
	position: absolute;
	bottom: 40px;
}
h2 span {
	font: 600 .4em/2.2em "utopia-std", Georgia, Times, serif;
	color: #c75723;
	text-transform: none;
	float: right;
	margin-right: 60px;
}
.block.page-content {
	padding-top: 30px;
}
.selectbox select {
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
	width: 100%;
	}
.selectbox.error {
	border: 1px solid red;
}
.selectbox {
	color: #385e6e;
	font: 600 2.2em/1.8em "utopia-std", Georgia, Times, serif;
	height: 38px;
	border: none;
	padding: 1px 1% 2px;
	width: 96%;
	margin-top: 1px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
	margin-right: 0;
	border: 1px solid #c7c7c7;
	margin-top: -5px;
	display: inline-block;
}
.selectbox select {
	margin: 10px 0 0 0;
}
.selected-value {
	padding-left: 5px;
	margin-left: 0;
	text-align: left;
	font-size: .8em;
	width: 400px;
	display: block;
}
.selectbox .arrow {
	display: block;
	position: absolute;
	top: 16px;
	right: 8px;
	height: 12px;
	width: 13px;
	background: url('-/img/icons.png') no-repeat -10px -290px;
}
p.error {
	color: red;
}
.success {
	color: green;
}

/* $Slideshows
--------------------------------------------- */
.slideshow-wrap {
	width: 100%;
	overflow-x: hidden;
}
.slideshow {
	position: relative;
	height: 340px;
	margin-bottom: 30px;
	width: 100000px;
}
.slide-wrap {
	position: absolute;
	left: 0;
	opacity: 0;
}
.slide-wrap .slide {
	float: left;
}
.slideshow .fourth.last {
	margin-right: 30px;
}
.slideshow-controls {
	position: absolute;
	left: 0;
	width: 100%;
	height: 270px;
}
.slideshow-controls a {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	z-index: 6;
	text-indent: -9999px;
}
.slideshow-controls a.slideshow-previous:link,
.slideshow-controls a.slideshow-previous:visited {
	background: transparent url('-/img/icons.png') no-repeat -350px -10px;
	left: -32px;
}
.mobile .slideshow-controls a.slideshow-previous:link,
.mobile .slideshow-controls a.slideshow-previous:visited {
	left: 20px;
}
.slideshow-controls a.slideshow-previous:hover {
	background: transparent url('-/img/icons.png') no-repeat -350px -80px;
}
.slideshow-controls a.slideshow-next:link,
.slideshow-controls a.slideshow-next:visited {
	background: transparent url('-/img/icons.png') no-repeat -420px -10px;
	right: -32px;
}
.mobile .slideshow-controls a.slideshow-next:link,
.mobile .slideshow-controls a.slideshow-next:visited {
	right: 20px;
}
.slideshow-controls a.slideshow-next:hover {
	background: transparent url('-/img/icons.png') no-repeat -420px -80px;
}
.books .slideshow .book.large {
	margin-bottom: 0;
}
	
/* $Layout
--------------------------------------------- */
.fourth {
	width: 225px;
	float: left;
	margin-right: 30px;
}
.fourth.last {
	margin-right: 0;
}
.half {
	width: 480px;
	float: left;
	margin-right: 30px;
}
.half.last {
	margin-right: 0;
}
.thirds {
	width: 310px;
	float: left;
	margin-right: 30px;
}
.thirds.last {
	margin-right: 0;
}
.threefourths {
	width: 737px;
	float: left;
	margin-right: 30px;
}
.threefourths.last {
	margin-right: 0;
}
.block {
	background: transparent url('-/img/stripe-orange.png') repeat-x 0 0;
	padding-top: 20px;
	margin-bottom: 30px;
}
.block.blue {
	background: transparent url('-/img/stripe-blue.png') repeat-x 0 0;
}

/* $Header
--------------------------------------------- */
#mce-success-response {
	position: absolute;
	top: -28px;
	font-size: 1.2em;
	line-height: 1.2em;
}
.masthead {
	padding: 35px 0 10px;
	position: relative;
	z-index: 5;
}
.site-title,
.site-title a:link,
.site-title a:visited {
	width: 140px;
	height: 72px;
	display: block;
	float: left;
	margin-right: 30px;
}
.site-title a:link,
.site-title a:visited {
	background: transparent url('-/img/icons.png') no-repeat -10px -10px;
	text-indent: -9999px;
}
.site-nav {
	width: 140px;
	float: left;
	margin-right: 30px;
	min-height: 70px;
	font-size: 1.8em;
	font-weight: 600;
	color: #385e6e;
}
.site-nav a:link,
.site-nav a:visited {
	color: #385e6e;
	text-decoration: none;
}
.site-nav li.current_page_item a:link,
.site-nav li.current_page_item a:visited,
.site-nav a:hover,
.site-nav a.current_page_item:link,
.site-nav a.current_page_item:visited {
	color: #c75723;
	}
.site-nav .dropnav-link:hover {
	color: #385e6e;
}
.site-nav ul {
	position: relative;
}
.site-nav ul ul {
	display: none;
	width: 100%;
	margin-left: -10px;
}
.site-nav > ul > li {
	line-height: 35px;
	border-top: 1px solid #c7c7c7;
	padding: 0 10px;
}
.site-nav > ul > li:hover {
	cursor: pointer;
}
.site-nav > ul > li:hover ul {
	display: block;
	position: absolute;
	background: #fff;
}
.site-nav ul ul li {
	padding-left: 10px;
	border-top: 1px solid #c7c7c7;
}
li.inprints {
	background: transparent url('-/img/icons.png') no-repeat 80px -125px;
}
li.subscription {
	background: transparent url('-/img/icons.png') no-repeat 110px -125px;
}
.masthead .input-rows {
	width: 394px;
	float: left;
	margin-right: 30px;
}
.masthead .input-row {
	position: relative;
}
.masthead input[type=text],
.masthead input[type=email],
.store-search-wrap input[type=text] {
	padding: 7px 10px;
	border: 1px solid #c7c7c7;
	float: left;
	background: transparent;
	width: 372px;
	font: 700 1.8em/1.2em "utopia-std", Georgia, Times, serif;
}
.masthead input[type=text] {
	border-top: none;
}
.masthead input[type=submit],
.store-search-wrap input[type=submit] {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 1px;
	top: 0;
	border: none;
}
.masthead .newsletter input[type=submit],
.store-search-wrap input[type=submit] {
	top: 1px;
}
div.mce_inline_error,
div#mce-error-response {
	color: red;
	font-size: 1.2em;
	position: absolute;
	top: -15px;
}
.masthead input[type=submit]:hover {
	cursor: pointer;
}
.masthead .newsletter input[type=submit] {
	background: transparent url('-/img/icons.png') no-repeat 2px -177px;
	text-indent: -9999px;
}
#mc_embed_signup input.mce_inline_error {
	border-color: red !important;
	border-bottom: 1px solid;
}
.masthead .newsletter input[type=submit]:hover {
	background-color: #c7c7c7;
}
.masthead .search input[type=submit],
.store-search-wrap input[type=submit] {
	background: transparent url('-/img/icons.png') no-repeat 2px -227px;
	text-indent: -9999px;
}
.masthead .search input[type=submit]:hover,
.store-search-wrap input[type=submit]:hover {
	background-color: #c7c7c7;
	cursor: pointer;
}
.bag-link:link,
.bag-link:visited {
	display: block;
	width: 35px;
	height: 38px;
	background: transparent url('-/img/icons.png') no-repeat -160px -10px;
	float: right;
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
	padding: 34px 10px 0 10px;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: .1em;
}
.bag-link:hover {
	text-decoration: none;
}

/* $Footer
--------------------------------------------- */
* {
	margin: 0;
	}
html,
body {
	height: 100%;
	}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	}
.push {
	height: 60px;
	}
.main-footer {
	text-align: center;
	height: 59px;
	line-height: 59px;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #313131;
	border-top: 1px solid #c5c5c5;
}
.main-footer a:link,
.main-footer a:visited {
	color: #313131;
	text-decoration: none;
}
.main-footer a:hover {
	color: #c75723;
}
.main-footer li {
	display: inline;
	padding: 0 20px 0 10px;
	background: transparent url('-/img/dot-orange.png') no-repeat 100% 0;
}
.main-footer li.email {
	background: none;
}

/* $Home
--------------------------------------------- */
.page-id-2 .books {
	height: 460px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.page-id-2 .books .shadow.up {
	width: 100%;
	height: 7px;
	background: transparent url('-/img/shadow-up.png') repeat-x 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.page-id-2 .books .open-wrap {
	text-align: center;
}
.page-id-2 .books a.open:link,
.page-id-2 .books a.open:visited {
	width: 106px;
	height: 38px;
	background: transparent url('-/img/icons.png') no-repeat -230px -50px;
	position: absolute;
	display: block;
	z-index: 3;
	text-indent: -9999px;
	bottom: 0;
	left: 50%;
	margin-left: -53px;
}
.page-id-2.mobile .books a.open:link,
.page-id-2.mobile .books a.open:visited,
.page-id-2.mobile .books .shadow.up {
	bottom: -2px;
}
.page-id-2 .books a.open.opened:link,
.page-id-2 .books a.open.opened:visited {
	background-position: -230px -10px;
}
.books .book.large a:link,
.books .book.large a:visited {
	display: block;
	position: relative;
	width: 225px;
	height: 342px;
}
.books .book.large {
	margin-bottom: 30px;
}
.books .book.large .shade {
	height: 340px;
}
.books .book.large .book-meta {
	padding: 20px 15px;
	background: transparent url('-/img/stripe-white.png') no-repeat 15px 20px;
	width: 195px;
	height: 302px;
}
.books .book.small a:link,
.books .book.small a:visited,
.books .book.fourth.small,
.books .book.fourth.small {
	display: block;
	position: relative;
	width: 97px;
	height: 150px;
	margin-bottom: 30px;
}
.books .book.small a:hover img {
	opacity: .8;
}
.ads .ad {
	margin-bottom: 25px;
	border: 1px solid #e3e3e3;
	display: block;
	float: left;
}
.ads .ad img {
	line-height: 0;
	float: left;
}
.events .event {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c5c5c5;
}
.events .event:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.events .event h3 {
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 86%;
}
.social h5 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}
.social p,
.social ul,
.social ol {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.tweets .tweet,
.blog .right .more {
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 95%;
}
.facebook-post {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: transparent url('-/img/tick.png') no-repeat 0 95%;
}
.tweets .tweet-time {
	display: block;
}
.medias .media h5 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 95%;
}
.medias .media h5 em {
}
.medias .media h5 a:link,
.medias .media h5 a:visited {
	text-decoration: none;
	color: #385e6e;
}
.medias .media h5 a:hover {
	color: #c75723;
}
.medias .media blockquote a:link,
.medias .media blockquote a:visited {
	text-decoration: none;
	color: #2D2D2D;
}
.medias .media blockquote a:hover {
	color: #c75723;
}
.page-id-2 .blogs .blog,
.single-authors .blogs .blog {
	background: none;
	padding-bottom: 0px;
}
.post-controls {
	padding-left: 255px;
	text-align: center;
}
.archive .post-controls {
	padding-left: 0;
}
.post-controls a:link,
.post-controls a:visited {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
	margin: 0 5px;
	font-size: 3em;
	text-decoration: none;
	color: #385e6e;
}
.post-controls a:hover {
	text-decoration: underline;
}
.post-controls span {
	font-size: 3em;
	margin: 0 5px;
	font-weight: 700;
	color: #385e6e;
}
.post-controls a.next:link,
.post-controls a.next:visited {
	background: transparent url('-/img/icons.png') no-repeat -5px -340px;
	text-indent: -9999px;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-top: -7px;
}
.post-controls a.prev:link,
.post-controls a.prev:visited {
	background: transparent url('-/img/icons.png') no-repeat -10px -390px;
	text-indent: -9999px;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-top: -7px;
}

.post-controls span.current {
	text-decoration: underline;
}
.blogs .blog {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 95%;
}
.blogs .blog h3,
.blogs .blog h4 {
	margin-bottom: 5px;
}
.blogs .blog .left {
	width: 40%;
	margin-right: 5%;
	float: left;
}
.blogs .blog .right {
	width: 55%;
	float: left;
}
.blogs .blog p {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.blogs .blog p a:link,
.blogs .blog p a:visited {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
}
.blogs .blog p a:hover {
	text-decoration: none;
}

/* $Authors
--------------------------------------------- */
.authors .block {
	margin-bottom: 0;
}
.authors .author {
	margin-bottom: 15px;
}
.authors .author .image {
	background: #AAA;
	height: 150px;
	overflow: hidden;
}

.authors .author img {
	margin-bottom: 10px;
}

.authors .author a {
	color: #385e6e;
	text-decoration: none;
}
.authors .author:hover a {
	color: #c75723; 
}

.authors .author a h3 {
	color: inherit;
	margin-top: 5px;
	min-height: 45px;
}

.author-controls h3 {
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	line-height: 1.4em;
}
.author-controls li {
	display: inline-block;
	line-height: 1.6em;
	margin: 0 3px;
}
.author-controls li a:link,
.author-controls li a:visited {
	color: #2d2d2d;
	text-decoration: none;
}
.author-controls li a.current:link,
.author-controls li a.current:visited,
.author-controls li a:hover {
	color: #385e6e; 
	text-decoration: underline;
}

/* $Imprint Page
--------------------------------------------- */
.imprint-content .events {
	margin-bottom: 30px;
}
.imprint-content .media blockquote {
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
}
.imprint-info {
	padding-top: 30px;
}
.imprint-info p {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 100%;
}
.social a.twitter:link,
.social a.twitter:visited {
	display: inline-block;
	color: #385e6e;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 30px;
	background: transparent url('-/img/icons.png') no-repeat -584px -6px;
	height: 24px;
	line-height: 24px;
	margin-right: 20px;
	text-decoration: none;
}
.social a.twitter:hover {
	color: #c75723;
	background: transparent url('-/img/icons.png') no-repeat -584px -86px;
}
.social a.facebook:link,
.social a.facebook:visited {
	display: inline-block;
	color: #385e6e;
	font-size: 1.8em;
	font-weight: 600;
	padding-left: 30px;
	background: transparent url('-/img/icons.png') no-repeat -584px -46px;
	height: 24px;
	line-height: 24px;
	margin-right: 20px;
	text-decoration: none;
}
.social a.facebook:hover {
	color: #c75723;
	background: transparent url('-/img/icons.png') no-repeat -584px -126px;
}
.fourth blockquote {
	font-size: 1.6em;
}
.imprint-content .authors .author .left {
	width: 225px;
	margin-right: 30px;
	float: left;
}
.imprint-content .authors .author .right {
	width: 480px;
	float: right;
}
.imprint-content .authors .author p.titles {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 100%;
}

/* $Crime Imprint Map
--------------------------------------------- */
.map-wrap h2 {
	margin-bottom: 0;
}
.map-wrap > h3,
.map-wrap {
	margin-bottom: 30px;
}
.map-wrap,
.map {
	width: 100%;
	position: relative;
}
.map {
	height: 340px;
	line-height: normal;
}
#map-fullscreen {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body > .map-zoom {
	position: fixed;
	top: 24px;
	left: 90px;
	z-index: 10000;
}
.map img,
.map embed,
.map object,
.map video {
	max-width: none;
}
.map-zoom {
	display: block;
	width: 42px;
	height: 42px;
	background: transparent url('-/img/icons.png') no-repeat -490px -10px;
	text-indent: -9999px;
	position: absolute;
	top: 102px;
	left: 35px;
}
.map-zoom:hover {
	background: transparent url('-/img/icons.png') no-repeat -490px -60px;
}
.map-info-window h3,
.map-info-window h6 {
	font-family: "utopia-std", Georgia, Times, serif;	
}
.map-info-window h3 {
	font-size: 1.2em;
}
.map-info-window h6,
.map-info-window h6 a:link,
.map-info-window h6 a:visited {
	font-size: .8em;
	color: #2d2d2d;
	font-family: "utopia-std", Georgia, Times, serif;
}
.map-info-window h6 a:link,
.map-info-window h6 a:visited {
	font-size: 1em;
}
.map-info-window h6 a:hover {
	text-decoration: none;
}
.map-info-window .left {
	width: 100px;
	float: left;
	margin-right: 20px;
}
.map-info-window .left img {
	max-width: 100%;
}
.map-info-window .right {
	width: 160px;
	float: left;
	}

/* $Single Author
--------------------------------------------- */
.single-authors .fourth.second {
	margin-right: 0;
}
.single-authors .author-meta img,
.single-authors .author-meta .social {
	margin-bottom: 20px;
}
.author-books h3 {
	margin: 10px 0 30px;
}
.author-bio {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: transparent url('-/img/tick.png') no-repeat 0 100%;
}
.single-authors .author-meta {
	padding-top: 0;
}
.single-authors .author-meta .social a.facebook:link,
.single-authors .author-meta .social a.facebook:visited {
	margin-right: 20px;
}

.single-authors .books.series {
	margin-top: 10px;
	padding-top: 20px;
	background: transparent url('-/img/stripe-blue.png') repeat-x 0 0;
}



/* $Single Books
--------------------------------------------- */
.single-books .book-meta {
	padding-bottom: 20px;
}
.single-books h3 a:link,
.single-books h3 a:visited {
	text-decoration: underline;
	padding-right: 25px;
	background: transparent url('-/img/arrow-orange.png') no-repeat 100% 40%;
}
.single-books h3 a:hover {
	text-decoration: none;
}
.single-books .book-press {
	margin-top: 20px;
}
.single-books .book-meta h2 {
	margin-bottom: 0;
	line-height: 36px;
}
.single-books h3 {
	margin-bottom: 10px;
}
.single-books .preview-links {
	margin-top: 10px;
}
.single-books .book-link a:link,
.single-books .book-link a:visited {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
	padding-left: 50px;
	display: block;
	height: 42px;
	line-height: 44px;
	margin-bottom: 5px;
}
.single-books .book-link.issuu a:link,
.single-books .book-link.issuu a:visited {
	background: transparent url('-/img/icons.png') no-repeat -570px -170px;
}
.single-books .book-link.issuu a:hover {
	background: transparent url('-/img/icons.png') no-repeat -570px -320px;
	color: #c75723;
	text-decoration: none;
}
.single-books .book-link.video a:link,
.single-books .book-link.video a:visited {
	background: transparent url('-/img/icons.png') no-repeat -570px -220px;
}
.single-books .book-link.video a:hover {
	background: transparent url('-/img/icons.png') no-repeat -570px -370px;
	color: #c75723;
	text-decoration: none;
}
.single-books .book-link.audiogo a:link,
.single-books .book-link.audiogo a:visited {
	background: transparent url('-/img/icons.png') no-repeat -570px -270px;
}
.single-books .book-link.audiogo a:hover {
	background: transparent url('-/img/icons.png') no-repeat -570px -420px;
	color: #c75723;
	text-decoration: none;
}
.single-books .book-link.press-materials a:link,
.single-books .book-link.press-materials a:visited {
	background: transparent url('-/img/icons.png') no-repeat -570px -470px;
}
.single-books .book-link.press-materials a:hover {
	background: transparent url('-/img/icons.png') no-repeat -570px -520px;
	color: #c75723;
	text-decoration: none;
}
.single-books .preview-links p {
	margin-bottom: 0;
}
.single-books .book-description .description-long {
	display: none;
}
.single-books .book-description a.read-more:link,
.single-books .book-description a.read-more:visited {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
	display: block;
	position: absolute;
	bottom: 0;
	padding: 20px 0 5px;
	background: #f7f7f7;
	width: 100%;
}
.single-books .book-description a.open:link,
.single-books .book-description a.open:visited {
	position: relative;
}
.single-books .book-description .description-wrap {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.single-books .book-description p {
}
.single-books .media.fourth {
	margin-right: 0;
}
.single-books .media.fourth blockquote {
	font-style: normal;
	font-weight: 400;
	font-size: 1.4em;
}
.single-books .media.fourth.last {
	margin-right: 30px;
}
.buy-links {
	background: #385e6e;
	padding: 15px 15px 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: .1em;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
}
.buy-links div {
	margin-bottom: 5px;
	line-height: 2.4em;
	font-size: 1.6em;
}
.buy-links a:link,
.buy-links a:visited {
	background: #c75723;
	color: #fff;
	padding: 7px 10px;
	float: right;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.buy-links a:hover {
	text-decoration: underline;
}
.book-retailers h3 {
	margin-bottom: 10px;
}
.author-meta {
	padding-top: 30px;
}
.author-meta .left {
	width: 225px;
	float: left;
	margin-right: 30px;
}
.author-meta .right {
	width: 225px;
	float: right;
}
.single-books .author-meta h2,
.single-books .author-meta h3 {
	margin-bottom: 0;
}
.author-meta p.more a:link,
.author-meta p.more a:visited {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
}
.author-meta p.more a:hover {
	text-decoration: none;
}
.author-bio {
	margin-top: 10px;
}
.pricing-price {
	color: #385e6e;	
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: transparent url('-/img/dots-blue.png') repeat-x 0 70%;
	margin-bottom: 10px;
}
.pricing-price em {
	font-style: normal;
	background: #f7f7f7;
	padding-right: 20px;
}
.pricing-price span {
	float: right;
	background: #f7f7f7;
	padding-left: 20px;
}
	.pricing-price span.strike {
		text-decoration: line-through
	}

/* $Single Series
--------------------------------------------- */
.single-series h2 {
	margin-bottom: 10px;
}
.single-series h3 {
	margin-bottom: 20px;
}
.single-series .book.second {
	margin-right: 0;
}
.single-series .buy-links {
	padding: 0;
	background: transparent;
}
.single-series .buy-links a:link,
.single-series .buy-links a:visited {
	background: #c75723;
	color: #fff;
	padding: 7px 10px;
	float: none;
	display: inline-block;
	font-size: 1.6em;
	line-height: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	margin-right: 10px;
}
.single-series .buy-links a:hover {
	text-decoration: underline;
}
.single-series .author-meta .right h2,
.single-series .author-meta .right h3 {
	margin-bottom: 0;
}
.author-meta .social a.twitter:link,
.author-meta .social a.twitter:visited {
	margin-bottom: 0px;
}
.author-meta .social a.facebook:link,
.author-meta .social a.facebook:visited {
	margin-right: 5px;
}

/* $About Page
--------------------------------------------- */
.about-content .events {
	margin-bottom: 30px;
}
.about-info {
	padding-bottom: 30px;
}
.about-info p {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 100%;
}
.staffer {
	min-height: 230px;
	margin-bottom: 30px;
}
.staffer.third {
	margin-right: 0;
}
.staffer img {
	margin-bottom: 10px;
}
.about-content .media blockquote {
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
}

/* $Blog Page
--------------------------------------------- */
.blog-content .top-links h2 {
	margin-bottom: 0;
}
.blog-content .top-links h3.last {
	margin-bottom: 30px;
}
.blog-content .top-links ul {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 600;
	color: #c75723;
	margin-bottom: 30px;
}
.blog-content .top-links ul li {
	margin-bottom: 6px;
}
.blog-content .top-links ul li a:link,
.blog-content .top-links ul li a:visited {
	text-decoration: none;
}
.blog-content .blog.threefourths {
	margin-bottom: 30px;
}
.blog-content .blog.threefourths .left {
	width: 480px;
	float: left;
	margin-right: 30px;
}
.blog-content .blog.threefourths h3 a:link,
.blog-content .blog.threefourths h3 a:visited {
	font: 400 2.2em/1em "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #385e6e;	
}
.blog-content .blog.threefourths h3 a:hover {
	text-decoration: none;
	color: #c75723;
}
.blog-content .blog.threefourths .right {
	width: 225px;
	float: right;
}
.blog-content .blog.fourth img {
	margin-bottom: 10px;
}
.blog-content .blog {
	margin-bottom: 30px;
}
.blog-content .blog p {
	font-size: 1.4em;
	margin-bottom: 0;
}
.blog-content .blog p.more a:link,
.blog-content .blog p.more a:visited {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
}
.blog-content .blog p.more a:hover {
	text-decoration: none;
}

/* $Single Blog Post
--------------------------------------------- */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-bottom: 20px;
}
.post-content ul,
.post-content ol {
	padding-left: 30px;
}
.post-content ul {
	list-style-type: disc;
}
.post-content ol {
	list-style-type: decimal;
}
.post-content blockquote {
	font-size: 1.1em;
	font-weight: 400;
	padding-left: 30px;
	border-left: 1px solid;
}
.post-content img {
	margin-bottom: 20px;
}
.post-meta h2 {
	margin-bottom: 0;
}
.post-meta h3 {
	margin-bottom: 20px;
}
.comment-count {
	margin-top: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
}
.comment-count a:link,
.comment-count a:visited {
	color: #2d2d2d;
}
.comment-count a:hover {
	text-decoration: none;
}
.post-meta .social a.twitter:link,
.post-meta .social a.twitter:visited {
	margin-bottom: 0px;
	margin-right: 5px;
}
.post-meta h3.share {
	margin-bottom: 5px;
}
.post-meta h6.bio {
	margin-bottom: 5px;
	font-family: "utopia-std", Georgia, Times, serif;
	color: #2d2d2d;
	text-transform: none;
}
.post-meta h6 a {
	margin-right: 5px;
}
.single-post .post-controls {
	padding-left: 0px;
	margin: 40px 0;
}
.single-post .post-controls a:link,
.single-post .post-controls a:visited {
	margin: 0;
	display: inline-block;
	height: 20px;
	line-height: 14px;
	font-size: .45em;
	text-decoration: underline;
	color: #2d2d2d;
}
.single-post .post-controls a:hover {
	text-decoration: none;
}
.single-post .post-controls .older a:link,
.single-post .post-controls .older a:visited {
	float: left;
	padding-left: 20px;
	background: transparent url('-/img/icons.png') no-repeat -10px -390px;
}
.single-post .post-controls .newer a:link,
.single-post .post-controls .newer a:visited {
	float: right;
	padding-right: 20px;
	background: transparent url('-/img/icons.png') no-repeat 85px -340px;
}

/* $Archive
--------------------------------------------- */
.archive-content h2 {
	margin-bottom: 0;
}
.archive .blogs .blog img {
	margin-bottom: 10px;
}
.archive-header {
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* $Subscription Pages
--------------------------------------------- */
.subscription-content .loading {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 80px;
	display: none;
}
.subscription-content .media.fourth {
	margin-right: 0;
}
.subscription-content .media.fourth.second,
.subscription-content .blogs.fourth.second {
	margin-right: 30px;
}
.subscription-content blockquote {
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
}
.subscription-form p,
.subscription-form label {
	color: #385e6e;	
	font-size: 1.4em;
}
.subscription-form label {
	line-height: 50px;
}
.subscription-form label.error {
	position: absolute;
	color: red;
	font-size: 1em;
	line-height: 1.2em;
	bottom: 5px;
	left: 0;
}
.subscription-form input[type=checkbox] {
	margin-right: 5px;
}
.subscription-form .print {
	display: none;
}
.subscription-form .subscription.half {
	margin-bottom: 20px;
}
.subscription-form .input-row {
	position: relative;
}
.input-row.card .selected-value {
	/* color: #2d2d2d; */
}
.subscription-form .input-row.last {
	margin-bottom: 30px;
}
.subscription-form .input-row .half {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.subscription-form label.exp {
	margin-right: 5px;
}
.subscription-form .input-row .half.last {
	margin-right: 0;
}
.subscription-form input[type=text],
.subscription-form input[type=email] {
	border: 1px solid #c7c7c7;
	background: transparent;
	width: 94%;
	margin-bottom: 20px;
	padding: 10px 2%;
	font: 700 1.8em/1.2em "utopia-std", Georgia, Times, serif;
}
.subscription-form input[type=text].full,
.subscription-form input[type=email].full {
	width: 96.3%;
	padding: 10px 1.2%;
}
.subscription-form .input-row .half input[type=text],
.subscription-form  .input-row .half input[type=email] {
	width: 92%;
	padding: 10px 3%;
}
.subscription-form  .input-row .half input[name="credit[cvc]"] {
	margin-top: 2px;
}
.subscription-form input[type=text].error,
.subscription-form input[type=email].error {
	border: 1px solid red;
	}
.subscription-form input[type=text]:focus,
.subscription-form input[type=email]:focus {
	border: 1px solid #c75723;
}
.subscription-form select {
	margin-bottom: 20px;
}
.subscription-form input[type=submit] {
	background: #c75723;
	color: #fff;
	padding: 7px 10px;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	border: none;
	font: 400 1.2em/1.2em "utopia-std", Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 10px 0 20px;
}
.subscription-form input[type=submit]:hover {
	cursor: pointer;
	text-decoration: underline;
}
.input-row.card .selectbox {
	width: 33%;
	margin-right: 5px;
}
.subscription-content p.error {
	font-size: 1.6em;
	display: none;
}
.subscription-content .success {
	display: none;
}

/* $Events
--------------------------------------------- */
.events-content blockquote {
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
}
.events-content .blogs .blog {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 100%;
}
.events-content .blogs .blog:last-child {
	background: none;
	margin-bottom: 0;
}
.events-content .events .event img,
.events-content .events .event h5 {
	margin-bottom: 10px;
}
.events-content .events .event {
	border: none;
	padding-bottom: 0;
	min-height: 330px;
}
.events-content .events .event h3 {
	background: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.events-content .events .event p a:link,
.events-content .events .event p a:visited {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
}
.events-content .events .event p a:hover {
	text-decoration: none;
}
.events-content .events .event.fourth.third,
.events-content .events .event.fourth.last.third {
	margin-right: 0;
}
.events-content .events .event.fourth.last {
	margin-right: 30px;
}

/* $Single Event
--------------------------------------------- */
.single-events .event-meta h2 {
	margin-bottom: 20px;
}
.single-events h3.location {
	margin-bottom: 30px;
}
.single-events .events {
	margin-bottom: 30px;
}
.single-events .blogs .blog p a:link,
.single-events .blogs .blog p a:visited {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
}
.single-events .blogs .blog,
.single-events .event-content p {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url('-/img/tick.png') no-repeat 0 100%;
}
.single-events .event-content p {
	background: none;
	padding-bottom: 0;
}
.single-events .event-content {
	background: transparent url('-/img/tick.png') no-repeat 0 100%;
}
.single-events .event-content img {
	margin-bottom: 20px;
}
.single-events .social a.twitter:link,
.single-events .social a.twitter:visited {
	margin-bottom: 0px;
	margin-right: 5px;
}

/* $Store
--------------------------------------------- */
.cart-link input[type=submit] {
	display: none;
}
.store-controls h2 {
	display: inline-block;
	float: left;
	margin-right: 30px;
}
.store-controls .selectbox {
	height: 31px;
	margin-top: 1px;
	line-height: 34px;
}
.store-controls .selectbox .arrow {
	top: 12px;
}
.store-filter-wrap {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.store-search-wrap {
	position: relative;
	width: 719px;
}
#recover-password {
	display: none;
}
#customer-accounts .block {
	padding-top: 30px;
}

.store-content .books.featured {
	background: transparent url('-/img/stripe-blue.png') repeat-x left bottom;
	margin-bottom: 25px;
}

/* $Cart Pages
--------------------------------------------- */
.templateCart .site-nav li.page-item-22 a:link,
.templateCart .site-nav li.page-item-22 a:visited,
.templateCustomersLogin .site-nav li.page-item-22 a:link,
.templateCustomersLogin .site-nav li.page-item-22 a:visited {
	color: #c75723;
}
.templateCart table {
	width: 100%;
}
.templateCart input[type=submit],
.templateCustomersLogin input[type=submit] {
	background: #c75723;
	color: #fff;
	padding: 7px 10px;
	display: block;
	font-size: .675em;
	font-weight: 400;
	line-height: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-family: "utopia-std", Georgia, Times, serif;
	border: none;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.templateCart input[type=submit]:hover,
.templateCustomersLogin input[type=submit]:hover {
	text-decoration: underline;
	cursor: pointer;
}
.templateCart th {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
	padding: 10px 0;
	text-align: center;
}
.templateCart td {
	vertical-align: middle;
	text-align: center;
	color: #385e6e;
	font-size: 1.8em;
}
.templateCart .bottom-summary td {
	padding: 20px 0;
	text-align: center;
}
.templateCart td input[type=text] {
	padding: 10px 20px;
	border: 1px solid #c7c7c7;
	font-family: "utopia-std", Georgia, Times, serif;
	font-size: 1em;
	color: #385e6e;
}
.templateCart #checkout-proceed #update-cart {
	font-size: 1.2em;
}
.templateCart tr.item {
	border-bottom: 1px solid #c7c7c7;
}
.templateCart tr.item td {
	padding: 10px 0;
}
.templateCart tr.top-labels {
	border-bottom: 1px solid #c7c7c7;
}
.templateCart #checkout-proceed {
	margin: 60px 0 0 0;
	text-align: right;
}
.templateCart #checkout-proceed input[type=submit] {
	float: right;
}
.templateCart td a:link,
.templateCart td a:visited {
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: #2d2d2d;
}
.templateCart td a:hover {
	text-decoration: none;
}

.templateCustomersLogin #customer-accounts input[type=submit] {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.templateCustomersLogin #customer-accounts label {
	color: #385e6e;
	font-size: 1.4em;
	width: 120px;
	display: inline-block;
}
.templateCustomersLogin #customer-accounts input[type=text],
.templateCustomersLogin #customer-accounts input[type=email],
.templateCustomersLogin #customer-accounts input[type=password] {
	border: 1px solid #c7c7c7;
	background: transparent;
	width: 40%;
	margin-bottom: 20px;
	padding: 10px 2%;
	font: 700 1.8em/1.2em "utopia-std", Georgia, Times, serif;
}
.templateCustomersLogin #customer-accounts .clear .left,
.templateCustomersLogin #customer-accounts .clear .right {
	width: 50%;
	float: left;
}
.templateCustomersLogin #customer-accounts .clear {
	margin-bottom: 50px;
}
.templateCustomersLogin .action-bottom {
	padding-left: 120px;
}
.templateCustomersLogin .note {
	font-size: 1.4em;
}
.templateCustomersLogin #recover-password p {
	margin-bottom: 39px;
}
.templateCustomersLogin .errors {
	color: red;
	margin-bottom: 20px;
}

/* $Search Results
--------------------------------------------- */

.search-results h3 {
	border-bottom: 1px #AAA solid;
	font-size: 2.5em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.search-results h4 {
	font-size: 1.75em;
	letter-spacing: 0;
	margin-top: 10px;
	text-transform: none;
	
}

.search-results a {
	color: #385e6e;
	text-decoration: none;
}
	.search-results a * { color: inherit }

	.search-results a:hover {
		color: #C75723;
	}

	.search-results .authors .author .image {
		overflow: hidden;
		height: 120px;
	}

.search-results .series {
	margin-bottom: 20px;
}
	.search-results .series .single-series {
		margin-bottom: 10px;
	}


.search-results .posts .post {
	margin-bottom: 30px;
}

	.search-results .posts .post:nth-child(3n+2) {
		clear: left;
	}

	.search-results .posts .post .image {
		background-position: center;
		background-size: cover;
		overflow: hidden;
		position: relative;
		width: 100%; height: 100px;
	}
		.search-results .posts .post .image img {
			width: 100%;
		}
		
		.search-results .posts .post .image h5 {
			color: #FFF;
			display: none;
			position: absolute;
			top: 45%; left: 0;
			text-align: center;
			width: 100%;
		}

		.search-results .posts .post:hover .image .shade,
		.search-results .posts .post:hover .image h5 {
			display: block;
		}

.search .pagination {
	overflow: hidden;
	font-size: 2em;
	margin-top: 50px;
	padding: 10px 0;
}
	.search .pagination .right {
		float: right;
	}

	.search .pagination .left {
		float: left;
	}

.search .no-results h4 {
	margin-top: 30px;
}



/* $HD Support
--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {

.block {
	background-image: url('-/img/stripe-orange@2x.png');
	background-size: 6px 4px;
}
body,
.block.blue {
	background-image: url('-/img/stripe-blue@2x.png');
	background-size: 6px 4px;
}
h2 a:link,
h2 a:visited,
.single-books h3 a:link,
.single-books h3 a:visited {
	background-image: url('-/img/arrow-orange@2x.png');
	background-size: 12px 11px;
}
.selectbox .arrow,
.slideshow-controls a.slideshow-previous:link,
.slideshow-controls a.slideshow-previous:visited,
.slideshow-controls a.slideshow-previous:hover,
.slideshow-controls a.slideshow-next:link,
.slideshow-controls a.slideshow-next:visited,
.slideshow-controls a.slideshow-next:hover,
.site-title a:link,
.site-title a:visited,
li.inprints,
li.subscription,
.masthead .newsletter input[type=submit],
.masthead .search input[type=submit],
.store-search-wrap input[type=submit],
.bag-link:link,
.bag-link:visited,
.page-id-2 .books a.open:link,
.page-id-2 .books a.open:visited,
.page-id-2.mobile .books a.open:link,
.page-id-2.mobile .books a.open:visited,
.social a.twitter:link,
.social a.twitter:visited,
.social a.twitter:hover,
.social a.facebook:link,
.social a.facebook:visited,
.social a.facebook:hover,
.map-zoom,
.map-zoom:hover,
.single-books .book-link.issuu a:link,
.single-books .book-link.issuu a:visited,
.single-books .book-link.issuu a:hover,
.single-books .book-link.video a:link,
.single-books .book-link.video a:visited,
.single-books .book-link.video a:hover,
.single-books .book-link.audiogo a:link,
.single-books .book-link.audiogo a:visited,
.single-books .book-link.audiogo a:hover,
.single-post .post-controls .older a:link,
.single-post .post-controls .older a:visited,
.single-post .post-controls .newer a:link,
.single-post .post-controls .newer a:visited {
	background-image: url('-/img/icons@2x.png');
	background-size: 612px 600px;
}
.main-footer li {
	background-image: url('-/img/dot-orange@2x.png');
	background-size: 10px 10px;
}
.books .book.large .book-meta {
	background-image: url('-/img/stripe-white@2x.png');
	background-size: 192px 305px;
}
.events .event h3,
.tweets .tweet,
.page-id-2 .blog .right .more,
.facebook-post,
.medias .media h5,
.blogs .blog,
.imprint-info p,
.imprint-content .authors .author p.titles,
.author-bio,
.about-info p,
.events-content .blogs .blog,
.single-events .blogs .blog,
.single-events .event-content p {
	background-image: url('-/img/tick@2x.png');
	background-size: 15px 1px;
}
.pricing-price {
	background-image: url('-/img/dots-blue@2x.png');
	background-size: 715px 1px;
}

}