@charset "UTF-8";
/*!
Theme Name:  Stego
Theme URI:   https://www.themosaurus.com/stego
Author:      Themosaurus
Author URI:  https://www.themosaurus.com
Description: Stego is a restaurant and food truck focused theme. It makes good use of the Customizer and provide multiple customization options.
Version:     1.1.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stego
Tags:        one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, threaded-comments, rtl-language-support, translation-ready, theme-options

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

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

Its stylesheet borrows concepts from various established methodologies promoting code reuse above
all. Files and directories are structured and named after SMACSS. Helper classes have been made
with OOCSS in mind and finally, the namming convention tries to narrow the gap with BEM.

This stylesheet follow the basic principles of CSS Guidilines http://cssguidelin.es/

======
Note: Do not edit this file. If you wish to add your own CSS, we strongly recommend creating your own child theme
and create your own or use the custom css functionnality of WordPress customizer.
======
*/
/**
 * CONTENTS
 *
 * VARIABLES
 * Variables.....................Globally-available variables and config (custom and from vendors).
 *
 * TOOLS
 * Mixins........................Useful mixins.
 * Functions.....................Useful functions.
 * Placeholders..................Useful placeholders.
 *
 * VENDORS
 * Bootstrap.....................Bootstrap framework files.
 * Fontawesome...................Fontawesome framework files.
 * Repaintless...................Repaintless framework files.
 *
 * BASE
 * Accessibility.................Affecting the overall accessibility (Screen readers & co).
 * Headings......................H1–H6 styles.
 * Copy..........................Copy elements styles.
 *
 * LAYOUT
 * Alignements...................Positionning content elements.
 * Clearings.....................Clear all wrappers & regions.
 * Containers....................Constraining elements.
 * Regions.......................Define a global layout architecture for several components.
 * Sidebars......................Sidebars styles.
 * Wrappers......................Wrapping elements.
 *
 * COMPONENTS
 * Breadcrumb....................Breadcrumb styles.
 * Buttons.......................Buttton component styles.
 * Captions......................Caption of gallery and media components.
 * Cards.........................Card components for various posts items.
 * Comments......................Comments thread styles.
 * Embedded......................Embedded contents (iframe, object, emoji, etc.).
 * Forms.........................All form components.
 * Galleries.....................Gallery and gallery-item components.
 * Infinite scroll...............Infinite scroll styles.
 * Media.........................Bootstrap Media component styles.
 * Menus.........................Menu and content navigation styles.
 * Navigation....................Main navigation component.
 * Pagination....................Post navigation, Pager & Pagination.
 * Posts.........................Posts archive & single styles.
 * Sections......................Visual region components.
 * Tables........................Tables styles.
 * Widgets.......................Widget styles.
 *
 * PLUGINS
 * Add to any....................Social and sharing plugin.
 * Autocomplete for Relevanssi...Add autocomplete functionnality to Relevanssi plugin.
 * Contact form 7................Custom form plugin.
 * Gravity forms.................Custom form plugin.
 * Mailchimp for wp..............Mailchimp integration plugin.
 * Woo-plugins...................Common styles form plugins by Woothemes (Grid, utilities, etc.).
 * Yoast SEO.....................SEO plugin.
 * Woocommerce...................King of WordPress e-commerce plugin.
 *
 * PAGES
 * 404............................Styles applied to 404 page.
 *
 * STATES
 * JS............................Styles applied to components using JavaScript.
 * No-js.........................Styles applied to components when JavaScript is disabled.
 * Slideout......................Styles applied to components using Slideout.js.
 * Grimlock fallback.............Styles applied to components whithout Grimlock activated..
 *
 * TRUMPS
 * Animations....................Custom keyframes animations and transitions stuff.
 * Background....................Extend Boostrap background utilities.
 * Borders.......................Border utilities.
 * Box...........................Box display utilities (Display, sizes and overflow).
 * Positions.....................Positions and depth utilities.
 * Text..........................Text utilities.
 */
:root {
  --grimlock-container-width: 1400px;
  --section-decorated-secondary-background-color: var(--grimlock-table-striped-background-color);
  --section-decorated-primary-background-color: var(--grimlock-button-primary-background-color);
}

.element-animated-delay:nth-child(24) {
  animation-delay: 2.4s;
}

.element-animated-delay:nth-child(23) {
  animation-delay: 2.3s;
}

.element-animated-delay:nth-child(22) {
  animation-delay: 2.2s;
}

.element-animated-delay:nth-child(21) {
  animation-delay: 2.1s;
}

.element-animated-delay:nth-child(20) {
  animation-delay: 2s;
}

.element-animated-delay:nth-child(19) {
  animation-delay: 1.9s;
}

.element-animated-delay:nth-child(18) {
  animation-delay: 1.8s;
}

.element-animated-delay:nth-child(17) {
  animation-delay: 1.7s;
}

.element-animated-delay:nth-child(16) {
  animation-delay: 1.6s;
}

.element-animated-delay:nth-child(15) {
  animation-delay: 1.5s;
}

.element-animated-delay:nth-child(14) {
  animation-delay: 1.4s;
}

.element-animated-delay:nth-child(13) {
  animation-delay: 1.3s;
}

.element-animated-delay:nth-child(12) {
  animation-delay: 1.2s;
}

.element-animated-delay:nth-child(11) {
  animation-delay: 1.1s;
}

.element-animated-delay:nth-child(10) {
  animation-delay: 1s;
}

.element-animated-delay:nth-child(9) {
  animation-delay: 0.9s;
}

.element-animated-delay:nth-child(8) {
  animation-delay: 0.8s;
}

.element-animated-delay:nth-child(7) {
  animation-delay: 0.7s;
}

.element-animated-delay:nth-child(6) {
  animation-delay: 0.6s;
}

.element-animated-delay:nth-child(5) {
  animation-delay: 0.5s;
}

.element-animated-delay:nth-child(4) {
  animation-delay: 0.4s;
}

.element-animated-delay:nth-child(3) {
  animation-delay: 0.3s;
}

.element-animated-delay:nth-child(2) {
  animation-delay: 0.2s;
}

.element-animated-delay:nth-child(1) {
  animation-delay: 0.1s;
}

/*
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011.3.28 The Bootstrap Authors
 * Copyright 2011.3.28 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(button):not(
  .button):not(
  input[type="button"]):not(
  input[type="submit"]):not(
  input[type="reset"]) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 2px solid #DCDCDA;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 2px solid #000000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EBEBEA !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #747477;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #747477;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #414143;
  text-align: left;
  background-color: #F4F0EA;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #28282A;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #4d4d51;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #DCDCDA;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  line-height: 1.25;
  color: #0F0F10;
}

h1, .h1 {
  font-size: 3.15rem;
}

h2, .h2 {
  font-size: 2.2rem;
}

h3, .h3 {
  font-size: 1.7rem;
}

h4, .h4 {
  font-size: 1.35rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 500;
}

.display-1 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.25;
}

.display-2 {
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.25;
}

.display-3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 3px solid #28282A;
}

small,
.small,
form.wpcf7-form .wpcf7-not-valid-tip,
.ninja-forms-form .ninja-forms-field-description {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #28282A;
}

.list-unstyled, .site-prefooter .menu,
.site-footer .menu, .widget ul {
  padding-left: 0;
  list-style: none;
}

.list-inline,
.site-footer .menu, .site-preheader .menu {
  padding-left: 0;
  list-style: none;
}

.list-inline-item, .site-footer .menu > .menu-item, .site-preheader .menu > .menu-item {
  display: inline-block;
}

.list-inline-item:not(:last-child), .site-footer .menu > .menu-item:not(:last-child), .site-preheader .menu > .menu-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote:not(.card-blockquote),
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #F4F0EA;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid, .site-preheader img, .blog-posts [id^="post-"] .card-media img,
.blog-posts [id^="term-"] .card-media img,
.archive-posts [id^="post-"] .card-media img,
.archive-posts [id^="term-"] .card-media img,
div.grimlock-query-section__posts [id^="post-"] .card-media img,
div.grimlock-query-section__posts [id^="term-"] .card-media img,
.terms [id^="post-"] .card-media img,
.terms [id^="term-"] .card-media img,
.search-posts [id^="post-"] .card-media img,
.search-posts [id^="term-"] .card-media img, .comment-img .avatar, .comment-content img, .grimlock-vertical-navigation .vertical-navbar-brand img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F4F0EA;
  border: 2px solid #fff;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #747477;
}

code {
  font-size: 87.5%;
  color: #404040;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #414143;
  background-color: #F4F0EA;
  border-radius: 0;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #DCDCDA;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 1170px;
  }
}

.container-fluid, .region.region--container-fluid > .region__container,
.region.region--container-fluid > .region__inner > .region__container, .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner > .region__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row, .region__row, .blog-posts,
.archive-posts,
div.grimlock-query-section__posts,
.terms,
.search-posts, .blog-posts.posts--12-cols-lateral [id^="post-"] .card, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"] .card, .blog-posts.posts--6-6-cols-lateral [id^="post-"] .card, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
.archive-posts.posts--12-cols-lateral [id^="post-"] .card,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"] .card,
.archive-posts.posts--6-6-cols-lateral [id^="post-"] .card,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"] .card,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"] .card,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"] .card,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
.terms.posts--12-cols-lateral [id^="post-"] .card,
.terms.posts--12-cols-lateral-reverse [id^="post-"] .card,
.terms.posts--6-6-cols-lateral [id^="post-"] .card,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
.search-posts.posts--12-cols-lateral [id^="post-"] .card,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"] .card,
.search-posts.posts--6-6-cols-lateral [id^="post-"] .card,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget,
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget,
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > .region__col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .region__col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .blog-posts.posts--12-cols-classic [id^="post-"],
.blog-posts.terms--12-cols-classic [id^="term-"],
.archive-posts.posts--12-cols-classic [id^="post-"],
.archive-posts.terms--12-cols-classic [id^="term-"],
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"],
div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"],
.terms.posts--12-cols-classic [id^="post-"],
.terms.terms--12-cols-classic [id^="term-"],
.search-posts.posts--12-cols-classic [id^="post-"],
.search-posts.terms--12-cols-classic [id^="term-"], .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .region__col--1, .region__col--3, .region--3-6-3-cols-left .region__col--1, .region--3-6-3-cols-left .region__col--3, .region--3-9-cols-left .region__col--1, .region--3-9-cols-left .region__col--3, .region--9-3-cols-left > .region__container > .region__row > .region__col--2, .region--9-3-cols-left > .region__container > .region__row > .region__col--4, .region--3-3-3-3-cols-left .region__col, .region--3-3-3-3-cols-center .region__col, .col-md-4, .region--4-4-4-cols-left .region__col, .region--4-4-4-cols-left-center-right .region__col, .region--4-4-4-cols-center .region__col, .region--4-8-cols-left .region__col--1, .region--4-8-cols-left .region__col--3, .region--4-8-cols-left-right .region__col--1, .region--4-8-cols-left-right .region__col--3, .region--8-4-cols-left .region__col--2, .region--8-4-cols-left .region__col--4, .region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--4, .region--4-8-cols-left-reverse .region__col--1, .col-md-5, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left-reverse .region__col--1, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left-reverse .region__col--1, .col-md-6, .region--6-6-cols-left-right .region__col, .region--6-6-cols-left .region__col, .region--6-6-cols-left-reverse .region__col, .region--6-6-cols-center .region__col, .region--6-6-cols-right .region__col, .region--3-6-3-cols-left .region__col--2, .blog-posts.posts--6-6-cols-classic [id^="post-"],
.blog-posts.terms--6-6-cols-classic [id^="term-"],
.archive-posts.posts--6-6-cols-classic [id^="post-"],
.archive-posts.terms--6-6-cols-classic [id^="term-"],
div.grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"],
div.grimlock-query-section__posts.terms--6-6-cols-classic [id^="term-"],
.terms.posts--6-6-cols-classic [id^="post-"],
.terms.terms--6-6-cols-classic [id^="term-"],
.search-posts.posts--6-6-cols-classic [id^="post-"],
.search-posts.terms--6-6-cols-classic [id^="term-"], .blog-posts.posts--4-4-4-cols-classic [id^="post-"],
.blog-posts[class*="cols-overlay-slider"] [id^="post-"],
.blog-posts.terms--4-4-4-cols-classic [id^="term-"],
.archive-posts.posts--4-4-4-cols-classic [id^="post-"],
.archive-posts[class*="cols-overlay-slider"] [id^="post-"],
.archive-posts.terms--4-4-4-cols-classic [id^="term-"],
div.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"],
div.grimlock-query-section__posts[class*="cols-overlay-slider"] [id^="post-"],
div.grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="term-"],
.terms.posts--4-4-4-cols-classic [id^="post-"],
.terms[class*="cols-overlay-slider"] [id^="post-"],
.terms.terms--4-4-4-cols-classic [id^="term-"],
.search-posts.posts--4-4-4-cols-classic [id^="post-"],
.search-posts[class*="cols-overlay-slider"] [id^="post-"],
.search-posts.terms--4-4-4-cols-classic [id^="term-"], .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
.blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
.archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
.archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
div.grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
.terms.posts--3-3-3-3-cols-classic [id^="post-"],
.terms.terms--3-3-3-3-cols-classic [id^="term-"],
.search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
.search-posts.terms--3-3-3-3-cols-classic [id^="term-"], .col-md-7, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left-reverse .region__col--2, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left-reverse .region__col--2, .col-md-8, .region--4-8-cols-left .region__col--2, .region--4-8-cols-left .region__col--4, .region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--4, .region--8-4-cols-left .region__col--1, .region--8-4-cols-left .region__col--3, .region--8-4-cols-left-right .region__col--1, .region--8-4-cols-left-right .region__col--3, .region--4-8-cols-left-reverse .region__col--2, .col-md-9, .region--3-9-cols-left .region__col--2, .region--3-9-cols-left .region__col--4, .region--9-3-cols-left > .region__container > .region__row > .region__col--1, .region--9-3-cols-left > .region__container > .region__row > .region__col--3, .col-md-10, .col-md-11, .col-md-12, .region--12-cols-left .region__col, .region--12-cols-center .region__col, .region--12-cols-center-left .region__col, .region--12-cols-center-boxed .region__col, .region--12-cols-right .region__col, .site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--3, .site-content.region--3-9-cols-left > .region__container > .region__row > .region__col--1, .blog-posts [id^="post-"],
.blog-posts [id^="term-"],
.archive-posts [id^="post-"],
.archive-posts [id^="term-"],
div.grimlock-query-section__posts [id^="post-"],
div.grimlock-query-section__posts [id^="term-"],
.terms [id^="post-"],
.terms [id^="term-"],
.search-posts [id^="post-"],
.search-posts [id^="term-"], .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col, .region__col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2, .region--4-8-cols-left-reverse .region__col--1 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12, .blog-posts.posts--12-cols-classic [id^="post-"],
  .blog-posts.terms--12-cols-classic [id^="term-"],
  .archive-posts.posts--12-cols-classic [id^="post-"],
  .archive-posts.terms--12-cols-classic [id^="term-"],
  div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"],
  div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"],
  .terms.posts--12-cols-classic [id^="post-"],
  .terms.terms--12-cols-classic [id^="term-"],
  .search-posts.posts--12-cols-classic [id^="post-"],
  .search-posts.terms--12-cols-classic [id^="term-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3, .region__col--1, .region__col--3, .region--3-6-3-cols-left .region__col--1, .region--3-6-3-cols-left .region__col--3, .region--3-9-cols-left .region__col--1, .region--3-9-cols-left .region__col--3, .region--9-3-cols-left > .region__container > .region__row > .region__col--2, .region--9-3-cols-left > .region__container > .region__row > .region__col--4, .region--3-3-3-3-cols-left .region__col, .region--3-3-3-3-cols-center .region__col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .region--4-4-4-cols-left .region__col, .region--4-4-4-cols-left-center-right .region__col, .region--4-4-4-cols-center .region__col, .region--4-8-cols-left .region__col--1, .region--4-8-cols-left .region__col--3, .region--4-8-cols-left-right .region__col--1, .region--4-8-cols-left-right .region__col--3, .region--8-4-cols-left .region__col--2, .region--8-4-cols-left .region__col--4, .region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--4, .region--4-8-cols-left-reverse .region__col--1, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left-reverse .region__col--1, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left-reverse .region__col--1 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6, .region--6-6-cols-left-right .region__col, .region--6-6-cols-left .region__col, .region--6-6-cols-left-reverse .region__col, .region--6-6-cols-center .region__col, .region--6-6-cols-right .region__col, .region--3-6-3-cols-left .region__col--2, .blog-posts.posts--6-6-cols-classic [id^="post-"],
  .blog-posts.terms--6-6-cols-classic [id^="term-"],
  .archive-posts.posts--6-6-cols-classic [id^="post-"],
  .archive-posts.terms--6-6-cols-classic [id^="term-"],
  div.grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"],
  div.grimlock-query-section__posts.terms--6-6-cols-classic [id^="term-"],
  .terms.posts--6-6-cols-classic [id^="post-"],
  .terms.terms--6-6-cols-classic [id^="term-"],
  .search-posts.posts--6-6-cols-classic [id^="post-"],
  .search-posts.terms--6-6-cols-classic [id^="term-"], .blog-posts.posts--4-4-4-cols-classic [id^="post-"],
  .blog-posts[class*="cols-overlay-slider"] [id^="post-"],
  .blog-posts.terms--4-4-4-cols-classic [id^="term-"],
  .archive-posts.posts--4-4-4-cols-classic [id^="post-"],
  .archive-posts[class*="cols-overlay-slider"] [id^="post-"],
  .archive-posts.terms--4-4-4-cols-classic [id^="term-"],
  div.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"],
  div.grimlock-query-section__posts[class*="cols-overlay-slider"] [id^="post-"],
  div.grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="term-"],
  .terms.posts--4-4-4-cols-classic [id^="post-"],
  .terms[class*="cols-overlay-slider"] [id^="post-"],
  .terms.terms--4-4-4-cols-classic [id^="term-"],
  .search-posts.posts--4-4-4-cols-classic [id^="post-"],
  .search-posts[class*="cols-overlay-slider"] [id^="post-"],
  .search-posts.terms--4-4-4-cols-classic [id^="term-"], .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
  div.grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .terms.posts--3-3-3-3-cols-classic [id^="post-"],
  .terms.terms--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="term-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left-reverse .region__col--2, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left-reverse .region__col--2 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8, .region--4-8-cols-left .region__col--2, .region--4-8-cols-left .region__col--4, .region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--4, .region--8-4-cols-left .region__col--1, .region--8-4-cols-left .region__col--3, .region--8-4-cols-left-right .region__col--1, .region--8-4-cols-left-right .region__col--3, .region--4-8-cols-left-reverse .region__col--2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9, .region--3-9-cols-left .region__col--2, .region--3-9-cols-left .region__col--4, .region--9-3-cols-left > .region__container > .region__row > .region__col--1, .region--9-3-cols-left > .region__container > .region__row > .region__col--3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12, .region--12-cols-left .region__col, .region--12-cols-center .region__col, .region--12-cols-center-left .region__col, .region--12-cols-center-boxed .region__col, .region--12-cols-right .region__col, .site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--3, .site-content.region--3-9-cols-left > .region__container > .region__row > .region__col--1, .blog-posts [id^="post-"],
  .blog-posts [id^="term-"],
  .archive-posts [id^="post-"],
  .archive-posts [id^="term-"],
  div.grimlock-query-section__posts [id^="post-"],
  div.grimlock-query-section__posts [id^="term-"],
  .terms [id^="post-"],
  .terms [id^="term-"],
  .search-posts [id^="post-"],
  .search-posts [id^="term-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3, .site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--3, .site-content.region--3-9-cols-left > .region__container > .region__row > .region__col--1, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .blog-posts.posts--4-4-4-cols-classic [id^="post-"],
  .blog-posts[class*="cols-overlay-slider"] [id^="post-"],
  .blog-posts.terms--4-4-4-cols-classic [id^="term-"],
  .archive-posts.posts--4-4-4-cols-classic [id^="post-"],
  .archive-posts[class*="cols-overlay-slider"] [id^="post-"],
  .archive-posts.terms--4-4-4-cols-classic [id^="term-"],
  div.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"],
  div.grimlock-query-section__posts[class*="cols-overlay-slider"] [id^="post-"],
  div.grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="term-"],
  .terms.posts--4-4-4-cols-classic [id^="post-"],
  .terms[class*="cols-overlay-slider"] [id^="post-"],
  .terms.terms--4-4-4-cols-classic [id^="term-"],
  .search-posts.posts--4-4-4-cols-classic [id^="post-"],
  .search-posts[class*="cols-overlay-slider"] [id^="post-"],
  .search-posts.terms--4-4-4-cols-classic [id^="term-"], .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
  div.grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .terms.posts--3-3-3-3-cols-classic [id^="post-"],
  .terms.terms--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="term-"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3, .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
  div.grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .terms.posts--3-3-3-3-cols-classic [id^="post-"],
  .terms.terms--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="term-"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table, table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #F4F0EA;
}


.table th,
table th, .table td, table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #747477;
}

.table thead th, table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #747477;
}

.table tbody + tbody, table tbody + tbody {
  border-top: 2px solid #747477;
}

.table .table, table .table, .table table, table table {
  background-color: #F4F0EA;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #747477;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #747477;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), .widget_calendar table tbody tr:nth-of-type(odd) {
  background-color: rgba(116, 116, 119, 0.1);
}

.table-hover tbody tr:hover {
  background-color: rgba(116, 116, 119, 0.25);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3c3c3;
}

.table-hover .table-primary:hover {
  background-color: #b6b6b6;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b6b6b6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #efe5da;
}

.table-hover .table-secondary:hover {
  background-color: #e7d8c8;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e7d8c8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4ddce;
}

.table-hover .table-success:hover {
  background-color: #c7d3bf;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c7d3bf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #badef4;
}

.table-hover .table-info:hover {
  background-color: #a4d3f0;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a4d3f0;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbebb9;
}

.table-hover .table-warning:hover {
  background-color: #fae4a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fae4a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #edbac8;
}

.table-hover .table-danger:hover {
  background-color: #e8a6b8;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e8a6b8;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: whitesmoke;
}

.table-hover .table-light:hover {
  background-color: #e8e8e8;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8e8e8;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bcbcbc;
}

.table-hover .table-dark:hover {
  background-color: #afafaf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afafaf;
}

.table-medium,
.table-medium > th,
.table-medium > td {
  background-color: #d8d8d9;
}

.table-hover .table-medium:hover {
  background-color: #cbcbcc;
}

.table-hover .table-medium:hover > td,
.table-hover .table-medium:hover > th {
  background-color: #cbcbcc;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(116, 116, 119, 0.25);
}

.table-hover .table-active:hover {
  background-color: rgba(103, 103, 106, 0.25);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(103, 103, 106, 0.25);
}

.table .thead-dark th, table .thead-dark th {
  color: #F4F0EA;
  background-color: #28282A;
  border-color: #747477;
}

.table .thead-light th, table .thead-light th {
  color: #0F0F10;
  background-color: #F4F0EA;
  border-color: #747477;
}

.table-dark {
  color: #F4F0EA;
  background-color: #28282A;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #747477;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd), .widget_calendar table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(244, 240, 234, 0.1);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(244, 240, 234, 0.25);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.9rem + 4px);
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #747477;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(40, 40, 42, 0.18);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #28282A;
  background-color: #fff;
  border-color: #c7a17a;
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #414143;
  opacity: 1;
}

.form-control::placeholder {
  color: #414143;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #DCDCDA;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #747477;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.7rem + 2px);
  padding-bottom: calc(0.7rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1rem + 2px);
  padding-bottom: calc(1rem + 2px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #28282A;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 4px);
  padding: 0.25rem 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 10rem;
}

.form-control-lg {
  height: calc(3.3125rem + 4px);
  padding: 1rem 1.55rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 10rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group, form.wpcf7-form-form-control-wrap, .gform_wrapper .gfield, .ninja-forms-form .field-wrap, .ninja-forms-form #ninja_forms_required_items {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > .region__col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #747477;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #648551;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 11px;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(100, 133, 81, 0.8);
  border-radius: 500px;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #648551;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #648551;
  box-shadow: 0 0 0 0 rgba(100, 133, 81, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #648551;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #648551;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a5bf96;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #7ca267;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F4F0EA, 0 0 0 0 rgba(100, 133, 81, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #648551;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(100, 133, 81, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #BF0A3A;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 11px;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(191, 10, 58, 0.8);
  border-radius: 500px;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #BF0A3A;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #BF0A3A;
  box-shadow: 0 0 0 0 rgba(191, 10, 58, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #BF0A3A;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #BF0A3A;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f6537e;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ef0d49;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F4F0EA, 0 0 0 0 rgba(191, 10, 58, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #BF0A3A;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(191, 10, 58, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline form.wpcf7-form-form-control-wrap, .form-inline .gform_wrapper .gfield, .gform_wrapper .form-inline .gfield, .form-inline .ninja-forms-form .field-wrap, .ninja-forms-form .form-inline .field-wrap, .form-inline .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .form-inline #ninja_forms_required_items {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button a.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.9rem 2.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10rem;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn, button,
  .button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .wp-block-button a.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a {
    transition: none;
  }
}

.btn:hover, button:hover,
.button:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
.wp-block-button a.wp-block-button__link:hover, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:hover, .btn:focus, button:focus,
.button:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"],
.wp-block-button a.wp-block-button__link:focus, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:focus {
  text-decoration: none;
}

.btn:focus, button:focus,
.button:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"],
.wp-block-button a.wp-block-button__link:focus, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:focus, .btn.focus, button.focus,
.focus.button,
input.focus[type="button"],
input.focus[type="submit"],
input.focus[type="reset"],
.wp-block-button a.focus.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled, button.disabled,
.disabled.button,
input.disabled[type="button"],
input.disabled[type="submit"],
input.disabled[type="reset"],
.wp-block-button a.disabled.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.disabled, .btn:disabled, button:disabled,
.button:disabled,
input:disabled[type="button"],
input:disabled[type="submit"],
input:disabled[type="reset"],
.wp-block-button a.wp-block-button__link:disabled, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled),
.button:not(:disabled):not(.disabled),
input:not(:disabled):not(.disabled)[type="button"],
input:not(:disabled):not(.disabled)[type="submit"],
input:not(:disabled):not(.disabled)[type="reset"],
.wp-block-button a.wp-block-button__link:not(:disabled):not(.disabled), .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
a.disabled.button,
.wp-block-button a.disabled.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.disabled,
fieldset:disabled a.btn,
fieldset:disabled a.button,
fieldset:disabled .wp-block-button a.wp-block-button__link,
.wp-block-button fieldset:disabled a.wp-block-button__link,
fieldset:disabled .main-navigation .navbar-nav > li.menu-item.btn-inside > a,
.main-navigation fieldset:disabled .navbar-nav > li.menu-item.btn-inside > a {
  pointer-events: none;
}

.btn-primary,
input[type="submit"],
button[type="submit"] {
  color: #FFFFFF;
  background-color: #28282A;
  border-color: #28282A;
}

.btn-primary:hover,
input:hover[type="submit"],
button:hover[type="submit"] {
  color: #FFFFFF;
  background-color: #151516;
  border-color: #0f0f10;
}

.btn-primary:focus,
input:focus[type="submit"],
button:focus[type="submit"], .btn-primary.focus,
input.focus[type="submit"],
button.focus[type="submit"] {
  box-shadow: 0 0 0 0 rgba(40, 40, 42, 0.5);
}

.btn-primary.disabled,
input.disabled[type="submit"],
button.disabled[type="submit"], .btn-primary:disabled,
input:disabled[type="submit"],
button:disabled[type="submit"] {
  color: #FFFFFF;
  background-color: #28282A;
  border-color: #28282A;
}

.btn-primary:active, input:active[type="submit"],
button:active[type="submit"], .btn-primary.active, input.active[type="submit"],
button.active[type="submit"],
.show > .btn-primary.dropdown-toggle,
.show > input.dropdown-toggle[type="submit"],
.show > button.dropdown-toggle[type="submit"] {
  color: #FFFFFF;
  background-color: #0f0f10;
  border-color: #090909;
}

.btn-primary:active:focus, input:active:focus[type="submit"],
button:active:focus[type="submit"], .btn-primary.active:focus, input.active:focus[type="submit"],
button.active:focus[type="submit"],
.show > .btn-primary.dropdown-toggle:focus,
.show > input.dropdown-toggle:focus[type="submit"],
.show > button.dropdown-toggle:focus[type="submit"] {
  box-shadow: 0 0 0 0 rgba(40, 40, 42, 0.5);
}

.btn-secondary,
input[type="reset"],
button[type="reset"] {
  color: #000000;
  background-color: #c7a17a;
  border-color: #c7a17a;
}

.btn-secondary:hover,
input:hover[type="reset"],
button:hover[type="reset"] {
  color: #000000;
  background-color: #bc8e5f;
  border-color: #b88856;
}

.btn-secondary:focus,
input:focus[type="reset"],
button:focus[type="reset"], .btn-secondary.focus,
input.focus[type="reset"],
button.focus[type="reset"] {
  box-shadow: 0 0 0 0 rgba(199, 161, 122, 0.5);
}

.btn-secondary.disabled,
input.disabled[type="reset"],
button.disabled[type="reset"], .btn-secondary:disabled,
input:disabled[type="reset"],
button:disabled[type="reset"] {
  color: #000000;
  background-color: #c7a17a;
  border-color: #c7a17a;
}

.btn-secondary:active, input:active[type="reset"],
button:active[type="reset"], .btn-secondary.active, input.active[type="reset"],
button.active[type="reset"],
.show > .btn-secondary.dropdown-toggle,
.show > input.dropdown-toggle[type="reset"],
.show > button.dropdown-toggle[type="reset"] {
  color: #FFFFFF;
  background-color: #b88856;
  border-color: #b4814d;
}

.btn-secondary:active:focus, input:active:focus[type="reset"],
button:active:focus[type="reset"], .btn-secondary.active:focus, input.active:focus[type="reset"],
button.active:focus[type="reset"],
.show > .btn-secondary.dropdown-toggle:focus,
.show > input.dropdown-toggle:focus[type="reset"],
.show > button.dropdown-toggle:focus[type="reset"] {
  box-shadow: 0 0 0 0 rgba(199, 161, 122, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #648551;
  border-color: #648551;
}

.btn-success:hover {
  color: #FFFFFF;
  background-color: #526d43;
  border-color: #4c653e;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(100, 133, 81, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #648551;
  border-color: #648551;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #4c653e;
  border-color: #465d39;
}

.btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(100, 133, 81, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #0788D9;
  border-color: #0788D9;
}

.btn-info:hover {
  color: #FFFFFF;
  background-color: #0671b4;
  border-color: #0569a8;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(7, 136, 217, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #0788D9;
  border-color: #0788D9;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0569a8;
  border-color: #05619b;
}

.btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(7, 136, 217, 0.5);
}

.btn-warning {
  color: #000000;
  background-color: #F2B705;
  border-color: #F2B705;
}

.btn-warning:hover {
  color: #000000;
  background-color: #cd9b04;
  border-color: #c09104;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #000000;
  background-color: #F2B705;
  border-color: #F2B705;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c09104;
  border-color: #b48804;
}

.btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #BF0A3A;
  border-color: #BF0A3A;
}

.btn-danger:hover {
  color: #FFFFFF;
  background-color: #9b082f;
  border-color: #8f072b;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(191, 10, 58, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #BF0A3A;
  border-color: #BF0A3A;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #8f072b;
  border-color: #820728;
}

.btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(191, 10, 58, 0.5);
}

.btn-light {
  color: #000000;
  background-color: #DCDCDA;
  border-color: #DCDCDA;
}

.btn-light:hover {
  color: #000000;
  background-color: #c9c9c6;
  border-color: #c3c3c0;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(220, 220, 218, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #000000;
  background-color: #DCDCDA;
  border-color: #DCDCDA;
}

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #c3c3c0;
  border-color: #bdbdb9;
}

.btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 220, 218, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #0F0F10;
  border-color: #0F0F10;
}

.btn-dark:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(15, 15, 16, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #0F0F10;
  border-color: #0F0F10;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

.btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(15, 15, 16, 0.5);
}

.btn-medium {
  color: #FFFFFF;
  background-color: #747477;
  border-color: #747477;
}

.btn-medium:hover {
  color: #FFFFFF;
  background-color: #616164;
  border-color: #5b5b5d;
}

.btn-medium:focus, .btn-medium.focus {
  box-shadow: 0 0 0 0 rgba(116, 116, 119, 0.5);
}

.btn-medium.disabled, .btn-medium:disabled {
  color: #FFFFFF;
  background-color: #747477;
  border-color: #747477;
}

.btn-medium:active, .btn-medium.active,
.show > .btn-medium.dropdown-toggle {
  color: #FFFFFF;
  background-color: #5b5b5d;
  border-color: #555557;
}

.btn-medium:active:focus, .btn-medium.active:focus,
.show > .btn-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(116, 116, 119, 0.5);
}

.btn-outline-primary {
  color: #28282A;
  background-color: transparent;
  background-image: none;
  border-color: #28282A;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #28282A;
  border-color: #28282A;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(40, 40, 42, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #28282A;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #28282A;
  border-color: #28282A;
}

.btn-outline-primary:active:focus, .btn-outline-primary.active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 40, 42, 0.5);
}

.btn-outline-secondary {
  color: #c7a17a;
  background-color: transparent;
  background-image: none;
  border-color: #c7a17a;
}

.btn-outline-secondary:hover {
  color: #000000;
  background-color: #c7a17a;
  border-color: #c7a17a;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(199, 161, 122, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c7a17a;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #000000;
  background-color: #c7a17a;
  border-color: #c7a17a;
}

.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199, 161, 122, 0.5);
}

.btn-outline-success {
  color: #648551;
  background-color: transparent;
  background-image: none;
  border-color: #648551;
}

.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #648551;
  border-color: #648551;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(100, 133, 81, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #648551;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #648551;
  border-color: #648551;
}

.btn-outline-success:active:focus, .btn-outline-success.active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(100, 133, 81, 0.5);
}

.btn-outline-info {
  color: #0788D9;
  background-color: transparent;
  background-image: none;
  border-color: #0788D9;
}

.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #0788D9;
  border-color: #0788D9;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(7, 136, 217, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0788D9;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0788D9;
  border-color: #0788D9;
}

.btn-outline-info:active:focus, .btn-outline-info.active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(7, 136, 217, 0.5);
}

.btn-outline-warning {
  color: #F2B705;
  background-color: transparent;
  background-image: none;
  border-color: #F2B705;
}

.btn-outline-warning:hover {
  color: #000000;
  background-color: #F2B705;
  border-color: #F2B705;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F2B705;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #000000;
  background-color: #F2B705;
  border-color: #F2B705;
}

.btn-outline-warning:active:focus, .btn-outline-warning.active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.5);
}

.btn-outline-danger {
  color: #BF0A3A;
  background-color: transparent;
  background-image: none;
  border-color: #BF0A3A;
}

.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #BF0A3A;
  border-color: #BF0A3A;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(191, 10, 58, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #BF0A3A;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #BF0A3A;
  border-color: #BF0A3A;
}

.btn-outline-danger:active:focus, .btn-outline-danger.active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(191, 10, 58, 0.5);
}

.btn-outline-light {
  color: #DCDCDA;
  background-color: transparent;
  background-image: none;
  border-color: #DCDCDA;
}

.btn-outline-light:hover {
  color: #000000;
  background-color: #DCDCDA;
  border-color: #DCDCDA;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(220, 220, 218, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #DCDCDA;
  background-color: transparent;
}

.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #000000;
  background-color: #DCDCDA;
  border-color: #DCDCDA;
}

.btn-outline-light:active:focus, .btn-outline-light.active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 220, 218, 0.5);
}

.btn-outline-dark {
  color: #0F0F10;
  background-color: transparent;
  background-image: none;
  border-color: #0F0F10;
}

.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #0F0F10;
  border-color: #0F0F10;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(15, 15, 16, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #0F0F10;
  background-color: transparent;
}

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0F0F10;
  border-color: #0F0F10;
}

.btn-outline-dark:active:focus, .btn-outline-dark.active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(15, 15, 16, 0.5);
}

.btn-outline-medium {
  color: #747477;
  background-color: transparent;
  background-image: none;
  border-color: #747477;
}

.btn-outline-medium:hover {
  color: #FFFFFF;
  background-color: #747477;
  border-color: #747477;
}

.btn-outline-medium:focus, .btn-outline-medium.focus {
  box-shadow: 0 0 0 0 rgba(116, 116, 119, 0.5);
}

.btn-outline-medium.disabled, .btn-outline-medium:disabled {
  color: #747477;
  background-color: transparent;
}

.btn-outline-medium:active, .btn-outline-medium.active,
.show > .btn-outline-medium.dropdown-toggle {
  color: #FFFFFF;
  background-color: #747477;
  border-color: #747477;
}

.btn-outline-medium:active:focus, .btn-outline-medium.active:focus,
.show > .btn-outline-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(116, 116, 119, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #28282A;
  background-color: transparent;
}

.btn-link:hover {
  color: #4d4d51;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #DCDCDA;
  pointer-events: none;
}

.btn-lg {
  padding: 1.125rem 3rem;
  font-size: 1.125rem;
  line-height: 1.3;
  border-radius: 10rem;
}

.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 10rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 240px;
  padding: 0 0;
  margin: 10px 0 0;
  font-size: 1rem;
  color: #414143;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0 solid #414143;
  border-radius: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 10px;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 10px;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F4F0EA;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #28282A;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #4d4d51;
  text-decoration: none;
  background-color: #F4F0EA;
}

.dropdown-item.active, .dropdown-item:active {
  color: #414143;
  text-decoration: none;
  background-color: #F4F0EA;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #747477;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #414143;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #28282A;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #c7a17a;
  background-color: #F4F0EA;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F4F0EA, 0 0 0 3px #EBEBEA;
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #c7a17a;
  background-color: #F4F0EA;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #DCDCDA;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #DCDCDA;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.125rem;
  left: -1.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
}

.custom-control-label::after {
  position: absolute;
  top: 0.125rem;
  left: -1.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F4F0EA;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23c7a17a' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #c7a17a;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23F4F0EA' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #DCDCDA;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #DCDCDA;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F4F0EA;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23c7a17a'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #DCDCDA;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.9rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #747477;
  vertical-align: middle;
  background: #F4F0EA url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23747477' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 2px solid rgba(40, 40, 42, 0.18);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #c7a17a;
  outline: 0;
  box-shadow: 0 0 0 1px #F4F0EA, 0 0 0 3px #EBEBEA;
}

.custom-select:focus::-ms-value {
  color: #747477;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #DCDCDA;
  background-color: #DCDCDA;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(3.3125rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.9rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.9rem + 4px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #c7a17a;
  box-shadow: 0 0 0 0 rgba(244, 240, 234, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #c7a17a;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #DCDCDA;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.9rem + 4px);
  padding: 0.7rem 1rem;
  line-height: 1.5;
  color: #747477;
  background-color: #fff;
  border: 2px solid rgba(40, 40, 42, 0.18);
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.9rem;
  padding: 0.7rem 1rem;
  line-height: 1.5;
  color: #747477;
  content: "Browse";
  background-color: #fff;
  border-left: 2px solid rgba(40, 40, 42, 0.18);
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F4F0EA, 0 0 0 0 rgba(244, 240, 234, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F4F0EA, 0 0 0 0 rgba(244, 240, 234, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F4F0EA, 0 0 0 0 rgba(244, 240, 234, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #F4F0EA;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #F4F0EA;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #F4F0EA;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: white;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #F4F0EA;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #F4F0EA;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: white;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #F4F0EA;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #F4F0EA;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #DCDCDA;
}

.nav-tabs {
  border-bottom: 2px solid #fff;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #28282A;
}

.nav-tabs .nav-link.disabled {
  color: #DCDCDA;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #28282A;
  background-color: #4d4d51;
  border-color: #F4F0EA;
}

.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #414143;
  background-color: #F4F0EA;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 1rem;
}

.navbar > .container, .region .navbar > .region__container, .main-navigation.navbar--container-classic .navbar > .navbar__container, .main-navigation.navbar--container-narrow .navbar > .navbar__container, .main-navigation.navbar--container-narrower .navbar > .navbar__container, #primary > #main > .widget-area.navbar > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area.navbar > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area.navbar > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.navbar > .container-fluid,
.region.region--container-fluid.navbar > .region__container,
.region.region--container-fluid > .region__inner.navbar > .region__container,
.grimlock-section.navbar:not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar > .region__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 10rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .region .navbar-expand-sm > .region__container, .main-navigation.navbar--container-classic .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-sm > .navbar__container, #primary > #main > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-sm > .container-fluid,
  .region.region--container-fluid.navbar-expand-sm > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-sm > .region__container,
  .grimlock-section.navbar-expand-sm:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-sm > .region__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-sm > .container, .region .navbar-expand-sm > .region__container, .main-navigation.navbar--container-classic .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-sm > .navbar__container, #primary > #main > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-sm > .container-fluid,
  .region.region--container-fluid.navbar-expand-sm > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-sm > .region__container,
  .grimlock-section.navbar-expand-sm:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-sm > .region__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .region .navbar-expand-md > .region__container, .main-navigation.navbar--container-classic .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-md > .navbar__container, #primary > #main > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-md > .container-fluid,
  .region.region--container-fluid.navbar-expand-md > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-md > .region__container,
  .grimlock-section.navbar-expand-md:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-md > .region__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-md > .container, .region .navbar-expand-md > .region__container, .main-navigation.navbar--container-classic .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-md > .navbar__container, #primary > #main > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-md > .container-fluid,
  .region.region--container-fluid.navbar-expand-md > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-md > .region__container,
  .grimlock-section.navbar-expand-md:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-md > .region__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .region .navbar-expand-lg > .region__container, .main-navigation.navbar--container-classic .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-lg > .navbar__container, #primary > #main > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-lg > .container-fluid,
  .region.region--container-fluid.navbar-expand-lg > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-lg > .region__container,
  .grimlock-section.navbar-expand-lg:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-lg > .region__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-lg > .container, .region .navbar-expand-lg > .region__container, .main-navigation.navbar--container-classic .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-lg > .navbar__container, #primary > #main > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-lg > .container-fluid,
  .region.region--container-fluid.navbar-expand-lg > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-lg > .region__container,
  .grimlock-section.navbar-expand-lg:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-lg > .region__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .region .navbar-expand-xl > .region__container, .main-navigation.navbar--container-classic .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-xl > .navbar__container, #primary > #main > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-xl > .container-fluid,
  .region.region--container-fluid.navbar-expand-xl > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-xl > .region__container,
  .grimlock-section.navbar-expand-xl:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-xl > .region__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-xl > .container, .region .navbar-expand-xl > .region__container, .main-navigation.navbar--container-classic .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-xl > .navbar__container, #primary > #main > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-xl > .container-fluid,
  .region.region--container-fluid.navbar-expand-xl > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-xl > .region__container,
  .grimlock-section.navbar-expand-xl:not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand-xl > .region__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .region .navbar-expand > .region__container, .main-navigation.navbar--container-classic .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand > .navbar__container, #primary > #main > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.navbar-expand > .container-fluid,
.region.region--container-fluid.navbar-expand > .region__container,
.region.region--container-fluid > .region__inner.navbar-expand > .region__container,
.grimlock-section.navbar-expand:not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand > .region__container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.navbar-expand > .container, .region .navbar-expand > .region__container, .main-navigation.navbar--container-classic .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand > .navbar__container, #primary > #main > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.navbar-expand > .container-fluid,
.region.region--container-fluid.navbar-expand > .region__container,
.region.region--container-fluid > .region__inner.navbar-expand > .region__container,
.grimlock-section.navbar-expand:not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner.navbar-expand > .region__container {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-brand {
  color: black;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: black;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: black;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-text a {
  color: black;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: black;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 7px solid #fff;
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 20px;
}

.card-title {
  margin-bottom: 20px;
}

.card-subtitle {
  margin-top: -10px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 20px;
}

.card-header {
  padding: 20px 20px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 7px solid #fff;
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 20px 20px;
  background-color: transparent;
  border-top: 7px solid #fff;
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -10px;
  margin-left: -10px;
}

.card-img-overlay, .card.card-overlay .card-body,
.post--overlay .card .card-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.card-img {
  width: 100%;
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #28282A;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #747477;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #FFFFFF;
}

.badge {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge, button .badge, .button .badge, input[type="button"] .badge, input[type="submit"] .badge, input[type="reset"] .badge, .wp-block-button a.wp-block-button__link .badge, .main-navigation .navbar-nav > li.menu-item.btn-inside > a .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 500px;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #28282A;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0f0f10;
}

.badge-secondary {
  color: #000000;
  background-color: #c7a17a;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: #b88856;
}

.badge-success {
  color: #FFFFFF;
  background-color: #648551;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #4c653e;
}

.badge-info {
  color: #FFFFFF;
  background-color: #0788D9;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0569a8;
}

.badge-warning {
  color: #000000;
  background-color: #F2B705;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: #c09104;
}

.badge-danger {
  color: #FFFFFF;
  background-color: #BF0A3A;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #8f072b;
}

.badge-light {
  color: #000000;
  background-color: #DCDCDA;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: #c3c3c0;
}

.badge-dark {
  color: #FFFFFF;
  background-color: #0F0F10;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: black;
}

.badge-medium {
  color: #FFFFFF;
  background-color: #747477;
}

.badge-medium[href]:hover, .badge-medium[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #5b5b5d;
}

.alert, .must-log-in, .no-comments, .wpcf7-response-output,
.mc4wp-alert, body .gform_wrapper div.validation_error {
  position: relative;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.7rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.5rem;
  color: inherit;
}

.alert-primary {
  color: #151516;
  background-color: #28282a;
  border-color: #181819;
}

.alert-primary hr {
  border-top-color: #0c0c0c;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #67543f;
  background-color: #c7a17a;
  border-color: #776149;
}

.alert-secondary hr {
  border-top-color: #67543f;
}

.alert-secondary .alert-link {
  color: #473a2c;
}

.alert-success, .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7-response-output.mc4wp-success,
.mc4wp-alert.wpcf7-mail-sent-ok,
.mc4wp-alert.mc4wp-success {
  color: #34452a;
  background-color: #648551;
  border-color: #3c5031;
}

.alert-success hr, .wpcf7-response-output.wpcf7-mail-sent-ok hr, .wpcf7-response-output.mc4wp-success hr, .mc4wp-alert.wpcf7-mail-sent-ok hr, .mc4wp-alert.mc4wp-success hr {
  border-top-color: #304027;
}

.alert-success .alert-link, .wpcf7-response-output.wpcf7-mail-sent-ok .alert-link, .wpcf7-response-output.mc4wp-success .alert-link, .mc4wp-alert.wpcf7-mail-sent-ok .alert-link, .mc4wp-alert.mc4wp-success .alert-link {
  color: #1c2517;
}

.alert-info, .must-log-in {
  color: #044771;
  background-color: #0788d9;
  border-color: #045282;
}

.alert-info hr, .must-log-in hr {
  border-top-color: #034269;
}

.alert-info .alert-link, .must-log-in .alert-link {
  color: #022840;
}

.alert-warning, .wpcf7-response-output.mc4wp-notice,
.mc4wp-alert.mc4wp-notice {
  color: #7e5f03;
  background-color: #f2b705;
  border-color: #916e03;
}

.alert-warning hr, .wpcf7-response-output.mc4wp-notice hr, .mc4wp-alert.mc4wp-notice hr {
  border-top-color: #785b02;
}

.alert-warning .alert-link, .wpcf7-response-output.mc4wp-notice .alert-link, .mc4wp-alert.mc4wp-notice .alert-link {
  color: #4c3902;
}

.alert-danger, .no-comments, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.mc4wp-error,
.mc4wp-alert.wpcf7-validation-errors,
.mc4wp-alert.mc4wp-error, body .gform_wrapper div.validation_error {
  color: #63051e;
  background-color: #bf0a3a;
  border-color: #730623;
}

.alert-danger hr, .no-comments hr, .wpcf7-response-output.wpcf7-validation-errors hr, .wpcf7-response-output.mc4wp-error hr, .mc4wp-alert.wpcf7-validation-errors hr, .mc4wp-alert.mc4wp-error hr, body .gform_wrapper div.validation_error hr {
  border-top-color: #5b051c;
}

.alert-danger .alert-link, .no-comments .alert-link, .wpcf7-response-output.wpcf7-validation-errors .alert-link, .wpcf7-response-output.mc4wp-error .alert-link, .mc4wp-alert.wpcf7-validation-errors .alert-link, .mc4wp-alert.mc4wp-error .alert-link, body .gform_wrapper div.validation_error .alert-link {
  color: #32030f;
}

.alert-light {
  color: #727271;
  background-color: #dcdcda;
  border-color: #848483;
}

.alert-light hr {
  border-top-color: #777776;
}

.alert-light .alert-link {
  color: #585858;
}

.alert-dark {
  color: #080808;
  background-color: #0f0f10;
  border-color: #09090a;
}

.alert-dark hr {
  border-top-color: black;
}

.alert-dark .alert-link {
  color: black;
}

.alert-medium {
  color: #3c3c3e;
  background-color: #747477;
  border-color: #464647;
}

.alert-medium hr {
  border-top-color: #39393a;
}

.alert-medium .alert-link {
  color: #232324;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #F4F0EA;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0F0F10;
  text-align: center;
  white-space: nowrap;
  background-color: #EBEBEA;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #F4F0EA;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0F0F10;
}

.list-group-item-action:active {
  color: #414143;
  background-color: #28282A;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.5rem;
  margin-bottom: -2px;
  background-color: #F4F0EA;
  border: 2px solid #414143;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #DCDCDA;
  background-color: #747477;
}

.list-group-item.active {
  z-index: 2;
  color: #414143;
  background-color: #F4F0EA;
  border-color: #747477;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #151516;
  background-color: #c3c3c3;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #151516;
  background-color: #b6b6b6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #151516;
  border-color: #151516;
}

.list-group-item-secondary {
  color: #67543f;
  background-color: #efe5da;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #67543f;
  background-color: #e7d8c8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #67543f;
  border-color: #67543f;
}

.list-group-item-success {
  color: #34452a;
  background-color: #d4ddce;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #34452a;
  background-color: #c7d3bf;
}

.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #34452a;
  border-color: #34452a;
}

.list-group-item-info {
  color: #044771;
  background-color: #badef4;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #044771;
  background-color: #a4d3f0;
}

.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #044771;
  border-color: #044771;
}

.list-group-item-warning {
  color: #7e5f03;
  background-color: #fbebb9;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7e5f03;
  background-color: #fae4a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7e5f03;
  border-color: #7e5f03;
}

.list-group-item-danger {
  color: #63051e;
  background-color: #edbac8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #63051e;
  background-color: #e8a6b8;
}

.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #63051e;
  border-color: #63051e;
}

.list-group-item-light {
  color: #727271;
  background-color: whitesmoke;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #727271;
  background-color: #e8e8e8;
}

.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #727271;
  border-color: #727271;
}

.list-group-item-dark {
  color: #080808;
  background-color: #bcbcbc;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #080808;
  background-color: #afafaf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #080808;
  border-color: #080808;
}

.list-group-item-medium {
  color: #3c3c3e;
  background-color: #d8d8d9;
}

.list-group-item-medium.list-group-item-action:hover, .list-group-item-medium.list-group-item-action:focus {
  color: #3c3c3e;
  background-color: #cbcbcc;
}

.list-group-item-medium.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #3c3c3e;
  border-color: #3c3c3e;
}

.close {
  float: right;
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: none;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #FFFFFF;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0 * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0 * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #28282A;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.95;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  border-bottom: 0 solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 0;
  margin: 0 0 0 auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border-top: 0 solid #fff;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 10% auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (10% * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (10% * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  margin: 5px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.8;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 6px;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 6px 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 6px 7.5px 0;
  border-top-color: #28282A;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 6px;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 6px;
  height: 15px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 7.5px 6px 7.5px 0;
  border-right-color: #28282A;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 6px 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 7.5px 6px;
  border-bottom-color: #28282A;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 6px;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 6px;
  height: 15px;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 7.5px 0 7.5px 6px;
  border-left-color: #28282A;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 11px;
  color: #fff;
  text-align: center;
  background-color: #28282A;
  border-radius: 500px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #414143;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #414143;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414143' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414143' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(116, 116, 119, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #747477;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #747477;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #28282A !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f0f10 !important;
}

.bg-secondary {
  background-color: #c7a17a !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b88856 !important;
}

.bg-success {
  background-color: #648551 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #4c653e !important;
}

.bg-info {
  background-color: #0788D9 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0569a8 !important;
}

.bg-warning {
  background-color: #F2B705 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c09104 !important;
}

.bg-danger {
  background-color: #BF0A3A !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #8f072b !important;
}

.bg-light {
  background-color: #DCDCDA !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c3c3c0 !important;
}

.bg-dark {
  background-color: #0F0F10 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-medium {
  background-color: #747477 !important;
}

a.bg-medium:hover, a.bg-medium:focus,
button.bg-medium:hover,
button.bg-medium:focus {
  background-color: #5b5b5d !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 2px solid #fff !important;
}

.border-top {
  border-top: 2px solid #fff !important;
}

.border-right {
  border-right: 2px solid #fff !important;
}

.border-bottom {
  border-bottom: 2px solid #fff !important;
}

.border-left {
  border-left: 2px solid #fff !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #28282A !important;
}

.border-secondary {
  border-color: #c7a17a !important;
}

.border-success {
  border-color: #648551 !important;
}

.border-info {
  border-color: #0788D9 !important;
}

.border-warning {
  border-color: #F2B705 !important;
}

.border-danger {
  border-color: #BF0A3A !important;
}

.border-light {
  border-color: #DCDCDA !important;
}

.border-dark {
  border-color: #0F0F10 !important;
}

.border-medium {
  border-color: #747477 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clear::after,
.clearfix::after,
.entry-content::after,
.entry-header::after,
.entry-footer::after,
.comment-content::after,
.site-preheader::after,
.site-header::after,
.site-before-content::after,
.site-content::after,
.site-after-content::after,
.site-prefooter::after,
.site-footer::after,
.sidebar::after,
.region::after, .card::after, .main-navigation .navbar-nav > .menu-item .sub-menu::after,
.site-preheader .menu > .menu-item .sub-menu::after, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item::after,
.site-preheader .menu > .menu-item .sub-menu .menu-item::after, .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu::after,
.site-preheader .menu > .menu-item .sub-menu .sub-menu::after, .site-preheader .menu::after, .grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item::after, .widget::after, form.wpcf7-form-form-control-wrap::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, body.single.single-post .entry-author .author-social li, body.single.single-post #content .entry-meta .author-avatar,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, body.single.single-post .entry-author .author-social li:first-child,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, body.attachment.single-attachment article.attachment .entry-content,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, body.attachment.single-attachment article.attachment .entry-title,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, body.attachment.single-attachment article.attachment .entry-content,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #28282A !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0f0f10 !important;
}

.text-secondary {
  color: #c7a17a !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b88856 !important;
}

.text-success {
  color: #648551 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #4c653e !important;
}

.text-info {
  color: #0788D9 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0569a8 !important;
}

.text-warning {
  color: #F2B705 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c09104 !important;
}

.text-danger {
  color: #BF0A3A !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #8f072b !important;
}

.text-light {
  color: #DCDCDA !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c3c3c0 !important;
}

.text-dark {
  color: #0F0F10 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-medium {
  color: #747477 !important;
}

a.text-medium:hover, a.text-medium:focus {
  color: #5b5b5d !important;
}

.text-body {
  color: #414143 !important;
}

.text-muted, .widget_rss li cite {
  color: #747477 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(button):not(
  .button):not(
  input[type="button"]):not(
  input[type="submit"]):not(
  input[type="reset"]) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 2px solid #DCDCDA;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 2px solid #000000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EBEBEA !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #747477;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #747477;
  }
}

/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*
 *  Repaintless 1.4.0
 */
.element-animated, .main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .stego_custom_header,
.grimlock--loader-fadein-displayed #custom_header, .grimlock--loader-fadein-displayed.single .site-main .entry-title,
.grimlock--loader-fadein-displayed.single .site-main .entry-meta,
.grimlock--loader-fadein-displayed.single .site-main .entry-thumbnail,
.grimlock--loader-fadein-displayed.single .site-main .entry-content {
  animation-duration: 1s;
}

.element-animated.short, .main-navigation .navbar-nav > .menu-item .short.sub-menu,
.site-preheader .menu > .menu-item .short.sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .short.main-navigation, .widget_icl_lang_sel_widget .wpml-ls .short.wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .short.stego_custom_header,
.grimlock--loader-fadein-displayed .short#custom_header, .grimlock--loader-fadein-displayed.single .site-main .short.entry-title,
.grimlock--loader-fadein-displayed.single .site-main .short.entry-meta,
.grimlock--loader-fadein-displayed.single .site-main .short.entry-thumbnail,
.grimlock--loader-fadein-displayed.single .site-main .short.entry-content {
  animation-duration: .5s;
}

.element-animated.long, .main-navigation .navbar-nav > .menu-item .long.sub-menu,
.site-preheader .menu > .menu-item .long.sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .long.main-navigation, .widget_icl_lang_sel_widget .wpml-ls .long.wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .long.stego_custom_header,
.grimlock--loader-fadein-displayed .long#custom_header, .grimlock--loader-fadein-displayed.single .site-main .long.entry-title,
.grimlock--loader-fadein-displayed.single .site-main .long.entry-meta,
.grimlock--loader-fadein-displayed.single .site-main .long.entry-thumbnail,
.grimlock--loader-fadein-displayed.single .site-main .long.entry-content {
  animation-duration: 2s;
}

.element-animated.infinite, .main-navigation .navbar-nav > .menu-item .infinite.sub-menu,
.site-preheader .menu > .menu-item .infinite.sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .infinite.main-navigation, .widget_icl_lang_sel_widget .wpml-ls .infinite.wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .infinite.stego_custom_header,
.grimlock--loader-fadein-displayed .infinite#custom_header, .grimlock--loader-fadein-displayed.single .site-main .infinite.entry-title,
.grimlock--loader-fadein-displayed.single .site-main .infinite.entry-meta,
.grimlock--loader-fadein-displayed.single .site-main .infinite.entry-thumbnail,
.grimlock--loader-fadein-displayed.single .site-main .infinite.entry-content {
  animation-iteration-count: infinite;
}

@keyframes slide-from-right {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-right {
  animation-name: slide-from-right;
}

@keyframes slide-from-left {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-left {
  animation-name: slide-from-left;
}

@keyframes slide-from-top {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-top, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation {
  animation-name: slide-from-top;
}

@keyframes slide-from-bottom {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-bottom {
  animation-name: slide-from-bottom;
}

@keyframes slide-from-right-bottom {
  0% {
    transform: translate(30px, 30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-right-bottom {
  animation-name: slide-from-right-bottom;
}

@keyframes slide-from-left-bottom {
  0% {
    transform: translate(-30px, 30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-left-bottom {
  animation-name: slide-from-left-bottom;
}

@keyframes slide-from-right-top {
  0% {
    transform: translate(30px, -30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-right-top {
  animation-name: slide-from-right-top;
}

@keyframes slide-from-left-top {
  0% {
    transform: translate(-30px, -30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-left-top {
  animation-name: slide-from-left-top;
}

@keyframes slide-left-right {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: none;
  }
  100% {
    transform: translateX(30px);
  }
}

.slide-left-right {
  animation-name: slide-left-right;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes slide-top-bottom {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: none;
  }
  100% {
    transform: translateY(30px);
  }
}

.slide-top-bottom {
  animation-name: slide-top-bottom;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes tremble {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateX(5px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: none;
  }
}

.tremble {
  animation-name: tremble;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes fade-out {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 0;
  }
}

.fade-out {
  animation-name: fade-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in, .main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .stego_custom_header,
.grimlock--loader-fadein-displayed #custom_header, .grimlock--loader-fadein-displayed.single .site-main .entry-title,
.grimlock--loader-fadein-displayed.single .site-main .entry-meta,
.grimlock--loader-fadein-displayed.single .site-main .entry-thumbnail,
.grimlock--loader-fadein-displayed.single .site-main .entry-content {
  animation-name: fade-in;
  animation-timing-function: ease-in;
}

@keyframes pulsate {
  0%, 100% {
    opacity: .8;
  }
  50% {
    opacity: .6;
  }
}

.pulsate {
  animation-name: pulsate;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: none;
  }
}

.rotate {
  animation-name: rotate;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-right {
  0% {
    transform: translateX(60px) rotate(1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-right {
  animation-name: rotate-slide-from-right;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-left {
  0% {
    transform: translateX(-60px) rotate(-1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-left {
  animation-name: rotate-slide-from-left;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-top {
  0% {
    transform: translateY(-60px) rotate(-1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-top {
  animation-name: rotate-slide-from-top;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-bottom {
  0% {
    transform: translateY(60px) rotate(-1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-bottom {
  animation-name: rotate-slide-from-bottom;
  animation-timing-function: ease-in-out;
}

@keyframes appear-from-right {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-right {
  animation-name: appear-from-right;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes appear-from-left {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-left {
  animation-name: appear-from-left;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes appear-from-top {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-top {
  animation-name: appear-from-top;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes appear-from-bottom {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-bottom {
  animation-name: appear-from-bottom;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * Fonts
 *
 * Custom fonts.
 */
@font-face {
  font-family: 'stego';
  src: url("./assets/fonts/stego/stego.woff?3wbf6d") format("woff");
  font-weight: normal;
  font-style: normal;
}

.stego-icon {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: 'stego' !important;
}

.stego-500px:before {
  content: "\e900";
}

.stego-abacus-regular:before {
  content: "\e901";
}

.stego-accessibility-regular:before {
  content: "\e902";
}

.stego-add-to-queue-regular:before {
  content: "\e903";
}

.stego-add-to-queue-solid:before {
  content: "\e904";
}

.stego-adjust-alt-solid:before {
  content: "\e905";
}

.stego-adjust-regular:before {
  content: "\e906";
}

.stego-adjust-solid:before {
  content: "\e907";
}

.stego-adobe:before {
  content: "\e908";
}

.stego-airbnb:before {
  content: "\e909";
}

.stego-alarm-add-regular:before {
  content: "\e90a";
}

.stego-alarm-add-solid:before {
  content: "\e90b";
}

.stego-alarm-exclamation-regular:before {
  content: "\e90c";
}

.stego-alarm-exclamation-solid:before {
  content: "\e90d";
}

.stego-alarm-off-regular:before {
  content: "\e90e";
}

.stego-alarm-off-solid:before {
  content: "\e90f";
}

.stego-alarm-regular:before {
  content: "\e910";
}

.stego-alarm-snooze-regular:before {
  content: "\e911";
}

.stego-alarm-snooze-solid:before {
  content: "\e912";
}

.stego-alarm-solid:before {
  content: "\e913";
}

.stego-album-regular:before {
  content: "\e914";
}

.stego-album-solid:before {
  content: "\e915";
}

.stego-algolia:before {
  content: "\e916";
}

.stego-align-justify-regular:before {
  content: "\e917";
}

.stego-align-left-regular:before {
  content: "\e918";
}

.stego-align-middle-regular:before {
  content: "\e919";
}

.stego-align-right-regular:before {
  content: "\e91a";
}

.stego-amazon:before {
  content: "\e91b";
}

.stego-ambulance-solid:before {
  content: "\e91c";
}

.stego-analyse-regular:before {
  content: "\e91d";
}

.stego-analyse-solid:before {
  content: "\e91e";
}

.stego-anchor-regular:before {
  content: "\e91f";
}

.stego-android:before {
  content: "\e920";
}

.stego-angry-regular:before {
  content: "\e921";
}

.stego-angry-solid:before {
  content: "\e922";
}

.stego-angular:before {
  content: "\e923";
}

.stego-aperture-regular:before {
  content: "\e924";
}

.stego-apple:before {
  content: "\e925";
}

.stego-arch-regular:before {
  content: "\e926";
}

.stego-arch-solid:before {
  content: "\e927";
}

.stego-archive-in-regular:before {
  content: "\e928";
}

.stego-archive-in-solid:before {
  content: "\e929";
}

.stego-archive-out-regular:before {
  content: "\e92a";
}

.stego-archive-out-solid:before {
  content: "\e92b";
}

.stego-archive-regular:before {
  content: "\e92c";
}

.stego-archive-solid:before {
  content: "\e92d";
}

.stego-area-regular:before {
  content: "\e92e";
}

.stego-area-solid:before {
  content: "\e92f";
}

.stego-arrow-back-regular:before {
  content: "\e930";
}

.stego-arrow-from-bottom-regular:before {
  content: "\e931";
}

.stego-arrow-from-bottom-solid:before {
  content: "\e932";
}

.stego-arrow-from-left-regular:before {
  content: "\e933";
}

.stego-arrow-from-left-solid:before {
  content: "\e934";
}

.stego-arrow-from-right-regular:before {
  content: "\e935";
}

.stego-arrow-from-right-solid:before {
  content: "\e936";
}

.stego-arrow-from-top-regular:before {
  content: "\e937";
}

.stego-arrow-from-top-solid:before {
  content: "\e938";
}

.stego-arrow-to-bottom-regular:before {
  content: "\e939";
}

.stego-arrow-to-bottom-solid:before {
  content: "\e93a";
}

.stego-arrow-to-left-regular:before {
  content: "\e93b";
}

.stego-arrow-to-left-solid:before {
  content: "\e93c";
}

.stego-arrow-to-right-regular:before {
  content: "\e93d";
}

.stego-arrow-to-right-solid:before {
  content: "\e93e";
}

.stego-arrow-to-top-regular:before {
  content: "\e93f";
}

.stego-arrow-to-top-solid:before {
  content: "\e940";
}

.stego-at-regular:before {
  content: "\e941";
}

.stego-atom-regular:before {
  content: "\e942";
}

.stego-audible:before {
  content: "\e943";
}

.stego-award-regular:before {
  content: "\e944";
}

.stego-award-solid:before {
  content: "\e945";
}

.stego-baby-carriage-solid:before {
  content: "\e946";
}

.stego-backpack-solid:before {
  content: "\e947";
}

.stego-badge-check-regular:before {
  content: "\e948";
}

.stego-badge-check-solid:before {
  content: "\e949";
}

.stego-badge-dollar-solid:before {
  content: "\e94a";
}

.stego-badge-regular:before {
  content: "\e94b";
}

.stego-badge-solid:before {
  content: "\e94c";
}

.stego-baidu:before {
  content: "\e94d";
}

.stego-ball-regular:before {
  content: "\e94e";
}

.stego-ball-solid:before {
  content: "\e94f";
}

.stego-band-aid-regular:before {
  content: "\e950";
}

.stego-band-aid-solid:before {
  content: "\e951";
}

.stego-bank-solid:before {
  content: "\e952";
}

.stego-bar-chart-alt-2-regular:before {
  content: "\e953";
}

.stego-bar-chart-alt-2-solid:before {
  content: "\e954";
}

.stego-bar-chart-alt-regular:before {
  content: "\e955";
}

.stego-bar-chart-regular:before {
  content: "\e956";
}

.stego-bar-chart-square-regular:before {
  content: "\e957";
}

.stego-bar-chart-square-solid:before {
  content: "\e958";
}

.stego-barcode-reader-regular:before {
  content: "\e959";
}

.stego-barcode-regular:before {
  content: "\e95a";
}

.stego-barcode-solid:before {
  content: "\e95b";
}

.stego-baseball-regular:before {
  content: "\e95c";
}

.stego-baseball-solid:before {
  content: "\e95d";
}

.stego-basket-regular:before {
  content: "\e95e";
}

.stego-basket-solid:before {
  content: "\e95f";
}

.stego-basketball-regular:before {
  content: "\e960";
}

.stego-basketball-solid:before {
  content: "\e961";
}

.stego-bath-regular:before {
  content: "\e962";
}

.stego-bath-solid:before {
  content: "\e963";
}

.stego-battery-charging-solid:before {
  content: "\e964";
}

.stego-battery-full-solid:before {
  content: "\e965";
}

.stego-battery-low-solid:before {
  content: "\e966";
}

.stego-battery-regular:before {
  content: "\e967";
}

.stego-battery-solid:before {
  content: "\e968";
}

.stego-bed-regular:before {
  content: "\e969";
}

.stego-bed-solid:before {
  content: "\e96a";
}

.stego-been-here-regular:before {
  content: "\e96b";
}

.stego-been-here-solid:before {
  content: "\e96c";
}

.stego-beer-regular:before {
  content: "\e96d";
}

.stego-beer-solid:before {
  content: "\e96e";
}

.stego-behance:before {
  content: "\e96f";
}

.stego-bell-minus-regular:before {
  content: "\e970";
}

.stego-bell-minus-solid:before {
  content: "\e971";
}

.stego-bell-off-regular:before {
  content: "\e972";
}

.stego-bell-off-solid:before {
  content: "\e973";
}

.stego-bell-plus-regular:before {
  content: "\e974";
}

.stego-bell-plus-solid:before {
  content: "\e975";
}

.stego-bell-regular:before {
  content: "\e976";
}

.stego-bell-ring-solid:before {
  content: "\e977";
}

.stego-bell-solid:before {
  content: "\e978";
}

.stego-bible-regular:before {
  content: "\e979";
}

.stego-bible-solid:before {
  content: "\e97a";
}

.stego-bing:before {
  content: "\e97b";
}

.stego-binoculars-solid:before {
  content: "\e97c";
}

.stego-bitcoin:before {
  content: "\e97d";
}

.stego-blanket-regular:before {
  content: "\e97e";
}

.stego-blanket-solid:before {
  content: "\e97f";
}

.stego-block-regular:before {
  content: "\e980";
}

.stego-blogger:before {
  content: "\e981";
}

.stego-bluetooth-regular:before {
  content: "\e982";
}

.stego-body-regular:before {
  content: "\e983";
}

.stego-bold-regular:before {
  content: "\e984";
}

.stego-bolt-circle-regular:before {
  content: "\e985";
}

.stego-bolt-circle-solid:before {
  content: "\e986";
}

.stego-bolt-solid:before {
  content: "\e987";
}

.stego-bomb-regular:before {
  content: "\e988";
}

.stego-bomb-solid:before {
  content: "\e989";
}

.stego-bone-regular:before {
  content: "\e98a";
}

.stego-bone-solid:before {
  content: "\e98b";
}

.stego-bong-regular:before {
  content: "\e98c";
}

.stego-bong-solid:before {
  content: "\e98d";
}

.stego-book-add-regular:before {
  content: "\e98e";
}

.stego-book-add-solid:before {
  content: "\e98f";
}

.stego-book-alt-regular:before {
  content: "\e990";
}

.stego-book-alt-solid:before {
  content: "\e991";
}

.stego-book-bookmark-regular:before {
  content: "\e992";
}

.stego-book-bookmark-solid:before {
  content: "\e993";
}

.stego-book-content-regular:before {
  content: "\e994";
}

.stego-book-content-solid:before {
  content: "\e995";
}

.stego-book-heart-regular:before {
  content: "\e996";
}

.stego-book-heart-solid:before {
  content: "\e997";
}

.stego-book-open-regular:before {
  content: "\e998";
}

.stego-book-open-solid:before {
  content: "\e999";
}

.stego-book-reader-regular:before {
  content: "\e99a";
}

.stego-book-reader-solid:before {
  content: "\e99b";
}

.stego-book-regular:before {
  content: "\e99c";
}

.stego-book-solid:before {
  content: "\e99d";
}

.stego-bookmark-minus-regular:before {
  content: "\e99e";
}

.stego-bookmark-minus-solid:before {
  content: "\e99f";
}

.stego-bookmark-plus-regular:before {
  content: "\e9a0";
}

.stego-bookmark-plus-solid:before {
  content: "\e9a1";
}

.stego-bookmark-regular:before {
  content: "\e9a2";
}

.stego-bookmark-solid:before {
  content: "\e9a3";
}

.stego-bookmark-star-solid:before {
  content: "\e9a4";
}

.stego-bookmarks-regular:before {
  content: "\e9a5";
}

.stego-bookmarks-solid:before {
  content: "\e9a6";
}

.stego-bootstrap:before {
  content: "\e9a7";
}

.stego-border-all-regular:before {
  content: "\e9a8";
}

.stego-border-bottom-regular:before {
  content: "\e9a9";
}

.stego-border-inner-regular:before {
  content: "\e9aa";
}

.stego-border-left-regular:before {
  content: "\e9ab";
}

.stego-border-none-regular:before {
  content: "\e9ac";
}

.stego-border-outer-regular:before {
  content: "\e9ad";
}

.stego-border-radius-regular:before {
  content: "\e9ae";
}

.stego-border-right-regular:before {
  content: "\e9af";
}

.stego-border-top-regular:before {
  content: "\e9b0";
}

.stego-bot-regular:before {
  content: "\e9b1";
}

.stego-bot-solid:before {
  content: "\e9b2";
}

.stego-bowling-ball-regular:before {
  content: "\e9b3";
}

.stego-bowling-ball-solid:before {
  content: "\e9b4";
}

.stego-box-regular:before {
  content: "\e9b5";
}

.stego-box-solid:before {
  content: "\e9b6";
}

.stego-bracket-regular:before {
  content: "\e9b7";
}

.stego-braille-regular:before {
  content: "\e9b8";
}

.stego-brain-regular:before {
  content: "\e9b9";
}

.stego-brain-solid:before {
  content: "\e9ba";
}

.stego-briefcase-alt-2-regular:before {
  content: "\e9bb";
}

.stego-briefcase-alt-2-solid:before {
  content: "\e9bc";
}

.stego-briefcase-alt-regular:before {
  content: "\e9bd";
}

.stego-briefcase-alt-solid:before {
  content: "\e9be";
}

.stego-briefcase-regular:before {
  content: "\e9bf";
}

.stego-briefcase-solid:before {
  content: "\e9c0";
}

.stego-brightness-half-regular:before {
  content: "\e9c1";
}

.stego-brightness-half-solid:before {
  content: "\e9c2";
}

.stego-brightness-regular:before {
  content: "\e9c3";
}

.stego-brightness-solid:before {
  content: "\e9c4";
}

.stego-broadcast-regular:before {
  content: "\e9c5";
}

.stego-brush-alt-regular:before {
  content: "\e9c6";
}

.stego-brush-alt-solid:before {
  content: "\e9c7";
}

.stego-brush-regular:before {
  content: "\e9c8";
}

.stego-brush-solid:before {
  content: "\e9c9";
}

.stego-bug-alt-regular:before {
  content: "\e9ca";
}

.stego-bug-alt-solid:before {
  content: "\e9cb";
}

.stego-bug-regular:before {
  content: "\e9cc";
}

.stego-bug-solid:before {
  content: "\e9cd";
}

.stego-building-house-regular:before {
  content: "\e9ce";
}

.stego-building-house-solid:before {
  content: "\e9cf";
}

.stego-building-regular:before {
  content: "\e9d0";
}

.stego-building-solid:before {
  content: "\e9d1";
}

.stego-buildings-regular:before {
  content: "\e9d2";
}

.stego-buildings-solid:before {
  content: "\e9d3";
}

.stego-bulb-regular:before {
  content: "\e9d4";
}

.stego-bulb-solid:before {
  content: "\e9d5";
}

.stego-bullseye-regular:before {
  content: "\e9d6";
}

.stego-bullseye-solid:before {
  content: "\e9d7";
}

.stego-buoy-regular:before {
  content: "\e9d8";
}

.stego-buoy-solid:before {
  content: "\e9d9";
}

.stego-bus-regular:before {
  content: "\e9da";
}

.stego-bus-school-regular:before {
  content: "\e9db";
}

.stego-bus-school-solid:before {
  content: "\e9dc";
}

.stego-bus-solid:before {
  content: "\e9dd";
}

.stego-business-solid:before {
  content: "\e9de";
}

.stego-cabinet-regular:before {
  content: "\e9df";
}

.stego-cabinet-solid:before {
  content: "\e9e0";
}

.stego-cake-regular:before {
  content: "\e9e1";
}

.stego-cake-solid:before {
  content: "\e9e2";
}

.stego-calculator-regular:before {
  content: "\e9e3";
}

.stego-calculator-solid:before {
  content: "\e9e4";
}

.stego-calendar-alt-regular:before {
  content: "\e9e5";
}

.stego-calendar-alt-solid:before {
  content: "\e9e6";
}

.stego-calendar-check-regular:before {
  content: "\e9e7";
}

.stego-calendar-check-solid:before {
  content: "\e9e8";
}

.stego-calendar-edit-regular:before {
  content: "\e9e9";
}

.stego-calendar-edit-solid:before {
  content: "\e9ea";
}

.stego-calendar-event-regular:before {
  content: "\e9eb";
}

.stego-calendar-event-solid:before {
  content: "\e9ec";
}

.stego-calendar-exclamation-regular:before {
  content: "\e9ed";
}

.stego-calendar-exclamation-solid:before {
  content: "\e9ee";
}

.stego-calendar-heart-regular:before {
  content: "\e9ef";
}

.stego-calendar-heart-solid:before {
  content: "\e9f0";
}

.stego-calendar-minus-regular:before {
  content: "\e9f1";
}

.stego-calendar-minus-solid:before {
  content: "\e9f2";
}

.stego-calendar-plus-regular:before {
  content: "\e9f3";
}

.stego-calendar-plus-solid:before {
  content: "\e9f4";
}

.stego-calendar-regular:before {
  content: "\e9f5";
}

.stego-calendar-solid:before {
  content: "\e9f6";
}

.stego-calendar-star-regular:before {
  content: "\e9f7";
}

.stego-calendar-star-solid:before {
  content: "\e9f8";
}

.stego-calendar-week-regular:before {
  content: "\e9f9";
}

.stego-calendar-week-solid:before {
  content: "\e9fa";
}

.stego-calendar-x-regular:before {
  content: "\e9fb";
}

.stego-calendar-x-solid:before {
  content: "\e9fc";
}

.stego-camera-home-regular:before {
  content: "\e9fd";
}

.stego-camera-home-solid:before {
  content: "\e9fe";
}

.stego-camera-movie-regular:before {
  content: "\e9ff";
}

.stego-camera-movie-solid:before {
  content: "\ea00";
}

.stego-camera-off-regular:before {
  content: "\ea01";
}

.stego-camera-off-solid:before {
  content: "\ea02";
}

.stego-camera-plus-solid:before {
  content: "\ea03";
}

.stego-camera-regular:before {
  content: "\ea04";
}

.stego-camera-solid:before {
  content: "\ea05";
}

.stego-capsule-regular:before {
  content: "\ea06";
}

.stego-capsule-solid:before {
  content: "\ea07";
}

.stego-captions-regular:before {
  content: "\ea08";
}

.stego-captions-solid:before {
  content: "\ea09";
}

.stego-car-battery-solid:before {
  content: "\ea0a";
}

.stego-car-crash-solid:before {
  content: "\ea0b";
}

.stego-car-garage-solid:before {
  content: "\ea0c";
}

.stego-car-mechanic-solid:before {
  content: "\ea0d";
}

.stego-car-regular:before {
  content: "\ea0e";
}

.stego-car-solid:before {
  content: "\ea0f";
}

.stego-car-wash-solid:before {
  content: "\ea10";
}

.stego-card-regular:before {
  content: "\ea11";
}

.stego-card-solid:before {
  content: "\ea12";
}

.stego-caret-down-circle-regular:before {
  content: "\ea13";
}

.stego-caret-down-circle-solid:before {
  content: "\ea14";
}

.stego-caret-down-regular:before {
  content: "\ea15";
}

.stego-caret-down-square-regular:before {
  content: "\ea16";
}

.stego-caret-down-square-solid:before {
  content: "\ea17";
}

.stego-caret-left-circle-regular:before {
  content: "\ea18";
}

.stego-caret-left-circle-solid:before {
  content: "\ea19";
}

.stego-caret-left-regular:before {
  content: "\ea1a";
}

.stego-caret-left-square-regular:before {
  content: "\ea1b";
}

.stego-caret-left-square-solid:before {
  content: "\ea1c";
}

.stego-caret-right-circle-regular:before {
  content: "\ea1d";
}

.stego-caret-right-circle-solid:before {
  content: "\ea1e";
}

.stego-caret-right-regular:before {
  content: "\ea1f";
}

.stego-caret-right-square-regular:before {
  content: "\ea20";
}

.stego-caret-right-square-solid:before {
  content: "\ea21";
}

.stego-caret-up-circle-regular:before {
  content: "\ea22";
}

.stego-caret-up-circle-solid:before {
  content: "\ea23";
}

.stego-caret-up-regular:before {
  content: "\ea24";
}

.stego-caret-up-square-regular:before {
  content: "\ea25";
}

.stego-caret-up-square-solid:before {
  content: "\ea26";
}

.stego-carousel-regular:before {
  content: "\ea27";
}

.stego-carousel-solid:before {
  content: "\ea28";
}

.stego-cart-add-solid:before {
  content: "\ea29";
}

.stego-cart-alt-regular:before {
  content: "\ea2a";
}

.stego-cart-alt-solid:before {
  content: "\ea2b";
}

.stego-cart-download-solid:before {
  content: "\ea2c";
}

.stego-cart-regular:before {
  content: "\ea2d";
}

.stego-cart-solid:before {
  content: "\ea2e";
}

.stego-cast-regular:before {
  content: "\ea2f";
}

.stego-cctv-regular:before {
  content: "\ea30";
}

.stego-cctv-solid:before {
  content: "\ea31";
}

.stego-certification-regular:before {
  content: "\ea32";
}

.stego-certification-solid:before {
  content: "\ea33";
}

.stego-chair-regular:before {
  content: "\ea34";
}

.stego-chalkboard-regular:before {
  content: "\ea35";
}

.stego-chalkboard-solid:before {
  content: "\ea36";
}

.stego-chart-regular:before {
  content: "\ea37";
}

.stego-chart-solid:before {
  content: "\ea38";
}

.stego-chat-regular:before {
  content: "\ea39";
}

.stego-chat-solid:before {
  content: "\ea3a";
}

.stego-check-circle-regular:before {
  content: "\ea3b";
}

.stego-check-circle-solid:before {
  content: "\ea3c";
}

.stego-check-double-regular:before {
  content: "\ea3d";
}

.stego-check-regular:before {
  content: "\ea3e";
}

.stego-check-shield-regular:before {
  content: "\ea3f";
}

.stego-check-shield-solid:before {
  content: "\ea40";
}

.stego-check-square-regular:before {
  content: "\ea41";
}

.stego-check-square-solid:before {
  content: "\ea42";
}

.stego-checkbox-checked-regular:before {
  content: "\ea43";
}

.stego-checkbox-checked-solid:before {
  content: "\ea44";
}

.stego-checkbox-regular:before {
  content: "\ea45";
}

.stego-checkbox-solid:before {
  content: "\ea46";
}

.stego-checkbox-square-regular:before {
  content: "\ea47";
}

.stego-chess-solid:before {
  content: "\ea48";
}

.stego-chevron-down-circle-regular:before {
  content: "\ea49";
}

.stego-chevron-down-circle-solid:before {
  content: "\ea4a";
}

.stego-chevron-down-regular:before {
  content: "\ea4b";
}

.stego-chevron-down-solid:before {
  content: "\ea4c";
}

.stego-chevron-down-square-regular:before {
  content: "\ea4d";
}

.stego-chevron-down-square-solid:before {
  content: "\ea4e";
}

.stego-chevron-left-circle-regular:before {
  content: "\ea4f";
}

.stego-chevron-left-circle-solid:before {
  content: "\ea50";
}

.stego-chevron-left-regular:before {
  content: "\ea51";
}

.stego-chevron-left-solid:before {
  content: "\ea52";
}

.stego-chevron-left-square-regular:before {
  content: "\ea53";
}

.stego-chevron-left-square-solid:before {
  content: "\ea54";
}

.stego-chevron-right-circle-regular:before {
  content: "\ea55";
}

.stego-chevron-right-circle-solid:before {
  content: "\ea56";
}

.stego-chevron-right-regular:before {
  content: "\ea57";
}

.stego-chevron-right-solid:before {
  content: "\ea58";
}

.stego-chevron-right-square-regular:before {
  content: "\ea59";
}

.stego-chevron-right-square-solid:before {
  content: "\ea5a";
}

.stego-chevron-up-circle-regular:before {
  content: "\ea5b";
}

.stego-chevron-up-circle-solid:before {
  content: "\ea5c";
}

.stego-chevron-up-regular:before {
  content: "\ea5d";
}

.stego-chevron-up-solid:before {
  content: "\ea5e";
}

.stego-chevron-up-square-regular:before {
  content: "\ea5f";
}

.stego-chevron-up-square-solid:before {
  content: "\ea60";
}

.stego-chevrons-down-regular:before {
  content: "\ea61";
}

.stego-chevrons-down-solid:before {
  content: "\ea62";
}

.stego-chevrons-left-regular:before {
  content: "\ea63";
}

.stego-chevrons-left-solid:before {
  content: "\ea64";
}

.stego-chevrons-right-regular:before {
  content: "\ea65";
}

.stego-chevrons-right-solid:before {
  content: "\ea66";
}

.stego-chevrons-up-regular:before {
  content: "\ea67";
}

.stego-chevrons-up-solid:before {
  content: "\ea68";
}

.stego-chip-regular:before {
  content: "\ea69";
}

.stego-chip-solid:before {
  content: "\ea6a";
}

.stego-chrome:before {
  content: "\ea6b";
}

.stego-church-regular:before {
  content: "\ea6c";
}

.stego-church-solid:before {
  content: "\ea6d";
}

.stego-circle-regular:before {
  content: "\ea6e";
}

.stego-circle-solid:before {
  content: "\ea6f";
}

.stego-city-solid:before {
  content: "\ea70";
}

.stego-clinic-regular:before {
  content: "\ea71";
}

.stego-clinic-solid:before {
  content: "\ea72";
}

.stego-clipboard-regular:before {
  content: "\ea73";
}

.stego-closet-regular:before {
  content: "\ea74";
}

.stego-cloud-download-regular:before {
  content: "\ea75";
}

.stego-cloud-download-solid:before {
  content: "\ea76";
}

.stego-cloud-drizzle-regular:before {
  content: "\ea77";
}

.stego-cloud-light-rain-regular:before {
  content: "\ea78";
}

.stego-cloud-lightning-regular:before {
  content: "\ea79";
}

.stego-cloud-lightning-solid:before {
  content: "\ea7a";
}

.stego-cloud-rain-regular:before {
  content: "\ea7b";
}

.stego-cloud-rain-solid:before {
  content: "\ea7c";
}

.stego-cloud-regular:before {
  content: "\ea7d";
}

.stego-cloud-snow-regular:before {
  content: "\ea7e";
}

.stego-cloud-solid:before {
  content: "\ea7f";
}

.stego-cloud-upload-regular:before {
  content: "\ea80";
}

.stego-cloud-upload-solid:before {
  content: "\ea81";
}

.stego-code-alt-regular:before {
  content: "\ea82";
}

.stego-code-block-regular:before {
  content: "\ea83";
}

.stego-code-curly-regular:before {
  content: "\ea84";
}

.stego-code-regular:before {
  content: "\ea85";
}

.stego-codepen:before {
  content: "\ea86";
}

.stego-coffee-alt-solid:before {
  content: "\ea87";
}

.stego-coffee-regular:before {
  content: "\ea88";
}

.stego-coffee-solid:before {
  content: "\ea89";
}

.stego-coffee-togo-regular:before {
  content: "\ea8a";
}

.stego-coffee-togo-solid:before {
  content: "\ea8b";
}

.stego-cog-regular:before {
  content: "\ea8c";
}

.stego-cog-solid:before {
  content: "\ea8d";
}

.stego-coin-regular:before {
  content: "\ea8e";
}

.stego-coin-solid:before {
  content: "\ea8f";
}

.stego-coin-stack-regular:before {
  content: "\ea90";
}

.stego-coin-stack-solid:before {
  content: "\ea91";
}

.stego-collapse-regular:before {
  content: "\ea92";
}

.stego-collection-regular:before {
  content: "\ea93";
}

.stego-collection-solid:before {
  content: "\ea94";
}

.stego-color-fill-regular:before {
  content: "\ea95";
}

.stego-color-fill-solid:before {
  content: "\ea96";
}

.stego-columns-regular:before {
  content: "\ea97";
}

.stego-command-regular:before {
  content: "\ea98";
}

.stego-comment-add-regular:before {
  content: "\ea99";
}

.stego-comment-add-solid:before {
  content: "\ea9a";
}

.stego-comment-check-regular:before {
  content: "\ea9b";
}

.stego-comment-check-solid:before {
  content: "\ea9c";
}

.stego-comment-detail-regular:before {
  content: "\ea9d";
}

.stego-comment-detail-solid:before {
  content: "\ea9e";
}

.stego-comment-dots-regular:before {
  content: "\ea9f";
}

.stego-comment-dots-solid:before {
  content: "\eaa0";
}

.stego-comment-edit-regular:before {
  content: "\eaa1";
}

.stego-comment-edit-solid:before {
  content: "\eaa2";
}

.stego-comment-error-regular:before {
  content: "\eaa3";
}

.stego-comment-error-solid:before {
  content: "\eaa4";
}

.stego-comment-minus-regular:before {
  content: "\eaa5";
}

.stego-comment-minus-solid:before {
  content: "\eaa6";
}

.stego-comment-regular:before {
  content: "\eaa7";
}

.stego-comment-solid:before {
  content: "\eaa8";
}

.stego-comment-x-regular:before {
  content: "\eaa9";
}

.stego-comment-x-solid:before {
  content: "\eaaa";
}

.stego-compass-regular:before {
  content: "\eaab";
}

.stego-compass-solid:before {
  content: "\eaac";
}

.stego-component-solid:before {
  content: "\eaad";
}

.stego-confused-regular:before {
  content: "\eaae";
}

.stego-confused-solid:before {
  content: "\eaaf";
}

.stego-contact-solid:before {
  content: "\eab0";
}

.stego-conversation-regular:before {
  content: "\eab1";
}

.stego-conversation-solid:before {
  content: "\eab2";
}

.stego-cookie-regular:before {
  content: "\eab3";
}

.stego-cookie-solid:before {
  content: "\eab4";
}

.stego-cool-regular:before {
  content: "\eab5";
}

.stego-cool-solid:before {
  content: "\eab6";
}

.stego-copy-alt-regular:before {
  content: "\eab7";
}

.stego-copy-alt-solid:before {
  content: "\eab8";
}

.stego-copy-regular:before {
  content: "\eab9";
}

.stego-copy-solid:before {
  content: "\eaba";
}

.stego-copyright-regular:before {
  content: "\eabb";
}

.stego-copyright-solid:before {
  content: "\eabc";
}

.stego-coupon-solid:before {
  content: "\eabd";
}

.stego-creative-commons:before {
  content: "\eabe";
}

.stego-credit-card-alt-regular:before {
  content: "\eabf";
}

.stego-credit-card-alt-solid:before {
  content: "\eac0";
}

.stego-credit-card-front-regular:before {
  content: "\eac1";
}

.stego-credit-card-front-solid:before {
  content: "\eac2";
}

.stego-credit-card-regular:before {
  content: "\eac3";
}

.stego-credit-card-solid:before {
  content: "\eac4";
}

.stego-crop-regular:before {
  content: "\eac5";
}

.stego-crop-solid:before {
  content: "\eac6";
}

.stego-crosshair-regular:before {
  content: "\eac7";
}

.stego-crown-regular:before {
  content: "\eac8";
}

.stego-crown-solid:before {
  content: "\eac9";
}

.stego-css3:before {
  content: "\eaca";
}

.stego-cube-alt-regular:before {
  content: "\eacb";
}

.stego-cube-alt-solid:before {
  content: "\eacc";
}

.stego-cube-regular:before {
  content: "\eacd";
}

.stego-cube-solid:before {
  content: "\eace";
}

.stego-cuboid-regular:before {
  content: "\eacf";
}

.stego-cuboid-solid:before {
  content: "\ead0";
}

.stego-current-location-regular:before {
  content: "\ead1";
}

.stego-customize-regular:before {
  content: "\ead2";
}

.stego-customize-solid:before {
  content: "\ead3";
}

.stego-cut-regular:before {
  content: "\ead4";
}

.stego-cycling-regular:before {
  content: "\ead5";
}

.stego-cylinder-regular:before {
  content: "\ead6";
}

.stego-cylinder-solid:before {
  content: "\ead7";
}

.stego-dailymotion:before {
  content: "\ead8";
}

.stego-dashboard-solid:before {
  content: "\ead9";
}

.stego-data-regular:before {
  content: "\eada";
}

.stego-data-solid:before {
  content: "\eadb";
}

.stego-desktop-regular:before {
  content: "\eadc";
}

.stego-detail-regular:before {
  content: "\eadd";
}

.stego-detail-solid:before {
  content: "\eade";
}

.stego-dev-to:before {
  content: "\eadf";
}

.stego-deviantart:before {
  content: "\eae0";
}

.stego-devices-regular:before {
  content: "\eae1";
}

.stego-devices-solid:before {
  content: "\eae2";
}

.stego-dialpad-alt-regular:before {
  content: "\eae3";
}

.stego-dialpad-regular:before {
  content: "\eae4";
}

.stego-diamond-regular:before {
  content: "\eae5";
}

.stego-diamond-solid:before {
  content: "\eae6";
}

.stego-dice-1-regular:before {
  content: "\eae7";
}

.stego-dice-1-solid:before {
  content: "\eae8";
}

.stego-dice-2-regular:before {
  content: "\eae9";
}

.stego-dice-2-solid:before {
  content: "\eaea";
}

.stego-dice-3-regular:before {
  content: "\eaeb";
}

.stego-dice-3-solid:before {
  content: "\eaec";
}

.stego-dice-4-regular:before {
  content: "\eaed";
}

.stego-dice-4-solid:before {
  content: "\eaee";
}

.stego-dice-5-regular:before {
  content: "\eaef";
}

.stego-dice-5-solid:before {
  content: "\eaf0";
}

.stego-dice-6-regular:before {
  content: "\eaf1";
}

.stego-dice-6-solid:before {
  content: "\eaf2";
}

.stego-digg:before {
  content: "\eaf3";
}

.stego-digitalocean:before {
  content: "\eaf4";
}

.stego-direction-left-solid:before {
  content: "\eaf5";
}

.stego-direction-right-solid:before {
  content: "\eaf6";
}

.stego-directions-regular:before {
  content: "\eaf7";
}

.stego-directions-solid:before {
  content: "\eaf8";
}

.stego-disc-regular:before {
  content: "\eaf9";
}

.stego-disc-solid:before {
  content: "\eafa";
}

.stego-discord:before {
  content: "\eafb";
}

.stego-discount-solid:before {
  content: "\eafc";
}

.stego-discourse:before {
  content: "\eafd";
}

.stego-dish-regular:before {
  content: "\eafe";
}

.stego-dish-solid:before {
  content: "\eaff";
}

.stego-dislike-regular:before {
  content: "\eb00";
}

.stego-dislike-solid:before {
  content: "\eb01";
}

.stego-dizzy-regular:before {
  content: "\eb02";
}

.stego-dizzy-solid:before {
  content: "\eb03";
}

.stego-dna-regular:before {
  content: "\eb04";
}

.stego-dock-bottom-regular:before {
  content: "\eb05";
}

.stego-dock-bottom-solid:before {
  content: "\eb06";
}

.stego-dock-left-regular:before {
  content: "\eb07";
}

.stego-dock-left-solid:before {
  content: "\eb08";
}

.stego-dock-right-regular:before {
  content: "\eb09";
}

.stego-dock-right-solid:before {
  content: "\eb0a";
}

.stego-dock-top-regular:before {
  content: "\eb0b";
}

.stego-dock-top-solid:before {
  content: "\eb0c";
}

.stego-dollar-circle-regular:before {
  content: "\eb0d";
}

.stego-dollar-circle-solid:before {
  content: "\eb0e";
}

.stego-dollar-regular:before {
  content: "\eb0f";
}

.stego-donate-blood-regular:before {
  content: "\eb10";
}

.stego-donate-blood-solid:before {
  content: "\eb11";
}

.stego-donate-heart-regular:before {
  content: "\eb12";
}

.stego-donate-heart-solid:before {
  content: "\eb13";
}

.stego-door-open-regular:before {
  content: "\eb14";
}

.stego-door-open-solid:before {
  content: "\eb15";
}

.stego-dots-horizontal-regular:before {
  content: "\eb16";
}

.stego-dots-horizontal-rounded-regular:before {
  content: "\eb17";
}

.stego-dots-vertical-regular:before {
  content: "\eb18";
}

.stego-dots-vertical-rounded-regular:before {
  content: "\eb19";
}

.stego-doughnut-chart-regular:before {
  content: "\eb1a";
}

.stego-doughnut-chart-solid:before {
  content: "\eb1b";
}

.stego-down-arrow-alt-regular:before {
  content: "\eb1c";
}

.stego-down-arrow-alt-solid:before {
  content: "\eb1d";
}

.stego-down-arrow-circle-regular:before {
  content: "\eb1e";
}

.stego-down-arrow-circle-solid:before {
  content: "\eb1f";
}

.stego-down-arrow-regular:before {
  content: "\eb20";
}

.stego-down-arrow-solid:before {
  content: "\eb21";
}

.stego-down-arrow-square-solid:before {
  content: "\eb22";
}

.stego-download-regular:before {
  content: "\eb23";
}

.stego-download-solid:before {
  content: "\eb24";
}

.stego-downvote-regular:before {
  content: "\eb25";
}

.stego-downvote-solid:before {
  content: "\eb26";
}

.stego-dribbble:before {
  content: "\eb27";
}

.stego-drink-regular:before {
  content: "\eb28";
}

.stego-drink-solid:before {
  content: "\eb29";
}

.stego-dropbox:before {
  content: "\eb2a";
}

.stego-droplet-half-solid:before {
  content: "\eb2b";
}

.stego-droplet-regular:before {
  content: "\eb2c";
}

.stego-droplet-solid:before {
  content: "\eb2d";
}

.stego-drupal:before {
  content: "\eb2e";
}

.stego-dryer-solid:before {
  content: "\eb2f";
}

.stego-dumbbell-regular:before {
  content: "\eb30";
}

.stego-duplicate-regular:before {
  content: "\eb31";
}

.stego-duplicate-solid:before {
  content: "\eb32";
}

.stego-ebay:before {
  content: "\eb33";
}

.stego-edge:before {
  content: "\eb34";
}

.stego-edit-alt-regular:before {
  content: "\eb35";
}

.stego-edit-alt-solid:before {
  content: "\eb36";
}

.stego-edit-location-solid:before {
  content: "\eb37";
}

.stego-edit-regular:before {
  content: "\eb38";
}

.stego-edit-solid:before {
  content: "\eb39";
}

.stego-eject-solid:before {
  content: "\eb3a";
}

.stego-envelope-open-regular:before {
  content: "\eb3b";
}

.stego-envelope-open-solid:before {
  content: "\eb3c";
}

.stego-envelope-regular:before {
  content: "\eb3d";
}

.stego-envelope-solid:before {
  content: "\eb3e";
}

.stego-equalizer-regular:before {
  content: "\eb3f";
}

.stego-eraser-regular:before {
  content: "\eb40";
}

.stego-eraser-solid:before {
  content: "\eb41";
}

.stego-error-alt-regular:before {
  content: "\eb42";
}

.stego-error-alt-solid:before {
  content: "\eb43";
}

.stego-error-circle-regular:before {
  content: "\eb44";
}

.stego-error-circle-solid:before {
  content: "\eb45";
}

.stego-error-regular:before {
  content: "\eb46";
}

.stego-error-solid:before {
  content: "\eb47";
}

.stego-etsy:before {
  content: "\eb48";
}

.stego-euro-regular:before {
  content: "\eb49";
}

.stego-ev-station-solid:before {
  content: "\eb4a";
}

.stego-exclude-regular:before {
  content: "\eb4b";
}

.stego-exit-fullscreen-regular:before {
  content: "\eb4c";
}

.stego-exit-regular:before {
  content: "\eb4d";
}

.stego-exit-solid:before {
  content: "\eb4e";
}

.stego-expand-regular:before {
  content: "\eb4f";
}

.stego-export-regular:before {
  content: "\eb50";
}

.stego-extension-regular:before {
  content: "\eb51";
}

.stego-extension-solid:before {
  content: "\eb52";
}

.stego-eyedropper-solid:before {
  content: "\eb53";
}

.stego-face-regular:before {
  content: "\eb54";
}

.stego-face-solid:before {
  content: "\eb55";
}

.stego-facebook-circle:before {
  content: "\eb56";
}

.stego-facebook-square:before {
  content: "\eb57";
}

.stego-facebook:before {
  content: "\eb58";
}

.stego-factory-solid:before {
  content: "\eb59";
}

.stego-fast-forward-circle-regular:before {
  content: "\eb5a";
}

.stego-fast-forward-circle-solid:before {
  content: "\eb5b";
}

.stego-fast-forward-regular:before {
  content: "\eb5c";
}

.stego-female-regular:before {
  content: "\eb5d";
}

.stego-female-sign-regular:before {
  content: "\eb5e";
}

.stego-figma:before {
  content: "\eb5f";
}

.stego-file-archive-solid:before {
  content: "\eb60";
}

.stego-file-blank-regular:before {
  content: "\eb61";
}

.stego-file-blank-solid:before {
  content: "\eb62";
}

.stego-file-css-solid:before {
  content: "\eb63";
}

.stego-file-doc-solid:before {
  content: "\eb64";
}

.stego-file-export-solid:before {
  content: "\eb65";
}

.stego-file-find-regular:before {
  content: "\eb66";
}

.stego-file-find-solid:before {
  content: "\eb67";
}

.stego-file-gif-solid:before {
  content: "\eb68";
}

.stego-file-html-solid:before {
  content: "\eb69";
}

.stego-file-image-solid:before {
  content: "\eb6a";
}

.stego-file-import-solid:before {
  content: "\eb6b";
}

.stego-file-jpg-solid:before {
  content: "\eb6c";
}

.stego-file-js-solid:before {
  content: "\eb6d";
}

.stego-file-json-solid:before {
  content: "\eb6e";
}

.stego-file-md-solid:before {
  content: "\eb6f";
}

.stego-file-pdf-solid:before {
  content: "\eb70";
}

.stego-file-plus-solid:before {
  content: "\eb71";
}

.stego-file-png-solid:before {
  content: "\eb72";
}

.stego-file-regular:before {
  content: "\eb73";
}

.stego-file-solid:before {
  content: "\eb74";
}

.stego-file-txt-solid:before {
  content: "\eb75";
}

.stego-film-regular:before {
  content: "\eb76";
}

.stego-film-solid:before {
  content: "\eb77";
}

.stego-filter-alt-regular:before {
  content: "\eb78";
}

.stego-filter-alt-solid:before {
  content: "\eb79";
}

.stego-filter-regular:before {
  content: "\eb7a";
}

.stego-fingerprint-regular:before {
  content: "\eb7b";
}

.stego-firefox:before {
  content: "\eb7c";
}

.stego-first-aid-regular:before {
  content: "\eb7d";
}

.stego-first-aid-solid:before {
  content: "\eb7e";
}

.stego-first-page-regular:before {
  content: "\eb7f";
}

.stego-flag-alt-solid:before {
  content: "\eb80";
}

.stego-flag-checkered-solid:before {
  content: "\eb81";
}

.stego-flag-regular:before {
  content: "\eb82";
}

.stego-flag-solid:before {
  content: "\eb83";
}

.stego-flame-solid:before {
  content: "\eb84";
}

.stego-flask-solid:before {
  content: "\eb85";
}

.stego-flickr-square:before {
  content: "\eb86";
}

.stego-flickr:before {
  content: "\eb87";
}

.stego-florist-solid:before {
  content: "\eb88";
}

.stego-folder-minus-regular:before {
  content: "\eb89";
}

.stego-folder-minus-solid:before {
  content: "\eb8a";
}

.stego-folder-open-regular:before {
  content: "\eb8b";
}

.stego-folder-open-solid:before {
  content: "\eb8c";
}

.stego-folder-plus-regular:before {
  content: "\eb8d";
}

.stego-folder-plus-solid:before {
  content: "\eb8e";
}

.stego-folder-regular:before {
  content: "\eb8f";
}

.stego-folder-solid:before {
  content: "\eb90";
}

.stego-font-color-regular:before {
  content: "\eb91";
}

.stego-font-family-regular:before {
  content: "\eb92";
}

.stego-font-regular:before {
  content: "\eb93";
}

.stego-font-size-regular:before {
  content: "\eb94";
}

.stego-food-menu-regular:before {
  content: "\eb95";
}

.stego-food-menu-solid:before {
  content: "\eb96";
}

.stego-food-tag-regular:before {
  content: "\eb97";
}

.stego-football-regular:before {
  content: "\eb98";
}

.stego-foursquare:before {
  content: "\eb99";
}

.stego-fridge-regular:before {
  content: "\eb9a";
}

.stego-fridge-solid:before {
  content: "\eb9b";
}

.stego-fullscreen-regular:before {
  content: "\eb9c";
}

.stego-game-regular:before {
  content: "\eb9d";
}

.stego-game-solid:before {
  content: "\eb9e";
}

.stego-gas-pump-regular:before {
  content: "\eb9f";
}

.stego-gas-pump-solid:before {
  content: "\eba0";
}

.stego-ghost-regular:before {
  content: "\eba1";
}

.stego-ghost-solid:before {
  content: "\eba2";
}

.stego-gift-regular:before {
  content: "\eba3";
}

.stego-gift-solid:before {
  content: "\eba4";
}

.stego-git-branch-regular:before {
  content: "\eba5";
}

.stego-git-commit-regular:before {
  content: "\eba6";
}

.stego-git-compare-regular:before {
  content: "\eba7";
}

.stego-git-merge-regular:before {
  content: "\eba8";
}

.stego-git-pull-request-regular:before {
  content: "\eba9";
}

.stego-git-repo-forked-regular:before {
  content: "\ebaa";
}

.stego-git:before {
  content: "\ebab";
}

.stego-github:before {
  content: "\ebac";
}

.stego-gitlab:before {
  content: "\ebad";
}

.stego-glasses-alt-regular:before {
  content: "\ebae";
}

.stego-glasses-regular:before {
  content: "\ebaf";
}

.stego-globe-alt-regular:before {
  content: "\ebb0";
}

.stego-globe-regular:before {
  content: "\ebb1";
}

.stego-google-plus-circle:before {
  content: "\ebb2";
}

.stego-google-plus:before {
  content: "\ebb3";
}

.stego-google:before {
  content: "\ebb4";
}

.stego-graduation-solid:before {
  content: "\ebb5";
}

.stego-grid-alt-regular:before {
  content: "\ebb6";
}

.stego-grid-alt-solid:before {
  content: "\ebb7";
}

.stego-grid-horizontal-regular:before {
  content: "\ebb8";
}

.stego-grid-regular:before {
  content: "\ebb9";
}

.stego-grid-small-regular:before {
  content: "\ebba";
}

.stego-grid-solid:before {
  content: "\ebbb";
}

.stego-grid-vertical-regular:before {
  content: "\ebbc";
}

.stego-group-regular:before {
  content: "\ebbd";
}

.stego-group-solid:before {
  content: "\ebbe";
}

.stego-guitar-amp-solid:before {
  content: "\ebbf";
}

.stego-hand-down-solid:before {
  content: "\ebc0";
}

.stego-hand-left-solid:before {
  content: "\ebc1";
}

.stego-hand-right-solid:before {
  content: "\ebc2";
}

.stego-hand-up-solid:before {
  content: "\ebc3";
}

.stego-handicap-regular:before {
  content: "\ebc4";
}

.stego-happy-alt-regular:before {
  content: "\ebc5";
}

.stego-happy-alt-solid:before {
  content: "\ebc6";
}

.stego-happy-beaming-regular:before {
  content: "\ebc7";
}

.stego-happy-beaming-solid:before {
  content: "\ebc8";
}

.stego-happy-heart-eyes-regular:before {
  content: "\ebc9";
}

.stego-happy-heart-eyes-solid:before {
  content: "\ebca";
}

.stego-happy-regular:before {
  content: "\ebcb";
}

.stego-happy-solid:before {
  content: "\ebcc";
}

.stego-hash-regular:before {
  content: "\ebcd";
}

.stego-hdd-regular:before {
  content: "\ebce";
}

.stego-hdd-solid:before {
  content: "\ebcf";
}

.stego-heading-regular:before {
  content: "\ebd0";
}

.stego-headphone-regular:before {
  content: "\ebd1";
}

.stego-health-regular:before {
  content: "\ebd2";
}

.stego-heart-circle-regular:before {
  content: "\ebd3";
}

.stego-heart-circle-solid:before {
  content: "\ebd4";
}

.stego-heart-regular:before {
  content: "\ebd5";
}

.stego-heart-solid:before {
  content: "\ebd6";
}

.stego-heart-square-regular:before {
  content: "\ebd7";
}

.stego-heart-square-solid:before {
  content: "\ebd8";
}

.stego-help-circle-regular:before {
  content: "\ebd9";
}

.stego-help-circle-solid:before {
  content: "\ebda";
}

.stego-hide-regular:before {
  content: "\ebdb";
}

.stego-hide-solid:before {
  content: "\ebdc";
}

.stego-highlight-regular:before {
  content: "\ebdd";
}

.stego-history-regular:before {
  content: "\ebde";
}

.stego-hive-regular:before {
  content: "\ebdf";
}

.stego-home-alt-regular:before {
  content: "\ebe0";
}

.stego-home-circle-regular:before {
  content: "\ebe1";
}

.stego-home-circle-solid:before {
  content: "\ebe2";
}

.stego-home-heart-regular:before {
  content: "\ebe3";
}

.stego-home-heart-solid:before {
  content: "\ebe4";
}

.stego-home-regular:before {
  content: "\ebe5";
}

.stego-home-smile-regular:before {
  content: "\ebe6";
}

.stego-home-smile-solid:before {
  content: "\ebe7";
}

.stego-home-solid:before {
  content: "\ebe8";
}

.stego-horizontal-center-regular:before {
  content: "\ebe9";
}

.stego-hot-solid:before {
  content: "\ebea";
}

.stego-hotel-regular:before {
  content: "\ebeb";
}

.stego-hotel-solid:before {
  content: "\ebec";
}

.stego-hourglass-bottom-solid:before {
  content: "\ebed";
}

.stego-hourglass-regular:before {
  content: "\ebee";
}

.stego-hourglass-solid:before {
  content: "\ebef";
}

.stego-hourglass-top-solid:before {
  content: "\ebf0";
}

.stego-html5:before {
  content: "\ebf1";
}

.stego-id-card-regular:before {
  content: "\ebf2";
}

.stego-id-card-solid:before {
  content: "\ebf3";
}

.stego-image-add-regular:before {
  content: "\ebf4";
}

.stego-image-add-solid:before {
  content: "\ebf5";
}

.stego-image-alt-regular:before {
  content: "\ebf6";
}

.stego-image-alt-solid:before {
  content: "\ebf7";
}

.stego-image-regular:before {
  content: "\ebf8";
}

.stego-image-solid:before {
  content: "\ebf9";
}

.stego-images-regular:before {
  content: "\ebfa";
}

.stego-imdb:before {
  content: "\ebfb";
}

.stego-import-regular:before {
  content: "\ebfc";
}

.stego-inbox-solid:before {
  content: "\ebfd";
}

.stego-infinite-regular:before {
  content: "\ebfe";
}

.stego-info-circle-regular:before {
  content: "\ebff";
}

.stego-info-circle-solid:before {
  content: "\ec00";
}

.stego-info-square-regular:before {
  content: "\ec01";
}

.stego-info-square-solid:before {
  content: "\ec02";
}

.stego-instagram-alt:before {
  content: "\ec03";
}

.stego-instagram:before {
  content: "\ec04";
}

.stego-institution-solid:before {
  content: "\ec05";
}

.stego-internet-explorer:before {
  content: "\ec06";
}

.stego-intersect-regular:before {
  content: "\ec07";
}

.stego-invision:before {
  content: "\ec08";
}

.stego-italic-regular:before {
  content: "\ec09";
}

.stego-javascript:before {
  content: "\ec0a";
}

.stego-joomla:before {
  content: "\ec0b";
}

.stego-joystick-alt-regular:before {
  content: "\ec0c";
}

.stego-joystick-alt-solid:before {
  content: "\ec0d";
}

.stego-joystick-button-regular:before {
  content: "\ec0e";
}

.stego-joystick-button-solid:before {
  content: "\ec0f";
}

.stego-joystick-regular:before {
  content: "\ec10";
}

.stego-joystick-solid:before {
  content: "\ec11";
}

.stego-jquery:before {
  content: "\ec12";
}

.stego-jsfiddle:before {
  content: "\ec13";
}

.stego-key-regular:before {
  content: "\ec14";
}

.stego-key-solid:before {
  content: "\ec15";
}

.stego-keyboard-solid:before {
  content: "\ec16";
}

.stego-kickstarter:before {
  content: "\ec17";
}

.stego-label-regular:before {
  content: "\ec18";
}

.stego-label-solid:before {
  content: "\ec19";
}

.stego-landmark-solid:before {
  content: "\ec1a";
}

.stego-landscape-regular:before {
  content: "\ec1b";
}

.stego-landscape-solid:before {
  content: "\ec1c";
}

.stego-laptop-regular:before {
  content: "\ec1d";
}

.stego-last-page-regular:before {
  content: "\ec1e";
}

.stego-laugh-regular:before {
  content: "\ec1f";
}

.stego-laugh-solid:before {
  content: "\ec20";
}

.stego-layer-minus-regular:before {
  content: "\ec21";
}

.stego-layer-minus-solid:before {
  content: "\ec22";
}

.stego-layer-plus-regular:before {
  content: "\ec23";
}

.stego-layer-plus-solid:before {
  content: "\ec24";
}

.stego-layer-regular:before {
  content: "\ec25";
}

.stego-layer-solid:before {
  content: "\ec26";
}

.stego-layout-regular:before {
  content: "\ec27";
}

.stego-layout-solid:before {
  content: "\ec28";
}

.stego-left-arrow-alt-regular:before {
  content: "\ec29";
}

.stego-left-arrow-alt-solid:before {
  content: "\ec2a";
}

.stego-left-arrow-circle-regular:before {
  content: "\ec2b";
}

.stego-left-arrow-circle-solid:before {
  content: "\ec2c";
}

.stego-left-arrow-regular:before {
  content: "\ec2d";
}

.stego-left-arrow-solid:before {
  content: "\ec2e";
}

.stego-left-arrow-square-solid:before {
  content: "\ec2f";
}

.stego-left-down-arrow-circle-regular:before {
  content: "\ec30";
}

.stego-left-down-arrow-circle-solid:before {
  content: "\ec31";
}

.stego-left-indent-regular:before {
  content: "\ec32";
}

.stego-left-top-arrow-circle-regular:before {
  content: "\ec33";
}

.stego-left-top-arrow-circle-solid:before {
  content: "\ec34";
}

.stego-less:before {
  content: "\ec35";
}

.stego-like-regular:before {
  content: "\ec36";
}

.stego-like-solid:before {
  content: "\ec37";
}

.stego-line-chart-down-regular:before {
  content: "\ec38";
}

.stego-line-chart-regular:before {
  content: "\ec39";
}

.stego-link-alt-regular:before {
  content: "\ec3a";
}

.stego-link-external-regular:before {
  content: "\ec3b";
}

.stego-link-regular:before {
  content: "\ec3c";
}

.stego-linkedin-square:before {
  content: "\ec3d";
}

.stego-linkedin:before {
  content: "\ec3e";
}

.stego-lira-regular:before {
  content: "\ec3f";
}

.stego-list-check-regular:before {
  content: "\ec40";
}

.stego-list-minus-regular:before {
  content: "\ec41";
}

.stego-list-ol-regular:before {
  content: "\ec42";
}

.stego-list-plus-regular:before {
  content: "\ec43";
}

.stego-list-ul-regular:before {
  content: "\ec44";
}

.stego-loader-alt-regular:before {
  content: "\ec45";
}

.stego-loader-circle-regular:before {
  content: "\ec46";
}

.stego-loader-regular:before {
  content: "\ec47";
}

.stego-location-plus-regular:before {
  content: "\ec48";
}

.stego-location-plus-solid:before {
  content: "\ec49";
}

.stego-lock-alt-regular:before {
  content: "\ec4a";
}

.stego-lock-alt-solid:before {
  content: "\ec4b";
}

.stego-lock-open-alt-regular:before {
  content: "\ec4c";
}

.stego-lock-open-alt-solid:before {
  content: "\ec4d";
}

.stego-lock-open-regular:before {
  content: "\ec4e";
}

.stego-lock-open-solid:before {
  content: "\ec4f";
}

.stego-lock-regular:before {
  content: "\ec50";
}

.stego-lock-solid:before {
  content: "\ec51";
}

.stego-log-in-circle-regular:before {
  content: "\ec52";
}

.stego-log-in-circle-solid:before {
  content: "\ec53";
}

.stego-log-in-regular:before {
  content: "\ec54";
}

.stego-log-in-solid:before {
  content: "\ec55";
}

.stego-log-out-circle-regular:before {
  content: "\ec56";
}

.stego-log-out-circle-solid:before {
  content: "\ec57";
}

.stego-log-out-regular:before {
  content: "\ec58";
}

.stego-log-out-solid:before {
  content: "\ec59";
}

.stego-low-vision-regular:before {
  content: "\ec5a";
}

.stego-low-vision-solid:before {
  content: "\ec5b";
}

.stego-magento:before {
  content: "\ec5c";
}

.stego-magic-wand-solid:before {
  content: "\ec5d";
}

.stego-magnet-regular:before {
  content: "\ec5e";
}

.stego-magnet-solid:before {
  content: "\ec5f";
}

.stego-mail-send-regular:before {
  content: "\ec60";
}

.stego-mailchimp:before {
  content: "\ec61";
}

.stego-male-regular:before {
  content: "\ec62";
}

.stego-male-sign-regular:before {
  content: "\ec63";
}

.stego-map-alt-regular:before {
  content: "\ec64";
}

.stego-map-alt-solid:before {
  content: "\ec65";
}

.stego-map-pin-regular:before {
  content: "\ec66";
}

.stego-map-pin-solid:before {
  content: "\ec67";
}

.stego-map-regular:before {
  content: "\ec68";
}

.stego-map-solid:before {
  content: "\ec69";
}

.stego-mask-regular:before {
  content: "\ec6a";
}

.stego-mask-solid:before {
  content: "\ec6b";
}

.stego-mastercard:before {
  content: "\ec6c";
}

.stego-medal-regular:before {
  content: "\ec6d";
}

.stego-medal-solid:before {
  content: "\ec6e";
}

.stego-medium-old:before {
  content: "\ec6f";
}

.stego-medium-square:before {
  content: "\ec70";
}

.stego-medium:before {
  content: "\ec71";
}

.stego-megaphone-solid:before {
  content: "\ec72";
}

.stego-meh-alt-regular:before {
  content: "\ec73";
}

.stego-meh-alt-solid:before {
  content: "\ec74";
}

.stego-meh-blank-regular:before {
  content: "\ec75";
}

.stego-meh-blank-solid:before {
  content: "\ec76";
}

.stego-meh-regular:before {
  content: "\ec77";
}

.stego-meh-solid:before {
  content: "\ec78";
}

.stego-memory-card-regular:before {
  content: "\ec79";
}

.stego-memory-card-solid:before {
  content: "\ec7a";
}

.stego-menu-alt-left-regular:before {
  content: "\ec7b";
}

.stego-menu-alt-right-regular:before {
  content: "\ec7c";
}

.stego-menu-regular:before {
  content: "\ec7d";
}

.stego-merge-regular:before {
  content: "\ec7e";
}

.stego-message-add-regular:before {
  content: "\ec7f";
}

.stego-message-add-solid:before {
  content: "\ec80";
}

.stego-message-alt-add-regular:before {
  content: "\ec81";
}

.stego-message-alt-add-solid:before {
  content: "\ec82";
}

.stego-message-alt-check-regular:before {
  content: "\ec83";
}

.stego-message-alt-check-solid:before {
  content: "\ec84";
}

.stego-message-alt-detail-regular:before {
  content: "\ec85";
}

.stego-message-alt-detail-solid:before {
  content: "\ec86";
}

.stego-message-alt-dots-regular:before {
  content: "\ec87";
}

.stego-message-alt-dots-solid:before {
  content: "\ec88";
}

.stego-message-alt-edit-regular:before {
  content: "\ec89";
}

.stego-message-alt-edit-solid:before {
  content: "\ec8a";
}

.stego-message-alt-error-regular:before {
  content: "\ec8b";
}

.stego-message-alt-error-solid:before {
  content: "\ec8c";
}

.stego-message-alt-minus-regular:before {
  content: "\ec8d";
}

.stego-message-alt-minus-solid:before {
  content: "\ec8e";
}

.stego-message-alt-regular:before {
  content: "\ec8f";
}

.stego-message-alt-solid:before {
  content: "\ec90";
}

.stego-message-alt-x-regular:before {
  content: "\ec91";
}

.stego-message-alt-x-solid:before {
  content: "\ec92";
}

.stego-message-check-regular:before {
  content: "\ec93";
}

.stego-message-check-solid:before {
  content: "\ec94";
}

.stego-message-detail-regular:before {
  content: "\ec95";
}

.stego-message-detail-solid:before {
  content: "\ec96";
}

.stego-message-dots-regular:before {
  content: "\ec97";
}

.stego-message-dots-solid:before {
  content: "\ec98";
}

.stego-message-edit-regular:before {
  content: "\ec99";
}

.stego-message-edit-solid:before {
  content: "\ec9a";
}

.stego-message-error-regular:before {
  content: "\ec9b";
}

.stego-message-error-solid:before {
  content: "\ec9c";
}

.stego-message-minus-regular:before {
  content: "\ec9d";
}

.stego-message-minus-solid:before {
  content: "\ec9e";
}

.stego-message-regular:before {
  content: "\ec9f";
}

.stego-message-rounded-add-regular:before {
  content: "\eca0";
}

.stego-message-rounded-add-solid:before {
  content: "\eca1";
}

.stego-message-rounded-check-regular:before {
  content: "\eca2";
}

.stego-message-rounded-check-solid:before {
  content: "\eca3";
}

.stego-message-rounded-detail-regular:before {
  content: "\eca4";
}

.stego-message-rounded-detail-solid:before {
  content: "\eca5";
}

.stego-message-rounded-dots-regular:before {
  content: "\eca6";
}

.stego-message-rounded-dots-solid:before {
  content: "\eca7";
}

.stego-message-rounded-edit-regular:before {
  content: "\eca8";
}

.stego-message-rounded-edit-solid:before {
  content: "\eca9";
}

.stego-message-rounded-error-regular:before {
  content: "\ecaa";
}

.stego-message-rounded-error-solid:before {
  content: "\ecab";
}

.stego-message-rounded-minus-regular:before {
  content: "\ecac";
}

.stego-message-rounded-minus-solid:before {
  content: "\ecad";
}

.stego-message-rounded-regular:before {
  content: "\ecae";
}

.stego-message-rounded-solid:before {
  content: "\ecaf";
}

.stego-message-rounded-x-regular:before {
  content: "\ecb0";
}

.stego-message-rounded-x-solid:before {
  content: "\ecb1";
}

.stego-message-solid:before {
  content: "\ecb2";
}

.stego-message-square-add-regular:before {
  content: "\ecb3";
}

.stego-message-square-add-solid:before {
  content: "\ecb4";
}

.stego-message-square-check-regular:before {
  content: "\ecb5";
}

.stego-message-square-check-solid:before {
  content: "\ecb6";
}

.stego-message-square-detail-regular:before {
  content: "\ecb7";
}

.stego-message-square-detail-solid:before {
  content: "\ecb8";
}

.stego-message-square-dots-regular:before {
  content: "\ecb9";
}

.stego-message-square-dots-solid:before {
  content: "\ecba";
}

.stego-message-square-edit-regular:before {
  content: "\ecbb";
}

.stego-message-square-edit-solid:before {
  content: "\ecbc";
}

.stego-message-square-error-regular:before {
  content: "\ecbd";
}

.stego-message-square-error-solid:before {
  content: "\ecbe";
}

.stego-message-square-minus-regular:before {
  content: "\ecbf";
}

.stego-message-square-minus-solid:before {
  content: "\ecc0";
}

.stego-message-square-regular:before {
  content: "\ecc1";
}

.stego-message-square-solid:before {
  content: "\ecc2";
}

.stego-message-square-x-regular:before {
  content: "\ecc3";
}

.stego-message-square-x-solid:before {
  content: "\ecc4";
}

.stego-message-x-regular:before {
  content: "\ecc5";
}

.stego-message-x-solid:before {
  content: "\ecc6";
}

.stego-messenger:before {
  content: "\ecc7";
}

.stego-meteor-regular:before {
  content: "\ecc8";
}

.stego-meteor-solid:before {
  content: "\ecc9";
}

.stego-microchip-regular:before {
  content: "\ecca";
}

.stego-microchip-solid:before {
  content: "\eccb";
}

.stego-microphone-alt-solid:before {
  content: "\eccc";
}

.stego-microphone-off-regular:before {
  content: "\eccd";
}

.stego-microphone-off-solid:before {
  content: "\ecce";
}

.stego-microphone-regular:before {
  content: "\eccf";
}

.stego-microphone-solid:before {
  content: "\ecd0";
}

.stego-microsoft:before {
  content: "\ecd1";
}

.stego-minus-back-regular:before {
  content: "\ecd2";
}

.stego-minus-circle-regular:before {
  content: "\ecd3";
}

.stego-minus-circle-solid:before {
  content: "\ecd4";
}

.stego-minus-front-regular:before {
  content: "\ecd5";
}

.stego-minus-regular:before {
  content: "\ecd6";
}

.stego-minus-square-solid:before {
  content: "\ecd7";
}

.stego-mobile-alt-regular:before {
  content: "\ecd8";
}

.stego-mobile-landscape-regular:before {
  content: "\ecd9";
}

.stego-mobile-regular:before {
  content: "\ecda";
}

.stego-mobile-solid:before {
  content: "\ecdb";
}

.stego-mobile-vibration-regular:before {
  content: "\ecdc";
}

.stego-mobile-vibration-solid:before {
  content: "\ecdd";
}

.stego-money-regular:before {
  content: "\ecde";
}

.stego-moon-regular:before {
  content: "\ecdf";
}

.stego-moon-solid:before {
  content: "\ece0";
}

.stego-mouse-alt-regular:before {
  content: "\ece1";
}

.stego-mouse-alt-solid:before {
  content: "\ece2";
}

.stego-mouse-regular:before {
  content: "\ece3";
}

.stego-mouse-solid:before {
  content: "\ece4";
}

.stego-move-horizontal-regular:before {
  content: "\ece5";
}

.stego-move-regular:before {
  content: "\ece6";
}

.stego-move-vertical-regular:before {
  content: "\ece7";
}

.stego-movie-regular:before {
  content: "\ece8";
}

.stego-movie-solid:before {
  content: "\ece9";
}

.stego-music-regular:before {
  content: "\ecea";
}

.stego-music-solid:before {
  content: "\eceb";
}

.stego-navigation-regular:before {
  content: "\ecec";
}

.stego-navigation-solid:before {
  content: "\eced";
}

.stego-network-chart-regular:before {
  content: "\ecee";
}

.stego-network-chart-solid:before {
  content: "\ecef";
}

.stego-news-regular:before {
  content: "\ecf0";
}

.stego-news-solid:before {
  content: "\ecf1";
}

.stego-no-entry-regular:before {
  content: "\ecf2";
}

.stego-no-entry-solid:before {
  content: "\ecf3";
}

.stego-nodejs:before {
  content: "\ecf4";
}

.stego-note-regular:before {
  content: "\ecf5";
}

.stego-note-solid:before {
  content: "\ecf6";
}

.stego-notepad-regular:before {
  content: "\ecf7";
}

.stego-notepad-solid:before {
  content: "\ecf8";
}

.stego-notification-off-regular:before {
  content: "\ecf9";
}

.stego-notification-off-solid:before {
  content: "\ecfa";
}

.stego-notification-regular:before {
  content: "\ecfb";
}

.stego-notification-solid:before {
  content: "\ecfc";
}

.stego-offer-solid:before {
  content: "\ecfd";
}

.stego-opera:before {
  content: "\ecfe";
}

.stego-outline-regular:before {
  content: "\ecff";
}

.stego-package-regular:before {
  content: "\ed00";
}

.stego-package-solid:before {
  content: "\ed01";
}

.stego-paint-regular:before {
  content: "\ed02";
}

.stego-paint-roll-regular:before {
  content: "\ed03";
}

.stego-paint-roll-solid:before {
  content: "\ed04";
}

.stego-paint-solid:before {
  content: "\ed05";
}

.stego-palette-regular:before {
  content: "\ed06";
}

.stego-palette-solid:before {
  content: "\ed07";
}

.stego-paper-plane-regular:before {
  content: "\ed08";
}

.stego-paper-plane-solid:before {
  content: "\ed09";
}

.stego-paperclip-regular:before {
  content: "\ed0a";
}

.stego-paragraph-regular:before {
  content: "\ed0b";
}

.stego-parking-solid:before {
  content: "\ed0c";
}

.stego-paste-regular:before {
  content: "\ed0d";
}

.stego-paste-solid:before {
  content: "\ed0e";
}

.stego-patreon:before {
  content: "\ed0f";
}

.stego-pause-circle-regular:before {
  content: "\ed10";
}

.stego-pause-regular:before {
  content: "\ed11";
}

.stego-paypal:before {
  content: "\ed12";
}

.stego-pen-regular:before {
  content: "\ed13";
}

.stego-pen-solid:before {
  content: "\ed14";
}

.stego-pencil-regular:before {
  content: "\ed15";
}

.stego-pencil-solid:before {
  content: "\ed16";
}

.stego-periscope:before {
  content: "\ed17";
}

.stego-phone-call-regular:before {
  content: "\ed18";
}

.stego-phone-call-solid:before {
  content: "\ed19";
}

.stego-phone-incoming-regular:before {
  content: "\ed1a";
}

.stego-phone-incoming-solid:before {
  content: "\ed1b";
}

.stego-phone-outgoing-regular:before {
  content: "\ed1c";
}

.stego-phone-outgoing-solid:before {
  content: "\ed1d";
}

.stego-phone-regular:before {
  content: "\ed1e";
}

.stego-phone-solid:before {
  content: "\ed1f";
}

.stego-photo-album-regular:before {
  content: "\ed20";
}

.stego-photo-album-solid:before {
  content: "\ed21";
}

.stego-piano-solid:before {
  content: "\ed22";
}

.stego-pie-chart-alt-2-regular:before {
  content: "\ed23";
}

.stego-pie-chart-alt-2-solid:before {
  content: "\ed24";
}

.stego-pie-chart-alt-regular:before {
  content: "\ed25";
}

.stego-pie-chart-alt-solid:before {
  content: "\ed26";
}

.stego-pie-chart-regular:before {
  content: "\ed27";
}

.stego-pie-chart-solid:before {
  content: "\ed28";
}

.stego-pin-regular:before {
  content: "\ed29";
}

.stego-pin-solid:before {
  content: "\ed2a";
}

.stego-pinterest-alt:before {
  content: "\ed2b";
}

.stego-pinterest:before {
  content: "\ed2c";
}

.stego-pizza-solid:before {
  content: "\ed2d";
}

.stego-plane-alt-solid:before {
  content: "\ed2e";
}

.stego-plane-land-solid:before {
  content: "\ed2f";
}

.stego-plane-solid:before {
  content: "\ed30";
}

.stego-plane-take-off-solid:before {
  content: "\ed31";
}

.stego-planet-regular:before {
  content: "\ed32";
}

.stego-planet-solid:before {
  content: "\ed33";
}

.stego-play-circle-regular:before {
  content: "\ed34";
}

.stego-play-regular:before {
  content: "\ed35";
}

.stego-play-store:before {
  content: "\ed36";
}

.stego-playlist-solid:before {
  content: "\ed37";
}

.stego-plug-regular:before {
  content: "\ed38";
}

.stego-plug-solid:before {
  content: "\ed39";
}

.stego-plus-circle-regular:before {
  content: "\ed3a";
}

.stego-plus-circle-solid:before {
  content: "\ed3b";
}

.stego-plus-medical-regular:before {
  content: "\ed3c";
}

.stego-plus-regular:before {
  content: "\ed3d";
}

.stego-plus-square-solid:before {
  content: "\ed3e";
}

.stego-pocket:before {
  content: "\ed3f";
}

.stego-pointer-regular:before {
  content: "\ed40";
}

.stego-pointer-solid:before {
  content: "\ed41";
}

.stego-poll-regular:before {
  content: "\ed42";
}

.stego-polygon-regular:before {
  content: "\ed43";
}

.stego-polygon-solid:before {
  content: "\ed44";
}

.stego-pound-regular:before {
  content: "\ed45";
}

.stego-power-off-regular:before {
  content: "\ed46";
}

.stego-printer-regular:before {
  content: "\ed47";
}

.stego-printer-solid:before {
  content: "\ed48";
}

.stego-product-hunt:before {
  content: "\ed49";
}

.stego-pulse-regular:before {
  content: "\ed4a";
}

.stego-purchase-tag-alt-regular:before {
  content: "\ed4b";
}

.stego-purchase-tag-alt-solid:before {
  content: "\ed4c";
}

.stego-purchase-tag-regular:before {
  content: "\ed4d";
}

.stego-purchase-tag-solid:before {
  content: "\ed4e";
}

.stego-pyramid-regular:before {
  content: "\ed4f";
}

.stego-pyramid-solid:before {
  content: "\ed50";
}

.stego-question-mark-regular:before {
  content: "\ed51";
}

.stego-quora:before {
  content: "\ed52";
}

.stego-quote-alt-left-solid:before {
  content: "\ed53";
}

.stego-quote-alt-right-solid:before {
  content: "\ed54";
}

.stego-quote-left-solid:before {
  content: "\ed55";
}

.stego-quote-right-solid:before {
  content: "\ed56";
}

.stego-quote-single-left-solid:before {
  content: "\ed57";
}

.stego-quote-single-right-solid:before {
  content: "\ed58";
}

.stego-radar-regular:before {
  content: "\ed59";
}

.stego-radiation-solid:before {
  content: "\ed5a";
}

.stego-radio-circle-marked-regular:before {
  content: "\ed5b";
}

.stego-radio-circle-regular:before {
  content: "\ed5c";
}

.stego-radio-regular:before {
  content: "\ed5d";
}

.stego-radio-solid:before {
  content: "\ed5e";
}

.stego-react:before {
  content: "\ed5f";
}

.stego-receipt-regular:before {
  content: "\ed60";
}

.stego-receipt-solid:before {
  content: "\ed61";
}

.stego-rectangle-regular:before {
  content: "\ed62";
}

.stego-rectangle-solid:before {
  content: "\ed63";
}

.stego-recycle-regular:before {
  content: "\ed64";
}

.stego-redbubble:before {
  content: "\ed65";
}

.stego-reddit:before {
  content: "\ed66";
}

.stego-redo-regular:before {
  content: "\ed67";
}

.stego-redux:before {
  content: "\ed68";
}

.stego-refresh-regular:before {
  content: "\ed69";
}

.stego-rename-regular:before {
  content: "\ed6a";
}

.stego-rename-solid:before {
  content: "\ed6b";
}

.stego-repeat-regular:before {
  content: "\ed6c";
}

.stego-reply-all-regular:before {
  content: "\ed6d";
}

.stego-reply-regular:before {
  content: "\ed6e";
}

.stego-report-solid:before {
  content: "\ed6f";
}

.stego-repost-regular:before {
  content: "\ed70";
}

.stego-reset-regular:before {
  content: "\ed71";
}

.stego-restaurant-regular:before {
  content: "\ed72";
}

.stego-revision-regular:before {
  content: "\ed73";
}

.stego-rewind-circle-regular:before {
  content: "\ed74";
}

.stego-rewind-circle-solid:before {
  content: "\ed75";
}

.stego-rewind-regular:before {
  content: "\ed76";
}

.stego-right-arrow-alt-regular:before {
  content: "\ed77";
}

.stego-right-arrow-alt-solid:before {
  content: "\ed78";
}

.stego-right-arrow-circle-regular:before {
  content: "\ed79";
}

.stego-right-arrow-circle-solid:before {
  content: "\ed7a";
}

.stego-right-arrow-regular:before {
  content: "\ed7b";
}

.stego-right-arrow-solid:before {
  content: "\ed7c";
}

.stego-right-arrow-square-solid:before {
  content: "\ed7d";
}

.stego-right-down-arrow-circle-regular:before {
  content: "\ed7e";
}

.stego-right-down-arrow-circle-solid:before {
  content: "\ed7f";
}

.stego-right-indent-regular:before {
  content: "\ed80";
}

.stego-right-top-arrow-circle-regular:before {
  content: "\ed81";
}

.stego-right-top-arrow-circle-solid:before {
  content: "\ed82";
}

.stego-rocket-regular:before {
  content: "\ed83";
}

.stego-rocket-solid:before {
  content: "\ed84";
}

.stego-rotate-left-regular:before {
  content: "\ed85";
}

.stego-rotate-right-regular:before {
  content: "\ed86";
}

.stego-rss-regular:before {
  content: "\ed87";
}

.stego-ruble-regular:before {
  content: "\ed88";
}

.stego-ruler-regular:before {
  content: "\ed89";
}

.stego-ruler-solid:before {
  content: "\ed8a";
}

.stego-run-regular:before {
  content: "\ed8b";
}

.stego-rupee-regular:before {
  content: "\ed8c";
}

.stego-sad-regular:before {
  content: "\ed8d";
}

.stego-sad-solid:before {
  content: "\ed8e";
}

.stego-sass:before {
  content: "\ed8f";
}

.stego-save-regular:before {
  content: "\ed90";
}

.stego-save-solid:before {
  content: "\ed91";
}

.stego-scan-regular:before {
  content: "\ed92";
}

.stego-school-solid:before {
  content: "\ed93";
}

.stego-screenshot-regular:before {
  content: "\ed94";
}

.stego-search-alt-2-regular:before {
  content: "\ed95";
}

.stego-search-alt-2-solid:before {
  content: "\ed96";
}

.stego-search-alt-regular:before {
  content: "\ed97";
}

.stego-search-regular:before {
  content: "\ed98";
}

.stego-search-solid:before {
  content: "\ed99";
}

.stego-select-multiple-regular:before {
  content: "\ed9a";
}

.stego-select-multiple-solid:before {
  content: "\ed9b";
}

.stego-selection-regular:before {
  content: "\ed9c";
}

.stego-send-regular:before {
  content: "\ed9d";
}

.stego-send-solid:before {
  content: "\ed9e";
}

.stego-server-regular:before {
  content: "\ed9f";
}

.stego-server-solid:before {
  content: "\eda0";
}

.stego-shape-circle-regular:before {
  content: "\eda1";
}

.stego-shape-polygon-regular:before {
  content: "\eda2";
}

.stego-shape-square-regular:before {
  content: "\eda3";
}

.stego-shape-stegongle-regular:before {
  content: "\eda4";
}

.stego-shapes-solid:before {
  content: "\eda5";
}

.stego-share-alt-regular:before {
  content: "\eda6";
}

.stego-share-alt-solid:before {
  content: "\eda7";
}

.stego-share-regular:before {
  content: "\eda8";
}

.stego-share-solid:before {
  content: "\eda9";
}

.stego-shekel-regular:before {
  content: "\edaa";
}

.stego-shield-alt-2-regular:before {
  content: "\edab";
}

.stego-shield-alt-2-solid:before {
  content: "\edac";
}

.stego-shield-alt-regular:before {
  content: "\edad";
}

.stego-shield-quarter-regular:before {
  content: "\edae";
}

.stego-shield-regular:before {
  content: "\edaf";
}

.stego-shield-solid:before {
  content: "\edb0";
}

.stego-shield-x-regular:before {
  content: "\edb1";
}

.stego-shield-x-solid:before {
  content: "\edb2";
}

.stego-ship-solid:before {
  content: "\edb3";
}

.stego-shocked-regular:before {
  content: "\edb4";
}

.stego-shocked-solid:before {
  content: "\edb5";
}

.stego-shopify:before {
  content: "\edb6";
}

.stego-shopping-bag-alt-solid:before {
  content: "\edb7";
}

.stego-shopping-bag-regular:before {
  content: "\edb8";
}

.stego-shopping-bag-solid:before {
  content: "\edb9";
}

.stego-shopping-bags-solid:before {
  content: "\edba";
}

.stego-show-alt-regular:before {
  content: "\edbb";
}

.stego-show-regular:before {
  content: "\edbc";
}

.stego-show-solid:before {
  content: "\edbd";
}

.stego-shuffle-regular:before {
  content: "\edbe";
}

.stego-sidebar-regular:before {
  content: "\edbf";
}

.stego-sitemap-regular:before {
  content: "\edc0";
}

.stego-skip-next-circle-regular:before {
  content: "\edc1";
}

.stego-skip-next-circle-solid:before {
  content: "\edc2";
}

.stego-skip-next-regular:before {
  content: "\edc3";
}

.stego-skip-previous-circle-regular:before {
  content: "\edc4";
}

.stego-skip-previous-circle-solid:before {
  content: "\edc5";
}

.stego-skip-previous-regular:before {
  content: "\edc6";
}

.stego-skull-solid:before {
  content: "\edc7";
}

.stego-skype:before {
  content: "\edc8";
}

.stego-slack-old:before {
  content: "\edc9";
}

.stego-slack:before {
  content: "\edca";
}

.stego-sleepy-regular:before {
  content: "\edcb";
}

.stego-sleepy-solid:before {
  content: "\edcc";
}

.stego-slider-alt-regular:before {
  content: "\edcd";
}

.stego-slider-regular:before {
  content: "\edce";
}

.stego-slideshow-regular:before {
  content: "\edcf";
}

.stego-slideshow-solid:before {
  content: "\edd0";
}

.stego-smile-regular:before {
  content: "\edd1";
}

.stego-smile-solid:before {
  content: "\edd2";
}

.stego-snapchat:before {
  content: "\edd3";
}

.stego-sort-a-z-regular:before {
  content: "\edd4";
}

.stego-sort-alt-solid:before {
  content: "\edd5";
}

.stego-sort-down-regular:before {
  content: "\edd6";
}

.stego-sort-regular:before {
  content: "\edd7";
}

.stego-sort-up-regular:before {
  content: "\edd8";
}

.stego-sort-z-a-regular:before {
  content: "\edd9";
}

.stego-soundcloud:before {
  content: "\edda";
}

.stego-spa-regular:before {
  content: "\eddb";
}

.stego-spa-solid:before {
  content: "\eddc";
}

.stego-space-bar-regular:before {
  content: "\eddd";
}

.stego-spotify:before {
  content: "\edde";
}

.stego-spray-can-regular:before {
  content: "\eddf";
}

.stego-spray-can-solid:before {
  content: "\ede0";
}

.stego-spreadsheet-regular:before {
  content: "\ede1";
}

.stego-spreadsheet-solid:before {
  content: "\ede2";
}

.stego-square-regular:before {
  content: "\ede3";
}

.stego-square-rounded-regular:before {
  content: "\ede4";
}

.stego-square-rounded-solid:before {
  content: "\ede5";
}

.stego-square-solid:before {
  content: "\ede6";
}

.stego-squarespace:before {
  content: "\ede7";
}

.stego-stack-overflow:before {
  content: "\ede8";
}

.stego-star-half-solid:before {
  content: "\ede9";
}

.stego-star-regular:before {
  content: "\edea";
}

.stego-star-solid:before {
  content: "\edeb";
}

.stego-station-regular:before {
  content: "\edec";
}

.stego-stats-regular:before {
  content: "\eded";
}

.stego-sticker-regular:before {
  content: "\edee";
}

.stego-sticker-solid:before {
  content: "\edef";
}

.stego-stop-circle-regular:before {
  content: "\edf0";
}

.stego-stop-regular:before {
  content: "\edf1";
}

.stego-stopwatch-regular:before {
  content: "\edf2";
}

.stego-stopwatch-solid:before {
  content: "\edf3";
}

.stego-store-alt-regular:before {
  content: "\edf4";
}

.stego-store-alt-solid:before {
  content: "\edf5";
}

.stego-store-regular:before {
  content: "\edf6";
}

.stego-store-solid:before {
  content: "\edf7";
}

.stego-street-view-regular:before {
  content: "\edf8";
}

.stego-strikethrough-regular:before {
  content: "\edf9";
}

.stego-stripe:before {
  content: "\edfa";
}

.stego-subdirectory-left-regular:before {
  content: "\edfb";
}

.stego-subdirectory-right-regular:before {
  content: "\edfc";
}

.stego-sun-regular:before {
  content: "\edfd";
}

.stego-sun-solid:before {
  content: "\edfe";
}

.stego-support-regular:before {
  content: "\edff";
}

.stego-swim-regular:before {
  content: "\ee00";
}

.stego-sync-regular:before {
  content: "\ee01";
}

.stego-t-shirt-solid:before {
  content: "\ee02";
}

.stego-tab-regular:before {
  content: "\ee03";
}

.stego-table-regular:before {
  content: "\ee04";
}

.stego-tachometer-regular:before {
  content: "\ee05";
}

.stego-tachometer-solid:before {
  content: "\ee06";
}

.stego-tag-regular:before {
  content: "\ee07";
}

.stego-tag-solid:before {
  content: "\ee08";
}

.stego-tag-x-solid:before {
  content: "\ee09";
}

.stego-target-lock-regular:before {
  content: "\ee0a";
}

.stego-task-regular:before {
  content: "\ee0b";
}

.stego-task-x-regular:before {
  content: "\ee0c";
}

.stego-taxi-regular:before {
  content: "\ee0d";
}

.stego-taxi-solid:before {
  content: "\ee0e";
}

.stego-telegram:before {
  content: "\ee0f";
}

.stego-tennis-ball-regular:before {
  content: "\ee10";
}

.stego-tennis-ball-solid:before {
  content: "\ee11";
}

.stego-terminal-regular:before {
  content: "\ee12";
}

.stego-terminal-solid:before {
  content: "\ee13";
}

.stego-test-tube-regular:before {
  content: "\ee14";
}

.stego-text-regular:before {
  content: "\ee15";
}

.stego-thermometer-solid:before {
  content: "\ee16";
}

.stego-time-five-regular:before {
  content: "\ee17";
}

.stego-time-five-solid:before {
  content: "\ee18";
}

.stego-time-regular:before {
  content: "\ee19";
}

.stego-time-solid:before {
  content: "\ee1a";
}

.stego-timer-regular:before {
  content: "\ee1b";
}

.stego-timer-solid:before {
  content: "\ee1c";
}

.stego-tired-regular:before {
  content: "\ee1d";
}

.stego-tired-solid:before {
  content: "\ee1e";
}

.stego-to-top-solid:before {
  content: "\ee1f";
}

.stego-toggle-left-regular:before {
  content: "\ee20";
}

.stego-toggle-left-solid:before {
  content: "\ee21";
}

.stego-toggle-right-regular:before {
  content: "\ee22";
}

.stego-toggle-right-solid:before {
  content: "\ee23";
}

.stego-tone-regular:before {
  content: "\ee24";
}

.stego-tone-solid:before {
  content: "\ee25";
}

.stego-torch-solid:before {
  content: "\ee26";
}

.stego-traffic-barrier-solid:before {
  content: "\ee27";
}

.stego-traffic-cone-regular:before {
  content: "\ee28";
}

.stego-traffic-cone-solid:before {
  content: "\ee29";
}

.stego-traffic-solid:before {
  content: "\ee2a";
}

.stego-train-regular:before {
  content: "\ee2b";
}

.stego-train-solid:before {
  content: "\ee2c";
}

.stego-transfer-alt-regular:before {
  content: "\ee2d";
}

.stego-transfer-regular:before {
  content: "\ee2e";
}

.stego-trash-alt-regular:before {
  content: "\ee2f";
}

.stego-trash-alt-solid:before {
  content: "\ee30";
}

.stego-trash-regular:before {
  content: "\ee31";
}

.stego-trash-solid:before {
  content: "\ee32";
}

.stego-tree-solid:before {
  content: "\ee33";
}

.stego-trello:before {
  content: "\ee34";
}

.stego-trending-down-regular:before {
  content: "\ee35";
}

.stego-trending-up-regular:before {
  content: "\ee36";
}

.stego-trim-regular:before {
  content: "\ee37";
}

.stego-trophy-regular:before {
  content: "\ee38";
}

.stego-trophy-solid:before {
  content: "\ee39";
}

.stego-truck-solid:before {
  content: "\ee3a";
}

.stego-tumblr:before {
  content: "\ee3b";
}

.stego-tv-regular:before {
  content: "\ee3c";
}

.stego-twitch:before {
  content: "\ee3d";
}

.stego-twitter:before {
  content: "\ee3e";
}

.stego-underline-regular:before {
  content: "\ee3f";
}

.stego-undo-regular:before {
  content: "\ee40";
}

.stego-unite-regular:before {
  content: "\ee41";
}

.stego-unlink-regular:before {
  content: "\ee42";
}

.stego-unsplash:before {
  content: "\ee43";
}

.stego-up-arrow-alt-regular:before {
  content: "\ee44";
}

.stego-up-arrow-alt-solid:before {
  content: "\ee45";
}

.stego-up-arrow-circle-regular:before {
  content: "\ee46";
}

.stego-up-arrow-circle-solid:before {
  content: "\ee47";
}

.stego-up-arrow-regular:before {
  content: "\ee48";
}

.stego-up-arrow-solid:before {
  content: "\ee49";
}

.stego-up-arrow-square-solid:before {
  content: "\ee4a";
}

.stego-upload-regular:before {
  content: "\ee4b";
}

.stego-upside-down-regular:before {
  content: "\ee4c";
}

.stego-upside-down-solid:before {
  content: "\ee4d";
}

.stego-upvote-regular:before {
  content: "\ee4e";
}

.stego-upvote-solid:before {
  content: "\ee4f";
}

.stego-usb-regular:before {
  content: "\ee50";
}

.stego-user-badge-solid:before {
  content: "\ee51";
}

.stego-user-check-regular:before {
  content: "\ee52";
}

.stego-user-check-solid:before {
  content: "\ee53";
}

.stego-user-circle-regular:before {
  content: "\ee54";
}

.stego-user-circle-solid:before {
  content: "\ee55";
}

.stego-user-detail-solid:before {
  content: "\ee56";
}

.stego-user-minus-regular:before {
  content: "\ee57";
}

.stego-user-minus-solid:before {
  content: "\ee58";
}

.stego-user-pin-regular:before {
  content: "\ee59";
}

.stego-user-pin-solid:before {
  content: "\ee5a";
}

.stego-user-plus-regular:before {
  content: "\ee5b";
}

.stego-user-plus-solid:before {
  content: "\ee5c";
}

.stego-user-rectangle-solid:before {
  content: "\ee5d";
}

.stego-user-regular:before {
  content: "\ee5e";
}

.stego-user-solid:before {
  content: "\ee5f";
}

.stego-user-voice-regular:before {
  content: "\ee60";
}

.stego-user-voice-solid:before {
  content: "\ee61";
}

.stego-user-x-regular:before {
  content: "\ee62";
}

.stego-user-x-solid:before {
  content: "\ee63";
}

.stego-vector-regular:before {
  content: "\ee64";
}

.stego-vector-solid:before {
  content: "\ee65";
}

.stego-vertical-center-regular:before {
  content: "\ee66";
}

.stego-vial-regular:before {
  content: "\ee67";
}

.stego-vial-solid:before {
  content: "\ee68";
}

.stego-video-off-regular:before {
  content: "\ee69";
}

.stego-video-off-solid:before {
  content: "\ee6a";
}

.stego-video-plus-regular:before {
  content: "\ee6b";
}

.stego-video-plus-solid:before {
  content: "\ee6c";
}

.stego-video-recording-regular:before {
  content: "\ee6d";
}

.stego-video-recording-solid:before {
  content: "\ee6e";
}

.stego-video-regular:before {
  content: "\ee6f";
}

.stego-video-solid:before {
  content: "\ee70";
}

.stego-videos-solid:before {
  content: "\ee71";
}

.stego-vimeo:before {
  content: "\ee72";
}

.stego-visa:before {
  content: "\ee73";
}

.stego-vk:before {
  content: "\ee74";
}

.stego-voicemail-regular:before {
  content: "\ee75";
}

.stego-volume-full-regular:before {
  content: "\ee76";
}

.stego-volume-full-solid:before {
  content: "\ee77";
}

.stego-volume-low-regular:before {
  content: "\ee78";
}

.stego-volume-low-solid:before {
  content: "\ee79";
}

.stego-volume-mute-regular:before {
  content: "\ee7a";
}

.stego-volume-mute-solid:before {
  content: "\ee7b";
}

.stego-volume-regular:before {
  content: "\ee7c";
}

.stego-volume-solid:before {
  content: "\ee7d";
}

.stego-vuejs:before {
  content: "\ee7e";
}

.stego-walk-regular:before {
  content: "\ee7f";
}

.stego-wallet-alt-regular:before {
  content: "\ee80";
}

.stego-wallet-alt-solid:before {
  content: "\ee81";
}

.stego-wallet-regular:before {
  content: "\ee82";
}

.stego-wallet-solid:before {
  content: "\ee83";
}

.stego-washer-solid:before {
  content: "\ee84";
}

.stego-watch-alt-solid:before {
  content: "\ee85";
}

.stego-watch-solid:before {
  content: "\ee86";
}

.stego-water-regular:before {
  content: "\ee87";
}

.stego-webcam-regular:before {
  content: "\ee88";
}

.stego-webcam-solid:before {
  content: "\ee89";
}

.stego-whatsapp-square:before {
  content: "\ee8a";
}

.stego-whatsapp:before {
  content: "\ee8b";
}

.stego-widget-solid:before {
  content: "\ee8c";
}

.stego-wifi-0-regular:before {
  content: "\ee8d";
}

.stego-wifi-1-regular:before {
  content: "\ee8e";
}

.stego-wifi-2-regular:before {
  content: "\ee8f";
}

.stego-wifi-off-regular:before {
  content: "\ee90";
}

.stego-wifi-regular:before {
  content: "\ee91";
}

.stego-wikipedia:before {
  content: "\ee92";
}

.stego-wind-regular:before {
  content: "\ee93";
}

.stego-window-alt-regular:before {
  content: "\ee94";
}

.stego-window-alt-solid:before {
  content: "\ee95";
}

.stego-window-close-regular:before {
  content: "\ee96";
}

.stego-window-open-regular:before {
  content: "\ee97";
}

.stego-window-regular:before {
  content: "\ee98";
}

.stego-windows:before {
  content: "\ee99";
}

.stego-wine-regular:before {
  content: "\ee9a";
}

.stego-wine-solid:before {
  content: "\ee9b";
}

.stego-wink-smile-regular:before {
  content: "\ee9c";
}

.stego-wink-smile-solid:before {
  content: "\ee9d";
}

.stego-wink-tongue-regular:before {
  content: "\ee9e";
}

.stego-wink-tongue-solid:before {
  content: "\ee9f";
}

.stego-wix:before {
  content: "\eea0";
}

.stego-won-regular:before {
  content: "\eea1";
}

.stego-wordpress:before {
  content: "\eea2";
}

.stego-world-regular:before {
  content: "\eea3";
}

.stego-wrench-regular:before {
  content: "\eea4";
}

.stego-wrench-solid:before {
  content: "\eea5";
}

.stego-x-circle-regular:before {
  content: "\eea6";
}

.stego-x-circle-solid:before {
  content: "\eea7";
}

.stego-x-regular:before {
  content: "\eea8";
}

.stego-x-square-solid:before {
  content: "\eea9";
}

.stego-yahoo:before {
  content: "\eeaa";
}

.stego-yelp:before {
  content: "\eeab";
}

.stego-yen-regular:before {
  content: "\eeac";
}

.stego-yin-yang-solid:before {
  content: "\eead";
}

.stego-youtube:before {
  content: "\eeae";
}

.stego-zap-solid:before {
  content: "\eeaf";
}

.stego-zoom-in-regular:before {
  content: "\eeb0";
}

.stego-zoom-in-solid:before {
  content: "\eeb1";
}

.stego-zoom-out-regular:before {
  content: "\eeb2";
}

.stego-zoom-out-solid:before {
  content: "\eeb3";
}

.stego-myspace:before {
  content: "\eeb4";
}

.stego-beer:before {
  content: "\eefe";
}

.stego-breakfast:before {
  content: "\eeff";
}

.stego-burger-1:before {
  content: "\ef00";
}

.stego-burger-2:before {
  content: "\ef01";
}

.stego-burger:before {
  content: "\ef02";
}

.stego-cheese:before {
  content: "\ef03";
}

.stego-chef-hat:before {
  content: "\ef04";
}

.stego-chicken-leg-1:before {
  content: "\ef05";
}

.stego-chicken-leg:before {
  content: "\ef06";
}

.stego-chinese-food:before {
  content: "\ef07";
}

.stego-chips:before {
  content: "\ef08";
}

.stego-coffee-cup:before {
  content: "\ef09";
}

.stego-coffee-machine:before {
  content: "\ef0a";
}

.stego-coffee:before {
  content: "\ef0b";
}

.stego-cola-1:before {
  content: "\ef0c";
}

.stego-cola:before {
  content: "\ef0d";
}

.stego-croissant:before {
  content: "\ef0e";
}

.stego-delivery:before {
  content: "\ef0f";
}

.stego-donut:before {
  content: "\ef10";
}

.stego-food-truck:before {
  content: "\ef11";
}

.stego-fork:before {
  content: "\ef12";
}

.stego-french-fries:before {
  content: "\ef13";
}

.stego-fried-chicken:before {
  content: "\ef14";
}

.stego-fried-egg:before {
  content: "\ef15";
}

.stego-fried-potatoes:before {
  content: "\ef16";
}

.stego-hot-dog-1:before {
  content: "\ef17";
}

.stego-hot-dog:before {
  content: "\ef18";
}

.stego-ice-cream-1:before {
  content: "\ef19";
}

.stego-ice-cream:before {
  content: "\ef1a";
}

.stego-kebab:before {
  content: "\ef1b";
}

.stego-meat:before {
  content: "\ef1c";
}

.stego-menu:before {
  content: "\ef1d";
}

.stego-milkshake:before {
  content: "\ef1e";
}

.stego-noodles:before {
  content: "\ef1f";
}

.stego-package:before {
  content: "\ef20";
}

.stego-pitcher:before {
  content: "\ef21";
}

.stego-pizza-slice:before {
  content: "\ef22";
}

.stego-popcorn:before {
  content: "\ef23";
}

.stego-rice:before {
  content: "\ef24";
}

.stego-sauces:before {
  content: "\ef25";
}

.stego-sausage:before {
  content: "\ef26";
}

.stego-serving-dish:before {
  content: "\ef27";
}

.stego-soda:before {
  content: "\ef28";
}

.stego-taco:before {
  content: "\ef29";
}

.stego-take-away:before {
  content: "\ef2a";
}

.stego-tea:before {
  content: "\ef2b";
}

.stego-tomato-sauce:before {
  content: "\ef2c";
}

.stego-waffle:before {
  content: "\ef2d";
}

.stego-waiter-1:before {
  content: "\ef2e";
}

.stego-waiter:before {
  content: "\ef2f";
}

.stego-bonsai:before {
  content: "\eeda";
}

.stego-buddha-statue:before {
  content: "\eedb";
}

.stego-chopsticks:before {
  content: "\eedc";
}

.stego-daruma:before {
  content: "\eedd";
}

.stego-flag:before {
  content: "\eede";
}

.stego-fox:before {
  content: "\eedf";
}

.stego-fuji:before {
  content: "\eee0";
}

.stego-geisha:before {
  content: "\eee1";
}

.stego-geta:before {
  content: "\eee2";
}

.stego-hannya:before {
  content: "\eee3";
}

.stego-itsukushima-shrine:before {
  content: "\eee4";
}

.stego-kabuki:before {
  content: "\eee5";
}

.stego-katana:before {
  content: "\eee6";
}

.stego-kimono:before {
  content: "\eee7";
}

.stego-koinobori:before {
  content: "\eee8";
}

.stego-maneki-neko:before {
  content: "\eee9";
}

.stego-matcha:before {
  content: "\eeea";
}

.stego-ninja:before {
  content: "\eeeb";
}

.stego-onigiri:before {
  content: "\eeec";
}

.stego-onsen:before {
  content: "\eeed";
}

.stego-origami:before {
  content: "\eeee";
}

.stego-osaka:before {
  content: "\eeef";
}

.stego-ramen:before {
  content: "\eef0";
}

.stego-sake:before {
  content: "\eef1";
}

.stego-sakura:before {
  content: "\eef2";
}

.stego-salmon:before {
  content: "\eef3";
}

.stego-samurai:before {
  content: "\eef4";
}

.stego-shiba:before {
  content: "\eef5";
}

.stego-shinkansen:before {
  content: "\eef6";
}

.stego-shogi:before {
  content: "\eef7";
}

.stego-sumo:before {
  content: "\eef8";
}

.stego-sushi-1:before {
  content: "\eef9";
}

.stego-sushi-2:before {
  content: "\eefa";
}

.stego-takoyaki:before {
  content: "\eefb";
}

.stego-tengu:before {
  content: "\eefc";
}

.stego-tokyo-tower:before {
  content: "\eefd";
}

.stego-apron:before {
  content: "\eeb5";
}

.stego-bell-pepper:before {
  content: "\eeb6";
}

.stego-cheese-1:before {
  content: "\eeb7";
}

.stego-cheese-2:before {
  content: "\eeb8";
}

.stego-chef-hat1:before {
  content: "\eeb9";
}

.stego-chili-pepper:before {
  content: "\eeba";
}

.stego-cutlery:before {
  content: "\eebb";
}

.stego-dish:before {
  content: "\eebc";
}

.stego-extractor-hood:before {
  content: "\eebd";
}

.stego-food-delivery:before {
  content: "\eebe";
}

.stego-french-fries1:before {
  content: "\eebf";
}

.stego-glove:before {
  content: "\eec0";
}

.stego-magnifying-glass:before {
  content: "\eec1";
}

.stego-microwave-oven:before {
  content: "\eec2";
}

.stego-microwave:before {
  content: "\eec3";
}

.stego-online-order:before {
  content: "\eec4";
}

.stego-open-menu:before {
  content: "\eec5";
}

.stego-order-food:before {
  content: "\eec6";
}

.stego-pizza-2:before {
  content: "\eec7";
}

.stego-pizza-1:before {
  content: "\eec8";
}

.stego-pizza-3:before {
  content: "\eec9";
}

.stego-pizza-4:before {
  content: "\eeca";
}

.stego-pizza-box-1:before {
  content: "\eecb";
}

.stego-pizza-box:before {
  content: "\eecc";
}

.stego-pizza-cutter-1:before {
  content: "\eecd";
}

.stego-pizza-cutter-2:before {
  content: "\eece";
}

.stego-pizza-deliver:before {
  content: "\eecf";
}

.stego-pizza-location:before {
  content: "\eed0";
}

.stego-pizza-peel:before {
  content: "\eed1";
}

.stego-pizza-slice-1:before {
  content: "\eed2";
}

.stego-pizza-slice-2:before {
  content: "\eed3";
}

.stego-pizza-slice-3:before {
  content: "\eed4";
}

.stego-rolling-pin-1:before {
  content: "\eed5";
}

.stego-rolling-pin-2:before {
  content: "\eed6";
}

.stego-salt-and-pepper:before {
  content: "\eed7";
}

.stego-salt-shaker:before {
  content: "\eed8";
}

.stego-sauce-bottle:before {
  content: "\eed9";
}

.stego-buuelos:before {
  content: "\ef30";
}

.stego-cocido:before {
  content: "\ef31";
}

.stego-consomme:before {
  content: "\ef32";
}

.stego-corn:before {
  content: "\ef33";
}

.stego-enchiladas:before {
  content: "\ef34";
}

.stego-fajita:before {
  content: "\ef35";
}

.stego-flautas:before {
  content: "\ef36";
}

.stego-frijoles-charros:before {
  content: "\ef37";
}

.stego-guacamole:before {
  content: "\ef38";
}

.stego-huaraches:before {
  content: "\ef39";
}

.stego-nachos:before {
  content: "\ef3a";
}

.stego-nopalitos:before {
  content: "\ef3b";
}

.stego-pambazos:before {
  content: "\ef3c";
}

.stego-quesadilla:before {
  content: "\ef3d";
}

.stego-sauce:before {
  content: "\ef3e";
}

.stego-taco1:before {
  content: "\ef3f";
}

.stego-tacos:before {
  content: "\ef40";
}

.stego-tamales:before {
  content: "\ef41";
}

.stego-tequila:before {
  content: "\ef42";
}

.stego-tortillas:before {
  content: "\ef43";
}

/* Override fonts */
:root {
  --grimlock-icon-arrow-right: "\ed77";
  --grimlock-icon-arrow-right-font-family: 'stego';
  --grimlock-icon-arrow-left: "\ec29";
  --grimlock-icon-arrow-left-font-family: 'stego';
  --grimlock-icon-eye: "\edbc";
  --grimlock-icon-eye-font-family: 'stego';
  --grimlock-icon-quote: "\ed53";
  --grimlock-icon-quote-font-family: 'stego';
  --grimlock-icon-cart: "\ea2d";
  --grimlock-icon-cart-font-family: 'stego';
  --grimlock-icon-list: "\ec44";
  --grimlock-icon-list-font-family: 'stego';
  --grimlock-icon-external-link: "\ec3b";
  --grimlock-icon-external-link-font-family: 'stego';
  --grimlock-icon-checkout: "\ea3b";
  --grimlock-icon-checkout-font-family: 'stego';
  --grimlock-icon-wc-filters: "\edce";
  --grimlock-icon-wc-filters-font-family: 'stego';
  --grimlock-icon-wc-wishlist: "\ebd5";
  --grimlock-icon-wc-wishlist-font-family: 'stego';
  --grimlock-icon-wc-wishlist-added: "\ebd6";
  --grimlock-icon-wc-wishlist-added-font-family: 'stego';
}

/**
 * Copy
 * Text and typography components
 */
mark,
.mark {
  padding: 0.2em;
  background-color: #28282A;
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a h1, a h2, a h3, a h4, a h5, a h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit !important;
}

a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

a img {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  a img {
    transition: none;
  }
}

a .transform-left,
a .transform-right {
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
  min-width: 20px;
}

@media screen and (prefers-reduced-motion: reduce) {
  a .transform-left,
  a .transform-right {
    transition: none;
  }
}

a:hover img {
  opacity: 0.85;
}

a:hover .transform-left {
  transform: translate3d(-5px, 0, 0);
}

a:hover .transform-right {
  transform: translate3d(5px, 0, 0);
}

a.text-muted:hover, a.text-muted:active, a.text-muted:focus {
  opacity: 1 !important;
}

strong {
  font-weight: 700;
}

.lead {
  -webkit-font-smoothing: antialiased;
}

hr {
  border-top-width: 3px;
  opacity: 0.15;
}

hr[class*="border-"], hr[class*="bg-"] {
  opacity: 1;
}

hr.hr-vertical {
  display: block;
  margin: 1.5rem auto;
  width: 2px;
  height: 65px;
  background-color: #0F0F10;
  border-radius: 500px;
  pointer-events: none;
  border: 0 !important;
}

blockquote:not(.card-blockquote), blockquote:not(.card-blockquote),
.blockquote {
  position: relative;
  margin: 1.875rem 0;
  padding: 2.5rem;
  border-bottom: 4px solid #D9D1C0;
  background-color: #c7a17a;
  font-style: normal;
  color: #0F0F10;
}

blockquote:not(.card-blockquote):before,
blockquote:not(.card-blockquote):before,
.blockquote:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ed53";
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 1.6rem;
  pointer-events: none;
}

blockquote:not(.card-blockquote) p,
blockquote:not(.card-blockquote) p,
.blockquote p {
  font-size: 1.25em;
  color: inherit;
}

blockquote:not(.card-blockquote) p:last-of-type,
blockquote:not(.card-blockquote) p:last-of-type,
.blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote:not(.card-blockquote) caption,
blockquote:not(.card-blockquote) .blockquote-footer,
blockquote:not(.card-blockquote) caption,
.blockquote caption,
blockquote:not(.card-blockquote) .blockquote-footer,
.blockquote .blockquote-footer {
  opacity: 0.65;
  font-size: 80%;
  color: inherit;
}

blockquote:not(.card-blockquote) cite,
blockquote:not(.card-blockquote) cite,
.blockquote cite {
  opacity: 0.5;
  margin-top: 5px;
  display: block;
  font-size: 0.9em;
  line-height: 1em;
}

blockquote:not(.card-blockquote) cite a,
blockquote:not(.card-blockquote) cite a,
.blockquote cite a {
  color: inherit !important;
}

blockquote:not(.card-blockquote) a,
blockquote:not(.card-blockquote) code,
blockquote:not(.card-blockquote) a,
.blockquote a,
blockquote:not(.card-blockquote) code,
.blockquote code {
  color: inherit !important;
}

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

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

pre {
  color: inherit;
}

/* Horizontal description */
.dl-horizontal {
  margin-left: -15px;
  margin-right: 0;
}

/* Maps */
.gmpInfoWindowtitle {
  color: inherit !important;
}

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * Alignments
 *
 * Positionning content elements.
 */
.entry-content .alignleft {
  float: left;
  margin: 0 2.5rem 2rem 0;
}

.entry-content .aligncenter {
  margin: 0 auto 2rem auto;
}

.entry-content .alignright {
  float: right;
  margin: 0 0 2rem 2.5rem;
}

.entry-content .alignnone {
  float: none;
  display: block;
  margin: 0 0 2rem 0;
}

.entry-content p .size-full {
  max-width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
}

.entry-content p .alignleft {
  float: left;
  margin: 5px 2rem 2rem 0;
}

.entry-content p .aligncenter {
  display: block;
  margin: 5px auto 2rem auto;
}

.entry-content p .alignright {
  float: right;
  margin: 5px 0 2rem 2rem;
}

.entry-content p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}

.post-media .entry-content p .alignnone {
  margin: 0;
}

@media (min-width: 768px) {
  .entry-content .wp-block-image .alignleft,
  .entry-content .wp-block-image .alignright {
    position: relative;
    top: .5em;
    max-width: 50vw;
  }
}

@media (max-width: 767.98px) {
  .entry-content .wp-block-image .alignleft,
  .entry-content .wp-block-image .alignright {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .entry-content .wp-block-image .alignleft img,
  .entry-content .wp-block-image .alignright img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/**
 * Clearings
 *
 * Clear all wrappers & regions.
 */
/**
 * Containers
 *
 * Constraining elements.
 */
.container--narrow {
  max-width: 960px;
}

.container--narrower {
  max-width: 720px;
}

.container--middle, .container--medium {
  width: 100%;
  max-width: 1400px;
}

@media (max-width: 991.98px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    width: 100%;
    max-width: 100%;
  }
}

/**
 * Regions
 *
 * Components use a single region model to define a global layout architecture.
 */
.region {
  position: relative;
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: transparent;
}

@media (max-width: 991.98px) {
  .region__col {
    flex-basis: auto;
  }
}

.region.region--container-fluid > .region__container,
.region.region--container-fluid > .region__inner > .region__container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .region.region--container-fluid > .region__container,
  .region.region--container-fluid > .region__inner > .region__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .region.region--container-classic > .region__container,
  .region.region--container-classic > .region__inner > .region__container {
    width: 100%;
    max-width: 1400px;
  }
}

.region.region--container-narrow > .region__container,
.region.region--container-narrow > .region__inner > .region__container {
  max-width: 960px;
}

.region.region--container-narrower > .region__container,
.region.region--container-narrower > .region__inner > .region__container {
  max-width: 720px;
}

.region--6-6-cols-left-right .region__col--2, .region--6-6-cols-left-right .region__col--4 {
  text-align: right;
}

@media (min-width: 768px) {
  .region--6-6-cols-left-reverse .region__col--1 {
    order: 1;
  }
}

.region--6-6-cols-center .region__col, .region--6-6-cols-center .region__col .widget {
  text-align: center;
}

.region--6-6-cols-right .region__col, .region--6-6-cols-right .region__col .widget {
  text-align: right;
}

.region--4-4-4-cols-left-center-right .region__col--2,
.region--4-4-4-cols-left-center-right .region__col--2 .widget {
  text-align: center;
}

.region--4-4-4-cols-left-center-right .region__col--3, .region--4-4-4-cols-left-center-right .region__col--3 .widget {
  text-align: right;
}

.region--4-4-4-cols-center .region__col, .region--4-4-4-cols-center .region__col .widget {
  text-align: center;
}

.region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--2 .widget, .region--4-8-cols-left-right .region__col--4, .region--4-8-cols-left-right .region__col--4 .widget {
  text-align: right;
}

.region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--2 .widget, .region--8-4-cols-left-right .region__col--4, .region--8-4-cols-left-right .region__col--4 .widget {
  text-align: center;
}

@media (min-width: 992px) {
  .region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--2 .widget, .region--8-4-cols-left-right .region__col--4, .region--8-4-cols-left-right .region__col--4 .widget {
    text-align: right;
  }
}

.region--8-4-cols-left-right .region__col--2 .widget, .region--8-4-cols-left-right .region__col--4 .widget {
  display: inline-block;
}

.region--3-3-3-3-cols-center .region__col, .region--3-3-3-3-cols-center .region__col .widget {
  text-align: center;
}

.region--12-cols-left .region__col, .region--12-cols-right .region__col, .region--12-cols-center .region__col, .region--12-cols-center-left .region__col, .region--12-cols-center-boxed .region__col {
  min-height: 0;
}

.region--12-cols-center .region__col--1,
.region--12-cols-center .section__header,
.region--12-cols-center .section__footer,
.region--12-cols-center .section__text,
.region--12-cols-center .section__thumbnail, .region--12-cols-center-left .region__col--1,
.region--12-cols-center-left .section__header,
.region--12-cols-center-left .section__footer,
.region--12-cols-center-left .section__text,
.region--12-cols-center-left .section__thumbnail, .region--12-cols-center-boxed .region__col--1,
.region--12-cols-center-boxed .section__header,
.region--12-cols-center-boxed .section__footer,
.region--12-cols-center-boxed .section__text,
.region--12-cols-center-boxed .section__thumbnail {
  text-align: center;
}

.region--12-cols-center .grimlock-query-section__posts,
.region--12-cols-center .grimlock-term-query-section__terms, .region--12-cols-center-boxed .grimlock-query-section__posts,
.region--12-cols-center-boxed .grimlock-term-query-section__terms {
  justify-content: center;
}

.region--12-cols-right .region__col--1,
.region--12-cols-right .section__header,
.region--12-cols-right .section__footer,
.region--12-cols-right .section__text,
.region--12-cols-right .section__thumbnail {
  text-align: right;
}

.region--12-cols-right .grimlock-query-section__posts,
.region--12-cols-right .grimlock-term-query-section__terms {
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .grimlock-region--pt-1 > .region__inner,
  .grimlock-region--pt-2 > .region__inner,
  .grimlock-region--pt-3 > .region__inner {
    padding-top: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pt-4 > .region__inner,
  .grimlock-region--pt-5 > .region__inner,
  .grimlock-region--pt-6 > .region__inner,
  .grimlock-region--pt-7 > .region__inner,
  .grimlock-region--pt-8 > .region__inner,
  .grimlock-region--pt-9 > .region__inner,
  .grimlock-region--pt-10 > .region__inner {
    padding-top: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pt-11 > .region__inner,
  .grimlock-region--pt-12 > .region__inner,
  .grimlock-region--pt-13 > .region__inner,
  .grimlock-region--pt-14 > .region__inner {
    padding-top: 75px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pt-15 > .region__inner,
  .grimlock-region--pt-16 > .region__inner,
  .grimlock-region--pt-17 > .region__inner,
  .grimlock-region--pt-18 > .region__inner,
  .grimlock-region--pt-19 > .region__inner,
  .grimlock-region--pt-20 > .region__inner {
    padding-top: 95px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pb-1 > .region__inner,
  .grimlock-region--pb-2 > .region__inner,
  .grimlock-region--pb-3 > .region__inner {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pb-4 > .region__inner,
  .grimlock-region--pb-5 > .region__inner,
  .grimlock-region--pb-6 > .region__inner,
  .grimlock-region--pb-7 > .region__inner,
  .grimlock-region--pb-8 > .region__inner,
  .grimlock-region--pb-9 > .region__inner,
  .grimlock-region--pb-10 > .region__inner {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pb-11 > .region__inner,
  .grimlock-region--pb-12 > .region__inner,
  .grimlock-region--pb-13 > .region__inner,
  .grimlock-region--pb-14 > .region__inner,
  .grimlock-region--pb-15 > .region__inner {
    padding-bottom: 75px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pb-16 > .region__inner,
  .grimlock-region--pb-17 > .region__inner,
  .grimlock-region--pb-18 > .region__inner,
  .grimlock-region--pb-19 > .region__inner,
  .grimlock-region--pb-20 > .region__inner {
    padding-bottom: 95px !important;
  }
}

.grimlock-region--pt-0 > .region__inner {
  padding-top: 0 !important;
}

.grimlock-region--pb-0 > .region__inner {
  padding-bottom: 0 !important;
}

/**
 * Sidebar
 *
 * Sidebars styles.
 */
.sidebar-nav {
  margin-bottom: 1rem;
}

.sidebar .grimlock-section {
  overflow: hidden;
}

#secondary-left,
#secondary-right {
  padding-bottom: 2rem;
}

@media (max-width: 991.98px) {
  #secondary-left,
  #secondary-right {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

#secondary-left h2.widget-title,
#secondary-left h3.widget-title,
#secondary-right h2.widget-title,
#secondary-right h3.widget-title {
  font-size: 1em;
  font-weight: 900;
  text-align: left;
  margin-bottom: 0.5rem;
}

/**
 * Wrappers
 *
 * Wrapping elements.
 */
body {
  height: 100%;
  padding-top: 0;
}

.grimlock--boxed .site-wrapper {
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.site {
  position: relative;
  z-index: 1;
  height: 100%;
}

.site-preheader .region__col + .region__col,
.site-prefooter .region__col + .region__col,
.site-footer .region__col + .region__col {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .site-preheader .region__col + .region__col,
  .site-prefooter .region__col + .region__col,
  .site-footer .region__col + .region__col {
    margin-top: 0;
  }
}

.site-preheader {
  position: relative;
  z-index: 998;
  font-size: 0.9em;
}

.site-preheader.region.region--container-fluid .region__container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .site-preheader.region.region--container-fluid .region__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-preheader .region__col {
  align-self: center;
}

@media (max-width: 991.98px) {
  .site-preheader .region__col {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 0;
    margin-top: 0 !important;
  }
}

.site-preheader .menu > .menu-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.site-preheader .menu > .menu-item > a {
  padding: 0.5rem 0;
}

.site-preheader p,
.site-preheader pre {
  margin-bottom: 0;
  color: inherit;
}

.site-header > .region__inner > .region__container {
  padding: 0;
  max-width: 100%;
}

.site-content {
  padding: 4% 0;
}

@media (min-width: 992px) {
  .site-content.region--container-fluid > .region__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--2.has-sidebar-one {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.site-content.region--3-9-cols-left > .region__container > .region__row > .region__col--2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .site-content.region--3-9-cols-left > .region__container > .region__row > .region__col--2.has-sidebar-one {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.site-content.region--3-6-3-cols-left > .region__container > .region__row > .region__col--2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.grimlock--navigation-fixed-left .site-content,
.grimlock--navigation-fixed-right .site-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  .site-content .region__col#primary {
    order: -1;
  }
}

.before_content:empty,
.after_content:empty {
  display: none !important;
}

.site-prefooter,
.site-footer {
  position: relative;
  z-index: 9;
}

@media (min-width: 768px) {
  .site-prefooter.region > .region__inner > .region__container > .region__row,
  .site-footer.region > .region__inner > .region__container > .region__row {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}

.site-prefooter .widget-title,
.site-footer .widget-title {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.site-prefooter .menu .menu-item .sub-menu,
.site-footer .menu .menu-item .sub-menu {
  padding: 10px 0 0 10px;
}

@media (max-width: 767.98px) {
  .site-prefooter .menu,
  .site-footer .menu {
    text-align: center;
  }
}

.site-prefooter .widget[id*="monster-widget"],
.site-footer .widget[id*="monster-widget"] {
  display: block !important;
  text-align: left !important;
}

.site-prefooter .widget[id*="monster-widget"] ul,
.site-footer .widget[id*="monster-widget"] ul {
  text-align: left !important;
}

.site-prefooter .widget[id*="monster-widget"] ul li,
.site-footer .widget[id*="monster-widget"] ul li {
  display: block;
}

.site-prefooter .textwidget ul,
.site-footer .textwidget ul {
  padding-left: 12px;
}

.site-prefooter .textwidget ul > li,
.site-footer .textwidget ul > li {
  display: block;
  position: relative;
  padding-left: 8px;
}

.site-prefooter .textwidget ul > li:before,
.site-footer .textwidget ul > li:before {
  content: "\2022";
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}

.site-prefooter .textwidget ul > li:not(last-child),
.site-footer .textwidget ul > li:not(last-child) {
  margin-bottom: 10px;
}

.site-prefooter .grimlock-section.stego-footer-form .region__col,
.site-footer .grimlock-section.stego-footer-form .region__col {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .site-prefooter .grimlock-section.stego-footer-form,
  .site-footer .grimlock-section.stego-footer-form {
    box-shadow: 0 0 50px var(--grimlock-archive-post-box-shadow-color);
  }
  .site-prefooter .grimlock-section.stego-footer-form:not([class*="mt-0"]),
  .site-footer .grimlock-section.stego-footer-form:not([class*="mt-0"]) {
    margin-top: calc( ( var(--grimlock-prefooter-padding-y) * -2.5) - 3vw) !important;
  }
  .site-prefooter .grimlock-section.stego-footer-form:not([class*="mb-0"]),
  .site-footer .grimlock-section.stego-footer-form:not([class*="mb-0"]) {
    margin-bottom: -2vw !important;
  }
  .site-prefooter .grimlock-section.stego-footer-form .region__inner,
  .site-footer .grimlock-section.stego-footer-form .region__inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (max-width: 991.98px) {
  .site-prefooter .grimlock-section.stego-footer-form,
  .site-footer .grimlock-section.stego-footer-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.site-prefooter .region__inner {
  padding-top: 4%;
  padding-bottom: 1%;
}

@media (max-width: 767.98px) {
  .site-prefooter .region__col {
    text-align: center;
  }
}

.site-prefooter .menu-item {
  margin-bottom: 0.35rem;
}

.site-prefooter .menu-item > a {
  display: inline-block;
}

.site-footer {
  position: relative;
  font-size: 0.95em;
}

.site-footer .widget + .widget {
  padding-top: 2rem !important;
}

.site-footer[class*="pt-0"][class*="pb-0"] .region__inner {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}

@media (max-width: 991.98px) {
  .site-footer[class*="pt-0"][class*="pb-0"] .region__inner {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .site-footer .region__col .widget_custom_html {
    height: 100%;
  }
  .site-footer .region__col .widget_custom_html .custom-html-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .site-footer .region__col .widget_custom_html .custom-html-widget hr {
    width: 100%;
  }
}

.site-footer ul {
  margin-bottom: 0;
}

.site-footer .menu > .menu-item:not(:last-child) {
  margin-right: 15px;
}

.site-footer .textwidget ins {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  text-decoration: none;
}

.site-footer .textwidget a:not(:hover) {
  text-decoration: underline;
}

.site-footer .textwidget hr {
  opacity: 1;
  border-top-width: 3px;
  border-color: currentColor;
  margin: 0;
}

.site-footer .widget p:last-of-type {
  margin-bottom: 0;
}

.site-footer .widget:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.site-footer .widget:first-of-type {
  padding-top: 0;
}

@media (min-width: 768px) {
  .site-footer.region--4-8-cols-left-right .region__col--2 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .site-footer.region--4-8-cols-left-right .region__col--2 .widget + .widget {
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .site-footer.region--8-4-cols-left-right .region__col--1 {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
}

@media (min-width: 768px) {
  .site-footer.region--8-4-cols-left-right .region__col--2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

.site-footer .widget_nav_menu ul > li a {
  opacity: 1;
}

.site-info {
  color: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/
/**
 * Gutenberg
 *
 * New WP publishing experience.
 * https://wordpress.org/plugins/gutenberg/
 */
/**
 * Global Style
 */
[class*="wp-block-"].has-border {
  border: calc(var(--grimlock-archive-post-border-width) - 1px) solid var(--grimlock-table-striped-background-color);
  padding: 1rem;
}

[class*="wp-block-"].has-border-bottom {
  padding-bottom: 1rem;
  border-bottom: calc(var(--grimlock-archive-post-border-width) - 1px) solid var(--grimlock-table-striped-background-color);
}

.has-primary-background-color {
  background-color: #28282A !important;
}

a.has-primary-background-color:hover, a.has-primary-background-color:focus,
button.has-primary-background-color:hover,
button.has-primary-background-color:focus {
  background-color: #0f0f10 !important;
}

.has-secondary-background-color {
  background-color: #c7a17a !important;
}

a.has-secondary-background-color:hover, a.has-secondary-background-color:focus,
button.has-secondary-background-color:hover,
button.has-secondary-background-color:focus {
  background-color: #b88856 !important;
}

.has-success-background-color {
  background-color: #648551 !important;
}

a.has-success-background-color:hover, a.has-success-background-color:focus,
button.has-success-background-color:hover,
button.has-success-background-color:focus {
  background-color: #4c653e !important;
}

.has-info-background-color {
  background-color: #0788D9 !important;
}

a.has-info-background-color:hover, a.has-info-background-color:focus,
button.has-info-background-color:hover,
button.has-info-background-color:focus {
  background-color: #0569a8 !important;
}

.has-warning-background-color {
  background-color: #F2B705 !important;
}

a.has-warning-background-color:hover, a.has-warning-background-color:focus,
button.has-warning-background-color:hover,
button.has-warning-background-color:focus {
  background-color: #c09104 !important;
}

.has-danger-background-color {
  background-color: #BF0A3A !important;
}

a.has-danger-background-color:hover, a.has-danger-background-color:focus,
button.has-danger-background-color:hover,
button.has-danger-background-color:focus {
  background-color: #8f072b !important;
}

.has-light-background-color {
  background-color: #DCDCDA !important;
}

a.has-light-background-color:hover, a.has-light-background-color:focus,
button.has-light-background-color:hover,
button.has-light-background-color:focus {
  background-color: #c3c3c0 !important;
}

.has-dark-background-color {
  background-color: #0F0F10 !important;
}

a.has-dark-background-color:hover, a.has-dark-background-color:focus,
button.has-dark-background-color:hover,
button.has-dark-background-color:focus {
  background-color: black !important;
}

.has-medium-background-color {
  background-color: #747477 !important;
}

a.has-medium-background-color:hover, a.has-medium-background-color:focus,
button.has-medium-background-color:hover,
button.has-medium-background-color:focus {
  background-color: #5b5b5d !important;
}

.has-primary-color {
  color: #28282A !important;
}

a.has-primary-color:hover, a.has-primary-color:focus {
  color: #0f0f10 !important;
}

.has-secondary-color {
  color: #c7a17a !important;
}

a.has-secondary-color:hover, a.has-secondary-color:focus {
  color: #b88856 !important;
}

.has-success-color {
  color: #648551 !important;
}

a.has-success-color:hover, a.has-success-color:focus {
  color: #4c653e !important;
}

.has-info-color {
  color: #0788D9 !important;
}

a.has-info-color:hover, a.has-info-color:focus {
  color: #0569a8 !important;
}

.has-warning-color {
  color: #F2B705 !important;
}

a.has-warning-color:hover, a.has-warning-color:focus {
  color: #c09104 !important;
}

.has-danger-color {
  color: #BF0A3A !important;
}

a.has-danger-color:hover, a.has-danger-color:focus {
  color: #8f072b !important;
}

.has-light-color {
  color: #DCDCDA !important;
}

a.has-light-color:hover, a.has-light-color:focus {
  color: #c3c3c0 !important;
}

.has-dark-color {
  color: #0F0F10 !important;
}

a.has-dark-color:hover, a.has-dark-color:focus {
  color: black !important;
}

.has-medium-color {
  color: #747477 !important;
}

a.has-medium-color:hover, a.has-medium-color:focus {
  color: #5b5b5d !important;
}

.wp-block-embed {
  margin-bottom: 2.5rem;
}

.wp-block-cover-image {
  min-height: calc(550px - 5vw);
}

.wp-block-cover .wp-block-cover__inner-container p {
  line-height: 1;
}

.wp-block-image {
  position: relative;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.wp-block-image figure {
  position: relative;
}

.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(40, 40, 42, 0.7), rgba(40, 40, 42, 0.3) 70%, transparent);
  margin: 0;
}

.wp-block-image figcaption a {
  color: inherit !important;
}

.wp-block-image figcaption a:not(:hover) {
  opacity: 0.6;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-gallery {
  align-items: normal;
  padding: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  padding: 0 !important;
  margin-bottom: 16px !important;
}

.wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img {
  height: 100% !important;
}

.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 1.5rem;
}

.wp-block-blockgallery-masonry {
  margin-top: 7%;
  margin-bottom: 7%;
}

.wp-block-blockgallery-masonry .blockgallery--figure a {
  display: block;
}

.wp-block-blockgallery-masonry .blockgallery--figure img {
  min-width: 100%;
}

.wp-block-blockgallery-carousel {
  margin-top: 7%;
  margin-bottom: 7%;
}

.wp-block-blockgallery-carousel .flickity-button {
  padding: 15px;
  width: auto;
  height: auto;
  border-radius: 500px;
  background-color: rgba(0, 0, 0, 0.15);
}

.wp-block-blockgallery-carousel .flickity-button-icon {
  position: static;
  width: 18px;
  height: 18px;
}

.wp-block-blockgallery-carousel .flickity-button-icon path {
  fill: #FFFFFF;
}

.wp-block-blockgallery-carousel .flickity-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.blockgallery--caption {
  pointer-events: none;
}

.wp-block-preformatted {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none !important;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote {
  background: none;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote:not(.has-text-color) {
  color: inherit;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  background: none;
  border: none;
}

.wp-block-pullquote.is-style-solid-color:not([class*="-background-color"]) blockquote {
  background-color: #c7a17a;
}

.wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom-width: 4px;
  font-size: 2rem;
}

.wp-block-pullquote blockquote:before {
  color: inherit !important;
}

.wp-block-pullquote blockquote cite {
  display: block;
  opacity: 0.5 !important;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 0.9em !important;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.wp-block-pullquote.alignfull blockquote, .wp-block-pullquote.alignwide blockquote {
  padding: 3rem;
}

.wp-block-pullquote.alignfull blockquote:before,
.wp-block-pullquote.alignfull blockquote > p,
.wp-block-pullquote.alignfull blockquote cite, .wp-block-pullquote.alignwide blockquote:before,
.wp-block-pullquote.alignwide blockquote > p,
.wp-block-pullquote.alignwide blockquote cite {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-pullquote.alignright blockquote, .wp-block-pullquote.alignleft blockquote {
  margin: 0;
}

blockquote.wp-block-quote {
  text-align: left;
  padding: 4rem 2rem;
  font-size: 1rem;
}

blockquote.wp-block-quote cite, blockquote.wp-block-quote footer, blockquote.wp-block-quote .wp-block-quote__citation {
  color: inherit;
  opacity: 0.5 !important;
  text-align: inherit !important;
}

blockquote.wp-block-quote.is-style-large, blockquote.wp-block-quote.is-large {
  padding: 3rem;
  text-align: center;
  margin: 1.875rem 0;
}

blockquote.wp-block-quote.is-style-large:before, blockquote.wp-block-quote.is-large:before {
  font-size: 2.6rem;
}

blockquote.wp-block-quote.has-text-align-right {
  text-align: right;
}

blockquote.wp-block-quote cite {
  margin-top: 15px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7em !important;
  letter-spacing: 2px;
}

blockquote.wp-block-quote cite:before {
  content: "\2014";
  display: inline-block;
  margin-right: 2px;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
  text-align: left !important;
  list-style: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 2rem;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li {
  padding: 1rem !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
  border-radius: var(--grimlock-archive-post-border-radius);
  border: 0;
  background-color: var(--grimlock-table-striped-background-color);
  color: inherit;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives li a {
  font-weight: 600;
  line-height: 1.2em !important;
  display: block;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  color: inherit !important;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
  color: var(--grimlock-archive-post-link-hover-color) !important;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-categories .wp-block-latest-posts__post-date,
.wp-block-archives .wp-block-latest-posts__post-date {
  color: inherit;
  opacity: 0.7;
}

.wp-block-categories.wp-block-categories-list > li,
.wp-block-archives.wp-block-archives-list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-categories.wp-block-categories-list > li a,
.wp-block-archives.wp-block-archives-list > li a {
  margin-bottom: 0;
  margin-right: auto;
}

.wp-block-categories.wp-block-categories-list > li .children,
.wp-block-archives.wp-block-archives-list > li .children {
  padding-left: 0;
  list-style: none;
  display: flex;
  font-size: 0.9em;
  flex-wrap: wrap;
}

.wp-block-categories.wp-block-categories-list > li .children > li:not(:last-child):after,
.wp-block-archives.wp-block-archives-list > li .children > li:not(:last-child):after {
  content: ', ';
  margin-right: 0.5rem;
  margin-left: -2px;
}

.wp-block-categories.wp-block-categories-list > li .children .children,
.wp-block-archives.wp-block-archives-list > li .children .children {
  display: none;
}

.wp-block-categories.wp-block-categories-list > li .children a,
.wp-block-archives.wp-block-archives-list > li .children a {
  opacity: 0.8;
  color: inherit !important;
}

.wp-block-archives.wp-block-archives-dropdown {
  margin-bottom: 2rem;
}

.wp-block-embed {
  padding: 2rem;
  margin-bottom: 2rem;
  background: #efe9e0;
}

.wp-block-embed:not(.alignfull):not(.alignwide) {
  border-radius: 0;
}

.wp-block-embed .wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.wp-block-embed figcaption {
  margin-bottom: 0;
  color: inherit;
  font-style: italic;
  margin-top: 0.8rem;
}

.wp-block-separator {
  opacity: 1;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top-width: 3px !important;
}

.wp-block-separator:not(.has-background):not(.has-text-color), .wp-block-separator[style*="color"] {
  border-top-color: currentColor;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-separator.is-style-dots {
  opacity: 1;
}

.wp-block-separator.is-style-dots:before {
  color: currentColor;
  letter-spacing: 1em;
  padding-left: 1em;
  font-family: serif;
  font-size: 2em;
}

.entry-content ol {
  max-width: 800px;
  counter-reset: parent-counter;
  list-style: none;
  padding-left: 2.5rem !important;
}

.entry-content ol > li {
  counter-increment: parent-counter;
  position: relative;
  cursor: default;
  padding-top: 4px;
  padding-bottom: 4px;
}

.entry-content ol > li:before {
  content: counter(parent-counter);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: calc(-1 * 24px - 12px);
  line-height: 24px;
  width: 24px;
  height: 24px;
  top: .3em;
  background: #28282A;
  border-radius: 10rem;
  text-align: center;
}

.entry-content ol > li ol {
  counter-reset: child-counter;
}

.entry-content ol > li ol > li {
  counter-increment: child-counter;
}

.entry-content ol > li ol > li:before {
  content: counter(child-counter);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: calc(-1 * 20px - 8px);
  line-height: 20px;
  width: 20px;
  height: 20px;
  top: 10px;
  background: #4d4d51;
  border-radius: 10rem;
  text-align: center;
}

.wp-block-calendar table.wp-calendar-table th,
.wp-block-calendar table.wp-calendar-table td {
  background: #F4F0EA;
  border-color: #747477;
}

.wp-block-calendar table.wp-calendar-table th {
  background: #F4F0EA;
}

.wp-block-calendar table.wp-calendar-table tbody {
  color: #414143;
}

.wp-block-calendar table.wp-calendar-table caption {
  color: #1b1b1c;
}

.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.wp-block-calendar .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav-next {
  display: inline-flex;
}

.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a {
  font-size: 0.9375rem;
  color: #28282A;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.wp-block-calendar .wp-calendar-nav-prev a:hover,
.wp-block-calendar .wp-calendar-nav-next a:hover {
  color: #FFFFFF;
  background-color: #4d4d51;
}

.wp-block-file a.wp-block-file__button {
  background: #28282A;
}

.wp-block-file a.wp-block-file__button:hover {
  background: #4d4d51;
}

@media (max-width: 575.98px) {
  .wp-block-search .wp-block-search__input {
    margin-bottom: 0.5rem;
  }
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .wp-block-search .wp-block-search__button {
    width: 100%;
  }
}

.post-template-single-full-width #custom_header {
  display: none;
}

.post-template-single-full-width .site-content .region__container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.post-template-single-full-width .site-content .region__container > .region__row {
  margin: 0;
}

.post-template-single-full-width .site-content .region__container > .region__row > .region__col {
  padding: 0;
}

.blockgallery.is-cropped .blockgallery--item a,
.blockgallery.is-cropped .blockgallery--item img,
.blockgallery.is-cropped .blockgallery--item-thumbnail a,
.blockgallery.is-cropped .blockgallery--item-thumbnail img {
  height: 100% !important;
}

.wp-block-group.card {
  padding: 1.1rem;
}

@media (min-width: 768px) {
  .wp-block-group.card {
    padding: 2rem;
  }
}

.wp-block-group.stego-block-quick-schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.wp-block-group.stego-block-quick-schedule.has-background {
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 2rem;
}

@media (min-width: 992px) {
  .wp-block-group.stego-block-quick-schedule.has-background {
    padding: 3vw;
  }
}

.wp-block-group.stego-block-quick-schedule.has-background:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(var(--grimlock-archive-post-border-width) / 2);
  background-color: currentColor;
  opacity: .06;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.wp-block-group.stego-block-quick-schedule.has-background:not(.alignfull) {
  border-radius: var(--grimlock-archive-post-border-radius);
  margin-top: 1rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  .wp-block-group.stego-block-quick-schedule.has-background:not(.alignfull) {
    min-height: 200px;
    position: relative;
    margin-top: -3vw;
    margin-bottom: 0;
    z-index: 2;
  }
}

.wp-block-group.stego-block-quick-schedule.has-text-color a:not([class]), .wp-block-group.stego-block-quick-schedule.has-background a:not([class]) {
  color: inherit;
}

.wp-block-group.stego-block-quick-schedule.has-text-color a:not([class]):hover, .wp-block-group.stego-block-quick-schedule.has-background a:not([class]):hover {
  text-decoration: underline;
}

.wp-block-group.stego-block-quick-schedule .wp-block-group__inner-container {
  width: 100%;
}

@media (min-width: 992px) {
  .wp-block-group.stego-block-quick-schedule .wp-block-columns {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .wp-block-group.stego-block-quick-schedule .wp-block-columns {
    flex-wrap: wrap;
  }
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column {
  margin-top: 1rem;
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .aligncenter {
    text-align: inherit;
  }
}

@media (max-width: 767.98px) {
  .wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
    flex-basis: 100% !important;
    text-align: center;
  }
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column [class*="has-h"] {
  margin-bottom: .5rem;
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded {
  width: 80px;
  height: 80px;
  background-color: currentColor;
  border-radius: 500px;
  padding: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 0 0 currentColor;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 992px) {
  .wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded {
    margin-right: 0;
  }
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded > * {
  margin: 0;
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded img {
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded:hover {
  box-shadow: 0 0 0 8px currentColor;
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-image + [class*="has-h"] {
  margin-top: .75rem;
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column .wp-block-buttons {
  margin: 0;
}

@media (min-width: 576px) and (max-width: 781px) {
  .wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column.stego-block-quick-schedule__button--full {
    flex: 1 100% !important;
  }
}

.wp-block-group.stego-block-quick-schedule .wp-block-columns .wp-block-column.stego-block-quick-schedule__button--full .wp-block-button__link {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .wp-block-group.stego-block-quick-schedule + .grimlock-section.grimlock-section--decorated > .region__inner:after {
    top: -11%;
    height: calc(100% + 11%);
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.wp-block-column-price {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.wp-block-column-price .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
}

.wp-block-embed-instagram,
.wp-block-embed-twitter,
.wp-block-embed-facebook {
  background: #efe9e0;
  padding: 2rem;
  margin: 4% auto;
  width: auto;
  text-align: center;
  position: relative;
}

.wp-block-embed-instagram .wp-block-embed__wrapper,
.wp-block-embed-twitter .wp-block-embed__wrapper,
.wp-block-embed-facebook .wp-block-embed__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  text-align: center;
}

.wp-block-embed-instagram iframe,
.wp-block-embed-twitter iframe,
.wp-block-embed-facebook iframe {
  display: inline-block !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
}

.wp-block-embed-instagram figcaption,
.wp-block-embed-twitter figcaption,
.wp-block-embed-facebook figcaption {
  color: inherit;
  margin-bottom: 0;
}

.background-image-position-center-top {
  background-position: center top !important;
}

.has-dh-1-font-size {
  font-size: clamp(calc(var(--grimlock-display-heading1-font-size) / 1.85), 3vw, var(--grimlock-display-heading1-font-size));
}

/**
 * Alerts
 *
 * Alerts messages & notifications
 */
.alert a, .must-log-in a, .no-comments a, .wpcf7-response-output a, .mc4wp-alert a, body .gform_wrapper div.validation_error a {
  text-decoration: underline;
  color: inherit !important;
  opacity: 0.7;
}

.alert a:hover, .must-log-in a:hover, .no-comments a:hover, .wpcf7-response-output a:hover, .mc4wp-alert a:hover, body .gform_wrapper div.validation_error a:hover, .alert a:active, .must-log-in a:active, .no-comments a:active, .wpcf7-response-output a:active, .mc4wp-alert a:active, body .gform_wrapper div.validation_error a:active, .alert a:focus, .must-log-in a:focus, .no-comments a:focus, .wpcf7-response-output a:focus, .mc4wp-alert a:focus, body .gform_wrapper div.validation_error a:focus {
  opacity: 1;
}

.alert-primary {
  color: #FFFFFF;
  background-color: #28282a;
  border-color: #242426;
}

.alert-primary hr {
  border-top-color: #181819;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #FFFFFF;
  background-color: #c7a17a;
  border-color: #876e53;
}

.alert-secondary hr {
  border-top-color: #776149;
}

.alert-secondary .alert-link {
  color: #473a2c;
}

.alert-success, .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7-response-output.mc4wp-success,
.mc4wp-alert.wpcf7-mail-sent-ok,
.mc4wp-alert.mc4wp-success {
  color: #FFFFFF;
  background-color: #648551;
  border-color: #48603b;
}

.alert-success hr, .wpcf7-response-output.wpcf7-mail-sent-ok hr, .wpcf7-response-output.mc4wp-success hr, .mc4wp-alert.wpcf7-mail-sent-ok hr, .mc4wp-alert.mc4wp-success hr {
  border-top-color: #3c5031;
}

.alert-success .alert-link, .wpcf7-response-output.wpcf7-mail-sent-ok .alert-link, .wpcf7-response-output.mc4wp-success .alert-link, .mc4wp-alert.wpcf7-mail-sent-ok .alert-link, .mc4wp-alert.mc4wp-success .alert-link {
  color: #1c2517;
}

.alert-info, .must-log-in {
  color: #FFFFFF;
  background-color: #0788d9;
  border-color: #05629b;
}

.alert-info hr, .must-log-in hr {
  border-top-color: #045282;
}

.alert-info .alert-link, .must-log-in .alert-link {
  color: #022840;
}

.alert-warning, .wpcf7-response-output.mc4wp-notice,
.mc4wp-alert.mc4wp-notice {
  color: #FFFFFF;
  background-color: #f2b705;
  border-color: #aa8104;
}

.alert-warning hr, .wpcf7-response-output.mc4wp-notice hr, .mc4wp-alert.mc4wp-notice hr {
  border-top-color: #916e03;
}

.alert-warning .alert-link, .wpcf7-response-output.mc4wp-notice .alert-link, .mc4wp-alert.mc4wp-notice .alert-link {
  color: #4c3902;
}

.alert-danger, .no-comments, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.mc4wp-error,
.mc4wp-alert.wpcf7-validation-errors,
.mc4wp-alert.mc4wp-error, body .gform_wrapper div.validation_error {
  color: #FFFFFF;
  background-color: #bf0a3a;
  border-color: #8b072a;
}

.alert-danger hr, .no-comments hr, .wpcf7-response-output.wpcf7-validation-errors hr, .wpcf7-response-output.mc4wp-error hr, .mc4wp-alert.wpcf7-validation-errors hr, .mc4wp-alert.mc4wp-error hr, body .gform_wrapper div.validation_error hr {
  border-top-color: #730623;
}

.alert-danger .alert-link, .no-comments .alert-link, .wpcf7-response-output.wpcf7-validation-errors .alert-link, .wpcf7-response-output.mc4wp-error .alert-link, .mc4wp-alert.wpcf7-validation-errors .alert-link, .mc4wp-alert.mc4wp-error .alert-link, body .gform_wrapper div.validation_error .alert-link {
  color: #32030f;
}

.alert-light {
  color: #FFFFFF;
  background-color: #dcdcda;
  border-color: #919190;
}

.alert-light hr {
  border-top-color: #848483;
}

.alert-light .alert-link {
  color: #585858;
}

.alert-dark {
  color: #FFFFFF;
  background-color: #0f0f10;
  border-color: #151517;
}

.alert-dark hr {
  border-top-color: #09090a;
}

.alert-dark .alert-link {
  color: black;
}

.alert-medium {
  color: #FFFFFF;
  background-color: #747477;
  border-color: #535354;
}

.alert-medium hr {
  border-top-color: #464647;
}

.alert-medium .alert-link {
  color: #232324;
}

/**
 * Archive
 *
 * Posts archive styles.
 */
/* Custom header display */
.blog.grimlock--custom_header-displayed .site-main > header.grimlock--page-header,
.archive.grimlock--custom_header-displayed .site-main > header.grimlock--page-header,
.search-results.grimlock--custom_header-displayed .site-main > header.grimlock--page-header {
  display: none;
}

.blog.grimlock--custom_header-displayed .site-main > article > .entry-header,
.archive.grimlock--custom_header-displayed .site-main > article > .entry-header,
.search-results.grimlock--custom_header-displayed .site-main > article > .entry-header {
  display: none;
}

.blog.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > .grimlock--page-header,
.archive.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > .grimlock--page-header,
.search-results.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > .grimlock--page-header {
  display: none;
}

.site-main > .page-header,
.page .site-main > [id^="post-"] > header,
.site-main > .woocommerce-products-header {
  position: relative;
}

.site-main > .page-header .archive-description,
.site-main > .page-header .term-description,
.site-main > .page-header .tag-description,
.page .site-main > [id^="post-"] > header .archive-description,
.page .site-main > [id^="post-"] > header .term-description,
.page .site-main > [id^="post-"] > header .tag-description,
.site-main > .woocommerce-products-header .archive-description,
.site-main > .woocommerce-products-header .term-description,
.site-main > .woocommerce-products-header .tag-description {
  opacity: 0.8;
  font-size: 0.95em;
}

.site-main > .page-header .archive-description p:last-of-type,
.site-main > .page-header .term-description p:last-of-type,
.site-main > .page-header .tag-description p:last-of-type,
.page .site-main > [id^="post-"] > header .archive-description p:last-of-type,
.page .site-main > [id^="post-"] > header .term-description p:last-of-type,
.page .site-main > [id^="post-"] > header .tag-description p:last-of-type,
.site-main > .woocommerce-products-header .archive-description p:last-of-type,
.site-main > .woocommerce-products-header .term-description p:last-of-type,
.site-main > .woocommerce-products-header .tag-description p:last-of-type {
  margin-bottom: 0;
}

.site-main > .page-header span:not(.vcard),
.page .site-main > [id^="post-"] > header span:not(.vcard),
.site-main > .woocommerce-products-header span:not(.vcard) {
  font-style: italic;
  text-decoration: underline;
}

.page-header-author .row, .page-header-author .region__row, .page-header-author .blog-posts,
.page-header-author .archive-posts,
.page-header-author div.grimlock-query-section__posts,
.page-header-author .terms,
.page-header-author .search-posts, .page-header-author .blog-posts.posts--12-cols-lateral [id^="post-"] .card, .blog-posts.posts--12-cols-lateral [id^="post-"] .page-header-author .card, .page-header-author .blog-posts.posts--12-cols-lateral-reverse [id^="post-"] .card, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"] .page-header-author .card, .page-header-author .blog-posts.posts--6-6-cols-lateral [id^="post-"] .card, .blog-posts.posts--6-6-cols-lateral [id^="post-"] .page-header-author .card, .page-header-author .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author .archive-posts.posts--12-cols-lateral [id^="post-"] .card, .archive-posts.posts--12-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author .archive-posts.posts--12-cols-lateral-reverse [id^="post-"] .card, .archive-posts.posts--12-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author .archive-posts.posts--6-6-cols-lateral [id^="post-"] .card, .archive-posts.posts--6-6-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card, .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"] .card, div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"] .card, div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"] .card, div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card, div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author .terms.posts--12-cols-lateral [id^="post-"] .card, .terms.posts--12-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author .terms.posts--12-cols-lateral-reverse [id^="post-"] .card, .terms.posts--12-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author .terms.posts--6-6-cols-lateral [id^="post-"] .card, .terms.posts--6-6-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author .terms.posts--6-6-cols-lateral-reverse [id^="post-"] .card, .terms.posts--6-6-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author .search-posts.posts--12-cols-lateral [id^="post-"] .card, .search-posts.posts--12-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author .search-posts.posts--12-cols-lateral-reverse [id^="post-"] .card, .search-posts.posts--12-cols-lateral-reverse [id^="post-"] .page-header-author .card,
.page-header-author .search-posts.posts--6-6-cols-lateral [id^="post-"] .card, .search-posts.posts--6-6-cols-lateral [id^="post-"] .page-header-author .card,
.page-header-author .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card, .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .page-header-author .card, .page-header-author #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .page-header-author .product_list_widget,
.page-header-author #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget, #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .page-header-author .product_list_widget,
.page-header-author #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget, #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .page-header-author .product_list_widget {
  align-items: center;
  justify-content: flex-start !important;
}

.page-header-author img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  border: 6px solid var(--grimlock-archive-post-background-color);
  box-shadow: 0 0 15px var(--grimlock-archive-post-box-shadow-color);
}

@media (min-width: 768px) {
  .page-header-author .page-header-author__text {
    max-width: 50%;
  }
}

.page-header-author .page-header-author__text .archive-description {
  font-size: 0.85em;
}

.page-header-author .page-header-author__avatar {
  max-width: 120px;
}

/* Posts Filters */
.grimlock--posts-filters-displayed .posts-filters {
  padding-bottom: calc( 30px + ( 30px / 2 ));
}

body:not(.blog) .grimlock--posts-filters-displayed .posts-filters {
  display: none;
  padding-bottom: 0;
}

.grimlock--posts-filters-displayed .posts-filters__title {
  display: none;
}

.grimlock--posts-filters-displayed .posts-filters .posts-filters__child {
  width: auto !important;
  display: block !important;
}

.grimlock--posts-filters-displayed .posts-filters .posts-filters__child + .posts-filters__child {
  margin-top: 1rem;
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 768px) {
  .grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav {
    display: inline-flex;
  }
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav:empty {
  display: none;
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link {
  background-color: transparent !important;
  border-radius: 0 !important;
  position: relative;
  color: inherit;
  opacity: 0.7;
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link:after {
  content: '';
  display: block;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link:after {
    transition: none;
  }
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link:hover {
  opacity: 1;
  color: inherit;
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link:hover:after {
  opacity: 1;
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link.active {
  color: var(--grimlock-button-primary-color) !important;
  background-color: var(--grimlock-archive-post-link-hover-color) !important;
  opacity: 1;
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link.active:after {
  background-color: var(--grimlock-button-primary-background-color);
  opacity: 1;
}

.grimlock--posts-filters-displayed .posts-filters ul.posts-filter.nav a.nav-link.active:hover:after {
  background-color: var(--grimlock-button-primary-hover-background-color);
}

.grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown-toggle {
  height: 100%;
  min-width: 45px;
  min-height: calc( 36px + 1px);
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 45px;
  background: none;
  border-radius: 0;
  border: 0 !important;
  z-index: 9;
}

.grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown-toggle i,
.grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown-toggle span {
  pointer-events: none;
}

.grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown-toggle span {
  display: none;
}

.grimlock--posts-filters-displayed .posts-filters .priority-nav__wrapper[aria-haspopup="false"] {
  display: none;
}

@media (max-width: 767.98px) {
  .grimlock--posts-filters-displayed .posts-filters .priority-nav__wrapper {
    width: 100%;
  }
  .grimlock--posts-filters-displayed .posts-filters .priority-nav__wrapper button {
    width: 100%;
    justify-content: normal;
    padding-left: 15px;
  }
  .grimlock--posts-filters-displayed .posts-filters .priority-nav__wrapper button:after {
    content: "\eb1e";
    display: inline-block;
    vertical-align: middle;
    font-family: 'stego';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    transform: translate3d(0, -50%, 0);
  }
}

.grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown {
  margin: 0;
  padding: 1rem;
  list-style: none;
  background: #FFFFFF;
  color: #28282A;
  z-index: 999;
  right: 0;
  box-shadow: 0 0.2rem 2rem rgba(20, 0, 0, 0.1);
  opacity: 0;
  max-height: 300px;
  max-width: 300px;
  overflow-y: auto;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown {
    width: 100%;
  }
}

.grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown.show {
  opacity: 1;
}

.grimlock--posts-filters-displayed .posts-filters .priority-nav__dropdown .nav-link.active {
  border-left: 2px solid #c7a17a;
}

.grimlock--posts-filters-displayed .posts-filters .posts-filters__child--category .priority_menu_label_categories {
  display: inline-block;
}

.grimlock--posts-filters-displayed .posts-filters .posts-filters__child--post_tag .priority_menu_label_tags {
  display: inline-block;
}

.grimlock--posts-filters-displayed .posts-filters .posts-filters__child--post_format .priority_menu_label_formats {
  display: inline-block;
}

.search .grimlock--posts-filters-displayed .posts-filters {
  padding-bottom: 0;
}

.posts-filters__child:not([instance]) {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Posts Archives */
.search-posts .addtoany_content {
  display: none !important;
}

.blog-posts [id^="post-"] .card,
.blog-posts [id^="term-"] .card,
.archive-posts [id^="post-"] .card,
.archive-posts [id^="term-"] .card,
div.grimlock-query-section__posts [id^="post-"] .card,
div.grimlock-query-section__posts [id^="term-"] .card,
.terms [id^="post-"] .card,
.terms [id^="term-"] .card,
.search-posts [id^="post-"] .card,
.search-posts [id^="term-"] .card {
  height: 100%;
  margin-bottom: 0;
}

.blog-posts [id^="post-"] .card-media,
.blog-posts [id^="term-"] .card-media,
.archive-posts [id^="post-"] .card-media,
.archive-posts [id^="term-"] .card-media,
div.grimlock-query-section__posts [id^="post-"] .card-media,
div.grimlock-query-section__posts [id^="term-"] .card-media,
.terms [id^="post-"] .card-media,
.terms [id^="term-"] .card-media,
.search-posts [id^="post-"] .card-media,
.search-posts [id^="term-"] .card-media {
  width: 100%;
}

.blog-posts [id^="post-"] .card-media img,
.blog-posts [id^="term-"] .card-media img,
.archive-posts [id^="post-"] .card-media img,
.archive-posts [id^="term-"] .card-media img,
div.grimlock-query-section__posts [id^="post-"] .card-media img,
div.grimlock-query-section__posts [id^="term-"] .card-media img,
.terms [id^="post-"] .card-media img,
.terms [id^="term-"] .card-media img,
.search-posts [id^="post-"] .card-media img,
.search-posts [id^="term-"] .card-media img {
  width: 100%;
}

.blog-posts [id^="post-"] .card-media .gallery,
.blog-posts [id^="term-"] .card-media .gallery,
.archive-posts [id^="post-"] .card-media .gallery,
.archive-posts [id^="term-"] .card-media .gallery,
div.grimlock-query-section__posts [id^="post-"] .card-media .gallery,
div.grimlock-query-section__posts [id^="term-"] .card-media .gallery,
.terms [id^="post-"] .card-media .gallery,
.terms [id^="term-"] .card-media .gallery,
.search-posts [id^="post-"] .card-media .gallery,
.search-posts [id^="term-"] .card-media .gallery {
  width: 100%;
}

.blog-posts [id^="post-"] .posted-on + .cat-links:before,
.blog-posts [id^="term-"] .posted-on + .cat-links:before,
.archive-posts [id^="post-"] .posted-on + .cat-links:before,
.archive-posts [id^="term-"] .posted-on + .cat-links:before,
div.grimlock-query-section__posts [id^="post-"] .posted-on + .cat-links:before,
div.grimlock-query-section__posts [id^="term-"] .posted-on + .cat-links:before,
.terms [id^="post-"] .posted-on + .cat-links:before,
.terms [id^="term-"] .posted-on + .cat-links:before,
.search-posts [id^="post-"] .posted-on + .cat-links:before,
.search-posts [id^="term-"] .posted-on + .cat-links:before {
  content: "\2022";
  display: inline-block;
  padding-left: 4px;
  padding-right: 7px;
  opacity: 0.4;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.blog-posts [id^="post-"] .cat-links a + a:before,
.blog-posts [id^="term-"] .cat-links a + a:before,
.archive-posts [id^="post-"] .cat-links a + a:before,
.archive-posts [id^="term-"] .cat-links a + a:before,
div.grimlock-query-section__posts [id^="post-"] .cat-links a + a:before,
div.grimlock-query-section__posts [id^="term-"] .cat-links a + a:before,
.terms [id^="post-"] .cat-links a + a:before,
.terms [id^="term-"] .cat-links a + a:before,
.search-posts [id^="post-"] .cat-links a + a:before,
.search-posts [id^="term-"] .cat-links a + a:before {
  pointer-events: none;
  content: '';
}

.blog-posts [id^="post-"] .byline span,
.blog-posts [id^="term-"] .byline span,
.archive-posts [id^="post-"] .byline span,
.archive-posts [id^="term-"] .byline span,
div.grimlock-query-section__posts [id^="post-"] .byline span,
div.grimlock-query-section__posts [id^="term-"] .byline span,
.terms [id^="post-"] .byline span,
.terms [id^="term-"] .byline span,
.search-posts [id^="post-"] .byline span,
.search-posts [id^="term-"] .byline span {
  display: inline-block;
}

.blog-posts [id^="post-"] .entry-content p,
.blog-posts [id^="term-"] .entry-content p,
.archive-posts [id^="post-"] .entry-content p,
.archive-posts [id^="term-"] .entry-content p,
div.grimlock-query-section__posts [id^="post-"] .entry-content p,
div.grimlock-query-section__posts [id^="term-"] .entry-content p,
.terms [id^="post-"] .entry-content p,
.terms [id^="term-"] .entry-content p,
.search-posts [id^="post-"] .entry-content p,
.search-posts [id^="term-"] .entry-content p {
  word-wrap: break-word;
}

.blog-posts [id^="post-"].format-aside h2.entry-title,
.blog-posts [id^="term-"].format-aside h2.entry-title,
.archive-posts [id^="post-"].format-aside h2.entry-title,
.archive-posts [id^="term-"].format-aside h2.entry-title,
div.grimlock-query-section__posts [id^="post-"].format-aside h2.entry-title,
div.grimlock-query-section__posts [id^="term-"].format-aside h2.entry-title,
.terms [id^="post-"].format-aside h2.entry-title,
.terms [id^="term-"].format-aside h2.entry-title,
.search-posts [id^="post-"].format-aside h2.entry-title,
.search-posts [id^="term-"].format-aside h2.entry-title {
  display: none;
}

.blog-posts [id^="post-"].format-image .card-media > p,
.blog-posts [id^="term-"].format-image .card-media > p,
.archive-posts [id^="post-"].format-image .card-media > p,
.archive-posts [id^="term-"].format-image .card-media > p,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media > p,
div.grimlock-query-section__posts [id^="term-"].format-image .card-media > p,
.terms [id^="post-"].format-image .card-media > p,
.terms [id^="term-"].format-image .card-media > p,
.search-posts [id^="post-"].format-image .card-media > p,
.search-posts [id^="term-"].format-image .card-media > p {
  font-size: 0;
  color: transparent;
}

.blog-posts [id^="post-"].format-image .card-media > p,
.blog-posts [id^="post-"].format-image .card-media figure,
.blog-posts [id^="post-"].format-image .card-media img,
.blog-posts [id^="term-"].format-image .card-media > p,
.blog-posts [id^="term-"].format-image .card-media figure,
.blog-posts [id^="term-"].format-image .card-media img,
.archive-posts [id^="post-"].format-image .card-media > p,
.archive-posts [id^="post-"].format-image .card-media figure,
.archive-posts [id^="post-"].format-image .card-media img,
.archive-posts [id^="term-"].format-image .card-media > p,
.archive-posts [id^="term-"].format-image .card-media figure,
.archive-posts [id^="term-"].format-image .card-media img,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media > p,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media figure,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media img,
div.grimlock-query-section__posts [id^="term-"].format-image .card-media > p,
div.grimlock-query-section__posts [id^="term-"].format-image .card-media figure,
div.grimlock-query-section__posts [id^="term-"].format-image .card-media img,
.terms [id^="post-"].format-image .card-media > p,
.terms [id^="post-"].format-image .card-media figure,
.terms [id^="post-"].format-image .card-media img,
.terms [id^="term-"].format-image .card-media > p,
.terms [id^="term-"].format-image .card-media figure,
.terms [id^="term-"].format-image .card-media img,
.search-posts [id^="post-"].format-image .card-media > p,
.search-posts [id^="post-"].format-image .card-media figure,
.search-posts [id^="post-"].format-image .card-media img,
.search-posts [id^="term-"].format-image .card-media > p,
.search-posts [id^="term-"].format-image .card-media figure,
.search-posts [id^="term-"].format-image .card-media img {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-image .card-media figcaption,
.blog-posts [id^="post-"].format-image .card-media > dl,
.blog-posts [id^="term-"].format-image .card-media figcaption,
.blog-posts [id^="term-"].format-image .card-media > dl,
.archive-posts [id^="post-"].format-image .card-media figcaption,
.archive-posts [id^="post-"].format-image .card-media > dl,
.archive-posts [id^="term-"].format-image .card-media figcaption,
.archive-posts [id^="term-"].format-image .card-media > dl,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media figcaption,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media > dl,
div.grimlock-query-section__posts [id^="term-"].format-image .card-media figcaption,
div.grimlock-query-section__posts [id^="term-"].format-image .card-media > dl,
.terms [id^="post-"].format-image .card-media figcaption,
.terms [id^="post-"].format-image .card-media > dl,
.terms [id^="term-"].format-image .card-media figcaption,
.terms [id^="term-"].format-image .card-media > dl,
.search-posts [id^="post-"].format-image .card-media figcaption,
.search-posts [id^="post-"].format-image .card-media > dl,
.search-posts [id^="term-"].format-image .card-media figcaption,
.search-posts [id^="term-"].format-image .card-media > dl {
  display: none;
}

.blog-posts [id^="post-"].format-image .card-media .wp-caption .wp-caption-text,
.blog-posts [id^="term-"].format-image .card-media .wp-caption .wp-caption-text,
.archive-posts [id^="post-"].format-image .card-media .wp-caption .wp-caption-text,
.archive-posts [id^="term-"].format-image .card-media .wp-caption .wp-caption-text,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media .wp-caption .wp-caption-text,
div.grimlock-query-section__posts [id^="term-"].format-image .card-media .wp-caption .wp-caption-text,
.terms [id^="post-"].format-image .card-media .wp-caption .wp-caption-text,
.terms [id^="term-"].format-image .card-media .wp-caption .wp-caption-text,
.search-posts [id^="post-"].format-image .card-media .wp-caption .wp-caption-text,
.search-posts [id^="term-"].format-image .card-media .wp-caption .wp-caption-text {
  margin: 0;
  padding: 20px 20px;
}

.blog-posts [id^="post-"].format-image .entry-content,
.blog-posts [id^="term-"].format-image .entry-content,
.archive-posts [id^="post-"].format-image .entry-content,
.archive-posts [id^="term-"].format-image .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-image .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-image .entry-content,
.terms [id^="post-"].format-image .entry-content,
.terms [id^="term-"].format-image .entry-content,
.search-posts [id^="post-"].format-image .entry-content,
.search-posts [id^="term-"].format-image .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media p,
.blog-posts [id^="term-"].format-gallery .card-media p,
.archive-posts [id^="post-"].format-gallery .card-media p,
.archive-posts [id^="term-"].format-gallery .card-media p,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media p,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media p,
.terms [id^="post-"].format-gallery .card-media p,
.terms [id^="term-"].format-gallery .card-media p,
.search-posts [id^="post-"].format-gallery .card-media p,
.search-posts [id^="term-"].format-gallery .card-media p {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media > div,
.blog-posts [id^="term-"].format-gallery .card-media > div,
.archive-posts [id^="post-"].format-gallery .card-media > div,
.archive-posts [id^="term-"].format-gallery .card-media > div,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media > div,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media > div,
.terms [id^="post-"].format-gallery .card-media > div,
.terms [id^="term-"].format-gallery .card-media > div,
.search-posts [id^="post-"].format-gallery .card-media > div,
.search-posts [id^="term-"].format-gallery .card-media > div {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
.blog-posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row,
.archive-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
.archive-posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row,
.terms [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
.terms [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row,
.search-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
.search-posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
.blog-posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
.archive-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
.archive-posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
.terms [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
.terms [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
.search-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3),
.search-posts [id^="term-"].format-gallery .card-media .tiled-gallery .gallery-row:nth-child(n+3) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.blog-posts [id^="term-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.archive-posts [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.archive-posts [id^="term-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.terms [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.terms [id^="term-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.search-posts [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.search-posts [id^="term-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption {
  display: none !important;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery .gallery-item {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item, .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item {
  max-width: 50% !important;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5), .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item, .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item, .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item, .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item, .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item, .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item, .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item,
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item {
  max-width: 33.333333% !important;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .card-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
.blog-posts [id^="term-"].format-gallery .card-media .gallery .gallery-caption,
.archive-posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
.archive-posts [id^="term-"].format-gallery .card-media .gallery .gallery-caption,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
div.grimlock-query-section__posts [id^="term-"].format-gallery .card-media .gallery .gallery-caption,
.terms [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
.terms [id^="term-"].format-gallery .card-media .gallery .gallery-caption,
.search-posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
.search-posts [id^="term-"].format-gallery .card-media .gallery .gallery-caption {
  display: none !important;
}

.blog-posts [id^="post-"].format-link, .blog-posts [id^="post-"].format-quote,
.blog-posts [id^="term-"].format-link,
.blog-posts [id^="term-"].format-quote,
.archive-posts [id^="post-"].format-link,
.archive-posts [id^="post-"].format-quote,
.archive-posts [id^="term-"].format-link,
.archive-posts [id^="term-"].format-quote,
div.grimlock-query-section__posts [id^="post-"].format-link,
div.grimlock-query-section__posts [id^="post-"].format-quote,
div.grimlock-query-section__posts [id^="term-"].format-link,
div.grimlock-query-section__posts [id^="term-"].format-quote,
.terms [id^="post-"].format-link,
.terms [id^="post-"].format-quote,
.terms [id^="term-"].format-link,
.terms [id^="term-"].format-quote,
.search-posts [id^="post-"].format-link,
.search-posts [id^="post-"].format-quote,
.search-posts [id^="term-"].format-link,
.search-posts [id^="term-"].format-quote {
  min-height: 300px;
}

.blog-posts [id^="post-"].format-link .card, .blog-posts [id^="post-"].format-quote .card,
.blog-posts [id^="term-"].format-link .card,
.blog-posts [id^="term-"].format-quote .card,
.archive-posts [id^="post-"].format-link .card,
.archive-posts [id^="post-"].format-quote .card,
.archive-posts [id^="term-"].format-link .card,
.archive-posts [id^="term-"].format-quote .card,
div.grimlock-query-section__posts [id^="post-"].format-link .card,
div.grimlock-query-section__posts [id^="post-"].format-quote .card,
div.grimlock-query-section__posts [id^="term-"].format-link .card,
div.grimlock-query-section__posts [id^="term-"].format-quote .card,
.terms [id^="post-"].format-link .card,
.terms [id^="post-"].format-quote .card,
.terms [id^="term-"].format-link .card,
.terms [id^="term-"].format-quote .card,
.search-posts [id^="post-"].format-link .card,
.search-posts [id^="post-"].format-quote .card,
.search-posts [id^="term-"].format-link .card,
.search-posts [id^="term-"].format-quote .card {
  width: 100%;
  height: 100%;
  min-height: 300px !important;
  overflow: hidden;
}

.blog-posts [id^="post-"].format-link .card-media, .blog-posts [id^="post-"].format-quote .card-media,
.blog-posts [id^="term-"].format-link .card-media,
.blog-posts [id^="term-"].format-quote .card-media,
.archive-posts [id^="post-"].format-link .card-media,
.archive-posts [id^="post-"].format-quote .card-media,
.archive-posts [id^="term-"].format-link .card-media,
.archive-posts [id^="term-"].format-quote .card-media,
div.grimlock-query-section__posts [id^="post-"].format-link .card-media,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-media,
div.grimlock-query-section__posts [id^="term-"].format-link .card-media,
div.grimlock-query-section__posts [id^="term-"].format-quote .card-media,
.terms [id^="post-"].format-link .card-media,
.terms [id^="post-"].format-quote .card-media,
.terms [id^="term-"].format-link .card-media,
.terms [id^="term-"].format-quote .card-media,
.search-posts [id^="post-"].format-link .card-media,
.search-posts [id^="post-"].format-quote .card-media,
.search-posts [id^="term-"].format-link .card-media,
.search-posts [id^="term-"].format-quote .card-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blog-posts [id^="post-"].format-link .card-media > a, .blog-posts [id^="post-"].format-quote .card-media > a,
.blog-posts [id^="term-"].format-link .card-media > a,
.blog-posts [id^="term-"].format-quote .card-media > a,
.archive-posts [id^="post-"].format-link .card-media > a,
.archive-posts [id^="post-"].format-quote .card-media > a,
.archive-posts [id^="term-"].format-link .card-media > a,
.archive-posts [id^="term-"].format-quote .card-media > a,
div.grimlock-query-section__posts [id^="post-"].format-link .card-media > a,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-media > a,
div.grimlock-query-section__posts [id^="term-"].format-link .card-media > a,
div.grimlock-query-section__posts [id^="term-"].format-quote .card-media > a,
.terms [id^="post-"].format-link .card-media > a,
.terms [id^="post-"].format-quote .card-media > a,
.terms [id^="term-"].format-link .card-media > a,
.terms [id^="term-"].format-quote .card-media > a,
.search-posts [id^="post-"].format-link .card-media > a,
.search-posts [id^="post-"].format-quote .card-media > a,
.search-posts [id^="term-"].format-link .card-media > a,
.search-posts [id^="term-"].format-quote .card-media > a {
  height: 100%;
}

.blog-posts [id^="post-"].format-link .card-media img, .blog-posts [id^="post-"].format-quote .card-media img,
.blog-posts [id^="term-"].format-link .card-media img,
.blog-posts [id^="term-"].format-quote .card-media img,
.archive-posts [id^="post-"].format-link .card-media img,
.archive-posts [id^="post-"].format-quote .card-media img,
.archive-posts [id^="term-"].format-link .card-media img,
.archive-posts [id^="term-"].format-quote .card-media img,
div.grimlock-query-section__posts [id^="post-"].format-link .card-media img,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-media img,
div.grimlock-query-section__posts [id^="term-"].format-link .card-media img,
div.grimlock-query-section__posts [id^="term-"].format-quote .card-media img,
.terms [id^="post-"].format-link .card-media img,
.terms [id^="post-"].format-quote .card-media img,
.terms [id^="term-"].format-link .card-media img,
.terms [id^="term-"].format-quote .card-media img,
.search-posts [id^="post-"].format-link .card-media img,
.search-posts [id^="post-"].format-quote .card-media img,
.search-posts [id^="term-"].format-link .card-media img,
.search-posts [id^="term-"].format-quote .card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-posts [id^="post-"].format-link .card-body, .blog-posts [id^="post-"].format-quote .card-body,
.blog-posts [id^="term-"].format-link .card-body,
.blog-posts [id^="term-"].format-quote .card-body,
.archive-posts [id^="post-"].format-link .card-body,
.archive-posts [id^="post-"].format-quote .card-body,
.archive-posts [id^="term-"].format-link .card-body,
.archive-posts [id^="term-"].format-quote .card-body,
div.grimlock-query-section__posts [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts [id^="term-"].format-link .card-body,
div.grimlock-query-section__posts [id^="term-"].format-quote .card-body,
.terms [id^="post-"].format-link .card-body,
.terms [id^="post-"].format-quote .card-body,
.terms [id^="term-"].format-link .card-body,
.terms [id^="term-"].format-quote .card-body,
.search-posts [id^="post-"].format-link .card-body,
.search-posts [id^="post-"].format-quote .card-body,
.search-posts [id^="term-"].format-link .card-body,
.search-posts [id^="term-"].format-quote .card-body {
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 100%;
  min-height: 300px;
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-link .card-body:before, .blog-posts [id^="post-"].format-link .card-body:after, .blog-posts [id^="post-"].format-quote .card-body:before, .blog-posts [id^="post-"].format-quote .card-body:after,
.blog-posts [id^="term-"].format-link .card-body:before,
.blog-posts [id^="term-"].format-link .card-body:after,
.blog-posts [id^="term-"].format-quote .card-body:before,
.blog-posts [id^="term-"].format-quote .card-body:after,
.archive-posts [id^="post-"].format-link .card-body:before,
.archive-posts [id^="post-"].format-link .card-body:after,
.archive-posts [id^="post-"].format-quote .card-body:before,
.archive-posts [id^="post-"].format-quote .card-body:after,
.archive-posts [id^="term-"].format-link .card-body:before,
.archive-posts [id^="term-"].format-link .card-body:after,
.archive-posts [id^="term-"].format-quote .card-body:before,
.archive-posts [id^="term-"].format-quote .card-body:after,
div.grimlock-query-section__posts [id^="post-"].format-link .card-body:before,
div.grimlock-query-section__posts [id^="post-"].format-link .card-body:after,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-body:before,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-body:after,
div.grimlock-query-section__posts [id^="term-"].format-link .card-body:before,
div.grimlock-query-section__posts [id^="term-"].format-link .card-body:after,
div.grimlock-query-section__posts [id^="term-"].format-quote .card-body:before,
div.grimlock-query-section__posts [id^="term-"].format-quote .card-body:after,
.terms [id^="post-"].format-link .card-body:before,
.terms [id^="post-"].format-link .card-body:after,
.terms [id^="post-"].format-quote .card-body:before,
.terms [id^="post-"].format-quote .card-body:after,
.terms [id^="term-"].format-link .card-body:before,
.terms [id^="term-"].format-link .card-body:after,
.terms [id^="term-"].format-quote .card-body:before,
.terms [id^="term-"].format-quote .card-body:after,
.search-posts [id^="post-"].format-link .card-body:before,
.search-posts [id^="post-"].format-link .card-body:after,
.search-posts [id^="post-"].format-quote .card-body:before,
.search-posts [id^="post-"].format-quote .card-body:after,
.search-posts [id^="term-"].format-link .card-body:before,
.search-posts [id^="term-"].format-link .card-body:after,
.search-posts [id^="term-"].format-quote .card-body:before,
.search-posts [id^="term-"].format-quote .card-body:after {
  content: none !important;
}

.blog-posts [id^="post-"].format-link .entry-header, .blog-posts [id^="post-"].format-quote .entry-header,
.blog-posts [id^="term-"].format-link .entry-header,
.blog-posts [id^="term-"].format-quote .entry-header,
.archive-posts [id^="post-"].format-link .entry-header,
.archive-posts [id^="post-"].format-quote .entry-header,
.archive-posts [id^="term-"].format-link .entry-header,
.archive-posts [id^="term-"].format-quote .entry-header,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-header,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-header,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-header,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-header,
.terms [id^="post-"].format-link .entry-header,
.terms [id^="post-"].format-quote .entry-header,
.terms [id^="term-"].format-link .entry-header,
.terms [id^="term-"].format-quote .entry-header,
.search-posts [id^="post-"].format-link .entry-header,
.search-posts [id^="post-"].format-quote .entry-header,
.search-posts [id^="term-"].format-link .entry-header,
.search-posts [id^="term-"].format-quote .entry-header {
  height: 100%;
}

.blog-posts [id^="post-"].format-link .entry-title, .blog-posts [id^="post-"].format-quote .entry-title,
.blog-posts [id^="term-"].format-link .entry-title,
.blog-posts [id^="term-"].format-quote .entry-title,
.archive-posts [id^="post-"].format-link .entry-title,
.archive-posts [id^="post-"].format-quote .entry-title,
.archive-posts [id^="term-"].format-link .entry-title,
.archive-posts [id^="term-"].format-quote .entry-title,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-title,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-title,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-title,
.terms [id^="post-"].format-link .entry-title,
.terms [id^="post-"].format-quote .entry-title,
.terms [id^="term-"].format-link .entry-title,
.terms [id^="term-"].format-quote .entry-title,
.search-posts [id^="post-"].format-link .entry-title,
.search-posts [id^="post-"].format-quote .entry-title,
.search-posts [id^="term-"].format-link .entry-title,
.search-posts [id^="term-"].format-quote .entry-title {
  height: 100%;
}

.blog-posts [id^="post-"].format-link .entry-meta,
.blog-posts [id^="post-"].format-link .entry-summary,
.blog-posts [id^="post-"].format-link .entry-summary > p,
.blog-posts [id^="post-"].format-link .entry-footer,
.blog-posts [id^="post-"].format-link .post-tag, .blog-posts [id^="post-"].format-quote .entry-meta,
.blog-posts [id^="post-"].format-quote .entry-summary,
.blog-posts [id^="post-"].format-quote .entry-summary > p,
.blog-posts [id^="post-"].format-quote .entry-footer,
.blog-posts [id^="post-"].format-quote .post-tag,
.blog-posts [id^="term-"].format-link .entry-meta,
.blog-posts [id^="term-"].format-link .entry-summary,
.blog-posts [id^="term-"].format-link .entry-summary > p,
.blog-posts [id^="term-"].format-link .entry-footer,
.blog-posts [id^="term-"].format-link .post-tag,
.blog-posts [id^="term-"].format-quote .entry-meta,
.blog-posts [id^="term-"].format-quote .entry-summary,
.blog-posts [id^="term-"].format-quote .entry-summary > p,
.blog-posts [id^="term-"].format-quote .entry-footer,
.blog-posts [id^="term-"].format-quote .post-tag,
.archive-posts [id^="post-"].format-link .entry-meta,
.archive-posts [id^="post-"].format-link .entry-summary,
.archive-posts [id^="post-"].format-link .entry-summary > p,
.archive-posts [id^="post-"].format-link .entry-footer,
.archive-posts [id^="post-"].format-link .post-tag,
.archive-posts [id^="post-"].format-quote .entry-meta,
.archive-posts [id^="post-"].format-quote .entry-summary,
.archive-posts [id^="post-"].format-quote .entry-summary > p,
.archive-posts [id^="post-"].format-quote .entry-footer,
.archive-posts [id^="post-"].format-quote .post-tag,
.archive-posts [id^="term-"].format-link .entry-meta,
.archive-posts [id^="term-"].format-link .entry-summary,
.archive-posts [id^="term-"].format-link .entry-summary > p,
.archive-posts [id^="term-"].format-link .entry-footer,
.archive-posts [id^="term-"].format-link .post-tag,
.archive-posts [id^="term-"].format-quote .entry-meta,
.archive-posts [id^="term-"].format-quote .entry-summary,
.archive-posts [id^="term-"].format-quote .entry-summary > p,
.archive-posts [id^="term-"].format-quote .entry-footer,
.archive-posts [id^="term-"].format-quote .post-tag,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-meta,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-summary,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-summary > p,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-footer,
div.grimlock-query-section__posts [id^="post-"].format-link .post-tag,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-meta,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-summary,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-summary > p,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-footer,
div.grimlock-query-section__posts [id^="post-"].format-quote .post-tag,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-meta,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-summary,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-summary > p,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-footer,
div.grimlock-query-section__posts [id^="term-"].format-link .post-tag,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-meta,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-summary,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-summary > p,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-footer,
div.grimlock-query-section__posts [id^="term-"].format-quote .post-tag,
.terms [id^="post-"].format-link .entry-meta,
.terms [id^="post-"].format-link .entry-summary,
.terms [id^="post-"].format-link .entry-summary > p,
.terms [id^="post-"].format-link .entry-footer,
.terms [id^="post-"].format-link .post-tag,
.terms [id^="post-"].format-quote .entry-meta,
.terms [id^="post-"].format-quote .entry-summary,
.terms [id^="post-"].format-quote .entry-summary > p,
.terms [id^="post-"].format-quote .entry-footer,
.terms [id^="post-"].format-quote .post-tag,
.terms [id^="term-"].format-link .entry-meta,
.terms [id^="term-"].format-link .entry-summary,
.terms [id^="term-"].format-link .entry-summary > p,
.terms [id^="term-"].format-link .entry-footer,
.terms [id^="term-"].format-link .post-tag,
.terms [id^="term-"].format-quote .entry-meta,
.terms [id^="term-"].format-quote .entry-summary,
.terms [id^="term-"].format-quote .entry-summary > p,
.terms [id^="term-"].format-quote .entry-footer,
.terms [id^="term-"].format-quote .post-tag,
.search-posts [id^="post-"].format-link .entry-meta,
.search-posts [id^="post-"].format-link .entry-summary,
.search-posts [id^="post-"].format-link .entry-summary > p,
.search-posts [id^="post-"].format-link .entry-footer,
.search-posts [id^="post-"].format-link .post-tag,
.search-posts [id^="post-"].format-quote .entry-meta,
.search-posts [id^="post-"].format-quote .entry-summary,
.search-posts [id^="post-"].format-quote .entry-summary > p,
.search-posts [id^="post-"].format-quote .entry-footer,
.search-posts [id^="post-"].format-quote .post-tag,
.search-posts [id^="term-"].format-link .entry-meta,
.search-posts [id^="term-"].format-link .entry-summary,
.search-posts [id^="term-"].format-link .entry-summary > p,
.search-posts [id^="term-"].format-link .entry-footer,
.search-posts [id^="term-"].format-link .post-tag,
.search-posts [id^="term-"].format-quote .entry-meta,
.search-posts [id^="term-"].format-quote .entry-summary,
.search-posts [id^="term-"].format-quote .entry-summary > p,
.search-posts [id^="term-"].format-quote .entry-footer,
.search-posts [id^="term-"].format-quote .post-tag {
  display: none !important;
}

.blog-posts [id^="post-"].format-link .more-link, .blog-posts [id^="post-"].format-quote .more-link,
.blog-posts [id^="term-"].format-link .more-link,
.blog-posts [id^="term-"].format-quote .more-link,
.archive-posts [id^="post-"].format-link .more-link,
.archive-posts [id^="post-"].format-quote .more-link,
.archive-posts [id^="term-"].format-link .more-link,
.archive-posts [id^="term-"].format-quote .more-link,
div.grimlock-query-section__posts [id^="post-"].format-link .more-link,
div.grimlock-query-section__posts [id^="post-"].format-quote .more-link,
div.grimlock-query-section__posts [id^="term-"].format-link .more-link,
div.grimlock-query-section__posts [id^="term-"].format-quote .more-link,
.terms [id^="post-"].format-link .more-link,
.terms [id^="post-"].format-quote .more-link,
.terms [id^="term-"].format-link .more-link,
.terms [id^="term-"].format-quote .more-link,
.search-posts [id^="post-"].format-link .more-link,
.search-posts [id^="post-"].format-quote .more-link,
.search-posts [id^="term-"].format-link .more-link,
.search-posts [id^="term-"].format-quote .more-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  color: transparent;
  border: 0 !important;
}

.blog-posts [id^="post-"].format-link .more-link span, .blog-posts [id^="post-"].format-quote .more-link span,
.blog-posts [id^="term-"].format-link .more-link span,
.blog-posts [id^="term-"].format-quote .more-link span,
.archive-posts [id^="post-"].format-link .more-link span,
.archive-posts [id^="post-"].format-quote .more-link span,
.archive-posts [id^="term-"].format-link .more-link span,
.archive-posts [id^="term-"].format-quote .more-link span,
div.grimlock-query-section__posts [id^="post-"].format-link .more-link span,
div.grimlock-query-section__posts [id^="post-"].format-quote .more-link span,
div.grimlock-query-section__posts [id^="term-"].format-link .more-link span,
div.grimlock-query-section__posts [id^="term-"].format-quote .more-link span,
.terms [id^="post-"].format-link .more-link span,
.terms [id^="post-"].format-quote .more-link span,
.terms [id^="term-"].format-link .more-link span,
.terms [id^="term-"].format-quote .more-link span,
.search-posts [id^="post-"].format-link .more-link span,
.search-posts [id^="post-"].format-quote .more-link span,
.search-posts [id^="term-"].format-link .more-link span,
.search-posts [id^="term-"].format-quote .more-link span {
  display: none;
}

.blog-posts [id^="post-"].format-link .more-link:hover, .blog-posts [id^="post-"].format-quote .more-link:hover,
.blog-posts [id^="term-"].format-link .more-link:hover,
.blog-posts [id^="term-"].format-quote .more-link:hover,
.archive-posts [id^="post-"].format-link .more-link:hover,
.archive-posts [id^="post-"].format-quote .more-link:hover,
.archive-posts [id^="term-"].format-link .more-link:hover,
.archive-posts [id^="term-"].format-quote .more-link:hover,
div.grimlock-query-section__posts [id^="post-"].format-link .more-link:hover,
div.grimlock-query-section__posts [id^="post-"].format-quote .more-link:hover,
div.grimlock-query-section__posts [id^="term-"].format-link .more-link:hover,
div.grimlock-query-section__posts [id^="term-"].format-quote .more-link:hover,
.terms [id^="post-"].format-link .more-link:hover,
.terms [id^="post-"].format-quote .more-link:hover,
.terms [id^="term-"].format-link .more-link:hover,
.terms [id^="term-"].format-quote .more-link:hover,
.search-posts [id^="post-"].format-link .more-link:hover,
.search-posts [id^="post-"].format-quote .more-link:hover,
.search-posts [id^="term-"].format-link .more-link:hover,
.search-posts [id^="term-"].format-quote .more-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.blog-posts [id^="post-"].format-link .more-link:before, .blog-posts [id^="post-"].format-link .more-link:after, .blog-posts [id^="post-"].format-quote .more-link:before, .blog-posts [id^="post-"].format-quote .more-link:after,
.blog-posts [id^="term-"].format-link .more-link:before,
.blog-posts [id^="term-"].format-link .more-link:after,
.blog-posts [id^="term-"].format-quote .more-link:before,
.blog-posts [id^="term-"].format-quote .more-link:after,
.archive-posts [id^="post-"].format-link .more-link:before,
.archive-posts [id^="post-"].format-link .more-link:after,
.archive-posts [id^="post-"].format-quote .more-link:before,
.archive-posts [id^="post-"].format-quote .more-link:after,
.archive-posts [id^="term-"].format-link .more-link:before,
.archive-posts [id^="term-"].format-link .more-link:after,
.archive-posts [id^="term-"].format-quote .more-link:before,
.archive-posts [id^="term-"].format-quote .more-link:after,
div.grimlock-query-section__posts [id^="post-"].format-link .more-link:before,
div.grimlock-query-section__posts [id^="post-"].format-link .more-link:after,
div.grimlock-query-section__posts [id^="post-"].format-quote .more-link:before,
div.grimlock-query-section__posts [id^="post-"].format-quote .more-link:after,
div.grimlock-query-section__posts [id^="term-"].format-link .more-link:before,
div.grimlock-query-section__posts [id^="term-"].format-link .more-link:after,
div.grimlock-query-section__posts [id^="term-"].format-quote .more-link:before,
div.grimlock-query-section__posts [id^="term-"].format-quote .more-link:after,
.terms [id^="post-"].format-link .more-link:before,
.terms [id^="post-"].format-link .more-link:after,
.terms [id^="post-"].format-quote .more-link:before,
.terms [id^="post-"].format-quote .more-link:after,
.terms [id^="term-"].format-link .more-link:before,
.terms [id^="term-"].format-link .more-link:after,
.terms [id^="term-"].format-quote .more-link:before,
.terms [id^="term-"].format-quote .more-link:after,
.search-posts [id^="post-"].format-link .more-link:before,
.search-posts [id^="post-"].format-link .more-link:after,
.search-posts [id^="post-"].format-quote .more-link:before,
.search-posts [id^="post-"].format-quote .more-link:after,
.search-posts [id^="term-"].format-link .more-link:before,
.search-posts [id^="term-"].format-link .more-link:after,
.search-posts [id^="term-"].format-quote .more-link:before,
.search-posts [id^="term-"].format-quote .more-link:after {
  content: none;
}

.blog-posts [id^="post-"].format-quote .entry-header,
.blog-posts [id^="term-"].format-quote .entry-header,
.archive-posts [id^="post-"].format-quote .entry-header,
.archive-posts [id^="term-"].format-quote .entry-header,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-header,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-header,
.terms [id^="post-"].format-quote .entry-header,
.terms [id^="term-"].format-quote .entry-header,
.search-posts [id^="post-"].format-quote .entry-header,
.search-posts [id^="term-"].format-quote .entry-header {
  display: none !important;
}

.blog-posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content {
  color: inherit;
  width: 100%;
  display: flex !important;
  height: 100%;
  align-items: center;
}

.blog-posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.blog-posts [id^="term-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.archive-posts [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.archive-posts [id^="term-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
div.grimlock-query-section__posts [id^="term-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.terms [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.terms [id^="term-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.search-posts [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.search-posts [id^="term-"].format-quote .entry-content > *:not(blockquote):not(.more-link) {
  display: none !important;
}

.blog-posts [id^="post-"].format-quote .card,
.blog-posts [id^="term-"].format-quote .card,
.archive-posts [id^="post-"].format-quote .card,
.archive-posts [id^="term-"].format-quote .card,
div.grimlock-query-section__posts [id^="post-"].format-quote .card,
div.grimlock-query-section__posts [id^="term-"].format-quote .card,
.terms [id^="post-"].format-quote .card,
.terms [id^="term-"].format-quote .card,
.search-posts [id^="post-"].format-quote .card,
.search-posts [id^="term-"].format-quote .card {
  justify-content: center;
}

.blog-posts [id^="post-"].format-quote .card-body,
.blog-posts [id^="term-"].format-quote .card-body,
.archive-posts [id^="post-"].format-quote .card-body,
.archive-posts [id^="term-"].format-quote .card-body,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts [id^="term-"].format-quote .card-body,
.terms [id^="post-"].format-quote .card-body,
.terms [id^="term-"].format-quote .card-body,
.search-posts [id^="post-"].format-quote .card-body,
.search-posts [id^="term-"].format-quote .card-body {
  justify-content: center;
  background-color: #c7a17a;
  color: #FFFFFF;
}

.blog-posts [id^="post-"].format-quote blockquote,
.blog-posts [id^="term-"].format-quote blockquote,
.archive-posts [id^="post-"].format-quote blockquote,
.archive-posts [id^="term-"].format-quote blockquote,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote,
.terms [id^="post-"].format-quote blockquote,
.terms [id^="term-"].format-quote blockquote,
.search-posts [id^="post-"].format-quote blockquote,
.search-posts [id^="term-"].format-quote blockquote {
  text-align: center;
  border: 0;
  font-size: 1.3rem;
  margin: 3.75rem 0;
  padding: 1.5rem;
  background: none !important;
  width: 100%;
}

.blog-posts [id^="post-"].format-quote blockquote, .blog-posts [id^="post-"].format-quote blockquote p,
.blog-posts [id^="term-"].format-quote blockquote,
.blog-posts [id^="term-"].format-quote blockquote p,
.archive-posts [id^="post-"].format-quote blockquote,
.archive-posts [id^="post-"].format-quote blockquote p,
.archive-posts [id^="term-"].format-quote blockquote,
.archive-posts [id^="term-"].format-quote blockquote p,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote p,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote p,
.terms [id^="post-"].format-quote blockquote,
.terms [id^="post-"].format-quote blockquote p,
.terms [id^="term-"].format-quote blockquote,
.terms [id^="term-"].format-quote blockquote p,
.search-posts [id^="post-"].format-quote blockquote,
.search-posts [id^="post-"].format-quote blockquote p,
.search-posts [id^="term-"].format-quote blockquote,
.search-posts [id^="term-"].format-quote blockquote p {
  color: inherit !important;
}

.blog-posts [id^="post-"].format-quote blockquote p,
.blog-posts [id^="term-"].format-quote blockquote p,
.archive-posts [id^="post-"].format-quote blockquote p,
.archive-posts [id^="term-"].format-quote blockquote p,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote p,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote p,
.terms [id^="post-"].format-quote blockquote p,
.terms [id^="term-"].format-quote blockquote p,
.search-posts [id^="post-"].format-quote blockquote p,
.search-posts [id^="term-"].format-quote blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
}

.blog-posts [id^="post-"].format-quote blockquote:before,
.blog-posts [id^="term-"].format-quote blockquote:before,
.archive-posts [id^="post-"].format-quote blockquote:before,
.archive-posts [id^="term-"].format-quote blockquote:before,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote:before,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote:before,
.terms [id^="post-"].format-quote blockquote:before,
.terms [id^="term-"].format-quote blockquote:before,
.search-posts [id^="post-"].format-quote blockquote:before,
.search-posts [id^="term-"].format-quote blockquote:before {
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  color: inherit !important;
}

.blog-posts [id^="post-"].format-quote blockquote cite,
.blog-posts [id^="term-"].format-quote blockquote cite,
.archive-posts [id^="post-"].format-quote blockquote cite,
.archive-posts [id^="term-"].format-quote blockquote cite,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote cite,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote cite,
.terms [id^="post-"].format-quote blockquote cite,
.terms [id^="term-"].format-quote blockquote cite,
.search-posts [id^="post-"].format-quote blockquote cite,
.search-posts [id^="term-"].format-quote blockquote cite {
  opacity: 0.7;
  font-size: 0.9em;
}

.blog-posts [id^="post-"].format-quote blockquote cite, .blog-posts [id^="post-"].format-quote blockquote cite a,
.blog-posts [id^="term-"].format-quote blockquote cite,
.blog-posts [id^="term-"].format-quote blockquote cite a,
.archive-posts [id^="post-"].format-quote blockquote cite,
.archive-posts [id^="post-"].format-quote blockquote cite a,
.archive-posts [id^="term-"].format-quote blockquote cite,
.archive-posts [id^="term-"].format-quote blockquote cite a,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote cite,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote cite a,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote cite,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote cite a,
.terms [id^="post-"].format-quote blockquote cite,
.terms [id^="post-"].format-quote blockquote cite a,
.terms [id^="term-"].format-quote blockquote cite,
.terms [id^="term-"].format-quote blockquote cite a,
.search-posts [id^="post-"].format-quote blockquote cite,
.search-posts [id^="post-"].format-quote blockquote cite a,
.search-posts [id^="term-"].format-quote blockquote cite,
.search-posts [id^="term-"].format-quote blockquote cite a {
  color: inherit !important;
}

.blog-posts [id^="post-"].format-quote blockquote cite br,
.blog-posts [id^="term-"].format-quote blockquote cite br,
.archive-posts [id^="post-"].format-quote blockquote cite br,
.archive-posts [id^="term-"].format-quote blockquote cite br,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote cite br,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote cite br,
.terms [id^="post-"].format-quote blockquote cite br,
.terms [id^="term-"].format-quote blockquote cite br,
.search-posts [id^="post-"].format-quote blockquote cite br,
.search-posts [id^="term-"].format-quote blockquote cite br {
  display: none;
}

.blog-posts [id^="post-"].format-quote blockquote ~ blockquote,
.blog-posts [id^="term-"].format-quote blockquote ~ blockquote,
.archive-posts [id^="post-"].format-quote blockquote ~ blockquote,
.archive-posts [id^="term-"].format-quote blockquote ~ blockquote,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote ~ blockquote,
div.grimlock-query-section__posts [id^="term-"].format-quote blockquote ~ blockquote,
.terms [id^="post-"].format-quote blockquote ~ blockquote,
.terms [id^="term-"].format-quote blockquote ~ blockquote,
.search-posts [id^="post-"].format-quote blockquote ~ blockquote,
.search-posts [id^="term-"].format-quote blockquote ~ blockquote {
  display: none !important;
}

.blog-posts [id^="post-"].format-link .card-body,
.blog-posts [id^="term-"].format-link .card-body,
.archive-posts [id^="post-"].format-link .card-body,
.archive-posts [id^="term-"].format-link .card-body,
div.grimlock-query-section__posts [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts [id^="term-"].format-link .card-body,
.terms [id^="post-"].format-link .card-body,
.terms [id^="term-"].format-link .card-body,
.search-posts [id^="post-"].format-link .card-body,
.search-posts [id^="term-"].format-link .card-body {
  background-color: #c7a17a;
  color: #FFFFFF;
}

.blog-posts [id^="post-"].format-link .entry-header,
.blog-posts [id^="term-"].format-link .entry-header,
.archive-posts [id^="post-"].format-link .entry-header,
.archive-posts [id^="term-"].format-link .entry-header,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-header,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-header,
.terms [id^="post-"].format-link .entry-header,
.terms [id^="term-"].format-link .entry-header,
.search-posts [id^="post-"].format-link .entry-header,
.search-posts [id^="term-"].format-link .entry-header {
  margin: 0;
  width: 100%;
}

.blog-posts [id^="post-"].format-link .entry-header a, .blog-posts [id^="post-"].format-link .entry-header a:hover, .blog-posts [id^="post-"].format-link .entry-header a:focus, .blog-posts [id^="post-"].format-link .entry-header a:active,
.blog-posts [id^="term-"].format-link .entry-header a,
.blog-posts [id^="term-"].format-link .entry-header a:hover,
.blog-posts [id^="term-"].format-link .entry-header a:focus,
.blog-posts [id^="term-"].format-link .entry-header a:active,
.archive-posts [id^="post-"].format-link .entry-header a,
.archive-posts [id^="post-"].format-link .entry-header a:hover,
.archive-posts [id^="post-"].format-link .entry-header a:focus,
.archive-posts [id^="post-"].format-link .entry-header a:active,
.archive-posts [id^="term-"].format-link .entry-header a,
.archive-posts [id^="term-"].format-link .entry-header a:hover,
.archive-posts [id^="term-"].format-link .entry-header a:focus,
.archive-posts [id^="term-"].format-link .entry-header a:active,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-header a,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-header a:hover,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-header a:focus,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-header a:active,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-header a,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-header a:hover,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-header a:focus,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-header a:active,
.terms [id^="post-"].format-link .entry-header a,
.terms [id^="post-"].format-link .entry-header a:hover,
.terms [id^="post-"].format-link .entry-header a:focus,
.terms [id^="post-"].format-link .entry-header a:active,
.terms [id^="term-"].format-link .entry-header a,
.terms [id^="term-"].format-link .entry-header a:hover,
.terms [id^="term-"].format-link .entry-header a:focus,
.terms [id^="term-"].format-link .entry-header a:active,
.search-posts [id^="post-"].format-link .entry-header a,
.search-posts [id^="post-"].format-link .entry-header a:hover,
.search-posts [id^="post-"].format-link .entry-header a:focus,
.search-posts [id^="post-"].format-link .entry-header a:active,
.search-posts [id^="term-"].format-link .entry-header a,
.search-posts [id^="term-"].format-link .entry-header a:hover,
.search-posts [id^="term-"].format-link .entry-header a:focus,
.search-posts [id^="term-"].format-link .entry-header a:active {
  color: inherit !important;
}

.blog-posts [id^="post-"].format-link .entry-title,
.blog-posts [id^="term-"].format-link .entry-title,
.archive-posts [id^="post-"].format-link .entry-title,
.archive-posts [id^="term-"].format-link .entry-title,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-title,
.terms [id^="post-"].format-link .entry-title,
.terms [id^="term-"].format-link .entry-title,
.search-posts [id^="post-"].format-link .entry-title,
.search-posts [id^="term-"].format-link .entry-title {
  font-size: 1.75em;
  position: relative;
  padding: 5rem 3rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: inherit !important;
}

.blog-posts [id^="post-"].format-link .entry-title:before,
.blog-posts [id^="term-"].format-link .entry-title:before,
.archive-posts [id^="post-"].format-link .entry-title:before,
.archive-posts [id^="term-"].format-link .entry-title:before,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title:before,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-title:before,
.terms [id^="post-"].format-link .entry-title:before,
.terms [id^="term-"].format-link .entry-title:before,
.search-posts [id^="post-"].format-link .entry-title:before,
.search-posts [id^="term-"].format-link .entry-title:before {
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ec3c";
  font-size: 1.4em;
  pointer-events: none;
  margin: 0 0 0.5rem 0;
}

.blog-posts [id^="post-"].format-link .entry-title a:after,
.blog-posts [id^="term-"].format-link .entry-title a:after,
.archive-posts [id^="post-"].format-link .entry-title a:after,
.archive-posts [id^="term-"].format-link .entry-title a:after,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title a:after,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-title a:after,
.terms [id^="post-"].format-link .entry-title a:after,
.terms [id^="term-"].format-link .entry-title a:after,
.search-posts [id^="post-"].format-link .entry-title a:after,
.search-posts [id^="term-"].format-link .entry-title a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .blog-posts [id^="post-"].format-link .entry-title a:after,
  .blog-posts [id^="term-"].format-link .entry-title a:after,
  .archive-posts [id^="post-"].format-link .entry-title a:after,
  .archive-posts [id^="term-"].format-link .entry-title a:after,
  div.grimlock-query-section__posts [id^="post-"].format-link .entry-title a:after,
  div.grimlock-query-section__posts [id^="term-"].format-link .entry-title a:after,
  .terms [id^="post-"].format-link .entry-title a:after,
  .terms [id^="term-"].format-link .entry-title a:after,
  .search-posts [id^="post-"].format-link .entry-title a:after,
  .search-posts [id^="term-"].format-link .entry-title a:after {
    transition: none;
  }
}

.blog-posts [id^="post-"].format-link .entry-title:hover a:after,
.blog-posts [id^="term-"].format-link .entry-title:hover a:after,
.archive-posts [id^="post-"].format-link .entry-title:hover a:after,
.archive-posts [id^="term-"].format-link .entry-title:hover a:after,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title:hover a:after,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-title:hover a:after,
.terms [id^="post-"].format-link .entry-title:hover a:after,
.terms [id^="term-"].format-link .entry-title:hover a:after,
.search-posts [id^="post-"].format-link .entry-title:hover a:after,
.search-posts [id^="term-"].format-link .entry-title:hover a:after {
  background-color: rgba(0, 0, 0, 0.05);
}

.blog-posts [id^="post-"].format-link .entry-content,
.blog-posts [id^="term-"].format-link .entry-content,
.archive-posts [id^="post-"].format-link .entry-content,
.archive-posts [id^="term-"].format-link .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-link .entry-content,
.terms [id^="post-"].format-link .entry-content,
.terms [id^="term-"].format-link .entry-content,
.search-posts [id^="post-"].format-link .entry-content,
.search-posts [id^="term-"].format-link .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-video .card-media > video,
.blog-posts [id^="term-"].format-video .card-media > video,
.archive-posts [id^="post-"].format-video .card-media > video,
.archive-posts [id^="term-"].format-video .card-media > video,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > video,
div.grimlock-query-section__posts [id^="term-"].format-video .card-media > video,
.terms [id^="post-"].format-video .card-media > video,
.terms [id^="term-"].format-video .card-media > video,
.search-posts [id^="post-"].format-video .card-media > video,
.search-posts [id^="term-"].format-video .card-media > video {
  opacity: 0;
}

.blog-posts [id^="post-"].format-video .card-media > div,
.blog-posts [id^="term-"].format-video .card-media > div,
.archive-posts [id^="post-"].format-video .card-media > div,
.archive-posts [id^="term-"].format-video .card-media > div,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > div,
div.grimlock-query-section__posts [id^="term-"].format-video .card-media > div,
.terms [id^="post-"].format-video .card-media > div,
.terms [id^="term-"].format-video .card-media > div,
.search-posts [id^="post-"].format-video .card-media > div,
.search-posts [id^="term-"].format-video .card-media > div {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-video .card-media .wp-playlist,
.blog-posts [id^="term-"].format-video .card-media .wp-playlist,
.archive-posts [id^="post-"].format-video .card-media .wp-playlist,
.archive-posts [id^="term-"].format-video .card-media .wp-playlist,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media .wp-playlist,
div.grimlock-query-section__posts [id^="term-"].format-video .card-media .wp-playlist,
.terms [id^="post-"].format-video .card-media .wp-playlist,
.terms [id^="term-"].format-video .card-media .wp-playlist,
.search-posts [id^="post-"].format-video .card-media .wp-playlist,
.search-posts [id^="term-"].format-video .card-media .wp-playlist {
  margin: 0;
  border: 0;
  padding: 0;
}

.blog-posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
.blog-posts [id^="term-"].format-video .card-media .wp-playlist .mejs-container,
.archive-posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
.archive-posts [id^="term-"].format-video .card-media .wp-playlist .mejs-container,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
div.grimlock-query-section__posts [id^="term-"].format-video .card-media .wp-playlist .mejs-container,
.terms [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
.terms [id^="term-"].format-video .card-media .wp-playlist .mejs-container,
.search-posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
.search-posts [id^="term-"].format-video .card-media .wp-playlist .mejs-container {
  width: 100% !important;
}

.blog-posts [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="term-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="term-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
div.grimlock-query-section__posts [id^="term-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.terms [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.terms [id^="term-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="term-"].format-video .card-media .wp-playlist .wp-playlist-tracks {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts [id^="post-"].format-video .card-media > p,
.blog-posts [id^="term-"].format-video .card-media > p,
.archive-posts [id^="post-"].format-video .card-media > p,
.archive-posts [id^="term-"].format-video .card-media > p,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > p,
div.grimlock-query-section__posts [id^="term-"].format-video .card-media > p,
.terms [id^="post-"].format-video .card-media > p,
.terms [id^="term-"].format-video .card-media > p,
.search-posts [id^="post-"].format-video .card-media > p,
.search-posts [id^="term-"].format-video .card-media > p {
  width: 100%;
  background: #000000;
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-video .card-media > p:nth-child(2),
.blog-posts [id^="term-"].format-video .card-media > p:nth-child(2),
.archive-posts [id^="post-"].format-video .card-media > p:nth-child(2),
.archive-posts [id^="term-"].format-video .card-media > p:nth-child(2),
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > p:nth-child(2),
div.grimlock-query-section__posts [id^="term-"].format-video .card-media > p:nth-child(2),
.terms [id^="post-"].format-video .card-media > p:nth-child(2),
.terms [id^="term-"].format-video .card-media > p:nth-child(2),
.search-posts [id^="post-"].format-video .card-media > p:nth-child(2),
.search-posts [id^="term-"].format-video .card-media > p:nth-child(2) {
  display: none;
}

.blog-posts [id^="post-"].format-audio .card-media > p,
.blog-posts [id^="post-"].format-audio .card-media span,
.blog-posts [id^="term-"].format-audio .card-media > p,
.blog-posts [id^="term-"].format-audio .card-media span,
.archive-posts [id^="post-"].format-audio .card-media > p,
.archive-posts [id^="post-"].format-audio .card-media span,
.archive-posts [id^="term-"].format-audio .card-media > p,
.archive-posts [id^="term-"].format-audio .card-media span,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media > p,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media span,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media > p,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media span,
.terms [id^="post-"].format-audio .card-media > p,
.terms [id^="post-"].format-audio .card-media span,
.terms [id^="term-"].format-audio .card-media > p,
.terms [id^="term-"].format-audio .card-media span,
.search-posts [id^="post-"].format-audio .card-media > p,
.search-posts [id^="post-"].format-audio .card-media span,
.search-posts [id^="term-"].format-audio .card-media > p,
.search-posts [id^="term-"].format-audio .card-media span {
  display: none !important;
}

.blog-posts [id^="post-"].format-audio .card-media > audio,
.blog-posts [id^="term-"].format-audio .card-media > audio,
.archive-posts [id^="post-"].format-audio .card-media > audio,
.archive-posts [id^="term-"].format-audio .card-media > audio,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media > audio,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media > audio,
.terms [id^="post-"].format-audio .card-media > audio,
.terms [id^="term-"].format-audio .card-media > audio,
.search-posts [id^="post-"].format-audio .card-media > audio,
.search-posts [id^="term-"].format-audio .card-media > audio {
  opacity: 0;
}

.blog-posts [id^="post-"].format-audio .card-media .wp-playlist,
.blog-posts [id^="term-"].format-audio .card-media .wp-playlist,
.archive-posts [id^="post-"].format-audio .card-media .wp-playlist,
.archive-posts [id^="term-"].format-audio .card-media .wp-playlist,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .wp-playlist,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media .wp-playlist,
.terms [id^="post-"].format-audio .card-media .wp-playlist,
.terms [id^="term-"].format-audio .card-media .wp-playlist,
.search-posts [id^="post-"].format-audio .card-media .wp-playlist,
.search-posts [id^="term-"].format-audio .card-media .wp-playlist {
  margin: 0;
  border: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: none;
  width: 100%;
  height: 200px !important;
}

.blog-posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.blog-posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.blog-posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.archive-posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.archive-posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
.terms [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.terms [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
.terms [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.terms [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.search-posts [id^="post-"].format-audio .card-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-current-item,
.search-posts [id^="term-"].format-audio .card-media .wp-playlist .wp-playlist-tracks {
  display: none;
}

.blog-posts [id^="post-"].format-audio .card-media .mejs-time-slider,
.blog-posts [id^="post-"].format-audio .card-media .mejs-time-current,
.blog-posts [id^="term-"].format-audio .card-media .mejs-time-slider,
.blog-posts [id^="term-"].format-audio .card-media .mejs-time-current,
.archive-posts [id^="post-"].format-audio .card-media .mejs-time-slider,
.archive-posts [id^="post-"].format-audio .card-media .mejs-time-current,
.archive-posts [id^="term-"].format-audio .card-media .mejs-time-slider,
.archive-posts [id^="term-"].format-audio .card-media .mejs-time-current,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .mejs-time-slider,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .mejs-time-current,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media .mejs-time-slider,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media .mejs-time-current,
.terms [id^="post-"].format-audio .card-media .mejs-time-slider,
.terms [id^="post-"].format-audio .card-media .mejs-time-current,
.terms [id^="term-"].format-audio .card-media .mejs-time-slider,
.terms [id^="term-"].format-audio .card-media .mejs-time-current,
.search-posts [id^="post-"].format-audio .card-media .mejs-time-slider,
.search-posts [id^="post-"].format-audio .card-media .mejs-time-current,
.search-posts [id^="term-"].format-audio .card-media .mejs-time-slider,
.search-posts [id^="term-"].format-audio .card-media .mejs-time-current {
  display: inline-block !important;
}

.blog-posts [id^="post-"].format-audio .card-media .mejs-container,
.blog-posts [id^="term-"].format-audio .card-media .mejs-container,
.archive-posts [id^="post-"].format-audio .card-media .mejs-container,
.archive-posts [id^="term-"].format-audio .card-media .mejs-container,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .mejs-container,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media .mejs-container,
.terms [id^="post-"].format-audio .card-media .mejs-container,
.terms [id^="term-"].format-audio .card-media .mejs-container,
.search-posts [id^="post-"].format-audio .card-media .mejs-container,
.search-posts [id^="term-"].format-audio .card-media .mejs-container {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog-posts [id^="post-"].format-audio .card-media .mejs-controls,
.blog-posts [id^="term-"].format-audio .card-media .mejs-controls,
.archive-posts [id^="post-"].format-audio .card-media .mejs-controls,
.archive-posts [id^="term-"].format-audio .card-media .mejs-controls,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .mejs-controls,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media .mejs-controls,
.terms [id^="post-"].format-audio .card-media .mejs-controls,
.terms [id^="term-"].format-audio .card-media .mejs-controls,
.search-posts [id^="post-"].format-audio .card-media .mejs-controls,
.search-posts [id^="term-"].format-audio .card-media .mejs-controls {
  background: none !important;
}

.blog-posts [id^="post-"].format-audio .card-media > img,
.blog-posts [id^="term-"].format-audio .card-media > img,
.archive-posts [id^="post-"].format-audio .card-media > img,
.archive-posts [id^="term-"].format-audio .card-media > img,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media > img,
div.grimlock-query-section__posts [id^="term-"].format-audio .card-media > img,
.terms [id^="post-"].format-audio .card-media > img,
.terms [id^="term-"].format-audio .card-media > img,
.search-posts [id^="post-"].format-audio .card-media > img,
.search-posts [id^="term-"].format-audio .card-media > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  opacity: 0.2;
  pointer-events: none;
}

.blog-posts [id^="post-"].format-status .entry-header,
.blog-posts [id^="term-"].format-status .entry-header,
.archive-posts [id^="post-"].format-status .entry-header,
.archive-posts [id^="term-"].format-status .entry-header,
div.grimlock-query-section__posts [id^="post-"].format-status .entry-header,
div.grimlock-query-section__posts [id^="term-"].format-status .entry-header,
.terms [id^="post-"].format-status .entry-header,
.terms [id^="term-"].format-status .entry-header,
.search-posts [id^="post-"].format-status .entry-header,
.search-posts [id^="term-"].format-status .entry-header {
  margin-bottom: 0 !important;
}

.blog-posts [id^="post-"].format-status .entry-content,
.blog-posts [id^="post-"].format-status .entry-button,
.blog-posts [id^="post-"].format-status .entry-footer,
.blog-posts [id^="post-"].format-status .post-reading-time,
.blog-posts [id^="term-"].format-status .entry-content,
.blog-posts [id^="term-"].format-status .entry-button,
.blog-posts [id^="term-"].format-status .entry-footer,
.blog-posts [id^="term-"].format-status .post-reading-time,
.archive-posts [id^="post-"].format-status .entry-content,
.archive-posts [id^="post-"].format-status .entry-button,
.archive-posts [id^="post-"].format-status .entry-footer,
.archive-posts [id^="post-"].format-status .post-reading-time,
.archive-posts [id^="term-"].format-status .entry-content,
.archive-posts [id^="term-"].format-status .entry-button,
.archive-posts [id^="term-"].format-status .entry-footer,
.archive-posts [id^="term-"].format-status .post-reading-time,
div.grimlock-query-section__posts [id^="post-"].format-status .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-status .entry-button,
div.grimlock-query-section__posts [id^="post-"].format-status .entry-footer,
div.grimlock-query-section__posts [id^="post-"].format-status .post-reading-time,
div.grimlock-query-section__posts [id^="term-"].format-status .entry-content,
div.grimlock-query-section__posts [id^="term-"].format-status .entry-button,
div.grimlock-query-section__posts [id^="term-"].format-status .entry-footer,
div.grimlock-query-section__posts [id^="term-"].format-status .post-reading-time,
.terms [id^="post-"].format-status .entry-content,
.terms [id^="post-"].format-status .entry-button,
.terms [id^="post-"].format-status .entry-footer,
.terms [id^="post-"].format-status .post-reading-time,
.terms [id^="term-"].format-status .entry-content,
.terms [id^="term-"].format-status .entry-button,
.terms [id^="term-"].format-status .entry-footer,
.terms [id^="term-"].format-status .post-reading-time,
.search-posts [id^="post-"].format-status .entry-content,
.search-posts [id^="post-"].format-status .entry-button,
.search-posts [id^="post-"].format-status .entry-footer,
.search-posts [id^="post-"].format-status .post-reading-time,
.search-posts [id^="term-"].format-status .entry-content,
.search-posts [id^="term-"].format-status .entry-button,
.search-posts [id^="term-"].format-status .entry-footer,
.search-posts [id^="term-"].format-status .post-reading-time {
  display: none;
}

.blog-posts.posts--12-cols-classic [id^="post-"].format-gallery .card-media,
.blog-posts.terms--12-cols-classic [id^="term-"].format-gallery .card-media,
.archive-posts.posts--12-cols-classic [id^="post-"].format-gallery .card-media,
.archive-posts.terms--12-cols-classic [id^="term-"].format-gallery .card-media,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"].format-gallery .card-media,
div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"].format-gallery .card-media,
.terms.posts--12-cols-classic [id^="post-"].format-gallery .card-media,
.terms.terms--12-cols-classic [id^="term-"].format-gallery .card-media,
.search-posts.posts--12-cols-classic [id^="post-"].format-gallery .card-media,
.search-posts.terms--12-cols-classic [id^="term-"].format-gallery .card-media {
  max-height: 450px !important;
}

.blog-posts.posts--12-cols-classic [id^="post-"] .card .card-body,
.blog-posts.terms--12-cols-classic [id^="term-"] .card .card-body,
.archive-posts.posts--12-cols-classic [id^="post-"] .card .card-body,
.archive-posts.terms--12-cols-classic [id^="term-"] .card .card-body,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"] .card .card-body,
div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"] .card .card-body,
.terms.posts--12-cols-classic [id^="post-"] .card .card-body,
.terms.terms--12-cols-classic [id^="term-"] .card .card-body,
.search-posts.posts--12-cols-classic [id^="post-"] .card .card-body,
.search-posts.terms--12-cols-classic [id^="term-"] .card .card-body {
  margin-bottom: 0 !important;
}

.blog-posts.posts--12-cols-classic [id^="post-"] .card .entry-labels,
.blog-posts.terms--12-cols-classic [id^="term-"] .card .entry-labels,
.archive-posts.posts--12-cols-classic [id^="post-"] .card .entry-labels,
.archive-posts.terms--12-cols-classic [id^="term-"] .card .entry-labels,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"] .card .entry-labels,
div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"] .card .entry-labels,
.terms.posts--12-cols-classic [id^="post-"] .card .entry-labels,
.terms.terms--12-cols-classic [id^="term-"] .card .entry-labels,
.search-posts.posts--12-cols-classic [id^="post-"] .card .entry-labels,
.search-posts.terms--12-cols-classic [id^="term-"] .card .entry-labels {
  left: 20px;
}

.blog-posts.posts--12-cols-classic [id^="post-"] .card .card__stats,
.blog-posts.terms--12-cols-classic [id^="term-"] .card .card__stats,
.archive-posts.posts--12-cols-classic [id^="post-"] .card .card__stats,
.archive-posts.terms--12-cols-classic [id^="term-"] .card .card__stats,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"] .card .card__stats,
div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"] .card .card__stats,
.terms.posts--12-cols-classic [id^="post-"] .card .card__stats,
.terms.terms--12-cols-classic [id^="term-"] .card .card__stats,
.search-posts.posts--12-cols-classic [id^="post-"] .card .card__stats,
.search-posts.terms--12-cols-classic [id^="term-"] .card .card__stats {
  right: 20px;
}

.blog-posts.posts--12-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.blog-posts.posts--6-6-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.blog-posts.posts--4-4-4-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.blog-posts.posts--3-3-3-3-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--12-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--6-6-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--4-4-4-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--3-3-3-3-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--12-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--6-6-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--4-4-4-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--3-3-3-3-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--12-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--6-6-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--4-4-4-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--3-3-3-3-cols-classic [id^="post-"]:not(.format-quote):not(.format-link) .card-body {
  border-bottom: calc(var(--grimlock-archive-post-border-width) - 1px) solid var(--grimlock-table-striped-background-color);
}

.blog-posts.posts--12-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.blog-posts.posts--6-6-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.blog-posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.blog-posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.archive-posts.posts--12-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.archive-posts.posts--6-6-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.archive-posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.archive-posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta .post-reading-time,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"] .entry-meta .post-reading-time,
div.grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"] .entry-meta .post-reading-time,
div.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta .post-reading-time,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.terms.posts--12-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.terms.posts--6-6-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.terms.posts--4-4-4-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.terms.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.search-posts.posts--12-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.search-posts.posts--6-6-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.search-posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta .post-reading-time,
.search-posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta .post-reading-time {
  display: none !important;
}

.blog-posts.posts--12-cols-classic [id^="post-"] .entry-meta + .entry-header,
.blog-posts.posts--6-6-cols-classic [id^="post-"] .entry-meta + .entry-header,
.blog-posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta + .entry-header,
.blog-posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--12-cols-classic [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--6-6-cols-classic [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta + .entry-header,
.terms.posts--12-cols-classic [id^="post-"] .entry-meta + .entry-header,
.terms.posts--6-6-cols-classic [id^="post-"] .entry-meta + .entry-header,
.terms.posts--4-4-4-cols-classic [id^="post-"] .entry-meta + .entry-header,
.terms.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--12-cols-classic [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--6-6-cols-classic [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--4-4-4-cols-classic [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--3-3-3-3-cols-classic [id^="post-"] .entry-meta + .entry-header {
  margin-top: 1rem;
}

.blog-posts[class*="6-6-cols"] [id^="post-"] .card-media img, .blog-posts[class*="4-4-4-cols"] [id^="post-"] .card-media img, .blog-posts[class*="3-3-3-3-cols"] [id^="post-"] .card-media img,
.archive-posts[class*="6-6-cols"] [id^="post-"] .card-media img,
.archive-posts[class*="4-4-4-cols"] [id^="post-"] .card-media img,
.archive-posts[class*="3-3-3-3-cols"] [id^="post-"] .card-media img,
div.grimlock-query-section__posts[class*="6-6-cols"] [id^="post-"] .card-media img,
div.grimlock-query-section__posts[class*="4-4-4-cols"] [id^="post-"] .card-media img,
div.grimlock-query-section__posts[class*="3-3-3-3-cols"] [id^="post-"] .card-media img,
.terms[class*="6-6-cols"] [id^="post-"] .card-media img,
.terms[class*="4-4-4-cols"] [id^="post-"] .card-media img,
.terms[class*="3-3-3-3-cols"] [id^="post-"] .card-media img,
.search-posts[class*="6-6-cols"] [id^="post-"] .card-media img,
.search-posts[class*="4-4-4-cols"] [id^="post-"] .card-media img,
.search-posts[class*="3-3-3-3-cols"] [id^="post-"] .card-media img {
  aspect-ratio: 16/10;
}

.blog-posts.posts--12-cols-overlay [id^="post-"] .card-media .entry-labels,
.blog-posts.posts--6-6-cols-overlay [id^="post-"] .card-media .entry-labels,
.blog-posts.posts--4-4-4-cols-overlay [id^="post-"] .card-media .entry-labels,
.blog-posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-media .entry-labels,
.archive-posts.posts--12-cols-overlay [id^="post-"] .card-media .entry-labels,
.archive-posts.posts--6-6-cols-overlay [id^="post-"] .card-media .entry-labels,
.archive-posts.posts--4-4-4-cols-overlay [id^="post-"] .card-media .entry-labels,
.archive-posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-media .entry-labels,
div.grimlock-query-section__posts.posts--12-cols-overlay [id^="post-"] .card-media .entry-labels,
div.grimlock-query-section__posts.posts--6-6-cols-overlay [id^="post-"] .card-media .entry-labels,
div.grimlock-query-section__posts.posts--4-4-4-cols-overlay [id^="post-"] .card-media .entry-labels,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-media .entry-labels,
.terms.posts--12-cols-overlay [id^="post-"] .card-media .entry-labels,
.terms.posts--6-6-cols-overlay [id^="post-"] .card-media .entry-labels,
.terms.posts--4-4-4-cols-overlay [id^="post-"] .card-media .entry-labels,
.terms.posts--3-3-3-3-cols-overlay [id^="post-"] .card-media .entry-labels,
.search-posts.posts--12-cols-overlay [id^="post-"] .card-media .entry-labels,
.search-posts.posts--6-6-cols-overlay [id^="post-"] .card-media .entry-labels,
.search-posts.posts--4-4-4-cols-overlay [id^="post-"] .card-media .entry-labels,
.search-posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-media .entry-labels {
  display: none;
}

.blog-posts.posts--12-cols-overlay [id^="post-"] .card-body .entry-labels,
.blog-posts.posts--6-6-cols-overlay [id^="post-"] .card-body .entry-labels,
.blog-posts.posts--4-4-4-cols-overlay [id^="post-"] .card-body .entry-labels,
.blog-posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-body .entry-labels,
.archive-posts.posts--12-cols-overlay [id^="post-"] .card-body .entry-labels,
.archive-posts.posts--6-6-cols-overlay [id^="post-"] .card-body .entry-labels,
.archive-posts.posts--4-4-4-cols-overlay [id^="post-"] .card-body .entry-labels,
.archive-posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-body .entry-labels,
div.grimlock-query-section__posts.posts--12-cols-overlay [id^="post-"] .card-body .entry-labels,
div.grimlock-query-section__posts.posts--6-6-cols-overlay [id^="post-"] .card-body .entry-labels,
div.grimlock-query-section__posts.posts--4-4-4-cols-overlay [id^="post-"] .card-body .entry-labels,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-body .entry-labels,
.terms.posts--12-cols-overlay [id^="post-"] .card-body .entry-labels,
.terms.posts--6-6-cols-overlay [id^="post-"] .card-body .entry-labels,
.terms.posts--4-4-4-cols-overlay [id^="post-"] .card-body .entry-labels,
.terms.posts--3-3-3-3-cols-overlay [id^="post-"] .card-body .entry-labels,
.search-posts.posts--12-cols-overlay [id^="post-"] .card-body .entry-labels,
.search-posts.posts--6-6-cols-overlay [id^="post-"] .card-body .entry-labels,
.search-posts.posts--4-4-4-cols-overlay [id^="post-"] .card-body .entry-labels,
.search-posts.posts--3-3-3-3-cols-overlay [id^="post-"] .card-body .entry-labels {
  display: block;
}

.blog-posts.posts--12-cols-overlay [id^="post-"].format-quote blockquote p,
.blog-posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title,
.blog-posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title a,
.blog-posts.posts--6-6-cols-overlay [id^="post-"].format-quote blockquote p,
.blog-posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title,
.blog-posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title a,
.blog-posts.posts--4-4-4-cols-overlay [id^="post-"].format-quote blockquote p,
.blog-posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title,
.blog-posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title a,
.blog-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-quote blockquote p,
.blog-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title,
.blog-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title a,
.archive-posts.posts--12-cols-overlay [id^="post-"].format-quote blockquote p,
.archive-posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title,
.archive-posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title a,
.archive-posts.posts--6-6-cols-overlay [id^="post-"].format-quote blockquote p,
.archive-posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title,
.archive-posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title a,
.archive-posts.posts--4-4-4-cols-overlay [id^="post-"].format-quote blockquote p,
.archive-posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title,
.archive-posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title a,
.archive-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-quote blockquote p,
.archive-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title,
.archive-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title a,
div.grimlock-query-section__posts.posts--12-cols-overlay [id^="post-"].format-quote blockquote p,
div.grimlock-query-section__posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title,
div.grimlock-query-section__posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title a,
div.grimlock-query-section__posts.posts--6-6-cols-overlay [id^="post-"].format-quote blockquote p,
div.grimlock-query-section__posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title,
div.grimlock-query-section__posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title a,
div.grimlock-query-section__posts.posts--4-4-4-cols-overlay [id^="post-"].format-quote blockquote p,
div.grimlock-query-section__posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title,
div.grimlock-query-section__posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title a,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-quote blockquote p,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title a,
.terms.posts--12-cols-overlay [id^="post-"].format-quote blockquote p,
.terms.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title,
.terms.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title a,
.terms.posts--6-6-cols-overlay [id^="post-"].format-quote blockquote p,
.terms.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title,
.terms.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title a,
.terms.posts--4-4-4-cols-overlay [id^="post-"].format-quote blockquote p,
.terms.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title,
.terms.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title a,
.terms.posts--3-3-3-3-cols-overlay [id^="post-"].format-quote blockquote p,
.terms.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title,
.terms.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title a,
.search-posts.posts--12-cols-overlay [id^="post-"].format-quote blockquote p,
.search-posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title,
.search-posts.posts--12-cols-overlay [id^="post-"].format-link h2.entry-title a,
.search-posts.posts--6-6-cols-overlay [id^="post-"].format-quote blockquote p,
.search-posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title,
.search-posts.posts--6-6-cols-overlay [id^="post-"].format-link h2.entry-title a,
.search-posts.posts--4-4-4-cols-overlay [id^="post-"].format-quote blockquote p,
.search-posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title,
.search-posts.posts--4-4-4-cols-overlay [id^="post-"].format-link h2.entry-title a,
.search-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-quote blockquote p,
.search-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title,
.search-posts.posts--3-3-3-3-cols-overlay [id^="post-"].format-link h2.entry-title a {
  color: var(--grimlock-archive-post-title-color) !important;
}

.blog-posts.posts--12-cols-lateral [id^="post-"], .blog-posts.posts--12-cols-lateral-reverse [id^="post-"], .blog-posts.posts--6-6-cols-lateral [id^="post-"], .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"],
.archive-posts.posts--12-cols-lateral [id^="post-"],
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"],
.archive-posts.posts--6-6-cols-lateral [id^="post-"],
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"],
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"],
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"],
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"],
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"],
.terms.posts--12-cols-lateral [id^="post-"],
.terms.posts--12-cols-lateral-reverse [id^="post-"],
.terms.posts--6-6-cols-lateral [id^="post-"],
.terms.posts--6-6-cols-lateral-reverse [id^="post-"],
.search-posts.posts--12-cols-lateral [id^="post-"],
.search-posts.posts--12-cols-lateral-reverse [id^="post-"],
.search-posts.posts--6-6-cols-lateral [id^="post-"],
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-posts.posts--12-cols-lateral [id^="post-"] .card, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"] .card, .blog-posts.posts--6-6-cols-lateral [id^="post-"] .card, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
.archive-posts.posts--12-cols-lateral [id^="post-"] .card,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"] .card,
.archive-posts.posts--6-6-cols-lateral [id^="post-"] .card,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"] .card,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"] .card,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"] .card,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
.terms.posts--12-cols-lateral [id^="post-"] .card,
.terms.posts--12-cols-lateral-reverse [id^="post-"] .card,
.terms.posts--6-6-cols-lateral [id^="post-"] .card,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"] .card,
.search-posts.posts--12-cols-lateral [id^="post-"] .card,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"] .card,
.search-posts.posts--6-6-cols-lateral [id^="post-"] .card,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card {
  flex-direction: row;
  margin: 0;
}

.blog-posts.posts--12-cols-lateral [id^="post-"] .card__stats > div > a, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"] .card__stats > div > a, .blog-posts.posts--6-6-cols-lateral [id^="post-"] .card__stats > div > a, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
.archive-posts.posts--12-cols-lateral [id^="post-"] .card__stats > div > a,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
.archive-posts.posts--6-6-cols-lateral [id^="post-"] .card__stats > div > a,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"] .card__stats > div > a,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"] .card__stats > div > a,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
.terms.posts--12-cols-lateral [id^="post-"] .card__stats > div > a,
.terms.posts--12-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
.terms.posts--6-6-cols-lateral [id^="post-"] .card__stats > div > a,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
.search-posts.posts--12-cols-lateral [id^="post-"] .card__stats > div > a,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"] .card__stats > div > a,
.search-posts.posts--6-6-cols-lateral [id^="post-"] .card__stats > div > a,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .card__stats > div > a {
  margin-bottom: 0;
}

.blog-posts.posts--12-cols-lateral [id^="post-"] .entry-labels, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-labels, .blog-posts.posts--6-6-cols-lateral [id^="post-"] .entry-labels, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-labels,
.archive-posts.posts--12-cols-lateral [id^="post-"] .entry-labels,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-labels,
.archive-posts.posts--6-6-cols-lateral [id^="post-"] .entry-labels,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-labels,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"] .entry-labels,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-labels,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"] .entry-labels,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-labels,
.terms.posts--12-cols-lateral [id^="post-"] .entry-labels,
.terms.posts--12-cols-lateral-reverse [id^="post-"] .entry-labels,
.terms.posts--6-6-cols-lateral [id^="post-"] .entry-labels,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-labels,
.search-posts.posts--12-cols-lateral [id^="post-"] .entry-labels,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-labels,
.search-posts.posts--6-6-cols-lateral [id^="post-"] .entry-labels,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-labels {
  display: none;
}

.blog-posts.posts--12-cols-lateral [id^="post-"] .entry-meta + .entry-header, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header, .blog-posts.posts--6-6-cols-lateral [id^="post-"] .entry-meta + .entry-header, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--12-cols-lateral [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--6-6-cols-lateral [id^="post-"] .entry-meta + .entry-header,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"] .entry-meta + .entry-header,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
.terms.posts--12-cols-lateral [id^="post-"] .entry-meta + .entry-header,
.terms.posts--12-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
.terms.posts--6-6-cols-lateral [id^="post-"] .entry-meta + .entry-header,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--12-cols-lateral [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--6-6-cols-lateral [id^="post-"] .entry-meta + .entry-header,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] .entry-meta + .entry-header {
  margin-top: 0.5rem;
}

.blog-posts.posts--12-cols-lateral [id^="post-"].format-link .card-body, .blog-posts.posts--12-cols-lateral [id^="post-"].format-quote .card-body, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"].format-link .card-body, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"].format-quote .card-body, .blog-posts.posts--6-6-cols-lateral [id^="post-"].format-link .card-body, .blog-posts.posts--6-6-cols-lateral [id^="post-"].format-quote .card-body, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-link .card-body, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-quote .card-body,
.archive-posts.posts--12-cols-lateral [id^="post-"].format-link .card-body,
.archive-posts.posts--12-cols-lateral [id^="post-"].format-quote .card-body,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"].format-link .card-body,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"].format-quote .card-body,
.archive-posts.posts--6-6-cols-lateral [id^="post-"].format-link .card-body,
.archive-posts.posts--6-6-cols-lateral [id^="post-"].format-quote .card-body,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-link .card-body,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-quote .card-body,
.terms.posts--12-cols-lateral [id^="post-"].format-link .card-body,
.terms.posts--12-cols-lateral [id^="post-"].format-quote .card-body,
.terms.posts--12-cols-lateral-reverse [id^="post-"].format-link .card-body,
.terms.posts--12-cols-lateral-reverse [id^="post-"].format-quote .card-body,
.terms.posts--6-6-cols-lateral [id^="post-"].format-link .card-body,
.terms.posts--6-6-cols-lateral [id^="post-"].format-quote .card-body,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"].format-link .card-body,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"].format-quote .card-body,
.search-posts.posts--12-cols-lateral [id^="post-"].format-link .card-body,
.search-posts.posts--12-cols-lateral [id^="post-"].format-quote .card-body,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"].format-link .card-body,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"].format-quote .card-body,
.search-posts.posts--6-6-cols-lateral [id^="post-"].format-link .card-body,
.search-posts.posts--6-6-cols-lateral [id^="post-"].format-quote .card-body,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-link .card-body,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"].format-quote .card-body {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header, .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header, .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img, .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media img,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body, .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body, .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body {
  border-bottom: calc(var(--grimlock-archive-post-border-width) - 1px) solid var(--grimlock-table-striped-background-color);
  height: auto;
}

@media (min-width: 768px) {
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header, .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header {
    order: 1;
  }
}

.blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
.blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
.archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
.terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
.terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
.search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header {
  display: block;
}

@media (min-width: 768px) {
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-media,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .product__card-header {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  .blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  .archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  .archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  .terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  .terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  .search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body,
  .search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link).has-post-thumbnail .card-body {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header {
  display: none;
}

.blog-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.blog-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.archive-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
div.grimlock-query-section__posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.terms.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--12-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
.search-posts.posts--12-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-posts.posts--6-6-cols-lateral [id^="post-"],
.blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"],
.archive-posts.posts--6-6-cols-lateral [id^="post-"],
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"],
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"],
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"],
.terms.posts--6-6-cols-lateral [id^="post-"],
.terms.posts--6-6-cols-lateral-reverse [id^="post-"],
.search-posts.posts--6-6-cols-lateral [id^="post-"],
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .blog-posts.posts--6-6-cols-lateral [id^="post-"],
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"],
  .archive-posts.posts--6-6-cols-lateral [id^="post-"],
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"],
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"],
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"],
  .terms.posts--6-6-cols-lateral [id^="post-"],
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"],
  .search-posts.posts--6-6-cols-lateral [id^="post-"],
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
.search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-media,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .product__card-header {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .blog-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  .blog-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  .archive-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  .archive-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  div.grimlock-query-section__posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  .terms.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  .terms.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  .search-posts.posts--6-6-cols-lateral [id^="post-"]:not(.format-quote):not(.format-link) .card-body,
  .search-posts.posts--6-6-cols-lateral-reverse [id^="post-"]:not(.format-quote):not(.format-link) .card-body {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.grimlock .posts--height-not-equalized,
.posts--height-not-equalized.masonry {
  display: block !important;
}

.grimlock .posts--height-not-equalized[style*="position"],
.posts--height-not-equalized.masonry[style*="position"] {
  overflow: hidden;
}

.grimlock .posts--height-not-equalized [id^="post-"]:not([style*="position"]),
.posts--height-not-equalized.masonry [id^="post-"]:not([style*="position"]) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.grimlock .posts--height-not-equalized:not([style*="position"]),
.posts--height-not-equalized.masonry:not([style*="position"]) {
  position: relative;
}

.grimlock .posts--height-not-equalized:not([style*="position"]):after,
.posts--height-not-equalized.masonry:not([style*="position"]):after {
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 75px;
  left: 50%;
  text-align: center;
  font-size: 2rem;
  opacity: 0.5;
}

/* Author archive */
.archive.author .grimlock-custom_header .region__col {
  text-align: center;
  width: 100%;
  max-width: 720px;
  flex: 0 0 100%;
  margin: 0 auto;
}

.archive.author .grimlock-custom_header .region__col--1 {
  order: -1;
}

.archive.author .grimlock-custom_header .section__thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
}

.archive.author .grimlock-custom_header .section__thumbnail-img {
  border-radius: 500px;
}

.archive.author .grimlock-custom_header .vcard {
  font-weight: inherit;
}

@media (min-width: 992px) {
  .archive.author .grimlock-custom_header.region--6-6-cols-left-reverse-modern .region__row, .archive.author .grimlock-custom_header.region--6-6-cols-left-modern .region__row {
    flex-direction: column;
  }
  .archive.author .grimlock-custom_header.region--6-6-cols-left-reverse-modern .region__col, .archive.author .grimlock-custom_header.region--6-6-cols-left-modern .region__col {
    text-align: left;
    margin: 0;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.post-date .entry-date + .updated {
  display: none;
}

@media (min-width: 576px) {
  .search.search-no-results .site-content {
    min-height: 80vh;
    display: flex;
    align-items: center;
  }
}

.search.search-no-results .no-results.not-found {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.search.search-no-results .no-results.not-found .search-form {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  background-color: #fff;
  border: 7px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 1rem;
}

.card .entry-header .cat-links {
  display: none;
}

/**
 * Badges
 *
 * Badges styles.
 */
.badge {
  border-radius: 0;
  text-shadow: none;
}

.badge.badge-faded {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}

/**
 * Buttons
 *
 * Button styles.
 */
button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button a.wp-block-button__link {
  -webkit-font-smoothing: antialiased;
}

.btn, button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button a.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a,
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-width: 2px;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn, button,
  .button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .wp-block-button a.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a,
  .button,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    transition: none;
  }
}

.btn, button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button a.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a, .btn:focus, button:focus,
.button:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"],
.wp-block-button a.wp-block-button__link:focus, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:focus, .btn:active, button:active,
.button:active,
input:active[type="button"], input:active[type="submit"], input:active[type="reset"],
.wp-block-button a.wp-block-button__link:active, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:active,
.button,
.button:focus,
.button:active,
button,
button:focus,
button:active,
input[type="button"],
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"],
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"],
input[type="reset"]:focus,
input[type="reset"]:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn:hover, button:hover,
.button:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
.wp-block-button a.wp-block-button__link:hover, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:hover, .btn:active, button:active,
.button:active,
input:active[type="button"], input:active[type="submit"], input:active[type="reset"],
.wp-block-button a.wp-block-button__link:active, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:active,
.button:hover,
.button:active,
button:hover,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active {
  cursor: pointer;
}

.btn.disabled:hover, button.disabled:hover,
.disabled.button:hover,
input.disabled:hover[type="button"],
input.disabled:hover[type="submit"],
input.disabled:hover[type="reset"],
.wp-block-button a.disabled.wp-block-button__link:hover, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.disabled:hover, .btn:disabled:hover, button:disabled:hover,
.button:disabled:hover,
input:disabled:hover[type="button"],
input:disabled:hover[type="submit"],
input:disabled:hover[type="reset"],
.wp-block-button a.wp-block-button__link:disabled:hover, .main-navigation .navbar-nav > li.menu-item.btn-inside > a:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover {
  cursor: not-allowed;
}

.btn img, button img, .button img, input[type="button"] img, input[type="submit"] img, input[type="reset"] img, .wp-block-button a.wp-block-button__link img, .main-navigation .navbar-nav > li.menu-item.btn-inside > a img,
.button img,
button img,
input[type="button"] img,
input[type="submit"] img,
input[type="reset"] img {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.btn[data-toggle="collapse"].collapsed .collapsed-hidden, button[data-toggle="collapse"].collapsed .collapsed-hidden, .button[data-toggle="collapse"].collapsed .collapsed-hidden, input[data-toggle="collapse"].collapsed[type="button"] .collapsed-hidden, input[data-toggle="collapse"].collapsed[type="submit"] .collapsed-hidden, input[data-toggle="collapse"].collapsed[type="reset"] .collapsed-hidden, .wp-block-button a.wp-block-button__link[data-toggle="collapse"].collapsed .collapsed-hidden, .main-navigation .navbar-nav > li.menu-item.btn-inside > a[data-toggle="collapse"].collapsed .collapsed-hidden,
.button[data-toggle="collapse"].collapsed .collapsed-hidden,
button[data-toggle="collapse"].collapsed .collapsed-hidden,
input[type="button"][data-toggle="collapse"].collapsed .collapsed-hidden,
input[type="submit"][data-toggle="collapse"].collapsed .collapsed-hidden,
input[type="reset"][data-toggle="collapse"].collapsed .collapsed-hidden {
  display: none;
}

.btn[data-toggle="collapse"].collapsed .collapsed-visible, button[data-toggle="collapse"].collapsed .collapsed-visible, .button[data-toggle="collapse"].collapsed .collapsed-visible, input[data-toggle="collapse"].collapsed[type="button"] .collapsed-visible, input[data-toggle="collapse"].collapsed[type="submit"] .collapsed-visible, input[data-toggle="collapse"].collapsed[type="reset"] .collapsed-visible, .wp-block-button a.wp-block-button__link[data-toggle="collapse"].collapsed .collapsed-visible, .main-navigation .navbar-nav > li.menu-item.btn-inside > a[data-toggle="collapse"].collapsed .collapsed-visible,
.button[data-toggle="collapse"].collapsed .collapsed-visible,
button[data-toggle="collapse"].collapsed .collapsed-visible,
input[type="button"][data-toggle="collapse"].collapsed .collapsed-visible,
input[type="submit"][data-toggle="collapse"].collapsed .collapsed-visible,
input[type="reset"][data-toggle="collapse"].collapsed .collapsed-visible {
  display: inline-block;
}

.btn[data-toggle="collapse"]:not(.collapsed) .collapsed-hidden, button[data-toggle="collapse"]:not(.collapsed) .collapsed-hidden, .button[data-toggle="collapse"]:not(.collapsed) .collapsed-hidden, input[data-toggle="collapse"]:not(.collapsed)[type="button"] .collapsed-hidden, input[data-toggle="collapse"]:not(.collapsed)[type="submit"] .collapsed-hidden, input[data-toggle="collapse"]:not(.collapsed)[type="reset"] .collapsed-hidden, .wp-block-button a.wp-block-button__link[data-toggle="collapse"]:not(.collapsed) .collapsed-hidden, .main-navigation .navbar-nav > li.menu-item.btn-inside > a[data-toggle="collapse"]:not(.collapsed) .collapsed-hidden,
.button[data-toggle="collapse"]:not(.collapsed) .collapsed-hidden,
button[data-toggle="collapse"]:not(.collapsed) .collapsed-hidden,
input[type="button"][data-toggle="collapse"]:not(.collapsed) .collapsed-hidden,
input[type="submit"][data-toggle="collapse"]:not(.collapsed) .collapsed-hidden,
input[type="reset"][data-toggle="collapse"]:not(.collapsed) .collapsed-hidden {
  display: inline-block;
}

.btn[data-toggle="collapse"]:not(.collapsed) .collapsed-visible, button[data-toggle="collapse"]:not(.collapsed) .collapsed-visible, .button[data-toggle="collapse"]:not(.collapsed) .collapsed-visible, input[data-toggle="collapse"]:not(.collapsed)[type="button"] .collapsed-visible, input[data-toggle="collapse"]:not(.collapsed)[type="submit"] .collapsed-visible, input[data-toggle="collapse"]:not(.collapsed)[type="reset"] .collapsed-visible, .wp-block-button a.wp-block-button__link[data-toggle="collapse"]:not(.collapsed) .collapsed-visible, .main-navigation .navbar-nav > li.menu-item.btn-inside > a[data-toggle="collapse"]:not(.collapsed) .collapsed-visible,
.button[data-toggle="collapse"]:not(.collapsed) .collapsed-visible,
button[data-toggle="collapse"]:not(.collapsed) .collapsed-visible,
input[type="button"][data-toggle="collapse"]:not(.collapsed) .collapsed-visible,
input[type="submit"][data-toggle="collapse"]:not(.collapsed) .collapsed-visible,
input[type="reset"][data-toggle="collapse"]:not(.collapsed) .collapsed-visible {
  display: none;
}

.btn .stego-icon, button .stego-icon, .button .stego-icon, input[type="button"] .stego-icon, input[type="submit"] .stego-icon, input[type="reset"] .stego-icon, .wp-block-button a.wp-block-button__link .stego-icon, .main-navigation .navbar-nav > li.menu-item.btn-inside > a .stego-icon {
  font-size: 1em;
  margin-left: 0.2em;
}

.btn-secondary,
input[type="reset"],
button[type="reset"] {
  color: #fff;
}

.btn.btn-primary:hover, button.btn-primary:hover,
button:hover[type="submit"],
.btn-primary.button:hover,
input.btn-primary:hover[type="button"],
input:hover[type="submit"],
input.btn-primary:hover[type="reset"],
.wp-block-button a.btn-primary.wp-block-button__link:hover, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-primary:hover,
.menu-item--btn-primary > a:hover,
.wp-block-button.is-style-outline-primary .wp-block-button__link:hover,
.wp-block-button.is-style-primary .wp-block-button__link:hover {
  box-shadow: 0 0 0 calc( var(--grimlock-button-border-width) * 2) var(--grimlock-button-primary-hover-border-color) !important;
}

.btn.btn-secondary:hover, button.btn-secondary:hover,
button:hover[type="reset"],
.btn-secondary.button:hover,
input.btn-secondary:hover[type="button"],
input.btn-secondary:hover[type="submit"],
input:hover[type="reset"],
.wp-block-button a.btn-secondary.wp-block-button__link:hover, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-secondary:hover,
.menu-item--btn-secondary > a:hover,
.wp-block-button.is-style-outline-secondary .wp-block-button__link:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  box-shadow: 0 0 0 calc( var(--grimlock-button-border-width) * 2) var(--grimlock-button-secondary-hover-border-color) !important;
}

.btn.btn-link, button.btn-link,
.btn-link.button,
input.btn-link[type="button"],
input.btn-link[type="submit"],
input.btn-link[type="reset"],
.wp-block-button a.btn-link.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link,
.grimlock-section .grimlock-section__btn.btn-link,
.wp-block-button.is-style-link .wp-block-button__link {
  position: relative;
  padding: .3rem 0 !important;
  color: inherit !important;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: none !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn.btn-link, button.btn-link,
  .btn-link.button,
  input.btn-link[type="button"],
  input.btn-link[type="submit"],
  input.btn-link[type="reset"],
  .wp-block-button a.btn-link.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link,
  .grimlock-section .grimlock-section__btn.btn-link,
  .wp-block-button.is-style-link .wp-block-button__link {
    transition: none;
  }
}

.btn.btn-link:not(.more-link), button.btn-link:not(.more-link),
.btn-link.button:not(.more-link),
input.btn-link:not(.more-link)[type="button"],
input.btn-link:not(.more-link)[type="submit"],
input.btn-link:not(.more-link)[type="reset"],
.wp-block-button a.btn-link.wp-block-button__link:not(.more-link), .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:not(.more-link),
.grimlock-section .grimlock-section__btn.btn-link:not(.more-link),
.wp-block-button.is-style-link .wp-block-button__link:not(.more-link) {
  padding: 0.3rem 24px 0.3rem 0 !important;
}

.btn.btn-link:not(.more-link):before, button.btn-link:not(.more-link):before,
.btn-link.button:not(.more-link):before,
input.btn-link[type="button"]:not(.more-link):before,
input.btn-link[type="submit"]:not(.more-link):before,
input.btn-link[type="reset"]:not(.more-link):before,
.wp-block-button a.btn-link.wp-block-button__link:not(.more-link):before, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:not(.more-link):before,
.grimlock-section .grimlock-section__btn.btn-link:not(.more-link):before,
.wp-block-button.is-style-link .wp-block-button__link:not(.more-link):before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ed77";
  position: absolute;
  top: .5em;
  background-color: transparent !important;
  right: 0;
  font-size: 1.3em;
  float: right;
  display: inline-block;
  transition: inherit;
}

.btn.btn-link:after, button.btn-link:after,
.btn-link.button:after,
input.btn-link[type="button"]:after,
input.btn-link[type="submit"]:after,
input.btn-link[type="reset"]:after,
.wp-block-button a.btn-link.wp-block-button__link:after, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:after,
.grimlock-section .grimlock-section__btn.btn-link:after,
.wp-block-button.is-style-link .wp-block-button__link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -.2em;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  z-index: 1;
  opacity: .75;
  transition: inherit;
}

.btn.btn-link:hover, button.btn-link:hover,
.btn-link.button:hover,
input.btn-link:hover[type="button"],
input.btn-link:hover[type="submit"],
input.btn-link:hover[type="reset"],
.wp-block-button a.btn-link.wp-block-button__link:hover, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:hover, .btn.btn-link:active, button.btn-link:active,
.btn-link.button:active,
input.btn-link:active[type="button"],
input.btn-link:active[type="submit"],
input.btn-link:active[type="reset"],
.wp-block-button a.btn-link.wp-block-button__link:active, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:active, .btn.btn-link:focus, button.btn-link:focus,
.btn-link.button:focus,
input.btn-link:focus[type="button"],
input.btn-link:focus[type="submit"],
input.btn-link:focus[type="reset"],
.wp-block-button a.btn-link.wp-block-button__link:focus, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:focus, .btn.btn-link.active, button.btn-link.active,
.btn-link.active.button,
input.btn-link.active[type="button"],
input.btn-link.active[type="submit"],
input.btn-link.active[type="reset"],
.wp-block-button a.btn-link.active.wp-block-button__link, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link.active,
.grimlock-section .grimlock-section__btn.btn-link:hover,
.grimlock-section .grimlock-section__btn.btn-link:active,
.grimlock-section .grimlock-section__btn.btn-link:focus,
.grimlock-section .grimlock-section__btn.btn-link.active,
.wp-block-button.is-style-link .wp-block-button__link:hover,
.wp-block-button.is-style-link .wp-block-button__link:active,
.wp-block-button.is-style-link .wp-block-button__link:focus,
.wp-block-button.is-style-link .wp-block-button__link.active {
  color: currentColor;
}

.btn.btn-link:hover:before, button.btn-link:hover:before,
.btn-link.button:hover:before,
input.btn-link[type="button"]:hover:before,
input.btn-link[type="submit"]:hover:before,
input.btn-link[type="reset"]:hover:before,
.wp-block-button a.btn-link.wp-block-button__link:hover:before, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:hover:before, .btn.btn-link:active:before, button.btn-link:active:before,
.btn-link.button:active:before,
input.btn-link[type="button"]:active:before,
input.btn-link[type="submit"]:active:before,
input.btn-link[type="reset"]:active:before,
.wp-block-button a.btn-link.wp-block-button__link:active:before, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:active:before, .btn.btn-link:focus:before, button.btn-link:focus:before,
.btn-link.button:focus:before,
input.btn-link[type="button"]:focus:before,
input.btn-link[type="submit"]:focus:before,
input.btn-link[type="reset"]:focus:before,
.wp-block-button a.btn-link.wp-block-button__link:focus:before, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:focus:before, .btn.btn-link.active:before, button.btn-link.active:before,
.btn-link.active.button:before,
input.btn-link.active[type="button"]:before,
input.btn-link.active[type="submit"]:before,
input.btn-link.active[type="reset"]:before,
.wp-block-button a.btn-link.active.wp-block-button__link:before, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link.active:before,
.grimlock-section .grimlock-section__btn.btn-link:hover:before,
.grimlock-section .grimlock-section__btn.btn-link:active:before,
.grimlock-section .grimlock-section__btn.btn-link:focus:before,
.grimlock-section .grimlock-section__btn.btn-link.active:before,
.wp-block-button.is-style-link .wp-block-button__link:hover:before,
.wp-block-button.is-style-link .wp-block-button__link:active:before,
.wp-block-button.is-style-link .wp-block-button__link:focus:before,
.wp-block-button.is-style-link .wp-block-button__link.active:before {
  color: currentColor;
  right: -.2em;
}

.btn.btn-link:hover:after, button.btn-link:hover:after,
.btn-link.button:hover:after,
input.btn-link[type="button"]:hover:after,
input.btn-link[type="submit"]:hover:after,
input.btn-link[type="reset"]:hover:after,
.wp-block-button a.btn-link.wp-block-button__link:hover:after, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:hover:after, .btn.btn-link:active:after, button.btn-link:active:after,
.btn-link.button:active:after,
input.btn-link[type="button"]:active:after,
input.btn-link[type="submit"]:active:after,
input.btn-link[type="reset"]:active:after,
.wp-block-button a.btn-link.wp-block-button__link:active:after, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:active:after, .btn.btn-link:focus:after, button.btn-link:focus:after,
.btn-link.button:focus:after,
input.btn-link[type="button"]:focus:after,
input.btn-link[type="submit"]:focus:after,
input.btn-link[type="reset"]:focus:after,
.wp-block-button a.btn-link.wp-block-button__link:focus:after, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link:focus:after, .btn.btn-link.active:after, button.btn-link.active:after,
.btn-link.active.button:after,
input.btn-link.active[type="button"]:after,
input.btn-link.active[type="submit"]:after,
input.btn-link.active[type="reset"]:after,
.wp-block-button a.btn-link.active.wp-block-button__link:after, .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link.active:after,
.grimlock-section .grimlock-section__btn.btn-link:hover:after,
.grimlock-section .grimlock-section__btn.btn-link:active:after,
.grimlock-section .grimlock-section__btn.btn-link:focus:after,
.grimlock-section .grimlock-section__btn.btn-link.active:after,
.wp-block-button.is-style-link .wp-block-button__link:hover:after,
.wp-block-button.is-style-link .wp-block-button__link:active:after,
.wp-block-button.is-style-link .wp-block-button__link:focus:after,
.wp-block-button.is-style-link .wp-block-button__link.active:after {
  opacity: .5;
}

/**
 * Captions
 *
 * Caption styles. Like legend for figures, images or other block.
 */
.wp-caption,
.figure {
  position: relative;
  width: 100%;
  margin-bottom: 2.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"],
.wp-caption img[class*="figure-img"],
.figure img[class*="wp-image-"],
.figure img[class*="figure-img"] {
  margin-bottom: 0;
  width: auto;
  max-width: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.wp-caption .wp-caption-text,
.wp-caption .figure-caption,
.figure .wp-caption-text,
.figure .figure-caption {
  color: #FFFFFF !important;
  pointer-events: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
}

.wp-caption.alignnone,
.figure.alignnone {
  max-width: 100% !important;
}

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

.wp-caption a,
.figure a {
  color: inherit !important;
  opacity: 0.75;
}

.wp-caption a:hover,
.figure a:hover {
  opacity: 1;
}

/**
 * Cards
 *
 * Card components for various posts items.
 */
.card.card-overlay,
.post--overlay .card {
  overflow: hidden;
  min-height: 200px !important;
  background-color: currentColor;
  color: var(--grimlock-archive-post-title-color);
}

.card.card-overlay .card-media,
.post--overlay .card .card-media {
  height: 100%;
}

.card.card-overlay .card-media a,
.post--overlay .card .card-media a {
  height: 100%;
  overflow: hidden;
  color: inherit !important;
}

.card.card-overlay .card-media img,
.post--overlay .card .card-media img {
  min-width: 101%;
  min-height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  height: auto;
}

.card.card-overlay .card-media .entry-labels,
.post--overlay .card .card-media .entry-labels {
  display: none !important;
}

.card.card-overlay .card-media:after,
.post--overlay .card .card-media:after {
  content: '';
  position: absolute;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  height: 70%;
  top: auto !important;
  bottom: 0 !important;
  background: linear-gradient(to bottom, rgba(40, 40, 42, 0) 0%, #28282a 95%) !important;
  transition: all 1s cubic-bezier(0.245, 0.495, 0, 0.99);
  opacity: 0.9;
  pointer-events: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .card.card-overlay .card-media:after,
  .post--overlay .card .card-media:after {
    transition: none;
  }
}

.card.card-overlay .card-media + .card-body,
.post--overlay .card .card-media + .card-body {
  color: #FFFFFF !important;
}

.card.card-overlay .card-body,
.post--overlay .card .card-body {
  background-color: rgba(var(--grimlock-archive-post-background-color), 0.05);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 9;
  padding: 1rem !important;
}

.card.card-overlay .card-body a,
.post--overlay .card .card-body a {
  color: inherit !important;
}

.card.card-overlay .card-img,
.post--overlay .card .card-img {
  max-width: 100%;
  height: auto;
}

.card.card-overlay .card__stats > div > a,
.post--overlay .card .card__stats > div > a {
  margin-bottom: 0 !important;
}

.card.card-overlay .entry-category,
.post--overlay .card .entry-category {
  color: inherit;
}

.card.card-overlay .entry-category a[rel*="category"],
.card.card-overlay .entry-category a[rel*="tag"],
.post--overlay .card .entry-category a[rel*="category"],
.post--overlay .card .entry-category a[rel*="tag"] {
  color: inherit !important;
}

.card.card-overlay .entry-category a[rel*="category"], .card.card-overlay .entry-category a[rel*="category"]:hover, .card.card-overlay .entry-category a[rel*="category"]:focus, .card.card-overlay .entry-category a[rel*="category"]:active,
.card.card-overlay .entry-category a[rel*="tag"],
.card.card-overlay .entry-category a[rel*="tag"]:hover,
.card.card-overlay .entry-category a[rel*="tag"]:focus,
.card.card-overlay .entry-category a[rel*="tag"]:active,
.post--overlay .card .entry-category a[rel*="category"],
.post--overlay .card .entry-category a[rel*="category"]:hover,
.post--overlay .card .entry-category a[rel*="category"]:focus,
.post--overlay .card .entry-category a[rel*="category"]:active,
.post--overlay .card .entry-category a[rel*="tag"],
.post--overlay .card .entry-category a[rel*="tag"]:hover,
.post--overlay .card .entry-category a[rel*="tag"]:focus,
.post--overlay .card .entry-category a[rel*="tag"]:active {
  color: inherit !important;
}

.card.card-overlay .card__icon,
.post--overlay .card .card__icon {
  display: none;
}

.card.card-overlay .entry-header,
.post--overlay .card .entry-header {
  margin-bottom: -0.3rem;
  text-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
}

.card.card-overlay h2.entry-title,
.post--overlay .card h2.entry-title {
  color: inherit !important;
  line-height: 1em;
  font-size: 1.75em;
}

.card.card-overlay h2.entry-title a,
.post--overlay .card h2.entry-title a {
  font-size: 0.85em;
}

.card.card-overlay h2.entry-title a, .card.card-overlay h2.entry-title a:hover, .card.card-overlay h2.entry-title a:focus, .card.card-overlay h2.entry-title a:active,
.post--overlay .card h2.entry-title a,
.post--overlay .card h2.entry-title a:hover,
.post--overlay .card h2.entry-title a:focus,
.post--overlay .card h2.entry-title a:active {
  color: inherit !important;
}

.card.card-overlay h2.entry-title a:after,
.post--overlay .card h2.entry-title a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.card.card-overlay .entry-meta,
.post--overlay .card .entry-meta {
  color: inherit;
  font-size: 0.9em;
  margin-bottom: 0.25rem;
}

.card.card-overlay .entry-meta .post-reading-time,
.post--overlay .card .entry-meta .post-reading-time {
  display: none;
}

.card.card-overlay .author-avatar,
.post--overlay .card .author-avatar {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.card.card-overlay .entry-content,
.card.card-overlay .edit-link,
.card.card-overlay .addtoany_content,
.card.card-overlay .author-vcard,
.card.card-overlay .more-link,
.post--overlay .card .entry-content,
.post--overlay .card .edit-link,
.post--overlay .card .addtoany_content,
.post--overlay .card .author-vcard,
.post--overlay .card .more-link {
  display: none;
}

.card.card-overlay .post-author:after,
.post--overlay .card .post-author:after {
  content: none !important;
}

.card.card-overlay footer.entry-footer,
.post--overlay .card footer.entry-footer {
  position: relative;
  z-index: 9;
}

.card.card-overlay footer.entry-footer a.btn:not(.badge):not([rel='tag']),
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']),
.card.card-overlay footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']), .wp-block-button .card.card-overlay footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']), .card.card-overlay footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']), .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']),
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']),
.post--overlay .card footer.entry-footer a.btn:not(.badge):not([rel='tag']),
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']),
.post--overlay .card footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']),
.wp-block-button .post--overlay .card footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']),
.post--overlay .card footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']),
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']),
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']) {
  background: none;
  box-shadow: none;
  font-size: 0.8em;
  padding: 0.5rem 0.8rem;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

.card.card-overlay footer.entry-footer a.btn:not(.badge):not([rel='tag']):hover,
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']):hover,
.card.card-overlay footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']):hover, .wp-block-button .card.card-overlay footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']):hover, .card.card-overlay footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):hover, .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):hover, .card.card-overlay footer.entry-footer a.btn:not(.badge):not([rel='tag']):active,
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']):active,
.card.card-overlay footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']):active, .wp-block-button .card.card-overlay footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']):active, .card.card-overlay footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):active, .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):active, .card.card-overlay footer.entry-footer a.btn:not(.badge):not([rel='tag']):focus,
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']):focus,
.card.card-overlay footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']):focus, .wp-block-button .card.card-overlay footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']):focus, .card.card-overlay footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):focus, .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):focus,
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']):hover,
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']):active,
.card.card-overlay footer.entry-footer a.button:not(.badge):not([rel='tag']):focus,
.post--overlay .card footer.entry-footer a.btn:not(.badge):not([rel='tag']):hover,
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']):hover,
.post--overlay .card footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']):hover,
.wp-block-button .post--overlay .card footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']):hover,
.post--overlay .card footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):hover,
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):hover,
.post--overlay .card footer.entry-footer a.btn:not(.badge):not([rel='tag']):active,
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']):active,
.post--overlay .card footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']):active,
.wp-block-button .post--overlay .card footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']):active,
.post--overlay .card footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):active,
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):active,
.post--overlay .card footer.entry-footer a.btn:not(.badge):not([rel='tag']):focus,
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']):focus,
.post--overlay .card footer.entry-footer .wp-block-button a.wp-block-button__link:not(.badge):not([rel='tag']):focus,
.wp-block-button .post--overlay .card footer.entry-footer a.wp-block-button__link:not(.badge):not([rel='tag']):focus,
.post--overlay .card footer.entry-footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):focus,
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > li.menu-item.btn-inside > a:not(.badge):not([rel='tag']):focus,
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']):hover,
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']):active,
.post--overlay .card footer.entry-footer a.button:not(.badge):not([rel='tag']):focus {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.card.card-overlay .wp-block-quote,
.post--overlay .card .wp-block-quote {
  margin: 0 !important;
  padding: 0.5rem 1rem !important;
  font-size: 1em !important;
}

.card {
  transition: all 1s cubic-bezier(0.245, 0.495, 0, 0.99);
  color: #414143;
  position: relative;
  z-index: 1;
  overflow: visible;
  word-break: break-word;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

@media screen and (prefers-reduced-motion: reduce) {
  .card {
    transition: none;
  }
}

.card a:not([class*="btn"]):not([class*="button"]):hover {
  color: #4d4d51;
}

.card.card-double-border {
  box-shadow: 0 0 0 2px var(--grimlock-table-striped-background-color) inset;
  padding: 3vw;
}

@media (min-width: 768px) {
  .card.card-double-border {
    box-shadow: 0 0 0 var(--grimlock-archive-post-border-width) var(--grimlock-table-striped-background-color) inset;
  }
}

.card .post-thumbnail ~ .post-thumbnail {
  display: none;
}

.card hr {
  border-style: dotted;
  margin-top: 0;
}

.card .btn, .card button,
.card .button,
.card input[type="button"],
.card input[type="submit"],
.card input[type="reset"],
.card .wp-block-button a.wp-block-button__link, .wp-block-button .card a.wp-block-button__link, .card .main-navigation .navbar-nav > li.menu-item.btn-inside > a, .main-navigation .card .navbar-nav > li.menu-item.btn-inside > a {
  max-width: 100%;
  white-space: normal;
}

.card .card-media,
.card .product__card-header {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.card .card-media img,
.card .product__card-header img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 1s cubic-bezier(0.245, 0.495, 0, 0.99);
}

@media screen and (prefers-reduced-motion: reduce) {
  .card .card-media img,
  .card .product__card-header img {
    transition: none;
  }
}

.card .card-media img:focus,
.card .product__card-header img:focus {
  outline: 0;
}

.card .card-media > figure > a:before, .card .card-media > figure > a:after,
.card .product__card-header > figure > a:before,
.card .product__card-header > figure > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .card .card-media > figure > a:before, .card .card-media > figure > a:after,
  .card .product__card-header > figure > a:before,
  .card .product__card-header > figure > a:after {
    transition: none;
  }
}

.card .card-media > figure > a:before,
.card .product__card-header > figure > a:before {
  background-image: linear-gradient(-180deg, #c7a17a 100%, #c7a17a 100%);
  opacity: 0;
}

.card .card-media > figure > a:hover:before,
.card .product__card-header > figure > a:hover:before {
  opacity: 0.2;
}

.card .card-media > figure > a:hover img,
.card .product__card-header > figure > a:hover img {
  filter: grayscale(0.6);
}

.card .card-media .carousel,
.card .product__card-header .carousel {
  width: 100%;
  height: 410px;
}

.card .card-media .carousel .carousel-inner,
.card .card-media .carousel .carousel-item,
.card .product__card-header .carousel .carousel-inner,
.card .product__card-header .carousel .carousel-item {
  height: 100%;
}

.card .card-media .carousel .carousel-item,
.card .product__card-header .carousel .carousel-item {
  background-size: cover;
  background-position: center center;
}

.card .card-media .carousel .carousel-control,
.card .product__card-header .carousel .carousel-control {
  width: 65px;
  z-index: 99999;
}

.posts[class*="4-4-4-cols-classic"] .card .card-media .carousel .carousel-control,
.posts[class*="3-3-3-3-cols-classic"] .card .card-media .carousel .carousel-control,
.posts--4-4-4-cols-overlay .card .card-media .carousel .carousel-control,
.posts--3-3-3-3-cols-overlay .card .card-media .carousel .carousel-control,
[class*="cols-overlay-slider"] .card .card-media .carousel .carousel-control, .posts[class*="4-4-4-cols-classic"]
.card .product__card-header .carousel .carousel-control,
.posts[class*="3-3-3-3-cols-classic"]
.card .product__card-header .carousel .carousel-control,
.posts--4-4-4-cols-overlay
.card .product__card-header .carousel .carousel-control,
.posts--3-3-3-3-cols-overlay
.card .product__card-header .carousel .carousel-control,
[class*="cols-overlay-slider"]
.card .product__card-header .carousel .carousel-control {
  width: 45px;
}

.card .card-media .carousel .carousel-control .stego-icon,
.card .product__card-header .carousel .carousel-control .stego-icon {
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  font-size: 1.55em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.card .card-media .entry-labels,
.card .product__card-header .entry-labels {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.card .card-media .entry-category,
.card .product__card-header .entry-category {
  margin-bottom: 0;
  position: absolute;
  top: var(--grimlock-archive-post-padding);
  left: var(--grimlock-archive-post-padding);
}

.card .card-media .entry-category .category-separator,
.card .product__card-header .entry-category .category-separator {
  display: none;
}

.card .card-media .entry-category a,
.card .product__card-header .entry-category a {
  margin-bottom: 0.3rem;
}

.card .card-media .entry-category a:first-child,
.card .product__card-header .entry-category a:first-child {
  margin-left: 0;
}

.card .card-media .entry-category a[rel*="category"], .card .card-media .entry-category a[rel*="tag"],
.card .product__card-header .entry-category a[rel*="category"],
.card .product__card-header .entry-category a[rel*="tag"] {
  padding: calc(var(--grimlock-button-padding-y)/2) calc(var(--grimlock-button-padding-x)/2);
  background-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card .card-media .entry-category a[rel*="category"]:hover, .card .card-media .entry-category a[rel*="tag"]:hover,
.card .product__card-header .entry-category a[rel*="category"]:hover,
.card .product__card-header .entry-category a[rel*="tag"]:hover {
  background-color: var(--grimlock-button-primary-hover-background-color);
  color: var(--grimlock-button-primary-hover-color) !important;
}

.card .entry-labels {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.card .entry-labels > div {
  display: flex;
  align-items: center;
  line-height: 1em;
  flex-wrap: wrap;
}

.card .entry-labels > div:not(:last-of-type) {
  margin-right: 1rem;
}

.card .card__stats {
  pointer-events: none;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.card .card__stats > div {
  margin-right: 0;
}

.card .card__stats > div i {
  margin-right: 6px !important;
}

.card .card__stats > div .span-reading-time .rt-label.rt-prefix {
  display: none;
}

.card .card__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 3em;
  color: #FFFFFF;
  pointer-events: none;
  transition: transform 1s ease, opacity 0.5s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .card .card__icon {
    transition: none;
  }
}

.card .card-body {
  position: relative;
  padding: 20px 20px;
  width: 100%;
}

.card .card-body .post-category .category-separator {
  opacity: 0.85;
  pointer-events: none;
  display: inline-block;
  padding-right: 0.2em;
}

.card .entry-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.card .entry-category {
  font-size: 0.9em;
  margin-bottom: 0.5rem;
}

.card .entry-category a {
  margin-left: .3rem;
  font-weight: 400;
}

.card .entry-category a[rel*="category"], .card .entry-category a[rel*="tag"] {
  position: relative;
  z-index: 1;
}

.card .entry-category a[rel*="category"]:hover, .card .entry-category a[rel*="category"]:active, .card .entry-category a[rel*="category"]:focus, .card .entry-category a[rel*="tag"]:hover, .card .entry-category a[rel*="tag"]:active, .card .entry-category a[rel*="tag"]:focus {
  color: var(--grimlock-link-color) !important;
}

.card .entry-meta + .card__button-more {
  margin-top: 1rem;
}

.card .entry-title {
  margin-bottom: 0;
  font-size: 1.55rem;
}

.card .entry-title [class*="posts--6-6"] {
  font-size: 2rem;
}

.card .entry-title a {
  color: inherit;
}

.card .entry-title:hover {
  color: #4d4d51;
}

.card .entry-content {
  font-size: 1rem;
}

.card .entry-content + .entry-meta {
  margin-top: 1rem;
}

.card .entry-content .post-tag {
  margin-bottom: 0;
}

.card .entry-summary {
  display: flex;
  flex-wrap: wrap;
}

.card .entry-summary > p {
  width: 100%;
}

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

.card .entry-summary > div {
  margin-bottom: 1rem;
}

.card .entry-summary > div ~ div {
  margin-left: 0.3rem;
}

.card .entry-summary .addtoany_share_save_container {
  margin-top: 0;
}

.card .entry-summary + .post-tag {
  margin-top: 1rem;
}

.card .entry-summary .more-link {
  font-weight: var(--grimlock-button-font-weight);
  font-size: calc( var(--grimlock-button-font-size) - 2px);
  line-height: var(--grimlock-button-line-height);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-transform: var(--grimlock-button-text-transform);
  border: 0;
}

.card .entry-summary .more-link .meta-nav {
  font-size: 1rem;
  vertical-align: text-bottom;
}

.card .entry-content a.more-link,
.card .entry-summary a.more-link {
  color: var(--grimlock-link-color) !important;
  font-weight: var(--grimlock-button-font-weight);
  font-size: calc( var(--grimlock-button-font-size) - 2px);
  line-height: var(--grimlock-button-line-height);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-transform: var(--grimlock-button-text-transform);
  padding: 0.3rem 0 !important;
  position: relative;
  border: 0 !important;
  border-radius: 0;
  display: inline-block;
}

.card .entry-content a.more-link:after,
.card .entry-summary a.more-link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  z-index: 1;
}

.card .entry-content a.more-link .meta-nav,
.card .entry-summary a.more-link .meta-nav {
  font-size: 1rem;
  vertical-align: text-bottom;
  transform: translateX(0);
  transition: inherit;
}

.card .entry-content a.more-link:hover .meta-nav.stego-icon,
.card .entry-summary a.more-link:hover .meta-nav.stego-icon {
  transform: translateX(5px);
}

[class*="posts--6-6"] .card .post-author .post-author__info,
[class*="posts--4-4-4"] .card .post-author .post-author__info,
[class*="posts--3-3-3-3"] .card .post-author .post-author__info {
  display: none;
}

.card .post-author .avatar {
  background-color: #fff;
}

.card .post-author .author-avatar > a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 500px;
}

.card .posted-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.card .post-comment .comments-link {
  position: relative;
  display: flex;
  align-items: center;
  color: inherit;
}

.card .entry-content .post-comment {
  margin-top: 1rem;
  padding-top: 1rem;
}

.card .entry-content .post-comment .comments-link {
  flex-direction: row-reverse;
  position: relative;
  top: -0.1em;
  font-size: 0.9em;
  line-height: 0.9em;
}

.card .entry-content .post-comment .comments-link .stego-icon {
  margin-right: 0.3em;
  margin-left: 0.1em !important;
}

.card .entry-content .post-comment .comments-link a {
  color: inherit !important;
}

.card .entry-content .post-comment .comments-link a:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.card.card-no-transform, .card.card-static {
  transform: none !important;
  animation: none !important;
  z-index: auto !important;
  will-change: auto !important;
}

.card.card-no-transform .card-body, .card.card-static .card-body {
  z-index: auto;
}

.card .edit-link {
  position: absolute;
  display: block;
  z-index: 99999;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.card .edit-link .post-edit-link {
  display: block;
  padding: 5px 10px;
  font-size: 0.8rem;
  line-height: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7) !important;
}

.posts[class*="12-cols-classic"] .has-post-thumbnail .card .card__stats:after,
.posts[class*="6-6-cols-classic"] .has-post-thumbnail .card .card__stats:after,
.posts[class*="4-4-4-cols-classic"] .has-post-thumbnail .card .card__stats:after,
.posts[class*="3-3-3-3-cols-classic"] .has-post-thumbnail .card .card__stats:after {
  content: '';
}

.posts[class*="12-cols-classic"] .has-post-thumbnail .card .card__stats > div > a,
.posts[class*="6-6-cols-classic"] .has-post-thumbnail .card .card__stats > div > a,
.posts[class*="4-4-4-cols-classic"] .has-post-thumbnail .card .card__stats > div > a,
.posts[class*="3-3-3-3-cols-classic"] .has-post-thumbnail .card .card__stats > div > a {
  margin-bottom: 0 !important;
}

.posts--12-cols-classic .card .card-body {
  margin-bottom: 20px;
}

.posts--12-cols-lateral .card .card__stats,
.posts--6-6-cols-lateral .card .card__stats {
  display: none;
}

.posts--12-cols-lateral .card .entry-labels,
.posts--6-6-cols-lateral .card .entry-labels {
  top: 1rem;
  right: 1rem;
  bottom: auto;
  left: auto;
}

.posts--12-cols-lateral .card .entry-meta > div,
.posts--6-6-cols-lateral .card .entry-meta > div {
  margin-bottom: 0;
}

.posts--12-cols-lateral .card .entry-meta .author-avatar,
.posts--6-6-cols-lateral .card .entry-meta .author-avatar {
  display: none;
}

.posts--12-cols-lateral .card .entry-title,
.posts--6-6-cols-lateral .card .entry-title {
  font-size: var(--grimlock-heading3-font-size);
}

.posts--12-cols-lateral .card .entry-content,
.posts--6-6-cols-lateral .card .entry-content {
  font-size: 1em;
}

.posts--12-cols-lateral .card .entry-summary .addtoany_content,
.posts--6-6-cols-lateral .card .entry-summary .addtoany_content {
  display: none;
}

.region--12-cols-center [class*="-cols-overlay"] .card .card-body {
  align-items: center;
}

.region--12-cols-center [class*="cols-overlay-slider"] [id*="post-"] .card .entry-title {
  padding-right: 0;
}

.region--12-cols-center .card {
  text-align: center !important;
}

.region--12-cols-center .card .card-body .entry-labels,
.region--12-cols-center .card .card-body .card__stats {
  justify-content: center !important;
}

.region--12-cols-center .card .entry-category .post-category,
.region--12-cols-center .card .entry-content {
  justify-content: center;
}

.region--12-cols-center .card .entry-meta {
  justify-content: center !important;
}

.region--12-cols-center .card .entry-meta > div {
  justify-content: inherit;
}

.region--12-cols-center .card .entry-summary {
  justify-content: inherit;
}

.card:hover .card__icon {
  transform: translate3d(0, 0, 0) scale(0.9);
}

.card:hover .edit-link {
  opacity: 1;
  pointer-events: auto;
}

.card:hover .post-thumbnail img {
  -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
  clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
}

.entry-meta {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  flex-wrap: wrap;
  color: inherit;
  font-weight: 700;
}

.entry-meta .post-reading-time .span-reading-time .rt-label.rt-prefix {
  display: none;
}

.entry-meta a:not(:hover):not(:focus):not(:active) {
  color: inherit;
}

.entry-meta a i {
  position: relative;
  padding-left: 1px;
  left: -1px;
}

.entry-meta > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
}

.entry-meta > div:not(:last-child) {
  margin-right: 0.5rem;
}

.entry-meta > div:not(:last-of-type):after {
  content: "\2022";
  display: inline-block;
  margin-left: 0.5rem;
  opacity: 0.75;
}

.single .entry-meta > div:not(.post-author) > span,
.single .entry-meta > div:not(.post-author) > i,
.single .entry-meta > div:not(.post-author) > a:not(:hover) {
  opacity: 0.7;
}

.single .entry-meta > div .vcard {
  transition: inherit;
}

.single .entry-meta > div a.post-author:not(:hover) .vcard {
  opacity: 0.7;
}

.single .entry-meta > div a.post-author:hover .vcard {
  opacity: 1;
}

.post-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.post-category .category-separator {
  margin-right: 0.3rem;
  opacity: 0.85;
  pointer-events: none;
}

.post-tag {
  justify-content: inherit;
  margin-bottom: 1rem;
}

.post-tag a:not([class*="button"]):not([class*="btn"]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  font-size: 1em;
  line-height: 0;
  color: #fff;
  background-color: #28282A;
  border: 2px solid #28282A;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 20px;
  padding: 0.2rem 0.6rem;
  font-size: 0.75em;
  line-height: 1.1em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.post-tag a:not([class*="button"]):not([class*="btn"]):hover {
  color: #fff;
  background-color: #0F0F10;
  border-color: #0F0F10;
}

.post-tag a:not([class*="button"]):not([class*="btn"])::-moz-selection {
  background: none !important;
}

.post-tag a:not([class*="button"]):not([class*="btn"])::selection, .post-tag a:not([class*="button"]):not([class*="btn"])::-moz-selection {
  background: none !important;
}

.post-sticky,
.post-format {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  font-size: 1em;
  line-height: 0;
  color: #fff;
  background-color: #28282A;
  border: 2px solid #28282A;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 20px;
  border: 0 !important;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 2px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0;
}

.post-sticky:hover,
.post-format:hover {
  color: #fff;
  background-color: #0F0F10;
  border-color: #0F0F10;
}

.post-sticky::-moz-selection, .post-format::-moz-selection {
  background: none !important;
}

.post-sticky::selection, .post-sticky::-moz-selection,
.post-format::selection,
.post-format::-moz-selection {
  background: none !important;
}

.post-sticky__name,
.post-format__name {
  display: none;
}

.post-sticky i,
.post-format i {
  font-size: 0.95em;
  position: relative;
  top: 1px;
}

.single .post-sticky, .single
.post-format {
  width: 38px;
  height: 38px;
}

.stego-post-aside:before {
  content: "\ecf0";
}

.stego-post-link:before {
  content: "\ec3b";
}

.stego-post-image:before {
  content: "\ea04";
}

.stego-post-quote:before {
  content: "\ed53";
}

.stego-post-video:before {
  content: "\ee6f";
}

.stego-post-gallery:before {
  content: "\ebf8";
}

.stego-post-audio:before {
  content: "\ecea";
}

.stego-post-status:before {
  content: "\e976";
}

.stego-post-chat:before {
  content: "\ea39";
}

.author-avatar img.avatar {
  border-radius: 500px;
}

/**
 * Comments
 *
 * Comments thread styles.
 */
.single #content:not(.region--9-3-cols-left):not(.region--3-9-cols-left):not(.region--3-6-3-cols-left) #collapseComments {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
  background: transparent;
}

.single #content.region--9-3-cols-left #collapseComments,
.single #content.region--3-9-cols-left #collapseComments,
.single #content.region--3-6-3-cols-left #collapseComments {
  max-width: 100%;
  padding: 3% 0 !important;
}

.single #content.region--9-3-cols-left #collapseComments > .container, .single #content.region--9-3-cols-left .region #collapseComments > .region__container, .region .single #content.region--9-3-cols-left #collapseComments > .region__container, .single #content.region--9-3-cols-left .main-navigation.navbar--container-classic #collapseComments > .navbar__container, .main-navigation.navbar--container-classic .single #content.region--9-3-cols-left #collapseComments > .navbar__container, .single #content.region--9-3-cols-left .main-navigation.navbar--container-narrow #collapseComments > .navbar__container, .main-navigation.navbar--container-narrow .single #content.region--9-3-cols-left #collapseComments > .navbar__container, .single #content.region--9-3-cols-left .main-navigation.navbar--container-narrower #collapseComments > .navbar__container, .main-navigation.navbar--container-narrower .single #content.region--9-3-cols-left #collapseComments > .navbar__container, .single #content.region--9-3-cols-left #primary > #main > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--9-3-cols-left #before_content > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--9-3-cols-left #after_content > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--3-9-cols-left #collapseComments > .container,
.single #content.region--3-9-cols-left .region #collapseComments > .region__container,
.region .single #content.region--3-9-cols-left #collapseComments > .region__container,
.single #content.region--3-9-cols-left .main-navigation.navbar--container-classic #collapseComments > .navbar__container,
.main-navigation.navbar--container-classic .single #content.region--3-9-cols-left #collapseComments > .navbar__container,
.single #content.region--3-9-cols-left .main-navigation.navbar--container-narrow #collapseComments > .navbar__container,
.main-navigation.navbar--container-narrow .single #content.region--3-9-cols-left #collapseComments > .navbar__container,
.single #content.region--3-9-cols-left .main-navigation.navbar--container-narrower #collapseComments > .navbar__container,
.main-navigation.navbar--container-narrower .single #content.region--3-9-cols-left #collapseComments > .navbar__container,
.single #content.region--3-9-cols-left #primary > #main > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--3-9-cols-left #before_content > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--3-9-cols-left #after_content > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--3-6-3-cols-left #collapseComments > .container,
.single #content.region--3-6-3-cols-left .region #collapseComments > .region__container,
.region .single #content.region--3-6-3-cols-left #collapseComments > .region__container,
.single #content.region--3-6-3-cols-left .main-navigation.navbar--container-classic #collapseComments > .navbar__container,
.main-navigation.navbar--container-classic .single #content.region--3-6-3-cols-left #collapseComments > .navbar__container,
.single #content.region--3-6-3-cols-left .main-navigation.navbar--container-narrow #collapseComments > .navbar__container,
.main-navigation.navbar--container-narrow .single #content.region--3-6-3-cols-left #collapseComments > .navbar__container,
.single #content.region--3-6-3-cols-left .main-navigation.navbar--container-narrower #collapseComments > .navbar__container,
.main-navigation.navbar--container-narrower .single #content.region--3-6-3-cols-left #collapseComments > .navbar__container,
.single #content.region--3-6-3-cols-left #primary > #main > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--3-6-3-cols-left #before_content > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.single #content.region--3-6-3-cols-left #after_content > .widget-area#collapseComments > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.comment-respond {
  margin-top: .5rem;
  padding: 1.5rem;
  position: relative;
  border: 7px solid #fff;
  border-radius: 0;
  background-color: #fff;
}

.comment-respond .comment-reply-title {
  font-size: 1.35rem;
}

.comment-respond .comment-form-cookies-consent {
  display: flex;
}

.comment-respond .comment-form-cookies-consent label {
  font-size: 0.9em;
  cursor: pointer;
}

.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 0.4rem;
  position: relative;
  top: 3px;
}

.comment .comment-respond {
  border-radius: 0 !important;
}

#cancel-comment-reply-link {
  color: inherit;
  opacity: 0.65;
  padding: 10px;
  display: block;
  position: absolute;
  font-weight: 900;
  top: 0.4rem;
  right: 0;
  text-transform: uppercase;
  font-size: 0;
  padding: 1.5rem;
}

#cancel-comment-reply-link:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eea6";
  font-size: 1.25rem;
}

#cancel-comment-reply-link:hover {
  opacity: 1;
}

.comments-area {
  border-top: 3px solid currentColor;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--grimlock-control-color);
  background-color: var(--grimlock-control-background-color);
  background-image: none;
  background-clip: padding-box;
  border: var(--grimlock-control-border-width) solid var(--grimlock-control-border-color);
  border-radius: var(--grimlock-control-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form input[type="password"],
  .comment-form textarea {
    transition: none;
  }
}

.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form input[type="password"]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form textarea:focus {
  color: var(--grimlock-control-focus-color);
  background-color: var(--grimlock-control-focus-background-color);
  border-color: var(--grimlock-control-focus-border-color);
  outline: 0;
}

.comment-form input[type="text"]::-moz-placeholder, .comment-form input[type="email"]::-moz-placeholder, .comment-form input[type="url"]::-moz-placeholder, .comment-form input[type="password"]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: var(--grimlock-control-placeholder-color);
  opacity: 1;
}

.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form input[type="password"]::placeholder,
.comment-form textarea::placeholder {
  color: var(--grimlock-control-placeholder-color);
  opacity: 1;
}

.comment-form input[type="text"]:disabled, .comment-form input[type="text"][readonly],
.comment-form input[type="email"]:disabled,
.comment-form input[type="email"][readonly],
.comment-form input[type="url"]:disabled,
.comment-form input[type="url"][readonly],
.comment-form input[type="password"]:disabled,
.comment-form input[type="password"][readonly],
.comment-form textarea:disabled,
.comment-form textarea[readonly] {
  background-color: #DCDCDA;
  opacity: 1;
}

.comment-form input[type="text"]:disabled,
.comment-form input[type="email"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form input[type="password"]:disabled,
.comment-form textarea:disabled {
  cursor: not-allowed;
}

.comment-form .required {
  color: #BF0A3A;
}

@media (min-width: 576px) {
  .comment-form .comment-form-email,
  .comment-form .comment-form-author {
    width: 50%;
    float: left;
    position: relative;
  }
}

@media (min-width: 576px) {
  .comment-form .comment-form-author {
    padding-right: 15px;
  }
}

.comment-form .form-submit {
  text-align: right;
  margin-bottom: 0;
}

.comment-form .form-submit input[type="submit"] {
  width: 100%;
}

.comment-form a:not(:hover):not(:focus):not(:active):not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]) {
  color: inherit !important;
}

.comment-title .fn .bp-verified-badge {
  margin-left: 0.3em;
}

.bypostauthor .comment-img {
  position: relative;
}

.bypostauthor .comment-img:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ed15";
  font-size: 0.8em;
  position: absolute;
  top: -5px;
  left: 1px;
  margin-left: 0.3em;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
  border-radius: 100%;
  box-shadow: 0 0 0 3px var(--grimlock-archive-post-background-color);
}

.comment {
  flex-wrap: wrap;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

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

.comment-list-hover .comment:hover {
  background-color: #28282A;
}

.comment-main {
  position: relative;
  width: 100%;
  border: 7px solid #fff;
  border-radius: 0;
  overflow: auto;
  background-color: #fff;
}

.comment-author .is-author {
  font-size: 0.8em;
  position: relative;
  top: -1px;
}

.comment-img .avatar {
  border-radius: 50%;
  max-width: 40px;
}

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

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

.comment-content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

.comment-body {
  font-size: 0.95em;
}

.comment-meta {
  display: flex;
  align-items: center;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.comment-meta span + span {
  margin-left: 0.8rem;
}

.comment-meta a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '';
  font-size: 1.2rem;
  margin-right: .25em;
}

.comment-meta a:not(:hover) {
  opacity: 0.65;
  color: inherit;
}

.comment-meta .reply {
  padding-top: 1rem;
}

.comment-meta .reply a:before {
  content: "\ea39";
  transform: scaleX(-1);
}

.comment .edit-link {
  font-size: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 1;
}

.comment .edit-link a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eb38";
  font-size: 1.2rem;
}

.comment .children {
  flex-wrap: wrap;
  padding-top: 0;
  padding-left: 0;
  width: 100%;
  list-style: none;
}

.comment .children .comment {
  position: relative;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: visible;
  padding-left: 0;
}

@media (min-width: 768px) {
  .comment .children .comment {
    padding-left: 2rem;
  }
}

.comment .children .comment:last-child .comment-main {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.comment .children .comment .comment-main {
  overflow: visible;
}

@media (min-width: 768px) {
  .comment .children .comment .comment-main:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'stego';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\ed6e";
    position: absolute;
    pointer-events: none;
    transform: rotate(180deg);
    width: 2rem;
    left: calc(-2rem - 8px);
    height: 2rem;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
  }
}

.must-log-in {
  margin-bottom: 0;
}

/**
 * Embedded
 *
 * Embedded components like iframes, objects or emoji.
 */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
  border: 0;
}

.card embed,
.post embed, .card
iframe,
.post
iframe, .card
object,
.post
object {
  width: 100% !important;
}

.mejs-audio {
  min-height: 100px !important;
}

.mejs-audio, .mejs-audio * {
  font-family: inherit !important;
}

.mejs-audio,
.mejs-audio .mejs-controls,
.mejs-audio .mejs-embed,
.mejs-audio .mejs-embed body {
  background: #000 !important;
}

.mejs-audio .mejs-time-buffering,
.mejs-audio .mejs-time-current,
.mejs-audio .mejs-time-float,
.mejs-audio .mejs-time-float-corner,
.mejs-audio .mejs-time-float-current,
.mejs-audio .mejs-time-hovered,
.mejs-audio .mejs-time-loaded,
.mejs-audio .mejs-time-marker,
.mejs-audio .mejs-time-total {
  height: 5px;
}

.mejs-audio .mejs-time-total {
  overflow: hidden;
  margin-top: 7px;
}

.mejs-audio .mejs-horizontal-volume-total {
  height: 4px;
}

.mejs-audio .mejs-controls {
  height: 100%;
  display: flex;
  align-items: center;
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #28282A !important;
}

.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-audio .mejs-controls .mejs-time-rail span {
  border-radius: 500px !important;
}

.mejs-audio .mejs-controls .mejs-volume-button button {
  background: none;
  color: inherit;
  transition: none !important;
}

.mejs-audio .mejs-controls .mejs-volume-button button:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ee76";
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mejs-audio .mejs-controls .mejs-volume-button button:hover {
  opacity: 0.75;
}

.mejs-audio .mejs-controls .mejs-volume-button.mejs-unmute button:before {
  content: "\ee7a";
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none !important;
}

.mejs-audio .mejs-controls .mejs-time-handle {
  display: none !important;
}

.single .mejs-audio {
  min-height: 200px !important;
}

/**
 * Forms
 *
 * All form components.
 */
/* Common Form styles */
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="week"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="website"],
input[type="password"],
select[multiple="multiple"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--grimlock-control-color);
  background-color: var(--grimlock-control-background-color);
  background-image: none;
  background-clip: padding-box;
  border: var(--grimlock-control-border-width) solid var(--grimlock-control-border-color);
  border-radius: var(--grimlock-control-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  input[type="tel"],
  input[type="url"],
  input[type="text"],
  input[type="week"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="time"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="search"],
  input[type="website"],
  input[type="password"],
  select[multiple="multiple"],
  textarea,
  select {
    transition: none;
  }
}

input[type="tel"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="website"]::-ms-expand,
input[type="password"]::-ms-expand,
select[multiple="multiple"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}

input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
input[type="week"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="website"]:focus,
input[type="password"]:focus,
select[multiple="multiple"]:focus,
textarea:focus,
select:focus {
  color: var(--grimlock-control-focus-color);
  background-color: var(--grimlock-control-focus-background-color);
  border-color: var(--grimlock-control-focus-border-color);
  outline: 0;
}

input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="website"]::-moz-placeholder, input[type="password"]::-moz-placeholder, select[multiple="multiple"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--grimlock-control-placeholder-color);
  opacity: 1;
}

input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="text"]::placeholder,
input[type="week"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="time"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="website"]::placeholder,
input[type="password"]::placeholder,
select[multiple="multiple"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--grimlock-control-placeholder-color);
  opacity: 1;
}

input[type="tel"]:disabled, input[type="tel"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="website"]:disabled,
input[type="website"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
select[multiple="multiple"]:disabled,
select[multiple="multiple"][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  background-color: #DCDCDA;
  opacity: 1;
}

input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="text"]:disabled,
input[type="week"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="time"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="website"]:disabled,
input[type="password"]:disabled,
select[multiple="multiple"]:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
}

input[type="tel"]:disabled, input[type="tel"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="website"]:disabled,
input[type="website"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
select[multiple="multiple"]:disabled,
select[multiple="multiple"][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  opacity: 0.8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px var(--grimlock-control-focus-background-color) inset;
  -webkit-text-fill-color: var(--grimlock-control-focus-color) !important;
}

select:not([size]):not([multiple]) {
  height: calc(calc(2.9rem + 4px) + 4px);
}

select:focus::-ms-value {
  color: #747477;
  background-color: #fff;
}

.select-style {
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 700;
  height: 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .select-style {
    transition: none;
  }
}

.select-style:after {
  font-family: var(--grimlock-icon-angle-down-font-family) !important;
  content: var(--grimlock-icon-angle-down);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: 1.3em;
  border: 0;
  position: relative;
}

.select-style:hover {
  opacity: 0.7;
}

.select-style:after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: opacity;
}

.select-style:after {
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
}

.select-style select {
  border: none;
  font-weight: 700;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
  padding-left: 10px;
  padding-right: 20px;
  max-width: 230px;
  min-width: 100px;
  font-size: 1em;
  color: inherit;
}

.select-style select, .select-style select:hover, .select-style select:active, .select-style select:focus {
  background: none;
  color: inherit;
}

@media (max-width: 767.98px) {
  .select-style select {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.select-style select:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5rem;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: var(--grimlock-control-background-color);
  border: 1px solid var(--grimlock-control-border-color);
  box-shadow: 0 0 2px rgba(136, 144, 181, 0.05), inset 0px -15px 10px -12px rgba(136, 144, 181, 0.05);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 8px;
}

input[type="checkbox"]:active, input[type="checkbox"]:focus,
input[type="radio"]:active,
input[type="radio"]:focus {
  background-color: var(--grimlock-control-background-color);
  box-shadow: 0 0 2px rgba(136, 144, 181, 0.5), inset 0 0 3px rgba(136, 144, 181, 0.1);
  outline: none;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: var(--grimlock-control-focus-border-color);
  border: 1px solid var(--grimlock-control-focus-border-color);
  box-shadow: 0 0 2px rgba(136, 144, 181, 0.5), inset 0 -15px 10px -12px rgba(136, 144, 181, 0.2);
  color: var(--grimlock-control-focus-color);
  outline: 2px solid var(--grimlock-control-focus-border-color);
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ea3e";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 1px;
  color: var(--grimlock-control-focus-color);
}

input[type="checkbox"] {
  border-radius: 0;
}

input[type="radio"] {
  border-radius: 500px;
  outline: none !important;
}

.custom-control.custom-checkbox .custom-control-indicator {
  border: 2px solid #FFFFFF !important;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none !important;
}

.custom-control.custom-checkbox:hover .custom-control-indicator {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.custom-control.custom-checkbox .custom-control-label:before, .custom-control.custom-checkbox .custom-control-label:after {
  top: -1.25rem;
  border: 1px solid var(--grimlock-table-border-color);
}

.custom-control-indicator {
  border: 2px solid #414143;
}

textarea,
select[multiple] {
  overflow: auto;
  max-height: 550px;
  min-height: 150px;
}

form label {
  font-weight: 700;
}

.required,
form.contact-form label span {
  color: #BF0A3A;
}

/* Common notices : All plugins and core alert from form submission */
.wpcf7-response-output,
.mc4wp-alert {
  display: block;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  font-size: 0.8em;
  font-weight: 900;
}

.wpcf7-response-output.wpcf7-display-none,
.mc4wp-alert.wpcf7-display-none {
  display: none;
}

.wpcf7-response-output > p,
.mc4wp-alert > p {
  margin-bottom: 0;
}

.mc4wp-response {
  margin-top: 10px;
}

.mc4wp-response:empty {
  display: none !important;
}

.navbar-nav--search {
  position: relative;
  z-index: 2;
}

.navbar-nav--search .menu-item:before, .navbar-nav--search .menu-item:after {
  content: none;
}

/* Navigation search form */
.navbar-search {
  position: relative;
  width: 100%;
}

.navbar-search .search-form .form-group, .navbar-search .search-form form.wpcf7-form-form-control-wrap, .navbar-search .search-form .gform_wrapper .gfield, .gform_wrapper .navbar-search .search-form .gfield, .navbar-search .search-form .ninja-forms-form .field-wrap, .ninja-forms-form .navbar-search .search-form .field-wrap, .navbar-search .search-form .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .navbar-search .search-form #ninja_forms_required_items {
  width: 100%;
  margin: 0;
}

.navbar-search input[type="search"] {
  width: 100%;
  border-radius: 500px !important;
}

.navbar-search input[type="submit"],
.navbar-search button[type="submit"] {
  display: none;
}

.navbar-search.navbar-search--animate {
  min-width: 40px;
  height: 40px;
  transform: translate3d(0, 0, 0);
  transition: all .2s ease-in-out;
  z-index: 1000;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate {
    width: 0;
    margin-bottom: 0;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field {
    color: transparent !important;
    padding: 0;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::-moz-placeholder {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::placeholder {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::-moz-placeholder-shown {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::placeholder-shown {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-icon {
    background-color: #efe9e0;
  }
}

.navbar-search.navbar-search--animate .search-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: width 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-search.navbar-search--animate .search-form {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate .search-form {
    width: 40px;
  }
}

.navbar-search.navbar-search--animate .search-field {
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 45px 0 20px;
  border: 0;
  background-color: #efe9e0;
  color: #747477;
  outline: 0;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-search.navbar-search--animate .search-field {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate .search-field {
    background: #efe9e0;
  }
}

.navbar-search.navbar-search--animate .search-field::-webkit-input-placeholder {
  color: #414143;
}

.navbar-search.navbar-search--animate .search-field:-moz-input-placeholder {
  color: #414143;
}

.navbar-search.navbar-search--animate .search-field::-moz-placeholder {
  color: #414143;
}

.navbar-search.navbar-search--animate .search-field::placeholder {
  color: #414143;
}

.navbar-search.navbar-search--animate .search-field::-moz-placeholder-shown {
  color: #414143;
}

.navbar-search.navbar-search--animate .search-field::placeholder-shown {
  color: #414143;
}

.navbar-search.navbar-search--animate .search-icon {
  color: #414143;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border-radius: 500px;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-search.navbar-search--animate .search-icon {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate .search-icon {
    pointer-events: auto;
  }
}

.navbar-search.navbar-search--animate .search-icon i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.navbar-search.navbar-search--animate.navbar-search--open .search-form {
  width: 250px;
}

.navbar-search.navbar-search--animate.navbar-search--open .search-field {
  background-color: #efe9e0;
}

.navbar-search.navbar-search--animate.navbar-search--open .search-icon {
  color: #28282A;
}

.navbar-search .awesomplete {
  width: 100%;
  display: block;
}

.navbar-search .awesomplete > ul {
  position: relative;
  border: 0;
  min-width: 100%;
  z-index: 1020;
}

.navbar-search .awesomplete > ul > li mark {
  color: inherit;
  text-decoration: underline;
}

.search-form.form-inline .form-group, .search-form.form-inline form.wpcf7-form-form-control-wrap, .search-form.form-inline .gform_wrapper .gfield, .gform_wrapper .search-form.form-inline .gfield, .search-form.form-inline .ninja-forms-form .field-wrap, .ninja-forms-form .search-form.form-inline .field-wrap, .search-form.form-inline .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .search-form.form-inline #ninja_forms_required_items {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.search-form.form-inline .form-group, .search-form.form-inline form.wpcf7-form-form-control-wrap, .search-form.form-inline .gform_wrapper .gfield, .gform_wrapper .search-form.form-inline .gfield, .search-form.form-inline .ninja-forms-form .field-wrap, .ninja-forms-form .search-form.form-inline .field-wrap, .search-form.form-inline .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .search-form.form-inline #ninja_forms_required_items {
  position: relative;
}

.search-form.form-inline .form-group .search-field, .search-form.form-inline form.wpcf7-form-form-control-wrap .search-field, .search-form.form-inline .gform_wrapper .gfield .search-field, .gform_wrapper .search-form.form-inline .gfield .search-field, .search-form.form-inline .ninja-forms-form .field-wrap .search-field, .ninja-forms-form .search-form.form-inline .field-wrap .search-field, .search-form.form-inline .ninja-forms-form #ninja_forms_required_items .search-field, .ninja-forms-form .search-form.form-inline #ninja_forms_required_items .search-field {
  width: 100%;
  border-color: rgba(40, 40, 42, 0.18);
}

.search-form.form-inline .form-group .search-field:focus, .search-form.form-inline form.wpcf7-form-form-control-wrap .search-field:focus, .search-form.form-inline .gform_wrapper .gfield .search-field:focus, .gform_wrapper .search-form.form-inline .gfield .search-field:focus, .search-form.form-inline .ninja-forms-form .field-wrap .search-field:focus, .ninja-forms-form .search-form.form-inline .field-wrap .search-field:focus, .search-form.form-inline .ninja-forms-form #ninja_forms_required_items .search-field:focus, .ninja-forms-form .search-form.form-inline #ninja_forms_required_items .search-field:focus {
  border-color: #c7a17a;
}

.search-form.form-inline .form-group .search-submit, .search-form.form-inline form.wpcf7-form-form-control-wrap .search-submit, .search-form.form-inline .gform_wrapper .gfield .search-submit, .gform_wrapper .search-form.form-inline .gfield .search-submit, .search-form.form-inline .ninja-forms-form .field-wrap .search-submit, .ninja-forms-form .search-form.form-inline .field-wrap .search-submit, .search-form.form-inline .ninja-forms-form #ninja_forms_required_items .search-submit, .ninja-forms-form .search-form.form-inline #ninja_forms_required_items .search-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  color: #DCDCDA;
  background: #fff;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.search-form.form-inline .form-group .search-submit:hover, .search-form.form-inline form.wpcf7-form-form-control-wrap .search-submit:hover, .search-form.form-inline .gform_wrapper .gfield .search-submit:hover, .gform_wrapper .search-form.form-inline .gfield .search-submit:hover, .search-form.form-inline .ninja-forms-form .field-wrap .search-submit:hover, .ninja-forms-form .search-form.form-inline .field-wrap .search-submit:hover, .search-form.form-inline .ninja-forms-form #ninja_forms_required_items .search-submit:hover, .ninja-forms-form .search-form.form-inline #ninja_forms_required_items .search-submit:hover {
  color: #DCDCDA;
  background: #F4F0EA;
}

:not(.select-style) > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  cursor: pointer;
  padding-right: 30px;
}

.select2-container .select2-dropdown {
  background-color: var(--grimlock-control-background-color);
}

/**
 * Galleries
 *
 * Image galleries.
 */
.wp-block-gallery {
  display: flex !important;
  flex-wrap: wrap;
}

.wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item img, .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item img, .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item img, .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item img, .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  max-height: 25vw;
}

@media (max-width: 1199.98px) {
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item {
    flex-basis: 100% !important;
    height: 25vw !important;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(1), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(1), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(1), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(1), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(1) {
    flex-basis: calc(40% - 1em) !important;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(2), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(2), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(2), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(2), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(2) {
    flex-basis: 50% !important;
    margin-right: 0;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(3), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(3), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(3), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(3), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(3) {
    flex-basis: calc(30% - 1em) !important;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(4), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(4), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(4), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(4), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(4) {
    flex-basis: calc(35% - 1em) !important;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(5), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(5), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(5), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(5), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(5) {
    flex-basis: 20% !important;
    margin-right: 0;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(6), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(6), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(6), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(6), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(6) {
    flex-basis: calc(65% - 1em) !important;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(7), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(7), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(7), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(7), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(7) {
    flex-basis: 35% !important;
    margin-right: 0;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(8), .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(8), .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(8), .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(8), .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(8) {
    flex-basis: 100% !important;
    margin-right: 0;
  }
  .wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item figure, .wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item figure, .wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item figure, .wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item figure, .wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item figure {
    width: 100% !important;
  }
}

.wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(1) {
  width: calc(28% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(2) {
  width: calc(23% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(3) {
  width: calc(37% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-4 .blocks-gallery-item:nth-child(4) {
  width: calc(12% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(1) {
  width: calc(18% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(2) {
  width: calc(23% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(3) {
  width: calc(30% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(4) {
  width: calc(12% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-5 .blocks-gallery-item:nth-child(5) {
  width: calc(17% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(1) {
  width: calc(14% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(2) {
  width: calc(17% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(3) {
  width: calc(22% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(4) {
  width: calc(12% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(5) {
  width: calc(14% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-6 .blocks-gallery-item:nth-child(6) {
  width: calc(20% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(1) {
  width: calc(14% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(2) {
  width: calc(11% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(3) {
  width: calc(22% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(4) {
  width: calc(16% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(5) {
  width: calc(9% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(6) {
  width: calc(13% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-7 .blocks-gallery-item:nth-child(7) {
  width: calc(15% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(1) {
  width: calc(17% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(2) {
  width: calc(10% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(3) {
  width: calc(15% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(4) {
  width: calc(8% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(5) {
  width: calc(15% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(6) {
  width: calc(12% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(7) {
  width: calc(14% - 0.875em);
}

.wp-block-gallery:not(.is-cropped).columns-8 .blocks-gallery-item:nth-child(8) {
  width: calc(9% - 0.875em);
}

.gallery .gallery-item,
.gallery .blocks-gallery-item,
.wp-block-gallery .gallery-item,
.wp-block-gallery .blocks-gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: var(--grimlock-archive-post-border-radius);
}

.gallery .gallery-item img,
.gallery .blocks-gallery-item img,
.wp-block-gallery .gallery-item img,
.wp-block-gallery .blocks-gallery-item img {
  margin-bottom: 0;
  width: 100%;
  max-width: 101%;
}

.gallery .gallery-item .wp-caption-text,
.gallery .blocks-gallery-item .wp-caption-text,
.wp-block-gallery .gallery-item .wp-caption-text,
.wp-block-gallery .blocks-gallery-item .wp-caption-text {
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  padding: 10px;
  z-index: 1;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.blocks-gallery-item .figcaption {
  padding-bottom: 10px;
}

.gallery-caption {
  display: block;
}

.tiled-gallery .gallery-row {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  .tiled-gallery__gallery .tiled-gallery__row {
    flex-wrap: wrap;
  }
}

.tiled-gallery__gallery .tiled-gallery__col {
  margin-bottom: 4px;
}

.tiled-gallery__gallery .tiled-gallery__col + .tiled-gallery__col {
  margin-left: 4px;
}

@media (max-width: 1199.98px) {
  .tiled-gallery__gallery .tiled-gallery__col {
    flex-basis: 100% !important;
    height: 25vw !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(1) {
    flex-basis: calc(20% - 8px) !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(2) {
    flex-basis: 50% !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(3) {
    flex-basis: 30% !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(4) {
    flex-basis: calc(35% - 8px) !important;
    margin-left: 0 !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(4):nth-last-child(2) {
    flex-basis: calc(60% - 4px) !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(4):last-child {
    flex-basis: 100% !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(5) {
    flex-basis: 20% !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(5):last-child {
    flex-basis: 40% !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col:nth-child(6) {
    flex-basis: 45% !important;
  }
  .tiled-gallery__gallery .tiled-gallery__col .tiled-gallery__item {
    width: 100% !important;
  }
}

/**
 * Media
 *
 * Styles for the Bootstrap Media component.
 */
.media-heading {
  margin-bottom: 0.4rem;
  font-weight: 400;
  font-size: 1.125rem;
}

.entry-content .media img {
  max-width: none;
}

/**
 * Menus
 *
 * Menu and content navigation styles.
*/
.main-navigation .navbar-nav .menu-item,
.site-preheader .menu .menu-item {
  position: relative;
  color: inherit;
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav .menu-item,
  .site-preheader .menu .menu-item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav .menu-item:hover > .sub-menu,
  .site-preheader .menu .menu-item:hover > .sub-menu {
    display: block;
    box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  }
}

.main-navigation .navbar-nav .menu-item > a,
.site-preheader .menu .menu-item > a {
  text-decoration: none !important;
}

.main-navigation .navbar-nav .menu-item > a > img,
.site-preheader .menu .menu-item > a > img {
  max-width: 100%;
  height: auto;
}

.main-navigation .navbar-nav .menu-item ins,
.site-preheader .menu .menu-item ins {
  background-color: #c7a17a;
  color: #28282A;
  border-radius: 500px;
  padding: 1px 4px;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  font-size: 65%;
  text-decoration: none;
  line-height: 1.25em;
  margin-left: 0.25rem;
}

.main-navigation .navbar-nav > .menu-item + .menu-item,
.site-preheader .menu > .menu-item + .menu-item {
  margin: 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item + .menu-item,
  .site-preheader .menu > .menu-item + .menu-item {
    margin-top: 0;
  }
}

.main-navigation .navbar-nav > .menu-item .menu-item-description,
.site-preheader .menu > .menu-item .menu-item-description {
  display: none;
}

.main-navigation .navbar-nav > .menu-item > a ins,
.site-preheader .menu > .menu-item > a ins {
  position: absolute;
  z-index: 2;
  background-color: var(--grimlock-navigation-sub-menu-item-color);
  color: var(--grimlock-navigation-sub-menu-item-background-color);
  top: calc(50% - 3.75em);
  right: calc(0px + 1rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > .menu-item > a ins,
  .site-preheader .menu > .menu-item > a ins {
    right: 1em;
    transform: translate3d(0, -50%, 0);
  }
}

.main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu {
  position: static;
  display: block;
  float: left;
  padding: 0 0;
  width: 100%;
  border-radius: clamp(0px, var(--grimlock-archive-post-border-radius), 10px);
  border: 0;
  text-align: inherit;
  list-style: none;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  background-clip: padding-box;
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu,
  .site-preheader .menu > .menu-item .sub-menu {
    border-left: 2px solid currentColor;
    left: 1rem;
    position: relative;
  }
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu,
  .site-preheader .menu > .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + (1rem - 10px));
    left: 0;
    z-index: 1000;
    min-width: 240px;
    max-width: 280px;
    margin: 0;
    padding: 0.5rem;
    background-color: #fff;
  }
  .main-navigation .navbar-nav > .menu-item .sub-menu:before,
  .site-preheader .menu > .menu-item .sub-menu:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 10px;
  }
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item,
.site-preheader .menu > .menu-item .sub-menu .menu-item {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a,
.site-preheader .menu > .menu-item .sub-menu .menu-item > a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  color: var(--grimlock-navigation-menu-item-color);
  font-size: var(--grimlock-navigation-font-size);
  font-weight: var(--grimlock-navigation-font-weight);
  text-align: inherit;
  text-decoration: none !important;
  text-transform: var(--grimlock-navigation-text-transform);
  letter-spacing: var(--grimlock-navigation-letter-spacing);
  white-space: normal;
  border: 0;
  border-radius: clamp(0px, var(--grimlock-archive-post-border-radius), 10px);
  background: none;
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a:hover, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a:active, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a:focus,
.site-preheader .menu > .menu-item .sub-menu .menu-item > a:hover,
.site-preheader .menu > .menu-item .sub-menu .menu-item > a:active,
.site-preheader .menu > .menu-item .sub-menu .menu-item > a:focus {
  background-color: #0F0F10;
  color: #fff;
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a:hover, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a:active, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a:focus,
  .site-preheader .menu > .menu-item .sub-menu .menu-item > a:hover,
  .site-preheader .menu > .menu-item .sub-menu .menu-item > a:active,
  .site-preheader .menu > .menu-item .sub-menu .menu-item > a:focus {
    background-color: rgba(255, 255, 255, 0.05);
    color: #0F0F10;
  }
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a i,
.site-preheader .menu > .menu-item .sub-menu .menu-item > a i {
  font-size: 0.85em;
  position: relative;
  top: -1px;
  opacity: 0.8;
  margin-left: 0.2rem;
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item > a ins,
.site-preheader .menu > .menu-item .sub-menu .menu-item > a ins {
  position: absolute;
  right: var(--grimlock-navigation-padding-y);
  bottom: calc( 100% - 7px);
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu > .menu-item,
  .site-preheader .menu > .menu-item .sub-menu > .menu-item {
    margin-top: 0;
  }
}

.main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu,
.site-preheader .menu > .menu-item .sub-menu .sub-menu {
  margin: 0;
  text-align: inherit;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu {
    left: calc( 100% + ( 1rem - 6px ));
    top: 0;
  }
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu:before,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu:before {
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu {
    margin: 0;
    padding: 0;
  }
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu > li.menu-item,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu > li.menu-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item:nth-last-child(1) > .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(1) > .sub-menu {
    left: auto;
    right: 0;
  }
  .main-navigation .navbar-nav > .menu-item:nth-last-child(1) > .sub-menu .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu {
    right: calc( 100% + ( 1rem - 6px ));
    left: auto;
  }
  .main-navigation .navbar-nav > .menu-item:nth-last-child(1) > .sub-menu .sub-menu:before,
  .site-preheader .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu:before {
    left: 100%;
  }
}

.grimlock--navigation-classic-right .main-navigation .navbar-nav .menu-item-has-children > a,
.grimlock--navigation-classic-center .main-navigation .navbar-nav .menu-item-has-children > a,
.grimlock--navigation-classic-left .main-navigation .navbar-nav .menu-item-has-children > a,
.main-navigation .navbar-nav .menu-item-has-children .grimlock--navigation-fat-left > a,
.grimlock--navigation-fat-center .main-navigation .navbar-nav .menu-item-has-children > a, .grimlock--navigation-classic-right
.site-preheader .menu .menu-item-has-children > a,
.grimlock--navigation-classic-center
.site-preheader .menu .menu-item-has-children > a,
.grimlock--navigation-classic-left
.site-preheader .menu .menu-item-has-children > a,
.site-preheader .menu .menu-item-has-children .grimlock--navigation-fat-left > a,
.grimlock--navigation-fat-center
.site-preheader .menu .menu-item-has-children > a {
  position: relative;
}

.grimlock--navigation-classic-right .main-navigation .navbar-nav .menu-item-has-children > a:after,
.grimlock--navigation-classic-center .main-navigation .navbar-nav .menu-item-has-children > a:after,
.grimlock--navigation-classic-left .main-navigation .navbar-nav .menu-item-has-children > a:after,
.main-navigation .navbar-nav .menu-item-has-children .grimlock--navigation-fat-left > a:after,
.grimlock--navigation-fat-center .main-navigation .navbar-nav .menu-item-has-children > a:after, .grimlock--navigation-classic-right
.site-preheader .menu .menu-item-has-children > a:after,
.grimlock--navigation-classic-center
.site-preheader .menu .menu-item-has-children > a:after,
.grimlock--navigation-classic-left
.site-preheader .menu .menu-item-has-children > a:after,
.site-preheader .menu .menu-item-has-children .grimlock--navigation-fat-left > a:after,
.grimlock--navigation-fat-center
.site-preheader .menu .menu-item-has-children > a:after {
  font-family: var(--grimlock-icon-angle-down-font-family) !important;
  content: var(--grimlock-icon-angle-down);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: 1.3em;
  border: 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .grimlock--navigation-classic-right .main-navigation .navbar-nav .menu-item-has-children > a:after,
  .grimlock--navigation-classic-center .main-navigation .navbar-nav .menu-item-has-children > a:after,
  .grimlock--navigation-classic-left .main-navigation .navbar-nav .menu-item-has-children > a:after,
  .main-navigation .navbar-nav .menu-item-has-children .grimlock--navigation-fat-left > a:after,
  .grimlock--navigation-fat-center .main-navigation .navbar-nav .menu-item-has-children > a:after, .grimlock--navigation-classic-right
  .site-preheader .menu .menu-item-has-children > a:after,
  .grimlock--navigation-classic-center
  .site-preheader .menu .menu-item-has-children > a:after,
  .grimlock--navigation-classic-left
  .site-preheader .menu .menu-item-has-children > a:after,
  .site-preheader .menu .menu-item-has-children .grimlock--navigation-fat-left > a:after,
  .grimlock--navigation-fat-center
  .site-preheader .menu .menu-item-has-children > a:after {
    content: none !important;
  }
}

.main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a,
.site-preheader .menu .menu-item-has-children .menu-item-has-children > a {
  padding-right: 30px;
}

.main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a:after,
.site-preheader .menu .menu-item-has-children .menu-item-has-children > a:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(-90deg);
  position: absolute;
  top: 5px;
  right: 1rem;
  display: none;
  transform-origin: center;
  margin: 0;
}

html[dir="rtl"] .main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a:after, html[dir="rtl"]
.site-preheader .menu .menu-item-has-children .menu-item-has-children > a:after {
  margin-right: 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a:after,
  .site-preheader .menu .menu-item-has-children .menu-item-has-children > a:after {
    display: inline-flex;
    line-height: inherit;
  }
}

.main-navigation.navbar--classic-right .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside) > a, .main-navigation.navbar--classic-center .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside) > a, .main-navigation.navbar--classic-left .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside) > a {
  height: 100%;
}

.main-navigation.navbar--classic-right .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-item > a, .main-navigation.navbar--classic-right .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current_page_item > a, .main-navigation.navbar--classic-right .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-ancestor > a, .main-navigation.navbar--classic-center .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-item > a, .main-navigation.navbar--classic-center .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current_page_item > a, .main-navigation.navbar--classic-center .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-ancestor > a, .main-navigation.navbar--classic-left .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-item > a, .main-navigation.navbar--classic-left .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current_page_item > a, .main-navigation.navbar--classic-left .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-ancestor > a {
  background-color: var(--grimlock-navigation-menu-item-active-background-color);
}

.main-navigation.navbar--classic-right .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-item > a:before, .main-navigation.navbar--classic-right .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current_page_item > a:before, .main-navigation.navbar--classic-right .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-ancestor > a:before, .main-navigation.navbar--classic-center .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-item > a:before, .main-navigation.navbar--classic-center .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current_page_item > a:before, .main-navigation.navbar--classic-center .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-ancestor > a:before, .main-navigation.navbar--classic-left .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-item > a:before, .main-navigation.navbar--classic-left .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current_page_item > a:before, .main-navigation.navbar--classic-left .navbar-nav.navbar-nav--main-menu > .menu-item:not(.btn-inside).current-menu-ancestor > a:before {
  width: calc(100% - 2.2rem);
  left: 1.1rem;
  opacity: 1;
}

.main-navigation .navbar-nav {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > li.menu-item {
    display: flex;
    align-items: center;
  }
}

.main-navigation .navbar-nav > li.menu-item > a {
  display: flex;
  align-items: center;
  padding: 1.1rem 0.25rem;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > li.menu-item > a {
    padding: 2.2rem 1rem;
  }
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > li.menu-item > a {
    padding: 1rem;
    color: #0F0F10;
  }
  .main-navigation .navbar-nav > li.menu-item > a:hover, .main-navigation .navbar-nav > li.menu-item > a:active {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.main-navigation .navbar-nav > li.menu-item.btn-inside > a {
  height: auto !important;
  padding: 0.9rem 1.1rem !important;
}

.main-navigation .navbar-nav > li.menu-item.btn-inside > a:before {
  content: none !important;
}

.main-navigation .navbar-nav > li.menu-item.btn-inside > a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  width: auto;
  height: auto;
  font-size: 1em;
}

.main-navigation .navbar-nav > li.menu-item.btn-inside:hover > a {
  border-color: var(--section-decorated-primary-background-color);
}

.main-navigation .navbar-nav > li.menu-item.btn-inside.current_page_item > a, .main-navigation .navbar-nav > li.menu-item.btn-inside.current-menu-item > a {
  background-color: var(--grimlock-button-primary-hover-background-color);
  color: var(--grimlock-button-primary-hover-color);
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a {
    position: relative;
    z-index: 2;
  }
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a:before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    background-color: var(--grimlock-navigation-menu-item-active-color);
    bottom: 5px;
    right: auto;
    height: calc(var(--grimlock-archive-post-border-width) / 2);
    opacity: 0;
    pointer-events: none;
    transition: inherit;
    z-index: -1;
    min-height: 2px;
    max-height: 6px;
  }
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item:hover > a:before, .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item:focus > a:before {
    width: calc(100% - 2.2rem);
    left: 1.1rem;
    opacity: 1;
  }
}

.menu-toggle {
  display: none;
}

.site-preheader .menu {
  margin: 0 0 0 -0.5rem;
}

.site-preheader .menu > .menu-item {
  vertical-align: top;
}

.site-preheader .menu > .menu-item > a {
  padding: 0.5rem;
}

.dropdown-divider {
  border: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0.1;
  width: auto !important;
  max-width: none !important;
  margin: 0.75rem -1rem !important;
}

.dropdown-toggle {
  position: relative;
  color: inherit !important;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  height: 38px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 20px;
}

.dropdown-toggle:after {
  font-family: var(--grimlock-icon-angle-down-font-family) !important;
  content: var(--grimlock-icon-angle-down);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: 1.3em;
  border: 0;
  position: relative;
}

.dropdown-toggle:after {
  top: -6px;
}

.dropdown-toggle:hover {
  opacity: 0.7;
}

.site-footer .menu[id*="social"] > .menu-item i {
  font-size: 1.5em;
}

/**
 * Modal
 *
 * Bootstrap modal.
 */
/**
 * Navigation
 *
 * Main navigation component.
*/
/* Main navbar (navigation) */
.main-navigation {
  position: relative;
  z-index: 99;
  backface-visibility: hidden;
  min-height: 40px;
  padding: 0;
}

.main-navigation:not([style*="border-bottom-width:0"]),
.grimlock--navigation-stick-to-top .main-navigation {
  box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav {
    flex-wrap: nowrap;
  }
  .main-navigation .navbar-nav + form,
  .main-navigation .navbar-nav + div {
    margin-left: 1rem;
  }
}

.navbar-collapse-show .main-navigation.navbar-expand-lg {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.main-navigation .navbar-nav--main-menu {
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav--social {
    display: flex;
    flex-direction: row;
    border: 0;
    position: relative;
    z-index: 999;
    align-items: center;
    padding-top: 0.75rem;
    justify-content: center;
    order: 0;
    margin-top: 0;
  }
  .main-navigation .navbar-nav--social > .menu-item {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}

.main-navigation .navbar-nav--social > .menu-item:not([class*="menu-item--btn"]) {
  width: auto !important;
}

.main-navigation .navbar-nav--social > .menu-item:not([class*="menu-item--btn"]) a {
  padding: 1rem 0 !important;
  height: 100%;
}

.main-navigation .navbar-nav--social > .menu-item:not([class*="menu-item--btn"]) a i {
  width: var(--grimlock-navigation-icon-size);
  height: var(--grimlock-navigation-icon-size);
  margin: 0;
  padding: 0 !important;
  font-size: var(--grimlock-navigation-icon-font-size);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

.main-navigation .navbar-nav--social > .menu-item:not([class*="menu-item--btn"]) a i:hover, .main-navigation .navbar-nav--social > .menu-item:not([class*="menu-item--btn"]) a i:focus, .main-navigation .navbar-nav--social > .menu-item:not([class*="menu-item--btn"]) a i:active {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  opacity: 1;
}

.main-navigation .navbar-nav--social > .menu-item:not([class*="menu-item--btn"]) + .menu-item {
  margin-left: 0.25rem;
}

.main-navigation .navbar-nav--search > .menu-item {
  width: auto !important;
}

.main-navigation .navbar-nav--search > .menu-item a {
  padding: 1rem 0 !important;
  width: 100%;
}

.main-navigation .navbar__container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .main-navigation .navbar__container {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
  }
}

@media (min-width: 992px) {
  .main-navigation.navbar--container-fluid .navbar__container {
    width: 100%;
    max-width: 100%;
  }
}

.main-navigation.navbar--container-classic .navbar__container {
  width: 100%;
  max-width: 1400px;
}

.main-navigation.navbar--container-narrow .navbar__container {
  max-width: 960px;
}

.main-navigation.navbar--container-narrower .navbar__container {
  max-width: 720px;
}

.grimlock--custom_header-displayed.grimlock--navigation-inside-top .main-navigation,
.grimlock--custom_header-displayed.grimlock--navigation-inside-bottom .main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 992px) {
  .grimlock--custom_header-displayed.grimlock--navigation-inside-bottom .main-navigation {
    top: auto;
    bottom: 0;
  }
}

.grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation {
  position: fixed !important;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 1032;
  width: 100%;
}

.grimlock--navigation-fixed.grimlock--navigation-stick-to-top.grimlock--boxed .main-navigation {
  left: auto;
  max-width: 1630px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .main-navigation.navbar--classic-left .navbar-nav--main-menu {
    margin-right: auto !important;
  }
  .main-navigation.navbar--classic-center .navbar-nav--main-menu {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .main-navigation.navbar--classic-right .navbar-nav--main-menu {
    margin-left: auto !important;
    margin-right: 1rem;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .main-navigation.navbar--classic-right .navbar-nav--main-menu > .menu-item:not(.mega-menu) .sub-menu {
    min-width: 180px;
  }
}

@media (min-width: 992px) {
  .main-navigation.navbar--fat-center > .navbar__container, .main-navigation.navbar--fat-left > .navbar__container {
    flex-direction: column;
    position: relative;
  }
  .main-navigation.navbar--fat-center .navbar-brand, .main-navigation.navbar--fat-left .navbar-brand {
    padding: 1rem 0 0.33333rem 0;
    margin: 0;
  }
  .main-navigation.navbar--fat-center .navbar-brand img, .main-navigation.navbar--fat-left .navbar-brand img {
    max-width: 155px;
    max-height: 77.5px;
  }
  .main-navigation.navbar--fat-center .navbar-nav--main-menu, .main-navigation.navbar--fat-left .navbar-nav--main-menu {
    margin-right: 1rem;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center > .navbar__container, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left > .navbar__container {
    flex-direction: row;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center .navbar-collapse, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left .navbar-collapse {
    margin-right: 0;
    flex-basis: auto;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center .navbar-brand, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center .navbar-brand img, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left .navbar-brand img {
    max-width: 155px;
    max-height: 77.5px;
  }
  .main-navigation.navbar--fat-center .navbar__header,
  .main-navigation.navbar--fat-center .navbar-collapse {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .main-navigation.navbar--fat-center .site-branding {
    text-align: center;
  }
  .main-navigation.navbar--fat-left > .navbar__container {
    align-items: normal;
  }
  .main-navigation.navbar--fat-left .navbar-nav--main-menu {
    margin-right: auto;
  }
}

.main-navigation .navbar__header {
  position: relative;
  display: flex;
  align-items: center;
}

.main-navigation .navbar-toggler {
  height: 28px;
  width: 28px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  position: absolute;
  border: 0;
  border-radius: 0;
  top: 50%;
  right: 0;
  transform: translateY(-14px) translateZ(0);
  transition: opacity 0.5s ease-in-out;
}

@media (min-width: 992px) {
  .main-navigation .navbar-toggler:hover span:before, .main-navigation .navbar-toggler:hover span:after, .main-navigation .navbar-toggler:focus span:before, .main-navigation .navbar-toggler:focus span:after, .main-navigation .navbar-toggler:active span:before, .main-navigation .navbar-toggler:active span:after,
  .slideout-open .main-navigation .navbar-toggler span:before,
  .slideout-open .main-navigation .navbar-toggler span:after {
    width: 100%;
  }
}

.main-navigation .navbar-toggler span {
  top: 50%;
  margin-top: -2px;
}

.main-navigation .navbar-toggler span, .main-navigation .navbar-toggler span:before, .main-navigation .navbar-toggler span:after {
  position: absolute;
  display: block;
  width: 28px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: transform 0.2s ease;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
}

.main-navigation .navbar-toggler span:before, .main-navigation .navbar-toggler span:after {
  content: '';
  transition: width 0.15s ease-in-out;
}

.main-navigation .navbar-toggler span:before, .main-navigation .navbar-toggler span:after {
  width: 28px;
  left: 0;
}

.grimlock--navigation-hamburger-right .main-navigation .navbar-toggler span:before,
.grimlock--navigation-fixed-right .main-navigation .navbar-toggler span:before, .grimlock--navigation-hamburger-right .main-navigation .navbar-toggler span:after,
.grimlock--navigation-fixed-right .main-navigation .navbar-toggler span:after {
  left: auto;
  right: 0;
}

.main-navigation .navbar-toggler span:before {
  top: 7px;
}

.main-navigation .navbar-toggler span:after {
  bottom: 7px;
}

.main-navigation .navbar-toggler:not(.collapsed) span,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.main-navigation .navbar-toggler:not(.collapsed) span, .main-navigation .navbar-toggler:not(.collapsed) span:before, .main-navigation .navbar-toggler:not(.collapsed) span:after,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:before,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:after {
  width: 28px;
}

.main-navigation .navbar-toggler:not(.collapsed) span:before, .main-navigation .navbar-toggler:not(.collapsed) span:after,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:before,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:after {
  left: 0;
}

.main-navigation .navbar-toggler:not(.collapsed) span:before,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:before {
  top: 0;
  transform: rotate(-90deg) translate3d(0, 0, 0);
}

.main-navigation .navbar-toggler:not(.collapsed) span:after,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:after {
  opacity: 0;
  pointer-events: none;
}

.main-navigation .navbar-brand {
  line-height: 1em;
}

@media (max-width: 1199.98px) {
  .main-navigation .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.grimlock--blogdescription-displayed .main-navigation .navbar-brand {
  padding: 0.3rem 0;
}

.grimlock--navigation-classic-right .main-navigation .navbar-brand,
.grimlock--navigation-classic-center .main-navigation .navbar-brand,
.grimlock--navigation-classic-left .main-navigation .navbar-brand {
  height: 100%;
  display: flex;
  align-items: center;
}

.grimlock--navigation-fat-center .main-navigation .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grimlock--navigation-classic-left .main-navigation .navbar-brand {
  padding-right: 2rem;
}

@media (min-width: 992px) {
  .grimlock--navigation-classic-left .main-navigation .navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.main-navigation .navbar-brand a:hover, .main-navigation .navbar-brand a:focus {
  text-decoration: none;
}

.main-navigation .navbar-brand a:hover {
  opacity: 0.8;
}

.navbar-light .main-navigation .navbar-brand a {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .main-navigation .navbar-brand a:hover, .navbar-light .main-navigation .navbar-brand a:focus {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .main-navigation .navbar-brand a {
  color: black;
}

.navbar-dark .main-navigation .navbar-brand a:hover, .navbar-dark .main-navigation .navbar-brand a:focus {
  color: black;
}

.main-navigation .navbar-brand__logo img {
  max-width: 155px;
  max-height: 77.5px;
  height: auto;
  width: auto;
}

.main-navigation .navbar-brand__logo img[src*="svg"] {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .main-navigation .navbar-brand__logo img {
    max-width: calc( ( var(--grimlock-site-identity-custom-logo-size) / 10 ) + 10vw) !important;
  }
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-brand__logo img {
    max-height: 35px !important;
  }
}

.main-navigation .navbar-brand__title {
  font-weight: 500;
}

.main-navigation .navbar-brand__title a.site-title-link {
  color: #0F0F10;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.main-navigation .navbar-brand__tagline {
  font-size: 70%;
  margin-top: 0.5em;
  display: inline-block;
}

.grimlock--navigation-fixed.grimlock--navigation-stick-to-top.admin-bar .main-navigation {
  top: 32px;
}

@media screen and (max-width: 781px) {
  .grimlock--navigation-fixed.grimlock--navigation-stick-to-top.admin-bar .main-navigation {
    top: 46px;
  }
}

@media screen and (max-width: 640px) {
  .grimlock--navigation-fixed.grimlock--navigation-stick-to-top.admin-bar .main-navigation {
    top: 0;
  }
}

.main-navigation .navbar-collapse {
  backface-visibility: hidden;
  align-items: stretch;
}

@media (min-width: 992px) {
  .main-navigation .navbar-collapse {
    height: auto !important;
  }
}

.navbar-collapse-show .main-navigation .navbar-collapse {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse-show .main-navigation .navbar-collapse::-webkit-scrollbar {
  width: 0px;
}

.navbar-collapse-show .main-navigation .navbar-collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.navbar-collapse-show .main-navigation .navbar-collapse::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.04);
  outline: 0;
}

/* Navbar Hamburger */
.grimlock--navigation-stick-to-top .hamburger-navbar {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left .hamburger-navbar,
  .grimlock--navigation-fixed-right .hamburger-navbar {
    display: none !important;
  }
}

.grimlock--navigation-hamburger-left .hamburger-navbar .navbar-toggler,
.grimlock--navigation-fixed-left .hamburger-navbar .navbar-toggler {
  left: 15px;
  right: auto;
}

.grimlock--navigation-hamburger-right .hamburger-navbar .navbar-toggler,
.grimlock--navigation-fixed-right .hamburger-navbar .navbar-toggler {
  order: 1;
  margin-left: auto;
  right: 15px;
}

.hamburger-navbar.navbar--container-classic .navbar__container {
  position: relative;
}

@media (min-width: 992px) {
  .grimlock--navigation-hamburger-left .hamburger-navbar.navbar--container-fluid .navbar-toggler,
  .grimlock--navigation-fixed-left .hamburger-navbar.navbar--container-fluid .navbar-toggler {
    left: 30px;
  }
}

@media (min-width: 992px) {
  .grimlock--navigation-hamburger-right .hamburger-navbar.navbar--container-fluid .navbar-toggler,
  .grimlock--navigation-fixed-right .hamburger-navbar.navbar--container-fluid .navbar-toggler {
    right: 30px;
  }
}

.grimlock--navigation-hamburger-right .hamburger-navbar.navbar--container-fluid .navbar__header,
.grimlock--navigation-fixed-right .hamburger-navbar.navbar--container-fluid .navbar__header {
  margin-left: 0;
}

@media (min-width: 992px) {
  .grimlock--navigation-hamburger-right .hamburger-navbar.navbar--container-fluid .navbar__aside,
  .grimlock--navigation-fixed-right .hamburger-navbar.navbar--container-fluid .navbar__aside {
    right: calc( 30px + 28px + 30px);
    left: auto;
  }
}

.hamburger-navbar .navbar-nav > .menu-item .sub-menu {
  box-shadow: none;
}

.hamburger-navbar .navbar__header {
  position: static;
  margin-left: auto;
  margin-right: auto;
}

.hamburger-navbar .navbar__header .navbar-brand {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .hamburger-navbar .navbar__header .navbar-brand img {
    max-width: 100px;
  }
}

.hamburger-navbar .site-title {
  text-align: center;
}

.hamburger-navbar .navbar__aside {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  z-index: 2;
}

.grimlock--navigation-hamburger-right .hamburger-navbar .navbar__aside,
.grimlock--navigation-fixed-right .hamburger-navbar .navbar__aside {
  left: 15px;
  right: auto;
}

.grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left {
  background: none !important;
}

.grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right .navbar-toggler span, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right .navbar-toggler span:before, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right .navbar-toggler span:after, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left .navbar-toggler span, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left .navbar-toggler span:before, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left .navbar-toggler span:after {
  background-color: #FFFFFF !important;
}

/* Navbar Vertical */
.grimlock-vertical-navigation {
  height: 100vh;
  height: 100%;
  padding: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  border-bottom: none !important;
  overflow: hidden;
}

.grimlock--navigation-hamburger-left .grimlock-vertical-navigation,
.grimlock--navigation-hamburger-right .grimlock-vertical-navigation {
  padding-top: 0;
  padding-bottom: 0;
}

.grimlock--navigation-hamburger-left .grimlock-vertical-navigation .vertical-navbar-search .search-form:after,
.grimlock--navigation-hamburger-right .grimlock-vertical-navigation .vertical-navbar-search .search-form:after {
  right: 25px;
}

.grimlock--navigation-hamburger-left .grimlock-vertical-navigation .vertical-navbar-search .search-form button[type="submit"]:hover,
.grimlock--navigation-hamburger-right .grimlock-vertical-navigation .vertical-navbar-search .search-form button[type="submit"]:hover {
  opacity: 0;
}

.grimlock-vertical-navigation .navbar-wrapper {
  width: 349px;
  height: 100%;
  padding-right: 38px;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.grimlock-vertical-navigation .navbar-wrapper::-webkit-scrollbar {
  width: 0px;
}

.grimlock-vertical-navigation .navbar-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.grimlock-vertical-navigation .navbar-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.04);
  outline: 0;
}

@media screen and (max-width: 400px) {
  .grimlock-vertical-navigation .navbar-wrapper {
    max-width: calc(82vw + 44px);
  }
}

.grimlock-vertical-navigation .navbar-wrapper > ul,
.grimlock-vertical-navigation .navbar-wrapper > div {
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.grimlock-vertical-navigation form {
  padding: 1.5rem;
}

.grimlock-vertical-navigation form .search-field {
  border: 0 !important;
}

.grimlock-vertical-navigation form .form-group, .grimlock-vertical-navigation form form.wpcf7-form-form-control-wrap, .grimlock-vertical-navigation form .gform_wrapper .gfield, .gform_wrapper .grimlock-vertical-navigation form .gfield, .grimlock-vertical-navigation form .ninja-forms-form .field-wrap, .ninja-forms-form .grimlock-vertical-navigation form .field-wrap, .grimlock-vertical-navigation form .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .grimlock-vertical-navigation form #ninja_forms_required_items {
  margin-bottom: 0;
}

.grimlock-vertical-navigation .widget-area {
  padding: 1.5rem;
}

.grimlock-vertical-navigation .widget-area .widget-title {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 900;
  position: relative;
}

.grimlock-vertical-navigation .widget-area .widget-title:after {
  content: '';
  display: block;
  margin-top: 10px;
  height: 4px;
  width: 100%;
  border: 0;
  background-color: currentColor;
  opacity: 0.1;
}

.grimlock-vertical-navigation .widget-area .widget-title:empty {
  display: none;
}

.grimlock-vertical-navigation .widget-area .widget-title a {
  color: inherit;
}

.grimlock-vertical-navigation .widget-area .widget + .widget {
  margin-top: 2rem;
}

.grimlock-vertical-navigation .grimlock-section,
.grimlock-vertical-navigation .grimlock-query-section,
.grimlock-vertical-navigation .grimlock-term-query-section {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.grimlock-vertical-navigation .grimlock-section > .region__container,
.grimlock-vertical-navigation .grimlock-query-section > .region__container,
.grimlock-vertical-navigation .grimlock-term-query-section > .region__container {
  padding: 0 !important;
}

.grimlock-vertical-navigation .grimlock-section > .region__container > .region__row,
.grimlock-vertical-navigation .grimlock-query-section > .region__container > .region__row,
.grimlock-vertical-navigation .grimlock-term-query-section > .region__container > .region__row {
  margin: 0 !important;
}

.grimlock-vertical-navigation .grimlock-section > .region__container > .region__row > .region__col,
.grimlock-vertical-navigation .grimlock-query-section > .region__container > .region__row > .region__col,
.grimlock-vertical-navigation .grimlock-term-query-section > .region__container > .region__row > .region__col {
  padding: 0 !important;
}

.grimlock-vertical-navigation .grimlock-section [id^="term-"],
.grimlock-vertical-navigation .grimlock-query-section [id^="term-"],
.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] {
  min-height: 150px !important;
  max-height: 150px;
}

.grimlock-vertical-navigation .grimlock-section [id^="term-"] .card,
.grimlock-vertical-navigation .grimlock-query-section [id^="term-"] .card,
.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .card {
  max-height: 150px;
  min-height: 150px;
}

.grimlock-vertical-navigation .grimlock-section [id^="term-"] .card-body,
.grimlock-vertical-navigation .grimlock-query-section [id^="term-"] .card-body,
.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .card-body {
  max-height: 150px;
}

.grimlock-vertical-navigation .grimlock-section [id^="term-"] .card-img,
.grimlock-vertical-navigation .grimlock-query-section [id^="term-"] .card-img,
.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .card-img {
  border-radius: 0 !important;
}

.grimlock-vertical-navigation .grimlock-section [id^="term-"] .entry-summary,
.grimlock-vertical-navigation .grimlock-query-section [id^="term-"] .entry-summary,
.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .entry-summary {
  display: none !important;
}

.grimlock-vertical-navigation .vertical-navbar-brand {
  text-align: center;
  padding: 1rem;
}

.grimlock-vertical-navigation .vertical-navbar-brand img {
  display: inline-block;
  max-width: 80%;
  max-height: 50px;
}

.grimlock--navigation-fixed-left .grimlock-vertical-navigation .navbar-nav--social,
.grimlock--navigation-fixed-right .grimlock-vertical-navigation .navbar-nav--social {
  order: -3;
  margin: 0;
  border: 0;
}

.grimlock--navigation-fixed-left .grimlock-vertical-navigation .navbar-nav--social a,
.grimlock--navigation-fixed-right .grimlock-vertical-navigation .navbar-nav--social a {
  font-size: 0.85em;
}

.grimlock--navigation-fixed-left .grimlock-vertical-navigation .navbar-nav--social a:not(:hover),
.grimlock--navigation-fixed-right .grimlock-vertical-navigation .navbar-nav--social a:not(:hover) {
  opacity: 0.8;
}

.grimlock--navigation-fixed-left .grimlock-vertical-navigation .navbar-nav--social a:hover,
.grimlock--navigation-fixed-right .grimlock-vertical-navigation .navbar-nav--social a:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .grimlock-vertical-navigation .navbar-nav--social {
    display: block !important;
    border: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .grimlock-vertical-navigation .navbar-nav--social > .menu-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: middle;
  }
  .grimlock-vertical-navigation .navbar-nav--social > .menu-item a {
    font-size: 0.85em;
  }
}

.grimlock-vertical-navigation .navbar-nav {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  border-top: 2px solid #efe9e0;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) {
  flex-wrap: wrap;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item {
  float: none !important;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item + li {
  margin: 0 !important;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item .sub-menu {
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item .sub-menu .menu-item:hover > a {
  color: var(--grimlock-navigation-sub-menu-item-background-color) !important;
  background-color: var(--grimlock-navigation-sub-menu-item-color) !important;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item.is-toggled > a {
  background-color: var(--grimlock-navigation-menu-item-active-background-color);
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item:hover .sub-menu {
  display: none;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item:hover > a {
  background-color: var(--grimlock-navigation-menu-item-active-background-color);
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item:hover > a:before {
  width: 100%;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item.current-menu-item > a:before, .grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item.current_page_item > a:before {
  width: 100%;
  opacity: 1;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item > a {
  display: flex !important;
  padding: 0.75rem 1.5rem !important;
  width: 100%;
  border-radius: 0 !important;
  white-space: normal;
}

.grimlock--navigation-fixed-left .grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item > a,
.grimlock--navigation-fixed-right .grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item > a {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item > a:before {
  height: 2px !important;
  bottom: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item .menu-item-description {
  display: none !important;
}

.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social) .menu-item .has-image {
  flex: 0 0 100%;
  max-width: 100%;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
  margin: 0 !important;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item.menu-item-has-children.is-toggled > a:after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu {
  display: none !important;
  position: relative;
  width: 100%;
  max-height: 350px;
  overflow-y: auto !important;
  overflow-x: hidden;
  border: 0;
  box-shadow: none !important;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu.is-open {
  display: block !important;
  position: static;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .menu-item a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .menu-item a:after {
  content: none;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .sub-menu {
  display: block !important;
  float: none;
  position: relative !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100%;
  top: 0 !important;
  background: none;
  border: 0;
  box-shadow: none;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .sub-menu > .menu-item > a {
  padding-left: 1.5rem;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .sub-menu > .menu-item > a:before {
  content: "\2014";
  margin-right: 5px;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .sub-menu > .menu-item:after {
  content: none;
}

.grimlock-vertical-navigation .navbar-nav > .menu-item a ins {
  right: 2em;
  transform: translate3d(0, -50%, 0);
}

.navbar-collapse-content {
  width: 100%;
  display: flex;
}

@media (max-width: 991.98px) {
  .navbar-collapse-content {
    flex-direction: column;
    padding-top: 15px;
  }
  .navbar-collapse-content .navbar-nav--search {
    order: -3;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-collapse-content .navbar-nav--search .navbar-search,
  .navbar-collapse-content .navbar-nav--search .form-group,
  .navbar-collapse-content .navbar-nav--search form.wpcf7-form-form-control-wrap,
  .navbar-collapse-content .navbar-nav--search .gform_wrapper .gfield,
  .gform_wrapper .navbar-collapse-content .navbar-nav--search .gfield,
  .navbar-collapse-content .navbar-nav--search .ninja-forms-form .field-wrap,
  .ninja-forms-form .navbar-collapse-content .navbar-nav--search .field-wrap,
  .navbar-collapse-content .navbar-nav--search .ninja-forms-form #ninja_forms_required_items,
  .ninja-forms-form .navbar-collapse-content .navbar-nav--search #ninja_forms_required_items {
    margin-bottom: 0;
  }
}

.vertical-navbar-search .search-submit {
  display: block !important;
}

@media (min-width: 992px) {
  #navigation-collapse .navbar-nav--search:only-child {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu.mega-menu--image-grid > ul.sub-menu > li.menu-item {
    border: 3px solid var(--grimlock-navigation-sub-menu-item-background-color);
    border-bottom-width: 5px;
  }
  .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu.mega-menu--image-grid > ul.sub-menu > li.menu-item > a {
    overflow: hidden;
    text-align: center;
  }
  .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu.mega-menu--image-grid > ul.sub-menu > li.menu-item > a .menu-image-title {
    font-size: clamp(1rem, 1vw, 1.4rem);
    letter-spacing: 5px;
    text-align: center;
    flex-direction: column;
    background-color: rgba(23, 26, 26, 0.65);
  }
  .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu.mega-menu--image-grid > ul.sub-menu > li.menu-item > a .menu-image-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: currentColor;
    margin-top: 1.2rem;
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu.mega-menu--image-grid > ul.sub-menu > li.menu-item > a:hover .menu-image-title:after {
    width: 85px;
  }
  .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu.mega-menu--image-grid > ul.sub-menu > li.menu-item > a .menu-item-description {
    width: auto;
    left: 0;
    bottom: 0;
    right: 0;
    color: var(--grimlock-button-primary-color) !important;
    background-color: var(--grimlock-button-primary-background-color);
    font-style: normal;
    border-top: 6px solid var(--grimlock-navigation-sub-menu-item-background-color);
    font-weight: 500;
  }
  .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu.mega-menu--image-grid > ul.sub-menu > li.menu-item > a:hover .menu-image {
    transform: scale(1.05);
  }
}

/*
* Post navigation, Pager & Pagination
*/
/**
 * Sections
 *
 * Visual section components.
 */
.grimlock-section .region__inner {
  padding-left: 2vw;
  padding-right: 2vw;
}

.grimlock-section .grimlock-section__title {
  position: relative;
  z-index: 1;
}

.grimlock-section .grimlock-section__title span:not(.widget-title) {
  font-weight: normal;
}

.grimlock-section .grimlock-section__title strong {
  font-weight: 700;
}

.grimlock-section .grimlock-section__title em {
  font-style: italic;
}

.grimlock-section .grimlock-section__title img.emoji,
.grimlock-section .grimlock-section__title img.wp-smiley {
  max-width: 0.6em;
  vertical-align: middle !important;
  display: inline-block !important;
}

.grimlock-section .grimlock-section__title ins,
.grimlock-section .grimlock-section__subtitle ins {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}

.grimlock-section .grimlock-section__title ins:after,
.grimlock-section .grimlock-section__subtitle ins:after {
  content: '';
  display: block;
  height: 4px;
  background-color: currentColor;
  position: relative;
  top: 2px;
  pointer-events: none;
}

.grimlock-section .grimlock-section__title ins.inverse:after,
.grimlock-section .grimlock-section__subtitle ins.inverse:after {
  background-color: #FFFFFF !important;
}

.grimlock-section .grimlock-section__thumbnail-caption {
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 2;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.grimlock-section .grimlock-section__thumbnail-caption:empty {
  display: none;
}

.grimlock-section.region--12-cols-left .region__col--1 .section__thumbnail-img, .grimlock-section.region--12-cols-center .region__col--1 .section__thumbnail-img, .grimlock-section.region--12-cols-center-boxed .region__col--1 .section__thumbnail-img, .grimlock-section.region--12-cols-right .region__col--1 .section__thumbnail-img {
  margin-bottom: 30px;
}

.grimlock-section.section--overlap {
  position: relative;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

.grimlock-section.section--overlap-top {
  top: -50px;
  margin-bottom: -50px;
}

.grimlock-section.section--overlap-bottom {
  top: 50px;
  margin-bottom: 50px;
}

.grimlock-section.region--6-6-cols-left-modern:not(.alignfull), .grimlock-section.region--6-6-cols-left-reverse-modern:not(.alignfull) {
  border-radius: var(--grimlock-archive-post-border-radius);
}

.grimlock-section.region--6-6-cols-left-modern:not(.alignfull) .grimlock-section__thumbnail, .grimlock-section.region--6-6-cols-left-reverse-modern:not(.alignfull) .grimlock-section__thumbnail {
  border-radius: 0 !important;
}

.grimlock-section.region--6-6-cols-left-modern.alignfull .grimlock-section__thumbnail, .grimlock-section.region--6-6-cols-left-reverse-modern.alignfull .grimlock-section__thumbnail {
  border-radius: 0 !important;
}

.grimlock-section:not(.grimlock-custom_header)[style*="background-image:"] .grimlock-section__text a:not(.section__btn) {
  color: inherit !important;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--deco .section__header:after {
  content: "\2022";
  font-size: 1.3em;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  display: block;
  opacity: 0.3;
  letter-spacing: 10px;
  line-height: normal;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--boxed {
  z-index: 9;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--boxed .region__col--2 {
  padding-top: 4%;
  padding-bottom: 4%;
  margin-bottom: -30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--boxed .region__inner {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .grimlock-section:not(.grimlock-custom_header).grimlock-section--above {
    position: relative;
    z-index: 9;
    margin-bottom: -4% !important;
  }
}

.grimlock-section:not(.grimlock-custom_header) .section__header + .grimlock-section__content {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-custom_header) .section__header + .grimlock-section__content {
    padding-top: 3%;
  }
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__title {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__title.lead + .grimlock-section__subtitle {
  margin-top: 0;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__title i {
  display: block;
  font-size: 3rem;
  margin-bottom: .85rem;
  opacity: .75;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__subtitle {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0.3rem;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-lead {
  position: relative;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__text {
  font-size: 1.1em;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__text a img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__thumbnail {
  text-align: center;
  border-radius: var(--grimlock-archive-post-border-radius);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-custom_header) .grimlock-section__thumbnail {
    margin-bottom: 1rem;
  }
}

.grimlock-section:not(.grimlock-custom_header) .section__footer .btn.btn-link.btn-lg, .grimlock-section:not(.grimlock-custom_header) .section__footer button.btn-link.btn-lg,
.grimlock-section:not(.grimlock-custom_header) .section__footer .btn-link.btn-lg.button,
.grimlock-section:not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="button"],
.grimlock-section:not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="submit"],
.grimlock-section:not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="reset"],
.grimlock-section:not(.grimlock-custom_header) .section__footer .wp-block-button a.btn-link.btn-lg.wp-block-button__link, .wp-block-button .grimlock-section:not(.grimlock-custom_header) .section__footer a.btn-link.btn-lg.wp-block-button__link, .grimlock-section:not(.grimlock-custom_header) .section__footer .main-navigation .navbar-nav > li.menu-item.btn-inside > a.btn-link.btn-lg, .main-navigation .grimlock-section:not(.grimlock-custom_header) .section__footer .navbar-nav > li.menu-item.btn-inside > a.btn-link.btn-lg {
  font-size: 0.9em;
  letter-spacing: 3px;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__btn:not(.btn-block) {
  margin-top: 3%;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__btn.btn-block {
  padding: 3rem;
}

.grimlock-section:not(.grimlock-custom_header) .grimlock-section__btn.btn-block.btn-lg {
  padding: calc(3rem * 1.05);
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left .region__col.region__col--1 {
    padding-right: 2%;
  }
  .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left .region__col.region__col--2 {
    padding-left: 2%;
  }
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col.region__col--1 {
    padding-left: 2%;
  }
  .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col.region__col--2 {
    padding-right: 2%;
  }
}

.grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left.grimlock-section--decorated > .region__inner:after, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left-reverse.region--6-6-cols-left-reverse.grimlock-section--decorated > .region__inner:after, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left.grimlock-section--decorated > .region__inner:after, .grimlock-section:not(.grimlock-custom_header).section-5-7-cols-left.region--6-6-cols-left-reverse.grimlock-section--decorated > .region__inner:after {
  width: 50vw;
}

.grimlock-section:not(.grimlock-custom_header).stego-section--bordered {
  border: var(--grimlock-archive-post-padding) solid var(--grimlock-heading-color) !important;
}

@media (min-width: 768px) {
  .grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated > .region__inner {
    position: relative;
    z-index: 1;
  }
  .grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated > .region__inner:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    background-color: var(--section-decorated-secondary-background-color);
    z-index: -1;
    pointer-events: none;
  }
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.grimlock-section--btn-secondary > .region__inner:after {
  background-color: var(--section-decorated-primary-background-color);
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--6-6-cols-left > .region__inner:after {
  width: 55vw;
  left: 0;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--6-6-cols-left-modern > .region__inner:after {
  width: 33vw;
  right: 0;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--6-6-cols-left-reverse > .region__inner:after {
  width: 55vw;
  right: 0;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--6-6-cols-left-reverse-modern > .region__inner:after {
  width: 33vw;
  left: 0;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--4-8-cols-left > .region__inner:after {
  width: 40vw;
  left: 0;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--8-4-cols-left-modern > .region__inner:after {
  width: 66vw;
  right: 0;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--4-8-cols-left-reverse > .region__inner:after {
  width: 40vw;
  right: 0;
}

.grimlock-section:not(.grimlock-custom_header).grimlock-section--decorated.region--8-4-cols-left-reverse-modern > .region__inner:after {
  width: 66vw;
  left: 0;
}

.grimlock-section:not(.grimlock-custom_header):not([class*="cols-overlay"]) > .region__inner[style*="background-color:#ffffff;"] .card:not(.term__card),
.grimlock-section:not(.grimlock-custom_header):not([class*="cols-overlay"]) > .region__inner[style*="background-color:#ffffff;"] .card:not(.term__card) .card-body {
  background-color: var(--grimlock-table-striped-background-color);
}

.grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-custom_header).region--container-fluid > .region__inner > .region__container {
  max-width: 100%;
}

.grimlock-section:not(.grimlock-custom_header).region--container-fluid .region__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grimlock-section:not(.grimlock-custom_header).region--container-fluid .region__container > .region__row {
  margin: 0;
}

.grimlock-section:not(.grimlock-custom_header).region--container-fluid .region__container > .region__row > .region__col {
  padding-left: 0;
  padding-right: 0;
}

.grimlock-section:not(.grimlock-custom_header).region--container-fluid:not(.p-0):not(.pl-0):not(.pr-0) .region__container > .region__row > .region__col--2 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .grimlock-section:not(.grimlock-custom_header).region--container-fluid:not(.p-0):not(.pl-0):not(.pr-0) .region__container > .region__row > .region__col--2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.grimlock-section:not(.grimlock-custom_header).region--container-fluid.grimlock-query-section .region__col--2, .grimlock-section:not(.grimlock-custom_header).region--container-fluid.grimlock-query-section--posts .region__col--2, .grimlock-section:not(.grimlock-custom_header).region--container-fluid.region--8-4-cols-grid .region__col--2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left .region__row, .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__row {
  align-items: center;
}

.grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left.section--align-top .region__row, .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-top .region__row {
  align-items: stretch;
}

.grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left.section--align-bottom .region__row, .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-bottom .region__row {
  align-items: flex-end;
}

.grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left.section--align-center .region__row, .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-center .region__row, .grimlock-section:not(.grimlock-custom_header).region--4-8-cols-left.section--align-center .region__row, .grimlock-section:not(.grimlock-custom_header).region--4-8-cols-left-reverse.section--align-center .region__row {
  align-items: center;
}

.grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left.section--align-center .region__col--2, .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-center .region__col--2, .grimlock-section:not(.grimlock-custom_header).region--4-8-cols-left.section--align-center .region__col--2, .grimlock-section:not(.grimlock-custom_header).region--4-8-cols-left-reverse.section--align-center .region__col--2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left.pl-0 .region__inner > .region__container > .region__row > .region__col--1 {
  padding-left: 0 !important;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left.pl-0 .region__inner > .region__container > .region__row > .region__col--1 {
    padding-right: 0 !important;
  }
}

.grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse.pr-0 .region__inner > .region__container > .region__row > .region__col--1 {
  padding-right: 0 !important;
}

@media (max-width: 767.98px) {
  .grimlock-section:not(.grimlock-custom_header).region--6-6-cols-left-reverse.pr-0 .region__inner > .region__container > .region__row > .region__col--1 {
    padding-left: 0 !important;
  }
}

.grimlock-section:not(.grimlock-custom_header).region--12-cols-left .grimlock-section__subtitle, .grimlock-section:not(.grimlock-custom_header).region--12-cols-center .grimlock-section__subtitle, .grimlock-section:not(.grimlock-custom_header).region--12-cols-right .grimlock-section__subtitle {
  max-width: 540px;
}

.grimlock-section:not(.grimlock-custom_header).region--12-cols-right .grimlock-section__subtitle {
  margin-right: 0;
  margin-left: auto;
}

.grimlock-section:not(.grimlock-custom_header).region--12-cols-center .grimlock-section__subtitle {
  margin-left: auto;
  margin-right: auto;
}

.grimlock-section:not(.grimlock-custom_header).p-0 .region__inner,
.grimlock-section:not(.grimlock-custom_header).p-0 .region__inner > .region__container,
.grimlock-section:not(.grimlock-custom_header).p-0 .region__row > .region__col {
  padding: 0 !important;
}

.grimlock-section:not(.grimlock-custom_header).pt-0 .region__inner {
  padding-top: 0 !important;
}

.grimlock-section:not(.grimlock-custom_header).pb-0 .region__inner {
  padding-bottom: 0 !important;
}

.grimlock-section:not(.grimlock-custom_header).pr-0 .region__inner,
.grimlock-section:not(.grimlock-custom_header).pr-0 .region__inner > .region__container {
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-custom_header).pr-0 .region__inner,
  .grimlock-section:not(.grimlock-custom_header).pr-0 .region__inner > .region__container {
    padding-left: 0 !important;
  }
}

.grimlock-section:not(.grimlock-custom_header).pl-0 .region__inner,
.grimlock-section:not(.grimlock-custom_header).pl-0 .region__inner > .region__container {
  padding-left: 0 !important;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-custom_header).pl-0 .region__inner,
  .grimlock-section:not(.grimlock-custom_header).pl-0 .region__inner > .region__container {
    padding-right: 0 !important;
  }
}

.grimlock-section:not(.grimlock-custom_header).pl-0 .region__inner > .region__container > .region__row {
  width: 100%;
}

.grimlock-section:not(.grimlock-custom_header).section_thumbnail_parallax {
  overflow: hidden;
}

.grimlock-section:not(.grimlock-custom_header).section--full-viewport {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: var(--grimlock-button-primary-background-color) !important;
}

.grimlock-section:not(.grimlock-custom_header).section--full-viewport > .region__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.admin-bar .grimlock-section:not(.grimlock-custom_header).section--full-viewport {
  top: 32px;
}

.grimlock-gallery-section:not(.no-content).region--12-cols-center.region--container-fluid .region__col--2 {
  margin: -80px auto 0 auto;
  position: relative;
  z-index: 12;
  max-width: 960px;
  padding: 3.2em 5em;
  background-color: #FFFFFF;
}

.grimlock-gallery-section:not(.no-content).region--12-cols-center.region--container-fluid .region__col--2 .grimlock-section__content {
  padding-left: 2vw;
  padding-right: 2vw;
}

.grimlock-gallery-section .tiled-gallery,
.grimlock-gallery-section .tiled-gallery .gallery-group,
.grimlock-gallery-section .tiled-gallery .gallery-row,
.grimlock-gallery-section .tiled-gallery .tiled-gallery-item a {
  display: block;
  height: 100% !important;
}

.grimlock-gallery-section .tiled-gallery .tiled-gallery-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.grimlock-gallery-section .tiled-gallery .images-1 .tiled-gallery-item {
  height: 100% !important;
}

.grimlock-gallery-section .tiled-gallery .images-2 .tiled-gallery-item {
  height: 50% !important;
}

.grimlock-gallery-section .tiled-gallery .images-3 .tiled-gallery-item {
  height: 33.333333% !important;
}

.grimlock-gallery-section .tiled-gallery .images-4 .tiled-gallery-item {
  height: 25% !important;
}

.grimlock-gallery-section .tiled-gallery .images-5 .tiled-gallery-item {
  height: 20% !important;
}

.grimlock-gallery-section .gallery-caption {
  display: none !important;
}

#custom_header .grimlock-reveal-element[data-grimlock-animate-scroll-reveal]:not([style*="visibility"]),
.grimlock-section .region__col > .grimlock-reveal-element[data-grimlock-animate-scroll-reveal]:not([style*="visibility"]),
.section_posts_reveal > .post:not([style*="visibility"]),
.grimlock-section[data-grimlock-animate-scroll-reveal] .grimlock-section__header:not([style*="visibility"]) {
  visibility: hidden;
}

.section_groups_reveal .grimlock-section__header:not([style*="visibility"]) + .section__content {
  opacity: 0;
}

.entry-content .avatar.alignnone {
  margin-bottom: 0;
}

[class*="posts--3-3-3-3"] h2.entry-title {
  font-size: 1.25rem !important;
}

[class*="posts--3-3-3-3"] .entry-meta {
  font-size: 0.85em;
}

[class*="posts--3-3-3-3"] .entry-meta .author-vcard {
  display: none !important;
}

[class*="posts--3-3-3-3"] .entry-meta > div {
  margin-bottom: 0;
}

[class*="posts--3-3-3-3"] .entry-meta .post-author {
  margin-right: 0.2rem;
  margin-bottom: 0;
}

[class*="posts--3-3-3-3"] .entry-meta .post-author .author-avatar {
  padding-right: 0 !important;
}

[class*="posts--3-3-3-3"] .entry-meta .post-author:after {
  content: none !important;
}

[class*="posts--3-3-3-3"] .entry-meta .post-author .avatar {
  max-width: 20px;
  height: auto;
}

[class*="3-3-3-3-cols-overlay-grid"] .post-thumbnail img,
[class*="4-4-4-cols-overlay-grid"] .post-thumbnail img {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

/**
 * Singles
 *
 * Single posts styles.
 */
body.single.single-post .pmpro-no-access,
body.page .pmpro-no-access {
  margin-bottom: 10vw !important;
}

body.single.single-post .pmpro-no-access .entry-thumbnail,
body.page .pmpro-no-access .entry-thumbnail {
  margin-bottom: -20vw !important;
  position: relative;
}

body.single.single-post .pmpro-no-access .entry-thumbnail img,
body.page .pmpro-no-access .entry-thumbnail img {
  box-shadow: none !important;
}

body.single.single-post .pmpro-no-access .entry-thumbnail:after,
body.page .pmpro-no-access .entry-thumbnail:after {
  content: '';
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--grimlock-content-background-color) 60%);
}

body.single.single-post .pmpro-no-access .pmpro_content_message,
body.page .pmpro-no-access .pmpro_content_message {
  position: relative;
  z-index: 9;
}

body.single.single-post .pmpro-no-access .entry-author,
body.single.single-post .pmpro-no-access .entry-separator,
body.single.single-post .pmpro-no-access .entry-related-posts,
body.page .pmpro-no-access .entry-author,
body.page .pmpro-no-access .entry-separator,
body.page .pmpro-no-access .entry-related-posts {
  position: relative;
  z-index: 10;
}

body.single.single-post .pmpro-no-access .entry-separator,
body.single.single-post .pmpro-no-access .entry-footer,
body.single.single-post .pmpro-no-access .entry-related-posts,
body.page .pmpro-no-access .entry-separator,
body.page .pmpro-no-access .entry-footer,
body.page .pmpro-no-access .entry-related-posts {
  display: none;
}

body.single.single-post .grimlock--single-header,
body.page .grimlock--single-header {
  margin-bottom: var(--grimlock-single-content-padding-y);
  padding-bottom: calc(var(--grimlock-single-content-padding-y) / 2);
}

body.single.single-post #content.region--9-3-cols-left [class*="wp-block-"].alignfull,
body.single.single-post #content.region--9-3-cols-left [class*="wp-block-"].alignwide, body.single.single-post #content.region--3-9-cols-left [class*="wp-block-"].alignfull,
body.single.single-post #content.region--3-9-cols-left [class*="wp-block-"].alignwide, body.single.single-post #content.region--3-6-3-cols-left [class*="wp-block-"].alignfull,
body.single.single-post #content.region--3-6-3-cols-left [class*="wp-block-"].alignwide,
body.page #content.region--9-3-cols-left [class*="wp-block-"].alignfull,
body.page #content.region--9-3-cols-left [class*="wp-block-"].alignwide,
body.page #content.region--3-9-cols-left [class*="wp-block-"].alignfull,
body.page #content.region--3-9-cols-left [class*="wp-block-"].alignwide,
body.page #content.region--3-6-3-cols-left [class*="wp-block-"].alignfull,
body.page #content.region--3-6-3-cols-left [class*="wp-block-"].alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.single.single-post #main > [id^="post-"] .entry-content,
body.page #main > [id^="post-"] .entry-content {
  font-size: 1.15em;
  line-height: 2em;
}

body.single.single-post #main > [id^="post-"] .entry-content > p,
body.page #main > [id^="post-"] .entry-content > p {
  margin-bottom: 2rem;
}

body.single.single-post #main > [id^="post-"] .entry-content > pre,
body.page #main > [id^="post-"] .entry-content > pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

body.single.single-post #main > [id^="post-"] .entry-content > p,
body.single.single-post #main > [id^="post-"] .entry-content > ul > li,
body.single.single-post #main > [id^="post-"] .entry-content > ol > li,
body.page #main > [id^="post-"] .entry-content > p,
body.page #main > [id^="post-"] .entry-content > ul > li,
body.page #main > [id^="post-"] .entry-content > ol > li {
  word-wrap: break-word;
}

body.single.single-post #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link),
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link),
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link),
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link),
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link),
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link) {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 2px), #28282A 0), linear-gradient(transparent calc(100% - 2px), rgba(40, 40, 42, 0.3) 0);
  background-size: 0 100%,100% 100%;
  transition: all 0.25s ease-in-out;
  background-position: left 0;
}

body.single.single-post #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):hover, body.single.single-post #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):active, body.single.single-post #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):focus,
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):hover,
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):active,
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):focus,
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):hover,
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):active,
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):focus,
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):hover,
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):active,
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):focus,
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):hover,
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):active,
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):focus,
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):hover,
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):active,
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.tag-cloud-link):focus {
  background-size: 100% 100%, 100% 100%;
}

body.single.single-post #main > [id^="post-"] .entry-content > ol, body.single.single-post #main > [id^="post-"] .entry-content > ul,
body.page #main > [id^="post-"] .entry-content > ol,
body.page #main > [id^="post-"] .entry-content > ul {
  margin-bottom: 1rem;
  padding-left: 20px;
}

body.single.single-post #main > [id^="post-"] .entry-content > ol li, body.single.single-post #main > [id^="post-"] .entry-content > ul li,
body.page #main > [id^="post-"] .entry-content > ol li,
body.page #main > [id^="post-"] .entry-content > ul li {
  padding: 5px 0;
}

body.single.single-post #main > [id^="post-"] .entry-content ol.list-ordered,
body.page #main > [id^="post-"] .entry-content ol.list-ordered {
  padding-left: 10px;
  counter-reset: preview-ol;
}

body.single.single-post #main > [id^="post-"] .entry-content ol.list-ordered li,
body.page #main > [id^="post-"] .entry-content ol.list-ordered li {
  list-style: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.1em;
}

body.single.single-post #main > [id^="post-"] .entry-content ol.list-ordered li:before,
body.page #main > [id^="post-"] .entry-content ol.list-ordered li:before {
  content: counter(preview-ol);
  counter-increment: preview-ol;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 500px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.8em;
  position: relative;
  top: 0;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  body.single.single-post #main > [id^="post-"] .entry-content ol.list-ordered li:before,
  body.page #main > [id^="post-"] .entry-content ol.list-ordered li:before {
    transition: none;
  }
}

body.single.single-post #main > [id^="post-"] .entry-content ol.list-ordered li:before:hover,
body.page #main > [id^="post-"] .entry-content ol.list-ordered li:before:hover {
  transform: translate3d(0, 0, 0) scale(1.15);
}

body.single.single-post #main > [id^="post-"] .entry-content ul.list-unordered,
body.page #main > [id^="post-"] .entry-content ul.list-unordered {
  padding-left: 10px;
}

body.single.single-post #main > [id^="post-"] .entry-content ul.list-unordered li,
body.page #main > [id^="post-"] .entry-content ul.list-unordered li {
  list-style: none;
}

body.single.single-post #main > [id^="post-"] .entry-content ul.list-unordered li:before,
body.page #main > [id^="post-"] .entry-content ul.list-unordered li:before {
  content: "\20";
  font-size: 20px;
  opacity: 0.5;
  margin-right: 3px;
}

body.single.single-post #main > [id^="post-"] .entry-labels,
body.page #main > [id^="post-"] .entry-labels {
  display: flex;
  align-items: center;
}

body.single.single-post #main > [id^="post-"] .entry-labels > div + div,
body.single.single-post #main > [id^="post-"] .entry-labels > div + a,
body.single.single-post #main > [id^="post-"] .entry-labels > div + span,
body.page #main > [id^="post-"] .entry-labels > div + div,
body.page #main > [id^="post-"] .entry-labels > div + a,
body.page #main > [id^="post-"] .entry-labels > div + span {
  margin-left: 0.3rem;
}

body.single.single-post #main > [id^="post-"] .entry-footer,
body.page #main > [id^="post-"] .entry-footer {
  position: relative;
  z-index: 9;
}

body.single.single-post #main > [id^="post-"] .entry-footer .edit-link,
body.page #main > [id^="post-"] .entry-footer .edit-link {
  display: block;
  margin-top: 3px;
}

body.single.single-post #main > [id^="post-"] .entry-footer .edit-link a:before,
body.page #main > [id^="post-"] .entry-footer .edit-link a:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 2px;
}

body.single.single-post #main > [id^="post-"] .entry-footer .tags-links,
body.page #main > [id^="post-"] .entry-footer .tags-links {
  font-weight: bold;
}

body.single.single-post #main > [id^="post-"] .entry-footer .tags-links a,
body.page #main > [id^="post-"] .entry-footer .tags-links a {
  color: inherit !important;
  opacity: 0.6;
}

body.single.single-post #main > [id^="post-"] .entry-footer .tags-links a:hover,
body.page #main > [id^="post-"] .entry-footer .tags-links a:hover {
  opacity: 0.8;
}

body.single.single-post #main > [id^="post-"] .entry-footer .tags-links a + a,
body.page #main > [id^="post-"] .entry-footer .tags-links a + a {
  margin-left: 0;
}

body.single.single-post #main > [id^="post-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

body.single.single-post .site-main .entry-content .wp-block-quote {
  margin-bottom: 3rem;
  margin-top: 1rem;
}

body.single.single-post .site-main .entry-content .wp-block-quote cite {
  opacity: 1;
  color: inherit;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9em;
}

body.single.single-post .site-main .entry-content .wp-block-quote cite:before {
  content: "\2014";
  margin-right: 7px;
}

body.single.single-post .site-main .entry-content .wp-block-embed {
  margin: 4% auto;
}

body.single.single-post .site-main .addtoany_content {
  margin: 0;
}

body.single.single-post .site-main .post-tag {
  margin: 0;
  padding-top: 0;
  border-top: 0;
}

body.single.single-post .entry-author {
  margin-top: calc(50px + 2rem);
}

body.single.single-post .entry-author .author-avatar img {
  margin-top: -50px;
  max-width: 100px;
  height: auto;
  box-shadow: 0 0 0 8px #F4F0EA;
}

body.single.single-post .entry-author .author-social li:last-child {
  margin-right: 0;
}

body.single.single-post .entry-author .author-social li a {
  border-radius: 500px;
  padding: 10px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
}

body.single.single-post .entry-author .author-heading .stego-icon {
  position: relative;
  top: -1px;
  font-size: 0.65em;
}

body.single.single-post .author-bio {
  max-width: 680px;
  margin: 0 auto;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header {
  display: none;
  flex-direction: row !important;
  width: 100%;
  order: 97;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .entry-labels {
  margin-right: 0.5rem;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .entry-labels,
body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .entry-meta {
  margin-bottom: 0 !important;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header h1.entry-title,
body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .hr-vertical,
body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .post-category,
body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .post-reading-time,
body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .post-comment {
  display: none !important;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-footer {
  order: 96;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-author {
  order: 98;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-separator {
  order: 99;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-edit-link {
  order: 98;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] .entry-related-posts {
  order: 100;
}

body.single.single-post #custom_header {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.single.single-post #custom_header .region__container {
  position: static !important;
}

body.single.single-post #custom_header .section__title {
  width: 100%;
}

body.single.single-post #custom_header .author {
  font-weight: 700;
  display: inline-flex;
  justify-content: inherit;
}

body.single.single-post #custom_header .author img + img {
  display: none !important;
}

body.single.single-post #custom_header .posted-on {
  pointer-events: none;
}

body.single.single-post #custom_header .cat-links {
  display: inline-flex;
  align-items: center;
}

body.single.single-post #custom_header .cat-links a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
}

body.single.single-post #custom_header .cat-links a:hover {
  opacity: 0.75;
}

body.single.single-post #custom_header .cat-links a + a:before {
  content: "\2022";
  margin-right: 8px;
  margin-left: 6px;
  opacity: 0.4;
  pointer-events: none;
  font-size: 12px;
}

body.single.single-post #custom_header .post-format-links {
  display: inline-flex;
  align-items: center;
  order: -1;
  margin-bottom: 0.5rem;
}

body.single.single-post #custom_header .post-format-links .post-format {
  display: flex;
  padding: 0.5rem 1rem;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  font-size: 1em;
  line-height: 1em;
  transform: none;
}

body.single.single-post #custom_header .section__title {
  margin-bottom: 1.5rem;
  width: 100%;
}

body.single.single-post #custom_header .section__subtitle {
  margin-bottom: 2rem;
  width: 100%;
}

body.single.single-post #custom_header .section__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 62px;
  width: 100%;
  font-size: 0.95em;
  min-height: 52px;
  align-items: center;
}

body.single.single-post #custom_header .section__meta a {
  color: inherit !important;
}

body.single.single-post #custom_header .section__meta a:hover {
  opacity: 0.75;
}

body.single.single-post #custom_header .section__meta .posted-on-label {
  margin-right: 0.25em;
}

body.single.single-post #custom_header .section__meta .author {
  order: -1;
  width: 100%;
}

body.single.single-post #custom_header .section__meta .byline-label {
  display: none;
}

body.single.single-post #custom_header .section__meta .avatar-round-ratio {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #fff;
  background: #fff;
}

body.single.single-post #custom_header .section__meta .author-vcard {
  display: block;
}

body.single.single-post #custom_header .section__meta > div:not(.author) {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-size: 0.9em;
}

body.single.single-post #custom_header .section__meta .post-reading-time {
  order: 99;
}

body.single.single-post #custom_header .section__meta .post-reading-time + .posted-on:after {
  content: "\2022";
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.75;
}

body.single.single-post #custom_header .section__meta .post-reading-time i {
  display: none;
}

body.single.single-post #custom_header.region--12-cols-center .cat-links, body.single.single-post #custom_header.region--12-cols-left .cat-links, body.single.single-post #custom_header.region--12-cols-right .cat-links {
  display: block;
}

body.single.single-post #custom_header.region--12-cols-center .section__meta, body.single.single-post #custom_header.region--12-cols-left .section__meta, body.single.single-post #custom_header.region--12-cols-right .section__meta {
  font-size: 1em;
}

body.single.single-post #custom_header.region--12-cols-center .section__header {
  max-width: calc(100% - 12vw);
  margin: 0 auto;
}

body.single.single-post #custom_header.region--12-cols-center .section__meta {
  width: auto;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  text-align: center;
}

body.single.single-post #custom_header.region--12-cols-center .section__meta .avatar-round-ratio {
  left: auto;
  right: auto;
}

body.single.single-post #custom_header.region--12-cols-center .section__meta .author {
  margin-top: 60px;
}

body.single.single-post #custom_header.region--12-cols-right .section__meta {
  text-align: right;
  width: auto;
  margin-left: auto;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 60px;
}

body.single.single-post #custom_header.region--12-cols-right .section__meta .avatar-round-ratio {
  right: 0;
  left: auto;
}

body.single.single-post #content .entry-header.align-items-center .entry-title {
  text-align: center;
}

body.single.single-post #content .entry-thumbnail {
  pointer-events: none;
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  body.single.single-post #content:not(.region--9-3-cols-left):not(.region--3-9-cols-left):not(.region--3-6-3-cols-left) .entry-thumbnail {
    margin-left: calc(25% - 18vw);
    margin-right: calc(25% - 18vw);
    width: auto;
    max-width: 1000%;
  }
  body.single.single-post #content:not(.region--9-3-cols-left):not(.region--3-9-cols-left):not(.region--3-6-3-cols-left) .entry-thumbnail img {
    margin: 0 auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
  }
}

body.single.single-post #content:not(.region--9-3-cols-left):not(.region--3-9-cols-left):not(.region--3-6-3-cols-left) .entry-thumbnail img {
  display: block;
  position: relative;
  z-index: 9;
}

body.single.single-post #content.region--9-3-cols-left .entry-separator, body.single.single-post #content.region--3-9-cols-left .entry-separator, body.single.single-post #content.region--3-6-3-cols-left .entry-separator {
  display: none !important;
}

body.single.single-post #content.region--9-3-cols-left .entry-title, body.single.single-post #content.region--3-9-cols-left .entry-title, body.single.single-post #content.region--3-6-3-cols-left .entry-title {
  margin-top: 0 !important;
  font-size: clamp(2rem, 3vw, 2.7rem);
}

body.single.single-post #content .entry-title {
  word-break: break-word;
}

body.single.single-post #content .entry-meta .author-avatar {
  width: 35px;
  height: 35px;
  padding: 0 !important;
}

body.single.single-post #content .entry-meta .author-avatar img.avatar {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

body.single.single-post #content .entry-content .rt-reading-time {
  display: none !important;
}

body.single.single-post #content .entry-content .addtoany_content {
  justify-content: flex-end;
  margin: 0;
  float: right;
}

.single .wp-playlist-current-item {
  height: auto;
}

.single .wp-playlist .mejs-container {
  width: 100% !important;
}

.single .entry-footer .edit-link .post-edit-link {
  display: inline-block;
  margin-top: 15px;
  font-weight: bolder;
}

.post-password-form {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}

.post-password-form label {
  width: 100%;
}

.post-password-form p:last-child {
  margin-bottom: 0;
}

.post-password-required .entry-footer {
  display: none;
}

body.attachment.single-attachment article.attachment .entry-header,
body.attachment.single-attachment article.attachment .entry-content,
body.attachment.single-attachment article.attachment .entry-footer,
body.attachment.single-attachment article.attachment .image-navigation {
  max-width: 960px;
  margin: 0 auto;
}

body.attachment.single-attachment article.attachment .entry-header {
  text-align: center;
  margin-top: 1rem;
}

body.attachment.single-attachment article.attachment .entry-meta {
  justify-content: center;
}

body.attachment.single-attachment article.attachment .entry-meta .sep {
  margin-right: 0.5rem;
}

.avatar-round-ratio img {
  border-radius: 500px;
}

.entry-title img.emoji,
.entry-title img.wp-smiley {
  max-width: 0.6em;
  vertical-align: middle !important;
  display: inline-block !important;
}

/**
 * Tables
 *
 * Tables styles.
 */
table {
  width: 100%;
  max-width: 100%;
}

.table, table {
  border-collapse: collapse !important;
}

.table thead td, table thead td, .table thead th, table thead th {
  border-bottom-width: 1px;
}

/**
 * Tooltips
 *
 * Tooltips styles.
 */
/**
 * Widgets
 *
 * WP Core Widget styles.
 */
.widget {
  margin: 0;
}

#secondary-left .widget,
#secondary-right .widget {
  padding: 1rem;
  text-align: left;
  background-color: var(--grimlock-archive-post-background-color);
  border: calc(var(--grimlock-archive-post-border-width) - 1px) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

#secondary-left .widget ~ .widget,
#secondary-right .widget ~ .widget {
  margin-top: 30px;
}

#secondary-left .widget > .widget-title,
#secondary-right .widget > .widget-title {
  font-family: inherit;
  color: var(--grimlock-heading-color);
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
  width: auto;
  margin: -1rem -1rem 1.5rem -1rem;
  padding: 1rem 1rem 0 1rem;
  display: block;
  line-height: 1.5;
}

#secondary-left .widget > .widget-title:after,
#secondary-right .widget > .widget-title:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 0.8rem;
  background-color: currentColor;
  margin-left: 0;
  margin-right: 0;
  width: 65%;
}

#secondary-left .widget > .widget-title:empty,
#secondary-right .widget > .widget-title:empty {
  display: none;
}

#secondary-left .widget > .widget-title a,
#secondary-right .widget > .widget-title a {
  color: #28282A;
}

#secondary-left .widget h1, #secondary-left .widget h2, #secondary-left .widget h3, #secondary-left .widget h4, #secondary-left .widget h5, #secondary-left .widget h6,
#secondary-right .widget h1,
#secondary-right .widget h2,
#secondary-right .widget h3,
#secondary-right .widget h4,
#secondary-right .widget h5,
#secondary-right .widget h6 {
  color: #28282A;
}

#secondary-left .widget h1 a:not(:hover), #secondary-left .widget h2 a:not(:hover), #secondary-left .widget h3 a:not(:hover), #secondary-left .widget h4 a:not(:hover), #secondary-left .widget h5 a:not(:hover), #secondary-left .widget h6 a:not(:hover),
#secondary-right .widget h1 a:not(:hover),
#secondary-right .widget h2 a:not(:hover),
#secondary-right .widget h3 a:not(:hover),
#secondary-right .widget h4 a:not(:hover),
#secondary-right .widget h5 a:not(:hover),
#secondary-right .widget h6 a:not(:hover) {
  color: inherit !important;
}

#secondary-left .widget h1 a:hover, #secondary-left .widget h2 a:hover, #secondary-left .widget h3 a:hover, #secondary-left .widget h4 a:hover, #secondary-left .widget h5 a:hover, #secondary-left .widget h6 a:hover,
#secondary-right .widget h1 a:hover,
#secondary-right .widget h2 a:hover,
#secondary-right .widget h3 a:hover,
#secondary-right .widget h4 a:hover,
#secondary-right .widget h5 a:hover,
#secondary-right .widget h6 a:hover {
  color: #4d4d51;
}

.site-preheader .widget {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site-prefooter .widget + .widget {
  padding-top: 1rem;
}

.site-prefooter .widget + .widget[id*="monster-widget"] {
  padding-top: 3rem;
}

.site-footer .widget {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .site-footer .widget {
    text-align: center;
  }
}

.site-footer .widget + .widget {
  padding-top: 0.5rem;
}

.site-footer .widget + .widget[id*="monster-widget"] {
  padding-top: 3rem;
}

.widget .menu {
  margin-bottom: 0;
}

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

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

.sidebar .widget_archive ul > li,
.site-prefooter .widget_archive ul > li, .sidebar .widget_categories ul > li,
.site-prefooter .widget_categories ul > li, .sidebar .widget_links ul > li,
.site-prefooter .widget_links ul > li, .sidebar .widget_nav_menu ul > li,
.site-prefooter .widget_nav_menu ul > li, .sidebar .widget_pages ul > li,
.site-prefooter .widget_pages ul > li, .sidebar .widget_rss ul > li,
.site-prefooter .widget_rss ul > li, .sidebar .widget_projects_categories ul > li,
.site-prefooter .widget_projects_categories ul > li, .sidebar .widget_recent_comments ul > li,
.site-prefooter .widget_recent_comments ul > li, .sidebar .widget_recent_entries ul > li,
.site-prefooter .widget_recent_entries ul > li, .sidebar .widget_layered_nav ul > li,
.site-prefooter .widget_layered_nav ul > li, .sidebar .widget_meta ul > li,
.site-prefooter .widget_meta ul > li, .sidebar .widget_display_forums ul > li,
.site-prefooter .widget_display_forums ul > li, .sidebar .widget_display_views ul > li,
.site-prefooter .widget_display_views ul > li {
  margin-top: 0.618em;
}

.sidebar .widget_archive ul > li, .sidebar .widget_categories ul > li, .sidebar .widget_links ul > li, .sidebar .widget_nav_menu ul > li, .sidebar .widget_pages ul > li, .sidebar .widget_rss ul > li, .sidebar .widget_projects_categories ul > li, .sidebar .widget_recent_comments ul > li, .sidebar .widget_recent_entries ul > li, .sidebar .widget_layered_nav ul > li, .sidebar .widget_meta ul > li, .sidebar .widget_display_forums ul > li, .sidebar .widget_display_views ul > li {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

.sidebar .widget_archive ul > li > a:before, .sidebar .widget_categories ul > li > a:before, .sidebar .widget_links ul > li > a:before, .sidebar .widget_nav_menu ul > li > a:before, .sidebar .widget_pages ul > li > a:before, .sidebar .widget_rss ul > li > a:before, .sidebar .widget_projects_categories ul > li > a:before, .sidebar .widget_recent_comments ul > li > a:before, .sidebar .widget_recent_entries ul > li > a:before, .sidebar .widget_layered_nav ul > li > a:before, .sidebar .widget_meta ul > li > a:before, .sidebar .widget_display_forums ul > li > a:before, .sidebar .widget_display_views ul > li > a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "\ed79";
  position: relative;
  top: -.05em;
  margin-right: 0.3em;
  font-size: inherit;
  opacity: 0.4;
  padding-left: 1px;
  left: -1px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .sidebar .widget_archive ul > li > a:before, .sidebar .widget_categories ul > li > a:before, .sidebar .widget_links ul > li > a:before, .sidebar .widget_nav_menu ul > li > a:before, .sidebar .widget_pages ul > li > a:before, .sidebar .widget_rss ul > li > a:before, .sidebar .widget_projects_categories ul > li > a:before, .sidebar .widget_recent_comments ul > li > a:before, .sidebar .widget_recent_entries ul > li > a:before, .sidebar .widget_layered_nav ul > li > a:before, .sidebar .widget_meta ul > li > a:before, .sidebar .widget_display_forums ul > li > a:before, .sidebar .widget_display_views ul > li > a:before {
    transition: none;
  }
}

.sidebar .widget_archive ul > li.current-menu-item > a:before,
.sidebar .widget_archive ul > li.current-cat > a:before, .sidebar .widget_categories ul > li.current-menu-item > a:before,
.sidebar .widget_categories ul > li.current-cat > a:before, .sidebar .widget_links ul > li.current-menu-item > a:before,
.sidebar .widget_links ul > li.current-cat > a:before, .sidebar .widget_nav_menu ul > li.current-menu-item > a:before,
.sidebar .widget_nav_menu ul > li.current-cat > a:before, .sidebar .widget_pages ul > li.current-menu-item > a:before,
.sidebar .widget_pages ul > li.current-cat > a:before, .sidebar .widget_rss ul > li.current-menu-item > a:before,
.sidebar .widget_rss ul > li.current-cat > a:before, .sidebar .widget_projects_categories ul > li.current-menu-item > a:before,
.sidebar .widget_projects_categories ul > li.current-cat > a:before, .sidebar .widget_recent_comments ul > li.current-menu-item > a:before,
.sidebar .widget_recent_comments ul > li.current-cat > a:before, .sidebar .widget_recent_entries ul > li.current-menu-item > a:before,
.sidebar .widget_recent_entries ul > li.current-cat > a:before, .sidebar .widget_layered_nav ul > li.current-menu-item > a:before,
.sidebar .widget_layered_nav ul > li.current-cat > a:before, .sidebar .widget_meta ul > li.current-menu-item > a:before,
.sidebar .widget_meta ul > li.current-cat > a:before, .sidebar .widget_display_forums ul > li.current-menu-item > a:before,
.sidebar .widget_display_forums ul > li.current-cat > a:before, .sidebar .widget_display_views ul > li.current-menu-item > a:before,
.sidebar .widget_display_views ul > li.current-cat > a:before {
  content: "\ed81";
}

.sidebar .widget_archive ul > li > a:hover:before, .sidebar .widget_categories ul > li > a:hover:before, .sidebar .widget_links ul > li > a:hover:before, .sidebar .widget_nav_menu ul > li > a:hover:before, .sidebar .widget_pages ul > li > a:hover:before, .sidebar .widget_rss ul > li > a:hover:before, .sidebar .widget_projects_categories ul > li > a:hover:before, .sidebar .widget_recent_comments ul > li > a:hover:before, .sidebar .widget_recent_entries ul > li > a:hover:before, .sidebar .widget_layered_nav ul > li > a:hover:before, .sidebar .widget_meta ul > li > a:hover:before, .sidebar .widget_display_forums ul > li > a:hover:before, .sidebar .widget_display_views ul > li > a:hover:before {
  color: #4d4d51;
  opacity: 1;
}

.widget_archive ul > li a, .widget_categories ul > li a, .widget_links ul > li a, .widget_nav_menu ul > li a, .widget_pages ul > li a, .widget_rss ul > li a, .widget_projects_categories ul > li a, .widget_recent_comments ul > li a, .widget_recent_entries ul > li a, .widget_layered_nav ul > li a, .widget_meta ul > li a, .widget_display_forums ul > li a, .widget_display_views ul > li a {
  color: #28282A;
}

.widget_archive ul > li a:hover, .widget_categories ul > li a:hover, .widget_links ul > li a:hover, .widget_nav_menu ul > li a:hover, .widget_pages ul > li a:hover, .widget_rss ul > li a:hover, .widget_projects_categories ul > li a:hover, .widget_recent_comments ul > li a:hover, .widget_recent_entries ul > li a:hover, .widget_layered_nav ul > li a:hover, .widget_meta ul > li a:hover, .widget_display_forums ul > li a:hover, .widget_display_views ul > li a:hover {
  opacity: 1;
}

.sidebar .widget_archive ul .children,
.site-prefooter .widget_archive ul .children,
.site-footer .widget_archive ul .children, .sidebar .widget_categories ul .children,
.site-prefooter .widget_categories ul .children,
.site-footer .widget_categories ul .children, .sidebar .widget_links ul .children,
.site-prefooter .widget_links ul .children,
.site-footer .widget_links ul .children, .sidebar .widget_nav_menu ul .children,
.site-prefooter .widget_nav_menu ul .children,
.site-footer .widget_nav_menu ul .children, .sidebar .widget_pages ul .children,
.site-prefooter .widget_pages ul .children,
.site-footer .widget_pages ul .children, .sidebar .widget_rss ul .children,
.site-prefooter .widget_rss ul .children,
.site-footer .widget_rss ul .children, .sidebar .widget_projects_categories ul .children,
.site-prefooter .widget_projects_categories ul .children,
.site-footer .widget_projects_categories ul .children, .sidebar .widget_recent_comments ul .children,
.site-prefooter .widget_recent_comments ul .children,
.site-footer .widget_recent_comments ul .children, .sidebar .widget_recent_entries ul .children,
.site-prefooter .widget_recent_entries ul .children,
.site-footer .widget_recent_entries ul .children, .sidebar .widget_layered_nav ul .children,
.site-prefooter .widget_layered_nav ul .children,
.site-footer .widget_layered_nav ul .children, .sidebar .widget_meta ul .children,
.site-prefooter .widget_meta ul .children,
.site-footer .widget_meta ul .children, .sidebar .widget_display_forums ul .children,
.site-prefooter .widget_display_forums ul .children,
.site-footer .widget_display_forums ul .children, .sidebar .widget_display_views ul .children,
.site-prefooter .widget_display_views ul .children,
.site-footer .widget_display_views ul .children {
  font-size: 0.9em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

.sidebar .widget_archive ul .children > li > a:before,
.site-prefooter .widget_archive ul .children > li > a:before,
.site-footer .widget_archive ul .children > li > a:before, .sidebar .widget_categories ul .children > li > a:before,
.site-prefooter .widget_categories ul .children > li > a:before,
.site-footer .widget_categories ul .children > li > a:before, .sidebar .widget_links ul .children > li > a:before,
.site-prefooter .widget_links ul .children > li > a:before,
.site-footer .widget_links ul .children > li > a:before, .sidebar .widget_nav_menu ul .children > li > a:before,
.site-prefooter .widget_nav_menu ul .children > li > a:before,
.site-footer .widget_nav_menu ul .children > li > a:before, .sidebar .widget_pages ul .children > li > a:before,
.site-prefooter .widget_pages ul .children > li > a:before,
.site-footer .widget_pages ul .children > li > a:before, .sidebar .widget_rss ul .children > li > a:before,
.site-prefooter .widget_rss ul .children > li > a:before,
.site-footer .widget_rss ul .children > li > a:before, .sidebar .widget_projects_categories ul .children > li > a:before,
.site-prefooter .widget_projects_categories ul .children > li > a:before,
.site-footer .widget_projects_categories ul .children > li > a:before, .sidebar .widget_recent_comments ul .children > li > a:before,
.site-prefooter .widget_recent_comments ul .children > li > a:before,
.site-footer .widget_recent_comments ul .children > li > a:before, .sidebar .widget_recent_entries ul .children > li > a:before,
.site-prefooter .widget_recent_entries ul .children > li > a:before,
.site-footer .widget_recent_entries ul .children > li > a:before, .sidebar .widget_layered_nav ul .children > li > a:before,
.site-prefooter .widget_layered_nav ul .children > li > a:before,
.site-footer .widget_layered_nav ul .children > li > a:before, .sidebar .widget_meta ul .children > li > a:before,
.site-prefooter .widget_meta ul .children > li > a:before,
.site-footer .widget_meta ul .children > li > a:before, .sidebar .widget_display_forums ul .children > li > a:before,
.site-prefooter .widget_display_forums ul .children > li > a:before,
.site-footer .widget_display_forums ul .children > li > a:before, .sidebar .widget_display_views ul .children > li > a:before,
.site-prefooter .widget_display_views ul .children > li > a:before,
.site-footer .widget_display_views ul .children > li > a:before {
  content: "\2022";
  width: 1.1em;
  text-align: center;
  margin-right: 6px;
}

.sidebar .widget_archive ul .children > li .children > li > a:before,
.site-prefooter .widget_archive ul .children > li .children > li > a:before,
.site-footer .widget_archive ul .children > li .children > li > a:before, .sidebar .widget_categories ul .children > li .children > li > a:before,
.site-prefooter .widget_categories ul .children > li .children > li > a:before,
.site-footer .widget_categories ul .children > li .children > li > a:before, .sidebar .widget_links ul .children > li .children > li > a:before,
.site-prefooter .widget_links ul .children > li .children > li > a:before,
.site-footer .widget_links ul .children > li .children > li > a:before, .sidebar .widget_nav_menu ul .children > li .children > li > a:before,
.site-prefooter .widget_nav_menu ul .children > li .children > li > a:before,
.site-footer .widget_nav_menu ul .children > li .children > li > a:before, .sidebar .widget_pages ul .children > li .children > li > a:before,
.site-prefooter .widget_pages ul .children > li .children > li > a:before,
.site-footer .widget_pages ul .children > li .children > li > a:before, .sidebar .widget_rss ul .children > li .children > li > a:before,
.site-prefooter .widget_rss ul .children > li .children > li > a:before,
.site-footer .widget_rss ul .children > li .children > li > a:before, .sidebar .widget_projects_categories ul .children > li .children > li > a:before,
.site-prefooter .widget_projects_categories ul .children > li .children > li > a:before,
.site-footer .widget_projects_categories ul .children > li .children > li > a:before, .sidebar .widget_recent_comments ul .children > li .children > li > a:before,
.site-prefooter .widget_recent_comments ul .children > li .children > li > a:before,
.site-footer .widget_recent_comments ul .children > li .children > li > a:before, .sidebar .widget_recent_entries ul .children > li .children > li > a:before,
.site-prefooter .widget_recent_entries ul .children > li .children > li > a:before,
.site-footer .widget_recent_entries ul .children > li .children > li > a:before, .sidebar .widget_layered_nav ul .children > li .children > li > a:before,
.site-prefooter .widget_layered_nav ul .children > li .children > li > a:before,
.site-footer .widget_layered_nav ul .children > li .children > li > a:before, .sidebar .widget_meta ul .children > li .children > li > a:before,
.site-prefooter .widget_meta ul .children > li .children > li > a:before,
.site-footer .widget_meta ul .children > li .children > li > a:before, .sidebar .widget_display_forums ul .children > li .children > li > a:before,
.site-prefooter .widget_display_forums ul .children > li .children > li > a:before,
.site-footer .widget_display_forums ul .children > li .children > li > a:before, .sidebar .widget_display_views ul .children > li .children > li > a:before,
.site-prefooter .widget_display_views ul .children > li .children > li > a:before,
.site-footer .widget_display_views ul .children > li .children > li > a:before {
  content: "\2022";
}

.sidebar .widget_archive ul .sub-menu,
.site-prefooter .widget_archive ul .sub-menu,
.site-footer .widget_archive ul .sub-menu, .sidebar .widget_categories ul .sub-menu,
.site-prefooter .widget_categories ul .sub-menu,
.site-footer .widget_categories ul .sub-menu, .sidebar .widget_links ul .sub-menu,
.site-prefooter .widget_links ul .sub-menu,
.site-footer .widget_links ul .sub-menu, .sidebar .widget_nav_menu ul .sub-menu,
.site-prefooter .widget_nav_menu ul .sub-menu,
.site-footer .widget_nav_menu ul .sub-menu, .sidebar .widget_pages ul .sub-menu,
.site-prefooter .widget_pages ul .sub-menu,
.site-footer .widget_pages ul .sub-menu, .sidebar .widget_rss ul .sub-menu,
.site-prefooter .widget_rss ul .sub-menu,
.site-footer .widget_rss ul .sub-menu, .sidebar .widget_projects_categories ul .sub-menu,
.site-prefooter .widget_projects_categories ul .sub-menu,
.site-footer .widget_projects_categories ul .sub-menu, .sidebar .widget_recent_comments ul .sub-menu,
.site-prefooter .widget_recent_comments ul .sub-menu,
.site-footer .widget_recent_comments ul .sub-menu, .sidebar .widget_recent_entries ul .sub-menu,
.site-prefooter .widget_recent_entries ul .sub-menu,
.site-footer .widget_recent_entries ul .sub-menu, .sidebar .widget_layered_nav ul .sub-menu,
.site-prefooter .widget_layered_nav ul .sub-menu,
.site-footer .widget_layered_nav ul .sub-menu, .sidebar .widget_meta ul .sub-menu,
.site-prefooter .widget_meta ul .sub-menu,
.site-footer .widget_meta ul .sub-menu, .sidebar .widget_display_forums ul .sub-menu,
.site-prefooter .widget_display_forums ul .sub-menu,
.site-footer .widget_display_forums ul .sub-menu, .sidebar .widget_display_views ul .sub-menu,
.site-prefooter .widget_display_views ul .sub-menu,
.site-footer .widget_display_views ul .sub-menu {
  padding-left: 1rem;
}

.widget_archive > ul:last-of-type, .widget_categories > ul:last-of-type, .widget_links > ul:last-of-type, .widget_nav_menu > ul:last-of-type, .widget_pages > ul:last-of-type, .widget_rss > ul:last-of-type, .widget_projects_categories > ul:last-of-type, .widget_recent_comments > ul:last-of-type, .widget_recent_entries > ul:last-of-type, .widget_layered_nav > ul:last-of-type, .widget_meta > ul:last-of-type, .widget_display_forums > ul:last-of-type, .widget_display_views > ul:last-of-type {
  margin-bottom: 0;
}

.widget_nav_menu .menu-item {
  max-width: 100%;
}

.widget_nav_menu img,
.widget_nav_menu .menu-item-description {
  display: none !important;
}

.widget_nav_menu .menu-item-img-wrapper,
.widget_nav_menu .menu-item-label {
  display: inline;
}

.sidebar .widget_recent_comments ul > li > span {
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .sidebar .widget_recent_comments ul > li > span {
    transition: none;
  }
}

.sidebar .widget_recent_comments ul > li > span:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eaa7";
  margin-right: .45rem;
  opacity: .4;
  transition: inherit;
}

.sidebar .widget_recent_comments ul > li > span:hover:before {
  color: #28282A;
  opacity: 1;
}

.sidebar .widget_recent_comments ul > li > a:before {
  content: none;
}

.site-prefooter .widget_recent_comments .recentcomments,
.site-footer .widget_recent_comments .recentcomments {
  word-break: break-all;
}

.site-prefooter .widget_recent_comments .recentcomments + .recentcomments,
.site-footer .widget_recent_comments .recentcomments + .recentcomments {
  margin-top: 10px;
}

.site-prefooter .widget_recent_entries ul > li > a {
  font-size: 1rem;
  margin-bottom: 0;
}

.sidebar .widget_recent_entries ul > li > a:before {
  content: "\ed77";
}

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: none;
}

.widget_rss li + li {
  border-top: 2px solid rgba(40, 40, 42, 0.25);
  padding-top: 1rem;
  margin-top: 1rem !important;
}

.widget_rss li .rsswidget {
  font-weight: 600;
  font-size: .9em;
}

.widget_rss li .rss-date {
  opacity: .8;
  font-weight: 600;
  font-size: .9em;
}

.widget_rss li .rssSummary {
  font-size: .85em;
  margin-top: 0.3rem;
  display: block;
}

.widget_rss li cite {
  font-size: .75em;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  margin-top: 0.5rem;
  display: block;
}

.widget_rss ul > li > a:before {
  font-family: 'stego' !important;
  content: "\ed87" !important;
  margin-right: 0.3rem;
}

.site-preheader .widget_text .textwidget p {
  margin: 0;
}

.widget_text .textwidget p:last-of-type {
  margin-bottom: 0;
}

.widget_text .textwidget form {
  margin-top: 3px;
}

.widget_text .textwidget form br {
  display: none;
}

.widget_text .textwidget .lead {
  font-size: 1em;
  line-height: 1.75;
}

.widget_calendar .calendar_wrap {
  display: block;
  width: 100%;
  text-align: center;
}

.widget_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar table a {
  color: inherit;
}

.widget_calendar caption {
  text-align: center;
  caption-side: top;
  color: inherit;
}

.widget_calendar td, .widget_calendar th {
  text-align: center;
  border: 0 !important;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

.widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
  display: inline-flex;
}

.widget_calendar .wp-calendar-nav-prev a:not([class*="button"]):not([class*="btn"]),
.widget_calendar .wp-calendar-nav-next a:not([class*="button"]):not([class*="btn"]) {
  font-size: 0.9375rem;
  color: #28282A;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5rem 1rem;
}

.widget_calendar .wp-calendar-nav-prev a:not([class*="button"]):not([class*="btn"]):hover,
.widget_calendar .wp-calendar-nav-next a:not([class*="button"]):not([class*="btn"]):hover {
  color: #FFFFFF;
  background-color: #4d4d51;
}

.widget_calendar tfoot td {
  border: none !important;
}

.site-preheader .widget-grofile {
  text-align: left;
}

.site-preheader .widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.5rem 0 0 0;
}

.site-preheader .widget-grofile .grofile-meta {
  float: left;
}

.site-preheader .widget-grofile .grofile-full-link,
.site-preheader .widget-grofile .grofile-urls,
.site-preheader .widget-grofile > h4 {
  display: none;
}

.site-preheader .widget-grofile img {
  float: left;
  margin-right: 0.5rem;
}

.widget_wpcom_social_media_icons_widget ul {
  margin: 0;
}

.widget_wpcom_social_media_icons_widget a {
  font-size: 20.8px;
  font-size: 1.3rem;
}

#primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
  padding-top: 4%;
  padding-bottom: 4%;
}

#primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .widget-title,
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .widget-title,
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .widget-title {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

#primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li,
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .product_list_widget > li {
  margin-top: 2rem;
}

.adrotate_widgets {
  text-align: center;
}

.widget-error {
  text-align: center;
}

.widget_media_gallery {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.widget_media_gallery > .tiled-gallery {
  max-width: 100% !important;
  width: 100% !important;
}

#main .widget-area .widget_media_gallery .gallery,
#main .widget-area .widget_media_gallery .gallery-item {
  margin-bottom: 0 !important;
}

#secondary-right .widget-area,
#secondary-left .widget-area {
  width: 100%;
}

#secondary-right .widget_media_image,
#secondary-left .widget_media_image {
  position: relative;
}

#secondary-right .widget_media_image a,
#secondary-left .widget_media_image a {
  display: block;
}

#secondary-right .widget_media_image .widget-title,
#secondary-left .widget_media_image .widget-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding: 1rem;
  margin: 0;
  text-align: center;
  pointer-events: none;
}

#secondary-right .widget_media_image .widget-title:after,
#secondary-left .widget_media_image .widget-title:after {
  content: none;
}

.widget_tag_cloud .tagcloud a {
  border: 1px solid currentColor;
  padding: .25em .65em;
  display: inline-flex;
  margin-bottom: 4px;
  font-size: 14px;
  margin-right: 4px;
  line-height: 1.5;
  vertical-align: middle;
}

/**
 * Grimlock
 *
 * Grimlock components styles.
 */
#custom_header {
  z-index: 9;
  background-size: cover;
  background-position: center;
  background-color: #F4F0EA;
  overflow: hidden;
}

#custom_header > .region__inner {
  padding-top: 6%;
  padding-bottom: 6%;
  background-color: rgba(65, 54, 65, 0.8);
}

@media (max-width: 991.98px) {
  #custom_header > .region__inner {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

#custom_header .region__container {
  position: relative;
  z-index: 3;
}

#custom_header .section__header {
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  word-break: break-word;
  color: #FFFFFF;
}

#custom_header .section__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}

#custom_header .section__subtitle {
  color: #FFFFFF;
}

#custom_header .section__subtitle > p {
  font-size: 0.9em;
}

body:not(.single-post) #custom_header .section__meta .post-reading-time {
  display: none;
}

#custom_header.region--6-6-cols-left-modern > .region__inner, #custom_header.region--6-6-cols-left-reverse-modern > .region__inner {
  position: relative;
  z-index: 2;
}

#custom_header.region--6-6-cols-left-modern[style*="background-image:"], #custom_header.region--6-6-cols-left-reverse-modern[style*="background-image:"] {
  background-clip: content-box;
}

#custom_header.region--6-6-cols-left-modern[style*="background-image:"]:before, #custom_header.region--6-6-cols-left-reverse-modern[style*="background-image:"]:before {
  content: '';
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 33vh;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  #custom_header.region--6-6-cols-left-modern[style*="background-image:"]:before, #custom_header.region--6-6-cols-left-reverse-modern[style*="background-image:"]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
  }
}

#custom_header.region--6-6-cols-left-modern:after, #custom_header.region--6-6-cols-left-reverse-modern:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  background-color: #F4F0EA;
}

#custom_header.region--6-6-cols-left-reverse-modern[style*="background-image:"]:before {
  left: auto;
  right: 0;
}

#custom_header.region--12-cols-center .section__header {
  justify-content: center;
  align-items: center;
}

/*------------------------------------*\
    #PLUGINS
\*------------------------------------*/
/**
 * Contact form 7
 *
 * Custom form plugin.
 * https://wordpress.org/plugins/contact-form-7/
 */
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="week"],
form.wpcf7-form input[type="date"],
form.wpcf7-form input[type="time"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="month"],
form.wpcf7-form input[type="number"],
form.wpcf7-form input[type="search"],
form.wpcf7-form input[type="website"],
form.wpcf7-form input[type="password"],
form.wpcf7-form select[multiple="multiple"],
form.wpcf7-form textarea,
form.wpcf7-form select {
  margin-top: 0.5rem;
}

form.wpcf7-form label,
form.wpcf7-form .form-group,
form.wpcf7-form form.wpcf7-form-form-control-wrap,
form.wpcf7-form .gform_wrapper .gfield,
.gform_wrapper form.wpcf7-form .gfield,
form.wpcf7-form .ninja-forms-form .field-wrap,
.ninja-forms-form form.wpcf7-form .field-wrap,
form.wpcf7-form .ninja-forms-form #ninja_forms_required_items,
.ninja-forms-form form.wpcf7-form #ninja_forms_required_items {
  text-align: left;
}

form.wpcf7-form label:not(.sr-only),
form.wpcf7-form .form-group:not(.sr-only),
form.wpcf7-form form.wpcf7-form-form-control-wrap:not(.sr-only),
form.wpcf7-form .gform_wrapper .gfield:not(.sr-only),
.gform_wrapper form.wpcf7-form .gfield:not(.sr-only),
form.wpcf7-form .ninja-forms-form .field-wrap:not(.sr-only),
.ninja-forms-form form.wpcf7-form .field-wrap:not(.sr-only),
form.wpcf7-form .ninja-forms-form #ninja_forms_required_items:not(.sr-only),
.ninja-forms-form form.wpcf7-form #ninja_forms_required_items:not(.sr-only) {
  width: 100%;
}

form.wpcf7-form br {
  display: none;
}

form.wpcf7-form [class*="quiz-"] label {
  width: 100%;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  color: #BF0A3A;
  margin-top: 0.33333rem;
}

form.wpcf7-form .ajax-loader {
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: currentColor;
  border-radius: 500px;
}

form.wpcf7-form .ajax-loader.is-active {
  display: inline-block;
}

form.wpcf7-form .wpcf7-submit {
  margin-top: 1rem;
}

form.wpcf7-form span.wpcf7-list-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

form.wpcf7-form span.wpcf7-list-item.first {
  margin-left: 0;
}

form.wpcf7-form-form-control-wrap {
  display: block;
}

form.wpcf7-form .wpcf7-response-output {
  margin: 1rem 0;
}

/**
 * Gravity forms
 *
 * Custom form plugin.
 * http://www.gravityforms.com/
 */
.gform_wrapper {
  width: 100%;
}

.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="website"],
.gform_wrapper input[type="password"],
.gform_wrapper select[multiple="multiple"],
.gform_wrapper textarea,
.gform_wrapper select {
  padding: 0.7rem 1rem !important;
}

.gform_wrapper .gform_heading {
  width: 100%;
}

.gform_wrapper .gfield input.large,
.gform_wrapper .gfield textarea.large,
.gform_wrapper .gfield select.large {
  width: 100% !important;
}

.gform_wrapper .gfield label.gfield_label + div.gfield_description {
  margin-top: 0;
  padding-top: 0;
  color: inherit;
}

.gform_wrapper .gfield div.charleft.warningTextareaInfo,
.gform_wrapper .gfield div.gfield_description {
  color: inherit;
  font-size: 80%;
  opacity: 0.7;
}

.gform_wrapper .gfield_radio label[for*="choice"], .gform_wrapper .gfield_checkbox label[for*="choice"] {
  font-weight: normal;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .gf_progressbar_percentage,
.gform_wrapper .gf_progressbar {
  background-image: none !important;
}

.gform_wrapper div.gform_page_footer {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.gform_wrapper div.gform_page_footer .button {
  vertical-align: top;
}

.gform_wrapper div.gform_page_footer img {
  display: inline-block;
}

body .gform_wrapper div.validation_error {
  font-size: 1em !important;
  padding: 1em !important;
  border-width: 1px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #BF0A3A !important;
  border: 0 !important;
}

/**
 * Grimlock
 *
 * Grimlock components styles.
 */
.widget_grimlock_section {
  margin-bottom: 0;
}

.widget_grimlock_section .widget-title {
  font-size: inherit;
}

.grimlock-query-section .region__col--2,
.grimlock-query-section--posts .region__col--2 {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.grimlock-query-section--posts {
  margin-bottom: 0;
}

.grimlock-query-section--posts .widget-title {
  font-size: inherit;
}

.grimlock-query-section--posts.section--posts-grid .section__title,
.grimlock-query-section--posts.section--posts-grid .section__subtitle,
.grimlock-query-section--posts.section--posts-grid .section__footer {
  text-align: center;
}

.grimlock-query-section--posts.section--posts-grid [id^="post-"] {
  padding: 0;
  margin: 0 !important;
}

.grimlock-query-section--posts.section--posts-grid .grimlock-query-section__posts {
  margin: 0;
}

.grimlock-query-section--posts.section--posts-grid .card {
  text-align: center;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: #000000;
  color: #FFFFFF;
}

.grimlock-query-section--posts.section--posts-grid .card:hover {
  transform: none;
}

.grimlock-query-section--posts.section--posts-grid .card:hover .card-body {
  transform: translate3d(0, -10px, 0);
}

.grimlock-query-section--posts.section--posts-grid .card:hover .post-thumbnail {
  opacity: 0.7;
}

.grimlock-query-section--posts.section--posts-grid .card a,
.grimlock-query-section--posts.section--posts-grid .card a:hover,
.grimlock-query-section--posts.section--posts-grid .card a:focus,
.grimlock-query-section--posts.section--posts-grid .card a:active,
.grimlock-query-section--posts.section--posts-grid .card .entry-title {
  color: inherit !important;
}

.grimlock-query-section--posts.section--posts-grid .card .wp-post-image,
.grimlock-query-section--posts.section--posts-grid .card .post-thumbnail {
  border-radius: 0;
}

.grimlock-query-section--posts.section--posts-grid .card .post-thumbnail {
  opacity: 0.5;
}

.grimlock-query-section--posts.section--posts-grid .card .post-thumbnail img {
  border-radius: 0;
}

.grimlock-query-section--posts.section--posts-grid .card .card-body {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: none;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-query-section--posts.section--posts-grid .card .card-body {
    transition: none;
  }
}

.grimlock-query-section--posts.section--posts-grid .card .card-body:before, .grimlock-query-section--posts.section--posts-grid .card .card-body:after {
  content: none;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-header {
  margin: 0;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-summary {
  max-width: 600px;
  display: none;
}

@media (min-width: 768px) {
  .grimlock-query-section--posts.section--posts-grid .card .entry-summary {
    display: block;
  }
}

.grimlock-query-section--posts.section--posts-grid .card .entry-summary p {
  margin-bottom: 0;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-meta,
.grimlock-query-section--posts.section--posts-grid .card .author,
.grimlock-query-section--posts.section--posts-grid .card .entry-footer,
.grimlock-query-section--posts.section--posts-grid .card p:empty,
.grimlock-query-section--posts.section--posts-grid .card .more-link {
  display: none;
}

.grimlock-query-section--posts.section--posts-grid .section__btn {
  border-radius: 0;
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
}

.grimlock-query-section--posts.region--container-fluid .grimlock-query-section__posts .card {
  border: 0;
  box-shadow: none;
}

.site-preheader .widget.widget_grimlock_posts_section,
.site-preheader .widget.widget_grimlock_query_section,
.site-prefooter .widget.widget_grimlock_posts_section,
.site-prefooter .widget.widget_grimlock_query_section,
.site-footer .widget.widget_grimlock_posts_section,
.site-footer .widget.widget_grimlock_query_section,
.region--container-fluid .widget.widget_grimlock_posts_section,
.region--container-fluid .widget.widget_grimlock_query_section,
.region.p-0 .widget.widget_grimlock_posts_section,
.region.p-0 .widget.widget_grimlock_query_section {
  padding-top: 0;
  padding-bottom: 0;
}

.site-preheader .region__col,
.site-prefooter .region__col,
.site-footer .region__col,
.region--container-fluid .region__col,
.region.p-0 .region__col {
  min-height: 0;
}

.site-preheader .section__content,
.site-prefooter .section__content,
.site-footer .section__content,
.region--container-fluid .section__content,
.region.p-0 .section__content {
  margin: 0 !important;
}

.site-preheader .grimlock-query-section__posts,
.site-prefooter .grimlock-query-section__posts,
.site-footer .grimlock-query-section__posts,
.region--container-fluid .grimlock-query-section__posts,
.region.p-0 .grimlock-query-section__posts {
  margin: 0 !important;
}

.site-preheader .grimlock-query-section__posts article[id^="post-"],
.site-prefooter .grimlock-query-section__posts article[id^="post-"],
.site-footer .grimlock-query-section__posts article[id^="post-"],
.region--container-fluid .grimlock-query-section__posts article[id^="post-"],
.region.p-0 .grimlock-query-section__posts article[id^="post-"] {
  padding: 0 !important;
  margin: 0 !important;
}

.site-preheader .grimlock-query-section__posts article[id^="post-"] .card,
.site-preheader .grimlock-query-section__posts article[id^="post-"] .card-img,
.site-preheader .grimlock-query-section__posts article[id^="post-"] .card-media,
.site-preheader .grimlock-query-section__posts article[id^="post-"] .card-body,
.site-preheader .grimlock-query-section__posts article[id^="post-"] .post-thumbnail,
.site-prefooter .grimlock-query-section__posts article[id^="post-"] .card,
.site-prefooter .grimlock-query-section__posts article[id^="post-"] .card-img,
.site-prefooter .grimlock-query-section__posts article[id^="post-"] .card-media,
.site-prefooter .grimlock-query-section__posts article[id^="post-"] .card-body,
.site-prefooter .grimlock-query-section__posts article[id^="post-"] .post-thumbnail,
.site-footer .grimlock-query-section__posts article[id^="post-"] .card,
.site-footer .grimlock-query-section__posts article[id^="post-"] .card-img,
.site-footer .grimlock-query-section__posts article[id^="post-"] .card-media,
.site-footer .grimlock-query-section__posts article[id^="post-"] .card-body,
.site-footer .grimlock-query-section__posts article[id^="post-"] .post-thumbnail,
.region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card,
.region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-img,
.region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-media,
.region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-body,
.region--container-fluid .grimlock-query-section__posts article[id^="post-"] .post-thumbnail,
.region.p-0 .grimlock-query-section__posts article[id^="post-"] .card,
.region.p-0 .grimlock-query-section__posts article[id^="post-"] .card-img,
.region.p-0 .grimlock-query-section__posts article[id^="post-"] .card-media,
.region.p-0 .grimlock-query-section__posts article[id^="post-"] .card-body,
.region.p-0 .grimlock-query-section__posts article[id^="post-"] .post-thumbnail {
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {
  .region__col[data-grimlock-animate-parallax] {
    transform: translate3d(0, 0, 0) !important;
  }
}

.grimlock--page-header {
  padding-bottom: 2rem;
}

body.single.single-post .grimlock-custom_header .grimlock--page-header {
  text-align: center;
}

.grimlock-nav-menu-section .menu > .menu-item .menu-image-title {
  font-family: var(--grimlock-text-font-family);
}

/**
 * Mailchimp for WordPress
 *
 * Mailchimp integration plugin.
 * https://wordpress.org/plugins/mailchimp-for-wp/
 */
.mc4wp-form-basic,
.mc4wp-form-theme {
  line-height: inherit !important;
}

.mc4wp-form-basic input,
.mc4wp-form-basic label,
.mc4wp-form-theme input,
.mc4wp-form-theme label {
  line-height: inherit !important;
}

.grimlock-section .mc4wp-form .form-row input[type="text"],
.grimlock-section .mc4wp-form .form-row input[type="email"] {
  border-color: rgba(255, 255, 255, 0.5);
  background: none;
  color: #FFFFFF;
  width: 100%;
  max-width: 180px;
}

@media (min-width: 576px) {
  .grimlock-section .mc4wp-form .form-row input[type="text"],
  .grimlock-section .mc4wp-form .form-row input[type="email"] {
    max-width: 330px;
  }
}

@media (min-width: 992px) {
  .grimlock-section .mc4wp-form .form-row input[type="text"],
  .grimlock-section .mc4wp-form .form-row input[type="email"] {
    min-width: 330px;
  }
}

.grimlock-section .mc4wp-form .form-row input[type="text"]:hover, .grimlock-section .mc4wp-form .form-row input[type="text"]:active, .grimlock-section .mc4wp-form .form-row input[type="text"]:focus,
.grimlock-section .mc4wp-form .form-row input[type="email"]:hover,
.grimlock-section .mc4wp-form .form-row input[type="email"]:active,
.grimlock-section .mc4wp-form .form-row input[type="email"]:focus {
  border-color: #FFFFFF;
}

.grimlock-section .mc4wp-form .form-row input[type="text"]::-webkit-input-placeholder,
.grimlock-section .mc4wp-form .form-row input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section .mc4wp-form .form-row input[type="text"]::-moz-input-placeholder,
.grimlock-section .mc4wp-form .form-row input[type="email"]::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section .mc4wp-form .form-row input[type="text"]::-moz-placeholder, .grimlock-section .mc4wp-form .form-row input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section .mc4wp-form .form-row input[type="text"]::placeholder,
.grimlock-section .mc4wp-form .form-row input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section .mc4wp-form .form-row input[type="text"]:-moz-placeholder-shown, .grimlock-section .mc4wp-form .form-row input[type="email"]:-moz-placeholder-shown {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section .mc4wp-form .form-row input[type="text"]:placeholder-shown,
.grimlock-section .mc4wp-form .form-row input[type="email"]:placeholder-shown {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section .mc4wp-form .form-row input[type="text"] + input[type="submit"],
.grimlock-section .mc4wp-form .form-row input[type="email"] + input[type="submit"] {
  width: 100%;
  margin-top: 0.3rem;
}

@media (min-width: 768px) {
  .grimlock-section .mc4wp-form .form-row input[type="text"] + input[type="submit"],
  .grimlock-section .mc4wp-form .form-row input[type="email"] + input[type="submit"] {
    margin-top: 0;
    margin-left: 0.5rem;
    width: auto;
  }
}

.grimlock-section .mc4wp-form.region--12-cols-center .form-row {
  justify-content: center;
}

.form-newsletter {
  align-items: flex-end;
  max-width: 600px;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .form-newsletter {
    margin: 0 auto;
  }
}

.form-newsletter .btn, .form-newsletter button,
.form-newsletter .button,
.form-newsletter input[type="button"],
.form-newsletter input[type="submit"],
.form-newsletter input[type="reset"],
.form-newsletter .wp-block-button a.wp-block-button__link, .wp-block-button .form-newsletter a.wp-block-button__link, .form-newsletter .main-navigation .navbar-nav > li.menu-item.btn-inside > a, .main-navigation .form-newsletter .navbar-nav > li.menu-item.btn-inside > a {
  position: relative;
  left: -1px;
  z-index: 2;
}

.form-newsletter .form-group, .form-newsletter form.wpcf7-form-form-control-wrap, .form-newsletter .gform_wrapper .gfield, .gform_wrapper .form-newsletter .gfield, .form-newsletter .ninja-forms-form .field-wrap, .ninja-forms-form .form-newsletter .field-wrap, .form-newsletter .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .form-newsletter #ninja_forms_required_items {
  margin-bottom: 0;
}

.form-newsletter input.form-control {
  border-width: 1px;
  min-height: 60px;
  width: calc(100% - 130px);
}

.form-newsletter input.form-control::-moz-placeholder {
  color: inherit !important;
}

.form-newsletter input.form-control:focus, .form-newsletter input.form-control::placeholder {
  color: inherit !important;
}

.form-newsletter input.form-control:hover {
  border-color: rgba(65, 65, 67, 0.8);
}

.form-newsletter .btn, .form-newsletter button,
.form-newsletter .button,
.form-newsletter input[type="button"],
.form-newsletter input[type="submit"],
.form-newsletter input[type="reset"],
.form-newsletter .wp-block-button a.wp-block-button__link, .wp-block-button .form-newsletter a.wp-block-button__link, .form-newsletter .main-navigation .navbar-nav > li.menu-item.btn-inside > a, .main-navigation .form-newsletter .navbar-nav > li.menu-item.btn-inside > a {
  padding: 0.5rem 0.75rem;
  min-height: 60px;
  border-left: 0;
  text-transform: none;
  min-width: 130px;
}

@media (min-width: 768px) {
  .form-newsletter .btn, .form-newsletter button,
  .form-newsletter .button,
  .form-newsletter input[type="button"],
  .form-newsletter input[type="submit"],
  .form-newsletter input[type="reset"],
  .form-newsletter .wp-block-button a.wp-block-button__link, .wp-block-button .form-newsletter a.wp-block-button__link, .form-newsletter .main-navigation .navbar-nav > li.menu-item.btn-inside > a, .main-navigation .form-newsletter .navbar-nav > li.menu-item.btn-inside > a {
    padding: 0.5rem 2rem;
  }
}

.form-newsletter.form-inverse input.form-control,
.form-newsletter.form-inverse .btn,
.form-newsletter.form-inverse button,
.form-newsletter.form-inverse .button,
.form-newsletter.form-inverse input[type="button"],
.form-newsletter.form-inverse input[type="submit"],
.form-newsletter.form-inverse input[type="reset"],
.form-newsletter.form-inverse .wp-block-button a.wp-block-button__link,
.wp-block-button .form-newsletter.form-inverse a.wp-block-button__link,
.form-newsletter.form-inverse .main-navigation .navbar-nav > li.menu-item.btn-inside > a,
.main-navigation .form-newsletter.form-inverse .navbar-nav > li.menu-item.btn-inside > a {
  border-color: #FFFFFF !important;
  background: none !important;
}

/**
 * Ninja forms
 *
 * Custom form plugin
 * https://fr.wordpress.org/plugins/ninja-forms/
 */
.ninja-forms-form .ninja-forms-star-rating-control a {
  transition: none;
}

.ninja-forms-form .field-wrap.label-left .ninja-forms-field, .ninja-forms-form .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0;
}

.ninja-forms-form .label-left input,
.ninja-forms-form .label-left select,
.ninja-forms-form .label-left textarea,
.ninja-forms-form .label-right input,
.ninja-forms-form .label-right select,
.ninja-forms-form .label-right textarea {
  display: inline-block;
}

.ninja-forms-form .ninja-forms-error input,
.ninja-forms-form .ninja-forms-error select,
.ninja-forms-form .ninja-forms-error textarea {
  border-color: #BF0A3A !important;
}

.ninja-forms-form .list-radio-wrap.label-above ul li,
.ninja-forms-form .list-radio-wrap.label-below ul li,
.ninja-forms-form .list-checkbox-wrap.label-above ul li,
.ninja-forms-form .list-checkbox-wrap.label-below ul li {
  padding-left: 0;
}

#ui-datepicker-div {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

/**
 * WooCommerce
 *
 * King of WordPress e-commerce plugin.
 * https://wordpress.org/plugins/woocommerce/
 */
.woocommerce.single-product .grimlock--page-header {
  padding-bottom: 0;
}

.woocommerce-archive-header {
  margin-bottom: 15px;
}

.woocommerce-archive-header .woocommerce-archive-header_result_count {
  display: none !important;
}

@media (min-width: 768px) {
  .woocommerce-archive-header .woocommerce-archive-header__catalog_filters {
    margin-left: auto !important;
  }
}

.woocommerce-archive-header .woocommerce-ordering select.orderby,
.woocommerce-archive-header #dropdownWcFiltersButton {
  font-weight: var(--grimlock-button-font-weight) !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  font-size: 1rem;
}

.woocommerce-archive-header #dropdownWcFiltersButton:before,
.woocommerce-archive-header .woocommerce-ordering:before {
  font-size: 1.3rem;
  left: 0;
}

.woocommerce-archive-header #dropdownWcFiltersButton {
  padding: 0;
}

.woocommerce-archive-header .woocommerce-ordering:after {
  display: none;
}

.woocommerce-archive-header .woocommerce-ordering select.orderby {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce {
    margin-left: 1rem;
  }
}

.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item.menu-item-has-children > a:after {
  display: none;
}

.main-navigation:not(.vertical-navbar) .navbar-nav.navbar-nav--woocommerce > .menu-item ul.sub-menu .woocommerce-mini-cart__empty-message {
  margin: calc( var(--grimlock-navigation-padding-y) / 2) var(--grimlock-navigation-padding-y);
  font-size: var(--grimlock-navigation-font-size);
  text-transform: none;
}

.main-navigation:not(.vertical-navbar) .navbar-nav.navbar-nav--woocommerce > .menu-item ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item {
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-navigation:not(.vertical-navbar) .navbar-nav.navbar-nav--woocommerce > .menu-item ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a,
.main-navigation:not(.vertical-navbar) .navbar-nav.navbar-nav--woocommerce > .menu-item ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item span.quantity {
  transition: inherit;
}

.main-navigation:not(.vertical-navbar) .navbar-nav.navbar-nav--woocommerce > .menu-item ul.sub-menu .product_list_widget li .woocommerce-Price-amount {
  font-family: var(--grimlock-text-font-family);
}

.product__card-header .cat-links {
  padding-right: 65px;
}

.product__card-header .cat-links a {
  background: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
  padding: .25rem .5rem;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: .3em;
  display: inline-block;
  margin-right: .3em;
}

.product__card-header .cat-links a:hover {
  color: var(--grimlock-button-primary-hover-color) !important;
  background: var(--grimlock-button-primary-hover-background-color) !important;
}

.product__card-header .cat-links .cat-links-separator {
  display: none;
}

.grimlock-woocommerce--archive-product-button-format-icon .product div.card.product__card .product__card-header div.product-buttons > * {
  margin-top: 0;
}

/**
 * WPML
 *
 * Translate WordPress your site.
 * https://wpml.org/
 */
.widget_icl_lang_sel_widget .widget-title {
  display: none;
}

.widget_icl_lang_sel_widget .wpml-ls {
  display: inline-block;
  height: auto;
  background: none !important;
  border: 0;
  font-family: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls a {
  text-decoration: none !important;
  line-height: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-native {
  font-size: 0.8em;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-bracket {
  display: none;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item {
  text-align: left;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a {
  color: inherit;
  background-color: transparent;
  border: 0;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a:hover, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a:active, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a:focus {
  color: inherit;
  background-color: transparent;
  opacity: 0.7;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu {
  display: none;
  right: 0;
  left: auto;
  width: auto !important;
  min-width: 240px;
  max-width: 280px;
  max-height: 350px;
  height: auto !important;
  visibility: visible;
  border: none;
  box-shadow: 0 0.2rem 2rem rgba(20, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a {
  padding: 0.5rem 1rem;
  border: 0;
  font-size: 0.9em;
  word-wrap: break-word;
  color: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:hover, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:active, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:focus {
  background-color: #F4F0EA;
  color: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click {
  width: auto;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  font-family: var(--grimlock-icon-angle-down-font-family) !important;
  content: var(--grimlock-icon-angle-down);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: 1.3em;
  border: 0;
  position: relative;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  position: static;
  border: 0;
  top: auto;
  right: auto;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel {
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0.5rem 1rem;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel:hover, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel:active, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel:focus, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel:hover, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel:active, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel:focus {
  color: inherit;
  background: transparent;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown a span, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click a span {
  margin-right: 2px;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click ul ul[style*="visible"] {
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-list-vertical .lang_sel_sel, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-list-horizontal .lang_sel_sel {
  opacity: 0.5;
}

/**
 * Yoast SEO
 *
 * SEO plugin.
 * https://wordpress.org/plugins/wordpress-seo/
 */
.yoast-breadcrumb {
  order: -2;
  margin-bottom: 1rem;
  padding: 0;
  width: 100%;
  background: none;
  font-size: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.yoast-breadcrumb > li + li::before {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.yoast-breadcrumb a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: inherit !important;
}

.yoast-breadcrumb .breadcrumb_last {
  padding-left: 0.5rem;
  max-width: 250px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.yoast-breadcrumb > span {
  width: 100%;
}

.yoast-breadcrumb > span > span > a {
  padding-left: 0;
}

.yoast-breadcrumb span {
  font-style: normal !important;
  text-decoration: none !important;
}

.region--12-cols-center .yoast-breadcrumb {
  justify-content: center;
}

.grimlock-custom_header .yoast-breadcrumb {
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0.25rem;
  display: inline-flex;
  color: currentColor !important;
  order: -1;
  opacity: 0.6;
}

.grimlock-custom_header .yoast-breadcrumb a, .grimlock-custom_header .yoast-breadcrumb a:hover, .grimlock-custom_header .yoast-breadcrumb a:focus, .grimlock-custom_header .yoast-breadcrumb a:active {
  color: inherit !important;
}

.grimlock-custom_header .yoast-breadcrumb a:hover {
  opacity: 0.7;
}

.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-content .yoast-breadcrumb {
  display: none;
}

body.single.single-post .grimlock-custom_header .yoast-breadcrumb {
  display: none;
}

/**
 * Autocomplete for relevanssi
 *
 * Add autocomplete functionnality to Relevanssi plugin.
 * https://srd.wordpress.org/plugins/autocomplete-for-relevanssi/
 */
.awesomplete {
  width: 100%;
  display: block;
}

.awesomplete > input[type="search"] {
  width: 100%;
}

.awesomplete > ul {
  top: 100%;
  margin-top: 5px;
  width: 100%;
  border: 0 !important;
  box-shadow: 0 0.2rem 2rem rgba(20, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .awesomplete > ul {
    border-radius: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.awesomplete > ul > li mark {
  color: inherit;
  text-decoration: underline;
}

/**
 * Add to any
 *
 * Social and sharing plugin
 * https://wordpress.org/plugins/add-to-any/
 */
.a2a_menu {
  background-color: #FFFFFF !important;
  border-color: #414143 !important;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0 0.2rem 2rem rgba(20, 0, 0, 0.1);
  margin-top: 10px !important;
  margin-left: 5px !important;
}

body.grimlock .a2a_menu a,
body.grimlock .a2a_menu a.a2a_i,
body.grimlock .a2a_menu a.a2a_i:visited,
body.grimlock .a2a_menu a.a2a_more,
body.grimlock i.a2a_i {
  color: #28282A !important;
  border-color: #414143 !important;
}

body.grimlock .a2a_menu a:hover,
body.grimlock .a2a_menu a.a2a_i:hover,
body.grimlock .a2a_menu a.a2a_i:visited:hover,
body.grimlock .a2a_menu a.a2a_more:hover,
body.grimlock i.a2a_i:hover {
  color: #4d4d51 !important;
  background-color: #fdfcfb !important;
}

@media (prefers-color-scheme: dark) {
  body.grimlock .a2a_menu a,
  body.grimlock .a2a_menu a.a2a_i,
  body.grimlock .a2a_menu a.a2a_i:visited,
  body.grimlock .a2a_menu a.a2a_more,
  body.grimlock i.a2a_i {
    color: #28282A !important;
    border-color: #414143 !important;
  }
  body.grimlock .a2a_menu a:hover,
  body.grimlock .a2a_menu a.a2a_i:hover,
  body.grimlock .a2a_menu a.a2a_i:visited:hover,
  body.grimlock .a2a_menu a.a2a_more:hover,
  body.grimlock i.a2a_i:hover {
    color: #4d4d51 !important;
    background-color: #fdfcfb !important;
  }
}

@media (prefers-color-scheme: light) {
  body.grimlock .a2a_menu a,
  body.grimlock .a2a_menu a.a2a_i,
  body.grimlock .a2a_menu a.a2a_i:visited,
  body.grimlock .a2a_menu a.a2a_more,
  body.grimlock i.a2a_i {
    color: #28282A !important;
    border-color: #414143 !important;
  }
  body.grimlock .a2a_menu a:hover,
  body.grimlock .a2a_menu a.a2a_i:hover,
  body.grimlock .a2a_menu a.a2a_i:visited:hover,
  body.grimlock .a2a_menu a.a2a_more:hover,
  body.grimlock i.a2a_i:hover {
    color: #4d4d51 !important;
    background-color: #fdfcfb !important;
  }
}

body.grimlock .a2a_menu_find_container {
  background-color: #fff !important;
  border-color: rgba(40, 40, 42, 0.18) !important;
}

body.grimlock #a2apage_find_container input,
body.grimlock #a2apage_find_container input[type=text] {
  background-color: #fff !important;
}

div.a2a_floating_style {
  z-index: 99998 !important;
  background-color: rgba(0, 0, 0, 0.4);
}

div.a2a_floating_style[style*="left: 0px"] {
  border-radius: 0 0 0 0;
}

div.a2a_floating_style[style*="right: 0px"] {
  border-radius: 0 0 0 0;
}

@media (max-width: 991.98px) {
  div.a2a_floating_style {
    display: none !important;
  }
}

#a2apage_dropdown .a2a_svg,
#a2a_menu .a2a_svg {
  border-radius: 500px;
}

#a2apage_dropdown .a2a_svg svg,
#a2a_menu .a2a_svg svg {
  max-width: 80% !important;
  margin-top: 0.2em !important;
}

.addtoany_content {
  margin: 1rem 0;
}

.addtoany_content .addtoany_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1em !important;
}

.addtoany_content .addtoany_list a {
  position: relative;
  opacity: 1 !important;
}

.addtoany_content .addtoany_list a:first-of-type {
  padding-left: 0;
}

.addtoany_content .addtoany_list a > span {
  position: relative;
  width: 35px !important;
  height: 35px !important;
  line-height: 0 !important;
  border-radius: 500px !important;
  border: 2px solid rgba(65, 65, 67, 0.15);
  text-align: center;
  background: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  transition: all 1s cubic-bezier(0.245, 0.495, 0, 0.99);
}

@media screen and (prefers-reduced-motion: reduce) {
  .addtoany_content .addtoany_list a > span {
    transition: none;
  }
}

.addtoany_content .addtoany_list a > span svg {
  position: relative;
  z-index: 2;
  height: 0.75em;
  width: 0.75em;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}

.addtoany_content .addtoany_list a > span svg path, .addtoany_content .addtoany_list a > span svg g {
  fill: #414143 !important;
  opacity: 0.5;
}

.addtoany_content .addtoany_list a > span:hover {
  opacity: 1 !important;
  border-color: #28282A;
  box-shadow: 0 0 0 5px rgba(255, 97, 98, 0.3);
}

.addtoany_content .addtoany_list a > span:hover:after {
  background-color: inherit;
}

.addtoany_content .addtoany_list a > span:hover svg path {
  fill: #FFFFFF;
}

.addtoany_content .addtoany_list a.addtoany_share > span svg g {
  opacity: 0.5;
}

.addtoany_content .addtoany_list a.addtoany_share > span svg g path {
  opacity: 1;
}

div.a2a_overlay {
  background: rgba(40, 40, 42, 0.95);
}

/**
 * FooBox Image Lightbox WordPress Plugin
 *
 * Lightbox plugin
 * https://wordpress.org/plugins/foobox-image-lightbox/
 */
.fbx-modal .fbx-inner,
.fbx-modal .fbx-close {
  border: 0 !important;
}

.fbx-modal .fbx-close {
  border: 0;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  background: none;
  padding: 25px;
  box-shadow: none;
  z-index: 9999999;
  box-shadow: none !important;
  font-size: 1.7em !important;
}

.fbx-modal .fbx-close:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eea6";
  color: #FFFFFF !important;
  font-size: 1em;
}

.fbx-modal .fbx-close-caption {
  display: none !important;
}

.fbx-modal .fbx-loader {
  background: none;
  border: 0;
  box-shadow: none;
}

.fbx-modal .fbx-loader > div {
  font-size: 1.5em;
  padding: 0;
  background: none;
  margin: 0;
  width: auto;
  height: auto;
}

.fbx-modal .fbx-loader > div:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ed69";
  color: #0F0F10;
}

.fbx-modal .fbx-item-current,
.fbx-modal .fbx-item-image {
  border-radius: 0 !important;
}

/**
 * Highlight and Share
 *
 * Highlight text and share it.
 * https://wordpress.org/plugins/highlight-and-share/
 */
div.highlight-and-share-wrapper .fa {
  font-size: 20px;
}

div.highlight-and-share-wrapper a {
  color: #FFFFFF !important;
}

div.highlight-and-share-wrapper a:hover, div.highlight-and-share-wrapper a:active, div.highlight-and-share-wrapper a:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}

/**
 * SearchWP Live Ajax Search
 *
 * AJAX powered live search for your search forms
 * https://wordpress.org/plugins/searchwp-live-ajax-search/
 */
.searchwp-live-search-results {
  box-shadow: 0 0.2rem 2rem rgba(20, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #28282A;
}

.searchwp-live-search-results .spinner > div {
  display: none !important;
}

.searchwp-live-search-results .spinner:after {
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.searchwp-live-search-results p {
  padding: 0 !important;
}

.searchwp-live-search-results p > a {
  padding: 1em;
  display: block;
  position: relative;
  padding-right: 40px;
}

.searchwp-live-search-results p > a i {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

.searchwp-live-search-results img {
  max-width: 50px;
  height: auto;
  margin-right: 0.2rem;
}

.searchwp-live-search-results .spinner {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100%;
}

.searchwp-live-search-no-results {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex;
  opacity: 0.8;
  z-index: 2;
}

/**
 * Instagram Feed
 *
 * Display Instagram posts from your Instagram accounts.
 * https://wordpress.org/plugins/instagram-feed/
 */
#sb_instagram {
  position: relative;
}

@media (max-width: 991.98px) {
  #sb_instagram .sbi_item {
    width: 33.3333% !important;
  }
  #sb_instagram .sbi_item:nth-child(n+4) {
    display: none !important;
  }
  #sb_instagram .sbi_item .sbi_photo_wrap > a {
    max-height: 140px;
  }
}

#sb_instagram .sbi_photo_wrap {
  overflow: hidden;
  position: relative;
}

#sb_instagram .sbi_photo_wrap:before {
  font-family: FontAwesome;
  content: "\f16d";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1s ease,opacity 0.5s ease;
  z-index: 9;
  pointer-events: none;
}

#sb_instagram .sbi_photo_wrap > a {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1s ease,opacity 0.5s ease;
  width: 101%;
}

#sb_instagram .sbi_photo_wrap:hover:before {
  transform: translate3d(0, 0, 0) scale(1, 1);
  opacity: 1;
}

#sb_instagram .sbi_photo_wrap:hover > a {
  transform: scale(1.1, 1.1);
}

#sb_instagram #sbi_load {
  padding: 0 !important;
  margin: 0 !important;
}

#sb_instagram #sbi_load .sbi_follow_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9;
  width: auto;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
}

#sb_instagram #sbi_load .sbi_follow_btn a {
  box-shadow: 0 0 0 5px #FFFFFF !important;
}

#sb_instagram #sbi_load .sbi_load_btn {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  z-index: 9;
  padding: 12px;
  border-radius: 0;
  box-shadow: none !important;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

#sb_instagram .sb_instagram_header {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  margin: 0;
  padding: 0.5rem !important;
  width: auto;
  font-size: 0.9em;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
}

#sb_instagram .sb_instagram_header a.sbi_header_link {
  display: flex;
  align-items: center;
  text-align: left;
  color: inherit !important;
}

#sb_instagram .sb_instagram_header a.sbi_header_link .sbi_header_text {
  padding: 0;
}

#sb_instagram .sb_instagram_header a.sbi_header_link h3 {
  margin: 0 !important;
  font-size: 0.9em;
}

#sb_instagram .sb_instagram_header a.sbi_header_link .sbi_bio {
  margin: 0 !important;
  font-size: 0.7em;
}

#sb_instagram .sb_instagram_header a.sbi_header_link .sbi_header_img {
  margin: 0 0.5rem 0 0 !important;
  order: -1;
}

.region--container-classic #sb_instagram,
.region--container-narrow #sb_instagram,
.region--container-narrower #sb_instagram {
  position: relative;
  z-index: 9;
  top: 2vw;
  border: 10px solid #FFFFFF;
  margin-top: -2vw;
}

/**
 * GDPR Framework
 *
 * Social and sharing plugin
 * https://wordpress.org/plugins/gdpr-framework/
 */
div.cc-window {
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-family: inherit !important;
}

div.cc-window .cc-btn {
  border-color: #28282A;
  color: #28282A;
}

div.cc-window.cc-floating {
  padding: 1rem;
}

div.cc-window .cc-compliance .cc-btn {
  padding: 0.8rem;
  text-decoration: none !important;
}

/**
 * Getwid – Gutenberg Blocks
 *
 * A collection of 40+ Gutenberg blocks that greatly extends the library of existing core WordPress blocks.
 * https://wordpress.org/plugins/getwid/
 */
.wp-block-getwid-price-list {
  flex-direction: row;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 768px) {
  .wp-block-getwid-price-list {
    align-items: center;
  }
}

.wp-block-getwid-price-list:hover {
  transform: translate3d(0, -5px, 0);
}

.wp-block-getwid-price-list:not(.has-text-color) .wp-block-getwid-price-list__title {
  color: var(--grimlock-heading-color);
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__title {
  margin-bottom: 0.5rem;
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__currency,
.wp-block-getwid-price-list .wp-block-getwid-price-list__amount {
  font-family: var(--grimlock-text-font-family);
  font-weight: var(--grimlock-text-font-weight);
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__image-wrapper {
  margin-right: 0;
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__image-wrapper + .wp-block-getwid-price-list__content-wrapper {
  padding-left: var(--grimlock-archive-post-padding);
}

.wp-block-getwid-price-list.card {
  align-items: stretch;
  border: 0;
  padding: 0;
  position: relative;
}

.wp-block-getwid-price-list.card:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 4px;
  background: var(--grimlock-button-secondary-background-color);
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.wp-block-getwid-price-list.card .wp-block-getwid-price-list__image-wrapper {
  margin: 0;
}

.wp-block-getwid-price-list.card .wp-block-getwid-price-list__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .wp-block-getwid-price-list.card .wp-block-getwid-price-list__image-wrapper img {
    min-width: 150px;
    height: 100% !important;
  }
}

.wp-block-getwid-price-list.card .wp-block-getwid-price-list__description {
  margin-top: .3rem;
}

.wp-block-getwid-price-list.card .wp-block-getwid-price-list__content-wrapper {
  padding: 1.95rem 1.85rem 2rem 1.85rem;
}

.wp-block-getwid-price-list.card .wp-block-getwid-price-list__price-wrapper > * {
  color: inherit;
}

.wp-block-getwid-price-list.card .wp-block-getwid-price-list__price-wrapper .wp-block-getwid-price-list__currency {
  font-size: 1em;
}

.wp-block-getwid-price-list.card .wp-block-getwid-price-list__price-wrapper .wp-block-getwid-price-list__amount {
  font-size: 1.2em;
  font-weight: 600;
}

.wp-block-getwid-price-list.card:not(.has-dots) .wp-block-getwid-price-list__price-wrapper {
  background: var(--grimlock-button-primary-background-color);
  padding: 6px 10px;
  color: var(--grimlock-button-primary-color);
  pointer-events: none;
  position: relative;
  border-bottom: 3px solid var(--grimlock-button-secondary-background-color);
  top: -.4em;
  font-size: .8rem;
}

@media (min-width: 768px) {
  .wp-block-getwid-price-list.card:not(.has-dots) .wp-block-getwid-price-list__price-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .wp-block-column .wp-block-getwid-price-list:last-child {
    margin-bottom: 0;
  }
}

.wp-block-getwid-counter {
  padding: 3rem 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate3d(0, 0, 0);
}

.wp-block-getwid-counter:before, .wp-block-getwid-counter:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  left: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wp-block-getwid-counter:before {
  top: 0;
}

.wp-block-getwid-counter:after {
  bottom: 0;
}

.wp-block-getwid-counter:hover:before {
  top: -4px;
}

.wp-block-getwid-counter:hover:after {
  bottom: -4px;
}

.wp-block-getwid-counter .wp-block-getwid-counter__number {
  font-family: var(--grimlock-text-font-family);
  font-size: var(--grimlock-heading1-font-size);
  font-weight: var(--grimlock-heading-font-weight);
  line-height: var(--grimlock-heading1-line-height);
  letter-spacing: var(--grimlock-heading-letter-spacing);
  text-transform: var(--grimlock-heading-text-transform);
}

.wp-block-getwid-counter .wp-block-getwid-counter__suffix {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wp-block-getwid-video-popup.has-image .wp-block-getwid-video-popup__wrapper {
  border-radius: var(--grimlock-archive-post-border-radius);
}

/*------------------------------------*\
    #PAGES
\*------------------------------------*/
/**
 * Page templates
 *
 * Pages styles.
 */
/* Custom header display */
.page.grimlock--custom_header-displayed .site-main > [id^="post-"] > .entry-header .entry-title {
  display: none;
}

.page.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > [id^="post-"] > .entry-header {
  display: none;
}

.page-template-template-minimal .site-content article.page > .entry-header,
.minimal-title {
  text-align: center;
  margin-bottom: 4%;
}

.page-template-template-minimal .site-content article.page > .entry-header .entry-title:after,
.page-template-template-minimal .site-content article.page > .entry-header .page-title:after,
.minimal-title .entry-title:after,
.minimal-title .page-title:after {
  content: '';
  display: block;
  margin: 15px auto;
  width: 65px;
  height: 4px;
  background-color: #0F0F10;
}

/**
 * Blog page
 *
 * Styles for blog page.
 */
.posts .product .card .card-media .post-thumbnail a {
  min-width: 100%;
  display: none;
}

.posts .product .card .card-media .post-thumbnail a img {
  max-height: 100%;
}

/**
 * Search page
 *
 * Styles for search page.
 */
/* Custom header display */
.search.grimlock--custom_header-displayed .site-main > header .page-title,
.search.grimlock--custom_header-displayed .site-main > header .archive-description {
  display: none;
}

.search.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > .page-header {
  display: none;
}

.search.search-no-results .stego_custom_header {
  display: none !important;
}

/*------------------------------------*\
    #STATES
\*------------------------------------*/
/**
 * Slideout
 *
 * Compatibility style from the slideout JS library
 */
.slideout-open,
.slideout-open body,
.slideout-open .site {
  overflow: hidden;
}

.slideout-open .site-wrapper {
  height: 100%;
}

.slideout-wrapper {
  display: block !important;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1032;
  width: 305px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.2s ease-in-out, opacity 0.1s ease;
  will-change: transform, opacity;
  opacity: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 400px) {
  .slideout-wrapper {
    max-width: 82vw;
  }
}

.grimlock--navigation-fixed-left .slideout-wrapper,
.grimlock--navigation-hamburger-left .slideout-wrapper {
  left: 0;
  right: auto;
  transform: translate3d(-305px, 0, 0) !important;
  opacity: 1;
}

.grimlock--navigation-fixed-left .slideout-wrapper > .grimlock-navigation,
.grimlock--navigation-hamburger-left .slideout-wrapper > .grimlock-navigation {
  position: static !important;
}

.grimlock--navigation-fixed-right .slideout-wrapper,
.grimlock--navigation-hamburger-right .slideout-wrapper {
  left: auto;
  right: 0;
  transform: translate3d(305px, 0, 0) !important;
  opacity: 1;
}

.grimlock--navigation-fixed-right .slideout-wrapper > .grimlock-navigation,
.grimlock--navigation-hamburger-right .slideout-wrapper > .grimlock-navigation {
  position: static !important;
}

.grimlock--navigation-fixed-left .slideout-wrapper,
.grimlock--navigation-fixed-right .slideout-wrapper {
  z-index: 1032;
  overflow: hidden;
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left .slideout-wrapper,
  .grimlock--navigation-fixed-right .slideout-wrapper {
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left.grimlock--boxed .slideout-wrapper {
    left: 0;
    right: auto;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
}

@media screen and (min-width: 1630px) {
  .grimlock--navigation-fixed-left.grimlock--boxed .slideout-wrapper {
    transform: translate3d(-815px, 0, 0) !important;
    left: 50%;
    opacity: 1;
  }
}

@media screen and (min-width: 1630px) {
  .grimlock--navigation-fixed-right.grimlock--boxed .slideout-wrapper {
    transform: translate3d(815px, 0, 0) !important;
    left: auto;
    right: 50%;
    opacity: 1;
  }
}

.slideout-open .slideout-wrapper {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
  pointer-events: auto !important;
}

.slideout-wrapper::-webkit-scrollbar {
  width: 8px;
}

.slideout-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.slideout-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  outline: 0;
}

.admin-bar .slideout-wrapper {
  top: 32px;
}

.grimlock--navigation-fixed-left .site,
.grimlock--navigation-fixed-right .site {
  transform: none !important;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left .site {
    margin-left: 305px;
  }
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-right .site {
    margin-right: 305px;
  }
}

.grimlock--navigation-hamburger-right .site,
.grimlock--navigation-hamburger-left .site {
  transition: transform 0.2s ease-in-out;
  transform: none !important;
}

.slideout-open body:not(.grimlock--boxed) .grimlock--navigation-hamburger-right .parallax-mirror, .slideout-open
body:not(.grimlock--boxed) .grimlock--navigation-hamburger-right .site {
  transform: translateX(-305px) !important;
}

.slideout-open body:not(.grimlock--boxed) .grimlock--navigation-hamburger-left .parallax-mirror, .slideout-open
body:not(.grimlock--boxed) .grimlock--navigation-hamburger-left .site {
  transform: translateX(305px) !important;
}

.slideout-backdrop {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 1031;
  will-change: opacity;
  transform: translate3d(0, 0, 0);
}

.slideout-open .slideout-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.slideout-backdrop:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stego';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eea6";
  position: fixed;
  top: 2rem;
  left: 320px;
  z-index: 1032;
  font-weight: lighter;
  font-size: 1.65rem;
  color: #FFFFFF;
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .slideout-backdrop:after {
    top: 15px;
    right: 15px;
    left: auto;
  }
}

.admin-bar .slideout-backdrop {
  top: 32px;
}

.grimlock--navigation-fixed-right .slideout-backdrop:after,
.grimlock--navigation-hamburger-right .slideout-backdrop:after {
  left: auto;
  right: 320px;
}

@media screen and (max-width: 400px) {
  .grimlock--navigation-fixed-right .slideout-backdrop:after,
  .grimlock--navigation-hamburger-right .slideout-backdrop:after {
    right: auto;
    left: 15px;
  }
}

/*------------------------------------*\
    #TRUMPS
\*------------------------------------*/
/**
 * Animations
 *
 * Custom keyframes animations and transitions stuff.
 */
.base-fadeIn, form.wpcf7-form .wpcf7-not-valid-tip {
  animation-name: base-fadeIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.element-animated.once, .main-navigation .navbar-nav > .menu-item .once.sub-menu, .main-navigation .navbar-nav > .menu-item .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .sub-menu.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation .navbar-nav > .menu-item .sub-menu.main-navigation,
.site-preheader .menu > .menu-item .once.sub-menu, .site-preheader .menu > .menu-item .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .sub-menu.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .site-preheader .menu > .menu-item .sub-menu.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation, .widget_icl_lang_sel_widget .wpml-ls .once.wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .once.stego_custom_header,
.grimlock--loader-fadein-displayed .once#custom_header, .grimlock--loader-fadein-displayed .grimlock--navigation-fixed.grimlock--navigation-stick-to-top #custom_header.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .grimlock--loader-fadein-displayed #custom_header.main-navigation, .grimlock--loader-fadein-displayed.single .site-main .once.entry-title, .grimlock--loader-fadein-displayed.single .site-main .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .entry-title.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .grimlock--loader-fadein-displayed.single .site-main .entry-title.main-navigation,
.grimlock--loader-fadein-displayed.single .site-main .once.entry-meta, .grimlock--loader-fadein-displayed.single .site-main .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .entry-meta.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .grimlock--loader-fadein-displayed.single .site-main .entry-meta.main-navigation,
.grimlock--loader-fadein-displayed.single .site-main .once.entry-thumbnail, .grimlock--loader-fadein-displayed.single .site-main .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .entry-thumbnail.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .grimlock--loader-fadein-displayed.single .site-main .entry-thumbnail.main-navigation,
.grimlock--loader-fadein-displayed.single .site-main .once.entry-content, .grimlock--loader-fadein-displayed.single .site-main .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .entry-content.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .grimlock--loader-fadein-displayed.single .site-main .entry-content.main-navigation {
  animation-iteration-count: 1;
}

.element-animated-both {
  animation-fill-mode: both;
}

.element-animated.super-short, .main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .super-short.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .grimlock--loader-fadein-displayed .main-navigation.stego_custom_header, .grimlock--loader-fadein-displayed .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation.stego_custom_header, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .stego_custom_header,
.grimlock--loader-fadein-displayed #custom_header, .grimlock--loader-fadein-displayed.single .site-main .entry-title,
.grimlock--loader-fadein-displayed.single .site-main .entry-meta,
.grimlock--loader-fadein-displayed.single .site-main .entry-thumbnail,
.grimlock--loader-fadein-displayed.single .site-main .entry-content {
  animation-duration: 0.2s;
}

@keyframes entry-separator {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 65px;
    opacity: 1;
  }
}

.grimlock--loader-fadein-displayed .stego_custom_header,
.grimlock--loader-fadein-displayed #custom_header {
  transition-property: opacity;
  transition-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
  animation-delay: 0.2s;
}

.grimlock--loader-fadein-displayed.single .site-main .entry-separator {
  transition: all ease-in-out 0.3s;
  animation: entry-separator 0.3s ease-in-out;
}

.grimlock--loader-fadein-displayed.single .site-main .entry-title,
.grimlock--loader-fadein-displayed.single .site-main .entry-meta,
.grimlock--loader-fadein-displayed.single .site-main .entry-thumbnail,
.grimlock--loader-fadein-displayed.single .site-main .entry-content {
  transition-property: opacity;
  transition-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
}

.grimlock--loader-fadein-displayed.single .site-main .entry-title {
  animation-delay: 0.3s;
}

.grimlock--loader-fadein-displayed.single .site-main .entry-meta {
  animation-delay: 0.6s;
}

.grimlock--loader-fadein-displayed.single .site-main .entry-thumbnail {
  animation-delay: 0.7s;
}

.grimlock--loader-fadein-displayed.single .site-main .entry-content {
  animation-delay: 1.2s;
}

/**
 * Background
 *
 * Background utilities.
 */
.bg-gray-100 {
  background-color: #F4F0EA !important;
}

.bg-gray-200 {
  background-color: #EBEBEA !important;
}

.bg-gray-300 {
  background-color: #EBEBEA !important;
}

.bg-gray-400 {
  background-color: #DCDCDA !important;
}

.bg-gray-500 {
  background-color: #DCDCDA !important;
}

.bg-gray-600 {
  background-color: #747477 !important;
}

.bg-gray-700 {
  background-color: #414143 !important;
}

.bg-gray-800 {
  background-color: #28282A !important;
}

.bg-gray-900 {
  background-color: #28282A !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-black-faded {
  background-color: #efe9e0 !important;
}

.bg-text-color {
  background-color: #414143 !important;
}

/**
 * Borders
 *
 * Border utilities.
 */
.rounded-full {
  border-radius: 500px !important;
}

/**
 * Box
 *
 * Box display utilities
 */
.fd-md-column {
  flex-direction: column;
}

@media (min-width: 768px) {
  .fd-md-column {
    flex-direction: row;
  }
}

.mt-gutter-width {
  margin-top: 30px !important;
}

.mb-gutter-width {
  margin-bottom: 30px !important;
}

.w-100-vh {
  width: 100vh !important;
}

.h-100-vh {
  height: 100vh !important;
}

.h-auto {
  height: auto !important;
}

.w-auto {
  width: auto !important;
}

.ov-h {
  overflow: hidden !important;
}

.ov-v {
  overflow: visible !important;
}

/**
 * Positions
 *
 * Positions and depth utilities.
 */
.pos-s {
  position: static !important;
}

.pos-r {
  position: relative !important;
}

.pos-f {
  position: fixed !important;
}

.pos-a {
  position: absolute !important;
}

.pos-a-tl {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.pos-a-tr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.pos-a-bl {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.pos-a-br {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.transform-none {
  transform: translate3d(0, 0, 0) !important;
}

/**
 * Text
 *
 * Text utilities.
 */
.text-antialiased {
  -webkit-font-smoothing: antialiased;
}

.text-antialiased-subpixel {
  -webkit-font-smoothing: subpixel-antialiased;
}

.text-spread {
  letter-spacing: 2em;
}

.text-narrow {
  letter-spacing: -1em;
}

.text-muted, .widget_rss li cite {
  color: inherit !important;
  opacity: 0.7;
}

.text-muted a:not(:hover):not(:active):not(:focus), .widget_rss li cite a:not(:hover):not(:active):not(:focus) {
  color: inherit !important;
}

.text-content-color {
  color: #F4F0EA;
}

.text-opa {
  opacity: 0.5;
}

.text-letter-spacing-1 {
  letter-spacing: 1px;
}

.text-letter-spacing-2 {
  letter-spacing: 2px;
}

.text-letter-spacing-3 {
  letter-spacing: 3px;
}

.text-letter-spacing-4 {
  letter-spacing: 4px;
}

.text-letter-spacing-5 {
  letter-spacing: 5px;
}

.text-reset {
  color: inherit !important;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-bolder {
  font-weight: bolder;
}

.has-size-1-font-size {
  font-size: var(--grimlock-heading1-font-size);
}

.has-size-2-font-size {
  font-size: var(--grimlock-heading2-font-size);
}

.has-size-3-font-size {
  font-size: var(--grimlock-heading3-font-size);
}

.has-size-4-font-size {
  font-size: var(--grimlock-heading4-font-size);
}

.has-size-5-font-size {
  font-size: var(--grimlock-heading5-font-size);
}

.has-size-6-font-size {
  font-size: var(--grimlock-heading6-font-size);
}

/**
 * Opacity
 *
 * Opacity utilities.
 */
.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-bolder {
  font-weight: bolder;
}

/*------------------------------------*\
    #PATTERNS
\*------------------------------------*/
/**
 * Block Group
 *
 * Opening Hours
 */
.wp-block-group.is-style-opening-hours {
  padding: 1.5rem;
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  border: var(--grimlock-archive-post-border-width) solid transparent;
  border-radius: var(--grimlock-archive-post-border-radius);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 576px) {
  .wp-block-group.is-style-opening-hours {
    height: 100%;
  }
}

.wp-block-group.is-style-opening-hours:not(.has-background) {
  background-color: var(--grimlock-archive-post-background-color);
  border-color: var(--grimlock-archive-post-border-color);
  color: var(--grimlock-archive-post-color);
}

.wp-block-group.is-style-opening-hours:not(.has-background) > .wp-block-group__inner-container {
  border-bottom: calc(var(--grimlock-archive-post-border-width) - 1px) solid var(--grimlock-table-striped-background-color);
}

.wp-block-group.is-style-opening-hours.has-background > .wp-block-group__inner-container {
  border-bottom: calc(var(--grimlock-archive-post-border-width) - 1px) solid currentColor;
}

.wp-block-group.is-style-opening-hours > .wp-block-group__inner-container {
  height: 100%;
}

.wp-block-group.is-style-opening-hours > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 1rem !important;
}

.wp-block-group.is-style-opening-hours .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
}

.wp-block-group.is-style-opening-hours .wp-block-image > img:not(.avatar):not(.section__thumbnail-img) {
  max-width: 50px !important;
  margin-left: 0;
}

.wp-block-group.is-style-opening-hours h2 {
  color: inherit;
  font-family: var(--grimlock-text-font-family);
  font-size: var(--grimlock-heading3-font-size);
  margin-bottom: 1.25rem;
}

.wp-block-group.is-style-opening-hours p {
  color: inherit;
  margin-bottom: 1.25rem;
}

.wp-block-group.is-style-opening-hours .wp-block-separator {
  border-top-color: var(--grimlock-archive-post-border-color);
  margin: 0 auto 1.25rem 0;
}

.wp-block-group.is-style-opening-hours .is-style-none, .wp-block-group.is-style-opening-hours .is-style-none li {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.wp-block-group.is-style-opening-hours:hover {
  transform: translate3d(0, -5px, 0);
}

.wp-block-columns.has-columns-max-3 {
  flex-wrap: wrap;
}

.wp-block-columns.has-columns-max-3 > .wp-block-column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 15px 0;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .wp-block-columns.has-columns-max-3 > .wp-block-column {
    flex: 0 0 calc(33.33333% - 20px) !important;
    margin: 0 0 30px 0;
  }
  .wp-block-columns.has-columns-max-3 > .wp-block-column:not(:nth-child(3n + 1)) {
    margin-left: 30px !important;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  .wp-block-columns.has-columns-max-3 > .wp-block-column {
    flex: 0 0 calc(50% - 15px) !important;
    margin: 0 0 30px 0;
  }
  .wp-block-columns.has-columns-max-3 > .wp-block-column:not(:nth-child(2n + 1)) {
    margin-left: 30px !important;
  }
}

.wp-block-column .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.wp-block-column .wp-block-image + * {
  margin-top: 1.5rem !important;
}

.wp-block-column .wp-block-image.is-style-rounded.is-style-disc > figure, .wp-block-column .wp-block-image.is-style-rounded.is-style-disc[data-block] {
  width: 120px;
  height: 120px;
  background-color: currentColor;
  border-radius: 500px;
  padding: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 currentColor;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  float: none !important;
}

.wp-block-column .wp-block-image.is-style-rounded.is-style-disc > figure img, .wp-block-column .wp-block-image.is-style-rounded.is-style-disc[data-block] img {
  border-radius: 0;
  max-width: 70px !important;
  max-height: 70px !important;
}

.wp-block-column .wp-block-image.is-style-rounded.is-style-disc > figure:hover, .wp-block-column .wp-block-image.is-style-rounded.is-style-disc[data-block]:hover {
  box-shadow: 0 0 0 8px currentColor;
}

/**
 * Block Group
 *
 * Featured
 */
.wp-block-group.is-style-feature {
  padding: 1.5rem;
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 576px) {
  .wp-block-group.is-style-feature {
    height: 100%;
    padding: 4rem 1rem 1rem;
  }
}

.wp-block-group.is-style-feature:not(.has-background) {
  background-color: var(--grimlock-archive-post-background-color);
  border-color: var(--grimlock-archive-post-border-color);
  color: var(--grimlock-archive-post-color);
}

.wp-block-group.is-style-feature > .wp-block-group__inner-container {
  height: 100%;
}

.wp-block-group.is-style-feature > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 1rem !important;
}

.wp-block-group.is-style-feature .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 2.5rem !important;
}

.wp-block-group.is-style-feature .wp-block-image figure > img:not(.avatar):not(.section__thumbnail-img) {
  max-width: 70px !important;
  margin-left: 0;
}

.wp-block-group.is-style-feature h3 {
  color: inherit;
  margin-bottom: 0.75rem;
}

.wp-block-group.is-style-feature p {
  color: inherit;
  margin-bottom: 1.25rem;
}

.wp-block-group.is-style-feature:hover {
  transform: translate3d(0, -5px, 0);
}

.wp-block-columns.has-columns-max-3 {
  flex-wrap: wrap;
}

.wp-block-columns.has-columns-max-3 > .wp-block-column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 15px 0;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .wp-block-columns.has-columns-max-3 > .wp-block-column {
    flex: 0 0 calc(33.33333% - 20px) !important;
    margin: 0 0 30px 0;
  }
  .wp-block-columns.has-columns-max-3 > .wp-block-column:not(:nth-child(3n + 1)) {
    margin-left: 30px !important;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  .wp-block-columns.has-columns-max-3 > .wp-block-column {
    flex: 0 0 calc(50% - 15px) !important;
    margin: 0 0 30px 0;
  }
  .wp-block-columns.has-columns-max-3 > .wp-block-column:not(:nth-child(2n + 1)) {
    margin-left: 30px !important;
  }
}

.wp-block-column .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.wp-block-column .wp-block-image + * {
  margin-top: 1.5rem !important;
}

.wp-block-column .wp-block-image.is-style-rounded.is-style-disc > figure, .wp-block-column .wp-block-image.is-style-rounded.is-style-disc[data-block] {
  width: 120px;
  height: 120px;
  background-color: currentColor;
  border-radius: 500px;
  padding: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 currentColor;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  float: none !important;
}

.wp-block-column .wp-block-image.is-style-rounded.is-style-disc > figure img, .wp-block-column .wp-block-image.is-style-rounded.is-style-disc[data-block] img {
  border-radius: 0;
  max-width: 70px !important;
  max-height: 70px !important;
}

.wp-block-column .wp-block-image.is-style-rounded.is-style-disc > figure:hover, .wp-block-column .wp-block-image.is-style-rounded.is-style-disc[data-block]:hover {
  box-shadow: 0 0 0 8px currentColor;
}

/* Icons in circles Displayed as Cover */
.wp-block-column .wp-block-image.is-style-rounded.is-style-disc > figure img, .wp-block-column .wp-block-image.is-style-rounded.is-style-disc[data-block] img {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 60px;
}

/* Schedule on Three columns */
.wp-block-columns.has-columns-max-3 {
  flex-wrap: wrap !important;
  gap: 0px;
}

/* Adapt Testimonials Style on Query */
.wp-block-grimlock-section .jetpack-testimonial-shortcode .testimonial-entry > p {
  position: static;
}

.wp-block-grimlock-section .jetpack-testimonial-shortcode .testimonial-entry > p::after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--grimlock-link-color);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 60%;
}

div.jetpack-testimonial-shortcode .testimonial-entry-title {
  width: auto;
}

.wp-block-grimlock-section .jetpack-testimonial-shortcode .testimonial-entry {
  position: relative;
  border: 0px;
}

/**
 * Do not add your customizations here, this file will be overridden in future release of the theme.
 * Make your CSS changes in the Custom CSS panel of the WordPress Customizer or create a child theme : https://codex.wordpress.org/Child_Themes
 */

