@charset "UTF-8";
/* # Stylesheet header
---------------------------------------------------------------------------------------------------- */
/*
Theme Name: Bestpickist
Theme URI: https://www.bestpickist.com/
Description: This is the child theme created for the Genesis Framework.
Author: Bestpickist
Author URI: https://www.bestpickist.com/
Version: 3.0.1
Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks
Template: genesis
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Column Classes
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Gutenberg
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Google Map
	- Jetpack
- Skip Links
- Site Header
	- Before Footer
	- Title Area
	- Hero Section
- Site Navigation
	- Responsive Menu
	- Primary Menu
	- Secondary Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Site Footer
	- Before Footer
	- Footer Widgets
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible; }

progress,
sub,
sup {
  vertical-align: baseline; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
select {
  text-transform: none; }

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

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

*,
*:before,
*:after {
  box-sizing: inherit; }

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

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

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #C4C4C4;
  color: #171717;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400; }
  input:focus, input:focus,
  select:focus,
  select:focus,
  textarea:focus,
  textarea:focus {
    border: 1px solid #999;
    outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  opacity: 1;
  color: #171717; }

::-webkit-input-placeholder {
  color: #171717; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  border: 0;
  color: #fff;
  background-color: #E86324;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer; }
  button:focus, button:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  .button:focus,
  .button:hover {
    color: #fff;
    background-color: #E86324; }
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  .button.small {
    padding: 8px 16px; }
  button .entry-content:focus, button .entry-content:hover,
  input[type="button"] .entry-content:focus,
  input[type="button"] .entry-content:hover,
  input[type="reset"] .entry-content:focus,
  input[type="reset"] .entry-content:hover,
  input[type="submit"] .entry-content:focus,
  input[type="submit"] .entry-content:hover,
  .button .entry-content:focus,
  .button .entry-content:hover {
    color: #fff; }

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

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }
  .gallery img {
    height: auto;
    padding: 4px; }
    .gallery img:focus, .gallery img:hover {
      border: 1px solid #999;
      outline: none; }

.gallery-item {
  float: left;
  margin: 0;
  text-align: center; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: 33%; }
  .gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery-columns-6 .gallery-item {
    width: 16.6666%; }
  .gallery-columns-7 .gallery-item {
    width: 14.2857%; }
  .gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  color: #171717; }

h1 {
  font-size: 2.25rem;
  font-weight: 700; }

h2 {
  font-size: 1.875rem;
  font-weight: 700; }

h3 {
  font-size: 1.625rem; }
  .entry-content h3 {
    font-weight: 700; }

h4 {
  font-size: 1.25rem; }
  .entry-content h4 {
    font-weight: 500;
    margin-top: 0; }

h5 {
  font-size: 1.1875rem;
  font-weight: 400; }

h6 {
  font-size: 1.0625rem;
  font-weight: 400; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
object,
video,
.wp-caption {
  width: 100%;
  max-width: 100%; }

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

figure {
  margin: 0; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important; }

.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  /* Above WP toolbar. */
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #484848;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-weight: 700;
  text-decoration: none; }

.more-link {
  position: relative; }

/* ## Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left; }
  td:first-child {
    padding-left: 0; }

th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left; }
  th:first-child {
    padding-left: 0; }

/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 100%;
  /* 16px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/* Chrome fix */
body > div {
  font-size: 1rem; }

body {
  margin: 0;
  color: #484848;
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6; }
  body.page-boxed {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #f5f5f5;
    box-shadow: 0 0 20px rgba(72, 72, 72, 0.075); }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #E86324;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  a:focus, a:hover {
    color: #171717;
    text-decoration: none; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #171717;
  text-decoration: none; }

p {
  margin: 0 0 30px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse; }

b,
strong {
  font-weight: 700;
  color: #171717; }

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

mark {
  background: #ddd; }

blockquote {
  margin: 30px; }
  blockquote:before {
    display: block;
    position: relative;
    top: -10px;
    left: -20px;
    height: 0;
    font-size: 3rem;
    content: "\201C"; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Column Classes
--------------------------------------------- */
.full-width {
  width: 100%; }

@media (min-width: 896px) {
  .one-half,
  .one-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .two-thirds,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .four-fifths,
  .four-sixths,
  .five-sixths {
    float: left;
    margin-left: 2.5641%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.71795%; }
  .one-third,
  .two-sixths {
    width: 31.62393%; }
  .four-sixths,
  .two-thirds {
    width: 65.81197%; }
  .one-fourth {
    width: 23.07692%; }
  .three-fourths {
    width: 74.35897%; }
  .one-fifth {
    width: 17.94872%; }
  .two-fifths {
    width: 38.46154%; }
  .three-fifths {
    width: 58.97436%; }
  .four-fifths {
    width: 79.48718%; }
  .one-sixth {
    width: 14.52991%; }
  .five-sixths {
    width: 82.90598%; }
  .first {
    clear: both;
    margin-left: 0; } }

/* ## Site Container
--------------------------------------------- */
.site-container {
  background-color: #fff;
  word-wrap: break-word;
  -webkit-animation: fadein 1s;
  animation: fadein 1s; }
  .site-container button:disabled,
  .site-container button:disabled:hover,
  .site-container input:disabled,
  .site-container input:disabled:hover,
  .site-container input[type="button"]:disabled,
  .site-container input[type="button"]:disabled:hover,
  .site-container input[type="reset"]:disabled,
  .site-container input[type="reset"]:disabled:hover,
  .site-container input[type="submit"]:disabled,
  .site-container input[type="submit"]:disabled:hover {
    border-width: 0;
    color: #777;
    background-color: #eee;
    cursor: not-allowed; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.wrap,
.content-sidebar-wrap {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto; }
  .wrap .wrap,
  .content-sidebar-wrap .wrap {
    width: 100%;
    min-width: 100%; }

.content-sidebar-wrap {
  margin: 4rem auto; }
  @media (min-width: 896px) {
    .content-sidebar-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .sidebar-content .content-sidebar-wrap {
        flex-direction: row-reverse; }
      .center-content .content-sidebar-wrap,
      .full-width-content .content-sidebar-wrap {
        justify-content: center; } }

/* ## Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto; }

@media (min-width: 896px) {
  .content {
    width: 65%; } }

.full-width-content .content {
  width: 100%; }

.archive .content .archive-description {
  margin-bottom: 2rem; }

.archive .content article {
  display: flex;
  flex-direction: column;
  background-color: #FBFBFB;
  margin-bottom: 1rem; }
  @media (min-width: 512px) {
    .archive .content article {
      flex-direction: row; } }
  .archive .content article a img {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .archive .content article .entry-content {
    width: 80%;
    padding: 1rem; }
    .archive .content article .entry-content .entry-title {
      font-size: 1.625rem; }
    .archive .content article .entry-content p {
      margin-bottom: 0; }
    .archive .content article .entry-content a.more-link {
      display: flex;
      font-size: 1rem;
      font-weight: 500;
      color: #171717;
      margin-top: 1rem; }
      .archive .content article .entry-content a.more-link:hover {
        text-decoration: none;
        color: #E86324; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
  border-radius: 50%; }
  .author-box .avatar,
  .alignleft .avatar {
    margin-right: 20px; }
  .alignright .avatar {
    margin-left: 20px; }
  .comment .avatar {
    margin: 0 15px 20px 0; }

/* ## Genesis
--------------------------------------------- */
.after-entry {
  margin-bottom: 40px;
  padding: 20px 30px; }
  @media (min-width: 896px) {
    .after-entry {
      margin-bottom: 0px;
      padding: 0px 60px; } }
  .after-entry .widget:last-of-type {
    margin-bottom: 0; }

.breadcrumb {
  background-color: #FBFBFB;
  margin-bottom: 30px;
  font-size: 1.0625rem;
  padding: 1.5rem; }

.archive-description {
  margin-bottom: 40px; }
  @media (min-width: 896px) {
    .archive-description {
      margin-bottom: 60px; } }
  .archive-description p:last-child {
    margin-bottom: 0; }
  .archive-description .entry-title {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #171717; }

.author-box {
  margin-bottom: 40px; }
  @media (min-width: 896px) {
    .author-box {
      margin-bottom: 60px;
      padding: 30px;
      background-color: #f5f5f5; } }
  .author-box p:last-child {
    margin-bottom: 0; }

/* ## Gutenberg
--------------------------------------------- */
.alignwide {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 1024px;
  transform: translate(-50%); }
  .alignwide img {
    display: inline-block;
    margin: 1.618em auto; }

.alignfull {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw; }
  .content-sidebar .alignfull,
  .sidebar-content .alignfull {
    max-width: calc(100% + 12rem); }
  .alignfull img {
    display: inline-block;
    width: 100%;
    margin: 1.618em auto; }

.wp-block-image figcaption {
  margin: 0 auto 2em; }

.wp-block-button {
  display: block;
  width: 100%;
  background: transparent;
  text-align: center;
  clear: both; }
  .wp-block-button:before, .wp-block-button:after {
    display: block;
    clear: both;
    content: ""; }
  .wp-block-button a {
    display: inline-block; }
    .wp-block-button a:hover, .wp-block-button a:focus {
      color: #fff; }

.wp-block-pullquote > p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400; }

.wp-block-pullquote cite {
  font-style: normal; }

.wp-block-gallery .blocks-gallery-image {
  margin-right: 0; }

.blocks-gallery-image {
  display: block;
  width: 100%;
  margin: 0 0 6vw;
  text-align: center; }
  @media (min-width: 512px) {
    .blocks-gallery-image {
      width: 48.71795%;
      margin-bottom: 2.5641%; }
      .blocks-gallery-image:nth-of-type(odd) {
        clear: both;
        margin-left: 0; } }
  @media (min-width: 896px) {
    .blocks-gallery-image {
      margin-bottom: 2.5641%;
      margin-left: 2.5641%; }
      .blocks-gallery-image:nth-of-type(odd) {
        margin-left: 2.5641%; }
      .wp-block-gallery.columns-2 .blocks-gallery-image {
        width: 48.71795%;
        margin-left: 2.5641%; }
        .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
          margin-left: 0; }
      .wp-block-gallery.columns-3 .blocks-gallery-image {
        width: 31.62393%; }
        .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
          margin-left: 2.5641%; }
        .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-4 .blocks-gallery-image {
        width: 23.07692%; }
        .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n + 1) {
          margin-left: 2.5641%; }
        .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-5 .blocks-gallery-image {
        width: 17.94872%; }
        .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n + 1) {
          margin-left: 2.5641%; }
        .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-6 .blocks-gallery-image {
        width: 14.52991%; }
        .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n + 1) {
          margin-left: 2.5641%; }
        .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-7 .blocks-gallery-image {
        width: 12.08791%; }
        .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n + 1) {
          margin-left: 2.5641%; }
        .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-8 .blocks-gallery-image {
        width: 10.25641%; }
        .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n + 1) {
          margin-left: 2.5641%; }
        .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-9 .blocks-gallery-image {
        width: 8.83191%; }
        .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n + 1) {
          margin-left: 2.5641%; }
        .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n + 1) {
          margin-left: 0; } }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }
  .entry-content .search-form {
    width: 50%;
    margin-bottom: 40px; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important; }

/* ## Titles
--------------------------------------------- */
.author-box-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600; }

.entry-title {
  margin-bottom: 30px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #171717; }
  .entry-title a {
    color: #171717;
    text-decoration: none; }
    .entry-title a:focus, .entry-title a:hover {
      color: #E86324; }

.widget-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600; }
  .sidebar .widget-title a {
    color: #171717;
    text-decoration: none; }

/* WordPress Editor
--------------------------------------------- */
.has-light-gray-background-color {
  background-color: #f5f5f5; }

.has-light-gray-color {
  color: #f5f5f5; }

.has-medium-gray-background-color {
  background-color: #999; }

.has-medium-gray-color {
  color: #999; }

.has-dark-gray-background-color {
  background-color: #484848; }

.has-dark-gray-color {
  color: #484848; }

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

a.alignnone {
  display: inline-block; }

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

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

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

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

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

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

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

.gallery-caption,
.wp-caption-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center; }

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

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

.post-edit-link {
  display: none; }
  .single .post-edit-link {
    display: block; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .featured-content .entry:last-of-type {
    margin-bottom: 0;
    border-bottom: none; }

.featured-content .entry-image {
  width: 75px;
  height: 75px; }

.featured-content .entry-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.6rem; }

.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget p:last-child,
  .sidebar .widget ul > li:last-of-type {
    margin-bottom: 0; }
  .sidebar .widget ul > li {
    margin-bottom: 10px; }
    .sidebar .widget ul > li:last-of-type {
      padding-bottom: 0; }
  .sidebar .widget ol > li {
    padding-left: 20px;
    text-indent: -20px;
    list-style-position: inside;
    list-style-type: decimal; }
  .sidebar .widget li li {
    margin: 0 0 0 30px;
    padding: 0;
    border: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Atomic Blocks
--------------------------------------------- */
.wp-block-atomic-blocks-ab-button.ab-block-button .ab-button {
  padding: 15px 30px;
  background-color: #E86324 !important;
  border: 0;
  color: #fff;
  transition: all .5s;
  border-radius: 0; }
  .wp-block-atomic-blocks-ab-button.ab-block-button .ab-button:hover {
    color: #fff;
    background-color: #E86324;
    transition: all .5s; }

/* ## Atomic Blocks
--------------------------------------------- */
.wp-block-genesis-blocks-gb-button.gb-block-button .gb-button {
  padding: 15px 30px;
  background-color: #E86324 !important;
  border: 0;
  color: #fff;
  transition: all .5s;
  border-radius: 0; }
  .wp-block-genesis-blocks-gb-button.gb-block-button .gb-button:hover {
    color: #fff;
    background-color: #E86324;
    transition: all .5s; }

/* ## Genesis eNews Extended
--------------------------------------------- */
.enews form + p {
  margin-top: 20px; }

.after-entry .enews {
  padding: 10px;
  text-align: center; }
  @media (min-width: 896px) {
    .after-entry .enews {
      padding-right: 30px;
      padding-left: 30px; } }

.sidebar .enews {
  padding: 30px;
  background-color: #f5f5f5; }

.enews-widget input {
  margin-bottom: 10px;
  font-size: 1.6rem; }
  .enews-widget input[type="submit"] {
    width: 100%;
    margin: 0; }
  .after-entry .enews-widget input {
    text-align: center; }

/* ## Genesis Simple FAQ
--------------------------------------------- */
.gs-faq {
  padding: 5px 0; }

.gs-faq__answer p:last-of-type {
  margin-bottom: 0; }

.js .gs-faq__answer {
  display: none;
  padding: 5px; }

.gs-faq__answer.no-animation.gs-faq--expanded {
  display: block; }

.gs-faq__question {
  display: none;
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #eee;
  color: #484848;
  background: transparent;
  text-align: left;
  white-space: normal;
  justify-content: space-between; }
  .gs-faq__question:focus, .gs-faq__question:hover {
    color: #0073e5;
    background: transparent; }
  .gs-faq__question:after {
    content: "+"; }
  .gs-faq__question:first-of-type {
    margin-top: 0; }
  .gs-faq__question.gs-faq--expanded:after {
    content: "−"; }
  .js .gs-faq__question {
    display: flex; }

.js .gs-faq__answer__heading {
  display: none; }

/* ## Google Map
--------------------------------------------- */
.hero-section .agm-canvas {
  position: absolute;
  height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* ## Kadens Blocks
--------------------------------------------- */
.wp-block-kadence-accordion {
  margin-bottom: 2rem; }
  .wp-block-kadence-accordion .kt-accordion-wrap .kt-accordion-pane .kt-blocks-accordion-header {
    color: #171717;
    background: #FBFBFB;
    border: none;
    font-size: 1.25rem;
    border-radius: 5px;
    padding: 1.5rem;
    margin-bottom: 1rem; }
    .wp-block-kadence-accordion .kt-accordion-wrap .kt-accordion-pane .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:before {
      background: #171717 !important; }
    .wp-block-kadence-accordion .kt-accordion-wrap .kt-accordion-pane .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:after {
      background: #171717 !important; }
    .wp-block-kadence-accordion .kt-accordion-wrap .kt-accordion-pane .kt-blocks-accordion-header:focus {
      outline: none; }
  .wp-block-kadence-accordion .kt-accordion-wrap .kt-accordion-pane .kt-blocks-accordion-header.kt-accordion-panel-active {
    box-shadow: 0 4px 20px -2px #919191; }

/* ## Ninja Forms
--------------------------------------------- */
.nf-form-cont .nf-form-fields-required {
  display: none; }

.nf-form-cont .nf-form-content input:not([type='button']),
.nf-form-cont .nf-form-content textarea,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div {
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 0;
  box-shadow: none;
  color: #171717;
  transition: all .5s; }
  .nf-form-cont .nf-form-content input:not([type='button']):focus,
  .nf-form-cont .nf-form-content textarea:focus,
  .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus {
    background: #fff;
    border-color: #919191;
    color: #171717;
    outline: none;
    transition: all .5s; }

.nf-form-cont .nf-form-content input[type="submit"],
.nf-form-cont .nf-form-content input[type="button"],
.nf-form-cont .nf-form-content button {
  padding: 15px 30px;
  background: #E86324;
  border: 0;
  color: #fff;
  transition: all .5s; }
  .nf-form-cont .nf-form-content input[type="submit"]:hover,
  .nf-form-cont .nf-form-content input[type="button"]:hover,
  .nf-form-cont .nf-form-content button:hover {
    background: #fff;
    color: #171717;
    transition: all .5s; }

.nf-form-cont .nf-form-content select.ninja-forms-field {
  color: #171717; }
  .nf-form-cont .nf-form-content select.ninja-forms-field:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none; }

/* ## Tablepress
--------------------------------------------- */
.tablepress tbody tr td .table-title, .tablepress tbody tr td h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6; }

.tablepress tbody tr td .table-title a, .tablepress tbody tr td h3 a, .tablepress tbody tr .column-3 .read-more {
  color: #171717; }
  .tablepress tbody tr td .table-title a:hover, .tablepress tbody tr td h3 a:hover, .tablepress tbody tr .column-3 .read-more:hover {
    color: #E86324; }

.tablepress tbody tr td {
  vertical-align: middle; }
  .tablepress tbody tr td .table-title .primary {
    color: #4E9E58; }
  .tablepress tbody tr td .table-title .success {
    color: #4E9E58; }
  .tablepress tbody tr td h3 .primary {
    color: #4E9E58; }
  .tablepress tbody tr td h3 .success {
    color: #4E9E58; }

.tablepress tbody tr td.column-1 {
  text-align: center !important; }

.tablepress tbody tr .column-3 {
  width: 100%; }
  @media (min-width: 896px) {
    .tablepress tbody tr .column-3 {
      width: 34%;
      text-align: center; } }
  .tablepress tbody tr .column-3 .read-more {
    font-weight: 500; }
  .tablepress tbody tr .column-3 p {
    text-align: center; }

.tablepress .button {
  display: inline-block;
  width: auto;
  padding: 15px 10px;
  border: 0;
  color: #fff;
  background-color: #E86324;
  font-size: 1rem;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer; }
  .tablepress .button:hover {
    color: #fff;
    background-color: #E86324;
    transition: all .5s; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }
  .genesis-skip-link li {
    width: 0;
    height: 0;
    list-style: none; }

/* Display outline on focus */
:focus {
  outline: #ccc solid 1px;
  color: #484848; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Before Header
--------------------------------------------- */
/* ## Hero Section
--------------------------------------------- */
.hero-section {
  position: relative;
  padding: 12rem 0 6rem;
  color: #fff;
  background-color: #484848;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative; }
  .hero-section:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(72, 72, 72, 0.2);
    content: "";
    pointer-events: none; }
  @media (min-width: 896px) {
    .hero-section {
      padding: 16rem 0 10rem; } }
  @media (min-width: 896px) {
    .has-nav-secondary .hero-section {
      padding: 21rem 0 10rem; } }
  .hero-section .wrap {
    position: relative;
    z-index: 1; }
  .hero-section h1 {
    max-width: 896px;
    margin: 0 auto 0.382em; }
    @media (min-width: 896px) {
      .hero-section h1 {
        font-size: 3.75rem; } }
  .hero-section p {
    max-width: 896px;
    margin: 0 auto; }

.hero {
  display: flex;
  flex-direction: column; }
  @media (min-width: 896px) {
    .hero {
      flex-direction: row; } }
  .hero .gradient-bg {
    background: linear-gradient(90deg, #605549 0%, 22.4934%, #213d4c 44.9868%, 72.4934%, #481d2a 100%);
    align-items: center;
    display: flex;
    color: #fff; }
    .hero .gradient-bg .gb-block-post-grid {
      margin: 0 0 0em; }
      .hero .gradient-bg .gb-block-post-grid .columns-1 {
        padding: 3rem; }
        .hero .gradient-bg .gb-block-post-grid .columns-1 .gb-block-post-grid-title {
          font-size: 2.5rem;
          font-weight: 800;
          line-height: 1.17; }
          @media (min-width: 896px) {
            .hero .gradient-bg .gb-block-post-grid .columns-1 .gb-block-post-grid-title {
              font-size: 3.75rem; } }
        .hero .gradient-bg .gb-block-post-grid .columns-1 .gb-block-post-grid-title a {
          color: #fff; }
        .hero .gradient-bg .gb-block-post-grid .columns-1 .gb-block-post-grid-title:hover a {
          color: #fff;
          text-decoration: none; }
  .hero .gb-block-post-grid {
    margin: 0 0 0em; }
    .hero .gb-block-post-grid .is-list article.gb-post-grid-item {
      background-color: #FBFBFB;
      border-bottom: none !important;
      padding-bottom: 0 !important;
      margin-top: 2rem; }
      @media (min-width: 896px) {
        .hero .gb-block-post-grid .is-list article.gb-post-grid-item {
          margin-top: 0; } }
      .hero .gb-block-post-grid .is-list article.gb-post-grid-item .gb-block-post-grid-image {
        margin-bottom: 0; }
      .hero .gb-block-post-grid .is-list article.gb-post-grid-item .gb-block-post-grid-text {
        padding: 1rem 1rem 1rem 1rem; }
        @media (min-width: 512px) {
          .hero .gb-block-post-grid .is-list article.gb-post-grid-item .gb-block-post-grid-text {
            padding: 1rem 1rem 1rem 0rem; } }
        .hero .gb-block-post-grid .is-list article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title {
          font-weight: 600;
          line-height: 1.4;
          font-size: 1.25rem; }
          .hero .gb-block-post-grid .is-list article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a {
            color: #171717;
            text-decoration: none; }
          .hero .gb-block-post-grid .is-list article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover {
            color: #171717;
            text-decoration: none; }
        .hero .gb-block-post-grid .is-list article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
          color: #6D6D6D; }

.site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(72, 72, 72, 0.075); }
  .has-sticky-header .site-header {
    position: fixed; }
  .page-boxed .site-header {
    max-width: 1024px; }
  .site-header > .wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    align-items: center; }
    .site-header > .wrap:before, .site-header > .wrap:after {
      position: absolute; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  display: flex;
  align-items: center;
  height: 6.2rem; }
  .wp-custom-logo .title-area {
    width: 100%;
    max-width: 190px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .wp-custom-logo .title-area img {
      width: auto; }

.site-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1; }
  .site-title a,
  .site-title a:focus,
  .site-title a:hover {
    color: #171717;
    text-decoration: none; }
  .wp-custom-logo .site-title {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important; }

.site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  width: 100%;
  background-color: #fff; }
  @media (min-width: 896px) {
    .nav-primary {
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      background-color: transparent; } }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  border-top: 1px solid #eee;
  background-color: #fff; }

/* ## Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }
  @media (min-width: 896px) {
    .genesis-responsive-menu {
      display: block; } }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus > .sub-menu {
    display: none; }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    position: static;
    z-index: 99;
    left: -9999px;
    width: 100%;
    margin: 0;
    padding-left: 15px;
    opacity: 1; }
    @media (min-width: 896px) {
      .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        position: absolute;
        width: 180px;
        padding-left: 0;
        border-top: 1px solid #eee;
        opacity: 0;
        transition: opacity 0.4s ease-in-out; } }

.menu-toggle {
  display: block;
  visibility: visible;
  position: relative;
  z-index: 1000;
  padding: 1.25em 0 1.25em 1.25em;
  border-width: 0;
  color: #171717;
  background-color: transparent;
  line-height: 1;
  text-align: center;
  font-size: 1.25rem; }
  @media (min-width: 896px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:focus, .menu-toggle:hover {
    border-width: 0;
    color: #0073e5;
    background-color: transparent; }
    .menu-toggle:focus span,
    .menu-toggle:focus span:before,
    .menu-toggle:focus span:after, .menu-toggle:hover span,
    .menu-toggle:hover span:before,
    .menu-toggle:hover span:after {
      background-color: #E86324; }
  .menu-toggle span,
  .menu-toggle span:before,
  .menu-toggle span:after {
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #484848;
    content: "";
    transition: background-color 0.2s ease-in-out; }
  .menu-toggle span {
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto; }
    .menu-toggle span:before {
      top: -4px; }
    .menu-toggle span:after {
      bottom: -4px; }
  .menu-toggle.activated span {
    background-color: transparent; }
    .menu-toggle.activated span:before {
      top: 0;
      transform: rotate(45deg); }
    .menu-toggle.activated span:after {
      bottom: 0;
      transform: rotate(-45deg); }

.sub-menu-toggle {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  background: transparent; }
  @media (min-width: 896px) {
    .sub-menu-toggle {
      display: none; } }
  .sub-menu-toggle:hover, .sub-menu-toggle:focus {
    background: none; }
  .sub-menu-toggle:before, .sub-menu-toggle:after {
    display: block;
    position: absolute;
    width: 0.8rem;
    height: 2px;
    background-color: #484848;
    content: ""; }
  .sub-menu-toggle:before {
    left: 1.2rem;
    transform: rotate(45deg); }
  .sub-menu-toggle:after {
    right: 1.2rem;
    transform: rotate(-45deg); }
  .sub-menu-toggle.activated:before {
    left: 1.2rem;
    transform: rotate(-45deg); }
  .sub-menu-toggle.activated:after {
    right: 1.2rem;
    transform: rotate(45deg); }

.genesis-nav-menu {
  clear: both;
  width: 100%;
  line-height: 1; }
  .genesis-nav-menu .menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 896px) {
      .genesis-nav-menu .menu-item {
        display: inline-block; } }
    .genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
      position: relative; }
      @media (min-width: 896px) {
        .genesis-nav-menu .menu-item:focus .sub-menu:focus,
        .genesis-nav-menu .menu-item:focus .sub-menu:hover, .genesis-nav-menu .menu-item:hover .sub-menu:focus,
        .genesis-nav-menu .menu-item:hover .sub-menu:hover {
          z-index: 100; } }
      .genesis-nav-menu .menu-item:focus > .sub-menu, .genesis-nav-menu .menu-item:hover > .sub-menu {
        display: block;
        left: auto;
        opacity: 1; }
  @media (min-width: 896px) {
    .genesis-nav-menu > .menu-item:first-of-type > a {
      padding-left: 0; } }
  @media (min-width: 896px) {
    .genesis-nav-menu > .menu-bold > a {
      font-weight: 700; } }
  @media (min-width: 896px) {
    .genesis-nav-menu > .menu-highlight > a {
      margin-left: 15px;
      padding-right: 20px;
      padding-left: 20px;
      border-radius: 3px;
      color: #fff;
      background-color: #484848;
      font-weight: 600; }
      .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0073e5; } }
  .genesis-nav-menu .search-bar form.search-form .search-form-input, .genesis-nav-menu .search-bar form.search-form .search-form-input:focus {
    border: none; }
  .genesis-nav-menu .search-bar {
    float: left;
    margin-right: 20px; }
    .genesis-nav-menu .search-bar form.search-form {
      width: 300px;
      background-color: #F8F8F8;
      border-radius: 3rem;
      margin-bottom: 1rem; }
      @media (min-width: 896px) {
        .genesis-nav-menu .search-bar form.search-form {
          margin-bottom: 0; } }
      .genesis-nav-menu .search-bar form.search-form .search-form-input {
        width: 100%;
        height: 3.125rem;
        padding: 1rem 4rem 1rem 1rem;
        font-size: 1rem;
        color: #000;
        background: url(images/icons/lens.png) no-repeat;
        background-position: 95%; }
      .genesis-nav-menu .search-bar form.search-form .search-form-input::placeholder {
        font-size: 1rem; }
      .genesis-nav-menu .search-bar form.search-form .search-form-submit {
        display: none; }
  .genesis-nav-menu a {
    display: block;
    padding: 1em 0;
    outline-offset: -1px;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none; }
    @media (min-width: 896px) {
      .genesis-nav-menu a {
        padding: 1rem 0.6rem; } }
  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000;
    text-decoration: none; }
  .genesis-nav-menu .sub-menu {
    display: block;
    clear: both;
    position: static;
    z-index: 99;
    width: 100%;
    margin: 0;
    padding-left: 15px;
    opacity: 1; }
    @media (min-width: 896px) {
      .genesis-nav-menu .sub-menu {
        position: absolute;
        width: 180px;
        padding-left: 0;
        border-top: 1px solid #eee;
        opacity: 0;
        transition: opacity 0.2s ease-in-out; } }
    .genesis-nav-menu .sub-menu:focus-within {
      opacity: 1; }
    .genesis-nav-menu .sub-menu a {
      position: relative;
      background-color: #fff;
      font-size: 1.4rem;
      word-wrap: break-word; }
      @media (min-width: 896px) {
        .genesis-nav-menu .sub-menu a {
          width: 180px;
          padding: 1em;
          border: 1px solid #eee;
          border-top: 0; } }
    @media (min-width: 896px) {
      .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px; } }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entry Comments
--------------------------------------------- */
.entry-comments {
  margin-bottom: 40px;
  font-size: 1.8rem; }
  @media (min-width: 896px) {
    .entry-comments {
      margin-bottom: 60px; } }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-list .bypostauthor {
  font-size: inherit; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }
  .comment-content ul > li {
    list-style-type: disc; }

.comment-respond {
  margin-bottom: 40px;
  font-size: 1.8rem; }
  @media (min-width: 896px) {
    .comment-respond {
      margin-bottom: 60px; } }
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%; }
  .comment-respond label {
    display: block;
    margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings {
  margin-bottom: 40px;
  font-size: 1.8rem; }
  @media (min-width: 896px) {
    .entry-pings {
      margin-bottom: 60px; } }
  .entry-pings .reply {
    display: none; }

/* ## Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }
  @media (min-width: 896px) {
    .entry {
      margin-bottom: 60px; } }
  .page .entry:last-of-type {
    margin-bottom: 0; }

.entry-content .singular-image {
  margin-bottom: 30px;
  width: 100%;
  height: auto; }

.entry-content p.has-background {
  padding: 25px 30px; }
  .entry-content p.has-background.box-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .entry-content p.has-background.light-text a {
    color: #fff;
    text-decoration: underline; }
    .entry-content p.has-background.light-text a:focus, .entry-content p.has-background.light-text a:hover {
      text-decoration: none; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px; }

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

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

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

.entry-content code {
  background-color: #f5f5f5; }

.entry-content .caption {
  margin-top: -20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center; }

.entry-content .blockquote {
  font-size: 1.125rem;
  font-weight: 400;
  color: #171717;
  background: #FBFBFB;
  padding: 2rem;
  border-left: 3px solid #E86324; }

.entry-content .quick-nav {
  background-color: #FBFBFB;
  padding: 2rem;
  margin-right: 0; }
  @media (min-width: 512px) {
    .entry-content .quick-nav {
      margin-right: 16%; } }
  .entry-content .quick-nav p {
    font-weight: 700;
    color: #171717;
    font-size: 1.1875rem; }
  .entry-content .quick-nav ul li {
    margin-bottom: 0.6rem;
    padding-left: 1rem; }
  .entry-content .quick-nav ul a {
    color: #171717; }
  .entry-content .quick-nav ul a:hover {
    color: #E86324; }
  .entry-content .quick-nav ul ::marker {
    content: '\00BB';
    font-size: 1.1875rem; }

.entry-content .section-buy-smarter, .entry-content .section-featured-reviews, .entry-content .section-trending, .entry-content .section-expert-advice, .entry-content .section-latest-interview, .entry-content .section-trending-deals {
  background: #F6F6F6;
  margin-top: 9rem;
  padding: 0 5%;
  padding-bottom: 2rem; }

.entry-content .section-buy-smarter .gb-2-col-equal h2, .entry-content .section-featured-reviews .one-column .gb-block-layout-column-inner h2, .entry-content .section-trending .wp-block-columns .wp-block-column h2, .entry-content .section-expert-advice .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2, .entry-content .section-latest-interview .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2, .entry-content .section-trending-deals .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 1.875rem 1rem;
  text-transform: uppercase;
  max-width: 31.3125rem;
  height: 9rem;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff; }

.entry-content .section-buy-smarter .gb-2-col-equal h2:after, .entry-content .section-featured-reviews .one-column .gb-block-layout-column-inner h2:after, .entry-content .section-trending .wp-block-columns .wp-block-column h2:after, .entry-content .section-expert-advice .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2:after, .entry-content .section-latest-interview .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2:after, .entry-content .section-trending-deals .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2:after {
  content: "";
  background: url(images/icons/dots.png);
  background-size: 50%;
  width: 5.625rem;
  height: 4.75rem;
  right: -3rem;
  top: 0.75rem;
  z-index: -1;
  position: absolute; }

.entry-content .section-buy-smarter .gb-2-col-equal p, .entry-content .section-featured-reviews .one-column .gb-block-layout-column-inner p, .entry-content .section-trending .wp-block-columns .wp-block-column p, .entry-content .section-expert-advice .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner p, .entry-content .section-latest-interview .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner p, .entry-content .section-trending-deals .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner p {
  font-size: 1.125rem;
  color: #6D6D6D; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item, .entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item, .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column {
  background-color: #fff; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title {
  font-size: 1.625rem; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title {
  font-size: 1.1875rem; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title {
  font-weight: 700;
  line-height: 1.4; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-image, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-image {
  margin-bottom: 0px; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text {
  padding: 1.25rem 1rem; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link {
  font-size: 1rem;
  font-weight: 500;
  color: #171717; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link:hover, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link:hover, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link:hover, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link:hover, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p .gb-block-post-grid-more-link.gb-text-link:hover {
  text-decoration: none;
  color: #E86324; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item, .entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item:nth-child(2), .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-image, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-image, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-image, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-byline, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-byline, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column:nth-child(3), .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-image, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-byline, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item:nth-child(3), .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-image, .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns {
  margin-bottom: 0; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a:hover, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a:hover, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a:hover, .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column p .ek-link {
  text-decoration: none; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a, .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a, .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a, .entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a, .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a:hover, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a, .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a:hover, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a, .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a:hover, .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column h4, .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column p .ek-link, .entry-content .section-about .gb-2-col-equal .gb-block-layout-column .one-column h2, .entry-content .section-about .gb-2-col-wideleft .gb-block-layout-column h2, .entry-content .section-about .gb-2-col-wideright .gb-block-layout-column h2, .entry-content .section-about .one-column .gb-block-layout-column h2, .entry-content .section-about .wp-block-columns .wp-block-column h2, .entry-content .section-about .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column h6, .entry-content .section-about .wp-block-group .wp-block-column h2 {
  color: #171717; }

.entry-content .section-buy-smarter .gb-2-col-equal {
  margin-top: -83px; }
  .entry-content .section-buy-smarter .gb-2-col-equal h2 {
    color: #E86324;
    border: 3px solid #E86324; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item {
    margin-bottom: 2rem; }
    @media (min-width: 512px) {
      .entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item {
        margin-bottom: 0; } }
    .entry-content .section-buy-smarter .gb-block-post-grid .columns-2 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
      font-size: 1.0625rem;
      color: #5A5A5A; }

.entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item {
  margin-bottom: 2rem; }
  .entry-content .section-buy-smarter .gb-block-post-grid .columns-4 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
    font-size: 1rem;
    color: #5A5A5A; }

.entry-content .section-featured-reviews .one-column {
  margin-top: -83px;
  margin-bottom: 2rem; }
  .entry-content .section-featured-reviews .one-column .gb-block-layout-column-inner h2 {
    color: #7781d6;
    border: 3px solid #7781d6; }

.entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 1em; }
  @media (min-width: 512px) {
    .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item {
      grid-template-columns: 44% 1fr; } }
  .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-image a img {
    width: 100%;
    height: auto; }
  .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text {
    padding: 1rem; }
    .entry-content .section-featured-reviews .gb-2-col-equal .wp-block-columns .featuredpost .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
      font-size: 1rem;
      color: #5A5A5A; }

.entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item {
  padding-bottom: 0; }
  .entry-content .section-featured-reviews .gb-2-col-equal .gb-post-grid-items .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title {
    padding: 16px 5px 3px 3px; }

.entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h3 {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.03rem 1.15rem;
  font-size: 1rem;
  margin-top: 1.875rem; }

.entry-content .section-trending .wp-block-columns {
  margin-top: -83px; }
  .entry-content .section-trending .wp-block-columns .wp-block-column h2 {
    color: #376237;
    border: 3px solid #376237; }

.entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h3 {
  color: #000;
  background-color: #D4D8FF; }

.entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text {
  padding: 1.25rem 1rem; }
  .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .one-column .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
    font-size: 1rem;
    color: #5A5A5A; }

.entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  padding-bottom: 0;
  border-bottom: 1px solid #eee; }
  .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500; }
    .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a {
      color: #6D6D6D; }
  .entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-byline {
    display: none; }

.entry-content .section-trending .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner .gb-2-col-equal .gb-block-post-grid .gb-post-grid-items.is-list .gb-post-grid-item:nth-child(4) {
  border-bottom: none; }

.entry-content .section-expert-advice .gb-2-col-equal {
  margin-top: -83px; }
  .entry-content .section-expert-advice .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2 {
    color: #C07F5A;
    border: 3px solid #C07F5A; }

.entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column {
  margin-bottom: 2rem; }
  @media (min-width: 512px) {
    .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column {
      margin-bottom: 0; } }
  .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-block-post-grid .columns-1 .gb-post-grid-item .gb-block-post-grid-text {
    padding: 1.25rem 1rem; }
  .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list {
    padding: 0 1rem; }
    .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-gap: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #eee; }
      .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title {
        font-size: 1rem;
        font-weight: 500; }
        .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a {
          color: #484848; }
        .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a:hover {
          color: #E86324; }
    .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item:nth-child(5) {
      border-bottom: none; }
    .entry-content .section-expert-advice .gb-3-col-equal .gb-block-layout-column .gb-post-grid-items.is-list .gb-post-grid-item:nth-child(1) {
      border-top: 1px solid #eee;
      padding-top: 15px; }

.entry-content .section-latest-interview .gb-2-col-equal {
  margin-top: -83px; }
  .entry-content .section-latest-interview .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2 {
    color: #5A86C9;
    border: 3px solid #5A86C9; }

.entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item {
  margin-bottom: 2rem; }
  @media (min-width: 512px) {
    .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item {
      margin-bottom: 0; } }
  .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text {
    padding: 1.25rem 1rem; }
    .entry-content .section-latest-interview .gb-block-post-grid .columns-3 .gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
      font-size: 1rem;
      color: #5A5A5A; }

.entry-content .section-trending-deals .gb-2-col-equal {
  margin-top: -83px; }
  .entry-content .section-trending-deals .gb-2-col-equal .gb-block-layout-column .gb-block-layout-column-inner h2 {
    color: #329CA4;
    border: 3px solid #329CA4; }

.entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column h3 {
  color: #fff;
  background-color: #C64D15;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 3px 0.4rem; }

.entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column {
  padding: 1.25rem 1rem; }
  .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column h4 {
    margin-top: 0;
    font-size: 1.1875rem;
    font-weight: 700; }
  .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column p {
    margin-bottom: 1rem; }
    .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column p strong {
      color: #C64D15; }
    .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column p .ek-link {
      font-weight: 500; }
    .entry-content .section-trending-deals .gb-4-col-equal .gb-block-layout-column .one-column .gb-block-layout-column .wp-block-columns .wp-block-column p .ek-link:hover {
      color: #E86324; }

.entry-content .section-cta {
  margin-top: 4rem;
  padding: 0 5%; }

.entry-content .section-cta {
  background: #FFF5F6; }
  .entry-content .section-cta .gb-2-col-wideright {
    padding: 2rem; }
    .entry-content .section-cta .gb-2-col-wideright .gb-block-layout-column .wp-block-image img {
      width: 100%;
      height: auto; }
    .entry-content .section-cta .gb-2-col-wideright .gb-block-layout-column h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #171717; }
    .entry-content .section-cta .gb-2-col-wideright .gb-block-layout-column p, .entry-content .section-cta .gb-2-col-wideright .gb-block-layout-column label {
      font-size: 1.25rem; }
    .entry-content .section-cta .gb-2-col-wideright .gb-block-layout-column .subscribeform {
      display: flex;
      max-width: 33.125rem;
      border: 2px solid #171717;
      margin-top: 1rem;
      flex-direction: column; }
      @media (min-width: 512px) {
        .entry-content .section-cta .gb-2-col-wideright .gb-block-layout-column .subscribeform {
          height: 3.9375rem;
          flex-direction: row; } }
      .entry-content .section-cta .gb-2-col-wideright .gb-block-layout-column .subscribeform button {
        background: #E86324; }

.entry-content .deal-container {
  display: grid; }
  @media (min-width: 896px) {
    .entry-content .deal-container {
      grid-template-columns: auto auto auto; } }

.entry-content .wp-block-group.deal-item {
  padding: 2rem;
  border: 1px solid #eee;
  margin-right: 2rem;
  margin-bottom: 2rem; }

.entry-content .contact .gb-block-layout-column p {
  font-size: 1.25rem; }

.entry-content .contact .gb-block-layout-column .ninja-forms-form-wrap {
  background: #FBFBFB;
  padding: 2rem 3rem; }
  .entry-content .contact .gb-block-layout-column .ninja-forms-form-wrap .submit-container {
    text-align: center; }

.entry-content .section-about .gb-2-col-equal .gb-block-layout-column .wp-block-column h2, .entry-content .section-about .gb-2-col-equal .gb-block-layout-column .one-column h2, .entry-content .section-about .gb-2-col-wideleft .gb-block-layout-column h2, .entry-content .section-about .gb-2-col-wideright .gb-block-layout-column h2, .entry-content .section-about .one-column .gb-block-layout-column h2, .entry-content .section-about .wp-block-columns .wp-block-column h2, .entry-content .section-about .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column h6, .entry-content .section-about .wp-block-group .wp-block-column h2 {
  font-weight: 700; }

.entry-content .section-about .gb-2-col-equal .gb-block-layout-column .wp-block-column p, .entry-content .section-about .gb-2-col-equal .gb-block-layout-column .one-column p, .entry-content .section-about .gb-2-col-wideleft .gb-block-layout-column p, .entry-content .section-about .gb-2-col-wideright .gb-block-layout-column p, .entry-content .section-about .one-column .gb-block-layout-column p, .entry-content .section-about .wp-block-columns .wp-block-column p, .entry-content .section-about .wp-block-group .wp-block-column p {
  font-size: 1.125rem; }

.entry-content .section-about .gb-2-col-wideleft .gb-block-layout-column, .entry-content .section-about .gb-2-col-wideright .gb-block-layout-column {
  display: flex;
  align-items: center; }

.entry-content .section-about .gb-2-col-wideleft, .entry-content .section-about .gb-2-col-wideright, .entry-content .section-about .one-column, .entry-content .section-about .wp-block-columns {
  margin-top: 4rem; }

.entry-content .section-about .gb-2-col-equal .gb-block-layout-column .wp-block-column {
  background: #E86324;
  padding: 2rem; }
  .entry-content .section-about .gb-2-col-equal .gb-block-layout-column .wp-block-column h2 {
    color: #fff; }
  .entry-content .section-about .gb-2-col-equal .gb-block-layout-column .wp-block-column p {
    color: #fff; }

.entry-content .section-about .gb-2-col-equal .gb-block-layout-column .one-column {
  background: #FBFBFB;
  padding: 2rem;
  margin-top: 0;
  border-top: none; }

.entry-content .section-about .one-column {
  background: #FBFBFB;
  padding: 2rem;
  border-top: 4px solid #E86324; }

.entry-content .section-about .wp-block-columns .wp-block-column {
  background: #FBFBFB;
  padding: 2rem; }
  .entry-content .section-about .wp-block-columns .wp-block-column .wp-block-columns {
    margin-top: 0; }
    .entry-content .section-about .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
      padding: 0; }
      .entry-content .section-about .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column h6 {
        font-size: 1.25rem; }

.entry-content .section-about .section-cta.one-column {
  border-top: none;
  padding: 0;
  background: #FFF5F6; }
  .entry-content .section-about .section-cta.one-column .gb-2-col-wideright {
    margin-top: 0; }

.entry-content .section-about .wp-block-group .wp-block-column {
  background: transparent; }
  .entry-content .section-about .wp-block-group .wp-block-column p {
    padding: 0 15%; }

.entry-content .section-about .wp-block-group .nf-form-cont .nf-form-content {
  background: #FBFBFB;
  padding: 2rem; }
  .entry-content .section-about .wp-block-group .nf-form-cont .nf-form-content .nf-field-element {
    text-align: center; }

.entry-content .quick-nav ul li, .entry-content .list-check li, .entry-content .list-cross li, .entry-content .list-circle li {
  list-style: none; }

.entry-content .list-check ::marker {
  content: '\2713'; }

.entry-content .list-cross ::marker {
  content: '\292C'; }

.entry-content .list-circle ::marker {
  content: '◯'; }

.entry-content .primary strong {
  color: #4E9E58; }

.entry-content .quick-nav {
  margin-bottom: 2rem; }

.entry-content .list-check li {
  padding-left: 1rem; }

.entry-content .list-cross li {
  padding-left: 1rem; }

.entry-content .list-circle li {
  padding-left: 1rem; }

.entry-content .product-box {
  background: #FBFBFB;
  padding: 2rem;
  margin-bottom: 2rem; }
  .entry-content .product-box .pros-cons {
    background: #fff;
    margin-bottom: 2rem; }
    .entry-content .product-box .pros-cons .gb-block-layout-column {
      padding: 1rem 1rem 0 1rem;
      border-right: 3px solid #FBFBFB; }

.entry-image-link {
  display: block;
  clear: both; }
  .entry-image-link:before, .entry-image-link:after {
    display: block;
    clear: both;
    content: ""; }

.content .sticky {
  padding: 30px;
  background-color: #f5f5f5; }

/* ## Entry Meta
--------------------------------------------- */
.entry-meta p {
  margin-bottom: 0;
  font-size: 1.6rem; }

.entry-header .entry-meta {
  margin-bottom: 20px; }

.entry-footer .entry-meta {
  padding-top: 20px;
  border-top: 1px solid #eee; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link:before {
  margin: 0 6px 0 2px;
  content: "\2014"; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 30px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }
  .archive-pagination li a {
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
    color: #171717;
    background-color: #f5f5f5;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer; }
  .archive-pagination li a:focus,
  .archive-pagination li a:hover,
  .archive-pagination li.active a {
    color: #fff;
    background-color: #E86324; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 1rem;
  line-height: 1.5;
  color: #171717; }
  @media (min-width: 896px) {
    .sidebar {
      width: 30%; } }
  .sidebar .widget {
    margin-bottom: 40px; }
    .sidebar .widget .widget-title {
      font-size: 1.1875rem;
      border-left: 4px solid #E86324;
      padding-left: 0.5rem;
      font-weight: 700; }
    .sidebar .widget ul li {
      border-bottom: 1px solid #E8E8E8;
      padding-bottom: 0.7rem; }
      .sidebar .widget ul li:last-child {
        border-bottom: none; }
  .sidebar .widget.featured-content {
    background: #FBFBFB;
    padding: 2rem; }
    .sidebar .widget.featured-content article {
      display: flex;
      flex-direction: row;
      margin-bottom: 14px; }
      .sidebar .widget.featured-content article a img {
        width: 80%;
        height: auto;
        margin-bottom: 0; }
      .sidebar .widget.featured-content article .entry-header {
        width: 100%;
        padding: 0 10px 10px 0px; }
        .sidebar .widget.featured-content article .entry-header .entry-title {
          font-size: 1rem;
          font-weight: 500; }
  .sidebar p {
    margin-bottom: 20px; }
  .sidebar a {
    color: #171717;
    font-weight: 500; }
  .sidebar a:hover {
    color: #E86324; }

/* # Front Page
---------------------------------------------------------------------------------------------------- */
/* ## Front Page 1
--------------------------------------------- */
@media (min-width: 896px) {
  .front-page-1 {
    padding: 26rem 0 20rem; } }

.wp-custom-header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
  .woocommerce .wp-custom-header img,
  .wp-custom-header img,
  .wp-custom-header video,
  .wp-custom-header iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .wp-custom-header iframe {
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    width: 140%;
    min-width: 100%;
    max-width: 140%;
    height: 140%;
    min-height: 56.25vw;
    max-height: none;
    margin: auto; }
  .wp-custom-header img {
    display: none; }

.wp-custom-header-video-button {
  display: none; }

/* ## Front Page 2
--------------------------------------------- */
.front-page-2 {
  padding: 6rem 0; }

/* ## Front Page 3
--------------------------------------------- */
.front-page-3 {
  padding: 6rem 0;
  border-top: 1px solid #eee; }

/* ## Front Page 4
--------------------------------------------- */
.front-page-4 {
  padding: 6rem 0; }

/* ## Front Page 5
--------------------------------------------- */
.front-page-5 {
  padding: 6rem 0; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
/* ## Before Footer
--------------------------------------------- */
/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  clear: both;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  text-align: left;
  background-color: #171717; }
  .footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4.5%; }
    .footer-widgets .wrap:before, .footer-widgets .wrap:after {
      position: absolute; }
    .footer-widgets .wrap .footer-widgets-1 {
      width: 100%;
      float: left;
      margin-bottom: 2rem; }
      .footer-widgets .wrap .footer-widgets-1 .widget-wrap .widget-title {
        font-size: 1.875rem;
        color: #fff;
        text-transform: uppercase; }
      .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul {
        padding: 0;
        margin: 0; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li {
          display: block;
          float: left;
          margin-right: 0.625rem;
          margin-bottom: 0.625rem; }
          .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li a {
            color: #171717;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            padding: 0.7rem 1.27rem;
            display: block;
            text-decoration: none; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li:nth-last-child(7n+0) a {
          background-color: #D4D8FF; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li:nth-last-child(7n+1) a {
          background-color: #FFD8E9; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li:nth-last-child(7n+2) a {
          background-color: #E1FFCF; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li:nth-last-child(7n+3) a {
          background-color: #FFDBCC; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li:nth-last-child(7n+4) a {
          background-color: #E2F9FB; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li:nth-last-child(7n+5) a {
          background-color: #FDF9D8; }
        .footer-widgets .wrap .footer-widgets-1 .widget-wrap ul li:nth-last-child(7n+6) a {
          background-color: #F6EBFE; }
    .footer-widgets .wrap .footer-widgets-2 {
      padding: 0 11% 0 0; }
      @media (min-width: 896px) {
        .footer-widgets .wrap .footer-widgets-2 {
          float: left;
          width: 40%;
          margin-bottom: 0; } }
      .footer-widgets .wrap .footer-widgets-2 .widget p {
        color: #C6C6C6; }
      .footer-widgets .wrap .footer-widgets-2 .widget a {
        color: #C6C6C6;
        text-decoration: none; }
      .footer-widgets .wrap .footer-widgets-2 .widget {
        margin-top: 2rem; }
        .footer-widgets .wrap .footer-widgets-2 .widget .widget-wrap ul {
          text-align: left; }
          .footer-widgets .wrap .footer-widgets-2 .widget .widget-wrap ul li {
            margin-left: 0 !important; }
            .footer-widgets .wrap .footer-widgets-2 .widget .widget-wrap ul li a {
              font-size: 1.25rem !important;
              padding: 5px 5px 5px 0 !important;
              color: #C6C6C6 !important; }
      .footer-widgets .wrap .footer-widgets-2 .widget:nth-child(1) {
        margin-top: 0; }
    .footer-widgets .wrap .footer-widgets-3 {
      margin-top: 2rem; }
      @media (min-width: 896px) {
        .footer-widgets .wrap .footer-widgets-3 {
          float: left;
          width: 58%;
          margin-bottom: 0; } }
      .footer-widgets .wrap .footer-widgets-3 .widget ul li {
        width: 50%;
        float: left;
        margin-bottom: 1.5rem; }
        .footer-widgets .wrap .footer-widgets-3 .widget ul li a {
          color: #C6C6C6;
          text-decoration: none; }
      .footer-widgets .wrap .footer-widgets-3 .widget blockquote {
        background-color: #000;
        color: #B0B0B0;
        border-left: 0.375rem solid #E86324;
        padding: 1.65rem 1rem;
        line-height: 1.8;
        margin: 0; }
        .footer-widgets .wrap .footer-widgets-3 .widget blockquote p {
          margin-bottom: 0; }
      .footer-widgets .wrap .footer-widgets-3 .widget blockquote:before {
        content: none; }
  .footer-widgets .widget:last-child {
    margin-bottom: 0; }

.site-footer {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  background: #F8F8F8; }
  .site-footer > .wrap {
    margin: 2.89rem auto; }
  .site-footer p {
    margin-bottom: 0; }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    color: #333 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    width: 100%;
    text-align: center; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    position: relative;
    top: -100px;
    padding-top: 0; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }
