@charset "UTF-8";
/*!
Theme Name: heyrita-v1
Theme URI: http://petecorreia.com
Author: petecorreia.com
Author URI: http://petecorreia.com
Description: Theme for heyrita.co.uk
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../scss/0-core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/0-core/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../scss/0-core/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/0-core/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../scss/0-core/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/0-core/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/0-core/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/0-core/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/0-core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../scss/0-core/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/0-core/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/0-core/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/0-core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../scss/0-core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/0-core/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/0-core/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/0-core/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 215, ../scss/0-core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../scss/0-core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../scss/0-core/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../scss/0-core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../scss/0-core/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../scss/0-core/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/0-core/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../scss/0-core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../scss/0-core/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../scss/0-core/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, ../scss/0-core/_normalize.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 336, ../scss/0-core/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../scss/0-core/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../scss/0-core/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../scss/0-core/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../scss/0-core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../scss/0-core/_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #000;
}

/* line 9, ../scss/0-core/_defaults.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 14, ../scss/0-core/_defaults.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 19, ../scss/0-core/_defaults.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 28, ../scss/0-core/_defaults.scss */
img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 33, ../scss/0-core/_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 39, ../scss/0-core/_defaults.scss */
textarea {
  resize: vertical;
}

/* line 43, ../scss/0-core/_defaults.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*

@include keyframes(move-the-object) {
  0%   { left: 100px; }
  100% { left: 200px; }
}

.object-to-animate {
  @include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
}

*/
/* line 132, ../scss/0-core/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 140, ../scss/0-core/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 147, ../scss/0-core/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 152, ../scss/0-core/_helpers.scss */
[data-if] {
  display: none;
}

/* line 156, ../scss/0-core/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 167, ../scss/0-core/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 177, ../scss/0-core/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 181, ../scss/0-core/_helpers.scss */
.clearfix {
  *zoom: 1;
}
/* line 76, ../scss/0-core/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 23, ../scss/0-core/_typography.scss */
body {
  font-family: "abril-text", "Lucida Sans", Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #3d4952;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, ../scss/0-core/_typography.scss */
html,
button,
input,
select,
textarea {
  color: #131e28;
}

/* line 44, ../scss/0-core/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
form {
  text-rendering: optimizeLegibility;
  /* font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: normal; */
}

/* line 66, ../scss/0-core/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "abril-display", georgia, serif;
  font-weight: normal;
}

/* line 82, ../scss/0-core/_typography.scss */
h1 {
  font-size: 2.5em;
  line-height: 1.25em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

/* line 90, ../scss/0-core/_typography.scss */
h2 {
  font-size: 2em;
  line-height: 1.25em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 98, ../scss/0-core/_typography.scss */
h3 {
  font-size: 1.6875em;
  line-height: 1.25em;
  margin-top: 0.88889em;
  margin-bottom: 0.88889em;
}

/* line 106, ../scss/0-core/_typography.scss */
h4 {
  font-size: 1.125em;
  line-height: 1.25em;
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

/* line 114, ../scss/0-core/_typography.scss */
h5 {
  font-size: 0.875em;
  line-height: 1.25em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* line 122, ../scss/0-core/_typography.scss */
h6 {
  font-size: 0.75em;
  line-height: 1.25em;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 132, ../scss/0-core/_typography.scss */
p {
  color: #3d4952;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 159, ../scss/0-core/_typography.scss */
a {
  color: #ff8188;
  text-decoration: none;
  -moz-transition: all 0.135s ease-out;
  -o-transition: all 0.135s ease-out;
  -webkit-transition: all 0.135s ease-out;
  transition: all 0.135s ease-out;
}
/* line 147, ../scss/0-core/_typography.scss */
a:hover, a:focus {
  color: #ffb2b9;
  text-decoration: none;
}

/* line 248, ../scss/0-core/_typography.scss */
hr {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border: none;
  border-bottom: 3px solid #edf3f5;
}

/* line 259, ../scss/0-core/_typography.scss */
blockquote {
  font-size: 1.6875em;
  line-height: 1.25em;
  padding: 0.88889em 0 0.88889em 0.88889em;
  margin: 0.88889em 0;
  border-left: 0.18519em solid #edf3f5;
  font-style: italic;
}
/* line 267, ../scss/0-core/_typography.scss */
blockquote p:first-child {
  margin-top: 0;
}
/* line 271, ../scss/0-core/_typography.scss */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 276, ../scss/0-core/_typography.scss */
blockquote footer {
  margin-top: 0.57143em;
  font-size: 0.51852em;
  font-style: italic;
  color: #97a4ae;
}

/* line 288, ../scss/0-core/_typography.scss */
ul,
ol {
  margin: 1.5em 0;
}
/* line 292, ../scss/0-core/_typography.scss */
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 299, ../scss/0-core/_typography.scss */
.entry-content ol {
  list-style-type: none;
  margin-left: 3.125em;
  padding: 0;
  counter-reset: li-counter;
}
/* line 305, ../scss/0-core/_typography.scss */
.entry-content ol > li {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 1em;
  min-height: 3em;
  border-left: 0.3125em solid #edf3f5;
}
/* line 313, ../scss/0-core/_typography.scss */
.entry-content ol > li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.4em;
  font-size: 3.75em;
  line-height: 0.6em;
  text-align: right;
}

/* line 326, ../scss/0-core/_typography.scss */
dl {
  margin-top: 0.75em;
  margin-bottom: 1.5em;
}
/* line 330, ../scss/0-core/_typography.scss */
dl dt {
  margin-top: 0.75em;
  font-weight: bold;
}
/* line 335, ../scss/0-core/_typography.scss */
dl dd {
  margin-left: 0;
}

/* line 344, ../scss/0-core/_typography.scss */
::-webkit-input-placeholder {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #97a4ae;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875em;
  letter-spacing: 0.025em;
}

/* line 352, ../scss/0-core/_typography.scss */
:-moz-placeholder {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #97a4ae;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875em;
  letter-spacing: 0.025em;
}

/* line 360, ../scss/0-core/_typography.scss */
::-moz-placeholder {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875em;
  letter-spacing: 0.025em;
}

/* line 368, ../scss/0-core/_typography.scss */
:-ms-input-placeholder {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #97a4ae;
  font-size: 0.875em;
  letter-spacing: 0.025em;
}

/* line 379, ../scss/0-core/_typography.scss */
pre {
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: #edf3f5;
}

/* line 390, ../scss/0-core/_typography.scss */
.no-orphans {
  white-space: nowrap;
}

/* line 7, ../scss/0-core/_layout.scss */
html,
body {
  min-width: 66.25em;
}

/* line 12, ../scss/0-core/_layout.scss */
.layout-contain {
  max-width: 62.5em;
  padding: 0 1.875em;
  margin: 0 auto;
}

/* line 18, ../scss/0-core/_layout.scss */
.main-content {
  *zoom: 1;
}
/* line 76, ../scss/0-core/_helpers.scss */
.main-content:before, .main-content:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.main-content:after {
  clear: both;
}

/* line 22, ../scss/0-core/_layout.scss */
.layout-content {
  float: left;
  width: 64%;
}

/* line 27, ../scss/0-core/_layout.scss */
.layout-sidebar {
  float: right;
  width: 28.0%;
}

@font-face {
  font-family: 'heyrita';
  src: url("/wp-content/themes/heyrita-v1/fonts/icons/fonts/heyrita.eot");
}
@font-face {
  font-family: 'heyrita';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../scss/1-components/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'heyrita';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../scss/1-components/_icons.scss */
.icon-direction-left:before {
  content: "\e603";
}

/* line 33, ../scss/1-components/_icons.scss */
.icon-direction-right:before {
  content: "\e604";
}

/* line 37, ../scss/1-components/_icons.scss */
.icon-bloglovin:before {
  content: "\e602";
}

/* line 41, ../scss/1-components/_icons.scss */
.icon-logo:before {
  content: "\e600";
}

/* line 45, ../scss/1-components/_icons.scss */
.icon-search:before {
  content: "\e601";
}

/* line 49, ../scss/1-components/_icons.scss */
.icon-facebook:before {
  content: "\e32d";
}

/* line 53, ../scss/1-components/_icons.scss */
.icon-instagram:before {
  content: "\e32e";
}

/* line 57, ../scss/1-components/_icons.scss */
.icon-twitter:before {
  content: "\e331";
}

/* line 61, ../scss/1-components/_icons.scss */
.icon-pinterest:before {
  content: "\e368";
}

/* line 65, ../scss/1-components/_icons.scss */
.icon-feed:before {
  content: "\e334";
}

/* line 3, ../scss/1-components/_inputs.scss */
input,
textarea {
  background: #fff;
  padding: 0.3125em 0.625em;
  line-height: 1.5em;
  border: 0.1875em solid #edf3f5;
  -moz-transition: color 0.135s ease, border 0.135s ease;
  -o-transition: color 0.135s ease, border 0.135s ease;
  -webkit-transition: color 0.135s ease, border 0.135s ease;
  transition: color 0.135s ease, border 0.135s ease;
}
/* line 11, ../scss/1-components/_inputs.scss */
input:focus,
textarea:focus {
  outline: 0;
  border-color: #d9e0e2;
}

/* line 3, ../scss/1-components/_buttons.scss */
.button,
a.button,
input.button,
button,
button.button,
input[type="button"],
input[type="submit"] {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 0.28571em 1.71429em;
  line-height: 1.71429em;
  color: #131e28;
  background: #fff;
  border: 3px solid #131e28;
  letter-spacing: 0.05em;
}
/* line 19, ../scss/1-components/_buttons.scss */
.button.button-gray,
a.button.button-gray,
input.button.button-gray,
button.button-gray,
button.button.button-gray,
input[type="button"].button-gray,
input[type="submit"].button-gray {
  color: #97a4ae;
  border-color: #cbd4d7;
}
/* line 24, ../scss/1-components/_buttons.scss */
.button:hover, .button:focus,
a.button:hover,
a.button:focus,
input.button:hover,
input.button:focus,
button:hover,
button:focus,
button.button:hover,
button.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #ff8188;
  border-color: #ff8188;
}
/* line 30, ../scss/1-components/_buttons.scss */
.button.button-small,
a.button.button-small,
input.button.button-small,
button.button-small,
button.button.button-small,
input[type="button"].button-small,
input[type="submit"].button-small {
  font-size: 0.75em;
  line-height: 1.59167em;
}

/* line 3, ../scss/1-components/_menu-nav.scss */
.menu-nav {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 76, ../scss/0-core/_helpers.scss */
.menu-nav:before, .menu-nav:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.menu-nav:after {
  clear: both;
}
/* line 9, ../scss/1-components/_menu-nav.scss */
.menu-nav li {
  float: left;
  padding: 0 0.625em;
}
/* line 14, ../scss/1-components/_menu-nav.scss */
.menu-nav a {
  float: left;
}

/* line 3, ../scss/1-components/_post-nav.scss */
.post-nav {
  *zoom: 1;
}
/* line 76, ../scss/0-core/_helpers.scss */
.post-nav:before, .post-nav:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.post-nav:after {
  clear: both;
}

/* line 7, ../scss/1-components/_post-nav.scss */
.post-nav-left {
  float: left;
}

/* line 11, ../scss/1-components/_post-nav.scss */
.post-nav-right {
  float: right;
}

/* line 3, ../scss/1-components/_logo.scss */
.logo,
.logo-link,
.logo-image {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 11, ../scss/1-components/_logo.scss */
.logo {
  position: relative;
  font-size: 1em;
  width: 21.5em;
  height: 6.625em;
}

/* line 18, ../scss/1-components/_logo.scss */
.logo-image {
  position: relative;
  z-index: 2;
}

/* line 23, ../scss/1-components/_logo.scss */
.logo-background {
  fill: #edf3f5;
}

/* line 27, ../scss/1-components/_logo.scss */
.logo-lettering {
  -moz-transition: all 0.135s ease;
  -o-transition: all 0.135s ease;
  -webkit-transition: all 0.135s ease;
  transition: all 0.135s ease;
  fill: #131e28;
}
/* line 31, ../scss/1-components/_logo.scss */
.logo-link:hover .logo-lettering, .logo-link:focus .logo-lettering {
  fill: #ff8188;
}

/* line 3, ../scss/1-components/_widget.scss */
.widget {
  margin-bottom: 2.5em;
}
/* line 6, ../scss/1-components/_widget.scss */
.widget .widget-title {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #ff8188;
}
/* line 12, ../scss/1-components/_widget.scss */
.widget ul {
  padding-left: 1.25em;
}
/* line 15, ../scss/1-components/_widget.scss */
.widget ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
}
/* line 21, ../scss/1-components/_widget.scss */
.widget li {
  padding-left: 1.25em;
  text-indent: -0.875em;
}
/* line 26, ../scss/1-components/_widget.scss */
.widget li:before {
  position: relative;
  left: -0.29167em;
  content: "• ";
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  color: #d9e0e2;
}

/* line 5, ../scss/1-components/_widget-profile.scss */
.profile {
  *zoom: 1;
  position: relative;
  padding: 1.25em;
  padding-left: 1.875em;
  margin: 1.5625em 0 3em 5em;
  background: #edf3f5;
}
/* line 76, ../scss/0-core/_helpers.scss */
.profile:before, .profile:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.profile:after {
  clear: both;
}
/* line 13, ../scss/1-components/_widget-profile.scss */
.profile .profile-avatar {
  float: left;
  width: 100px;
  height: 100px;
  margin: -1.25em 0.625em -1.25em -6.875em;
}
/* line 20, ../scss/1-components/_widget-profile.scss */
.profile .profile-text {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.375em;
}
/* line 25, ../scss/1-components/_widget-profile.scss */
.profile .profile-text.location {
  margin-top: 0.5em;
  font-style: italic;
  color: #97a4ae;
}

/* line 3, ../scss/1-components/_search-box.scss */
.search-form {
  position: relative;
}
/* line 6, ../scss/1-components/_search-box.scss */
.search-form .search-field {
  width: 11.25em;
  padding: 0.125em 0.5em 0.125em 2em;
}
/* line 11, ../scss/1-components/_search-box.scss */
.search-form .screen-reader-text {
  position: absolute;
  top: 50%;
  left: 0.625em;
  width: 1.125em;
  height: 1.125em;
  margin-top: -0.5625em;
  text-indent: 100%;
  overflow: hidden;
  color: #131e28;
}
/* line 22, ../scss/1-components/_search-box.scss */
.search-form .screen-reader-text:hover, .search-form .screen-reader-text:focus {
  cursor: pointer;
}
/* line 27, ../scss/1-components/_search-box.scss */
.search-form .screen-reader-text:before {
  content: "\e601";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.125em;
  font-family: 'heyrita';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../scss/1-components/_slider.scss */
.slider_container {
  position: relative;
  margin-top: 1em;
}

/* line 6, ../scss/1-components/_slider.scss */
.slider,
.widget .slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 15, ../scss/1-components/_slider.scss */
.slider li,
.widget .slider li {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 0;
  text-indent: 0;
}
/* line 25, ../scss/1-components/_slider.scss */
.slider li:first-child,
.widget .slider li:first-child {
  position: relative;
  display: block;
  float: left;
}
/* line 31, ../scss/1-components/_slider.scss */
.slider li:before,
.widget .slider li:before {
  display: none;
}
/* line 36, ../scss/1-components/_slider.scss */
.slider img,
.widget .slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
/* line 44, ../scss/1-components/_slider.scss */
.slider a,
.widget .slider a {
  border: none;
}

/* line 49, ../scss/1-components/_slider.scss */
.slider_nav,
.site-sidebar .slider_nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  text-align: center;
  color: #fff;
  background: rgba(19, 30, 40, 0.25);
  border: none;
  z-index: 10;
}
/* line 63, ../scss/1-components/_slider.scss */
.slider_container:hover .slider_nav, .slider_container:focus .slider_nav, .slider_container:hover
.site-sidebar .slider_nav, .slider_container:focus
.site-sidebar .slider_nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 68, ../scss/1-components/_slider.scss */
.slider_nav:hover, .slider_nav:focus,
.site-sidebar .slider_nav:hover,
.site-sidebar .slider_nav:focus {
  color: #fff;
  background: rgba(19, 30, 40, 0.5);
}
/* line 74, ../scss/1-components/_slider.scss */
.slider_nav.next,
.site-sidebar .slider_nav.next {
  left: auto;
  right: 0;
}
/* line 79, ../scss/1-components/_slider.scss */
.slider_nav .slide_nav_icon,
.site-sidebar .slider_nav .slide_nav_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.5em;
}

/* line 3, ../scss/1-components/_gallery.scss */
.gallery {
  *zoom: 1;
  max-width: 100%;
  margin: 1.5em 0 1.5em -0.5em;
}
/* line 76, ../scss/0-core/_helpers.scss */
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.gallery:after {
  clear: both;
}
/* line 8, ../scss/1-components/_gallery.scss */
.gallery + .gallery {
  margin-top: -1em;
}
/* line 12, ../scss/1-components/_gallery.scss */
.gallery img {
  max-width: 100%;
  height: auto;
}
/* line 17, ../scss/1-components/_gallery.scss */
.gallery .gallery-item {
  float: left;
}
/* line 21, ../scss/1-components/_gallery.scss */
.gallery .gallery-icon {
  padding-left: 0.5em;
}
/* line 26, ../scss/1-components/_gallery.scss */
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
/* line 32, ../scss/1-components/_gallery.scss */
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

/* line 40, ../scss/1-components/_gallery.scss */
.gallery-columns-1 .gallery-item {
  width: 100%;
}

/* line 40, ../scss/1-components/_gallery.scss */
.gallery-columns-2 .gallery-item {
  width: 50%;
}

/* line 40, ../scss/1-components/_gallery.scss */
.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

/* line 40, ../scss/1-components/_gallery.scss */
.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* line 40, ../scss/1-components/_gallery.scss */
.gallery-columns-5 .gallery-item {
  width: 20%;
}

/* line 40, ../scss/1-components/_gallery.scss */
.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

/* line 2, ../scss/1-components/_social-list.scss */
.social-list li {
  padding: 0 0.375em;
}
/* line 6, ../scss/1-components/_social-list.scss */
.social-list a {
  color: #3d4952;
  font-size: 1.5em;
  height: 1em;
}
/* line 178, ../scss/0-core/_typography.scss */
.social-list a:hover, .social-list a:focus {
  color: #ff8188;
  text-decoration: none;
}
/* line 13, ../scss/1-components/_social-list.scss */
.social-list.social-list-alt a {
  color: #ff8188;
  text-decoration: none;
  -moz-transition: all 0.135s ease-out;
  -o-transition: all 0.135s ease-out;
  -webkit-transition: all 0.135s ease-out;
  transition: all 0.135s ease-out;
}
/* line 147, ../scss/0-core/_typography.scss */
.social-list.social-list-alt a:hover, .social-list.social-list-alt a:focus {
  color: #ffb2b9;
  text-decoration: none;
}

/* line 19, ../scss/1-components/_social-list.scss */
.social-link-facebook:hover, .social-link-facebook:focus {
  color: #3b5998 !important;
}

/* line 20, ../scss/1-components/_social-list.scss */
.social-link-twitter:hover, .social-link-twitter:focus {
  color: #00aced !important;
}

/* line 21, ../scss/1-components/_social-list.scss */
.social-link-instagram:hover, .social-link-instagram:focus {
  color: #517fa4 !important;
}

/* line 22, ../scss/1-components/_social-list.scss */
.social-link-pinterest:hover, .social-link-pinterest:focus {
  color: #cb2027 !important;
}

/* line 23, ../scss/1-components/_social-list.scss */
.social-link-bloglovin:hover, .social-link-bloglovin:focus {
  color: #2FAAEE !important;
}

/* line 24, ../scss/1-components/_social-list.scss */
.social-link-feed:hover, .social-link-feed:focus {
  color: #FF6600 !important;
}

/* line 4, ../scss/2-sections/_header.scss */
.site-header .header-main {
  *zoom: 1;
  padding: 0;
}
/* line 76, ../scss/0-core/_helpers.scss */
.site-header .header-main:before, .site-header .header-main:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.site-header .header-main:after {
  clear: both;
}
/* line 9, ../scss/2-sections/_header.scss */
.site-header .logo {
  margin: 3.125em auto;
}

/* line 3, ../scss/2-sections/_footer.scss */
.site-footer {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

/* line 8, ../scss/2-sections/_footer.scss */
.site-copyright {
  margin: 0;
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #97a4ae;
}

/* line 15, ../scss/2-sections/_footer.scss */
.site-policy {
  margin: 0;
  font-size: 0.875em;
  color: #97a4ae;
}

/* line 3, ../scss/2-sections/_navbar.scss */
.navbar {
  background: #edf3f5;
}
/* line 6, ../scss/2-sections/_navbar.scss */
.navbar .navbar-inner {
  *zoom: 1;
}
/* line 76, ../scss/0-core/_helpers.scss */
.navbar .navbar-inner:before, .navbar .navbar-inner:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.navbar .navbar-inner:after {
  clear: both;
}
/* line 12, ../scss/2-sections/_navbar.scss */
.navbar .menu-list {
  float: left;
  height: 3em;
  margin-left: -1.25em;
}
/* line 17, ../scss/2-sections/_navbar.scss */
.navbar .menu-list li {
  margin: 0 0.625em;
}
/* line 21, ../scss/2-sections/_navbar.scss */
.navbar .menu-list a {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d4952;
  padding-top: 0.85714em;
  padding-bottom: 0.64286em;
  font-size: 0.875em;
  letter-spacing: 0.025em;
  border-bottom: 3px solid transparent;
}
/* line 178, ../scss/0-core/_typography.scss */
.navbar .menu-list a:hover, .navbar .menu-list a:focus {
  color: #ff8188;
  text-decoration: none;
}
/* line 30, ../scss/2-sections/_navbar.scss */
.navbar .menu-list a:focus, .navbar .menu-list a:hover {
  border-bottom-color: #ff8188;
}
/* line 36, ../scss/2-sections/_navbar.scss */
.navbar .menu-list .current-menu-item a {
  color: #ff8188;
  border-bottom-color: #ff8188;
}
/* line 44, ../scss/2-sections/_navbar.scss */
.navbar .search-box-wrapper {
  float: right;
  margin-top: 0.4375em;
}
/* line 50, ../scss/2-sections/_navbar.scss */
.navbar .search-box .search-field {
  width: 6.25em;
}
/* line 56, ../scss/2-sections/_navbar.scss */
.navbar .social-list {
  float: right;
  margin: 0.8125em 0.3125em 0 0;
}
/* line 60, ../scss/2-sections/_navbar.scss */
.navbar .social-list a {
  color: #3d4952;
}
/* line 178, ../scss/0-core/_typography.scss */
.navbar .social-list a:hover, .navbar .social-list a:focus {
  color: #ff8188;
  text-decoration: none;
}

/* line 3, ../scss/2-sections/_post.scss */
.site-main {
  padding-top: 3.4375em;
}

/* line 7, ../scss/2-sections/_post.scss */
.post {
  padding-bottom: 1.25em;
  margin-bottom: 2.5em;
  border-bottom: 3px solid #edf3f5;
}
/* line 12, ../scss/2-sections/_post.scss */
.post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 18, ../scss/2-sections/_post.scss */
.entry-title {
  color: #131e28;
  margin: 0.12em 0 0.3em;
}
/* line 22, ../scss/2-sections/_post.scss */
.entry-title a {
  color: #131e28;
}
/* line 166, ../scss/0-core/_typography.scss */
.entry-title a:hover, .entry-title a:focus {
  color: #ff8188;
  text-decoration: none;
}

/* line 28, ../scss/2-sections/_post.scss */
.post-categories a {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
}

/* line 34, ../scss/2-sections/_post.scss */
.post-meta {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.41667em;
  font-size: 0.75em;
  color: #97a4ae;
}

/* line 41, ../scss/2-sections/_post.scss */
.post-date {
  margin-right: 0.83333em;
}

/* line 46, ../scss/2-sections/_post.scss */
.post-commentcount a {
  color: #97a4ae;
}
/* line 190, ../scss/0-core/_typography.scss */
.post-commentcount a:hover, .post-commentcount a:focus {
  color: #ff8188;
}

/* line 51, ../scss/2-sections/_post.scss */
.entry-content,
.entry-summary {
  *zoom: 1;
}
/* line 76, ../scss/0-core/_helpers.scss */
.entry-content:before, .entry-content:after,
.entry-summary:before,
.entry-summary:after {
  content: " ";
  display: table;
}
/* line 77, ../scss/0-core/_helpers.scss */
.entry-content:after,
.entry-summary:after {
  clear: both;
}
/* line 55, ../scss/2-sections/_post.scss */
.entry-content p:first-child,
.entry-summary p:first-child {
  margin-top: 0;
}
/* line 60, ../scss/2-sections/_post.scss */
.entry-content p img,
.entry-summary p img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 67, ../scss/2-sections/_post.scss */
.post-featuredimage {
  margin: 1.5em 0;
}
/* line 70, ../scss/2-sections/_post.scss */
.post-meta + .post-featuredimage {
  margin-top: 0;
}

/* line 75, ../scss/2-sections/_post.scss */
.wp-caption {
  margin: 1.5em 0;
}

/* line 79, ../scss/2-sections/_post.scss */
.wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
  color: #97a4ae;
}

/* line 85, ../scss/2-sections/_post.scss */
.entry-footer {
  margin: 1.5em 0 0;
}

/* line 89, ../scss/2-sections/_post.scss */
.entry-more {
  float: right;
}
/* line 92, ../scss/2-sections/_post.scss */
.entry-more .more-link {
  display: block;
}

/* line 97, ../scss/2-sections/_post.scss */
.entry-social-title {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.57143em;
  font-size: 0.875em;
  color: #ff8188;
}

/* line 106, ../scss/2-sections/_post.scss */
.entry-social-list .social-list-item:first-child {
  padding-left: 0;
}
/* line 110, ../scss/2-sections/_post.scss */
.entry-social-list .social-list-item:last-child {
  padding-right: 0;
}
/* line 115, ../scss/2-sections/_post.scss */
.entry-social-list a {
  color: #97a4ae;
  font-size: 1.875em;
}
/* line 190, ../scss/0-core/_typography.scss */
.entry-social-list a:hover, .entry-social-list a:focus {
  color: #ff8188;
  text-decoration: none;
}

/* line 2, ../scss/2-sections/_sidebar.scss */
.site-sidebar a {
  color: #3d4952;
  border-bottom: 1px solid rgba(255, 129, 136, 0.25);
}
/* line 178, ../scss/0-core/_typography.scss */
.site-sidebar a:hover, .site-sidebar a:focus {
  color: #ff8188;
  text-decoration: none;
}
/* line 6, ../scss/2-sections/_sidebar.scss */
.site-sidebar a:hover, .site-sidebar a:focus {
  border-bottom-color: rgba(255, 129, 136, 0.75);
}
/* line 13, ../scss/2-sections/_sidebar.scss */
.site-sidebar .widget-title a {
  color: #ff8188;
  text-decoration: none;
  -moz-transition: all 0.135s ease-out;
  -o-transition: all 0.135s ease-out;
  -webkit-transition: all 0.135s ease-out;
  transition: all 0.135s ease-out;
}
/* line 147, ../scss/0-core/_typography.scss */
.site-sidebar .widget-title a:hover, .site-sidebar .widget-title a:focus {
  color: #ffb2b9;
  text-decoration: none;
}
/* line 16, ../scss/2-sections/_sidebar.scss */
.site-sidebar .widget-title a:hover, .site-sidebar .widget-title a:focus {
  color: #ff8188;
  border-bottom-color: #ff8188;
}

/* line 3, ../scss/2-sections/_subheader.scss */
.subheader {
  padding-bottom: 1.25em;
  margin-bottom: 2.5em;
  border-bottom: 3px solid #edf3f5;
}
/* line 8, ../scss/2-sections/_subheader.scss */
.subheader .subheader-title {
  font-family: "abril-display", georgia, serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.25em;
  margin: 0;
  color: #131e28;
}
/* line 14, ../scss/2-sections/_subheader.scss */
.subheader .subheader-title .subheader-title-alt {
  color: #ff8188;
}
/* line 19, ../scss/2-sections/_subheader.scss */
.subheader .subheader-description,
.subheader .subheader-description p {
  margin: 0;
  color: #97a4ae;
}

/* line 26, ../scss/2-sections/_subheader.scss */
.page-title {
  color: #131e28;
}

/* line 3, ../scss/2-sections/_comments.scss */
.comment-list {
  padding: 0;
  padding-bottom: 1.5em;
  margin: 2.25em 0;
  list-style: none;
  border-bottom: 0.0625em solid #edf3f5;
}
/* line 10, ../scss/2-sections/_comments.scss */
.comment-list .children {
  list-style: none;
  border-left: 0.0625em solid #edf3f5;
}

/* line 16, ../scss/2-sections/_comments.scss */
.comment {
  margin-bottom: 0.75em;
}

/* line 20, ../scss/2-sections/_comments.scss */
.comment-body {
  position: relative;
  padding: 1.25em 1.25em 1.25em 3.5em;
  margin-left: 2.1875em;
  background: #edf3f5;
}
/* line 26, ../scss/2-sections/_comments.scss */
.comment-body .reply {
  margin: 0.83333em 0 0;
  line-height: 0.75em;
}
/* line 30, ../scss/2-sections/_comments.scss */
.comment-body .reply a {
  font-family: "europa", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffb2b9;
  font-size: 0.75em;
  line-height: 1em;
}
/* line 235, ../scss/0-core/_typography.scss */
.comment-body .reply a:hover, .comment-body .reply a:focus {
  color: #ff8188;
}

/* line 39, ../scss/2-sections/_comments.scss */
.comment-author {
  margin-top: 0.625em;
}
/* line 42, ../scss/2-sections/_comments.scss */
.comment-author .avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: -1.25em 1em -0.3125em -6em;
  border: 5px solid #edf3f5;
}
/* line 49, ../scss/2-sections/_comments.scss */
.comment-author .fn {
  font-family: "abril-display", georgia, serif;
  font-weight: normal;
  font-size: 1.6875em;
  line-height: 1.25em;
  margin-right: 0.18519em;
  color: #131e28;
}
/* line 55, ../scss/2-sections/_comments.scss */
.comment-author .fn a {
  color: #131e28;
}
/* line 166, ../scss/0-core/_typography.scss */
.comment-author .fn a:hover, .comment-author .fn a:focus {
  color: #ff8188;
}
/* line 60, ../scss/2-sections/_comments.scss */
.comment-author .says {
  color: #97a4ae;
}

/* line 65, ../scss/2-sections/_comments.scss */
.comment-content {
  margin-top: 1em;
}
/* line 68, ../scss/2-sections/_comments.scss */
.comment-content p:first-child {
  margin-top: 0;
}
/* line 72, ../scss/2-sections/_comments.scss */
.comment-content p:last-child {
  margin-bottom: 0;
}

/* line 77, ../scss/2-sections/_comments.scss */
.comment-metadata {
  margin-top: 0.41667em;
  font-size: 0.75em;
  line-height: 1em;
}
/* line 82, ../scss/2-sections/_comments.scss */
.comment-metadata a {
  color: #97a4ae;
}
/* line 190, ../scss/0-core/_typography.scss */
.comment-metadata a:hover, .comment-metadata a:focus {
  color: #ff8188;
}
/* line 86, ../scss/2-sections/_comments.scss */
.comment-metadata .edit-link {
  margin-left: 1em;
}

/* line 91, ../scss/2-sections/_comments.scss */
.comment-reply-title {
  margin-bottom: 0.44444em;
}

/* line 95, ../scss/2-sections/_comments.scss */
.comment-notes {
  font-size: 0.875em;
  color: #97a4ae;
}

/* line 101, ../scss/2-sections/_comments.scss */
.comment-form label {
  float: left;
  width: 5.625em;
  line-height: 2.5em;
}

/* line 108, ../scss/2-sections/_comments.scss */
.form-allowed-tags {
  margin-left: 6.92308em;
  font-size: 0.8125em;
  line-height: 1.23077em;
  color: #97a4ae;
}

/* line 115, ../scss/2-sections/_comments.scss */
.form-submit {
  margin-left: 5.625em;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, ../scss/3-pages/_print.scss */
  * {
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 14, ../scss/3-pages/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 19, ../scss/3-pages/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 23, ../scss/3-pages/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 31, ../scss/3-pages/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 37, ../scss/3-pages/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 43, ../scss/3-pages/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 47, ../scss/3-pages/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 52, ../scss/3-pages/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 60, ../scss/3-pages/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 67, ../scss/3-pages/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
