/*!
Theme Name: Genius
Theme URI: https://michaelvandenberg.com/themes/#genius
Author: Michael Van Den Berg
Author URI: https://michaelvandenberg.com/
Description: Genius is a simple portfolio theme powered by Isotope. It has a clean, minimal design; supports a slider for featured posts; and has a filterable portfolio. 
Version: 1.0.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: genius
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-menu, custom-header, featured-images, full-width-template, theme-options, threaded-comments, footer-widgets, grid-layout, blog, portfolio

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Layout
	## Global
	## Header
	## Content
	## Footer
# Navigation
	## Links
	## Menus
	## Social
# Accessibility
# Alignments
# Widgets
# Content
    ## Posts and pages
	## Portfolio
	## Featured
	## Comments
	## Author bio
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

p {
  margin-bottom: 2em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

blockquote {
  quotes: "" "";
  margin: 0 0 1.5em 0;
  padding: 1.5em;
  color: #fff;
  background: #515151;
  border-left: 4px solid #FFD700;
  border-radius: 0 4px 4px 0;
  font-style: italic;
}

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

blockquote p {
  width: 100% !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 110%;
}

blockquote p:first-child {
  margin-top: 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  margin-top: 6px;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: bold;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

@media screen and (min-width: 720px) {
  body {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 940px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
  border: none;
  font-size: 16px;
  font-size: 1rem;
}

thead tr {
  color: white;
  background: #515151;
}

thead tr th,
tbody tr th,
tbody tr td,
tfoot tr th,
tfoot tr td {
  border: none;
}

thead tr th {
  padding: 0.25rem;
}

tbody tr th,
tbody tr td,
tfoot tr th,
tfoot tr td {
  padding: 0.125rem 0.25rem;
}

/* Fix border for the dark footer. */
.widget thead tr th,
.widget tbody tr th,
.widget tbody tr td,
.widget tfoot tr th,
.widget tfoot tr td {
  border-color: currentcolor;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: #161718;
  background: #515151;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .8em 1.2em .6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #FFD700;
  border-color: #FFD700;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  color: #FFD700;
  border-color: #FFD700;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

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

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

/* Default search. */
.search-form {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  background: white;
}

.search-form label {
  display: block;
  width: 100%;
  padding: 15px 60px 15px 15px;
}

.search-form .search-field {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  color: #202020;
}

.search-form .search-field:focus {
  outline: none;
  color: #202020;
}

.search-form .search-submit {
  display: block;
  height: 100%;
  width: 56px;
  background: none;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #ccc;
  color: #202020;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.search-form .search-submit .genericon {
  font-size: 24px;
  position: relative;
  top: -1px;
  left: -3px;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
  cursor: pointer;
  color: #FFD700;
}

/* Primary search. */
#primary-search {
  padding: 2rem 0;
}

#primary-search .search-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

#primary-search .search-form label {
  border: 0;
  background: transparent;
  padding-bottom: 0;
  padding-bottom: 1em;
  padding-left: 0;
}

#primary-search .search-form .search-field {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background: transparent;
}

#primary-search .search-form .search-submit {
  color: #fff;
  border: 0;
  padding: 0;
  width: 40px;
}

#primary-search .search-form .search-submit:hover, #primary-search .search-form .search-submit:focus {
  color: #fff;
}

#primary-search .search-form .search-submit .genericon {
  font-size: 16px;
  font-size: 1rem;
}

#primary-search .search-form .search-submit:hover .genericon,
#primary-search .search-form .search-submit:focus .genericon {
  color: #FFD700;
}

@media screen and (min-width: 940px) {
  /* Primary search. */
  #primary-search {
    padding: 2.5rem 0;
  }
  #primary-search .search-form {
    border: 0;
  }
  #primary-search .search-form .search-field {
    font-size: 24px;
    font-size: 2rem;
  }
  #primary-search .search-form .search-submit {
    width: 48px;
  }
  #primary-search .search-form .search-submit .genericon {
    font-size: 24px;
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
.container,
.site-header,
.site-content,
.site-info,
#footer-widgets {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
}

#hidden-header,
.site-footer,
#secondary .widget {
  color: #fff;
  background: #515151;
}

/* Overlay. */
.overlay {
  background: transparent;
}

.overlay:focus, .overlay:hover, .overlay:active {
  background: rgba(0, 0, 0, 0.8);
}

/* Backgroundsize cover. */
#masthead,
.slider-cell,
.portfolio-wrapper article,
.featured-posts-wrapper article {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Transitions. */
a,
.post-navigation span,
.search-submit .genericon-search {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.more-link,
.post-navigation a,
.site-first-letter,
.site-icon,
.site-title,
.menu-toggle,
.flickity-prev-next-button {
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

input.submit,
.portfolio-title,
.overlay,
.reply a,
.widget a,
.tagcloud a,
.entry-meta a,
.tags-links a,
.entry-content a,
.post-categories a,
.comment-content a,
.main-navigation a,
.social-navigation a,
.author-description a,
.main-navigation a:after,
.tags-links a::before {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.post-thumbnail-link img {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* Selection. */
::-moz-selection {
  color: white;
  background-color: #515151;
}
::selection {
  color: white;
  background-color: #515151;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1em 0;
}

/* Site branding. */
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-logo-link {
  margin-right: 0.75em;
}

.site-title {
  margin: 0.1em 1.25em 1.25em 0;
}

.site-title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
}

.site-title a,
.site-title a:visited {
  text-decoration: none;
  color: #202020;
}

.site-description {
  display: none;
}

@media screen and (min-width: 940px) {
  .site-title {
    margin-top: 1.25em;
  }
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.has-sidebar #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fp-excerpt,
.fp-content,
.portfolio-filter,
.featured-area,
.page-template-template-portfolio .portfolio-wrapper {
  margin: 2em 0;
}

@media screen and (min-width: 940px) {
  .has-sidebar #content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .has-sidebar #primary {
    padding-right: 3%;
    width: 66.6666666667%;
    max-width: 760px;
  }
  .has-sidebar #secondary {
    padding-left: 3%;
    width: 33.3333333333%;
    max-width: 380px;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info {
  padding: 2em 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

/* Back to top. */
a.back-to-top:active,
a.back-to-top:focus {
  color: white;
}

.back-to-top {
  position: fixed;
  right: 1.0%;
  bottom: -7.5%;
  height: 15px;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #505050;
  opacity: 0.5;
  z-index: 3;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #858585;
}

.back-to-top span {
  color: white;
  font-size: 24px;
}

.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
}

.back-to-top:focus {
  outline: white;
}

.back-to-top::before {
  content: '';
  position: absolute;
  left: 0px;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #858585;
  z-index: 4;
}

.back-to-top::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #505050;
  z-index: 5;
}

.back-to-top:hover,
.back-to-top:focus {
  height: 40px;
  color: #fff;
}

.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

#footer-widgets {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 940px) {
  #footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-widgets .widget {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Posts navigation. */
.posts-navigation {
  margin-bottom: 2.5em;
  font-size: 90%;
}

.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  display: inline-block;
  padding: 5px 12px 7px;
  text-decoration: none;
  background: #515151;
}

.posts-navigation .nav-previous a:before {
  position: relative;
  top: 2px;
  content: '\f430';
  font-family: Genericons;
}

.posts-navigation .nav-next a:after {
  position: relative;
  top: 2px;
  content: '\f429';
  font-family: Genericons;
}

/* Post navigation. */
.post-navigation .nav-links {
  padding: 0 0 3em 0;
}

.post-navigation .nav-links div:nth-child(2) {
  margin-top: 3em;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  min-height: 160px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #515151;
}

.post-navigation a {
  display: block;
  width: 100%;
  min-height: 160px;
  padding: 40px 20px;
  text-decoration: none;
  background: transparent;
}

.post-navigation a:hover,
.post-navigation a:focus {
  background: rgba(0, 0, 0, 0.8);
}

.post-navigation .meta-nav,
.post-navigation .post-title {
  display: block;
}

.post-navigation .meta-nav {
  margin-bottom: 0.5em;
  letter-spacing: 4px;
  font-size: 14px;
}

.post-navigation .post-title {
  font-size: 1.5em;
  font-weight: bold;
}

.post-navigation a:hover .meta-nav,
.post-navigation a:focus .meta-nav,
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #FFF;
}

/* Portfolio pagination. */
.portfolio-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0;
  padding: 0;
  font-size: 90%;
}

.portfolio-pagination .nav-previous a,
.portfolio-pagination .nav-next a {
  display: inline-block;
  padding: 5px 12px 7px;
  text-decoration: none;
  background: #515151;
}

.portfolio-pagination .nav-next {
  margin-left: auto;
}

.portfolio-pagination .nav-previous a:before {
  position: relative;
  top: 2px;
  content: '\f430';
  font-family: Genericons;
}

.portfolio-pagination .nav-next a:after {
  position: relative;
  top: 2px;
  content: '\f429';
  font-family: Genericons;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f1f2f3;
}

a:visited {
  color: #f1f2f3;
}

a:hover, a:focus, a:active {
  color: #FFF;
}

a:focus {
  outline: thin dotted;
}

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

#secondary a,
#colophon a,
#hidden-header a,
.no-results .notice-box a {
  color: #f1f2f3;
}

#secondary a:visited,
#colophon a:visited,
#hidden-header a:visited,
.no-results .notice-box a:visited {
  color: #f1f2f3;
}

#secondary a:hover, #secondary a:focus, #secondary a:active,
#colophon a:hover,
#colophon a:focus,
#colophon a:active,
#hidden-header a:hover,
#hidden-header a:focus,
#hidden-header a:active,
.no-results .notice-box a:hover,
.no-results .notice-box a:focus,
.no-results .notice-box a:active {
  color: #FFF;
  background: #FFD700;
}

#secondary a:focus,
#colophon a:focus,
#hidden-header a:focus,
.no-results .notice-box a:focus {
  outline: thin dotted;
}

#secondary a:hover, #secondary a:active,
#colophon a:hover,
#colophon a:active,
#hidden-header a:hover,
#hidden-header a:active,
.no-results .notice-box a:hover,
.no-results .notice-box a:active {
  outline: 0;
}

.front-page a {
  color: #202020;
}

.front-page a:visited {
  color: #202020;
}

.front-page a:hover, .front-page a:focus, .front-page a:active {
  color: #FFD700;
}

a.blog-url,
a.portfolio-url {
  color: #f1f2f3;
}

a.blog-url:visited,
a.portfolio-url:visited {
  color: #f1f2f3;
}

a.blog-url:hover, a.blog-url:focus, a.blog-url:active,
a.portfolio-url:hover,
a.portfolio-url:focus,
a.portfolio-url:active {
  color: #FFD700;
}

.entry-meta a,
.comment-meta a {
  text-decoration: none;
}

.entry-meta a,
.entry-content a,
.comment-meta a,
.comment-content a,
.logged-in-as a {
  color: #4b00a9;
}

.entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.comment-meta a:hover,
.comment-meta a:focus,
.comment-meta a:active,
.comment-content a:hover,
.comment-content a:focus,
.comment-content a:active,
.logged-in-as a:hover,
.logged-in-as a:focus,
.logged-in-as a:active {
  background: rgba(0, 0, 0, 0.075);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.primary-menu-wrapper .menu {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}

.primary-menu-wrapper .menu-item {
  list-style: none;
  font-family: "Open Sans", sans-serif;
}

.primary-menu-wrapper .menu-item a,
.primary-menu-wrapper .menu-item a:visited {
  display: block;
  padding: 5px;
  text-decoration: none;
}

.primary-menu-wrapper .menu-item a:hover,
.primary-menu-wrapper .menu-item a.focus {
  color: #FFD700;
}

/* Mobile navigation. */
#mobile-navigation {
  padding-top: 2em;
}

#mobile-navigation .menu-item a {
  padding: 0.5em;
}

#mobile-navigation .sub-menu .menu-item {
  text-transform: none;
}

/* Desktop navigation. */
#desktop-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#desktop-navigation .menu-item {
  position: relative;
  padding: 8px 0;
  text-align: center;
  z-index: 2;
}

#desktop-navigation .menu-item a {
  display: inline-block;
  padding: 4px 12px;
  color: #202020;
}

#desktop-navigation .menu-item a:hover,
#desktop-navigation .menu-item a:focus,
#desktop-navigation .menu-item a:active {
  color: #202020;
}

#desktop-navigation .menu-item a::after {
  content: "";
  display: table;
  position: relative;
  top: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: #FFD700;
}

#desktop-navigation .menu-item a:hover::after,
#desktop-navigation .menu-item a:focus::after {
  top: 0.25em;
  opacity: 1;
}

#desktop-navigation .menu-item:hover > ul.sub-menu,
#desktop-navigation .menu-item.focus > ul.sub-menu {
  left: 50%;
  height: auto;
  width: auto;
  opacity: 1;
  margin-top: 0;
  overflow: visible;
  -webkit-backface-visibility: hidden;
}

#desktop-navigation .menu-item-has-children a:hover::after,
#desktop-navigation .menu-item-has-children a:focus::after {
  top: 0;
  opacity: 0;
}

#desktop-navigation .sub-menu {
  position: absolute;
  top: auto;
  left: -9999px;
  height: 1px;
  width: 1px;
  padding-top: 10px;
  padding-left: 0;
  margin-left: -100px;
  opacity: 0;
  overflow: hidden;
  text-transform: none;
}

#desktop-navigation .sub-menu:after {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #515151;
  left: 50%;
  top: -10px;
  margin-left: -10px;
}

#desktop-navigation .sub-menu .menu-item {
  position: relative;
  padding: 0;
}

#desktop-navigation .sub-menu .menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 30;
  top: 12px;
  left: 8px;
  right: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-left: -10px;
  border: 8px solid transparent;
  border-right-color: #fff;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover::after,
#desktop-navigation .sub-menu .menu-item-has-children:focus::after,
#desktop-navigation .sub-menu .menu-item-has-children:active::after,
#desktop-navigation .sub-menu .menu-item-has-children.focus::after {
  left: -5px;
  border-right-color: #515151;
}

#desktop-navigation .sub-menu a {
  width: 200px;
  padding: 8px 0;
  border-radius: 0;
  color: #fff;
  background: #515151;
}

#desktop-navigation .sub-menu a:hover,
#desktop-navigation .sub-menu a:focus,
#desktop-navigation .sub-menu a:active,
#desktop-navigation .sub-menu a.focus {
  color: rgba(255, 255, 255, 0.8);
}

#desktop-navigation .sub-menu a::after {
  display: none;
}

#desktop-navigation .sub-menu .menu-item:hover .sub-menu,
#desktop-navigation .sub-menu .menu-item.focus .sub-menu {
  position: absolute;
  top: 0;
  left: -53%;
  padding: 0;
}

#desktop-navigation ul.sub-menu {
  opacity: 0;
  -webkit-transform: translate(0, -15%) scale(0.75);
          transform: translate(0, -15%) scale(0.75);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#desktop-navigation li.menu-item:hover > ul.sub-menu,
#desktop-navigation li.menu-item.focus > ul.sub-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

/* Menu toggle. */
.menu-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  min-height: 54px;
  border-radius: 0;
  border: 3px solid white;
  font-size: 12px;
  font-size: 0.75rem;
}

.toggle-text {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
}

.toggle-lines {
  display: inline-block;
  position: relative;
  top: -4px;
  right: 0;
  width: 24px;
  height: 3px;
  background: white;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.toggle-lines::before,
.toggle-lines::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  content: "";
}

.toggle-lines::before {
  top: -8px;
  -webkit-transition: top 0.3s 0.3s, 0s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, 0s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, 0s;
  transition: top 0.3s 0.3s, transform 0.3s, 0s, -webkit-transform 0.3s;
}

.toggle-lines::after {
  bottom: -8px;
  -webkit-transition: bottom 0.3s 0.3s, 0s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.3s, 0s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.3s, transform 0.3s, 0s;
  transition: bottom 0.3s 0.3s, transform 0.3s, 0s, -webkit-transform 0.3s;
}

.menu-toggled .toggle-lines {
  background: none;
}

.menu-toggled .toggle-lines::before,
.menu-toggled .toggle-lines::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

.menu-toggled .toggle-lines::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggled .toggle-lines::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggled:hover,
.menu-toggled:focus {
  border-color: white;
}

/* Search toggle. */
#search-toggle a::before {
  content: '\f400';
  speak: none;
  display: inline-block;
  line-height: 18px;
  font-family: 'Genericons';
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.125s, color 0.125s ease-in-out;
  -webkit-transition: color 0.125s ease-in-out, -webkit-transform 0.125s;
  transition: color 0.125s ease-in-out, -webkit-transform 0.125s;
  transition: transform 0.125s, color 0.125s ease-in-out;
  transition: transform 0.125s, color 0.125s ease-in-out, -webkit-transform 0.125s;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-font-smoothing: antialiased;
}

#search-toggle a::after,
#mobile-navigation #search-toggle {
  display: none !important;
}

/* Hide desktop navigation. */
#desktop-navigation {
  display: none;
}

@media screen and (min-width: 940px) {
  #mobile-navigation,
  .menu-toggle-container {
    display: none;
  }
  #desktop-navigation {
    display: block;
  }
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.social-menu-wrapper {
  margin: 0 auto;
}

.social-menu-wrapper .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.social-menu-wrapper .menu-item {
  display: inline;
}

.social-menu-wrapper a {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: white;
  text-decoration: none;
}

.social-menu-wrapper a::before {
  content: '\f475';
  speak: none;
  color: white;
  line-height: 24px;
  font-family: 'Genericons';
  font-weight: normal;
  font-size: 24px;
  -webkit-transition: color 0.125s ease-in-out, -webkit-transform 0.125s;
  transition: color 0.125s ease-in-out, -webkit-transform 0.125s;
  transition: transform 0.125s, color 0.125s ease-in-out;
  transition: transform 0.125s, color 0.125s ease-in-out, -webkit-transform 0.125s;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-font-smoothing: antialiased;
}

.social-menu-wrapper a:hover,
.social-menu-wrapper a:focus {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

/* Social icons. */
.social-menu-wrapper a[href*="wordpress.org"],
.social-menu-wrapper a[href*="wordpress.com"],
.social-menu-wrapper a[href*="michaelvandenberg.com"] {
  background: #464646;
}

.social-menu-wrapper a[href*="wordpress.org"]::before,
.social-menu-wrapper a[href*="wordpress.com"]::before,
.social-menu-wrapper a[href*="michaelvandenberg.com"]::before {
  content: '\f205';
}

.social-menu-wrapper a[href*="facebook.com"],
.social-menu-wrapper a[href*="facebook.com"] {
  background: #3b5998;
}

.social-menu-wrapper a[href*="facebook.com"]::before {
  content: '\f204';
}

.social-menu-wrapper a[href*="twitter.com"],
.social-menu-wrapper a[href*="twitter.com"] {
  background: #00aced;
}

.social-menu-wrapper a[href*="twitter.com"]::before {
  content: '\f202';
}

.social-menu-wrapper a[href*="dribbble.com"],
.social-menu-wrapper a[href*="dribbble.com"] {
  background: #ea4c89;
}

.social-menu-wrapper a[href*="dribbble.com"]::before {
  content: '\f201';
}

.social-menu-wrapper a[href*="plus.google.com"],
.social-menu-wrapper a[href*="plus.google.com"] {
  background: #dd4b39;
}

.social-menu-wrapper a[href*="plus.google.com"]::before {
  content: '\f206';
}

.social-menu-wrapper a[href*="pinterest.com"],
.social-menu-wrapper a[href*="pinterest.com"] {
  background: #cb2027;
}

.social-menu-wrapper a[href*="pinterest.com"]::before {
  content: '\f209';
}

.social-menu-wrapper a[href*="github.com"],
.social-menu-wrapper a[href*="github.com"] {
  background: #4078c0;
}

.social-menu-wrapper a[href*="github.com"]::before {
  content: '\f200';
}

.social-menu-wrapper a[href*="tumblr.com"],
.social-menu-wrapper a[href*="tumblr.com"] {
  background: #32506d;
}

.social-menu-wrapper a[href*="tumblr.com"]::before {
  content: '\f214';
}

.social-menu-wrapper a[href*="youtube.com"],
.social-menu-wrapper a[href*="youtube.com"] {
  background: #bb0000;
}

.social-menu-wrapper a[href*="youtube.com"]::before {
  content: '\f213';
}

.social-menu-wrapper a[href*="flickr.com"],
.social-menu-wrapper a[href*="flickr.com"] {
  background: #ff0084;
}

.social-menu-wrapper a[href*="flickr.com"]::before {
  content: '\f211';
}

.social-menu-wrapper a[href*="vimeo.com"],
.social-menu-wrapper a[href*="vimeo.com"] {
  background: #aad450;
}

.social-menu-wrapper a[href*="vimeo.com"]::before {
  content: '\f212';
}

.social-menu-wrapper a[href*="instagram.com"],
.social-menu-wrapper a[href*="instagram.com"] {
  background: #125688;
}

.social-menu-wrapper a[href*="instagram.com"]::before {
  content: '\f215';
}

.social-menu-wrapper a[href*="codepen.io"],
.social-menu-wrapper a[href*="codepen.io"] {
  background: #111111;
}

.social-menu-wrapper a[href*="codepen.io"]::before {
  content: '\f216';
}

.social-menu-wrapper a[href*="linkedin.com"],
.social-menu-wrapper a[href*="linkedin.com"] {
  background: #007bb5;
}

.social-menu-wrapper a[href*="linkedin.com"]::before {
  content: '\f208';
}

.social-menu-wrapper a[href*="foursquare.com"],
.social-menu-wrapper a[href*="foursquare.com"] {
  background: #0072b1;
}

.social-menu-wrapper a[href*="foursquare.com"]::before {
  content: '\f226';
}

.social-menu-wrapper a[href*="reddit.com"],
.social-menu-wrapper a[href*="reddit.com"] {
  background: #ff5700;
}

.social-menu-wrapper a[href*="reddit.com"]::before {
  content: '\f222';
}

.social-menu-wrapper a[href*="digg.com"],
.social-menu-wrapper a[href*="digg.com"] {
  background: #191919;
}

.social-menu-wrapper a[href*="digg.com"]::before {
  content: '\f221';
}

.social-menu-wrapper a[href*="stumbleupon.com"],
.social-menu-wrapper a[href*="stumbleupon.com"] {
  background: #f74425;
}

.social-menu-wrapper a[href*="stumbleupon.com"]::before {
  content: '\f223';
}

.social-menu-wrapper a[href*="dropbox.com"],
.social-menu-wrapper a[href*="dropbox.com"] {
  background: #007ee5;
}

.social-menu-wrapper a[href*="dropbox.com"]::before {
  content: '\f223';
}

.social-menu-wrapper a[href*="spotify.com"],
.social-menu-wrapper a[href*="spotify.com"] {
  background: #23cf5f;
}

.social-menu-wrapper a[href*="spotify.com"]::before {
  content: '\f223';
}

.social-menu-wrapper a[href*="pocket.com"],
.social-menu-wrapper a[href*="pocket.com"] {
  background: #ee4056;
}

.social-menu-wrapper a[href*="pocket.com"]::before {
  content: '\f223';
}

/* Hide right social icons. */
#social-right {
  display: none;
}

#mobile-navigation .social-menu-wrapper {
  padding: 1.25em 0;
}

@media screen and (min-width: 940px) {
  #social-right {
    display: block;
  }
  #social-right .social-menu-wrapper {
    display: inline;
    position: fixed;
    width: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 2rem;
  }
  #social-right .social-menu-wrapper li.menu-item {
    display: block;
    margin-left: 4px;
  }
  #social-right .social-menu-wrapper a {
    padding: 0;
    height: 40px;
    width: 40px;
  }
  #social-right .social-menu-wrapper a::before {
    display: inline-block;
  }
  #social-right .social-menu-wrapper a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    height: 100%;
    width: 30px;
    background: #161718;
    z-index: -1;
  }
  #social-right .social-menu-wrapper a:hover,
  #social-right .social-menu-wrapper a:focus {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-header {
  display: block;
}

.widget-title {
  display: inline-block;
  margin: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #FFD700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  color: white;
}

.widget {
  margin: 0em;
  padding: 24px 20px;
  margin-bottom: 3rem;
  font-size: 16px;
  font-size: 1rem;
  /* Make sure select elements fit in widgets. */
}

.widget ul,
.widget ul.sub-menu,
.widget ul.children {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.widget li:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.widget.widget_recent_comments ul, .widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_recent_entries ul, .widget.widget_rss ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_links ul, .widget.widget_nav_menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.widget.widget_recent_comments ul.sub-menu,
.widget.widget_recent_comments ul.children, .widget.widget_categories ul.sub-menu,
.widget.widget_categories ul.children, .widget.widget_archive ul.sub-menu,
.widget.widget_archive ul.children, .widget.widget_recent_entries ul.sub-menu,
.widget.widget_recent_entries ul.children, .widget.widget_rss ul.sub-menu,
.widget.widget_rss ul.children, .widget.widget_meta ul.sub-menu,
.widget.widget_meta ul.children, .widget.widget_pages ul.sub-menu,
.widget.widget_pages ul.children, .widget.widget_links ul.sub-menu,
.widget.widget_links ul.children, .widget.widget_nav_menu ul.sub-menu,
.widget.widget_nav_menu ul.children {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.widget.widget_recent_comments ul.sub-menu li,
.widget.widget_recent_comments ul.children li, .widget.widget_categories ul.sub-menu li,
.widget.widget_categories ul.children li, .widget.widget_archive ul.sub-menu li,
.widget.widget_archive ul.children li, .widget.widget_recent_entries ul.sub-menu li,
.widget.widget_recent_entries ul.children li, .widget.widget_rss ul.sub-menu li,
.widget.widget_rss ul.children li, .widget.widget_meta ul.sub-menu li,
.widget.widget_meta ul.children li, .widget.widget_pages ul.sub-menu li,
.widget.widget_pages ul.children li, .widget.widget_links ul.sub-menu li,
.widget.widget_links ul.children li, .widget.widget_nav_menu ul.sub-menu li,
.widget.widget_nav_menu ul.children li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.widget.widget_recent_comments li, .widget.widget_recent_entries li, .widget.widget_categories li, .widget.widget_archive li, .widget.widget_rss li, .widget.widget_meta li, .widget.widget_pages li, .widget.widget_links li {
  padding-bottom: 4px;
}

.widget.widget_recent_comments a, .widget.widget_recent_entries a, .widget.widget_categories a, .widget.widget_archive a, .widget.widget_rss a, .widget.widget_meta a, .widget.widget_pages a, .widget.widget_links a {
  display: inline-block;
  text-decoration: none;
}

.widget.widget_calendar caption {
  margin-bottom: 4px;
}

.widget.widget_calendar tbody td {
  text-align: center;
}

.widget.widget_text p:first-child {
  margin-top: 0;
}

.widget.widget_text p:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

/* Styles for Jetpack widgets. */
.widget-grofile .widget-title {
  padding-bottom: 20px;
}

.widget_contact_info .contact-map {
  margin-bottom: 20px;
}

.widget_contact_info .confit-address,
.widget_contact_info .confit-phone {
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog #primary article::after {
  content: "";
  display: block;
  position: relative;
  top: 3em;
  width: 200px;
  height: 3px;
  background: #515151;
}

/* Entry title. */
.entry-title {
  font-weight: bold;
  font-size: 180%;
  margin: 0 0 0.25em 0;
}

.entry-title a,
.entry-title a:visited {
  text-decoration: none;
  color: #202020;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #FFD700;
}

/* Entry meta & entry footer. */
.entry-meta,
.entry-footer {
  font-size: 90%;
}

/* Post thumbnail. */
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.post-thumbnail,
.post-thumbnail-link,
.post-thumbnail-link img {
  display: block;
}

.post-thumbnail {
  background: #515151;
}

.post-thumbnail img {
  -webkit-backface-visibility: hidden;
}

.post-thumbnail-link:hover img {
  opacity: 0.25;
}

/* Cat links. */
.cat-links {
  display: block;
  margin-bottom: 1.5em;
}

.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-categories li {
  display: inline;
  margin-bottom: 1.5em;
}

.post-categories a {
  margin-right: 12px;
  padding: 5px 12px 7px;
  text-decoration: none;
  color: #202020;
  background: rgba(0, 0, 0, 0.075);
}

.post-categories a:hover,
.post-categories a:focus,
.post-categories a:active {
  color: #fff;
  background: #515151;
}

/* Tags links. */
.tags-links a {
  position: relative;
  margin-right: 24px;
  margin-bottom: 1.5em;
  padding: 5px 12px 7px;
  background: #515151;
  font-weight: normal;
  text-transform: lowercase;
  text-decoration: none;
  color: #fff;
}

.tags-links a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  border-color: transparent transparent transparent #515151;
  border-style: solid;
  border-width: 17px 0 17px 17px;
}

.tags-links a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: white;
}

.tags-links a:hover,
.tags-links a:focus {
  color: #fff;
  background: #FFD700;
}

.tags-links a:hover::before,
.tags-links a:focus::before {
  border-left-color: #FFD700;
}

/* Comments link. */
span.comments-link {
  display: inline-block;
}

.comments-link a,
span.the-comments-link {
  padding: 5px 12px 7px;
  text-decoration: none;
  background: #515151;
}

span.comments-link {
  color: #fff;
}

/* Notice box. */
.notice-box {
  padding: 1.5em;
  color: white;
  background: #515151;
  border: 2px solid #FFD700;
}

.portfolio .notice-box,
.featured-posts .notice-box {
  margin-bottom: 2.5em;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 5em;
}

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

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

.page-content,
.entry-content,
.entry-summary,
.post-thumbnail {
  margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/* Portfolio-filter. */
.portfolio-filter {
  display: block;
  width: 100%;
  max-width: 100%;
}

.portfolio-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.filter {
  margin: 0 0.75em 0 0;
  padding: 0.25em 0.4em;
  list-style: none;
}

.filter.active {
  background: rgba(0, 0, 0, 0.075);
}

/* Portfolio items. */
.portfolio-wrapper article {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 5%;
}

/* Inner link. */
.portfolio-inner,
.featured-inner {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 5%;
  position: absolute;
  text-decoration: none;
}

.portfolio-inner:hover, .portfolio-inner:focus, .portfolio-inner:active,
.featured-inner:hover,
.featured-inner:focus,
.featured-inner:active {
  opacity: 1;
}

/* Center title & content. */
.portfolio-wrapper .entry-header {
  margin-top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio-title {
  color: #fff;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.portfolio-inner:hover .portfolio-title, .portfolio-inner:focus .portfolio-title, .portfolio-inner:active .portfolio-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Portfolio & blog urls. */
.portfolio-url,
.blog-url {
  display: inline-block;
  margin: 0.25em 0;
  padding: 0.25em 0.4em;
  text-decoration: none;
  background: #515151;
}

.blog-url {
  margin-bottom: 5em;
}

/* Portfolio page template. */
.portfolio article.page {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .portfolio-wrapper article {
    width: 48.75%;
    padding-bottom: 48.75%;
    margin-bottom: 2.5%;
  }
  .gutter-sizer {
    width: 2.5%;
  }
}

@media screen and (min-width: 940px) {
  .portfolio-wrapper article {
    width: 32%;
    padding-bottom: 32%;
    margin-bottom: 2%;
  }
  .gutter-sizer {
    width: 2%;
  }
}

/*--------------------------------------------------------------
## Featured
--------------------------------------------------------------*/
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* Custom CSS for Flickity below. */
.slider-cell {
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}

/* Center title & content. */
.featured-inner,
.no-featured-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.featured-title,
.featured-excerpt {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 720px) {
  /* Featured & latest posts. */
  .slider-cell {
    padding-bottom: 97.5%;
  }
}

@media screen and (min-width: 940px) {
  /* Featured & latest posts. */
  .slider-cell {
    padding-bottom: 64%;
  }
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  padding: 0;
  margin-bottom: 5em;
}

.comments-title {
  margin-top: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-list {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
}

.comment-list .children {
  margin-left: 1.5em;
}

.comment-body {
  padding: 1.5em 0;
}

.children .comment-body {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.comment-meta {
  display: block;
  min-height: 48px;
  margin-bottom: 0.75em;
}

.comment-metadata {
  font-size: 90%;
}

.comment-author .avatar {
  float: left;
  margin-right: 12px;
}

.children {
  list-style: none;
}

.depth-2 {
  background: rgba(48, 42, 67, 0.05);
}

.depth-3,
.depth-4,
.depth-5 {
  background: rgba(48, 42, 67, 0.05);
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.reply {
  font-size: 90%;
  margin-bottom: 0.25em;
}

.reply a {
  padding: 5px 12px 7px;
  text-decoration: none;
  background: #515151;
}

.comment-respond {
  font-size: 16px;
  font-size: 1rem;
}

.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input,
.comment-form-url label,
.comment-form-url input,
.comment-form-comment label,
.comment-form-comment input {
  display: block;
  width: 100%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  margin-bottom: 6px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
textarea#comment {
  padding: 15px;
  border: 2px solid currentcolor;
  background-color: rgba(0, 0, 0, 0.075);
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
textarea#comment:focus {
  background-color: white;
}

.form-submit {
  margin-top: 3em;
  margin-bottom: 0;
}

.no-comments {
  margin: 0;
}

.comment-subscription-form {
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
## Author Bio
--------------------------------------------------------------*/
.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  padding: 24px 20px;
  font-size: 90%;
  color: #fff;
  background: #515151;
}

.author-heading {
  margin-top: 0;
}

.author-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 98px;
  max-width: 98px;
  margin-right: 1rem;
}

.author-title {
  margin: 0 0 0.25rem 0;
  font-size: 20px;
  font-size: 1.25rem;
}

.author-bio {
  margin: 0 0 1rem 0;
}

.author-description a {
  background: transparent;
  border: 2px solid;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .4em .8em .3em;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.author-description a:hover, .author-description a:active, .author-description a:focus {
  color: #FFD700;
}

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

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

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

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

/* Remove whitespace beneath image. */
img {
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 90%;
  font-style: italic;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/* weebly style

*/
@import url('//fast.fonts.net/t/1.css?apiType=css&projectid=b9a63dc3-765c-484e-bafe-ef372307f1b7?1483655453'); ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
 input[type='text'], input[type='email'], textarea, select, input[type='radio'], input[type='checkbox'] { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; text-shadow: none; }
 textarea { resize: none; }
 @font-face { font-family: 'Birdseye'; src: url('theme/fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix?1483655453'); src: url('theme/fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix?1483655453') format('eot'), url('theme/fonts/2e3f5cb9-101f-46cf-a7b3-dfaa58261e03.woff2?1483655453') format('woff2'), url('theme/fonts/fa19948e-5e38-4909-b31e-41acd170d6f2.woff?1483655453') format('woff'), url('theme/fonts/6de0ce4d-9278-467b-b96f-c1f5f0a4c375.ttf?1483655453') format('truetype'), url('theme/fonts/9fd4ea0c-b19a-4b21-9fdf-37045707dd78.svg#9fd4ea0c-b19a-4b21-9fdf-37045707dd78?1483655453') format('svg'); font-weight: 100; font-style: normal; }
 @font-face { font-family: 'Birdseye'; src: url('theme/fonts/8b498c39-fabe-4789-bb81-5e37c9ecddd3.eot?#iefix?1483655453'); src: url('theme/fonts/8b498c39-fabe-4789-bb81-5e37c9ecddd3.eot?#iefix?1483655453') format('eot'), url('theme/fonts/1c6c1881-23c9-4d6a-a018-759d1c9ded15.woff2?1483655453') format('woff2'), url('theme/fonts/f0d655c5-a88a-49ad-bb29-f3b5cca41731.woff?1483655453') format('woff'), url('theme/fonts/3a561c83-40d4-4868-8255-e8455eb009c4.ttf?1483655453') format('truetype'), url('theme/fonts/3966f856-9dcf-48e7-88e7-7400f1b7d619.svg#3966f856-9dcf-48e7-88e7-7400f1b7d619?1483655453') format('svg'); font-weight: 100; font-style: italic; }
 @font-face { font-family: 'Birdseye'; src: url('theme/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix?1483655453'); src: url('theme/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix?1483655453') format('eot'), url('theme/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?1483655453') format('woff2'), url('theme/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff?1483655453') format('woff'), url('theme/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?1483655453') format('truetype'), url('theme/fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f?1483655453') format('svg'); font-weight: 500; font-style: normal; }
 @font-face { font-family: 'Birdseye'; src: url('theme/fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix?1483655453'); src: url('theme/fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix?1483655453') format('eot'), url('theme/fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2?1483655453') format('woff2'), url('theme/fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff?1483655453') format('woff'), url('theme/fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf?1483655453') format('truetype'), url('theme/fonts/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585?1483655453') format('svg'); font-weight: 500; font-style: italic; }
 @font-face { font-family: 'Birdseye'; src: url('theme/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix?1483655453'); src: url('theme/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix?1483655453') format('eot'), url('theme/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?1483655453') format('woff2'), url('theme/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff?1483655453') format('woff'), url('theme/fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?1483655453') format('truetype'), url('theme/fonts/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80?1483655453') format('svg'); font-weight: 600; font-style: normal; }
 @font-face { font-family: 'Birdseye'; src: url('theme/fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix?1483655453'); src: url('theme/fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix?1483655453') format('eot'), url('theme/fonts/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2?1483655453') format('woff2'), url('theme/fonts/8344e877-560d-44d4-82eb-9822766676f9.woff?1483655453') format('woff'), url('theme/fonts/b28b01d9-78c5-46c6-a30d-9a62c8f407c5.ttf?1483655453') format('truetype'), url('theme/fonts/ed4d3c45-af64-4992-974b-c37cd12a9570.svg#ed4d3c45-af64-4992-974b-c37cd12a9570?1483655453') format('svg'); font-weight: 600; font-style: italic; }
 html { height: 100%; }
 body { width: 100%; height: 100%; background: rgba(0,0,0,0); color: #000000; font-family: 'Birdseye', sans-serif; font-size: 16px; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
 a { color: inherit; text-decoration: none; }
 a img, a:hover img { border: none; }
 h2 { color: #000000; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 700; line-height: 1.25; margin: 0 auto 30px; }
 div.paragraph { font-family: 'Birdseye', sans-serif; font-size: 16px; font-weight: 500; line-height: 1.75; margin: 0 auto 30px; }
 p { font-family: 'Birdseye', sans-serif; font-size: 16px; font-weight: 500; line-height: 1.75; margin: 0 auto 30px; }
 div.paragraph a { color: inherit; font-weight: 600; text-decoration: underline; -webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }
 p a { color: inherit; font-weight: 600; text-decoration: underline; -webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }
 div.paragraph a:hover { opacity: 0.5; }
 p a:hover { opacity: 0.5; }
 blockquote { position: relative; padding: 1.5em 2.5em; background: rgba(0,0,0,0); font-family: 'Birdseye', sans-serif; font-size: 16px; font-weight: 500; line-height: 1.75; text-align: left; margin: 0 auto 30px; }
 blockquote:before { position: absolute; content: '\201C'; top: 0.75em; left: 0.5em; font-size: 2em; line-height: 1; font-weight: bold; }
 .splash-page .wsite-background, .wsite-header-section { background: url(theme/images/default-bg.jpg?1483655453) no-repeat top center; background-size: cover; }
 .wsite-header-section { height: 600px; }
 body.header-overlay-on .wsite-header-section:not(.wsite-section-bg-color):before { content: ''; display: block; position: absolute; top: 0; width: 100%; height: 60%; background: linear-gradient(to bottom,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.15) 40%,rgba(0,0,0,0) 100%); }
 .banner-wrap { position: relative; height: 100%; background: #000000; color: #ffffff; }
 .banner-wrap .wblycontainer { padding: 80px 40px; }
 .banner-wrap .banner { text-align: center; -webkit-transition: opacity 500ms ease; -moz-transition: opacity 500ms ease; -ms-transition: opacity 500ms ease; transition: opacity 500ms ease; }
 .banner-wrap h2 { color: inherit; font-family: 'Birdseye', sans-serif; font-size: 80px; font-weight: 100; line-height: 1.15; margin: 15px auto; }
 .banner-wrap div.paragraph { color: inherit; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; line-height: 1.15; letter-spacing: 0.15em; margin: 15px auto; }
 .banner-wrap p { color: inherit; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; line-height: 1.15; letter-spacing: 0.15em; margin: 15px auto; }
 .wblycontainer, .wsite-footer { position: relative; width: 100%; margin: 0 auto; box-sizing: border-box; }
 .main-wrap { width: 100%; background: #ffffff; }
 .main-wrap .wblycontainer { padding: 60px 40px; }
 body.full-width-body-off .banner-wrap .wblycontainer, body.full-width-body-off .main-wrap .wblycontainer, body.full-width-body-off .wsite-footer { max-width: 1200px; margin: 0 auto; }
 .footer-wrap { width: 100%; font-size: 14px; }
 .footer-wrap .wsite-footer { padding: 60px 40px; }
 .footer-wrap h2, .footer-wrap div.paragraph, .footer-wrap blockquote { margin: 0 auto 20px; }
 .footer-wrap h2, .footer-wrap p, .footer-wrap blockquote { margin: 0 auto 20px; }
 .footer-wrap h2 { font-size: 20px; }
 .footer-wrap div.paragraph { font-size: 14px; }
 .footer-wrap p { font-size: 14px; }
 .footer-wrap blockquote { font-size: 14px; background: transparent; padding: 0 0 0 1em; }
 .footer-wrap blockquote:before { top: 0; left: 0; font-size: 1.5em; }
 .birdseye-header { position: fixed; top: 0; z-index: 12; width: 100%; max-width: 100%; padding: 20px 40px; color: #ffffff; border-color: #ffffff; box-sizing: border-box; -webkit-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease; -moz-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease; -ms-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease; transition: background-color 300ms ease, color 260ms ease, padding 180ms ease; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
 .birdseye-header .wblycontainer { display: table; overflow-y: hidden; width: 100%; max-height: 80px; }
 .birdseye-header .hamburger { display: none; }
 .birdseye-header .logo { display: table-cell; overflow-y: hidden; vertical-align: middle; }
 .birdseye-header .logo * { display: block; }
 .birdseye-header .logo a { margin-right: 30px; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; transition: opacity 200ms ease; }
 .birdseye-header .logo a:hover { opacity: .6; }
 .birdseye-header .logo #wsite-title { max-width: 400px; font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: 0.03em; -webkit-transition: font-size 260ms ease; -moz-transition: font-size 260ms ease; -ms-transition: font-size 260ms ease; transition: font-size 260ms ease; }
 .birdseye-header .logo img { overflow: hidden; max-width: 200px; max-height: 40px; }
 .nav { display: table-cell; vertical-align: middle; }
 .nav ul { float: right; max-width: calc(100vw - 480px); overflow: hidden; }
 .nav li { display: inline-block; margin-right: 5px; }
 .nav .wsite-menu-item { display: block; padding: 12px 20px; border: 1px solid transparent; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; line-height: 1; letter-spacing: 0.05em; text-transform: uppercase; -webkit-transition: opacity 300ms ease; -moz-transition: opacity 300ms ease; -ms-transition: opacity 300ms ease; transition: opacity 300ms ease; }
 .nav li:not(.wsite-nav-cart)#active > .wsite-menu-item { border-color: inherit; }
 .nav li .wsite-menu-item:hover { opacity: 0.6; }
 .nav #wsite-nav-cart-a { padding-right: 0; }
 .nav #wsite-nav-cart-num { display: inline-block; min-width: 10px; padding: 2px 3px; margin-left: 2px; text-align: center; background: #ffffff; color: #000000; }
 .mobile-nav { display: none; }
 #wsite-menus > .wsite-menu-wrap { margin-top: 10px; }
 #wsite-menus > .wsite-menu-wrap > .wsite-menu .wsite-menu { margin: 0 -1px; }
 #wsite-menus .wsite-menu { position: relative; background: #ffffff; -webkit-box-shadow: inset 0px 0px 0px 1px #000000; -moz-box-shadow: inset 0px 0px 0px 1px #000000; -ms-box-shadow: inset 0px 0px 0px 1px #000000; box-shadow: inset 0px 0px 0px 1px #000000; }
 #wsite-menus .wsite-menu li a { background: transparent; color: #000000; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: normal; line-height: normal; text-transform: uppercase; letter-spacing: 0.05em; border: none; }
 #wsite-menus .wsite-menu li a:hover { background: rgba(0,0,0,0); -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; transition: opacity 200ms ease; }
 #wsite-menus .wsite-menu-arrow { display: none; }
 body.affix .birdseye-header { position: fixed; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05); -ms-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05); padding: 10px 40px; }
 body.affix .birdseye-header .logo #wsite-title { font-size: 24px; }
 body.affix .birdseye-header .wsite-menu-item { padding: 10px 20px; }
 body.affix .birdseye-header, body.no-header-page .birdseye-header, body.splash-banner-page .birdseye-header { background: #ffffff; color: #000000; border-color: #000000; }
 body.affix .birdseye-header .nav #wsite-nav-cart-num, body.no-header-page .birdseye-header .nav #wsite-nav-cart-num, body.splash-banner-page .birdseye-header .nav #wsite-nav-cart-num { background: #000000; color: #ffffff; }
 body.affix .birdseye-header .hamburger span, body.affix .birdseye-header .hamburger span:before, body.affix .birdseye-header .hamburger span:after, body.no-header-page .birdseye-header .hamburger span, body.no-header-page .birdseye-header .hamburger span:before, body.no-header-page .birdseye-header .hamburger span:after, body.splash-banner-page .birdseye-header .hamburger span, body.splash-banner-page .birdseye-header .hamburger span:before, body.splash-banner-page .birdseye-header .hamburger span:after { background: #000000; }
 body.affix.alt-nav-on .birdseye-header, body.no-header-page.alt-nav-on .birdseye-header, body.splash-banner-page.alt-nav-on .birdseye-header { background: rgba(0,0,0,0.9); color: #ffffff; border-color: #ffffff; }
 body.affix.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num, body.no-header-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num, body.splash-banner-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num { background: #ffffff; color: rgba(0,0,0,0.9); }
 body.affix.alt-nav-on .birdseye-header .hamburger span, body.affix.alt-nav-on .birdseye-header .hamburger span:before, body.affix.alt-nav-on .birdseye-header .hamburger span:after, body.no-header-page.alt-nav-on .birdseye-header .hamburger span, body.no-header-page.alt-nav-on .birdseye-header .hamburger span:before, body.no-header-page.alt-nav-on .birdseye-header .hamburger span:after, body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span, body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span:before, body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span:after { background: #ffffff; }
 body.wsite-checkout-page .birdseye-header, body.wsite-native-mobile-editor .birdseye-header { position: absolute !important; }
 .no-header-page .main-wrap { padding-top: 80px; }
 body.splash-page .banner-wrap { display: table; width: 100%; height: 100vh; }
 body.splash-page .banner { display: table-cell; vertical-align: middle; text-align: center; }
 body.splash-page .footer-wrap { display: none; }
 body.splash-page .banner { display: none; }
 body.splash-page .birdseye-header { top: calc(50% - 132px); padding: 40px 80px; background: #ffffff; color: #000000; border-color: #000000; }
 body.splash-page .birdseye-header .wblycontainer { height: 185px; max-height: none; }
 body.splash-page .birdseye-header .logo #wsite-title { font-size: 50px; }
 body.splash-page .birdseye-header .wsite-phone { font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(0,0,0,0.6); padding-top: 20px; }
 body.splash-page .birdseye-header .nav .wsite-menu-item { font-size: 14px; }
 body.splash-page .birdseye-header li#active > .wsite-menu-item { border-color: transparent; }
 body.splash-page .birdseye-header .nav #wsite-nav-cart-num { background: #000000; color: #ffffff; }
 body.splash-page.alt-nav-on .birdseye-header { background: #000000; color: #ffffff; border-color: #ffffff; }
 body.splash-page.alt-nav-on .birdseye-header .wsite-phone { color: rgba(255,255,255,0.6); }
 body.splash-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num { background: #ffffff; color: #000000; }
 body:not(.wsite-editor) .logo, body:not(.wsite-editor) .desktop-nav { opacity: 0; -webkit-transition: opacity 600ms ease-in 300ms; -moz-transition: opacity 600ms ease-in 300ms; -ms-transition: opacity 600ms ease-in 300ms; transition: opacity 600ms ease-in 300ms; }
 body:not(.wsite-editor).fade-in .logo, body:not(.wsite-editor).fade-in .desktop-nav { opacity: 1; }
 ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { color: rgba(0,0,0,0.4); }
 .wsite-form-input, .wsite-search-element-input, .form-select, .wsite-form-field select, .wsite-com-product-option-groups select, .form-radio-wblycontainer, input[type='radio'], input[type='checkbox'] { color: #000000; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal; line-height: 1; border-radius: 0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
 .wsite-form-input, .wsite-search-element-input, .form-select, .wsite-form-field select, .wsite-com-product-option-groups select { height: auto; max-width: 370px; padding: 10px 20px !important; margin-bottom: 10px; background: transparent; border: 1px solid rgba(0,0,0,0.4); }
 .wsite-form-input:hover, .wsite-form-input:focus, .wsite-form-input--focus, .wsite-search-element-input:hover, .wsite-search-element-input:focus, .form-select:hover, .form-select:focus, .wsite-form-field select:hover, .wsite-form-field select:focus, .wsite-com-product-option-groups select:hover, .wsite-com-product-option-groups select:focus { background-color: rgba(0,0,0,0.05); border-color: #000000; }
 .form-select, .wsite-form-field select, .wsite-com-product-option-groups select { text-indent: 0.01px; text-overflow: ''; height: 40px; background: transparent url(theme/images/select-dropdown.svg?1483655453) 97% center no-repeat; }
 input[type='radio'], input[type='checkbox'] { width: 20px; height: 20px; border: 1px solid rgba(0,0,0,0.4) !important; }
 input[type='radio']:hover, input[type='radio']:checked, input[type='checkbox']:hover, input[type='checkbox']:checked { border-color: #000000 !important; }
 input[type='radio'] { border-radius: 100%; }
 input[type='radio']:after { display: block; border-radius: 100%; box-sizing: border-box; content: ''; }
 input[type='radio']:checked:after { background: #ffffff; border: 4px solid #000000; width: 18px; height: 18px; }
 input[type='checkbox']:after { position: relative; top: 2px; left: 6px; width: 4px; height: 8px; border: solid #ffffff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
 input[type='checkbox']:checked { background: #000000; }
 input[type='checkbox']:checked:after { display: block; content: ' '; }
 .wsite-search-element { margin-bottom: 10px; }
 .wsite-search-element .wsite-search-element-input { margin-bottom: 0; }
 .wsite-form-label { display: inline-block; padding: 0; color: #000000; font-family: 'Montserrat', sans-serif; font-size: 12px; text-transform: uppercase; font-weight: normal; line-height: 1; margin-bottom: 10px; }
 .wsite-form-sublabel { display: none; }
 .wsite-form-radio-wblycontainer { margin-bottom: 15px; }
 .formlist, .wsite-editor .formlist { min-height: inherit; }
 .wsite-form-wblycontainer .form-input-error { border: 1px solid red !important; }
 .form-field-error .wsite-form-radio-wblycontainer { border: none; }
 .wsite-button { display: inline-block; height: auto; padding: 0; background-image: none !important; background-color: transparent; color: #000000 !important; border: 1px solid #000000 !important; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
 .wsite-button:hover { background-color: rgba(0,0,0,0.05); }
 .wsite-button .wsite-button-inner { display: inline-block; height: auto; padding: 14px 30px; background: transparent; background-image: none !important; color: inherit; letter-spacing: 0.03em; font-family: 'Montserrat', sans-serif; font-size: 12px; line-height: 1; text-transform: uppercase; }
 .wsite-button-large { color: #ffffff !important; border: 1px solid #ffffff !important; }
 .wsite-button-large:hover { background-color: rgba(255,255,255,0.2) !important; }
 .wsite-button-highlight, #wsite-com-product-add-to-cart.wsite-button-highlight { background-color: #000000 !important; color: #ffffff !important; border: 1px solid #000000 !important; }
 .wsite-button-highlight:hover, #wsite-com-product-add-to-cart.wsite-button-highlight:hover { background-color: transparent !important; color: #000000 !important; }
 .wsite-button-highlight.wsite-button-large:not(.wsite-buy-button), #wsite-com-product-add-to-cart.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button) { background-color: #ffffff !important; color: #000000 !important; border: 1px solid #ffffff !important; }
 .wsite-button-highlight.wsite-button-large:not(.wsite-buy-button):hover, #wsite-com-product-add-to-cart.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button):hover { background-color: transparent !important; color: #ffffff !important; }
 .wsite-social-item { display: inline-block !important; font-size: 20px; margin: 5px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
 .wsite-social-item:first-child { margin-left: 0; }
 .wsite-social-item:last-child { margin-right: 0; }
 .wsite-social-item:hover { color: rgba(0,0,0,0.6); }
 .imageGallery .galleryImageHolder .fullImageGalleryCaption .galleryCaptionHolderInnerBg, .imageGallery .galleryImageHolder .partialImageGalleryCaption .galleryCaptionHolderInnerBg { opacity: 1; bottom: 0; background: rgba(0,0,0,0.2); -webkit-transition: all 260ms ease; -moz-transition: all 260ms ease; -ms-transition: all 260ms ease; transition: all 260ms ease; }
 .imageGallery .galleryImageHolder:hover .galleryCaptionHolderInnerBg { background: rgba(0,0,0,0.6); }
 .imageGallery .galleryImageHolder .galleryCaptionInnerText { color: #ffffff; letter-spacing: normal; text-shadow: none; font-family: 'Birdseye', sans-serif; font-size: 14px; font-weight: 500; line-height: 1.1; }
 .wsite-image img { margin-bottom: 10px; }
 .fancybox-overlay { background: rgba(255,255,255,0.9); }
 .fancybox-skin { background: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; box-shadow: none !important; }
 .fancybox-title { color: #000000; font-family: 'Birdseye', sans-serif; font-size: 14px; font-weight: normal; line-height: normal; }
 .fancybox-close, .fancybox-next span, .fancybox-prev span { background: none !important; width: auto; height: auto; }
 .fancybox-close:before, .fancybox-next span:before, .fancybox-prev span:before { color: #ffffff !important; font-family: 'Birdseye', sans-serif; font-size: 45px; font-weight: 400; line-height: 0.75em; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
 .fancybox-close:hover:before, .fancybox-next:hover span:before, .fancybox-prev:hover span:before { color: rgba(255,255,255,0.8) !important; }
 .fancybox-prev span:before { position: relative; left: -10px; content: '\3008'; }
 .fancybox-next span:before { position: relative; right: -10px; content: '\3009'; }
 .fancybox-close { top: 20px; right: 20px; }
 .fancybox-close:before { content: '\00D7'; }
 #wsite-com-store .wsite-com-category-subcategory-image-wrap { height: 100%; border: none; }
 #wsite-com-store .wsite-com-category-subcategory-name { top: 0; }
 #wsite-com-store .wsite-com-category-subcategory-name-bg { background-color: rgba(0,0,0,0.2); background-image: linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.4)); background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.4)); background-image: -moz-linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.4)); background-image: -ms-linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.4)); background-image: -o-linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.4)); }
 #wsite-com-store .wsite-com-category-subcategory-name-text { position: absolute; bottom: 0; width: 100%; background: none; box-sizing: border-box; text-shadow: none; font-weight: 400; }
 #wsite-com-store #wsite-com-product-title { font-weight: inherit; }
 #wsite-com-store .wsite-com-category-subcategory-link .wsite-com-category-subcategory-image-wrap, #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-image-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-featured-image-wrap { opacity: 1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
 #wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-image-wrap, #wsite-com-store .wsite-com-category-product-link:hover .wsite-com-category-product-image-wrap, #wsite-com-store .wsite-com-category-product-link-featured:hover .wsite-com-category-product-featured-image-wrap { opacity: .7; }
 #wsite-com-store #wsite-com-hierarchy ul { font-size: 16px; }
 #wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected { color: #000000; }
 #wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected:hover { color: rgba(0,0,0,0.4); }
 .wsite-product { border-radius: 0; box-shadow: none; }
 h2#wsite-com-product-title { display: block; clear: both; font-weight: 400; }
 .wsite-com-product-title { font-weight: 400; }
 #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs { padding-bottom: 25px; }
 .wsite-com-category-product-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-featured-wrap, .wsite-com-category-subcategory-group .wsite-com-category-subcategory-wrap { font-size: 1em; }
 #wsite-com-product-info { float: left; width: 45%; margin-left: 60px; }
 .wsite-product-button-wrap { text-align: left; }
 #wsite-mini-cart { border-radius: 0; border-color: #000000 !important; padding: 5px !important; margin-top: 3px; }
 #wsite-mini-cart:before, #wsite-mini-cart:after { display: none !important; }
 #wsite-mini-cart .wsite-product-image { padding: 10px; }
 #wsite-mini-cart .wsite-product-list .wsite-list-image-wblycontainer { margin: 0; }
 #wsite-mini-cart .wsite-items-right { width: 22%; }
 #wsite-mini-cart .wsite-items-quantity { width: 10%; text-align: center; }
 #wsite-mini-cart .wsite-vertical-align { padding-top: 10px; padding-bottom: 10px; vertical-align: top; }
 #wsite-mini-cart .wsite-product-list .wsite-product-price, #wsite-mini-cart .wsite-items-quantity, #wsite-mini-cart .wsite-name-header, #wsite-mini-cart .wsite-subtotal-wrapper, #wsite-mini-cart .wsite-subtotal-wrapper * { color: #000000; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase; line-height: 1.25; }
 #wsite-mini-cart .wsite-product-list .wsite-product-price { padding-right: 0; }
 #wsite-mini-cart .wsite-product-option { font-family: 'Birdseye', sans-serif; font-size: 12px; font-weight: 500; }
 #wsite-mini-cart .wsite-subtotal-wrapper { vertical-align: middle; }
 #wsite-mini-cart .wsite-subtotal-wrapper span { font-family: 'Montserrat', sans-serif; font-size: 13px !important; margin-right: 5px; }
 #wsite-mini-cart .wsite-subtotal-wrapper span.wsite-price { font-size: 14px !important; font-weight: 900; }
 #wsite-mini-cart .wsite-remove-button { background: none !important; font-family: 'Montserrat', sans-serif; height: auto; width: 100%; clear: both; float: none; cursor: pointer; color: #DD5857; font-size: 12px; text-align: right; margin-top: 0; margin-right: 0; }
 #blogTable .blog-post .blog-header h2.blog-title { font-size: 20px; font-weight: 500; margin-bottom: 10px !important; }
 #blogTable .blog-post .blog-separator { margin: 0 auto 30px; border: none; }
 #blogTable .blog-sidebar { width: 250px; }
 #blogTable .blog-sidebar h2 { font-size: 18px; font-weight: 500; margin-bottom: 10px; }
 #blogTable .blog-sidebar div.paragraph { font-size: 14px; }
 #blogTable .blog-sidebar p { font-size: 14px; }
 #blogTable #commentArea #commentAreaTitle, #blogTable #commentArea #commentReplyTitle, #blogTable #commentArea .blogCommentText div.paragraph, #blogTable #commentArea .blog-sidebar h2 { padding: 0; font-family: inherit; }
 #blogTable #commentArea #commentAreaTitle, #blogTable #commentArea #commentReplyTitle, #blogTable #commentArea .blogCommentText p, #blogTable #commentArea .blog-sidebar h2 { padding: 0; font-family: inherit; }
 #blogTable .blogCommentWrap { padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.4); background: none; }
 #blogTable .blogCommentWrap .blogCommentAuthor, #blogTable .blogCommentWrap .blogCommentHeading, #blogTable .blogCommentWrap .blogCommentHeadingInner { background: none !important; }
 #blogTable .blogCommentWrap .blogCommentAuthor { margin-bottom: 10px; }
 #blogTable .blogCommentWrap .blogCommentAuthor span.name, #blogTable .blogCommentWrap .blogCommentAuthor span.email { color: #000000 !important; float: none; line-height: 1; }
 #blogTable .blogCommentWrap .blogCommentHeading { padding: 0; margin-bottom: 20px; }
 #blogTable .blogCommentWrap .blogCommentHeading .blogCommentHeadingInner { height: auto; }
 #blogTable .blogCommentWrap .blogCommentHeading .blogCommentAuthor, #blogTable .blogCommentWrap .blogCommentHeading .blogCommentDate { float: none; text-align: left; height: auto; font-family: 'Montserrat', sans-serif; font-weight: normal; line-height: 1; letter-spacing: 0.03em; padding: 0; }
 #blogTable .blogCommentWrap .blogCommentHeading .blogCommentAuthor { text-transform: uppercase; }
 #blogTable .blogCommentWrap .blogCommentHeading .blogCommentDate { color: #333; }
 #blogTable .blogCommentWrap .blogCommentText { padding: 0; }
 #blogTable .blogCommentWrap .blogCommentText div.paragraph { color: #000000; font-size: 12px; }
 #blogTable .blogCommentWrap .blogCommentText p { color: #000000; font-size: 12px; }
 .blogCommentReplyWrapper iframe { height: 560px !important; }
 #commentPostDiv .field input[type=text], #commentPostDiv .field textarea { height: auto; padding: 8px 12px; background: transparent; box-sizing: border-box; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
 #commentPostDiv .field input[type=text]:focus, #commentPostDiv .field textarea:focus { background-color: rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.4); }
 .blogCommentSubreplyWrapper div.iframeWrapper { background: none; border: none; }
 .blog-button { height: auto; padding: 10px 20px; background-image: none; background-color: rgba(0,0,0,0.6); color: #ffffff; font-family: 'Montserrat', sans-serif; font-size: 12px; line-height: 1; text-transform: uppercase; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
 .blog-button:hover { background-color: rgba(0,0,0,0.2); }
 .blog-button span { background: none; }
 @media screen and (max-width: 992px) {
 .wblycontainer, .wsite-footer { overflow: hidden; }
 .birdseye-header { top: 0; left: 0; padding: 5px 20px !important; min-height: 50px; }
 .birdseye-header .birdseye-header, .birdseye-header .logo, .birdseye-header .logo img { max-height: 40px; }
 .birdseye-header .logo { overflow: hidden; padding-right: 25px; }
 .birdseye-header .logo a { margin-left: 0; margin-right: 0; font-size: 1.1em; line-height: 1.4em; }
 .birdseye-header .logo #wsite-title { display: block; max-width: 100%; font-size: 1.1em !important; line-height: 1.4em !important; }
 .birdseye-header .wblycontainer { min-height: 40px; max-height: inherit; }
 .birdseye-header label.hamburger { display: table-cell; vertical-align: middle; }
 body.cart-full #wsite-mini-cart { display: block !important; }
 body.cart-full .wsite-footer { padding-bottom: 70px; }
 body.nav-open .mobile-nav { padding: 50px 0; max-height: 100vh; }
 body.nav-open .birdseye-header label.hamburger span { position: relative; background: transparent; }
 body.nav-open .birdseye-header label.hamburger span:before { top: 1px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
 body.nav-open .birdseye-header label.hamburger span:after { top: -1px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
 body.splash-page.nav-open .wrapper .main-wrap { position: relative; }
 label.hamburger { position: absolute; top: -5px; right: -10px; width: 30px; height: 30px; padding: 10px; cursor: pointer; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
 label.hamburger span, label.hamburger span:before, label.hamburger span:after { position: relative; display: block; width: 22px; height: 2px; background: #ffffff; content: ''; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
 label.hamburger span { top: 9px; left: 4px; margin: 5px 0; }
 label.hamburger span:before { top: -8px; }
 label.hamburger span:after { bottom: -6px; }
 .desktop-nav { display: none; }
 .mobile-nav { position: fixed; top: 0; left: 0; z-index: 12; display: block; overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; max-height: 0; padding: 0; background: #ffffff; box-sizing: border-box; -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53); -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53); -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53); transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53); }
 .mobile-nav label.hamburger { top: 0; right: 10px; }
 .mobile-nav label.hamburger span { background: transparent; }
 .mobile-nav label.hamburger span:before { top: 1px; background: #000000; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
 .mobile-nav label.hamburger span:after { top: -1px; background: #000000; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
 .mobile-nav ul { float: none; height: auto; max-width: none; }
 .mobile-nav li { position: relative; display: block !important; margin: 0; border: none; text-align: center; }
 .mobile-nav li .wsite-menu-link-styles { position: relative; padding: 10px 0; border: none; }
 .mobile-nav li > a.wsite-menu-item { position: relative; padding: 10px 0; border: none; }
 .mobile-nav li > a.wsite-menu-subitem { display: block; position: relative; padding: 10px 0; color: rgba(0,0,0,0.6); border: none; font-size: 14px; font-weight: 400; line-height: 1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
 .mobile-nav li .wsite-menu-wrap { display: block !important; overflow: hidden; max-height: 0; -webkit-transition: all 500ms ease-in-out 250ms; -moz-transition: all 500ms ease-in-out 250ms; -ms-transition: all 500ms ease-in-out 250ms; transition: all 500ms ease-in-out 250ms; }
 .mobile-nav li .wsite-menu-wrap { display: block !important; overflow: hidden; max-height: 0; -webkit-transition: all 500ms ease-in-out 250ms; -moz-transition: all 500ms ease-in-out 250ms; -ms-transition: all 500ms ease-in-out 250ms; transition: all 500ms ease-in-out 250ms; }
 .mobile-nav li .wsite-menu-wrap li.wsite-nav-current > a.wsite-menu-subitem { background: rgba(0,0,0,0); border: none; }
 .mobile-nav li .wsite-menu-wrap .wsite-menu-arrow { display: none; }
 .mobile-nav li.wsite-menu-item-wrap#active > a.wsite-menu-item, .mobile-nav li.wsite-menu-item-wrap > a.wsite-menu-item:hover, .mobile-nav li.wsite-menu-subitem-wrap > a.wsite-menu-subitem:hover { background: rgba(0,0,0,0); border: none; }
 .mobile-nav li.has-submenu > span.icon-caret { position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; padding: 5px 20px; cursor: pointer; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
 .mobile-nav li.has-submenu > span.icon-caret:before { position: relative; display: block; color: #000000; font-size: 24px; content: '\203A'; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
 .mobile-nav li.has-submenu .wsite-menu-wrap.open { max-height: 1000px; }
 .mobile-nav li.wsite-nav-more { display: none !important; }
 .banner-wrap .wblycontainer { padding: 60px 20px; }
 .banner-wrap .wblycontainer h2 { font-size: 50px; }
 .main-wrap .wblycontainer { padding: 30px 20px; }
 .footer-wrap .wsite-footer { width: 100%; padding: 30px 20px; box-sizing: border-box; }
 #wsite-mini-cart { position: fixed !important; top: initial !important; bottom: 0px; left: 0 !important; z-index: 9; width: 100%; box-sizing: border-box; border: none; border-radius: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
 #wsite-mini-cart .arrow-top:before, #wsite-mini-cart .arrow-top:after, #wsite-mini-cart .arrow-left:before, #wsite-mini-cart .arrow-left:after { border: none !important; }
 #wsite-mini-cart .wsite-product-list { display: none; }
 .no-header-page .main-wrap { padding-top: 50px; }
 .no-header-page .birdseye-header { padding: 5px 20px; }
 .splash-page .birdseye-header { padding: 5px 20px; }
 .splash-page label.hamburger { right: 20px; top: 10px; }
 .splash-page h2 { font-size: 2.5em; }
 .splash-page div.paragraph { font-size: 16px; }
 .splash-page p { font-size: 16px; }
 }
 @media screen and (max-width: 767px) {
 .wsite-section { height: auto !important; }
 .banner-wrap .banner h2 { font-size: 2.5em; }
 .imageGallery > div { width: 49.95% !important; }
 td.wsite-multicol-col { float: none; display: block; width: 100% !important; box-sizing: border-box; }
 #blogTable td { float: none; display: block; width: 100%; margin: 0; padding: 0; }
 #blogTable td.blog-sidebar { width: 100%; }
 #blogTable td.blog-sidebar div.paragraph { margin-bottom: 0; }
 #blogTable td.blog-sidebar p { margin-bottom: 0; }
 #blogTable td .blog-body { float: none !important; }
 #blogTable td .column-blog { width: 100%; float: none; }
 #blogTable td .blog-sidebar-separator { padding: 0; }
 #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-group .wsite-com-column { float: left; width: 50% !important; }
 #wsite-com-store .wsite-com-sidebar { position: relative; float: none !important; z-index: 6; width: 100%; min-height: 35px; margin: 0 auto 15px; padding: 0; text-align: center; }
 #wsite-com-store .wsite-com-sidebar:before { display: block; width: 100%; padding: 10px 18px; box-sizing: border-box; text-align: center; text-transform: uppercase; content: 'VIEW ALL CATEGORIES\00a0\00a0\25be'; font-weight: 700; cursor: pointer; }
 #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy { position: relative; display: block; overflow: hidden; width: 100%; max-height: 0px; padding: 0; background: white; box-sizing: border-box; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; cursor: default !important; }
 #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul { width: 100%; padding: 0; }
 #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul li { margin-bottom: 15px; }
 #wsite-com-store .wsite-com-sidebar.sidebar-expanded { cursor: default !important; }
 #wsite-com-store .wsite-com-sidebar.sidebar-expanded:before { content: 'CLOSE\00a0\00a0\25b4'; }
 #wsite-com-store .wsite-com-sidebar.sidebar-expanded #wsite-com-hierarchy { max-height: 100vh; padding: 10px 0; }
 #wsite-com-store .wsite-com-content-with-sidebar { margin-left: 0; }
 div.wsite-product-image-wrap, .wsite-product .wsite-product-top { width: 100% !important; }
 .wsite-product .wsite-product-button-wrap { width: auto; }
 #wsite-com-product-images { float: none; width: 100%; margin-bottom: 20px; }
 #wsite-com-product-info { width: 100%; margin-left: 0; }
 #wsite-com-product-images-strip .wsite-com-product-images-secondary-outer { margin-bottom: 10px; }
 #wsite-search-sidebar { position: relative; z-index: 6; overflow-y: hidden; width: 100%; max-height: 35px; padding: 0; box-sizing: border-box; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -ms-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }
 #wsite-search-sidebar:before { display: block; width: 100%; padding: 10px 18px; box-sizing: border-box; text-align: center; text-transform: uppercase; content: 'VIEW SEARCH FILTERS\00a0\00a0\25be'; font-weight: 700; cursor: pointer; }
 #wsite-search-sidebar.sidebar-expanded { max-height: 1000px; cursor: default !important; }
 #wsite-search-sidebar.sidebar-expanded:before { content: 'CLOSE\00a0\00a0\25b4'; }
 #wsite-search-sidebar .wsite-search-facet-price input { width: 100%; margin: 10px 0; padding: 6px !important; }
 #wsite-search-header h2 { width: 100%; margin-bottom: 10px; font-size: 1.6em; }
 #wsite-search-form-wblycontainer { float: none; width: 100%; }
 #wsite-search-query { padding: 2px 10px; }
 #wsite-search-results { width: 100%; }
 #wsite-search-product-results .wsite-search-product-result { width: 100%; padding-right: 0; }
 }
 @media screen and (max-width: 480px) {
 #wsite-com-checkout-list .wsite-com-checkout-item-image, #wsite-com-checkout-summary-list .wsite-com-checkout-item-image { display: none; }
 #wsite-com-checkout-list tbody td:first-child, #wsite-com-checkout-summary-list tbody td:first-child { width: 0; padding: 0; }
 #wsite-com-checkout-list .wsite-com-checkout-item-details-inner, #wsite-com-checkout-summary-list .wsite-com-checkout-item-details-inner { padding-left: 0; }
 }

div.paragraph ul, div.paragraph ol { padding-left: 3em !important; margin: 5px 0 !important; overflow:hidden; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; }
