@charset "UTF-8";
/*!
Theme Name: Jojo2016
Theme URI: http://jojotastic.com/
Author: Joe McGill
Author URI: http://joemcgill.net/
Description: Custom theme: Jojo2016, developed by Joe McGill
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jojo2016
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Jojo2016 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Structure
 */
/**
 * Breakpoints
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #424242;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.85;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Alternate styles */
.list-inline {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.list-inline li {
  display: inline-block;
  margin-right: 1em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #4A4A4A;
  border-radius: 3px;
  background: #4A4A4A;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1em 1em 1em;
  text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #3d3d3d;
  border-color: #4A4A4A;
  box-shadow: none;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #4A4A4A;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #424242;
}
a:visited {
  color: #424242;
}
a:hover, a:focus, a:active {
  color: #424242;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 51em) {
  .main-navigation {
    position: relative;
  }
}
.main-navigation ul {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding-left: 0;
  will-change: transform;
  transition: max-height 300ms ease-in-out;
  transition-delay: 0s;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 51em) {
  .menu-primary-nav-container {
    margin-top: -50px;
  }
}

.main-navigation .menu-item {
  padding: .5em 1.5em;
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
}

@media screen and (min-width: 51em) {
  .main-navigation .menu-item:nth-child(2) {
    margin-right: 380px;
  }
}

.main-navigation a {
  color: #424242;
  border-bottom: 1px solid #888;
}

/* Small menu. */
.menu-toggle {
  display: block;
}

.main-navigation.toggled ul {
  max-height: 300px;
}

.menu-toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 51em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    max-height: none;
  }
}
@media screen and (max-width: 51em) {
  .main-navigation {
    background-color: #4A4A4A;
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-navigation .menu-item {
    display: block;
    border-top: 1px solid #aaa;
  }
  .main-navigation .menu-item:first-child {
    border-top: none;
  }
  .main-navigation .menu-item:last-child {
    display: none;
  }
  .main-navigation .menu-item a,
  .main-navigation .menu-item a:visited {
    padding-top: .5em;
    padding-bottom: .5em;
    border-bottom: none;
    color: #fff;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.single-jetpack-portfolio .post-navigation {
  padding-left: .5em;
  padding-right: .5em;
}

.nav-next .adjacent-link-image, .nav-next
.adjacent-link-label {
  float: right;
  clear: right;
}

.adjacent-link-label {
  display: block;
  width: 100%;
  max-width: 150px;
  text-align: center;
  font-size: .8em;
  line-height: 1.333;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-categories:before,
.site-info:before,
.site-content:after,
.site-categories:after,
.site-info:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-categories:after,
.site-info:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icon-list {
  list-style: none;
  padding: 0;
  margin-bottom: .5em;
  text-align: center;
}

.icon-list .list-item {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 1;
}

.icon-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
}
.icon:hover, .icon:focus {
  opacity: .6;
}

.icon-text {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.icon-facebook {
  background-image: url("assets/img/icons/icon_facebook.svg");
}

.icon-instagram {
  background-image: url("assets/img/icons/icon_instagram.svg");
}

.icon-pinterest {
  background-image: url("assets/img/icons/icon_pinterest.svg");
}

.icon-snapchat {
  background-image: url("assets/img/icons/icon_snapchat.svg");
}

.icon-twitter {
  background-image: url("assets/img/icons/icon_twitter.svg");
}

.icon-youtube {
  background-image: url("assets/img/icons/icon_youtube.svg");
}

.icon-menu {
  background-image: url("assets/img/icons/icon_menu.svg");
}

/* Sharedaddy Overrides */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  background-color: #4A4A4A !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block, .block-large, .block-center, .jojo_social_widget {
  margin-bottom: 1.5em;
  padding: .25em .5em;
  border-radius: 3px;
  border: 1px solid rgba(66, 66, 66, 0.3);
}

.block-large {
  padding: .5em .75em;
}

.block-center {
  text-align: center;
}

.block-header {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.333;
}

.block-text {
  margin-bottom: .25em;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
#mc_subheader,
.mc_merge_var:nth-child(1n+3),
.mc_required,
.mc_interests_header,
.mc_interest,
#mc-indicates-required,
.mergeRow {
  display: none;
}

#mc_signup .mc_var_label {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  font-size: .625em;
  margin-bottom: .25em;
}

#mc_signup #mc_signup_submit {
  width: 100%;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Inline content blocks
--------------------------------------------------------------*/
.mc-inline-signup {
  padding-top: 4em;
  padding-bottom: 1em;
  background-image: url(assets/img/mailing-list-sign-up-blog-post-2.jpg);
  background-repeat: no-repeat;
  background-position: 75% -20px;
}
@media screen and (min-width: 31em) {
  .mc-inline-signup {
    padding-top: 2em;
    background-size: 120%;
  }
}
@media screen and (min-width: 38em) {
  .mc-inline-signup {
    background-position: -90px -30px;
  }
}
@media screen and (min-width: 44em) {
  .mc-inline-signup {
    padding-top: 4em;
    background-position: right -30px;
    background-size: 100%;
  }
}
@media screen and (min-width: 51em) {
  .mc-inline-signup {
    padding-top: 2em;
    background-size: 120%;
  }
}
@media screen and (min-width: 57em) {
  .mc-inline-signup {
    padding-top: 2em;
    background-size: 105%;
  }
}

.mc-inline-signup .mc-inline-signup-content {
  max-width: 12em;
  margin-bottom: 1em;
  line-height: 1.333;
  text-shadow: 0 1px white;
}
@media screen and (min-width: 31em) {
  .mc-inline-signup .mc-inline-signup-content {
    max-width: 17.25em;
  }
}

.mc-inline-signup .mc-inline-signup-header {
  font-family: "freight-text-pro", sans-serif;
}

.mc-inline-signup #mc_signup_form {
  padding-left: 0;
  padding-right: 0;
  max-width: 17.25em;
}

.mc-inline-signup .mc_custom_border_hdr {
  display: none;
}

.mc-inline-signup .mc_signup_submit {
  text-align: left;
}

.mc-inline-signup #mc_signup #mc_signup_submit {
  width: 10em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget-title {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  text-align: center;
}

.widget ul {
  margin-left: 0;
}

/**
 * Wordpress Popular Posts styles
 */
.wpp-list {
  padding-left: 0;
  list-style: none;
}

.wpp-list li {
  margin-bottom: 1.5em;
}

.wpp-list .wpp-thumbnail {
  width: 75px;
  margin: 0 .5em 0 0;
}

.wpp-list .wpp-post-title {
  display: block;
  font-family: "freight-text-pro", sans-serif;
  font-size: 1.125em;
  line-height: 1.2;
  text-decoration: none;
  color: #424242;
}
.wpp-list .wpp-post-title::first-letter {
  text-transform: capitalize;
}
.wpp-list .wpp-post-title::after {
  content: "Read more \2192";
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  display: block;
  font-size: .625em;
  margin-top: .625em;
}

/**
 * WP Instagram Widget
 */
ul.instagram-pics {
  max-width: calc( 300px + 1em );
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
}

.instagram-pics li {
  display: inline-block;
  width: calc(50% - 0.5em);
  margin-bottom: 1em;
}

.instagram-pics li img {
  vertical-align: top;
}

.instagram-pics li:nth-child(2n) {
  margin-left: 1em;
}

.instagram-pics img {
  box-shadow: 0 0 0 1px rgba(75, 75, 75, 0.1);
}

/**
 * Social Widget
 */
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 2em;
  padding-top: 1.5em;
  padding-bottom: 0;
}
@media screen and (min-width: 51em) {
  .site-header {
    padding-top: 2.75em;
    padding-bottom: 2.75em;
  }
}

.site-header-drawer {
  position: relative;
  background-color: #4A4A4A;
  max-height: 0;
  overflow: hidden;
  margin-top: -.5em;
  will-change: transform;
  transition: max-height 300ms ease-out;
  transition-delay: 0s;
}
.toggled + .site-header-drawer {
  max-height: 70px;
}
@media screen and (min-width: 51em) {
  .site-header-drawer {
    position: relative;
    top: 3em;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #4A4A4A;
    max-height: 0;
    overflow: hidden;
  }
  .site-header-drawer.active {
    max-height: 70px;
  }
}

.site-header-drawer .search-form {
  max-width: calc( 100% - 2em );
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 51em) {
  .site-header-drawer .search-form {
    max-width: 30em;
  }
}

.site-header-drawer .search-field,
.site-header-drawer .search-field:focus {
  background: transparent;
  width: calc(100% - 9em);
  padding: .85em 1em .85em;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.site-header-drawer .search-submit {
  background-color: #3d3d3d;
  border: 1px solid #8c8c8c;
  width: 6em;
}
.site-header-drawer .search-submit:hover, .site-header-drawer .search-submit:focus {
  border: 1px solid #ccc;
}

.site-branding {
  position: relative;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 51em) {
  .site-branding {
    margin-bottom: 0;
  }
}

.site-title {
  width: 218px;
  height: 77px;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
}
@media screen and (min-width: 51em) {
  .site-title {
    display: inline-block;
  }
}

.site-title a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(assets/img/logo.svg) no-repeat 0 0;
  z-index: 10;
}

.site-footer {
  clear: both;
  padding-top: 1.5em;
  border-top: 1px solid #e5e5e5;
}

.site-categories {
  text-align: center;
}

.site-categories .section-slug {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  margin-top: 0;
  font-weight: bold;
}

.site-categories .category-list {
  max-width: calc( 300px + 1em );
  margin-left: auto;
  margin-right: auto;
}
.site-categories .category-list::before, .site-categories .category-list::after {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-categories .category-list::after {
  clear: both;
}
@media screen and (min-width: 51em) {
  .site-categories .category-list {
    max-width: calc( 750px + 8em );
  }
}

.site-categories .category-item {
  float: left;
  width: calc( 50% - 0.5em );
  max-width: 150px;
  margin-right: 1em;
  margin-bottom: 1.5em;
  vertical-align: top;
}
.site-categories .category-item:nth-child(2n) {
  margin-right: 0;
}
.site-categories .category-item:nth-child(2n + 1) {
  clear: both;
}
@media screen and (max-width: 50.9375em) {
  .site-categories .category-item:nth-child(2n+1):last-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 51em) {
  .site-categories .category-item {
    width: calc( 20% - 1.6em );
    margin-right: 2em;
  }
  .site-categories .category-item:nth-child(2n) {
    margin-right: 2em;
  }
  .site-categories .category-item:nth-child(2n + 1) {
    clear: none;
  }
  .site-categories .category-item:last-child {
    margin-right: 0;
  }
}

.site-categories .category-name {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  font-size: .7em;
}
.site-categories .category-name a,
.site-categories .category-name a:visited {
  color: #424242;
  text-decoration: none;
}
.site-categories .category-name a:hover, .site-categories .category-name a:focus,
.site-categories .category-name a:visited:hover,
.site-categories .category-name a:visited:focus {
  text-decoration: underline;
}

.site-footer-meta {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .85em;
  background: #4A4A4A;
  color: #fff;
}

.site-footer-meta a,
.site-footer-meta a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
.site-footer-meta a:hover, .site-footer-meta a:focus,
.site-footer-meta a:visited:hover,
.site-footer-meta a:visited:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.site-info {
  max-width: 78.82353em !important;
}

.site-content, .site-categories, .site-info {
  max-width: 67em;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 67em) {
  .site-content, .site-categories, .site-info {
    margin-left: auto;
    margin-right: auto;
  }
}

.content-area {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 51em) {
  .content-area {
    float: left;
    margin: 0 -33% 0 0;
  }
}
@media screen and (min-width: 67em) {
  .content-area {
    margin: 0 -30% 0 0;
  }
}

.site-main {
  margin-bottom: 2em;
}
@media screen and (min-width: 51em) {
  .site-main {
    margin-right: calc(33% + 40px);
  }
}
@media screen and (min-width: 67em) {
  .site-main {
    margin-right: calc(30% + 80px);
  }
}

.content-area.full-width {
  float: none;
  margin: 0;
}
.single .content-area.full-width {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 67em) {
  .single .content-area.full-width {
    font-size: 1.125em;
  }
}

.full-width .site-main {
  margin-right: 0;
  width: 100%;
}

.full-width iframe {
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-full .site-main {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
}

.site-content .widget-area, .site-categories .widget-area, .site-info .widget-area {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 51em) {
  .site-content .widget-area, .site-categories .widget-area, .site-info .widget-area {
    float: right;
    overflow: hidden;
    width: 33%;
  }
}
@media screen and (min-width: 67em) {
  .site-content .widget-area, .site-categories .widget-area, .site-info .widget-area {
    width: 30%;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 2em;
}

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content .size-full,
.entry-content .size-large,
.entry-header .size-post-thumbnail {
  width: 100%;
}

.entry-content img[class*='wp-image'],
.entry-header .size-post-thumbnail {
  margin-bottom: 1em;
  display: block;
}

@media screen and (min-width: 51em) {
  .page-content,
  .entry-content,
  .entry-summary {
    font-size: 1.125em;
  }
}

.entry-summary::before, .entry-summary::after {
  content: "";
  display: table;
  table-layout: fixed;
}
.entry-summary::after {
  clear: both;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.more-link {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  font-size: .75em;
}

.page-title,
.entry-title {
  margin-top: 0;
  margin-bottom: .25em;
  font-family: "freight-text-pro", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.333;
}
@media screen and (min-width: 51em) {
  .page-title,
  .entry-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.page-title a,
.page-title a:hover,
.page-title a:focus,
.page-title a:visited,
.entry-title a,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:visited {
  color: #424242;
  text-decoration: none;
  transition: color 300ms ease-out;
}
.page-title a:hover,
.page-title a:focus,
.entry-title a:hover,
.entry-title a:focus {
  text-decoration: none;
  color: #000;
  background-image: linear-gradient(to top, #fff 0%, #fff 49%, #FDE724 50%, #FDE724 100%);
  background-size: 5px 5px;
  background-repeat: repeat-x;
  background-position: 0 96.5%;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0.05em 0 #fff, -0.05em 0 #fff, 0.09em 0 #fff, -0.075em 0 #fff, 0.03em 0.07em #fff, -0.03em 0.07em #fff, 0.05em 0.07em #fff, -0.05em 0.07em #fff, 0.09em 0.07em #fff, -0.075em 0.07em #fff;
}

.archive .page-title,
.search .page-title {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  margin-bottom: 1em;
  font-size: 1.125em;
}
.archive .page-title .archive-title,
.archive .page-title .search-term,
.search .page-title .archive-title,
.search .page-title .search-term {
  font-weight: 900;
}

.entry-meta {
  margin-bottom: 2em;
  font-weight: 200;
}

.entry-meta .posted-on,
.entry-meta .byline {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
}
.entry-meta .posted-on a,
.entry-meta .byline a {
  color: #424242;
}
.entry-meta .posted-on::after,
.entry-meta .byline::after {
  content: "·";
  padding: 0 .75em;
}

.entry-meta .byline:last-child::after {
  content: none;
}

.entry-meta .category-links {
  font-size: .85em;
}
.entry-meta .category-links a {
  color: #424242;
  padding: 0 .25em;
}

.entry-footer::before, .entry-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}
.entry-footer::after {
  clear: both;
}

.entry-footer a {
  color: #424242;
}

.entry-footer .tag-links {
  display: block;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}

.entry-footer .comments-link,
.entry-footer .sharing-label {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
}

.entry-footer .comments-link {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 25em) {
  .entry-footer .comments-link {
    float: left;
  }
  .entry-footer .comments-link:not(:last-child)::after {
    content: "·";
    padding: 0 .75em;
  }
}

.entry-footer .edit-link {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  display: inline-block;
  float: right;
}
.entry-footer .edit-link::before {
  content: "✏︎ ";
}

.entry-footer .sharing-label {
  float: left;
}

div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
  clear: none !important;
  float: left;
  margin-top: -.25em;
  margin-left: .5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/**
 * Portfolio
 */
.portfolio::before, .portfolio::after {
  content: "";
  display: table;
  table-layout: fixed;
}
.portfolio::after {
  clear: both;
}

.portfolio-list {
  display: block;
}

.portfolio-list .jetpack-portfolio {
  float: left;
  max-width: calc( 50% - .5em );
  margin-right: 1em;
}
.portfolio-list .jetpack-portfolio:nth-child(2n) {
  margin-right: 0;
}
.portfolio-list .jetpack-portfolio:nth-child(2n + 1) {
  clear: left;
}
@media screen and (min-width: 51em) {
  .portfolio-list .jetpack-portfolio {
    max-width: calc( 25% - 1.5em );
    margin-right: 2em;
  }
  .portfolio-list .jetpack-portfolio:nth-child(2n) {
    margin-right: 2em;
  }
  .portfolio-list .jetpack-portfolio:nth-child(2n + 1) {
    clear: none;
  }
  .portfolio-list .jetpack-portfolio:nth-child(4n) {
    margin-right: 0;
  }
  .portfolio-list .jetpack-portfolio:nth-child(4n + 1) {
    clear: left;
  }
}

.jetpack-porfolio-tile {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: rgba(229, 229, 229, 0.333);
  border: 1px solid #e5e5e5;
}
.jetpack-porfolio-tile::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.jetpack-portfolio-tile-title {
  position: absolute;
  top: 50%;
  left: 1em;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "freight-text-pro", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.333;
}
@media screen and (min-width: 51em) {
  .jetpack-portfolio-tile-title {
    font-size: 1.5em;
  }
}

.portfolio-list .portfolio-title {
  font-family: "brandon-grotesque", "freight-sans-pro", sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  margin-top: .25em;
  font-weight: normal;
}
.portfolio-list .portfolio-title a,
.portfolio-list .portfolio-title a:visited {
  color: #424242;
  text-decoration: none;
  border-bottom: 1px solid #888;
  line-height: 1.75;
}
.portfolio-list .portfolio-title a:hover, .portfolio-list .portfolio-title a:focus,
.portfolio-list .portfolio-title a:visited:hover,
.portfolio-list .portfolio-title a:visited:focus {
  border-bottom: none;
}

.portfolio-list .wp-post-thumbnail {
  vertical-align: bottom;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  display: block;
  max-width: 100%;
}

.jp-carousel-image-meta,
.jp-carousel-image-exif,
#jp-carousel-comments-loading {
  display: none !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 33.33%;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: .75em;
  margin-right: 0;
}
.gallery-item img {
  width: calc(100% - .75em);
  vertical-align: bottom;
}
@media screen and (min-width: 51em) {
  .gallery-item {
    margin-bottom: 1.5em;
  }
  .gallery-item img {
    width: calc(100% - 1em);
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

.gallery-caption {
  display: block;
}

