/*
Theme Name: notsalmon.com
Template: do
Theme URI: notsalmon.com
Author: Nicolae Pop for ThinkWebStrategy
Author URI: http://nicolaepop.com/
Description: The WordPress theme for notsalmon.com
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout
Text Domain: notsalmon

*/
* {
  box-sizing: border-box;
  word-wrap: break-word;
}
body {
  font-size: 112.5%;
  line-height: 1.6;
}
ul,
ol {
  padding-left: 1.3em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
  margin-bottom: 1em;
}
embed,
iframe,
img,
object,
video,
input,
select,
textarea,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
figure {
  margin: 1em 0;
}
table,
form {
  margin: 1em 0;
}
fieldset {
  margin-bottom: 1em;
  padding: 1em;
}
label {
  cursor: pointer;
}
hr {
  border: none;
  border-bottom: 1px solid;
}
/* Ready classes */
/* Default visual style */
body {
  margin: 0;
}
input,
select,
textarea,
button {
  margin: 0;
  font: inherit;
}
select {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* White space */
.whitespace,
.header-nav .menu,
.branding .title,
.branding .tagline,
.nav-toggle-wrap,
.primary-nav > ul,
.secondary-nav > ul,
.breadcrumbs .trail,
.colophon,
.aside,
.page-header,
.headline,
.byline,
.copy,
.edit-link,
.the-meta,
.taxonomies,
.page-links,
.author-bio,
.comments-title,
.commentlist,
.comment-navigation,
.comments-closed,
.comment-respond,
.navigation .nav-next,
.navigation .nav-previous,
.pagination .nav-links,
.footer-nav .menu,
.header .widget,
.footer .widget,
.widget-area .widget {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 75em) {
  .whitespace,
  .header-nav .menu,
  .branding .title,
  .branding .tagline,
  .nav-toggle-wrap,
  .primary-nav > ul,
  .secondary-nav > ul,
  .breadcrumbs .trail,
  .colophon,
  .aside,
  .page-header,
  .headline,
  .byline,
  .copy,
  .edit-link,
  .the-meta,
  .taxonomies,
  .page-links,
  .author-bio,
  .comments-title,
  .commentlist,
  .comment-navigation,
  .comments-closed,
  .comment-respond,
  .navigation .nav-next,
  .navigation .nav-previous,
  .pagination .nav-links,
  .footer-nav .menu,
  .header .widget,
  .footer .widget,
  .widget-area .widget {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Contain the content */
.wrap,
.header-nav,
.branding,
.header .widgets,
.primary-nav > ul,
.secondary-nav > ul,
.breadcrumbs,
.content-sidebar-wrap,
.footer-nav .menu,
.footer .widgets,
.colophon,
.before-main-widgets .widget,
.after-main-widgets .widget {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.contain,
.page-header,
.headline,
.byline,
.copy,
.edit-link,
.the-meta,
.taxonomies,
.page-links,
.author-bio,
.comments-title,
.commentlist,
.comment-navigation,
.comments-closed,
.comment-respond,
.navigation,
.no-sidebar main .widget-area {
  max-width: 53rem;
  margin-left: auto;
  margin-right: auto;
}
.page-template-full-width .contain,
.page-template-full-width .page-header,
.page-template-full-width .headline,
.page-template-full-width .byline,
.page-template-full-width .copy,
.page-template-full-width .edit-link,
.page-template-full-width .the-meta,
.page-template-full-width .taxonomies,
.page-template-full-width .page-links,
.page-template-full-width .author-bio,
.page-template-full-width .comments-title,
.page-template-full-width .commentlist,
.page-template-full-width .comment-navigation,
.page-template-full-width .comments-closed,
.page-template-full-width .comment-respond,
.page-template-full-width .navigation,
.page-template-full-width .no-sidebar main .widget-area {
  max-width: 100%;
}
.page-template-full-width main .widget-area {
  max-width: 100%;
}
/* Branding */
/* Wrap the content and the sidebar */
.main {
  clear: both;
}
.content-sidebar-wrap {
  clear: both;
}
@media screen and (min-width: 48em) {
  .content-sidebar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media screen and (min-width: 48em) {
  .content-sidebar-wrap .content {
    float: left;
    width: 66.66%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 64em) {
  .content-sidebar-wrap .content {
    width: 72%;
    -webkit-flex-basis: 72%;
        -ms-flex-preferred-size: 72%;
            flex-basis: 72%;
  }
}
@media screen and (min-width: 48em) {
  .content-sidebar-wrap .sidebar {
    float: right;
    width: 33.33%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (min-width: 64em) {
  .content-sidebar-wrap .sidebar {
    width: 28%;
    -webkit-flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
            flex-basis: 28%;
  }
}
@media screen and (min-width: 48em) {
  .content-sidebar-wrap .before-content-widgets,
  .content-sidebar-wrap .after-content-widgets {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.no-sidebar .content-sidebar-wrap .content,
.no-sidebar .content-sidebar-wrap .sidebar {
  float: none;
}
.no-sidebar .content-sidebar-wrap .content,
.no-sidebar .content-sidebar-wrap .sidebar,
.no-sidebar .content-sidebar-wrap .before-content-widgets,
.no-sidebar .content-sidebar-wrap .after-content-widgets {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* The Content */
.entry {
  margin-bottom: 3rem;
}
.wp-post-image {
  display: block;
}
.featured-image {
  text-align: center;
  margin-top: 0;
}
.featured-image img {
  margin-left: auto;
  margin-right: auto;
}
.copy blockquote p {
  font-style: italic;
  color: #999;
}
.copy blockquote cite {
  color: initial;
  display: block;
}
.copy td,
.copy th {
  padding-right: 1em;
}
.entry .copy + * {
  clear: both;
}
.the-meta .post-meta-key {
  font-weight: bold;
}
.more-link,
.nav-links,
.page-links {
  clear: both;
}
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.aligncenter,
img.alignleft,
img.alignright {
  margin-top: .5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    margin-left: 1rem;
  }
}
.gallery {
  margin-bottom: 1rem;
}
.gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .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%;
  }
}
.wp-caption img {
  display: block;
}
.wp-caption-text {
  font-size: .75em;
  margin-top: .5em;
  text-align: center;
}
.gallery-caption {
  margin-bottom: .625rem;
}
.author-bio {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f6f6f6;
}
.author-bio:before,
.author-bio:after {
  display: table;
  content: " ";
}
.author-bio:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .author-bio {
    text-align: left;
  }
  .author-bio .photo {
    float: left;
    max-width: 64px;
  }
  .author-bio .description {
    padding-left: 78px;
  }
  .author-bio .title {
    margin: 0;
    font-weight: normal;
  }
  .author-bio .bio {
    font-size: .875em;
    margin-bottom: 0;
  }
}
.commentlist li {
  list-style: none;
}
.comment .avatar {
  float: left;
  margin: 0 1em 1em 0;
}
.comment-author,
.comment-meta {
  margin: 0;
}
.comment-edit-link {
  margin-left: .275em;
}
.comment-content {
  clear: both;
}
#cancel-comment-reply-link {
  margin-left: .275em;
}
#comment {
  display: block;
  width: 100%;
}
.bypostauthor {
  visibility: visible;
}
/* Footer */
.footer {
  clear: both;
}
/* Single entries */
/* Pages */
@media screen and (min-width: 48em) {
  .page-template-left-sidebar .content {
    float: right;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-template-left-sidebar .sidebar {
    float: left;
  }
  .page-template-left-sidebar .after-content-widgets {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.page-template-full-width .content,
.page-template-full-width .sidebar {
  float: none;
  width: 100%;
}
.page-template-landing-page {
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.page-template-landing-page .header,
.page-template-landing-page .footer,
.page-template-landing-page .primary-nav,
.page-template-landing-page .secondary-nav,
.page-template-landing-page .breadcrumbs {
  display: none;
}
.page-template-landing-page .copy > p:first-line {
  font-weight: 600;
}
.home .breadcrumbs {
  display: none;
}
/* Posts */
.sticky {
  visibility: visible;
}
/* Archives */
.archive .content .entry,
.search .content .entry,
.blog .content .entry {
  margin-bottom: 2.5rem;
}
/* Navigation */
@media screen and (min-width: 48em) {
  .nav-toggle-wrap {
    display: none;
  }
}
#toggle-nav {
  padding: 5px 8px;
}
.primary-nav a,
.secondary-nav a {
  display: block;
}
@media screen and (min-width: 48em) {
  .primary-nav li:hover > ul,
  .secondary-nav li:hover > ul,
  .primary-nav li:focus > ul,
  .secondary-nav li:focus > ul {
    display: block;
  }
}
.primary-nav ul,
.secondary-nav ul {
  background-color: #fff;
  list-style: none;
}
@media screen and (min-width: 48em) {
  .primary-nav ul,
  .secondary-nav ul {
    background-color: transparent;
  }
}
@media screen and (min-width: 48em) {
  .primary-nav > ul > li,
  .secondary-nav > ul > li {
    display: inline-block;
    margin-right: 1rem;
  }
  .primary-nav > ul > li:last-of-type,
  .secondary-nav > ul > li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .primary-nav > ul li,
  .secondary-nav > ul li {
    position: relative;
  }
}
.primary-nav .current_page_item > a,
.secondary-nav .current_page_item > a,
.primary-nav .current-menu-item > a,
.secondary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a,
.secondary-nav .current-menu-ancestor > a,
.primary-nav .current_page_ancestor > a,
.secondary-nav .current_page_ancestor > a {
  color: inherit;
}
@media screen and (min-width: 48em) {
  .primary-nav .sub-menu,
  .secondary-nav .sub-menu,
  .primary-nav .children,
  .secondary-nav .children {
    display: none;
    float: left;
    z-index: 10;
    position: absolute;
    padding-left: 0;
    min-width: 12rem;
    background-color: #fff;
    margin-left: -1em;
  }
  .primary-nav .sub-menu a,
  .secondary-nav .sub-menu a,
  .primary-nav .children a,
  .secondary-nav .children a {
    display: block;
    padding: .325em 1em;
  }
  .primary-nav .sub-menu .sub-menu,
  .secondary-nav .sub-menu .sub-menu,
  .primary-nav .children .sub-menu,
  .secondary-nav .children .sub-menu,
  .primary-nav .sub-menu .children,
  .secondary-nav .sub-menu .children,
  .primary-nav .children .children,
  .secondary-nav .children .children {
    margin-left: 0;
    left: 100%;
    top: 0;
  }
}
.header-nav ul,
.footer-nav ul {
  list-style: none;
}
@media screen and (min-width: 48em) {
  .header-nav .menu > li,
  .footer-nav .menu > li {
    display: inline-block;
    margin-right: 1rem;
  }
  .header-nav .menu > li:last-of-type,
  .footer-nav .menu > li:last-of-type {
    margin-right: 0;
  }
}
.header-nav .sub-menu,
.footer-nav .sub-menu,
.header-nav .children,
.footer-nav .children {
  display: none;
}
.nav-links {
  margin: 1em 0 2em;
}
.page-links > a {
  margin-left: .25em;
  margin-right: .25em;
}
.comment-navigation .page-numbers,
.pagination .page-numbers {
  margin-right: .5em;
}
.comment-navigation .page-numbers:last-child,
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.posts-navigation .nav-next,
.posts-navigation .nav-previous {
  display: inline-block;
}
.posts-navigation .nav-previous + .nav-next {
  float: right;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  text-decoration: none;
}
.post-navigation .meta-nav {
  display: block;
  color: initial;
}
/* Widgets areas */
.widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.widgets .widget {
  width: 100%;
}
@media screen and (min-width: 48em) and (max-width: 63.99em) {
  .widgets .widget {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (min-width: 48em) {
  .widgets .widget {
    width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
}
@media screen and (min-width: 64em) {
  .widgets .widget {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}
.widgets .widget_full-width {
  width: 100%;
  color: white;
  padding-bottom: 1.33em;
  background-color: black;
}
.widgets .widget_full-width a {
  color: inherit;
}
.widget_rss .widget-title a {
  text-decoration: none;
}
.widget_rss .rss-widget-icon {
  margin-right: 5px;
}
.widget_akismet_widget .a-stats a {
  background-image: none;
  border-radius: 0;
}
#wp-calendar {
  width: 100%;
  max-width: 20rem;
}
/* Dev */
.related-posts-title {
  text-align: center;
}
ul.related-posts {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 48em) {
  ul.related-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
ul.related-posts li {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  ul.related-posts li {
    width: 33.33%;
  }
}
ul.related-posts a {
  display: block;
}
ul.related-posts img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Nicolae Pop */
body {
  font-family: Georgia, serif;
  background-color: #fff;
}
h1,
h2,
h3 {
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
input,
button,
textarea,
select {
  padding: 0.525em 0.4375em;
  font-size: 1rem;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  padding: 0.84375em 0.875em 0.78125em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  border-radius: 3px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
fieldset {
  border: 1px solid #d0d0d0;
}
input[type="file"] {
  padding: 0;
  line-height: 1;
}
.branding .title {
  line-height: 1;
  margin: 2rem 0 1rem;
}
.main-nav > ul > li > a {
  line-height: 2;
}
.headline {
  font-size: 34px;
  line-height: 1.2;
}
.copy h1,
.copy h2,
.copy h3 {
  line-height: 1.2;
}
.post-navigation a {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.post-navigation .nav-previous + .nav-next {
  border-top: none;
}
.comment-navigation,
.posts-navigation,
.pagination {
  border-top: 1px solid;
}
.comment-navigation {
  border-bottom: 1px solid;
}
.post-navigation .nav-next,
.post-navigation .nav-previous,
.comment-navigation,
.posts-navigation,
.pagination {
  border-color: #e2e2e2;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .comment-form-author label,
  .comment-form-email label,
  .comment-form-url label {
    width: 12rem;
  }
}
#author,
#email,
#url {
  display: block;
}
.comment-form-comment label {
  display: none;
}
.widget .current > a {
  color: #999;
}
/* Experimental featured images by orientation */
.featured-image.square,
.featured-image.portrait,
.featured-image.landscape,
.featured-image.follow,
.featured-image.inverse,
.featured-image.fullwidth {
  position: relative;
  overflow: hidden;
}
.featured-image.square:before,
.featured-image.portrait:before,
.featured-image.landscape:before,
.featured-image.follow:before,
.featured-image.inverse:before,
.featured-image.fullwidth:before {
  display: block;
  content: "";
  width: 100%;
}
.featured-image.square img,
.featured-image.portrait img,
.featured-image.landscape img,
.featured-image.follow img,
.featured-image.inverse img,
.featured-image.fullwidth img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured-image.square:before,
.featured-image.fullwidth:before {
  padding-bottom: 100%;
}
.featured-image.portrait:before {
  padding-bottom: 133.33%;
}
.featured-image.landscape:before {
  padding-bottom: 75%;
  padding-bottom: 62.5%;
}
@media (orientation: portrait) {
  .featured-image.follow:before {
    padding-bottom: 133.33%;
  }
}
@media (orientation: landscape) {
  .featured-image.follow:before {
    padding-bottom: 75%;
    padding-bottom: 62.5%;
  }
}
@media (orientation: portrait) {
  .featured-image.inverse:before {
    padding-bottom: 75%;
    padding-bottom: 62.5%;
  }
}
@media (orientation: landscape) {
  .featured-image.inverse:before {
    padding-bottom: 133.33%;
  }
}
.featured-image.fullwidth {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: 100%;
}
.footer {
  border-top: 1px solid #e2e2e2;
}
.footer .menu,
.footer .colophon {
  text-align: center;
}
body.footer-at-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.footer-at-bottom main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* EOF */
.show {
  display: block;
}
.hide {
  display: none;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.screen-reader-text,
.srt {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
}
body {
  background-color: #fff;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.supernett,
.branding .title,
.main-nav,
.ubermenu-nav,
.navigation .nav-links,
.rp4wp-related-posts li,
.widget-title,
.comments-title,
.comment-navigation .nav-links,
.comment-reply-title,
.the-meta h4,
.copy h1,
.copy h2 {
  font-family: 'Naive Medium', Georgia, serif;
}
.headline,
.footer-nav,
.author-bio .title {
  font-family: 'Naive Bold', Georgia, serif;
}
.msant,
.btn,
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.archive-title,
.section-title,
.sidebar .widget-title,
.navigation .nav-links,
.more-link,
.edit-link,
.edd-submit {
  font-family: 'Mrs Ant', Georgia, serif;
  font-weight: bold;
}
.main-nav,
.ubermenu-nav {
  font-family: 'Naive Bold', Georgia, serif;
}
body {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 48em) {
  body {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 64em) {
  body {
    background-image: url('images/logo/background-xsh.jpg');
    background-position: 50% 126px;
    background-size: auto;
  }
  body.admin-bar {
    background-position: 50% 156px;
  }
}
a {
  color: #ff8041;
}
a:link {
  cursor: pointer;
}
.header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.header:before,
.header:after {
  display: table;
  content: " ";
}
.header:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .header {
    background-color: transparent;
    box-shadow: none;
  }
}
.home .header,
.page-template-front-page .header {
  box-shadow: none;
}
@media screen and (max-width: 47.99em) {
  .header {
    background-image: url('images/wave-border.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
    padding-bottom: 6px;
  }
}
.header-nav,
.footer-social {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 48em) {
  .header-nav,
  .footer-social {
    text-align: left;
  }
}
.header-nav ul,
.footer-social ul {
  margin-bottom: 0;
}
.header-nav a,
.footer-social a {
  color: #25262d;
}
.header-nav .menu > li,
.footer-social .menu > li {
  margin-right: .375rem;
}
@media screen and (min-width: 64em) {
  .header-nav .menu > li,
  .footer-social .menu > li {
    margin-right: .75rem;
  }
}
.header-nav .menu > li:last-of-type,
.footer-social .menu > li:last-of-type {
  margin-right: 0;
}
.header-nav .text,
.footer-social .text {
  font-weight: normal;
  font-family: 'Mrs Ant', Georgia, serif;
  display: block;
}
@media screen and (min-width: 48em) {
  .header-nav .text,
  .footer-social .text {
    float: left;
    padding: 5px 7px 3px;
  }
}
.header-nav .text a,
.footer-social .text a {
  text-decoration: none;
  cursor: default;
}
.header-nav .google,
.footer-social .google,
.header-nav .facebook,
.footer-social .facebook,
.header-nav .twitter,
.footer-social .twitter,
.header-nav .pinterest,
.footer-social .pinterest,
.header-nav .instagram,
.footer-social .instagram,
.header-nav .youtube,
.footer-social .youtube {
  display: inline-block;
}
@media screen and (min-width: 48em) {
}
.header-nav .google a,
.footer-social .google a,
.header-nav .facebook a,
.footer-social .facebook a,
.header-nav .twitter a,
.footer-social .twitter a,
.header-nav .pinterest a,
.footer-social .pinterest a,
.header-nav .instagram a,
.footer-social .instagram a,
.header-nav .youtube a,
.footer-social .youtube a {
  display: block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
  -webkit-transition: opacity 280ms;
  transition: opacity 280ms;
}
.header-nav .google a:before,
.footer-social .google a:before,
.header-nav .facebook a:before,
.footer-social .facebook a:before,
.header-nav .twitter a:before,
.footer-social .twitter a:before,
.header-nav .pinterest a:before,
.footer-social .pinterest a:before,
.header-nav .instagram a:before,
.footer-social .instagram a:before,
.header-nav .youtube a:before,
.footer-social .youtube a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 1.125rem;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;
}
@media screen and (min-width: 48em) and (max-width: 63.99em) {
  .header-nav .google a:before,
  .footer-social .google a:before,
  .header-nav .facebook a:before,
  .footer-social .facebook a:before,
  .header-nav .twitter a:before,
  .footer-social .twitter a:before,
  .header-nav .pinterest a:before,
  .footer-social .pinterest a:before,
  .header-nav .instagram a:before,
  .footer-social .instagram a:before,
  .header-nav .youtube a:before,
  .footer-social .youtube a:before {
    padding: 0 3px;
  }
}
.header-nav .google a:hover,
.footer-social .google a:hover,
.header-nav .facebook a:hover,
.footer-social .facebook a:hover,
.header-nav .twitter a:hover,
.footer-social .twitter a:hover,
.header-nav .pinterest a:hover,
.footer-social .pinterest a:hover,
.header-nav .instagram a:hover,
.footer-social .instagram a:hover,
.header-nav .youtube a:hover,
.footer-social .youtube a:hover {
  opacity: .5;
}
.header-nav a[href*="facebook.com"]:before,
.footer-social a[href*="facebook.com"]:before {
  content: "\f203";
}
.header-nav a[href*="twitter.com"]:before,
.footer-social a[href*="twitter.com"]:before {
  content: "\f202";
}
.header-nav a[href*="pinterest.com"]:before,
.footer-social a[href*="pinterest.com"]:before {
  content: "\f210";
}
.header-nav a[href*="plus.google.com"]:before,
.footer-social a[href*="plus.google.com"]:before {
  content: "\f206";
  font-size: 20px;
}
.header-nav a[href*="youtube.com"]:before,
.footer-social a[href*="youtube.com"]:before {
  content: "\f213";
}
.header-nav a[href*="instagram.com"]:before,
.footer-social a[href*="instagram.com"]:before {
  content: "\f215";
}
.header-nav {
  text-align: left;
}
.header-nav .facebook,
.header-nav .google,
.header-nav .twitter,
.header-nav .pinterest,
.header-nav .instagram,
.header-nav .youtube {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .header-nav .facebook,
  .header-nav .google,
  .header-nav .twitter,
  .header-nav .pinterest,
  .header-nav .instagram,
  .header-nav .youtube {
    float: left;
    padding-top: 7px;
  }
}
.header-nav .right {
  font-family: 'Mrs Ant', Georgia, serif;
  padding-right: .5em;
  padding-left: .5em;
  float: right;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .header-nav .right {
    display: inline-block;
  }
}
.header-nav .right a {
  display: inline-block;
  padding: 5px 9px 3px;
  background-color: #fcbf63;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}
.header-nav .text {
  display: none;
}
@media screen and (min-width: 48em) {
  .header-nav .text {
    display: inline-block;
  }
}
.header-nav .menu {
  margin-top: .5rem;
}
.branding {
  clear: both;
}
.branding .title {
  margin-top: 1rem;
  margin-bottom: .5rem;
  float: left;
}
@media screen and (max-width: 47.99em) {
  .branding .title {
    max-width: 80%;
  }
}
@media screen and (min-width: 48em) {
  .branding .title {
    margin-top: 1.5rem;
    margin-right: -145px;
  }
}
@media screen and (min-width: 64em) {
  .branding .title {
    margin-right: -55px;
    margin-right: -145px;
    position: relative;
    top: -55px;
  }
}
.branding .title a {
  text-decoration: none;
  cursor: pointer;
}
.branding .title img {
  cursor: pointer;
}
@media screen and (min-width: 48em) and (max-width: 63.99em) {
  .branding .logotype {
    max-width: 170px;
  }
}
@media screen and (min-width: 64em) {
  .branding .logotype {
    display: none;
  }
}
.branding .fish,
.branding .logoline {
  display: none;
}
.branding .fish {
  position: relative;
  left: -100px;
  top: 45px;
}
@media screen and (min-width: 48em) and (max-width: 63.99em) {
  .branding .logoline {
    max-width: 60px;
  }
}
@media screen and (min-width: 48em) {
  .branding .logoline {
    display: inline-block;
  }
}
@media screen and (min-width: 64em) {
  .branding .logoline {
    display: none;
  }
}
.branding .logo-full {
  display: none;
}
@media screen and (min-width: 64em) {
  .branding .logo-full {
    display: block;
    margin-top: 48px;
    margin-bottom: -78px;
  }
}
@media screen and (min-width: 48em) {
  .branding .nav-wrap {
    float: right;
    margin-left: -30px;
  }
}
@media screen and (min-width: 64em) {
  .branding .nav-wrap {
    padding-top: 1em;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99em) {
  .branding .nav-wrap {
    margin-top: -45px;
  }
}
@media screen and (min-width: 48em) {
  main {
    margin-top: 3rem;
  }
}
.whitespace,
#disqus_thread {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 75em) {
  .whitespace,
  #disqus_thread {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.btn,
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.more-link,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.comment-navigation .next,
.comment-navigation .prev,
#edd-purchase-button,
input[type=submit].edd-submit,
.edd-submit {
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  background-color: #866999;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  padding: 7px 16px 5px;
  line-height: 32px;
  -webkit-transition: 280ms background-color;
  transition: 280ms background-color;
  position: relative;
  cursor: pointer;
}
.btn:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.more-link:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.comment-navigation .next:hover,
.comment-navigation .prev:hover,
#edd-purchase-button:hover,
input[type=submit].edd-submit:hover,
.edd-submit:hover {
  background-color: #9f88ad;
}
.btn:active,
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active,
.more-link:active,
.posts-navigation .nav-previous a:active,
.posts-navigation .nav-next a:active,
.comment-navigation .next:active,
.comment-navigation .prev:active,
#edd-purchase-button:active,
input[type=submit].edd-submit:active,
.edd-submit:active {
  top: 1px;
}
.btn.disabled,
button.disabled,
input[type="reset"].disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
.more-link.disabled,
.posts-navigation .nav-previous a.disabled,
.posts-navigation .nav-next a.disabled,
.comment-navigation .next.disabled,
.comment-navigation .prev.disabled,
#edd-purchase-button.disabled,
input[type=submit].edd-submit.disabled,
.edd-submit.disabled,
.btn[disabled],
button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
.more-link[disabled],
.posts-navigation .nav-previous a[disabled],
.posts-navigation .nav-next a[disabled],
.comment-navigation .next[disabled],
.comment-navigation .prev[disabled],
#edd-purchase-button[disabled],
input[type=submit].edd-submit[disabled],
.edd-submit[disabled] {
  cursor: auto;
}
.btn.red,
button.red,
input[type="reset"].red,
input[type="submit"].red,
input[type="button"].red {
  background-color: #ca6b6f;
}
.btn.red:hover,
button.red:hover,
input[type="reset"].red:hover,
input[type="submit"].red:hover,
input[type="button"].red:hover {
  background-color: #d79194;
}
.btn.blue,
button.blue,
input[type="reset"].blue,
input[type="submit"].blue,
input[type="button"].blue {
  background-color: #6f899a;
}
.btn.blue:hover,
button.blue:hover,
input[type="reset"].blue:hover,
input[type="submit"].blue:hover,
input[type="button"].blue:hover {
  background-color: #8da2af;
}
.btn.green,
button.green,
input[type="reset"].green,
input[type="submit"].green,
input[type="button"].green {
  background-color: #74ad66;
}
.btn.green:hover,
button.green:hover,
input[type="reset"].green:hover,
input[type="submit"].green:hover,
input[type="button"].green:hover {
  background-color: #92bf87;
}
.btn.orange,
button.orange,
input[type="reset"].orange,
input[type="submit"].orange,
input[type="button"].orange {
  background-color: #e18052;
}
.btn.orange:hover,
button.orange:hover,
input[type="reset"].orange:hover,
input[type="submit"].orange:hover,
input[type="button"].orange:hover {
  background-color: #e8a07e;
}
.btn.purple,
button.purple,
input[type="reset"].purple,
input[type="submit"].purple,
input[type="button"].purple {
  background-color: #877a8e;
}
.btn.purple:hover,
button.purple:hover,
input[type="reset"].purple:hover,
input[type="submit"].purple:hover,
input[type="button"].purple:hover {
  background-color: #a096a5;
}
.btn.black,
button.black,
input[type="reset"].black,
input[type="submit"].black,
input[type="button"].black {
  background-color: #000;
  color: #fff;
}
.btn.black:hover,
button.black:hover,
input[type="reset"].black:hover,
input[type="submit"].black:hover,
input[type="button"].black:hover {
  background-color: #444;
}
.btn.buy-btn {
  background-color: #000;
  color: #fff;
}
.btn.buy-btn:hover {
  background-color: #444;
}
.more .btn {
  background-color: #6f899a;
}
.more .btn:hover {
  background-color: #8da2af;
}
input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.more-link:after,
.posts-navigation .nav-previous a:after,
.comment-navigation .next:after {
  content: ' ›';
}
.posts-navigation .nav-next a:before,
.comment-navigation .prev:before {
  content: '‹ ';
}
#nav-toggle {
  float: right;
  margin-right: 3.2rem;
  margin-top: 2.12rem;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor: pointer;
  border-radius: 1px;
  height: 6px;
  width: 36px;
  background: black;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -12px;
}
#nav-toggle span:after {
  bottom: -12px;
}
@media screen and (min-width: 48em) {
  #nav-toggle {
    display: none;
  }
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-nav,
.ubermenu-nav {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 48em) and (max-width: 63.99em) {
  .main-nav,
  .ubermenu-nav {
    font-size: 15px;
  }
}
@media screen and (min-width: 48em) {
  .main-nav > ul,
  .ubermenu-nav > ul {
    text-align: right;
  }
  .main-nav > ul > li > a,
  .ubermenu-nav > ul > li > a {
    line-height: 1;
  }
  .main-nav > ul ul,
  .ubermenu-nav > ul ul {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .main-nav > ul > li,
  .ubermenu-nav > ul > li {
    margin-right: .5rem;
  }
  .main-nav > ul > li:last-of-type,
  .ubermenu-nav > ul > li:last-of-type {
    margin-right: 0;
  }
}
.main-nav li,
.ubermenu-nav li {
  list-style: none;
}
.main-nav a,
.ubermenu-nav a {
  color: #000;
  text-decoration: none;
}
.main-nav a:hover,
.ubermenu-nav a:hover {
  text-decoration: underline;
}
.main-nav .children,
.ubermenu-nav .children,
.main-nav .sub-menu,
.ubermenu-nav .sub-menu {
  display: none;
}
.main-nav .current_page_item > a,
.ubermenu-nav .current_page_item > a,
.main-nav .current-menu-item > a,
.ubermenu-nav .current-menu-item > a {
  color: #bfbfbf;
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  .primary-nav > ul > li,
  .secondary-nav > ul > li,
  .ubermenu > ul > li {
    margin-right: .5rem;
    margin-right: .25rem;
  }
  .primary-nav > ul > li:last-of-type,
  .secondary-nav > ul > li:last-of-type,
  .ubermenu > ul > li:last-of-type {
    margin-right: 0;
  }
}
.primary-nav,
.ubermenu-nav {
  display: none;
  /*
	.sub-menu {
		@media @lap {
			li {
				width: 200px;
				text-align: center;
			}
			a {
				display: flex;
				flex-direction: column-reverse;
			}
			.menu-image-title {
				margin-bottom: .5em;
			}
		}
	}
	
	li:hover > ul {
		display: flex;
	}
	*/
}
.primary-nav.active,
.ubermenu-nav.active {
  display: block;
}
@media screen and (min-width: 48em) {
  .primary-nav,
  .ubermenu-nav {
    display: block;
  }
}
@media screen and (max-width: 47.99em) {
  .primary-nav > ul,
  .ubermenu-nav > ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .secondary-nav + .primary-nav > ul,
  .secondary-nav + .ubermenu-nav > ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 47.99em) {
  .primary-nav > ul,
  .ubermenu-nav > ul {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    clear: both;
  }
}
@media screen and (max-width: 47.99em) {
  .primary-nav > ul > li,
  .ubermenu-nav > ul > li {
    border-bottom: 1px solid #eee;
  }
}
.primary-nav > ul > li > a,
.ubermenu-nav > ul > li > a {
  text-transform: uppercase;
}
@media screen and (max-width: 47.99em) {
  .primary-nav > ul > li > a,
  .ubermenu-nav > ul > li > a {
    font-size: 24px;
    line-height: 2.8;
    text-align: center;
  }
}
@media screen and (max-width: 47.99em) {
  .primary-nav .highlight,
  .ubermenu-nav .highlight {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.primary-nav .highlight > a,
.ubermenu-nav .highlight > a {
  background-color: #3c7985;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .primary-nav .highlight > a,
  .ubermenu-nav .highlight > a {
    padding-right: .5em;
    padding-left: .5em;
    border-radius: 4px;
    line-height: 1.5;
    font-size: 17px;
  }
}
@media screen and (max-width: 47.99em) {
  .primary-nav .wpmenucartli,
  .ubermenu-nav .wpmenucartli {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 48em) {
  .primary-nav .menu > li > a,
  .ubermenu-nav .menu > li > a {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 48em) {
  .primary-nav .sub-menu a,
  .ubermenu-nav .sub-menu a {
    padding: .75em 1em;
    line-height: normal;
  }
  .primary-nav .sub-menu li,
  .ubermenu-nav .sub-menu li {
    border-bottom: 1px solid #eee;
  }
  .primary-nav .sub-menu li:last-child,
  .ubermenu-nav .sub-menu li:last-child {
    border-bottom: 0;
  }
}
.secondary-nav {
  display: none;
  font-size: 14px;
}
@media screen and (min-width: 48em) {
  .secondary-nav {
    display: block;
  }
}
.secondary-nav > ul {
  margin-bottom: .375rem;
  margin-top: 1.75em;
}
.secondary-nav a {
  color: #9f9f9f;
}
body .ubermenu .ubermenu-target {
  padding: 0;
}
body .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  content: "\f502";
  font-family: Genericons;
  font-size: 8px;
  margin-top: -2px;
  right: 0;
}
body .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 12px;
}
@media screen and (min-width: 48em) {
  body .ubermenu-nav > .ubermenu-item {
    margin-right: .75em;
    padding-bottom: 15px;
  }
}
body .ubermenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop,
body .ubermenu-nojs .ubermenu-item:hover > .ubermenu-submenu-drop,
body .ubermenu-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .ubermenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop li,
body .ubermenu-nojs .ubermenu-item:hover > .ubermenu-submenu-drop li,
body .ubermenu-submenu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .ubermenu-submenu .ubermenu-item {
  padding: 10px;
}
body .ubermenu .ubermenu-target-with-image > .ubermenu-target-text {
  font-size: 15px;
  min-height: 40px;
}
.post-navigation {
  text-align: center;
}
.post-navigation a {
  color: #fff;
  padding: 1.5rem 1rem;
  width: 100%;
  -webkit-transition: background 280ms;
  transition: background 280ms;
}
@media screen and (min-width: 48em) {
  .post-navigation a {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 64em) {
  .post-navigation a {
    padding-top: 4rem 3rem;
  }
}
.post-navigation div {
  border: 0;
}
.post-navigation .meta-nav {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: .024em;
}
.post-navigation .post-title {
  display: block;
  font-size: 1.4em;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .post-navigation .post-title {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 64em) {
  .post-navigation .post-title {
    font-size: 1.55em;
  }
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-navigation a {
  color: #1a1a1a;
}
.post-navigation .nav-previous a {
  background-color: #CDDDFF;
}
.post-navigation .nav-previous a:hover {
  background-color: #e0eaff;
}
.post-navigation .nav-next a {
  background-color: #CDFFCC;
}
.post-navigation .nav-next a:hover {
  background-color: #dfffde;
}
.posts-navigation .nav-previous {
  padding-right: 0;
}
.posts-navigation .nav-previous a {
  background-color: #f7b895;
}
.posts-navigation .nav-previous a:hover {
  background-color: #fbd8c4;
}
.posts-navigation .nav-next {
  padding-left: 0;
}
.posts-navigation .nav-next a {
  background-color: #a197a8;
}
.post-navigation .meta-nav {
	font-size: 1.75em;
	margin-bottom: 10px;
}
.post-navigation .post-title {
	font-size: 1.25em;
}
.post-navigation .nav-next,
.post-navigation .nav-previous,
.comment-navigation,
.posts-navigation,
.pagination {
  border-color: #f2f2f2;
}
.archive-title,
.section-title,
.section-title-big,
.archive-description,
.section-description {
  text-align: center;
}
.section-title,
#isa-related-downloads h3 {
  color: #3e3e3e;
  letter-spacing: .028em;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  padding-top: 3px;
  background: url('images/section-title.png') center center no-repeat;
}
.section-title-big,
.section-title {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.section-title-big {
  font-size: 28px;
  font-family: 'Mrs Ant', Georgia, serif;
  line-height: 1.2;
}
.page-header {
  margin-bottom: .75em;
}
.page-header figure {
  margin: 0;
}
.page-header img {
  margin: 0;
}
.page-header figure + div {
  margin-top: 1em;
}
@media screen and (min-width: 48em) {
  .page-header figure + div {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .page-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 1em;
  }
}
.page-header .avatar {
  border-radius: 50%;
}
.author .page-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .author .page-header {
    display: block;
  }
}
.author figure {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .author .page-header-wrap {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.archive-title {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.archive-description {
  font-family: 'Mrs Ant', Georgia, serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 1em auto;
}
.archive-description p:first-of-type,
.archive-description p:last-of-type {
  margin-top: 0;
}
.entry {
  margin-bottom: 2rem;
}
.single .entry,
.page .entry {
  clear: both;
}
.post-label span {
  color: #fff;
  font-size: 14px;
  background-color: #000;
  border-radius: 4px;
  display: inline-block;
  padding: 0px 8px;
  text-transform: uppercase;
}
.guestpost .post-label span {
  background-color: #74ad66;
}
.post-label + .headline {
  margin-top: 1rem;
}
.headline {
  font-size: 36px;
  line-height: 1.125;
}
@media screen and (min-width: 48em) {
  .headline {
    font-size: 40px;
  }
  .blog .headline,
  .category .headline,
  .tag .headline,
  .author .headline,
  .date .headline,
  .search .headline {
    font-size: 28px;
  }
}
.headline a {
  color: inherit;
  text-decoration: none;
}
.headline a:hover {
  text-decoration: underline;
}
.byline {
  color: #6f6f6f;
  font-size: .875em;
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .featured-image img {
    width: auto;
    max-height: 440px;
  }
}
.copy {
  /*
.green-1 {
	color: #a8d5c8;
}
.green-2 {
	color: #b5e0e0;
}
.orange {
	color: #f4c0ac;
}
.red {
	color: #e5b6b8;
}
.blue {
	color: #abbac4;
}
.purple {
	color: #b9b1bd;
}
*/
}
.copy blockquote {
  color: #4b7740;
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
}
.copy blockquote:before {
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48em) {
  .copy blockquote {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.copy blockquote p {
  font-size: 1.166em;
  color: inherit;
}
.copy blockquote strong {
  color: #555;
}
.copy blockquote a {
  color: inherit;
}
.copy blockquote a:hover {
  color: #63b49d;
}
.copy a {
  color: #63b49d;
  font-weight: bold;
}
.copy .edd-add-to-cart {
  color: #fff !important;
}
.copy .edd_purchase_submit_wrapper .button {
  color: #fff;
}
.copy .more-link {
  color: #fff;
}
.copy .green-1 {
  color: #63b49d;
}
.copy .green-2 {
  color: #6dc2c2;
}
.copy .orange {
  color: #cc6136;
}
.copy .red {
  color: #ca6b6f;
}
.copy .blue {
  color: #6f899a;
}
.copy .purple {
  color: #877a8e;
}
.edd_purchase_submit_wrapper .btn {
  background-color: #000 !important;
  color: #fff !important;
}
.edd_purchase_submit_wrapper .btn:hover {
  background-color: #444 !important;
}
.share-quote {
  font-size: 15px;
  text-align: right;
  margin-left: 2rem;
  font-family: 'Mrs Ant', Georgia, serif;
}
.share-quote .facebook,
.share-quote .twitter {
  font-family: "Genericons";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
}
.share-quote .facebook:before,
.share-quote .twitter:before {
  line-height: 30px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.share-quote .facebook:hover,
.share-quote .twitter:hover {
  opacity: .7;
}
.share-quote .facebook span,
.share-quote .twitter span {
  display: none;
}
.share-quote .facebook:before {
  content: "\f204";
  background-color: #3b5998;
}
.share-quote .twitter:before {
  content: "\f202";
  background-color: #0084b4;
}
.lead {
  font-size: 1.4em;
}
.more-link {
  background-color: #333;
}
.more-link:hover {
  background-color: #555;
}
.auto-more {
  position: relative;
  margin-top: 1em;
}
.edit-link,
.taxonomies,
.author-bio {
  clear: both;
}
.edit-link a,
.taxonomies a,
.author-bio a {
  font-weight: bold;
  color: #63b49d;
}
.edit-link a {
  font-size: 1em;
  font-weight: bold;
  color: #63b49d;
  text-decoration: none;
}
.edit-link a:hover {
  text-decoration: underline;
}
.wp-caption-text {
  color: #80c7b3;
  letter-spacing: .028em;
  font-size: 0.75em;
}
.wp-caption-text a {
  color: inherit;
}
.author-bio .title {
  font-weight: normal;
  font-size: 1em;
}
.home .header,
.page-template-front-page .header {
  background-color: transparent;
}
.home .section,
.page-template-front-page .section {
  margin-bottom: 2rem;
}
.tagline {
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1.24;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: 'Mrs Ant', Georgia, serif;
  display: none;
}
@media screen and (min-width: 48em) {
  .tagline {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .tagline {
    position: relative;
    top: -50px;
    padding-left: 220px;
    font-size: 22px;
    margin-bottom: 0;
  }
}
.home.page .tagline {
  display: block;
}
.latest {
  display: none;
}
.latest-posts {
  border-collapse: collapse;
}
@media screen and (max-width: 47.99em) {
  .latest-posts {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .latest-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 2px solid #c4e1d7;
  }
}
.latest-posts .post {
  font-family: 'Naive Bold', Georgia, serif;
  text-transform: uppercase;
  border: 2px solid #c4e1d7;
  box-sizing: border-box;
}
.latest-posts .item {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.latest-posts .item:hover {
  opacity: .64;
}
@media screen and (min-width: 48em) and (max-width: 63.99em) {
  .latest-posts .item {
    font-size: 18px;
  }
}
@media screen and (min-width: 48em) {
  .latest-posts .item {
    width: 32%;
    width: calc(32.33%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    border: 2px solid #c4e1d7;
    width: 33.33%;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .latest-posts .item:last-child {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .latest-posts .item {
    width: 19%;
    width: calc(19%);
    width: 20%;
  }
  .latest-posts .item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.latest-posts .post {
  padding: 3rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 48em) {
  .latest-posts .post {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 64em) {
  .latest-posts .post {
    padding: 1rem;
  }
}
@media screen and (max-width: 40em) and (orientation: portrait) {
  .latest-posts .post {
    height: 100vw;
  }
}
@media screen and (max-width: 48em) {
  .latest-posts .post {
    min-height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .latest-posts .post span {
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.latest-posts .poster {
  text-align: center;
}
.latest-posts .poster img {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .latest-posts .poster:before {
    content: '';
    float: left;
    width: 0px;
    padding-top: 100%;
  }
}
.latest-posts .attachment-thumbnail,
.latest-posts .attachment-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 32px;
}
@media screen and (min-width: 64em) {
}
.latest-posts .cats {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 17px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 6px 8px;
  text-transform: uppercase;
  background-color: #fff;
  opacity: .7;
}
@media screen and (min-width: 48em) {
  .latest-posts .cats {
    font-size: 14px;
    padding: 4px 6px;
  }
}
.edd-download .post-label span {
  background-color: #74ad66;
}
/*
.popular {
	.section-title {
		margin-top: 0;
	}
	.latest-posts .item {
		background-color: @green;
		&:nth-child(1) {
			background-color: @blue;
		}
		&:nth-child(3) {
			background-color: @orange;
		}
		&:nth-child(5) {
			background-color: @red;
		}
		&:nth-child(7) {
			background-color: @purple;
		}
		&:nth-child(9) {
			background-color: @navy;
		}
	}
}

.newest {
	.latest-posts .item {
		background-color: @green;
		&:nth-child(1) {
			background-color: @orange;
		}
		&:nth-child(3) {
			background-color: @green;
		}
		&:nth-child(5) {
			background-color: @blue;
		}
		&:nth-child(6) {
			background-color: @violet;
		}
		&:nth-child(7) {
			background-color: @navy;
		}
		&:nth-child(9) {
			background-color: @purple;
		}
	}
}
*/
.subscribe .section-title {
  display: none;
}
.subscribe .btn {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 48em) {
}
.subscribe-form {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url('images/newsletter-top.jpg'), url('images/newsletter-bottom.jpg');
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}
.subscribe-form h2 {
  font-family: 'Naive Medium', Georgia, serif;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.subscribe-form h2 br {
  display: none;
}
@media screen and (min-width: 48em) {
  .subscribe-form h2 {
    font-size: 32px;
  }
  .subscribe-form h2 br {
    display: block;
  }
}
.subscribe-form button,
.subscribe-form .btn {
  padding: 9px 22px 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  font-family: 'Mrs Ant', Georgia, serif;
  margin-bottom: 2rem;
  background-color: #000;
  color: #fff;
}
.subscribe-form button:hover,
.subscribe-form .btn:hover {
  background-color: #444;
}
@media screen and (min-width: 48em) {
  .topic-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topic-list .topic {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  text-decoration: none;
  font-family: 'Naive Medium', Georgia, serif;
  font-size: 24px;
  text-align: center;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .topic-list .topic {
    background-color: transparent;
    margin: 1rem 0;
    margin-bottom: 0;
  }
}
.topic-list .topic:hover {
  text-decoration: underline;
}
.topic-list .topic img {
  width: 100%;
}
.topic-list .topic span {
  display: block;
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .download-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 64em) {
  .download-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.download-list .download {
  position: relative;
  text-align: center;
  padding: 1em 1em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .download-list .download {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .download-list .download {
    width: 16.66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.66%;
        -ms-flex: 0 1 16.66%;
            flex: 0 1 16.66%;
  }
  .home .download-list .download,
  .page-template-front-page .download-list .download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.download-list .download .buy-btn {
  font-size: 19px;
}
.download-list .link span,
.download-list .summary,
.download-list .edd_download_purchase_form {
  padding: 0 1em;
}
@media screen and (min-width: 64em) {
  .download-list .link span,
  .download-list .summary,
  .download-list .edd_download_purchase_form {
    display: none;
  }
}
.download-list .edd_download_quantity_wrapper {
  display: none;
}
.download-list .link img {
  box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.6);
}
.download-list .link span {
  font-family: 'Naive Bold', Georgia, serif;
  display: block;
  line-height: 1.24;
  margin-top: 1.2em;
}
@media screen and (max-width: 47.99em) {
  .download-list .link span {
    font-size: 21px;
  }
}
@media screen and (min-width: 48em) {
  .download-list .link span {
    display: none;
  }
}
.download-list .summary {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .download-list .wp-post-image {
    margin-bottom: 0;
  }
}
.download-list a {
  text-decoration: none;
}
.download-list a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .download-list .active {
    background-color: #f2f2f2;
  }
  .download-list .active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #f2f2f2;
    border-width: 30px;
    margin-left: -30px;
  }
}
.download-details {
  margin-top: 2em;
}
.download-details .details {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
  display: none;
}
@media screen and (min-width: 75em) {
  .download-details .details {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .download-details .details {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .download-details .details {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .download-details .details.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .download-details .details {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.download-details .details .edd-cart-added-alert {
  position: static;
  font-size: .875em;
  margin-top: .5rem;
  color: inherit;
}
.download-details .text {
  max-width: 36rem;
  text-align: center;
  padding: 0 1.5rem;
}
@media screen and (min-width: 48em) {
  .download-details .text {
    width: 45%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}
.download-details .image {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .download-details .image {
    width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
}
.download-details .image img {
  box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.6);
}
.download-details .wp-post-image {
  margin: 0 auto;
}
.download-details h3 {
  font-family: 'Naive Medium', Georgia, serif;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.24;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .download-details h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 48em) {
  .program-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.program-list .program {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .program-list .program {
    width: 48%;
    width: calc(49%);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .program-list .program {
    width: 24%;
    width: calc(23.25%);
  }
}
.program-list .program img {
  display: inline-block;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15), 0 8px 6px -5px rgba(0, 0, 0, 0.35);
}
.term-courses .download-list img {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15), 0 8px 6px -5px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 48em) {
  .gift-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.gift-list .gift {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 .5em;
}
@media screen and (min-width: 48em) {
  .gift-list .gift {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
.gift-list .wp-post-image {
  margin-bottom: 1em;
}
.gift-list a {
  font-family: 'Naive Medium', Georgia, serif;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .about-karen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-karen .image,
.about-karen .text {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .about-karen .image,
  .about-karen .text {
    width: 50%;
  }
}
.about-karen .btn {
  margin-bottom: .75em;
}
@media screen and (min-width: 48em) {
  .blog .post,
  .category .post,
  .tag .post,
  .author .post,
  .date .post,
  .search .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 48em) {
  .blog .post .featured-image,
  .category .post .featured-image,
  .tag .post .featured-image,
  .author .post .featured-image,
  .date .post .featured-image,
  .search .post .featured-image {
    width: 37.5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 37.5%;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
  }
}
.blog .post .content-wrap,
.category .post .content-wrap,
.tag .post .content-wrap,
.author .post .content-wrap,
.date .post .content-wrap,
.search .post .content-wrap {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .blog .post.has-image .post-label,
  .category .post.has-image .post-label,
  .tag .post.has-image .post-label,
  .author .post.has-image .post-label,
  .date .post.has-image .post-label,
  .search .post.has-image .post-label,
  .blog .post.has-image .headline,
  .category .post.has-image .headline,
  .tag .post.has-image .headline,
  .author .post.has-image .headline,
  .date .post.has-image .headline,
  .search .post.has-image .headline {
    margin-top: 0;
  }
}
.author .page-header .about {
  display: none;
}
.author .archive-description {
  font-size: 1rem;
  color: #6c6c6c;
}
@media screen and (min-width: 48em) {
  .page-template-authors .authors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-template-authors .contributor {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 52rem;
}
@media screen and (min-width: 48em) {
  .page-template-authors .contributor {
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
.page-template-authors .contributor .name {
  font-size: 22px;
  margin: 1rem 0;
  line-height: 1.24;
}
.page-template-authors .contributor .avatar img {
  border-radius: 50%;
}
@media screen and (min-width: 48em) {
  .copy .user-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .copy .user-list .author-search {
    width: 100%;
  }
}
.copy .user-list .author-block {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 52rem;
}
@media screen and (min-width: 48em) {
  .copy .user-list .author-block {
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.copy .user-list .author-block h2 {
  font-size: 18px;
  margin: 1rem 0;
  line-height: 1.2;
}
.copy .user-list .author-block h2 a {
  font-weight: bold;
}
.copy .user-list .author-block p {
  font-size: 16px;
}
.copy .user-list .author-block .avatar {
  border-radius: 50%;
}
#sul-searchform label {
  display: none;
}
@media screen and (max-width: 47.99em) {
  #sul-searchform #sul-s {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}
.page-template-authors .contain,
.page-template-authors .page-header,
.page-template-authors .headline,
.page-template-authors .byline,
.page-template-authors .copy,
.page-template-authors .edit-link,
.page-template-authors .the-meta,
.page-template-authors .taxonomies,
.page-template-authors .page-links,
.page-template-authors .author-bio,
.page-template-authors .comments-title,
.page-template-authors .commentlist,
.page-template-authors .comment-navigation,
.page-template-authors .comments-closed,
.page-template-authors .comment-respond,
.page-template-authors .navigation,
.page-template-authors .no-sidebar main .widget-area,
.page-template-full-width .contain,
.page-template-full-width .page-header,
.page-template-full-width .headline,
.page-template-full-width .byline,
.page-template-full-width .copy,
.page-template-full-width .edit-link,
.page-template-full-width .the-meta,
.page-template-full-width .taxonomies,
.page-template-full-width .page-links,
.page-template-full-width .author-bio,
.page-template-full-width .comments-title,
.page-template-full-width .commentlist,
.page-template-full-width .comment-navigation,
.page-template-full-width .comments-closed,
.page-template-full-width .comment-respond,
.page-template-full-width .navigation,
.page-template-full-width .no-sidebar main .widget-area {
  max-width: 100%;
}
.page-template-authors main .widget-area,
.page-template-full-width main .widget-area {
  max-width: 100%;
}
.page-template-landing-page {
  padding-top: 0;
}
.page-template-landing-page .header,
.page-template-landing-page .footer {
  display: block;
}
.page-template-landing-page .copy {
  color: #404040;
  font-size: 20px;
  line-height: 1.6;
}
.page-template-landing-page .copy h2,
.page-template-landing-page .copy h3 {
  line-height: 1.28;
}
.page-template-landing-page .copy h2 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: -0.028em;
}
.page-template-landing-page .copy h3 {
  font-size: 24px;
  font-weight: bold;
}
.page-template-landing-page .copy blockquote {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.22;
  color: #676767;
  text-align: center;
  font-family: 'Naive Medium', Georgia, serif;
}
@media screen and (min-width: 48em) {
  .page-template-landing-page .copy blockquote {
    font-size: 32px;
  }
}
.page-template-landing-page .copy blockquote img {
  border-radius: 50%;
}
.page-template-landing-page main,
.page-template-landing-page .content-block {
  max-width: 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.page-template-landing-page main {
  margin-top: 4rem;
  color: #3a3a3a;
}
.page-template-landing-page .copy-primary,
.page-template-landing-page .copy-secondary {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.page-template-landing-page .copy-primary {
  font-size: 1.25em;
  max-width: 30rem;
  font-weight: 500;
}
.page-template-landing-page .block {
  background-position: bottom center;
  background-repeat: repeat-x;
}
.page-template-landing-page .copy-secondary {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-template-landing-page .copy-secondary > p:first-line {
  font-weight: bold;
}
.page-template-landing-page .copy-secondary blockquote {
  font-size: 1.425em;
  color: #606060;
  font-weight: 100;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-landing-page .copy-secondary blockquote p {
  margin: 1rem 0;
}
.page-template-landing-page .edd-product {
  text-align: center;
}
.page-template-landing-page .edd-product .copy-secondary {
  max-width: 36rem;
}
.page-template-landing-page .wp-post-image {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .page-template-landing-page .content-product-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-template-landing-page .product-block {
  text-align: center;
  min-width: 16rem;
  margin: 1rem 0;
}
.sales-header {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .sales-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sales-header .left-side,
.sales-header .right-side {
  display: none;
  background-repeat: repeat;
}
@media screen and (min-width: 64em) {
  .sales-header .left-side,
  .sales-header .right-side {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sales-header .left-side {
  background-position: right top;
}
.sales-header .right-side {
  background-position: left top;
}
.page-template-archive-download .section,
.post-type-archive-download .section,
.tax-download_category .section {
  margin-bottom: 2rem;
}
.page-template-archive-download .download,
.post-type-archive-download .download,
.tax-download_category .download {
  display: block;
  margin-bottom: 2rem;
  color: inherit;
}
.page-template-archive-download .download:hover,
.post-type-archive-download .download:hover,
.tax-download_category .download:hover {
  color: #ff8041;
}
@media screen and (min-width: 48em) {
  .page-template-archive-download .download,
  .post-type-archive-download .download,
  .tax-download_category .download {
    padding: 0 .5rem;
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .page-template-archive-download .download,
  .post-type-archive-download .download,
  .tax-download_category .download {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    padding: 0 1rem;
  }
}
.page-template-archive-download .download .wp-post-image,
.post-type-archive-download .download .wp-post-image,
.tax-download_category .download .wp-post-image {
  margin-bottom: 1em;
}
.page-template-archive-download .download .title,
.post-type-archive-download .download .title,
.tax-download_category .download .title {
  font-family: 'Naive Medium', Georgia, serif;
  display: block;
  font-size: 19px;
  line-height: 1.24;
}
@media screen and (min-width: 48em) {
  .page-template-archive-download .download .title,
  .post-type-archive-download .download .title,
  .tax-download_category .download .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  .page-template-archive-download .download .title,
  .post-type-archive-download .download .title,
  .tax-download_category .download .title {
    font-size: 22px;
  }
}
.page-template-archive-download .more,
.post-type-archive-download .more,
.tax-download_category .more {
  text-align: center;
}
.page-template-archive-download .posts-navigation,
.post-type-archive-download .posts-navigation,
.tax-download_category .posts-navigation {
  text-align: center;
}
.tax-download_category .download {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .term-courses .download,
  .term-programs .download,
  .term-products .download {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    padding: 0 1rem;
  }
}
.term-books .download-list img {
  box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 48em) {
  .post-type-archive-poster .content,
  .tax-poster_tag .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.post-type-archive-poster .content .entry,
.tax-poster_tag .content .entry {
  margin-bottom: 1rem;
}
.post-type-archive-poster .entry,
.tax-poster_tag .entry {
  padding: .5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .post-type-archive-poster .entry,
  .tax-poster_tag .entry {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .post-type-archive-poster .entry,
  .tax-poster_tag .entry {
    width: 25%;
  }
}
.post-type-archive-poster .headline,
.tax-poster_tag .headline {
  font-size: 1.2em;
  margin: 1rem 0;
}
.post-type-archive-poster .page-header,
.tax-poster_tag .page-header,
.post-type-archive-poster .poster-tags,
.tax-poster_tag .poster-tags,
.post-type-archive-poster .page-header-wrap,
.tax-poster_tag .page-header-wrap,
.post-type-archive-poster .after-nth-entry-widgets,
.tax-poster_tag .after-nth-entry-widgets,
.post-type-archive-poster .posts-navigation,
.tax-poster_tag .posts-navigation {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (min-width: 48em) {
  .post-type-archive-poster .posts-navigation,
  .tax-poster_tag .posts-navigation {
    text-align: center;
  }
}
.poster-tags {
  text-align: center;
  margin: 0 auto;
}
.poster-tags p {
  margin-bottom: 2rem;
}
.poster-tags p br {
  display: none;
}
.poster-tags p a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  margin: 0 .125em;
  font-size: 14px;
}
.poster-tags p a:before {
  content: '#';
}
.poster-tags p a:hover {
  text-decoration: underline;
  color: #6f899a;
}
.archive-description.share {
  font-family: 'Mrs Ant', Georgia, serif;
  font-weight: bold;
  text-align: center;
  color: #3e3e3e;
  letter-spacing: .028em;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  padding-top: 3px;
  background: url('images/section-title.png') center center no-repeat;
  margin-top: 1.5rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.single-poster .entry .featured-image {
  margin: 0 auto;
  max-width: 640px;
}
.single-poster .entry .headline {
  text-align: center;
}
.single-poster .entry .poster-tags {
  background-color: #f6f6f6;
  padding: 20px;
  max-width: 832px;
}
.single-poster .entry .poster-tags .archive-description {
  font-size: 24px;
  font-weight: bold;
}
.single-poster .entry .poster-tags a {
  font-size: 14px;
}
.edd_download_quantity_wrapper {
  display: none;
}
.edd_form fieldset {
  padding: 0;
  border: 0;
}
.edd_form legend {
  font-family: 'Naive Medium', Georgia, serif;
  color: #8a8a8a;
  padding: 0;
}
.edd_form input {
  margin-bottom: .5rem;
}
.edd_cr_no_pages,
.edd-no-purchases,
.edd_password_change_notice {
  font-size: .825em;
  color: #5a5a5a;
}
.profile-etc h2 {
  font-family: 'Naive Medium', Georgia, serif;
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .profile-etc h2 {
    margin-top: 3rem;
  }
}
.rp4wp-related-posts {
  text-align: center;
}
.rp4wp-related-posts h3 {
  font-family: 'Naive Medium', Georgia, serif;
  text-align: center;
}
.rp4wp-related-posts ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .rp4wp-related-posts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rp4wp-related-posts a {
  color: #fff;
  padding: 2rem 1rem;
  width: 100%;
  -webkit-transition: background 280ms;
  transition: background 280ms;
  display: block;
  font-size: 1.4em;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .rp4wp-related-posts a {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 64em) {
  .rp4wp-related-posts a {
    padding-top: 5rem 3rem;
  }
}
@media screen and (min-width: 48em) {
  .rp4wp-related-posts a {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 64em) {
  .rp4wp-related-posts a {
    font-size: 2em;
  }
}
@media screen and (min-width: 48em) {
  .rp4wp-related-posts li {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.rp4wp-related-posts .rp4wp-related-post-content,
.rp4wp-related-posts .rp4wp-related-post-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rp4wp-related-posts .rp4wp-related-post-content {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
}
.rp4wp-related-posts li {
  background-color: #6f899a;
}
.rp4wp-related-posts li:hover {
  background-color: #879dab;
}
.rp4wp-related-posts li:first-child a {
  background-color: #74ad66;
}
.rp4wp-related-posts li:first-child a:hover {
  background-color: #8cbb81;
}
.rp4wp-related-posts li:last-child a {
  background-color: #e18052;
}
.rp4wp-related-posts li:last-child a:hover {
  background-color: #e79a75;
}
.comment-navigation .nav-links .page-numbers {
  color: #866999;
  text-decoration: none;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
.comment-navigation .nav-links .current {
  color: #d2d2d2;
}
.comment-navigation .nav-links .prev,
.comment-navigation .nav-links .next {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}
#disqus_thread {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sidebar {
  color: #555;
  font-size: 15px;
  background-color: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .sidebar {
    padding-top: 2rem;
    background-color: #f2f2f2;
  }
}
.sidebar .widget_edd_product_details {
  text-align: center;
}
.sidebar .buy-btn {
  font-size: 18px;
}
.after-author-widgets .widget,
.after-nth-entry-widgets .widget,
.after-loop-widgets .widget {
  margin-bottom: 1.5rem;
  background-color: #f2f2f2;
}
.after-author-widgets .widget:before,
.after-nth-entry-widgets .widget:before,
.after-loop-widgets .widget:before,
.after-author-widgets .widget:after,
.after-nth-entry-widgets .widget:after,
.after-loop-widgets .widget:after {
  display: table;
  content: " ";
}
.after-author-widgets .widget:after,
.after-nth-entry-widgets .widget:after,
.after-loop-widgets .widget:after {
  clear: both;
}
.after-author-widgets .widget.last-of-type,
.after-nth-entry-widgets .widget.last-of-type,
.after-loop-widgets .widget.last-of-type {
  margin-bottom: 0;
}
.widget-title {
  font-size: 1.3em;
  color: #4b4b4b;
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss li {
  margin-bottom: 1em;
}
.widget_rss li:last-of-type {
  margin-bottom: 0;
}
.widget_featured_download .featured-download {
  text-align: center;
}
@media screen and (min-width: 48em) {
}
.widget_featured_download .image,
.widget_featured_download .text {
  margin: 1.5rem 1rem;
}
.widget_featured_download .image {
  display: block;
}
@media screen and (min-width: 48em) {
}
@media screen and (min-width: 48em) {
}
.widget_featured_download .wp-post-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.widget_featured_download .widget-title {
  margin: 1rem 0;
  line-height: 1.24;
}
.widget_featured_download .edd_download_purchase_form {
  margin-bottom: 1rem;
}
.widget_featured_download .edd_download_quantity_wrapper {
  display: none;
}
.edd_download_purchase_form {
  margin-top: 1em;
}
.dbl-subscribe h3 {
  font-weight: bold;
}
.dbl-subscribe input[type="text"] {
  display: block;
  width: 100%;
}
.dbl-subscribe input[type="submit"] {
  margin-top: .75em;
}
.dbl-subscribe .tangerine,
.dbl-subscribe .mint {
  margin-top: .5em;
}
.dbl-subscribe .tangerine {
  margin-bottom: 1rem;
}
.dbl-subscribe .input {
  margin: .5em 0;
}
.dbl-subscribe .promise {
  font-size: .75em;
}
.footer {
  border-top: none;
  padding-top: 1.8rem;
  margin-top: 3rem;
  background: url('images/wave-border.jpg') top center no-repeat;
  background-size: 780px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .footer {
    background-size: auto;
  }
}
.footer .wrap {
  padding-top: 4rem;
}
@media screen and (min-width: 48em) {
  .footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-logo {
  display: block;
  text-align: center;
}
.footer-about {
  text-align: center;
  padding: 0 1rem;
}
@media screen and (min-width: 48em) {
  .footer-about {
    text-align: left;
  }
}
.footer-nav {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .footer-nav .menu > li {
    margin-right: .75rem;
  }
  .footer-nav .menu > li:last-of-type {
    margin-right: 0;
  }
}
.footer-nav a {
  color: #4e626f;
  font-size: 22px;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  .footer-nav a {
    font-size: 15px;
  }
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-social {
  text-align: center;
}
.footer-social ul {
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
  line-height: 1;
}
.footer-social .highlight,
.footer-social .right {
  display: none;
}
.footer-social .social-title {
  font-family: 'Mrs Ant', Georgia, serif;
  margin-bottom: 1rem;
}
.footer-social .text {
  margin-bottom: 10px;
  float: none;
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .footer-social .text {
    margin-bottom: 0;
  }
}
.colophon {
  display: none;
}
#edd_show_terms {
  margin: 1rem 0;
}
#edd_purchase_receipt_products tr,
#edd_purchase_receipt_products td {
  padding: .5rem 0;
}
#edd_purchase_receipt_products td {
  border-top: 1px solid #eee;
}
.subposter {
  text-align: center;
  margin-bottom: 2em;
}
.subposter a {
  text-decoration: none;
  font-family: 'Naive Medium', Georgia, serif;
  font-size: 1.2em;
}
.subposter a:hover {
  color: inherit;
  text-decoration: underline;
}
#edd_checkout_cart td,
#edd_checkout_cart th,
#edd_checkout_cart .edd_cart_header_row th {
  padding: .5em;
}
@media screen and (min-width: 48em) {
  #edd_checkout_cart td,
  #edd_checkout_cart th,
  #edd_checkout_cart .edd_cart_header_row th {
    padding: .5em .75em;
  }
}
@media screen and (min-width: 64em) {
  #edd_checkout_cart td,
  #edd_checkout_cart th,
  #edd_checkout_cart .edd_cart_header_row th {
    padding: .5em 1em;
  }
}
#edd_checkout_cart tbody,
#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_cart th {
  font-size: .75em;
}
@media screen and (min-width: 48em) {
  #edd_checkout_cart tbody,
  #edd_checkout_cart .edd_cart_header_row th,
  #edd_checkout_cart th {
    font-size: .875em;
  }
}
@media screen and (min-width: 64em) {
  #edd_checkout_cart tbody,
  #edd_checkout_cart .edd_cart_header_row th,
  #edd_checkout_cart th {
    font-size: 1em;
  }
}
ul.edd-cart {
  padding-left: 0;
  list-style: none;
}
ul.edd-cart li {
  margin-bottom: 1rem;
}
ul.edd-cart .edd-remove-from-cart {
  text-transform: capitalize;
}
ul.edd-cart .edd_total {
  padding: .5rem 1rem;
}
ul.edd-cart .edd_checkout a {
  font-family: 'Mrs Ant', Georgia, serif;
  font-weight: bold;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  background-color: #866999;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  padding: 7px 16px 5px;
  line-height: 32px;
  -webkit-transition: 280ms background-color;
  transition: 280ms background-color;
  position: relative;
  cursor: pointer;
}
ul.edd-cart .edd_checkout a:hover {
  background-color: #9f88ad;
}
ul.edd-cart .edd_checkout a:active {
  top: 1px;
}
ul.edd-cart .edd_checkout a.disabled,
ul.edd-cart .edd_checkout a[disabled] {
  cursor: auto;
}
ul.edd-cart .edd_checkout a.red {
  background-color: #ca6b6f;
}
ul.edd-cart .edd_checkout a.red:hover {
  background-color: #d79194;
}
ul.edd-cart .edd_checkout a.blue {
  background-color: #6f899a;
}
ul.edd-cart .edd_checkout a.blue:hover {
  background-color: #8da2af;
}
ul.edd-cart .edd_checkout a.green {
  background-color: #74ad66;
}
ul.edd-cart .edd_checkout a.green:hover {
  background-color: #92bf87;
}
ul.edd-cart .edd_checkout a.orange {
  background-color: #e18052;
}
ul.edd-cart .edd_checkout a.orange:hover {
  background-color: #e8a07e;
}
ul.edd-cart .edd_checkout a.purple {
  background-color: #877a8e;
}
ul.edd-cart .edd_checkout a.purple:hover {
  background-color: #a096a5;
}
ul.edd-cart .edd_checkout a.black {
  background-color: #000;
  color: #fff;
}
ul.edd-cart .edd_checkout a.black:hover {
  background-color: #444;
}
/* Poster list and sharing icons */
.post-poster-list {
  list-style: none;
  padding: 0;
}
.post-poster-list li {
  text-align: center;
  margin: 1rem 0;
}
@media screen and (min-width: 48em) {
  .post-poster-list li {
    margin: 2rem 1rem;
  }
}
.post-poster-list .sharing-wrap {
  margin-top: .6em;
  font-family: 'Mrs Ant', Georgia, serif;
}
.post-poster-list .sharing-icons a {
  margin-left: .5em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.post-poster-list .sharing-icons a:hover {
  opacity: .7;
}
.post-poster-list .sharing-icons a:before {
  font-size: 1.2em;
  color: #78c2c2;
}
.post-poster-list .sharing-icons a span {
  vertical-align: top;
  display: none;
}
.post-poster-list .sharing-icons a[href*="facebook.com"]:before {
  content: "\f203";
}
.post-poster-list .sharing-icons a[href*="twitter.com"]:before {
  content: "\f202";
}
.post-poster-list .sharing-icons a[href*="pinterest.com"]:before {
  content: "\f210";
}
.post-poster-list .sharing-icons a[href*="plus.google.com"]:before {
  content: "\f206";
}
#mfPreviewBarShow,
#mfPreviewBar {
  display: none!important;
}
/* EDD Related downloads */
#isa-related-downloads h3 {
  text-align: center;
  font-family: 'Mrs Ant', Georgia, serif;
}
#isa-related-downloads a {
  font-family: 'Naive Bold', Georgia, serif;
  line-height: 1.24;
  text-decoration: none;
  display: block;
}
.widget_edd_product_details h3 {
  font-family: 'Naive Bold', Georgia, serif;
}
.widget_edd_product_details .widget-title {
  margin-top: 0;
}
.widget_edd_product_details .post-label span {
  background-color: #74ad66;
}
.widget_edd_product_details .post-label + h3 {
  margin-top: 1rem;
}
/* Monarch hack */
.et_social_inline_bottom:before {
  display: block;
  font-family: 'Mrs Ant', Georgia, serif;
  content: "Like it? Share it with others!";
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.2;
}
/* Modal stuff */
.emodal-content {
  max-width: 700px;
  font-size: 16px;
}
.emodal-content h1 {
  margin-top: 0;
}
.emodal-content .infusion-form input[type="submit"] {
  margin: 0 auto;
  display: block;
}
.emodal-content .promise {
  text-align: center;
  font-size: 14px;
}
.deets input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.deets br {
  display: none;
}
.share-caption {
  font-size: 14px;
  text-align: center;
}
.share-caption .label {
  text-transform: uppercase;
}
.share-caption a {
  margin-right: .375em;
}
.upw-posts .entry-title {
  font-family: 'Naive Medium', Georgia, serif;
  line-height: 1.2;
  font-size: 15px;
  margin: 0;
}
.upw-posts header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.upw-posts .entry-image {
  margin-right: 1em;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 145px;
      -ms-flex: 1 0 145px;
          flex: 1 0 145px;
}
@media screen and (min-width: 48em) {
  .upw-posts .entry-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 130px;
        -ms-flex: 1 0 130px;
            flex: 1 0 130px;
  }
}
.upw-posts a {
  color: inherit;
}
.contributor-list {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contributor-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em .5em;
}
@media screen and (min-width: 48em) {
  .contributor-list .item {
    margin: 0 .5em 1em;
  }
}
.contributor-list .item:first-of-type {
  margin-left: 0;
}
.contributor-list .item:last-of-type {
  margin-right: 0;
}
.contributor-list .contrib-write,
.contributor-list .contrib-title {
  font-size: 1.5em;
  font-weight: bold;
  background-color: #eee;
  padding: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  font-family: 'Mrs Ant', Georgia, serif;
}
.contributor-list .contributor {
  position: relative;
}
.contributor-list .contributor:hover .link {
  opacity: 1;
}
.contributor-list .avatar {
  vertical-align: top;
  position: relative;
}
.contributor-list .link {
  opacity: 0;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.sidebar .upw-posts .wp-post-image {
  margin: 0 auto;
}
.favorite-author .fav_authors,
.favorite-author .fa-signin {
  padding: 7px 16px 5px;
}
.favorite-author {
  text-align: center;
}
.favorite-author .dashicons {
  vertical-align: middle;
}
.fav_authors-wrap .fav-total,
.fav_authors-wrap .fav_authors {
  display: none;
}
.simplefavorite-button {
  font-family: 'Mrs Ant', Georgia, serif;
  font-weight: bold;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  background-color: #866999;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  padding: 7px 16px 5px;
  line-height: 32px;
  -webkit-transition: 280ms background-color;
  transition: 280ms background-color;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 0;
  clear: both;
}
.simplefavorite-button:hover {
  background-color: #9f88ad;
}
.simplefavorite-button:active {
  top: 1px;
}
.simplefavorite-button.disabled,
.simplefavorite-button[disabled] {
  cursor: auto;
}
.simplefavorite-button.red {
  background-color: #ca6b6f;
}
.simplefavorite-button.red:hover {
  background-color: #d79194;
}
.simplefavorite-button.blue {
  background-color: #6f899a;
}
.simplefavorite-button.blue:hover {
  background-color: #8da2af;
}
.simplefavorite-button.green {
  background-color: #74ad66;
}
.simplefavorite-button.green:hover {
  background-color: #92bf87;
}
.simplefavorite-button.orange {
  background-color: #e18052;
}
.simplefavorite-button.orange:hover {
  background-color: #e8a07e;
}
.simplefavorite-button.purple {
  background-color: #877a8e;
}
.simplefavorite-button.purple:hover {
  background-color: #a096a5;
}
.simplefavorite-button.black {
  background-color: #000;
  color: #fff;
}
.simplefavorite-button.black:hover {
  background-color: #444;
}
.single .simplefavorite-button,
.singular .simplefavorite-button {
  display: block;
}
.simplefavorite-button.active {
  background-color: #5EB34F;
}
.after-author-widgets {
  margin-top: 2rem;
}
.widget-area .widget_ultimate_posts,
.after-nth-entry-widgets .widget_ultimate_posts,
.after-loop-widgets .widget_ultimate_posts {
  text-align: center;
}
.widget-area .checkboard,
.after-nth-entry-widgets .checkboard,
.after-loop-widgets .checkboard {
  margin-bottom: 2rem;
}
.widget-area .checkboard article,
.after-nth-entry-widgets .checkboard article,
.after-loop-widgets .checkboard article {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  .widget-area .checkboard,
  .after-nth-entry-widgets .checkboard,
  .after-loop-widgets .checkboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .widget-area .checkboard article,
  .after-nth-entry-widgets .checkboard article,
  .after-loop-widgets .checkboard article {
    padding: 0 .5em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    margin-bottom: 0;
  }
}
.widget-area .checkboard .entry-title,
.after-nth-entry-widgets .checkboard .entry-title,
.after-loop-widgets .checkboard .entry-title {
  font-family: 'Naive Medium', Georgia, serif;
  line-height: 1.2;
  margin: 1em 0 0;
  font-size: 17px;
}
.widget-area .checkboard .entry-categories,
.after-nth-entry-widgets .checkboard .entry-categories,
.after-loop-widgets .checkboard .entry-categories {
  display: none;
  line-height: 1.2;
  padding-top: .75rem;
  font-size: 14px;
  text-transform: uppercase;
}
.widget-area .checkboard .entry-categories a,
.after-nth-entry-widgets .checkboard .entry-categories a,
.after-loop-widgets .checkboard .entry-categories a {
  color: inherit;
  text-decoration: none;
}
.widget-area .checkboard .entry-categories a:hover,
.after-nth-entry-widgets .checkboard .entry-categories a:hover,
.after-loop-widgets .checkboard .entry-categories a:hover {
  text-decoration: underline;
}
.widget-area .checkboard a,
.after-nth-entry-widgets .checkboard a,
.after-loop-widgets .checkboard a {
  color: inherit;
  text-decoration: none;
}
.widget-area .checkboard a:hover,
.after-nth-entry-widgets .checkboard a:hover,
.after-loop-widgets .checkboard a:hover {
  text-decoration: underline;
}
.widget-area .widget_featured_download,
.after-nth-entry-widgets .widget_featured_download,
.after-loop-widgets .widget_featured_download {
  display: none;
}
.widget-area .widget_featured_download:first-of-type,
.after-nth-entry-widgets .widget_featured_download:first-of-type,
.after-loop-widgets .widget_featured_download:first-of-type {
  display: block;
}
.widget-area .widget_ultimate_posts,
.after-nth-entry-widgets .widget_ultimate_posts,
.after-loop-widgets .widget_ultimate_posts {
  display: none;
}
.widget-area .widget_ultimate_posts:last-of-type,
.after-nth-entry-widgets .widget_ultimate_posts:last-of-type,
.after-loop-widgets .widget_ultimate_posts:last-of-type {
  display: block;
}
.single-video-page .copy .backtostore {
  margin: 0 .5em .5em 0;
  font-size: 18px;
  padding: 5px 10px 2px;
  float: left;
  top: -5px;
}
.single-video-page .copy .btn,
.single-video-page .copy .backtostore {
  margin: 0 .5em .5em 0;
  font-size: 18px;
  padding: 5px 10px 2px;
}
.manual-optin-trigger {
  cursor: pointer;
}
html #seattle-element-title-content {
  font-family: 'Naive Bold', Georgia, serif;
  line-height: 1.24;
  font-size: 23px;
  margin: 1.33rem auto;
}
html div#om-y9biflzgjqej7sr9 .seattle-body {
  background-color: transparent !important;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit {
  font-family: 'Mrs Ant', Georgia, serif;
  font-weight: bold;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #866999;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  padding: 7px 16px 5px;
  line-height: 32px;
  -webkit-transition: 280ms background-color;
  transition: 280ms background-color;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Mrs Ant', Georgia, serif !important;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit:hover {
  background-color: #9f88ad;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit:active {
  top: 1px;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.disabled,
html div#om-y9biflzgjqej7sr9 #seattle-field-submit[disabled] {
  cursor: auto;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.red {
  background-color: #ca6b6f;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.red:hover {
  background-color: #d79194;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.blue {
  background-color: #6f899a;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.blue:hover {
  background-color: #8da2af;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.green {
  background-color: #74ad66;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.green:hover {
  background-color: #92bf87;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.orange {
  background-color: #e18052;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.orange:hover {
  background-color: #e8a07e;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.purple {
  background-color: #877a8e;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.purple:hover {
  background-color: #a096a5;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.black {
  background-color: #000;
  color: #fff;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-submit.black:hover {
  background-color: #444;
}
html div#om-y9biflzgjqej7sr9 #seattle-element-tagline {
  font-size: 18px;
  line-height: 1.5;
}
html div#om-y9biflzgjqej7sr9 #seattle-field-name,
html div#om-y9biflzgjqej7sr9 #seattle-field-email {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  padding: 8px 10px;
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  html div#om-y9biflzgjqej7sr9 #seattle-field-name,
  html div#om-y9biflzgjqej7sr9 #seattle-field-email {
    min-width: 18rem;
    width: auto;
  }
}
html .seattle-error {
  margin: 1rem 0 0 !important;
  font-size: 15px !important;
}
.yarpp-related {
  list-style: none;
  padding: 0;
  text-align: center;
}
.yarpp-related h3 {
  font-family: 'Mrs Ant', Georgia, serif;
}
.yarpp-related .related-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 48em) {
  .yarpp-related .related-posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 2px solid #c4e1d7;
  }
}
.yarpp-related a {
  padding: 2rem 2rem;
  font-family: 'Naive Bold', Georgia, serif;
  text-align: center;
  color: inherit;
  background-position: center center;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.yarpp-related a:before {
  content: '';
  float: left;
  width: 0px;
  padding-top: 65%;
}
@media screen and (min-width: 48em) {
  .yarpp-related a:before {
    padding-top: 72%;
  }
}
@media screen and (min-width: 64em) {
  .yarpp-related a:before {
    padding-top: 80%;
  }
}
.yarpp-related a:hover {
  opacity: .64;
}
.yarpp-related a span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (min-width: 48em) {
  .yarpp-related a {
    padding: 2rem 3rem;
    font-size: 23px;
  }
}
@media screen and (min-width: 64em) {
  .yarpp-related a {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 48em) {
  .yarpp-related a + a {
    border-left: 2px solid #c4e1d7;
  }
}
body .edd-csau-products {
  border: 0;
}
@media screen and (min-width: 48em) {
  body .edd-csau-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body .edd-csau-products h2 {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  body .edd-csau-products h2 {
    width: 100%;
  }
}
body .edd-csau-products .edd_download_excerpt,
body .edd-csau-products .edd_price {
  display: none;
}
body .edd-csau-products .edd_download {
  text-align: center;
}
@media screen and (min-width: 48em) {
  body .edd-csau-products .edd_download {
    width: 50% !important;
  }
}
body .edd-csau-products .edd_download_title {
  font-family: 'Mrs Ant', Georgia, serif;
  margin-top: 1rem;
}
body .edd-csau-products .edd_download_title a {
  color: inherit;
  text-decoration: none;
}
body .edd-csau-products .wp-post-image {
  display: inline-block;
}
.text-66,
.text-65,
.text-64 {
  text-align: center;
}
.text-66 .btn,
.text-65 .btn,
.text-64 .btn {
  background-color: #000;
  color: #fff;
}
.text-66 .btn:hover,
.text-65 .btn:hover,
.text-64 .btn:hover {
  background-color: #444;
}
.after-author-widgets .text-66,
.after-nth-entry-widgets .text-64 {
  background-color: #cdebe3;
  color: #000;
}
.after-author-widgets .text-66 .widget-title,
.after-nth-entry-widgets .text-64 .widget-title {
  color: inherit;
}
.posts-navigation .nav-previous + .nav-next {
  margin-left: 1rem;
}
.posts-navigation .nav-previous + .nav-next a {
  background-color: #d3cfd6;
}
.post-type-archive-poster .posts-navigation,
.tax-poster_tag .posts-navigation {
  text-align: center;
}
.post-type-archive-poster .posts-navigation .nav-previous + .nav-next,
.tax-poster_tag .posts-navigation .nav-previous + .nav-next {
  float: none;
}
@media screen and (min-width: 48em) {
  .category-love .page-header .page-header-wrap,
  .category-success .page-header .page-header-wrap,
  .category-happiness .page-header .page-header-wrap,
  .category-health .page-header .page-header-wrap {
    max-width: 60%;
  }
}
