@charset "UTF-8";
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
.footer-widgets li a:after, .footer-widgets li a, .negative-header .site-header, a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-padding-top: 220px;
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 163px;
  }
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1212px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 48px 0;
  }
}
.singular.content .site-inner > .wrap {
  max-width: 1212px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

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

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 1180px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
    .content-sidebar .sidebar-primary .widget {
      margin: 30px 0;
    }
    .content-sidebar .sidebar-primary .widget:first-child {
      margin-top: 0;
    }
  }
}
.elementor-template-full-width .content-area.wrap {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: #fff;
  border: 1px solid #5d5d5d;
  border-radius: 4px;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

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

::-ms-input-placeholder {
  color: #bdbdbd;
}

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #5d5d5d;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #e30613;
}

/* Responsive Forms */
.acceptance-legal-accept {
  margin-left: 20px;
  width: calc(100% - 20px) !important;
  line-height: 1.2;
}
.acceptance-legal-accept .wpcf7-list-item label {
  margin-left: -20px;
  line-height: 1.1;
}
.acceptance-legal-accept input[type=checkbox] {
  margin-right: 7px !important;
  width: 13px;
}

.wpcf7 form .wpcf7-response-output {
  clear: both;
  margin: 16px 0;
  float: left;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  padding: 4px 0 0;
  line-height: 1.1 !important;
  color: #dc3232 !important;
}

/* Gtranslate */
select.gt_selector.notranslate {
  line-height: unset;
  height: unset;
  background: transparent;
  color: white;
  padding: 3px 18px;
  font-weight: 400;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
select.gt_selector.notranslate option:first-child {
  display: none;
}
select.gt_selector.notranslate:focus-visible {
  outline-offset: 0px;
  border: 0;
  outline: none;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #5d5d5d;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #e30613;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 600;
}

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

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 16px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 16px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #e30613;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 52px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

h4,
h5,
h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4,
  h5,
  h6 {
    font-size: 20px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 2px solid rgb(177.313304721, 4.686695279, 14.8412017167);
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #e30613;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.wp-block-button__link.has-red-color:hover, .wp-block-button__link.has-red-color:focus {
  color: #e30613;
}
.wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
  background-color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #fbfbfb;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: rgb(225.5, 225.5, 225.5);
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #5d5d5d;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #5d5d5d;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #5d5d5d;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #5d5d5d;
  text-align: left;
  font-size: 12px;
  font-style: 400;
  line-height: 1.33;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-red-color {
  color: #e30613;
}

.has-red-background-color {
  background-color: #e30613;
}

.has-grey-color {
  color: #fbfbfb;
}

.has-grey-background-color {
  background-color: #fbfbfb;
}

/* Group
--------------------------------------------- */
.wp-block-group .wp-block-group__inner-container {
  max-width: 1180px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 100vw;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1,
.wp-block-group.has-background:not(.has-grey-background-color) h2,
.wp-block-group.has-background:not(.has-grey-background-color) h3,
.wp-block-group.has-background:not(.has-grey-background-color) h4,
.wp-block-group.has-background:not(.has-grey-background-color) h5,
.wp-block-group.has-background:not(.has-grey-background-color) h6,
.wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #bdbdbd;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #e30613;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9e9e9e;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3b5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: rgb(44.7393364929, 67.4881516588, 115.2606635071);
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #cb2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: rgb(158.9446808511, 25.0553191489, 30.5361702128);
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00b6f1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: rgb(0, 143.4854771784, 190);
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

.elementor-template-full-width .site-inner {
  padding: 0;
}
@media (min-width: 768px) {
  .elementor-template-full-width .site-inner {
    padding: 0;
  }
}

.elementor-element {
  padding: 0 !important;
}

.nav-menu .menu-cta.menu-item {
  margin-left: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-menu .menu-cta.menu-item a {
  border-radius: 20px;
  background: transparent linear-gradient(237deg, #8dd6e3 0%, #0082bc 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.nav-menu .menu-cta.menu-item:hover a {
  background: #0068a8;
  color: #fff;
}

/* Social Networks */
.social-networks-container {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 100%;
}
.social-networks-container .social-network {
  width: 30px;
  height: 30px;
}
.social-networks-container .social-network .social-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .social-networks-container {
    margin-bottom: unset;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #000000;
  position: relative;
  min-height: 49px;
  height: 97px;
  border-bottom: 2px solid #e30613;
}
@media (min-width: 768px) {
  .site-header {
    height: 99px;
    padding-top: unset;
  }
  .site-header .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }
}

.negative-header .site-header {
  background-color: #fff;
}
.negative-header .site-header .menu-toggle svg,
.negative-header .site-header .search-toggle svg,
.negative-header .site-header .menu-user svg,
.negative-header .site-header .menu-cart svg {
  fill: #000000;
}
@media (min-width: 769px) {
  .negative-header .site-header {
    background: transparent;
    box-shadow: none;
  }
  .negative-header .site-header.scrolled {
    background-color: #fff;
    box-shadow: 0px 1px 2px #fbfbfb;
  }
}

.site-header-topbar {
  width: 100%;
  height: 26px;
  background: transparent linear-gradient(269deg, #000000 0%, #15394e 75%, #1c4c68 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 768px) {
  .site-header-topbar .wrap {
    padding: 0 8px !important;
  }
}

.title-area {
  float: left;
  width: 100%;
  max-width: 232.5px;
  text-align: left;
}
@media (min-width: 769px) {
  .title-area {
    max-width: 310px;
    text-align: left;
    margin-bottom: unset;
    padding-top: 4px;
    margin-left: -20px;
  }
}
.title-area h1.site-title,
.title-area p.site-title {
  position: relative;
  z-index: 999;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .title-area h1.site-title,
  .title-area p.site-title {
    padding: 0;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #5d5d5d;
  text-decoration: none;
}
.title-area .site-title a {
  display: block;
  width: 100%;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  text-indent: -9999em;
}
@media (min-width: 768px) {
  .title-area .site-title a {
    height: 108px;
    background-position: left center;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 768px) {
  .title-area {
    float: none;
  }
}
@media (max-width: 360px) {
  .title-area {
    max-width: calc(100% - 54px);
    margin: 0 16px;
  }
  .title-area .site-title a {
    margin-top: 0;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@media (min-width: 769px) {
  .negative-header .site-container {
    padding-top: 0;
  }
  .site-container {
    padding-top: 99px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
@media (min-width: 769px) and (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 131px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  .admin-bar.negative-header .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .site-container {
    padding-top: 74px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    overflow-x: visible;
    max-height: 100vh;
    height: 74px;
  }
}
@media (max-width: 768px) and (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 106px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
}
/* Scrolled Header
--------------------------------------------- */
@media (min-width: 768px) {
  .site-header.scrolled .title-area {
    max-width: 248px;
    transition: all 0.3s ease-in-out;
  }
  .site-header.scrolled .title-area .site-title a {
    height: 86.4px;
    transition: all 0.3s ease-in-out;
  }
  .site-header.scrolled .nav-menu .menu-item-icon {
    height: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
  }
}
/* Headroom
--------------------------------------------- */
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 18px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item:hover > a {
  color: #e30613;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #e30613;
}
.nav-menu .menu-item:last-child a {
  padding-right: 0;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-menu {
    float: right;
    width: calc(100% - 310px + 16px);
    display: flex;
    flex-flow: column-reverse nowrap;
    padding-top: 12px;
  }
  .nav-menu .nav-primary,
  .nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
    background: #000000;
    border-bottom: 1px solid #5d5d5d;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-right: calc(50vw - 590px + 5px);
  }
  .nav-menu .nav-secondary .menu-item a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
  }
  .nav-menu .nav-secondary .menu-item a:hover {
    color: #e30613;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: #f8f8f8;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #eeeeee;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #000000;
    border-top: 1px solid #5d5d5d;
    display: block;
    max-width: calc(100% + 96px);
    padding: 16px 0 32px;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active,
.menu-toggle:hover,
.menu-toggle.active {
  background: transparent;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
}
.site-header .wrap > .menu-toggle svg, .site-header .wrap > .search-toggle svg {
  width: 20px;
  height: 20px;
  fill: #e30613;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  right: 0;
  top: 14px;
}
.site-header .wrap > .search-toggle {
  top: 14px;
  right: 36px;
}
@media (min-width: 769px) {
  .site-header .wrap > .search-toggle {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin-right: calc(50vw - 590px);
    z-index: 1;
  }
  .site-header .wrap > .search-toggle svg {
    width: 14px;
    height: 14px;
    fill: #fff;
  }
  .site-header .wrap > .search-toggle svg:hover {
    fill: rgb(229.5, 229.5, 229.5);
  }
  .site-header .wrap > .search-toggle:hover {
    color: transparent;
  }
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #eeeeee;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #e30613;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: #e30613;
}

.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7118644068%;
    width: 48.6440677966%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7118644068%;
    width: 22.9661016949%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #5d5d5d;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #5d5d5d;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #e30613;
}
.pagination ul li.active > a {
  background: #e30613;
  color: #fff;
  font-weight: 700;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
  .full-width-content .block-area > *.alignwide,
  .content .block-area > *.alignwide {
    margin: calc(2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 20px);
  margin-bottom: calc(2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #5d5d5d;
  text-decoration: none;
}
.entry-author a:hover {
  color: #e30613;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #5d5d5d;
}
.breadcrumb a:hover {
  color: #e30613;
}
.single .breadcrumb {
  border-top: 1px solid #5d5d5d;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 1180px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #eeeeee;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(227, 6, 19, 0.05);
  border-left: 2px solid #e30613;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #5d5d5d;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #5d5d5d;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #e30613;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9e9e9e;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9e9e9e;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #e30613;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #5d5d5d;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Archive */
.archive .site-inner {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .archive .site-inner {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .archive .content-area {
    position: relative;
    top: 140px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .archive:not(.woocommerce) .site-main {
    grid-column-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.archive-description {
  margin: 0;
}
.archive-description .breadcrumb,
.archive-description .archive-title {
  display: none;
}

/* Blog & Category Post Summary Shared Styles */
.blog .post-summary__image,
.category .post-summary__image {
  margin-bottom: 0;
}
.blog .post-summary__image img,
.category .post-summary__image img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .post-summary__content,
.category .post-summary__content {
  background-color: #f8f8f8;
  padding: 15px;
}
.blog .post-summary__content .entry-category a,
.category .post-summary__content .entry-category a {
  color: #212121;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0;
}
.blog .post-summary__content .entry-category:after,
.category .post-summary__content .entry-category:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #e30613;
  margin: 5px 0;
}
.blog .post-summary__content .post-summary__title,
.category .post-summary__content .post-summary__title {
  margin-bottom: 10px;
}
.blog .post-summary__content .post-summary__title a,
.category .post-summary__content .post-summary__title a {
  color: #000000;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 5px;
}
.blog .post-summary .entry-excerpt,
.category .post-summary .entry-excerpt {
  color: #212121;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  min-height: 50px;
  margin-bottom: 20px;
}
.blog .entry-btn,
.category .entry-btn {
  color: #e30613;
  font-size: 14px;
  text-decoration: none;
}

/* Global Elements & Helpers */
.breadcrumbs-container,
.blog-top-bar {
  background-color: #fbfbfb;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 20px 10px;
  width: 100vw;
  z-index: 10;
  position: absolute;
}

.breadcrumbs-container {
  top: 66px;
}

.blog-top-bar {
  padding: 30px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e30613;
}
.blog-top-bar .blog-title {
  text-align: left;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}

/* Mobile Adjustments (Max Width 768px) */
@media (max-width: 768px) {
  .single .content-area,
  .blog .content-area {
    margin-top: 120px;
  }
  .single .blog-top-bar {
    top: -79px;
    z-index: 100;
  }
  .single .breadcrumbs-container {
    top: -12px;
  }
}
/* Single Post */
.single-post .site-inner {
  padding: 0 !important;
  position: relative;
}
.single-post .entry-header .entry-title {
  display: none;
}
.single-post .entry-content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single-post .entry-content {
    margin-top: 0;
    position: relative;
    top: 70px;
  }
}
@media (min-width: 768px) {
  .single-post .entry-content {
    margin-top: 210px;
  }
}
.single-post .sidebar-primary {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .single-post .sidebar-primary {
    position: relative;
    top: 70px;
    margin-bottom: 180px;
  }
}
@media (min-width: 768px) {
  .single-post .sidebar-primary {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .single-post .sidebar-primary {
    margin-top: 160px;
  }
}
.single-post .breadcrumbs,
.single-post .breadcrumbs a {
  color: #6a6a6a;
  font-size: 13px;
  line-height: 15px;
}
.single-post .featured-container {
  margin-bottom: 0 !important;
}
.single-post .featured-container .wrap {
  padding: 0;
}
.single-post .featured-img img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 460px) {
  .single-post .featured-img img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .single-post .featured-img img {
    height: 500px;
  }
}
.single-post .post-content {
  background-color: #f8f8f8;
  padding: 30px 40px;
  margin-top: 0;
  margin-bottom: 40px;
  color: #212121;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}
.single-post .post-category {
  color: #212121;
  font-size: 15px;
  margin-bottom: 8px !important;
}
.single-post .post-separator {
  height: 1px;
  width: 80px;
  background-color: #e30613;
  margin-top: 0;
  margin-bottom: 10px;
}
.single-post .post-title {
  color: #000000;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Sidebar General (Mobile) */
@media (max-width: 991px) {
  .sidebar-primary {
    display: block;
    margin-bottom: 80px;
  }
}
/* WP Blocks */
.wp-block-categories {
  border-top: 0;
  padding-top: 0;
}

.wp-block-categories-all {
  padding-top: 20px;
  border-bottom: 0;
  padding-bottom: 0;
  border-top: 2px solid #f1f5f9;
}

/* Categorías */
.wp-block-categories {
  border: 2px solid #f8f8f8;
  padding: 20px 20px 30px 20px;
}
.wp-block-categories .cat-item {
  border-bottom: 1px solid #e30613;
  padding: 10px 0px !important;
  list-style-type: none;
}
.wp-block-categories .cat-item a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: initial;
}
.wp-block-categories .cat-item a:hover {
  color: #e30613;
}
.wp-block-categories .children .cat-item {
  border: none;
  margin-left: 20px;
  padding-left: 10px !important;
  position: relative;
}
.wp-block-categories .children .cat-item:before {
  position: absolute;
  content: "-";
  left: 0;
  top: 8px;
  color: #e30613;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #000000;
  padding: 40px 0;
  position: relative;
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 4px;
}
.footer-widgets li a {
  padding: 6px 0;
  position: relative;
  display: block;
  text-align: left;
  opacity: 0.9;
  border-bottom: 1px solid #e30613;
}
.footer-widgets li a:after {
  content: "";
  background: url(../icons/utility/navigate-footer.svg) no-repeat center/contain;
  position: absolute;
  bottom: 12px;
  right: 0px;
  width: 10px;
  height: 10px;
}
.footer-widgets li a:hover, .footer-widgets li a:focus {
  text-decoration: none;
  border-color: #fff;
}
.footer-widgets li a:hover:after, .footer-widgets li a:focus:after {
  background-image: url(../icons/utility/navigate-footer-hover.svg);
}
.footer-widgets h3,
.footer-widgets .widget-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 16px;
  font-style: italic;
  border-bottom: 2px solid #e30613;
  padding-bottom: 4px;
}
.footer-widgets p {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.footer-widgets a .menu-item-icon {
  display: none;
}
.footer-widgets .sub-menu {
  display: none;
}
.footer-widgets .footer-widget-1 .wp-block-image,
.footer-widgets .footer-widget-1 img {
  margin-left: 0;
  max-width: 200px;
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .footer-widget-1 {
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
  }
  .footer-widgets .footer-widget-1 .wp-block-image,
  .footer-widgets .footer-widget-1 img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    gap: 40px;
  }
  .footer-widgets .wrap > div img {
    margin-bottom: 16px;
  }
  .footer-widgets .wrap .footer-widget-1 {
    flex-basis: 20%;
  }
  .footer-widgets .wrap .footer-widget-2,
  .footer-widgets .wrap .footer-widget-3 {
    padding-top: 30px;
    flex-basis: calc(25% - 40px);
  }
  .footer-widgets .wrap .footer-widget-4 {
    padding-top: 30px;
    flex-basis: 40%;
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #5d5d5d;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  padding: 8px 0;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .cafemedia {
  text-transform: uppercase;
}
.site-footer .backtotop {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  fill: #fff;
  margin-left: 4px;
  vertical-align: middle;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
  .site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .backtotop {
    float: right;
  }
}

/* Footer Menu
----------------------------------------------------*/
.footer-right {
  flex-grow: 1;
}
.footer-right #footer-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
}
.footer-right #footer-menu .menu-item:after {
  content: "|";
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-right #footer-menu .menu-item:last-child {
  padding-right: 0;
}
.footer-right #footer-menu .menu-item:last-child:after {
  content: "";
}
.footer-right #footer-menu .menu-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: 400;
}
.footer-right #footer-menu .menu-item a:hover {
  color: white;
}

/* Footer Bottom
----------------------------------------------------*/
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background-color: #f0ecf4;
  padding: 20px;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
  }
}

/*# sourceMappingURL=main.css.map */