/*
Theme Name: Ekloff.
Theme URI: http://ekloff.com
Description: For the sole usage of Joseph Ekloff.
Version: 1.0
Author: Joseph Ekloff
Author URI: http://ekloff.com
Template: twentytwelve
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 27, ../style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* HTML5 display-role reset for older browsers */
/* line 42, ../style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 45, ../style.scss */
body {
  line-height: 1;
}

/* line 48, ../style.scss */
ol, ul {
  list-style: none;
}

/* line 51, ../style.scss */
blockquote, q {
  quotes: none;
}

/* line 55, ../style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 59, ../style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 84, ../style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 94, ../style.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 103, ../style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 112, ../style.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 126, ../style.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 136, ../style.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 148, ../style.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 157, ../style.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 170, ../style.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 178, ../style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 187, ../style.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 195, ../style.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 203, ../style.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 216, ../style.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 225, ../style.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 235, ../style.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 243, ../style.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 252, ../style.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 259, ../style.scss */
sup {
  top: -0.5em;
}

/* line 263, ../style.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 275, ../style.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 283, ../style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 295, ../style.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 307, ../style.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 318, ../style.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 332, ../style.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 344, ../style.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 359, ../style.scss */
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.
 */
/* line 369, ../style.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 379, ../style.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 390, ../style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 403, ../style.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 412, ../style.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 422, ../style.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 435, ../style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearing floats */
/* line 444, ../style.scss */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

/* line 452, ../style.scss */
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* =SASS 
------------------------------------------------ */
/* =Global
----------------------------------------------- */
/* line 463, ../style.scss */
html {
  color: #444;
  background: #f5f5f5;
  line-height: 1.5;
}

/* Headings */
/* line 470, ../style.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;

}

/* line 476, ../style.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
/* line 488, ../style.scss */
p {
  margin-bottom: 1em;
}

/* line 491, ../style.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 494, ../style.scss */
ul {
  list-style: disc outside none;
}

/* line 497, ../style.scss */
ol {
  list-style: decimal;
}

/* line 500, ../style.scss */
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 504, ../style.scss */
dt {
  font-weight: bold;
}

/* line 507, ../style.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 510, ../style.scss */
b, strong {
  font-weight: bold;
}

/* line 513, ../style.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 516, ../style.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 519, ../style.scss */
address {
  margin: 0 0 1.5em;
}

/* line 522, ../style.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

/* line 532, ../style.scss */
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 535, ../style.scss */
abbr, acronym {
  cursor: help;
}

/* line 538, ../style.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 543, ../style.scss */
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 550, ../style.scss */
sup {
  bottom: 1ex;
}

/* line 553, ../style.scss */
sub {
  top: .5ex;
}

/* line 556, ../style.scss */
small {
  font-size: 75%;
}

/* line 559, ../style.scss */
big {
  font-size: 125%;
}

/* line 562, ../style.scss */
figure {
  margin: 0;
}

/* line 565, ../style.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 569, ../style.scss */
th {
  font-weight: bold;
}

/* line 572, ../style.scss */
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
/* line 580, ../style.scss */
a {
  color: #018EC4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 589, ../style.scss */
a:visited {
  color: #018EC4;
}

/* line 594, ../style.scss */
a:hover,
a:focus,
a:active {
  color: #4d4d4d;
}

/* line 598, ../style.scss */
a:focus {
  outline: none;
}

/* line 602, ../style.scss */
.social a {
  color: #4d4d4d;
}

/* line 608, ../style.scss */
.social a:hover,
.social a:focus,
.social a:active {
  color: #018EC4;
}

 /* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
/* line 621, ../style.scss */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 1.25em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #636363;
}

/* Shared Post Format styling */
/* line 633, ../style.scss */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 0.785714286em;
  line-height: 2.181818182;
}

/* Buttons */
/* line 642, ../style.scss */
.menu-toggle,
input[type="submit"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
  padding: 0.428571429em 0.714285714em;
  font-size: 1em;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

/* line 661, ../style.scss */
.menu-toggle,
input[type="submit"],
article.post-password-required input[type=submit] {
  cursor: pointer;
  margin-top: 0.5em;
}

/* line 667, ../style.scss */
.menu-toggle:hover,
input[type="submit"]:hover,
article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

/* line 681, ../style.scss */
.menu-toggle:active,
.menu-toggle.toggled-on,
input[type="submit"]:active,
article.post-password-required input[type=submit]:active,
input[type="submit"].toggled-on {
  color: #777;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border: none;
}

/* line 693, ../style.scss */
li.bypostauthor cite span {
  color: #fff;
  background-color: #018EC4;
  background-image: none;
  border: 0;
  box-shadow: none;
  padding: 0;
}

/* Form fields */
/* line 707, ../style.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
  padding: 0.428571429em;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* Responsive images */
/* line 717, ../style.scss */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

/* line 722, ../style.scss */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 728, ../style.scss */
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
/* line 737, ../style.scss */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* line 740, ../style.scss */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}

/* Images */
/* line 745, ../style.scss */
.alignleft {
  float: left;
}

/* line 748, ../style.scss */
.alignright {
  float: right;
}

/* line 751, ../style.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 761, ../style.scss */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}

/* line 766, ../style.scss */
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}

/* line 772, ../style.scss */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 0.857142857em;
  line-height: 2;
  color: #777;
}

/* line 779, ../style.scss */
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 787, ../style.scss */
.entry-content dl.gallery-item {
  margin: 0;
}

/* line 790, ../style.scss */
.gallery-item a {
  display: block;
  width: 90%;
}

/* line 794, ../style.scss */
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}

/* line 798, ../style.scss */
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}

/* line 803, ../style.scss */
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
/* line 808, ../style.scss */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}

/* line 813, ../style.scss */
#nav-above {
  padding: 1.714285714em 0;
}

/* line 816, ../style.scss */
#nav-above {
  display: none;
}

/* line 819, ../style.scss */
.paged #nav-above {
  display: block;
}

/* line 823, ../style.scss */
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}

/* line 828, ../style.scss */
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 834, ../style.scss */
.nav-single + .comments-area,
#comment-nav-above {
  margin: 3.428571429em 0;
}

/* Author profiles */
/* line 839, ../style.scss */
.author .archive-header {
  margin-bottom: 1.714285714em;
}

/* line 842, ../style.scss */
.author-info {
  border-top: 1px solid #ddd;
  margin: 1.714285714em 0;
  padding-top: 1.714285714em;
  overflow: hidden;
}

/* line 848, ../style.scss */
.author-description p {
  color: #777;
  font-size: 0.928571429em;
  line-height: 1.846153846;
}

/* line 853, ../style.scss */
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 3.428571429em;
}

/* line 857, ../style.scss */
.author.archive .author-avatar {
  margin-top: 0;
}

/* line 861, ../style.scss */
.social {
  float: right;
  text-align: right;
  padding: 1.7em;
  padding-left: 0;
  padding-right: 0;
}

/* line 868, ../style.scss */
.social a {
  padding: 0.8em;
  font-size: 1.5em;
}

/* line 873, ../style.scss */
.social a:last-child {
  padding-right: 0;
}

/* line 876, ../style.scss */
.social a:first-child {
  margin-left: 1em;
}

/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
/* line 885, ../style.scss */
html {
  font-size: 87.5%;
}

/* line 888, ../style.scss */
body {
  font-size: 1em;
  font-family: "Hanken Grotesk", "Gill Sans", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
  font-feature-settings: "ss02" on;
}

/* line 894, ../style.scss */
body.custom-font-enabled {
  font-family: "Hanken Grotesk", "Gill Sans", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss02" on;
}

/* Assistive text */
/* line 901, ../style.scss */
.skip-link,
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Page structure */
/* line 907, ../style.scss */
.site {
  padding: 0 1.714285714em;
}

/* line 911, ../style.scss */
.site-content {
  margin: 1.714285714em 0 0;
}

/* line 914, ../style.scss */
.widget-area {
  margin: 1.714285714em 0 0;
}

/* Header */
/* line 920, ../style.scss */
.site-header h1 a,
.site-header h2 a {
  color: #444;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.12em;
}

/* line 927, ../style.scss */
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #018EC4;
}

/* line 931, ../style.scss */
.site-header h1 {
  font-size: 1.714285714em;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans",sans-serif;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 940, ../style.scss */
.site-header h2 {
  font-weight: normal;
  font-size: 0.928571429em;
  line-height: 1.846153846;
  color: #777;
  display: none;
}

/* line 948, ../style.scss */
hgroup {
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}

/* line 952, ../style.scss */
.navbar {
  border-bottom: 1px solid #ddd;
  *zoom: 1;
}
/* line 10, ../sass.scss */
.navbar:before, .navbar:after {
  display: table;
  content: "";
}
/* line 14, ../sass.scss */
.navbar:after {
  clear: both;
}

/* line 956, ../style.scss */
.main-navigation {
  float: left;
}

/* line 960, ../style.scss */
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* line 965, ../style.scss */
.main-navigation li {
  font-size: 1.25em;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.842857143;
}

/* line 974, ../style.scss */
.main-navigation a {
  color: #5e5e5e;
}

/* line 977, ../style.scss */
.main-navigation a:hover {
  color: #018EC4;
}

/* line 981, ../style.scss */
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}

/* line 985, ../style.scss */
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: block;
}

/* line 988, ../style.scss */
.menu-toggle {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

/* line 992, ../style.scss */
.nav-menu.toggled-on {
  width: 100%;
}

/* Banner */
/* line 997, ../style.scss */
section[role="banner"] {
  margin-bottom: 3.428571429em;
}

/* Sidebar */
/* line 1002, ../style.scss */
.widget-area ul {
  margin: 0;
  list-style: none outside none;
}

/* line 1006, ../style.scss */
.widget-area .widget {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 2em;
}

/* line 1018, ../style.scss */
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 0.928571429em;
  line-height: 1.846153846;
}

/* line 1022, ../style.scss */
.widget-area .widget p {
  margin-bottom: 1.714285714em;
}

/* line 1025, ../style.scss */
.widget-area .textwidget ul {
  margin: 0 0 1.714285714em;
}

/* line 1028, ../style.scss */
.widget-area .textwidget li {
  margin-left: 2.571428571em;
}

/* line 1031, ../style.scss */
.widget-area .widget a {
  color: #777;
}

/* line 1034, ../style.scss */
.widget-area .widget a:hover {
  color: #018EC4;
}

/* Footer */
/* line 1039, ../style.scss */
footer[role="contentinfo"] {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 0.857142857em;
  line-height: 2;
  max-width: 98.571428571em;
  /* Refactored +20. */
  margin-top: 6.714285714em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.714285714em 0 3.571428571em;
}

/* line 1050, ../style.scss */
footer[role="contentinfo"] a {
  color: #686868;
}

/* line 1053, ../style.scss */
footer[role="contentinfo"] a:hover {
  color: #018EC4;
}

/* =Main content
-------------------------------------------------------------- */
/* line 1069, ../style.scss */
#content header a, #content footer a {
  border-color: #ddd;
}

/* line 1073, ../style.scss */
.entry-meta {
  clear: both;
}

/* line 1076, ../style.scss */
.entry-header {
  margin-bottom: 1em;
}

/* line 1079, ../style.scss */
.entry-header img.wp-post-image {
  margin-bottom: 1.714285714em;
}

/* line 1082, ../style.scss */
.entry-header .entry-title {
  font-size: 1.428571429em;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 0.5em;
}

/* line 1088, ../style.scss */
.entry-header .entry-title a, .entry-header .entry-title a:visited {
  text-decoration: none;
  border-bottom: 0 !important;
}

/* line 1092, ../style.scss */
.entry-header .entry-format {
  margin-top: 1.714285714em;
  font-weight: normal;
}

/* line 1096, ../style.scss */
.entry-header .comments-link {
  font-size: 0.928571429em;
  line-height: 1.846153846;
  color: #777;
  display: none;
}

/* line 1104, ../style.scss */
.comments-link a,
.entry-meta a {
  color: #777;
}

/* line 1108, ../style.scss */
.comments-link a:hover,
.entry-meta a:hover {
  color: #018EC4;
}

/* line 1111, ../style.scss */
article.sticky .featured-post {
  border-top: 4px double #ddd;
  border-bottom: 4px double #ddd;
  color: #777;
  font-size: 0.928571429em;
  line-height: 3.692307692;
  margin-bottom: 1.714285714em;
  text-align: center;
}

/* line 1121, ../style.scss */
.entry-content,
.entry-summary {
  line-height: 1.714285714;
}

/* line 1136, ../style.scss */
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 1.714285714em 0 0.5em;
  line-height: 1.714285714;
}

/* line 1141, ../style.scss */
.entry-content h1,
.comment-content h1 {
  font-size: 1.5em;
  line-height: 1.5;
}

/* line 1146, ../style.scss */
.entry-content h2,
.comment-content h2 {
  font-size: 1.285714286em;
  line-height: 1.6;
}

/* line 1151, ../style.scss */
.entry-content h3,
.comment-content h3 {
  font-size: 1.142857143em;
  line-height: 1.846153846;
}

/* line 1156, ../style.scss */
.entry-content h4,
.comment-content h4 {
  font-size: 1em;
  line-height: 1.846153846;
}

/* line 1161, ../style.scss */
.entry-content h5,
.comment-content h5 {
  font-size: 0.928571429em;
  line-height: 1.846153846;
}

/* line 1166, ../style.scss */
.entry-content h6,
.comment-content h6 {
  font-size: 0.857142857em;
  line-height: 1.846153846;
}

/* line 1172, ../style.scss */
.entry-content p,
.entry-summary p,
.comment-content p {
  line-height: 1.714285714;
}

/* line 1178, ../style.scss */
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
  margin: 0 0 1.714285714em;
  line-height: 1.714285714;
}

/* line 1189, ../style.scss */
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}

/* line 1193, ../style.scss */
.entry-content ul,
.comment-content ul {
  list-style: disc outside;
}

/* line 1197, ../style.scss */
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}

/* line 1201, ../style.scss */
.entry-content li,
.comment-content li {
  margin: 0 0 0 2.571428571em;
}

/* line 1205, ../style.scss */
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 1.714285714em;
  padding: 1.714285714em;
  font-style: italic;
}

/* line 1211, ../style.scss */
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1215, ../style.scss */
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 0.857142857em;
  line-height: 2;
}

/* line 1221, ../style.scss */
.entry-content pre,
.comment-content pre {
  border: 1px solid #ddd;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 0.857142857em;
  line-height: 1.714285714;
  margin: 1.714285714em 0;
  overflow: auto;
  padding: 1.714285714em;
}

/* line 1232, ../style.scss */
.entry-content pre code,
.comment-content pre code {
  display: block;
}

/* line 1240, ../style.scss */
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 1245, ../style.scss */
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 1.714285714em;
}

/* line 1250, ../style.scss */
img.alignleft {
  margin: 0.857142857em 1.714285714em 0.857142857em 0;
}

/* line 1253, ../style.scss */
img.alignright {
  margin: 0.857142857em 0 0.857142857em 1.714285714em;
}

/* line 1256, ../style.scss */
img.aligncenter {
  margin-top: 0.857142857em;
  margin-bottom: 0.857142857em;
}

/* line 1263, ../style.scss */
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 1.714285714em;
}

/* line 1267, ../style.scss */
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714em;
}

/* line 1272, ../style.scss */
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}

/* line 1277, ../style.scss */
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 1.714285714em;
}

/* line 1282, ../style.scss */
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 0.857142857em;
  line-height: 2;
  margin: 0 0 1.714285714em;
  width: 100%;
}

/* line 1291, ../style.scss */
.entry-content table caption,
.comment-content table caption {
  font-size: 1.142857143em;
  margin: 1.714285714em 0;
}

/* line 1296, ../style.scss */
.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}

/* line 1300, ../style.scss */
.site-content article {
  padding-bottom: 1.714285714em;
  margin-bottom: 5.142857143em;
  border-bottom: 4px double #ddd;
}

/* line 1305, ../style.scss */
.page-links {
  clear: both;
  line-height: 1.714285714;
}

/* line 1309, ../style.scss */
footer.entry-meta {
  margin-top: 1.714285714em;
  font-size: 0.928571429em;
  line-height: 1.846153846;
  color: #777;
}

/* line 1315, ../style.scss */
.single-author .entry-meta .by-author {
  display: none;
}

/* =Archives
-------------------------------------------------------------- */
/* line 1323, ../style.scss */
.archive-header,
.page-header {
  margin-bottom: 3.428571429em;
  padding-bottom: 1.571428571em;
  border-bottom: 1px solid #ddd;
}

/* line 1328, ../style.scss */
.archive-meta {
  color: #777;
  font-size: 0.857142857em;
  line-height: 2;
  margin-top: 1.571428571em;
}

/* line 1336, ../style.scss */
.archive-header h1 span,
.page-header h1 span {
  border-bottom: 1px dotted #aaa;
}

/* =Single image attachment view
-------------------------------------------------------------- */
/* line 1345, ../style.scss */
.article.attachment {
  overflow: hidden;
}

/* line 1348, ../style.scss */
.image-attachment div.attachment {
  text-align: center;
}

/* line 1351, ../style.scss */
.image-attachment div.attachment p {
  text-align: center;
}

/* line 1354, ../style.scss */
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* line 1360, ../style.scss */
.image-attachment .entry-caption {
  margin-top: 0.571428571em;
}

/* =Aside post format
-------------------------------------------------------------- */
/* line 1368, ../style.scss */
article.format-aside h1 {
  margin-bottom: 1.714285714em;
}

/* line 1371, ../style.scss */
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}

/* line 1375, ../style.scss */
article.format-aside h1 a:hover {
  color: #2e3542;
}

/* line 1378, ../style.scss */
article.format-aside .aside {
  padding: 1.714285714em;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}

/* line 1383, ../style.scss */
article.format-aside p {
  font-size: 0.928571429em;
  line-height: 1.846153846;
  color: #4a5466;
}

/* line 1389, ../style.scss */
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
/* line 1398, ../style.scss */
article.format-image footer h1 {
  font-size: 0.928571429em;
  line-height: 1.846153846;
  font-weight: normal;
}

/* line 1403, ../style.scss */
article.format-image footer h2 {
  font-size: 0.785714286em;
  line-height: 2.181818182;
}

/* line 1407, ../style.scss */
article.format-image footer a h2 {
  font-weight: normal;
}

/* Link posts */
/* line 1412, ../style.scss */
article.format-link header {
  padding: 0 0.714285714em;
  float: right;
  font-size: 0.785714286em;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}

/* line 1424, ../style.scss */
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}

/* line 1428, ../style.scss */
article.format-link .entry-content a {
  font-size: 1.571428571em;
  line-height: 1.090909091;
  text-decoration: none;
}

/* Quote posts */
/* line 1435, ../style.scss */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 1.714285714em;
}

/* line 1439, ../style.scss */
article.format-quote .entry-content blockquote {
  display: block;
  padding: 1.714285714em 1.714285714em 0;
  font-size: 1.071428571em;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}

/* Status posts */
/* line 1450, ../style.scss */
.format-status .entry-header {
  margin-bottom: 1.714285714em;
}

/* line 1453, ../style.scss */
.format-status .entry-header header {
  display: inline-block;
}

/* line 1456, ../style.scss */
.format-status .entry-header h1 {
  font-size: 1.071428571em;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}

/* line 1462, ../style.scss */
.format-status .entry-header h2 {
  font-size: 0.857142857em;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}

/* line 1468, ../style.scss */
.format-status .entry-header header a {
  color: #777;
}

/* line 1471, ../style.scss */
.format-status .entry-header header a:hover {
  color: #018EC4;
}

/* line 1474, ../style.scss */
.format-status .entry-header img {
  float: left;
  margin-right: 1.5em;
}

/* =Comments
-------------------------------------------------------------- */
/* line 1483, ../style.scss */
.comments-title {
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 1.5;
  font-weight: normal;
}

/* line 1489, ../style.scss */
.comments-area article {
  margin: 1.714285714em 0;
}

/* line 1492, ../style.scss */
.comments-area article header {
  margin: 0 0 1em;
  overflow: hidden;
  position: relative;
}

/* line 1497, ../style.scss */
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

/* line 1505, ../style.scss */
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 50px;
}

/* line 1509, ../style.scss */
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571em;
  line-height: 1.42857143;
}

/* line 1515, ../style.scss */
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857em;
  color: #5e5e5e;
}

/* line 1522, ../style.scss */
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}

/* line 1526, ../style.scss */
.comments-area article header a:hover {
  color: #018EC4;
}

/* line 1529, ../style.scss */
.comments-area article header cite a {
  color: #444;
}

/* line 1532, ../style.scss */
.comments-area article header cite a:hover {
  text-decoration: underline;
}

/* line 1535, ../style.scss */
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.428571429em 0.857142857em;
  font-size: 0.857142857em;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}

/* line 1553, ../style.scss */
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 0.357142857em;
  padding: 0.142857143em 0.357142857em;
  font-size: 0.714285714em;
}

/* line 1559, ../style.scss */
a.comment-reply-link {
  font-size: 0.928571429em;
  line-height: 1.846153846;
  color: #686868;
}

/* line 1564, ../style.scss */
a.comment-reply-link:hover {
  color: #018EC4;
}

/* line 1567, ../style.scss */
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 1.714285714em;
}

/* line 1571, ../style.scss */
.commentlist .children {
  margin-left: 3.428571429em;
}

/* Comment form */
/* line 1576, ../style.scss */
#respond {
  margin-top: 3.428571429em;
}

/* line 1579, ../style.scss */
#respond h3#reply-title {
  font-size: 1.142857143em;
  line-height: 1.5;
}

/* line 1583, ../style.scss */
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 0.714285714em;
  font-weight: normal;
  font-size: 0.857142857em;
}

/* line 1588, ../style.scss */
#respond form {
  margin: 1.714285714em 0;
}

/* line 1591, ../style.scss */
#respond form p {
  margin: 0.785714286em 0;
}

/* line 1594, ../style.scss */
#respond form p.logged-in-as {
  margin-bottom: 1.714285714em;
}

/* line 1597, ../style.scss */
#respond form label {
  display: block;
  line-height: 1.714285714;
}

/* line 1602, ../style.scss */
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.857142857em;
  line-height: 1.714285714;
  padding: 0.714285714em;
  width: 100%;
}

/* line 1610, ../style.scss */
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 0.857142857em;
  line-height: 2;
  color: #5e5e5e;
}

/* line 1616, ../style.scss */
.required {
  color: red;
}

/* line 1619, ../style.scss */
label ~ span.required {
  display: block;
  float: left;
  margin: -1.28571em 0 0 -1.14286em;
}

/* =Front page template
-------------------------------------------------------------- */
/* line 1629, ../style.scss */
.entry-page-image {
  margin-bottom: 1em;
}

/* line 1632, ../style.scss */
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}

/* line 1636, ../style.scss */
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 1.714285714em;
  border-top: 1px solid #ddd;
}

/* line 1643, ../style.scss */
.template-front-page .widget-area .widget li {
  margin: 0.571428571em 0 0;
  font-size: 0.928571429em;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}

/* line 1650, ../style.scss */
.template-front-page .widget-area .widget li a {
  color: #777;
}

/* line 1653, ../style.scss */
.template-front-page .widget-area .widget li a:hover {
  color: #018EC4;
}

/* line 1656, ../style.scss */
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 0.571428571em 1.714285714em 0.571428571em 0;
}

/* line 1660, ../style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 1665, ../style.scss */
body.single .entry-header .entry-title {
  font-size: 3.2em;
}

/* =Widgets
-------------------------------------------------------------- */
/* line 1672, ../style.scss */
.widget-area .widget ul ul {
  margin-left: 0.857142857em;
}

/* line 1675, ../style.scss */
.widget_rss li {
  margin: 0.857142857em 0;
}

/* line 1679, ../style.scss */
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 0.785714286em;
  margin-left: 0.857142857em;
}

/* line 1684, ../style.scss */
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 0.928571429em;
  line-height: 1.846153846;
  color: #686868;
}

/* line 1693, ../style.scss */
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}

/* line 1696, ../style.scss */
#wp-calendar #next {
  padding-right: 1.714285714em;
  text-align: right;
}

/* line 1700, ../style.scss */
.widget_search label {
  display: block;
  font-size: 0.928571429em;
  line-height: 1.846153846;
}

/* line 1705, ../style.scss */
.widget_twitter li {
  list-style-type: none;
}

/* line 1708, ../style.scss */
.widget_twitter .timesince {
  display: block;
  text-align: right;
}

/* =Plugins
----------------------------------------------- */
/* line 1717, ../style.scss */
img#wpstats {
  display: block;
  position: absolute;
  left: -999em;
}

/* line 1725, ../style.scss */
#disqus_thread {
  margin-top: 4em;
}

/* line 1730, ../style.scss */
.pdrp_attributionLink {
  color: #4d4d4d;
}

/* line 1733, ../style.scss */
#pdrp_endAttribution {
  font-size: 0.7em;
}

/* line 1738, ../style.scss */
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #BFBFBF;
  font-size: 2em !important;
  margin: 2px;
  padding: 0.2em 0.5em !important;
  text-decoration: none;
}

/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 480 pixels. */
@media screen and (min-width: 480px) {
  /* line 1753, ../style.scss */
  .work-row article {
    margin-right: 3%;
    width: 47%;
    float: left;
  }

  /* line 1758, ../style.scss */
  .work-row article:nth-child(even) {
    margin-right: 0;
    margin-left: 3%;
  }

  /* line 1765, ../style.scss */
  .work-row {
    clear: both;
  }
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  /* line 1773, ../style.scss */
  .author-avatar {
    float: left;
    margin-top: 0.571428571em;
  }

  /* line 1777, ../style.scss */
  .author-description {
    float: right;
    width: 80%;
  }

  /* line 1781, ../style.scss */
  .site {
    margin: 0 auto;
    max-width: 88.571428571em;
    /* Refactored +20. */
    overflow: hidden;
  }

  /* line 1789, ../style.scss */
  .site-content {
    float: left;
    width: 65.104166667%;
  }

  /* line 1795, ../style.scss */
  body.template-front-page .site-content,
  body.single-attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }

  /* line 1798, ../style.scss */
  .widget-area {
    float: right;
    width: 26.041666667%;
  }

  /* line 1802, ../style.scss */
  .site-header {
    margin: 1.714285714em 0;
  }

  /* line 1806, ../style.scss */
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }

  /* line 1809, ../style.scss */
  .site-header h1 {
    font-size: 2.857142857em;
    line-height: 1.846153846;
  }

  /* line 1815, ../style.scss */
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
  }

  /* line 1820, ../style.scss */
  .main-navigation ul {
    margin: 0;
    text-indent: 0;
  }

  /* line 1825, ../style.scss */
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
  }

  /* line 1829, ../style.scss */
  .main-navigation li a {
    border-bottom: 0;
    color: #6a6a6a;
    line-height: 4.1;
    text-transform: uppercase;
  }

  /* line 1838, ../style.scss */
  .main-navigation li {
    margin: 0 1.8em 0 0;
    position: relative;
  }

  /* line 1842, ../style.scss */
  .main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
  }

  /* line 1850, ../style.scss */
  .main-navigation li ul ul {
    top: 0;
    left: 100%;
  }

  /* line 1854, ../style.scss */
  .main-navigation ul li:hover > ul {
    border-left: 0;
    display: block;
  }

  /* line 1858, ../style.scss */
  .main-navigation li ul li a {
    background: #efefef;
    border-bottom: 1px solid #ddd;
    display: block;
    line-height: 2.181818182;
    padding: 0.571428571em 0.714285714em;
    width: 12.85714286em;
  }

  /* line 1874, ../style.scss */
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    color: #636363;
  }

  /* line 1878, ../style.scss */
  .menu-toggle {
    display: none;
  }

  /* line 1881, ../style.scss */
  .entry-header .entry-title {
    font-size: 2em;
  }

  /* line 1884, ../style.scss */
  #respond form input[type="text"] {
    width: 46.333333333%;
  }

  /* line 1887, ../style.scss */
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }

  /* line 1891, ../style.scss */
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }

  /* line 1894, ../style.scss */
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }

  /* line 1898, ../style.scss */
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }

  /* line 1904, ../style.scss */
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 1.714285714em;
  }

  /* line 1909, ../style.scss */
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }

  /* line 1913, ../style.scss */
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 1.714285714em;
  }

  /* line 1919, ../style.scss */
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }

  /* line 1923, ../style.scss */
  hgroup {
    border-top: 1px solid #ddd;
  }

  /* line 1930, ../style.scss */
  .single-work .entry-content,
  .single-work .entry-summary,
  .single-work #disqus_thread,
  .single-work #comments {
    width: 66%;
  }
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  /* line 1941, ../style.scss */
  body .site {
    padding: 0 2.857142857em;
  }

  /* line 1944, ../style.scss */
  body.custom-background-empty {
    background-color: #fff;
  }

  /* line 1948, ../style.scss */
  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }

  /* line 1954, ../style.scss */
  hgroup {
    width: 45%;
    float: left;
    border: 0;
  }

  /* line 1959, ../style.scss */
  .navbar {
    width: 55%;
    float: left;
    border: 0;
  }

  /* line 1964, ../style.scss */
  .site-header {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    *zoom: 1;
  }
  /* line 10, ../sass.scss */
  .site-header:before, .site-header:after {
    display: table;
    content: "";
  }
  /* line 14, ../sass.scss */
  .site-header:after {
    clear: both;
  }

  /* line 1971, ../style.scss */
  .social {
    padding-top: 3em;
    padding-bottom: 2.7em;
    border-left: 1px solid #ddd;
  }

  /* line 1976, ../style.scss */
  .main-navigation {
    line-height: 7.25;
    float: right;
  }

  /* line 1980, ../style.scss */
  .main-navigation li a {
    line-height: 5.8;
  }

  /* line 1983, ../style.scss */
  .wrapper {
    font-size: 1.3em;
  }

  /* line 1986, ../style.scss */
  .entry-header .entry-title {
    font-size: 1.57143em;
  }
}
/* =Print
----------------------------------------------- */
@media print {
  /* line 1995, ../style.scss */
  body {
    background: none !important;
    font-size: 10pt;
  }

  /* line 2000, ../style.scss */
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }

  /* line 2003, ../style.scss */
  a {
    text-decoration: none;
  }

  /* line 2009, ../style.scss */
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }

  /* line 2013, ../style.scss */
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }

  /* line 2020, ../style.scss */
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }

  /* line 2025, ../style.scss */
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }

  /* line 2030, ../style.scss */
  .site-header h2 {
    font-size: 10pt;
    text-align: left;
  }

  /* line 2045, ../style.scss */
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }

  /* line 2048, ../style.scss */
  .wrapper {
    border-top: none;
    box-shadow: none;
  }

  /* line 2052, ../style.scss */
  .site-content {
    float: left;
    margin: 0;
    width: 100%;
  }

  /* line 2057, ../style.scss */
  .site-content {
    margin: 0;
    width: auto;
  }

  /* line 2061, ../style.scss */
  .singular .entry-header .entry-meta {
    position: static;
  }

  /* line 2068, ../style.scss */
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }

  /* line 2074, ../style.scss */
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }

  /* line 2078, ../style.scss */
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }

  /* line 2082, ../style.scss */
  .author-description {
    float: none;
    width: auto;
  }

  /* Comments */
  /* line 2088, ../style.scss */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }

  /* line 2093, ../style.scss */
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }

  /* line 2100, ../style.scss */
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
}
/* =IE 7 and 8
----------------------------------------------- */
/* line 2112, ../style.scss */
.ie .skip-link,
.ie .screen-reader-text,
.ie .assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE7 */
}

/* line 2115, ../style.scss */
.ie .site {
  margin: 48px auto;
  max-width: 960px;
}

/* line 2119, ../style.scss */
.ie .site-content {
  float: left;
  width: 65.104166667%;
}

/* line 2123, ../style.scss */
.ie .full-width .site-content {
  float: none;
  width: 100%;
}

/* line 2127, ../style.scss */
.ie .widget-area {
  float: right;
  width: 26.041666667%;
}

/* line 2134, ../style.scss */
.ie img.size-full,
.ie img.size-large,
.ie img.header-image,
.ie img.wp-post-image {
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
}
