/*
	Theme Name: Ruffie
	Theme URI: http://kniff.xyz/wordpress-themes/ruffie/
	Author: Kniffen
	Author URI: http://kniff.xyz/
	Description: Ruffie is a comic book inspired and responsive theme made with modern devices in mind. The theme has a variety of settings such as background-color, text-color, border-color, layout and social media icons.
	Version: 1.4.2
	License: GNU General Public License v3
	License URI: http://www.gnu.org/licenses/gpl-3.0.html  
	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	Text Domain: ruffie

	Ruffie WordPress Theme, Copyright (C) 2017, Kniffen
	Ruffie is distributed under the terms of the GNU GPL v3
*/
/* Table of Contents
   -------------------------------
   1.0 normalize
   2.0 Essentials
   3.0 Forms and Form elements
   4.0 Layout
   5.0 Images
   6.0 Header
   7.0 Header menu
   8.0 Footer menu
   9.0 Content
   10.0 Post formats
   11.0 Titles
   12.0 Meta
   13.0 Author bio
   14.0 Comments
   15.0 Widgets
   16.0 Footer
   -------------------------------
*/
/* 1.0 normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 2.0 Essentials */
:root {
  font-size: 12pt;
}

body {
  background-color: #ca2f2a;
  font-family: "Open Sans", sans-serif;
  color: #191919;
  font-weight: 600;
}

a {
  color: #191919;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  word-wrap: break-word;
}

.single .hentry a,
.page .hentry a,
.comment-content a {
  text-decoration: underline;
}

.single .hentry a:hover,
.page .hentry a:hover,
.comment-content a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  word-wrap: break-word;
}

h1,
h2,
h3 {
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

blockquote,
q {
  background-color: #e9e9e9;
  color: #191919;
  border: 2px solid #191919;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  margin: 0;
  padding: 8px 16px;
}

blockquote:before,
q:before {
  font-family: FontAwesome;
  content: '\f10d';
  padding-right: 8px;
}

q {
  line-height: 40px;
}

select {
  color: #191919;
}

table {
  background-color: #e9e9e9;
  width: 100%;
  color: #191919;
}

table a {
  font-weight: bold;
  text-decoration: none !important;
}

table a:hover {
  text-decoration: underline !important;
}

th,
td {
  border: 2px solid #191919;
  padding: .5rem;
}

dt {
  font-weight: bold;
}

ul,
ol {
  padding-left: 30px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
}

abbr:hover,
acronym:hover {
  cursor: help;
  border-bottom: 1px solid black;
}

code,
pre {
  background-color: #e9e9e9;
  color: #191919;
  font-weight: normal;
}

code {
  border: 1px solid #191919;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

pre {
  border: 1px dotted #191919;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding: 1rem;
}

var {
  font-family: monospace;
  font-style: normal;
}

code,
ins {
  padding: 0 .3rem;
}

figure,
iframe,
embed,
video {
  max-width: 100%;
  margin: 8px 0;
}

.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.ruffie-clearfloats {
  clear: both;
  height: 0px;
}

@media (max-width: 650px) {
  .hentry table, .hentry thead, .hentry tbody, .hentry th, .hentry td, .hentry tr,
  .comment table,
  .comment thead,
  .comment tbody,
  .comment th,
  .comment td,
  .comment tr {
    display: block;
  }
  .hentry tr,
  .comment tr {
    border: 1px solid #191919;
    margin-bottom: .5rem;
  }
  .hentry td,
  .hentry th,
  .comment td,
  .comment th {
    border: none;
  }
  .hentry td:not(:last-child),
  .hentry th:not(:last-child),
  .comment td:not(:last-child),
  .comment th:not(:last-child) {
    border-bottom: 1px solid #191919;
  }
}

/* 3.0 Forms and Form elements */
.ruffie-labeler:not(old) {
  height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.ruffie-labeler:not(old) + label:after {
  position: relative;
  background-color: #e9e9e9;
  color: #191919;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  margin-left: -16px;
  border: 2px solid #191919;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-family: FontAwesome;
  content: ' ';
  line-height: 16px;
  top: 2px;
}

.ruffie-labeler[type="radio"]:not(old) + label:after {
  -webkit-border-radius: 16px;
          border-radius: 16px;
}

.ruffie-labeler[type="radio"]:not(old):checked + label:after {
  background-color: #191919;
}

.ruffie-labeler[type="checkbox"]:not(old):checked + label:after {
  content: '\f00c';
  top: -2px;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
button,
textarea,
.comment-reply-link,
.read-more,
.nav-previous a,
.nav-next a,
.tags a,
select,
.archive .content-title:before,
.tagcloud a,
.footer-menu .menu-item a,
.scroll-to-top {
  background-color: #e9e9e9;
  color: #191919;
  border: 2px solid #191919;
  -webkit-border-radius: 16px !important;
          border-radius: 16px !important;
  padding: 2px 8px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
  max-width: 90%;
  max-width: -webkit-calc( 100% - 8px);
  max-width: calc( 100% - 8px);
}

input[type="submit"],
input[type="reset"],
button,
.comment-reply-link,
.read-more,
.nav-previous,
.nav-next,
.tags a,
.tagcloud a,
.footer-menu .menu-item a {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.comment-reply-link:hover,
.read-more:hover,
.nav-previous:hover,
.nav-next:hover,
.tags a:hover,
.tagcloud a:hover,
.footer-menu .menu-item a:hover {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  text-decoration: none;
  border-color: red;
}

.tags a {
  font-size: .75rem;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.nav-links a {
  word-wrap: break-word;
  white-space: pre-wrap;
}

.nav-previous a,
.nav-next a {
  color: #191919;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.nav-previous:hover a,
.nav-next:hover a {
  text-decoration: none;
}

.pagination {
  margin: 16px 0;
}

.pagination > span:not(.page-links-title),
.pagination > a {
  background-color: #e9e9e9;
  color: #191919;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 4px;
  line-height: 23px;
  font-weight: 800;
  text-align: center;
  border: 2px solid #191919;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pagination > span:not(.page-links-title),
.pagination > a:hover {
  background-color: #191919;
  color: white;
  text-decoration: none;
}

.nav-previous ~ .nav-next {
  margin-left: 1rem;
}

.nav-previous a:before {
  content: '\f177';
  font-family: FontAwesome;
  padding-right: 5px;
}

.nav-next a:after {
  content: '\f178';
  font-family: FontAwesome;
  padding-left: 5px;
}

@media (max-width: 650px) {
  .nav-links {
    display: block;
    text-align: center;
  }
  .nav-previous ~ .nav-next {
    margin: 1rem 0 0 0;
  }
}

/* 4.0 Layout */
.site-wrapper {
  max-width: 1280px;
  min-width: 200px;
  margin: 0 auto;
}

.site-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 100%;
  min-width: 100px;
}

.left-sidebar-widget-area,
.right-sidebar-widget-area {
  max-width: 300px;
}

.left-sidebar-widget-area ~ main,
.right-sidebar-widget-area ~ main {
  max-width: 984px;
}

.left-sidebar-widget-area {
  margin-right: 32px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.right-sidebar-widget-area {
  margin-left: 32px;
}

@media (max-width: 1344px) {
  .site-wrapper {
    margin: 0 32px;
  }
}

@media (max-width: 1280px) {
  .site-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .left-sidebar-widget-area {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .left-sidebar-widget-area,
  .right-sidebar-widget-area {
    max-width: -webkit-calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}

@media (max-width: 640px) {
  .site-content {
    display: block;
  }
  .left-sidebar-widget-area,
  .right-sidebar-widget-area {
    max-width: 100%;
    margin: 32px 0;
  }
}

/* 5.0 Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 2px solid #191919;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

/* WP-alignment */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.alignnone,
.wp-caption {
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

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

/* Thumbnails and attackments */
.post-thumbnail {
  display: block;
  margin: 16px 0;
}

/* WP-Caption */
.wp-caption {
  display: inline-block;
  background-color: #e9e9e9;
  overflow: hidden;
  border: 2px solid #191919;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #191919;
}

.wp-caption img {
  border: 0;
  border-bottom: 2px solid #191919;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.wp-caption-text,
.gallery-caption {
  font-size: .8rem;
  padding: 8px;
}

.gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-item {
  background-color: #e9e9e9;
  color: #191919;
  display: inline-block;
  width: 100%;
  width: -webkit-calc(33.33% - 16px);
  width: calc(33.33% - 16px);
  border: 2px solid #191919;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-bottom: 2px solid #191919;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
}

.gallery-columns-3 .gallery-item {
  width: -webkit-calc(33.33% - 16px);
  width: calc(33.33% - 16px);
}

.gallery-columns-4 .gallery-item {
  width: -webkit-calc(25% - 16px);
  width: calc(25% - 16px);
}

.gallery-columns-5 .gallery-item {
  width: -webkit-calc(20% - 16px);
  width: calc(20% - 16px);
}

.gallery-columns-6 .gallery-item {
  width: -webkit-calc(16.66% - 16px);
  width: calc(16.66% - 16px);
}

.gallery-columns-7 .gallery-item {
  width: -webkit-calc(14.28% - 16px);
  width: calc(14.28% - 16px);
}

.gallery-columns-8 .gallery-item {
  width: -webkit-calc(12.5% - 16px);
  width: calc(12.5% - 16px);
}

.gallery-columns-9 .gallery-item {
  width: -webkit-calc(11.11% - 16px);
  width: calc(11.11% - 16px);
}

@media (max-width: 900px) {
  .gallery .gallery-item {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
}

@media (max-width: 650px) {
  .gallery .gallery-item {
    width: 100%;
  }
}

/* 6.0 Header */
.site-header-wrapper {
  border-bottom: 8px solid #191919;
  padding: 16px 0;
}

.site-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 16px;
}

.custom-logo-link {
  display: inline-block;
  margin: 0 16px 16px 0;
}

.custom-logo-link img {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.site-title,
.site-tagline,
.ruffie-social-media-links {
  margin: 0;
}

.site-title,
.site-tagline {
  font-weight: 800;
  text-transform: uppercase;
  word-wrap: break-word;
}

.site-title {
  height: 64px;
  background-color: #e9e9e9;
  border: 4px solid #191919;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  padding: 0 16px;
}

.site-title a {
  position: relative;
  top: -2px;
}

.site-title a:hover {
  text-decoration: none;
}

.site-tagline {
  margin: 0;
  font-size: 10rem;
  border-bottom: 8px solid #191919;
}

.ruffie-social-media-links {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ruffie-social-media-links li {
  background-color: #e9e9e9;
  list-style: none;
  margin: 6px 8px;
  border: 4px solid #191919;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 58px;
}

.ruffie-social-media-links li a {
  color: #191919;
}

.ruffie-social-media-links li:hover {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.ruffie-social-media-links i {
  font-size: 32px;
}

@media (max-width: 1344px) {
  .site-tagline {
    font-size: 8rem;
  }
}

@media (max-width: 960px) {
  .site-header-wrapper {
    text-align: center;
  }
  .site-header {
    display: block;
  }
  .site-title {
    display: inline-block;
    height: auto;
  }
  .ruffie-social-media-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8px 0;
  }
  .ruffie-social-media-links li {
    margin: 8px !important;
  }
  .site-tagline {
    text-align: center;
    font-size: 4rem;
  }
}

@media (max-width: 640px) {
  .ruffie-social-media-links li {
    margin: 0 .5rem;
  }
  .site-tagline {
    font-size: 2rem;
  }
}

/* 7.0 Header menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
}

.header-menu-container {
  background-color: #ca2f2a;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.header-menu-container .menu-toggle {
  display: none;
}

.header-menu {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 800;
  text-transform: uppercase;
}

.header-menu > .menu-item {
  margin-right: 1rem;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  overflow: hidden;
}

.header-menu > .menu-item.menu-item-has-children {
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.header-menu .menu-item {
  list-style: none;
  white-space: nowrap;
}

.header-menu .menu-item:hover > .sub-menu {
  display: block;
}

.header-menu .menu-item-has-children > a:after {
  font-family: FontAwesome;
  padding-left: .5rem;
  content: "\f107";
}

.header-menu .current-menu-item {
  background-color: rgba(0, 0, 0, 0.15);
}

.header-menu .sub-menu {
  min-width: 100px;
  background-color: #ca2f2a;
  position: absolute;
  display: none;
  top: 100%;
  right: -1;
  top: 2rem;
  padding: 0;
}

.header-menu .sub-menu .menu-item {
  position: relative;
}

.header-menu .sub-menu .menu-item-has-children > a:after {
  content: "\f105";
}

.header-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.header-menu a {
  display: block;
  color: #191919;
  min-height: 2rem;
  line-height: 2rem;
  padding: 0 .5rem;
}

.header-menu a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

@media (max-width: 960px) {
  .header-menu-container {
    height: auto;
  }
  .header-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  .menu-toggle {
    display: block;
  }
  .header-menu-container {
    border-bottom: 8px solid #191919;
  }
  .header-menu {
    display: block;
  }
  .header-menu > .menu-item {
    margin-right: 0;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
  }
  .header-menu .sub-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto !important;
  }
  .menu-item-has-children > a:after {
    content: "" !important;
    padding: 0 !important;
  }
  .js .header-menu-container {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .js .header-menu-container .menu-toggle {
    display: block;
  }
}

/* 8.0 Footer menu */
.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: .8rem;
}

.footer-menu .menu-item {
  list-style: none;
  margin: 16px;
}

/* 9.0 Content */
.archive-entry {
  margin-bottom: 64px;
}

.archive-entry p {
  margin: 16px 0;
}

.post,
.attachment {
  margin-bottom: 16px;
}

/* 10.0 Post formats */
.single-format-chat .post,
.single-format-quote .post,
.single-format-link .post,
.single-format-status .post,
.single-format-audio .post,
.single-format-video .post {
  background-color: #e9e9e9;
  color: #191919;
  border: 2px solid #191919;
  -webkit-border-radius: 16px !important;
          border-radius: 16px !important;
  padding: 8px;
}

.single-format-quote .post,
.single-format-link .post,
.single-format-status .post,
.single-format-audio .post {
  font-weight: bold;
  font-size: 2em;
}

.single-format-quote q,
.single-format-quote blockquote {
  background: transparent;
  border: none;
}

.single-format-link .post {
  text-align: center;
}

/* 11.0 Titles */
.content-title-description p {
  margin: 0;
}

.content-header {
  margin-bottom: 32px;
}

.content-title:before, .content-title:after {
  font-family: FontAwesome;
}

.sticky .archive-entry-header h3 {
  margin-bottom: 16px;
}

.sticky .archive-entry-header h3:before {
  font-family: FontAwesome;
  content: '\f08d';
  margin-right: 16px;
  background-color: #e9e9e9;
  color: #191919;
  border: 2px solid #191919;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  padding: 4px 10px;
  font-size: 1.75rem;
}

.single:not(.single-format-standard) .content-title,
.archive .content-title {
  margin-bottom: 16px;
}

.single:not(.single-format-standard) .content-title:before,
.archive .content-title:before,
.search .content-title:before,
.error404 .content-title:before {
  display: inline-block;
  font-family: FontAwesome;
  background-color: #e9e9e9;
  color: #191919;
  border: 2px solid #191919;
  -webkit-border-radius: 100% !important;
          border-radius: 100% !important;
  height: 1em;
  width: 1em;
  margin-right: 8px;
  padding: .5rem;
  text-align: center;
}

.archive .content-title:before {
  content: '\f07b';
}

.tag .content-title:before {
  content: '\f02b';
}

.author .content-title:before {
  content: '\f007';
}

.date .content-title:before {
  content: '\f073';
}

.search .content-title:before {
  content: '\f002';
}

.error404 .content-title:before {
  content: '\f15b';
}

/* post format prefix icons*/
.attachment .content-title:before,
.single-format-image .content-title:before,
.single-format-gallery .content-title:before,
.term-post-format-image .content-title:before,
.term-post-format-gallery .content-title:before {
  content: '\f03e';
}

.single-format-audio .content-title:before,
.term-post-format-audio .content-title:before {
  content: '\f001';
}

.single-format-video .content-title:before,
.term-post-format-video .content-title:before {
  content: '\f03d';
}

.single-format-status .content-title:before,
.term-post-format-status .content-title:before {
  content: '\f12a';
}

.single-format-link .content-title:before,
.term-post-format-link .content-title:before {
  content: '\f0c1';
}

.single-format-quote .content-title:before,
.term-post-format-quote .content-title:before {
  content: '\f10e';
}

.single-format-chat .content-title:before,
.term-post-format-chat .content-title:before {
  content: '\f086';
}

/* 12.0 Meta */
.entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.entry-meta span {
  margin-right: 1rem;
}

.entry-meta span i {
  background-color: #e9e9e9;
  color: #191919;
  border: 2px solid #191919;
  -webkit-border-radius: 16px !important;
          border-radius: 16px !important;
  padding: 4px 6px;
}

.tags {
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .entry-meta {
    display: block;
  }
  .entry-meta span {
    display: block;
    margin: 0 0 8px 0;
  }
}

/* 13.0 Author bio */
.author-bio {
  display: inline-block;
  height: 104px;
  margin: 1rem 0;
  color: #191919;
}

.author-bio > div {
  position: relative;
  background-color: #e9e9e9;
  border: 2px solid #191919;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 25px 50px 25px 125px;
  top: -104px;
  height: 50px;
}

.author-bio h2 {
  margin: 0 0 .5rem;
}

.author-bio .avatar {
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
}

.author-bio .author-title {
  font-size: .8rem;
}

.author-bio p {
  font-size: .75rem;
  margin: 0;
}

@media (max-width: 640px) {
  .author-bio {
    height: auto;
  }
  .author-bio > div {
    height: auto;
    padding: 12px 25px 25px 62px;
    top: -54px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
  }
  .author-bio .avatar {
    height: 50px;
    width: 50px;
  }
}

/* 14.0 Comments */
.avatar {
  border: 2px solid #191919;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.comments-area {
  border-top: 1px solid #191919;
}

.comments-area label {
  display: block;
}

.comment,
.pingback {
  border-top: 1px solid #191919;
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}

.comment {
  padding: .5rem;
}

.pingback {
  font-weight: bold;
}

.pingback a {
  font-weight: normal;
}

.comment-meta {
  line-height: 28px;
  margin-bottom: 1rem;
}

.comment-author {
  margin-bottom: 0;
}

.comment-author .avatar {
  position: relative;
  float: left;
  margin-right: .5rem;
  width: 42px;
  height: 42px;
  top: 0.25rem;
}

.bypostauthor .comment-author:before {
  content: '\f040';
  font-family: FontAwesome;
}

.comment-metadata a {
  font-weight: normal;
  font-size: .7rem;
}

.comment-reply-link {
  font-size: .9rem;
  padding: .1rem .2rem;
}

.comment-respond {
  border-top: 1px solid #191919;
  padding-top: 10px;
}

.comment-reply-title {
  margin-bottom: 10px;
}

.comment-form a {
  font-weight: normal;
}

/* 15.0 Widgets */
.above-content-widget-area,
.footer-widget-areas-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0;
}

.above-content-widget-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-widget-areas-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-widget-areas-1 .footer-widget-areas-container .footer-widget-area {
  max-width: -webkit-calc(100% - 32px);
  max-width: calc(100% - 32px);
}

.footer-widget-areas-2 .footer-widget-areas-container .footer-widget-area {
  max-width: -webkit-calc(50% - 32px);
  max-width: calc(50% - 32px);
}

.footer-widget-areas-3 .footer-widget-areas-container .footer-widget-area {
  max-width: -webkit-calc(33.3% - 32px);
  max-width: calc(33.3% - 32px);
}

.footer-widget-areas-4 .footer-widget-areas-container .footer-widget-area {
  max-width: -webkit-calc(25% - 32px);
  max-width: calc(25% - 32px);
}

.above-content-widget-area .widget-container:not(:last-child) {
  margin: 0 32px 32px 0;
}

.widget-container {
  word-wrap: break-word;
}

.widget-container:not(:last-child) {
  margin-bottom: 32px;
}

.widget-container > ul {
  margin-left: -26px;
}

.widget-container > ul li {
  list-style: none;
  margin-bottom: .5rem;
}

@media (max-width: 1280px) {
  .footer-widget-areas-3 .footer-widget-areas-container .footer-widget-area {
    max-width: -webkit-calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
  .footer-widget-areas-4 .footer-widget-areas-container .footer-widget-area {
    max-width: -webkit-calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}

@media (max-width: 960px) {
  .above-content-widget-area {
    display: block;
  }
  .footer-widget-areas-2 .footer-widget-areas-container .footer-widget-area {
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .footer-widget-areas-3 .footer-widget-areas-container .footer-widget-area {
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .footer-widget-areas-4 .footer-widget-areas-container .footer-widget-area {
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  .footer-widget-areas-container {
    display: block;
  }
  .above-content-widget-area .widget-container,
  .footer-widget-area {
    margin: 0 0 32px 0 !important;
  }
}

/* 16.0 Footer */
.site-footer {
  position: relative;
}

.footer-information {
  font-size: .75rem;
  padding: 1rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
}

.footer-information span:not(:last-child) {
  padding-right: .5rem;
  margin-right: .5rem;
  border-right: 1px solid #191919;
}

/* Scroll to top icon */
.scroll-to-top {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  padding: 0;
  display: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}

.scroll-to-top:hover {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

@media (max-width: 640px) {
  .footer-information,
  .footer-information span {
    display: block;
  }
  .footer-information span {
    border: 0 !important;
    padding: 0;
    margin: 0;
  }
}
