/*
Theme Name: Grunge
Theme URI: https://themeforest.net/item/grunge-responsive-blog-theme/4040858?ref=mytheme
Author: myTheme
Author URI: https://themeforest.net/user/mytheme/portfolio?ref=mytheme
Description: Responsive blog theme. <a href="https://themeforest.net/item/grunge-responsive-blog-theme/4040858?ref=mytheme">View details</a> <a href="https://mytheme.io/grunge/wp-content/themes/grunge/changelog.txt">View changelog</a>
Tags: responsive-layout, left-sidebar, right-sidebar, dark, light
License: GNU General Public License
License URI: license.txt
Text Domain: grunge
Version: 2.0.0
*/
/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/
/* basics */
body {
  background: url(images/body.jpg) repeat-y;
  font-size: 87.5%;
  line-height: 1.5;
  color: #181818;
  word-wrap: break-word;
}

.dark-blue {
  background-image: url(images/dark-blue/body.jpg);
}

.dark-grey {
  background-image: url(images/dark-grey/body.jpg);
}

* {
  margin: 0;
  padding: 0;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* clearfixes */
.grunge-widget-latest:after, nav:after, .page-navi:after, ul.page-numbers:after, .meta-tags:after, .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* structure */
header {
  margin-bottom: 2rem;
}

header.is-centered {
  text-align: center;
}

.main {
  padding: 1rem 0.75rem 1rem 0.75rem;
}

aside {
  background: #f5f4ef url(images/body.jpg) 100% 0 repeat-y;
}

.dark-blue aside {
  background: #2f353c url(images/dark-blue/body.jpg) 100% 0 repeat-y;
}

.dark-grey aside {
  background: #2a2a2a url(images/dark-grey/body.jpg) 100% 0 repeat-y;
}

.aside-inner {
  padding: 2rem 0.75rem 2rem 0.75rem;
}

.hentry {
  margin-bottom: 3rem;
}

.error404 .main .hentry {
  background: url(images/404.png) no-repeat;
}

.sticky {
  background: url(images/line-vertical.png) repeat-y;
  padding-left: 9px;
  margin-left: -10px;
  border-left: 1px solid #ddd;
}

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

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
/* logo */
.logo {
  margin-bottom: 1rem;
  display: inline-block;
}

.logo:hover {
  opacity: 0.7;
}

.logo-text {
  font-size: 2rem;
}

/* blog description */
.description {
  margin-top: -1rem;
  color: #888783;
  font-style: italic;
  clear: both;
  margin-bottom: 1rem;
}

/* navigation */
.nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav li {
  width: 100%;
  display: block;
  padding-top: 3px;
  text-align: left;
}

.nav li li {
  padding-left: 1rem;
}

.js .nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav.opened {
  max-height: 9999px;
}

.nav.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  background: #e9e8e3;
  color: #333;
  border-radius: 2px;
  font-weight: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.nav-toggle::after {
  content: " \25BC";
}

.nav-toggle.active::after {
  content: " \25B2";
}

.nav-ul a {
  color: #181818;
  color: #333;
  background: #ebeae6;
  display: block;
  padding: 5px 10px;
  border-radius: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/
h2, h3, h4, .logo, nav > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1, h1.title a:hover, h2, h3, h4, .logo {
  color: #403f44;
}

/* headers */
h1, h2.article-title {
  font-size: 2rem;
  line-height: 1.25;
  margin: 0.75rem 0 0.25rem 0;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
}

h1.title, h2.article-title {
  margin: 0 0 0 -30px;
  padding: 0.5rem 0 0.25rem 30px;
  background: url(images/h1.png) no-repeat;
}

h1.archive-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

h2, h3.comment-reply-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 1.25rem 0 0.75rem 0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 1.25rem 0 0.75rem 0;
}

h4 {
  font-size: 1.125em;
  line-height: 1.3;
  margin: 1.5em 0 0.5em 0;
}

h5 {
  font-size: 1em;
  line-height: 1.3;
  margin: 1.5em 0 0.5em 0;
}

h6 {
  font-size: 1em;
  line-height: 1.3;
  margin: 1.5em 0 0.5em 0;
}

/* default margins */
p, blockquote, ul, ol, table, dl, pre, hr, .size-large, .size-full, .attachment-featured-image {
  margin-bottom: 1em;
}

/* images, videos etc. */
img, video {
  max-width: 100%;
  height: auto;
  border: 0;
}

.ie8 img, .ie8 video {
  width: auto;
}

/* ingress */
.ingress {
  font-size: 1.125em;
  color: #888;
  font-weight: 700;
}

/* aligns */
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.aligncenter {
  display: block;
  margin: 0 auto 1em auto;
}

.attachment-featured-image {
  border-radius: 2px;
  display: block;
}

/* captions */
.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  margin: 0;
  display: block;
  margin-bottom: 5px;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic;
  color: #888;
  margin: 0;
  line-height: 1.25;
}

/* lists */
ul ul, ol ol {
  margin: 0 0 0 1em;
}

li {
  list-style-position: inside;
}

/* horizontal ruler */
hr {
  background: transparent url(images/line-horizontal.png) repeat-x;
  border: 0;
  height: 1px;
}

/* code */
pre {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
  white-space: pre-wrap;
  padding: 10px;
}

/* links */
a {
  color: #181818;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #444;
}

a > img {
  vertical-align: bottom;
}

a img {
  border: none;
}

/* quotes  */
blockquote {
  font-weight: bold;
  font-size: 1.125rem;
  color: #888;
  padding-left: 3rem;
  padding-right: 1.5rem;
  margin: 2rem 0 2rem -1.5rem;
  clear: both;
  background: url(images/blockquote.png) 0 0 no-repeat;
}

blockquote p:after {
  content: "\201D";
}

/* pages */
.pages {
  clear: both;
}

/* post meta */
.meta {
  margin-left: -6px;
  color: #666;
  background: url(images/line-horizontal.png) repeat-x;
  background: url(images/line-horizontal.png) repeat-x, url(images/line-horizontal-bottom.png) 50% 100% repeat-x;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-left: 6px;
}

.meta a {
  color: #666;
  font-weight: normal;
}

.meta a:hover {
  color: #181818;
}

li.meta-date, li.meta-category, li.meta-comments {
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

/* continue reading link */
.more-link {
  display: inline-block;
}

.more-link::after {
  content: " \2192";
  color: #666;
  transition: all 0.3s;
}

.more-link:hover::after {
  padding-left: 3px;
}

/* post tags */
.meta-tags {
  clear: both;
}

.meta-tags li {
  display: inline;
}

.meta-tags a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 0 1em 1em 0;
  padding: 0.15em 0.5em 0.15em 18px;
  background-image: url(images/meta-tags.png);
  background-position: -10px 50%;
  background-repeat: no-repeat;
  color: #fffef7;
  border: 0;
  font-weight: normal;
  letter-spacing: 0.08em;
  border-radius: 0 3px 3px 0;
}

.meta-tags a:hover {
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
}

/* author bio */
.author-bio {
  background: url(images/line-horizontal.png) repeat-x;
  background: url(images/line-horizontal.png) repeat-x, url(images/line-horizontal-bottom.png) 50% 100% repeat-x;
  clear: both;
  padding: 2em 0 1em 0;
  margin-top: 2em;
  color: #666;
}

.author-bio em.author-title {
  font-size: 1.125em;
  font-weight: bold;
}

.author-bio .avatar {
  float: left;
  margin: 0 1.5rem 1rem 0;
  border-radius: 50%;
}

/* page navigation */
.page-navi, ul.page-numbers, .navigation.pagination {
  clear: both;
  margin: 3rem 0 0 0;
  background: url(images/line-horizontal.png) repeat-x;
}

.page-navi {
  background: url(images/line-horizontal.png) repeat-x;
  background: url(images/line-horizontal.png) repeat-x, url(images/line-vertical.png) 50% 0 repeat-y;
}

.page-navi li {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.page-numbers li {
  display: inline-block;
}

a.page-numbers {
  color: #666;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: url(images/line-vertical.png) 100% 0 repeat-y;
}

.page-numbers.current, .page-numbers.dots {
  font-weight: bold;
  color: #181818;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: url(images/line-vertical.png) 100% 0 repeat-y;
}

.page-navi a {
  font-weight: bold;
  padding: 0.5rem 0;
  display: inline-block;
  color: #666;
}

.page-navi li.page-navi-prev a::before {
  content: "\2190  ";
  color: #999;
}

.page-navi li.page-navi-next a::after {
  content: " \2192";
  color: #999;
}

.page-navi li.page-navi-next {
  float: right;
}

.page-navi li.page-navi-prev a:hover::before {
  transition: all 0.3s;
  position: relative;
  left: -3px;
}

.page-navi li.page-navi-next a:hover::after {
  position: relative;
  right: -3px;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
.comments {
  margin-top: 4rem;
}

.comments-title, h3.comment-reply-title {
  clear: both;
  padding: 0.75rem 0 0.5rem 30px;
  background: url(images/h1.png) no-repeat;
  margin: 0 0 0 -30px;
}

.comments ol {
  margin: 0;
  list-style: none;
}

.vcard {
  line-height: 1.25;
}

.vcard .avatar {
  float: left;
  margin: 0 0.5rem 1rem 0;
  border-radius: 50%;
}

.vcard cite {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
}

.bypostauthor .comment-by-author {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  padding: 0 0.25rem;
  font-weight: normal;
  background-color: #b6b8ba;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}

.comment-time, .comment-reply-link {
  color: #666 !important;
  font-weight: normal;
  font-size: 0.875rem;
}

.comment-reply-link {
  margin-left: 0.5rem;
}

.comment {
  margin-top: 2rem;
}

.commentlist > li:first-child {
  margin-top: 1rem;
}

.comment .comment {
  padding-left: 20px;
  background: url(images/comment-reply.png) no-repeat;
}

.comment-body {
  clear: both;
}

.comment-body p {
  margin: 0.5rem 0;
}

.comments li em.moderation {
  background: #fcf6c2;
}

/* respond */
.comment-respond {
  margin-top: 2rem;
}

#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 0.25rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.widget-container {
  margin-bottom: 3rem;
}

aside h3 {
  clear: both;
  color: #666;
}

aside, aside a {
  color: #666;
}

aside a {
  border-bottom: 1px dotted #bfbfb8;
  font-weight: bold;
}

aside a:hover, .dark aside a:hover {
  border-bottom-style: solid;
}

aside h3 {
  border: 0;
}

aside h3, .grunge-copyright {
  padding: 20px 0 0.75rem 40px;
  background: url(images/h3.png) no-repeat;
  margin: -20px 0 0 -40px;
}

/* copyright */
.aside-small, .widget_recent_entries .post-date {
  color: #646461;
  font-size: 0.75rem;
}

.widget_search .s {
  color: #646461;
}

/* dark blue theme */
.dark-blue aside h3 {
  color: #c6c8ca;
}

.dark-blue aside, .dark-blue aside a {
  color: #b6b8ba;
}

.dark aside h3, .dark .grunge-copyright {
  background-image: url(images/h3-dark.png);
}

.dark-blue aside a {
  border-color: #52575a;
}

.dark-blue .aside-small, .dark-blue .widget_recent_entries .post-date, .dark-blue .widget_search .s {
  color: #9c9ea1;
}

/* dark grey theme */
.dark-grey aside h3 {
  color: #ccc;
}

.dark-grey aside, .dark-grey aside a {
  color: #bbb;
}

.dark-grey aside a {
  border-color: #555;
}

.dark-grey .aside-small, .dark-grey .widget_recent_entries .post-date, .dark-grey .widget_search .s {
  color: #999;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS
/*-----------------------------------------------------------------------------------*/
/* search */
.widget_search {
  clear: both;
}

.widget_search input.s {
  border: 0;
  margin: 0;
  width: 80%;
  background: transparent;
}

.widget_search .input-outer {
  background: url(images/input-outer.png) no-repeat, url(images/input-outer.png) 100% 100% no-repeat;
}

.dark .widget_search .input-outer {
  background: url(images/input-outer-dark.png) no-repeat, url(images/input-outer-dark.png) 100% 100% no-repeat;
}

.dark .searchform {
  background: rgba(0, 0, 0, 0.1);
}

.widget_search .searchsubmit {
  background: transparent;
  color: #999;
  border: 0;
  float: right;
  display: block;
  padding: 0.375rem 0.5rem;
}

.widget_search .searchsubmit .grunge-svg-icon {
  width: 24px;
  height: 24px;
  fill: #666;
}

.dark aside .widget_search .searchsubmit .grunge-svg-icon {
  fill: #ddd;
}

.widget_search .searchsubmit:hover {
  opacity: 0.7;
}

::-moz-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #787a7c;
}

/* social links widget */
.grunge-social-menu li {
  display: inline-block;
}

.grunge-social-menu a {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}

/* latest posts widget */
.grunge-widget-latest li {
  margin-bottom: 1.5rem;
  clear: both;
  list-style: none;
}

.grunge-widget-latest-img {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  margin: 0 1rem 1rem 0;
}

.grunge-widget-latest-img img {
  border-radius: 2px;
}

.grunge-widget-latest-date {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.grunge-widget-latest-comments {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0.375em 0 0.375em;
  color: #faf9f4 !important;
  font-weight: bold;
  border-radius: 2px 0 2px 0;
  border: 0;
  min-width: 1.25rem;
  text-align: center;
}

.grunge-widget-latest-comments::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 6px;
  border: 4px solid transparent;
  border-top: 4px solid #999;
  border-left: 4px solid #999;
  display: block;
}

.grunge-widget-latest-comments:hover {
  color: #ddd;
  color: rgba(255, 255, 255, 0.7);
}

/* flickr widget */
.grunge-widget-flickr .flickr_badge_image {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}

.grunge-widget-flickr .flickr_badge_image img {
  border-radius: 2px;
}

.grunge-widget-flickr .flickr_badge_image a:hover {
  opacity: 0.7;
}

/* post-it widget */
.grunge-widget-postit {
  background: #fff8cf;
  padding: 0 25px;
  margin: 60px 0 45px 0;
  position: relative;
  max-width: 400px;
}

.aside-inner > .grunge-widget-postit:first-child {
  margin-top: 20px;
}

.grunge-widget-postit:after {
  content: "";
  position: absolute;
  background: url(images/sprite.png) 0 -50px no-repeat;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 30px;
}

.grunge-widget-postit-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
}

.grunge-widget-postit-inner:after {
  content: "";
  position: absolute;
  background: url(images/sprite.png);
  top: -34px;
  left: -40px;
  width: 85%;
  height: 49px;
}

.grunge-widget-postit-inner:before {
  content: "";
  position: absolute;
  background: url(images/sprite.png) 100% 0;
  top: -34px;
  right: -35px;
  width: 85%;
  height: 49px;
}

.grunge-widget-postit h3, .grunge-widget-postit p, .grunge-widget-postit {
  color: #66644d !important;
}

.grunge-widget-postit h3 {
  padding: 0;
  margin: 0 0 0.5rem 0;
  background: none;
}

.grunge-widget-postit p {
  margin: 0.5rem 0 0 0;
}

.grunge-widget-postit a {
  color: #66644d;
  border-color: #9e9c7e;
}

/* calendar widget */
.widget_calendar caption {
  text-align: left;
  margin-bottom: 0.5rem;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}

.widget_calendar th {
  text-align: left;
}

.widget_calendar tbody a {
  font-weight: bold;
}

.widget_calendar #next {
  text-align: right;
}

/* menu widget */
.widget_nav_menu ul ul {
  margin: 0 0 0 10px;
}

/* rss widget */
.widget_rss li {
  margin: 0.5rem 0;
}

/* tag cloud widget */
.tag_cloud {
  padding-bottom: 20px;
}

.tagcloud a {
  margin: 0 5px 5px 0;
}

/* recent posts widget */
.widget_recent_entries .post-date {
  display: block;
  font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* buttons  */
.button {
  background: #ccc;
  padding: 0.25em 0.75em;
  font-weight: bold;
  margin: 0 6px 6px 0;
  display: inline-block;
  text-transform: none;
  color: #444 !important;
  color: rgba(0, 0, 0, 0.6) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.button.black {
  background-color: #333;
  color: #dbdad5 !important;
}

.button.gray {
  background-color: #999;
}

.button.white {
  background-color: #dbdad5;
}

.button.green {
  background-color: #89b64c;
}

.button.orange {
  background-color: #f89418;
}

.button.red {
  background-color: #bd362f;
}

.button.blue {
  background-color: #0b98e9;
}

.button.purple {
  background-color: #8475a8;
}

.button.pink {
  background-color: #e60057;
}

/* alerts  */
.alert {
  padding: 6px 10px;
  border-width: 1px;
  border-style: solid;
}

.alert.gray {
  background-color: #f7f7f9;
  border-color: #e1e1e8;
}

.alert.green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #266827;
}

.alert.yellow {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #a07833;
}

.alert.red {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #992a28;
}

.alert.blue {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #1a678d;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
label {
  display: block;
  padding-bottom: 0.5rem;
}

label em {
  color: #888;
}

input, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
}

input, textarea, button {
  transition: all 0.3s ease;
}

select {
  max-width: 100%;
}

input:not([type="submit"]), input:not([type="radio"]), textarea {
  clear: both;
  border: 0;
  padding: 0.5rem;
  width: 100%;
  vertical-align: bottom;
  background: #f2f1ea;
  background: rgba(0, 0, 0, 0.04);
  outline: none;
}

textarea {
  overflow: auto;
}

::-moz-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #949491;
}

.dark ::-webkit-input-placeholder {
  color: #6c6e71;
}

.input-outer {
  margin: 0 -5px 1em -5px;
  padding: 6px;
  background: url(images/input-outer.png) 0 0 no-repeat;
  background: url(images/input-outer.png) no-repeat, url(images/input-outer.png) 100% 100% no-repeat;
}

button, #submit, .wpcf7-form-control.wpcf7-submit {
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  background: #d6d8da;
  width: auto;
  overflow: visible;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  color: #3c3f44;
  border-radius: 2px;
}

svg.grunge-svg-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.grunge-social-icon {
  fill: #eee;
  background: #666;
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 7px 0;
  line-height: 1;
  text-align: center;
  margin-right: 0.5rem;
  border: 0;
  -webkit-mask-image: url(images/transparent-noise.png);
          mask-image: url(images/transparent-noise.png);
  -webkit-mask-position: center, top left;
          mask-position: center, top left;
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}

.grunge-social-icon:hover {
  opacity: 0.7;
}

.dark aside .grunge-social-menu-grayscale .grunge-social-icon {
  background: #777;
  fill: #333;
}

.grunge-social-menu-color .grunge-social-icon-facebook {
  background: #3b5998;
}

.grunge-social-menu-color .grunge-social-icon-instagram {
  background: #e4405f;
}

.grunge-social-menu-color .grunge-social-icon-pinterest {
  background: #bd081c;
}

.grunge-social-menu-color .grunge-social-icon-twitter {
  background: #1da1f2;
}

.grunge-social-menu-color .grunge-social-icon-google {
  background: #dc4e41;
}

.grunge-social-menu-color .grunge-social-icon-rss {
  background: #ffa500;
}

.grunge-social-menu-color .grunge-social-icon-flickr {
  background: #0063dc;
}

.grunge-social-menu-color .grunge-social-icon-vimeo {
  background: #1ab7ea;
}

.grunge-social-menu-color .grunge-social-icon-youtube {
  background: #f00;
}

.grunge-social-menu-color .grunge-social-icon-vk {
  background: #6383a8;
}

.grunge-social-menu-color .grunge-social-icon-tumblr {
  background: #36465d;
}

.grunge-social-menu-color .grunge-social-icon-linkedin {
  background: #0077b5;
}

.grunge-social-menu-color .grunge-social-icon-dribbble {
  background: #ea4c89;
}

.grunge-social-menu-color .grunge-social-icon-bandcamp {
  background: #408294;
}

.grunge-social-menu-color .grunge-social-icon-itunes {
  background: #000;
}

.grunge-social-menu-color .grunge-social-icon-lastfm {
  background: #d51007;
}

.grunge-social-menu-color .grunge-social-icon-lastfm {
  background: #d51007;
}

.grunge-social-menu-color .grunge-social-icon-quora {
  background: #b92b27;
}

.grunge-social-menu-color .grunge-social-icon-soundcloud {
  background: #f30;
}

.meta svg.grunge-svg-icon {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  -webkit-mask-image: url(images/transparent-noise.png);
          mask-image: url(images/transparent-noise.png);
  -webkit-mask-position: center, top left;
          mask-position: center, top left;
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}

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

/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
  .main, .aside-inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 640px) {
  body {
    font-size: 100%;
  }
  .main, .aside-inner {
    width: 600px;
  }
}

@media screen and (min-width: 850px) {
  body {
    background-position: 55.1% 0;
    font-size: 87.5%;
  }
  .wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .main {
    float: left;
    width: 51%;
    padding-top: 30px;
  }
  aside {
    float: right;
    width: 40%;
    background: none;
  }
  .dark aside {
    background: none;
  }
  .aside-inner {
    padding: 30px 0;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .wrapper {
    width: 85%;
    padding-bottom: 40px;
  }
  .meta {
    letter-spacing: 0.08em;
  }
  .one_half, .one_third, .two_thirds, .one_fourth {
    float: left;
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .one_third {
    width: 30.666666%;
  }
  .one_fourth {
    width: 22%;
  }
  .last {
    margin-right: 0;
  }
  .clear {
    clear: both;
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 100%;
    background-position: 50% 0;
  }
  .wrapper {
    width: 1080px;
    padding-bottom: 100px;
  }
  header {
    background: url(images/line-horizontal-bottom.png) 100% 100% repeat-x;
    margin: 0 -20px 2em -10px;
    padding: 0 0 0 10px;
  }
  .main {
    width: 600px;
    padding-top: 50px;
    clear: both;
  }
  aside {
    width: 340px;
    padding-top: 30px;
    font-size: 0.875em;
  }
  /* headers */
  h1 {
    margin-left: -40px;
    padding-left: 40px;
  }
  /* navigation */
  .js .nav {
    position: relative;
    overflow: visible;
  }
  .js .nav.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  .nav-ul {
    clear: both;
    background: url(images/line-horizontal.png) 100% 0 repeat-x;
    padding-left: 5px;
    margin: 10px 0 0 -5px;
    font-size: 0.875rem;
  }
  header.is-centered {
    text-align: center;
  }
  .nav-ul > li {
    position: relative;
    display: inline-block;
    margin-right: 0.375rem;
    padding-right: 0.5rem;
    background: url(images/line-vertical.png) 100% 0 repeat-y;
    width: auto;
  }
  .nav-ul a {
    background: transparent;
  }
  .nav-ul li {
    padding-top: 0;
  }
  .nav-ul > li > a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 0.5rem 0;
  }
  .nav-ul a:hover {
    color: #403f44;
  }
  /* dropdown navigation */
  .nav-ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 999;
    padding: 20px 0 0 6px;
    background: url(images/dropdown.png) 0 10px no-repeat;
    min-width: 12em;
  }
  .nav-ul .sub-menu li {
    position: relative;
    display: block;
    background: #efeee7 url(images/line-horizontal-bottom.png) 0 100% repeat-x;
    border-right: 1px dotted #ccc;
    margin: 0;
    padding: 0;
  }
  .nav-ul .sub-menu a {
    display: block;
    padding: 0.75rem 1rem;
    font-weight: normal;
    color: #403f44;
  }
  .nav-ul .sub-menu a:hover {
    color: #888783;
  }
  .nav-ul .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    padding: 0;
    background: none;
  }
}