/*
Theme Name: Parchment
Theme URI: http://fikrirasy.id/portfolio/parchment 
Author: Fikri Rasyid
Author URI: http://fikrirasy.id/
Description: An insanely simple one-column theme that look good right after you activate the theme. It doesn't bother you with tons of configuration, but allow you to personalize things that matters: background (image or plain color), text & link color, and typographic preference (serif, sans-serif, or monospace). If you have Jetpack installed, you can replace the site name with your logo using Jetpack's logo module.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parchment
Tags: black, gray, one-column, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.

Parchment is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

Genericons Font Icon - http://genericons.com/
License: Distributed under the terms of GNU General Public License
Copyright: Automattic, http://automattic.com/

Simple Color Adjuster library which is used for color scheme generator is developed by modifying following resources:

scssphp library - http://leafo.net/scssphp/
License: Distributed under the terms of GNU General Public License v3
Copyright: Leaf Corcoran, http://leafo.net/

Twenty Fifteen - https://wordpress.org/themes/twentyfifteen
License: Distributed under the terms of GNU General Public License
Copyright: The WordPress team, http://wordpress.org

Opus - http://fikrirasy.id/portfolio/opus
License: Distributed under the terms of GNU General Public License
Copyright: Fikri Rasyid, http://fikrirasy.id
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Header
	10.2 Posts and pages
	10.3 Comments
	10.4 Footer
11.0 Media
	12.1 Captions
	12.2 Galleries
12.0 Plugins
	12.1 Civil Footnotes
	12.2 Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: "Vollkorn", "Georgia", serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #3B3B3B;
  font-family: "Vollkorn", "Georgia", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

body.sansserif {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
body.sansserif button,
body.sansserif input,
body.sansserif select,
body.sansserif textarea {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}

body.monospace {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body.monospace button,
body.monospace input,
body.monospace select,
body.monospace textarea {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/**

	Genericons

*/
/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: 'Genericons';
  src: url("Genericons.eot");
}
@font-face {
  font-family: 'Genericons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("Genericons.ttf") format("truetype"), url("Genericons.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Genericons";
    src: url("./Genericons.svg#Genericons") format("svg");
  }
}
/**
 * All Genericons
 */
.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/**
 * Individual icons
 */
.genericon-404:before {
  content: "\f423";
}

.genericon-activity:before {
  content: "\f508";
}

.genericon-anchor:before {
  content: "\f509";
}

.genericon-aside:before {
  content: "\f101";
}

.genericon-attachment:before {
  content: "\f416";
}

.genericon-audio:before {
  content: "\f109";
}

.genericon-bold:before {
  content: "\f471";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-bug:before {
  content: "\f50a";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-category:before {
  content: "\f301";
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-download:before {
  content: "\f50b";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-dropbox:before {
  content: "\f225";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

.genericon-edit:before {
  content: "\f411";
}

.genericon-ellipsis:before {
  content: "\f476";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-foursquare:before {
  content: "\f226";
}

.genericon-fullscreen:before {
  content: "\f474";
}

.genericon-gallery:before {
  content: "\f103";
}

.genericon-github:before {
  content: "\f200";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-handset:before {
  content: "\f50c";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-hierarchy:before {
  content: "\f505";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-leftarrow:before {
  content: "\f503";
}

.genericon-link:before {
  content: "\f107";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-microphone:before {
  content: "\f50d";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-minus:before {
  content: "\f50e";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-move:before {
  content: "\f50f";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-paintbrush:before {
  content: "\f506";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-pinned:before {
  content: "\f308";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-plus:before {
  content: "\f510";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-print:before {
  content: "\f469";
}

.genericon-quote:before {
  content: "\f106";
}

.genericon-rating-empty:before {
  content: "\f511";
}

.genericon-rating-full:before {
  content: "\f512";
}

.genericon-rating-half:before {
  content: "\f513";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-shuffle:before {
  content: "\f514";
}

.genericon-sitemap:before {
  content: "\f507";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-spotify:before {
  content: "\f515";
}

.genericon-standard:before {
  content: "\f100";
}

.genericon-star:before {
  content: "\f408";
}

.genericon-status:before {
  content: "\f105";
}

.genericon-stop:before {
  content: "\f449";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitch:before {
  content: "\f516";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-user:before {
  content: "\f304";
}

.genericon-video:before {
  content: "\f104";
}

.genericon-videocamera:before {
  content: "\f517";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-website:before {
  content: "\f475";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-xpost:before {
  content: "\f504";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-zoom:before {
  content: "\f402";
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: black;
}

.comment-body,
.entry-content {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .comment-body,
  .entry-content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.comment-body h1,
.entry-content h1 {
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: .5em;
  font-weight: 700;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
.comment-body h2,
.entry-content h2 {
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: .5em;
  font-weight: 700;
  font-style: italic;
  font-size: 22.4px;
  font-size: 1.4rem;
}
.comment-body h3,
.entry-content h3 {
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px dotted #b3b3b3;
  padding-bottom: .3em;
}
.comment-body h4,
.entry-content h4 {
  font-weight: 300;
  line-height: 1.5;
  margin-top: .4em;
  margin-bottom: .5em;
  font-family: "Montserrat", sans-serif;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.comment-body p,
.entry-content p {
  margin-top: .2em;
  margin-bottom: 1em;
}
.comment-body a,
.entry-content a {
  text-decoration: underline;
}
.comment-body a:hover,
.entry-content a:hover {
  opacity: .6;
}
.comment-body a:active,
.entry-content a:active {
  opacity: .8;
}
.comment-body b, .comment-body strong,
.entry-content b,
.entry-content strong {
  font-weight: 700;
}
.comment-body dfn, .comment-body cite, .comment-body em, .comment-body i,
.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
  font-style: italic;
}
.comment-body blockquote,
.entry-content blockquote {
  margin: 1.5em 0;
  padding: .7em 1.2em;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 1.6;
  border-left: 2px solid #c2c2c2;
}
.comment-body blockquote p:first-child,
.entry-content blockquote p:first-child {
  margin-top: 0;
}
.comment-body blockquote p:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.comment-body address,
.entry-content address {
  margin: 0 0 1em;
  font-style: italic;
  line-height: 1.4;
}
.comment-body pre,
.entry-content pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.comment-body code, .comment-body kbd, .comment-body tt, .comment-body var,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.comment-body code,
.entry-content code {
  padding: 0 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-body pre code,
.entry-content pre code {
  padding: 0;
  background: transparent;
  box-shadow: none;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
}
.comment-body abbr, .comment-body acronym,
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #FAFAFA;
  cursor: help;
}
.comment-body mark, .comment-body ins,
.entry-content mark,
.entry-content ins {
  text-decoration: none;
}
.comment-body sup,
.comment-body sub,
.entry-content sup,
.entry-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.comment-body sup a,
.comment-body sub a,
.entry-content sup a,
.entry-content sub a {
  text-decoration: none;
  font-weight: 700;
}
.comment-body sup,
.entry-content sup {
  bottom: 1ex;
}
.comment-body sub,
.entry-content sub {
  top: .5ex;
}
.comment-body small,
.entry-content small {
  font-size: 75%;
}
.comment-body big,
.entry-content big {
  font-size: 125%;
}
.comment-body ul, .comment-body ol,
.entry-content ul,
.entry-content ol {
  margin-left: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.comment-body ul ul, .comment-body ul ol, .comment-body ol ul, .comment-body ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.comment-body ul > li,
.entry-content ul > li {
  list-style: disc;
}
.comment-body ol > li,
.entry-content ol > li {
  list-style: decimal;
}
.comment-body table,
.entry-content table {
  border-top: 1px solid #888888;
  margin: 2em 0;
}
.comment-body table thead th, .comment-body table thead td,
.entry-content table thead th,
.entry-content table thead td {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: white;
}
.comment-body table tr td, .comment-body table th td,
.entry-content table tr td,
.entry-content table th td {
  border-bottom: 1px solid #888888;
  padding: .7em .7em .65em;
  font-size: .9em;
  line-height: 1.4;
}
.comment-body .post-password-form,
.entry-content .post-password-form {
  margin-top: 1em;
}
.comment-body .post-password-form label,
.entry-content .post-password-form label {
  text-transform: uppercase;
  font-weight: 700;
}
.comment-body .post-password-form input[type="password"],
.entry-content .post-password-form input[type="password"] {
  margin-bottom: 1em;
  margin-right: 1em;
  display: block;
  width: 80%;
}
.comment-body img,
.entry-content img {
  padding: 5px 5px 4px;
  margin: 0 -5px 0;
  background: white;
  line-height: .9;
  box-shadow: 0 2px 2px #c2c2c2;
}
.comment-body img.alignleft,
.entry-content img.alignleft {
  margin-right: 15px;
}
.comment-body img.alignright,
.entry-content img.alignright {
  margin-left: 15px;
}
.comment-body img.aligncenter,
.entry-content img.aligncenter {
  margin: 0 auto;
}
.comment-body img.wp-smiley,
.entry-content img.wp-smiley {
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  line-height: 1;
}

body.monospace .comment-body,
body.monospace .entry-content {
  font-size: 16px;
  font-size: 1rem;
}
body.monospace .comment-body h1,
body.monospace .entry-content h1 {
  font-style: normal;
  position: relative;
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body.monospace .comment-body h1:before,
body.monospace .entry-content h1:before {
  position: absolute;
  top: 2px;
  left: -30px;
  content: '# ';
}
body.monospace .comment-body h2,
body.monospace .entry-content h2 {
  font-style: normal;
  position: relative;
}
body.monospace .comment-body h2:before,
body.monospace .entry-content h2:before {
  position: absolute;
  top: 2px;
  left: -40px;
  content: '##';
}
body.monospace .comment-body h3,
body.monospace .entry-content h3 {
  position: relative;
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body.monospace .comment-body h3:before,
body.monospace .entry-content h3:before {
  position: absolute;
  top: 2px;
  left: -55px;
  content: '###';
}
body.monospace .comment-body h4,
body.monospace .entry-content h4 {
  position: relative;
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body.monospace .comment-body h4:before,
body.monospace .entry-content h4:before {
  position: absolute;
  top: 2px;
  left: -55px;
  content: '####';
}
body.monospace .comment-body table thead td,
body.monospace .entry-content table thead td {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #F5F5F5;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
}
body.not-touch-device:after {
  content: '';
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, #F5F5F5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#F5F5F5',GradientType=0 );
  /* IE6-9 */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: black;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  padding: .75em 3.5em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #1a1a1a;
}
button:focus, button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
  outline: none;
  background: black;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #6E6E6E;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  padding: 12px 15px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  color: #3b3b3b;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: black;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.comment-navigation,
.posts-navigation,
.post-navigation {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  content: "";
  display: table;
  width: 100%;
  margin-bottom: 6em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: block;
  width: 100%;
  content: "";
  display: table;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  position: relative;
  display: block;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  opacity: .6;
}
.comment-navigation a:active,
.posts-navigation a:active,
.post-navigation a:active {
  opacity: .8;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  padding-right: 10px;
  display: block;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  font-size: 32px;
  font-family: 'genericons';
  content: '\f430';
  position: absolute;
  top: -14px;
  left: -45px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  padding-left: 10px;
  display: block;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  font-size: 32px;
  font-family: 'genericons';
  content: '\f429';
  position: absolute;
  top: -16px;
  right: -45px;
}

body.monospace .comment-navigation,
body.monospace .posts-navigation,
body.monospace .post-navigation {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/**
* Mobile adjustment
*/
@media screen and (max-width: 640px) {
  .comment-navigation .nav-previous a:before, .comment-navigation .nav-previous a:after,
  .comment-navigation .nav-next a:before,
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-previous a:before,
  .posts-navigation .nav-previous a:after,
  .posts-navigation .nav-next a:before,
  .posts-navigation .nav-next a:after,
  .post-navigation .nav-previous a:before,
  .post-navigation .nav-previous a:after,
  .post-navigation .nav-next a:before,
  .post-navigation .nav-next a:after {
    display: none;
  }
}
/*--------------------------------------------------------------
6.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:hover, .screen-reader-text:active, .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;
  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. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/**
* Drawer
*/
#toggle-drawer {
  font-size: 16px;
  padding: 10px 10px;
  position: fixed;
  top: 10px;
  left: 10px;
  color: #3B3B3B;
}
#toggle-drawer:hover {
  opacity: .6;
}
#toggle-drawer:active {
  opacity: .8;
}
#toggle-drawer .label {
  display: none;
}

.admin-bar #toggle-drawer {
  top: 42px;
}

#drawer {
  position: relative;
  z-index: 60;
  display: none;
}

.drawer-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  background: white;
  box-shadow: 1px 0 10px gainsboro;
  z-index: 70;
  overflow-y: auto;
  right: auto;
  width: 320px;
}
.drawer-content .drawer-header {
  padding: 21px 15px 21px 54px;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: black;
  border-bottom: 1px solid gainsboro;
  position: relative;
  font-weight: 300;
}
.drawer-content .drawer-header .site-name {
  line-height: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.drawer-content .drawer-header .toggle-button {
  position: absolute;
  top: 50%;
  left: 19px;
  font-size: 16px;
  margin-top: -8px;
}
.drawer-content .drawer-header .toggle-button:hover {
  opacity: .6;
}
.drawer-content .drawer-header .toggle-button:active {
  opacity: .8;
}
.drawer-content .drawer-header .toggle-button .label {
  display: none;
}
.drawer-content .drawer-navigation {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid gainsboro;
  line-height: 1.8;
}
.drawer-content .drawer-navigation ul {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.drawer-content .drawer-navigation li {
  list-style: none;
  padding: 2px 0;
}
.drawer-content .drawer-navigation li.page_item_has_children {
  padding-bottom: 0;
}
.drawer-content .drawer-navigation .sub-menu,
.drawer-content .drawer-navigation .children {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-left: 15px;
  padding-top: 2px;
  line-height: 2;
}
.drawer-content .drawer-navigation .sub-menu li,
.drawer-content .drawer-navigation .children li {
  list-style: disc;
}
.drawer-content .drawer-navigation a:hover {
  opacity: .6;
}
.drawer-content .drawer-navigation a:active {
  opacity: .8;
}
.drawer-content .drawer-widgets .widget {
  padding: 15px 25px 15px 50px;
  border-bottom: 1px solid gainsboro;
}

body.monospace .drawer-content {
  font-size: 14px;
  font-size: 0.875rem;
}
body.monospace .drawer-content .drawer-header .site-name {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.drawer-overlay {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F5F5F5;
  opacity: .9;
}

.widget {
  line-height: 1.2;
}
.widget ul, .widget ol {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.widget ul li, .widget ol li {
  list-style: none;
  padding: 5px 0;
}
.widget .widgettitle,
.widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  color: black;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.widget a {
  text-decoration: none;
}
.widget a:hover {
  opacity: .6;
}
.widget a:active {
  opacity: .8;
}
.widget select {
  width: 100%;
}

body.monospace .widget .widgettitle,
body.monospace .widget .widget-title {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Search widget */
.widget_search .search-field {
  box-sizing: border-box;
  width: 100%;
}
.widget_search .search-submit {
  display: none;
}

/* List widget */
.widget_recent_entries li a:before,
.widget_pages li a:before,
.widget_meta li a:before,
.widget_nav_menu li a:before {
  right: -25px;
}

/* RSS Widget */
.widget_rss li {
  margin-bottom: 10px;
  line-height: 1.4;
}
.widget_rss li .rsswidget:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #888888;
  vertical-align: middle;
  margin: -2px 5px 0;
}
.widget_rss .rss-date,
.widget_rss .rssSummary {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
}
.widget_rss cite {
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

/* Calendar Widget */
.widget_calendar caption {
  margin: 5px 0 20px;
}

body.admin-bar .drawer-content {
  top: 32px;
}
body.admin-bar.scrolling .drawer-content {
  top: 0;
}

/**
* Mobile Admin Bar Adjustment
*/
@media screen and (max-width: 783px) {
  body #toggle-drawer {
    padding: 10px;
    background: #F5F5F5;
    z-index: 10;
    border: 1px solid #c2c2c2;
  }
  body .drawer-content {
    width: auto;
    right: 40px;
  }
  body.admin-bar #toggle-drawer {
    top: 61px;
  }
  body.admin-bar .drawer-content {
    top: 47px;
  }
}
@media screen and (max-width: 601px) {
  body.admin-bar #toggle-drawer {
    top: 10px;
  }
  body.admin-bar .drawer-content {
    top: 0;
  }
}
/**
* Mobile adjustment
*/
@media screen and (max-width: 640px) {
  #toggle-drawer {
    padding: 10px 20px;
    left: 9px;
  }

  .admin-bar #toggle-drawer {
    top: 47px;
  }
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#masthead {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 140px 0;
}

.site-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28.8px;
  font-size: 1.8rem;
  margin: 0;
}
.site-title a:hover {
  opacity: .6;
}
.site-title a:active {
  opacity: .8;
}

body.monospace .site-title {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body.has-site-logo .site-title {
  display: none;
}

.site-description {
  margin: 0;
  color: black;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

/**
* Mobile adjustment
*/
@media screen and (max-width: 640px) {
  #masthead {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
  }
}
/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
#primary {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.page-title {
  margin-bottom: 0;
  position: relative;
  line-height: 1.2;
}
.page-title:before {
  font-size: 32px;
  font-family: 'genericons';
  position: absolute;
  top: 0;
  left: -40px;
}

body.category .page-title:before {
  content: '\f301';
}
body.tag .page-title:before {
  content: '\f302';
}
body.date .page-title:before {
  content: '\f303';
}
body.search .page-title:before {
  content: '\f400';
}

.taxonomy-description p {
  margin-top: 0;
}

.sticky {
  display: block;
}
.sticky .entry-title {
  position: relative;
}
.sticky .entry-title:before {
  content: '\f408';
  font-family: 'genericons';
  position: absolute;
  top: -2px;
  left: -30px;
}

.hentry {
  margin-bottom: 15em;
}

.single .hentry,
.page .hentry {
  margin-bottom: 10em;
}

.hentry-day {
  margin-top: 10em;
  margin-bottom: 3em;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.hentry-day:before {
  font-family: 'genericons';
  content: '\f303';
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: -25px;
}

body.monospace .hentry-day {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 12px;
  font-size: 0.75rem;
}

.entry-featured-image {
  display: block;
  padding: 10px 10px 9px;
  background: white;
  line-height: .9;
  margin: 20px -10px;
  box-shadow: 0 2px 2px #c2c2c2;
}
.entry-featured-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.entry-title {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-bottom: .25em;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.entry-title a:hover {
  opacity: .6;
}
.entry-title a:active {
  opacity: .8;
}
.entry-title .entry-subtitle {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3B3B3B;
  padding-top: 2px;
  padding-bottom: 10px;
}

body.monospace .entry-title {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body.monospace .entry-title .entry-subtitle {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-meta {
  color: #888888;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
}
.entry-meta a {
  color: #888888;
  font-style: normal;
}
.entry-meta a:hover {
  opacity: .6;
}
.entry-meta a:active {
  opacity: .8;
}
.entry-meta .genericon-dot:before {
  line-height: 1.4;
  margin: 0 1px;
}

a.more-link {
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
  font-family: "Montserrat", sans-serif;
  padding: .9em 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 12.4px;
  font-size: 0.775rem;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  line-height: 1;
}
a.more-link:hover {
  background: #3B3B3B;
  color: #F5F5F5;
}
a.more-link:active {
  background: black;
}

body.monospace a.more-link {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.error404 .page-content {
  margin-bottom: 4em;
}
.error404 .page-content .search-field {
  width: 60%;
  margin: 0 1em 1em 0;
}
.error404 .page-content .widget {
  margin-top: 4em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}
.page-links a {
  opacity: .4;
}

.entry-footer {
  display: block;
  margin-top: 2em;
  position: relative;
}
.entry-footer:before {
  font-size: 16px;
  content: '***';
  text-align: center;
  display: block;
  margin-bottom: 3em;
}
.entry-footer .post-edit-link {
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
  font-family: "Montserrat", sans-serif;
  padding: .9em 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 12.4px;
  font-size: 0.775rem;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  line-height: 1;
}
.entry-footer .post-edit-link:hover {
  background: #3B3B3B;
  color: #F5F5F5;
}
.entry-footer .post-edit-link:active {
  background: black;
}

body.monospace .entry-footer .post-edit-link {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.cat-links,
.tags-links {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 110px;
}
.cat-links .label,
.tags-links .label {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
}
.cat-links .label:before,
.tags-links .label:before {
  font-family: 'genericons';
  font-size: 16px;
  position: absolute;
  top: -1px;
  left: -23px;
}
.cat-links a,
.tags-links a {
  text-decoration: underline;
}
.cat-links a:hover,
.tags-links a:hover {
  opacity: .6;
}
.cat-links a:active,
.tags-links a:active {
  opacity: .8;
}

body.monospace .cat-links .label,
body.monospace .tags-links .label {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.cat-links .label:before {
  content: '\f301';
}

.tags-links .label:before {
  content: '\f302';
}

.search-no-results .search-field {
  width: 60%;
  margin: 0 1em 1em 0;
}

/**
* Mobile adjustment
*/
@media screen and (max-width: 640px) {
  #primary {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  body.category .page-title, body.tag .page-title, body.date .page-title, body.search .page-title {
    margin-left: 35px;
  }

  .hentry-day {
    margin-top: 6em;
    margin-bottom: 3em;
    margin-left: 22px;
  }

  .entry-featured-image {
    display: block;
    padding: 0;
    background: white;
    line-height: .9;
    margin: 20px 0%;
    box-shadow: 0 2px 2px #c2c2c2;
  }

  .sticky .entry-title {
    margin-left: 30px;
  }

  .cat-links,
  .tags-links {
    margin-left: 22px;
  }
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 5em;
  margin-bottom: 5em;
}
#comments .no-comments {
  text-align: center;
  padding: 8px 8px 7px;
  border: 1px dotted rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
}

.comments-title {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-bottom: 1.3em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  display: inline-block;
  width: 195px;
  margin-top: 0;
  margin-left: 14px;
  margin-bottom: 2px;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .comment-form-author {
  margin-left: 0;
}
#respond .comment-form-comment {
  margin-bottom: 20px;
}
#respond a:hover {
  opacity: .6;
}
#respond a:active {
  opacity: .8;
}
#respond .form-submit {
  margin-bottom: 40px;
}
#respond .comment-subscription-form {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 14px;
  font-size: 0.875rem;
}
#respond .comment-subscription-form input[type="checkbox"] {
  margin-right: 10px;
}

#reply-title {
  position: relative;
  font-size: 20.8px;
  font-size: 1.3rem;
}

#cancel-comment-reply-link {
  font-weight: 300;
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
  font-family: "Montserrat", sans-serif;
  padding: .9em 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 12.4px;
  font-size: 0.775rem;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  line-height: 1;
  padding: .6em 1.2em;
  position: absolute;
  top: -12px;
  right: 0;
}
#cancel-comment-reply-link:hover {
  background: #3B3B3B;
  color: #F5F5F5;
}
#cancel-comment-reply-link:active {
  background: black;
}

body.monospace #cancel-comment-reply-link {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

#comment {
  display: block;
  width: 100%;
}

.comment-list {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.comment-list li.trackback,
.comment-list li.pingback,
.comment-list li.comment {
  list-style: none;
  margin-bottom: 4em;
}
.comment-list li.trackback.bypostauthor > .comment-body .avatar,
.comment-list li.pingback.bypostauthor > .comment-body .avatar,
.comment-list li.comment.bypostauthor > .comment-body .avatar {
  border: 3px solid black;
}
.comment-list li.trackback.bypostauthor > .comment-body .fn,
.comment-list li.pingback.bypostauthor > .comment-body .fn,
.comment-list li.comment.bypostauthor > .comment-body .fn {
  position: relative;
  padding-right: 22px;
}
.comment-list li.trackback.bypostauthor > .comment-body .fn:after,
.comment-list li.pingback.bypostauthor > .comment-body .fn:after,
.comment-list li.comment.bypostauthor > .comment-body .fn:after {
  font-family: 'genericons';
  content: '\f411';
  position: absolute;
  top: -2px;
  right: 0;
  color: black;
}
.comment-list .children {
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
  margin-left: 85px;
}
.comment-list .says {
  font-style: italic;
}
.comment-list .comment-metadata {
  font-size: 13.04px;
  font-size: 0.815rem;
}
.comment-list .comment-metadata a {
  text-decoration: none;
  color: #3B3B3B;
}
.comment-list .comment-body {
  padding-left: 85px;
  position: relative;
}
.comment-list .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.comment-list #respond {
  padding: 1.5em 0;
}
.comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
  width: 100%;
  margin-left: 0;
  margin-bottom: 14px;
}
.comment-list #respond .comment-form-url {
  margin-bottom: 0;
}

li.trackback .comment-body,
li.pingback .comment-body {
  padding: .85em 0;
  font-weight: 700;
  font-style: italic;
}
li.trackback .comment-body a,
li.pingback .comment-body a {
  font-weight: 300;
}

a.comment-reply-link {
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
  font-family: "Montserrat", sans-serif;
  padding: .9em 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 12.4px;
  font-size: 0.775rem;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  line-height: 1;
  padding: .7em 2em;
}
a.comment-reply-link:hover {
  background: #3B3B3B;
  color: #F5F5F5;
}
a.comment-reply-link:active {
  background: black;
}

body.monospace a.comment-reply-link {
  font-family: "Menlo", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/**
* Mobile adjustment
*/
@media screen and (max-width: 640px) {
  .comment-list .comment-body {
    padding-left: 60px;
  }
  .comment-list .comment-body .avatar {
    width: 40px;
    height: 40px;
  }
  .comment-list .children {
    margin-left: 60px;
  }

  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    margin-left: 0;
    margin-bottom: 13px;
    width: 80%;
  }
  #respond .comment-form-author input,
  #respond .comment-form-email input,
  #respond .comment-form-url input {
    font-size: 16px;
    font-size: 1rem;
  }
  #respond .comment-form-comment {
    margin-top: 0;
  }
  #respond .comment-form-comment textarea {
    font-size: 16px;
    font-size: 1rem;
  }

  #cancel-comment-reply-link {
    position: relative;
    margin-top: 3em;
  }
}
/*--------------------------------------------------------------
10.4 Footer
--------------------------------------------------------------*/
#colophon {
  margin-top: 2em;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10em;
}
#colophon a {
  text-decoration: underline;
}
#colophon a:hover {
  opacity: .6;
}
#colophon a:active {
  opacity: .8;
}

@media screen and (max-width: 640px) {
  #colophon {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*--------------------------------------------------------------
11.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%;
}

/*--------------------------------------------------------------
12.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;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: .4em;
  line-height: 1.3;
  color: #888888;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 2em 0;
}
.gallery .gallery-icon > a {
  display: block;
  line-height: .8;
}
.gallery figure {
  margin: 0;
  padding-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 {
  padding-top: 1em;
  display: block;
}

/*--------------------------------------------------------------
12.0 Plugins
--------------------------------------------------------------*/
.entry-content hr.footnotes {
  display: none;
}
.entry-content ol.footnotes {
  font-size: 16px;
  font-size: 1rem;
  opacity: .7;
  position: relative;
  margin-top: 3em;
  padding-top: 2em;
  margin-bottom: 2em;
  margin-left: 0;
}
.entry-content ol.footnotes:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 65%;
  height: 1px;
  background: gainsboro;
}
.entry-content ol.footnotes li {
  margin-bottom: .3em;
}
.entry-content ol.footnotes li p {
  margin: 0 0 1em;
}
.entry-content ol.footnotes li p:last-child {
  margin-bottom: 0;
}
.entry-content ol.footnotes a.backlink {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .entry-content ol.footnotes {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1.6;
  }
}
/**
* Infinite Scroll
*/
/* Infinite handle styling */
#infinite-handle {
  text-align: center;
  display: none;
}
#infinite-handle span {
  background: transparent;
}
#infinite-handle button {
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
  font-family: "Montserrat", sans-serif;
  padding: .9em 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 12.4px;
  font-size: 0.775rem;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  line-height: 1;
  padding: .7em 2em;
}
#infinite-handle button:hover {
  background: #3B3B3B;
  color: #F5F5F5;
}
#infinite-handle button:active {
  background: black;
}
#infinite-handle button:hover, #infinite-handle button:active {
  padding: .7em 2em;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation {
  /* Older / Newer Posts Navigation (always hidden) */
  display: none;
}
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
.infinite-scroll #infinite-handle {
  display: block;
}

/* 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;
}

#infinite-footer {
  z-index: 20;
}
#infinite-footer .container {
  background: none !important;
  border: none !important;
  padding: 5px 15px;
}

.infinite-loader {
  text-align: center;
  padding-bottom: 20px;
}
.infinite-loader .spinner {
  left: 50% !important;
}

/**
* Related Posts
*/
.entry-content h3.jp-relatedposts-headline {
  border-bottom: none;
}

/**
* Mobile adjustment
*/
@media screen and (max-width: 640px) {
  #infinite-footer {
    padding-top: 40px;
  }
}
/**
* Custom Widgets
*/
.widget-grofile p {
  line-height: 1.4;
}

.widget_contact_info {
  line-height: 1.4;
}
.widget_contact_info .contact-map {
  margin-bottom: 10px;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
  padding-top: .3em;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}


/* ======================================================================================== */
.site-content{
padding-bottom:160px;
}