'/*
Theme Name: Ink Child
Description: Child theme for Ink theme for nowheremag.com
Author: James Jannicelli
Template: ink
*/




.site-nav-drawer-open #page {
  -moz-transform: translate(-330px, 0);
  -ms-transform: translate(-330px, 0, 0);
  -webkit-transform: translate(-330px, 0);
  transform: translate(-330px, 0);
  -moz-transform: translate(-330px, 0);
  -ms-transform: translate(-330px, 0);
  -webkit-transform: translate(-330px, 0);
  transform: translate(-330px, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
.primary-menu a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.article-cover__background   {
  background-attachment: fixed;
}

.background_video {
  position: fixed !important;
}


.entry-content {
  max-width: 680px;

}

.stag-dropcap {
    font-family: 'Playfair Display SC', arial;
    font-weight: bold;
    font-size: 100pt !important;
    font-style: italic;
    margin: 15px 70px 15px 0px;

}

.entry-footer {
  border: none;
}

.entry-header {
  max-width: 970px;
    margin-left: auto;
  margin-right: auto;
}

.fa-navicon, .fa-chevron-down {
  color: black;
}
.entry-title, .entry-title a, .byline, .author a {
  color: black;
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}

.byline {
  font-size: 22px;
}

.dialog {
  line-height: 1.8;
  margin-bottom: 50px;
}

.dialog p {
  margin-bottom: 10px;

}

hr:not(.stag-divider)::before {
  content: "" !important;

}

hr:not(.stag-divider)::after {
    background: url("//nowheremag.com/wp-content/themes/ink-child/assets/img/23.jpeg") no-repeat top center !important;
    content: "" !important;
    display: block;
    height: 48px; /* height of the ornament */
    position: relative;
    top: -23px; /* half the height of the ornament */


}

.blockquote::before {
  content: "<hr>" !important;
}

.stag-intro-text {
  text-align: center;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.site-description {
  display:none;
}


.page-id-10586 .entry-content {
  max-width: 1200px;
}

.site-nav {
  background-color: white !important;
}

#masthead > div.archive-header > h3 > span  {
  color: white;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) { 
  .background-video {
    display: none;
  }

  .article-cover__background   {
  background-attachment: scroll;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
  .background-video {
    display: none;
  }

  .article-cover__background   {
  background-attachment: scroll;
}

}

.broken_link, 
a.broken_link {
  text-decoration: none !important;
}

.site [class*=hint--]:after {
  font-family: inherit;
  font-size: .9em;
  padding: 15px 10px;
}
