/*
Theme Name: Copper Nickel
Theme URI: 
Author: Fifth Street Creative
Author URI: http://fifthstreetcreative.com/
Theme URI: http://copper-nickel.org
Description: Custom theme & Design for Copper Nickel
Version: 1.0
*/
/* AIzaSyBfj0VI3M1EHWFlc4uB1dD9ZY-wmenxGao */
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/* ////////////////////
  The Nimble Thimble
//////////////////// */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML */
body, html {
  margin: 0; }

body {
  line-height: 1.4;
  /* Set to font */
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

hr {
  height: 1px;
  margin: 10px auto;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  display: block; }

::-moz-selection {
  background-color: #57a290;
  color: #fff; }

/* SET */
::selection {
  background-color: #57a290;
  color: #fff; }

/* SET */
.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none !important; }

.hide-small {
  display: block; }

.hide-large {
  display: none; }

/* Text */
p {
  margin: 0px 0px 17px; }

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

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

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

.text-block {
  text-align: justify; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b, .strong {
  font-weight: bold;
  line-height: inherit; }

small, .small {
  font-size: .8em; }

big, .large {
  font-size: 1.4em; }

sup, .sup {
  vertical-align: super;
  font-size: .65em; }

sub, .sub {
  vertical-align: sub;
  font-size: .65em; }

.ellipsis, .ellipsis li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.text-clip, .text-clip li {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden; }

/* Headers */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1.super-header {
  font-size: 4rem; }

h1 {
  font-size: 3rem;
  line-height: 1.22; }

h2 {
  font-size: 2.5rem;
  line-height: 1.4; }

h3 {
  font-size: 2rem;
  line-height: 1.55; }

h4 {
  font-size: 1.5rem;
  line-height: 1.4; }

h5 {
  font-size: 1rem;
  line-height: 1.85; }

.sub-header {
  font-weight: 200;
  opacity: .6; }

h1.super-header.vw {
  font-size: 5vw; }

h1.vw {
  font-size: 3.5vw; }

h2.vw {
  font-size: 3vw; }

h3.vw {
  font-size: 2.5vw; }

h4.vw {
  font-size: 2vw; }

h5.vw {
  font-size: 1.5vw; }

/* Lists */
ul, ol, dl {
  list-style-position: outside; }

ul {
  margin-left: 1.4rem;
  list-style-type: disc; }

ul.lined, ul.none {
  list-style-type: none;
  margin-left: 0; }

ul.lined li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-left: .5rem; }

ol {
  margin-left: 1.6rem;
  list-style-type: decimal; }

/* Links */
a {
  text-decoration: none;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear; }

/* GRID */
.full, .content-block {
  margin: 0px auto;
  padding: 0px;
  max-width: 768px; }

/* row */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 .25rem; }

.row .row {
  padding: 0;
  margin: 0 -1rem; }

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.row.collapse, .row.collapse.cell, .row.collapse .row {
  padding: 0 0; }

/* Justify Row */
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  ms-flex-pack: center;
  justify-content: center; }

.justify-space {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

/* Row Direction */
.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.column {
  -webkit-flex-direction: column;
  flex-direction: column; }

.column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* Cells */
.row.collapse .cell {
  padding: 0; }

.cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 .5rem; }

.cell.fit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.cell:last-of-type {
  position: relative;
  right: 0; }

.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .fifths, .half, .third, .noflex {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -ms-flex: none;
  flex: none; }

.twelve {
  width: 100%; }

.eleven {
  width: calc(100%/12 * 11); }

.ten {
  width: calc(100%/12 * 10); }

.nine {
  width: 75%; }

.eight {
  width: calc(100%/12 * 8); }

.seven {
  width: calc(100%/12 * 7); }

.six, .half {
  width: 50%; }

.five {
  width: calc(100%/12 * 5); }

.four, .third {
  width: calc(100%/12 * 4); }

.three {
  width: 25%; }

.two {
  width: calc(100%/12 * 2); }

.one {
  width: calc(100%/12); }

.fifths {
  width: 20%; }

.offset-1 {
  margin-left: calc(100%/12); }

.offset-2 {
  margin-left: calc(100%/12 * 2); }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: calc(100%/12 * 4); }

.offset-5 {
  margin-left: calc(100%/12 * 5); }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: calc(100%/12 * 7); }

.offset-8 {
  margin-left: calc(100%/12 * 8); }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: calc(100%/12 * 10); }

.offset-11 {
  margin-left: calc(100%/12 * 11); }

/*rows & clears*/
.no-flexboxlegacy .row:before, .no-flexboxlegacy .row:after, .no-flexbox .row:before, .no-flexbox .row:after, .clear:before, .clear:after {
  content: '';
  display: table; }

.no-flexbox .row:after, .clear:after, .no-flexboxlegacy .row:after {
  clear: both; }

.no-flexbox .row, .no-flexboxlegacy .row, .clear {
  zoom: 1; }

/* Order */
.o1, .o1-large {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.o2, .o2-large {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.o3, .o3-large {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.o4, .o4-large {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.o5, .o5-large {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.o6, .o6-large {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.o7, .o7-large {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.o8, .o8-large {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.o9, .o9-large {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.o10, .o10-large {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.o11, .o11-large {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.o12, .o12-large {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

/* Alignment */
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-stretch .cell {
  background-clip: content-box; }

/* Box Styling */
.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.round {
  border-radius: 4000px;
  -moz-border-radius: 4000px;
  -webkit-border-radius: 4000px;
  -ms-border-radius: 4000px;
  -o-border-radius: 4000px; }

.shadow {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.solid-shadow {
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35); }

/* Media */
.img {
  width: 100%;
  height: auto; }

/* Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Media Queries */
/* smaller than 960px */
/* smaller than 768px */
@media only screen and (max-width: 47.938rem) {
  /* Typography */
  h1.super-header.vw {
    font-size: 7vw; }

  h1.vw {
    font-size: 6vw; }

  h2.vw {
    font-size: 5vw; }

  h3.vw {
    font-size: 4.5vw; }

  h4.vw {
    font-size: 4vw; }

  h5.vw {
    font-size: 3.5vw; }

  .small-text-center {
    text-align: center; }

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

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

  .hide-small {
    display: none; }

  .hide-large {
    display: block; }

  .row {
    padding: 0 3.5%; }

  .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0; }

  .hold .cell, .column .cell, .column-reverse .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .hold .cell.fit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }

  .hold .one, .hold .two, .hold .three, .hold .four, .hold .five, .hold .six, .hold .seven, .hold .eight, .hold .nine, .hold .ten, .hold .eleven, .hold .twelve, .hold .fifths, .hold .half, .hold .third {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -ms-flex: none;
    flex: none; }

  small-twelve {
    width: 100%; }

  .small-eleven {
    width: calc(100%/12 * 11); }

  .small-ten {
    width: calc(100%/12 * 10); }

  .small-nine {
    width: 75%; }

  .small-eight {
    width: calc(100%/12 * 8); }

  .small-seven {
    width: calc(100%/12 * 7); }

  .small-six, .half {
    width: 50%; }

  .small-five {
    width: calc(100%/12 * 5); }

  .small-four, .third {
    width: calc(100%/12 * 4); }

  .small-three {
    width: 25%; }

  .small-two {
    width: calc(100%/12 * 2); }

  .small-one {
    width: calc(100%/12); }

  .small-fifths {
    width: 20%; }

  .small-one, .small-two, .small-three, .small-four, .small-five, .small-six, .small-seven, .small-eight, .small-nine, .small-ten, .small-eleven, .small-twelve, .small-fifths, .small-half, .small-third {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -ms-flex: none;
    flex: none; }

  /* Order */
  .o1-small {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .o2-small {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .o3-small {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .o4-small {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .o5-small {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .o6-small {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .o7-small {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .o8-small {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .o9-small {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .o10-small {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .o11-small {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .o12-small {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .o1-large, .o2-large, .o3-large, .o4-large, .o5-large, .o6-large, .o7-large, .o8-large, .o9-large, .o10-large, .o11-large, .o12-large {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
/* smaller than 640px */
@media only screen and (max-width: 39.938rem) {
  .row {
    padding: 0 2.5%; } }
/* smaller than 480px */
@media only screen and (max-width: 29.938rem) {
  .row {
    padding: 0 1.5%; } }
.main-container {
  min-height: 50%;
  min-height: 50vh; }
  .main-container .full {
    max-width: 960px; }
  .single-post .main-container .full {
    max-width: 640px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DSari_Regular", sans-serif; }

.section-header {
  text-transform: uppercase;
  font-family: "D_Sari_Thin", sans-serif;
  font-size: 1.75rem;
  color: #af7b42; }
  .single .section-header, .category .section-header {
    margin-bottom: 1rem; }
  @media only screen and (max-width: 47.938rem) {
    .section-header {
      text-align: center; } }

*:focus {
  outline: none; }

a:link, a:visited {
  text-decoration: none;
  color: #af7b42; }

/* SET */
a:active, a:hover {
  color: #6a7282; }

/* SET */
a.button {
  position: relative;
  display: inline-block;
  padding: .5rem 2rem;
  border: solid 2px #efefef;
  color: #b7bbc2;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: 3px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  a.button:hover {
    color: #fff;
    background-color: #6a7282;
    border-color: #6a7282; }
  a.button.darker {
    border-color: #b7bbc2; }
    a.button.darker:hover {
      border-color: #6a7282; }

a.button-box {
  display: inline-block;
  padding: .75rem 2rem;
  border: solid 2px #fff;
  margin-bottom: .5rem;
  text-align: center; }
  a.button-box:after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: -1;
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  a.button-box:hover {
    color: #4f4f4f; }
    a.button-box:hover:after {
      -ms-transform: scale(8, 8);
      -webkit-transform: scale(8, 8);
      transform: scale(8, 8); }

a.x-link {
  display: inline-block;
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }
  a.x-link:before, a.x-link:after {
    content: " ";
    width: 60%;
    height: 3px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -1px auto 0;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
    @media only screen and (max-width: 47.938rem) {
      a.x-link:before, a.x-link:after {
        display: none; } }
  a.x-link:hover {
    font-weight: bolder; }
    a.x-link:hover:before {
      opacity: .4;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    a.x-link:hover:after {
      opacity: .4;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.vertical-line {
  width: 1px;
  background-color: rgba(119, 119, 119, 0.3);
  padding: 0;
  margin: 0 1.5rem; }

body {
  color: #777777;
  font-family: "DSari_Regular", sans-serif;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 47.938rem) {
    body {
      padding-top: 50px;
      overflow-x: hidden; } }

.padded {
  padding: 4rem 0 6rem; }
  @media only screen and (max-width: 47.938rem) {
    .padded {
      padding: 2rem 0; } }

.white-strip {
  background-color: #fff; }

.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }
  @media only screen and (max-width: 39.938rem) {
    .column-2 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

input[type="text"], input[type="email"], input[type="url"], textarea, input[type="submit"] {
  border: solid 3px #efefef;
  width: 100% !important;
  background: none;
  border-radius: 2px;
  font-size: .8rem;
  margin-bottom: 1rem;
  padding: 6px 12px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus, input[type="submit"]:focus {
    background-color: #efefef; }

input[type="submit"] {
  color: #777777;
  background-color: #efefef;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px; }
  input[type="submit"]:hover {
    background-color: #6a7282;
    border-color: #6a7282;
    color: #fff; }

span[role="alert"] {
  font-size: 0.75rem !important;
  opacity: .5;
  text-align: center;
  margin-top: -1.5rem;
  height: 1.5rem;
  font-weight: bold;
  display: inline-block; }

div.wpcf7-response-output {
  margin: 2em 0 1em;
  text-align: center; }

.modal-overlay {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .show-modal .modal-overlay {
    top: 0;
    opacity: 1; }

.modal {
  display: block;
  position: fixed;
  z-index: 1000;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  border-bottom: solid 3px #959595;
  width: 480px;
  overflow: hidden;
  height: 0;
  top: -100%;
  left: 50%;
  opacity: 0;
  margin-left: -240px;
  transform: scale(0.8, 0.8); }
  .modal.show-modal {
    top: 20%;
    top: 20vh;
    height: auto;
    opacity: 1;
    transform: scale(1, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .modal .modal-header {
    background-color: #af7b42;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1rem;
    position: relative; }
    .modal .modal-header span {
      float: right;
      display: inline-block;
      cursor: pointer;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      padding: 0 6px; }
      .modal .modal-header span:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 7px;
        left: 6px;
        -ms-transform: scale(0.01, 0.01);
        -webkit-transform: scale(0.01, 0.01);
        transform: scale(0.01, 0.01);
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1; }
      .modal .modal-header span:hover {
        opacity: .45; }
        .modal .modal-header span:hover:after {
          -ms-transform: scale(3, 3);
          -webkit-transform: scale(3, 3);
          transform: scale(3, 3); }
  .modal .modal-body {
    padding: 2rem; }
    .modal .modal-body p {
      margin-bottom: 0; }
    .modal .modal-body .capt > div {
      text-align: center;
      padding-bottom: .5rem;
      margin-top: -.5rem; }
      .modal .modal-body .capt > div > div {
        display: inline-block; }
  .modal .row {
    margin: 0 -12px; }

@font-face {
  font-family: 'D_Sari_Thin';
  src: url("fonts/Thin/D_Sari_Thin-webfont.eot");
  src: url("fonts/Thin/D_Sari_Thin-webfont.eot") format("embedded-opentype"), url("fonts/Thin/D_Sari_Thin-webfont.woff") format("woff"), url("fonts/Thin/D_Sari_Thin-webfont.ttf") format("truetype"), url("fonts/Thin/D_Sari_Thin-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'D_Sari_Thin_Italic';
  src: url("fonts/ThinItalic/D_Sari_Thin_Italic-webfont.eot");
  src: url("fonts/ThinItalic/D_Sari_Thin_Italic-webfont.eot") format("embedded-opentype"), url("fonts/ThinItalic/D_Sari_Thin_Italic-webfont.woff") format("woff"), url("fonts/ThinItalic/D_Sari_Thin_Italic-webfont.ttf") format("truetype"), url("fonts/ThinItalic/D_Sari_Thin_Italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DSari_Regular';
  src: url("fonts/Regular/DSari_Regular-webfont.eot");
  src: url("fonts/Regular/DSari_Regular-webfont.eot") format("embedded-opentype"), url("fonts/Regular/DSari_Regular-webfont.woff") format("woff"), url("fonts/Regular/DSari_Regular-webfont.ttf") format("truetype"), url("fonts/Regular/DSari_Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DSari_Regular_Italic';
  src: url("fonts/Italic/DSari_Regular_Italic-webfont.eot");
  src: url("fonts/Italic/DSari_Regular_Italic-webfont.eot") format("embedded-opentype"), url("fonts/Italic/DSari_Regular_Italic-webfont.woff") format("woff"), url("fonts/Italic/DSari_Regular_Italic-webfont.ttf") format("truetype"), url("fonts/Italic/DSari_Regular_Italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DSari_Bold';
  src: url("fonts/Bold/DSari_Bold-webfont.eot");
  src: url("fonts/Bold/DSari_Bold-webfont.eot") format("embedded-opentype"), url("fonts/Bold/DSari_Bold-webfont.woff") format("woff"), url("fonts/Bold/DSari_Bold-webfont.ttf") format("truetype"), url("fonts/Bold/DSari_Bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DSari_Bold_Italic';
  src: url("fonts/BoldItalic/DSari_Bold_Italic-webfont.eot");
  src: url("fonts/BoldItalic/DSari_Bold_Italic-webfont.eot") format("embedded-opentype"), url("fonts/BoldItalic/DSari_Bold_Italic-webfont.woff") format("woff"), url("fonts/BoldItalic/DSari_Bold_Italic-webfont.ttf") format("truetype"), url("fonts/BoldItalic/DSari_Bold_Italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
header {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 990;
  height: 50px; }
  header .mobile-header {
    display: none; }
  header .mobile-menu {
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 20px;
    position: relative;
    margin: 13px 0 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer; }
    header .mobile-menu span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #b7bbc2;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      header .mobile-menu span:nth-child(1) {
        top: 0px; }
      header .mobile-menu span:nth-child(2), header .mobile-menu span:nth-child(3) {
        top: 8px; }
      header .mobile-menu span:nth-child(4) {
        top: 16px; }
    .show-menu header .mobile-menu {
      z-index: 1000; }
      .show-menu header .mobile-menu span {
        background: #fff; }
      .show-menu header .mobile-menu span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%; }
      .show-menu header .mobile-menu span:nth-child(2) {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .show-menu header .mobile-menu span:nth-child(3) {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .show-menu header .mobile-menu span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%; }
  @media only screen and (max-width: 47.938rem) {
    header {
      background-color: #fff;
      position: fixed;
      padding: 0; }
      header .mobile-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        header .mobile-header .mobile-home img {
          display: inline-block;
          width: 54px;
          height: auto;
          margin: 7px 4px 0 0; }
          header .mobile-header .mobile-home img.copper-logo-text {
            width: 100%;
            max-width: 124px; } }

ul.main-menu {
  margin: 0 auto;
  padding: 0;
  max-width: 768px;
  width: 100%; }
  ul.main-menu li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: .875rem;
    height: 20px;
    white-space: nowrap; }
    ul.main-menu li.top-down {
      max-width: 100px; }
      ul.main-menu li.top-down a {
        text-align: center;
        display: inline-block;
        width: 100%; }
      ul.main-menu li.top-down .arrow-down {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #fff; }
      @media only screen and (max-width: 47.938rem) {
        ul.main-menu li.top-down {
          display: none; } }
    ul.main-menu li.top-logo {
      display: none;
      max-width: 100px;
      padding: 0 1rem; }
      ul.main-menu li.top-logo img {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-top: -11px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        ul.main-menu li.top-logo img:hover {
          opacity: .65; }
    ul.main-menu li.mobile-home {
      display: none; }
      @media only screen and (max-width: 47.938rem) {
        ul.main-menu li.mobile-home {
          display: block; } }
    ul.main-menu li a:link, ul.main-menu li a:visited {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      width: 100%;
      text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 47.938rem) {
    ul.main-menu {
      position: fixed;
      z-index: 999;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      padding: 64px 2rem 2rem;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .show-menu ul.main-menu {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      ul.main-menu li {
        font-size: 1.5rem;
        padding: .5rem 0;
        height: auto; }
      ul.main-menu .cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%; } }

.scroll-menu {
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 991;
  height: 50px;
  background-color: #fff;
  top: -51px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .scrolled .scroll-menu {
    top: 0; }
  .scroll-menu a.x-link:before, .scroll-menu a.x-link:after {
    background-color: rgba(119, 119, 119, 0.5); }
  .scroll-menu ul.main-menu li a:link, .scroll-menu ul.main-menu li a:visited {
    color: #777777;
    text-shadow: none; }
  .scroll-menu ul.main-menu li.top-down {
    display: none; }
  .scroll-menu ul.main-menu li.top-logo {
    display: inline-block; }
  @media only screen and (max-width: 47.938rem) {
    .scroll-menu {
      display: none; } }

footer {
  padding: 2rem 0; }
  footer .mobile-full {
    display: none; }
  footer .footer-menu a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    font-size: .875rem;
    color: #777777;
    text-shadow: none;
    width: 94px;
    text-align: center; }
    footer .footer-menu a:before, footer .footer-menu a:after {
      background-color: rgba(119, 119, 119, 0.5); }
  footer .official.row.collapse {
    font-size: .75rem;
    padding-top: .5rem;
    margin-top: 1.5rem;
    border-top: solid 1px rgba(183, 187, 194, 0.5);
    color: #b7bbc2; }
    footer .official.row.collapse a {
      color: #b7bbc2; }
      footer .official.row.collapse a:hover {
        color: #6a7282; }
  footer .copper-logo {
    display: inline-block;
    width: 114px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    footer .copper-logo:hover {
      opacity: .65; }
  @media only screen and (max-width: 47.938rem) {
    footer .text-right, footer .text-center, footer .text-left, footer .cell {
      text-align: center;
      padding-top: .5rem; } }

.current-issue {
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 400px;
  overflow: hidden;
  font-family: "D_Sari_Thin", sans-serif; }
  .current-issue.sub-current {
    height: 25%;
    height: 25vh;
    min-height: 140px; }
    .single-post .current-issue.sub-current {
      height: 40%;
      height: 40vh; }
    .current-issue.sub-current .cover-photo {
      padding: 4rem 0px 0px 0px;
      background-position: center center; }
      .current-issue.sub-current .cover-photo .copper-text {
        width: 50%; }
    .current-issue.sub-current.shadow .cover-photo {
      box-shadow: inset 0 46px 140px rgba(0, 0, 0, 0.5); }
  .current-issue h1, .current-issue h2, .current-issue h3, .current-issue h4, .current-issue h5 {
    font-family: "D_Sari_Thin", sans-serif; }
  .current-issue .copper-logo-container {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 9rem 0;
    z-index: 4; }
    .current-issue .copper-logo-container img {
      display: inline-block;
      width: 200px;
      height: auto;
      filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.5));
      -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.5)); }
  .current-issue .cover-photo {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 6rem 0; }
    .current-issue .cover-photo .copper-text {
      width: 75%;
      display: inline-block;
      height: auto;
      opacity: .6;
      margin-left: 2vw; }
    .current-issue .cover-photo h1 {
      font-size: 1.75rem;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4); }
  .current-issue .available-links {
    position: absolute;
    bottom: 4rem;
    width: 100%;
    text-align: center;
    z-index: 3; }
    .current-issue .available-links a {
      color: #fff;
      text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.65);
      font-family: "DSari_Regular", sans-serif; }
      .current-issue .available-links a.available {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        font-size: 1.25rem; }
        .current-issue .available-links a.available:hover {
          color: #4f4f4f;
          text-shadow: none; }
  @media only screen and (max-width: 47.938rem) {
    .current-issue {
      min-height: 260px;
      height: calc(100% - $mobile-header-height);
      height: calc(100vh - $mobile-header-height); } }

.home-features.full, .full.larger-row {
  padding: 4rem .25rem 4rem;
  text-align: center;
  max-width: 1200px; }

.home .button-row {
  padding-right: 1rem; }

.page-featured .page-content .full, .archive.category .page-content .full {
  max-width: 1280px; }
  .page-featured .page-content .full .features-row, .archive.category .page-content .full .features-row {
    padding-left: 1.75rem; }
    @media only screen and (max-width: 47.938rem) {
      .page-featured .page-content .full .features-row, .archive.category .page-content .full .features-row {
        padding: 2rem 0 0;
        margin: 0 -.5rem; } }

.features-row {
  text-align: center; }
  .features-row .feature {
    height: 310px;
    display: inline-block;
    color: #777777;
    margin-bottom: 1rem; }
    .features-row .feature a {
      color: #777777; }
    .features-row .feature .feature-container {
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #fff;
      border-bottom: solid 2px #d1d1d1; }
    .features-row .feature .feature-img {
      height: 200px;
      width: 100%;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      background-size: cover;
      background-position: center center;
      position: relative;
      overflow: hidden;
      background-image: url("imgs/stock-backs/buff-blur.jpg"); }
    .features-row .feature .feature-text {
      height: 110px;
      padding: .5rem; }
    .features-row .feature h3.featured-title {
      font-size: 1.2rem;
      line-height: 1.15;
      height: 44px;
      margin: 10px 0 0;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      position: relative; }
    .features-row .feature .featured-auth, .features-row .feature .featured-cat {
      font-size: .75rem;
      display: block;
      text-transform: uppercase;
      opacity: .8;
      letter-spacing: 1px;
      line-height: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .features-row .feature .featured-cat {
      padding-top: 34px;
      opacity: 0;
      color: #fff;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      font-size: .5rem; }
      .features-row .feature .featured-cat .read-more {
        margin-top: .5rem;
        display: block;
        font-size: 1.25rem; }
    .features-row .feature .featured-date {
      font-size: .6rem;
      opacity: .5;
      vertical-align: top; }
    .features-row .feature .ex {
      width: 100%;
      display: block; }
      .features-row .feature .ex:before, .features-row .feature .ex:after {
        content: "";
        opacity: 0;
        display: block;
        width: 80%;
        height: 6px;
        background-color: #fff;
        position: absolute;
        left: 10%;
        top: 50%;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
        margin-top: -3px; }
    .features-row .feature hr {
      margin-top: 4px;
      margin-bottom: 8px;
      opacity: .4; }
    .features-row .feature:hover .feature-container {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      border-bottom-color: #fff; }
    .features-row .feature:hover .feature-img {
      box-shadow: inset 0px 44px 104px rgba(0, 0, 0, 0.6), inset 0 200px 600px rgba(175, 123, 66, 0.75); }
    .features-row .feature:hover .featured-title {
      color: #af7b42; }
    .features-row .feature:hover .featured-cat {
      opacity: 1;
      padding-top: 54px;
      transform: scale(1.25, 1.25);
      text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75); }
    .features-row .feature:hover .ex:before {
      opacity: .15;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .features-row .feature:hover .ex:after {
      opacity: .15;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.pagination-row .cell {
  padding-top: 2rem; }
.pagination-row a, .pagination-row span {
  background-color: #af7b42;
  color: #fff;
  padding: 5px 6px;
  margin: 0 1px 0 0;
  min-width: 25px;
  text-align: center;
  font-size: .75rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .pagination-row a:hover, .pagination-row span:hover {
    background-color: #6a7282; }
  .pagination-row a.current, .pagination-row span.current {
    cursor: default;
    background-color: #b7bbc2; }

.page .section-header {
  margin-bottom: 1rem; }

.side-current .cover-img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: .35rem; }
.side-current h4 {
  font-family: "D_Sari_Thin", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center; }
.side-current .button {
  margin-top: 1rem;
  padding: 0.5rem;
  border: solid 2px rgba(183, 187, 194, 0.65);
  font-size: .75rem; }
@media only screen and (max-width: 47.938rem) {
  .side-current {
    width: 60%;
    margin: 0 auto; } }

.single-post .author {
  font-size: .875rem;
  display: block;
  text-transform: uppercase;
  opacity: .8;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 1.5rem; }
.single-post .title-bottom {
  opacity: .5;
  margin: 1rem auto 2rem; }

.other-posts {
  position: fixed;
  z-index: 90;
  top: 46%;
  color: #fff;
  top: 46vh;
  display: inline-block;
  overflow: visible;
  backface-visibility: visible;
  width: 60px; }
  .other-posts div {
    width: 240px;
    height: 50px;
    margin: -40px 0 0 -15px;
    background-color: #af7b42;
    color: #fff;
    padding: 12px 14px 6px 40px;
    border-radius: 60px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -ms-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    opacity: 0;
    z-index: 1;
    text-align: left; }
    .other-posts div h4 {
      font-size: .75rem;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
    .other-posts div .author {
      font-size: .5rem;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
  .other-posts .arrow {
    -ms-transform: scale(1, 1.4);
    -webkit-transform: scale(1, 1.4);
    transform: scale(1, 1.4);
    -webkit-transform-origin: "center";
    -moz-transform-origin: "center";
    -o-transform-origin: "center";
    -ms-transform-origin: "center";
    transform-origin: "center";
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2; }
    .other-posts .arrow:before {
      content: "";
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
      border-top: solid 2px rgba(119, 119, 119, 0.25);
      border-left: solid 2px rgba(119, 119, 119, 0.25);
      display: inline-block;
      width: 20px;
      height: 20px;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .other-posts.prev {
    left: 20px; }
    .other-posts.prev div {
      text-align: right; }
  .other-posts.next {
    text-align: right;
    right: 20px; }
    .other-posts.next div {
      float: right;
      margin: -15px -15px -40px 0;
      padding: 10px 40px 10px 14px;
      -ms-transform: translate3d(300px, 0, 0);
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); }
    .other-posts.next .arrow:before {
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .other-posts:hover div {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .other-posts:hover .arrow {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
    .other-posts:hover .arrow:before {
      border-top-color: #fff;
      border-left-color: #fff; }

.in-issue {
  text-align: center; }
  .in-issue .cover-img {
    width: 100%;
    height: auto;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 47.938rem) {
      .in-issue .cover-img {
        width: 40%;
        margin: 0 auto; } }

.featured-in, .first-in {
  font-size: .75rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: .5rem 0;
  white-space: nowrap; }
  @media only screen and (max-width: 47.938rem) {
    .featured-in, .first-in {
      text-align: center; } }

.post-meta {
  padding: 3rem 0;
  color: rgba(119, 119, 119, 0.75); }

.about-author {
  font-size: .75rem;
  padding-bottom: .5rem; }

.post-cat {
  margin: 0;
  font-size: .75rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap; }

.categories {
  list-style: none; }
  .categories ul {
    margin: .25rem 0 2rem; }
    .categories ul li {
      list-style: none;
      padding: .35rem 0;
      border-top: solid 1px rgba(183, 187, 194, 0.5); }

.post-type-archive-journal .section-header, .single-journal .section-header {
  margin-bottom: 1rem; }
.post-type-archive-journal .column-2, .single-journal .column-2 {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }
.post-type-archive-journal .sidebar-journal, .single-journal .sidebar-journal {
  padding-right: 2.25rem; }
  .post-type-archive-journal .sidebar-journal img, .single-journal .sidebar-journal img {
    width: 100%;
    height: auto; }
  .post-type-archive-journal .sidebar-journal .button, .single-journal .sidebar-journal .button {
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: .75rem; }
  .post-type-archive-journal .sidebar-journal .about-issue, .single-journal .sidebar-journal .about-issue {
    list-style: none;
    margin: 2rem 0; }
    .post-type-archive-journal .sidebar-journal .about-issue li, .single-journal .sidebar-journal .about-issue li {
      list-style: none;
      padding: .35rem 0;
      border-top: solid 1px rgba(183, 187, 194, 0.5);
      font-size: .75rem; }
      .post-type-archive-journal .sidebar-journal .about-issue li span:first-of-type, .single-journal .sidebar-journal .about-issue li span:first-of-type {
        display: inline-block;
        width: 44px; }
.post-type-archive-journal .contributors-row, .single-journal .contributors-row {
  padding: 0 .5rem;
  margin-top: 2rem; }
  .post-type-archive-journal .contributors-row ul, .single-journal .contributors-row ul {
    margin: 0; }
    .post-type-archive-journal .contributors-row ul li, .single-journal .contributors-row ul li {
      list-style: none;
      padding: 0 .5rem;
      font-size: .875rem; }
      .post-type-archive-journal .contributors-row ul li.title, .single-journal .contributors-row ul li.title {
        width: 100%;
        text-transform: uppercase;
        font-size: .75rem;
        letter-spacing: 1px;
        padding-bottom: .5rem; }
        .post-type-archive-journal .contributors-row ul li.title span, .single-journal .contributors-row ul li.title span {
          border-top: solid 2px #b7bbc2;
          display: block;
          padding-top: .25rem; }
    .post-type-archive-journal .contributors-row ul.poets li, .single-journal .contributors-row ul.poets li {
      float: left;
      width: 50%; }
      .post-type-archive-journal .contributors-row ul.poets li.title, .single-journal .contributors-row ul.poets li.title {
        width: 100%; }
    .post-type-archive-journal .contributors-row ul.folio-list, .post-type-archive-journal .contributors-row ul.crit-list, .single-journal .contributors-row ul.folio-list, .single-journal .contributors-row ul.crit-list {
      margin-top: 2rem; }

.more-journals {
  width: 100%;
  padding: 1rem 0 2rem;
  background-color: #fff; }
  .more-journals .cover-img {
    width: 100%;
    height: auto; }
  .more-journals .section-header {
    margin-bottom: .5rem;
    font-size: 1.25rem; }

body.single-books #content img {
  max-width: 100%;
  height: auto; }
body.single-books #content .title-bottom {
  margin: 1rem auto 3rem; }
body.single-books #content .book-meta {
  list-style: none;
  margin: 0;
  padding: 0; }
  body.single-books #content .book-meta li {
    margin: 1rem 0;
    display: block;
    width: 100%; }
    body.single-books #content .book-meta li .key {
      display: inline-block;
      width: 30%;
      font-weight: bold; }
    body.single-books #content .book-meta li .value {
      display: inline-block;
      width: 70%;
      text-align: right; }

body.page-bookprize #content img {
  max-width: 100%;
  height: auto; }

.calendar-today {
  margin: -1.5rem -1.5rem 0;
  background-color: #af7b42;
  color: #fff;
  padding: 1.5rem; }
  .calendar-today h2 {
    font-size: 18px;
    text-transform: uppercase; }
  .calendar-today .day-number {
    font-size: 80px;
    line-height: 1; }

.all-events.button.darker {
  display: none; }

a.event-link {
  color: #777777;
  display: block;
  margin: 10px 0 20px; }
  a.event-link .single-event-date {
    width: 90px;
    max-width: 90px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: .95rem .5rem;
    border-top: solid 2px #efefef;
    position: relative;
    overflow: hidden; }
    a.event-link .single-event-date span {
      display: block;
      font-size: 40px;
      line-height: 1;
      z-index: 2;
      position: relative; }
      a.event-link .single-event-date span.month, a.event-link .single-event-date span.weekday {
        font-size: 10px; }
    a.event-link .single-event-date:before {
      width: 60px;
      height: 60px;
      border-radius: 80px;
      content: "";
      background-color: rgba(239, 239, 239, 0.5);
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -30px;
      z-index: 1;
      -ms-transform: scale(0.01, 0.01);
      -webkit-transform: scale(0.01, 0.01);
      transform: scale(0.01, 0.01);
      display: inline-block;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  a.event-link .single-event-title {
    padding: 0 1rem;
    font-size: 12px; }
    a.event-link .single-event-title div {
      position: relative;
      overflow: hidden;
      min-height: 92.375px;
      padding: 0 1rem;
      border-top: solid 2px #efefef; }
      a.event-link .single-event-title div * {
        position: relative;
        z-index: 2; }
      a.event-link .single-event-title div:after {
        width: 140%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(239, 239, 239, 0.5);
        z-index: 1;
        display: block;
        content: "";
        transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
        -ms-transform: translate3d(-120%, 0, 0) skewX(-20deg);
        -webkit-transform: translate3d(-120%, 0, 0) skewX(-20deg);
        transform: translate3d(-120%, 0, 0) skewX(-20deg); }
  a.event-link h4 {
    font-size: 1.2rem;
    line-height: 1.15;
    padding: .75rem 0 .5rem; }
  a.event-link:hover {
    color: #6a7282; }
    a.event-link:hover .single-event-date:before {
      -ms-transform: scale(3.5, 3.5);
      -webkit-transform: scale(3.5, 3.5);
      transform: scale(3.5, 3.5); }
    a.event-link:hover .single-event-title div:after {
      -ms-transform: translate3d(-20%, 0, 0) skewX(-20deg);
      -webkit-transform: translate3d(-20%, 0, 0) skewX(-20deg);
      transform: translate3d(-20%, 0, 0) skewX(-20deg); }

.events-list {
  background-color: #fff;
  padding: 5rem 0; }

.event-item-list {
  padding-left: 3rem; }
  @media only screen and (max-width: 47.938rem) {
    .event-item-list {
      padding-left: .5rem; }
      .event-item-list .row {
        margin: 0 -1rem 0 0; } }

.fc-calendar-container {
  position: relative;
  height: 230px;
  width: auto; }

.custom-header {
  padding: 5px 10px 2px;
  position: relative; }
  .custom-header h2, .custom-header h3 {
    text-align: center;
    text-transform: uppercase; }
  .custom-header h2 {
    font-size: 18px;
    margin-top: 10px; }
  .custom-header h3 {
    font-size: 10px;
    color: #b7bbc2; }
  .custom-header nav {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%; }
  .custom-header nav span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    text-align: center;
    margin: 0 1px;
    line-height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .custom-header nav span:first-child {
      float: left; }
    .custom-header nav span:last-child {
      float: right; }
    .custom-header nav span:before {
      display: inline-block;
      content: "";
      z-index: 2;
      position: relative;
      width: 0;
      height: 0;
      margin-top: -3px;
      vertical-align: middle;
      border-style: solid;
      border-width: 4px 8px 4px 0;
      border-color: transparent #af7b42 transparent transparent; }
    .custom-header nav span.custom-next:before {
      border-width: 4px 0 4px 8px;
      border-color: transparent transparent transparent #af7b42; }
    .custom-header nav span:after {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 20px;
      background-color: #efefef;
      position: absolute;
      top: 10px;
      left: 10px;
      -ms-transform: scale(0.01, 0.01);
      -webkit-transform: scale(0.01, 0.01);
      transform: scale(0.01, 0.01);
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1; }
    .custom-header nav span:hover:after {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3); }

.fc-calendar {
  width: 100%;
  height: 100%; }
  .fc-calendar .fc-head {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }

.fc-calendar .fc-today {
  background: #af7b42;
  border-radius: 50px;
  color: #fff; }

.fc-content {
  border-radius: 60px;
  border: solid 2px #af7b42;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer; }
  .fc-content span.fc-date {
    color: #af7b42;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .fc-content:hover {
    background-color: #6a7282;
    border-color: #6a7282; }
    .fc-content:hover span.fc-date {
      color: #fff; }
  .fc-content.fc-today:hover {
    background-color: #6a7282; }
  .fc-content.fc-today:before {
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    content: ""; }
  .fc-content.fc-today > span.fc-date {
    color: #fff; }

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px); }

.fc-calendar .fc-row {
  width: 100%; }

.fc-four-rows .fc-row {
  height: 25%; }

.fc-five-rows .fc-row {
  height: 20%; }

.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6); }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 13.28%;
  /* 100% / 7 */
  position: relative;
  margin: .5%; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%; }

.fc-calendar .fc-row > div {
  padding: 4px;
  overflow: hidden;
  position: relative; }

.fc-calendar .fc-head > div {
  text-align: center; }

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  bottom: 5px;
  right: 5px;
  text-align: right; }

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none; }

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6; }

/* Custom calendar elements */
.custom-calendar-wrap {
  margin: 10px auto 20px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  background-color: rgba(239, 239, 239, 0.5);
  border-bottom: solid 2px #d1d1d1; }

.custom-inner:before,
.custom-inner:after {
  width: 99%;
  height: 50%;
  position: absolute;
  background: #f6f6f6;
  bottom: -4px;
  left: 0.5%;
  z-index: -1; }

.custom-inner:after {
  width: 98%;
  bottom: -7px;
  left: 1%;
  z-index: -2; }

.custom-content-reveal {
  background: #f6f6f6;
  background: rgba(246, 246, 246, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

.custom-content-reveal span.custom-content-close {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 14px;
  padding: 0; }

.custom-content-reveal span.custom-content-close:after {
  content: "\00d7";
  font-size: 18px;
  color: #fff; }

.custom-content-reveal a,
.custom-content-reveal span {
  font-size: 22px;
  padding: 10px 30px;
  display: block; }

.custom-content-reveal h4 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  color: #fff;
  padding: 20px;
  background: #af7b42;
  margin-bottom: 30px; }

.custom-content-reveal span {
  color: #888; }

.custom-content-reveal a {
  color: #af7b42; }

.custom-content-reveal a:hover {
  color: #6a7282; }

/* Modifications */
.fc-calendar .fc-row > div:empty {
  background: transparent; }

.fc-calendar .fc-row > div > span.fc-date {
  top: 50%;
  left: 50%;
  text-align: center;
  margin: -10px 0 0 -15px;
  font-weight: 400;
  pointer-events: none; }

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
  display: none;
  font-size: 22px; }

.map-container {
  background-color: #af7b42;
  height: 340px;
  position: relative; }
  .map-container .overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 340px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4; }
  .map-container iframe {
    width: 100%;
    height: 340px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: .8; }

.single-view-event-date {
  display: inline-block;
  float: right;
  margin-bottom: 1.75rem; }
  .single-view-event-date span {
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem; }
    .single-view-event-date span.number {
      font-size: 70px; }

.event-info {
  padding-top: .25rem;
  padding-right: 1.75rem;
  text-align: right; }
  .event-info .single-event-type {
    text-transform: uppercase;
    font-size: .875rem;
    padding-top: .5rem; }
  .event-info .single-event-venue {
    line-height: 1rem; }
  @media only screen and (max-width: 47.938rem) {
    .event-info {
      padding-right: .5rem; }
      .event-info .clear {
        display: none; }
      .event-info .single-view-event-date {
        float: left;
        width: 30%;
        border-right: solid 1px rgba(183, 187, 194, 0.5);
        padding-left: 0; }
        .event-info .single-view-event-date span {
          display: block;
          float: none;
          width: auto;
          text-align: center;
          padding-left: 0;
          font-size: 1.25rem; }
          .event-info .single-view-event-date span.number {
            font-size: 68px; }
      .event-info div {
        display: inline-block;
        float: left;
        width: 70%;
        text-align: left;
        padding-left: 1.5rem; }
      .event-info img {
        display: none; }
      .event-info .single-event-venue {
        font-size: 1.25rem; }
        .event-info .single-event-venue br {
          display: none; } }
  @media only screen and (max-width: 39.938rem) {
    .event-info .single-view-event-date {
      width: 35%; }
      .event-info .single-view-event-date span.number {
        font-size: 52px; }
    .event-info div {
      width: 65%; }
    .event-info .single-event-venue, .event-info .single-view-event-date span {
      font-size: .875rem; } }

.side-img {
  width: 80%;
  height: auto;
  margin-top: 1rem; }
  .side-img:first-of-type {
    margin-top: 1.5rem; }
  @media only screen and (max-width: 39.938rem) {
    .side-img {
      width: 100%;
      display: inline-block;
      max-width: 300px; } }

.event-item .event-link {
  text-align: center;
  font-size: .75rem;
  padding: .5rem 0;
  margin-top: 1.5rem;
  border-top: solid 1px rgba(183, 187, 194, 0.5);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem; }
  .event-item .event-link:after {
    width: 100%;
    height: 34px;
    background-color: rgba(183, 187, 194, 0.5);
    bottom: 100%;
    left: 0;
    right: 0;
    content: "";
    display: block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute; }
  .event-item .event-link:hover:after {
    transform: translate3d(0, 34px, 0); }

.post-type-archive-events .page-content .full {
  max-width: 1024px; }

.large-calendar .custom-header {
  max-width: 400px;
  margin: 0 auto 2rem; }
  .large-calendar .custom-header nav span:after {
    background-color: #fff; }
.large-calendar .fc-calendar .fc-head {
  line-height: 1px; }
  @media only screen and (max-width: 47.938rem) {
    .large-calendar .fc-calendar .fc-head {
      display: none; } }
.large-calendar .custom-calendar-wrap {
  padding-bottom: 3rem;
  border-bottom: none; }
.large-calendar .fc-calendar-container {
  height: 600px; }
  @media only screen and (max-width: 47.938rem) {
    .large-calendar .fc-calendar-container {
      height: auto; } }
.large-calendar .fc-row {
  height: 120px;
  border-bottom: solid 1px rgba(183, 187, 194, 0.5); }
  @media only screen and (max-width: 47.938rem) {
    .large-calendar .fc-row {
      height: auto;
      border-bottom: none; } }
  .large-calendar .fc-row > div {
    border-right: solid 1px rgba(183, 187, 194, 0.5);
    border-radius: 0px; }
    @media only screen and (max-width: 47.938rem) {
      .large-calendar .fc-row > div {
        border-bottom: solid 1px rgba(183, 187, 194, 0.5);
        border-right: none; }
        .large-calendar .fc-row > div:empty {
          display: none; } }
    .large-calendar .fc-row > div > span.fc-date {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      margin: -5px 0 0 -5px;
      font-size: 1rem;
      padding: 5px;
      width: 26px;
      display: inline-block;
      height: 26px;
      line-height: 16px;
      text-align: center;
      vertical-align: top; }
    @media only screen and (max-width: 47.938rem) {
      .large-calendar .fc-row > div > span.fc-weekday {
        display: inline-block;
        font-size: .5rem;
        text-transform: uppercase;
        opacity: .7;
        vertical-align: top;
        padding-left: 0px;
        padding-right: 1rem; } }
    .large-calendar .fc-row > div.fc-today, .large-calendar .fc-row > div.fc-today.fc-content {
      background-color: rgba(183, 187, 194, 0.2);
      border-left: none;
      border-top: none;
      border-bottom: none; }
      @media only screen and (max-width: 47.938rem) {
        .large-calendar .fc-row > div.fc-today, .large-calendar .fc-row > div.fc-today.fc-content {
          border-bottom: solid 1px rgba(183, 187, 194, 0.5); } }
      .large-calendar .fc-row > div.fc-today span.fc-date, .large-calendar .fc-row > div.fc-today.fc-content span.fc-date {
        border-radius: 60px;
        background-color: #af7b42;
        color: #fff; }
        @media only screen and (max-width: 47.938rem) {
          .large-calendar .fc-row > div.fc-today span.fc-date, .large-calendar .fc-row > div.fc-today.fc-content span.fc-date {
            background-color: transparent;
            color: #af7b42; } }
      .large-calendar .fc-row > div.fc-today span.fc-weekday, .large-calendar .fc-row > div.fc-today.fc-content span.fc-weekday {
        color: #af7b42; }
    .large-calendar .fc-row > div.fc-content {
      border-left: none;
      border-top: none;
      border-bottom: none;
      cursor: default; }
      @media only screen and (max-width: 47.938rem) {
        .large-calendar .fc-row > div.fc-content {
          border-bottom: solid 1px rgba(183, 187, 194, 0.5); } }
      .large-calendar .fc-row > div.fc-content > span.fc-date {
        color: #777777; }
      .large-calendar .fc-row > div.fc-content:hover {
        background-color: rgba(183, 187, 194, 0.2); }
    .large-calendar .fc-row > div > div a {
      display: block;
      font-size: .75rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    @media only screen and (max-width: 47.938rem) {
      .large-calendar .fc-row > div > div {
        display: inline-block;
        max-width: 76%;
        vertical-align: top; } }
    .large-calendar .fc-row > div:last-of-type {
      border-right: none; }
  .large-calendar .fc-row:last-of-type {
    border-bottom: none; }
.large-calendar .fc-calendar .fc-row > div, .large-calendar .fc-calendar .fc-head > div {
  margin: 0;
  width: 14.28%;
  padding: .75rem; }
  @media only screen and (max-width: 47.938rem) {
    .large-calendar .fc-calendar .fc-row > div, .large-calendar .fc-calendar .fc-head > div {
      min-height: 50px;
      width: 100%; } }

body.calendar-app {
  padding-top: 0px; }
  body.calendar-app header {
    display: none; }
  body.calendar-app .current-issue.sub-current {
    height: 112px;
    min-height: 112px; }
    body.calendar-app .current-issue.sub-current .cover-photo {
      padding-top: 1.5rem; }
      body.calendar-app .current-issue.sub-current .cover-photo .copper-text {
        width: 75%; }
  body.calendar-app .padded {
    padding: 0 0 3rem; }
  body.calendar-app footer {
    padding: 0 0 .5rem; }
    body.calendar-app footer .footer-menu {
      display: none; }
    body.calendar-app footer .official.row.collapse {
      font-size: .5rem; }
    body.calendar-app footer .mobile-full {
      display: inline-block;
      width: auto;
      margin-top: 1rem; }
  body.calendar-app .section-header {
    font-size: 5vw;
    line-height: 1;
    background-color: #af7b42;
    color: #fff;
    padding: 1.5rem 0;
    letter-spacing: 1px;
    margin-bottom: .5rem; }
  body.calendar-app.single-events {
    overflow-x: hidden; }
    body.calendar-app.single-events .section-header {
      margin: 0 -.875rem 1.5rem;
      padding: 1.5rem 1rem;
      line-height: 1.25; }
    body.calendar-app.single-events .event-link {
      margin-bottom: 1rem; }
    body.calendar-app.single-events .all-events {
      display: block; }
    body.calendar-app.single-events .map-container {
      margin-bottom: 2rem;
      height: 300px; }
      body.calendar-app.single-events .map-container iframe {
        height: 300px; }
  body.calendar-app .large-calendar .custom-header {
    margin-bottom: .5rem; }
  body.calendar-app .large-calendar .custom-calendar-wrap {
    margin-top: 0;
    padding: 0 .5rem 1.5rem; }
  body.calendar-app .large-calendar .fc-calendar .fc-row > div {
    padding: .5rem .2rem;
    min-height: 38px; }
  body.calendar-app .large-calendar .fc-row > div > span.fc-weekday {
    width: 35px; }
  body.calendar-app .large-calendar .fc-row > div > div a {
    padding-bottom: .5rem; }

/*# sourceMappingURL=style.css.map */
