/*
Theme Name: ars
Theme URI: http://inksprite.com
Author: Cesar Ramirez
Author URI: http://inksprite.com
Description: Original theme build on Underscores foundation
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ars
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# @font-face
--------------------------------------------------------------*/

@font-face {
    font-family: 'mailart';
    src: url('fonts/mailartrubberstamp-regular-webfont.eot');
    src: url('fonts/mailartrubberstamp-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mailartrubberstamp-regular-webfont.woff2') format('woff2'),
         url('fonts/mailartrubberstamp-regular-webfont.woff') format('woff'),
         url('fonts/mailartrubberstamp-regular-webfont.ttf') format('truetype'),
         url('fonts/mailartrubberstamp-regular-webfont.svg#mailart_rubberstampregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?rhpnua');
    src:    url('fonts/icomoon.eot?rhpnua#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?rhpnua') format('truetype'),
        url('fonts/icomoon.woff?rhpnua') format('woff'),
        url('fonts/icomoon.svg?rhpnua#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
    content: "\f003";
}
.icon-search:before {
	content: "\e60c";
}
.icon-menu:before {
	content: "\e60b";
}
.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e602";
}
.icon-linkedin:before {
	content: "\e900";
}




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0;
}

h2 {
	font-size: 1.8em;
	margin: 0.3em 0;
}

h3 {
	font-size: 1.6em;
	margin: 0.3em 0;
}

h4 {
	font-size: 1.4em;
	margin: 0.3em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.center {
	text-align:center;
	margin:auto;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #4a170d;
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
.page-title, .entry-title, .entry-title a {
	color:#fadba5;
	color: rgba(74,23,13, 0.7);
	text-decoration:none;
	text-shadow: 1px 2px 3px #fadba5, 0 0 0 #000, 1px 2px 3px #fadba5;
}
.page-title {
	font-size:2.8em;
	border-bottom: 1px solid #a17857;
}
.archive.tax-series .page-title {
	border-bottom:0;
}
.entry-title {
	font-size:2.2em;
}

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: 15px;
	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: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/*--------------------------------------------------------------
# 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 url("images/newsprint_bg.jpg") repeat;
}

.parallax {
  background-position: 0 0;
  background: url("images/newsprint_bg.jpg");
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #a17857;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #4a170d;
	border-radius: 3px;
	background: #f0d6a7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #4a170d;
	font-size: 1em;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#mc_embed_signup .button {
	box-shadow:none;
	text-shadow:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #9f2500;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

a:visited {
	color: #9f2500;
}

a:hover,
a:focus,
a:active {
	color: #e33a07;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family:mailart;
	text-transform:uppercase;
	font-size:1.2em;
}

.main-navigation ul {
	height:0;
	list-style: none;
	margin: 0;
	padding-left: 0;
	overflow:hidden;
}
.main-navigation ul.toggled {
	height:auto;
}

.main-navigation li {
	position: relative;
	padding:.3em .5em;
	border-bottom:1px solid #4a170d;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#4a170d;
}

.main-navigation ul ul {
	z-index: 99999;
	text-align:left;
	margin:.3em 2em 0 0em;
	width:100%;
	display:none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	margin:0;
}

.main-navigation ul ul a {
	width: 220px;
	color:#f0d6a7;
}

.main-navigation ul ul li {
	border-bottom:1px solid #f0d6a7;
	background-color:#4a170d;
	color:#f0d6a7;
}
.main-navigation ul ul ul li {
	background-color:#2e0b05;
	padding:.5em 0 .5em 1em;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
ul.main-navigation li:hover > ul {
	display:block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: block;
	color:#ffffff;
	background-color:#4a170d;
	padding:.3em .5em;
	cursor:pointer;
}
.menu-toggle .icon-menu {
	display:inline-block;
	margin-right:.5em;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.posts-navigation.pagination {
	text-align:center;
	position:relative;
	border-bottom: 1px solid #c19e85;
}
.posts-navigation.pagination .page-numbers.prev {
	position:absolute;
	left:0;
	width: 49.9%;
	text-align: left;
}

.posts-navigation.pagination .page-numbers.next {
	position:absolute;
	right:0;
	text-align: right;
	width: 49.9%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a,
.posts-navigation.pagination .page-numbers {
	display:inline-block;
	margin:1em 0;
	padding:.5em 1em;
	color:#4a170d;
	border:#4a170d 1px solid;
	text-decoration:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.posts-navigation.pagination .page-numbers {
	margin:4em .1em 1em .1em;
	padding:.2em;
}

.posts-navigation.pagination .page-numbers.prev, 
.posts-navigation.pagination .page-numbers.next{
	margin:1em 0;
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover,
.posts-navigation.pagination .page-numbers:hover {
	background-color:#e33a07;
	color:#fff;
}
.posts-navigation.pagination .current,
.posts-navigation.pagination .current:hover {
	color:#fff;
	background-color:#4a170d;
}

.posts-navigation.pagination .dots, .posts-navigation.pagination .dots:hover {
	background:none;
	border:#c19e85 solid 1px;
	color:#c19e85;
}
.entry-footer span {
	display:inline-block;
	padding:0 .5em;
	border-right:1px solid #c19e85;
}
.entry-footer span:last-child {
	border-right:0;
}
.ui-helper-hidden-accessible {
	display:none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: .75em 1.5em .75em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: .75em 0 .75em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}
.widget.widget_sp_image{
	text-align:center;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
#widget-hp-left {
}
#widget-hp-right {
}
#widget-hp-left .widget, #widget-hp-right .widget{
	background-image:url(images/double-line2.png);
	background-position:0em 3.9em;
	background-repeat:repeat-x;
}
#widget-hp-left .no-border, #widget-hp-right .no-border{
	background-image: none;
}
#widget-hp-left .widget.no-heading, #widget-hp-right .widget.no-heading {
	background:none;
}
#widget-hp-left h2, #widget-hp-right h2{
	font-family:mailart;
	font-size:2.2em;
	font-weight:normal;
	padding:.3em 0 .1em 0;
	margin-top:-.3em;
	text-align:center
}
#widget-hp-left .blog a, #widget-hp-right .blog a, #widget-hp-left .horn a, #widget-hp-right .horn a{
	text-decoration:none;
}
.featured-release {
	position:relative;
	min-height:370px;
}
.featured-release a.full-series{
	color:#9f2500;
	display:block;
	position:absolute;
	top:310px;
	margin:0 auto;
	font-style:italic;
	text-align:center;
	width:100%;
	font-size:1.4em;
	text-decoration:underline;
}
.featured-release h3{
	color:#9f2500;
	font-weight:normal;
	text-align:center;
	border-bottom:#9f2500 solid 1px;
	line-height:1.1em;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.featured-release a,
.featured-release h3 a {
	text-decoration:none;
}
.featured-release a:hover h3,
.featured-release h3:hover a,
.featured-release a.full-series:hover{
	color:#e33a07;
}
.featured-release .release-cards {
	padding:0 0 0 1em;
	position:relative;
}
.featured-release .release-cards img {
	width:170px;
	height:auto;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.40);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.40);
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.featured-release .release-cards.beginnings-1880s img, 
.featured-release .release-cards.spearheads img {
	width:150px;
}
.featured-release .release-cards.pilgrims img {
	width:125px;
}
.featured-release .release-cards.pioneer-portraits-i img, .featured-release .release-cards.pioneer-portraits-ii img {
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.featured-release .release-cards.beginnings-1870s img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.featured-release .release-cards a {
	position:absolute;
}
.featured-release .release-cards a:nth-child(1) {
	left:0;
	z-index:10;
}
.featured-release .release-cards a:nth-child(2) {
	left:20%;
	z-index:9;
}
.featured-release .release-cards a:nth-child(3) {
	left:40%;
	z-index:8;
}
.featured-release .release-cards.pilgrims a:nth-child(1) {
	left:0;
	z-index:10;
}
.featured-release .release-cards.pilgrims a:nth-child(2) {
	left:30%;
	z-index:9;
}
.featured-release .release-cards.pilgrims a:nth-child(3) {
	left:60%;
	z-index:8;
}
.widget.horn h3, .widget.blog h3 {
	font-size:1em;
	padding:0;
	margin:0;
}
.widget.horn p, .widget.blog p {
	margin:.5em 0;
}
.widget.horn .moretag, .widget.blog .moretag {
	margin:.5em 0 0 0;
	display:block;
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#uwpqsf_id {
    border: 0;
}
input[type="submit"].search-submit {
	border:0;
	background:none;
	text-indent:-9999px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image:url(images/mag-glass.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:22px 22px;
	margin: 0 .3em 0 .0;
	display:inline-block;
	position:relative;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
	top:0;
}
input[type="submit"].search-submit:hover {
	top:-.2em;
}
input[type="search"].search-field {
	background:rgba(255,255,255, .3);
	border:1px solid #4a170d;
	width:100px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
input[type="search"].search-field:hover, input[type="search"].search-field:focus {
	width:150px;
}
.adv_search {
	display:block;
	margin:0 auto 1em auto;
	width:8.5em;
	font-style:italic;
	font-size:1em;
	padding-left:1em;
	background-image:url(images/circles.png);
	background-position:left;
	background-size:11px 11px;
	background-repeat:no-repeat;
	text-decoration:none;
}
a.search_button {
	display:inline-block;
	background-color: #4a170d;
	color: #f0d6a7;
	padding:.2em .6em .1em .5em;
	margin:.3em;
	text-decoration:none;
}
a.search_button:hover {
	background-color: #e33a07;
}
.uwpqsf_submit {
	margin:1em 0 0 0;
}
.umloading {
    background: rgba(255, 255, 255, 0) url("ajax_loader.gif") no-repeat scroll 50% 50%;
    height: 20px;
    width: 100%;
}
#searchresult {
}
#searchresult article, .search-results article{
	border-bottom:1px solid #4a170d;
	margin:1em 0 2em 0;
	padding:0 0 2em 0;
}
#searchresult .entry-header img, .search-results .type-card .entry-header img{
	margin:0 auto;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.40);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.40);
	height:250px;
	width:auto;
	display:block;
}
#searchresult .entry-header.horizontal img{
	height:auto;
	width:185px;
}
#searchresult .entry-header {
	text-align:center;
}
#searchresult .entry-summary {
}
#searchresult .entry-summary .moretag, .search-results .moretag {
	display:block;
	
}
.bottom-padding {
	margin-bottom:.5em;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.moretag {
	background-image:url(images/circles.png);
	background-position:left;
	background-size:11px 11px;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:1em;
	font-style:italic;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-title-wrapper {
	width: 94%;
  	display: inline-block;
  	position: relative;
	left:3%;
	text-align:center;
}

.site-title {
	width:100%;
	height:220px;
	text-indent:-9999px;
	background-image:url(images/ars-longa-logo.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	z-index:-1;
}
.site-description {
	text-indent:-9999px;
	position:absolute;
}
.header-bar a {
	text-decoration:none;
	color:#4a170d;
}
.header-bar .ars-store {
	text-align:center;
	display:block;
	font-weight:bold;
	margin:1em 0 1em 0;
}
.header-bar .ars-store img{
	margin:0 .2em -1em 0;
}
.header-bar .newsletter {
	text-align:center;
	display:block;
	font-weight:bold;
	margin:1em 0 1em 0;
}
.header-bar .newsletter img{
	margin:0 .2em -.8em 0;
}
.header-bar .social {
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	font-size:1.5em;
}
.header-bar .social li{
	display:inline-block;
	margin:0 .2em;
}
.header-bar .search-form {
	text-align:center;
	margin:1em 0;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-image:url(images/wood-bg1.jpg);
	background-repeat:repeat;
	min-height:200px;
	color:#ffffff;
	text-align:center;
	padding-top:1em;
}
.site-footer a{
	color:#ffffff;
	text-decoration:none;
}
.site-footer .social {
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	font-size:1.5em;
}
.site-footer .social li{
	display:inline-block;
	margin:0 .2em;
}
.site-footer input[type="submit"].search-submit {
	background-image:url(images/mag-glass-white.png);
}
.site-footer .adv_search {
		background-image:url(images/circles-white.png);
	}
.site-footer input.search-field[type="search"] {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 1px solid #4a170d;
    transition: all 100ms ease-out 0s;
    width: 100px;
	color:#4a170d;
	margin-bottom:.5em;
}
.site-footer input[type="search"].search-field:hover, input[type="search"].search-field:focus {
	width:150px;
}
/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.ls-wp-fullwidth-container {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255,174,0,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255,174,0,0.5);
	box-shadow: 0px 0px 10px 5px rgba(255,174,0,0.5);
	display:none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
	padding:1em 1em;
	position:relative;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}
.hentry.type-post {
	border-bottom:1px solid #c19e85;
	padding:1em 0 3em 0;
}

.byline,
.updated:not(.published) {
	display: none;
}
.posted-on {
	font-style:italic;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.card-post {
	border-bottom:1px solid #a17857;
	padding: 0 0 1em 0;
}
.card-post .entry-title {
	text-align:center;
	margin:.4em 0;
}
.card-post .entry-title a{
	font-size:1em;
	color:#fadba5;
	color: rgba(74,23,13, 0.7);
	text-decoration:none;
	text-shadow: 1px 2px 3px #fadba5, 0 0 0 #000, 1px 2px 3px #fadba5;
}
.card-post .card-image {
	display:block;
	margin:0 auto 2em auto;
	max-width:96%;
	text-align:center;
}
.card-post .card-image img {
	border:#d8c6a9 solid 1px;
}
.card-post .card-image img, img.shadow, .shadow img{
	max-width:100%;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}
img.curve, 
.curve img{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.card-post .position {
	text-align:center;
	margin:-1.2em 0 .5em 0;
}
.card-post .card_details, .card-post .card_details li {
	margin:0;
	padding:0;
	list-style:none;
}
.card-post .card_details, .card-post .card_details{
	margin:0 0 1em 0;
}
ul.tabs::before, ul.tabs::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
ul.tabs::after {
    clear: both;
}
ul.tabs::before, ul.tabs::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
ul.tabs {
}
ul.tabs {
    border-bottom: 1px solid #4a170d;
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
ul.tabs {
    margin-bottom: 0 !important;
}
ul.tabs li {
	display: block;
    float: left;
    height: 35px;
    margin-bottom: 0;
    padding: 0;
    width: auto;
}
ul.tabs li:first-child a.active {
    margin-left: 0;
}
ul.tabs li:first-child a {
    border-width: 1px 1px 0;
}
ul.tabs li a.active {
    background: #4a170d;
    color: #fff;
    height: 35px;
	margin: 0 1px 0 0;
}
ul.tabs li a {
    background: none;
    border-top: 1px solid #4a170d;
	border-left: 1px solid #4a170d;
	border-right: 1px solid #4a170d;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
    color: #4a170d;
    display: block;
    height: 30px;
    margin: 5px 1px 0 0;
    padding: 4px 10px 0;
    text-decoration: none;
    width: auto;
    position: relative;
	vertical-align:bottom;
}
ul.tabs li a {
    cursor: pointer;
}
.a-tab {
    padding: 1.5em 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.img-list {
	list-style:none;
	margin:0;
	padding:0;
}
.img-list li{
	list-style:none;
	margin:.5em 0;
	padding:0
}
.img-list li img {
	
}
.card_nav , .card_nav li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.card_nav {
	margin:1em 0 0 0;
	border-top:#c19e85 1px solid;
}
.card_nav li {
	margin:.1em 0;
	width:48%;
	display:block;
	float:left;
	font-size:1.8em;
}
.card_nav li:nth-child(odd) {
	margin-right:1.9%;
}
.card_nav li a{
	display:block;
	width:100%;
	color:#4a170d;
	padding:.1em 0;
	text-decoration:none;
	text-shadow: 2px 2px 2px #e33a07;
}
.card_nav li a:hover {
	color:#e33a07;
}

.card_nav li.current a{
	color:#e33a07;
	text-shadow: 1px 1px 0px #ffffff, 2px 2px 2px #e33a07;
}
.card_nav li.current a:hover {
	text-shadow: 2px 2px 2px #e33a07;
}

.card_nav li span{
	display:block;
	width:100%;
	color:#b79f7e;
	padding:.1em 0;
}
.card-anchors, .card-anchors li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.card-anchors {
	margin:0;
	padding:.5em 0;
	border-top:#c19e85 1px solid;
	border-bottom:#c19e85 1px solid;
}
.card-anchors li, .star li, .target li  {
	display:inline-block;
	width:100%;
	margin:.4em 0;
}
  .ui-tooltip, .arrow:after {
    background: #340e07;
    border: 1px solid #d6b9a4;
  }
  .ui-tooltip {
    padding: .5em 1em;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 7px black;
	-webkit-box-shadow: 0 0 7px black;
	-moz-box-shadow: 0 0 7px black;
	font-size:1em;
	max-width:30%;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 50%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
	-webkit-box-shadow: 6px 5px 9px -9px black;
	-moz-box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
.scrollToTopwrapper {
	display:none;
}
 .scrollToTop{
	width:100px; 
	height:65px;
	padding:10px; 
	text-align:center; 
	background:#d7c8b0;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:50px;
	right:40px;
	display:none;
	z-index:999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#9f2500 solid 1px;
}
a.scrollToTop {
	color:#9f2500;
}
a.scrollToTop:hover {
	color:#e33a07;
	border:#e33a07 solid 1px;
}
.scrollToTop:hover{
	text-decoration:none;
}

/* #Accordion
================================================== */

.accordion-header {
	font-size: 18px;
	font-weight:normal;
	background: rgba(255,255,255,0.5);
	margin: 0 0 0 0;
	padding: .6em 1em;
	border: 1px solid #4a170d;
	cursor: pointer;
	color: #4a170d;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	-webkit-transition: all 150ms ease-out;
		-moz-transition: all 150ms ease-out;
		-o-transition: all 150ms ease-out;
		transition: all 150ms ease-out;
}

.active-header {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: url(./images/active-header.png) #4a170d;
	background-repeat: no-repeat;
	background-position: right 50%; color:#fff
}

.active-header:hover {
	background: url(./images/active-header.png) #4a170d;
	color:#e33a07;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(./images/inactive-header.png), rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	background-position: right 50%;
}

.spacer {
	height:5px;
	width:100%
}

.inactive-header:hover {
	background: url(./images/inactive-header.png), rgba(255,255,255,0.8);
	color:#e33a07;
	border: 1px solid #e33a07;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	border-top: 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.accordion-content, .open-content {
	max-width:100% !important
}

@media screen and (min-width: 500px) { 
	.site-title-wrapper:after {
		padding-top: 82%;
		/* 16:9 ratio */
		display: block;
		content: '';
	}
	.site-title {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		text-indent:-9999px;
		background-image:url(images/ars-longa-logo.png);
		background-size:contain;
		background-repeat:no-repeat;
		z-index:-1;
		height:auto;
		width:auto;
	}
	#widget-hp-left h2, #widget-hp-right h2{
		font-size:2.4em;
	}
	#widget-hp-right .widget_sp_image a {
		display:block;
	}
	#widget-hp-right a.widget_sp_image-image-link:hover {
		display:block;
		margin-top:-.3em;
		margin-bottom:.3em;
	}
	.featured-release .release-cards img {
		width:170px;
		height:auto;
	}
	.featured-release .release-cards a:nth-child(1) {
		left:15%;
	}
	.featured-release .release-cards a:nth-child(2) {
		left:35%;
	}
	.featured-release .release-cards a:nth-child(3) {
		left:55%;
	}
	.featured-release .release-cards.pilgrims a:nth-child(1) {
		left:15%;
	}
	.featured-release .release-cards.pilgrims a:nth-child(2) {
		left:40%;
	}
	.featured-release .release-cards.pilgrims a:nth-child(3) {
		left:65%;
	}
	.card_nav li:nth-child(odd) {
		margin-right:.5%;
	}
	.card_nav li {
		width:15%;
		margin:.1em .5% .1em 0;
	}
	.card-anchors {
		text-align:left;
		-webkit-column-count: 2;
     	-moz-column-count: 2;
        column-count: 2;
	}
	.card-anchors li, .star li, .target li {
		text-align:left;
		padding:0 0 0 1em;
		background-image:url(images/circles.png);
		background-position:left;
		background-size:11px 11px;
		background-repeat:no-repeat;
	}
	ul.tabs li a {
		padding: 4px 20px 0;
	}
}
@media screen and (min-width: 700px) {
	.site-title-wrapper {
		width: 447px;
		height:307px;
		display: block;
		margin:0 auto;
		left:auto;
	}
	.site-title-wrapper:after {
		padding-top: 0;
		display: block;
		content: '';
	}
	.site-title {
	}
	.header-bar {
		width:100%;
		max-width:1300px;
		margin: auto;
		position:relative;
		height:1em;
	}
	.header-bar .ars-store {
		position:absolute;
		top:1em;
		left:1em;
		margin:0;
		z-index:10;
	}
	.header-bar .newsletter {
		position:absolute;
		top:1.1em;
		left:12em;
		margin:0;
		z-index:10;
	}
	.header-bar .ars-store:hover, .header-bar .newsletter:hover {
		top:.8em;
		color:#e33a07;
	}
	.header-bar .search-div {
		position:absolute;
		right:1em;
		top:1em;
		margin:0;
		z-index:10;
		text-align:right;
	}
	.header-bar .search-div .search-form {
		display:inline-block;
		margin:0
	}
	.header-bar .social {
		position:absolute;
		right:.5em;
		top:3em;
		margin:0;
	}
	.header-bar .social li{
		top:0;
		position:relative;
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
	}
	.header-bar .social li:hover{
		top:-.1em;
	}
	.header-bar .social li:hover a{
		color:#e33a07;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		height:auto;
		overflow:visible;
	}
	.main-navigation {
	   width:100%;
	   position:relative;
	   background-image:url(images/double-line.png);
	   background-repeat:repeat-x;
	   background-position:top;
	   padding-top:.2em;
	}
	.main-navigation ul {
	   list-style:none;
	   margin:0;
	   padding:0;
	   position:relative;
	   text-align:center;
	}
	.main-navigation ul li {
	   display:inline;
	   list-style:none;
	   margin:0;
	   padding:0;
	   position:relative;
	   border-bottom:0;
	}
	.main-navigation ul li a {
	   display:inline-block;
	   margin:0 0 0 1px;
	   padding:3px 10px;
	}
	.main-navigation > div > ul > li > a {
	   padding:3px 16px 3px 4px;
	   background-image:url(images/3dots.png);
	   background-size: 6px 11px;
	   background-position:right;
	   background-repeat:no-repeat;
	}
	.main-navigation > div > ul > li:first-child > a {
	   padding:3px 16px 3px 10px;
	}
	.main-navigation > div > ul > li:last-child > a {
	   padding:3px 16px 3px 4px;
	   background-image:none;
	}
	.main-navigation > .menu-main-container > ul > li > a {
	   position:relative;
	   -webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
		text-shadow:none;
	}
	.main-navigation > .menu-main-container > ul > li > a:hover {
	   color:#e33a07;
	   top:-.1em;
	   text-shadow: 2px 2px 1px #ffffff, 2px 2px 1px #ffffff, 1px 2px 2px #ffffff, 1px 2px 6px #a25b15;
	}
	.main-navigation ul ul li {
		background:none;
		display:inline-block;
	}
	.main-navigation ul ul ul li {
		background:none;
		padding:0;
	}
	.main-navigation ul ul li:hover > a{
		background-color: #4a170d;
		color: #f0d6a7;
	}
	.main-navigation ul ul a {
		background-color: #f0d6a7;
		border:0;
		border-bottom: 1px solid #4a170d;
		color: #4a170d;
		padding:.1em .5em;
	}
	.main-navigation ul > li > ul > li > a {
	}
	.main-navigation > div > ul > li > ul {
		position:absolute;
		top:1.3em;
		left:0;
	}
	.main-navigation ul ul ul{
		position:absolute;
		top:0;
		left: 100%;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
	}
	.ls-wp-fullwidth-container {
		display:block;
	}
	.hp-content {
		max-width:1200px;
		position:relative;
		margin:0 auto;
	}
	.site-content {
		padding: 1em 2em;
	}
	#widget-hp-left {
		display:inline-block;
		width:54%;
		left:0;
		margin:1.5em 0 0 0;
		padding:0 1em 0 0;
		border-right:1px solid #c19e85;
	}
	#widget-hp-right {
		float:right;
		width:44%;
		right:0;
		padding:2.5em 0 0 0;
	}
	#widget-hp-left h2, #widget-hp-right h2{
		font-family:mailart;
		font-size:2.4em;
		font-weight:normal;
		padding:.3em 0 .1em 0;
		margin-top:-.3em;
		text-align:left;
	}
	#widget-hp-left .blog h2, #widget-hp-right .blog h2{
		background-image:url(images/pen.png);
		background-repeat:no-repeat;
		background-size:52px 77px;
		background-position:4.1em 0em;
	}
	#widget-hp-left .blog a, #widget-hp-right .blog a, #widget-hp-left .horn a, #widget-hp-right .horn a{
		text-decoration:none;
	}
	#widget-hp-left .twitter h2, #widget-hp-right .twitter h2{
		background-image:url(images/bird.png);
		background-repeat:no-repeat;
		background-size:61px 75px;
		background-position:3em 0em;
	}
	.featured-release {
		position:relative;
	}
	.featured-release a.full-series{
		top:320px;
	}
	.featured-release h3{
		color:#9f2500;
		font-weight:normal;
		padding-left:1em;
		background-image:url(images/rays.png);
		background-position:left;
		background-repeat:no-repeat;
		background-size: 23px 30px;
		border-bottom:#9f2500 solid 1px;
		text-align:left;
		line-height:normal;
	}
	.featured-release .release-cards {
		padding:0 0 0 1em;
		position:relative;
	}
	.featured-release .release-cards img {
		width:150px;
		height:auto;
	}
	.featured-release .release-cards a {
		position:absolute;
	}
	.featured-release .release-cards a:nth-child(1) {
		left:0;
		z-index:10;
	}
	.featured-release .release-cards a:nth-child(2) {
		left:90px;
		z-index:9;
	}
	.featured-release .release-cards a:nth-child(3) {
		left:180px;
		z-index:8;
	}
	.featured-release .release-cards.pilgrims a:nth-child(1) {
		left:0;
	}
	.featured-release .release-cards.pilgrims a:nth-child(2) {
		left:100px;
	}
	.featured-release .release-cards.pilgrims a:nth-child(3) {
		left:200px;
	}
	.featured-release .release-cards a:nth-child(1):hover, .featured-release .release-cards a:nth-child(2):hover, .featured-release .release-cards a:nth-child(3):hover {
		z-index:11;
	}
	.featured-release .release-cards a:nth-child(1):hover img, .featured-release .release-cards a:nth-child(2):hover img, .featured-release .release-cards a:nth-child(3):hover img {
		z-index:11;
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.8);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.8);
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.8);
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	.featured-release {
		width:100%;
		display:inline-block;
	}
	.featured-release:nth-child(odd){
		margin-left:1.9%;
	}
	.card-post {
		position:relative;
		min-height:400px;
	}
	.card-post.horizontal {
		min-height:inherit;
	}
	.card-post .entry-title, .card-post .entry-content {
		text-align:left;
		margin:.4em 0 .4em 270px;
	}
	.card-post.horizontal .entry-title {
		margin:260px 0 .4em 0;
	}
	.card-post .position {
		text-align:left;
		margin:-1.2em 0 1em 270px;
	}
	.card-post.horizontal .position {
		margin:-1.2em 0 1em 0px;
	}
	.card-post .sub-content {
		margin:.4em 0 .4em 270px;
	}
	.card-post.horizontal .sub-content {
		margin:.4em 0 .4em 0px;
	}
	.card-post.horizontal .sub-content,
	.card-post.horizontal .entry-content
	{
		margin:.4em 0 .4em 0px;
	}
	.card-post .entry-title a{
	}
	.card-post .card-image {
		position:absolute;
		top:.7em;
	}
	.card-post .card-image img:nth-child(2) {
		top:460px;
		left:0;
		position:absolute;

	}
	.card-post.horizontal .card-image {
		top:-240px;
	}
	.card-post .card_details li {
		display:inline-block;
		border-right: 1px solid #4a170d;
		padding:0 .5em;
	}
	.card-post .card_details li:first-child {
		padding:0 .5em 0 0;
	}
	.card-post .card_details li:last-child {
		border-right: 0;
	}
	.uwpqsf_class.togglecheck > label{
		display:inline-block;
		float:none;
		width:auto;
		padding-right:1.3em;
	}
	.uwpqsf_class {
		width: auto;
		margin:0 0 1em 0;
	}
	.uwpqsf_class span{
		font-size:1.5em;
	}
	.uwpqsf_class select {
		margin-left: 1%;
		margin-right: 1%;
		width: auto;
	}
	input#uwpqsf_id_key {
		margin-left: 1%;
		margin-right: 1%;
		width: 200px;;
	}
	.title-only {
		position:relative;
		top:-2.7em;
		left:225px;
	}
	.adv_search {
		display:inline-block;
		margin:.5em 0 0 1em;
		font-style:italic;
		font-size:.9em;
		position:relative;
		top:0;
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
	}
	.adv_search:hover {
		top:-.1em;
		color:#e33a07;
	}
	.site-footer .adv_search:hover {
		color:#ffffff;
	}
	#primary.column{
		margin-right:330px;
	}
	#secondary {
		position:absolute;
		right:2em;
		top:1.5em;
		width:280px;
	}
	.uwpqsf_submit {
		margin:1.5em 0 0 0;
		text-align:left;
	}
	#searchresult {
		position:relative;
	}
	#searchresult article, .search-results article{
		min-height:280px;
		border-bottom:1px solid #4a170d;
		margin-bottom:1.5em;
		margin-top:1em;
	}
	#searchresult .entry-header {
		text-align:left;
	}
	#searchresult .entry-header img, .search-results .type-card .entry-header img{
		position:absolute;
		margin:0;
	}
	#searchresult .entry-header .entry-title, .search-results .type-card .entry-title{
		margin: 0 0 0 200px;
	}
	#searchresult .entry-summary, .search-results .type-card .entry-summary {
		margin: 0 0 0 200px;
	}
	#searchresult .entry-summary .moretag{
		display:block;
		
	}
	.site-footer {
		position:relative;
		text-align:left;
	}
	.site-footer .site-info {
		position:absolute;
		top:2em;
		right:2em;
	}
	.site-footer .search-div {
		position:absolute;
		left:2em;
		top:1.4em;
		margin:0;
	}
	.site-footer .search-div .search-form {
		display:inline-block;
		margin:0
	}
	.site-footer .social {
		list-style:none;
		text-align:center;
		margin:0;
		padding:0;
		font-size:1.5em;
		position:absolute;
		left:1.5em;
		top:3em;
	}
	.site-footer .social li{
		display:inline-block;
		margin:0 .2em;
	}
	.site-footer input[type="submit"].search-submit {
		background-image:url(images/mag-glass-white.png);
	}
	.site-footer input.search-field[type="search"] {
		background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
		border: 1px solid #4a170d;
		transition: all 100ms ease-out 0s;
		width: 100px;
		color:#4a170d;
		margin-bottom:.5em;
	}
	.site-footer input[type="search"].search-field:hover, input[type="search"].search-field:focus {
		width:150px;
	}
	.card_nav li {
		width:8%;
	}
	.card-anchors {
		-webkit-column-count: 3;
     	-moz-column-count: 3;
        column-count: 3;
	}
	.scrollToTopwrapper {
		display:block;
	}
	.posts-navigation.pagination {
		text-align:center;
		position:relative;
	}
	.posts-navigation.pagination .page-numbers {
		margin:1em .2em;
		padding:.6em;
	}
	.posts-navigation.pagination .page-numbers.prev {
		float:none;
		width:auto;
		position:absolute;
		left:0;
	}
	
	.posts-navigation.pagination .page-numbers.next {
		float:none;
		width:auto;
		position:absolute;
		right:0;
	}

}
@media screen and (min-width: 800px) {
	#widget-hp-left .cards h2, #widget-hp-right .cards h2{
		background-image:url(images/head-img-cards.png);
		background-repeat:no-repeat;
		background-size:60px 57px;
		background-position:8em .45em;
	}
	#widget-hp-left .horn h2, #widget-hp-right .horn h2{
		background-image:url(images/horn.png);
		background-repeat:no-repeat;
		background-size:60px 35px;
		background-position:6.7em .65em;
	}
	/*.featured-release a.full-series{
		color:#9f2500;
		display:inline-block;
		position:absolute;
		top:1em;
		right:0;
		padding-left:1em;
		background-image:url(images/circles.png);
		background-position:left;
		background-size:11px 11px;
		background-repeat:no-repeat;
		text-decoration:none;
		font-style:italic;
		text-align:left;
		width:auto;
		font-size:1em;
	}*/
	.featured-release a.full-series{
	}
	.featured-release {
	}
	.featured-release .release-cards a:nth-child(1) {
		left:8%;
	}
	.featured-release .release-cards a:nth-child(2) {
		left:33%;
	}
	.featured-release .release-cards a:nth-child(3) {
		left:58%;
	}
	.featured-release .release-cards.pilgrims a:nth-child(1) {
		left:8%;
	}
	.featured-release .release-cards.pilgrims a:nth-child(2) {
		left:37%;
	}
	.featured-release .release-cards.pilgrims a:nth-child(3) {
		left:66%;
	}
	.site-footer .search-div {
		left:9.5em;
		top:1.4em;
	}
	.site-footer .social {
		left:1.5em;
		top:1em;
	}
	.card_nav li {
		width:7%;
	}
}
@media screen and (min-width: 1000px) { 
	.header-bar .search-div {
		right:8.5em;
		top:1.4em;
		text-align:left;
	}
	.header-bar .search-div .search-form {
		display:inline-block;
		margin:0
	}
	.adv_search {
		margin:0 0 0 1em;
	}
	.header-bar .social {
		right:.5em;
		top:1em;
	}
	#widget-hp-left {
		width:69%;
		padding: 0 2em 0 0;
	}
	#widget-hp-right {
		width:29%;
	}
	.featured-release {
		width:48%;
		min-height:370px;
	}
	.featured-release .release-cards img {
		width:170px;
		height:auto;
	}
	.featured-release .release-cards a:nth-child(1) {
		left:0;
	}
	.featured-release .release-cards a:nth-child(2) {
		left:60px;
	}
	.featured-release .release-cards a:nth-child(3) {
		left:120px;
	}
	.featured-release .release-cards.pilgrims a:nth-child(1) {
		left:0;
	}
	.featured-release .release-cards.pilgrims a:nth-child(2) {
		left:80px;
	}
	.featured-release .release-cards.pilgrims a:nth-child(3) {
		left:155px;
	}
	.card-anchors {
		-webkit-column-count: 4;
     	-moz-column-count: 4;
        column-count: 4;
	}
	.card-post .entry-title, 
	.card-post .entry-content {
		margin:.4em 300px .4em 270px;
	}
	.card-post.horizontal .entry-content {
		margin:.4em 300px .4em 0px;
	}
	.card-post.horizontal .entry-title {
		margin:260px 300px .4em 0px;
	}
	.card-post .position {
		margin:-1.2em 0 1em 270px;
	}
	.card-post .sub-content {
		margin:0;
		position:absolute;
		right:0;
		top:0;
		width:280px;
	}
}
@media screen and (min-width: 1200px) { 
	.card-anchors {
		-webkit-column-count: 5;
     	-moz-column-count: 5;
        column-count: 5;
	}
	.featured-release .release-cards a:nth-child(1) {
		left:0;
	}
	.featured-release .release-cards a:nth-child(2) {
		left:100px;
	}
	.featured-release .release-cards a:nth-child(3) {
		left:200px;
	}
	.featured-release .release-cards.pilgrims a:nth-child(1) {
		left:0;
	}
	.featured-release .release-cards.pilgrims a:nth-child(2) {
		left:120px;
	}
	.featured-release .release-cards.pilgrims a:nth-child(3) {
		left:240px;
	}
}