/*
Theme Name: Kramer Neue
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Kramer Neue</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: Kramer Neue
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kramer Neue is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'Super';
  src: url("fonts/SuperGroteskWeb-CondMedium.eot");
  src: url("fonts/SuperGroteskWeb-CondMedium.eot?#iefix") format("embedded-opentype"), url("fonts/SuperGroteskComp-CondMedium.ttf") format("truetype"); }

@font-face {
    font-family: 'SuperRegular';
    src: url('fonts/supergroteskpro-cond-webfont.woff2') format('woff2'),
         url('fonts/supergroteskpro-cond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
1.0 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.67em 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; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #27245e;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Super, sans-serif;
  font-weight: normal; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

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

small {
  font-size: 75%; }

big {
  font-size: 125%; }

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

.entry-content .tablepress tbody td,
.entry-content .tablepress tfoot th {
  border-top-width: 0; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  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: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

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

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #27245e;
  text-decoration: none; }
  a:visited {
    color: #27245e; }
  a:hover, a:focus, a:active {
    color: #27245e;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: none;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0 0 1em;
    padding-left: 0;
    text-align: center; }
    .main-navigation ul ul {
			float: left;
			position: absolute;
			top: 1.5em;
      width: 100%;
			left: -999em;
			z-index: 99999;
    background-color: #ffffffd6; }

    .home .main-navigation ul ul {
      background-color: #aabeddd6; }

.main-navigation ul ul a {
  width: 100%;
}

.main-navigation ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-navigation ul ul li a {
  margin: 0;
  padding: 0;
}

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

.main-navigation ul li:hover > ul {
					left: auto;
				}

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

.main-navigation ul ul a:hover {
			}

.main-navigation ul ul li:hover > ul {
			left: auto;
		}

  .main-navigation li {
    display: inline-block;
  position: relative; }
    .main-navigation li.current_page_item > a,
    .main-navigation li.current_page_ancestor > a{
      text-decoration: underline; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: Super, sans-serif;
    text-transform: uppercase;
    font-size: 17.6px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding: 0 0.5em; }
    @media (min-width: 640px) {
      .main-navigation a {
        padding: 0 0.5em; } }
    .main-navigation a:hover, .main-navigation a:focus {
      text-decoration: underline; }
  .main-navigation li:first-child a {
    padding-left: 0; }
  .main-navigation li:last-child a {
    padding-right: 0; }

/* Small menu. */
.menu-toggle {
  display: none; }

/*
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

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

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

/*--------------------------------------------------------------
6.0 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:hover, .screen-reader-text:active, .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: #27245e;
    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. */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer {
  zoom: 1; }
  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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; }

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-family: Super, sans-serif; }

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

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

#home-bg {
  z-index: 1; }

#link-page-top {
  display: block;
  height: 1px; }

.site-branding {
  text-align: center; }
  .site-branding .site-title {
    margin: 0 0 0.25em;
    font-size: 2rem; }
    .site-branding .site-title a {
      text-decoration: none; }

#page {
  position: relative;
  z-index: 5;
  padding: 0.5em; }

#content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.top-link {
  clear: both;
  text-align: center; }
  .page-contact .top-link {
    display: none; }

.site-footer {
  font-size: 0.85rem; 
  text-align: left;
  position: fixed;
  left: 1em;
  bottom: 1em;
  width: 100%; }
  .site-footer .site-info {
    display: inline;
    color: #fef5df;
    text-shadow: -1px -1px 0 #27245e, 1px -1px 0 #27245e, -1px 1px 0 #27245e, 1px 1px 0 #27245e;
    font-family: 'Super';
  }

/*
.home {
	#site-navigation {
		a {
			color: white;
			text-shadow: 1px 1px 1px #000;
		}
	}

	.site-branding {
		.site-title a {
			color: white;
			text-shadow: 1px 1px 1px #000;
		}
	}

	#main,
	.site-footer {
		color: white;
		text-shadow: 1px 1px 1px #000;
	}
}
*/

.home .main-navigation {
    margin-top: 1em;
}

.home .site-branding .site-title {
    margin: 1em 0 0.25em;
    font-size: 2.2rem;
}

.home #content {
  max-width: 960px; }

.page-tpl-paintings .page-content,
.page-tpl-drawings .page-content,
.page-tpl-publications .page-content {
  margin-top: -0.25em;
  margin-bottom: 2.5em; }
  .page-tpl-paintings .page-content p,
  .page-tpl-drawings .page-content p,
  .page-tpl-publications .page-content p {
    margin-top: 0;
    text-align: center; }

.page-tpl-paintings #content,
.page-tpl-drawings #content,
.page-tpl-publications #content {
  max-width: 960px; }

.page-tpl-paintings #main,
.page-tpl-drawings #main,
.page-tpl-publications #main {
  zoom: 1; }
  .page-tpl-paintings #main:after,
  .page-tpl-drawings #main:after,
  .page-tpl-publications #main:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.page-tpl-paintings .hentry,
.page-tpl-drawings .hentry,
.page-tpl-publications .hentry {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em; }
  @media (min-width: 640px) {
    .page-tpl-paintings .hentry,
    .page-tpl-drawings .hentry,
    .page-tpl-publications .hentry {
      float: left;
      width: 49%;
      min-height: 300px; }
      .page-tpl-paintings .hentry.two-up-0,
      .page-tpl-drawings .hentry.two-up-0,
      .page-tpl-publications .hentry.two-up-0 {
        margin-left: 0;
        margin-right: 2%; } }
  @media (min-width: 800px) {
    .page-tpl-paintings .hentry {
      float: left;
      width: 49%;
      min-height: 400px;
    }
    .page-tpl-drawings .hentry,
    .page-tpl-publications .hentry {
      float: left;
      width: 32%;
      min-height: 300px; }
      .page-tpl-paintings .hentry.two-up-0 {
        margin-left: 0;
        margin-right: 2%;
      }
      .page-tpl-drawings .hentry.two-up-0,
      .page-tpl-publications .hentry.two-up-0 {
        margin-left: 0;
        margin-right: 0; }
      .page-tpl-paintings .hentry.three-up-1,
      .page-tpl-drawings .hentry.three-up-1,
      .page-tpl-publications .hentry.three-up-1 {
        margin-left: 2%;
        margin-right: 2%; } }
  .page-tpl-paintings .hentry .entry-content,
  .page-tpl-drawings .hentry .entry-content,
  .page-tpl-publications .hentry .entry-content {
    margin-top: 0; }
  .page-tpl-paintings .hentry .img,
  .page-tpl-drawings .hentry .img,
  .page-tpl-publications .hentry .img {
    position: relative;
    text-align: center; }
    @media (min-width: 800px) {
      .page-tpl-paintings .hentry .img {
        display: inline-block;
        height: auto;
      }
      .page-tpl-drawings .hentry .img,
      .page-tpl-publications .hentry .img {
        height: 240px; }
        .page-tpl-paintings .hentry .img a {
          display: block;
          position: static;
        }
        .page-tpl-drawings .hentry .img a,
        .page-tpl-publications .hentry .img a {
          display: block;
          position: absolute;
          top: auto;
          bottom: 0;
          width: 100%; } }
    .page-tpl-paintings .hentry .img img,
    .page-tpl-drawings .hentry .img img,
    .page-tpl-publications .hentry .img img {
      vertical-align: bottom;
      border: 1px solid white; }
      .page-tpl-paintings .hentry .img img:hover, .page-tpl-paintings .hentry .img img:focus,
      .page-tpl-drawings .hentry .img img:hover,
      .page-tpl-drawings .hentry .img img:focus,
      .page-tpl-publications .hentry .img img:hover,
      .page-tpl-publications .hentry .img img:focus {
        opacity: 0.75;
        border-color: #ccc; }
      @media (min-width: 800px) {
        .page-tpl-paintings .hentry .img img {
          max-height: 450px;
          width: auto;
          height: auto;
        }
        .page-tpl-drawings .hentry .img img,
        .page-tpl-publications .hentry .img img {
          max-height: 240px;
          width: auto;
          height: auto; } }
  .page-tpl-paintings .hentry .entry-title,
  .page-tpl-drawings .hentry .entry-title,
  .page-tpl-publications .hentry .entry-title {
    margin: 0.5em 0 0;
    font-size: 1.25rem; }

.page-tpl-paintings .hentry .entry-title,
.page-tpl-drawings .hentry .entry-title {
  font-family: SuperRegular, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}

  .page-tpl-paintings .hentry.hover img,
  .page-tpl-drawings .hentry.hover img,
  .page-tpl-publications .hentry.hover img {
    opacity: 0.75;
    border-color: #ccc; }
  .page-tpl-paintings .hentry.hover a,
  .page-tpl-drawings .hentry.hover a,
  .page-tpl-publications .hentry.hover a {
    text-decoration: underline; }

.single-works #content,
.single-works_on_paper #content,
.single-publications #content {
  max-width: 990px; }
  @media (min-width: 1150px) {
    .single-works #content,
    .single-works_on_paper #content,
    .single-publications #content {
      max-width: 1100px; } }

.single-works .hentry,
.single-works_on_paper .hentry,
.single-publications .hentry {
  text-align: center; }

.single-works .entry-title,
.single-works_on_paper .entry-title,
.single-publications .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0.5em 0 0; }

.single-works .entry-title span.year-suffix,
.single-works_on_paper .entry-title span.year-suffix,
.single-publications .entry-title span.year-suffix {
  font-style: normal;
}

.single-works .post-navigation.below,
.single-works_on_paper .post-navigation.below,
.single-publications .post-navigation.below {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 940px) {
    .single-works .post-navigation.below,
    .single-works_on_paper .post-navigation.below,
    .single-publications .post-navigation.below {
      display: none; }
      .single-works .post-navigation.below .nav-next,
      .single-works .post-navigation.below .nav-previous,
      .single-works_on_paper .post-navigation.below .nav-next,
      .single-works_on_paper .post-navigation.below .nav-previous,
      .single-publications .post-navigation.below .nav-next,
      .single-publications .post-navigation.below .nav-previous {
        width: 40%; } }

.single-works .img,
.single-works_on_paper .img,
.single-publications .img {
  text-align: center; }
  .single-works .img img,
  .single-works_on_paper .img img,
  .single-publications .img img {
    display: inline-block; }
    @media (min-width: 940px) {
      .single-works .img img,
      .single-works_on_paper .img img,
      .single-publications .img img {
        vertical-align: middle;
        /* max-height: 520px; */
        max-width: calc(100% - 200px);
        width: auto; } }
    @media (min-width: 1150px) {
      .single-works .img img,
      .single-works_on_paper .img img,
      .single-publications .img img {
        /* max-height: 90vh; */ 
        /* max-width: 100vw - 200px; */
        max-width: calc(100% - 200px);
    } }
  .single-works .img .arrow-wrap,
  .single-works_on_paper .img .arrow-wrap,
  .single-publications .img .arrow-wrap {
    display: none; }
    @media (min-width: 940px) {
      .single-works .img .arrow-wrap,
      .single-works_on_paper .img .arrow-wrap,
      .single-publications .img .arrow-wrap {
        display: inline-block;
        width: 33px; }
        .single-works .img .arrow-wrap.left,
        .single-works_on_paper .img .arrow-wrap.left,
        .single-publications .img .arrow-wrap.left {
          margin: 0 2em 0 0; }
        .single-works .img .arrow-wrap.right,
        .single-works_on_paper .img .arrow-wrap.right,
        .single-publications .img .arrow-wrap.right {
          margin: 0 0 0 2em; } }
    @media (min-width: 1150px) {
      .single-works .img .arrow-wrap,
      .single-works_on_paper .img .arrow-wrap,
      .single-publications .img .arrow-wrap {
        max-height: 600px; }
        .single-works .img .arrow-wrap.left,
        .single-works_on_paper .img .arrow-wrap.left,
        .single-publications .img .arrow-wrap.left {
          margin: 0 2em 0 0; }
        .single-works .img .arrow-wrap.right,
        .single-works_on_paper .img .arrow-wrap.right,
        .single-publications .img .arrow-wrap.right {
          margin: 0 0 0 2em; } }
  .single-works .img .arrow,
  .single-works_on_paper .img .arrow,
  .single-publications .img .arrow {
    display: none;
    vertical-align: middle; }
    @media (min-width: 940px) {
      .single-works .img .arrow,
      .single-works_on_paper .img .arrow,
      .single-publications .img .arrow {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 111px; }
        .single-works .img .arrow a,
        .single-works_on_paper .img .arrow a,
        .single-publications .img .arrow a {
          display: block;
          width: 100%;
          height: 100%;
          background-image: url(img/arrows-thin.png);
          background-repeat: no-repeat;
          background-size: 143px 111px;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 34px; }
        .single-works .img .arrow.nav-next,
        .single-works_on_paper .img .arrow.nav-next,
        .single-publications .img .arrow.nav-next {
          left: 1em;
          right: auto; }
          .single-works .img .arrow.nav-next a,
          .single-works_on_paper .img .arrow.nav-next a,
          .single-publications .img .arrow.nav-next a {
            background-position: -40px 0; }
            .single-works .img .arrow.nav-next a:hover, .single-works .img .arrow.nav-next a:focus,
            .single-works_on_paper .img .arrow.nav-next a:hover,
            .single-works_on_paper .img .arrow.nav-next a:focus,
            .single-publications .img .arrow.nav-next a:hover,
            .single-publications .img .arrow.nav-next a:focus {
              background-position: 0 0; }
        .single-works .img .arrow.nav-previous,
        .single-works_on_paper .img .arrow.nav-previous,
        .single-publications .img .arrow.nav-previous {
          right: 1em;
          left: auto; }
          .single-works .img .arrow.nav-previous a,
          .single-works_on_paper .img .arrow.nav-previous a,
          .single-publications .img .arrow.nav-previous a {
            background-position: -80px 0; }
            .single-works .img .arrow.nav-previous a:hover, .single-works .img .arrow.nav-previous a:focus,
            .single-works_on_paper .img .arrow.nav-previous a:hover,
            .single-works_on_paper .img .arrow.nav-previous a:focus,
            .single-publications .img .arrow.nav-previous a:hover,
            .single-publications .img .arrow.nav-previous a:focus {
              background-position: -120px 0; } }

.single-works .post-navigation.fixed,
.single-works_on_paper .post-navigation.fixed,
.single-publications .post-navigation.fixed {
  display: none; }
  @media (min-width: 640px) {
    .single-works .post-navigation.fixed,
    .single-works_on_paper .post-navigation.fixed,
    .single-publications .post-navigation.fixed {
      display: block; }
      .single-works .post-navigation.fixed .nav-next,
      .single-works .post-navigation.fixed .nav-previous,
      .single-works_on_paper .post-navigation.fixed .nav-next,
      .single-works_on_paper .post-navigation.fixed .nav-previous,
      .single-publications .post-navigation.fixed .nav-next,
      .single-publications .post-navigation.fixed .nav-previous {
        position: fixed;
        top: 48%;
        display: block;
        width: 33px;
        height: 65px; }
        .single-works .post-navigation.fixed .nav-next a,
        .single-works .post-navigation.fixed .nav-previous a,
        .single-works_on_paper .post-navigation.fixed .nav-next a,
        .single-works_on_paper .post-navigation.fixed .nav-previous a,
        .single-publications .post-navigation.fixed .nav-next a,
        .single-publications .post-navigation.fixed .nav-previous a {
          display: block;
          width: 100%;
          height: 100%;
          background-image: url(img/arrows-sprite.png);
          background-repeat: no-repeat;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 34px; }
      .single-works .post-navigation.fixed .nav-next,
      .single-works_on_paper .post-navigation.fixed .nav-next,
      .single-publications .post-navigation.fixed .nav-next {
        left: 1em;
        right: auto; }
        .single-works .post-navigation.fixed .nav-next a,
        .single-works_on_paper .post-navigation.fixed .nav-next a,
        .single-publications .post-navigation.fixed .nav-next a {
          background-position: 0 0; }
          .single-works .post-navigation.fixed .nav-next a:hover, .single-works .post-navigation.fixed .nav-next a:focus,
          .single-works_on_paper .post-navigation.fixed .nav-next a:hover,
          .single-works_on_paper .post-navigation.fixed .nav-next a:focus,
          .single-publications .post-navigation.fixed .nav-next a:hover,
          .single-publications .post-navigation.fixed .nav-next a:focus {
            background-position: -33px 0; }
      .single-works .post-navigation.fixed .nav-previous,
      .single-works_on_paper .post-navigation.fixed .nav-previous,
      .single-publications .post-navigation.fixed .nav-previous {
        right: 1em;
        left: auto; }
        .single-works .post-navigation.fixed .nav-previous a,
        .single-works_on_paper .post-navigation.fixed .nav-previous a,
        .single-publications .post-navigation.fixed .nav-previous a {
          background-position: -99px 0; }
          .single-works .post-navigation.fixed .nav-previous a:hover, .single-works .post-navigation.fixed .nav-previous a:focus,
          .single-works_on_paper .post-navigation.fixed .nav-previous a:hover,
          .single-works_on_paper .post-navigation.fixed .nav-previous a:focus,
          .single-publications .post-navigation.fixed .nav-previous a:hover,
          .single-publications .post-navigation.fixed .nav-previous a:focus {
            background-position: -66px 0; } }

body.page-template-page-paintings article h1.entry-title,
body.page-template-page-drawings article h1.entry-title {
  font-style: italic;
}

body.page-template-page-paintings article h1.entry-title span.year-suffix,
body.page-template-page-drawings article h1.entry-title span.year-suffix{
  font-style: normal;
}

.page-tpl-public_art .meta {
  text-align: center; }
  .page-tpl-public_art .meta .title {
    font-family: Super, sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem; }

.page-tpl-public_art .wp-caption,
.page-tpl-public_art .alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  float: none;
  line-height: 1.3;
  font-size: 14.88px;
  font-size: 0.93rem; }

.page-tpl-public_art .hentry.type-public_art {
  margin-bottom: 4em; }

.page-tpl-press .type-page {
  text-align: center; }

.page-tpl-press .type-press {
  max-width: 640px;
  margin: 0 auto 3em; }
  .page-tpl-press .type-press .source {
    text-align: center;
    margin: -1em 0 0; }
    .page-tpl-press .type-press .source h3 {
      margin: 0.5em 0 0; }

.page-cv #content {
  max-width: 750px; }

.hentry .tablepress td {
  padding: 0 1em 0 0; }

.hentry .tablepress .column-1 {
  white-space: nowrap;
  width: 15%; }

.page .entry-header {
  display: none; }

body.home #page {
  padding: 0;
}
body.home #page #masthead {
  width: 100%;
  margin-top: calc(50vh - 100px);
  padding-top: 1px;
  padding-bottom: 15px;
}

body.home #page #masthead a {
  color: #fef5df;
  text-shadow: -1px -1px 0 #27245e, 1px -1px 0 #27245e, -1px 1px 0 #27245e, 1px 1px 0 #27245e;
}

body.home #page #masthead h1 a {
  font-size: 4rem;
  letter-spacing: 2px;
}

body.home #page #masthead #menu-main-menu li a {
  font-size: 2rem;
}

.edit-link {
  display: block;
  text-align: center;
  margin: 1em 0; }
  .edit-link a {
    color: #ea991b;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 85%; }
    .edit-link a:hover, .edit-link a:focus {
      text-decoration: none; }

.tablepress caption a {
  display: block;
  text-align: center;
  color: #ea991b;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 85%; }
  .tablepress caption a:hover, .tablepress caption a:focus {
    text-decoration: none; }

/* scrapbook gallery */
.page-id-650 #content {
  max-width: 960px; }

.page-id-650 .gallery-columns-3 .gallery-item {
  max-width: 29%;
  margin-left: 1em;
  margin-right: 1em; }
  .page-id-650 .gallery-columns-3 .gallery-item .gallery-caption {
    font-size: 85%; }

/* horizontal paintings */
.page-tpl-paintings #post-1044,
.page-tpl-paintings #post-1050,
.page-tpl-paintings #post-1048 {
    float: none;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

body.page-cv #content .entry-content figure.wp-block-table {
  margin: 0 auto;
}

body.page-cv #content .entry-content figure.wp-block-table table,
body.page-cv #content .entry-content figure.wp-block-table th,
body.page-cv #content .entry-content figure.wp-block-table td {
  border: 0;
  padding: 0;
}

body.page-cv #content .entry-content figure.wp-block-table td {
  padding-bottom: 0.45em;
}

body.page-cv #content .entry-content figure.wp-block-table tr td:first-child {
  width: 13%;
  white-space: nowrap;
  vertical-align: top;
}

body.wp-theme-kramer-neue .jp-carousel-info-footer .jp-carousel-photo-caption {
  line-height: 1.5rem;
  white-space: wrap;
}

body.wp-theme-kramer-neue .jp-carousel-photo-icons-container {
  visibility: hidden;
}

/* body.wp-theme-kramer-neue .tiled-gallery__gallery .tiled-gallery__row .tiled-gallery__col:first-child figure img { */
/*   background-color: blue; */
/*   margin-bottom: -1rem; */
/* } */

body.wp-theme-kramer-neue .tiled-gallery__gallery .tiled-gallery__col {
  flex-basis: 30% !important;
}

body.wp-theme-kramer-neue.page-public-art-2 .tiled-gallery__gallery .tiled-gallery__col {
  flex-basis: 100% !important;
}
body.wp-theme-kramer-neue.page-public-art-2 .wp-block-gallery.has-nested-images {
  margin: 0;
}
/* body.wp-theme-kramer-neue .tiled-gallery__gallery .tiled-gallery__col .tiled-gallery__item { */
/*   display: flex; */
/* } */

/* body.wp-theme-kramer-neue .tiled-gallery__gallery .tiled-gallery__col .tiled-gallery__item > img { */
/*   object-fit: fill; */
/*   /1* height: fit-content; *1/ */
/* } */

body.wp-theme-kramer-neue .menu-main-menu-container #menu-main-menu #menu-item-1528 > a::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  color: #fef5df;
  text-shadow: -1px -1px 0 #27245e, 1px -1px 0 #27245e, -1px 1px 0 #27245e, 1px 1px 0 #27245e;
}
