@charset "UTF-8";
/*!
Theme Name: Cool Hunting
Theme URI: http://coolhunting.com
Author: Automattic, Inc.
Author URI: http://automattic.com
Template: resonar
Description: Custom WordPress theme for Cool Hunting. A child theme of Resonar
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coolhunting
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Vendor / Resonar styles
 */
/*
Theme Name: Resonar
Theme URI: https://wordpress.com/themes/resonar/
Description: Resonar is an elegant blog theme that features full-screen featured images.
Version: 1.0.8
Author: Automattic
Author URI: https://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resonar
Tags: accessibility-ready, blog, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, news, one-column, photography, rtl-language-support, sticky-post, translation-ready
*/
/**
 * Table of Contents
 *
 * 1.0 Normalize
 * 2.0 Keyframes
 * 3.0 Genericons
 * 4.0 Typography
 * 5.0 Elements
 * 6.0 Forms
 * 7.0 Navigation
 *    7.1 Links
 *    7.2 Menus
 *    7.3 Navigations
 * 8.0 Accessibility
 * 9.0 Alignments
 * 10.0 Clearings
 * 11.0 Widgets
 * 12.0 Site
 *    12.1 Header
 *    12.2 Posts and pages
 *    12.3 Comments
 *    12.4 Footer
 * 13.0 Media
 *    13.1 Captions
 *    13.2 Galleries
 * 14.0 Multisite
 * 15.0 Jetpack
 *    15.1 Infinite scroll
 *    15.2 Extra Widegts
 *    15.3 Shortcodes
 *    15.4 Tiled Gallery
 *    15.5 Responsive Videos
 *    15.6 Jetpack Comments
 *    15.7 Sharing
 *    15.8 Related Posts
 *    15.9 Site Logo
 *    15.10 Stats
 * 16.0 Media Queries
 *    16.1 >= 470px
 *    16.2 >= 601px
 *    16.3 >= 700px
 *    16.4 >= 828px
 *    16.5 >= 925px
 *    16.6 >= 1088px
 *    16.7 >= 1216px
 */
/**
 * 1.0 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,
ins {
  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: 0;
}

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;
  opacity: 0.5;
}

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: border-box;
}

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

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  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;
}

/**
 * 2.0 Keyframes
 */
@-webkit-keyframes moveDown {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(24px);
  }
}
@keyframes moveDown {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(24px);
    transform: translateY(24px);
  }
}
@-webkit-keyframes moveUp {
  from {
    -webkit-transform: translateY(24px);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUp {
  from {
    -moz-transform: translateY(24px);
    transform: translateY(24px);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes opacityDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes opacityUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * 3.0 Genericons
 */
.site-header .menu-item-has-children > a:after,
.social-navigation a:before,
.sidebar-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.author-link:after,
.scroll-indicator:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/**
 * 4.0 Typography
 */
body,
button,
input,
select,
textarea {
  color: #232323;
  font-family: "Libre Baskerville", georgia, serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Playfair Display", georgia, serif;
  font-weight: 700;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 24px;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  border-left: 4px solid currentColor;
  color: #5b5b5b;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.66667;
  margin: 0 0 24px;
  padding-left: 20px;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote p {
  margin-bottom: 30px;
}

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

blockquote cite,
blockquote small {
  color: #232323;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Lato, sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 0 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #232323;
  cursor: help;
}

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

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/**
 * 5.0 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. */
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 24px;
}

ul, ol {
  margin: 0 0 24px 20px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 24px;
}

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

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 24px;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 6px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
}

:-moz-placeholder {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
}

::-moz-placeholder {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
}

/**
 * 6.0 Forms
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background: #232323;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 11px 16px 9px;
  text-transform: uppercase;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #0074b8;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background: #0074b8;
  outline: 2px solid #d2d2d2;
}

.search-form input[type=submit],
.widget .search-form input[type=submit] {
  padding: 0;
}

input,
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #5b5b5b;
  padding: 3px 6px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #5b5b5b;
  color: #232323;
  outline: 0;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 6px;
}

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

.post-password-form label {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 24px;
  text-transform: uppercase;
}

/**
 * 7.0 Navigation
 */
/**
 * 7.1 Links
 */
a {
  color: #0074b8;
  text-decoration: none;
}

a:visited {
  color: #0074b8;
}

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

a:focus {
  outline: 2px solid #d2d2d2;
}

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

a img {
  border: 0;
}

div.entry-date a:hover,
.entry-footer a:hover,
.comment-author a:hover,
.comment-metadata a:hover,
.pingback .edit-link a:hover,
.textwidget a,
.entry-date a:hover,
.entry-content a,
.entry-summary a,
.entry-footer .author-bio a,
.page-content a,
.comment-content a,
.pingback .comment-body > a,
.taxonomy-description a,
.logged-in-as a,
.site-info a,
.image-navigation a:hover,
.comment-navigation a:hover,
.widget_gravatar a,
.widget-grofile p a,
#infinite-footer .blog-credits a {
  color: #0074b8;
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  text-decoration: none;
}

.page-links a,
.entry-content .mejs-horizontal-volume-slider,
.entry-content .wp-playlist-caption,
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.author-bio a:hover,
.author-bio a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.site-info a:hover,
.site-info a:focus,
.textwidget a:hover,
.textwidget a:focus,
.widget_gravatar a:hover,
.widget_gravatar a:focus,
.widget-grofile p a:hover,
.widget-grofile p a:focus,
.has-post-thumbnail div.entry-date a:hover {
  background-image: none;
}

/**
 * 7.2 Menus
 */
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

.site-header .main-navigation {
  display: none;
  float: right;
}

.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
}

.site-header .nav-menu li {
  position: relative;
}

.site-header .nav-menu > li {
  float: left;
}

.site-header .nav-menu > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.site-header .nav-menu a {
  color: #232323;
  display: block;
  font-size: 0.9375rem;
  font-size: 15px;
  line-height: 1.33334;
  padding: 6px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .nav-menu a:hover,
.site-header .nav-menu a:focus {
  color: #0074b8;
}

.site-header .menu-item-has-children > a {
  padding-right: 38px;
}

.site-header .menu-item-has-children > a:after {
  content: "\f431";
  position: absolute;
  top: 7px;
  right: 12px;
}

.site-header .sub-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -1px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.site-header .sub-menu li {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px 1px 0;
}

.site-header .nav-menu > li > .sub-menu {
  padding-top: 8px;
}

.site-header .nav-menu > li > .sub-menu:before,
.site-header .nav-menu > li > .sub-menu:after {
  content: "";
  border-style: solid;
  position: absolute;
}

.site-header .nav-menu > li > .sub-menu:before {
  top: -1px;
  left: 10px;
  border-width: 0 10px 10px;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}

.site-header .nav-menu > li > .sub-menu:after {
  top: 1px;
  left: 12px;
  border-width: 0 8px 8px;
  border-color: #fff transparent;
}

.site-header .sub-menu a {
  padding: 14px 16px;
  white-space: normal;
  width: 240px;
}

.site-header .sub-menu ul {
  left: 100%;
  top: -1px;
}

.site-header .sub-menu .menu-item-has-children > a {
  padding-right: 30px;
}

.site-header .sub-menu .menu-item-has-children > a:after {
  content: "\f431";
  right: 8px;
  top: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-header .nav-menu li:hover > ul,
.site-header .nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

.sidebar .main-navigation {
  margin: 7.6923%;
}

.sidebar .main-navigation a {
  display: block;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
}

.sidebar .main-navigation ul {
  list-style: none;
  margin: 0;
}

.sidebar .main-navigation ul ul {
  display: none;
  margin-left: 12px;
}

.sidebar .main-navigation ul .toggled-on {
  display: block;
}

.sidebar .main-navigation li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.sidebar .main-navigation .nav-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .main-navigation .nav-menu > ul > li:first-child,
.sidebar .main-navigation .nav-menu > li:first-child {
  border-top: 0;
}

.sidebar .main-navigation .menu-item-has-children > a {
  padding-right: 48px;
}

.no-js .sidebar .main-navigation ul ul {
  display: block;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  /* Stop screen readers to read the text as capital letters */
  top: 3px;
  right: 0;
  width: 42px;
}

.dropdown-toggle:after {
  color: #232323;
  content: "\f431";
  font-size: 24px;
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #f5f5f5;
}

.dropdown-toggle:focus {
  outline: 1px solid #d2d2d2;
}

.dropdown-toggle.toggle-on:after {
  content: "\f432";
}

.social-navigation {
  margin: 15.3806% 7.6923%;
}

.social-navigation ul {
  list-style: none;
  margin: 0;
}

.social-navigation li {
  float: left;
  margin: 0 1px 1px 0;
}

.social-navigation a {
  background-color: rgba(0, 0, 0, 0.04);
  display: block;
  height: 48px;
  position: relative;
  width: 48px;
}

.social-navigation a:before {
  color: #232323;
  content: "\f415";
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
  color: #0074b8;
}

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

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

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

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}

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

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

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

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

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

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

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
}

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

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

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

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

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

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

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

.social-navigation a[href*="mailto:"]:before {
  content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}

.sidebar-toggle {
  background-color: transparent;
  border: 1px solid transparent;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 7.6923%;
  text-align: center;
  -webkit-transform: translate(16px, -50%);
  -ms-transform: translate(16px, -50%);
  transform: translate(16px, -50%);
  width: 48px;
}

.no-js .sidebar-toggle {
  display: none;
}

.sidebar-toggle:before {
  color: #232323;
  content: "\f419";
  line-height: 46px;
  width: 48px;
}

.sidebar-toggle:hover,
.sidebar-toggle:focus {
  background-color: transparent;
  outline: 0;
}

.sidebar-toggle:focus {
  border-color: rgba(0, 0, 0, 0.1);
}

.sidebar-toggle:hover:before,
.sidebar-toggle:focus:before {
  color: #0074b8;
}

.sidebar-toggle.toggled-on:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: 2px;
  left: -1px;
}

.sidebar-toggle.toggled-on:hover:before,
.sidebar-toggle.toggled-on:focus:before {
  color: #232323;
}

/**
 * 7.3 Navigations
 */
.post-navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: Lato, sans-serif;
  margin: 0 7.6923% 7.6923%;
}

.post-navigation a {
  color: #232323;
  display: block;
  padding: 4.5465% 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #5b5b5b;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.post-navigation .post-title {
  display: inline;
  font-family: "Playfair Display", georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  font-weight: 700;
  line-height: 1.36364;
  text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #0074b8;
}

.post-navigation div + div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-family: Lato, sans-serif;
}

.sidebar-open .pagination {
  display: none;
}

.pagination a {
  color: #232323;
}

.pagination a:hover,
.pagination a:focus {
  color: #0074b8;
}

.pagination .nav-links {
  min-height: 48px;
  position: relative;
  text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}

.pagination .page-numbers {
  display: none;
  line-height: 48px;
  padding: 0 6px;
}

.pagination .current {
  color: #5b5b5b;
  display: inline-block;
}

.pagination .prev,
.pagination .next {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #0074b8;
  color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
  outline: 0;
}

.pagination .prev {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
}

.pagination .prev:before {
  content: "\f430";
  left: -1px;
}

.pagination .next {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  right: 0;
}

.pagination .next:before {
  content: "\f429";
  right: -1px;
}

.image-navigation,
.comment-navigation {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Lato, sans-serif;
  line-height: 1.5;
  margin: 0 7.6923% 24px;
  padding: 12px 0;
}

.comment-navigation {
  margin: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "∕";
  font-weight: 400;
  margin: 0 6px;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
}

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal Lato, sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 9.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
  margin: 4px 24px 24px 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 4px 0 24px 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 24px;
}

/**
 * 10.0 Clearings
 */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
.site-navigation:before,
.site-navigation:after,
.site-header .nav-menu:before,
.site-header .nav-menu:after,
.hentry:before,
.hentry:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.entry-content-footer:before,
.entry-content-footer:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}

.clear:after,
.site-branding:after,
.site-header:after,
.site-navigation:after,
.site-header .nav-menu:after,
.hentry:after,
.entry-content:after,
.entry-summary:after,
.entry-content-footer:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}

/**
 * 11.0 Widgets
 */
.widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 7.6923%;
  word-wrap: break-word;
}

.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 24px;
  text-transform: uppercase;
}

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

/* Calendar widget */
.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 3.2;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  background-color: #232323;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #0074b8;
  color: #fff;
}

/* List type widget */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul {
  border-bottom: 0;
  margin: 12px 0 0 12px;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.widget_archive li li:last-child,
.widget_categories li li:last-child,
.widget_links li li:last-child,
.widget_meta li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child,
.widget_recent_comments li li:last-child,
.widget_recent_entries li li:last-child {
  padding-bottom: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #5b5b5b;
  display: block;
  font-family: Lato, sans-serif;
}

/* RSS widget */
.widget_rss ul {
  list-style: none;
  margin: 0;
}

.widget_rss li {
  margin-bottom: 24px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .rsswidget {
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Lato, sans-serif;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.7;
}

/* Text Widget */
.textwidget > :last-child {
  margin-bottom: 0;
}

/**
 * 12.0 Site
 */
.site {
  overflow: hidden;
}

.content-area {
  margin: 0 auto;
  max-width: 1088px;
}

.sidebar-open .content-area {
  display: none;
}

.site-main {
  border-bottom: 1px solid transparent;
}

.sidebar {
  background-color: #fff;
  display: none;
  height: 100%;
  position: absolute;
  right: 100%;
  -webkit-transform: translateZ(0);
  top: 0;
  width: 100%;
}

.sidebar:before {
  background-color: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.sidebar-open .sidebar {
  display: block;
  position: relative;
  right: 0;
  z-index: 1000;
}

.no-js .sidebar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
}

.sidebar-inner {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: 0 auto;
  max-width: 1088px;
}

/**
 * 12.1 Header
 */
.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7.6923%;
  position: relative;
  width: 100%;
}

.site-branding {
  float: left;
  max-width: -webkit-calc(100% - 48px);
  max-width: calc(100% - 48px);
}

.site-title {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.36364;
  margin: 0;
}

.site-title a {
  color: #232323;
}

.site-title a:hover,
.site-title a:focus {
  opacity: 0.7;
}

.site-description {
  display: none;
  font-family: "Libre Baskerville", georgia, serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  opacity: 0.7;
}

.site-title + .site-description {
  margin-top: 4px;
}

.header-image a {
  display: block;
}

.header-image a:focus img {
  opacity: 0.85;
}

.header-image img {
  width: 100%;
  height: auto;
}

.site-navigation {
  float: right;
}

/**
 * 12.2 Posts and pages
 */
.hentry {
  margin: 0 7.6923%;
  padding: 7.6923% 0;
  position: relative;
}

.hentry + .hentry {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hentry + .hentry.sticky.has-post-thumbnail,
.hentry.sticky.has-post-thumbnail + .hentry.sticky:not(.has-post-thumbnail),
.hentry.sticky.has-post-thumbnail + .hentry:not(.sticky) {
  border-top: 0;
}

.post-thumbnail {
  display: block;
  float: right;
  margin: 36px 0 12px 4.54029457%;
  width: 22.72417674%;
}

.attachment-post-thumbnail {
  border-radius: 2px;
}

.post-thumbnail:hover,
.post-thumbnail:focus {
  opacity: 0.85;
}

.post-thumbnail:focus {
  outline: none;
}

div.entry-date a {
  color: #5b5b5b;
}

div.entry-date a:hover,
div.entry-date a:focus {
  color: #0074b8;
}

div.entry-date + .entry-header,
div.entry-date + .entry-title {
  margin-top: 6px;
}

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

.sticky .posted-on {
  display: none;
}

.entry-summary {
  color: #5b5b5b;
}

.entry-summary > :last-child {
  margin-bottom: 0;
}

.entry-summary {
  margin-top: 12px;
}

.entry-summary img {
  display: none;
}

.entry-title {
  clear: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
  margin: 0;
}

.entry-title a {
  color: #232323;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #0074b8;
}

.entry-content-footer {
  margin-top: 7.6923%;
}

.entry-content {
  margin: 0 7.6923%;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content,
.textwidget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1,
.textwidget h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2,
.textwidget h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3,
.textwidget h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4,
.textwidget h4 {
  letter-spacing: 0.13333em;
  text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6,
.textwidget h6 {
  font-style: italic;
  font-weight: 400;
}

.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
  clear: none;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
  display: block;
}

.entry-content .more-link,
.entry-summary .more-link {
  white-space: nowrap;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  border-color: currentColor;
  border-style: solid;
  border-width: 4px 0 4px 0;
  padding: 20px 0;
  width: 50%;
}

.entry-footer {
  color: #5b5b5b;
  margin: 24px 7.6923% 0;
}

.entry-footer a {
  color: #0074b8;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #0074b8;
}

.author-info {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 24px 0 21px;
  padding: 24px 0;
}

.author-info .avatar {
  float: left;
  height: 48px;
  margin: 0 24px 24px 0;
  width: 48px;
}

.author-heading {
  clear: none;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

.author-title {
  clear: none;
  color: #232323;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

.author-bio {
  overflow: hidden;
}

.author-bio a {
  color: #0074b8;
}

.author-description {
  font-family: Lato, sans-serif;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.author-link {
  white-space: nowrap;
}

.sticky-post,
.posted-on,
.cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link {
  display: block;
  padding: 3px 0 3px 19px;
  position: relative;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before,
.full-size-link:before {
  position: absolute;
  top: 3px;
  left: 0;
}

.cat-links:before {
  content: "\f301";
}

.tags-links:before {
  content: "\f302";
}

.comments-link:before {
  content: "\f300";
}

.full-size-link:before {
  content: "\f402";
}

.edit-link:before {
  content: "\f411";
}

.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0;
}

.page-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
  margin: 0;
}

.taxonomy-description {
  color: #5b5b5b;
  margin-top: 6px;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-content {
  margin: 0 7.6923%;
  padding: 7.6923% 0;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  font-family: Lato, sans-serif;
  margin: 0 0 24px;
}

.page-links a,
.page-links > span {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  height: 24px;
  line-height: 23px;
  margin: 0 4px 4px 0;
  text-align: center;
  width: 24px;
}

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #232323;
  border-color: #232323;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #0074b8;
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #232323;
  height: auto;
  margin: 0;
  padding-right: 19px;
  width: auto;
}

.sticky-post {
  font-weight: 700;
  text-transform: uppercase;
}

.single .hentry,
.sticky.hentry.has-post-thumbnail {
  margin: 0;
  padding: 7.6923% 0;
}

.sticky.hentry.has-post-thumbnail {
  padding: 0;
}

.single .hentry.has-post-thumbnail {
  padding-top: 0;
}

.entry-header-background {
  background-color: #232323;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}

.no-js .entry-header-background {
  padding-top: 75%;
}

.entry-header-wrapper {
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  min-height: inherit;
}

.single .entry-header,
.sticky .entry-header {
  margin: 0 auto;
  max-width: 1088px;
}

.single .entry-header-inner,
.sticky.has-post-thumbnail .entry-header-inner {
  padding: 0 7.6923%;
}

.single .has-post-thumbnail .entry-header-inner {
  padding-top: 7.6923%;
  padding-bottom: 3.84615%;
}

.sticky.has-post-thumbnail .entry-header-inner {
  padding-bottom: 7.6923%;
}

.single .entry-title,
.sticky .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
  margin-right: 0;
}

.entry-header-background div.entry-date a,
.entry-header-background .sticky-post,
.entry-header-background .entry-title,
.entry-header-background .entry-title a {
  color: #fff;
}

.entry-header-background div.entry-date a:hover,
.entry-header-background div.entry-date a:focus,
.entry-header-background .entry-title a:hover,
.entry-header-background .entry-title a:focus {
  opacity: 0.85;
}

.scroll-indicator-wrapper {
  height: 24px;
  margin-bottom: 3.84615%;
  position: relative;
}

.scroll-indicator {
  -webkit-animation: opacityUp 0.5s ease both;
  animation: opacityUp 0.5s ease both;
  bottom: 0;
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  width: 48px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll-indicator.scrolled {
  -webkit-animation: opacityDown 0.5s ease both;
  animation: opacityDown 0.5s ease both;
}

.scroll-indicator:before,
.scroll-indicator:after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.scroll-indicator:before {
  left: -5px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scroll-indicator:after {
  left: 19px;
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.scroll-indicator:hover:before,
.scroll-indicator:hover:after {
  opacity: 0.75;
}

.scroll-indicator:focus {
  outline: dotted thin #fff;
}

.attachment .entry-header {
  margin: 0 7.6923%;
}

.entry-attachment {
  margin-bottom: 24px;
}

.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-caption {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 6px;
  word-wrap: break-word;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

/**
 * 12.3 Comments
 */
.comments-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 24px;
}

.comments-title,
.comment-reply-title {
  font-family: "Playfair Display", georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
  margin: 0;
}

.comments-title {
  margin-bottom: 24px;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 24px 0;
}

.comments-title + .comment-list > li:first-child > article,
.comments-title + .comment-list > li:first-child > .pingback,
.comments-title + .comment-list > li:first-child > .trackback {
  border-top: 0;
  padding-top: 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 12px;
}

.comment-author {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  margin-bottom: 6px;
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 12px;
  position: relative;
  width: 24px;
}

.bypostauthor > article .fn:after {
  content: "\f304";
  position: relative;
  top: 4px;
  left: 3px;
}

.comment-metadata,
.pingback .edit-link {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.comment-metadata a {
  color: #5b5b5b;
}

.comment-metadata .comment-edit-link {
  color: #0074b8;
}

.comment-metadata {
  margin-bottom: 24px;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
  margin-left: 6px;
}

.pingback .edit-link:before {
  top: 3px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 20px;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
  font-size: 0.75rem;
}

.comment-list .reply a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #5b5b5b;
  display: inline-block;
  font-family: Lato, sans-serif;
  line-height: 1;
  margin-top: 24px;
  padding: 6px 12px 5px;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: currentColor;
  color: #0074b8;
  outline: 0;
}

.comment-form {
  padding-top: 24px;
}

.comment-form label {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form input[type=submit] {
  width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #5b5b5b;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.no-comments {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  color: #232323;
  font-weight: 700;
  margin: 0;
  padding-top: 24px;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

/**
 * 12.4 Footer
 */
.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3.84615% 7.6923%;
}

.sidebar-open .site-footer {
  display: none;
}

.site-info {
  color: #5b5b5b;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.site-info a {
  color: #5b5b5b;
}

.site-info a:hover,
.site-info a:focus {
  color: #0074b8;
}

/**
 * 13.0 Media
 */
.site .avatar {
  border-radius: 50%;
}

.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,
video {
  margin-bottom: 24px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.entry-content .mejs-container .mejs-controls .mejs-time {
  padding-top: 11px;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 24px;
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

.hentry .latex {
  margin: 0;
  max-width: 100%;
}

/**
 * 13.1 Captions
 */
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 6px 0 0;
}

/**
 * 13.2 Galleries
 */
.gallery {
  margin-bottom: 24px;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #5b5b5b;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 6px 0 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 14.0 Multisite
 */
.widecolumn {
  padding: 7.6923%;
}

.widecolumn .mu_register {
  width: auto;
}

.widecolumn .mu_alert {
  margin-bottom: 24px;
}

.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}

.widecolumn h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
  margin: 0 0 24px;
}

.widecolumn p {
  margin: 24px 0;
}

.widecolumn p + h2 {
  margin-top: 48px;
}

.widecolumn label,
.widecolumn .mu_register label {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widecolumn .mu_register label {
  margin: 24px 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

.widecolumn .mu_register #blogname {
  margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0 0 6px;
}

.widecolumn #submit,
.widecolumn .mu_register input[type=submit] {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
  font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}

/**
 * 15.0 Jetpack
 */
/**
 * 15.1 Infinite Scroll
 */
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer,
.sidebar-open.infinity-end.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.infinite-wrap .hentry:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Spinner */
.infinite-loader {
  clear: both;
  height: 24px;
  margin: 7.6923% 0;
}

.infinite-loader .spinner {
  top: 50% !important;
  left: 50% !important;
}

/* Click-to-load */
#infinite-handle {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  margin: 0 7.6923%;
  padding: 7.6923% 0;
  text-align: center;
}

#infinite-handle span {
  background-color: #232323;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 11px 16px 9px;
  text-transform: uppercase;
}

#infinite-handle span:hover,
#infinite-handle span:focus {
  background-color: #0074b8;
  color: #fff;
}

/* Footer */
#infinite-footer {
  display: none;
  z-index: 999;
}

#infinite-footer .container {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0 32px;
  width: 100% !important;
}

#infinite-footer .blog-info,
#infinite-footer .blog-credits {
  height: 48px;
  line-height: 48px;
}

#infinite-footer .blog-info a:hover,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus {
  text-decoration: none;
}

#infinite-footer .blog-info {
  font-family: Lato, sans-serif;
}

#infinite-footer .blog-info a {
  color: #232323;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
}

#infinite-footer .blog-info a:hover,
#infinite-footer .blog-info a:focus {
  opacity: 0.7;
}

#infinite-footer .blog-credits {
  font-size: 13px;
  font-size: 0.8125rem;
}

#infinite-footer .blog-credits a {
  color: #5b5b5b;
}

#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus {
  color: #0074b8;
}

/**
 * 15.2 Extra Widgets
 */
/* Blog Subscriptions Widget */
.jetpack_subscription_widget #subscribe-email input {
  padding: 3px 6px;
  width: 100%;
}

.jetpack_subscription_widget form > :last-child {
  margin-bottom: 0;
}

/* Display WordPress Posts Widget */
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
  margin: 0;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin: 0 0 24px;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
  margin: 0 0 24px;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
  font-size: inherit;
  line-height: 1.6 !important;
  margin: 0 0 24px !important;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts > :last-child {
  margin-bottom: 0 !important;
}

/* Gallery Widget */
.widget-gallery .slideshow-window {
  border-radius: 0;
}

/* Goodreads Widget */
.widget_goodreads div[class^=gr_custom_container] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  padding: 0;
}

.widget_goodreads div[class^=gr_custom_container] a {
  color: inherit;
}

.widget_goodreads div[class^=gr_custom_each_container] {
  border: 0;
  margin-bottom: 0;
}

/* Gravatar Profile Widget */
.widget-grofile .grofile-thumbnail {
  border-radius: 50%;
  max-width: 200px;
}

.widget-area .widget-grofile h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin: 24px 0 0;
}

.widget-area .widget-grofile .grofile-accounts {
  margin-top: 12px;
}

/* Image Widget */
.widget_image .wp-caption {
  margin-bottom: 0;
}

/* RSS Links Widget */
.widget_rss_links img {
  position: relative;
  top: -3px;
}

/* Top Posts & Pages Widget */
.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
  border-radius: 50%;
  margin-right: 12px;
  max-width: 48px;
}

.widget_top-posts .widgets-list-layout-links {
  width: auto;
  float: left;
  padding-top: 12px;
}

.widget_top-posts .widgets-list-layout li {
  margin-bottom: 0;
}

/* List type widgets */
.widget_rss_links ul,
.widget_top-posts ul,
.widget_upcoming_events_widget ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
}

.widget_rss_links ul ul,
.widget_top-posts ul ul,
.widget_upcoming_events_widget ul ul {
  border-bottom: 0;
  margin: 12px 0 0 12px;
}

.widget_rss_links li,
.widget_top-posts li,
.widget_upcoming_events_widget li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.widget_rss_links li li:last-child,
.widget_top-posts li li:last-child,
.widget_upcoming_events_widget li li:last-child {
  padding-bottom: 0;
}

/**
 * 15.3 Shortcodes
 */
/* Facebook */
.fb_iframe_widget {
  margin-bottom: 24px;
  max-width: 100%;
}

.fb_iframe_widget span {
  max-width: 100%;
}

/* Gist */
.gist table {
  table-layout: auto;
}

.site .gist .gist-file {
  margin-bottom: 24px;
}

/* Instagram */
.instagram-media {
  margin-bottom: 24px !important;
}

/* Polldaddy */
.PDS_Poll {
  display: block !important;
  margin-bottom: 24px;
}

.PDS_Poll .pds-box {
  max-width: 100%;
  width: auto;
}

/* Portfolio */
.site .portfolio-entry {
  margin-bottom: 48px;
}

.site .portfolio-featured-image + .portfolio-entry-title {
  margin: 12px 0 0;
}

.site .portfolio-entry-title a {
  color: #232323;
}

.site .portfolio-entry-meta {
  font-family: Lato, sans-serif;
}

.site .portfolio-entry-title a,
.site .portfolio-entry-meta a {
  background-image: none;
  text-shadow: none;
}

.site .portfolio-entry-title + .portfolio-entry-meta {
  margin-top: 6px;
}

.site .portfolio-entry-meta span,
.site .portfolio-entry-meta a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.site .portfolio-entry-content {
  margin-top: 12px;
}

/* Presentation */
.site .presentation-wrapper {
  margin: 0 0 24px;
}

/* Recipes */
.site .jetpack-recipe {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
}

.site .jetpack-recipe-title {
  border: 0;
  margin-top: 0;
  padding: 0;
}

.site .jetpack-recipe .jetpack-recipe-meta {
  font-size: inherit;
  margin: 0;
}

/* Slideshow */
.site .slideshow-window {
  border-radius: 0;
  margin-bottom: 24px;
}

/* Spotify */
iframe[src^="https://embed.spotify.com"] {
  margin: 0 0 24px !important;
}

/* Subscription */
.hentry .jetpack_subscription_widget {
  margin-bottom: 24px;
}

/* Twitter-timeline */
iframe[id*=twitter-widget-] {
  display: block;
  margin-bottom: 24px !important;
}

/* Vine */
.vine-embed {
  display: block;
}

/* VideoPress */
.site .video-player {
  height: auto !important;
  margin: 0 0 24px;
  padding: 0;
}

.video-player object {
  margin-bottom: 0;
}

/**
 * 15.4 Tiled gallery
 */
.site .tiled-gallery {
  margin-bottom: 24px;
}

/**
 * 15.5 Responsive Videos
 */
.jetpack-video-wrapper {
  margin-bottom: 24px;
}

.jetpack-video-wrapper > embed,
.jetpack-video-wrapper > iframe,
.jetpack-video-wrapper > object,
.jetpack-video-wrapper > .wp-video {
  margin-bottom: 0;
}

/**
 * 15.6 Jetpack Comments
 */
.comment-form iframe {
  margin: 0;
}

/**
 * 15.7 Sharing
 */
.hentry div.sharedaddy h3.sd-title,
.hentry h3.sd-title {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.entry-summary .sharedaddy {
  display: none !important;
}

/**
 * 15.8 Related Posts
 */
.hentry #jp-relatedposts {
  margin: 0;
  padding-top: 0;
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
  margin-bottom: 24px;
  width: 100%;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-child {
  margin-bottom: 0;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
  padding-right: 0;
}

.entry-content .jp-relatedposts-post-a {
  background-image: none;
  text-shadow: none;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
  max-width: 100%;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.hentry .jp-relatedposts-post-img {
  margin-bottom: 6px;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
.hentry .jp-relatedposts-post-title {
  font-family: "Playfair Display", georgia, serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 700;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-weight: inherit;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: none;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
  color: #5b5b5b;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  color: #5b5b5b;
  font-family: Lato, sans-serif;
  opacity: 1;
}

/**
 * 15.9 Site Logo
 */
.site-logo-link {
  display: block;
  max-width: 192px;
}

.site-logo {
  max-height: 48px;
  width: auto;
}

.has-site-logo .site-title {
  margin-top: 12px;
}

/**
 * 15.10 Stats
 */
#wpstats {
  display: none;
}

/**
 * 16.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 16.1 >= 470px
 */
@media screen and (min-width: 29.375em) {
  .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.38462;
  }

  .single .entry-title,
.sticky .entry-title,
.page-title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.2973;
  }
}
/**
 * 16.2 >= 601px
 */
@media screen and (min-width: 37.5625em) {
  .site-header {
    padding: 3.84615%;
  }

  .sidebar-toggle {
    right: 3.84615%;
  }

  .social-navigation {
    margin-top: 7.6923%;
    margin-bottom: 7.6923%;
  }

  .sidebar .main-navigation,
.social-navigation,
.widget {
    margin-right: 15.3846%;
    margin-left: 15.3846%;
  }

  .entry-title {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.35484;
  }

  .single .entry-title,
.sticky .entry-title,
.page-title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.24444;
  }
}
/**
 * 16.3 >= 700px
 */
@media screen and (min-width: 43.75em) {
  body,
input,
select,
textarea {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }

  p,
address,
pre,
hr,
dl,
dd,
table,
.alignleft,
.alignright,
.aligncenter,
.post-thumbnail,
.page-links,
.entry-attachment,
.comments-title,
.comment-metadata,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
embed,
iframe,
object,
video,
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist,
.wp-caption,
.gallery {
    margin-bottom: 32px;
  }

  .main-navigation,
.post-navigation .meta-nav,
.image-navigation,
.comment-navigation,
.widget,
.sticky-post,
.posted-on,
.cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link,
.author-heading,
.page-links a,
.page-links > span,
.entry-caption,
.comment-metadata,
.pingback .edit-link,
.comment-list .reply,
.comment-form label,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.site-info,
.wp-caption-text,
.gallery-caption {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  blockquote {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
    margin-bottom: 32px;
    margin-left: -32px;
    padding-left: 28px;
  }

  blockquote p {
    margin-bottom: 36px;
  }

  blockquote cite,
blockquote small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }

  blockquote > blockquote {
    margin-left: 0;
  }

  pre {
    padding: 16px;
  }

  ul, ol {
    margin: 0 0 32px 0;
  }

  li > ul,
li > ol,
blockquote > ul,
blockquote > ol {
    margin-left: 24px;
  }

  th, td {
    padding: 8px;
  }

  button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 17px 32px 16px;
  }

  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
    padding: 7px;
  }

  input[type=checkbox],
input[type=radio] {
    margin-right: 8px;
  }

  .post-password-form label {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .sidebar .main-navigation ul ul {
    margin-left: 16px;
  }

  .post-navigation .meta-nav {
    margin-bottom: 8px;
  }

  .post-navigation .post-title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.2973;
  }

  .pagination .nav-links {
    min-height: 64px;
  }

  .pagination .current .screen-reader-text {
    position: absolute !important;
  }

  .pagination .page-numbers {
    display: inline-block;
    line-height: 64px;
    padding: 0 8px;
  }

  .pagination .prev,
.pagination .next {
    height: 64px;
    width: 64px;
  }

  .pagination .prev:before,
.pagination .next:before {
    font-size: 48px;
    height: 64px;
    line-height: 64px;
    width: 64px;
  }

  .pagination .prev:before {
    left: -10px;
  }

  .pagination .next:before {
    right: 3px;
  }

  .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    margin: 0 8px;
  }

  .image-navigation,
.comment-navigation {
    padding: 16px 0;
  }

  .image-navigation {
    margin-bottom: 32px;
  }

  .alignleft {
    margin-top: 8px;
    margin-right: 32px;
  }

  .alignright {
    margin-top: 8px;
    margin-left: 32px;
  }

  .widget p,
.widget address,
.widget pre,
.widget hr,
.widget dl,
.widget dd,
.widget table,
.widget .alignleft,
.widget .alignright,
.widget .aligncenter,
.widget embed,
.widget iframe,
.widget object,
.widget video,
.widget .wp-audio-shortcode,
.widget .wp-video,
.widget .wp-playlist.wp-audio-playlist,
.widget .wp-caption,
.widget .gallery {
    margin-bottom: 24px;
  }

  .widget blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    margin-left: -30px;
    padding-left: 26px;
  }

  .widget blockquote p {
    margin-bottom: 30px;
  }

  .widget blockquote cite,
.widget blockquote small {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .widget blockquote > blockquote {
    margin-left: 0;
  }

  .widget pre,
.widget th, .widget td {
    padding: 6px;
  }

  .widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
    margin: 0 0 24px;
  }

  .widget h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.38462;
  }

  .widget h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }

  .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }

  .widget h4,
.widget h5,
.widget h6 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
  }

  .widget ul, .widget ol {
    margin: 0 0 24px 0;
  }

  .widget li > ul,
.widget li > ol {
    margin-bottom: 0;
  }

  .widget li > ul,
.widget li > ol,
.widget blockquote > ul,
.widget blockquote > ol {
    margin-left: 24px;
  }

  .widget button,
.widget input[type=button],
.widget input[type=reset],
.widget input[type=submit] {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 11px 16px 9px;
  }

  .widget input[type=text],
.widget input[type=email],
.widget input[type=url],
.widget input[type=password],
.widget input[type=search],
.widget textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 3px 6px;
  }

  .widget .wp-caption-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 6px 0 0;
  }

  .widget .widget-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }

  .widget_calendar table {
    margin: 0;
  }

  .widget_calendar td,
.widget_calendar th {
    line-height: 3.2;
    padding: 0;
  }

  .widget_calendar caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }

  .widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    margin: 0;
  }

  .widget_rss li {
    margin-bottom: 24px;
  }

  .widget_rss .rss-date,
.widget_rss cite {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.84615;
  }

  .textwidget > :last-child {
    margin-bottom: 0;
  }

  .site-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2307692307;
  }

  .site-description {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.53846;
  }

  .post-thumbnail {
    margin-top: 48px;
    margin-bottom: 16px;
  }

  div.entry-date + .entry-header,
div.entry-date + .entry-title {
    margin-top: 8px;
  }

  .entry-title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.1891891891;
  }

  .single .entry-title,
.sticky .entry-title,
.page-title {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.1851851851;
  }

  .entry-summary {
    margin-top: 16px;
  }

  .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.2973;
  }

  .entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.29032;
  }

  .entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }

  .entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
  }

  .entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }

  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    padding: 28px 0;
  }

  .entry-footer {
    margin-top: 32px;
  }

  .author-info {
    margin: 32px 0 28px;
    padding: 32px 0;
  }

  .author-info .avatar {
    height: 64px;
    margin: 0 32px 32px 0;
    width: 64px;
  }

  .author-title,
.author-bio {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555555;
  }

  .cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link {
    padding: 4px 0 4px 19px;
  }

  .cat-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before,
.full-size-link:before {
    top: 8px;
  }

  .taxonomy-description {
    margin-top: 8px;
  }

  .page-links a,
.page-links > span {
    height: 32px;
    line-height: 31px;
    width: 32px;
  }

  .page-links > .page-links-title {
    padding-right: 26px;
  }

  .entry-caption {
    padding-top: 8px;
  }

  .comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 32px;
  }

  .comments-title,
.comment-reply-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }

  .comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    padding: 32px 0;
  }

  .comment-list .children > li {
    padding-left: 32px;
  }

  .comment-author {
    margin-bottom: 0;
  }

  .comment-author .avatar {
    height: 56px;
    margin-right: 16px;
    top: 4px;
    width: 56px;
  }

  .bypostauthor > article .fn:after {
    top: 8px;
  }

  .comment-metadata .edit-link,
.pingback .edit-link {
    margin-left: 8px;
  }

  .pingback .edit-link:before {
    top: 7px;
  }

  .comment-content ul,
.comment-content ol {
    margin: 0 0 32px 0;
  }

  .comment-content li > ul,
.comment-content li > ol,
.comment-content blockquote > ul,
.comment-content blockquote > ol {
    margin-left: 24px;
  }

  .comment-list .reply a {
    margin-top: 32px;
    padding: 8px 16px 7px;
  }

  .comment-form,
.no-comments {
    padding-top: 32px;
  }

  .comment-form label {
    margin-bottom: 8px;
  }

  .comment-reply-title small a:before {
    top: 1px;
  }

  .wp-caption-text,
.gallery-caption {
    padding-top: 8px;
  }

  .widecolumn .mu_alert {
    margin-bottom: 32px;
  }

  .widecolumn h2 {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.2973;
    margin: 0 0 32px;
  }

  .widecolumn p {
    margin: 32px 0;
  }

  .widecolumn p + h2 {
    margin-top: 64px;
  }

  .widecolumn label,
.widecolumn .mu_register label {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.53846;
  }

  .widecolumn .mu_register label {
    margin: 32px 0 0;
  }

  .widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 8px;
  }

  .widecolumn #submit,
.widecolumn .mu_register input[type=submit] {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .infinite-loader {
    height: 48px;
  }

  #infinite-handle span {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 17px 32px 16px;
  }

  .site .portfolio-entry {
    margin-bottom: 64px;
  }

  .site .portfolio-featured-image + .portfolio-entry-title {
    margin: 16px 0 0;
  }

  .site .portfolio-entry-title + .portfolio-entry-meta {
    margin-top: 12px;
  }

  .site .portfolio-entry-meta {
    line-height: 1.33333;
  }

  .site .portfolio-entry-meta span,
.site .portfolio-entry-meta a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .site .portfolio-entry-content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 16px;
  }

  .site .tiled-gallery {
    margin-bottom: 32px;
  }

  .jetpack-video-wrapper {
    margin-bottom: 32px;
  }

  .jetpack-video-wrapper > embed,
.jetpack-video-wrapper > iframe,
.jetpack-video-wrapper > object,
.jetpack-video-wrapper > .wp-video {
    margin-bottom: 0;
  }

  .fb_iframe_widget {
    margin-bottom: 32px;
  }

  .site .gist .gist-file {
    margin-bottom: 32px;
  }

  .instagram-media {
    margin-bottom: 32px !important;
  }

  .PDS_Poll {
    margin-bottom: 32px;
  }

  .site .presentation-wrapper {
    margin: 0 0 32px;
  }

  iframe[src^="https://embed.spotify.com"] {
    margin: 0 0 32px !important;
  }

  .site .jetpack-recipe {
    margin: 0 0 32px;
  }

  .site .slideshow-window {
    margin-bottom: 32px;
  }

  /* Subscription */
  .hentry .jetpack_subscription_widget {
    margin-bottom: 32px;
  }

  .hentry .jetpack_subscription_widget #subscribe-email input {
    padding: 7px;
  }

  iframe[id*=twitter-widget-] {
    margin-bottom: 32px !important;
  }

  .site .video-player {
    margin-bottom: 32px;
  }

  .video-player object {
    margin-bottom: 0;
  }

  .hentry div.sharedaddy h3.sd-title,
.hentry h3.sd-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .hentry div#jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
    padding-right: 16px;
    width: 33%;
  }

  .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
    margin-bottom: 0;
  }

  .hentry .jp-relatedposts-post-img {
    margin-bottom: 8px;
  }

  .hentry div#jp-relatedposts div.jp-relatedposts-items p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.53846;
  }

  .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
.hentry .jp-relatedposts-post-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
  }

  .site-logo {
    max-height: 96px;
  }
}
/**
 * 16.4 >= 828px
 */
@media screen and (min-width: 51.755em) {
  .sidebar .main-navigation,
.social-navigation,
.widget {
    margin-right: 23.0759%;
    margin-left: 23.0759%;
  }

  .image-navigation,
.post-navigation,
.entry-content,
.entry-footer,
.comments-area,
.attachment .entry-header,
.not-found .page-header,
.page-content {
    margin-right: 15.3846%;
    margin-left: 15.3846%;
  }

  .single .entry-header-inner,
.widecolumn {
    padding-right: 15.3846%;
    padding-left: 15.3846%;
  }

  .entry-title,
.entry-summary {
    margin-right: 27.27891994%;
  }

  .entry-content blockquote.alignleft {
    margin-right: 11.11419486%;
    margin-left: -11.11419486%;
  }

  .entry-content blockquote.alignright {
    margin-right: -11.11419486%;
    margin-left: 11.11419486%;
  }

  .entry-content blockquote.aligncenter {
    border: 0;
    font-size: 1.9375rem;
    font-size: 31px;
    line-height: 1.6774193548;
    margin: 0 -11.11419486% 32px -11.11419486%;
    padding: 32px 0;
    max-width: 122.22838972%;
  }

  .size-big,
.caption-big {
    clear: both;
    display: block;
    float: none;
    margin: 0 -11.11419486% 32px -11.11419486%;
    max-width: 122.22838972%;
    width: 122.22838972%;
  }

  .caption-big .wp-caption-text {
    margin-right: 9.09297331%;
    margin-left: 9.09297331%;
  }

  .caption-big .size-big,
table .caption-big,
table .caption-big .wp-caption-text,
table .size-big {
    margin: 0 !important;
    max-width: 100% !important;
  }
}
/**
 * 16.5 >= 925px
 */
@media screen and (min-width: 57.8125em) {
  .sidebar .main-navigation,
.social-navigation,
.widget {
    margin-right: 23.5079%;
    margin-left: 23.5079%;
  }

  .image-navigation,
.post-navigation,
.entry-content,
.entry-footer,
.comments-area,
.attachment .entry-header,
.not-found .page-header,
.page-content {
    margin-right: 17.6471%;
    margin-left: 17.6471%;
  }

  .single .entry-header-inner,
.widecolumn {
    padding-right: 17.6471%;
    padding-left: 17.6471%;
  }

  .post-navigation {
    margin-bottom: 5.8824%;
  }

  .post-navigation a {
    padding: 4.5333% 0;
  }

  .site-header {
    padding: 2.9412%;
  }

  .sidebar-toggle {
    float: right;
    height: 32px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(16px, 0);
    -ms-transform: translate(16px, 0);
    transform: translate(16px, 0);
  }

  .sidebar-toggle:before {
    content: "\f476";
    font-size: 24px;
    line-height: 30px;
  }

  .no-sidebar .sidebar-toggle {
    display: none;
  }

  .sidebar .main-navigation {
    display: none;
  }

  .custom-menu .site-branding {
    margin-right: 32px;
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }

  .custom-menu .sidebar-toggle {
    border-left-color: rgba(0, 0, 0, 0.1);
  }

  .custom-menu .site-header .main-navigation {
    display: block;
    margin: 0 -16px;
  }

  .menu-left .site-branding {
    margin-right: 0;
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
  }

  .menu-left .site-header .main-navigation {
    clear: both;
    float: left;
    margin-top: 16px;
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .menu-left .sidebar-toggle {
    border-color: transparent;
    height: 48px;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translate(16px, -50%);
    -ms-transform: translate(16px, -50%);
    transform: translate(16px, -50%);
  }

  .menu-left .sidebar-toggle:focus {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .menu-left .sidebar-toggle:before {
    line-height: 46px;
  }

  .hentry {
    margin: 0 5.8824%;
    padding: 5.8824% 0;
  }

  .post-thumbnail {
    margin-bottom: 0;
    margin-left: 6.66829507%;
    width: 26.67318026%;
  }

  .single .hentry,
.sticky.hentry {
    padding: 5.8824% 0;
  }

  .entry-title,
.entry-summary {
    margin-right: 33.34147533%;
  }

  .entry-content-footer {
    margin-top: 5.8824%;
  }

  .single .has-post-thumbnail .entry-header-inner {
    padding-top: 5.8824%;
    padding-bottom: 2.9412%;
  }

  .sticky.has-post-thumbnail .entry-header-inner {
    padding: 0 5.8824% 5.8824%;
  }

  .scroll-indicator-wrapper {
    margin-bottom: 2.9412%;
  }

  .comments-area {
    padding: 5.8824% 0;
  }

  .page-header {
    margin: 0 5.8824%;
    padding: 5.8824% 0;
  }

  .page-content {
    padding: 5.8824% 0;
  }

  .entry-content blockquote.alignleft {
    margin-right: 9.06666667%;
    margin-left: -18.16666667%;
  }

  .entry-content blockquote.alignright {
    margin-right: -18.16666667%;
    margin-left: 9.06666667%;
  }

  .entry-content blockquote.aligncenter,
.size-big,
.caption-big {
    margin-right: -18.16666667%;
    margin-left: -18.16666667%;
    max-width: 136.36666667%;
    width: 136.36666667%;
  }

  .caption-big .wp-caption-text {
    margin-right: 13.3431085%;
    margin-left: 13.3431085%;
  }

  .site-footer {
    padding: 2.9412%;
  }

  .widecolumn {
    padding-top: 5.8824%;
    padding-bottom: 5.8824%;
  }

  .infinite-loader {
    margin: 5.8824% 0;
  }

  #infinite-handle {
    display: block;
    margin: 0 5.8824%;
    padding: 5.8824% 0;
  }

  #infinite-footer {
    display: block;
  }

  .infinite-scroll.neverending .infinite-loader {
    padding-bottom: 48px;
  }
}
/**
 * 16.6 >= 1088px
 */
@media screen and (min-width: 68em) {
  .site-header,
.site-footer {
    padding: 32px;
  }
}
/**
 * 16.7 >= 1216px
 */
@media screen and (min-width: 76em) {
  .entry-content blockquote.alignleft {
    margin-right: 64px;
    margin-left: -192px;
  }

  .entry-content blockquote.alignright {
    margin-right: -192px;
    margin-left: 64px;
  }

  .entry-content blockquote.aligncenter,
.size-big,
.caption-big {
    margin-right: -192px;
    margin-left: -192px;
    max-width: 1088px;
    width: 1088px;
  }

  .caption-big .wp-caption-text {
    margin-right: 192px;
    margin-left: 192px;
  }
}
/**
 * Vendor / noUiSlider
 */
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/**
 * Vendor / include-media
 */
/**
 * Variables
 */
:root {
  --fixednavwidth: 335px;
  --columngap: 20px;
  --negcolumngap: calc(0px - var(--columngap));
  --fixednavpluscolumngap: calc(var(--fixednavwidth) + var(--columngap));
  --adminbarheight: 0px;
  --headerheight: 166px;
  --homepagefeaturedrowheight: 100vh;
  --buyguideadgridrowstart: 3;
  --buyguideadgridrowend: 4;
  --sitecontentmargintop: 88px;
  --sitefooterheight: 4em;
}

@media screen and (min-width: 43.75em) {
  :root {
    --columngap: 32px;
    --sitecontentmargintop: 112px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  :root {
    --homepagefeaturedrowheight: 768px;
  }
}
@media screen and (min-width: 57.8125em) {
  :root {
    --columngap: 35px;
    --sitecontentmargintop: 55px;
  }
}
.admin-bar {
  --adminbarheight: 32px;
}

/**
 * Mixins
 */
/**
 * Global Styles
 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
.featured-post,
.sticky-post,
.posted-on,
.cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link,
.author-heading,
.author-title,
.author-description,
.pagination,
.post-navigation .post-title,
.hentry div#jp-relatedposts h3.jp-relatedposts-headline,
.hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
.hentry .jp-relatedposts-post-title,
.widget-title,
.wp-caption-text,
#infinite-footer .blog-info blockquote cite,
blockquote q {
  font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
}

body,
input,
select,
textarea {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

button:hover, button:focus, button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background-color: #2573fa;
}

ul,
ol {
  margin-left: 1.3em;
}

/* Blockquotes */
blockquote {
  background: #000;
  border: 0 none;
  color: #ccc;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: condensed;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  font-style: normal;
  margin-left: 0;
  padding: var(--columngap);
}
blockquote p {
  margin: 0 12% 10px 0;
}
blockquote cite {
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  font-stretch: initial;
  letter-spacing: 0;
}
blockquote::after {
  color: #fff;
  content: "\f106";
  display: inline-block;
  float: right;
  font-family: "Genericons";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  transform: rotate(180deg) scaleX(-1) scaleY(1.3) translateY(22px);
}

.site a {
  color: #2573fa;
  transition: background 0.2s ease, color 0.2s ease;
}
.site a:hover, .site a:focus, .site a:active {
  color: #ccc;
}

.uppercase {
  text-transform: uppercase;
}

.entry-date a,
div.entry-date a,
.page-content a,
.entry-content a,
.entry-summary a,
.entry-footer a,
.entry-footer .author-bio a,
.image-navigation a,
.taxonomy-description a,
.comment-navigation a,
.comment-author a,
.comment-metadata a,
.comment-content a,
.pingback .comment-body > a,
.pingback .edit-link a,
.logged-in-as a,
.site-info a,
.textwidget a,
.widget_gravatar a,
.widget-grofile p a,
#infinite-footer .blog-credits a {
  background: none;
  color: #2573fa;
}
.entry-date a:hover, .entry-date a:focus, .entry-date a:active,
div.entry-date a:hover,
div.entry-date a:focus,
div.entry-date a:active,
.page-content a:hover,
.page-content a:focus,
.page-content a:active,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.entry-summary a:hover,
.entry-summary a:focus,
.entry-summary a:active,
.entry-footer a:hover,
.entry-footer a:focus,
.entry-footer a:active,
.entry-footer .author-bio a:hover,
.entry-footer .author-bio a:focus,
.entry-footer .author-bio a:active,
.image-navigation a:hover,
.image-navigation a:focus,
.image-navigation a:active,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.taxonomy-description a:active,
.comment-navigation a:hover,
.comment-navigation a:focus,
.comment-navigation a:active,
.comment-author a:hover,
.comment-author a:focus,
.comment-author a:active,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active,
.comment-content a:hover,
.comment-content a:focus,
.comment-content a:active,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.pingback .comment-body > a:active,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus,
.pingback .edit-link a:active,
.logged-in-as a:hover,
.logged-in-as a:focus,
.logged-in-as a:active,
.site-info a:hover,
.site-info a:focus,
.site-info a:active,
.textwidget a:hover,
.textwidget a:focus,
.textwidget a:active,
.widget_gravatar a:hover,
.widget_gravatar a:focus,
.widget_gravatar a:active,
.widget-grofile p a:hover,
.widget-grofile p a:focus,
.widget-grofile p a:active,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-credits a:active {
  background: none;
  color: #ccc;
}

/**
 * Layout Styles
 */
body.sidebar-open {
  overflow: hidden;
}

.site {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 57.8125em) {
  .site {
    background: none;
    margin-bottom: calc(var(--sitefooterheight) + 1em);
  }
}

.site-content {
  margin-top: var(--sitecontentmargintop);
  z-index: 0;
}
@media screen and (max-width: 57.8025em) {
  .site-content {
    position: relative;
  }
}
@media screen and (min-width: 57.8125em) {
  .site-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1375px;
    display: -ms-grid;
    -ms-grid-columns: 300px 35px auto;
  }
  @supports (display: grid) {
    .site-content {
      display: grid;
      grid-column-gap: var(--columngap);
      grid-template-columns: var(--fixednavwidth) auto;
    }
  }
  .site-content .pagination {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 4;
  }
  @supports (display: grid) {
    .site-content .pagination {
      grid-column: 1/span 2;
    }
  }
  .post-type-archive-product .site-content {
    --sitecontentmargintop: 68px;
  }
  .has-fullscreen-featured-post .site-content {
    --sitecontentmargintop: 0;
  }
  .blog.has-fullscreen-featured-post .site-content {
    grid-template-rows: calc(var(--homepagefeaturedrowheight) - var(--adminbarheight)) auto !important;
  }
  .blog.has-fullscreen-featured-post .site-content .hentry:first-of-type {
    padding: 0;
  }
  .blog.has-fullscreen-featured-post .site-content .hentry:first-of-type .entry-header-background {
    height: calc(var(--homepagefeaturedrowheight) - var(--adminbarheight)) !important;
  }
  .blog.has-fullscreen-featured-post .site-content .hentry:first-of-type .entry-header-wrapper {
    max-height: calc(var(--homepagefeaturedrowheight) - var(--adminbarheight) - var(--headerheight));
  }
  .sidebar-open .site-content {
    -ms-grid-rows: auto !important;
  }
  @supports (display: grid) {
    .sidebar-open .site-content {
      grid-template-rows: auto !important;
    }
  }
}

.blog .fullpage-ad {
  text-align: center;
}
@media screen and (min-width: 57.8125em) {
  .blog .fullpage-ad {
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
  }
  @supports (display: grid) {
    .blog .fullpage-ad {
      grid-column: 1/span 2;
      grid-row: 2/span 1;
    }
  }
}
@media screen and (min-width: 85.9375em) {
  .blog .fullpage-ad {
    margin: 0 calc(-50vw + 687.5px);
  }
}

.content-area {
  padding: var(--columngap);
  width: 100%;
}
.fixed .content-area {
  min-height: 750px;
}
@media screen and (min-width: 57.8125em) {
  .content-area {
    padding: 0;
    padding-right: var(--columngap);
    -ms-grid-column: 3;
  }
  @supports (display: grid) {
    .content-area {
      grid-column: 2;
      grid-row: 1;
    }
  }
  .has-fullscreen-featured-post .content-area {
    padding-top: 0;
    -ms-grid-row: 3;
  }
  @supports (display: grid) {
    .has-fullscreen-featured-post .content-area {
      grid-row: 3/span 1;
    }
  }
  .has-fullscreen-featured-post .content-area .hentry:first-of-type {
    padding-top: 3.5em;
    position: static;
  }
  .has-fullscreen-featured-post .content-area .hentry:first-of-type .entry-header-background {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .has-fullscreen-featured-post .content-area + .pagination {
    grid-row: 4/span 1;
  }
}

@media screen and (min-width: 57.8125em) {
  .two-column {
    border-top: 4px solid #e9e9e9;
    padding: 5.8824% 0;
    display: -ms-grid;
    -ms-grid-columns: 1fr 35px 1px 35px 1fr;
  }
  @supports (display: grid) {
    .two-column {
      display: grid;
      grid-column-gap: var(--columngap);
      grid-template-columns: 1fr 1px 1fr;
    }
  }
  .two-column > .hentry {
    border-top: 0 none !important;
    display: block !important;
    padding: 0;
  }
  .two-column > .hentry > .wp-post-image {
    display: block;
    margin-bottom: 1em !important;
  }
  .two-column > .hentry.type-product .entry-header .entry-metadata, .two-column > .hentry.format-link .entry-header .entry-metadata {
    display: flex;
  }
  .two-column > .hentry.type-product .entry-content .entry-metadata, .two-column > .hentry.format-link .entry-content .entry-metadata {
    margin-bottom: 0;
  }
  .two-column > .hentry.type-product .entry-content .entry-metadata p:last-of-type, .two-column > .hentry.format-link .entry-content .entry-metadata p:last-of-type {
    display: none;
  }
  .two-column > .hentry:nth-of-type(1) {
    -ms-grid-column: 1;
  }
  @supports (display: grid) {
    .two-column > .hentry:nth-of-type(1) {
      grid-column: 1/2;
    }
  }
  .two-column > .hentry:nth-of-type(2) {
    -ms-grid-column: 5;
  }
  @supports (display: grid) {
    .two-column > .hentry:nth-of-type(2) {
      grid-column: 3/4;
    }
  }
  .two-column::before {
    background: #e9e9e9;
    content: "";
    -ms-grid-column: 3;
  }
  @supports (display: grid) {
    .two-column::before {
      grid-column: 2/3;
      grid-row: 1/2;
    }
  }
}
.entry-header-background {
  margin: 0 !important;
}
@media screen and (max-width: 57.8025em) {
  .entry-header-background {
    margin: 0 var(--negcolumngap) !important;
    top: 0 !important;
  }
}

.has-sidebar .image-navigation,
.has-sidebar .post-navigation,
.has-sidebar .entry-header,
.has-sidebar .entry-content,
.has-sidebar .entry-footer,
.has-sidebar .comments-area,
.has-sidebar .attachment .entry-header,
.has-sidebar .not-found .page-header,
.has-sidebar .page-content {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 57.8125em) {
  .has-sidebar .entry-content blockquote.aligncenter,
.has-sidebar .size-big,
.has-sidebar .caption-big {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: initial;
  }
}

@media screen and (min-width: 57.8125em) {
  .fixed-nav {
    align-self: start;
    grid-column: 1;
    grid-row: 1;
  }
  .has-fullscreen-featured-post .fixed-nav {
    -ms-grid-row: 3;
  }
  @supports (display: grid) {
    .has-fullscreen-featured-post .fixed-nav {
      grid-row: 3/span 1;
    }
  }
  .fixed-nav .fixed-nav-wrap {
    padding-left: var(--columngap);
  }
  .fixed .fixed-nav .fixed-nav-wrap {
    max-width: 300px;
    max-width: var(--fixednavwidth);
    position: fixed;
    top: 0;
  }
  .admin-bar .fixed-nav .fixed-nav-wrap {
    top: 2em;
  }
}

.sidebar-open .sidebar {
  display: none;
}
@media screen and (min-width: 57.8125em) {
  .sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  @supports (display: grid) {
    .sidebar {
      align-self: start;
      grid-column: 1/span 2;
      grid-row: 1;
    }
  }
  .sidebar::before {
    background-color: #f7f7f7;
    left: -50%;
    right: -50%;
  }
  .sidebar-open .sidebar {
    display: block;
  }
}

@media screen and (min-width: 57.8125em) {
  .sidebar-open .pagination,
.sidebar-open .content-area,
.sidebar-open .site-footer {
    display: block;
  }
}
/**
 * Header / Navigation
 */
#wpadminbar {
  position: fixed;
}

.site-header {
  background: #fff;
  border-bottom: 0 none;
  padding: 20px var(--columngap);
  position: fixed;
  z-index: 2;
}
@media screen and (min-width: 57.8125em) {
  .site-header {
    background: none;
    padding: 10px var(--columngap) 20px;
    position: static;
  }
  .custom-menu .site-header .main-navigation {
    margin-top: 50px;
  }
}
.site-header .nav-menu a,
.site-header .menu a {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 15px;
}
.site-header .nav-menu a:hover, .site-header .nav-menu a:focus,
.site-header .menu a:hover,
.site-header .menu a:focus {
  color: #2573fa;
}
.site-header .menu-item-has-children > a {
  padding-right: 35px;
}
.site-header .menu-item-has-children > a::after {
  right: 11px;
}

.site-branding a {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.site-branding a:hover, .site-branding a:focus {
  opacity: 0.7;
}

.secondary-menus {
  display: none;
}
.secondary-menus ul {
  margin: 0;
}
@media screen and (min-width: 57.8125em) {
  .secondary-menus {
    display: block;
  }
  .secondary-menus::after {
    content: "";
    display: block;
    clear: both;
  }
  .secondary-menus .secondary-navigation {
    float: left;
  }
  .secondary-menus .jetpack-social-navigation {
    float: right;
  }
}

#menu-secondary-menu {
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (min-width: 57.8125em) {
  #menu-secondary-menu {
    margin-bottom: 25px;
  }
}
#menu-secondary-menu li {
  display: inline-block;
  float: none;
  list-style: none;
}
#menu-secondary-menu li a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px;
  position: relative;
}
#menu-secondary-menu > li {
  border: none;
}
#menu-secondary-menu > li:first-child a {
  padding-left: 0;
}
#menu-secondary-menu .menu-item-has-children > a::after {
  right: -12px;
  top: 4px;
}

.secondary-menus .jetpack-social-navigation ul {
  margin: 5px -5px 0 0;
}
.secondary-menus .jetpack-social-navigation a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 5px;
}

.sidebar-toggle {
  bottom: 8px;
  right: 10px;
  top: initial;
  transform: none;
  width: 50px;
}
.sidebar-toggle::before {
  font-size: 28px;
  font-size: 1.75rem;
}
.sidebar-toggle:focus {
  border-width: 0;
}
.sidebar-toggle.toggled-on::before {
  font-size: 45px;
  font-size: 2.8125rem;
}
.sidebar-toggle:hover::before, .sidebar-toggle:focus::before, .sidebar-toggle.toggled-on:hover::before, .sidebar-toggle.toggled-on:focus::before {
  color: #000;
}
@media screen and (min-width: 43.75em) {
  .sidebar-toggle {
    bottom: initial;
    right: 8%;
    top: 50%;
    transform: translate(16px, -50%);
  }
  .sidebar-toggle:focus {
    border-width: 1px;
  }
}
@media screen and (min-width: 57.8125em) {
  .sidebar-toggle {
    right: 0;
    transform: translate(16px, 50px);
  }
  .sidebar-toggle::before {
    content: "\f400";
  }
  .sidebar-toggle:hover::before, .sidebar-toggle:focus::before {
    opacity: 0.7;
  }
  .blog.has-featured-image:not(.sidebar-open) .sidebar-toggle {
    border-left-color: rgba(250, 250, 250, 0.5);
  }
  .blog.has-featured-image:not(.sidebar-open) .sidebar-toggle:hover, .blog.has-featured-image:not(.sidebar-open) .sidebar-toggle:focus, .blog.has-featured-image:not(.sidebar-open) .sidebar-toggle::before {
    color: #fff;
  }
}

#secondary a {
  color: #000;
}
#secondary a:hover, #secondary a:focus {
  opacity: 0.7;
}

@media screen and (min-width: 57.8125em) {
  .blog.has-featured-image .site-header {
    position: absolute;
    z-index: 1001;
  }
  .blog.has-featured-image:not(.sidebar-open) .site-branding .site-logo-link {
    background: url(/wp-content/themes/coolhunting/assets/images/CH-Logo.png) 0 0 no-repeat;
    background-size: contain;
    height: 72px;
    width: 197px;
  }
  .blog.has-featured-image:not(.sidebar-open) .site-branding img {
    display: none;
  }
  @supports (filter: invert(100%) brightness(2)) {
    .blog.has-featured-image:not(.sidebar-open) .site-branding .site-logo-link {
      background: none;
      height: initial;
      width: initial;
    }
    .blog.has-featured-image:not(.sidebar-open) .site-branding img {
      display: block;
      filter: invert(100%) brightness(2);
    }
  }
  .blog.has-featured-image:not(.sidebar-open) .site-title a {
    color: #fff;
  }
  .blog.has-featured-image:not(.sidebar-open) .site-header .nav-menu > li + li {
    border-left-color: rgba(250, 250, 250, 0.5);
  }
  .blog.has-featured-image:not(.sidebar-open) .site-header .nav-menu a,
.blog.has-featured-image:not(.sidebar-open) .site-header .menu a {
    color: #fff;
  }
  .blog.has-featured-image:not(.sidebar-open) .site-header .nav-menu a:hover, .blog.has-featured-image:not(.sidebar-open) .site-header .nav-menu a:focus,
.blog.has-featured-image:not(.sidebar-open) .site-header .menu a:hover,
.blog.has-featured-image:not(.sidebar-open) .site-header .menu a:focus {
    color: #fff;
    opacity: 0.7;
  }
  .blog.has-featured-image:not(.sidebar-open) .site-header .sub-menu a,
.blog.has-featured-image:not(.sidebar-open) .site-header .sub-menu a:hover,
.blog.has-featured-image:not(.sidebar-open) .site-header .sub-menu a:focus {
    color: #000;
  }
  .blog.has-featured-image.sidebar-open .site-header {
    background: #fff;
    position: relative;
    z-index: 1001;
  }

  #secondary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.25rem;
  }
  #secondary .widget_search {
    grid-column: 1/4;
  }
  #secondary .widget {
    margin: 7.6923%;
  }
}
/**
 * Footer Styles
 */
body #infinite-footer .container,
.site-footer {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #e9e9e9;
  padding: 0.8em var(--columngap);
}
body #infinite-footer .container .footer-sidebar,
.site-footer .footer-sidebar {
  border-bottom: 1px solid #e9e9e9;
  display: grid;
  grid-column-gap: var(--columngap);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 0.8em;
}
body #infinite-footer .container .widget,
.site-footer .widget {
  margin: 0 0 0.8em;
}
body #infinite-footer .container .widget-title,
.site-footer .widget-title {
  line-height: 1.2;
  margin-bottom: 0.6em;
}
body #infinite-footer .container .widget_nav_menu ul,
.site-footer .widget_nav_menu ul {
  border: 0 none;
}
body #infinite-footer .container .widget_nav_menu li:only-of-type,
.site-footer .widget_nav_menu li:only-of-type {
  border: 0 none;
  padding: 0;
}
body #infinite-footer .container .blog-info,
.site-footer .blog-info {
  display: none;
}
body #infinite-footer .container .blog-credits,
.site-footer .blog-credits {
  color: #999;
  float: none;
  font-size: 11px;
  font-size: 0.6875rem;
  height: initial;
  text-align: left;
}
body #infinite-footer .container .blog-credits a,
.site-footer .blog-credits a {
  color: #999;
}
body #infinite-footer .container .blog-credits a:hover, body #infinite-footer .container .blog-credits a:focus,
.site-footer .blog-credits a:hover,
.site-footer .blog-credits a:focus {
  color: #2573fa;
}

@media screen and (min-width: 57.8125em) {
  .site-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
}
.infinite-scroll.neverending .site-footer {
  display: block;
}

/**
 * Sidebar / Fixed Navigation
 */
/* Opacity animation settings */
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fixed-nav {
  background: #000;
  display: none;
  padding: 1px var(--columngap) var(--columngap);
  /* Image widget for logo */
  /* Search widget */
  /* Navigation widget */
  /* Social media widget */
  /* Product filters */
}
.sidebar-open .fixed-nav {
  display: block;
  height: 86vh;
  overflow: scroll;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav {
    background: none;
    display: block;
    height: auto;
    overflow: initial;
    padding: 0;
  }
}
.fixed-nav .widget-title,
.fixed-nav h2,
.fixed-nav h3 {
  color: rgba(153, 153, 153, 0.5);
  font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-transform: none;
}
@media screen and (min-width: 57.8125em) and (max-width: 75.99em), screen and (min-width: 57.8125em) and (max-height: 819px) {
  .fixed-nav .widget-title,
.fixed-nav h2,
.fixed-nav h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.fixed-nav .widget {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125;
  margin: 5% 0;
}
.fixed-nav .widget a {
  color: #fff;
}
.fixed-nav .widget a:hover, .fixed-nav .widget a:focus {
  opacity: 0.7;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget a {
    color: #000;
  }
  .fixed-nav .widget a:hover, .fixed-nav .widget a:focus {
    color: #2573fa;
    opacity: 1;
  }
}
@media screen and (min-width: 57.8125em) and (max-width: 75.99em), screen and (min-width: 57.8125em) and (max-height: 819px) {
  .fixed-nav .widget {
    margin: 3.5% 0;
  }
}
.fixed-nav .widget_media_image:first-child {
  display: none;
}
.fixed-nav .widget_media_image:first-child img {
  max-width: 192px !important;
}
.sidebar-open .fixed-nav .widget_media_image:first-child {
  display: none !important;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_media_image:first-child a {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .fixed-nav .widget_media_image:first-child a:hover, .fixed-nav .widget_media_image:first-child a:focus {
    opacity: 0.7;
  }
  .has-fullscreen-featured-post .fixed-nav .widget_media_image:first-child {
    height: 72px;
    margin: 11% 0;
    opacity: 1;
  }
  body:not(.has-fullscreen-featured-post) .fixed-nav .widget_media_image:first-child {
    height: 0;
    opacity: 0;
    margin: 0;
    transition: height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  }
  body:not(.has-fullscreen-featured-post) .fixed-nav .widget_media_image:first-child.visible {
    height: 72px;
    margin: 11% 0;
    opacity: 1;
  }
}
@media screen and (min-width: 57.8125em) and (max-width: 75.99em), screen and (min-width: 57.8125em) and (max-height: 819px) {
  .has-fullscreen-featured-post .fixed-nav .widget_media_image:first-child, body:not(.has-fullscreen-featured-post) .fixed-nav .widget_media_image:first-child.visible {
    margin: 6% 0;
  }
  body:not(.has-fullscreen-featured-post).fixed .fixed-nav .widget_media_image:first-child + .widget_search {
    margin-top: 8%;
    transition: margin 0.3s ease;
  }
  body:not(.has-fullscreen-featured-post).fixed .fixed-nav .widget_media_image:first-child.visible + .widget_search {
    margin-top: 2%;
  }
}
@media screen and (min-width: 57.8125em) and (max-height: 749px) {
  .has-fullscreen-featured-post .fixed-nav .widget_media_image:first-child + .widget_search, body:not(.has-fullscreen-featured-post).fixed .fixed-nav .widget_media_image:first-child + .widget_search {
    margin-top: 8%;
  }
}
.fixed-nav .visible.widget_media_image:first-child {
  display: block;
}
.fixed-nav .widget_search {
  border-bottom: 4px solid #fff;
  font-weight: 600;
  padding-bottom: 2%;
  /* Placeholder text color -- selectors need to be separate to work. */
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_search {
    border-color: #000;
    margin-top: 2%;
  }
}
.fixed-nav .widget_search .search-form {
  position: relative;
}
.fixed-nav .widget_search label::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "\f400";
  font-family: "Genericons";
  font-size: 36px;
  font-weight: 400;
  left: -4px;
  line-height: 1;
  position: absolute;
  speak: none;
  top: 0;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_search label::before {
    color: #000;
  }
}
@media screen and (min-width: 57.8125em) and (max-width: 75.99em), screen and (min-width: 57.8125em) and (max-height: 819px) {
  .fixed-nav .widget_search label::before {
    font-size: 32px;
  }
}
.fixed-nav .widget_search input {
  background: none;
  border: 0 none;
  color: #fff;
  font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-size: inherit;
  padding: 0 0 0 1.7em;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_search input {
    color: #999;
  }
}
.fixed-nav .widget_search ::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
  font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.fixed-nav .widget_search :-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
  font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.fixed-nav .widget_search ::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
  font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.fixed-nav .widget_search :-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
  font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.fixed-nav .widget_search ~ .widget_nav_menu {
  border-bottom: 4px solid #ccc;
}
.fixed-nav .widget_search,
.fixed-nav .widget_search + .widget_nav_menu {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 57.8125em) and (max-width: 75.99em), screen and (min-width: 57.8125em) and (max-height: 819px) {
  .fixed-nav .widget_search,
.fixed-nav .widget_search + .widget_nav_menu {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.fixed-nav .widget_nav_menu {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 5%;
}
.fixed-nav .widget_nav_menu ul,
.fixed-nav .widget_nav_menu li {
  border: 0 none;
  padding: 0;
}
.fixed-nav .widget_nav_menu .toggle-btn {
  color: rgba(153, 153, 153, 0.5);
  cursor: pointer;
  display: inline-block;
  margin-left: 0.2em;
}
.fixed-nav .widget_nav_menu .toggle-btn::after {
  content: "+";
}
.fixed-nav .widget_nav_menu .toggle-btn.toggled::after {
  content: "×";
}
.fixed-nav .widget_nav_menu .sub-menu {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 10px 0 18px 12px;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_nav_menu .sub-menu a {
    color: #2573fa;
  }
  .fixed-nav .widget_nav_menu .sub-menu a:hover, .fixed-nav .widget_nav_menu .sub-menu a:focus {
    color: #000;
  }
}
@media screen and (min-width: 57.8125em) and (max-width: 75.99em), screen and (min-width: 57.8125em) and (max-height: 819px) {
  .fixed-nav .widget_nav_menu {
    padding-bottom: 3.5%;
  }
}
.fixed-nav .jetpack_widget_social_icons li {
  margin: 0 0.9em 0.2em -0.1em;
}
.fixed-nav .widget_product_filters {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 400;
  margin-top: 0;
}
.fixed-nav .widget_product_filters.toggled-on {
  border: 0 none;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_product_filters {
    border: 0 none;
    margin-bottom: 8%;
  }
}
.fixed-nav .widget_product_filters .widget-title,
.fixed-nav .widget_product_filters h2,
.fixed-nav .widget_product_filters h3 {
  color: #fff;
  margin: 0 0 16px;
}
.fixed-nav .widget_product_filters .widget-title {
  position: relative;
}
.fixed-nav .widget_product_filters .widget-title:before {
  background: url(/wp-content/themes/coolhunting/assets/images/filter-icon.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  width: 25px;
}
.fixed-nav .widget_product_filters .widget-title .dropdown-toggle {
  box-sizing: border-box;
  cursor: pointer;
  height: 56px;
  padding: 5px 8px;
  text-align: right;
  width: 100%;
}
.fixed-nav .widget_product_filters .widget-title .dropdown-toggle:after {
  color: #ccc;
  font-size: 32px;
  font-weight: bold;
  transition: color 0.2s ease;
}
.fixed-nav .widget_product_filters .widget-title .dropdown-toggle:hover, .fixed-nav .widget_product_filters .widget-title .dropdown-toggle:focus {
  background: none;
}
.fixed-nav .widget_product_filters .widget-title .dropdown-toggle:hover:after, .fixed-nav .widget_product_filters .widget-title .dropdown-toggle:focus:after {
  color: #fff;
}
.fixed-nav .widget_product_filters .widget-title .dropdown-toggle.toggle-on:after {
  content: "×";
  top: -6px;
}
.fixed-nav .widget_product_filters .widget-title,
.fixed-nav .widget_product_filters .product-filter-set {
  margin: 0;
  padding: 16px 0;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_product_filters .widget-title,
.fixed-nav .widget_product_filters .product-filter-set {
    padding: 16px 20px;
  }
}
.fixed-nav .widget_product_filters .product-filter-widget {
  display: none;
}
.fixed-nav .widget_product_filters .product-filter-set {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.fixed-nav .widget_product_filters .product-filter-set:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_product_filters .product-filter-set:nth-child(2) {
    border-bottom: 0 none;
    margin-bottom: 0;
  }
}
.fixed-nav .widget_product_filters .filters-apply {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 57.8125em) {
  .fixed-nav .widget_product_filters .filters-apply {
    display: none;
  }
}
.fixed-nav .widget_product_filters ul {
  margin: 0 0 10px 0;
}
.fixed-nav .widget_product_filters li {
  list-style-type: none;
  padding-right: 20px;
  position: relative;
}
.fixed-nav .widget_product_filters a {
  color: #f2f2f2;
  cursor: pointer;
  transition: all 0.2s ease;
}
.fixed-nav .widget_product_filters a:after {
  content: "";
  position: absolute;
  opacity: 0;
  right: 5px;
  top: 2px;
  transition: opacity 0.2s ease;
  width: 9px;
  height: 14px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
.fixed-nav .widget_product_filters a:hover, .fixed-nav .widget_product_filters a:focus, .fixed-nav .widget_product_filters a.active-filter {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  outline: 0;
}
.fixed-nav .widget_product_filters a:hover:after, .fixed-nav .widget_product_filters a:focus:after, .fixed-nav .widget_product_filters a.active-filter:after {
  opacity: 0.2;
}
.fixed-nav .widget_product_filters a.active-filter:after {
  opacity: 1;
}
.fixed-nav .widget_product_filters .price-filter h3 {
  display: flex;
  justify-content: space-between;
}
.fixed-nav .widget_product_filters .slider-values {
  text-align: right;
}
.fixed-nav .widget_product_filters .product-price-range {
  clear: both;
  margin-bottom: 10px;
  padding: 5px 0;
}
.fixed-nav .widget_product_filters .noUi-target {
  background: gray;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.fixed-nav .widget_product_filters .noUi-horizontal {
  height: 5px;
}
@media screen and (max-width: 57.8025em) {
  .fixed-nav .widget_product_filters .noUi-horizontal {
    height: 8px;
    margin: 10px;
  }
}
.fixed-nav .widget_product_filters .noUi-connect {
  background: #fff;
}
.fixed-nav .widget_product_filters .noUi-horizontal .noUi-handle {
  border: 0 none;
  border-radius: 50%;
  box-shadow: none;
  height: 15px;
  outline: 0;
  right: -7.5px;
  width: 15px;
}
@media screen and (max-width: 57.8025em) {
  .fixed-nav .widget_product_filters .noUi-horizontal .noUi-handle {
    height: 32px;
    right: -16px;
    top: -12px;
    width: 32px;
  }
}
.fixed-nav .widget_product_filters .noUi-horizontal .noUi-handle::before, .fixed-nav .widget_product_filters .noUi-horizontal .noUi-handle::after {
  display: none;
}
@media screen and (min-width: 57.8125em) and (max-height: 749px) {
  .fixed-nav .widget_media_image:first-child.visible {
    margin: 7px 0;
    height: 55px;
  }
  .fixed-nav .widget_media_image:first-child.visible img {
    max-width: 150px !important;
  }
  .fixed-nav .widget.widget_search {
    padding: 0;
  }
  .fixed-nav .widget.widget_search label::before {
    font-size: 24px;
    line-height: inherit;
  }
}

/**
 * Sticky & Featured Post Styles
 */
/**
 * Post Styles
 */
.hentry {
  margin: 0;
}
.blog .site-main > .hentry:first-of-type, .single .hentry:first-of-type, .hentry.sticky.has-post-thumbnail:first-of-type {
  padding-top: 0.5em;
}
.hentry:nth-of-type(n+2),
.hentry ~ .widget,
.hentry ~ .incontent-ad {
  border-top: 4px solid #e9e9e9 !important;
}
@media screen and (max-width: 57.8025em) {
  .blog .two-column > .hentry:first-of-type {
    border-top: 4px solid #e9e9e9 !important;
  }
}
.single-guide .product-grid-wrap .hentry:not(.product-open) {
  padding: 0;
}
.hentry.sticky.has-post-thumbnail, .single .hentry:nth-of-type(n+2),
.hentry ~ .widget,
.hentry ~ .incontent-ad {
  padding: 7.6923% 0;
}
@media screen and (min-width: 57.8125em) {
  .hentry.sticky.has-post-thumbnail, .single .hentry:nth-of-type(n+2),
.hentry ~ .widget,
.hentry ~ .incontent-ad {
    padding: 5.8824% 0;
  }
}
@media screen and (min-width: 57.8125em) {
  .blog .hentry:first-of-type, .hentry.sticky.has-post-thumbnail:first-of-type {
    padding-top: 0;
  }
  .blog .hentry:nth-of-type(2) {
    border-top: 0 none !important;
  }
  .hentry.featured, .hentry.featured.sticky.has-post-thumbnail, .single .hentry.featured:nth-of-type(n+2), .hentry.featured:not(:first-of-type) + .hentry,
.hentry.featured + .widget,
.hentry.featured + .infinite-loader + .hentry,
.hentry.featured + .incontent-ad,
.hentry.featured + .infinite-loader + .incontent-ad {
    border-top: 0 none !important;
    padding-top: 0;
  }
  .hentry.featured.format-link.partnership-post:nth-of-type(2n), .hentry.featured.format-audio.partnership-post:nth-of-type(2n), .hentry.featured.type-place.partnership-post:nth-of-type(2n), body:not(.single) .hentry.featured.format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .hentry.featured.format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .hentry.featured.format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.archive) .hentry.featured.type-product.partnership-post:nth-of-type(2n), .hentry.featured.sticky.has-post-thumbnail.format-link.partnership-post:nth-of-type(2n), .hentry.featured.sticky.has-post-thumbnail.format-audio.partnership-post:nth-of-type(2n), .hentry.featured.sticky.has-post-thumbnail.type-place.partnership-post:nth-of-type(2n), body:not(.single) .hentry.featured.sticky.has-post-thumbnail.format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .hentry.featured.sticky.has-post-thumbnail.format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .hentry.featured.sticky.has-post-thumbnail.format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.archive) .hentry.featured.sticky.has-post-thumbnail.type-product.partnership-post:nth-of-type(2n), .single .hentry.featured:nth-of-type(n+2).format-link.partnership-post:nth-of-type(2n), .single .hentry.featured:nth-of-type(n+2).format-audio.partnership-post:nth-of-type(2n), .single .hentry.featured:nth-of-type(n+2).type-place.partnership-post:nth-of-type(2n), body:not(.single) .single .hentry.featured:nth-of-type(n+2).format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .single .hentry.featured:nth-of-type(n+2).format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .single .hentry.featured:nth-of-type(n+2).format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.archive) .single .hentry.featured:nth-of-type(n+2).type-product.partnership-post:nth-of-type(2n), .hentry.featured:not(:first-of-type) + .hentry.format-link.partnership-post:nth-of-type(2n), .hentry.featured:not(:first-of-type) + .hentry.format-audio.partnership-post:nth-of-type(2n), .hentry.featured:not(:first-of-type) + .hentry.type-place.partnership-post:nth-of-type(2n), body:not(.single) .hentry.featured:not(:first-of-type) + .hentry.format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .hentry.featured:not(:first-of-type) + .hentry.format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.single) .hentry.featured:not(:first-of-type) + .hentry.format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured), body:not(.archive) .hentry.featured:not(:first-of-type) + .hentry.type-product.partnership-post:nth-of-type(2n),
.hentry.featured + .widget.format-link.partnership-post:nth-of-type(2n),
.hentry.featured + .widget.format-audio.partnership-post:nth-of-type(2n),
.hentry.featured + .widget.type-place.partnership-post:nth-of-type(2n),
body:not(.single) .hentry.featured + .widget.format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .widget.format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .widget.format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.archive) .hentry.featured + .widget.type-product.partnership-post:nth-of-type(2n),
.hentry.featured + .infinite-loader + .hentry.format-link.partnership-post:nth-of-type(2n),
.hentry.featured + .infinite-loader + .hentry.format-audio.partnership-post:nth-of-type(2n),
.hentry.featured + .infinite-loader + .hentry.type-place.partnership-post:nth-of-type(2n),
body:not(.single) .hentry.featured + .infinite-loader + .hentry.format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .infinite-loader + .hentry.format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .infinite-loader + .hentry.format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.archive) .hentry.featured + .infinite-loader + .hentry.type-product.partnership-post:nth-of-type(2n),
.hentry.featured + .incontent-ad.format-link.partnership-post:nth-of-type(2n),
.hentry.featured + .incontent-ad.format-audio.partnership-post:nth-of-type(2n),
.hentry.featured + .incontent-ad.type-place.partnership-post:nth-of-type(2n),
body:not(.single) .hentry.featured + .incontent-ad.format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .incontent-ad.format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .incontent-ad.format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.archive) .hentry.featured + .incontent-ad.type-product.partnership-post:nth-of-type(2n),
.hentry.featured + .infinite-loader + .incontent-ad.format-link.partnership-post:nth-of-type(2n),
.hentry.featured + .infinite-loader + .incontent-ad.format-audio.partnership-post:nth-of-type(2n),
.hentry.featured + .infinite-loader + .incontent-ad.type-place.partnership-post:nth-of-type(2n),
body:not(.single) .hentry.featured + .infinite-loader + .incontent-ad.format-standard.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .infinite-loader + .incontent-ad.format-gallery.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.single) .hentry.featured + .infinite-loader + .incontent-ad.format-video.has-post-thumbnail.partnership-post:nth-of-type(2n):not(.featured),
body:not(.archive) .hentry.featured + .infinite-loader + .incontent-ad.type-product.partnership-post:nth-of-type(2n) {
    border-top: 4px solid #e9e9e9 !important;
    padding-top: 5.8824%;
  }
  .single .hentry.featured:nth-of-type(n+2).format-video {
    border-top: 4px solid #e9e9e9 !important;
    padding-top: 5.8824%;
  }
}
.hentry .entry-content {
  hyphens: manual;
}

.search .page-header,
.blog .page-header,
.archive .page-header {
  border-bottom: 4px solid #e9e9e9;
  margin: 0;
  padding-top: 0;
}
@media screen and (max-width: 57.8025em) {
  .search .page-header,
.blog .page-header,
.archive .page-header {
    padding-bottom: var(--columngap);
  }
}
.search .page-title,
.blog .page-title,
.archive .page-title {
  line-height: 1;
}

.archive.coolhunting-productguide .page-header {
  border-bottom: 0 none;
}

.entry-header {
  display: flex;
  flex-direction: column;
}
.entry-header, .single .entry-header {
  margin-bottom: 1em;
}
.page .entry-header {
  margin-bottom: 2em;
}
.entry-header .entry-subtitle {
  color: #ccc;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: condensed;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0.6em 0;
}
.entry-header .entry-metadata {
  display: flex;
}
.entry-header .entry-metadata > .entry-date {
  margin-left: 0.6em;
}
.entry-header .entry-metadata p {
  margin: 0;
}
.type-product .entry-header .entry-metadata, .format-link .entry-header .entry-metadata {
  display: none;
}
.entry-header .entry-title + .entry-metadata {
  margin-top: 0.6em;
}
.entry-header .entry-category {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 10px;
  order: -1;
  text-transform: uppercase;
}
@media screen and (min-width: 57.8125em) {
  .featured .entry-header .entry-category {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 0.85 !important;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 57.8125em) {
  .entry-title, .single .hentry:nth-of-type(n+2):not(.featured):not(.product) .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .single .entry-title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.entry-title a {
  color: #000;
}
.entry-title a:hover, .entry-title a:focus {
  color: #2573fa;
}

.entry-metadata {
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-metadata .posted-on {
  font-size: inherit;
}
.sticky .entry-metadata .posted-on {
  display: initial;
}

.source-link {
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-all;
}

.entry-primary-category,
.entry-section {
  font-weight: 700;
}

.wp-post-image .genericon-play {
  font-size: 8em;
  opacity: 0.7;
  position: absolute;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s ease;
}
.wp-post-image img {
  backface-visibility: hidden;
  opacity: 0.95;
  transition: opacity 0.2s;
  width: 100%;
}
.wp-post-image:hover .genericon-play {
  opacity: 0.85;
}
.wp-post-image:hover img {
  opacity: 1;
}

.format-link > .wp-post-image,
.format-audio > .wp-post-image,
.type-place > .wp-post-image,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured) > .wp-post-image,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured) > .wp-post-image,
body:not(.single) .format-video.has-post-thumbnail:not(.featured) > .wp-post-image,
body:not(.coolhunting-productguide) .type-product > .wp-post-image {
  display: inline-block;
  margin-bottom: 1em;
}
.format-link .entry-header,
.format-audio .entry-header,
.type-place .entry-header,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured) .entry-header,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured) .entry-header,
body:not(.single) .format-video.has-post-thumbnail:not(.featured) .entry-header,
body:not(.coolhunting-productguide) .type-product .entry-header {
  margin-bottom: 1em;
}
.format-link .entry-content,
.format-audio .entry-content,
.type-place .entry-content,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured) .entry-content,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured) .entry-content,
body:not(.single) .format-video.has-post-thumbnail:not(.featured) .entry-content,
body:not(.coolhunting-productguide) .type-product .entry-content {
  display: flex;
  flex-wrap: wrap;
}
.format-link .entry-content .entry-metadata,
.format-audio .entry-content .entry-metadata,
.type-place .entry-content .entry-metadata,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured) .entry-content .entry-metadata,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured) .entry-content .entry-metadata,
body:not(.single) .format-video.has-post-thumbnail:not(.featured) .entry-content .entry-metadata,
body:not(.coolhunting-productguide) .type-product .entry-content .entry-metadata {
  margin: 0 0 3.2em;
  width: 100%;
}
.format-link .entry-content .entry-metadata p,
.format-audio .entry-content .entry-metadata p,
.type-place .entry-content .entry-metadata p,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured) .entry-content .entry-metadata p,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured) .entry-content .entry-metadata p,
body:not(.single) .format-video.has-post-thumbnail:not(.featured) .entry-content .entry-metadata p,
body:not(.coolhunting-productguide) .type-product .entry-content .entry-metadata p {
  margin: 0;
}
.format-link .entry-content p:not(.product-buy-button),
.format-audio .entry-content p:not(.product-buy-button),
.type-place .entry-content p:not(.product-buy-button),
body:not(.single) .format-standard.has-post-thumbnail:not(.featured) .entry-content p:not(.product-buy-button),
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured) .entry-content p:not(.product-buy-button),
body:not(.single) .format-video.has-post-thumbnail:not(.featured) .entry-content p:not(.product-buy-button),
body:not(.coolhunting-productguide) .type-product .entry-content p:not(.product-buy-button) {
  width: 100%;
}
.format-link .entry-content .sharedaddy,
.format-audio .entry-content .sharedaddy,
.type-place .entry-content .sharedaddy,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured) .entry-content .sharedaddy,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured) .entry-content .sharedaddy,
body:not(.single) .format-video.has-post-thumbnail:not(.featured) .entry-content .sharedaddy,
body:not(.coolhunting-productguide) .type-product .entry-content .sharedaddy {
  order: 99;
}
@media screen and (min-width: 45.3125em) and (max-width: 57.8025em), (min-width: 76em) {
  .format-link:not(.post-password-required),
.format-audio:not(.post-password-required),
.type-place:not(.post-password-required),
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required),
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required),
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required),
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) {
    display: -ms-grid;
    -ms-grid-columns: 1fr 35px 1fr;
    -ms-grid-rows: auto 2fr auto;
  }
  @supports (display: grid) {
    .format-link:not(.post-password-required),
.format-audio:not(.post-password-required),
.type-place:not(.post-password-required),
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required),
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required),
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required),
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) {
      display: grid;
      grid-column-gap: var(--columngap);
      grid-template-columns: 1fr 1fr [end];
      grid-template-rows: auto 2fr auto [end];
    }
  }
  .format-link:not(.post-password-required)::before,
.format-audio:not(.post-password-required)::before,
.type-place:not(.post-password-required)::before,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required)::before,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required)::before,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required)::before,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required)::before {
    display: none;
  }
  .format-link:not(.post-password-required) .entry-header,
.format-link:not(.post-password-required) .entry-content,
.format-audio:not(.post-password-required) .entry-header,
.format-audio:not(.post-password-required) .entry-content,
.type-place:not(.post-password-required) .entry-header,
.type-place:not(.post-password-required) .entry-content,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-header,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-header,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-header,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-header,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-content {
    -ms-grid-column: 3;
  }
  @supports (display: grid) {
    .format-link:not(.post-password-required) .entry-header,
.format-link:not(.post-password-required) .entry-content,
.format-audio:not(.post-password-required) .entry-header,
.format-audio:not(.post-password-required) .entry-content,
.type-place:not(.post-password-required) .entry-header,
.type-place:not(.post-password-required) .entry-content,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-header,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-header,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-header,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-header,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-content {
      grid-column: 2/end;
    }
  }
  .format-link:not(.post-password-required) .entry-content,
.format-audio:not(.post-password-required) .entry-content,
.type-place:not(.post-password-required) .entry-content,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-content {
    -ms-grid-row: 2;
  }
  .format-link:not(.post-password-required) > .wp-post-image,
.format-audio:not(.post-password-required) > .wp-post-image,
.type-place:not(.post-password-required) > .wp-post-image,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) > .wp-post-image,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) > .wp-post-image,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) > .wp-post-image,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) > .wp-post-image {
    margin-bottom: 0;
    width: auto;
    -ms-grid-row-align: start;
    -ms-grid-row-span: 2;
  }
  @supports (display: grid) {
    .format-link:not(.post-password-required) > .wp-post-image,
.format-audio:not(.post-password-required) > .wp-post-image,
.type-place:not(.post-password-required) > .wp-post-image,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) > .wp-post-image,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) > .wp-post-image,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) > .wp-post-image,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) > .wp-post-image {
      grid-column: 1/2;
      grid-row: 1/end;
    }
  }
  .format-link:not(.post-password-required) .entry-content-footer,
.format-audio:not(.post-password-required) .entry-content-footer,
.type-place:not(.post-password-required) .entry-content-footer,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-content-footer {
    margin-top: 2.5em;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 3;
  }
  @supports (display: grid) {
    .format-link:not(.post-password-required) .entry-content-footer,
.format-audio:not(.post-password-required) .entry-content-footer,
.type-place:not(.post-password-required) .entry-content-footer,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-content-footer {
      grid-column: 1/end;
    }
  }
  .format-link:not(.post-password-required) .entry-content-footer iframe:last-child,
.format-link:not(.post-password-required) .entry-content-footer div:last-child,
.format-audio:not(.post-password-required) .entry-content-footer iframe:last-child,
.format-audio:not(.post-password-required) .entry-content-footer div:last-child,
.type-place:not(.post-password-required) .entry-content-footer iframe:last-child,
.type-place:not(.post-password-required) .entry-content-footer div:last-child,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer iframe:last-child,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer div:last-child,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer iframe:last-child,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer div:last-child,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer iframe:last-child,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-content-footer div:last-child,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-content-footer iframe:last-child,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-content-footer div:last-child {
    margin: 0;
  }
  .format-link:not(.post-password-required) .entry-footer,
.format-link:not(.post-password-required) .incontent-ad,
.format-audio:not(.post-password-required) .entry-footer,
.format-audio:not(.post-password-required) .incontent-ad,
.type-place:not(.post-password-required) .entry-footer,
.type-place:not(.post-password-required) .incontent-ad,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .incontent-ad,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .incontent-ad,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .incontent-ad,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-footer,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .incontent-ad {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 4;
  }
  @supports (display: grid) {
    .format-link:not(.post-password-required) .entry-footer,
.format-link:not(.post-password-required) .incontent-ad,
.format-audio:not(.post-password-required) .entry-footer,
.format-audio:not(.post-password-required) .incontent-ad,
.type-place:not(.post-password-required) .entry-footer,
.type-place:not(.post-password-required) .incontent-ad,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .incontent-ad,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .incontent-ad,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .incontent-ad,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-footer,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .incontent-ad {
      grid-column: 1/end;
    }
  }
  .format-link:not(.post-password-required) .entry-footer,
.format-audio:not(.post-password-required) .entry-footer,
.type-place:not(.post-password-required) .entry-footer,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .entry-footer,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .entry-footer {
    -ms-grid-row: 5;
  }
  .format-link:not(.post-password-required) .partnership,
.format-audio:not(.post-password-required) .partnership,
.type-place:not(.post-password-required) .partnership,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required) .partnership,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required) .partnership,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required) .partnership,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required) .partnership {
    left: 0;
  }
  .format-link:not(.post-password-required):nth-of-type(2n) .entry-header,
.format-link:not(.post-password-required):nth-of-type(2n) .entry-content,
.format-audio:not(.post-password-required):nth-of-type(2n) .entry-header,
.format-audio:not(.post-password-required):nth-of-type(2n) .entry-content,
.type-place:not(.post-password-required):nth-of-type(2n) .entry-header,
.type-place:not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required):nth-of-type(2n) .entry-content {
    padding-right: 1em;
    -ms-grid-column: 1;
  }
  @supports (display: grid) {
    .format-link:not(.post-password-required):nth-of-type(2n) .entry-header,
.format-link:not(.post-password-required):nth-of-type(2n) .entry-content,
.format-audio:not(.post-password-required):nth-of-type(2n) .entry-header,
.format-audio:not(.post-password-required):nth-of-type(2n) .entry-content,
.type-place:not(.post-password-required):nth-of-type(2n) .entry-header,
.type-place:not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) .entry-content,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required):nth-of-type(2n) .entry-header,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required):nth-of-type(2n) .entry-content {
      grid-column: 1/2;
    }
  }
  .format-link:not(.post-password-required):nth-of-type(2n) > .wp-post-image,
.format-audio:not(.post-password-required):nth-of-type(2n) > .wp-post-image,
.type-place:not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required):nth-of-type(2n) > .wp-post-image {
    -ms-grid-column: 3;
  }
  @supports (display: grid) {
    .format-link:not(.post-password-required):nth-of-type(2n) > .wp-post-image,
.format-audio:not(.post-password-required):nth-of-type(2n) > .wp-post-image,
.type-place:not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required):nth-of-type(2n) > .wp-post-image,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required):nth-of-type(2n) > .wp-post-image {
      grid-column: 2/end;
    }
  }
  .format-link:not(.post-password-required).type-product,
.format-audio:not(.post-password-required).type-product,
.type-place:not(.post-password-required).type-product,
body:not(.single) .format-standard.has-post-thumbnail:not(.featured):not(.post-password-required).type-product,
body:not(.single) .format-gallery.has-post-thumbnail:not(.featured):not(.post-password-required).type-product,
body:not(.single) .format-video.has-post-thumbnail:not(.featured):not(.post-password-required).type-product,
body:not(.coolhunting-productguide) .type-product:not(.post-password-required).type-product {
    align-items: flex-start;
  }
}

body:not(.single) .format-video.has-post-thumbnail:not(.featured) > .wp-post-image {
  align-self: start;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.single) .format-video.has-post-thumbnail:not(.featured) > .wp-post-image:hover {
  color: #2573fa;
}

.format-link .entry-content .entry-metadata {
  align-self: flex-end;
  margin: 2em 0 0;
}

@media screen and (max-width: 57.8025em) {
  .entry-header-background {
    background-color: initial;
    background-position: center bottom;
    background-size: 100%;
    height: auto !important;
    margin: 0 !important;
    padding-bottom: 67%;
    position: static;
  }
  .blog .entry-header-background, .archive .entry-header-background {
    display: grid;
    grid-template-rows: auto 67%;
    padding-bottom: 0;
  }
  .entry-header-background .entry-header-wrapper {
    background: #f2f2f2;
    padding-bottom: 10px;
    position: static;
  }
  .entry-header-background .entry-header {
    animation: none !important;
    transform: none !important;
  }
  .entry-header-background .scroll-indicator-wrapper {
    display: none;
  }
  .entry-header-background .mobile-image-link {
    padding-bottom: 67%;
  }
  .format-video .entry-header-background, .format-gallery .entry-header-background {
    height: 52vw !important;
    padding: 0;
  }
}
@media screen and (min-width: 57.8125em) {
  .entry-header-background {
    min-height: 36em;
  }
  .entry-header-background::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .entry-header-background,
.entry-header-background .entry-author-name {
    color: #fff;
  }
  .entry-header-background .entry-header-wrapper {
    position: relative;
    height: 100%;
  }
  .home article.home-featured-article .entry-header-background .entry-header-wrapper {
    position: absolute;
  }
  .single .entry-header-background .entry-header-wrapper {
    overflow: hidden;
  }
  .entry-header-background .entry-header-inner {
    height: 100%;
    margin: 0 auto;
    max-width: 1375px;
    width: 100%;
  }
  .entry-header-background .entry-header {
    height: 94%;
    margin-bottom: -14px;
    min-height: 36em;
    max-width: 798px;
    padding: 35px;
    padding: var(--columngap);
    padding-bottom: calc(var(--columngap) / 2);
  }
  .single .entry-header-background .entry-header {
    min-height: 32em;
  }
  .entry-header-background .entry-title .long-title {
    display: block;
    font-size: 90%;
  }
  .entry-header-background .entry-category {
    align-items: flex-end;
    display: flex;
    flex-grow: 2;
  }
  .entry-header-background .mobile-image-link {
    display: none;
  }
  .blog .entry-header-background .entry-header, .hentry:nth-of-type(n+2) .entry-header-background .entry-header {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: var(--columngap);
  }
  .blog .entry-header-background .scroll-indicator-wrapper, .hentry:nth-of-type(n+2) .entry-header-background .scroll-indicator-wrapper {
    display: none;
  }
  .hentry:first-of-type .entry-header-background {
    z-index: 1000;
  }
  .hentry:first-of-type .entry-header-background .entry-header {
    position: relative;
    z-index: 1;
  }
  .blog .hentry:first-of-type .entry-header-background .entry-header-wrapper {
    height: 80%;
  }
  .blog .hentry:first-of-type .entry-header-background .entry-header {
    margin-bottom: -52px;
  }
  .blog .hentry:first-of-type .entry-header-background .scroll-indicator-wrapper {
    display: block;
  }
  .format-video .entry-header-background::before {
    display: none;
  }
}
.entry-header-background .entry-header-inner {
  padding: 0 !important;
}
.entry-header-background .entry-title {
  color: #000;
}
.entry-header-background .entry-title a {
  color: #000;
}
.entry-header-background .entry-title a:hover, .entry-header-background .entry-title a:focus {
  color: #2573fa;
}
@media screen and (min-width: 57.8125em) {
  .entry-header-background .entry-title {
    color: #fff;
    font-size: 64px;
    font-size: 4rem;
  }
  .entry-header-background .entry-title a {
    color: #fff;
  }
  .entry-header-background .entry-title a:hover, .entry-header-background .entry-title a:focus {
    opacity: 0.7;
  }
}
@media screen and (min-width: 76em) {
  .entry-header-background .entry-title {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.entry-header-background .entry-subtitle {
  flex-grow: 2;
  max-width: 355px;
}
@media screen and (min-width: 57.8125em) {
  .entry-header-background .entry-metadata {
    color: #ccc;
    font-weight: 700;
  }
  .entry-header-background .entry-metadata a {
    color: #fff;
  }
  .entry-header-background .entry-metadata a:hover, .entry-header-background .entry-metadata a:focus {
    color: #2573fa;
  }
}
@media screen and (min-width: 57.8125em) {
  .single-format-gallery .hentry:first-of-type .entry-header-background {
    height: calc(100vh - var(--adminbarheight) - var(--headerheight)) !important;
  }
}
.entry-header-background .slideshow-window {
  border: 0 none;
  margin: 0;
  padding-bottom: calc(52vw - 30px) !important;
}
@media screen and (min-width: 57.8125em) {
  .entry-header-background .slideshow-window {
    --slideshowpaddingbottom: calc(100vh - var(--adminbarheight) - var(--headerheight) - 30px);
    min-height: calc(36em - var(--slideshowpaddingbottom) - 30px);
    padding-bottom: var(--slideshowpaddingbottom) !important;
  }
}
.entry-header-background .slideshow-window .slideshow-slide img {
  max-height: initial;
  max-width: initial;
  width: 100%;
}

.entry-header-background-image {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

/* Tiled Galleries */
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
  cursor: pointer;
}

/* Entry content */
.entry-content p:last-of-type {
  margin-bottom: 0;
}

/* Captions */
.wp-caption-text {
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}

.wp-caption {
  width: auto !important;
}
.wp-caption.aligncenter .wp-caption-text {
  text-align: center;
}

.wp-video,
.mejs-container {
  width: auto !important;
}

/* Taxonomy styles */
.posted-in {
  border-bottom: 20px solid #000;
  padding-bottom: 0.9em;
}

.cat-links,
.tags-links {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.42;
  padding: 0;
  text-transform: uppercase;
}
.cat-links::before,
.tags-links::before {
  display: none;
}

.cat-links a {
  color: #000;
}
.cat-links a:hover, .cat-links a:focus {
  color: #2573fa;
}

.tags-links {
  color: #ccc;
}

.entry-footer {
  color: #000;
}
@media screen and (min-width: 43.75em) {
  .entry-footer {
    margin-top: 2.5em;
  }
}

/* Sponsored Posts */
@media screen and (max-width: 57.8025em) {
  .partnership-post.post, .partnership-post.product-open {
    padding-top: 3em !important;
  }
  .partnership-post:first-of-type {
    margin-top: var(--negcolumngap);
  }
}
.partnership-post .partnership-wrapper {
  position: relative;
  min-height: 35px;
}
.post-type-archive-product .partnership-post header.no-image-header .partnership {
  background: #000;
  color: #ccc;
  top: -45px;
}
.partnership-post .partnership {
  background: #2573fa;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 10px 2px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.single-product .partnership-post .partnership, .archive.category .partnership-post .partnership, .post-type-archive-guide .partnership-post .partnership {
  background: #000;
  color: #ccc;
}
.partnership-post .partnership a {
  color: #fff;
  font-weight: 700;
}
.partnership-post .partnership a:hover, .partnership-post .partnership a:focus {
  opacity: 0.7;
}
.partnership-post .partnership + p {
  margin: 0;
}
@media screen and (min-width: 57.8125em) {
  .blog .partnership-post:first-of-type .entry-header {
    padding-bottom: 3em;
  }
  .blog .partnership-post:first-of-type .partnership {
    bottom: 0;
    top: initial;
  }
  .single .partnership-post:first-of-type .partnership {
    animation: moveDown 0.5s ease both;
    top: -24px;
  }
  .single .partnership-post:first-of-type .entry-header.scrolled .partnership {
    animation: moveUp 0.5s ease both;
  }
  .partnership-post.post-password-required {
    padding-top: 3em !important;
  }
  .single-format-video .partnership-post:first-of-type .entry-header, .single-format-gallery .partnership-post:first-of-type .entry-header {
    position: relative;
  }
  .single-format-video .partnership-post:first-of-type .partnership, .single-format-gallery .partnership-post:first-of-type .partnership {
    animation: none !important;
    bottom: 100%;
    margin-bottom: 2.4em;
    top: initial !important;
    transform: none !important;
  }
}

.copied-to-clipboard:not(:empty) {
  align-self: center;
  background: #2573fa;
  border-radius: 3px;
  justify-self: start;
  line-height: 1.2;
  margin-right: -100%;
  padding: 8px 12px;
  position: relative;
  z-index: 99;
}
.copied-to-clipboard:not(:empty)::after {
  border: solid transparent;
  border-right-color: #2573fa;
  border-width: 8px;
  content: " ";
  height: 0;
  position: absolute;
  right: 100%;
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.sharedaddy.fixed .copied-to-clipboard:not(:empty) {
  bottom: 10px;
  margin: 0;
  position: absolute;
  right: 100%;
  text-align: center;
  width: 210px;
}
.sharedaddy.fixed .copied-to-clipboard:not(:empty)::after {
  border-left-color: #2573fa;
  border-right-color: transparent;
  left: 100%;
  right: initial;
}
.single .product .copied-to-clipboard:not(:empty) {
  margin: 0;
  position: absolute;
  right: 0;
  width: 210px;
}
.single .product .copied-to-clipboard:not(:empty)::after {
  border-bottom-color: #2573fa;
  border-right-color: transparent;
  bottom: 100%;
  left: 80%;
  right: initial;
  top: initial;
  transform: none;
}
@media screen and (max-width: 30em), (min-width: 45.3125em) and (max-width: 51.75em) {
  .copied-to-clipboard:not(:empty) {
    margin-left: -12px;
    margin-right: 0;
  }
  .archive .product .copied-to-clipboard:not(:empty) {
    grid-column: 1/span 2;
    justify-self: end;
    margin: -6px -12px -30px 0;
  }
  .archive .product .copied-to-clipboard:not(:empty)::after, .sharedaddy:not(.fixed) .copied-to-clipboard:not(:empty)::after {
    border-bottom-color: #2573fa;
    border-right-color: transparent;
    bottom: 100%;
    left: 76%;
    right: initial;
    top: initial;
    transform: none;
  }
}

/**
 * Sharing Icon Styles
 */
.jetpack_widget_social_icons ul {
  display: block;
  margin: 0;
  padding: 0;
}
.jetpack_widget_social_icons li {
  list-style: none;
  display: inline-block;
  line-height: 1;
}
.jetpack_widget_social_icons a {
  display: block;
  height: 24px;
  width: 24px;
}
.jetpack_widget_social_icons svg {
  color: inherit;
  fill: currentColor;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}

.hentry .sharedaddy {
  background: #fff;
  padding: 6px 8px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 76em) {
  .hentry .sharedaddy {
    padding: 8px 12px;
  }
}
.hentry .sharedaddy ul,
.hentry .sharedaddy li {
  margin: 0 !important;
  vertical-align: middle;
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  background: none !important;
  color: #000 !important;
  display: block;
  margin: 0;
  top: 0;
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button::before {
  font-size: 29px;
  font-size: 1.8125rem;
}
@media screen and (min-width: 76em) {
  .hentry .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button::before {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom-copyurl {
  padding: 7px;
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom-copyurl span {
  background-position: center;
  background-size: 24px 26px;
  display: inline-block;
  height: 29px;
  padding-right: 13px;
}
@media screen and (min-width: 76em) {
  .hentry .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom-copyurl span {
    background-size: 28px 30px;
    height: 33px;
    padding-right: 17px;
  }
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom-copyurl .sharing-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px;
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) {
  padding: 0 4px;
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more {
  background: none;
  border: 0 none;
  box-shadow: none;
  color: #000 !important;
  display: block;
  margin: -4px 0 0;
  padding: 0;
  transform: rotate(90deg);
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more:hover, .hentry .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more:focus {
  background: none;
  border: 0 none;
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more::before {
  content: "\f476";
  font-family: "Genericons";
  font-size: 20px;
  font-size: 1.25rem;
}
.hentry .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more span {
  display: none;
}
.hentry .sharedaddy .sharing-hidden {
  position: absolute;
  right: -12px;
  top: 0;
  width: 100%;
}
.hentry .sharedaddy .sharing-hidden .inner {
  left: initial !important;
  right: 0;
}
.hentry .sharedaddy .sharing-hidden .inner:after, .hentry .sharedaddy .sharing-hidden .inner:before {
  left: initial;
  right: 20px;
}

.hentry.type-product .sharedaddy .sharing-hidden {
  right: -40px;
}
.hentry.type-product .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 100%;
  position: absolute;
  top: 0;
}

.single .hentry:not(.type-product) .sharedaddy {
  align-self: start;
  background: none;
  display: inline-flex;
  padding: 0;
  margin-top: 2em;
  margin-left: -7px;
}
@media screen and (max-width: 30em), (min-width: 45.3125em) and (max-width: 51.75em) {
  .single .hentry:not(.type-product) .sharedaddy {
    flex-direction: column;
  }
}
.single .hentry:not(.type-product):first-of-type .copied-to-clipboard:not(:empty) {
  margin-left: -20px;
}

.single .hentry:first-of-type .sharedaddy.fixed {
  background: #fff;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 6px 2px 8px 4px;
  position: fixed;
  right: 0;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 1000;
}
.single .hentry:first-of-type .sharedaddy.fixed .sd-content ul li {
  display: block;
  text-align: center;
}
.single .hentry:first-of-type .sharedaddy.fixed .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  padding: 5px;
}
.single .hentry:first-of-type .sharedaddy.fixed .sd-social-icon .sd-content ul li[class*=share-] a.sd-button::before {
  font-size: 28px;
  font-size: 1.75rem;
}
.single .hentry:first-of-type .sharedaddy.fixed .sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom-copyurl span {
  background-size: 22px 24px;
  height: 28px;
  padding-right: 12px;
}
.single .hentry:first-of-type .sharedaddy.fixed .sd-social-icon .sd-content ul li:not([class*=share-]) {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 4px 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.single .hentry:first-of-type .sharedaddy.fixed .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more {
  color: #fff !important;
  text-shadow: 0 0 1px black;
  transform: none;
}
.single .hentry:first-of-type .sharedaddy.fixed .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more::before {
  font-size: 14px;
  font-size: 0.875rem;
}
.single .hentry:first-of-type .sharedaddy.fixed .sharing-hidden {
  top: 100%;
  right: 0;
}
.single .hentry:first-of-type .sharedaddy.fixed .sharing-hidden .inner {
  padding: 6px 5px 8px;
}
.single .hentry:first-of-type .sharedaddy.fixed .sharing-hidden .inner:after, .single .hentry:first-of-type .sharedaddy.fixed .sharing-hidden .inner:before {
  right: 15px;
}

/**
 * Author Archive Styles
 */
.author-info {
  border: 0 none;
  border-bottom: 4px solid #ccc;
  display: grid;
  grid-column-gap: 1.5em;
  grid-row-gap: 0.5em;
  grid-template-columns: 80px auto auto [end];
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.author .author-info {
  border: 0 none;
  grid-template-columns: 120px auto auto [end];
  margin: 0;
  padding: 0;
}
.author-info .author-title {
  grid-column: 1/3;
}
.author-info .author-avatar {
  grid-column: 1/2;
}
.author-info .author-avatar .avatar {
  height: auto;
  margin: 2px 0;
  width: 80px;
}
.author .author-info .author-avatar .avatar {
  width: 120px;
}
.author-info .author-description {
  grid-column: 2/end;
}
.author-info .author-links {
  display: flex;
  font-weight: 700;
  grid-column: 3/end;
  grid-row: 1/2;
  justify-content: flex-end;
  text-transform: uppercase;
}
@media screen and (max-width: 43.74em) {
  .author .author-info {
    display: block;
  }
  .author .author-info .author-avatar {
    float: left;
    margin-right: 1.5em;
  }
  .author .author-info .author-avatar .avatar {
    width: 80px;
  }
  .author .author-info .page-title {
    clear: none;
  }
}
@media screen and (max-width: 37.5em) {
  .author .author-info .page-title {
    padding: 0.2em 0;
  }
}
@media screen and (max-width: 29.99em) {
  .author .author-info .page-title {
    padding: 0.5em 0;
  }
}

.author-title,
.author-bio,
.author-links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: inherit;
}

.author-social-links {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0.2em 0 0;
}
.author .author-social-links {
  margin-top: 10px;
}
.author-social-links li {
  flex: 0 0 auto;
  list-style: none;
  margin-right: 0.7em;
}
.author-social-links a {
  color: #000;
  display: block;
  line-height: 1.5;
  position: relative;
}
.author-social-links a:before {
  content: "\f415";
  display: inline-block;
  font-family: "Genericons";
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
.author .author-social-links a:before {
  font-size: 30px;
  font-size: 1.875rem;
}
.author-social-links a[href*="twitter.com"]:before {
  content: "\f202";
}
.author-social-links a[href*="facebook.com"]:before {
  content: "\f203";
}
.author-social-links a[href*="instagram.com"]:before {
  content: "\f215";
}
.author-social-links a[href*="pinterest.com"]:before {
  content: "\f210";
}
.author-social-links a[href*="dribbble.com"]:before {
  content: "\f201";
}

/**
 * Single Post Styles
 */
.single .entry-header-inner {
  padding: 0;
}
.single .hentry.featured .entry-content {
  padding-top: var(--columngap);
}
@media screen and (min-width: 57.8125em) {
  .single .hentry.featured img.size-large,
.single .hentry.featured img.size-full,
.single .hentry.featured .caption-big {
    margin-left: 0;
    margin-right: var(--negcolumngap);
    max-width: calc(100vw - var(--fixednavpluscolumngap));
  }
}
@media screen and (min-width: 61.25em) {
  .single .hentry.featured img.size-large,
.single .hentry.featured img.size-full,
.single .hentry.featured .caption-big {
    margin-right: calc(-100vw + var(--fixednavpluscolumngap) + 625px);
  }
}
@media screen and (min-width: 85.9375em) {
  .single .hentry.featured img.size-large,
.single .hentry.featured img.size-full,
.single .hentry.featured .caption-big {
    margin-right: calc(-50vw + 687.5px - 380px);
    max-width: calc(50vw - 687.5px + 1005px);
  }
}
@media screen and (min-width: 57.8125em) {
  .single .hentry.featured > .entry-header,
.single .hentry.featured .entry-content,
.single .hentry.featured .entry-footer,
.single .hentry.featured + .post-navigation {
    padding-top: 0;
    max-width: 625px;
  }
}
@media screen and (min-width: 57.8125em) {
  .single .hentry.format-video .entry-header-background {
    height: 60vh;
    min-height: 60vh;
  }
}
.single .hentry.format-video .entry-video {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 57.8125em) {
  .single .hentry.format-video .entry-video {
    height: 60vh;
    min-height: initial;
  }
}
.single .hentry.format-video .entry-video iframe[style] {
  width: 100% !important;
  height: 100% !important;
}
.single .hentry.format-video .entry-header-wrapper {
  background-image: none;
  bottom: auto;
  left: auto;
  position: relative;
}
.single .hentry:not(.featured) .entry-header, .single .hentry.format-video .entry-header, .single .hentry.format-gallery .entry-header, .single .hentry:nth-of-type(n+2) .entry-header {
  animation: none !important;
  transform: none !important;
}
.single .hentry:first-of-type {
  display: grid;
  padding-bottom: 0;
}
.single .hentry:first-of-type .entry-title a {
  cursor: initial;
}
.single .hentry:first-of-type .entry-title a:hover {
  color: #000;
}
.single .hentry:first-of-type .entry-header-background .entry-title a:hover {
  opacity: 1;
}
@media screen and (min-width: 57.8125em) {
  .single .hentry:first-of-type .entry-header-background .entry-title a:hover {
    color: #fff;
  }
}
.single .hentry:first-of-type .entry-footer {
  order: 99;
}
@media screen and (min-width: 45.3125em) and (max-width: 57.8025em), (min-width: 76em) {
  .single .hentry:first-of-type.format-link .entry-title .long-word, .single .hentry:first-of-type.format-audio .entry-title .long-word, .single .hentry:first-of-type.type-place .entry-title .long-word, .single .hentry:first-of-type.type-product .entry-title .long-word {
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .single .hentry:first-of-type.format-link .entry-title .long-word::before, .single .hentry:first-of-type.format-audio .entry-title .long-word::before, .single .hentry:first-of-type.type-place .entry-title .long-word::before, .single .hentry:first-of-type.type-product .entry-title .long-word::before {
    content: "\a";
    display: block;
    height: 0;
    white-space: pre;
  }
}
@media screen and (min-width: 57.8125em) {
  .single .hentry:nth-of-type(n+2).featured img.size-large,
.single .hentry:nth-of-type(n+2).featured img.size-full,
.single .hentry:nth-of-type(n+2).featured .caption-big {
    padding-right: var(--columngap);
  }
}
@media screen and (min-width: 85.9375em) {
  .single .hentry:nth-of-type(n+2).featured img.size-large,
.single .hentry:nth-of-type(n+2).featured img.size-full,
.single .hentry:nth-of-type(n+2).featured .caption-big {
    max-width: 970px;
    padding-right: 0;
  }
}
.single .hentry:nth-of-type(n+2).format-gallery .jetpack-slideshow-noscript,
.single .hentry:nth-of-type(n+2).format-gallery .jetpack-slideshow {
  display: none;
}
@media screen and (min-width: 57.8125em) {
  .single .hentry:nth-of-type(n+2) .entry-header-background ~ .entry-content {
    margin-top: 2em;
  }
  .single .hentry:nth-of-type(n+2) .entry-header-background + .wp-caption-text + .entry-content {
    margin-top: 3em;
  }
}
@media screen and (min-width: 57.8125em) {
  .single .hentry:nth-of-type(n+2).format-video .entry-header-background {
    height: 60vh;
    min-height: initial;
  }
}
.single .hentry:nth-of-type(n+2) .wp-caption {
  width: auto !important;
}
.single .hentry:nth-of-type(n+2) .author-info {
  border-bottom: 1px solid #e9e9e9;
}
.single .hentry:nth-of-type(n+2) .posted-in {
  border: 0 none;
}
.single .hentry:nth-of-type(n+2):not(.product-open) .sd-social-icon .sd-content ul li a.sd-button.share-more {
  display: none;
}
.single .hentry:nth-of-type(n+2) ~ .alnp-header {
  display: none;
}

/* Tiled Galleries */
@media screen and (max-width: 75.99em) {
  .tiled-gallery .gallery-row,
.tiled-gallery .gallery-group {
    height: auto !important;
    width: 100% !important;
  }
  .tiled-gallery .tiled-gallery-item {
    width: auto !important;
  }
}

/* Post Navigation */
.post-navigation {
  border: 0 none;
  margin: 0.6em 0;
}
.post-navigation:nth-of-type(2), .single .hentry:nth-of-type(n+2) .post-navigation {
  display: none;
}
.post-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-links > div {
  border: 0 none;
  flex: 1 1 auto;
}
.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after {
  color: #2573fa;
  content: "\f431";
  display: inline-block;
  font-family: "Genericons";
  font-size: 0.85em;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  transform: rotate(90deg);
}
.post-navigation .nav-previous {
  padding-right: 2%;
}
.post-navigation .nav-previous a::before {
  margin-right: 0.4em;
}
.post-navigation .nav-next {
  padding-left: 2%;
  text-align: right;
}
.post-navigation .nav-next a::after {
  margin-left: 0.4em;
  transform: rotate(-90deg);
}
.post-navigation a {
  align-items: center;
  display: inline-flex;
  padding: 0.5em 0;
}
.post-navigation a:hover, .post-navigation a:focus, .post-navigation a:hover .post-title {
  color: #2573fa;
}
.post-navigation .post-title {
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

/**
 * Related Post Styles
 */
.site #jp-relatedposts {
  margin: 2em 0;
  order: 100;
}

.site-main .widget {
  margin: 0;
}

.single-product .related-gift-guides-products {
  margin: 2em 0;
}

.site #jp-relatedposts article.product,
.site-main .widget article.product,
.single-product .related-gift-guides-products article.product {
  overflow: hidden;
  -ms-grid-columns: 1fr;
}
@supports (display: grid) {
  .site #jp-relatedposts article.product,
.site-main .widget article.product,
.single-product .related-gift-guides-products article.product {
    grid-template-columns: 1fr;
  }
}
.site #jp-relatedposts article.product a.wp-post-image img,
.site-main .widget article.product a.wp-post-image img,
.single-product .related-gift-guides-products article.product a.wp-post-image img {
  opacity: 0.8;
}
.site #jp-relatedposts article.product a.wp-post-image img:hover,
.site-main .widget article.product a.wp-post-image img:hover,
.single-product .related-gift-guides-products article.product a.wp-post-image img:hover {
  opacity: 1;
}
.single .site #jp-relatedposts .jp-relatedposts-items,
.site #jp-relatedposts .recent-posts-widget,
.single .site-main .widget .jp-relatedposts-items,
.site-main .widget .recent-posts-widget,
.single .single-product .related-gift-guides-products .jp-relatedposts-items,
.single-product .related-gift-guides-products .recent-posts-widget {
  display: -ms-grid;
  -ms-grid-columns: 1fr 10px 1fr;
  -ms-grid-rows: auto 20px auto;
}
@supports (display: grid) {
  .single .site #jp-relatedposts .jp-relatedposts-items,
.site #jp-relatedposts .recent-posts-widget,
.single .site-main .widget .jp-relatedposts-items,
.site-main .widget .recent-posts-widget,
.single .single-product .related-gift-guides-products .jp-relatedposts-items,
.single-product .related-gift-guides-products .recent-posts-widget {
    display: grid;
    grid-gap: 20px 10px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 30em) {
  .single .site #jp-relatedposts .jp-relatedposts-items,
.site #jp-relatedposts .recent-posts-widget,
.single .site-main .widget .jp-relatedposts-items,
.site-main .widget .recent-posts-widget,
.single .single-product .related-gift-guides-products .jp-relatedposts-items,
.single-product .related-gift-guides-products .recent-posts-widget {
    -ms-grid-columns: 1fr 20px 1fr;
    -ms-grid-rows: auto 40px auto;
  }
  @supports (display: grid) {
    .single .site #jp-relatedposts .jp-relatedposts-items,
.site #jp-relatedposts .recent-posts-widget,
.single .site-main .widget .jp-relatedposts-items,
.site-main .widget .recent-posts-widget,
.single .single-product .related-gift-guides-products .jp-relatedposts-items,
.single-product .related-gift-guides-products .recent-posts-widget {
      grid-gap: 40px 20px;
    }
  }
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post,
.site #jp-relatedposts .recent-posts-widget .hentry,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post,
.single .site-main .widget .jp-relatedposts-items .hentry,
.site-main .widget .recent-posts-widget .jp-relatedposts-post,
.site-main .widget .recent-posts-widget .hentry,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post,
.single-product .related-gift-guides-products .recent-posts-widget .hentry {
  border: 0 none !important;
  overflow: hidden;
  padding: 0;
  width: inherit;
  display: -ms-grid;
  -ms-grid-columns: 1fr !important;
  -ms-grid-rows: auto 1fr auto !important;
}
@supports (display: grid) {
  .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post,
.site #jp-relatedposts .recent-posts-widget .hentry,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post,
.single .site-main .widget .jp-relatedposts-items .hentry,
.site-main .widget .recent-posts-widget .jp-relatedposts-post,
.site-main .widget .recent-posts-widget .hentry,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post,
.single-product .related-gift-guides-products .recent-posts-widget .hentry {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr auto !important;
  }
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry .jp-relatedposts-post-context,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry .jp-relatedposts-post-date,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-context,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-date,
.site #jp-relatedposts .recent-posts-widget .hentry .jp-relatedposts-post-context,
.site #jp-relatedposts .recent-posts-widget .hentry .jp-relatedposts-post-date,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.single .site-main .widget .jp-relatedposts-items .hentry .jp-relatedposts-post-context,
.single .site-main .widget .jp-relatedposts-items .hentry .jp-relatedposts-post-date,
.site-main .widget .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-context,
.site-main .widget .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-date,
.site-main .widget .recent-posts-widget .hentry .jp-relatedposts-post-context,
.site-main .widget .recent-posts-widget .hentry .jp-relatedposts-post-date,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .jp-relatedposts-post-context,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .jp-relatedposts-post-date,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-context,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-date,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .jp-relatedposts-post-context,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .jp-relatedposts-post-date {
  opacity: 1;
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry .jp-relatedposts-post-date,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-date,
.site #jp-relatedposts .recent-posts-widget .hentry .jp-relatedposts-post-date,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.single .site-main .widget .jp-relatedposts-items .hentry .jp-relatedposts-post-date,
.site-main .widget .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-date,
.site-main .widget .recent-posts-widget .hentry .jp-relatedposts-post-date,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .jp-relatedposts-post-date,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-date,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .jp-relatedposts-post-date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 10px;
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry .jp-relatedposts-post-img,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-img,
.site #jp-relatedposts .recent-posts-widget .hentry .jp-relatedposts-post-img,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img,
.single .site-main .widget .jp-relatedposts-items .hentry .jp-relatedposts-post-img,
.site-main .widget .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-img,
.site-main .widget .recent-posts-widget .hentry .jp-relatedposts-post-img,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .jp-relatedposts-post-img,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post .jp-relatedposts-post-img,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .jp-relatedposts-post-img {
  margin-bottom: 8px;
  width: 100%;
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .source-link,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry .source-link,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post .source-link,
.site #jp-relatedposts .recent-posts-widget .hentry .source-link,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post .source-link,
.single .site-main .widget .jp-relatedposts-items .hentry .source-link,
.site-main .widget .recent-posts-widget .jp-relatedposts-post .source-link,
.site-main .widget .recent-posts-widget .hentry .source-link,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post .source-link,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .source-link,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post .source-link,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .source-link {
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.single .site #jp-relatedposts .jp-relatedposts-items .hentry.product,
.site #jp-relatedposts .recent-posts-widget .hentry.product,
.single .site-main .widget .jp-relatedposts-items .hentry.product,
.site-main .widget .recent-posts-widget .hentry.product,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry.product,
.single-product .related-gift-guides-products .recent-posts-widget .hentry.product {
  align-self: start;
  border: 2px solid rgba(0, 0, 0, 0.05) !important;
  -ms-grid-rows: 1fr;
}
@supports (display: grid) {
  .single .site #jp-relatedposts .jp-relatedposts-items .hentry.product,
.site #jp-relatedposts .recent-posts-widget .hentry.product,
.single .site-main .widget .jp-relatedposts-items .hentry.product,
.site-main .widget .recent-posts-widget .hentry.product,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry.product,
.single-product .related-gift-guides-products .recent-posts-widget .hentry.product {
    grid-template-rows: 1fr;
  }
}
.single .site #jp-relatedposts .jp-relatedposts-items .hentry.product a.wp-post-image,
.site #jp-relatedposts .recent-posts-widget .hentry.product a.wp-post-image,
.single .site-main .widget .jp-relatedposts-items .hentry.product a.wp-post-image,
.site-main .widget .recent-posts-widget .hentry.product a.wp-post-image,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry.product a.wp-post-image,
.single-product .related-gift-guides-products .recent-posts-widget .hentry.product a.wp-post-image {
  margin-bottom: 0 !important;
}
.single .site #jp-relatedposts .jp-relatedposts-items .hentry .entry-header,
.site #jp-relatedposts .recent-posts-widget .hentry .entry-header,
.single .site-main .widget .jp-relatedposts-items .hentry .entry-header,
.site-main .widget .recent-posts-widget .hentry .entry-header,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .entry-header,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .entry-header {
  -ms-grid-row: 2;
}
@supports (display: grid) {
  .single .site #jp-relatedposts .jp-relatedposts-items .hentry .entry-header,
.site #jp-relatedposts .recent-posts-widget .hentry .entry-header,
.single .site-main .widget .jp-relatedposts-items .hentry .entry-header,
.site-main .widget .recent-posts-widget .hentry .entry-header,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .entry-header,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .entry-header {
    grid-row: 2/3;
  }
}
.single .site #jp-relatedposts .jp-relatedposts-items .hentry .entry-content,
.site #jp-relatedposts .recent-posts-widget .hentry .entry-content,
.single .site-main .widget .jp-relatedposts-items .hentry .entry-content,
.site-main .widget .recent-posts-widget .hentry .entry-content,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .entry-content,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .entry-content {
  -ms-grid-row: 3;
}
@supports (display: grid) {
  .single .site #jp-relatedposts .jp-relatedposts-items .hentry .entry-content,
.site #jp-relatedposts .recent-posts-widget .hentry .entry-content,
.single .site-main .widget .jp-relatedposts-items .hentry .entry-content,
.site-main .widget .recent-posts-widget .hentry .entry-content,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry .entry-content,
.single-product .related-gift-guides-products .recent-posts-widget .hentry .entry-content {
    grid-row: 3/4;
  }
}
.single .site #jp-relatedposts .jp-relatedposts-items .entry-header,
.single .site #jp-relatedposts .jp-relatedposts-items a.wp-post-image,
.single .site #jp-relatedposts .jp-relatedposts-items .entry-content,
.site #jp-relatedposts .recent-posts-widget .entry-header,
.site #jp-relatedposts .recent-posts-widget a.wp-post-image,
.site #jp-relatedposts .recent-posts-widget .entry-content,
.single .site-main .widget .jp-relatedposts-items .entry-header,
.single .site-main .widget .jp-relatedposts-items a.wp-post-image,
.single .site-main .widget .jp-relatedposts-items .entry-content,
.site-main .widget .recent-posts-widget .entry-header,
.site-main .widget .recent-posts-widget a.wp-post-image,
.site-main .widget .recent-posts-widget .entry-content,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .entry-header,
.single .single-product .related-gift-guides-products .jp-relatedposts-items a.wp-post-image,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .entry-content,
.single-product .related-gift-guides-products .recent-posts-widget .entry-header,
.single-product .related-gift-guides-products .recent-posts-widget a.wp-post-image,
.single-product .related-gift-guides-products .recent-posts-widget .entry-content {
  -ms-grid-column: 1 !important;
}
@supports (display: grid) {
  .single .site #jp-relatedposts .jp-relatedposts-items .entry-header,
.single .site #jp-relatedposts .jp-relatedposts-items a.wp-post-image,
.single .site #jp-relatedposts .jp-relatedposts-items .entry-content,
.site #jp-relatedposts .recent-posts-widget .entry-header,
.site #jp-relatedposts .recent-posts-widget a.wp-post-image,
.site #jp-relatedposts .recent-posts-widget .entry-content,
.single .site-main .widget .jp-relatedposts-items .entry-header,
.single .site-main .widget .jp-relatedposts-items a.wp-post-image,
.single .site-main .widget .jp-relatedposts-items .entry-content,
.site-main .widget .recent-posts-widget .entry-header,
.site-main .widget .recent-posts-widget a.wp-post-image,
.site-main .widget .recent-posts-widget .entry-content,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .entry-header,
.single .single-product .related-gift-guides-products .jp-relatedposts-items a.wp-post-image,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .entry-content,
.single-product .related-gift-guides-products .recent-posts-widget .entry-header,
.single-product .related-gift-guides-products .recent-posts-widget a.wp-post-image,
.single-product .related-gift-guides-products .recent-posts-widget .entry-content {
    grid-column: 1/2 !important;
  }
}
.single .site #jp-relatedposts .jp-relatedposts-items .entry-header,
.single .site #jp-relatedposts .jp-relatedposts-items .entry-metadata,
.site #jp-relatedposts .recent-posts-widget .entry-header,
.site #jp-relatedposts .recent-posts-widget .entry-metadata,
.single .site-main .widget .jp-relatedposts-items .entry-header,
.single .site-main .widget .jp-relatedposts-items .entry-metadata,
.site-main .widget .recent-posts-widget .entry-header,
.site-main .widget .recent-posts-widget .entry-metadata,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .entry-header,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .entry-metadata,
.single-product .related-gift-guides-products .recent-posts-widget .entry-header,
.single-product .related-gift-guides-products .recent-posts-widget .entry-metadata {
  margin: 0 !important;
}
.single .site #jp-relatedposts .jp-relatedposts-items a.wp-post-image,
.site #jp-relatedposts .recent-posts-widget a.wp-post-image,
.single .site-main .widget .jp-relatedposts-items a.wp-post-image,
.site-main .widget .recent-posts-widget a.wp-post-image,
.single .single-product .related-gift-guides-products .jp-relatedposts-items a.wp-post-image,
.single-product .related-gift-guides-products .recent-posts-widget a.wp-post-image {
  margin: 0 -25% 8px !important;
  max-width: none;
  width: 145%;
  -ms-grid-row: 1 !important;
}
@supports (display: grid) {
  .single .site #jp-relatedposts .jp-relatedposts-items a.wp-post-image,
.site #jp-relatedposts .recent-posts-widget a.wp-post-image,
.single .site-main .widget .jp-relatedposts-items a.wp-post-image,
.site-main .widget .recent-posts-widget a.wp-post-image,
.single .single-product .related-gift-guides-products .jp-relatedposts-items a.wp-post-image,
.single-product .related-gift-guides-products .recent-posts-widget a.wp-post-image {
    grid-row: 1/2 !important;
  }
}
.single .site #jp-relatedposts .jp-relatedposts-items a.wp-post-image img,
.site #jp-relatedposts .recent-posts-widget a.wp-post-image img,
.single .site-main .widget .jp-relatedposts-items a.wp-post-image img,
.site-main .widget .recent-posts-widget a.wp-post-image img,
.single .single-product .related-gift-guides-products .jp-relatedposts-items a.wp-post-image img,
.single-product .related-gift-guides-products .recent-posts-widget a.wp-post-image img {
  opacity: 1;
}
@media screen and (min-width: 43.75em) {
  .site #jp-relatedposts,
.site-main .widget,
.single-product .related-gift-guides-products {
    display: -ms-grid;
    -ms-grid-columns: 1fr 20px 3fr;
    -ms-grid-rows: auto auto 2fr;
  }
  @supports (display: grid) {
    .site #jp-relatedposts,
.site-main .widget,
.single-product .related-gift-guides-products {
      display: grid;
      grid-column-gap: 20px;
      grid-template-columns: 1fr 3fr [end];
      grid-template-rows: auto auto 2fr [end];
    }
  }
  .site #jp-relatedposts .jp-relatedposts-headline,
.site #jp-relatedposts .widget-title,
.site #jp-relatedposts .module-tagline,
.site #jp-relatedposts > .entry-category,
.site-main .widget .jp-relatedposts-headline,
.site-main .widget .widget-title,
.site-main .widget .module-tagline,
.site-main .widget > .entry-category,
.single-product .related-gift-guides-products .jp-relatedposts-headline,
.single-product .related-gift-guides-products .widget-title,
.single-product .related-gift-guides-products .module-tagline,
.single-product .related-gift-guides-products > .entry-category {
    -ms-grid-column: 1;
  }
  @supports (display: grid) {
    .site #jp-relatedposts .jp-relatedposts-headline,
.site #jp-relatedposts .widget-title,
.site #jp-relatedposts .module-tagline,
.site #jp-relatedposts > .entry-category,
.site-main .widget .jp-relatedposts-headline,
.site-main .widget .widget-title,
.site-main .widget .module-tagline,
.site-main .widget > .entry-category,
.single-product .related-gift-guides-products .jp-relatedposts-headline,
.single-product .related-gift-guides-products .widget-title,
.single-product .related-gift-guides-products .module-tagline,
.single-product .related-gift-guides-products > .entry-category {
      grid-column: 1/2;
    }
  }
  .site #jp-relatedposts .module-tagline,
.site-main .widget .module-tagline,
.single-product .related-gift-guides-products .module-tagline {
    -ms-grid-row: 2;
  }
  .site #jp-relatedposts > .entry-category,
.site-main .widget > .entry-category,
.single-product .related-gift-guides-products > .entry-category {
    -ms-grid-row: 3;
  }
  .single .site #jp-relatedposts .jp-relatedposts-items,
.site #jp-relatedposts .recent-posts-widget,
.single .site-main .widget .jp-relatedposts-items,
.site-main .widget .recent-posts-widget,
.single .single-product .related-gift-guides-products .jp-relatedposts-items,
.single-product .related-gift-guides-products .recent-posts-widget {
    margin: 0;
    -ms-grid-column: 3;
    -ms-grid-row-span: 3;
    -ms-grid-columns: 1fr 7px 1fr 7px 1fr 7px 1fr;
  }
  @supports (display: grid) {
    .single .site #jp-relatedposts .jp-relatedposts-items,
.site #jp-relatedposts .recent-posts-widget,
.single .site-main .widget .jp-relatedposts-items,
.site-main .widget .recent-posts-widget,
.single .single-product .related-gift-guides-products .jp-relatedposts-items,
.single-product .related-gift-guides-products .recent-posts-widget {
      grid-column: 2/end;
      grid-row: 1/end;
      grid-column-gap: 7px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post,
.site #jp-relatedposts .recent-posts-widget .hentry,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post,
.single .site-main .widget .jp-relatedposts-items .hentry,
.site-main .widget .recent-posts-widget .jp-relatedposts-post,
.site-main .widget .recent-posts-widget .hentry,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post,
.single-product .related-gift-guides-products .recent-posts-widget .hentry {
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
  .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(2),
.single .site #jp-relatedposts .jp-relatedposts-items .hentry:nth-child(2),
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post:nth-child(2),
.site #jp-relatedposts .recent-posts-widget .hentry:nth-child(2),
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post:nth-child(2),
.single .site-main .widget .jp-relatedposts-items .hentry:nth-child(2),
.site-main .widget .recent-posts-widget .jp-relatedposts-post:nth-child(2),
.site-main .widget .recent-posts-widget .hentry:nth-child(2),
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post:nth-child(2),
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry:nth-child(2),
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post:nth-child(2),
.single-product .related-gift-guides-products .recent-posts-widget .hentry:nth-child(2) {
    -ms-grid-column: 3;
  }
  .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3),
.single .site #jp-relatedposts .jp-relatedposts-items .hentry:nth-child(3),
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post:nth-child(3),
.site #jp-relatedposts .recent-posts-widget .hentry:nth-child(3),
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post:nth-child(3),
.single .site-main .widget .jp-relatedposts-items .hentry:nth-child(3),
.site-main .widget .recent-posts-widget .jp-relatedposts-post:nth-child(3),
.site-main .widget .recent-posts-widget .hentry:nth-child(3),
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post:nth-child(3),
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry:nth-child(3),
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post:nth-child(3),
.single-product .related-gift-guides-products .recent-posts-widget .hentry:nth-child(3) {
    -ms-grid-column: 5;
  }
  .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(4),
.single .site #jp-relatedposts .jp-relatedposts-items .hentry:nth-child(4),
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post:nth-child(4),
.site #jp-relatedposts .recent-posts-widget .hentry:nth-child(4),
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post:nth-child(4),
.single .site-main .widget .jp-relatedposts-items .hentry:nth-child(4),
.site-main .widget .recent-posts-widget .jp-relatedposts-post:nth-child(4),
.site-main .widget .recent-posts-widget .hentry:nth-child(4),
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post:nth-child(4),
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry:nth-child(4),
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post:nth-child(4),
.single-product .related-gift-guides-products .recent-posts-widget .hentry:nth-child(4) {
    -ms-grid-column: 7;
  }
  .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry:hover,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post:hover,
.site #jp-relatedposts .recent-posts-widget .hentry:hover,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post:hover,
.single .site-main .widget .jp-relatedposts-items .hentry:hover,
.site-main .widget .recent-posts-widget .jp-relatedposts-post:hover,
.site-main .widget .recent-posts-widget .hentry:hover,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post:hover,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry:hover,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post:hover,
.single-product .related-gift-guides-products .recent-posts-widget .hentry:hover {
    opacity: 1;
  }
  .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .entry-title a,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry:hover .jp-relatedposts-post-title a,
.single .site #jp-relatedposts .jp-relatedposts-items .hentry:hover .entry-title a,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.site #jp-relatedposts .recent-posts-widget .jp-relatedposts-post:hover .entry-title a,
.site #jp-relatedposts .recent-posts-widget .hentry:hover .jp-relatedposts-post-title a,
.site #jp-relatedposts .recent-posts-widget .hentry:hover .entry-title a,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post:hover .entry-title a,
.single .site-main .widget .jp-relatedposts-items .hentry:hover .jp-relatedposts-post-title a,
.single .site-main .widget .jp-relatedposts-items .hentry:hover .entry-title a,
.site-main .widget .recent-posts-widget .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.site-main .widget .recent-posts-widget .jp-relatedposts-post:hover .entry-title a,
.site-main .widget .recent-posts-widget .hentry:hover .jp-relatedposts-post-title a,
.site-main .widget .recent-posts-widget .hentry:hover .entry-title a,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post:hover .entry-title a,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry:hover .jp-relatedposts-post-title a,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .hentry:hover .entry-title a,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.single-product .related-gift-guides-products .recent-posts-widget .jp-relatedposts-post:hover .entry-title a,
.single-product .related-gift-guides-products .recent-posts-widget .hentry:hover .jp-relatedposts-post-title a,
.single-product .related-gift-guides-products .recent-posts-widget .hentry:hover .entry-title a {
    color: #2573fa;
  }
}
.single .site #jp-relatedposts .jp-relatedposts-headline,
.site #jp-relatedposts .widget-title,
.single .site-main .widget .jp-relatedposts-headline,
.site-main .widget .widget-title,
.single .single-product .related-gift-guides-products .jp-relatedposts-headline,
.single-product .related-gift-guides-products .widget-title {
  color: #000;
  float: none;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 0.6em;
  text-transform: none;
}
.single .site #jp-relatedposts .jp-relatedposts-headline em::before,
.site #jp-relatedposts .widget-title em::before,
.single .site-main .widget .jp-relatedposts-headline em::before,
.site-main .widget .widget-title em::before,
.single .single-product .related-gift-guides-products .jp-relatedposts-headline em::before,
.single-product .related-gift-guides-products .widget-title em::before {
  display: none;
}
.site #jp-relatedposts .module-tagline,
.site-main .widget .module-tagline,
.single-product .related-gift-guides-products .module-tagline {
  color: #ccc;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: condensed;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.site #jp-relatedposts > .entry-category,
.site-main .widget > .entry-category,
.single-product .related-gift-guides-products > .entry-category {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title,
.site #jp-relatedposts .entry-title,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post-title,
.site-main .widget .entry-title,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post-title,
.single-product .related-gift-guides-products .entry-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4 !important;
  margin-bottom: 0;
  text-transform: none;
  -ms-grid-row: 2;
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title a,
.site #jp-relatedposts .entry-title a,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post-title a,
.site-main .widget .entry-title a,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post-title a,
.single-product .related-gift-guides-products .entry-title a {
  font-weight: 700;
  text-decoration: none !important;
}
.single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title a:hover, .single .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title a:focus,
.site #jp-relatedposts .entry-title a:hover,
.site #jp-relatedposts .entry-title a:focus,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post-title a:hover,
.single .site-main .widget .jp-relatedposts-items .jp-relatedposts-post-title a:focus,
.site-main .widget .entry-title a:hover,
.site-main .widget .entry-title a:focus,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post-title a:hover,
.single .single-product .related-gift-guides-products .jp-relatedposts-items .jp-relatedposts-post-title a:focus,
.single-product .related-gift-guides-products .entry-title a:hover,
.single-product .related-gift-guides-products .entry-title a:focus {
  color: #2573fa;
}
.site #jp-relatedposts .jp-relatedposts-post-context,
.site-main .widget .jp-relatedposts-post-context,
.single-product .related-gift-guides-products .jp-relatedposts-post-context {
  -ms-grid-row: 3;
}
.site #jp-relatedposts .jp-relatedposts-post-a,
.site-main .widget .jp-relatedposts-post-a,
.single-product .related-gift-guides-products .jp-relatedposts-post-a {
  color: #000;
}
.single .site #jp-relatedposts .jp-relatedposts-post-category,
.site #jp-relatedposts .product .entry-header,
.site #jp-relatedposts .entry-header .entry-subtitle,
.site #jp-relatedposts .entry-header .entry-category,
.site #jp-relatedposts .entry-content > p,
.site #jp-relatedposts .type-product .entry-content > .entry-metadata,
.site #jp-relatedposts .entry-author,
.site #jp-relatedposts .posted-on,
.site #jp-relatedposts .partnership,
.single .site-main .widget .jp-relatedposts-post-category,
.site-main .widget .product .entry-header,
.site-main .widget .entry-header .entry-subtitle,
.site-main .widget .entry-header .entry-category,
.site-main .widget .entry-content > p,
.site-main .widget .type-product .entry-content > .entry-metadata,
.site-main .widget .entry-author,
.site-main .widget .posted-on,
.site-main .widget .partnership,
.single .single-product .related-gift-guides-products .jp-relatedposts-post-category,
.single-product .related-gift-guides-products .product .entry-header,
.single-product .related-gift-guides-products .entry-header .entry-subtitle,
.single-product .related-gift-guides-products .entry-header .entry-category,
.single-product .related-gift-guides-products .entry-content > p,
.single-product .related-gift-guides-products .type-product .entry-content > .entry-metadata,
.single-product .related-gift-guides-products .entry-author,
.single-product .related-gift-guides-products .posted-on,
.single-product .related-gift-guides-products .partnership {
  display: none;
}

/**
 * Google Ad Styles
 */
.google-ad {
  line-height: 0;
  height: 0;
  position: relative;
}
.google-ad.refreshed {
  height: initial;
}
.google-ad iframe {
  margin: 0;
}
.post-type-archive-product .google-ad, .archive.tax-productguide .google-ad, .archive.tax-productcategory .google-ad {
  border-top: 0 none !important;
  grid-column: 1/end;
  grid-row: var(--buyguideadgridrowstart)/var(--buyguideadgridrowend);
  padding: 0;
}

.incontent-ad {
  width: 100%;
}
.blog .incontent-ad {
  text-align: center;
}
.single .hentry .incontent-ad {
  margin-top: 2.5em;
}
.single .hentry .incontent-ad iframe {
  width: 100%;
}
@media screen and (min-width: 57.8125em) {
  .single .featured .incontent-ad {
    margin-left: 0;
    margin-right: var(--negcolumngap);
    max-width: calc(100vw - var(--fixednavpluscolumngap));
  }
}
@media screen and (min-width: 61.25em) {
  .single .featured .incontent-ad {
    margin-right: calc(-100vw + var(--fixednavpluscolumngap) + 625px);
  }
}
@media screen and (min-width: 85.9375em) {
  .single .featured .incontent-ad {
    margin-right: calc(-50vw + 687.5px - 380px);
    max-width: calc(50vw - 687.5px + 1005px);
  }
}
.single .hentry ~ .incontent-ad {
  border-top: 0 none !important;
}
.single .hentry ~ .incontent-ad:not(.refreshed) {
  padding: 0;
}
.single .hentry ~ .incontent-ad.refreshed {
  padding-top: 0;
}
.incontent-ad > div {
  width: 100% !important;
}

.gallery-ad {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.fullpage-ad ~ article.featured {
  margin-top: 15px;
}
.fullpage-ad.refreshed {
  height: 70vh;
  min-height: 768px;
}
@media screen and (max-width: 57.8025em) {
  .fullpage-ad {
    display: none;
  }
}
.fullpage-ad iframe {
  height: 70vh;
  min-height: 768px;
  width: 100%;
}
.single .fullpage-ad {
  left: 0;
  margin-left: calc(0px - var(--fixednavwidth) - var(--columngap));
  margin-right: var(--negcolumngap);
  position: relative;
  width: 100vw;
  z-index: 100;
}
.single .fullpage-ad.refreshed {
  height: 100vh;
}
@media screen and (min-width: 85.9375em) {
  .single .fullpage-ad {
    margin-left: calc(-50vw + 687.5px - var(--fixednavwidth) - var(--columngap));
    margin-right: calc(var(--negcolumngap) + -50vw + 687.5px);
  }
}
.single .fullpage-ad iframe {
  height: 100vh;
}

/**
 * Buy Guide
 */
.active-product-categories {
  display: flex;
  flex-wrap: wrap;
}
.active-product-categories:not(:empty) {
  margin-bottom: 10px;
}
.active-product-categories .active-product-filter {
  background: #d9d9d9;
  border-radius: 13px;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 10px 10px 0;
  padding: 6px 8px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.active-product-categories .active-product-filter::after {
  color: #fff;
  content: "×";
  font-size: 1.3em;
  font-weight: 400;
  line-height: 0.8;
  margin-left: 7px;
}
.active-product-categories .active-product-filter:hover, .active-product-categories .active-product-filter:focus {
  background: #ebebeb;
  color: rgba(0, 0, 0, 0.8);
}
.active-product-categories .active-product-filter:hover::after, .active-product-categories .active-product-filter:focus::after {
  color: #2573fa;
  font-weight: 700;
}

.product-grid-wrap {
  display: flex;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .product-grid-wrap {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) [end];
  }
  @media screen and (max-width: 29.99em) {
    .product-grid-wrap {
      grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) [end];
    }
  }
  @media screen and (min-width: 43.75em) {
    .product-grid-wrap {
      grid-gap: 8px;
    }
  }
  @media screen and (min-width: 57.8125em) {
    .product-grid-wrap {
      grid-gap: 6px;
    }
  }
}

.post-type-archive-product .product,
.archive.tax-productguide .product,
.archive.tax-productcategory .product {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin: 0;
  outline: none;
  padding: 0;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  width: 25%;
}
@supports (display: grid) {
  .post-type-archive-product .product,
.archive.tax-productguide .product,
.archive.tax-productcategory .product {
    display: grid;
    grid-template-columns: auto [end];
    width: initial;
  }
}
.post-type-archive-product .product::before, .post-type-archive-product .product::after,
.archive.tax-productguide .product::before,
.archive.tax-productguide .product::after,
.archive.tax-productcategory .product::before,
.archive.tax-productcategory .product::after {
  display: none;
}
@supports (display: grid) {
  .post-type-archive-product .product img,
.archive.tax-productguide .product img,
.archive.tax-productcategory .product img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
  }
}
.post-type-archive-product .product.product-open,
.archive.tax-productguide .product.product-open,
.archive.tax-productcategory .product.product-open {
  background: #000;
  left: 0;
  padding: 20px 20px 40px;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: -ms-grid;
  -ms-grid-columns: 300px 35px auto;
}
@media screen and (min-width: 30em) {
  .post-type-archive-product .product.product-open,
.archive.tax-productguide .product.product-open,
.archive.tax-productcategory .product.product-open {
    padding-top: 35px !important;
    padding-right: 35px;
    padding-bottom: 35px;
  }
}
@supports (display: grid) {
  .post-type-archive-product .product.product-open,
.archive.tax-productguide .product.product-open,
.archive.tax-productcategory .product.product-open {
    position: relative;
    grid-column: 1/end;
    grid-row: 1/span 2;
    grid-column-gap: 4.5%;
    grid-template-columns: 300px auto [end];
  }
}
@media screen and (max-width: 45.3125em), (min-width: 57.8125em) and (max-width: 76em) {
  .post-type-archive-product .product.product-open,
.archive.tax-productguide .product.product-open,
.archive.tax-productcategory .product.product-open {
    -ms-grid-columns: 1fr;
  }
  @supports (display: grid) {
    .post-type-archive-product .product.product-open,
.archive.tax-productguide .product.product-open,
.archive.tax-productcategory .product.product-open {
      grid-template-columns: 1fr;
      grid-column-gap: 0;
    }
  }
  .post-type-archive-product .product.product-open img,
.archive.tax-productguide .product.product-open img,
.archive.tax-productcategory .product.product-open img {
    width: auto;
  }
}
.post-type-archive-product .product.product-open img,
.archive.tax-productguide .product.product-open img,
.archive.tax-productcategory .product.product-open img {
  -ms-grid-row: 2;
}
@supports (display: grid) {
  .post-type-archive-product .product.product-open img,
.archive.tax-productguide .product.product-open img,
.archive.tax-productcategory .product.product-open img {
    grid-row: 2/3;
  }
}

.product-grid-item-overlay {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  padding: 14% 11%;
  position: absolute;
  transition: opacity 0.3s ease;
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  display: -ms-grid;
  -ms-grid-columns: 70% 30%;
  -ms-grid-rows: auto 2fr auto;
}
@supports (display: grid) {
  .product-grid-item-overlay {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto 2fr auto;
  }
}
@media screen and (min-width: 21.25em) and (max-width: 29.99em) {
  .product-grid-item-overlay {
    padding: 8%;
  }
}
.product:hover .product-grid-item-overlay, .product.focus .product-grid-item-overlay, .product-open .product-grid-item-overlay, .product-grid-item-overlay.visible {
  opacity: 1;
}
.product-open .product-grid-item-overlay {
  background: none;
  cursor: initial;
  height: auto;
  padding: 0;
  position: static;
  -ms-grid-column-span: 3;
  -ms-grid-columns: 300px 35px auto;
}
@supports (display: grid) {
  .product-open .product-grid-item-overlay {
    grid-column: 1/end;
    grid-column-gap: 4.5%;
    grid-template-columns: 300px auto [end];
  }
}
@media screen and (max-width: 45.3125em), (min-width: 57.8125em) and (max-width: 76em) {
  .product-open .product-grid-item-overlay {
    -ms-grid-columns: 1fr;
  }
  @supports (display: grid) {
    .product-open .product-grid-item-overlay {
      grid-template-columns: 1fr;
      grid-column-gap: 0;
    }
  }
}

.product-brand-name {
  color: #2573fa;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.product-grid-item-overlay .product-brand-name {
  height: 36px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-grid-column-span: 3;
}
@supports (display: grid) {
  .product-grid-item-overlay .product-brand-name {
    grid-column: 1/end;
  }
}
@media screen and (min-width: 21.25em) and (max-width: 29.99em) {
  .product-grid-item-overlay .product-brand-name {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 85.9375em) {
  .product-grid-item-overlay .product-brand-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.product-open .product-brand-name {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 30em) {
  .product-open .product-brand-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 76em) {
  .product-open .product-brand-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.single .product-brand-name, .single-product .product-brand-name, .blog .product-brand-name, .search .product-brand-name {
  font-size: 18px;
  font-size: 1.125rem;
}

.product-title .long-title {
  font-size: 90%;
}
.product-title .long-word {
  hyphens: auto;
}
.product-title .long-word::before {
  content: "\a";
  display: block;
  height: 0;
  white-space: pre;
}
.product-grid-item-overlay .product-title {
  max-height: 80px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 0.9 !important;
  margin-right: -6px;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
}
@supports (display: grid) {
  .product-grid-item-overlay .product-title {
    grid-column: 1/end;
  }
}
@media screen and (min-width: 21.25em) and (max-width: 29.99em) {
  .product-grid-item-overlay .product-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1 !important;
  }
}
.product-open .product-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 0.9;
  margin-bottom: 10px;
}
.product-open .product-title .long-word::before {
  display: none;
}
@media screen and (max-width: 29.99em) {
  .product-open .product-title .long-word::before {
    display: block;
  }
}
@media screen and (min-width: 30em) {
  .product-open .product-title {
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 28px;
  }
}

.product-price {
  color: #ccc;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: condensed;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0.6em 0;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.product-grid-item-overlay .product-price {
  margin: 0;
}
.product-open .product-price {
  margin-bottom: -20px;
  -ms-grid-column: 3;
}
@supports (display: grid) {
  .product-open .product-price {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 45.3125em), (min-width: 57.8125em) and (max-width: 76em) {
  .product-open .product-price {
    margin-bottom: 30px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  @supports (display: grid) {
    .product-open .product-price {
      grid-column: 1/end;
    }
  }
}
.product-open .visible .product-price {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@supports (display: grid) {
  .product-open .visible .product-price {
    grid-column: 1/end;
  }
}

.product-expand {
  background-color: #fff;
  color: #2573fa;
  cursor: pointer;
  justify-self: end;
  line-height: 1;
  padding: 3px 8px 5px;
  transition: color 0.2s ease, background 0.2s ease;
  display: -ms-grid;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.product-expand::before {
  content: "+";
}
.product-expand:hover, .product-expand:focus {
  background-color: #2573fa;
  color: #fff !important;
}
.product-open .product-expand {
  background: none;
  color: #ccc;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8;
  padding: 8px 13px 13px;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: color 0.2s ease;
  z-index: 1;
}
@media screen and (min-width: 30em) {
  .product-open .product-expand {
    right: 20px;
    top: 16px;
  }
}
.product-open .product-expand::before {
  content: "×";
}
.product-open .product-expand:hover, .product-open .product-expand:focus {
  background: none;
  color: #2573fa !important;
}

.product-details {
  color: #f2f2f2;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 24px;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  -ms-grid-columns: auto auto 2fr;
  -ms-grid-rows: 2fr auto;
}
@supports (display: grid) {
  .product-details {
    grid-template-columns: auto auto 2fr [end];
    grid-template-rows: 2fr auto;
  }
}
@media screen and (max-width: 45.3125em), (min-width: 57.8125em) and (max-width: 76em) {
  .product-details {
    grid-column: 1/end;
  }
}
.product-open .product-details {
  display: -ms-grid;
}
@supports (display: grid) {
  .product-open .product-details {
    display: grid;
  }
}
.visible + .product-details {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@supports (display: grid) {
  .visible + .product-details {
    grid-column: 1/end;
  }
}
.product-details > p:first-child {
  margin-bottom: 30px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@supports (display: grid) {
  .product-details > p:first-child {
    grid-column: 1/end;
  }
}
.product-details .entry-metadata {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
}
@supports (display: grid) {
  .product-details .entry-metadata {
    grid-column: 1/end;
    grid-row: 2/3;
  }
}
.product-details .product-buy-button {
  margin: 0;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
@supports (display: grid) {
  .product-details .product-buy-button {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.product-details .sharedaddy {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.product-details .sharedaddy .sd-social-icon .sd-content ul li:not([class*=share-]) .share-more {
  color: #fff !important;
}
@media screen and (max-width: 30em) {
  .product-details .sharedaddy {
    padding: 6px;
  }
  .product-details .sharedaddy li[class*=share-] a {
    padding: 5px !important;
  }
}
@media screen and (max-width: 21.25em) {
  .product-details .sharedaddy li[class*=share-] a {
    padding: 5px 3px !important;
  }
}

.product-buy-button a {
  background: #2573fa;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  height: 100%;
  padding: 8px 22px;
}
.product-buy-button a:hover, .product-buy-button a:focus {
  background-color: #e9e9e9;
  color: #2573fa;
}
@media screen and (min-width: 76em) {
  .product-buy-button a {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 25px;
  }
}
@media screen and (min-width: 45.3125em) and (max-width: 51.74em) {
  .product-buy-button a {
    padding: 8px 18px;
  }
}
@media screen and (max-width: 30em) {
  .product-buy-button a {
    padding: 6px 16px;
  }
}

.no-product-matches {
  -ms-grid-column-span: 4;
}
@supports (display: grid) {
  .no-product-matches {
    grid-column: 1/end;
  }
}

/**
 * City Guide
 */
/**
 * MailChimp Form Styles
 */
#mc_embed_signup form {
  background: #000;
  color: #ccc;
  margin: 32px 0;
  padding: var(--columngap);
}
#mc_embed_signup form h2 {
  color: #ccc;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: condensed;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0.2em 0 0.4em;
}
#mc_embed_signup .indicates-required {
  float: right;
  line-height: 1;
}
#mc_embed_signup .button {
  margin-bottom: 0.2em;
}

/**
 * Print Styles
 */
@media print {
  .site-header .secondary-menus,
.site-header .sidebar-toggle,
.site-header .main-navigation,
.site-footer,
.single .hentry:nth-of-type(n+2),
.sharedaddy,
.product-buy-button,
.google-ad,
.scroll-indicator-wrapper,
.posted-in,
.navigation,
.jp-relatedposts,
.alnp-header,
.author-social-links,
.author-link,
.edit-link,
.widget {
    display: none !important;
  }

  .site {
    background: none;
  }

  .site-header {
    position: static;
  }

  .site-branding {
    max-width: none;
  }

  .site-content {
    margin: 0;
  }

  .home .site-main::before {
    border-bottom: 4px solid #e9e9e9;
    content: "Home";
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1;
    width: 100%;
  }

  .home .site-main::before,
.page-header {
    padding-bottom: 2rem;
    margin-bottom: 1rem !important;
  }

  .blog .hentry:not(.featured),
.archive .hentry:not(.featured) {
    border: 0 none !important;
    padding: 1em 0;
    page-break-after: always;
  }
  .blog .hentry:not(.featured):last-of-type,
.archive .hentry:not(.featured):last-of-type {
    page-break-after: auto;
  }
  .blog .hentry.featured,
.archive .hentry.featured {
    border: 0 none !important;
    padding: 1em 0;
    page-break-inside: avoid;
  }
  .blog .hentry.featured + .hentry:not(.featured),
.blog .hentry.featured + .google-ad + .infinite-loader + .hentry:not(.featured),
.blog .hentry.featured + .google-ad + .two-column > .hentry:not(.featured):first-of-type,
.blog .hentry.featured + .widget + .google-ad + .two-column > .hentry:not(.featured):first-of-type,
.archive .hentry.featured + .hentry:not(.featured),
.archive .hentry.featured + .google-ad + .infinite-loader + .hentry:not(.featured),
.archive .hentry.featured + .google-ad + .two-column > .hentry:not(.featured):first-of-type,
.archive .hentry.featured + .widget + .google-ad + .two-column > .hentry:not(.featured):first-of-type {
    page-break-before: always;
  }

  .entry-header-background,
.entry-header-wrapper {
    background: none !important;
    height: auto !important;
    position: static !important;
  }

  .entry-header {
    animation: none !important;
    transform: none !important;
  }

  .partnership-post .partnership {
    background: none;
    padding: 0;
    position: static;
  }

  .entry-content {
    padding: 0 !important;
  }

  .post-type-archive-product .product.product-open,
.archive.tax-productguide .product.product-open,
.archive.tax-productcategory .product.product-open {
    background: none;
  }
  .post-type-archive-product .product-title,
.post-type-archive-product .product-details,
.archive.tax-productguide .product-title,
.archive.tax-productguide .product-details,
.archive.tax-productcategory .product-title,
.archive.tax-productcategory .product-details {
    color: #000;
  }

  .entry-header .entry-subtitle,
blockquote {
    font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: normal;
    max-width: initial;
  }

  blockquote {
    background: none;
    border: 4px solid #e9e9e9;
  }

  img {
    display: block;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .single .author-info {
    border: 0 none;
    margin: 0;
  }
}
