/*
Theme Name: The Spring Press
Theme URI: http://schnauzer-studio.com
Author: Schnauzer Studio
Author URI: http://schnauzer-studio.com
Description: Custom theme for The Spring Press
Version: 1.0.0
Text Domain: the-spring-press
Tags:
*/

@font-face {
    font-family: 'engravers_gothic_btregular';
    src: url('fonts/EngraversGothicBT-webfont.eot');
    src: url('fonts/EngraversGothicBT-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/EngraversGothicBT-webfont.woff2') format('woff2'),
         url('fonts/EngraversGothicBT-webfont.woff') format('woff'),
         url('fonts/EngraversGothicBT-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 13px !important;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
	 font-family: Baskerville, "times new roman", serif;
	 line-height: 1.3em;
}

strong{
	font-weight: bold;
}

p {
	margin: 1em 0;
}
p:first-child{
	margin-top: 0;
}

a{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

header#masthead{
	padding: 36px 0;
	margin-bottom: 45px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header#masthead h1{
	font-family: "engravers_gothic_btregular", sans-serif;
	font-size: 25px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: .14em;
	margin-right: .5em;
	white-space: nowrap;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;

}
header#masthead h1 a{
	text-decoration: none !important;
	color: #000 !important;
}


header#masthead select{
	margin: 0;
	font-size: 12px;
}

header#masthead .select-wraps{
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header#masthead .select-wrap{
	margin-left: .5em;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;

}


header#masthead .editions-menu-wrap{
	width: 250px;
	-webkit-flex: 1 1 250px;
	-ms-flex: 1 1 250px;
	flex: 1 1 250px;
}

header#masthead .dist-menu-wrap{
	width: 141px;
	-webkit-flex: 1 1 141px;
	-ms-flex: 1 1 141px;
	flex: 1 1 141px;
}

header#masthead .info-menu-wrap{
	width: 92px;
	-webkit-flex: 1 1 92px;
	-msflex: 1 1 92px;
	flex: 1 1 92px;
}


header#masthead .select-wrap select{
	width: 100%;
}

@media all and (max-width: 700px) {
  header#masthead{
  	display: block;
  	text-align: center;
  }
  header#masthead h1 {
  	display: block;
  	margin-bottom: 2.5em;
  	margin-right: 0;
  	margin-top: 1.5em;
  }
 header#masthead .select-wraps{
   display:block;
 }
	header#masthead .select-wrap{
		margin-bottom: 1em;
		margin-left: 0;
		width: 100%;
	}
	header#masthead select{
		width: 100%;
	}
}

/* Center homepage content*/
body.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 100vh;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  justify-content: space-around;
  align-items: center;
}

body.home .page-content-area{
  min-height: 0 !important;
  margin: 2em auto;
}

body.home .page-content-area #main{
  margin: 0 auto;
}

/* Modifications for homepage header*/
body.home header#masthead {
  display: block;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

body.home footer {
 padding-bottom: 36px;
}

@media all and (max-width: 700px) {
 body.home header#masthead h1{
  margin-top: 0;
 }
}
@media all and (min-width: 700px) {
  body.home header#masthead h1{
   font-size: 35px;
   margin-bottom: 1.5em;
   margin-right: 0;
  }
}

body.home header#masthead .select-wrap:first-child{
  margin-left: 0;
}



.main-wrap{
	width: 790px;
	margin: 0 auto;
	max-width: 85%;

}

footer{
	text-align: center;
	padding: 2em 0;
	font-size: 14px;
}
footer .site-info{
	margin-top: .5em;
}
footer .mailing-list input[type="email"]{
	padding: 0 .5em;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	height: 20px;
	margin-right: .25em;
	font-size: 12px;
}
footer .mailing-list input[type="submit"]{
	line-height: 1;
	font-size: 12px;
}

/* Pages */
.page-content-area{
	max-width: 500px;
	margin: 0 auto;
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
	align-items: center;
	-webkit-align-items: center;
}

@media all and (min-width: 700px) {
  .page-content-area{
		min-height: 60vh;
  }
}

.content-area select{
	font-size: 12px;
}
.content-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
.content-area ul li {
	margin-bottom: .5em;
}

.edition-content{
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media all and (max-width: 700px) {
	.edition-content{
		display: block;
	}
	.edition-images{
		text-align: center;
		width: auto !important;
		margin: 0;
		margin-right: 0 !important;
		margin-bottom: 2em;
	}
}

.edition-content .edition-images{
	width: 340px;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;

	margin-right: 30px;
}

.edition-images-large-wrapper{
	margin-bottom: 20px;
	cursor: -webkit-zoom-in;
	-ms-cursor: zoom-in;
	cursor: zoom-in;
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-align-items: center;
  -webkit-align-items: center;
	align-items: center;
	-ms-align-content: center;
	-webkit-align-content: center;
	align-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;

}

.edition-images-large-wrapper{
  min-height: 340px;
}

.edition-images-large-wrapper img{
	-ms-flex-grow: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
}

.edition-images-thumbnails{
	margin: 0;
	padding: 0;
	list-style: none;
}
.edition-images-thumbnails li{
	display: inline-block;
	margin: 0 !important;
}

.edition-images-thumbnails li a{
	display: block;
}

.edition-images-thumbnails li a img{
	display: block;
}

.edition-image-overlay-wrapper{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,.5);
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: -webkit-zoom-out;
	-ms-cursor: zoom-out;
	cursor: zoom-out;
	display: none;
}

.edition-image-overlay-wrapper img{
	max-width: 95vw;
	max-height: 95vh;
	cursor: zoom-out;
	-ms-cursor: zoom-out;
	cursor: zoom-out;
	cursor: -webkit-zoom-out;
}
