@charset "UTF-8";
/*!
Theme Name: bumblebee
Theme URI: http://underscores.me/
Author: Facundo Farias
Author URI: https://facundofarias.com.ar
Description: A black and yellow theme
Version: 21.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bumblebee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

.entry-title {
  font-weight: 700;
}

.title {
  font-weight: 700;
}

a {
  border-bottom: 1px solid;
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: none;
}

.dek a {
  color: var(--link-color);
  border-bottom: 1px solid;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.pure-button:focus, a:active, a:hover {
  outline: 0;
}

.pure-table, table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre, textarea {
  overflow: auto;
}

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

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

.pure-button, input {
  line-height: normal;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

.pure-button, .pure-form input:not([type]), .pure-menu {
  box-sizing: border-box;
}

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

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

legend, td, th {
  padding: 0;
}

legend {
  border: 0;
}

.hidden, [hidden] {
  display: none !important;
}

.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u, .pure-u-1, .pure-u-1-1, .pure-u-1-12, .pure-u-1-2, .pure-u-1-24, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-2-24, .pure-u-2-3, .pure-u-2-5, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24, .pure-u-3-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-4-24, .pure-u-4-5, .pure-u-5-12, .pure-u-5-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-6-24, .pure-u-7-12, .pure-u-7-24, .pure-u-7-8, .pure-u-8-24, .pure-u-9-24 {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  display: inline-block;
  zoom: 1;
}

.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-10-24, .pure-u-5-12 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-14-24, .pure-u-7-12 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-15-24, .pure-u-5-8 {
  width: 62.5%;
}

.pure-u-16-24, .pure-u-2-3 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-18-24, .pure-u-3-4 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-20-24, .pure-u-5-6 {
  width: 83.3333%;
}

.pure-u-21-24, .pure-u-7-8 {
  width: 87.5%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5 {
  width: 100%;
}

.pure-button {
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-group {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}

.opera-only :-o-prefocus, .pure-button-group {
  word-spacing: -0.43em;
}

.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #999;
  border: transparent;
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}

.pure-button-hover, .pure-button:focus, .pure-button:hover {
  filter: alpha(opacity=90);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button-active, .pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

.pure-button-disabled, .pure-button-disabled:active, .pure-button-disabled:focus, .pure-button-disabled:hover, .pure-button[disabled] {
  border: none;
  background-image: none;
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #111;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}

.pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=tel], .pure-form input[type=color], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=text], .pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
}

.pure-form input[type=color] {
  padding: 0.2em 0.5em;
}

.pure-form input:not([type]):focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=text]:focus, .pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input[type=file]:focus, .pure-form input[type=checkbox]:focus, .pure-form input[type=radio]:focus {
  outline: #129FEA auto 1px;
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input:not([type])[disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=text][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}

.pure-form input:focus:invalid, .pure-form select:focus:invalid, .pure-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus {
  outline-color: #e9322d;
}

.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form label {
  margin: 0.5em 0 0.2em;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input:not([type]), .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=text], .pure-form-stacked label, .pure-form-stacked select, .pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

.pure-form-aligned .pure-help-inline, .pure-form-aligned input, .pure-form-aligned select, .pure-form-aligned textarea, .pure-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}

.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

.pure-form .pure-input-rounded, .pure-form input.pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}

.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}

.pure-form .pure-group input, .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}

.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
  z-index: 3;
}

.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}

.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}

.pure-form .pure-group button {
  margin: 0.35em 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-3-4 {
  width: 75%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

.pure-form .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]), .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=tel], .pure-form input[type=color], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=text], .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]), .pure-group input[type=password], .pure-group input[type=email], .pure-group input[type=url], .pure-group input[type=date], .pure-group input[type=month], .pure-group input[type=time], .pure-group input[type=datetime], .pure-group input[type=datetime-local], .pure-group input[type=week], .pure-group input[type=tel], .pure-group input[type=color], .pure-group input[type=number], .pure-group input[type=search], .pure-group input[type=text] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .pure-form .pure-help-inline, .pure-form-message, .pure-form-message-inline {
    display: block;
    font-size: 0.75em;
    padding: 0.2em 0 0.8em;
  }
}
.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.pure-menu-item, .pure-menu-list {
  position: relative;
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}

.pure-menu-heading, .pure-menu-link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.pure-menu-item .pure-menu-item {
  display: block;
}

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}

.pure-menu-active > .pure-menu-children, .pure-menu-allow-hover:hover > .pure-menu-children {
  display: block;
  position: absolute;
}

.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "▸";
  font-size: small;
}

.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "▾";
}

.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
  display: block;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none;
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator, .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto;
}

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}

.pure-menu-link {
  color: #777;
}

.pure-menu-children {
  background-color: #fff;
}

.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
  padding: 0.5em 1em;
}

.pure-menu-disabled {
  opacity: 0.5;
}

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
  background-color: #eee;
}

.pure-menu-selected .pure-menu-link, .pure-menu-selected .pure-menu-link:visited {
  color: #000;
}

.pure-table {
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.pure-table td, .pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}

.pure-table td:first-child, .pure-table th:first-child {
  border-left-width: 0;
}

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

.pure-table td {
  background-color: transparent;
}

.pure-table-odd td, .pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.pure-table-horizontal td, .pure-table-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-12, .pure-u-sm-1-2, .pure-u-sm-1-24, .pure-u-sm-1-3, .pure-u-sm-1-4, .pure-u-sm-1-5, .pure-u-sm-1-6, .pure-u-sm-1-8, .pure-u-sm-10-24, .pure-u-sm-11-12, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-2-24, .pure-u-sm-2-3, .pure-u-sm-2-5, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24, .pure-u-sm-3-24, .pure-u-sm-3-4, .pure-u-sm-3-5, .pure-u-sm-3-8, .pure-u-sm-4-24, .pure-u-sm-4-5, .pure-u-sm-5-12, .pure-u-sm-5-24, .pure-u-sm-5-5, .pure-u-sm-5-6, .pure-u-sm-5-8, .pure-u-sm-6-24, .pure-u-sm-7-12, .pure-u-sm-7-24, .pure-u-sm-7-8, .pure-u-sm-8-24, .pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-10-24, .pure-u-sm-5-12 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-14-24, .pure-u-sm-7-12 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-15-24, .pure-u-sm-5-8 {
    width: 62.5%;
  }
  .pure-u-sm-16-24, .pure-u-sm-2-3 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-18-24, .pure-u-sm-3-4 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-20-24, .pure-u-sm-5-6 {
    width: 83.3333%;
  }
  .pure-u-sm-21-24, .pure-u-sm-7-8 {
    width: 87.5%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-24-24, .pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-12, .pure-u-md-1-2, .pure-u-md-1-24, .pure-u-md-1-3, .pure-u-md-1-4, .pure-u-md-1-5, .pure-u-md-1-6, .pure-u-md-1-8, .pure-u-md-10-24, .pure-u-md-11-12, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-2-24, .pure-u-md-2-3, .pure-u-md-2-5, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24, .pure-u-md-3-24, .pure-u-md-3-4, .pure-u-md-3-5, .pure-u-md-3-8, .pure-u-md-4-24, .pure-u-md-4-5, .pure-u-md-5-12, .pure-u-md-5-24, .pure-u-md-5-5, .pure-u-md-5-6, .pure-u-md-5-8, .pure-u-md-6-24, .pure-u-md-7-12, .pure-u-md-7-24, .pure-u-md-7-8, .pure-u-md-8-24, .pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-10-24, .pure-u-md-5-12 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-14-24, .pure-u-md-7-12 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-15-24, .pure-u-md-5-8 {
    width: 62.5%;
  }
  .pure-u-md-16-24, .pure-u-md-2-3 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-18-24, .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-20-24, .pure-u-md-5-6 {
    width: 83.3333%;
  }
  .pure-u-md-21-24, .pure-u-md-7-8 {
    width: 87.5%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-24-24, .pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-12, .pure-u-lg-1-2, .pure-u-lg-1-24, .pure-u-lg-1-3, .pure-u-lg-1-4, .pure-u-lg-1-5, .pure-u-lg-1-6, .pure-u-lg-1-8, .pure-u-lg-10-24, .pure-u-lg-11-12, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-2-24, .pure-u-lg-2-3, .pure-u-lg-2-5, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24, .pure-u-lg-3-24, .pure-u-lg-3-4, .pure-u-lg-3-5, .pure-u-lg-3-8, .pure-u-lg-4-24, .pure-u-lg-4-5, .pure-u-lg-5-12, .pure-u-lg-5-24, .pure-u-lg-5-5, .pure-u-lg-5-6, .pure-u-lg-5-8, .pure-u-lg-6-24, .pure-u-lg-7-12, .pure-u-lg-7-24, .pure-u-lg-7-8, .pure-u-lg-8-24, .pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-10-24, .pure-u-lg-5-12 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-14-24, .pure-u-lg-7-12 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-15-24, .pure-u-lg-5-8 {
    width: 62.5%;
  }
  .pure-u-lg-16-24, .pure-u-lg-2-3 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-18-24, .pure-u-lg-3-4 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-20-24, .pure-u-lg-5-6 {
    width: 83.3333%;
  }
  .pure-u-lg-21-24, .pure-u-lg-7-8 {
    width: 87.5%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-24-24, .pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-12, .pure-u-xl-1-2, .pure-u-xl-1-24, .pure-u-xl-1-3, .pure-u-xl-1-4, .pure-u-xl-1-5, .pure-u-xl-1-6, .pure-u-xl-1-8, .pure-u-xl-10-24, .pure-u-xl-11-12, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-2-24, .pure-u-xl-2-3, .pure-u-xl-2-5, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24, .pure-u-xl-3-24, .pure-u-xl-3-4, .pure-u-xl-3-5, .pure-u-xl-3-8, .pure-u-xl-4-24, .pure-u-xl-4-5, .pure-u-xl-5-12, .pure-u-xl-5-24, .pure-u-xl-5-5, .pure-u-xl-5-6, .pure-u-xl-5-8, .pure-u-xl-6-24, .pure-u-xl-7-12, .pure-u-xl-7-24, .pure-u-xl-7-8, .pure-u-xl-8-24, .pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-10-24, .pure-u-xl-5-12 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-14-24, .pure-u-xl-7-12 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-15-24, .pure-u-xl-5-8 {
    width: 62.5%;
  }
  .pure-u-xl-16-24, .pure-u-xl-2-3 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-18-24, .pure-u-xl-3-4 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-20-24, .pure-u-xl-5-6 {
    width: 83.3333%;
  }
  .pure-u-xl-21-24, .pure-u-xl-7-8 {
    width: 87.5%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-24-24, .pure-u-xl-5-5 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

#content {
  max-width: 1260px;
  margin: 0 auto;
}

.post-date {
  color: #888;
}
.post-date.updated-date {
  font-size: 14px;
}
.post-date.published-date {
  border-top: 1px dotted;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: italic;
  padding-top: 10px;
}

#brand-container {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
}

figure {
  margin: 0;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone,
.alignnone img {
  display: inline-block;
  margin: 5px 20px 20px 0;
}

.alignleft,
.alignleft img {
  float: left;
  text-align: left;
}

.alignright,
.alignright img {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright,
a.alignleft img,
a.alignnone img,
a.alignright img {
  max-width: 100%;
}

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

img.alignnone,
.alignnone,
.alignnone img {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft,
.alignleft img {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright,
.alignright img {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.content p.wp-caption-text {
  margin-bottom: 0;
}

.content .wp-audio-shortcode,
.content .wp-playlist,
.content .wp-video {
  margin: 0 0 28px;
}

.ntv-preview-img-wrapper a {
  border: none;
}

body {
  background-color: #fff;
  color: #444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.pure-g,
.pure-g [class*=pure-u] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444;
}

/* ## Headings
--------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 20px;
}

h1,
.h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}

h2,
.h2 {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

p,
ul {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

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

/* ## WordPress
--------------------------------------------- */
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  clear: both;
}
p img {
  width: inherit;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone,
.alignnone img {
  display: inline-block;
  margin: 5px 20px 20px 0;
}

.alignleft,
.alignleft img {
  float: left;
  text-align: left;
}

.alignright,
.alignright img {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright,
a.alignleft img,
a.alignnone img,
a.alignright img {
  max-width: 100%;
  width: inherit;
}

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

img.alignnone,
.alignnone,
.alignnone img {
  margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft,
.alignleft img {
  margin: 0 24px 24px 0;
  width: inherit;
}

a.alignright,
img.alignright,
.wp-caption.alignright,
.alignright img {
  margin: 0 0 24px 24px;
  width: inherit;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.content p.wp-caption-text {
  margin-bottom: 0;
}

.content .wp-audio-shortcode,
.content .wp-playlist,
.content .wp-video {
  margin: 0 0 28px;
}

.affiliate-disclaimer {
  border: 1px dotted;
  border-left: none;
  border-right: none;
  margin: 10px 0 15px;
}

.affiliate-disclaimer p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  font-style: italic;
  margin: 0;
  padding: 10px 0;
}

.brand-affiliate-link {
  font-style: italic;
  font-weight: 700;
}

.newsletter-sign-below-header.hide-on-mobile {
  background: linear-gradient(90deg, #fff 3px, transparent 0.5%) center, linear-gradient(#fff 3px, transparent 0.5%) center, #eaeaea;
  background-size: 5px 5px;
  padding: 6px 0 0;
  text-align: center;
  width: 100%;
}

.newsletter-signup-form {
  text-align: center;
  padding: 100px 0;
  background: aliceblue;
  box-shadow: 0 2px 7px 0 hsla(0, 0%, 57%, 0.35);
  margin: 10px 0;
}

.sidebar {
  position: sticky;
  text-align: center;
  top: 56px;
}

.full-width-ad {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.full-width-ad:not(.prearticle) {
  margin: 2rem 0;
}
.full-width-ad.prearticle {
  min-height: 300px;
}
.full-width-ad > .ad {
  margin: 0 auto;
}

.branding-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.branding-logo span {
  position: relative;
  margin-right: 0.5em;
}
.branding-logo img {
  width: auto;
}

.single-recipe .branding-logo,
.single-listicle .branding-logo,
.single-post .branding-logo {
  justify-content: left;
}

.social-menu li a {
  border-bottom: none !important;
  display: block;
  margin-bottom: 6px;
  padding: 0;
  height: 58px;
  width: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .social-menu li a {
    margin: auto;
  }
}
.social-menu li a:hover {
  background-color: transparent;
}
.social-menu li a img {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px #ddd;
  height: 32px;
  margin: 3px 0 0 15px;
  padding: 9px;
  width: 32px;
}
.social-menu li a img:hover {
  box-shadow: 0 0 10px #aaa;
}

.legacy-project-type {
  position: relative;
}
.legacy-project-type .social-menu-desktop {
  left: 0px;
}

.post-template-bakeable .social-menu-desktop {
  height: 67.735%;
}

.post-content {
  position: relative;
}

.social-menu-desktop {
  height: 100%;
  left: -62px;
  margin-top: 400px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 0;
}
.social-menu-desktop .social-menu {
  position: sticky;
  top: 180px;
  width: 100%;
  left: 30%;
  padding-right: 22px;
}
@media screen and (max-width: 1023px) {
  .social-menu-desktop .social-menu {
    display: flex;
    justify-content: center;
    left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .social-menu-desktop .social-menu li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 567px) {
  .social-menu-desktop .social-menu {
    justify-content: space-between;
  }
  .social-menu-desktop .social-menu li {
    margin: 0;
  }
  .social-menu-desktop .social-menu li a img {
    height: 28px;
    margin: 0;
    width: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .social-menu-desktop {
    height: auto !important;
    left: 0 !important;
    margin-top: 20px !important;
    margin-top: 10px !important;
    position: relative !important;
    top: 0 !important;
  }
}

.post-category-label {
  border-bottom: none !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.in-content-nl-container {
  background-color: #fff;
  box-shadow: 0 0 8px 1px hsla(0, 0%, 53%, 0.25);
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.in-content-nl-container .newsletter {
  padding: 20px;
}
.in-content-nl-container .newsletter h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.in-content-nl-container .newsletter form {
  display: flex;
  margin: 10px 10%;
  max-width: 80%;
}
.in-content-nl-container .newsletter form input {
  border-radius: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 10px;
  width: 70%;
}
.in-content-nl-container .newsletter form button {
  background-color: #ffc10e;
  border: 0;
  color: #000;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 0;
  text-transform: uppercase;
  transition: background 0.3s;
  width: 30%;
}
.in-content-nl-container .diyu-logo {
  background-color: #545454;
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  justify-content: space-between;
  text-align: center;
}
.in-content-nl-container .diyu-img {
  position: relative;
  width: 25%;
}
.in-content-nl-container .diyu-text {
  color: #FFFFFF;
  align-self: center;
  margin: 0;
  padding: 0 15px;
  width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .in-content-nl-container {
    margin: 0 30px 40px;
  }
}

.hide {
  display: none;
}

.full-width-nl {
  height: 500px;
  margin: -45px 0 -130px;
  position: relative;
}
.full-width-nl .nl-container {
  position: relative;
  z-index: 3;
  display: block;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .full-width-nl .nl-container {
    width: 740px;
  }
}
.full-width-nl .nl-container .newsletter {
  text-align: center;
}
.full-width-nl .nl-container .newsletter h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.full-width-nl .nl-container .newsletter form {
  width: 100%;
}
.full-width-nl .nl-container .newsletter form input {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-right: 0;
  color: #333333;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 16px 13px;
  width: 74%;
}
@media screen and (max-width: 567px) {
  .full-width-nl .nl-container .newsletter form input {
    width: 47%;
  }
}
.full-width-nl .nl-container .newsletter form button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  float: left;
  padding: 9px 15px;
  text-transform: uppercase;
  transition: background 0.3s;
  width: 19%;
  font-size: 16px;
}
@media screen and (max-width: 567px) {
  .full-width-nl .nl-container .newsletter form button {
    width: 40%;
  }
}
.full-width-nl .nl-container .diyu-logo {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
  text-align: center;
  position: relative;
}
.full-width-nl .nl-container .diyu-logo .diyu-text {
  align-self: center;
  color: #999;
  margin: 0 auto;
}
.full-width-nl .nl-container .diyu-logo .diyu-img {
  flex: 0 0 125px;
  padding: 15px;
  position: relative;
}
.full-width-nl .nl-container .diyu-logo .diyu-img:before {
  background: #aaaaaa;
  content: "";
  height: 80%;
  left: 0;
  margin-left: -1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
@media screen and (max-width: 768px) {
  .full-width-nl .nl-container {
    padding: 100px 20px 0;
    width: 90%;
  }
}
@media screen and (max-width: 979px) {
  .full-width-nl {
    height: 670px;
    margin: -50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .full-width-nl {
    margin: -40px auto 10px;
  }
}
@media screen and (max-width: 567px) {
  .full-width-nl {
    background-position: top left !important;
  }
}
@media screen and (max-width: 480px) {
  .full-width-nl {
    height: 760px;
  }
}
@media screen and (max-width: 480px) {
  .full-width-nl .nl-container .diyu-logo .diyu-img:before {
    display: none;
  }
}

.full-width-nl::before {
  background-color: #ffffff;
  content: "";
  display: block !important;
  height: 100%;
  margin-top: -56px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .full-width-nl::before {
    background-size: cover;
    margin-top: 0px;
  }
}
@media screen and (min-width: 769px) {
  .full-width-nl::before {
    background-repeat: no-repeat, no-repeat;
    background-position: 0, 100%;
  }
}
@media screen and (max-width: 768.98px) {
  .full-width-nl::before {
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
    background-size: cover;
    margin-top: -70px;
    opacity: 0.5;
  }
}

.jw-wrapper.jw-reset * {
  color: #FFFFFF;
}

.jw-flag-ads-vpaid {
  visibility: hidden !important;
}

.jw-flag-ads-vpaid:hover {
  visibility: visible !important;
  pointer-events: none;
  opacity: 1 !important;
  transition-delay: 0s, 250ms;
}

.jw-flag-ads-vpaid:hover:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar, .jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) {
  visibility: visible !important;
  pointer-events: none;
  opacity: 1 !important;
  transition-delay: 0s, 250ms;
}

.video-content-link a {
  border-bottom: none;
}

.newsletter-signup input {
  color: #333;
}

.dropcap-first-word {
  font-size: 4em !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
  margin: 0 1rem 1rem 0 !important;
  position: relative;
  top: 14px;
  padding-bottom: 5px !important;
  line-height: 30px;
}

.in-content-cmu-unit img {
  display: block;
}

.featured-image {
  margin: 10px 0 30px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.single #ads-container-single {
  overflow: hidden;
}
.single #ads-container-single .widgettitle {
  display: none;
}
.single #ads-container-single .textwidget.custom-html-widget,
.single #ads-container-single .in-content-cmu-unit {
  align-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.single #ads-container-single section.widget {
  height: 380px;
  overflow: hidden;
  width: 350px;
}
.single #ads-container-single section.widget .newsletter {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 75%;
  justify-content: center;
}
.single #ads-container-single section.widget .newsletter .diyu-logo {
  padding: 0;
}
.single #ads-container-single section.widget .newsletter form {
  margin: 10px auto;
}
.single #ads-container-single section.widget .newsletter form input {
  font-size: 16px;
}
.single #ads-container-single section.widget .newsletter form button {
  font-size: 14px;
}
.single #ads-container-single section.widget .diyu-logo {
  height: 25%;
}
@media (min-width: 1024px) {
  .single #ads-container-single {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .single #ads-container-single {
    height: 380px;
    margin: auto;
    max-width: 700px;
    width: 100%;
  }
  .single #ads-container-single section.widget {
    display: inline-block;
    margin: 0;
  }
  .single #ads-container-single .ad-container-wrapper {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .single #ads-container-single {
    align-items: center;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
  }
  .single #ads-container-single section.widget {
    overflow: hidden;
  }
  .single #ads-container-single div:nth-child(1) {
    margin: 0 0 10px;
  }
  .single #ads-container-single .ad:before {
    display: none;
  }
}

img.natural-width {
  width: -moz-min-content !important;
  width: min-content !important;
}

.bxc .bx-creative a {
  border-bottom: none;
}

/* OneTRUST Shield Icon */
.ot-floating-button {
  display: none;
}

.ad {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.ad::before {
  content: "";
  color: #9ca4ab;
  display: inline;
  font-size: 10px;
  letter-spacing: 0.05em;
  padding: 1px 0;
  text-align: center;
  text-transform: none;
}
.ad[data-ad-slot-name$=prearticle] > div {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ad[data-ad-slot-name$=prearticle] > div {
    max-height: 600px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .ad[data-ad-slot-name$=prearticle] > div {
    height: auto;
  }
}

aside.sidebar > div {
  display: block;
  margin-bottom: 10px;
}

.sponsor_ad_section {
  min-height: 23px;
}
.sponsor_ad_section .ad {
  display: block;
}
.sponsor_ad_section .ad-text::before {
  content: "";
}

.advertisement,
.project-top-advertisment {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 110px;
}
.advertisement div,
.project-top-advertisment div {
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .advertisement,
  .project-top-advertisment {
    min-height: 85px;
  }
  .advertisement > div,
  .project-top-advertisment > div {
    min-height: 85px;
  }
}

.ad-container-wrapper {
  min-height: 110px;
}
@media screen and (max-width: 769px) {
  .ad-container-wrapper {
    min-height: 270px;
  }
}
.ad-container-wrapper .ad {
  min-height: 110px;
}
@media screen and (max-width: 769px) {
  .ad-container-wrapper .ad {
    min-height: 270px;
    justify-content: flex-start;
  }
}

.pre-article-ad {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 110px;
}
@media screen and (max-width: 769px) {
  .pre-article-ad {
    min-height: 270px;
  }
}

.single-project .sticky-bottom-ad .ad-container-wrapper, .single-project .sticky-bottom-ad .ad-container-wrapper > div {
  height: auto;
}
@media screen and (max-width: 481px) {
  .single-project .sticky-bottom-ad .ad-container-wrapper {
    display: flex;
  }
}

.home .advertisement {
  height: auto;
}

.ad[data-ad-slot-name$="/rail_1"] {
  height: 620px;
}
.ad[data-ad-slot-name$="/rail_1"] > div {
  position: sticky;
  top: 110px;
}

.rail-inside-ads-label::before {
  color: #333;
  content: "Advertisement";
  position: sticky;
  top: 90px;
}

.CMRightRail-AD {
  width: 300px;
  height: 600px;
  margin: 15px auto 0;
}
.CMRightRail-AD > br:first-child {
  display: none;
}
.CMRightRail-AD img {
  display: block;
  width: 300px;
  height: 600px;
}

.sticky-ad {
  background: #FFFFFF;
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ad-text {
  color: #333;
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.cm-ad-unit-section {
  position: sticky;
  margin-bottom: 110px;
  top: 56px;
}

.project-after-content-rail {
  width: 300px;
  height: 275px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .project-after-content-rail {
    float: right;
    margin-top: -250px;
    position: sticky;
    top: 0;
  }
}

.dfp-blocked .ad-container-wrapper {
  display: none !important;
}

.sticky-ad-container {
  justify-content: start;
  height: 1500px;
  margin: 1em 0;
}
.sticky-ad-container:last-child {
  height: 100%;
}
.sticky-ad-container > .stickied-ad {
  position: sticky;
  top: 90px;
}
@media only screen and (max-width: 768px) {
  .sticky-ad-container {
    display: none;
  }
}

.single-recipe .sticky-ad-container > .stickied-ad {
  top: 180px;
}

/**
 * GLIDER AD
 */
@media only screen and (min-width: 769px) {
  .ad-container-wrapper.glide-on-desktop.ad-type-prearticle {
    min-height: var(--ad_prearticle_desktop_height) !important;
  }
}
@media only screen and (min-width: 769px) {
  .ad-container-wrapper.glide-on-desktop.ad-type-content {
    min-height: var(--ad_content_desktop_height) !important;
  }
}
.ad-container-wrapper.glide-on-desktop.ad-type-content.full-width-ad {
  align-items: start;
}
@media only screen and (min-width: 769px) {
  .ad-container-wrapper.glide-on-desktop {
    min-height: 400px;
  }
  .ad-container-wrapper.glide-on-desktop .ad {
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 769px) {
  .ad-container-wrapper.glide-on-mobile.ad-type-prearticle {
    min-height: var(--ad_prearticle_mobile_height) !important;
  }
}
@media only screen and (max-width: 769px) {
  .ad-container-wrapper.glide-on-mobile.ad-type-content {
    min-height: var(--ad_content_mobile_height) !important;
  }
}
.ad-container-wrapper.glide-on-mobile.ad-type-content.full-width-ad {
  align-items: start;
}
@media only screen and (max-width: 769px) {
  .ad-container-wrapper.glide-on-mobile {
    min-height: 200px;
  }
  .ad-container-wrapper.glide-on-mobile .ad {
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: sticky;
    top: 10px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 480px) {
  .ad-container-wrapper.glide-on-mobile .ad {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}

@media only screen and (min-width: 769px) {
  .has-recirc-strip .ad-container-wrapper.glide-on-desktop .ad {
    top: 180px;
  }
}
@media only screen and (max-width: 769px) {
  .has-recirc-strip .ad-container-wrapper.glide-on-mobile .ad {
    top: 70px;
  }
}

.error404 {
  background: none;
  background-color: #fff;
}
.error404 .page-content {
  margin: 0 auto;
  max-width: 1160px;
  padding: 40px 15px;
}
.error404 .page-content .content {
  display: flex;
  flex-wrap: wrap;
}
.error404 .page-content .content .textwidget {
  font-size: 18px;
  line-height: 29px;
}
.error404 .page-content .content h3 {
  font-size: 2em;
  margin-bottom: 25px;
}
.error404 .page-content .content h2 {
  font-size: 1.6em;
}
.error404 .page-content .content input {
  -webkit-appearance: none;
  border-radius: 0;
}
.error404 .page-content .content ul {
  padding-left: 0;
}
.error404 .page-content .content ul li {
  list-style-type: none;
}
.error404 .page-content .content ul li a {
  color: #444;
  font-size: 14px;
}
.error404 .page-content .content ul li a:hover {
  text-decoration: underline;
}
.error404 .page-content .content .search-form {
  height: auto;
  position: relative;
}
.error404 .page-content .content .search-form > .screen-reader-text {
  display: none;
}
.error404 .page-content .content .search-form label {
  width: calc(100% - 150px);
}
.error404 .page-content .content .search-form input[type=search] {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 20px;
  float: left;
  padding: 16px;
  width: 100%;
}
.error404 .page-content .content .search-form input[type=submit] {
  position: relative;
  border: 0;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 24px;
  text-transform: uppercase;
  transition: background 0.3s;
  white-space: normal;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .error404 .page-content .content .search-form input[type=submit] {
    width: auto;
  }
}
.error404 .page-content .content .search-form input[type=submit]:focus {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .error404 .page-content .content .search-form {
    position: inherit;
  }
}
.error404 .page-content .content section {
  font-size: 14px;
  flex-grow: 1;
  margin: 0 2% 2% 0;
  padding: 15px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .error404 .page-content .content section {
    margin: 1% 0;
    width: 100%;
  }
}
.error404 .page-content .content section:first-of-type,
.error404 .page-content .content section:nth-of-type(2) {
  margin: 0 0 2% 0;
  width: 100%;
}

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

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_cmu_right_rail_widget {
  margin: 2em auto 1em;
}
.widget_cmu_right_rail_widget img {
  max-width: 300px;
}

.site-branding {
  max-width: 1260px;
  margin: 0 auto;
  margin: 1em auto;
}

.single-recipe .recirc-module {
  margin: 0.7em 0em 1.5em;
}
.single-recipe .recirc-module h2 {
  border-bottom: 2px solid #eee;
  font-size: 26px;
  padding-bottom: 4px;
}
.single-recipe .recirc-module .item {
  line-height: 1;
}
.single-recipe .recirc-module .item a {
  border: none;
  color: #3e7eaa;
  line-height: 1px;
  text-decoration: none;
}
.single-recipe .recirc-module .item a img {
  margin-bottom: 0.3em;
}
.single-recipe .recirc-module .item a:hover {
  color: #3e7eaa;
  text-decoration: underline;
}
.single-recipe .recirc-module .item span {
  font-size: 11px;
  letter-spacing: 0.05em;
}
.single-recipe .recirc-module .recirc_img_wrapper {
  position: relative;
}
.single-recipe .recirc-module .recirc-play-icon {
  position: absolute;
  width: auto !important;
  height: auto;
  bottom: -5px;
}
.single-recipe .recirc-module .post-content a {
  border-bottom: none !important;
}
.single-recipe .read-next {
  width: 300px;
}
.single-recipe .read-next-heading {
  font-size: 24px;
  color: #8e8e8e;
  text-align: left;
}
.single-recipe .read-next__item {
  display: flex;
  margin-bottom: 10px;
  text-align: left;
}
.single-recipe .read-next__image {
  flex: 0 0 75px;
  margin-right: 10px;
}
.single-recipe .read-next__image a {
  color: #005278;
  text-decoration: none;
}
.single-recipe .read-next__image a .rr-image-wrapper {
  position: relative;
}
.single-recipe .read-next__image a .rr-image-wrapper img {
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.single-recipe .read-next__image a .rr-image-wrapper img.rr-play-icon {
  position: absolute;
  bottom: 9px;
  width: 25px;
  left: 0;
}
.single-recipe .read-next__title {
  line-height: 1.35;
}
.single-recipe .read-next__title a {
  color: #444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  border-bottom: none !important;
  transition: color 0.3s;
  font-weight: 600 !important;
}
.single-recipe .right-sidebar-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 1em;
}
.single-recipe .right-sidebar-container .first-container {
  min-height: 1500px;
}
.single-recipe .right-sidebar-container .first-container .wrap-container {
  position: sticky;
  top: 70px;
}
.single-recipe .right-sidebar-container .first-container .wrap-container .ad-container-wrapper {
  height: 275px;
}
.single-recipe .right-sidebar-container .first-container .wrap-container .ad-container-wrapper .ad {
  margin-bottom: 1em;
}
.single-recipe .right-sidebar-container .first-container .wrap-container .widget_read_next_right_rail {
  margin: 2em auto 1em;
  width: 300px;
}
.single-recipe .right-sidebar-container .widget_text.widget.widget_custom_html .textwidget {
  position: sticky;
  top: 70px;
}
.single-recipe .right-sidebar-container .widget_text.widget.widget_custom_html + .ad-container-wrapper {
  flex: 1 1 0%;
}
.single-recipe .right-sidebar-container .sidebar-widget-container.widget_text.widget.widget_custom_html {
  height: 1500px;
  padding-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .single-recipe .right-sidebar-container {
    display: none;
  }
}
.single-recipe #right-sidebar-container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .single-recipe #right-sidebar-container {
    display: none;
  }
}
.single-recipe #right-sidebar-container .ad-container-wrapper,
.single-recipe #right-sidebar-container .sticky-ad-container {
  min-height: 600px !important;
}

.single-listicle .ap-card-wrap,
.single-post .ap-card-wrap {
  display: flex;
  gap: 16px;
  margin: 40px 0;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .single-listicle .ap-card-wrap,
  .single-post .ap-card-wrap {
    flex-direction: column-reverse;
  }
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper,
.single-post .ap-card-wrap .ap-card-image-wrapper {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .single-listicle .ap-card-wrap .ap-card-image-wrapper,
  .single-post .ap-card-wrap .ap-card-image-wrapper {
    width: 100%;
  }
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container,
.single-post .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container img,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container img,
.single-post .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container img,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container img {
  display: block;
  height: auto;
  margin: auto;
  width: 100%;
  max-height: 100%;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container .ap-card-img-credit,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container .ap-card-img-credit,
.single-post .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container .ap-card-img-credit,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container .ap-card-img-credit {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.261px;
  padding: 4px;
  position: relative;
  right: 0;
  z-index: 1;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container .credits-overlay,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container .credits-overlay,
.single-post .ap-card-wrap .ap-card-image-wrapper .listicle-card-img-container .credits-overlay,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-img-container .credits-overlay {
  display: none;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap,
  .single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 5px 0;
  max-width: 308px;
  min-width: 220px;
  min-height: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap,
  .single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop,
  .single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button,
  .single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap,
  .single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop,
  .single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button {
    max-width: 100% !important;
  }
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a {
  background-color: var(--primary-brand-color, #9e9e9e);
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 47px;
  min-height: 48px;
  overflow: hidden;
  padding: 0px 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a .dollar-sign,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button .dollar-sign,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a .dollar-sign,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button .dollar-sign,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a .dollar-sign,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button .dollar-sign,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a .dollar-sign {
  font-size: 13px;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button .sales-price,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a .sales-price,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button .sales-price,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a .sales-price,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button .sales-price,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a .sales-price,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button .sales-price,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a .sales-price,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button .sales-price,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a .sales-price,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button .sales-price,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a .sales-price {
  margin-right: 0px;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button span,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a span,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button span,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a span,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button span,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a span,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button span,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a span,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button span,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a span,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button span,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a span {
  font-weight: 700;
}
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button:hover,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a:hover,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button:hover,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a:hover,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button:hover,
.single-listicle .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a:hover,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap .ap-card-button:hover,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .ap-card-button-wrap a:hover,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop .ap-card-button:hover,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button-shop a:hover,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button .ap-card-button:hover,
.single-post .ap-card-wrap .ap-card-image-wrapper .ap-card-buttons-wrap .listicle-page__cta-button a:hover {
  color: #fff;
}
.single-listicle .ap-card-wrap .ap-card-details,
.single-post .ap-card-wrap .ap-card-details {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  width: 308px;
}
@media screen and (max-width: 768px) {
  .single-listicle .ap-card-wrap .ap-card-details,
  .single-post .ap-card-wrap .ap-card-details {
    width: 100%;
    padding: 16px 0;
  }
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-header .ap-card-superlative,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-header .ap-card-superlative {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-transform: uppercase;
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-header .ap-card-title,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-header .ap-card-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-description p,
.single-post .ap-card-wrap .ap-card-details .ap-card-description p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .single-listicle .ap-card-wrap .ap-card-details .ap-card-description p,
  .single-post .ap-card-wrap .ap-card-details .ap-card-description p {
    text-align: justify;
  }
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer,
  .single-post .ap-card-wrap .ap-card-details .ap-card-details-footer {
    display: none;
  }
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 5px 0;
  max-width: 308px;
  min-width: 220px;
  min-height: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap,
  .single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop,
  .single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button,
  .single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap,
  .single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop,
  .single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button {
    max-width: 100% !important;
  }
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a {
  background-color: var(--primary-brand-color, #9e9e9e);
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 47px;
  min-height: 48px;
  overflow: hidden;
  padding: 0px 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button .dollar-sign,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a .dollar-sign,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button .dollar-sign,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a .dollar-sign,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button .dollar-sign,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a .dollar-sign,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button .dollar-sign,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a .dollar-sign {
  font-size: 13px;
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button .sales-price,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a .sales-price,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button .sales-price,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a .sales-price,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button .sales-price,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a .sales-price,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button .sales-price,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a .sales-price,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button .sales-price,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a .sales-price,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button .sales-price,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a .sales-price {
  margin-right: 0px;
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button span,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a span,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button span,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a span,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button span,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a span,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button span,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a span,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button span,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a span,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button span,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a span {
  font-weight: 700;
}
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button:hover,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a:hover,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button:hover,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a:hover,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button:hover,
.single-listicle .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a:hover,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap .ap-card-button:hover,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .ap-card-button-wrap a:hover,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop .ap-card-button:hover,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button-shop a:hover,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button .ap-card-button:hover,
.single-post .ap-card-wrap .ap-card-details .ap-card-details-footer .listicle-page__cta-button a:hover {
  color: #fff;
}
.single-listicle .ap-pros .pros-title,
.single-post .ap-pros .pros-title {
  font-size: 20px;
  font-weight: 700;
}
.single-listicle .ap-cons .cons-title,
.single-post .ap-cons .cons-title {
  font-size: 20px;
  font-weight: 700;
}

@media print {
  .single-project .sticky-utility-bar.sticky,
  .single-project #nl-cmu-wrapper,
  .single-project .main-navigation,
  .single-project .btn.next-project,
  .single-project .sponsor_ad_section,
  .single-project .sidebar,
  .single-project .right-sidebar-container,
  .single-project .img[alt=ADVERTISEMEMT],
  .single-project .ad,
  .single-project #breadcrumbs,
  .single-project .post-category-label,
  .single-project .project_plan_pdf,
  .single-project .social-menu-desktop,
  .single-project .newsletter-signup-content-widget,
  .single-project .non-contextual-video-container,
  .single-project .widget_tmbi_recirc_content,
  .single-project .introduction,
  .single-project .project-author,
  .single-project .jwplayer,
  .single-project .jw-reset,
  .single-project .right-sidebar-container,
  .single-project .bxc.bx-base,
  .single-project .ad-container-wrapper,
  .single-project .project-after-content-rail,
  .single-project .after-content,
  .single-project #right-sidebar-container,
  .single-project cnx,
  .single-project .main-navigation-2021,
  .single-project #gch-breadcrumbs-container,
  .single-project #gch-author-card-container .author-byline,
  .single-project #gch-social-share-container,
  .single-project .pinterest-button-container,
  .single-project .prearticle-dek-wrapper,
  .single-project .sticky-bottom-ad,
  .single-project .post-footer,
  .single-project footer,
  .single-project .hamburger-wrapper,
  .single-project #magazine-subscription-wrapper,
  .single-project #gch-mobile-featured-image,
  .single-project .pre-article-ad,
  .single-project #recirc-strip,
  .single-project .ads-between-cards,
  .single-project-legacy .sticky-utility-bar.sticky,
  .single-project-legacy #nl-cmu-wrapper,
  .single-project-legacy .main-navigation,
  .single-project-legacy .btn.next-project,
  .single-project-legacy .sponsor_ad_section,
  .single-project-legacy .sidebar,
  .single-project-legacy .right-sidebar-container,
  .single-project-legacy .img[alt=ADVERTISEMEMT],
  .single-project-legacy .ad,
  .single-project-legacy #breadcrumbs,
  .single-project-legacy .post-category-label,
  .single-project-legacy .project_plan_pdf,
  .single-project-legacy .social-menu-desktop,
  .single-project-legacy .newsletter-signup-content-widget,
  .single-project-legacy .non-contextual-video-container,
  .single-project-legacy .widget_tmbi_recirc_content,
  .single-project-legacy .introduction,
  .single-project-legacy .project-author,
  .single-project-legacy .jwplayer,
  .single-project-legacy .jw-reset,
  .single-project-legacy .right-sidebar-container,
  .single-project-legacy .bxc.bx-base,
  .single-project-legacy .ad-container-wrapper,
  .single-project-legacy .project-after-content-rail,
  .single-project-legacy .after-content,
  .single-project-legacy #right-sidebar-container,
  .single-project-legacy cnx,
  .single-project-legacy .main-navigation-2021,
  .single-project-legacy #gch-breadcrumbs-container,
  .single-project-legacy #gch-author-card-container .author-byline,
  .single-project-legacy #gch-social-share-container,
  .single-project-legacy .pinterest-button-container,
  .single-project-legacy .prearticle-dek-wrapper,
  .single-project-legacy .sticky-bottom-ad,
  .single-project-legacy .post-footer,
  .single-project-legacy footer,
  .single-project-legacy .hamburger-wrapper,
  .single-project-legacy #magazine-subscription-wrapper,
  .single-project-legacy #gch-mobile-featured-image,
  .single-project-legacy .pre-article-ad,
  .single-project-legacy #recirc-strip,
  .single-project-legacy .ads-between-cards {
    display: none !important;
  }
  .single-project *,
  .single-project-legacy * {
    color: #000000 !important;
  }
  .single-project header,
  .single-project-legacy header {
    position: relative !important;
  }
  .single-project img,
  .single-project p,
  .single-project-legacy img,
  .single-project-legacy p {
    page-break-after: auto;
    page-break-before: auto;
  }
  .single-project #gch-featured-image-container,
  .single-project-legacy #gch-featured-image-container {
    display: block !important;
  }
  .single-project #gch-title-container,
  .single-project-legacy #gch-title-container {
    margin-top: 0 !important;
  }
  .single-project h1,
  .single-project-legacy h1 {
    font-size: 28px !important;
  }
  .single-project h2,
  .single-project-legacy h2 {
    font-size: 24px !important;
  }
  .single-project h3,
  .single-project-legacy h3 {
    font-size: 20px !important;
  }
  .single-project h4,
  .single-project-legacy h4 {
    font-size: 16px !important;
  }
  .single-project p,
  .single-project a,
  .single-project ul,
  .single-project ol,
  .single-project li,
  .single-project-legacy p,
  .single-project-legacy a,
  .single-project-legacy ul,
  .single-project-legacy ol,
  .single-project-legacy li {
    font-size: 12px !important;
  }
  .single-project .project-single-card,
  .single-project-legacy .project-single-card {
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
  }
  .single-project .project-single-card.step h3,
  .single-project-legacy .project-single-card.step h3 {
    margin: -47px 0 0 100px !important;
    padding: 5px 10px !important;
  }
  .single-project .project-single-card.step p img,
  .single-project-legacy .project-single-card.step p img {
    margin: auto !important;
    width: 50% !important;
  }
  .single-project-legacy * {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
  }
  .single-project-legacy p {
    font-size: 14px !important;
  }
  .single-project-legacy h2 {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
  }
  .single-project-legacy .intro .details .byline {
    align-items: center;
    color: #000;
    display: grid;
    font-size: 16px;
    grid-template-columns: auto;
  }
  .single-project-legacy .intro .details dl dt {
    line-height: 15px;
  }
  .single-project-legacy .intro .details dl dl {
    padding-bottom: 5px !important;
  }
  .single-project-legacy .intro .details dl dl i {
    line-height: 0.5px;
  }
  .single-project-legacy .intro .type-project {
    font-size: 15px;
  }
  .single-project-legacy .intro .intro-paragraph {
    font-size: 20px !important;
  }
  .single-project-legacy .type-project .slideshow {
    background: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding: 0 !important;
  }
  .single-project-legacy .type-project .slideshow .navigation {
    display: none;
  }
  .single-project-legacy .type-project .slideshow .card {
    display: block !important;
  }
  .single-project-legacy .type-project p {
    font-size: 20px !important;
  }
  .single-project-legacy .card {
    display: table !important;
    margin-bottom: 0;
    width: 100%;
  }
  .single-project-legacy a.enlarge-button.highlight-enlarge {
    display: none !important;
  }
  .single-project-legacy .highlight {
    border: 1px solid #000;
    margin: auto;
    width: 100%;
  }
}
.fa.fa-share {
  background: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzNDQgMTAyNHExMzMgMCAyMjYuNSA5My41VDE2NjQgMTM0NHQtOTMuNSAyMjYuNVQxMzQ0IDE2NjR0LTIyNi41LTkzLjVUMTAyNCAxMzQ0cTAtMTIgMi0zNGwtMzYwLTE4MHEtOTIgODYtMjE4IDg2LTEzMyAwLTIyNi41LTkzLjVUMTI4IDg5NnQ5My41LTIyNi41VDQ0OCA1NzZxMTI2IDAgMjE4IDg2bDM2MC0xODBxLTItMjItMi0zNCAwLTEzMyA5My41LTIyNi41VDEzNDQgMTI4dDIyNi41IDkzLjVUMTY2NCA0NDh0LTkzLjUgMjI2LjVUMTM0NCA3NjhxLTEyNiAwLTIxOC04Nkw3NjYgODYycTIgMjIgMiAzNHQtMiAzNGwzNjAgMTgwcTkyLTg2IDIxOC04NnoiIGZpbGw9IiM5NTliYTUiPjwvcGF0aD48L3N2Zz4=") no-repeat;
  display: inline-block;
}
.fa.fa-next-arrow {
  background: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") no-repeat;
  display: inline-block;
  font-size: 25px !important;
}

.dropcap-first-word {
  font-size: 4em;
  font-family: "Georgia", serif;
  font-weight: bold;
  float: left;
  margin: 0 1rem 1rem 0;
  position: relative;
  top: 14px;
  padding-bottom: 5px;
  line-height: 30px;
}