/*!
Theme Name: Jojotastica
Theme URI: http://jojotastic.com
Description: The theme for Jojotastic.com
Author: joemcgill, dgranahan
Author URI: http://joemcgill.net
Version: 2.1.2
Tags: blog, social, design, white, 2-col, clean
License: License: GNU General Public License v2 or later
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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;
}

/* Base */
*, *:after, *:before {
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

body {
  font: Normal 13px Georgia, "Times New Roman", serif;
  color: #555555;
}

a {
  font-family: Georgia, "Times New Roman", serif;
  text-decoration: none;
  color: #FF0054;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  /* don't break layouts, mr. img */
  height: auto;
}

iframe {
  max-width: 100%;
  height: auto;
}

.grid, .main {
  margin: 0;
  width: 1140px;
  max-width: 100%;
}
.grid:after, .main:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

.col, .col-1,
.col-2,
.col-3,
.sidebar-primary,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.content,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 1rem;
}
@media (min-width: 668px) {
  .col, .col-1,
  .col-2,
  .col-3,
  .sidebar-primary,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .content,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
    padding-right: 25px;
  }
  .grid .col:last-of-type, .main .col:last-of-type, .grid .col-1:last-of-type, .main .col-1:last-of-type,
  .grid .col-2:last-of-type,
  .main .col-2:last-of-type,
  .grid .col-3:last-of-type,
  .main .col-3:last-of-type,
  .grid .sidebar-primary:last-of-type,
  .main .sidebar-primary:last-of-type,
  .grid .col-4:last-of-type,
  .main .col-4:last-of-type,
  .grid .col-5:last-of-type,
  .main .col-5:last-of-type,
  .grid .col-6:last-of-type,
  .main .col-6:last-of-type,
  .grid .col-7:last-of-type,
  .main .col-7:last-of-type,
  .grid .col-8:last-of-type,
  .main .col-8:last-of-type,
  .grid .content:last-of-type,
  .main .content:last-of-type,
  .grid .col-9:last-of-type,
  .main .col-9:last-of-type,
  .grid .col-10:last-of-type,
  .main .col-10:last-of-type,
  .grid .col-11:last-of-type,
  .main .col-11:last-of-type,
  .grid .col-12:last-of-type,
  .main .col-12:last-of-type {
    padding-right: 0;
  }
}

@media (min-width: 668px) {
  .col-1 {
    width: 8.33333%;
  }

  .col-2 {
    width: 16.66667%;
  }

  .col-3, .sidebar-primary {
    width: 25%;
  }

  .col-4 {
    width: 33.33333%;
  }

  .col-5 {
    width: 41.66667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33333%;
  }

  .col-8, .content {
    width: 66.66667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33333%;
  }

  .col-11 {
    width: 91.66667%;
  }

  .col-12 {
    width: 100%;
  }
}
/* Opt-in outside padding */
.grid-pad {
  padding: 25px 0 25px 25px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 25px;
}

.search-form {
  position: relative;
  overflow: hidden;
}
.nav-container .search-form {
  margin: .25em .5em;
}
@media (min-width: 900px) {
  .nav-container .search-form {
    display: none;
  }
}
.search-form .search-field {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
  margin-bottom: .25em;
  padding: .25em .65em;
  font-size: 1em;
  color: #FF0054;
}
.search-form .search-field:focus {
  outline: 0;
}
.nav-container .search-form .search-field {
  border: 0;
}
.sidebar-primary .search-form .search-field {
  padding-right: .5em;
}
.search-form .screen-reader-text {
  position: absolute;
  overflow: hidden;
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
}
.search-form .search-submit {
  display: none;
}

/* HEADER */
.header {
  position: relative;
  height: 50px;
  background-color: #FF0054;
  width: 100%;
  margin-bottom: 13px;
  /* fallback */
  margin-bottom: 1rem;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 200;
}
@media (min-width: 900px) {
  .header {
    height: 71px;
    overflow: hidden;
    background-color: #fff;
  }
}
.header .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 40px;
  width: 40px;
  margin: 5px;
  background: transparent url(images/nav-toggle.svg) no-repeat center center;
}
.no-svg .header .nav-toggle {
  background-image: url(images/nav-toggle.png);
}
.header .nav-toggle span {
  visibility: hidden;
}
@media (min-width: 900px) {
  .header .nav-toggle {
    display: none;
  }
}
.header .logo {
  box-sizing: border-box;
  float: left;
  width: 475px;
  max-width: 100%;
  height: 100%;
  background: url(images/header.svg) no-repeat 0 0;
  background-size: contain;
  letter-spacing: .2em;
  line-height: 2;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.no-svg .header .logo {
  backgorund-image: url(images/header.png);
}
.header .logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50px;
  font-size: 0;
  color: #FFF;
}
.header .logo a:hover, .header .logo a:focus {
  text-decoration: none;
}
@media (min-width: 668px) {
  .header .logo a {
    padding-top: 71px;
  }
}
.header .nav-container {
  position: relative;
  height: 0;
  clear: both;
  overflow: hidden;
  transition: all .3s ease-out;
}
@media (min-width: 900px) {
  .header .nav-container {
    height: auto;
    clear: none;
  }
}
.header .nav-container.toggle-on {
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  overflow: auto;
  padding-top: 5px;
  background-color: #030303;
  z-index: 200;
}
.header .nav-container.toggle-on .header-nav,
.header .nav-container.toggle-on .header-socials {
  width: 100%;
  line-height: 1.5;
}
.header .nav-container.toggle-on .header-nav {
  border-top: 1px solid #333;
}
.header .nav-container.toggle-on .header-nav ul,
.header .nav-container.toggle-on .header-nav li {
  display: block;
  margin: 0;
}
.header .nav-container.toggle-on .header-nav li {
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  letter-spacing: .2em;
  -webkit-font-smoothing: antialiased;
}
.header .nav-container.toggle-on .header-nav a {
  display: block;
  width: 100%;
  padding: .5em 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-align: center;
  color: #fff;
}
.header .nav-container.toggle-on .header-nav a:hover, .header .nav-container.toggle-on .header-nav a:focus {
  background-color: #222;
  text-decoration: none;
}
.header .nav-container.toggle-on .header-socials {
  padding: .5em;
  text-align: center;
}
.header .nav-container.toggle-on .header-socials a {
  color: #fff;
}
.header .nav-container.toggle-on .header-socials a:hover, .header .nav-container.toggle-on .header-socials a:focus {
  color: #FF0054;
}
.header .header-nav {
  float: left;
  line-height: 71px;
  text-transform: capitalize;
}
@media (min-width: 1140px) {
  .header .header-nav {
    width: 380px;
  }
}
.header .header-nav ul {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.header .header-nav li {
  display: inline-block;
  margin: 0px 0px 0px 24px;
  padding: 0px;
}
.header .header-socials {
  float: left;
  width: 285px;
  line-height: 71px;
  text-align: right;
}
.header .header-socials ul {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.header .header-socials li {
  display: inline-block;
  margin: 0px .25em 0px 0px;
  padding: 0px;
}
.header .header-socials a {
  font-size: 24px;
  text-decoration: none;
}

/* Main */
.main {
  clear: both;
}

@media (min-width: 1140px) {
  .content {
    margin-left: 95px;
  }
}

/* Posts */
.post-body {
  overflow: auto;
  border-bottom: 1px solid #FF0054;
  padding-bottom: 40px;
  margin-bottom: 36px;
}

@media (min-width: 668px) {
  .post .post-title, .post
  .post-photo, .post
  .post-content, .post
  .post-social {
    width: 75%;
    float: right;
  }
}

.post-title {
  color: #FF0054;
  font-size: 24px;
  line-height: 1.125;
}
@media (min-width: 668px) {
  .post-title {
    margin-bottom: .5em;
  }
}

@media (min-width: 668px) {
  .post-date,
  .post-meta {
    width: 25.0%;
    box-sizing: border-box;
    float: left;
    clear: left;
    padding-right: 25px !important;
    text-align: right;
  }
}

.post-date {
  color: #777777;
  margin-bottom: .25em;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.3333333;
}

.post-meta {
  margin-bottom: 13px;
  margin-bottom: 1em;
}

.post-author {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-style: italic;
}
@media (min-width: 668px) {
  .post-author {
    margin-bottom: 1em;
  }
}

.post-categories {
  color: #777777;
  font-size: 12px;
}

.post-photo {
  margin-bottom: 1em;
}

.post-comment-count {
  margin-bottom: .25em;
  color: #FF0054;
  font-size: 12px;
}

.post-content {
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
}

.post-content p {
  margin-top: 0px;
}

.post-content ol {
  list-style-type: none;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.post-content ol li:before {
  content: counter(number);
  padding-right: 10px;
}

.post-content ol li {
  counter-increment: number;
}

.post-content ol:first-child {
  counter-reset: number;
}

.post-content ul {
  list-style-type: none;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.post-content ul li:before {
  content: "\2022";
  padding-right: 10px;
}

.sharedaddy ul li:before {
  content: "";
  padding: 0;
}

/* Comments */
.comment-title {
  color: #FF0054;
  font-size: 17px;
  margin-bottom: 15px;
}

.comment-content {
  font-size: 12px;
  margin-bottom: 15px;
}

.comment-footer {
  font-size: 12px;
  margin-bottom: 25px;
}

/* Sidebar */
.sidebar-primary {
  color: #FF0054;
}
@media (max-width: 668px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 1140px) {
  .sidebar-primary > div {
    width: 66.66667% !important;
    float: right !important;
    overflow: hidden;
  }
}

.side-header {
  margin-bottom: 10px;
  color: #555555;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
}

.side-content {
  margin-bottom: 24px;
  line-height: 16px;
}

.side-content ul {
  list-style: none;
  padding-left: 0px;
}

.side-content li:before {
  content: "\2022";
  padding-right: 10px;
}

/* Extras */
.pinterest-embed {
  margin-bottom: 30px;
}

.nav-posts {
  margin: 1em 0 2em;
  line-height: 1.5;
}

.nrelate_default.nr_80 .nr_panel {
  max-width: 24%;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*# sourceMappingURL=style.css.map */