/*!
Theme Name: Godine
Theme URI: http://www.godine.com/
Author: Kat Ran Press (Design) & Stephen Simon Interactive (Development)
Author URI: http://stephensimon.com/
Description: Theme for publishing house, David R. Godine, Inc.
Version: 1.1.5
Text Domain: godine
Tags:

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
# Media
	## Captions
	## Galleries
# Helper classes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Georgia Pro Onum", "Minion Pro Subhead", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

h1,
.h1 {
  font-family: "MillerDisplay", "Minion Pro Display", serif;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.44; }
  @media screen and (min-width: 41.75em) {
    h1,
    .h1 {
      font-size: 24px;
      font-size: 1.5rem; } }
  .fontface h1 > em,
  .fontface h1 > i, .fontface
  .h1 > em,
  .fontface
  .h1 > i {
    font-family: "MillerDisplay", 'Cycles W00 Eleven It OS', "Minion Pro Display", serif; }
  .fontface .fontface h1.small-caps, .fontface .fontface
  .h1.small-caps {
    font-family: "Georgia Pro Onum Smcp", "Minion Pro Subhead", serif; }

h2,
.h2 {
  font-family: "MillerDisplay", "Minion Pro Display", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.44; }

h3,
.h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.96875; }

h4,
.h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059; }

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3333333333; }

h6,
.h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-weight: normal;
  font-variant: small-caps; }
  .fontface h6, .fontface
  .h6 {
    font-family: "Georgia Pro Onum Smcp", "Minion Pro Subhead", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-transform: lowercase; }

p {
  margin: 0 0 1.3333333333em; }

cite, em, i {
  font-style: italic; }
  .fontface cite, .fontface em, .fontface i {
    font-family: "Georgia Pro Onum", "Minion Pro Subhead", serif; }

blockquote {
  margin: 0 0 1.3333333333em; }

address {
  margin: 0 0 1.3333333333em; }

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

.small-caps {
  font-weight: normal;
  font-variant: small-caps; }
  .fontface .small-caps {
    font-family: "Georgia Pro Onum Smcp", "Minion Pro Subhead", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-transform: lowercase; }

.fontface .small-caps--initial {
  text-transform: none; }

.fontface .term-description--author p .small-caps {
  font-family: "Georgia Pro Onum", "Minion Pro Subhead", serif;
  letter-spacing: normal;
  text-transform: none; }

/*--------------------------------------------------------------
# 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, q {
  color: #666666;
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }
  blockquote > p:last-child, q > p:last-child {
    margin-bottom: 0; }

hr {
  border-bottom: 1px dotted #000;
  border: 0;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em; }
  ul a, ol a {
    color: #333; }
    ul a:visited, ol a:visited {
      color: inherit; }
    ul a:hover, ul a:focus, ul a:active, ol a:hover, ol a:focus, ol a:active {
      color: #c34d5b; }

ul {
  list-style: disc; }
  .entry-content ul,
  .widget-area ul, ul.list-raquo {
    list-style: none;
    padding-left: 0; }
    .entry-content ul li,
    .widget-area ul li, ul.list-raquo li {
      padding-left: .8em;
      position: relative; }
      .entry-content ul li:before,
      .widget-area ul li:before, ul.list-raquo li:before {
        content: "\00BB \0020";
        left: 0;
        position: absolute; }

ol {
  list-style: decimal;
  padding-left: 1.2em; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-left: -.3125em; }
  .list-inline > li {
    display: inline-block;
    padding-left: .3125em;
    padding-right: .3125em; }

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"],
.button {
  -webkit-appearance: initial;
  background: #c34d5b;
  border: 4px solid #c34d5b;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  max-width: 100%;
  padding: 0;
  outline: none;
  text-align: center;
  text-shadow: none; }

.button-border {
  border: 1px solid #fff;
  display: block;
  padding: 1em; }
  @media screen and (min-width: 64em) {
    .button-border {
      padding: .5em; } }

a.button,
button.button {
  cursor: pointer; }
  a.button:hover,
  button.button:hover {
    background-color: #C41E3A;
    color: white;
    border-color: #C41E3A; }
  a.button:active, a.button:focus,
  button.button:active,
  button.button:focus {
    background-color: #c34d5b;
    color: white; }

@media screen and (min-width: 64em) {
  .button-detail-desk-block {
    display: block; } }

.button--block {
  display: block;
  width: 100%; }

.button > p {
  margin: 0; }

.alm-btn-wrap {
  clear: both; }

.alm-load-more-btn {
  -webkit-appearance: initial;
  background: none;
  border: none;
  color: #000;
  font-weight: normal;
  font-variant: small-caps;
  margin-left: 0;
  padding: 0;
  outline: none; }
  .fontface .alm-load-more-btn {
    font-family: "Georgia Pro Onum Smcp", "Minion Pro Subhead", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-transform: lowercase; }
  .alm-load-more-btn.done {
    display: none;
    visibility: hidden; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  color: #666;
  border: 1px solid #cfcfcf;
  border-radius: 0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111;
    outline: none; }

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

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

input.input-alt {
  border: none;
  border-bottom: 1px solid #cfcfcf; }

.select-type {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c34d5b;
  text-decoration: none; }
  a:visited {
    color: #c34d5b; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.link-alt {
  color: #000; }
  .link-alt:visited {
    color: #000; }
  .link-alt:hover, .link-alt:focus, .link-alt:active {
    color: #c34d5b; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  margin-bottom: .575em;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      background: white;
      border: 1px dotted #000;
      display: block;
      float: left;
      padding: 1.125em 1.5em;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        display: block;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        position: relative;
        text-transform: none; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a:after {
        content: none; }
  .main-navigation li {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8125;
    position: relative; }
    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
      left: 0; }
    .main-navigation li:last-child > a:after {
      content: none; }
  .main-navigation a {
    display: block;
    outline: none;
    text-decoration: none; }
    .main-navigation a:after {
      content: '\b7';
      color: #c34d5b;
      display: inline-block;
      padding: 0 .2em; }
      .main-navigation a:after:last-child .main-navigation a:after {
        content: none;
        padding: 0; }
  .main-navigation .menu-item-depth-0-dotless > a {
    padding-right: .4em; }
    .main-navigation .menu-item-depth-0-dotless > a:after {
      content: none; }
  .main-navigation .menu-item-depth-0 > .menu-link {
    font-weight: normal;
    font-variant: small-caps; }
    .fontface .main-navigation .menu-item-depth-0 > .menu-link {
      font-family: "Georgia Pro Onum Smcp", "Minion Pro Subhead", serif;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      letter-spacing: 0.08em;
      text-transform: lowercase; }

.sub-menu li {
  padding-left: .8em; }
  .sub-menu li:before {
    content: "\00BB \0020";
    left: 0;
    position: absolute; }

.sub-menu .menu-item-label {
  margin-top: 1em;
  padding-left: 0; }
  .sub-menu .menu-item-label:before {
    content: none; }
  .sub-menu .menu-item-label:first-child {
    margin-top: 0; }

@media screen and (min-width: 41.75em) {
  .main-navigation ul {
    display: flex; }
    .main-navigation ul ul {
      border-top: none;
      padding: 0.375em 1.5em 1.25em; }
      .main-navigation ul ul a {
        width: 215px; }
  .main-navigation li {
    font-size: 15px;
    font-size: 0.9375rem; } }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  .main-navigation ul {
    display: flex; }
  .main-navigation li {
    flex: 1 1 auto; }
  .main-navigation a:after {
    padding: 0 0.4em; } }

@media screen and (min-width: 64em) {
  .main-navigation {
    top: 4px;
    position: absolute;
    right: 0;
    width: auto; }
    .main-navigation a:after {
      padding: 0 0.2em; } }

.icon-menu,
.icon-cart,
.icon-search {
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px; }

.icon-menu {
  background-image: url(img/icon-menu.png);
  height: 7px;
  width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .icon-menu {
      background-image: url(img/icon-menu-2x.png);
      background-size: 15px 7px; } }

.icon-cart {
  background-image: url(img/icon-cart.png);
  width: 12px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .icon-cart {
      background-image: url(img/icon-cart-2x.png);
      background-size: 12px 10px; } }

.icon-search {
  background-image: url(img/icon-search.png);
  width: 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .icon-search {
      background-image: url(img/icon-search-2x.png);
      background-size: 10px 10px; } }

.pagination {
  font-weight: normal;
  font-variant: small-caps; }
  .fontface .pagination {
    font-family: "Georgia Pro Onum Smcp", "Minion Pro Subhead", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-transform: lowercase; }
  .pagination .page-numbers {
    display: inline-block; }
    .pagination .page-numbers.prev {
      float: left; }
    .pagination .page-numbers.next {
      float: right;
      text-align: right; }

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.alm-reveal:before,
.alm-reveal: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;
  table-layout: fixed; }

.clear:after,
.alm-reveal:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  .widget select {
    max-width: 100%; }
  .widget .input-alt {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 90%; }

.widget-no-title .widget-title {
  display: none !important;
  visibility: hidden; }

.widget-area--sidebar {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385; }
  @media screen and (min-width: 64em) {
    .widget-area--sidebar {
      display: block;
      float: left;
      min-width: 144px;
      width: 15.06276151%; } }
  @media screen and (min-width: 41.75em) and (max-width: 63.99em) {
    .news-and-events .widget-area--sidebar {
      display: block;
      float: left;
      margin-right: 1.8461538462em;
      max-width: 156px;
      width: 12em; } }
  .widget-area--sidebar li a:visited {
    color: #333; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 59.75em;
  padding: 1.625em 2.125em;
  width: auto; }
  @media screen and (min-width: 24em) {
    .site {
      width: 19.75em; } }
  @media screen and (min-width: 41.75em) {
    .site {
      width: 37.5em; } }
  @media screen and (min-width: 64em) {
    .site {
      width: 59.75em; } }

.branding-navigation-container {
  position: relative; }

.site-header {
  margin-bottom: 1em; }
  @media screen and (min-width: 64em) {
    .site-header {
      margin-bottom: 1.3333333333em; } }

.site-title {
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 0; }

.utility {
  color: #999;
  position: relative; }
  @media screen and (min-width: 64em) {
    .utility {
      text-align: right; } }

@media screen and (min-width: 64em) {
  .search-form {
    float: left;
    height: 27px; } }

.search-site-toggle {
  cursor: pointer; }
  .search-site-toggle.active {
    color: #666; }

@media screen and (min-width: 64em) {
  .utility-search-toggle {
    float: right;
    padding: 0 0.625em; } }

.utility__item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  margin-bottom: 1.333333em; }
  @media screen and (min-width: 64em) {
    .utility__item {
      display: inline-block;
      margin-bottom: 0.1875em;
      vertical-align: top; } }

@media screen and (min-width: 41.75em) and (max-width: 63.99em) {
  .utility-item--social {
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 10; } }

.alert {
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286; }
  .alert > a {
    color: #c34d5b; }
    .alert > a:hover {
      color: black; }

.alert--site-wide {
  background-color: #e1e1e1;
  padding: .62em; }

.social-menu {
  margin-left: 0;
  margin-bottom: 0;
  float: right; }
  .social-menu li {
    height: 25px;
    padding: 0 0 0 .3125em; }
    .social-menu li:first-child {
      padding-left: 0; }
  .social-menu .social-link {
    opacity: 0.4; }
    .social-menu .social-link a {
      background: url(img/social-sprite.png) no-repeat;
      cursor: pointer;
      display: inline-block;
      height: 15px;
      width: 15px; }
    .social-menu .social-link:hover {
      opacity: 1; }
  .social-menu .social-link--facebook a {
    background-position: 0 0; }
  .social-menu .social-link--instagram a {
    background-position: -15px 0; }
  .social-menu .social-link--pinterest a {
    background-position: -30px 0; }
  .social-menu .social-link--twitter a {
    background-position: -45px 0; }
  .social-menu .social-link--tumblr a {
    background-position: -60px 0; }

.utility .search-field {
  height: 18px;
  width: 276px; }

.small-screen-search {
  clear: both; }
  .small-screen-search .search-field {
    box-sizing: border-box;
    height: 32px;
    width: 100%; }

.site-footer {
  border-top: 1px dotted #000;
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385; }
  .site-footer a {
    color: inherit; }

.widget-area--footer {
  margin-top: 1.5625em; }
  @media screen and (min-width: 41.75em) {
    .widget-area--footer {
      float: left; } }
  @media screen and (min-width: 41.75em) and (max-width: 63.99em) {
    .widget-area--footer {
      width: 33.333333%; }
      .widget-area--footer > div {
        padding-right: 24px;
        padding-right: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .widget-area--footer {
      margin-right: 2.510460251%;
      max-width: 172px;
      width: 17.9916318%; }
      .widget-area--footer:last-child {
        margin-right: 0; } }

@media screen and (max-width: 41.75em) {
  .footer-widget-area-3,
  .footer-widget-area-4 {
    float: left;
    width: 48%; }
  .footer-widget-area-3 {
    margin-right: 2%; }
  .footer-widget-area-5 .widget_nav_menu {
    margin-left: 50%; }
  .widget-legal {
    clear: both; } }

.grid-col {
  margin-bottom: 1.4444444444em; }

@media screen and (min-width: 21.875em) {
  .grid-col {
    float: left; }
  .grid-1 {
    width: 50%; }
    .grid-1 > div {
      padding-right: 24px;
      padding-right: 1.5rem; }
  .grid-row {
    content: "";
    display: table;
    table-layout: fixed;
    margin-bottom: 3em;
    width: 100%; } }

@media screen and (max-width: 41.75em) {
  .grid-col.second > div,
  .grid-col.last > div {
    padding-right: 0; }
  .grid-col.third,
  .grid-1.first:nth-child(6n+1) {
    clear: left; } }

@media screen and (min-width: 41.75em) and (max-width: 63.99em) {
  .grid-1 {
    width: 33.333333333%; }
  .grid-col.third > div {
    padding-right: 0; }
  .grid-col:nth-child(4n+1) {
    clear: left; } }

@media screen and (min-width: 64em) {
  .grid-col {
    margin-right: 24px;
    margin-right: 1.5rem; }
    .grid-col.last {
      margin-right: 0; }
  .grid-1 {
    min-width: 172px;
    max-width: 172px;
    width: 22.63157895%; } }

.grid-row--top-divider {
  padding-top: 2.25em; }

.book-grid--top-divider {
  clear: both;
  padding-top: 3em; }
  @media screen and (max-width: 64em) {
    .book-grid--top-divider {
      border-top: none !important;
      padding-top: 0; } }
  @media screen and (max-width: 63.99em) {
    .tax-book_cat .book-grid--top-divider {
      display: none !important; } }

@media screen and (max-width: 64em) {
  .ajax-load-more-wrap:not(:first-child) .alm-listing {
    border-top: 1px dotted #666;
    padding-top: 3em; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
  margin-bottom: 4.5em; }

.content-area {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }
  @media screen and (min-width: 64em) {
    .content-area {
      float: right;
      width: 79.49790795%; } }
  @media screen and (min-width: 64em) {
    .content-area {
      min-width: 760px; } }
  @media screen and (max-width: 41.75em) {
    .content-area {
      margin-bottom: 1.3333333333em; } }
  @media screen and (min-width: 41.75em) and (max-width: 63.99em) {
    .news-and-events .content-area {
      margin-left: 12em; } }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 2.6666666667em; }
  .hentry table:last-child,
  .hentry blockquote:last-child,
  .hentry p:last-child,
  .hentry ul:last-child {
    margin-bottom: 0; }
  .single .hentry {
    margin-bottom: 0; }

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

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

.entry-header,
.page-header {
  margin-top: -0.3333333333em;
  margin-bottom: 1.3333333333em; }

.featured-image img {
  display: block; }

.entry-subheading--emphasis {
  font-style: italic; }
  .fontface .entry-subheading--emphasis {
    font-family: "Georgia Pro Onum", "Minion Pro Subhead", serif; }

.wp-caption {
  margin: 20px 0 22px; }
  .wp-caption embed,
  .wp-caption iframe,
  .wp-caption object,
  .wp-caption img {
    display: block;
    margin: 0; }

.wp-caption-text {
  color: #666666;
  margin-top: 14px; }

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

.breadcrumbs {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.6em; }
  .breadcrumbs a {
    color: inherit; }

@media screen and (min-width: 64em) {
  .has-post-thumbnail.hentry {
    position: relative; }
  .has-post-thumbnail .entry-header,
  .has-post-thumbnail .entry-content,
  .has-post-thumbnail .entry-footer {
    float: right;
    width: 74.21052632%; }
  .has-post-thumbnail .entry-aside {
    float: left;
    width: 22.63157895%; }
  .has-post-thumbnail .attachment-post-thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 64em) {
  .news-and-events .entry-header,
  .news-and-events .entry-content,
  .news-and-events .entry-footer {
    float: right;
    width: 74.21052632%; } }

.imprint-featured-books__header {
  margin-bottom: 1.3333333333em;
  padding: .62em 0; }

@media screen and (min-width: 41.75em) and (max-width: 63.99em) {
  .grid-col--featured:nth-child(4n+4) {
    clear: left; } }

@media screen and (min-width: 41.75em) {
  .godine_book.hentry {
    position: relative; }
  .godine_book .entry-header,
  .godine_book .entry-content,
  .godine_book .entry-footer {
    float: right;
    width: 74.21052632%; }
  .godine_book .entry-aside {
    float: left;
    width: 22.63157895%; }
  .godine_book .attachment-post-thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

.book-archive-item-cover {
  height: auto;
  position: relative; }

.book-archive-item-cover-mh,
.book-archive-item-cover {
  margin-bottom: .8em; }

.book-archive-item-cover .book-cover {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute; }

.book-cover > img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.single-godine_book .entry-aside {
  margin-bottom: 1em; }

.single-godine_book .entry-content {
  margin-bottom: 2.6666666667em; }

@media screen and (min-width: 41.75em) {
  .entry-aside .button {
    max-width: 172px; } }

.book-byline {
  font-style: italic; }
  .fontface .book-byline {
    font-family: "Georgia Pro Onum", "Minion Pro Subhead", serif; }

.entry-meta__item {
  line-height: 1;
  margin-bottom: 1em; }
  @media screen and (min-width: 64em) {
    .entry-meta__item:last-child {
      margin-bottom: 0; } }

.list-item-indent {
  padding-left: 0.8em; }

.list-item__label {
  margin-left: -0.8em; }

.entry-meta__featured-image {
  margin-bottom: 1.5em; }

.entry-meta-item--top-divider {
  padding-top: 1.125em; }

.entry-meta-item--bottom-divider {
  padding-bottom: 1.125em; }

.entry-meta-item-content {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.author {
  margin-bottom: 1em; }

.author__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286; }

@media screen and (min-width: 64em) {
  .author--has-thumbnail {
    margin-bottom: 24px;
    position: relative; }
    .author--has-thumbnail .author__image {
      float: left;
      width: 30.4964539%; }
      .author--has-thumbnail .author__image img {
        display: block; }
    .author--has-thumbnail .author__content {
      margin-top: -0.3333333333em;
      margin-left: 34.75177305%;
      width: 65.24822695%; }
      .author--has-thumbnail .author__content p:last-child {
        margin-bottom: 0; } }

.grid-col--author {
  margin-bottom: 48px;
  margin-bottom: 3rem; }
  @media screen and (max-width: 41.75em) {
    .grid-col--author {
      margin-right: 24px;
      width: 46%;
      width: calc(50% - 24px); }
      .grid-col--author:nth-child(2n+1) {
        clear: left; }
      .grid-col--author:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 41.75em) and (max-width: 63.99em) {
    .grid-col--author:nth-child(3n+1) {
      clear: left; }
    .grid-col--author:nth-child(3n) {
      margin-right: 0; }
    .grid-col--author:nth-child(4n+1) {
      clear: none; } }
  @media screen and (min-width: 64em) {
    .grid-col--author:nth-child(4n+1) {
      clear: left; }
    .grid-col--author:nth-child(4n) {
      margin-right: 0; } }

.grid-col--author__link {
  width: 172px; }

.author-menu {
  display: table;
  margin-bottom: 2.9444444444em;
  width: 100%; }

.author-menu__item {
  display: table-cell; }
  .author-menu__item.author-menu__item--active {
    color: #c34d5b; }
  @media screen and (min-width: 24em) {
    .author-menu__item > a:after {
      content: '\b7';
      color: #C41E3A; } }
  @media screen and (min-width: 41.75em) {
    .author-menu__item > a:after {
      padding-left: .2em; } }
  @media screen and (min-width: 64em) {
    .author-menu__item > a:after {
      padding-left: .45em; } }
  @media screen and (min-width: 24em) {
    .author-menu__item:last-child > a:after {
      content: none;
      padding-right: 0; } }

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

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Godine Owl Carousel Theme
*/
.owl-controls {
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-controls .owl-buttons div {
  color: #999999;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: -96px 0 0;
  padding: 0;
  font-size: 72px;
  font-size: 4.5rem; }

.owl-buttons {
  filter: Alpha(Opacity=0);
  /*IE7 fix*/
  opacity: 0; }
  .owl-carousel:hover .owl-buttons {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 72px; }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none; }

/* Styling Pagination*/
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-pagination {
  margin: 20px 0; }

.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #666; }

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #c34d5b; }

/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(img/loading.gif) no-repeat center center; }

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

.no-js #spinner {
  display: none; }

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
  .mfp-content .inner {
    position: relative; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
  button.mfp-close::-moz-focus-inner,
  button.mfp-arrow::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
  background: none;
  color: #21759b;
  height: 48px;
  line-height: 44px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 43px;
  text-align: center;
  text-decoration: none;
  top: 0;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  width: 50px; }
  .mfp-close:active, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #999999;
  right: 0;
  text-align: right;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  background: none;
  color: #999999;
  position: absolute;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: normal;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-content:hover .mfp-arrow {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    content: '\00AB'; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  margin-left: 15px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 15px; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    content: '\00BB'; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  margin-left: 15px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  display: none;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	* Remove all paddings around the image on small screen
	*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 500px;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 500px;
  right: 0;
  padding-top: 0; }

.white-popup {
  box-shadow: 0 5px 40.18px 8.82px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #FFF;
  padding: 0 0 100px;
  width: auto;
  max-width: 1024px;
  margin: 20px auto; }

/*--------------------------------------------------------------
# Calendar
--------------------------------------------------------------*/
.event-calendar__header {
  position: relative; }

.event-calendar-heading {
  margin-top: .75em;
  padding: 5px 0; }

.event-calendar-heading__year {
  line-height: 1; }

.event-calendar__navigation {
  bottom: .35em;
  position: absolute;
  text-align: right;
  right: .15em;
  width: 30%; }

.event-calendar__link {
  padding: 0 .15em; }

table.calendar {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: separate;
  border-spacing: 1px; }

.calendar td {
  border-bottom: 1px dotted #666;
  padding: 5px 2px 5px 0;
  text-align: right; }

.calendar__day {
  color: #999;
  position: relative; }

.calendar__day-head {
  font-weight: normal;
  font-variant: small-caps;
  text-align: right; }
  .fontface .calendar__day-head {
    font-family: "Georgia Pro Onum Smcp", "Minion Pro Subhead", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-transform: lowercase; }

.calendar__day-number {
  text-align: right; }

.calendar__current-day {
  color: #c34d5b; }

/*--------------------------------------------------------------
# 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 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286; }

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

.gallery-item--entry-meta {
  margin-bottom: 1.333333em; }
  .gallery-item--entry-meta img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/
.display--block {
  display: block; }

.display--inline-block {
  display: inline-block; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

img.bordered,
.bordered > img {
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  display: block; }

.section {
  margin-bottom: 2.6666666667em; }
  .section p:last-child,
  .section .hentry {
    margin-bottom: 0; }

.section--top-divider {
  padding-top: 2.6666666667em; }

.section--bottom-divider {
  padding-bottom: 2.6666666667em; }

.section--page {
  margin-bottom: 1.6666666667em; }

.section--page-top-divider {
  padding-top: 1.6666666667em; }

.section--page-bottom-divider {
  padding-bottom: 1.6666666667em; }

.top-divider {
  border-top: 1px dotted #666; }

.bottom-divider {
  border-bottom: 1px dotted #666; }

/*
 * Image replacement
 */
.ir, .social-menu a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before, .social-menu a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden, .no-js .bullets {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

@media screen and (max-width: 24em) {
  .hidden-palm {
    display: none !important;
    visibility: hidden; } }

@media screen and (min-width: 24em) {
  .hidden-2-col-and-above {
    display: none !important;
    visibility: hidden; } }

@media screen and (max-width: 41.74em) {
  .hidden-2-col-and-below {
    display: none !important;
    visibility: hidden; } }

@media screen and (min-width: 41.75em) {
  .hidden-3-col-and-above {
    display: none !important;
    visibility: hidden; } }

@media screen and (max-width: 63.99em) {
  .hidden-3-col-and-below {
    display: none !important;
    visibility: hidden; } }

@media screen and (min-width: 41.75em) and (max-width: 63.99em) {
  .hidden-3-col {
    display: none !important;
    visibility: hidden; } }

@media screen and (min-width: 64em) {
  .hidden-4-col-and-above {
    display: none !important;
    visibility: hidden; } }

@media screen and (max-width: 64em) {
  .hidden-4-col-and-below {
    display: none !important;
    visibility: hidden; } }

.m0 {
  margin: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.p0 {
  margin: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.text-center, .alm-btn-wrap {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.justify {
  text-align: justify; }

.vertical-align-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.vertical-align-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

/*--------------------------------------------------------------
# Print styles
--------------------------------------------------------------*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hidden-print {
    display: none !important; } }
