/*
Theme Name: Scribe
Theme URI: http://wp.jamigibbs.com/scribe/about/
Author: jami0821
Author URI: http://jamigibbs.com
Description: Scribe is a beautiful and modern way to share your writing with the world.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scribe
Tags: one-column, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, blog, rtl-language-support

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

Scribe is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Defaults
2.0 Accessibility
3.0 Header
  3.1 Navigation
4.0 Posts & Pages
  4.1 Search
  4.2 404 Error
5.0 Comments
6.0 Infinite Scroll
7.0 Media
  7.1 Captions
  7.2 Galleries
8.0 Footer
9.0 Widgets


--------------------------------------------------------------*/
body {
  font-family: 'Merriweather', serif; }

.site-branding .site-title a, #site-navigation, .latest-posts-marker span, article .entry-meta, article .more-link, .entry-footer, .posts-navigation .nav-previous, .posts-navigation .nav-next, .navigation .nav-previous, .navigation .nav-next, .error404 .page-header h1, .error404 .go-home, .comment-author, .comment-metadata, a.comment-reply-link, .form-submit input[type="submit"], .logged-in-as, #cancel-comment-reply-link, .site-footer {
  font-family: 'Roboto', serif; }

/*--------------------------------------------------------------
1.0 Defaults
--------------------------------------------------------------*/
html, body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: black;
  color: #262626; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
  font-weight: bold; }

hr {
  border-color: #efefef; }

ul, ol, dl {
  line-height: 2.15; }

p {
  margin-bottom: 30px;
  padding: 0;
  font-size: 1.15rem;
  line-height: 1.9; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: #FF3300; }

code {
  background-color: #efefef;
  border: none;
  padding: 1em; }

pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #efefef;
  border: none;
  padding: 2em;
  margin-bottom: 1em; }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

input[type="submit"] {
  border: none;
  color: white;
  background: black;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1em;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  input[type="submit"]:hover {
    color: #FF3300; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

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

.bg-white {
  background-color: white; }

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text: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; }

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.site-branding {
  text-align: left;
  padding-left: 1em;
  margin: 2em 0 2em 0;
  display: inline-block; }
  .site-branding .site-title {
    margin-bottom: 0;
    line-height: 1; }
    .site-branding .site-title a {
      font-size: 34px;
      color: #000000;
      font-weight: 900;
      font-style: italic; }
      .site-branding .site-title a:hover {
        color: #FF3300; }
  .site-branding .site-description {
    font-size: 16px;
    color: #000000; }
  @media screen and (max-width: 39.9375em) {
    .site-branding img {
      margin: 0 auto;
      display: table; } }
  @media screen and (max-width: 39.9375em) {
    .site-branding {
      text-align: center;
      padding: 0;
      width: 100%; } }

.primary-bg-image {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 550px;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .primary-bg-image {
      background-attachment: scroll; } }

/*--------------------------------------------------------------
3.1 Navigation
--------------------------------------------------------------*/
header .sticky {
  position: absolute; }

#site-navigation {
  color: white;
  position: relative; }

.main-nav #header-menu a {
  font-size: 14px; }
  .main-nav #header-menu a:hover {
    color: #FF3300; }

#header-menu li.current-menu-item a {
  color: #FF3300; }

.is-drilldown-submenu {
  background-color: black; }

#header-menu {
  font-size: 18px;
  text-transform: uppercase; }

.js-drilldown-back {
  font-style: italic; }

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #999999; }

.js-drilldown-back > a::before {
  border-color: transparent #999999 transparent transparent; }

/** Navigation Panel **/
.nav-btn, .nav-panel-header, .main-nav #header-menu a {
  letter-spacing: 2px; }

.nav-btn {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  background-color: black;
  padding: 1.5em 2em;
  display: inline-block;
  float: right;
  margin-right: -0.9375rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .nav-btn:hover {
    color: white; }

.nav-panel {
  visibility: hidden;
  transition: visibility 0s 0.6s; }
  .nav-panel.is-visible {
    visibility: visible;
    transition: visibility 0s 0s; }

.nav-panel-header {
  position: fixed;
  top: -50px;
  width: 100%;
  height: 50px;
  padding: 1em;
  transition: top 0.3s 0s; }
  .nav-panel-header h6 {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999; }
  .nav-panel-header .nav-panel-close {
    color: white;
    font-size: 18px;
    background-color: black;
    float: right;
    position: relative;
    bottom: 5px; }

.is-visible .nav-panel-header {
  top: 0;
  transition: top 0.3s 0.3s; }

.nav-panel-container {
  z-index: 10;
  background-color: black;
  position: fixed;
  width: 23%;
  height: 100%;
  top: 0;
  right: 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transform: translate3d(100%, 0, 0); }
  @media screen and (max-width: 39.9375em) {
    .nav-panel-container {
      width: 100%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .nav-panel-container {
      width: 40%; } }

.nav-panel-content {
  margin-top: 5em; }

.is-visible .nav-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s; }

/*--------------------------------------------------------------
4.0 Posts & Pages
--------------------------------------------------------------*/
.site-content .large-6.columns {
  background-color: white; }

.sticky {
  position: relative;
  display: block;
  background-color: #fdfdfd;
  border: 1px solid #f6f6f6;
  padding: 2em; }

.hentry {
  margin: 0; }

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

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

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

.page .entry-header, .post .entry-header {
  margin: 2em 0;
  text-align: left; }

.latest-posts-marker {
  margin: 2em 0 1em 0; }
  .latest-posts-marker span {
    border: 1px solid #e2e2e2;
    padding: 6px 9px;
    text-transform: uppercase;
    font-weight: 500;
    color: #808080;
    font-size: 14px; }

.rounded {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

article .home-featured-img {
  margin-top: 0.5em; }
  @media screen and (max-width: 39.9375em) {
    article .home-featured-img {
      margin: 0 auto;
      display: table;
      margin-bottom: 1em; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    article .home-featured-img {
      margin: 0 auto;
      display: table;
      margin-bottom: 1em; } }
article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6 {
  margin-bottom: 1em; }
article .entry-content img {
  border: 10px solid #efefef; }
  article .entry-content img.alignleft {
    margin-right: 1em; }
article .entry-content .wp-caption .wp-caption-text {
  background: #efefef;
  padding: 1em;
  margin-top: 0;
  line-height: 1.2;
  font-size: 14px; }
article .featured-bg-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 550px;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    article .featured-bg-image {
      background-attachment: scroll; } }
article .entry-header {
  margin-bottom: 4em; }
article .entry-meta {
  text-transform: uppercase;
  font-size: 14px;
  color: #808080; }
  article .entry-meta a {
    color: #808080; }
article .more-link {
  font-size: 14px;
  display: block;
  text-align: right;
  margin: 2em 0; }
article .entry-subtitle {
  font-size: 26px;
  color: #808080;
  font-weight: 300;
  margin-bottom: 1em; }
article .blog .entry-subtitle, article .home .entry-subtitle {
  font-size: 22px;
  margin-bottom: 0; }

.featured-bg-image .entry-header {
  position: absolute;
  bottom: 2em; }
  .featured-bg-image .entry-header h1 {
    font-size: 3em;
    margin-bottom: 0;
    line-height: 1.3; }
  .featured-bg-image .entry-header .entry-meta, .featured-bg-image .entry-header a {
    color: white; }
  .featured-bg-image .entry-header a:hover {
    color: #FF3300; }

h2.entry-title, h1.entry-title {
  font-size: 36px;
  margin-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .home h2.entry-title, .blog h2.entry-title, .home h4.subtitle, .blog h4.subtitle, .home .entry-meta, .blog .entry-meta {
    text-align: center; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home h2.entry-title, .blog h2.entry-title, .home h4.subtitle, .blog h4.subtitle, .home .entry-meta, .blog .entry-meta {
    text-align: center; } }

.entry-footer {
  border-top: 1px solid #efefef;
  padding: 2em 0 3em 0; }
  .entry-footer .cat-links, .entry-footer .tag-links, .entry-footer .edit-link, .entry-footer .comments-link {
    display: block; }

.posts-navigation .nav-previous, .posts-navigation .nav-next, .navigation .nav-previous, .navigation .nav-next {
  padding: 2em 0 4em 0; }
  .posts-navigation .nav-previous a, .posts-navigation .nav-next a, .navigation .nav-previous a, .navigation .nav-next a {
    text-transform: uppercase; }
.posts-navigation .nav-previous, .navigation .nav-previous {
  float: left; }
.posts-navigation .nav-next, .navigation .nav-next {
  float: right; }

/*--------------------------------------------------------------
4.1 Footer
--------------------------------------------------------------*/
.search .page-header h1 {
  margin: 1em 0 2em 0; }
.search.search-no-results .page-content {
  margin-bottom: 6em; }

/*--------------------------------------------------------------
4.1 404 Error
--------------------------------------------------------------*/
.error404 .page-header, .error404 .page-content {
  text-align: center; }
.error404 .page-header h1 {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 2px; }
.error404 .page-content {
  margin-bottom: 8em; }
  .error404 .page-content p {
    font-size: 42px; }
.error404 .go-home {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: black;
  padding: 1em 2em;
  font-size: 14px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .error404 .go-home:hover {
    color: white; }

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

.bypostauthor {
  display: block; }

.comments-area h2.comments-title {
  margin: 2em 0;
  font-size: 24px; }
.comments-area ol {
  list-style: none;
  margin-left: 0; }
  .comments-area ol .children {
    margin-left: 80px; }

ol.comment-list {
  line-height: 2.4; }

li.comment article {
  margin-bottom: 5em; }
  li.comment article img.avatar {
    display: block;
    float: left;
    margin: 0 20px 0 0; }
  li.comment article .comment-content {
    background-color: #f8f8f8;
    padding: 3em 3em 1em 3em; }
    li.comment article .comment-content p {
      font-size: 16px; }
  li.comment article cite {
    margin-right: 1em;
    color: #808080; }
  li.comment article .comment-meta {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 1.1em;
    padding-top: 0.75em;
    text-transform: uppercase;
    background-color: #FDFCFC; }
    li.comment article .comment-meta a.comment-edit-link {
      float: right; }
      li.comment article .comment-meta a.comment-edit-link:hover {
        color: #FF3300; }
    li.comment article .comment-meta .comment-metadata a {
      color: #808080;
      text-transform: uppercase;
      font-weight: 500;
      margin-right: 1em; }
    li.comment article .comment-meta .comment-author img {
      position: relative;
      bottom: 0.6em; }
  li.comment article a.comment-reply-link {
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    background-color: black;
    padding: 0.25em 1em;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    li.comment article a.comment-reply-link:hover {
      color: white; }

.comment-respond {
  margin: 3em 0; }
  .comment-respond h3.comment-reply-title {
    font-size: 20px; }
  .comment-respond .comment-form-comment {
    margin-bottom: 0; }
  .comment-respond .comment-form-comment label {
    display: none; }
  .comment-respond .logged-in-as a {
    font-size: 14px;
    color: #808080;
    font-weight: 400; }
  .comment-respond textarea {
    background-color: #F8F8F8;
    border: 10px solid #FDFCFC;
    box-shadow: none;
    margin-bottom: 1em; }
  .comment-respond .form-submit input[type="submit"] {
    padding: 0.75em 1em;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .comment-respond .form-submit input[type="submit"]:hover {
      color: white; }
  .comment-respond a#cancel-comment-reply-link {
    float: right;
    position: relative;
    top: 2.5em;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #808080; }
    .comment-respond a#cancel-comment-reply-link:hover {
      color: #FF3300; }

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

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

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

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

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

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

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

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

figure.wp-caption {
  margin: 0 0 2em 0; }
  figure.wp-caption.alignleft {
    margin-right: 1.5em; }
  figure.wp-caption.alignright {
    margin-left: 1.5em; }

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
8.0 Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #efefef;
  padding-top: 3em; }
  .site-footer a {
    font-weight: 400; }
  .site-footer .widget {
    font-size: 16px; }
    .site-footer .widget h2 {
      font-size: 20px; }
    .site-footer .widget ul {
      list-style: none;
      margin-left: 0; }
  .site-footer .site-info {
    border-top: 1px solid #efefef;
    font-size: 16px;
    margin: 2em 0 2em 0;
    padding-top: 2em; }
    @media screen and (max-width: 39.9375em) {
      .site-footer .site-info {
        text-align: center; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .site-footer .site-info {
        text-align: center; } }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget_nav_menu .menu > li {
  display: block; }
.widget_nav_menu .menu > li > a {
  padding-left: 0; }

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