@charset "UTF-8";
/*
	Theme Name: SingleBox
	Theme URI: http://wpstud.io/themes/singlebox/
	Description: Minimalistic and clean blog and portfolio theme
	Author: WPStud.io || Frank Schrijvers
	Author URI: http://www.wpstud.io

	Version: 1.8.5

	Template: genesis
	Template Version: 2.2.6
	Text Domain: singlebox

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
	- Base Styles
- Defaults
- Layouts
- Typography
	- Font Color
	- Font Family
	- Font Size
	- Font Miscellaneous
- Containers and Columns
- Headings and Titles
- Navigation
	- Menu's
	- Primary navigation
	- Fixed navigation
		- Pagination
		- Mobile navigation
		- Post navigation
- Layout
	- Meta ans Comments
	- Sidebars
	- Lists
	- Footer
	-footer widgets
- Modules
	- Forms
	- Buttons
	- Objects
	- Images
- Plugins
	- Simple Share
	- Totop
- Miscellaneous
- 404
- Mediaqueries
*/
/* Variables and Mixins
---------------------------------------------------------------------------------------------------- */
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

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

[hidden] {
  display: none; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: ' ';
  display: table; }

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: ' ';
  display: table; }

/*
Base Styles
---------------------------------------------------------------------------------------------------- */
/*
Defaults
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%; }

body {
  background-color: #efefef;
  color: #30373d;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.8; }

button:focus {
  outline: 0; }

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  box-sizing: border-box; }

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
  transition: all 0.1s ease-in-out; }

a img {
  border: none; }

.admin-bar .mobile-menu {
  padding-top: 57px; }

/* clear search input field's text when the search field gets focus */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

/* Wraps
--------------------------------------------- */
.site-container {
  margin: 0 auto;
  max-width: 960px; }

.site-inner {
  clear: both;
  overflow: hidden; }

.page .site-inner .content {
  background: #fff;
  float: none;
  max-width: 960px; }
  .page .site-inner .content article {
    padding: 48px 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }

/* ------- Header ----------- */
.site-header {
  overflow: hidden;
  padding: 140px 0 40px 0;
  padding: 14rem 0 4rem 0;
  text-align: center; }
  .site-header .title-area {
    display: inline-block;
    float: none; }
    .site-header .title-area .site-title {
      background: #80ac49;
      line-height: 1;
      margin: 0;
      padding: 1rem; }
      .site-header .title-area .site-title a {
        color: #fff;
        text-decoration: none; }

.wp-custom-logo .title-area .site-title {
  background: none !important; }

.wp-custom-logo .title-area .custom-logo {
  width: 50%;
  height: 50%; }

.header-image .site-title {
  margin: 0; }

.site-description {
  color: #333;
  line-height: 1.25;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 0; }

.header-image .site-description {
  display: block;
  font-family: Lato, sans-serif; }

/*- Main Content ----------- */
.content .wp-post-image {
  transition: all 0.3s ease-in-out;
  margin: 0;
  margin-bottom: -8px; }

.content .wp-post-image:hover {
  opacity: 0.8; }

.content .post, .content .entry {
  background: #fff;
  padding: 48px 30px; }
  .content .post .entry-content, .content .post .entry-header, .content .entry .entry-content, .content .entry .entry-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }
  .content .post .entry-header, .content .entry .entry-header {
    text-align: center; }

.entry,
.page .post.entry {
  margin-bottom: 100px;
  margin-bottom: 10rem; }

.single .entry {
  margin-bottom: 100px;
  margin-bottom: 10rem; }

.page .entry {
  margin: 0; }

.entry-content {
  overflow: hidden; }

.entry-content,
.entry-content p {
  line-height: 1.625; }

.entry-content p {
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }

blockquote {
  padding: 24px 64px;
  padding: 1.5rem 4rem; }

blockquote::before {
  content: "“";
  display: block;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* - Post Info & Meta ----------- */
.entry-header .entry-meta,
.entry-footer .entry-meta {
  clear: both;
  line-height: 1.5; }

.entry-header {
  color: #7d7d7d; }
  .entry-header .entry-meta {
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    .entry-header .entry-meta span, .entry-header .entry-meta time {
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0 2px; }
  .entry-header a {
    color: #222; }

.entry-comments-link {
  background: url(images/post-comments.png) no-repeat center left;
  margin-left: 16px;
  margin-left: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem; }

.entry-footer .entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 24px;
  padding-top: 1.5rem;
  text-align: center; }

/* - Miscellaneous ----------- */
p.subscribe-to-comments {
  padding: 24px 0 16px;
  padding: 1.5rem 0 1rem; }

p.pages,
.clear,
.clear-line,
.first {
  clear: both; }

.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }

.alignleft,
.archive-page {
  float: left; }

.alignright {
  float: right; }

.archive-page {
  width: 50%; }

.author-box .author-box-content, .author-box .author-box-title {
  padding-left: 100px; }

.author-box .author-box-title {
  font-size: 1.25rem; }

.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 5rem; }

.author-box,
.author-box h1,
.taxonomy-description {
  line-height: 1.5; }

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding: 32px;
  padding: 2rem; }

.breadcrumb {
  color: #606b74;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .breadcrumb .wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }

.archive-header, .author-box {
  background: #181b1e;
  color: #dedede;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding: 48px 30px; }
  .archive-header .wrap, .author-box .wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }
    .archive-header .wrap .archive-title, .author-box .wrap .archive-title {
      color: #fff;
      margin-bottom: 15px; }
  .archive-header .author-box-title, .author-box .author-box-title {
    color: #fff;
    margin-bottom: 15px; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
Typography
--------------------------------------------- */
a {
  text-decoration: none; }

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
  color: #30373d; }

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
  color: #80ac49; }

.post-info,
.post-meta,
#description {
  color: #636363; }

blockquote::before,
blockquote p,
input,
select,
textarea {
  color: #999; }

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff; }

strong {
  font-weight: 700; }

/*  Font Family ----------- */
body,
input,
textarea,
.author-box h1 {
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
  color: #333;
  font-weight: 700;
  font-family: Lato, sans-serif; }

/* Font Size ----------- */
#title {
  font-size: 42px;
  font-size: 2.625rem; }

h1,
.entry-title,
.entry-title a {
  font-size: 45px;
  font-size: 4.5rem;
  text-decoration: none; }

blockquote::before {
  font-size: 32px;
  font-size: 2rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6,
.author-box h1,
.sidebar h2 a {
  font-size: 16px;
  font-size: 1.6rem; }

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
  font-size: 14px;
  font-size: 0.875rem; }

/* Font Miscellaneous ----------- */
blockquote p {
  font-style: italic; }

cite {
  font-style: normal; }

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
  font-weight: 700; }

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

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
  text-decoration: none; }

/* Container and Columns
--------------------------------------------- */
.content-sidebar-sidebar .sidebar-secondary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area,
.sidebar-content-sidebar .sidebar-primary {
  float: right; }

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left; }

.one-half {
  box-sizing: border-box;
  width: 47.9166666666%;
  /* 552px / 1152px */
  width: 50%;
  padding-left: 20px; }

.one-third,
.two-sixths {
  width: 30.555555555%;
  /* 352px / 1152px */ }

.four-sixths,
.two-thirds {
  width: 65.277777777%;
  /* 752px / 1152px */ }

.one-fourth {
  width: 21.875%;
  /* 252px / 1152px */ }

.three-fourths {
  width: 73.958333333%;
  /* 852px / 1152px */ }

.one-fifth {
  width: 16.666666666%;
  /* 192px / 1152px */ }

.two-fifths {
  width: 37.5%;
  /* 432px / 1152px */ }

.three-fifths {
  width: 58.333333333%;
  /* 672px / 1152px */ }

.four-fifths {
  width: 79.166666666%;
  /* 912px / 1152px */ }

.one-sixth {
  width: 13.194444444%;
  /* 152px / 1152px */ }

.five-sixths {
  width: 82.638888888%;
  /* 952px / 1152px */ }

.one-half .first {
  padding-right: 20px;
  padding-left: 0; }

/* Entry Content Structure
--------------------------------------------- */
.content {
  padding-bottom: 40px; }

.entry,
.page .post.entry {
  margin-bottom: 80px; }

.single .entry {
  margin-bottom: 48px; }

.page .entry {
  margin: 0; }

.entry-content {
  overflow: hidden; }

/*
Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.author-box h1 {
  margin: 0; }

.taxonomy-description h1 {
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.archive-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/*
Navigation
---------------------------------------------------------------------------------------------------- */
/*
Menus
--------------------------------------------- */
.genesis-nav-menu {
  font-size: 1.2rem;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem; }

#header .genesis-nav-menu {
  float: right;
  margin-top: 48px;
  margin-top: 3rem;
  width: auto; }

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
  border-bottom: none; }

.genesis-nav-menu ul {
  float: left;
  width: 100%; }

.genesis-nav-menu li {
  display: inline-block;
  float: left;
  list-style-type: none;
  text-align: left; }

.genesis-nav-menu a {
  display: block;
  padding: 35px 12px;
  padding: 3.5rem 1.2rem;
  position: relative; }

.genesis-nav-menu li.highlight-menu-item {
  margin-left: 20px;
  margin-left: 1.25rem; }

.genesis-nav-menu .highlight-menu-item a {
  background-color: #1e1e1e; }

.genesis-nav-menu .highlight-menu-item a:hover {
  background-color: #ff2a00; }

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  width: 170px; }

.genesis-nav-menu li ul {
  left: -9999px;
  position: absolute;
  width: 212px;
  z-index: 99;
  top: 90px; }

.genesis-nav-menu li ul ul {
  margin: -55px 0 0 211px; }

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
  left: -9999px; }

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
  position: static; }

ul.genesis-nav-menu li:hover > ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover > ul,
#header .genesis-nav-menu li.sfHover ul {
  left: auto; }

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
  position: absolute;
  text-indent: -9999px; }

#wpadminbar li:hover ul ul {
  left: 0; }

/* Primary Navigation Extras ----------- */
.nav-show, .navbar-fixed-top {
  opacity: 0;
  visibility: visible !important; }
  .nav-show .wrap, .navbar-fixed-top .wrap {
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }
    .nav-show .wrap ul, .navbar-fixed-top .wrap ul {
      display: inline-block; }
  .nav-show .current-menu-item a, .navbar-fixed-top .current-menu-item a {
    color: #333; }

.navbar-fixed-top a {
  color: #fff; }

.nav-primary {
  visibility: hidden; }
  @media only screen and (max-width: 480px) {
    .nav-primary ul {
      background: #fff; }
      .nav-primary ul .menu-item {
        float: none;
        position: relative;
        width: 100%;
        text-align: left; }
        .nav-primary ul .menu-item a {
          color: #30373d;
          padding-right: 3rem;
          position: relative; }
        .nav-primary ul .menu-item .sub-menu {
          clear: both;
          display: none;
          opacity: 1;
          position: static;
          width: 100%; }
          .nav-primary ul .menu-item .sub-menu li {
            padding-left: 10px;
            padding-left: 1rem; }
    .nav-primary .sub-menu-toggle {
      background: none;
      color: #000;
      display: block;
      position: absolute;
      padding: 1rem;
      right: 0;
      top: 0;
      visibility: visible;
      z-index: 99; }
    .nav-primary .menu-toggle.activated:before {
      content: "\2261"; }
    .nav-primary .sub-menu-toggle:before {
      content: "+"; }
    .nav-primary .sub-menu-toggle.activated:before {
      content: "-"; } }
  .nav-primary .sub-menu li a, .nav-primary .sub-menu li a:link, .nav-primary .sub-menu li a:visited {
    background: #181b1e;
    color: #fff; }
  .nav-primary .sub-menu li a:hover {
    color: #dedede; }
  .nav-primary .sub-menu:before {
    background: url("images/sprite.svg") no-repeat -131px -13px;
    content: "";
    display: block;
    height: 9px;
    width: 16px;
    margin-left: 14px; }

.nav-bar-fixed-top {
  opacity: 0.9; }

.nav-show {
  opacity: 1; }

/* Fixed navigation -------------- */
.navbar-fixed-top {
  background: #181b1e;
  display: block !important;
  height: 90px;
  opacity: 0.9;
  position: fixed !important;
  top: 0;
  width: 100%; }
  .navbar-fixed-top .sub-menu li a, .navbar-fixed-top .sub-menu li a:link, .navbar-fixed-top .sub-menu li a:visited {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    color: #30373d; }
  .navbar-fixed-top .wrap {
    max-width: 960px;
    margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .navbar-fixed-top {
    display: none !important; } }

/* Pagination ----------- */
.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    list-style: none; }
    .pagination ul li {
      float: left; }
      .pagination ul li a {
        border-radius: 3px;
        background-color: #80ac49;
        border: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 1.2rem;
        font-family: Lato, sans-serif;
        margin: 0 5px;
        margin: 0 0.5rem;
        padding: 10px 20px;
        padding: 1rem 2rem;
        text-decoration: none;
        text-transform: uppercase; }
    .pagination ul li a:hover {
      background-color: #aeafb1; }

/* Standard Navigation
--------------------------------------------- */
nav {
  clear: both; }

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden; }

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
body {
  margin-top: 40px;
  margin-top: 4em; }

header {
  text-align: center; }
  header .title-area {
    display: inline-block;
    float: inherit; }
  header .widget-area {
    display: none; }

.nav-secondary {
  display: none; }

.mobile-menu {
  position: absolute;
  top: 70px;
  top: 7rem;
  width: 100%;
  z-index: 999; }
  .mobile-menu .menu-toggle {
    border-radius: 0;
    background: url("images/sprite.svg") no-repeat -17px -17px;
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    visibility: visible; }
  .mobile-menu .nav-primary .menu-primary li {
    float: left; }
  .mobile-menu .nav-primary .primary-search {
    display: none; }
  .mobile-menu .nav-primary {
    display: none;
    position: relative; }
    .mobile-menu .nav-primary .wrap {
      max-width: 960px;
      margin: 0 auto;
      text-align: center; }
      .mobile-menu .nav-primary .wrap ul:not(.sub-menu) {
        display: inline-block; }

/*
Post Navigation
--------------------------------------------- */
.navigation li {
  display: inline; }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #1e1e1e;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #ff2a00; }

/* Prev Next Navigation Posts ----*/
.prev-next-navigation {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  color: #dedede;
  font-size: 1.2rem;
  max-width: 720px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding: 4rem 0; }
  .prev-next-navigation .previous {
    background: url("images/arrow-left.svg") no-repeat left top;
    display: block;
    float: left;
    padding-left: 8%;
    width: 42%; }
    @media only screen and (max-width: 768px) {
      .prev-next-navigation .previous {
        background: none;
        padding-left: 0;
        width: 50%; } }
    .prev-next-navigation .previous span, .prev-next-navigation .previous a {
      float: left; }
  .prev-next-navigation .next {
    background: url("images/arrow-right.svg") no-repeat right top;
    display: block;
    float: right;
    text-align: right;
    padding-right: 8%;
    width: 42%; }
    @media only screen and (max-width: 768px) {
      .prev-next-navigation .next {
        background: none;
        padding-right: 0;
        width: 50%; } }
    .prev-next-navigation .next span, .prev-next-navigation .next a {
      float: right; }
  .prev-next-navigation span {
    display: block;
    font-style: italic;
    width: 100%; }
  .prev-next-navigation a {
    font-size: 1.6rem;
    text-transform: uppercase; }

/*
Layout
---------------------------------------------------------------------------------------------------- */
/*
Meta and Comments
--------------------------------------------- */
#comments,
#respond {
  line-height: 1.5;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    #comments,
    #respond {
      margin-bottom: 20px;
      padding: 48px 30px; } }
  #comments #commentform,
  #respond #commentform {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    margin-bottom: 72px;
    margin-top: 72px;
    position: relative; }
  #comments #reply-title,
  #respond #reply-title {
    background: #fff;
    margin-left: -30px;
    margin-right: -30px;
    padding: 24px 30px;
    text-align: center; }
  #comments label,
  #respond label {
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 10px;
    margin-left: 2px;
    text-transform: uppercase; }
  #comments .comment-form-comment, #comments #respond .form-submit,
  #respond .comment-form-comment,
  #respond #respond .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%; }
    @media only screen and (max-width: 768px) {
      #comments .comment-form-comment, #comments #respond .form-submit,
      #respond .comment-form-comment,
      #respond #respond .form-submit {
        position: relative;
        width: 100%; } }
  #comments textarea,
  #respond textarea {
    height: 131px; }
  #comments .form-submit,
  #respond .form-submit {
    top: 187px;
    margin: 0;
    position: absolute;
    right: 0;
    width: 47% !important; }
    @media only screen and (max-width: 480px) {
      #comments .form-submit,
      #respond .form-submit {
        margin: 0 auto;
        margin-top: 20px;
        margin-top: 2rem;
        position: relative;
        top: 0;
        width: 100% !important; } }
    #comments .form-submit input,
    #respond .form-submit input {
      margin: 0;
      width: 100%; }

.comment-respond {
  background: #fff;
  min-height: 430px; }

.entry-comments {
  background: #fff; }

.ping-list,
#comments {
  margin-bottom: 100px;
  margin-bottom: 10rem; }
  .ping-list h3,
  #comments h3 {
    background: #f2f2f2;
    margin-left: -30px;
    margin-right: -30px;
    padding: 24px 30px;
    text-align: center; }

#author,
#email,
#url {
  width: 50%; }
  @media only screen and (max-width: 480px) {
    #author,
    #email,
    #url {
      float: left;
      width: 100%; } }

.commentmetadata,
#author,
#email,
#url {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

#comment {
  margin: 12px 0;
  margin: 0.75rem 0; }

.comment-list li,
.ping-list li {
  list-style-type: none;
  padding: 0 20px;
  padding: 0 2rem; }
  .comment-list li article,
  .ping-list li article {
    border-bottom: 2px solid #f2f5f7;
    padding: 30px 0;
    padding: 3rem 0; }

.comment-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px; }
  .comment-list li ul li {
    margin-right: -32px; }

.comment-header {
  color: #7d7d7d;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 2em; }
  .comment-header span {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 2px; }
  .comment-header span.says {
    font-style: italic; }
  .comment-header .comment-time a {
    color: #7d7d7d; }
  .comment-header a {
    color: #222; }

.comment {
  border: none; }

.comment-content p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

#comments .navigation {
  margin-top: 32px;
  margin-top: 2rem; }

/*
Sidebars
--------------------------------------------- */
.sidebar {
  display: inline;
  line-height: 1.5; }
  .sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .sidebar .widget {
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    overflow: hidden; }
  .sidebar .widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word; }

/*
Lists
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }

.entry-content ol li,
.entry-content ul li {
  line-height: 1.625; }

.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
  margin-left: 2.5rem; }

.entry-content ol li {
  list-style-type: decimal; }

.entry-content ul li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

/*
Footer
--------------------------------------------- */
.site-footer {
  color: #aeafb1;
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }
  .site-footer .wrap {
    overflow: hidden;
    padding: 48px 0;
    padding: 3rem 0; }
  .site-footer .creds {
    text-align: right; }
  .site-footer .creds, .site-footer .gototop {
    margin: 8px 0;
    margin: 0.5rem 0; }
  .site-footer a {
    color: #aeafb1; }

/* Footer Widgets ----------- */
.footer-widgets {
  clear: both;
  color: #AEAFAC;
  font-size: 1.25rem;
  line-height: 1.5;
  overflow: hidden;
  padding: 40px 0;
  padding: 4rem 0; }
  .footer-widgets .widget-area {
    box-sizing: border-box;
    float: left;
    width: 32%;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    .footer-widgets .widget-area p {
      margin-bottom: 16px;
      margin-bottom: 1rem; }
    .footer-widgets .widget-area .widget-title {
      color: #AEAFAC;
      font-size: 1.1rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .footer-widgets .footer-widgets-2 {
    box-sizing: border-box;
    margin: 0 2%; }
  .footer-widgets .widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word; }

/*
Modules
---------------------------------------------------------------------------------------------------- */
/* - Gravity Forms ----------- */
#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  padding: 1rem; }

#content div.gform_wrapper input[type="submit"] {
  padding: 16px 24px;
  padding: 1rem 1.5rem; }

#content div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1rem 0 0; }

/* - Search form ----------- */
.search-form {
  overflow: auto; }

.search-form input[type="search"] {
  width: 75%;
  float: left;
  -webkit-appearance: none; }

.search-form input[type="submit"] {
  position: relative;
  display: inline-block;
  float: left;
  padding: 11px;
  width: 20%;
  height: auto;
  clip: auto;
  margin-left: 5%;
  text-align: center;
  background-color: #80ac49; }

.search-form input[type="submit"]:hover {
  background-color: #aeafb1; }

/*
Buttons
--------------------------------------------- */
input,
select,
textarea {
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  border: 2px solid #eee;
  padding: 8px 8px 10px 8px;
  width: 100%;
  display: block; }

#header .search-form {
  float: right;
  margin-top: 56px;
  margin-top: 3.5rem;
  width: 100%; }

button,
input[type="button"],
input[type="submit"],
.btn {
  border-radius: 3px;
  background-color: #80ac49;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-family: Lato, sans-serif;
  padding: 10px 40px;
  padding: 1rem 4rem;
  text-decoration: none;
  text-transform: uppercase;
  width: auto; }

.more-link {
  display: block;
  margin: 0 auto;
  margin-top: 4rem;
  text-align: center;
  width: 24%; }

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
  background-color: #aeafb1;
  color: #fff; }

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.enews input[type="submit"] {
  margin: 5px 0;
  width: 100%;
  color: #fff; }

.enews input {
  color: #AEAFAC; }

/*
Images & Captions
--------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%; }

img {
  height: auto; }

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 1.5rem; }

.alignright .avatar {
  margin-left: 24px;
  margin-left: 1.5rem; }

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 1.5rem; }

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  margin: 0 1rem 1.5rem 0; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem; }

img.alignnone {
  display: inline;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

img.alignleft,
.wp-caption.alignleft {
  display: inline;
  margin: 0 24px 24px 0;
  margin: 0 1.5rem 1.5rem 0; }

.post-image {
  margin-bottom: -8px; }

img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 24px 24px;
  margin: 0 0 1.5rem 1.5rem; }

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 0.75rem; }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Plugins
--------------------------------------------- */
.share-before {
  text-align: center; }

.to-top {
  border-radius: 3px;
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #181b1e url("images/sprite.svg") no-repeat 5px -128px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 99; }

.to-top.top-is-visible {
  visibility: visible;
  opacity: 1; }

.to-top.top-fade-out {
  opacity: .5; }

.no-touch .to-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .to-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .to-top {
    height: 60px;
    width: 60px;
    right: 40px;
    bottom: 40px; } }

/*
Misc
---------------------------------------------------------------------------------------------------- */
/* 404
--------------------------------------------- */
.error404 .entry {
  text-align: center; }

.error404 .entry-title {
  display: inline-block; }

/*
Mediaqueries
---------------------------------------------------------------------------------------------------- */
/*
Media Queries
--------------------------------------------- */
/* Desktops, laptops and iPads (landscape) ----------- */
@media only screen and (max-width: 1024px) {
  .site-container {
    max-width: 960px; }
  .footer-widgets {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; } }

/* iPads (portrait) ----------- */
@media only screen and (max-width: 768px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .wrap,
  .site-footer .creds,
  .site-footer .gototop,
  .site-header .widget-area,
  .site-inner,
  .title-area,
  .site-container .sidebar,
  .site-container .content,
  .site-container .content-sidebar-wrap,
  .site-container .sidebar-secondary {
    width: 100%; }
  .genesis-nav-menu li,
  .site-footer .creds,
  .site-footer .gototop,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }
  .genesis-nav-menu,
  .site-description,
  .site-footer .creds,
  .site-footer .gototop,
  .site-header .search-form,
  .site-title,
  .title-area {
    text-align: center; }
  .genesis-nav-menu a {
    padding: 20px 16px;
    padding: 1.25rem 1rem; }
  .site-title {
    margin: 16px 0;
    margin: 1rem 0; }
  .site-header .search-form {
    margin: 32px auto 0;
    margin: 2rem auto 0;
    width: 50%; }
  .genesis-nav-menu li.right {
    display: none; }
  .site-footer .wrap {
    padding: 24px 0;
    padding: 1.5rem 0; }
  .footer-widgets-1,
  .site-header .genesis-nav-menu {
    margin: 0; }
  .footer-widgets {
    padding: 30px; }
    .footer-widgets .widget {
      width: 100%; }
  .genesis-nav-menu li ul {
    top: 40px; }
  .more-link {
    width: 30%; } }

/* iPhones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {
  .site-header {
    padding: 20px 0 10px 0;
    padding: 2rem 0 1rem 0; }
    .site-header .search-form {
      width: 100%; }
  .archive-page,
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }
  .footer-widgets {
    padding: 30px; }
    .footer-widgets .widget {
      width: 100%; }
  .mobile-menu {
    top: 20px;
    top: 2rem; }
  ul:not(.sub-menu) {
    display: inline-block;
    width: 100%;
    margin-top: 30px; }
  .footer-widgets .widget-area {
    width: 100%;
    margin: 2% 0; } }
