/*
 Theme Name: Largo
 Theme URI: https://upthemes.com/themes/largo/
 Author: UpThemes
 Author URI: https://upthemes.com/
 Description: Largo offers a large, widescreen appearance and is intended for long-form content.
 Version: 1.3.8
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: white, light, sophisticated, simple, professional, minimal, formal, clean, tumblelog, video, travel, photoblogging, photography, portfolio, lifestream, design, blog, translation-ready, sticky-post, rtl-language-support, post-formats, infinite-scroll, full-width-template, flexible-header, featured-image-header, editor-style, custom-menu, custom-header, custom-colors, custom-background, responsive-width, one-column
 Text Domain: largo
 Domain Path: /languages/
 *//*! normalize.css v3.0.0 | MIT License | git.io/normalize *//**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== *//**
 * Correct `block` display not defined in IE 8/9.
 */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */[hidden], template {
  display: none;
}
/* Links
 ========================================================================== *//**
 * Remove the gray background color from active links in IE 10.
 */a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
 ========================================================================== *//**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== *//**
 * Remove border when inside `a` element in IE 8/9.
 */img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== *//**
 * Address margin not present in IE 8/9 and Safari 5.
 */figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
 ========================================================================== *//**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 *//**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */optgroup {
  font-weight: bold;
}
/* Tables
 ========================================================================== *//**
 * Remove most spacing between table cells.
 */table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* apply a natural box layout model to all elements */*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */.cf:before, .search .content-area:before, .archive .content-area:before, .error404 .content-area:before, .home .content-area:before, .search .site-main:before, .archive .site-main:before, .error404 .site-main:before, .home .site-main:before, .search article:before, .archive article:before, .error404 article:before, .home article:before, .single-header:before, #menu-social:before, .single .author-info .author-description:before, .infinite-loader:before, .slides:after:before, .welcome-area:before, .cf:after, .search .content-area:after, .archive .content-area:after, .error404 .content-area:after, .home .content-area:after, .search .site-main:after, .archive .site-main:after, .error404 .site-main:after, .home .site-main:after, .search article:after, .archive article:after, .error404 article:after, .home article:after, .single-header:after, #menu-social:after, .single .author-info .author-description:after, .infinite-loader:after, .slides:after:after, .welcome-area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after, .search .content-area:after, .archive .content-area:after, .error404 .content-area:after, .home .content-area:after, .search .site-main:after, .archive .site-main:after, .error404 .site-main:after, .home .site-main:after, .search article:after, .archive article:after, .error404 article:after, .home article:after, .single-header:after, #menu-social:after, .single .author-info .author-description:after, .infinite-loader:after, .slides:after:after, .welcome-area:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */.cf, .search .content-area, .archive .content-area, .error404 .content-area, .home .content-area, .search .site-main, .archive .site-main, .error404 .site-main, .home .site-main, .search article, .archive article, .error404 article, .home article, .single-header, #menu-social, .single .author-info .author-description, .infinite-loader, .slides:after, .welcome-area {
  *zoom: 1;
}
/* Text meant only for screen readers */.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Temporary Fix for Chrome 33 Webfont rendering issue
 *
 * Thanks Theme Foundry dudes! https://github.com/thethemefoundry/chrome-33-webfont-fixer-wordpress-plugin
 */body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: cwfffontfix;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes cwfffontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
body {
  font-size: 90%;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "freight-text-pro", "freight-text-pro-1", "freight-text-pro-2", "PT Serif", Georgia, serif;
}
@media all and (min-width: 768px) {
  body {
    font-size: 100%;
  }
}
@media all and (min-width: 960px) {
  body {
    font-size: 120%;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
h1 {
  font-size: 1.75em;
  font-size: 1.75rem;
  line-height: 1.1;
}
h2 {
  font-size: 1.5em;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25em;
  font-size: 1.25rem;
}
code {
  font-size: 0.85em;
  font-size: 0.85rem;
  font-family: "Inconsolata", monospace;
}
pre {
  line-height: 1;
  white-space: nowrap;
  overflow: auto;
  max-height: 250px;
}
pre code {
  display: block;
}
p, ol, ul {
  margin: 0 0 1em 0;
  margin-bottom: 1rem;
}
.inline-list li {
  display: inline-block;
  margin-right: 10px !important;
}
.inline-list li:last-child {
  margin-right: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
object {
  max-width: 100%;
}
hr {
  height: 1px;
  margin: 0 0 1em 0;
  margin-bottom: 1rem;
  border: none;
}
ul, ol {
  list-style: decimal;
  margin-left: 1.25em;
  margin-left: 1.25rem;
}
ul li, ol li {
  padding-left: 0.5em;
}
ul {
  list-style: disc;
}
pre {
  padding: 20px;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
  -webkit-box-shadow : 0 2px 2px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow : 0 2px 2px rgba(0, 0, 0, 0.06) inset;
  box-shadow : 0 2px 2px rgba(0, 0, 0, 0.06) inset;
}
blockquote {
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  font-size: 1.4em;
  font-size: 1.4rem;
}
@media all and (min-device-width: 768px) {
  blockquote {
    margin-left: -2em;
    margin-right: -2em;
  }
}
.entry-content {
  font-family: "freight-text-pro", "freight-text-pro-1", "freight-text-pro-2", "PT Serif", Georgia, serif;
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
@media all and (min-width: 600px) {
  .entry-content {
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  .entry-content {
    font-size: 22px;
  }
}
.dropcap:first-child:first-letter {
  float: left;
  margin-right: 10px;
  font-size: 3.5em;
  font-weight: 100;
  line-height: 0.85;
  font-weight: bold;
  font-family: "freight-text-pro", "freight-text-pro-1", "freight-text-pro-2", "PT Serif", Georgia, serif;
  position: relative;
}
.lead-in {
  font-size: 125%;
  margin-bottom: 2em;
  margin-bottom: 2rem;
  font-style: italic;
  font-family: "freight-text-pro", "freight-text-pro-1", "freight-text-pro-2", "PT Serif", Georgia, serif;
  color: #595959;
}
.lead-in.dropcap:first-child:first-letter {
  font-style: normal;
}
.sidebar-title, .widget .widgettitle, .social-menu h3 {
  font-size: 0.85em;
  font-size: 0.85rem;
  margin: 0 0 1em;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
label {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-weight: normal;
  font-size: 1em;
  font-size: 1rem;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="date"], input[type="url"], input[type="phone"], select, textarea {
  outline: 0;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: block;
  border: none;
  vertical-align: middle;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #808080;
  padding: 8px 10px;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input[type="password"] {
  margin: 0;
  width: auto;
  display: inline;
  vertical-align: middle;
}
textarea {
  width: 100%;
  min-height: 5em;
  resize: vertical;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="phone"]:focus, select:focus, textarea:focus {
  background-color: #f2f2f2;
  border: none;
}
input[type="submit"], input[type="reset"], button, .button, .post-edit-link {
  background-color: #28c5ff;
  color: #003042;
  border: none;
  padding: 0.75em 1.25em;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  font-size: 0.8rem;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-appearance: none;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
  -webkit-transition : 200ms, all, linear;
  -moz-transition : 200ms, all, linear;
  -o-transition : 200ms, all, linear;
  transition : 200ms all linear;
}
input[type="submit"]:focus, input[type="reset"]:focus, button:focus, .button:focus, .post-edit-link:focus {
  outline: none;
  -webkit-appearance: none;
  background-color: #00a0db;
  color: #000;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover, .post-edit-link:hover {
  background-color: #00a0db;
  color: #000;
}
input:focus, input:active {
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
}
.select-wrap {
  position: relative;
  background-color: #f2f2f2;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
}
.select-wrap select {
  cursor: pointer;
  background: transparent;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 35px;
  color: #fff;
}
.select-wrap .select-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0;
  width: 0;
  z-index: 20;
}
html, body {
  min-height: 100%;
}
.content-wrapper {
  position: relative;
  z-index: 999;
}
@media all and (min-width: 960px) {
  .archive .content-wrapper, .blog .content-wrapper, .search .content-wrapper, .error404 .content-wrapper, .home .content-wrapper {
    margin-left: 38.1966%;
    margin-right: 0;
  }
}
.single .entry-content {
  max-width: 700px;
  margin: 2em auto 4em;
  margin: 2rem auto 4rem;
}
.page .split-view {
  margin: 2em auto 4em;
  margin: 2rem auto 4rem;
}
@media all and (min-width: 768px) {
  .error404 .entry-title {
    margin-bottom: 1em;
    margin-bottom: 1rem;
  }
  .error404 #sidebar {
    margin-bottom: 2em;
    margin-bottom: 2rem;
  }
  .hentry.post:last-child, .hentry.page:last-child {
    margin-bottom: 0;
  }
  .single .hentry {
    margin-bottom: 0;
  }
  .hentry.has-featured-image header:before {
    background: none;
    color: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }
  .single .entry-content, .page .entry-content, .error404 .entry-content {
    margin-bottom: 2em;
    margin-bottom: 2rem;
  }
}
/* Colors */body {
  background-color: #fff;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
.commentable-wrapper a, .footertext a {
  border-bottom: 1px solid #00a0db;
}
.commentable-wrapper a:hover, .footertext a:hover, .commentable-wrapper a:focus, .footertext a:focus {
  border-bottom: 1px solid #00688e;
}
a:hover, a:active {
  color: #28c5ff;
}
.entry-content a:hover, .entry-content a:active, .footertext a:hover, .footertext a:active {
  color: #333;
  background: #28c5ff;
  border-color: #28c5ff;
}
hr {
  background-color: #f2f2f2;
}
code {
  background-color: #f2f2f2;
  color: #4d4d4d;
}
pre {
  background-color: #f2f2f2;
  color: #4d4d4d;
}
.required {
  color: #56b4ce;
}
.archive-title, .page-header {
  background-color: #f2f2f2;
}
header .genericon, header #menu-social ul li a, #menu-social ul li header a {
  color: #333;
  color: rgba(255, 255, 255, .2);
}
a header .genericon:hover, a header #menu-social ul li a:hover, #menu-social ul li a header a:hover {
  color: #28c5ff;
}
.post-content a {
  border-bottom: 2px solid #28c5ff;
}
.post-meta {
  color: #999;
}
.post-meta a {
  color: #999;
}
.post-meta a:hover {
  color: #28c5ff;
}
.post-meta-top .date {
  color: #b8b8b8;
}
.post-meta-top .date:hover {
  color: #28c5ff;
}
#footer {
  color: #858585;
}
#footer a {
  color: #545454;
}
#footer a:hover {
  color: #28c5ff;
}
.post-navigation a:hover, .paging-navigation a:hover, #infinite-handle a:hover {
  background-color: #28c5ff;
  color: #fff;
}
#sidebar .widget_calendar caption {
  background-color: #28c5ff;
  color: #fff;
}
#sidebar .widget_calendar thead th {
  background-color: #e3e3e3;
}
#sidebar .widget_calendar tbody a {
  background-color: #28c5ff;
  color: #fff;
}
#sidebar .widget_calendar tbody a:hover {
  background-color: #369ebb;
}
/**
 Genericons Helper CSS
 *//**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */@font-face {
  font-family: 'Genericons';
  src: url('assets/fonts/genericons-regular-webfont.eot');
}
@font-face {
  font-family: 'Genericons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url('assets/fonts/genericons-regular-webfont.ttf') format('truetype'), url('assets/fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * All Genericons
 */.genericon, #menu-social ul li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}
/**
 * IE7 and IE6 hacks
 */.genericon, #menu-social ul li a {
  *overflow: auto;
  *zoom: 1;
  *display: inline;
}
/**
 * Individual icons
 *//* Post formats */.genericon-standard:before, .post-format i:before {
  content: '\f100';
}
.genericon-aside:before {
  content: '\f101';
}
.genericon-image:before {
  content: '\f102';
}
.genericon-gallery:before, .format-gallery .post-format i:before {
  content: '\f103';
}
.genericon-video:before, .format-video .post-format i:before {
  content: '\f104';
}
.genericon-status:before, .format-status .post-format i:before {
  content: '\f105';
}
.genericon-quote:before, .format-quote .post-format i:before {
  content: '\f106';
}
.genericon-link:before, .format-link .post-format i:before {
  content: '\f107';
}
.genericon-chat:before, .format-chat .post-format i:before {
  content: '\f108';
}
.genericon-audio:before, .format-audio .post-format i:before {
  content: '\f109';
}
/* Social icons */.genericon-github:before {
  content: '\f200';
}
.genericon-dribbble:before {
  content: '\f201';
}
.genericon-twitter:before {
  content: '\f202';
}
.genericon-facebook:before {
  content: '\f203';
}
.genericon-facebook-alt:before {
  content: '\f204';
}
.genericon-wordpress:before {
  content: '\f205';
}
.genericon-googleplus:before {
  content: '\f206';
}
.genericon-linkedin:before {
  content: '\f207';
}
.genericon-linkedin-alt:before {
  content: '\f208';
}
.genericon-pinterest:before {
  content: '\f209';
}
.genericon-pinterest-alt:before {
  content: '\f210';
}
.genericon-flickr:before {
  content: '\f211';
}
.genericon-vimeo:before {
  content: '\f212';
}
.genericon-youtube:before {
  content: '\f213';
}
.genericon-tumblr:before {
  content: '\f214';
}
.genericon-instagram:before {
  content: '\f215';
}
.genericon-codepen:before {
  content: '\f216';
}
.genericon-polldaddy:before {
  content: '\f217';
}
.genericon-googleplus-alt:before {
  content: '\f218';
}
.genericon-path:before {
  content: '\f219';
}
.genericon-skype:before {
  content: '\f220';
}
.genericon-digg:before {
  content: '\f221';
}
.genericon-reddit:before {
  content: '\f222';
}
.genericon-stumbleupon:before {
  content: '\f223';
}
.genericon-pocket:before {
  content: '\f224';
}
/* Meta icons */.genericon-comment:before {
  content: '\f300';
}
.genericon-category:before {
  content: '\f301';
}
.genericon-tag:before {
  content: '\f302';
}
.genericon-time:before {
  content: '\f303';
}
.genericon-user:before {
  content: '\f304';
}
.genericon-day:before {
  content: '\f305';
}
.genericon-week:before {
  content: '\f306';
}
.genericon-month:before {
  content: '\f307';
}
.genericon-pinned:before {
  content: '\f308';
}
/* Other icons */.genericon-search:before {
  content: '\f400';
}
.genericon-unzoom:before {
  content: '\f401';
}
.genericon-zoom:before {
  content: '\f402';
}
.genericon-show:before {
  content: '\f403';
}
.genericon-hide:before {
  content: '\f404';
}
.genericon-close:before {
  content: '\f405';
}
.genericon-close-alt:before {
  content: '\f406';
}
.genericon-trash:before {
  content: '\f407';
}
.genericon-star:before {
  content: '\f408';
}
.genericon-home:before {
  content: '\f409';
}
.genericon-mail:before {
  content: '\f410';
}
.genericon-edit:before {
  content: '\f411';
}
.genericon-reply:before {
  content: '\f412';
}
.genericon-feed:before {
  content: '\f413';
}
.genericon-warning:before {
  content: '\f414';
}
.genericon-share:before {
  content: '\f415';
}
.genericon-attachment:before {
  content: '\f416';
}
.genericon-location:before {
  content: '\f417';
}
.genericon-checkmark:before {
  content: '\f418';
}
.genericon-menu:before {
  content: '\f419';
}
.genericon-refresh:before {
  content: '\f420';
}
.genericon-minimize:before {
  content: '\f421';
}
.genericon-maximize:before {
  content: '\f422';
}
.genericon-404:before {
  content: '\f423';
}
.genericon-spam:before {
  content: '\f424';
}
.genericon-summary:before {
  content: '\f425';
}
.genericon-cloud:before {
  content: '\f426';
}
.genericon-key:before {
  content: '\f427';
}
.genericon-dot:before {
  content: '\f428';
}
.genericon-next:before {
  content: '\f429';
}
.genericon-previous:before {
  content: '\f430';
}
.genericon-expand:before {
  content: '\f431';
}
.genericon-collapse:before {
  content: '\f432';
}
.genericon-dropdown:before {
  content: '\f433';
}
.genericon-dropdown-left:before {
  content: '\f434';
}
.genericon-top:before {
  content: '\f435';
}
.genericon-draggable:before {
  content: '\f436';
}
.genericon-phone:before {
  content: '\f437';
}
.genericon-send-to-phone:before {
  content: '\f438';
}
.genericon-plugin:before {
  content: '\f439';
}
.genericon-cloud-download:before {
  content: '\f440';
}
.genericon-cloud-upload:before {
  content: '\f441';
}
.genericon-external:before {
  content: '\f442';
}
.genericon-document:before {
  content: '\f443';
}
.genericon-book:before {
  content: '\f444';
}
.genericon-cog:before {
  content: '\f445';
}
.genericon-unapprove:before {
  content: '\f446';
}
.genericon-cart:before {
  content: '\f447';
}
.genericon-pause:before {
  content: '\f448';
}
.genericon-stop:before {
  content: '\f449';
}
.genericon-skip-back:before {
  content: '\f450';
}
.genericon-skip-ahead:before {
  content: '\f451';
}
.genericon-play:before {
  content: '\f452';
}
.genericon-tablet:before {
  content: '\f453';
}
.genericon-send-to-tablet:before {
  content: '\f454';
}
.genericon-info:before {
  content: '\f455';
}
.genericon-notice:before {
  content: '\f456';
}
.genericon-help:before {
  content: '\f457';
}
.genericon-fastforward:before {
  content: '\f458';
}
.genericon-rewind:before {
  content: '\f459';
}
.genericon-portfolio:before {
  content: '\f460';
}
.genericon-heart:before {
  content: '\f461';
}
.genericon-code:before {
  content: '\f462';
}
.genericon-subscribe:before {
  content: '\f463';
}
.genericon-unsubscribe:before {
  content: '\f464';
}
.genericon-subscribed:before {
  content: '\f465';
}
.genericon-reply-alt:before {
  content: '\f466';
}
.genericon-reply-single:before {
  content: '\f467';
}
.genericon-flag:before {
  content: '\f468';
}
.genericon-print:before {
  content: '\f469';
}
.genericon-lock:before {
  content: '\f470';
}
.genericon-bold:before {
  content: '\f471';
}
.genericon-italic:before {
  content: '\f472';
}
.genericon-picture:before {
  content: '\f473';
}
/* Generic shapes */.genericon-uparrow:before {
  content: '\f500';
}
.genericon-rightarrow:before {
  content: '\f501';
}
.genericon-downarrow:before {
  content: '\f502';
}
.genericon-leftarrow:before {
  content: '\f503';
}
@media all and (max-width: 768px) {
  .entry-title, .entry-content {
    overflow: hidden;
  }
}
.entry-content > * {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 1em;
}
span.entry-subtitle {
  font-family: "freight-text-pro", "freight-text-pro-1", "freight-text-pro-2", "PT Serif", Georgia, serif;
  font-style: italic;
  margin-top: 0.25em;
  font-size: 75% !important;
  font-weight: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  margin-bottom: 1em;
  margin-bottom: 1rem;
}
.single span.entry-subtitle {
  margin-bottom: 0;
  font-size: 50%;
}
.post-format {
  background-color: #28c5ff;
  color: #000;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  line-height: 1;
  display: inline-block;
  padding: 7px 15px 7px 12px;
}
.post-format span, .post-format i {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.post-format i {
  color: #000;
  color: rgba(0, 0, 0, .6);
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
}
.attachment-thumbnail.wp-post-image {
  float: right;
  margin-left: 1em;
  margin-left: 1rem;
  -webkit-border-radius : 50% 50%;
  -moz-border-radius : 50% 50%;
  -ms-border-radius : 50% 50%;
  -o-border-radius : 50% 50%;
  border-radius : 50% 50%;
  width: 75px;
  height: 75px;
}
.entry-read-more {
  max-width: 700px;
  margin: 0 auto;
}
.entry-read-more a {
  padding-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  font-size: 0.84em;
  font-size: 0.84rem;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #28c5ff;
}
.entry-read-more a:hover {
  color: #00b2f4;
  border-color: #00b2f4;
}
.single header.post-header.has-featured-image, .page header.post-header.has-featured-image {
  background-color: #fff;
  background-position: center center;
}
/* The large image that accompanies post and pages with Featured Images */.page .post-header, .single .post-header {
  z-index: -1;
  background-size: cover;
  padding-top: 20px;
  margin-left: 6%;
  margin-right: 6%;
}
.page .post-header .text, .single .post-header .text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  margin-top: 4rem;
}
.page .post-header.has-featured-image, .single .post-header.has-featured-image {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5em;
  margin-bottom: 5rem;
}
.page .post-header.has-featured-image:after, .single .post-header.has-featured-image:after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .5));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page .post-header.has-featured-image .text, .single .post-header.has-featured-image .text {
  position: relative;
  z-index: 50;
}
@media all and (min-width: 768px) {
  .page .post-header.has-featured-image .text, .single .post-header.has-featured-image .text {
    position: absolute;
    bottom: 40px;
    width: auto;
    display: block;
    right: 6%;
    left: 6%;
    width: 100%;
  }
}
.page .post-header.has-featured-image .text h1 a, .single .post-header.has-featured-image .text h1 a {
  margin: 0;
}
.page .post-header.has-featured-image .text:after, .single .post-header.has-featured-image .text:after {
  margin-top: 20px;
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  content: '\f431';
  color: white;
}
.page .post-header.has-featured-image, .single .post-header.has-featured-image, .page .post-header.has-featured-image .inner, .single .post-header.has-featured-image .inner {
  height: 100%;
  z-index: 0;
}
.page .post-header.has-featured-image, .single .post-header.has-featured-image, .page .post-header.has-featured-image h1 a, .single .post-header.has-featured-image h1 a, .page .post-header.has-featured-image .date-posted, .single .post-header.has-featured-image .date-posted {
  color: white;
}
.page .post-header.has-featured-image .date-posted, .single .post-header.has-featured-image .date-posted {
  color: rgba(255, 255, 255, .6);
}
.page .post-header.has-featured-image .entry-title a, .single .post-header.has-featured-image .entry-title a {
  color: #fff;
}
.page .post-header.has-featured-image .entry-title a:hover, .single .post-header.has-featured-image .entry-title a:hover {
  color: #e6e6e6;
}
.page .post-header.has-featured-image .date-posted, .single .post-header.has-featured-image .date-posted {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.page .post-header .date-posted, .single .post-header .date-posted {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-weight: 300;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-bottom: 1rem;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page .post-header .date-posted, .single .post-header .date-posted, .page .post-header .date-posted a, .single .post-header .date-posted a {
  color: #888;
  color: rgba(0, 0, 0, .3);
}
.page .post-header .date-posted a:hover, .single .post-header .date-posted a:hover {
  color: #444;
  color: rgba(0, 0, 0, .6);
}
.page .post-header a, .single .post-header a {
  text-decoration: none;
}
.page .post-header .entry-title, .single .post-header .entry-title {
  font-size: 2.6em;
  font-weight: 300;
  margin: 0;
}
.page .post-header h2, .single .post-header h2 {
  font-size: 1.8em;
  font-style: italic;
  margin: 0;
  font-style: italic;
  font-weight: normal;
}
.search .content-area, .archive .content-area, .error404 .content-area, .home .content-area {
  margin: 0;
}
.search article, .archive article, .error404 article, .home article {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.5em;
  padding: 1.5rem;
}
@media all and (min-width: 600px) {
  .search article, .archive article, .error404 article, .home article {
    padding: 3em;
    padding: 3rem;
  }
}
.search article .attachment-largo-post-header-lede, .archive article .attachment-largo-post-header-lede, .error404 article .attachment-largo-post-header-lede, .home article .attachment-largo-post-header-lede {
  display: block;
  margin-bottom: 2em;
  margin-bottom: 2rem;
}
.search article .post-header, .archive article .post-header, .error404 article .post-header, .home article .post-header {
  padding: 0;
  margin-bottom: 10px;
}
.search article .post-format, .archive article .post-format, .error404 article .post-format, .home article .post-format {
  display: none;
}
.search article .date-posted, .archive article .date-posted, .error404 article .date-posted, .home article .date-posted {
  z-index: 9999;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  color: rgba(0, 0, 0, .4);
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.5em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.search article:nth-child(3n+1), .archive article:nth-child(3n+1), .error404 article:nth-child(3n+1), .home article:nth-child(3n+1) {
  clear: both;
}
.search article .entry-title, .archive article .entry-title, .error404 article .entry-title, .home article .entry-title {
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
  font-size: 1.5em;
  font-size: 1.5rem;
}
.search article .entry-content, .archive article .entry-content, .error404 article .entry-content, .home article .entry-content {
  text-align: left;
}
@media all and (min-width: 768px) {
  .search article .entry-content, .archive article .entry-content, .error404 article .entry-content, .home article .entry-content {
    font-size: 1em;
    font-size: 1.2rem;
  }
}
.error404 .commentable-wrapper {
  max-width: none !important;
}
.header-aside {
  background-color: #fff;
  padding: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #aaa;
  color: rgba(0, 0, 0, .7);
}
@media all and (min-width: 960px) {
  .header-aside {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 38.2%;
    z-index: 500;
    margin-bottom: 0;
    height: 100%;
  }
}
.header-aside .slide {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-open {
  overflow: hidden;
}
#masthead {
  z-index: 10001;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 782px) {
  .admin-bar #masthead {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
  }
}
@media all and (min-width: 782px) and (max-width: 960px) {
  .admin-bar #masthead {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
  }
}
#masthead .site-title, #masthead .site-description {
  color: #aaa;
  margin: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
}
#masthead .site-description {
  font-size: 1em;
  font-size: 1rem;
  font-family: "freight-text-pro", "freight-text-pro-1", "freight-text-pro-2", "PT Serif", Georgia, serif;
  font-style: italic;
  padding-bottom: 2em;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 2em;
  margin-bottom: 2rem;
}
#masthead-sidebar-container {
  width: 300px;
  -webkit-transform : translate3d(-100%, 0, 0);
  -moz-transform : translate3d(-100%, 0, 0);
  -ms-transform : translate3d(-100%, 0, 0);
  -o-transform : translate3d(-100%, 0, 0);
  transform : translate3d(-100%, 0, 0);
  -webkit-transition : -webkit-transform, 300ms, cubic-bezier(0.55, 0.11, 0.51, 0.93);
  -moz-transition : -moz-transform, 300ms, cubic-bezier(0.55, 0.11, 0.51, 0.93);
  -o-transition : -o-transform, 300ms, cubic-bezier(0.55, 0.11, 0.51, 0.93);
  transition : transform 300ms cubic-bezier(0.55, 0.11, 0.51, 0.93);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1200;
  padding-top: 60px;
}
.admin-bar #masthead-sidebar-container {
  top: 32px;
}
@media all and (max-width: 782px) {
  .admin-bar #masthead-sidebar-container {
    top: 46px;
  }
}
.menu-open #masthead-sidebar-container {
  -webkit-transform : translate3d(0, 0, 0);
  -moz-transform : translate3d(0, 0, 0);
  -ms-transform : translate3d(0, 0, 0);
  -o-transform : translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.close-menu-area {
  display: none;
}
.menu-open .close-menu-area {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  opacity: 0;
  z-index: 500;
  -webkit-transition : opacity, 0.5s;
  -moz-transition : opacity, 0.5s;
  -o-transition : opacity, 0.5s;
  transition : opacity 0.5s;
  cursor: pointer;
  opacity: 1;
  z-index: 10000;
}
.header-menu-close {
  position: relative;
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, .25);
  border-radius: 4px;
}
.header-menu-close:before, .header-menu-close:after {
  content: "";
  width: 4px;
  height: 20px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -2px;
}
.header-menu-close:before {
  -webkit-transform : rotate(45deg);
  -moz-transform : rotate(45deg);
  -ms-transform : rotate(45deg);
  -o-transform : rotate(45deg);
  transform : rotate(45deg);
}
.header-menu-close:after {
  -webkit-transform : rotate(-45deg);
  -moz-transform : rotate(-45deg);
  -ms-transform : rotate(-45deg);
  -o-transform : rotate(-45deg);
  transform : rotate(-45deg);
}
#masthead .menu-button {
  z-index: 500;
  cursor: pointer;
  -webkit-transition : 200ms, all, linear;
  -moz-transition : 200ms, all, linear;
  -o-transition : 200ms, all, linear;
  transition : 200ms all linear;
  padding: 14px 14px 14px 22px;
  position: absolute;
  top: 0;
  left: auto;
  text-align: left;
  whitespace: nowrap;
  color: white;
  -webkit-transition : 200ms, padding, ease-in-out;
  -moz-transition : 200ms, padding, ease-in-out;
  -o-transition : 200ms, padding, ease-in-out;
  transition : 200ms padding ease-in-out;
}
.no-featured-image #masthead .menu-button {
  color: #333;
  text-shadow: none;
}
.no-featured-image #masthead .menu-button:hover {
  color: white;
}
@media all and (max-width: 768px) {
  #masthead .menu-button {
    position: absolute;
  }
}
@media all and (min-width: 960px) {
  #masthead .menu-button {
    position: fixed;
  }
  .admin-bar #masthead .menu-button {
    top: 32px;
  }
}
@media all and (min-width: 960px) {
  .page #masthead .menu-button, .single #masthead .menu-button {
    position: absolute;
  }
}
.has-featured-image #masthead .menu-button {
  text-shadow: 0 2px 7px rgba(0, 0, 0, .5);
}
#masthead .menu-button:hover {
  background-color: #28c5ff;
  padding-left: 35px;
}
.menu-open #masthead .menu-button {
  display: none;
}
@media all and (min-width: 960px) {
  .menu-open #masthead .menu-button {
    width: 300px;
  }
}
#masthead .menu-button .menu-button-text-wrapper {
  line-height: 0;
}
#masthead .menu-button .menu-button-text {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 27px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  whitespace: nowrap;
  -webkit-transform : 200ms color linear;
  -moz-transform : 200ms color linear;
  -ms-transform : 200ms color linear;
  -o-transform : 200ms color linear;
  transform : 200ms color linear;
}
.no-featured-image .menu-button:hover #masthead .menu-button .menu-button-text {
  color: white !important;
}
#masthead .menu-button .menu-button-icon {
  display: inline-block;
  padding: 6px;
  padding-left: 0;
  margin-left: 4px;
  width: 20px;
  margin-top: 7px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
#masthead .menu-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#masthead .menu-button .header-image {
  height: 54px;
  width: 54px;
  overflow: hidden;
}
.single-header {
  z-index: 9999;
  position: relative;
}
.single-header .header-image, .single-header .author-avatar {
  display: inline;
  float: right;
}
.single-header .header-image a, .single-header .author-avatar a {
  display: inline-block;
}
.single-header .header-image img, .single-header .author-avatar img {
  max-height: 65px;
  width: auto;
}
.single-header .author-avatar img {
  max-height: 45px;
  -webkit-border-radius : 50px;
  -moz-border-radius : 50px;
  -ms-border-radius : 50px;
  -o-border-radius : 50px;
  border-radius : 50px;
  border: 2px solid white;
}
.single-header .author-avatar:hover img {
  -webkit-border-radius : 0;
  -moz-border-radius : 0;
  -ms-border-radius : 0;
  -o-border-radius : 0;
  border-radius : 0;
  border-width: 0;
}
/*
 * The Masthead
 *
 */#masthead-sidebar-container {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  background-color: #fff;
  color: #aaa;
  color: rgba(0, 0, 0, .7);
  padding-top: 20px;
}
#masthead-sidebar-container .sidebar-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  overflow: auto;
}
.demo-site #masthead-sidebar-container {
  top: 100px;
}
@media all and (max-width: 768px) {
  #masthead-sidebar-container {
    font-size: 1.2em;
    font-size: 1.2rem;
  }
}
#masthead-sidebar-container h1 {
  margin-top: 20px;
  font-size: 1.02em;
  font-size: 1.02rem;
  text-align: center;
}
#masthead-sidebar-container h1 a {
  color: #aaa;
  color: rgba(0, 0, 0, .7);
  -webkit-border-radius : 3px;
  -moz-border-radius : 3px;
  -ms-border-radius : 3px;
  -o-border-radius : 3px;
  border-radius : 3px;
}
#masthead-sidebar-container h1 a:hover {
  color: #28c5ff;
}
#masthead-sidebar-container .desc {
  font-size: 0.96em;
  font-size: 0.96rem;
  color: #b6b6b6;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 2em;
  margin-bottom: 2rem;
  text-align: center;
}
#masthead-sidebar-container .desc::after {
  content: "";
  margin-left: 25%;
  margin-right: 25%;
  display: block;
  border-bottom: 2px solid #000;
  margin-top: 1.5em;
  margin-top: 1.5rem;
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
#masthead-sidebar-container .header-image img {
  max-width: 120px;
  margin-bottom: 0.25em;
  margin-bottom: 0.25rem;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
  margin-top: -40px;
}
#masthead-sidebar-container .header-image img.circle {
  -webkit-border-radius : 80px;
  -moz-border-radius : 80px;
  -ms-border-radius : 80px;
  -o-border-radius : 80px;
  border-radius : 80px;
  border: 3px solid #fff;
}
#masthead-sidebar-container .select-wrap, #masthead-sidebar-container input[type="search"] {
  background-color: #222;
}
#masthead-sidebar-container .select-wrap select {
  background-color: #222;
  color: #fff;
}
#masthead-sidebar-container .select-arrow {
  border-top-color: #fff;
}
#masthead-sidebar .widgets {
  text-align: left;
}
#main-navigation {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
  padding: 2em 0;
  padding: 2rem 0;
  text-align: left;
  -webkit-backface-visibility: hidden;
  overflow-y: scroll;
}
#main-navigation::-webkit-scrollbar {
  display: none;
}
#main-navigation::-moz-scrollbar {
  display: none;
}
#main-navigation .menu {
  font-size: 0.75em;
  font-size: 0.75rem;
}
#main-navigation .menu ul, #main-navigation .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-navigation .menu li a {
  padding: 0.8em 0.75em;
  padding: 0.8rem 0.75rem;
  display: block;
  color: white;
}
#main-navigation .menu li a:hover {
  color: #28c5ff;
}
#previous-post {
  max-width: 700px;
  margin: 0 auto;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-size: 0.8em;
  font-size: 0.8rem;
  padding: 1.5em;
  padding: 1.5rem;
}
@media all and (min-width: 600px) {
  #previous-post {
    padding: 3em;
    padding: 3rem;
  }
}
#previous-post a {
  position: relative;
}
#previous-post i {
  vertical-align: middle;
  font-size: 12px;
  left: -25px;
  position: absolute;
  line-height: 18px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#previous-post .previous-post {
  text-transform: uppercase;
}
#previous-post h1 {
  margin: 0.4em 0 0 0;
}
#next-post a {
  display: block;
  color: white;
  text-align: center;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
#next-post a:hover .inner {
  background-color: rgba(40, 197, 255, .4);
}
#next-post .inner {
  padding: 4em 0;
  padding: 4rem 0;
  -webkit-transition : 200ms, background-color, linear;
  -moz-transition : 200ms, background-color, linear;
  -o-transition : 200ms, background-color, linear;
  transition : 200ms background-color linear;
}
@media screen and (min-width: 1080px) {
  #next-post .inner {
    padding: 6em 0;
    padding: 6rem 0;
  }
}
#next-post .fader {
  max-width: 700px;
  margin: 0 auto;
}
#next-post .next-post {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-size: 0.95em;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
}
#next-post h1 {
  margin-top: 0.3em;
  margin: 0.3rem 0 0 0;
  font-size: 2.7em;
  font-size: 2.7rem;
}
/*
 * Paginated Posts
 */.page-links {
  overflow: auto;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  font-size: 1rem;
  text-align: center;
  margin-left: 0;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  padding-left: 8px;
  padding-right: 8px;
}
.page-links span {
  padding: 6px 0;
  display: inline-block;
  text-align: center;
  min-width: 2em;
}
.page-links a {
  display: inline-block;
  -webkit-border-radius : 3px;
  -moz-border-radius : 3px;
  -ms-border-radius : 3px;
  -o-border-radius : 3px;
  border-radius : 3px;
}
.page-links a:hover {
  color: black;
  background-color: #28c5ff;
}
.page-links-title {
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
  margin-bottom: 0.5em;
  text-align: left;
  background-color: #f2f2f2;
  display: block !important;
}
/* Banner Bar */a.banner-bar {
  background-color: #28c5ff;
  color: #fff;
  padding: 2em;
  display: none;
}
/* .banner-bar {
 background: $primary-color;
 display: block;
 position: absolute;
 left: $masthead-width;
 right: 0;
 padding: 25px 40px;
 color: #000;
 font-weight: 700;
 position:relative;
 z-index:9999999;
 font-size:30px;
 span {
 color: #000;
 }
 .boxed {
 border: 3px solid #000;
 display: inline-block;
 padding: 8px 12px;
 font-size: .65em;
 text-transform: uppercase;
 margin-left:20px;
 }
 }
 */.widgets .widget:first-child {
  margin-top: 40px;
}
.widgets .widget:last-child {
  margin-bottom: 40px;
}
#sidebar {
  font-size: 0.85em;
  font-size: 1rem;
}
.content-area #sidebar {
  max-width: 700px;
  margin: 0 auto;
}
#masthead-sidebar-container {
  color: #aaa;
  color: rgba(0, 0, 0, .7);
  height: 100%;
  font-size: 0.85em;
  font-size: 1rem;
}
@media all and (max-width: 768px) {
  #masthead-sidebar-container {
    font-size: 100%;
  }
}
#masthead-sidebar-container h1, #masthead-sidebar-container h2, #masthead-sidebar-container h3, #masthead-sidebar-container h4, #masthead-sidebar-container h5, #masthead-sidebar-container h6 {
  color: #b6b6b6;
  color: rgba(0, 0, 0, .5);
}
#masthead-sidebar-container .widgets {
  overflow: auto;
  height: 100%;
  position: relative;
}
#masthead-sidebar-container a {
  color: #aaa;
}
#masthead-sidebar-container a:hover {
  color: #848484;
}
#masthead-sidebar-container .widget {
  margin-bottom: 2em;
}
#masthead-sidebar-container .widget li li:before {
  background-color: #555;
  background-color: rgba(0, 0, 0, .1);
}
#masthead-sidebar-container .widget li li:after {
  background-color: #555;
  background-color: rgba(0, 0, 0, .1);
}
#masthead-sidebar-container .widget_pages a, #masthead-sidebar-container .widget_nav_menu a {
  display: block;
}
#masthead-sidebar-container .widget_pages a:hover, #masthead-sidebar-container .widget_nav_menu a:hover {
  color: #222;
  background-color: #28c5ff;
  padding-left: 1em;
}
.widget {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  margin-bottom: 3em;
}
@media all and (min-width: 768px) {
  .widget:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 641px) {
  #secondary .widget:first-child {
    padding-top: 0;
  }
}
#footer .widget {
  padding: 0 20px 30px;
}
@media all and (max-width: 640px) {
  #footer .widget:last-child {
    padding-bottom: 0;
  }
}
.widget ul, .widget ol {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 2em;
  list-style: none;
}
.widget li {
  padding: 0;
  margin: 0;
  position: relative;
}
.widget li li {
  padding: 0 0 0 15px;
}
.widget li li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 3px;
  top: 18px;
  overflow: hidden;
  background-color: #aaa;
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 768px) {
  .widget li li:before {
    height: 2px;
  }
}
.widget li li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  top: 5px;
  height: 13px;
  overflow: hidden;
  background-color: #aaa;
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 768px) {
  .widget li li:after {
    width: 2px;
  }
}
.widget a {
  color: #fff;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}
.widget a:hover {
  color: #fff;
  color: rgba(255, 255, 255, .9);
}
.widget_custom_author .avatar {
  -webkit-border-radius : 200px;
  -moz-border-radius : 200px;
  -ms-border-radius : 200px;
  -o-border-radius : 200px;
  border-radius : 200px;
}
/*
 * Tags
 *
 */.widget_custom_tags, .widget_custom_categories {
  overflow: hidden;
  *zoom: 1;
}
.widget_custom_tags a, .widget_custom_categories a {
  margin-bottom: 7px;
  margin-right: 7px;
  display: block;
  float: left;
}
.widget_custom_tags a, .widget_custom_categories a {
  border-radius: 3px;
  padding: 8px 8px;
  font-weight: 400;
  line-height: 1em;
  font-size: 0.8em;
  font-size: 0.8rem;
  white-space: nowrap;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #00a0db;
  background-color: #28c5ff;
  color: #003042;
}
.widget_custom_tags a:hover, .widget_custom_categories a:hover {
  background-color: #00a0db;
  color: #000;
  border-bottom: 1px solid #00688e;
}
/* Meta Widget */.widget_meta abbr {
  background-color: #f60;
  color: white;
  font-size: 0.75em;
  font-size: 0.75rem;
  padding: 2px 5px;
  -webkit-border-radius : 2px;
  -moz-border-radius : 2px;
  -ms-border-radius : 2px;
  -o-border-radius : 2px;
  border-radius : 2px;
  margin-left: 3px;
  font-weight: bold;
}
/* Calendar Widget */.widget_calendar #calendar_wrap {
  position: relative;
  font-size: 0.9em;
  font-size: 0.9rem;
}
.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  color: #333;
}
.widget_calendar #calendar_wrap #wp-calendar td, .widget_calendar #calendar_wrap #wp-calendar th {
  width: 14.28571%;
  background: white;
}
.widget_calendar #calendar_wrap #wp-calendar, .widget_calendar #calendar_wrap #wp-calendar td, .widget_calendar #calendar_wrap #wp-calendar th, .widget_calendar #calendar_wrap #wp-calendar caption {
  text-align: center;
}
.widget_calendar #calendar_wrap #wp-calendar caption {
  color: #222;
  padding: 0.75em 0.25em;
  font-weight: bold;
  background-color: #28c5ff;
}
.widget_calendar #calendar_wrap #wp-calendar thead th {
  padding: 0.25em 0;
  background-color: white;
}
.widget_calendar #calendar_wrap #wp-calendar thead th:last-child {
  border: none;
}
.widget_calendar #calendar_wrap #wp-calendar tbody tr {
  border-bottom: 1px solid white;
}
.widget_calendar #calendar_wrap #wp-calendar tbody tr:last-child {
  border: none;
}
.widget_calendar #calendar_wrap #wp-calendar tbody tr td {
  border-bottom: 1px solid white;
  height: 2em;
  padding: 0;
  margin: 0;
}
.widget_calendar #calendar_wrap #wp-calendar tbody tr td a {
  color: #28c5ff;
  display: block;
  font-weight: bold;
  border-bottom: none;
  -webkit-transition : 200ms, color, linear;
  -moz-transition : 200ms, color, linear;
  -o-transition : 200ms, color, linear;
  transition : 200ms color linear;
}
.widget_calendar #calendar_wrap #wp-calendar tfoot {
  background: #f2f2f2;
}
.widget_calendar #calendar_wrap #wp-calendar tfoot td {
  padding: 0.5em 1em;
  font-weight: bold;
}
.widget_calendar #calendar_wrap #wp-calendar tfoot td a {
  color: #333;
  -webkit-transition : 200ms, color, linear;
  -moz-transition : 200ms, color, linear;
  -o-transition : 200ms, color, linear;
  transition : 200ms color linear;
}
.widget_calendar #calendar_wrap #wp-calendar tfoot td a:hover {
  color: #28c5ff;
}
.widget_calendar #calendar_wrap #wp-calendar tfoot td#prev {
  text-align: left;
}
.widget_calendar #calendar_wrap #wp-calendar tfoot td#next {
  text-align: right;
}
/* RSS Widget */.widget_rss ul li {
  padding: 0 0 1em;
}
.widget_rss a {
  font-weight: bold;
  font-size: 1.1em;
  font-size: 1.1rem;
  -webkit-transition : 200ms, color, linear;
  -moz-transition : 200ms, color, linear;
  -o-transition : 200ms, color, linear;
  transition : 200ms color linear;
}
.widget_rss .rss-date, .widget_rss .rssSummary, .widget_rss cite {
  font-size: 1em;
  font-size: 1rem;
}
.widget_rss .rss-date {
  font-weight: normal;
  margin: 0 0 0.9em 0;
  display: block;
}
.widget_rss cite {
  margin: 0.5em 0;
}
/* Recent Comments */.widget_recent_comments ul li:last-child {
  margin: 0;
}
.widget_nav_menu .search-form, .widget_nav_menu .mobile-menu, .widget_nav_menu .menu-link {
  display: none;
}
/* Custom Text Widget */.widget_text {
  line-height: 1.5;
}
.widget-grofile {
  overflow-y: hidden;
}
.widget-grofile img.grofile-thumbnail {
  float: left;
  width: 35% !important;
  clear: both;
  margin-right: 5%;
  margin-bottom: 20px;
  -webkit-border-radius : 50px;
  -moz-border-radius : 50px;
  -ms-border-radius : 50px;
  -o-border-radius : 50px;
  border-radius : 50px;
}
.widget-grofile .grofile-meta {
  float: left;
  width: 60%;
}
.section-title, .archive-title {
  font-size: 1em;
  font-weight: bold;
  color: #888;
  color: rgba(0, 0, 0, .3);
  background: transparent;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.5em;
  padding: 1.5rem;
}
@media all and (min-width: 600px) {
  .section-title, .archive-title {
    padding: 3em;
    padding: 3rem;
  }
}
.more-link {
  clear: both;
}
.paging-navigation {
  overflow: auto;
  text-align: center;
  padding: 30px 0;
  margin-left: 1.5em;
  margin-left: 1.5rem;
  margin-right: 1.5em;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 1201px) {
  .paging-navigation {
    margin-left: 3em;
    margin-left: 3rem;
    margin-right: 3em;
    margin-right: 3rem;
  }
}
.paging-navigation .nav-previous {
  width: 50%;
  float: left;
  text-align: left;
}
.paging-navigation .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
.paging-navigation a {
  padding: 0.4em 0.8em;
  text-align: center;
  display: inline-block;
  color: #ef2849;
  border: 3px solid #ef2849;
  font-size: 0.8em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 120ms ease-in;
  transition: all 120ms ease-in;
}
.paging-navigation a:hover {
  background-color: #ef2849;
  color: white;
  padding-left: 1.1em;
  padding-right: 1.1em;
}
.social-menu {
  position: relative;
  margin-top: 25px;
  padding-top: 20px;
  overflow: hidden;
}
#menu-social {
  padding-bottom: 20px;
}
#menu-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-social ul li {
  display: inline-block;
  position: relative;
  margin: 0 7px 15px 0;
  padding: 0;
}
#menu-social ul li:first-child {
  margin-left: 0;
}
#menu-social ul li a {
  font-size: 26px;
  height: 26px;
  width: 26px;
  -webkit-transition : all, 100ms, ease-in-out;
  -moz-transition : all, 100ms, ease-in-out;
  -o-transition : all, 100ms, ease-in-out;
  transition : all 100ms ease-in-out;
}
#menu-social ul li a:before {
  color: #b6b6b6;
  color: rgba(0, 0, 0, .5);
  content: '\f415';
}
#menu-social ul li a:hover {
  -webkit-transform : scale(1.2);
  -moz-transform : scale(1.2);
  -ms-transform : scale(1.2);
  -o-transform : scale(1.2);
  transform : scale(1.2);
}
#menu-social ul li a:hover:before {
  color: #b6b6b6;
  color: rgba(0, 0, 0, .5);
}
#menu-social ul li a[href*="wordpress.org"]:before, #menu-social ul li a[href*="wordpress.com"]:before {
  content: '\f205';
}
#menu-social ul li a[href*="facebook.com"]:before {
  content: '\f203';
}
#menu-social ul li a[href*="twitter.com"]:before {
  content: '\f202';
}
#menu-social ul li a[href*="dribbble.com"]:before {
  content: '\f201';
}
#menu-social ul li a[href*="plus.google.com"]:before {
  content: '\f206';
}
#menu-social ul li a[href*="pinterest.com"]:before {
  content: '\f210';
}
#menu-social ul li a[href*="github.com"]:before {
  content: '\f200';
}
#menu-social ul li a[href*="tumblr.com"]:before {
  content: '\f214';
}
#menu-social ul li a[href*="youtube.com"]:before {
  content: '\f213';
}
#menu-social ul li a[href*="flickr.com"]:before {
  content: '\f211';
}
#menu-social ul li a[href*="vimeo.com"]:before {
  content: '\f212';
}
#menu-social ul li a[href*="instagram.com"]:before {
  content: '\f215';
}
#menu-social ul li a[href*="codepen.io"]:before {
  content: '\f216';
}
#menu-social ul li a[href*="linkedin.com"]:before {
  content: '\f208';
}
/*
 * Comment Thread
 *
 */#comments {
  margin: 20px auto;
  max-width: 700px;
}
@media all and (max-width: 768px) {
  #comments {
    margin: 20px;
  }
}
#comments .reply-title, #comments .comments-title {
  font-size: 1.3em;
  font-size: 1.3rem;
  margin-bottom: 1em;
  margin-bottom: 1rem;
}
.comment-list, .comment-list li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.comment-list li article {
  margin-left: 96px;
  margin-bottom: 56px;
}
.comment-list li.pingback, .comment-list li.trackback {
  border: 2px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  padding: 1rem 0;
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem;
}
.comment-list li .fn {
  font-size: 1.1em;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: bold;
}
.comment-list li .fn a {
  color: #333;
}
.comment-list li .fn a:hover {
  color: #4d4d4d;
}
.comment-list li .comment-author, .comment-list li .comment-metadata {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
.comment-list li .comment-metadata {
  margin-bottom: 1em;
  margin-bottom: 1rem;
}
.comment-list li .comment-metadata a {
  color: #333;
  -webkit-transition : 150ms, color, linear;
  -moz-transition : 150ms, color, linear;
  -o-transition : 150ms, color, linear;
  transition : 150ms color linear;
}
.comment-list li .comment-metadata a:hover {
  color: #4d4d4d;
}
.comment-list .comment-awaiting-moderation {
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
  background-color: #d9d9d9;
  color: #666;
  padding: 10px 15px;
  font-size: 0.9em;
  font-size: 0.9rem;
  margin-top: 1em;
}
.comment-meta .avatar {
  float: left;
  margin-left: -96px;
  -webkit-border-radius : 3px;
  -moz-border-radius : 3px;
  -ms-border-radius : 3px;
  -o-border-radius : 3px;
  border-radius : 3px;
}
/* comment styles specific to mobile */@media only screen and (max-width : 640px) {
  .comment-list li article {
    margin: 0 0 3em 0;
  }
  .comment-meta {
    overflow: hidden;
  }
  .comment-meta .avatar {
    margin: 0 10px 0 0;
  }
  #comments time {
    float: none;
    display: block;
    margin-bottom: 14px;
    text-align: left;
  }
}
#respond {
  margin-top: 1em;
  margin-top: 1rem;
  margin-bottom: 4em;
  margin-bottom: 4rem;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
#respond .logged-in-as {
  border: 1px solid #f2f2f2;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 0;
  font-size: 0.65em;
  font-size: 0.65rem;
}
#respond .logged-in-as a {
  font-weight: bold;
}
#respond .logged-in-as a:nth-of-type(2n) {
  float: right;
}
#respond .comment-notes {
  font-size: 0.87em;
  font-size: 0.87rem;
  margin-bottom: 2em;
  margin-bottom: 2rem;
  color: #999;
}
#respond .form-allowed-tags {
  font-size: 0.8em;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 2em;
  margin-bottom: 2rem;
}
#respond .form-allowed-tags code {
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width : 480px) {
  #respond p[class*="comment-form"] {
    padding: 0;
  }
  #respond input[type="submit"] {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* Galleries */.gallery-item a, .gallery-item img {
  display: block;
  margin: 0 auto 0.5em;
}
.gallery-caption {
  padding: 0 0 1.5em;
  font-size: 0.9em;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  font-style: italic;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-item a, .gallery-item img {
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  font-size: 0.65em;
  font-size: 0.65rem;
  max-height: 53%;
  font-style: normal;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
.footertext {
  clear: both;
  text-align: left;
  font-size: 0.65em;
  font-size: 0.65rem;
  line-height: 1.4em;
  background-color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 28px;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
.footertext a[rel="generator"] {
  margin-right: 2em;
}
.search-form {
  overflow: auto;
}
.search #main .search-form {
  margin: 60px 10% 60px 0;
}
.search-results #main .search-form {
  margin: 20px 10%;
}
@media screen and (min-width: 768px) {
  .search-results #main .search-form {
    margin-left: 100px;
  }
}
.widget .search-form {
  border-radius: 4px;
}
.search-form, .search-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form label {
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: block;
  width: 80%;
  float: left;
}
.search-form input[type="search"] {
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input::-webkit-input-placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
}
.search-form input::-moz-placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
}
.search-form input:-ms-input-placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
}
.search-form input:-moz-placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
}
.search-form .search-submit {
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: block;
  font-family: 'Genericons';
  width: 20%;
  float: left;
  font-size: 21px;
  background: #28c5ff;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  color: rgba(0, 0, 0, .7);
}
.widget .search-form .search-submit {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-form .search-submit:hover {
  background: #00a0db;
}
#main .search-form {
  padding: 0;
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
  #main .search-form {
    padding: 20px;
  }
}
#main .search-form label {
  width: 85%;
}
#main .search-form label input[type="search"] {
  padding: 0 20px;
  font-size: 20px;
}
#main .search-form .search-submit {
  width: 15%;
  font-size: 28px;
}
#main .search-form label input[type="search"], #main .search-form .search-submit {
  height: 60px;
  line-height: 60px;
}
.search-no-results h1.entry-title {
  margin-bottom: 0;
}
.search-no-results article.post .split-view {
  padding-top: 1em;
  padding-top: 1rem;
}
.author-info {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.archive .author-info {
  padding: 1.5em;
  padding: 1.5rem;
}
@media only screen and (min-width : 1201px) {
  .archive .author-info {
    padding: 3em;
    padding: 3rem;
  }
}
.author-info .author-bio {
  margin-bottom: 1.2em;
  margin-bottom: 1.2rem;
}
.author-info .avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 6px;
}
.single .author-info {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 3em;
  padding-top: 3rem;
  padding-bottom: 3em;
  padding-bottom: 3rem;
  border-bottom-width: 0;
}
@media all and (max-width: 700px) {
  .single .author-info {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.single .author-info .author-description {
  margin-left: 140px;
}
.single .author-info .author-title {
  font-size: 1.5em;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
}
.single .author-info p {
  font-size: 1.2em;
  font-size: 1.2rem;
}
.single .author-info .author-link {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-style: normal;
}
.archive .author-info {
  text-align: left;
}
.archive .author-info .author-title {
  margin-top: 0;
  font-weight: 300;
}
.archive .author-info .author-description {
  margin-left: 140px;
}
.archive .author-info .author-bio {
  color: #737373;
}
.author-info .avatar {
  -webkit-border-radius : 180px;
  -moz-border-radius : 180px;
  -ms-border-radius : 180px;
  -o-border-radius : 180px;
  border-radius : 180px;
}
.author-info .author-link {
  border: 2px solid #28c5ff;
  padding: 0.5em 0.75em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #28c5ff;
}
.sticky, .bypostauthor {
  visibility: visible;
}
/* Alignment */.alignleft {
  display: inline;
  float: left;
  margin: 0 auto;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 auto;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Captions */.wp-caption {
  margin-bottom: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: auto !important;
  /* need this to overwrite any specified widths that
 may be added through the backend */
}
.wp-caption p:last-child {
  margin-bottom: 0;
}
.wp-caption .wp-caption-text {
  color: #999;
  font-size: 0.9em;
  line-height: 160%;
  font-style: italic;
  padding: 0 0 1em;
}
#infinite-footer {
  z-index: 1000;
}
.neverending .footertext {
  display: none;
}
.infinite-loader {
  padding: 20px 0;
  display: block;
}
.infinity-end .footertext {
  display: block !important;
}
body {
  -webkit-transition : all, 200ms, ease-in;
  -moz-transition : all, 200ms, ease-in;
  -o-transition : all, 200ms, ease-in;
  transition : all 200ms ease-in;
}
a {
  -webkit-transition : 200ms, all, linear;
  -moz-transition : 200ms, all, linear;
  -o-transition : 200ms, all, linear;
  transition : 200ms all linear;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * CSS rewritten into SCSS: Tyce Clee (@iamtyce) 6/11/12
 *//* Browser Resets */.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-wrapper {
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .admin-bar .slider-wrapper {
    margin-top: 32px;
  }
}
/* FlexSlider Necessary Styles
 *********************************/@media screen and (min-width: 960px) {
  .flexslider, .slides {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .flexslider {
    margin-bottom: 60px;
  }
}
.flexslider .slides > li {
  height: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li > a {
  height: 100%;
  display: block;
  padding: 30% 5% 5% 5%;
  min-height: 340px;
  background-size: cover;
  -webkit-transition : 200ms, background-color, linear;
  -moz-transition : 200ms, background-color, linear;
  -o-transition : 200ms, background-color, linear;
  transition : 200ms background-color linear;
}
.flexslider .slides > li > a:hover:before {
  background-color: rgba(40, 197, 255, .6);
}
.flexslider .slides > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition : 200ms, background-color, linear;
  -moz-transition : 200ms, background-color, linear;
  -o-transition : 200ms, background-color, linear;
  transition : 200ms background-color linear;
}
.flexslider .entry-title {
  color: white;
  font-weight: 300;
  width: auto;
  margin: 0 0 1em;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .flexslider .entry-title {
    font-size: 1.8em;
  }
}
.flexslider .text {
  position: relative;
  color: white;
  text-align: left;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  z-index: 5;
  text-shadow: 0, 2px, rgba(0, 0, 0, .15);
}
@media screen and (min-width: 960px) {
  .flexslider .text {
    right: 25%;
    bottom: 100px;
    position: absolute;
    left: 30px;
  }
}
.flexslider .featured {
  font-size: 0.84em;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 2px solid white;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 0.7em;
  margin-bottom: 0.7rem;
}
.flexslider .category, .flexslider .author-byline {
  font-size: 1em;
  font-size: 1rem;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback *//* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
 *********************************/.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition : all, 1s, ease;
  -moz-transition : all, 1s, ease;
  -o-transition : all, 1s, ease;
  transition : all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin: 0;
  padding: 0;
}
.featured-title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
  text-transform: uppercase;
  font-size: 0.8em;
  font-size: 0.8rem;
  margin: 0;
  padding: 5px 10px;
  border: 2px solid white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* Direction Nav */.flex-direction-nav {
  z-index: 999;
  position: absolute;
  bottom: 20px;
  right: 40px;
  left: auto;
}
@media screen and (min-width: 960px) {
  .flex-direction-nav {
    right: auto;
    left: 30px;
    bottom: 40px;
    margin-top: 0;
  }
}
.flex-direction-nav li {
  display: inline;
}
.flex-direction-nav a {
  display: inline-block;
  margin-right: 5px;
  z-index: 10;
  cursor: pointer;
  border: 2px solid white;
  -webkit-transition : all, 0.3s, ease;
  -moz-transition : all, 0.3s, ease;
  -o-transition : all, 0.3s, ease;
  transition : all 0.3s ease;
  -webkit-border-radius : 50px;
  -moz-border-radius : 50px;
  -ms-border-radius : 50px;
  -o-border-radius : 50px;
  border-radius : 50px;
  color: white;
  -webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow : 0 2px 0 rgba(0, 0, 0, .25);
  box-shadow : 0 2px 0 rgba(0, 0, 0, .25);
  text-shadow: 2px, 0, rgba(0, 0, 0, .25);
}
.flex-direction-nav a.flex-next {
  margin-left: 10px;
  overflow: hidden;
  text-align: center;
}
.flex-direction-nav a.flex-next span {
  height: 29px;
  width: 29px;
  line-height: 28px;
  font-size: 15px;
  -webkit-transform : rotate(90deg);
  -moz-transform : rotate(90deg);
  -ms-transform : rotate(90deg);
  -o-transform : rotate(90deg);
  transform : rotate(90deg);
}
.flex-direction-nav a.flex-prev {
  overflow: hidden;
  text-align: center;
}
.flex-direction-nav a.flex-prev span {
  height: 29px;
  width: 29px;
  line-height: 29px;
  font-size: 15px;
  -webkit-transform : rotate(90deg);
  -moz-transform : rotate(90deg);
  -ms-transform : rotate(90deg);
  -o-transform : rotate(90deg);
  transform : rotate(90deg);
}
.flexslider:hover .flex-next {
  opacity: 0.8;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
/* Infinite Scroll */#infinite-handle {
  overflow: auto;
  text-align: center;
  padding: 30px 0;
  margin-left: 1.5em;
  margin-left: 1.5rem;
  margin-right: 1.5em;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 1201px) {
  #infinite-handle {
    margin-left: 3em;
    margin-left: 3rem;
    margin-right: 3em;
    margin-right: 3rem;
  }
}
#infinite-handle span {
  padding: 0.4em 0.8em;
  text-align: center;
  display: inline-block;
  color: #ef2849;
  background: #fff;
  border: 3px solid #ef2849;
  font-size: 0.8em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 120ms ease-in;
  transition: all 120ms ease-in;
}
#infinite-handle span:hover {
  background-color: #ef2849;
  color: white;
  padding-left: 1.1em;
  padding-right: 1.1em;
}
/* loader icon */.infinite-loader {
  width: 100%;
  position: relative;
  clear: both;
  padding: 40px 0;
  right: 0;
}
.spinner {
  position: absolute !important;
  left: 50% !important;
  top: auto !important;
  bottom: auto !important;
}
body.infinite-scroll .paging-navigation {
  display: none;
}
#infinite-footer {
  z-index: 10001;
}
#infinite-footer .container {
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
@media all and (min-width: 960px) {
  #infinite-footer .container {
    margin-left: 38.1966%;
    margin-right: 0;
  }
}
/* ShareDaddy */.sharedaddy, .sd-block.sd-gplus {
  padding-top: 1em;
  padding-top: 1rem;
  margin: 0 auto !important;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .sharedaddy, .sd-block.sd-gplus {
    margin-left: 6% !important;
    margin-right: 6% !important;
  }
}
.welcome-area {
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  padding: 1.5em;
  padding: 1.5rem;
}
@media all and (min-width: 600px) {
  .welcome-area {
    padding: 3em;
    padding: 3rem;
  }
}
.welcome-area img {
  margin: 0 auto 1em;
  height: auto;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
}
.welcome-area .text {
  display: block;
}
.welcome-area .text p {
  max-width: 25em;
  margin: 0 auto;
}
.welcome-area h1 {
  margin-top: 0;
  font-weight: 300;
}
.aesop-component, .commentable-wrapper {
  -webkit-transition : all, 0.22s, ease;
  -moz-transition : all, 0.22s, ease;
  -o-transition : all, 0.22s, ease;
  transition : all 0.22s ease;
}
.side-comments-open {
  -webkit-transform : translate(-220px, 0);
  -moz-transform : translate(-220px, 0);
  -ms-transform : translate(-220px, 0);
  -o-transform : translate(-220px, 0);
  transform : translate(-220px, 0);
}
.commentable-section {
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  padding-right: 30px;
}
.side-comment {
  padding-bottom: 20px;
}
.side-comment .marker {
  width: 20px;
  height: 18px;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 2px;
  text-decoration: none;
  border: none;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, .5);
}
.side-comment .marker:before, .side-comment .marker span {
  content: "+";
  position: absolute;
  width: 20px;
  height: 18px;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
}
.side-comment .marker span {
  font-size: 11px;
}
.side-comment .marker:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 5px;
  width: 0;
  border-width: 7px 8px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, .15) transparent;
  -webkit-transition : 200ms, all, linear;
  -moz-transition : 200ms, all, linear;
  -o-transition : 200ms, all, linear;
  transition : 200ms all linear;
}
.side-comment .marker:hover, .side-comment.active .marker {
  background: #28c5ff;
  border: none;
  -webkit-transition : 200ms, all, linear;
  -moz-transition : 200ms, all, linear;
  -o-transition : 200ms, all, linear;
  transition : 200ms all linear;
}
.side-comment .marker:hover:before, .side-comment.active .marker:before {
  color: #fff;
}
.side-comment .marker:hover span, .side-comment.active .marker span {
  color: #222;
}
.side-comment .marker:hover:after, .side-comment.active .marker:after {
  border-color: #28c5ff transparent;
  -webkit-transition : 200ms, all, linear;
  -moz-transition : 200ms, all, linear;
  -o-transition : 200ms, all, linear;
  transition : 200ms all linear;
}
.side-comment .comments-wrapper {
  top: -22px;
  width: 200px;
  background: #fff;
  background: rgba(255, 255, 255, .8);
}
.side-comment .error-message {
  font-size: 12px;
  color: red;
  font-weight: bold;
  padding: 0 5px;
  text-align: center;
  clear: both;
}
.side-comment .login-button {
  text-align: center;
  margin: 5px auto;
  font-size: 14px;
}
.side-comment .login-button a {
  display: block;
  background: #28c5ff;
  color: #fff;
  padding: 5px;
}
.side-comment.active .comments-wrapper {
  -webkit-animation: fadein 0.2s;
  animation: fadein 0.2s;
}
.side-comment.has-comments .comments-wrapper {
  top: -22px;
}
.side-comment ul.comments li, .side-comment .comment-form {
  border: 1px solid #f2f2f0;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  margin-top: -1px;
}
.side-comment .comment {
  margin-bottom: 0 !important;
}
.side-comment .comment, .side-comment .comment-box {
  font-size: 14px;
  line-height: 18px;
  margin-left: 42px;
  margin-bottom: 1em;
}
.side-comment .author-name {
  margin-bottom: 0.25em !important;
}
.side-comment .author-avatar {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.side-comment .author-avatar img {
  width: 100%;
  height: 100%;
}
.side-comment .right-of-avatar {
  float: left;
  width: 158px;
}
.side-comment .author-name {
  font-size: 15px;
  line-height: 32px;
  margin: 0 0 2px 0;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
.side-comment .author-name:hover {
  color: #1a1a1a;
}
.side-comment .action-link {
  color: #b3b3b1;
  font-size: 13px;
  text-decoration: none;
  border: none;
  margin-left: 0 !important;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
.side-comment .action-link:hover {
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.side-comment .action-link.post .post {
  color: #28c5ff;
}
.side-comment .action-link.post .post:hover {
  color: #28c5ff;
}
.side-comment .action-link.cancel:hover, .side-comment .action-link.delete:hover {
  color: #28c5ff;
}
.side-comment .add-comment {
  color: #28c5ff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  padding: 6px 14px;
  border: 2px solid #28c5ff !important;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-border-radius : 50px;
  -moz-border-radius : 50px;
  -ms-border-radius : 50px;
  -o-border-radius : 50px;
  border-radius : 50px;
  margin-top: 10px;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.side-comment .add-comment:hover {
  text-decoration: none;
  color: #00b2f4;
  border-color: #00b2f4;
  background-color: transparent;
}
.side-comment .comment-box {
  outline: none;
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
.side-comment .actions {
  margin-top: 5px;
  font-family: "museo-sans", "museo-sans-1", "museo-sans-2", "Lato", sans-serif;
}
.side-comment .actions a {
  float: left;
  border-color: transparent !important;
}
.side-comment .actions a:hover {
  background-color: transparent;
  color: #28c5ff;
}
.side-comment .actions .cancel:before {
  content: '\00B7';
  color: #b3b3b1;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .side-comments-open {
    -webkit-transform: translate(-220px, 0);
    -ms-transform: translate(-220px, 0);
    transform: translate(-220px, 0);
  }
  .comments-wrapper {
    width: 200px;
  }
  .right-of-avatar {
    width: 158px;
  }
  .marker {
    display: block;
  }
}
