@charset "UTF-8";
/*!
Theme Name:  Gorgo
Theme URI:   https://www.themosaurus.com/gorgo
Author:      Themosaurus
Author URI:  https://www.themosaurus.com
Description: Gorgo is a Community BuddyPress theme focus on Writers & Readers. This theme integrates seamlessly with Grimlock. It makes good use of the Customizer.
Version:     2.1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gorgo
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.

Gorgo 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.
 * Hero..........................Hero component 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;
}

.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;
}

body.gorgo--theme-ornaments-displayed hr.hr-dots {
  display: block;
  opacity: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%), radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%);
  background-size: 15px 15px !important;
  width: calc(100% + 5px);
  height: 25px;
  border: 0;
}

#secondary-left body.gorgo--theme-ornaments-displayed .widget .widget-title,
#secondary-right body.gorgo--theme-ornaments-displayed .widget .widget-title {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .5rem;
}

#secondary-left body.gorgo--theme-ornaments-displayed .widget .widget-title:after,
#secondary-right body.gorgo--theme-ornaments-displayed .widget .widget-title:after {
  content: '';
  margin-top: 5px;
  width: calc(100% + 5px);
  border: 0;
  opacity: .1;
  height: 25px;
  display: block;
  opacity: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%), radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%);
  background-size: 15px 15px !important;
}

#secondary-left body.gorgo--theme-ornaments-displayed .widget .widget-title a,
#secondary-right body.gorgo--theme-ornaments-displayed .widget .widget-title a {
  color: inherit;
}

#secondary-left body.gorgo--theme-ornaments-displayed .widget .widget-title:empty,
#secondary-right body.gorgo--theme-ornaments-displayed .widget .widget-title:empty {
  display: none;
}

body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section--posts .grimlock-section__title,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section .grimlock-section__title,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-term-query-section .grimlock-section__title {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section--posts .grimlock-section__title:after,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section .grimlock-section__title:after,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-term-query-section .grimlock-section__title:after {
  content: '';
  margin-top: 5px;
  width: calc(100% + 5px);
  border: 0;
  opacity: .1;
  height: 25px;
  display: block;
  opacity: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%), radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%);
  background-size: 15px 15px !important;
}

body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section--posts .grimlock-section__title a,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section .grimlock-section__title a,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-term-query-section .grimlock-section__title a {
  color: inherit;
}

body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section--posts .grimlock-section__title:empty,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section .grimlock-section__title:empty,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-term-query-section .grimlock-section__title:empty {
  display: none;
}

body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section--posts [id^="post-"],
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section [id^="post-"],
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-term-query-section [id^="post-"] {
  margin-bottom: 1rem;
}

body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section--posts .grimlock-section__btn,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-query-section .grimlock-section__btn,
body.gorgo--theme-ornaments-displayed .homepage-sidebar-right .grimlock-term-query-section .grimlock-section__btn {
  width: 100%;
}

body.gorgo--theme-ornaments-displayed .cross-sells > h2,
body.gorgo--theme-ornaments-displayed .up-sells > h2,
body.gorgo--theme-ornaments-displayed .related.products .container > h2,
body.gorgo--theme-ornaments-displayed .related.products .region .region__container > h2,
.region body.gorgo--theme-ornaments-displayed .related.products .region__container > h2,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-classic .navbar__container > h2,
.main-navigation.navbar--container-classic body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrow .navbar__container > h2,
.main-navigation.navbar--container-narrow body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrower .navbar__container > h2,
.main-navigation.navbar--container-narrower body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2,
body.gorgo--theme-ornaments-displayed .related.products #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2,
body.gorgo--theme-ornaments-displayed .related.products #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2,
body.gorgo--theme-ornaments-displayed span#reply-title,
body.gorgo--theme-ornaments-displayed .related-title,
body.gorgo--theme-ornaments-displayed .cart_totals > h2 {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 1rem;
}

body.gorgo--theme-ornaments-displayed .cross-sells > h2:after,
body.gorgo--theme-ornaments-displayed .up-sells > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .region .region__container > h2:after,
.region body.gorgo--theme-ornaments-displayed .related.products .region__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-classic .navbar__container > h2:after,
.main-navigation.navbar--container-classic body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrow .navbar__container > h2:after,
.main-navigation.navbar--container-narrow body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrower .navbar__container > h2:after,
.main-navigation.navbar--container-narrower body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2:after,
body.gorgo--theme-ornaments-displayed .related.products #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2:after,
body.gorgo--theme-ornaments-displayed span#reply-title:after,
body.gorgo--theme-ornaments-displayed .related-title:after,
body.gorgo--theme-ornaments-displayed .cart_totals > h2:after {
  content: '';
  margin-top: 5px;
  width: calc(100% + 5px);
  border: 0;
  opacity: .1;
  height: 25px;
  display: block;
  opacity: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%), radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%);
  background-size: 15px 15px !important;
}

body.gorgo--theme-ornaments-displayed .cross-sells > h2 a,
body.gorgo--theme-ornaments-displayed .up-sells > h2 a,
body.gorgo--theme-ornaments-displayed .related.products .container > h2 a,
body.gorgo--theme-ornaments-displayed .related.products .region .region__container > h2 a,
.region body.gorgo--theme-ornaments-displayed .related.products .region__container > h2 a,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-classic .navbar__container > h2 a,
.main-navigation.navbar--container-classic body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2 a,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrow .navbar__container > h2 a,
.main-navigation.navbar--container-narrow body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2 a,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrower .navbar__container > h2 a,
.main-navigation.navbar--container-narrower body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2 a,
body.gorgo--theme-ornaments-displayed .related.products #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2 a,
body.gorgo--theme-ornaments-displayed .related.products #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2 a,
body.gorgo--theme-ornaments-displayed span#reply-title a,
body.gorgo--theme-ornaments-displayed .related-title a,
body.gorgo--theme-ornaments-displayed .cart_totals > h2 a {
  color: inherit;
}

body.gorgo--theme-ornaments-displayed .cross-sells > h2:empty,
body.gorgo--theme-ornaments-displayed .up-sells > h2:empty,
body.gorgo--theme-ornaments-displayed .related.products .container > h2:empty,
body.gorgo--theme-ornaments-displayed .related.products .region .region__container > h2:empty,
.region body.gorgo--theme-ornaments-displayed .related.products .region__container > h2:empty,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-classic .navbar__container > h2:empty,
.main-navigation.navbar--container-classic body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:empty,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrow .navbar__container > h2:empty,
.main-navigation.navbar--container-narrow body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:empty,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrower .navbar__container > h2:empty,
.main-navigation.navbar--container-narrower body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:empty,
body.gorgo--theme-ornaments-displayed .related.products #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2:empty,
body.gorgo--theme-ornaments-displayed .related.products #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2:empty,
body.gorgo--theme-ornaments-displayed span#reply-title:empty,
body.gorgo--theme-ornaments-displayed .related-title:empty,
body.gorgo--theme-ornaments-displayed .cart_totals > h2:empty {
  display: none;
}

body.gorgo--theme-ornaments-displayed .cross-sells > h2:after,
body.gorgo--theme-ornaments-displayed .up-sells > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .region .region__container > h2:after,
.region body.gorgo--theme-ornaments-displayed .related.products .region__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-classic .navbar__container > h2:after,
.main-navigation.navbar--container-classic body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrow .navbar__container > h2:after,
.main-navigation.navbar--container-narrow body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products .main-navigation.navbar--container-narrower .navbar__container > h2:after,
.main-navigation.navbar--container-narrower body.gorgo--theme-ornaments-displayed .related.products .navbar__container > h2:after,
body.gorgo--theme-ornaments-displayed .related.products #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2:after,
body.gorgo--theme-ornaments-displayed .related.products #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) > h2:after,
body.gorgo--theme-ornaments-displayed span#reply-title:after,
body.gorgo--theme-ornaments-displayed .related-title:after,
body.gorgo--theme-ornaments-displayed .cart_totals > h2:after {
  display: none !important;
}

body.gorgo--theme-ornaments-displayed .site-main > .grimlock--page-header > *:last-child:after,
body.gorgo--theme-ornaments-displayed.page .site-main > [id^="post-"] > header > *:last-child:after,
body.gorgo--theme-ornaments-displayed .site-main > .woocommerce-products-header > *:last-child:after {
  content: '';
  width: 100%;
  margin: 1rem 0 2rem 0;
  display: block;
  opacity: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%), radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%);
  background-size: 15px 15px !important;
  height: 25px;
  position: relative;
  left: -4px;
}

body.gorgo--theme-ornaments-displayed.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 .post-thumbnail {
  display: inline-block;
  position: relative;
}

body.gorgo--theme-ornaments-displayed.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 .post-thumbnail:after {
  display: block;
  opacity: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%), radial-gradient(rgba(0, 0, 0, 0.15) 15%, transparent 16%);
  background-size: 15px 15px !important;
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  top: -25px;
  right: -25px;
}

/*
 * 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(
  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: 1px solid #adb5bd;
    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"]) {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dfdfdf !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #eceeef;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #eceeef;
  }
}

*,
*::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: "Poppins", -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: #464a4c;
  text-align: left;
  background-color: #ffffff;
}

[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: 600;
}

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: #FF6162;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #ff1516;
  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: #6d7a88;
  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: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: #292640;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.display-2 {
  font-size: 2.35rem;
  font-weight: 600;
  line-height: 1.3;
}

.display-3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.display-4 {
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #464a4c;
}

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: #fcf8e3;
}

.list-unstyled, .site-prefooter .menu,
.site-footer .menu, .widget ul,
.elementor-widget ul, .wp-block-column__sidebar.wp-block-column .wp-block-group ul {
  padding-left: 0;
  list-style: none;
}

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

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

.list-inline-item:not(:last-child), .site-prefooter .menu > .menu-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: #6d7a88;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #111111;
  border-radius: 0.2rem;
}

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

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

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"]) {
  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"]) {
    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"]) {
    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"]) {
    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"]) {
    max-width: 1170px;
  }
}

.container-fluid, .region.region--container-fluid > .region__container,
.region.region--container-fluid > .region__inner > .region__container, .elementor .elementor-section.elementor-section-fluid > .elementor-container, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-hero):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[class*="12-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card,
.terms[class*="12-cols-lateral"] [id^="post-"] .card,
.terms[class*="12-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .card, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card, .testimonials-list,
.team-members,
.features,
.projects_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, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .no-gutters > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .no-gutters > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .no-gutters > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .no-gutters > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .no-gutters > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .no-gutters > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .no-gutters > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .no-gutters > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .no-gutters > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .no-gutters > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .no-gutters > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .no-gutters > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .no-gutters > .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .no-gutters > .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .no-gutters > .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .no-gutters > .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .no-gutters > .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .no-gutters > .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .no-gutters > .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .no-gutters > .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .no-gutters > .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .no-gutters > .card-body, .testimonials-list.no-gutters > div,
.team-members.no-gutters > div,
.features.no-gutters > div,
.projects_list_widget.no-gutters > div,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .columns-1 .testimonials-list .quote,
.columns-1 .team-member,
.projects.columns-1 ul.projects li.project,
.projects-page.columns-1 ul.projects li.project,
.region__col.region__col--1 ul.projects li.project,
body #site .widget_woothemes_features .columns-1 .feature, .columns-2 .testimonials-list .quote,
.columns-2 .team-member,
.projects.columns-2 ul.projects li.project,
.projects-page.columns-2 ul.projects li.project,
.region__col.region__col--2 ul.projects li.project,
body #site .widget_woothemes_features .columns-2 .feature, .columns-3 .testimonials-list .quote,
.columns-3 .team-member,
.projects.columns-3 ul.projects li.project,
.projects-page.columns-3 ul.projects li.project,
.region__col.region__col--3 ul.projects li.project,
body #site .widget_woothemes_features .columns-3 .feature, .columns-4 .testimonials-list .quote,
.columns-4 .team-member,
.projects.columns-4 ul.projects li.project,
.projects-page.columns-4 ul.projects li.project,
.region__col.region__col--4 ul.projects li.project,
body #site .widget_woothemes_features .columns-4 .feature, .columns-5 .testimonials-list .quote,
.columns-5 .team-member,
.projects.columns-5 ul.projects li.project,
.projects-page.columns-5 ul.projects li.project,
.region__col.region__col--5 ul.projects li.project,
body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
.columns-6 .team-member,
.projects.columns-6 ul.projects li.project,
.projects-page.columns-6 ul.projects li.project,
.region__col.region__col--6 ul.projects li.project,
body #site .widget_woothemes_features .columns-6 .feature, .col, .region__col, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body, .testimonials-list > div,
.team-members > div,
.features > div,
.projects_list_widget > div,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"],
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"],
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"],
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"],
.terms[class*="6-6-cols-lateral"] [id^="post-"],
.terms[class*="6-6-cols-lateral"] [id^="term-"],
.search-posts[class*="6-6-cols-lateral"] [id^="post-"],
.search-posts[class*="6-6-cols-lateral"] [id^="term-"], .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.posts--12-cols-overlay [id^="post-"],
.blog-posts.terms--12-cols-classic [id^="term-"],
.archive-posts.posts--12-cols-classic [id^="post-"],
.archive-posts.posts--12-cols-overlay [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.posts--12-cols-overlay [id^="post-"],
div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"],
.terms.posts--12-cols-classic [id^="post-"],
.terms.posts--12-cols-overlay [id^="post-"],
.terms.terms--12-cols-classic [id^="term-"],
.search-posts.posts--12-cols-classic [id^="post-"],
.search-posts.posts--12-cols-overlay [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, .col-md-5, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--2, .col-md-6, .region--6-6-cols-left .region__col, .region--6-6-cols-left-right .region__col, .region--6-6-cols-center .region__col, .region--6-6-cols-right .region__col, .region--6-6-cols-left-reverse .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.terms--4-4-4-cols-classic [id^="term-"],
.archive-posts.posts--4-4-4-cols-classic [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.terms--4-4-4-cols-classic [id^="term-"],
.terms.posts--4-4-4-cols-classic [id^="post-"],
.terms.terms--4-4-4-cols-classic [id^="term-"],
.search-posts.posts--4-4-4-cols-classic [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-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--1, .col-md-8, .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-"],
.archive-posts [id^="post-"],
div.grimlock-query-section__posts [id^="post-"],
.terms [id^="post-"],
.search-posts [id^="post-"], .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, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body, .testimonials-list > div,
.team-members > div,
.features > div,
.projects_list_widget > div {
  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, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media {
  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, .columns-1 .testimonials-list .quote,
.columns-1 .team-member,
.projects.columns-1 ul.projects li.project,
.projects-page.columns-1 ul.projects li.project,
.region__col.region__col--1 ul.projects li.project,
body #site .widget_woothemes_features .columns-1 .feature, .columns-2 .testimonials-list .quote,
.columns-2 .team-member,
.projects.columns-2 ul.projects li.project,
.projects-page.columns-2 ul.projects li.project,
.region__col.region__col--2 ul.projects li.project,
body #site .widget_woothemes_features .columns-2 .feature, .columns-3 .testimonials-list .quote,
.columns-3 .team-member,
.projects.columns-3 ul.projects li.project,
.projects-page.columns-3 ul.projects li.project,
.region__col.region__col--3 ul.projects li.project,
body #site .widget_woothemes_features .columns-3 .feature, .columns-4 .testimonials-list .quote,
.columns-4 .team-member,
.projects.columns-4 ul.projects li.project,
.projects-page.columns-4 ul.projects li.project,
.region__col.region__col--4 ul.projects li.project,
body #site .widget_woothemes_features .columns-4 .feature, .columns-5 .testimonials-list .quote,
.columns-5 .team-member,
.projects.columns-5 ul.projects li.project,
.projects-page.columns-5 ul.projects li.project,
.region__col.region__col--5 ul.projects li.project,
body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
.columns-6 .team-member,
.projects.columns-6 ul.projects li.project,
.projects-page.columns-6 ul.projects li.project,
.region__col.region__col--6 ul.projects li.project,
body #site .widget_woothemes_features .columns-6 .feature {
  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, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4, .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
  .columns-6 .team-member,
  .projects.columns-6 ul.projects li.project,
  .projects-page.columns-6 ul.projects li.project,
  .region__col.region__col--6 ul.projects li.project,
  body #site .widget_woothemes_features .columns-6 .feature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"],
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"],
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"],
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"],
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"],
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"],
  .terms[class*="6-6-cols-lateral"] [id^="post-"],
  .terms[class*="6-6-cols-lateral"] [id^="term-"],
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"],
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"], .columns-2 .testimonials-list .quote,
  .columns-2 .team-member,
  .projects.columns-2 ul.projects li.project,
  .projects-page.columns-2 ul.projects li.project,
  .region__col.region__col--2 ul.projects li.project,
  body #site .widget_woothemes_features .columns-2 .feature, .columns-3 .testimonials-list .quote,
  .columns-3 .team-member,
  .projects.columns-3 ul.projects li.project,
  .projects-page.columns-3 ul.projects li.project,
  .region__col.region__col--3 ul.projects li.project,
  body #site .widget_woothemes_features .columns-3 .feature, .columns-4 .testimonials-list .quote,
  .columns-4 .team-member,
  .projects.columns-4 ul.projects li.project,
  .projects-page.columns-4 ul.projects li.project,
  .region__col.region__col--4 ul.projects li.project,
  body #site .widget_woothemes_features .columns-4 .feature {
    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.posts--12-cols-overlay [id^="post-"],
  .blog-posts.terms--12-cols-classic [id^="term-"],
  .archive-posts.posts--12-cols-classic [id^="post-"],
  .archive-posts.posts--12-cols-overlay [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.posts--12-cols-overlay [id^="post-"],
  div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"],
  .terms.posts--12-cols-classic [id^="post-"],
  .terms.posts--12-cols-overlay [id^="post-"],
  .terms.terms--12-cols-classic [id^="term-"],
  .search-posts.posts--12-cols-classic [id^="post-"],
  .search-posts.posts--12-cols-overlay [id^="post-"],
  .search-posts.terms--12-cols-classic [id^="term-"], .columns-1 .testimonials-list .quote,
  .columns-1 .team-member,
  .projects.columns-1 ul.projects li.project,
  .projects-page.columns-1 ul.projects li.project,
  .region__col.region__col--1 ul.projects li.project,
  body #site .widget_woothemes_features .columns-1 .feature {
    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, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media {
    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, .columns-4 .testimonials-list .quote,
  .columns-4 .team-member,
  .projects.columns-4 ul.projects li.project,
  .projects-page.columns-4 ul.projects li.project,
  .region__col.region__col--4 ul.projects li.project,
  body #site .widget_woothemes_features .columns-4 .feature, .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
  .columns-6 .team-member,
  .projects.columns-6 ul.projects li.project,
  .projects-page.columns-6 ul.projects li.project,
  .region__col.region__col--6 ul.projects li.project,
  body #site .widget_woothemes_features .columns-6 .feature {
    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, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media, .columns-3 .testimonials-list .quote,
  .columns-3 .team-member,
  .projects.columns-3 ul.projects li.project,
  .projects-page.columns-3 ul.projects li.project,
  .region__col.region__col--3 ul.projects li.project,
  body #site .widget_woothemes_features .columns-3 .feature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--2 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6, .region--6-6-cols-left .region__col, .region--6-6-cols-left-right .region__col, .region--6-6-cols-center .region__col, .region--6-6-cols-right .region__col, .region--6-6-cols-left-reverse .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.terms--4-4-4-cols-classic [id^="term-"],
  .archive-posts.posts--4-4-4-cols-classic [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.terms--4-4-4-cols-classic [id^="term-"],
  .terms.posts--4-4-4-cols-classic [id^="post-"],
  .terms.terms--4-4-4-cols-classic [id^="term-"],
  .search-posts.posts--4-4-4-cols-classic [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-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--1 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    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-"],
  .archive-posts [id^="post-"],
  div.grimlock-query-section__posts [id^="post-"],
  .terms [id^="post-"],
  .search-posts [id^="post-"] {
    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, .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
  .columns-6 .team-member,
  .projects.columns-6 ul.projects li.project,
  .projects-page.columns-6 ul.projects li.project,
  .region__col.region__col--6 ul.projects li.project,
  body #site .widget_woothemes_features .columns-6 .feature {
    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, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .blog-posts.posts--4-4-4-cols-classic [id^="post-"],
  .blog-posts.terms--4-4-4-cols-classic [id^="term-"],
  .archive-posts.posts--4-4-4-cols-classic [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.terms--4-4-4-cols-classic [id^="term-"],
  .terms.posts--4-4-4-cols-classic [id^="post-"],
  .terms.terms--4-4-4-cols-classic [id^="term-"],
  .search-posts.posts--4-4-4-cols-classic [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: transparent;
}


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

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

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

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

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

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

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

.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), .elementor-widget_calendar table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, table .thead-dark th {
  color: #ffffff;
  background-color: #111111;
  border-color: #242424;
}

.table .thead-light th, table .thead-light th {
  color: #464a4c;
  background-color: #eceeef;
  border-color: #eceeef;
}

.table-dark {
  color: #ffffff;
  background-color: #111111;
}

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

.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), .elementor-widget_calendar table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@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.65rem + 2px);
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  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: #464a4c;
  background-color: #fff;
  border-color: #FF6162;
  outline: 0;
  box-shadow: none;
}

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

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

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

select.form-control:focus::-ms-value {
  color: #464a4c;
  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.25;
}

.col-form-label-lg {
  padding-top: calc(1rem + 2px);
  padding-bottom: calc(1rem + 2px);
  font-size: 1.25rem;
  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.25;
  color: #464a4c;
  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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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, .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .form-row > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .form-row > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .form-row > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .form-row > .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .form-row > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .form-row > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .form-row > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .form-row > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .form-row > .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .form-row > .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .form-row > .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .form-row > .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .form-row > .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .form-row > .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .form-row > .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .form-row > .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .form-row > .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .form-row > .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .form-row > .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .form-row > .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .form-row > .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .form-row > .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .form-row > .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .form-row > .card-body, .testimonials-list.form-row > div,
.team-members.form-row > div,
.features.form-row > div,
.projects_list_widget.form-row > div,
.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: #6d7a88;
}

.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: #3DBDB6;
}

.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: #fff;
  background-color: rgba(61, 189, 182, 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: #3DBDB6;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #3DBDB6;
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 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: #3DBDB6;
}

.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: #3DBDB6;
}

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

.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: #61ccc6;
}

.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 #ffffff, 0 0 0 0.2rem rgba(61, 189, 182, 0.25);
}

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

.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.2rem rgba(61, 189, 182, 0.25);
}

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

.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: #fff;
  background-color: rgba(217, 83, 79, 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: #d9534f;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 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: #d9534f;
}

.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: #d9534f;
}

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

.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: #e27c79;
}

.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 #ffffff, 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

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

.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.2rem rgba(217, 83, 79, 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, x button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"], .main-navigation .navbar-nav > .menu-item.btn-inside > a {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  transition: all 0.15s ease-in-out;
}

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

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

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

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

.btn:not(:disabled):not(.disabled), x 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"], .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.btn-primary:hover,
input:hover[type="submit"],
button:hover[type="submit"] {
  color: #fff;
  background-color: #ff3b3c;
  border-color: #ff2e2f;
}

.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.2rem rgba(255, 97, 98, 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: #fff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.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: #fff;
  background-color: #ff2e2f;
  border-color: #ff2123;
}

.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.2rem rgba(255, 97, 98, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-success:hover {
  color: #fff;
  background-color: #34a09a;
  border-color: #319691;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #319691;
  border-color: #2d8d88;
}

.btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0089CE;
  border-color: #0089CE;
}

.btn-info:hover {
  color: #fff;
  background-color: #0070a8;
  border-color: #00679b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0089CE;
  border-color: #0089CE;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00679b;
  border-color: #005f8e;
}

.btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #FCBF49;
  border-color: #FCBF49;
}

.btn-warning:hover {
  color: #fff;
  background-color: #fbb223;
  border-color: #fbad17;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 191, 73, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #FCBF49;
  border-color: #FCBF49;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fbad17;
  border-color: #fba90a;
}

.btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 191, 73, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d23430;
  border-color: #c9302c;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #bf2e29;
}

.btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #F5F6F7;
  border-color: #F5F6F7;
}

.btn-light:hover {
  color: #fff;
  background-color: #e0e3e6;
  border-color: #d9dde0;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #F5F6F7;
  border-color: #F5F6F7;
}

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #d9dde0;
  border-color: #d2d6db;
}

.btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #292640;
  border-color: #292640;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1a1828;
  border-color: #151320;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 38, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #292640;
  border-color: #292640;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #151320;
  border-color: #0f0e18;
}

.btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 38, 64, 0.5);
}

.btn-medium {
  color: #fff;
  background-color: #6d7a88;
  border-color: #6d7a88;
}

.btn-medium:hover {
  color: #fff;
  background-color: #5c6773;
  border-color: #56616c;
}

.btn-medium:focus, .btn-medium.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 122, 136, 0.5);
}

.btn-medium.disabled, .btn-medium:disabled {
  color: #fff;
  background-color: #6d7a88;
  border-color: #6d7a88;
}

.btn-medium:active, .btn-medium.active,
.show > .btn-medium.dropdown-toggle {
  color: #fff;
  background-color: #56616c;
  border-color: #515a65;
}

.btn-medium:active:focus, .btn-medium.active:focus,
.show > .btn-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 122, 136, 0.5);
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 98, 0.5);
}

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

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.btn-outline-primary:active:focus, .btn-outline-primary.active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 98, 0.5);
}

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

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

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-outline-success:active:focus, .btn-outline-success.active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

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

.btn-outline-info:hover {
  color: #fff;
  background-color: #0089CE;
  border-color: #0089CE;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0089CE;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0089CE;
  border-color: #0089CE;
}

.btn-outline-info:active:focus, .btn-outline-info.active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

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

.btn-outline-warning:hover {
  color: #fff;
  background-color: #FCBF49;
  border-color: #FCBF49;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 191, 73, 0.5);
}

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

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

.btn-outline-warning:active:focus, .btn-outline-warning.active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 191, 73, 0.5);
}

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

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

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

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

.btn-outline-danger:active:focus, .btn-outline-danger.active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

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

.btn-outline-light:hover {
  color: #fff;
  background-color: #F5F6F7;
  border-color: #F5F6F7;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}

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

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

.btn-outline-light:active:focus, .btn-outline-light.active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}

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

.btn-outline-dark:hover {
  color: #fff;
  background-color: #292640;
  border-color: #292640;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 38, 64, 0.5);
}

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

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #292640;
  border-color: #292640;
}

.btn-outline-dark:active:focus, .btn-outline-dark.active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 38, 64, 0.5);
}

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

.btn-outline-medium:hover {
  color: #fff;
  background-color: #6d7a88;
  border-color: #6d7a88;
}

.btn-outline-medium:focus, .btn-outline-medium.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 122, 136, 0.5);
}

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

.btn-outline-medium:active, .btn-outline-medium.active,
.show > .btn-outline-medium.dropdown-toggle {
  color: #fff;
  background-color: #6d7a88;
  border-color: #6d7a88;
}

.btn-outline-medium:active:focus, .btn-outline-medium.active:focus,
.show > .btn-outline-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 122, 136, 0.5);
}

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

.btn-link:hover {
  color: #ff1516;
  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: #6d7a88;
  pointer-events: none;
}

.btn-lg {
  padding: 1rem 1.55rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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.15s linear;
}

@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: #464a4c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.2rem;
}

.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 #eceeef;
}

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

.dropdown-item:hover, .dropdown-item:focus {
  color: #040404;
  text-decoration: none;
  background-color: #F5F6F7;
}

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

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

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

.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

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

.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: #fff;
  background-color: #FF6162;
}

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

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

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

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

.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.2rem;
}

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

.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='%23fff' 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: #FF6162;
}

.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='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

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

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

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

.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='%23fff'/%3E%3C/svg%3E");
}

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

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

.custom-select:focus {
  border-color: #ffe1e1;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 225, 225, 0.5);
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  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: #6d7a88;
  background-color: #eceeef;
}

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #FF6162;
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 98, 0.25);
}

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

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

.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.65rem + 2px);
  padding: 0.7rem 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.65rem;
  padding: 0.7rem 1rem;
  line-height: 1.25;
  color: #464a4c;
  content: "Browse";
  background-color: #eceeef;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.2rem 0.2rem 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 #ffffff, 0 0 0 0.2rem rgba(255, 97, 98, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 97, 98, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(255, 97, 98, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FF6162;
  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: #dfdfdf;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FF6162;
  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: #dfdfdf;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #FF6162;
  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: #dfdfdf;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dfdfdf;
  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: #6d7a88;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #ffffff;
  border-color: #ddd;
}

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

.nav-pills .nav-link {
  border-radius: 0.2rem;
}

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

.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: 1.5rem 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"]),
.navbar > .container-fluid,
.region.region--container-fluid.navbar > .region__container,
.region.region--container-fluid > .region__inner.navbar > .region__container,
.elementor .elementor-section.elementor-section-fluid.navbar > .elementor-container,
.grimlock-section.navbar:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-hero):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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-sm > .elementor-container,
  .grimlock-section.navbar-expand-sm:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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.5rem;
    padding-left: 0.5rem;
  }
  .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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-sm > .elementor-container,
  .grimlock-section.navbar-expand-sm:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-md > .elementor-container,
  .grimlock-section.navbar-expand-md:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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.5rem;
    padding-left: 0.5rem;
  }
  .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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-md > .elementor-container,
  .grimlock-section.navbar-expand-md:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-lg > .elementor-container,
  .grimlock-section.navbar-expand-lg:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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.5rem;
    padding-left: 0.5rem;
  }
  .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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-lg > .elementor-container,
  .grimlock-section.navbar-expand-lg:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-xl > .elementor-container,
  .grimlock-section.navbar-expand-xl:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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.5rem;
    padding-left: 0.5rem;
  }
  .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"]),
  .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,
  .elementor .elementor-section.elementor-section-fluid.navbar-expand-xl > .elementor-container,
  .grimlock-section.navbar-expand-xl:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
  .grimlock-section:not(.grimlock-hero):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"]),
.navbar-expand > .container-fluid,
.region.region--container-fluid.navbar-expand > .region__container,
.region.region--container-fluid > .region__inner.navbar-expand > .region__container,
.elementor .elementor-section.elementor-section-fluid.navbar-expand > .elementor-container,
.grimlock-section.navbar-expand:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-hero):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.5rem;
  padding-left: 0.5rem;
}

.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"]),
.navbar-expand > .container-fluid,
.region.region--container-fluid.navbar-expand > .region__container,
.region.region--container-fluid > .region__inner.navbar-expand > .region__container,
.elementor .elementor-section.elementor-section-fluid.navbar-expand > .elementor-container,
.grimlock-section.navbar-expand:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-hero):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(0, 0, 0, 0.9);
}

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

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

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

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 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(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 0.5);
}

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 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: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 0.5);
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

.card-header {
  padding: 30px 30px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.card-header:first-child {
  border-radius: calc(0.3rem - 1px) calc(0.3rem - 1px) 0 0;
}

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

.card-footer {
  padding: 30px 30px;
  background-color: transparent;
  border-top: 1px solid transparent;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.3rem - 1px) calc(0.3rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.1rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.3rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.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.3rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .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: 30px;
}

@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: #eceeef;
  border-radius: 0.2rem;
}

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

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

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

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

.breadcrumb-item.active {
  color: #6d7a88;
}

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

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #FF6162;
}

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

.badge-secondary {
  color: #fff;
  background-color: #fff;
}

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

.badge-success {
  color: #fff;
  background-color: #3DBDB6;
}

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

.badge-info {
  color: #fff;
  background-color: #0089CE;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00679b;
}

.badge-warning {
  color: #fff;
  background-color: #FCBF49;
}

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

.badge-danger {
  color: #fff;
  background-color: #d9534f;
}

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

.badge-light {
  color: #fff;
  background-color: #F5F6F7;
}

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

.badge-dark {
  color: #fff;
  background-color: #292640;
}

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

.badge-medium {
  color: #fff;
  background-color: #6d7a88;
}

.badge-medium[href]:hover, .badge-medium[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #56616c;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #853233;
  background-color: #ffdfe0;
  border-color: #ffd3d3;
}

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

.alert-primary .alert-link {
  color: #602425;
}

.alert-secondary {
  color: #858585;
  background-color: white;
  border-color: white;
}

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

.alert-secondary .alert-link {
  color: #6c6c6c;
}

.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: #20625f;
  background-color: #d8f2f0;
  border-color: #c9edeb;
}

.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: #b6e7e4;
}

.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: #133c3a;
}

.alert-info, .must-log-in {
  color: #00476b;
  background-color: #cce7f5;
  border-color: #b8def1;
}

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

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

.alert-warning, .wpcf7-response-output.mc4wp-notice,
.mc4wp-alert.mc4wp-notice {
  color: #836326;
  background-color: #fef2db;
  border-color: #feedcc;
}

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

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

.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: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce;
}

.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: #efbbb9;
}

.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: #4c1d1b;
}

.alert-light {
  color: #7f8080;
  background-color: #fdfdfd;
  border-color: #fcfcfd;
}

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

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

.alert-dark {
  color: #151421;
  background-color: #d4d4d9;
  border-color: #c3c2ca;
}

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

.alert-dark .alert-link {
  color: #010101;
}

.alert-medium {
  color: #393f47;
  background-color: #e2e4e7;
  border-color: #d6dade;
}

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

.alert-medium .alert-link {
  color: #22262b;
}

@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: #eceeef;
  border-radius: 0.2rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FF6162;
  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: #464a4c;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #464a4c;
  text-decoration: none;
  background-color: #F5F6F7;
}

.list-group-item-action:active {
  color: #464a4c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.list-group-item.disabled, .list-group-item:disabled {
  color: #6d7a88;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.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: #853233;
  background-color: #ffd3d3;
}

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

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

.list-group-item-secondary {
  color: #858585;
  background-color: white;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-success {
  color: #20625f;
  background-color: #c9edeb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #20625f;
  background-color: #b6e7e4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #20625f;
  border-color: #20625f;
}

.list-group-item-info {
  color: #00476b;
  background-color: #b8def1;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #00476b;
  background-color: #a3d4ed;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00476b;
  border-color: #00476b;
}

.list-group-item-warning {
  color: #836326;
  background-color: #feedcc;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #836326;
  background-color: #fee4b3;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #836326;
  border-color: #836326;
}

.list-group-item-danger {
  color: #712b29;
  background-color: #f4cfce;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #712b29;
  background-color: #efbbb9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #712b29;
  border-color: #712b29;
}

.list-group-item-light {
  color: #7f8080;
  background-color: #fcfcfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f8080;
  background-color: #ededf3;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f8080;
  border-color: #7f8080;
}

.list-group-item-dark {
  color: #151421;
  background-color: #c3c2ca;
}

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

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

.list-group-item-medium {
  color: #393f47;
  background-color: #d6dade;
}

.list-group-item-medium.list-group-item-action:hover, .list-group-item-medium.list-group-item-action:focus {
  color: #393f47;
  background-color: #c8cdd3;
}

.list-group-item-medium.list-group-item-action.active {
  color: #fff;
  background-color: #393f47;
  border-color: #393f47;
}

.close {
  float: right;
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 1;
  color: #000;
  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: #000;
  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: #ffffff;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  border-bottom: 0 solid transparent;
  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 transparent;
}

.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;
  }
}

.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: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  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='%23fff' 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='%23fff' 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(255, 255, 255, 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: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: #FF6162 !important;
}

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

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

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

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

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

.bg-info {
  background-color: #0089CE !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.08) !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: #FF6162 !important;
}

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

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

.border-info {
  border-color: #0089CE !important;
}

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

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

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

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

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

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.2rem !important;
}

.rounded-top {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
}

.rounded-right {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.rounded-left {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !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, .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, .main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"])::after, .widget::after,
.elementor-widget::after, form.wpcf7-form-form-control-wrap::after, .projects ul.projects::after,
.projects-page ul.projects::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.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.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,
.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,
  .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: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #FF6162 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #ff2e2f !important;
}

.text-secondary {
  color: #fff !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #e6e6e6 !important;
}

.text-success {
  color: #3DBDB6 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #319691 !important;
}

.text-info {
  color: #0089CE !important;
}

a.text-info:hover, a.text-info:focus {
  color: #00679b !important;
}

.text-warning {
  color: #FCBF49 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #fbad17 !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #c9302c !important;
}

.text-light {
  color: #F5F6F7 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9dde0 !important;
}

.text-dark {
  color: #292640 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #151320 !important;
}

.text-medium {
  color: #6d7a88 !important;
}

a.text-medium:hover, a.text-medium:focus {
  color: #56616c !important;
}

.text-body {
  color: #464a4c !important;
}

.text-muted, .widget_rss li cite,
.elementor-widget_rss li cite {
  color: #6d7a88 !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(
  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: 1px solid #adb5bd;
    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"]) {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dfdfdf !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #eceeef;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #eceeef;
  }
}

/*
 *  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, .modal-search .search-form, .modal-search #sidebar-navbar-search > .widget, .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 .gorgo_custom_header,
.grimlock--loader-fadein-displayed #custom_header {
  animation-duration: 1s;
}

.element-animated.short, .modal-search .short.search-form, .modal-search #sidebar-navbar-search > .short.widget, .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.gorgo_custom_header,
.grimlock--loader-fadein-displayed .short#custom_header {
  animation-duration: .5s;
}

.element-animated.long, .modal-search .long.search-form, .modal-search #sidebar-navbar-search > .long.widget, .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.gorgo_custom_header,
.grimlock--loader-fadein-displayed .long#custom_header {
  animation-duration: 2s;
}

.element-animated.infinite, .modal-search .infinite.search-form, .modal-search #sidebar-navbar-search > .infinite.widget, .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.gorgo_custom_header,
.grimlock--loader-fadein-displayed .infinite#custom_header {
  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, .modal-search .search-form, .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 .gorgo_custom_header,
.grimlock--loader-fadein-displayed #custom_header {
  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, .modal-search #sidebar-navbar-search > .widget {
  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: 'gorgo';
  src: url("assets/fonts/gorgo/gorgo.woff?xg8l0x") format("woff");
  font-weight: normal;
  font-style: normal;
}

.gorgo-icon {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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: 'gorgo' !important;
}

.gorgo-360:before {
  content: "\e900";
}

.gorgo-add-to-library:before {
  content: "\e901";
}

.gorgo-airplay:before {
  content: "\e902";
}

.gorgo-alarm-checked:before {
  content: "\e903";
}

.gorgo-alarm-minus:before {
  content: "\e904";
}

.gorgo-alarm-no:before {
  content: "\e905";
}

.gorgo-alarm-plus:before {
  content: "\e906";
}

.gorgo-alarm-snooze:before {
  content: "\e907";
}

.gorgo-alarm:before {
  content: "\e908";
}

.gorgo-alert-circle:before {
  content: "\e909";
}

.gorgo-alert-octagon:before {
  content: "\e90a";
}

.gorgo-alert-triangle:before {
  content: "\e90b";
}

.gorgo-app-notification:before {
  content: "\e90c";
}

.gorgo-apps:before {
  content: "\e90d";
}

.gorgo-arrow-bold-bottom:before {
  content: "\e90e";
}

.gorgo-arrow-bold-forvard-all:before {
  content: "\e90f";
}

.gorgo-arrow-bold-forvard:before {
  content: "\e910";
}

.gorgo-arrow-bold-left:before {
  content: "\e911";
}

.gorgo-arrow-bold-redo:before {
  content: "\e912";
}

.gorgo-arrow-bold-reply-all:before {
  content: "\e913";
}

.gorgo-arrow-bold-reply:before {
  content: "\e914";
}

.gorgo-arrow-bold-right:before {
  content: "\e915";
}

.gorgo-arrow-bold-top:before {
  content: "\e916";
}

.gorgo-arrow-bold-undo:before {
  content: "\e917";
}

.gorgo-arrow-bottom-left:before {
  content: "\e918";
}

.gorgo-arrow-bottom-right:before {
  content: "\e919";
}

.gorgo-arrow-bottom:before {
  content: "\e91a";
}

.gorgo-arrow-forward-all:before {
  content: "\e91b";
}

.gorgo-arrow-forward:before {
  content: "\e91c";
}

.gorgo-arrow-left-curved:before {
  content: "\e91d";
}

.gorgo-arrow-left:before {
  content: "\e91e";
}

.gorgo-arrow-redo:before {
  content: "\e91f";
}

.gorgo-arrow-reply-all:before {
  content: "\e920";
}

.gorgo-arrow-reply:before {
  content: "\e921";
}

.gorgo-arrow-right-curved:before {
  content: "\e922";
}

.gorgo-arrow-right:before {
  content: "\e923";
}

.gorgo-arrow-top-left:before {
  content: "\e924";
}

.gorgo-arrow-top-right:before {
  content: "\e925";
}

.gorgo-arrow-top:before {
  content: "\e926";
}

.gorgo-arrow-undo:before {
  content: "\e927";
}

.gorgo-arrows-diagonals-bltr:before {
  content: "\e928";
}

.gorgo-arrows-diagonals-tlbr:before {
  content: "\e929";
}

.gorgo-arrows-diagonals:before {
  content: "\e92a";
}

.gorgo-arrows-hv:before {
  content: "\e92b";
}

.gorgo-artist:before {
  content: "\e92c";
}

.gorgo-at-sign:before {
  content: "\e92d";
}

.gorgo-atom:before {
  content: "\e92e";
}

.gorgo-bar-chart:before {
  content: "\e92f";
}

.gorgo-battery-20:before {
  content: "\e930";
}

.gorgo-battery-40:before {
  content: "\e931";
}

.gorgo-battery-60:before {
  content: "\e932";
}

.gorgo-battery-80:before {
  content: "\e933";
}

.gorgo-battery-100:before {
  content: "\e934";
}

.gorgo-battery-charching:before {
  content: "\e935";
}

.gorgo-battery-no:before {
  content: "\e936";
}

.gorgo-battery:before {
  content: "\e937";
}

.gorgo-behance:before {
  content: "\e938";
}

.gorgo-bell-add:before {
  content: "\e939";
}

.gorgo-bell-alert:before {
  content: "\e93a";
}

.gorgo-bell-checked:before {
  content: "\e93b";
}

.gorgo-bell-minus:before {
  content: "\e93c";
}

.gorgo-bell-no:before {
  content: "\e93d";
}

.gorgo-bell:before {
  content: "\e93e";
}

.gorgo-bitcoin:before {
  content: "\e93f";
}

.gorgo-block-align-bottom:before {
  content: "\e940";
}

.gorgo-block-align-horizontally:before {
  content: "\e941";
}

.gorgo-block-align-left:before {
  content: "\e942";
}

.gorgo-block-align-right:before {
  content: "\e943";
}

.gorgo-block-align-top:before {
  content: "\e944";
}

.gorgo-block-align-vertically:before {
  content: "\e945";
}

.gorgo-block-distribute-horizontally:before {
  content: "\e946";
}

.gorgo-block-distribute-vertically:before {
  content: "\e947";
}

.gorgo-bluetooth-no:before {
  content: "\e948";
}

.gorgo-bluetooth:before {
  content: "\e949";
}

.gorgo-bone:before {
  content: "\e94a";
}

.gorgo-book:before {
  content: "\e94b";
}

.gorgo-bookmark-add:before {
  content: "\e94c";
}

.gorgo-bookmark-no:before {
  content: "\e94d";
}

.gorgo-bookmark:before {
  content: "\e94e";
}

.gorgo-bookmarks:before {
  content: "\e94f";
}

.gorgo-box:before {
  content: "\e950";
}

.gorgo-brake-page:before {
  content: "\e951";
}

.gorgo-brightness-high:before {
  content: "\e952";
}

.gorgo-brightness-low:before {
  content: "\e953";
}

.gorgo-broadcast:before {
  content: "\e954";
}

.gorgo-broadcasting:before {
  content: "\e955";
}

.gorgo-browser-no:before {
  content: "\e956";
}

.gorgo-browser:before {
  content: "\e957";
}

.gorgo-calculator:before {
  content: "\e958";
}

.gorgo-calendar-checked:before {
  content: "\e959";
}

.gorgo-calendar-create:before {
  content: "\e95a";
}

.gorgo-calendar-dates:before {
  content: "\e95b";
}

.gorgo-calendar-delete:before {
  content: "\e95c";
}

.gorgo-calendar-minus:before {
  content: "\e95d";
}

.gorgo-calendar-plus:before {
  content: "\e95e";
}

.gorgo-calendar:before {
  content: "\e95f";
}

.gorgo-call-add:before {
  content: "\e960";
}

.gorgo-call-calling:before {
  content: "\e961";
}

.gorgo-call-decline:before {
  content: "\e962";
}

.gorgo-call-end:before {
  content: "\e963";
}

.gorgo-call-forwarded:before {
  content: "\e964";
}

.gorgo-call-hash:before {
  content: "\e965";
}

.gorgo-call-hold:before {
  content: "\e966";
}

.gorgo-call-incoming:before {
  content: "\e967";
}

.gorgo-call-missed:before {
  content: "\e968";
}

.gorgo-call-muted:before {
  content: "\e969";
}

.gorgo-call-no:before {
  content: "\e96a";
}

.gorgo-call-numbers:before {
  content: "\e96b";
}

.gorgo-call-outcoming:before {
  content: "\e96c";
}

.gorgo-call-phone:before {
  content: "\e96d";
}

.gorgo-call-recieved:before {
  content: "\e96e";
}

.gorgo-call-voicemail:before {
  content: "\e96f";
}

.gorgo-camera-create:before {
  content: "\e970";
}

.gorgo-camera-no:before {
  content: "\e971";
}

.gorgo-camera:before {
  content: "\e972";
}

.gorgo-cart:before {
  content: "\e973";
}

.gorgo-case:before {
  content: "\e974";
}

.gorgo-cast:before {
  content: "\e975";
}

.gorgo-CD:before {
  content: "\e976";
}

.gorgo-check-mark:before {
  content: "\e977";
}

.gorgo-check-marks:before {
  content: "\e978";
}

.gorgo-chevron-bottom:before {
  content: "\e979";
}

.gorgo-chevron-left:before {
  content: "\e97a";
}

.gorgo-chevron-right:before {
  content: "\e97b";
}

.gorgo-chevron-top:before {
  content: "\e97c";
}

.gorgo-chevrons-bottom:before {
  content: "\e97d";
}

.gorgo-chevrons-left:before {
  content: "\e97e";
}

.gorgo-chevrons-right:before {
  content: "\e97f";
}

.gorgo-chevrons-top:before {
  content: "\e980";
}

.gorgo-circle-arrow-bottom-left:before {
  content: "\e981";
}

.gorgo-circle-arrow-bottom-right:before {
  content: "\e982";
}

.gorgo-circle-arrow-bottom:before {
  content: "\e983";
}

.gorgo-circle-arrow-left-curved:before {
  content: "\e984";
}

.gorgo-circle-arrow-left:before {
  content: "\e985";
}

.gorgo-circle-arrow-right-curved:before {
  content: "\e986";
}

.gorgo-circle-arrow-right:before {
  content: "\e987";
}

.gorgo-circle-arrow-top-left:before {
  content: "\e988";
}

.gorgo-circle-arrow-top-right:before {
  content: "\e989";
}

.gorgo-circle-arrow-top:before {
  content: "\e98a";
}

.gorgo-circle-block:before {
  content: "\e98b";
}

.gorgo-circle-checked:before {
  content: "\e98c";
}

.gorgo-circle-chevron-bottom:before {
  content: "\e98d";
}

.gorgo-circle-chevron-left:before {
  content: "\e98e";
}

.gorgo-circle-chevron-right:before {
  content: "\e98f";
}

.gorgo-circle-chevron-top:before {
  content: "\e990";
}

.gorgo-circle-chevrons-bottom:before {
  content: "\e991";
}

.gorgo-circle-chevrons-left:before {
  content: "\e992";
}

.gorgo-circle-chevrons-right:before {
  content: "\e993";
}

.gorgo-circle-chevrons-top:before {
  content: "\e994";
}

.gorgo-circle-menu:before {
  content: "\e995";
}

.gorgo-circle-minus:before {
  content: "\e996";
}

.gorgo-circle-more-horizontal:before {
  content: "\e997";
}

.gorgo-circle-more-vertical:before {
  content: "\e998";
}

.gorgo-circle-plus:before {
  content: "\e999";
}

.gorgo-circle-star:before {
  content: "\e99a";
}

.gorgo-circle-x:before {
  content: "\e99b";
}

.gorgo-circle:before {
  content: "\e99c";
}

.gorgo-clipboard-checked:before {
  content: "\e99d";
}

.gorgo-clipboard-delete:before {
  content: "\e99e";
}

.gorgo-clipboard-minus:before {
  content: "\e99f";
}

.gorgo-clipboard-plus:before {
  content: "\e9a0";
}

.gorgo-clipboard-text:before {
  content: "\e9a1";
}

.gorgo-clipboard:before {
  content: "\e9a2";
}

.gorgo-cloud-checked:before {
  content: "\e9a3";
}

.gorgo-cloud-connect:before {
  content: "\e9a4";
}

.gorgo-cloud-download:before {
  content: "\e9a5";
}

.gorgo-cloud-no:before {
  content: "\e9a6";
}

.gorgo-cloud-upload:before {
  content: "\e9a7";
}

.gorgo-cloud:before {
  content: "\e9a8";
}

.gorgo-code:before {
  content: "\e9a9";
}

.gorgo-command:before {
  content: "\e9aa";
}

.gorgo-comment-checked:before {
  content: "\e9ab";
}

.gorgo-comment-delete:before {
  content: "\e9ac";
}

.gorgo-comment-minus:before {
  content: "\e9ad";
}

.gorgo-comment-plus:before {
  content: "\e9ae";
}

.gorgo-comment-text:before {
  content: "\e9af";
}

.gorgo-comment:before {
  content: "\e9b0";
}

.gorgo-compas:before {
  content: "\e9b1";
}

.gorgo-contrast:before {
  content: "\e9b2";
}

.gorgo-copy:before {
  content: "\e9b3";
}

.gorgo-coupon:before {
  content: "\e9b4";
}

.gorgo-creditcard-add:before {
  content: "\e9b5";
}

.gorgo-creditcard-face:before {
  content: "\e9b6";
}

.gorgo-creditcard-income:before {
  content: "\e9b7";
}

.gorgo-creditcard-no:before {
  content: "\e9b8";
}

.gorgo-creditcard-outcome:before {
  content: "\e9b9";
}

.gorgo-creditcard-scan:before {
  content: "\e9ba";
}

.gorgo-creditcard:before {
  content: "\e9bb";
}

.gorgo-cross:before {
  content: "\e9bc";
}

.gorgo-crosshairs:before {
  content: "\e9bd";
}

.gorgo-cup:before {
  content: "\e9be";
}

.gorgo-cut:before {
  content: "\e9bf";
}

.gorgo-dashboard:before {
  content: "\e9c0";
}

.gorgo-database:before {
  content: "\e9c1";
}

.gorgo-delete:before {
  content: "\e9c2";
}

.gorgo-devices:before {
  content: "\e9c3";
}

.gorgo-direction-45:before {
  content: "\e9c4";
}

.gorgo-direction:before {
  content: "\e9c5";
}

.gorgo-download-bold:before {
  content: "\e9c6";
}

.gorgo-download:before {
  content: "\e9c7";
}

.gorgo-dribbble:before {
  content: "\e9c8";
}

.gorgo-drop:before {
  content: "\e9c9";
}

.gorgo-edit-shape:before {
  content: "\e9ca";
}

.gorgo-eject:before {
  content: "\e9cb";
}

.gorgo-elements:before {
  content: "\e9cc";
}

.gorgo-equalizer:before {
  content: "\e9cd";
}

.gorgo-ethereum:before {
  content: "\e9ce";
}

.gorgo-external-link:before {
  content: "\e9cf";
}

.gorgo-eye-no:before {
  content: "\e9d0";
}

.gorgo-eye:before {
  content: "\e9d1";
}

.gorgo-facebook:before {
  content: "\e9d2";
}

.gorgo-file-checked:before {
  content: "\e9d3";
}

.gorgo-file-code:before {
  content: "\e9d4";
}

.gorgo-file-create:before {
  content: "\e9d5";
}

.gorgo-file-delete:before {
  content: "\e9d6";
}

.gorgo-file-download:before {
  content: "\e9d7";
}

.gorgo-file-draft:before {
  content: "\e9d8";
}

.gorgo-file-minus:before {
  content: "\e9d9";
}

.gorgo-file-plus:before {
  content: "\e9da";
}

.gorgo-file-scan:before {
  content: "\e9db";
}

.gorgo-file-shredder:before {
  content: "\e9dc";
}

.gorgo-file-text:before {
  content: "\e9dd";
}

.gorgo-file-upload:before {
  content: "\e9de";
}

.gorgo-file:before {
  content: "\e9df";
}

.gorgo-filter:before {
  content: "\e9e0";
}

.gorgo-flag:before {
  content: "\e9e1";
}

.gorgo-flame:before {
  content: "\e9e2";
}

.gorgo-floppy:before {
  content: "\e9e3";
}

.gorgo-folder-arrow:before {
  content: "\e9e4";
}

.gorgo-folder-checked:before {
  content: "\e9e5";
}

.gorgo-folder-cloud:before {
  content: "\e9e6";
}

.gorgo-folder-create:before {
  content: "\e9e7";
}

.gorgo-folder-delete:before {
  content: "\e9e8";
}

.gorgo-folder-minus:before {
  content: "\e9e9";
}

.gorgo-folder-music:before {
  content: "\e9ea";
}

.gorgo-folder-opened:before {
  content: "\e9eb";
}

.gorgo-folder-photo:before {
  content: "\e9ec";
}

.gorgo-folder-plus:before {
  content: "\e9ed";
}

.gorgo-folder-zip:before {
  content: "\e9ee";
}

.gorgo-folder:before {
  content: "\e9ef";
}

.gorgo-frame:before {
  content: "\e9f0";
}

.gorgo-gift:before {
  content: "\e9f1";
}

.gorgo-github:before {
  content: "\e9f2";
}

.gorgo-gitlab:before {
  content: "\e9f3";
}

.gorgo-glasses:before {
  content: "\e9f4";
}

.gorgo-globe-copie:before {
  content: "\e9f5";
}

.gorgo-globe-no:before {
  content: "\e9f6";
}

.gorgo-globe:before {
  content: "\e9f7";
}

.gorgo-google:before {
  content: "\e9f8";
}

.gorgo-grid-col-2:before {
  content: "\e9f9";
}

.gorgo-grid-col-3:before {
  content: "\e9fa";
}

.gorgo-grid-dynamic:before {
  content: "\e9fb";
}

.gorgo-grid-frame:before {
  content: "\e9fc";
}

.gorgo-grid-row-2-copy:before {
  content: "\e9fd";
}

.gorgo-grid-row-2:before {
  content: "\e9fe";
}

.gorgo-grid-row-3:before {
  content: "\e9ff";
}

.gorgo-grid-slides:before {
  content: "\ea00";
}

.gorgo-grid-small:before {
  content: "\ea01";
}

.gorgo-grid:before {
  content: "\ea02";
}

.gorgo-hash:before {
  content: "\ea03";
}

.gorgo-heart-no:before {
  content: "\ea04";
}

.gorgo-heart:before {
  content: "\ea05";
}

.gorgo-home:before {
  content: "\ea06";
}

.gorgo-icecream:before {
  content: "\ea07";
}

.gorgo-iframe:before {
  content: "\ea08";
}

.gorgo-image:before {
  content: "\ea09";
}

.gorgo-inbox:before {
  content: "\ea0a";
}

.gorgo-infinity:before {
  content: "\ea0b";
}

.gorgo-info:before {
  content: "\ea0c";
}

.gorgo-instagram:before {
  content: "\ea0d";
}

.gorgo-iPad:before {
  content: "\ea0e";
}

.gorgo-iPhone:before {
  content: "\ea0f";
}

.gorgo-key-no:before {
  content: "\ea10";
}

.gorgo-key:before {
  content: "\ea11";
}

.gorgo-laptop:before {
  content: "\ea12";
}

.gorgo-layers:before {
  content: "\ea13";
}

.gorgo-layout:before {
  content: "\ea14";
}

.gorgo-lightbulb:before {
  content: "\ea15";
}

.gorgo-lightning-no:before {
  content: "\ea16";
}

.gorgo-lightning:before {
  content: "\ea17";
}

.gorgo-link-no:before {
  content: "\ea18";
}

.gorgo-link:before {
  content: "\ea19";
}

.gorgo-linkedin:before {
  content: "\ea1a";
}

.gorgo-listen-later:before {
  content: "\ea1b";
}

.gorgo-location-no:before {
  content: "\ea1c";
}

.gorgo-location:before {
  content: "\ea1d";
}

.gorgo-lock-circle:before {
  content: "\ea1e";
}

.gorgo-lock-no:before {
  content: "\ea1f";
}

.gorgo-lock:before {
  content: "\ea20";
}

.gorgo-mail:before {
  content: "\ea21";
}

.gorgo-map-pin-location:before {
  content: "\ea22";
}

.gorgo-map:before {
  content: "\ea23";
}

.gorgo-maximize:before {
  content: "\ea24";
}

.gorgo-menu-dots:before {
  content: "\ea25";
}

.gorgo-menu:before {
  content: "\ea26";
}

.gorgo-mic-no:before {
  content: "\ea27";
}

.gorgo-mic:before {
  content: "\ea28";
}

.gorgo-minimize:before {
  content: "\ea29";
}

.gorgo-minus-octagon:before {
  content: "\ea2a";
}

.gorgo-minus:before {
  content: "\ea2b";
}

.gorgo-mobile:before {
  content: "\ea2c";
}

.gorgo-monitor:before {
  content: "\ea2d";
}

.gorgo-moon:before {
  content: "\ea2e";
}

.gorgo-more-horizontal:before {
  content: "\ea2f";
}

.gorgo-more-vertical:before {
  content: "\ea30";
}

.gorgo-music-library:before {
  content: "\ea31";
}

.gorgo-music-note:before {
  content: "\ea32";
}

.gorgo-newspaper:before {
  content: "\ea33";
}

.gorgo-note-text:before {
  content: "\ea34";
}

.gorgo-note:before {
  content: "\ea35";
}

.gorgo-nut:before {
  content: "\ea36";
}

.gorgo-options:before {
  content: "\ea37";
}

.gorgo-panorama:before {
  content: "\ea38";
}

.gorgo-paperclip-no:before {
  content: "\ea39";
}

.gorgo-paperclip:before {
  content: "\ea3a";
}

.gorgo-paypass:before {
  content: "\ea3b";
}

.gorgo-peace:before {
  content: "\ea3c";
}

.gorgo-pencil-create:before {
  content: "\ea3d";
}

.gorgo-pencil-edit:before {
  content: "\ea3e";
}

.gorgo-pin-add:before {
  content: "\ea3f";
}

.gorgo-pin-no:before {
  content: "\ea40";
}

.gorgo-pin-question:before {
  content: "\ea41";
}

.gorgo-pin-round:before {
  content: "\ea42";
}

.gorgo-pin-start:before {
  content: "\ea43";
}

.gorgo-pin:before {
  content: "\ea44";
}

.gorgo-planet:before {
  content: "\ea45";
}

.gorgo-player-fast-back:before {
  content: "\ea46";
}

.gorgo-player-fast-forward:before {
  content: "\ea47";
}

.gorgo-player-list-add:before {
  content: "\ea48";
}

.gorgo-player-list-play:before {
  content: "\ea49";
}

.gorgo-player-list:before {
  content: "\ea4a";
}

.gorgo-player-pause-circle:before {
  content: "\ea4b";
}

.gorgo-player-pause:before {
  content: "\ea4c";
}

.gorgo-player-play-circle:before {
  content: "\ea4d";
}

.gorgo-player-play-pause:before {
  content: "\ea4e";
}

.gorgo-player-play:before {
  content: "\ea4f";
}

.gorgo-player-skip-back:before {
  content: "\ea50";
}

.gorgo-player-skip-forward:before {
  content: "\ea51";
}

.gorgo-player-stop-circle:before {
  content: "\ea52";
}

.gorgo-player-stop:before {
  content: "\ea53";
}

.gorgo-plus:before {
  content: "\ea54";
}

.gorgo-pocket:before {
  content: "\ea55";
}

.gorgo-pos:before {
  content: "\ea56";
}

.gorgo-presentation:before {
  content: "\ea57";
}

.gorgo-printer:before {
  content: "\ea58";
}

.gorgo-pulse:before {
  content: "\ea59";
}

.gorgo-question-circle:before {
  content: "\ea5a";
}

.gorgo-queue:before {
  content: "\ea5b";
}

.gorgo-radar:before {
  content: "\ea5c";
}

.gorgo-radio:before {
  content: "\ea5d";
}

.gorgo-record:before {
  content: "\ea5e";
}

.gorgo-refresh-ccw:before {
  content: "\ea5f";
}

.gorgo-refresh-cw:before {
  content: "\ea60";
}

.gorgo-repeat:before {
  content: "\ea61";
}

.gorgo-rotate-ccw:before {
  content: "\ea62";
}

.gorgo-rotate-cw:before {
  content: "\ea63";
}

.gorgo-rotate-left:before {
  content: "\ea64";
}

.gorgo-rotate-right:before {
  content: "\ea65";
}

.gorgo-route:before {
  content: "\ea66";
}

.gorgo-scan:before {
  content: "\ea67";
}

.gorgo-screenshot:before {
  content: "\ea68";
}

.gorgo-search:before {
  content: "\ea69";
}

.gorgo-segment:before {
  content: "\ea6a";
}

.gorgo-select-area:before {
  content: "\ea6b";
}

.gorgo-select:before {
  content: "\ea6c";
}

.gorgo-send:before {
  content: "\ea6d";
}

.gorgo-settings:before {
  content: "\ea6e";
}

.gorgo-share-arrow:before {
  content: "\ea6f";
}

.gorgo-share:before {
  content: "\ea70";
}

.gorgo-shield-lock:before {
  content: "\ea71";
}

.gorgo-shield-no:before {
  content: "\ea72";
}

.gorgo-shield-ok:before {
  content: "\ea73";
}

.gorgo-shield:before {
  content: "\ea74";
}

.gorgo-shuffle:before {
  content: "\ea75";
}

.gorgo-sidebar-left:before {
  content: "\ea76";
}

.gorgo-sidebar-right:before {
  content: "\ea77";
}

.gorgo-sound-wave:before {
  content: "\ea78";
}

.gorgo-stack:before {
  content: "\ea79";
}

.gorgo-star-no:before {
  content: "\ea7a";
}

.gorgo-star:before {
  content: "\ea7b";
}

.gorgo-sticker:before {
  content: "\ea7c";
}

.gorgo-stopwatch:before {
  content: "\ea7d";
}

.gorgo-strongbox:before {
  content: "\ea7e";
}

.gorgo-sun:before {
  content: "\ea7f";
}

.gorgo-tag:before {
  content: "\ea80";
}

.gorgo-terminal:before {
  content: "\ea81";
}

.gorgo-text-align-center:before {
  content: "\ea82";
}

.gorgo-text-align-justify:before {
  content: "\ea83";
}

.gorgo-text-align-left:before {
  content: "\ea84";
}

.gorgo-text-align-right:before {
  content: "\ea85";
}

.gorgo-text:before {
  content: "\ea86";
}

.gorgo-thumbs-down:before {
  content: "\ea87";
}

.gorgo-thumbs-up:before {
  content: "\ea88";
}

.gorgo-time-history:before {
  content: "\ea89";
}

.gorgo-time:before {
  content: "\ea8a";
}

.gorgo-timer:before {
  content: "\ea8b";
}

.gorgo-toggle-left:before {
  content: "\ea8c";
}

.gorgo-toggle-right:before {
  content: "\ea8d";
}

.gorgo-toy-horse:before {
  content: "\ea8e";
}

.gorgo-trash-empty:before {
  content: "\ea8f";
}

.gorgo-trash:before {
  content: "\ea90";
}

.gorgo-tuner:before {
  content: "\ea91";
}

.gorgo-twitter:before {
  content: "\ea92";
}

.gorgo-unlock:before {
  content: "\ea93";
}

.gorgo-user:before {
  content: "\ea94";
}

.gorgo-verified:before {
  content: "\ea95";
}

.gorgo-video-no:before {
  content: "\ea96";
}

.gorgo-video:before {
  content: "\ea97";
}

.gorgo-volume-high:before {
  content: "\ea98";
}

.gorgo-volume-low:before {
  content: "\ea99";
}

.gorgo-volume-no:before {
  content: "\ea9a";
}

.gorgo-volume-off:before {
  content: "\ea9b";
}

.gorgo-volume:before {
  content: "\ea9c";
}

.gorgo-wallet:before {
  content: "\ea9d";
}

.gorgo-watch:before {
  content: "\ea9e";
}

.gorgo-wi-fi-no:before {
  content: "\ea9f";
}

.gorgo-wi-fi:before {
  content: "\eaa0";
}

.gorgo-x-octagon:before {
  content: "\eaa1";
}

.gorgo-youtube:before {
  content: "\eaa2";
}

.gorgo-zoom-in:before {
  content: "\eaa3";
}

.gorgo-zoom-out:before {
  content: "\eaa4";
}

.gorgo-uniEAA5:before {
  content: "\eaa5";
}

.gorgo-0:before {
  content: "\eaa6";
}

.gorgo-heart-full:before {
  content: "\eaa8";
}

.gorgo-quote:before {
  content: "\eaa7";
}

.gorgo-users:before {
  content: "\eaa9";
}

/* Override fonts */
:root {
  --grimlock-icon-times: "\e99b";
  --grimlock-icon-times-font-family: 'gorgo';
  --grimlock-icon-times-circle: "\e99b";
  --grimlock-icon-times-circle-font-family: 'gorgo';
  --grimlock-icon-check: "\e977";
  --grimlock-icon-check-font-family: 'gorgo';
  --grimlock-icon-edit: "\ea3e";
  --grimlock-icon-edit-font-family: 'gorgo';
  --grimlock-icon-alert-circle: "\e909";
  --grimlock-icon-alert-circle-font-family: 'gorgo';
  --grimlock-icon-alert-triangle: "\e90b";
  --grimlock-icon-alert-triangle-font-family: 'gorgo';
  --grimlock-icon-question: "\ea5a";
  --grimlock-icon-question-font-family: 'gorgo';
  --grimlock-icon-question-circle: "\ea5a";
  --grimlock-icon-question-circle-font-family: 'gorgo';
  --grimlock-icon-plus: "\ea54";
  --grimlock-icon-plus-font-family: 'gorgo';
  --grimlock-icon-plus-circle: "\e999";
  --grimlock-icon-plus-circle-font-family: 'gorgo';
  --grimlock-icon-minus: "\ea2b";
  --grimlock-icon-minus-font-family: 'gorgo';
  --grimlock-icon-minus-circle: "\e996";
  --grimlock-icon-minus-circle-font-family: 'gorgo';
  --grimlock-icon-search: "\ea69";
  --grimlock-icon-search-font-family: 'gorgo';
  --grimlock-icon-cog: "\ea6e";
  --grimlock-icon-cog-font-family: 'gorgo';
  --grimlock-icon-cogs: "\ea6e";
  --grimlock-icon-cogs-font-family: 'gorgo';
  --grimlock-icon-filter: "\e9e0";
  --grimlock-icon-filter-font-family: 'gorgo';
  --grimlock-icon-sliders: "\ea37";
  --grimlock-icon-sliders-font-family: 'gorgo';
  --grimlock-icon-upload: "\e980";
  --grimlock-icon-upload-font-family: 'gorgo';
  --grimlock-icon-download: "\e9c7";
  --grimlock-icon-download-font-family: 'gorgo';
  --grimlock-icon-lock: "\ea20";
  --grimlock-icon-lock-font-family: 'gorgo';
  --grimlock-icon-unlock: "\ea93";
  --grimlock-icon-unlock-font-family: 'gorgo';
  --grimlock-icon-globe: "\e9f7";
  --grimlock-icon-globe-font-family: 'gorgo';
  --grimlock-icon-map: "\ea23";
  --grimlock-icon-map-font-family: 'gorgo';
  --grimlock-icon-map-marker: "\ea22";
  --grimlock-icon-map-marker-font-family: 'gorgo';
  --grimlock-icon-trash: "\ea90";
  --grimlock-icon-trash-font-family: 'gorgo';
  --grimlock-icon-paperclip: "\ea3a";
  --grimlock-icon-paperclip-font-family: 'gorgo';
  --grimlock-icon-thumbs-up: "\ea88";
  --grimlock-icon-thumbs-up-font-family: 'gorgo';
  --grimlock-icon-thumbs-down: "\ea87";
  --grimlock-icon-thumbs-down-font-family: 'gorgo';
  --grimlock-icon-file: "\e9df";
  --grimlock-icon-file-font-family: 'gorgo';
  --grimlock-icon-files: "\ea13";
  --grimlock-icon-files-font-family: 'gorgo';
  --grimlock-icon-file-text: "\e9dd";
  --grimlock-icon-file-text-font-family: 'gorgo';
  --grimlock-icon-file-plus: "\e9da";
  --grimlock-icon-file-plus-font-family: 'gorgo';
  --grimlock-icon-folder: "\e9ef";
  --grimlock-icon-folder-font-family: 'gorgo';
  --grimlock-icon-angle-up: "\e97c";
  --grimlock-icon-angle-up-font-family: 'gorgo';
  --grimlock-icon-angle-right: "\e97b";
  --grimlock-icon-angle-right-font-family: 'gorgo';
  --grimlock-icon-angle-down: "\e979";
  --grimlock-icon-angle-down-font-family: 'gorgo';
  --grimlock-icon-angle-left: "\e97a";
  --grimlock-icon-angle-left-font-family: 'gorgo';
  --grimlock-icon-angle-double-up: "\e980";
  --grimlock-icon-angle-double-up-font-family: 'gorgo';
  --grimlock-icon-angle-double-right: "\e97f";
  --grimlock-icon-angle-double-right-font-family: 'gorgo';
  --grimlock-icon-angle-double-down: "\e97d";
  --grimlock-icon-angle-double-down-font-family: 'gorgo';
  --grimlock-icon-angle-double-left: "\e97e";
  --grimlock-icon-angle-double-left-font-family: 'gorgo';
  --grimlock-icon-pager-next: "\e97b";
  --grimlock-icon-pager-next-font-family: 'gorgo';
  --grimlock-icon-pager-prev: "\e97a";
  --grimlock-icon-pager-prev-font-family: 'gorgo';
  --grimlock-icon-message: "\e9af";
  --grimlock-icon-message-font-family: 'gorgo';
  --grimlock-icon-messages: "\e9af";
  --grimlock-icon-messages-font-family: 'gorgo';
  --grimlock-icon-topic: "\e9af";
  --grimlock-icon-topic-font-family: 'gorgo';
  --grimlock-icon-hourglass: "\ea8a";
  --grimlock-icon-hourglass-font-family: 'gorgo';
  --grimlock-icon-loading: "\ea63";
  --grimlock-icon-loading-font-family: 'gorgo';
  --grimlock-icon-grid: "\ea02";
  --grimlock-icon-grid-font-family: 'gorgo';
  --grimlock-icon-eye: "\e9d1";
  --grimlock-icon-eye-font-family: 'gorgo';
  --grimlock-icon-eye-off: "\e9d0";
  --grimlock-icon-eye-off-font-family: 'gorgo';
  --grimlock-icon-check-circle: "\e98c";
  --grimlock-icon-check-circle-font-family: 'gorgo';
  --grimlock-icon-arrow-up: "\e926";
  --grimlock-icon-arrow-up-font-family: 'gorgo';
  --grimlock-icon-arrow-right: "\e923";
  --grimlock-icon-arrow-right-font-family: 'gorgo';
  --grimlock-icon-arrow-down: "\e91a";
  --grimlock-icon-arrow-down-font-family: 'gorgo';
  --grimlock-icon-arrow-left: "\e91e";
  --grimlock-icon-arrow-left-font-family: 'gorgo';
  --grimlock-icon-user: "\ea94";
  --grimlock-icon-user-font-family: 'gorgo';
  --grimlock-icon-users: "\eaa9";
  --grimlock-icon-users-font-family: 'gorgo';
  --grimlock-icon-group: "\eaa9";
  --grimlock-icon-group-font-family: 'gorgo';
  --grimlock-icon-groups: "\eaa9";
  --grimlock-icon-groups-font-family: 'gorgo';
  --grimlock-icon-poke: "\e9e2";
  --grimlock-icon-poke-font-family: 'gorgo';
  --grimlock-icon-cubes: "\e9b3";
  --grimlock-icon-cubes-font-family: 'gorgo';
  --grimlock-icon-tasks: "\ea13";
  --grimlock-icon-tasks-font-family: 'gorgo';
  --grimlock-icon-credit-card: "\e9bb";
  --grimlock-icon-credit-card-font-family: 'gorgo';
  --grimlock-icon-at: "\e92d";
  --grimlock-icon-at-font-family: 'gorgo';
  --grimlock-icon-personal: "\ea94";
  --grimlock-icon-personal-font-family: 'gorgo';
  --grimlock-icon-trophy: "\e9be";
  --grimlock-icon-trophy-font-family: 'gorgo';
  --grimlock-icon-profile-avatar: "\ea94";
  --grimlock-icon-profile-avatar-font-family: 'gorgo';
  --grimlock-icon-image: "\ea09";
  --grimlock-icon-image-font-family: 'gorgo';
  --grimlock-icon-inbox: "\ea0a";
  --grimlock-icon-inbox-font-family: 'gorgo';
  --grimlock-icon-quote: "\eaa7";
  --grimlock-icon-quote-font-family: 'gorgo';
  --grimlock-icon-quill: "\ea3d";
  --grimlock-icon-quill-font-family: 'gorgo';
  --grimlock-icon-share: "\ea70";
  --grimlock-icon-share-font-family: 'gorgo';
  --grimlock-icon-check-square: "\e98c";
  --grimlock-icon-check-square-font-family: 'gorgo';
  --grimlock-icon-bell: "\e93e";
  --grimlock-icon-bell-font-family: 'gorgo';
  --grimlock-icon-envelope: "\ea21";
  --grimlock-icon-envelope-font-family: 'gorgo';
  --grimlock-icon-data: "\e9a7";
  --grimlock-icon-data-font-family: 'gorgo';
  --grimlock-icon-cancel: "\e98b";
  --grimlock-icon-cancel-font-family: 'gorgo';
  --grimlock-icon-chat: "\e9af";
  --grimlock-icon-chat-font-family: 'gorgo';
  --grimlock-icon-album: "\ea13";
  --grimlock-icon-album-font-family: 'gorgo';
  --grimlock-icon-video: "\ea97";
  --grimlock-icon-video-font-family: 'gorgo';
  --grimlock-icon-music: "\ea32";
  --grimlock-icon-music-font-family: 'gorgo';
  --grimlock-icon-list: "\ea26";
  --grimlock-icon-list-font-family: 'gorgo';
  --grimlock-icon-spinner: "\ea63";
  --grimlock-icon-spinner-font-family: 'gorgo';
  --grimlock-icon-calendar: "\e95f";
  --grimlock-icon-calendar-font-family: 'gorgo';
  --grimlock-icon-asterisk: "\e9f7";
  --grimlock-icon-asterisk-font-family: 'gorgo';
  --grimlock-icon-bolt: "\e9e2";
  --grimlock-icon-bolt-font-family: 'gorgo';
  --grimlock-icon-flag: "\e9e1";
  --grimlock-icon-flag-font-family: 'gorgo';
  --grimlock-icon-clock: "\ea8a";
  --grimlock-icon-clock-font-family: 'gorgo';
  --grimlock-icon-stat: "\e925";
  --grimlock-icon-stat-font-family: 'gorgo';
  --grimlock-icon-refresh: "\ea60";
  --grimlock-icon-refresh-font-family: 'gorgo';
  --grimlock-icon-dots-v: "\ea30";
  --grimlock-icon-dots-v-font-family: 'gorgo';
  --grimlock-icon-dots-h: "\ea2f";
  --grimlock-icon-dots-h-font-family: 'gorgo';
  --grimlock-icon-switch: "\e91b";
  --grimlock-icon-switch-font-family: 'gorgo';
  --grimlock-icon-layers: "\ea13";
  --grimlock-icon-layers-font-family: 'gorgo';
  --grimlock-icon-print: "\ea58";
  --grimlock-icon-print-font-family: 'gorgo';
  --grimlock-icon-hamburger-menu: "\ea26";
  --grimlock-icon-hamburger-menu-font-family: 'gorgo';
  --grimlock-icon-sun: "\ea7f";
  --grimlock-icon-sun-font-family: 'gorgo';
  --grimlock-icon-cart: "\e973";
  --grimlock-icon-cart-font-family: 'gorgo';
  --grimlock-icon-checkout: "\e98c";
  --grimlock-icon-checkout-font-family: 'gorgo';
  --grimlock-icon-external-link: "\e9cf";
  --grimlock-icon-external-link-font-family: 'gorgo';
  --grimlock-icon-post-format-image: "\ea09";
  --grimlock-icon-post-format-image-font-family: 'gorgo';
  --grimlock-icon-post-format-aside: "\e9dd";
  --grimlock-icon-post-format-aside-font-family: 'gorgo';
  --grimlock-icon-post-format-link: "\ea19";
  --grimlock-icon-post-format-link-font-family: 'gorgo';
  --grimlock-icon-post-format-quote: "\eaa7";
  --grimlock-icon-post-format-quote-font-family: 'gorgo';
  --grimlock-icon-post-format-video: "\ea97";
  --grimlock-icon-post-format-video-font-family: 'gorgo';
  --grimlock-icon-post-format-gallery: "\ea13";
  --grimlock-icon-post-format-gallery-font-family: 'gorgo';
  --grimlock-icon-post-format-audio: "\ea32";
  --grimlock-icon-post-format-audio-font-family: 'gorgo';
  --grimlock-icon-post-format-status: "\e94e";
  --grimlock-icon-post-format-status-font-family: 'gorgo';
  --grimlock-icon-post-format-chat: "\e9b0";
  --grimlock-icon-post-format-chat-font-family: 'gorgo';
  --grimlock-icon-user-new: "\ea54";
  --grimlock-icon-user-new-font-family: 'gorgo';
  --grimlock-icon-group-request: "\ea89";
  --grimlock-icon-group-request-font-family: 'gorgo';
  --grimlock-icon-my-groups: "\eaa9";
  --grimlock-icon-my-groups-font-family: 'gorgo';
  --grimlock-icon-my-friends: "\e977";
  --grimlock-icon-my-friends-font-family: 'gorgo';
  --grimlock-icon-my-friends-symbol: "\e977";
  --grimlock-icon-my-friends-symbol-font-family: 'gorgo';
  --grimlock-icon-bp-private-message: "\e9af";
  --grimlock-icon-bp-private-message-font-family: 'gorgo';
  --grimlock-icon-bp-friend-add: "\ea54";
  --grimlock-icon-bp-friend-add-font-family: 'gorgo';
  --grimlock-icon-bp-friend-requested: "\ea89";
  --grimlock-icon-bp-friend-requested-font-family: 'gorgo';
  --grimlock-icon-bp-friend-approved: "\e977";
  --grimlock-icon-bp-friend-approved-font-family: 'gorgo';
  --grimlock-icon-bp-friend-remove: "\e99b";
  --grimlock-icon-bp-friend-remove-font-family: 'gorgo';
  --grimlock-icon-bp-friend-symbol-requested: "\ea89";
  --grimlock-icon-bp-friend-symbol-requested-font-family: 'gorgo';
  --grimlock-icon-bp-friend-symbol-add: "\ea54";
  --grimlock-icon-bp-friend-symbol-add-font-family: 'gorgo';
  --grimlock-icon-bp-friend-symbol-approved: "\e977";
  --grimlock-icon-bp-friend-symbol-approved-font-family: 'gorgo';
  --grimlock-icon-bp-friend-symbol-remove: "\e99b";
  --grimlock-icon-bp-friend-symbol-remove-font-family: 'gorgo';
  --grimlock-icon-bp-match: "\e9e2";
  --grimlock-icon-bp-match-font-family: 'gorgo';
  --grimlock-icon-wc-filters: "\e995";
  --grimlock-icon-wc-filters-font-family: 'gorgo';
  --grimlock-icon-wc-wishlist: "\ea04";
  --grimlock-icon-wc-wishlist-font-family: 'gorgo';
  --grimlock-icon-wc-wishlist-added: "\ea05";
  --grimlock-icon-wc-wishlist-added-font-family: 'gorgo';
  --grimlock-icon-wc-sort: "\e991";
  --grimlock-icon-wc-sort-font-family: 'gorgo';
  --grimlock-icon-tec-list: "\ea26";
  --grimlock-icon-tec-list-font-family: 'gorgo';
  --grimlock-icon-tec-month: "\e95f";
  --grimlock-icon-tec-month-font-family: 'gorgo';
  --grimlock-icon-tec-day: "\ea8a";
  --grimlock-icon-tec-day-font-family: 'gorgo';
  --grimlock-icon-tec-photo: "\ea09";
  --grimlock-icon-tec-photo-font-family: 'gorgo';
  --grimlock-icon-tec-week: "\e95b";
  --grimlock-icon-tec-week-font-family: 'gorgo';
  --grimlock-icon-tec-map: "\ea23";
  --grimlock-icon-tec-map-font-family: 'gorgo';
}

/**
 * Copy
 * Text and typography components
 */
::-moz-selection {
  background: rgba(255, 97, 98, 0.25);
}

::selection {
  background: rgba(255, 97, 98, 0.25);
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.2s ease-in-out;
}

@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.2s ease-in-out;
}

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

a .transform-left,
a .transform-right {
  transition: all 0.2s ease-in-out;
  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: .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: 600;
}

.lead {
  -webkit-font-smoothing: antialiased;
}

mark,
.mark {
  position: relative;
  background: none;
  display: inline-block;
  padding: 0.15em 0.35em;
}

mark:before, .mark:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .15;
  background-color: var(--grimlock-button-primary-background-color);
}

hr {
  border-top-width: 1px;
  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: #292640;
  border-radius: 500px;
  pointer-events: none;
  border: 0 !important;
}

:not(.gorgo--theme-ornaments-displayed) hr.hr-dots {
  display: none;
}

blockquote:not(.card-blockquote), blockquote:not(.card-blockquote),
.blockquote {
  position: relative;
  margin: 1.875rem 0;
  padding: 3rem 1.5rem;
  border-bottom: 2px solid #FF6162;
  background-color: #FF6162;
  font-style: normal;
  color: #fff;
}

blockquote:not(.card-blockquote):before,
blockquote:not(.card-blockquote):before,
.blockquote:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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";
  display: block;
  margin-bottom: .5rem;
  width: 100%;
  font-size: 1.6rem;
  pointer-events: none;
}

blockquote:not(.card-blockquote) p,
blockquote:not(.card-blockquote) p,
.blockquote p {
  font-size: 1em;
  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: .65;
  font-size: 80%;
  color: inherit;
}

blockquote:not(.card-blockquote) cite,
blockquote:not(.card-blockquote) cite,
.blockquote cite {
  opacity: .5;
  margin-top: 5px;
  display: block;
  font-size: 0.8em;
  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 #464a4c;
  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 .size-full {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.entry-content .alignleft {
  float: left;
  margin: 0 15px 30px 0;
}

.entry-content .aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.entry-content .alignright {
  float: right;
  margin: 0 0 30px 15px;
}

.entry-content .alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}

.entry-content p .size-full {
  max-width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
}

.entry-content p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}

.entry-content p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}

.entry-content p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}

.entry-content p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}

.post-media .entry-content p .alignnone {
  margin: 0;
}

/**
 * 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: var(--grimlock-container-width);
}

@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"]) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@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"]) {
    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: var(--grimlock-container-padding);
    padding-right: var(--grimlock-container-padding);
  }
}

@media (min-width: 992px) {
  .region.region--container-classic > .region__container,
  .region.region--container-classic > .region__inner > .region__container {
    width: 100%;
    max-width: var(--grimlock-container-width);
  }
}

@media (min-width: 992px) {
  .region.region--container-classic > .region__container,
  .region.region--container-classic > .region__inner > .region__container {
    padding-left: var(--grimlock-container-padding);
    padding-right: var(--grimlock-container-padding);
  }
}

.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--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 .grimlock-author-avatars__author-list, .region--12-cols-center-boxed .grimlock-query-section__posts,
.region--12-cols-center-boxed .grimlock-term-query-section__terms,
.region--12-cols-center-boxed .grimlock-author-avatars__author-list {
  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,
.region--12-cols-right .grimlock-author-avatars__author-list {
  justify-content: flex-end;
}

.region--6-6-cols-left-right .region__col--2, .region--6-6-cols-left-right .region__col--4 {
  text-align: right;
}

.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;
}

@media (min-width: 576px) {
  .region--6-6-cols-left-reverse .region__col--1 {
    order: 1;
  }
}

.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 .region__col--1, .region--4-8-cols-left .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left .region__col--1, .region--4-8-cols-left .region__col--3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--4-8-cols-left .region__col--2, .region--4-8-cols-left .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left .region__col--2, .region--4-8-cols-left .region__col--4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--4-8-cols-left-right .region__col--1, .region--4-8-cols-left-right .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-right .region__col--1, .region--4-8-cols-left-right .region__col--3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.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 .region__col--1, .region--8-4-cols-left .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left .region__col--1, .region--8-4-cols-left .region__col--3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--8-4-cols-left .region__col--2, .region--8-4-cols-left .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left .region__col--2, .region--8-4-cols-left .region__col--4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--8-4-cols-left-right .region__col--1, .region--8-4-cols-left-right .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left-right .region__col--1, .region--8-4-cols-left-right .region__col--3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.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--4-8-cols-left-reverse .region__col--1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-reverse .region__col--1 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--4-8-cols-left-reverse .region__col--2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-reverse .region__col--2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--3-3-3-3-cols-center .region__col, .region--3-3-3-3-cols-center .region__col .widget {
  text-align: center;
}

@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;
}

@media (min-width: 1200px) {
  .homepage-content {
    padding-right: 30px !important;
  }
}

.homepage-content .grimlock-query-section.region--container-classic .region__container,
.homepage-content .grimlock-query-section--posts.region--container-classic .region__container,
.homepage-content .grimlock-term-query-section.region--container-classic .region__container,
.homepage-sidebar-right .grimlock-query-section.region--container-classic .region__container,
.homepage-sidebar-right .grimlock-query-section--posts.region--container-classic .region__container,
.homepage-sidebar-right .grimlock-term-query-section.region--container-classic .region__container {
  padding: 0 !important;
  max-width: 100% !important;
}

.homepage-top {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .homepage-top {
    padding-bottom: calc( 30px + ( 30px / 2 ));
  }
}

body.page.page-template-template-homepage-sidebar #before_content {
  padding-bottom: 3%;
}

body.page.page-template-template-homepage-sidebar #content {
  padding: 0;
  padding-bottom: 6% !important;
}

body.page.page-template-template-homepage-sidebar .homepage-content .widget_grimlock_section {
  margin-top: 3%;
  margin-bottom: 3%;
}

.homepage-sidebar-right,
.wp-block-column__sidebar.wp-block-column {
  will-change: min-height;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  align-self: flex-start;
  z-index: 2;
}

.grimlock--navigation-fixed .homepage-sidebar-right, .grimlock--navigation-fixed
.wp-block-column__sidebar.wp-block-column {
  top: 120px;
}

@media (min-width: 992px) {
  html[dir="rtl"] .homepage-sidebar-right .inner-wrapper-sticky, html[dir="rtl"]
  .wp-block-column__sidebar.wp-block-column .inner-wrapper-sticky {
    margin-left: 15px;
  }
}

.homepage-sidebar-right__inner,
.homepage-sidebar-right .wp-block-column__inner-container,
.wp-block-column__sidebar.wp-block-column__inner,
.wp-block-column__sidebar.wp-block-column .wp-block-column__inner-container {
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.homepage-sidebar-right .posts--12-cols-classic .has-post-thumbnail .card .card-body,
.homepage-sidebar-right .posts--12-cols-classic .format-gallery .card .card-body,
.wp-block-column__sidebar.wp-block-column .posts--12-cols-classic .has-post-thumbnail .card .card-body,
.wp-block-column__sidebar.wp-block-column .posts--12-cols-classic .format-gallery .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.homepage-sidebar-right .entry-labels,
.homepage-sidebar-right .entry-content,
.homepage-sidebar-right .entry-meta,
.homepage-sidebar-right .entry-stats,
.wp-block-column__sidebar.wp-block-column .entry-labels,
.wp-block-column__sidebar.wp-block-column .entry-content,
.wp-block-column__sidebar.wp-block-column .entry-meta,
.wp-block-column__sidebar.wp-block-column .entry-stats {
  display: none !important;
}

.homepage-sidebar-right .entry-header,
.wp-block-column__sidebar.wp-block-column .entry-header {
  margin-bottom: 0 !important;
}

.homepage-sidebar-right .entry-title,
.wp-block-column__sidebar.wp-block-column .entry-title {
  font-size: 1.1em !important;
  margin-bottom: 0 !important;
}

.homepage-sidebar-right .card-body,
.wp-block-column__sidebar.wp-block-column .card-body {
  padding: .5rem 0 0 0 !important;
}

.homepage-sidebar-right .grimlock-section .section__header:after,
.wp-block-column__sidebar.wp-block-column .grimlock-section .section__header:after {
  content: none !important;
}

.homepage-sidebar-right .grimlock-query-section--posts [id^="post-"],
.homepage-sidebar-right .grimlock-query-section [id^="post-"],
.homepage-sidebar-right .grimlock-term-query-section [id^="post-"],
.wp-block-column__sidebar.wp-block-column .grimlock-query-section--posts [id^="post-"],
.wp-block-column__sidebar.wp-block-column .grimlock-query-section [id^="post-"],
.wp-block-column__sidebar.wp-block-column .grimlock-term-query-section [id^="post-"] {
  margin-bottom: 1rem;
}

.homepage-sidebar-right .grimlock-query-section--posts .grimlock-section__btn,
.homepage-sidebar-right .grimlock-query-section .grimlock-section__btn,
.homepage-sidebar-right .grimlock-term-query-section .grimlock-section__btn,
.wp-block-column__sidebar.wp-block-column .grimlock-query-section--posts .grimlock-section__btn,
.wp-block-column__sidebar.wp-block-column .grimlock-query-section .grimlock-section__btn,
.wp-block-column__sidebar.wp-block-column .grimlock-term-query-section .grimlock-section__btn {
  width: 100%;
}

.homepage-sidebar-right .grimlock-section.region--container-fluid:not(.p-0):not(.pl-0):not(.pr-0) .region__container > .region__row > .region__col--2,
.wp-block-column__sidebar.wp-block-column .grimlock-section.region--container-fluid:not(.p-0):not(.pl-0):not(.pr-0) .region__container > .region__row > .region__col--2 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.homepage-sidebar-right .textwidget img.size-thumbnail,
.wp-block-column__sidebar.wp-block-column .textwidget img.size-thumbnail {
  border-radius: 500px;
}

.homepage-sidebar-right .textwidget img.size-thumbnail.aligncenter,
.wp-block-column__sidebar.wp-block-column .textwidget img.size-thumbnail.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 110px;
}

.homepage-sidebar-right #menu-social,
.wp-block-column__sidebar.wp-block-column #menu-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-sidebar-right #menu-social li.menu-item,
.wp-block-column__sidebar.wp-block-column #menu-social li.menu-item {
  margin-top: 0;
  font-size: 1.3em;
}

.homepage-sidebar-right #menu-social li.menu-item + .menu-item,
.wp-block-column__sidebar.wp-block-column #menu-social li.menu-item + .menu-item {
  margin-left: .7rem;
}

.homepage-sidebar-right #menu-social li.menu-item:before,
.wp-block-column__sidebar.wp-block-column #menu-social li.menu-item:before {
  content: none !important;
}

@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    max-width: var(--grimlock-container-width);
  }
}

@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.elementor .elementor-section.elementor-section-fluid > .elementor-container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-fluid > .elementor-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/**
 * Sidebar
 *
 * Sidebars styles.
 */
.sidebar-nav {
  margin-bottom: 1rem;
}

.sidebar .grimlock-section {
  overflow: hidden;
}

#secondary-left,
#secondary-right,
.wp-block-column__sidebar.wp-block-column {
  padding-bottom: 2rem;
}

@media (max-width: 991.98px) {
  #secondary-left,
  #secondary-right,
  .wp-block-column__sidebar.wp-block-column {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

#secondary-left .widget-title,
#secondary-right .widget-title,
.wp-block-column__sidebar.wp-block-column .widget-title {
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  margin-bottom: .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: .9em;
}

.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 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@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%;
}

.site-content.region--3-9-cols-left > .region__container > .region__row > .region__col--2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.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 .menu > .menu-item:not(:last-child),
.site-footer .menu > .menu-item:not(:last-child) {
  margin-right: 15px;
}

.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_pages .children,
.site-footer .widget_pages .children {
  padding: 10px 0 10px 10px;
}

.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: .6;
}

.site-prefooter .textwidget ul > li:not(last-child),
.site-footer .textwidget ul > li:not(last-child) {
  margin-bottom: 10px;
}

.site-prefooter.region--12-cols-center .region__col,
.site-footer.region--12-cols-center .region__col {
  text-align: center;
}

.site-prefooter.region--12-cols-right .region__col,
.site-footer.region--12-cols-right .region__col {
  text-align: right;
}

.site-prefooter .region__inner {
  padding-top: 4%;
  padding-bottom: 4%;
}

@media (max-width: 991.98px) {
  .site-prefooter:not([class*="pt-0"]):not([class*="pb-0"]) .region__inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.site-prefooter .menu-item {
  margin-bottom: 0.35rem;
}

.site-prefooter .menu-item > a {
  display: inline-block;
}

@media (min-width: 768px) {
  .site-prefooter.region--6-6-cols-left > .region__inner > .region__container > .region__row > .region__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.site-footer {
  position: relative;
  font-size: .85em;
}

.site-footer .widget + .widget {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .site-footer .region__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .site-footer .region__col + .region__col {
    margin-top: 0 !important;
  }
}

.site-footer ul {
  margin-bottom: 0;
}

.site-footer .textwidget ins {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  text-decoration: none;
}

.site-footer .textwidget a:not(:hover) {
  text-decoration: underline;
}

.site-footer .widget p:last-of-type {
  margin-bottom: 0;
}

.site-footer .widget:last-of-type {
  padding-bottom: 0;
  margin-bottom: 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;
  }
}

.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/
 */
.has-primary-background-color {
  color: #FF6162;
}

.has-secondary-background-color {
  color: #fff;
}

.has-success-background-color {
  color: #3DBDB6;
}

.has-info-background-color {
  color: #0089CE;
}

.has-warning-background-color {
  color: #FCBF49;
}

.has-danger-background-color {
  color: #d9534f;
}

.has-light-background-color {
  color: #F5F6F7;
}

.has-dark-background-color {
  color: #292640;
}

.has-medium-background-color {
  color: #6d7a88;
}

.has-primary-color {
  color: #FF6162;
}

.has-secondary-color {
  color: #fff;
}

.has-success-color {
  color: #3DBDB6;
}

.has-info-color {
  color: #0089CE;
}

.has-warning-color {
  color: #FCBF49;
}

.has-danger-color {
  color: #d9534f;
}

.has-light-color {
  color: #F5F6F7;
}

.has-dark-color {
  color: #292640;
}

.has-medium-color {
  color: #6d7a88;
}

/**
 * Global Style
 */
[class*="wp-block-"] p:empty {
  display: none;
}

.wp-block-embed {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  [class*="wp-block-"].alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  [class*="wp-block-"].alignwide > img {
    display: block;
    margin: 0 auto;
  }
}

[class*="wp-block-"].alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}

[class*="wp-block-"].alignfull > img {
  display: block;
  margin: 0 auto;
}

.wp-block-gallery.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-cover-image {
  min-height: calc(550px - 5vw);
}

.wp-block-image {
  position: relative;
}

.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: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  margin: 0;
}

.wp-block-image figcaption a {
  color: inherit !important;
}

.wp-block-image figcaption a:not(:hover) {
  opacity: .6;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-gallery {
  align-items: normal;
  padding: 0 !important;
  margin-top: 7%;
  margin-bottom: 7%;
}

.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-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: #fff;
}

.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: normal;
}

.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: #FF6162;
}

.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: .5 !important;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 14px !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: 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: .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 cite {
  margin-top: 15px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: .7em !important;
  letter-spacing: 2px;
}

blockquote.wp-block-quote cite:before {
  content: "\2014";
  display: inline-block;
  margin-right: 2px;
}

.wp-block-latest-posts li a {
  background: none !important;
}

.wp-block-embed .jetpack-video-wrapper,
.wp-block-embed .embed-vimeo,
.wp-block-embed iframe {
  width: 100% !important;
  margin: 0 auto;
}

.wp-block-separator {
  opacity: .15;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top-color: var(--grimlock-button-primary-background-color);
  border-top-width: 2px !important;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.entry-content ol:not([class]),
.entry-content .entry-content__holder ol:not([class]),
.grimlock-section__text ol:not([class]) {
  max-width: 800px;
  counter-reset: parent-counter;
  list-style: none;
  padding-left: 40px !important;
}

.entry-content ol:not([class]) li,
.entry-content .entry-content__holder ol:not([class]) li,
.grimlock-section__text ol:not([class]) li {
  margin: 0 0 1.5rem 0;
  counter-increment: parent-counter;
  position: relative;
  cursor: default;
}

.entry-content ol:not([class]) li:before,
.entry-content .entry-content__holder ol:not([class]) li:before,
.grimlock-section__text ol:not([class]) li:before {
  content: counter(parent-counter);
  color: var(--grimlock-button-primary-color);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: calc(-1 * 24px - 15px);
  line-height: 29px;
  width: 29px;
  height: 29px;
  background: var(--grimlock-button-primary-background-color);
  border-radius: 50%;
  text-align: center;
  transition: .2s ease-in-out;
}

.entry-content ol:not([class]) li ol,
.entry-content .entry-content__holder ol:not([class]) li ol,
.grimlock-section__text ol:not([class]) li ol {
  counter-reset: child-counter;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: -1rem;
  padding-left: 30px;
}

.entry-content ol:not([class]) li ol > li,
.entry-content .entry-content__holder ol:not([class]) li ol > li,
.grimlock-section__text ol:not([class]) li ol > li {
  counter-increment: child-counter;
  margin-bottom: 1rem;
}

.entry-content ol:not([class]) li ol > li:before,
.entry-content .entry-content__holder ol:not([class]) li ol > li:before,
.grimlock-section__text ol:not([class]) li ol > li:before {
  content: counter(child-counter);
  color: var(--grimlock-button-primary-background-color);
  background: var(--grimlock-button-primary-color);
  border: 2px solid var(--grimlock-table-striped-background-color);
}

.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-separator.is-style-dots {
  opacity: 1;
}

.wp-block-separator.is-style-dots:before {
  letter-spacing: 1em;
  padding-left: 1em;
  font-family: serif;
  font-size: 2em;
}

/**
 * Add separator to BP Quick menu
 */
@media screen and (min-width: 992px) {
  .navbar-nav--buddypress {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 10px;
  }
}

.wp-block-embed-instagram,
.wp-block-embed-twitter,
.wp-block-embed-facebook {
  background: rgba(0, 0, 0, 0.04);
  padding: 2rem;
  margin: 4% auto;
  width: auto;
  text-align: center;
  position: relative;
}

.wp-block-embed-instagram:after,
.wp-block-embed-twitter:after,
.wp-block-embed-facebook:after {
  content: "\f0ac";
  height: auto;
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.08;
  font-size: 60px;
  z-index: 1;
  line-height: normal;
}

.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;
}

.wp-block-embed-instagram:after {
  content: "\f16d";
}

.wp-block-embed-twitter:after {
  content: "\f099";
}

.wp-block-embed-facebook:after {
  content: "\f230";
}

.wp-block-social-links {
  padding-left: 0 !important;
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: #fff;
}

/**
 * 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;
}

/**
 * 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: .8;
  font-size: .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;
}

.grimlock--page-header.grimlock--author-header .page-title {
  font-size: var(--grimlock-display-heading3-font-size) !important;
}

.page-header-author {
  padding: 3rem 1rem;
  margin-bottom: 2rem;
  background-color: var(--grimlock-table-striped-background-color);
  border-radius: var(--grimlock-archive-post-border-radius);
}

.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: .85em;
}

.page-header-author .page-header-author__avatar {
  max-width: 120px;
}

/* Posts Filters */
.posts-filters {
  background-color: var(--grimlock-content-background-color);
  margin-top: 1%;
}

body:not(.blog) .posts-filters {
  display: none;
  padding-bottom: 0;
}

.posts-filters__title {
  display: none;
}

.posts-filters .posts-filters__child {
  width: auto !important;
  display: block !important;
  margin-bottom: 2.5rem;
}

body:not(.grimlock--custom_header-displayed) .posts-filters .posts-filters__child {
  margin-top: -6%;
  background-color: var(--grimlock-content-background-color);
}

body:not(.grimlock--custom_header-displayed) .posts-filters .posts-filters__child:last-child {
  margin-bottom: 6%;
}

.posts-filters ul.posts-filter.nav {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 768px) {
  .posts-filters ul.posts-filter.nav {
    display: inline-flex;
  }
}

.posts-filters ul.posts-filter.nav:empty {
  display: none;
}

.posts-filters ul.posts-filter.nav a.nav-link {
  background: none !important;
  border-radius: 0 !important;
  position: relative;
  color: inherit;
  opacity: .7;
}

.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: .3;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .posts-filters ul.posts-filter.nav a.nav-link:after {
    transition: none;
  }
}

.posts-filters ul.posts-filter.nav a.nav-link:hover {
  opacity: 1;
  color: inherit;
}

.posts-filters ul.posts-filter.nav a.nav-link:hover:after {
  opacity: 1;
}

.posts-filters ul.posts-filter.nav a.nav-link.active {
  opacity: 1;
}

.posts-filters ul.posts-filter.nav a.nav-link.active:after {
  background-color: var(--grimlock-button-primary-background-color);
  opacity: 1;
}

.posts-filters .priority-nav__dropdown-toggle {
  height: 100%;
  min-width: 45px;
  min-height: 45px;
  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;
  opacity: .7;
}

.posts-filters .priority-nav__dropdown-toggle:before {
  content: '';
  display: block;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 2;
  opacity: .3;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .posts-filters .priority-nav__dropdown-toggle:before {
    transition: none;
  }
}

.posts-filters .priority-nav__dropdown-toggle i,
.posts-filters .priority-nav__dropdown-toggle span {
  pointer-events: none;
}

.posts-filters .priority-nav__dropdown-toggle span {
  display: none;
}

.posts-filters .priority-nav__dropdown-toggle.is-open, .posts-filters .priority-nav__dropdown-toggle:hover {
  opacity: 1;
  color: inherit;
}

.posts-filters .priority-nav__dropdown-toggle.is-open:after, .posts-filters .priority-nav__dropdown-toggle:hover:after {
  opacity: 1;
}

.posts-filters .priority-nav__wrapper[aria-haspopup="false"] {
  display: none;
}

@media (max-width: 767.98px) {
  .posts-filters .priority-nav__wrapper {
    width: 100%;
  }
  .posts-filters .priority-nav__wrapper button {
    width: 100%;
    justify-content: normal;
    padding-left: 15px;
  }
  .posts-filters .priority-nav__wrapper button:after {
    content: "\e983";
    display: inline-block;
    vertical-align: middle;
    font-family: 'gorgo';
    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);
  }
}

.posts-filters .priority-nav__dropdown {
  margin: 0;
  padding: 1rem;
  list-style: none;
  background: #fff;
  color: #111111;
  z-index: 999;
  right: 0;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  max-height: 300px;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .posts-filters .priority-nav__dropdown {
    width: 100%;
  }
}

.posts-filters .priority-nav__dropdown.show {
  opacity: 1;
}

.posts-filters .priority-nav__dropdown .nav-link.active {
  border-left: 2px solid #FF6162;
}

.posts-filters .posts-filters__child--category .priority_menu_label_categories {
  display: inline-block;
}

.posts-filters .posts-filters__child--post_tag .priority_menu_label_tags {
  display: inline-block;
}

.posts-filters .posts-filters__child--post_format .priority_menu_label_formats {
  display: inline-block;
}

.posts-filters__child:not([instance]),
.posts-filters__child:not([class*="priority"]) {
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden;
  max-height: 30px;
}

/* Posts Archives */
.search-posts .addtoany_content {
  display: none !important;
}

.blog-posts [id^="post-"],
.archive-posts [id^="post-"],
div.grimlock-query-section__posts [id^="post-"],
.terms [id^="post-"],
.search-posts [id^="post-"] {
  padding-bottom: 30px !important;
  margin-bottom: 0 !important;
}

.blog-posts [id^="post-"] .card,
.archive-posts [id^="post-"] .card,
div.grimlock-query-section__posts [id^="post-"] .card,
.terms [id^="post-"] .card,
.search-posts [id^="post-"] .card {
  height: 100%;
  margin-bottom: 0;
}

.blog-posts [id^="post-"] .card-media,
.archive-posts [id^="post-"] .card-media,
div.grimlock-query-section__posts [id^="post-"] .card-media,
.terms [id^="post-"] .card-media,
.search-posts [id^="post-"] .card-media {
  width: 100%;
}

.blog-posts [id^="post-"] .card-media img,
.archive-posts [id^="post-"] .card-media img,
div.grimlock-query-section__posts [id^="post-"] .card-media img,
.terms [id^="post-"] .card-media img,
.search-posts [id^="post-"] .card-media img {
  width: 100%;
}

.blog-posts [id^="post-"] .card-media .gallery,
.archive-posts [id^="post-"] .card-media .gallery,
div.grimlock-query-section__posts [id^="post-"] .card-media .gallery,
.terms [id^="post-"] .card-media .gallery,
.search-posts [id^="post-"] .card-media .gallery {
  width: 100%;
}

.blog-posts [id^="post-"] .posted-on + .cat-links:before,
.archive-posts [id^="post-"] .posted-on + .cat-links:before,
div.grimlock-query-section__posts [id^="post-"] .posted-on + .cat-links:before,
.terms [id^="post-"] .posted-on + .cat-links:before,
.search-posts [id^="post-"] .posted-on + .cat-links:before {
  content: "\2022";
  display: inline-block;
  padding-left: 4px;
  padding-right: 7px;
  opacity: .4;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.blog-posts [id^="post-"] .cat-links a + a:before,
.archive-posts [id^="post-"] .cat-links a + a:before,
div.grimlock-query-section__posts [id^="post-"] .cat-links a + a:before,
.terms [id^="post-"] .cat-links a + a:before,
.search-posts [id^="post-"] .cat-links a + a:before {
  pointer-events: none;
  content: '';
}

.blog-posts [id^="post-"] .byline span,
.archive-posts [id^="post-"] .byline span,
div.grimlock-query-section__posts [id^="post-"] .byline span,
.terms [id^="post-"] .byline span,
.search-posts [id^="post-"] .byline span {
  display: inline-block;
}

.blog-posts [id^="post-"] .entry-content p,
.archive-posts [id^="post-"] .entry-content p,
div.grimlock-query-section__posts [id^="post-"] .entry-content p,
.terms [id^="post-"] .entry-content p,
.search-posts [id^="post-"] .entry-content p {
  word-wrap: break-word;
}

.blog-posts [id^="post-"].format-aside h2.entry-title,
.archive-posts [id^="post-"].format-aside h2.entry-title,
div.grimlock-query-section__posts [id^="post-"].format-aside h2.entry-title,
.terms [id^="post-"].format-aside h2.entry-title,
.search-posts [id^="post-"].format-aside h2.entry-title {
  display: none;
}

.blog-posts [id^="post-"] .entry-header .cat-links,
.archive-posts [id^="post-"] .entry-header .cat-links,
div.grimlock-query-section__posts [id^="post-"] .entry-header .cat-links,
.terms [id^="post-"] .entry-header .cat-links,
.search-posts [id^="post-"] .entry-header .cat-links {
  display: none !important;
}

.blog-posts [id^="post-"].format-image .card-media > p,
.archive-posts [id^="post-"].format-image .card-media > p,
div.grimlock-query-section__posts [id^="post-"].format-image .card-media > p,
.terms [id^="post-"].format-image .card-media > p,
.search-posts [id^="post-"].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,
.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,
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,
.terms [id^="post-"].format-image .card-media > p,
.terms [id^="post-"].format-image .card-media figure,
.terms [id^="post-"].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 {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-image .card-media figcaption,
.blog-posts [id^="post-"].format-image .card-media > dl,
.archive-posts [id^="post-"].format-image .card-media figcaption,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-image .card-media figcaption,
.terms [id^="post-"].format-image .card-media > dl,
.search-posts [id^="post-"].format-image .card-media figcaption,
.search-posts [id^="post-"].format-image .card-media > dl {
  display: none;
}

.blog-posts [id^="post-"].format-image .card-media .wp-caption .wp-caption-text,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-image .card-media .wp-caption .wp-caption-text,
.search-posts [id^="post-"].format-image .card-media .wp-caption .wp-caption-text {
  margin: 0;
  padding: 30px 30px;
}

.blog-posts [id^="post-"].format-image .entry-content,
.archive-posts [id^="post-"].format-image .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-image .entry-content,
.terms [id^="post-"].format-image .entry-content,
.search-posts [id^="post-"].format-image .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media p,
.archive-posts [id^="post-"].format-gallery .card-media p,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media p,
.terms [id^="post-"].format-gallery .card-media p,
.search-posts [id^="post-"].format-gallery .card-media p {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media > div,
.archive-posts [id^="post-"].format-gallery .card-media > div,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media > div,
.terms [id^="post-"].format-gallery .card-media > div,
.search-posts [id^="post-"].format-gallery .card-media > div {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
.archive-posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
.terms [id^="post-"].format-gallery .card-media .tiled-gallery .gallery-row,
.search-posts [id^="post-"].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),
.archive-posts [id^="post-"].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),
.terms [id^="post-"].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) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption,
.search-posts [id^="post-"].format-gallery .card-media .tiled-gallery .tiled-gallery-caption {
  display: none !important;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery .gallery-item,
.archive-posts [id^="post-"].format-gallery .card-media .gallery .gallery-item,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery .gallery-item,
.terms [id^="post-"].format-gallery .card-media .gallery .gallery-item,
.search-posts [id^="post-"].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,
.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,
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,
.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,
.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 {
  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),
.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),
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),
.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),
.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) {
  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,
.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,
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,
.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,
.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 {
  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),
.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),
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),
.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),
.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) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
.archive-posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
div.grimlock-query-section__posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
.terms [id^="post-"].format-gallery .card-media .gallery .gallery-caption,
.search-posts [id^="post-"].format-gallery .card-media .gallery .gallery-caption {
  display: none !important;
}

.blog-posts [id^="post-"].format-link, .blog-posts [id^="post-"].format-quote,
.archive-posts [id^="post-"].format-link,
.archive-posts [id^="post-"].format-quote,
div.grimlock-query-section__posts [id^="post-"].format-link,
div.grimlock-query-section__posts [id^="post-"].format-quote,
.terms [id^="post-"].format-link,
.terms [id^="post-"].format-quote,
.search-posts [id^="post-"].format-link,
.search-posts [id^="post-"].format-quote {
  min-height: 300px;
}

.blog-posts [id^="post-"].format-link .card, .blog-posts [id^="post-"].format-quote .card,
.archive-posts [id^="post-"].format-link .card,
.archive-posts [id^="post-"].format-quote .card,
div.grimlock-query-section__posts [id^="post-"].format-link .card,
div.grimlock-query-section__posts [id^="post-"].format-quote .card,
.terms [id^="post-"].format-link .card,
.terms [id^="post-"].format-quote .card,
.search-posts [id^="post-"].format-link .card,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-link .card-media,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .card-media,
.terms [id^="post-"].format-quote .card-media,
.search-posts [id^="post-"].format-link .card-media,
.search-posts [id^="post-"].format-quote .card-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
}

.blog-posts [id^="post-"].format-link .card-media > a, .blog-posts [id^="post-"].format-quote .card-media > a,
.archive-posts [id^="post-"].format-link .card-media > a,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .card-media > a,
.terms [id^="post-"].format-quote .card-media > a,
.search-posts [id^="post-"].format-link .card-media > a,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-link .card-media img,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .card-media img,
.terms [id^="post-"].format-quote .card-media img,
.search-posts [id^="post-"].format-link .card-media img,
.search-posts [id^="post-"].format-quote .card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: .7 !important;
}

.blog-posts [id^="post-"].format-link .card-body, .blog-posts [id^="post-"].format-quote .card-body,
.archive-posts [id^="post-"].format-link .card-body,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .card-body,
.terms [id^="post-"].format-quote .card-body,
.search-posts [id^="post-"].format-link .card-body,
.search-posts [id^="post-"].format-quote .card-body {
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 100%;
  margin-bottom: 0;
  pointer-events: none;
}

.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,
.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,
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,
.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,
.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 {
  content: none !important;
}

.blog-posts [id^="post-"].format-link .entry-header, .blog-posts [id^="post-"].format-quote .entry-header,
.archive-posts [id^="post-"].format-link .entry-header,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .entry-header,
.terms [id^="post-"].format-quote .entry-header,
.search-posts [id^="post-"].format-link .entry-header,
.search-posts [id^="post-"].format-quote .entry-header {
  height: 100%;
}

.blog-posts [id^="post-"].format-link .entry-title, .blog-posts [id^="post-"].format-quote .entry-title,
.archive-posts [id^="post-"].format-link .entry-title,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .entry-title,
.terms [id^="post-"].format-quote .entry-title,
.search-posts [id^="post-"].format-link .entry-title,
.search-posts [id^="post-"].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 .tags-links, .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 .tags-links,
.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 .tags-links,
.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 .tags-links,
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 .tags-links,
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 .tags-links,
.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 .tags-links,
.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 .tags-links,
.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 .tags-links,
.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 .tags-links {
  display: none !important;
}

.blog-posts [id^="post-"].format-link .more-link, .blog-posts [id^="post-"].format-quote .more-link,
.archive-posts [id^="post-"].format-link .more-link,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .more-link,
.terms [id^="post-"].format-quote .more-link,
.search-posts [id^="post-"].format-link .more-link,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-link .more-link span,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .more-link span,
.terms [id^="post-"].format-quote .more-link span,
.search-posts [id^="post-"].format-link .more-link span,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-link .more-link:hover,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-link .more-link:hover,
.terms [id^="post-"].format-quote .more-link:hover,
.search-posts [id^="post-"].format-link .more-link:hover,
.search-posts [id^="post-"].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,
.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,
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,
.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,
.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 {
  content: none;
}

.blog-posts [id^="post-"].format-quote .entry-header,
.archive-posts [id^="post-"].format-quote .entry-header,
div.grimlock-query-section__posts [id^="post-"].format-quote .entry-header,
.terms [id^="post-"].format-quote .entry-header,
.search-posts [id^="post-"].format-quote .entry-header {
  display: none !important;
}

.blog-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,
.terms [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].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, .blog-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^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].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,
.search-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content, .blog-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^="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,
.terms [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^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].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,
div.grimlock-query-section__posts [id^="post-"].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,
.search-posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content, .blog-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^="post-"].format-quote .entry-content,
div.grimlock-query-section__posts [id^="post-"].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,
.search-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.archive-posts [id^="post-"].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),
.terms [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link),
.search-posts [id^="post-"].format-quote .entry-content > *:not(blockquote):not(.more-link) {
  display: none !important;
}

.blog-posts [id^="post-"].format-quote .card,
.archive-posts [id^="post-"].format-quote .card,
div.grimlock-query-section__posts [id^="post-"].format-quote .card,
.terms [id^="post-"].format-quote .card,
.search-posts [id^="post-"].format-quote .card {
  justify-content: center;
}

.blog-posts [id^="post-"].format-quote .card-body,
.archive-posts [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts [id^="post-"].format-quote .card-body,
.terms [id^="post-"].format-quote .card-body,
.search-posts [id^="post-"].format-quote .card-body {
  justify-content: center;
  background-color: #FF6162;
  color: #fff;
}

.blog-posts [id^="post-"].format-quote blockquote,
.archive-posts [id^="post-"].format-quote blockquote,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote,
.terms [id^="post-"].format-quote blockquote,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-quote blockquote,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-quote blockquote,
.terms [id^="post-"].format-quote blockquote p,
.search-posts [id^="post-"].format-quote blockquote,
.search-posts [id^="post-"].format-quote blockquote p {
  color: inherit !important;
}

.blog-posts [id^="post-"].format-quote blockquote p,
.archive-posts [id^="post-"].format-quote blockquote p,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote p,
.terms [id^="post-"].format-quote blockquote p,
.search-posts [id^="post-"].format-quote blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
}

.blog-posts [id^="post-"].format-quote blockquote:before,
.archive-posts [id^="post-"].format-quote blockquote:before,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote:before,
.terms [id^="post-"].format-quote blockquote:before,
.search-posts [id^="post-"].format-quote blockquote:before {
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  color: inherit;
}

.blog-posts [id^="post-"].format-quote blockquote cite,
.archive-posts [id^="post-"].format-quote blockquote cite,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote cite,
.terms [id^="post-"].format-quote blockquote cite,
.search-posts [id^="post-"].format-quote blockquote cite {
  opacity: .7;
  font-size: .8em;
}

.blog-posts [id^="post-"].format-quote blockquote cite, .blog-posts [id^="post-"].format-quote blockquote cite a,
.archive-posts [id^="post-"].format-quote blockquote cite,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-quote blockquote cite,
.terms [id^="post-"].format-quote blockquote cite a,
.search-posts [id^="post-"].format-quote blockquote cite,
.search-posts [id^="post-"].format-quote blockquote cite a {
  color: inherit !important;
}

.blog-posts [id^="post-"].format-quote blockquote cite br,
.archive-posts [id^="post-"].format-quote blockquote cite br,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote cite br,
.terms [id^="post-"].format-quote blockquote cite br,
.search-posts [id^="post-"].format-quote blockquote cite br {
  display: none;
}

.blog-posts [id^="post-"].format-quote blockquote ~ blockquote,
.archive-posts [id^="post-"].format-quote blockquote ~ blockquote,
div.grimlock-query-section__posts [id^="post-"].format-quote blockquote ~ blockquote,
.terms [id^="post-"].format-quote blockquote ~ blockquote,
.search-posts [id^="post-"].format-quote blockquote ~ blockquote {
  display: none !important;
}

.blog-posts [id^="post-"].format-link .card-body,
.archive-posts [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts [id^="post-"].format-link .card-body,
.terms [id^="post-"].format-link .card-body,
.search-posts [id^="post-"].format-link .card-body {
  background-color: #292640;
  color: #fff;
}

.blog-posts [id^="post-"].format-link .entry-header,
.archive-posts [id^="post-"].format-link .entry-header,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-header,
.terms [id^="post-"].format-link .entry-header,
.search-posts [id^="post-"].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,
.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,
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,
.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,
.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 {
  color: inherit !important;
}

.blog-posts [id^="post-"].format-link .entry-title,
.archive-posts [id^="post-"].format-link .entry-title,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title,
.terms [id^="post-"].format-link .entry-title,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-link .entry-title:before,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title:before,
.terms [id^="post-"].format-link .entry-title:before,
.search-posts [id^="post-"].format-link .entry-title:before {
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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: "\ea19";
  font-size: 1.4em;
  pointer-events: none;
  transform: translate3d(0, 0, 0) rotate(90deg);
  margin: 0 0 1rem 0;
  text-shadow: -10px -8px 0 rgba(255, 255, 255, 0.1);
}

.blog-posts [id^="post-"].format-link .entry-title a:after,
.archive-posts [id^="post-"].format-link .entry-title a:after,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title a:after,
.terms [id^="post-"].format-link .entry-title a:after,
.search-posts [id^="post-"].format-link .entry-title a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.blog-posts [id^="post-"].format-link .entry-title:hover a:after,
.archive-posts [id^="post-"].format-link .entry-title:hover a:after,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-title:hover a:after,
.terms [id^="post-"].format-link .entry-title:hover a:after,
.search-posts [id^="post-"].format-link .entry-title:hover a:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-posts [id^="post-"].format-link .entry-content,
.archive-posts [id^="post-"].format-link .entry-content,
div.grimlock-query-section__posts [id^="post-"].format-link .entry-content,
.terms [id^="post-"].format-link .entry-content,
.search-posts [id^="post-"].format-link .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-video .card-media > video,
.archive-posts [id^="post-"].format-video .card-media > video,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > video,
.terms [id^="post-"].format-video .card-media > video,
.search-posts [id^="post-"].format-video .card-media > video {
  opacity: 0;
}

.blog-posts [id^="post-"].format-video .card-media > div,
.archive-posts [id^="post-"].format-video .card-media > div,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > div,
.terms [id^="post-"].format-video .card-media > div,
.search-posts [id^="post-"].format-video .card-media > div {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-video .card-media .wp-playlist,
.archive-posts [id^="post-"].format-video .card-media .wp-playlist,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media .wp-playlist,
.terms [id^="post-"].format-video .card-media .wp-playlist,
.search-posts [id^="post-"].format-video .card-media .wp-playlist {
  margin: 0;
  border: 0;
  padding: 0;
}

.blog-posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
.archive-posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
.terms [id^="post-"].format-video .card-media .wp-playlist .mejs-container,
.search-posts [id^="post-"].format-video .card-media .wp-playlist .mejs-container {
  width: 100% !important;
}

.blog-posts [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="post-"].format-video .card-media .wp-playlist .wp-playlist-tracks {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts [id^="post-"].format-video .card-media > p,
.archive-posts [id^="post-"].format-video .card-media > p,
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > p,
.terms [id^="post-"].format-video .card-media > p,
.search-posts [id^="post-"].format-video .card-media > p {
  width: 100%;
  background: #000;
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-video .card-media > p:nth-child(2),
.archive-posts [id^="post-"].format-video .card-media > p:nth-child(2),
div.grimlock-query-section__posts [id^="post-"].format-video .card-media > p:nth-child(2),
.terms [id^="post-"].format-video .card-media > p:nth-child(2),
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-audio .card-media > p,
.archive-posts [id^="post-"].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,
.terms [id^="post-"].format-audio .card-media > p,
.terms [id^="post-"].format-audio .card-media span,
.search-posts [id^="post-"].format-audio .card-media > p,
.search-posts [id^="post-"].format-audio .card-media span {
  display: none !important;
}

.blog-posts [id^="post-"].format-audio .card-media > audio,
.archive-posts [id^="post-"].format-audio .card-media > audio,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media > audio,
.terms [id^="post-"].format-audio .card-media > audio,
.search-posts [id^="post-"].format-audio .card-media > audio {
  opacity: 0;
}

.blog-posts [id^="post-"].format-audio .card-media .wp-playlist,
.archive-posts [id^="post-"].format-audio .card-media .wp-playlist,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .wp-playlist,
.terms [id^="post-"].format-audio .card-media .wp-playlist,
.search-posts [id^="post-"].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,
.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,
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,
.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,
.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 {
  display: none;
}

.blog-posts [id^="post-"].format-audio .card-media .mejs-time-slider,
.blog-posts [id^="post-"].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,
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,
.terms [id^="post-"].format-audio .card-media .mejs-time-slider,
.terms [id^="post-"].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 {
  display: inline-block !important;
}

.blog-posts [id^="post-"].format-audio .card-media .mejs-container,
.archive-posts [id^="post-"].format-audio .card-media .mejs-container,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .mejs-container,
.terms [id^="post-"].format-audio .card-media .mejs-container,
.search-posts [id^="post-"].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,
.archive-posts [id^="post-"].format-audio .card-media .mejs-controls,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media .mejs-controls,
.terms [id^="post-"].format-audio .card-media .mejs-controls,
.search-posts [id^="post-"].format-audio .card-media .mejs-controls {
  background: none !important;
}

.blog-posts [id^="post-"].format-audio .card-media > img,
.archive-posts [id^="post-"].format-audio .card-media > img,
div.grimlock-query-section__posts [id^="post-"].format-audio .card-media > img,
.terms [id^="post-"].format-audio .card-media > img,
.search-posts [id^="post-"].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.posts--12-cols-classic [id^="post-"].format-gallery .card-media,
.blog-posts.posts--12-cols-overlay [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.posts--12-cols-overlay [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.posts--12-cols-overlay [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.posts--12-cols-overlay [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.posts--12-cols-overlay [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: 30px;
}

.blog-posts.posts--12-cols-classic [id^="post-"] .card .entry-stats,
.blog-posts.terms--12-cols-classic [id^="term-"] .card .entry-stats,
.archive-posts.posts--12-cols-classic [id^="post-"] .card .entry-stats,
.archive-posts.terms--12-cols-classic [id^="term-"] .card .entry-stats,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"] .card .entry-stats,
div.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"] .card .entry-stats,
.terms.posts--12-cols-classic [id^="post-"] .card .entry-stats,
.terms.terms--12-cols-classic [id^="term-"] .card .entry-stats,
.search-posts.posts--12-cols-classic [id^="post-"] .card .entry-stats,
.search-posts.terms--12-cols-classic [id^="term-"] .card .entry-stats {
  right: 30px;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"],
.blog-posts[class*="12-cols-lateral"] [id^="term-"],
.archive-posts[class*="12-cols-lateral"] [id^="post-"],
.archive-posts[class*="12-cols-lateral"] [id^="term-"],
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"],
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"],
.terms[class*="12-cols-lateral"] [id^="post-"],
.terms[class*="12-cols-lateral"] [id^="term-"],
.search-posts[class*="12-cols-lateral"] [id^="post-"],
.search-posts[class*="12-cols-lateral"] [id^="term-"] {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 30px;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card,
.terms[class*="12-cols-lateral"] [id^="post-"] .card,
.terms[class*="12-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-summary,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"] .entry-summary,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-summary,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"] .entry-summary,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-summary,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .entry-summary,
  .terms[class*="12-cols-lateral"] [id^="post-"] .entry-summary,
  .terms[class*="12-cols-lateral"] [id^="term-"] .entry-summary,
  .search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-summary,
  .search-posts[class*="12-cols-lateral"] [id^="term-"] .entry-summary {
    font-size: 1em;
  }
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .card,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .card,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .card,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .card,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card {
  text-align: left;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media {
  padding: 0;
  min-width: 70px;
}

@media (max-width: 991.98px) {
  .blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media img, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media img, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media img, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media img, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media img,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media img,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media img,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media img,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media img,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media img,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media img,
  div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media img,
  .terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media img,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-media img,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-media img,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media img,
  .terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media img,
  .terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media img,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-media img,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-media img,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media img,
  .terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-media img,
  .search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-media img {
    max-height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .card-body {
  padding: 0 0 0 30px;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-labels > div > a, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-labels > div > a, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-labels > div > a, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-labels > div > a, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-labels > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-labels > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-labels > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-labels > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-labels > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-stats > div > a,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-labels > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-stats > div > a,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-labels > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-stats > div > a,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-image .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-image .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-video .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-labels > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-stats > div > a,
.terms[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].has-post-thumbnail .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-image .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-audio .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-gallery .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].has-post-thumbnail .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-image .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-video .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-audio .entry-labels > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-stats > div > a,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-gallery .entry-labels > div > a {
  margin-bottom: 0;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body {
  flex: 0 0 100%;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.blog-posts[class*="12-cols-lateral-reverse"] [id^="post-"].has-post-thumbnail .card-body, .blog-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-image .card-body, .blog-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-video .card-body, .blog-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-audio .card-body, .blog-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-gallery .card-body,
.blog-posts[class*="12-cols-lateral-reverse"] [id^="term-"].has-post-thumbnail .card-body,
.blog-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-image .card-body,
.blog-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-video .card-body,
.blog-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-audio .card-body,
.blog-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="post-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-gallery .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="term-"].has-post-thumbnail .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-image .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-video .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-audio .card-body,
.archive-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="post-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-gallery .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="term-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-image .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-video .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-audio .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-gallery .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="post-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="post-"].format-image .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="post-"].format-video .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="post-"].format-audio .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="post-"].format-gallery .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="term-"].has-post-thumbnail .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="term-"].format-image .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="term-"].format-video .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="term-"].format-audio .card-body,
.terms[class*="12-cols-lateral-reverse"] [id^="term-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="post-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-image .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-video .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="post-"].format-gallery .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="term-"].has-post-thumbnail .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-image .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-video .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-audio .card-body,
.search-posts[class*="12-cols-lateral-reverse"] [id^="term-"].format-gallery .card-body {
  padding: 0 30px 0 0;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"],
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"],
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"],
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"],
.terms[class*="6-6-cols-lateral"] [id^="post-"],
.terms[class*="6-6-cols-lateral"] [id^="term-"],
.search-posts[class*="6-6-cols-lateral"] [id^="post-"],
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] {
  margin-bottom: 30px;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card {
  margin: 0;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card {
    flex-direction: row;
  }
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-title,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-title,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-title,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-title,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-title,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-title,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-title,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-title,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-title,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-title {
  font-size: calc( var(--grimlock-heading4-font-size));
}

@media (max-width: 991.98px) {
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body {
    flex-basis: auto;
    padding: 15px 0 0 0;
  }
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media {
  padding: 10px;
}

@media (max-width: 991.98px) {
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-media {
    order: 0;
    padding: 0;
  }
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  justify-content: center;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-stats > div > a,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-labels > div > a,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-stats > div > a,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-labels > div > a,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-stats > div > a,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-labels > div > a,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-stats > div > a,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-labels > div > a,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-stats > div > a,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-labels > div > a,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-stats > div > a,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-labels > div > a,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-stats > div > a,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-labels > div > a,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .entry-stats > div > a,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .entry-labels > div > a,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-stats > div > a,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-labels > div > a,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-stats > div > a,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-labels > div > a {
  margin-bottom: 0;
}

.blog-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category:after,
.blog-posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-category:after,
.archive-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category:after,
.archive-posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-category:after,
div.grimlock-query-section__posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category:after,
div.grimlock-query-section__posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-category:after,
.terms[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category:after,
.terms[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-category:after,
.search-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category:after,
.search-posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-category:after {
  content: none;
}

.blog-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
.blog-posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-reading-time,
.archive-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
.archive-posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-reading-time,
div.grimlock-query-section__posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
div.grimlock-query-section__posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-reading-time,
.terms[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
.terms[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-reading-time,
.search-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
.search-posts[class*="-cols-overlay"] [id^="post-"] .entry-meta .post-reading-time {
  display: none !important;
}

.blog-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category,
.blog-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
.archive-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category,
.archive-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
div.grimlock-query-section__posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category,
div.grimlock-query-section__posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
.terms[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category,
.terms[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time,
.search-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-category,
.search-posts[class*="-cols-classic"] [id^="post-"] .entry-meta .post-reading-time {
  font-size: .9em;
  opacity: .7;
  clear: both;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"],
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"],
.archive-posts[class*="12-cols-lateral"] [id^="post-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"],
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"],
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"],
.terms[class*="12-cols-lateral"] [id^="post-"],
.terms[class*="6-6-cols-lateral"] [id^="post-"],
.search-posts[class*="12-cols-lateral"] [id^="post-"],
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] {
  padding-bottom: calc(var(--grimlock-archive-post-margin) * 1.5) !important;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-header, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-header {
  display: block;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta {
  display: block !important;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta > div, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta > div {
  display: block !important;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author,
.region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors {
  float: left;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']), .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-author a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']),
.region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-coauthors a:not(.badge):not(.btn):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):not([rel='tag']) {
  display: inline-block !important;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date {
  margin-bottom: 5px;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-date:after, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-date:after {
  content: none;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-category, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-category {
  float: left;
}

.region--12-cols-left .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time, .region--12-cols-left
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-meta .post-reading-time {
  display: block !important;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-media,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-media,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-media,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-media,
.terms[class*="12-cols-lateral"] [id^="post-"].format-quote .card-media,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-media,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"],
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"],
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"],
  .terms.posts--8-4-cols-featured-grid [id^="post-"],
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"] {
    padding-bottom: calc( 30px + ( 30px / 2 )) !important;
  }
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-header,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-header,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-header,
.terms.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-header,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-header {
  margin-bottom: .5rem;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta::after,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta::after,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta::after,
.terms.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta::after,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta::after {
  display: block;
  clear: both;
  content: "";
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:only-child,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:only-child,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:only-child,
.terms.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:only-child,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:only-child {
  margin-right: 0;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:not(:last-child):not(:only-child),
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:not(:last-child):not(:only-child),
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:not(:last-child):not(:only-child),
.terms.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:not(:last-child):not(:only-child),
.search-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-coauthor:not(:last-child):not(:only-child) {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category,
.terms.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category {
  font-size: .9em;
  opacity: .7;
  clear: both;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category + .post-reading-time,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category + .post-reading-time,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category + .post-reading-time,
.terms.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category + .post-reading-time,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-category + .post-reading-time {
  font-size: .9em;
  opacity: .7;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-reading-time i,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-reading-time i,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-reading-time i,
.terms.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-reading-time i,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"] .card .entry-meta .post-reading-time i {
  display: none;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card > .post-thumbnail {
  padding: 0;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body {
  padding: 0 0 0 1rem;
}

@media (min-width: 992px) {
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"].has-post-thumbnail .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-image .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-video .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-audio .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"].format-gallery .card-body {
    padding: 0 0 0 30px;
  }
}

@media (min-width: 992px) {
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child {
    padding-right: 30px !important;
  }
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .post-thumbnail, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .card-media,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .post-thumbnail,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .card-media,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .post-thumbnail,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .card-media,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .post-thumbnail,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .card-media,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card > .post-thumbnail,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .card-media,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card > .post-thumbnail {
  order: 1;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body {
  width: 100%;
  order: 2;
  padding: 1rem 0 0 0;
}

@media (min-width: 768px) {
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body {
    padding: 30px 0 0 0;
  }
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats {
  display: none;
}

@media (min-width: 768px) {
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
  .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
  .archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
  div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
  .terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
  .search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats {
    display: flex;
    position: absolute;
    z-index: 9;
    margin-bottom: 0;
  }
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-labels,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-labels {
  top: -25px;
  left: 15px;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats {
  top: -30px;
  right: 15px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats:after, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats:after, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats:after, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats:after, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats:after,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats:after,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats:after,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats:after,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats:after,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats:after,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats:after,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats:after,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats:after,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats:after,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats:after,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats:after,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats:after,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats:after,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats:after,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats:after,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats:after,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats:after,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats:after,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats:after,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats:after {
  content: '';
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats > div > a, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats > div > a, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats > div > a, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats > div > a, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats > div > a,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats > div > a,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats > div > a,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats > div > a,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats > div > a,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats > div > a,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats > div > a,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats > div > a,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats > div > a,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats > div > a,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats > div > a,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats > div > a,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats > div > a,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats > div > a,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats > div > a,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats > div > a,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-stats > div > a,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-stats > div > a,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-stats > div > a,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-stats > div > a,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-stats > div > a {
  margin-bottom: 0 !important;
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-title, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-title, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-title, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-title, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-title,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-title,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-title,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-title,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-title,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-title,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-title,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-title,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-title,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-title,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-title,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-title,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-title,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-title,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-title,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-title,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-title,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-title,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-title,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-title,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-title {
  font-size: calc(var(--grimlock-heading2-font-size) * 0.8);
}

.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-summary,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-content, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-summary,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-content, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-summary,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-content, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-summary,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-content, .blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-summary,
.blog-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-content,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-summary,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-content,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-summary,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-content,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-summary,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-content,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-summary,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-content,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-summary,
.archive-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-content,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-summary,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-content,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-summary,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-content,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-summary,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-content,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-summary,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-content,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-summary,
div.grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-content,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-summary,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-content,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-summary,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-content,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-summary,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-content,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-summary,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-content,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-summary,
.terms.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-content,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-summary,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.has-post-thumbnail .card-body .entry-content,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-summary,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-image .card-body .entry-content,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-summary,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-video .card-body .entry-content,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-summary,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-audio .card-body .entry-content,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-summary,
.search-posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child.format-gallery .card-body .entry-content {
  display: flex;
}

/* Remove style only for post-type : post */
.blog-posts [id^="post-"].type-post .card,
.blog-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.archive-posts [id^="post-"].type-post .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
div.grimlock-query-section__posts [id^="post-"].type-post .card,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card {
  background: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.blog-posts [id^="post-"].type-post .card .entry-meta,
.blog-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-meta,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-meta,
.archive-posts [id^="post-"].type-post .card .entry-meta,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-meta,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-meta,
div.grimlock-query-section__posts [id^="post-"].type-post .card .entry-meta,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-meta,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-meta {
  color: var(--grimlock-archive-post-link-color);
}

.blog-posts [id^="post-"].type-post .card:hover,
.blog-posts[class*="12-cols-lateral"] [id^="post-"] .card:hover,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card:hover,
.archive-posts [id^="post-"].type-post .card:hover,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card:hover,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card:hover,
div.grimlock-query-section__posts [id^="post-"].type-post .card:hover,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card:hover,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card:hover {
  transform: none !important;
}

.blog-posts [id^="post-"].type-post:not(.post_format-post-format-quote) .card .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="post-"]:not(.post_format-post-format-quote) .card .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"]:not(.post_format-post-format-quote) .card .card-body,
.archive-posts [id^="post-"].type-post:not(.post_format-post-format-quote) .card .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"]:not(.post_format-post-format-quote) .card .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"]:not(.post_format-post-format-quote) .card .card-body,
div.grimlock-query-section__posts [id^="post-"].type-post:not(.post_format-post-format-quote) .card .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"]:not(.post_format-post-format-quote) .card .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"]:not(.post_format-post-format-quote) .card .card-body {
  background: none !important;
}

.blog-posts [id^="post-"].type-post:not(.has-post-thumbnail):not(.format-gallery) .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="post-"]:not(.has-post-thumbnail):not(.format-gallery) .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"]:not(.has-post-thumbnail):not(.format-gallery) .card-body,
.archive-posts [id^="post-"].type-post:not(.has-post-thumbnail):not(.format-gallery) .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"]:not(.has-post-thumbnail):not(.format-gallery) .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"]:not(.has-post-thumbnail):not(.format-gallery) .card-body,
div.grimlock-query-section__posts [id^="post-"].type-post:not(.has-post-thumbnail):not(.format-gallery) .card-body,
div.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"]:not(.has-post-thumbnail):not(.format-gallery) .card-body,
div.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"]:not(.has-post-thumbnail):not(.format-gallery) .card-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-posts.posts--3-3-3-3-cols-classic [id^="post-"].type-post .card-body, .blog-posts.posts--4-4-4-cols-classic [id^="post-"].type-post .card-body, .blog-posts.posts--6-6-cols-classic [id^="post-"].type-post .card-body, .blog-posts.posts--12-cols-classic [id^="post-"].type-post .card-body,
.archive-posts.posts--3-3-3-3-cols-classic [id^="post-"].type-post .card-body,
.archive-posts.posts--4-4-4-cols-classic [id^="post-"].type-post .card-body,
.archive-posts.posts--6-6-cols-classic [id^="post-"].type-post .card-body,
.archive-posts.posts--12-cols-classic [id^="post-"].type-post .card-body,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"].type-post .card-body,
div.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"].type-post .card-body,
div.grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"].type-post .card-body,
div.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"].type-post .card-body {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.blog-posts[class*="cols-overlay"] [id^="post-"]:not(.has-post-thumbnail) .card .card-body,
.archive-posts[class*="cols-overlay"] [id^="post-"]:not(.has-post-thumbnail) .card .card-body,
div.grimlock-query-section__posts[class*="cols-overlay"] [id^="post-"]:not(.has-post-thumbnail) .card .card-body {
  background: var(--grimlock-table-striped-background-color) !important;
}

.blog-posts[class*="cols-overlay"] [id^="post-"]:not(.has-post-thumbnail) .card .author-avatar,
.archive-posts[class*="cols-overlay"] [id^="post-"]:not(.has-post-thumbnail) .card .author-avatar,
div.grimlock-query-section__posts[class*="cols-overlay"] [id^="post-"]:not(.has-post-thumbnail) .card .author-avatar {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.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: .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;
}

.no-results.not-found {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/**
 * Badges
 *
 * Badges styles.
 */
.badge {
  border-radius: 0.2rem;
  text-shadow: none;
}

.badge.badge-faded {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

x button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-font-smoothing: antialiased;
}

.btn, x button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"], .main-navigation .navbar-nav > .menu-item.btn-inside > a,
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  transition: all 0.2s ease-in-out;
  border-width: 1px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

.btn, x button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"], .main-navigation .navbar-nav > .menu-item.btn-inside > a, .btn:focus, x button:focus,
.button:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"], .main-navigation .navbar-nav > .menu-item.btn-inside > a:focus, .btn:active, x button:active,
.button:active,
input:active[type="button"], input:active[type="submit"],
input:active[type="reset"], .main-navigation .navbar-nav > .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, x button:hover,
.button:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"], .main-navigation .navbar-nav > .menu-item.btn-inside > a:hover, .btn:active, x button:active,
.button:active,
input:active[type="button"], input:active[type="submit"],
input:active[type="reset"], .main-navigation .navbar-nav > .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, x button.disabled:hover,
.disabled.button:hover,
input.disabled:hover[type="button"],
input.disabled:hover[type="submit"],
input.disabled:hover[type="reset"], .main-navigation .navbar-nav > .menu-item.btn-inside > a.disabled:hover, .btn:disabled:hover, x button:disabled:hover,
.button:disabled:hover,
input:disabled:hover[type="button"],
input:disabled:hover[type="submit"],
input:disabled:hover[type="reset"], .main-navigation .navbar-nav > .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, x button img, .button img, input[type="button"] img, input[type="submit"] img, input[type="reset"] img, .main-navigation .navbar-nav > .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, x 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, .main-navigation .navbar-nav > .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, x 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, .main-navigation .navbar-nav > .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, x 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, .main-navigation .navbar-nav > .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, x 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, .main-navigation .navbar-nav > .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 .gorgo-icon, x button .gorgo-icon, .button .gorgo-icon, input[type="button"] .gorgo-icon, input[type="submit"] .gorgo-icon, input[type="reset"] .gorgo-icon, .main-navigation .navbar-nav > .menu-item.btn-inside > a .gorgo-icon {
  font-size: 0.8em;
  margin-left: .2em;
}

.btn-secondary {
  color: #FF6162;
}

.btn.btn-link, x button.btn-link,
.btn-link.button,
input.btn-link[type="button"],
input.btn-link[type="submit"],
input.btn-link[type="reset"], .main-navigation .navbar-nav > .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;
  font-size: .8em;
  color: inherit;
  letter-spacing: 0;
}

.btn.btn-link:before, x button.btn-link:before,
.btn-link.button:before,
input.btn-link[type="button"]:before,
input.btn-link[type="submit"]:before,
input.btn-link[type="reset"]:before, .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:before, .btn.btn-link:after, x 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, .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:after,
.grimlock-section .grimlock-section__btn.btn-link:before,
.grimlock-section .grimlock-section__btn.btn-link:after,
.wp-block-button.is-style-link .wp-block-button__link:before,
.wp-block-button.is-style-link .wp-block-button__link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  transition: inherit;
}

.btn.btn-link:before, x button.btn-link:before,
.btn-link.button:before,
input.btn-link[type="button"]:before,
input.btn-link[type="submit"]:before,
input.btn-link[type="reset"]:before, .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:before,
.grimlock-section .grimlock-section__btn.btn-link:before,
.wp-block-button.is-style-link .wp-block-button__link:before {
  background-color: var(--grimlock-button-primary-background-color);
  width: 0;
  opacity: 0;
  z-index: 2;
}

.btn.btn-link:after, x 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, .main-navigation .navbar-nav > .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 {
  background-color: currentColor;
}

.btn.btn-link:hover, x 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"], .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:hover, .btn.btn-link:active, x 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"], .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:active, .btn.btn-link:focus, x 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"], .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:focus, .btn.btn-link.active, x 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"], .main-navigation .navbar-nav > .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: var(--grimlock-button-primary-background-color);
}

.btn.btn-link:hover:before, x 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, .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:hover:before, .btn.btn-link:active:before, x 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, .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:active:before, .btn.btn-link:focus:before, x 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, .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link:focus:before, .btn.btn-link.active:before, x 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, .main-navigation .navbar-nav > .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 {
  width: 100%;
  opacity: 1;
}

/**
 * Captions
 *
 * Caption styles. Like legend for figures, images or other block.
 */
.wp-caption {
  position: relative;
  width: 100%;
  margin-bottom: 2.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  margin-bottom: 0;
  width: auto;
  max-width: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.wp-caption .wp-caption-text {
  color: #fff !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 {
  max-width: 100% !important;
}

.wp-caption.alignnone img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption a {
  color: inherit !important;
  opacity: 0.75;
}

.wp-caption a:hover {
  opacity: 1;
}

/**
 * Cards
 *
 * Card components for various posts items.
 */
.card.card-overlay,
.post--overlay .card {
  overflow: hidden;
  min-height: 150px !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:after,
.post--overlay .card .card-media:after {
  content: '';
  position: absolute;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  height: 100%;
  top: 20% !important;
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0%, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%) !important;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  opacity: .93;
  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: #fff !important;
}

.card.card-overlay .card-body,
.post--overlay .card .card-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background-color: var(--grimlock-table-striped-background-color);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 9;
  padding: 1.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 .entry-labels,
.post--overlay .card .entry-labels {
  position: absolute;
  top: calc(1rem - 5px);
  left: calc(1rem - 5px);
  z-index: 9;
}

.card.card-overlay .entry-stats,
.post--overlay .card .entry-stats {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.card.card-overlay .entry-stats > div > a,
.post--overlay .card .entry-stats > div > a {
  margin-bottom: 0 !important;
}

.card.card-overlay .card-media__icon,
.post--overlay .card .card-media__icon {
  display: none;
}

.card.card-overlay .entry-header,
.post--overlay .card .entry-header {
  margin-bottom: -.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;
}

.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 !important;
  font-size: .9em;
  padding-top: .25rem;
  display: flex;
  align-items: center;
}

.card.card-overlay .author-avatar,
.card.card-overlay .coauthor-avatar,
.post--overlay .card .author-avatar,
.post--overlay .card .coauthor-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 .coauthor-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 .coauthor-vcard,
.post--overlay .card .more-link {
  display: none;
}

.card.card-overlay .post-author:after,
.card.card-overlay .post-coauthors:after,
.post--overlay .card .post-author:after,
.post--overlay .card .post-coauthors: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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']), .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > .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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']),
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > .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: #fff !important;
  border-color: #fff !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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']):hover, .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > .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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']):active, .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > .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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']):focus, .main-navigation .card.card-overlay footer.entry-footer .navbar-nav > .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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']):hover,
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > .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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']):active,
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > .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 .main-navigation .navbar-nav > .menu-item.btn-inside > a:not(.badge):not([rel='tag']):focus,
.main-navigation .post--overlay .card footer.entry-footer .navbar-nav > .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: #fff !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.card.card-overlay:hover .card-img,
.post--overlay .card:hover .card-img {
  opacity: 0.7;
  transform: scale(1.05);
}

.card.card-overlay .wp-block-quote,
.post--overlay .card .wp-block-quote {
  margin: 0 !important;
  padding: .5rem 1rem !important;
  font-size: 1em !important;
}

.card {
  color: #6d7a88;
  position: relative;
  z-index: 1;
  overflow: visible;
  word-break: break-word;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  will-change: transform;
}

.card::after {
  display: block;
  clear: both;
  content: "";
}

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

@media (min-width: 768px) {
  .card:not(.card-static) {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transform: translate3d(0, 0, 0);
  }
  .card:not(.card-static):hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transform: translate3d(0, -5px, 0);
  }
  .card:not(.card-static):hover .card-img--cover:after {
    opacity: 0.6;
  }
}

.card hr {
  border-style: dotted;
  margin-top: 0;
}

.card .btn, .card x button, x .card button,
.card .button,
.card input[type="button"],
.card input[type="submit"],
.card input[type="reset"], .card .main-navigation .navbar-nav > .menu-item.btn-inside > a, .main-navigation .card .navbar-nav > .menu-item.btn-inside > a {
  max-width: 100%;
  white-space: normal;
}

.card .card-media {
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}

.card .card-media > a {
  background-color: var(--grimlock-table-striped-background-color);
  display: block;
}

.card .card-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

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

.card .card-media img:focus {
  outline: 0;
}

.card .card-media > figure > a:before, .card .card-media > 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.4s ease-in-out, opacity 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .card .card-media > figure > a:before, .card .card-media > figure > a:after {
    transition: none;
  }
}

.card .card-media > figure > a:before {
  background-image: linear-gradient(-180deg, #ff6162 100%, #FF6162 100%);
  opacity: 0;
}

.card .card-media > figure > a:hover:before {
  opacity: .2;
}

.card .card-media > figure > a:hover img {
  filter: grayscale(0.6);
}

.card .card-media .carousel {
  width: 100%;
  height: 410px;
}

.card .card-media .carousel .carousel-inner,
.card .card-media .carousel .carousel-item {
  height: 100%;
}

.card .card-media .carousel .carousel-item {
  background-size: cover;
  background-position: center center;
}

.card .card-media .carousel .carousel-control {
  width: 65px;
  z-index: 99999;
}

.posts--4-4-4-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-classic .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 {
  width: 45px;
}

.card .card-media .carousel .carousel-control .gorgo-icon {
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.55em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.card .card-media .addtoany_content,
.card .card-media .rt-reading-time,
.card .card-media .wpulike {
  display: none !important;
}

.card .card-media:hover .post-thumbnail img {
  transform: scale(1.05);
}

.card .entry-stats,
.card .entry-labels {
  display: flex;
  align-items: center;
  margin-bottom: .15rem;
  flex-wrap: wrap;
}

.card .entry-stats > div,
.card .entry-labels > div {
  display: flex;
  align-items: center;
  line-height: 1em;
  flex-wrap: wrap;
}

.card .entry-stats > div:not(:last-of-type),
.card .entry-labels > div:not(:last-of-type) {
  margin-right: .75rem;
}

.card .entry-stats > div > a,
.card .entry-labels > div > a {
  margin-bottom: .3rem;
}

.card .entry-labels {
  margin-bottom: .5rem;
}

.card .entry-stats {
  pointer-events: none;
  font-size: .9em;
  font-weight: 500;
  letter-spacing: -.5px;
}

.card .entry-stats > div {
  margin-right: 0;
}

.card .entry-stats > div:not(:first-of-type) {
  margin-left: .75rem;
}

.card .entry-stats > div i {
  margin-right: 6px !important;
}

.card .card-media__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: #fff;
  pointer-events: none;
  transition: transform 1s ease, opacity 0.5s ease;
}

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

.card .card-body {
  position: relative;
  padding: 30px 30px;
  width: 100%;
}

.type-post .card .card-body {
  padding: 30px 0 0 0;
}

.card .entry-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.card .entry-header .entry-meta {
  display: none;
}

.card .entry-meta {
  margin-top: .75rem;
}

.card .entry-title {
  margin-bottom: 0;
}

.card .entry-title a {
  color: inherit;
}

.card .entry-title:hover {
  color: #FF6162;
}

.card .entry-content {
  font-size: 1.05em;
}

.card .entry-content .rt-reading-time,
.card .entry-content .wpulike,
.card .entry-content .addtoany_share_save_container {
  display: none !important;
}

.card .entry-content 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 {
  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 {
  font-size: inherit;
  vertical-align: middle;
}

.card .entry-summary {
  display: flex;
  flex-wrap: wrap;
  font-size: .9em;
}

@media (max-width: 991.98px) {
  .card .entry-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }
}

.card .entry-summary .rt-reading-time,
.card .entry-summary .pmpro_content_message {
  display: none !important;
}

.card .entry-summary > p {
  width: 100%;
  margin-bottom: 0;
}

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

.card .entry-summary > div {
  margin-bottom: 1rem;
}

.card .entry-summary > div ~ div {
  margin-left: .3rem;
}

.card .entry-summary .addtoany_share_save_container {
  width: 100%;
  order: 99;
  margin-top: 1rem;
}

.card .entry-summary .addtoany_share_save_container .addtoany_list {
  justify-content: inherit;
}

[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: rgba(255, 255, 255, 0);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card .post-author .author-avatar > a {
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  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 .comments-link {
  flex-direction: row-reverse;
  position: relative;
  top: -.1em;
  font-size: .9em;
  line-height: .9em;
}

.card .entry-content .post-comment .comments-link .gorgo-icon {
  margin-right: .3em;
  margin-left: .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 .entry-button {
  padding-top: .5rem;
}

.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: .8rem;
  line-height: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7) !important;
}

.posts--12-cols-classic .has-post-thumbnail .card .entry-labels,
.posts--6-6-cols-classic .has-post-thumbnail .card .entry-labels,
.posts--3-3-3-3-cols-classic .has-post-thumbnail .card .entry-labels,
.posts--4-4-4-cols-classic .has-post-thumbnail .card .entry-labels, .posts--12-cols-classic
.format-gallery .card .entry-labels,
.posts--6-6-cols-classic
.format-gallery .card .entry-labels,
.posts--3-3-3-3-cols-classic
.format-gallery .card .entry-labels,
.posts--4-4-4-cols-classic
.format-gallery .card .entry-labels {
  position: absolute;
  top: -25px;
  left: 15px;
  z-index: 9;
  margin-bottom: 0;
}

.posts--12-cols-classic .has-post-thumbnail .card .entry-stats,
.posts--6-6-cols-classic .has-post-thumbnail .card .entry-stats,
.posts--3-3-3-3-cols-classic .has-post-thumbnail .card .entry-stats,
.posts--4-4-4-cols-classic .has-post-thumbnail .card .entry-stats, .posts--12-cols-classic
.format-gallery .card .entry-stats,
.posts--6-6-cols-classic
.format-gallery .card .entry-stats,
.posts--3-3-3-3-cols-classic
.format-gallery .card .entry-stats,
.posts--4-4-4-cols-classic
.format-gallery .card .entry-stats {
  position: absolute;
  top: -30px;
  right: 15px;
  z-index: 9;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.posts--12-cols-classic .has-post-thumbnail .card .entry-stats:after,
.posts--6-6-cols-classic .has-post-thumbnail .card .entry-stats:after,
.posts--3-3-3-3-cols-classic .has-post-thumbnail .card .entry-stats:after,
.posts--4-4-4-cols-classic .has-post-thumbnail .card .entry-stats:after, .posts--12-cols-classic
.format-gallery .card .entry-stats:after,
.posts--6-6-cols-classic
.format-gallery .card .entry-stats:after,
.posts--3-3-3-3-cols-classic
.format-gallery .card .entry-stats:after,
.posts--4-4-4-cols-classic
.format-gallery .card .entry-stats:after {
  content: '';
}

.posts--12-cols-classic .has-post-thumbnail .card .entry-stats > div > a,
.posts--6-6-cols-classic .has-post-thumbnail .card .entry-stats > div > a,
.posts--3-3-3-3-cols-classic .has-post-thumbnail .card .entry-stats > div > a,
.posts--4-4-4-cols-classic .has-post-thumbnail .card .entry-stats > div > a, .posts--12-cols-classic
.format-gallery .card .entry-stats > div > a,
.posts--6-6-cols-classic
.format-gallery .card .entry-stats > div > a,
.posts--3-3-3-3-cols-classic
.format-gallery .card .entry-stats > div > a,
.posts--4-4-4-cols-classic
.format-gallery .card .entry-stats > div > a {
  margin-bottom: 0 !important;
}

.posts--12-cols-classic .card .card-body {
  margin-bottom: 30px;
}

[class*="12-cols-lateral"] .card .entry-header,
[class*="6-6-cols-lateral"] .card .entry-header {
  margin-bottom: .5rem;
}

[class*="12-cols-lateral"] .card .entry-stats,
[class*="12-cols-lateral"] .card .entry-labels,
[class*="6-6-cols-lateral"] .card .entry-stats,
[class*="6-6-cols-lateral"] .card .entry-labels {
  display: none;
}

[class*="12-cols-lateral"] .card .entry-meta,
[class*="6-6-cols-lateral"] .card .entry-meta {
  display: block !important;
}

[class*="12-cols-lateral"] .card .entry-meta::after,
[class*="6-6-cols-lateral"] .card .entry-meta::after {
  display: block;
  clear: both;
  content: "";
}

[class*="12-cols-lateral"] .card .entry-meta > div,
[class*="6-6-cols-lateral"] .card .entry-meta > div {
  margin-bottom: 0;
  float: left;
}

[class*="12-cols-lateral"] .card .entry-meta .post-category,
[class*="6-6-cols-lateral"] .card .entry-meta .post-category {
  font-size: .9em;
  opacity: .7;
  clear: both;
}

[class*="12-cols-lateral"] .card .entry-meta .post-category + .post-reading-time,
[class*="6-6-cols-lateral"] .card .entry-meta .post-category + .post-reading-time {
  font-size: .9em;
  opacity: .7;
}

[class*="12-cols-lateral"] .card .entry-meta .post-date:after,
[class*="6-6-cols-lateral"] .card .entry-meta .post-date:after {
  display: none;
}

[class*="12-cols-lateral"] .card .entry-meta .post-reading-time i,
[class*="6-6-cols-lateral"] .card .entry-meta .post-reading-time i {
  display: none;
}

[class*="12-cols-lateral"] .card .entry-meta .author-avatar,
[class*="12-cols-lateral"] .card .entry-meta .coauthor-avatar,
[class*="6-6-cols-lateral"] .card .entry-meta .author-avatar,
[class*="6-6-cols-lateral"] .card .entry-meta .coauthor-avatar {
  display: none;
}

[class*="12-cols-lateral"] .card .entry-title,
[class*="6-6-cols-lateral"] .card .entry-title {
  font-size: calc(var(--grimlock-heading2-font-size) * 0.6);
}

[class*="12-cols-lateral"] .card .entry-content,
[class*="6-6-cols-lateral"] .card .entry-content {
  font-size: 1em;
}

[class*="12-cols-lateral"] .card .entry-summary .addtoany_content,
[class*="6-6-cols-lateral"] .card .entry-summary .addtoany_content {
  display: none;
}

[class*="12-cols-lateral"] .card .entry-title {
  font-size: calc(var(--grimlock-heading2-font-size) * 0.6);
}

@media (min-width: 768px) {
  [class*="12-cols-lateral"] .card .entry-title {
    font-size: calc(var(--grimlock-heading2-font-size) * 1);
  }
}

[class*="12-cols-lateral-reverse"] .card .card-media,
[class*="6-6-cols-lateral-reverse"] .card .card-media {
  order: 2;
}

[class*="12-cols-lateral-reverse"] .card .card-body,
[class*="6-6-cols-lateral-reverse"] .card .card-body {
  order: 1;
}

.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 .entry-meta {
  justify-content: center !important;
}

.region--12-cols-center .card .entry-meta > div {
  justify-content: inherit;
}

.region--12-cols-center .card .card-body,
.region--12-cols-center .card .addtoany_share_save_container {
  justify-content: center;
}

.region--12-cols-center .card .more-link {
  margin: 0 auto;
}

.card:hover .card-media__icon {
  transform: translate3d(0, 0, 0) scale(0.9);
}

.card:hover .edit-link {
  opacity: 1;
  pointer-events: auto;
}

.entry-meta {
  font-size: .9em;
  flex-wrap: wrap;
  color: inherit;
  font-weight: 600;
}

.entry-meta a:not(:hover):not(:focus):not(:active) {
  color: var(--grimlock-text-color);
}

.entry-meta a i {
  position: relative;
  padding-left: 1px;
  left: -1px;
}

.entry-meta > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: inherit;
  margin-bottom: .3rem;
}

.entry-meta > div:not(:last-child) {
  margin-right: .5rem;
}

.entry-meta > div:not(:last-of-type):after {
  content: "\2022";
  display: inline-block;
  margin-left: .5rem;
  opacity: .75;
}

.single .entry-meta > div:not(.post-author):not(.post-coauthors) > span,
.single .entry-meta > div:not(.post-author):not(.post-coauthors) > i,
.single .entry-meta > div:not(.post-author):not(.post-coauthors) > a:not(:hover) {
  opacity: .7;
}

.single .entry-meta > div:not(.post-author):not(.post-coauthors) > a:hover {
  opacity: 1;
}

.single .entry-meta > div .vcard {
  transition: all 0.2s ease-in-out;
}

.single .entry-meta > div a.post-author .vcard,
.single .entry-meta > div a.post-coauthor .vcard {
  color: var(--grimlock-text-color);
  opacity: .7;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.single .entry-meta > div a.post-author:hover .vcard,
.single .entry-meta > div a.post-coauthor:hover .vcard {
  opacity: 1;
  color: var(--grimlock-link-hover-color);
}

.post-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.post-category .category-separator {
  margin-right: .3rem;
  opacity: .85;
  pointer-events: none;
}

.tags-links {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
}

.tags-links .tag-links-separator {
  display: none;
}

.tags-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem .6rem;
  font-size: 1em;
  line-height: 0;
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid var(--grimlock-table-striped-background-color);
  border-radius: 500px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 20px;
  padding: 0.2rem .6rem;
  font-size: 0.75em;
  line-height: 1.1em;
  color: inherit !important;
  margin-right: .3rem;
  margin-top: .3rem;
}

.tags-links a:hover {
  color: var(--grimlock-button-primary-hover-color) !important;
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-background-color);
}

.tags-links a::-moz-selection {
  background: none !important;
}

.tags-links a::selection, .tags-links a::-moz-selection {
  background: none !important;
}

.post-sticky,
.post-format {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem .6rem;
  font-size: 1em;
  line-height: 0;
  color: #fff;
  background-color: #FF6162;
  border: 2px solid #FF6162;
  border-radius: 500px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 20px;
  transform: translateY(0);
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.2s ease-in-out;
  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 !important;
  background-color: #FF6162;
  border-color: #FF6162;
}

.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;
}

@media screen and (prefers-reduced-motion: reduce) {
  .post-sticky,
  .post-format {
    transition: none;
  }
}

.post-sticky:hover,
.post-format:hover {
  transform: translateY(-3px);
}

.post-sticky__name,
.post-format__name {
  display: none;
}

.post-sticky i,
.post-format i {
  font-size: .95em;
  position: relative;
  top: 1px;
}

.single .post-sticky, .single
.post-format {
  width: 38px;
  height: 38px;
}

.gorgo-post-aside:before {
  content: "\ea33";
}

.gorgo-post-link:before {
  content: "\e9cf";
}

.gorgo-post-image:before {
  content: "\e972";
}

.gorgo-post-quote:before {
  content: "\eaa7";
}

.gorgo-post-video:before {
  content: "\ea97";
}

.gorgo-post-gallery:before {
  content: "\ea09";
}

.gorgo-post-audio:before {
  content: "\ea32";
}

.gorgo-post-status:before {
  content: "\e93e";
}

.gorgo-post-chat:before {
  content: "\e9af";
}

.author-avatar img.avatar,
.coauthor-avatar img.avatar {
  border-radius: 500px;
}

@media (max-width: 767.98px) {
  div[class*="posts--12"] h2.entry-title,
  div[class*="posts--6-6"] h2.entry-title,
  div[class*="posts--4-4-4"] h2.entry-title,
  div[class*="posts--3-3-3-3"] h2.entry-title {
    font-size: var(--grimlock-heading2-font-size);
  }
}

@media (min-width: 768px) {
  [class*="posts--12"] h2.entry-title {
    font-size: calc(var(--grimlock-heading2-font-size) * 1.2);
  }
}

@media (min-width: 768px) {
  [class*="posts--6-6"] h2.entry-title {
    font-size: calc(var(--grimlock-heading2-font-size) * 1);
  }
}

@media (min-width: 768px) {
  [class*="posts--4-4-4"] h2.entry-title {
    font-size: calc(var(--grimlock-heading2-font-size) * 0.8);
  }
}

@media (min-width: 768px) {
  [class*="posts--3-3-3-3"] h2.entry-title {
    font-size: calc(var(--grimlock-heading2-font-size) * 0.6);
  }
}

[class*="cols-overlay"] .card .entry-labels {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 99;
}

[class*="cols-overlay"] .card .entry-stats {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99;
}

[class*="cols-overlay"] .card .entry-meta {
  margin-top: 0;
  font-size: 0.8em;
}

[class*="cols-overlay"] .card .tags-links {
  display: none !important;
}

/**
 * Terms
 */
.grimlock-terms--3-3-3-3-cols-classic.grimlock-term-query-section__terms.grimlock-terms {
  margin: 0 -10px;
}

.grimlock-terms--3-3-3-3-cols-classic.grimlock-term-query-section__terms.grimlock-terms > article.term--post_tag {
  flex: 0 0 auto;
  max-width: none;
  flex-wrap: wrap;
  width: auto;
  padding: 0 10px;
  margin-bottom: 10px;
}

.grimlock-terms--3-3-3-3-cols-classic.grimlock-term-query-section__terms.grimlock-terms > article.term--post_tag .card-body {
  padding: .5em .75em .5em .5em !important;
  font-size: .9em;
}

.grimlock-terms--3-3-3-3-cols-classic.grimlock-term-query-section__terms.grimlock-terms > article.term--post_tag .card-body:after {
  display: none !important;
}

.grimlock-terms--3-3-3-3-cols-classic.grimlock-term-query-section__terms.grimlock-terms > article.term--post_tag .card-body .entry-title {
  padding-right: 0;
}

/**
 * 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: rgba(0, 0, 0, 0.04);
}

.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% !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--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-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"]) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.comment-respond {
  margin-top: -2px;
  padding: 1.5rem;
  position: relative;
  border: 1px solid #eceeef;
  border-radius: 0.2rem;
  background-color: #fff;
}

.comment-respond .comment-reply-title {
  font-size: 1.5rem;
  color: inherit;
}

.comment-respond .comment-form-cookies-consent {
  display: flex;
}

.comment-respond .comment-form-cookies-consent label {
  font-size: .9em;
  cursor: pointer;
}

.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
  margin-right: .4rem;
  position: relative;
  top: 2px;
}

.comment .comment-respond {
  border-radius: 0 !important;
}

#cancel-comment-reply-link {
  color: inherit;
  opacity: .65;
  padding: 10px;
  display: block;
  position: absolute;
  font-weight: 600;
  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: 'gorgo';
  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: "\e99b";
  font-size: 1.25rem;
}

#cancel-comment-reply-link:hover {
  opacity: 1;
}

.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.25;
  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;
}

@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: #eceeef;
  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: #d9534f;
}

.comment-form .comment-form-email,
.comment-form .comment-form-author {
  width: 50%;
  float: left;
  position: relative;
}

.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(
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: 'gorgo';
  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: "\ea3d";
  font-size: .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%;
}

.comment {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.comment-list-hover .comment:hover {
  background-color: #292640;
}

.comment-main {
  position: relative;
  width: 100%;
  border: 1px solid #eceeef;
  border-radius: 0.2rem;
  overflow: auto;
  background-color: #fff;
}

.comment-main.awaiting-moderation {
  opacity: .5;
}

.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;
  padding-bottom: 1rem;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content pre {
  white-space: normal;
}

.comment-body {
  font-size: 0.95em;
}

.comment-meta {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.comment-meta span + span {
  margin-left: .8rem;
}

.comment-meta a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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;
}

.comment-meta a:not(:hover) {
  opacity: .65;
  color: inherit;
}

.comment-meta .reply,
.comment-meta .edit-link {
  font-size: 0;
}

.comment-meta .reply {
  transform: scaleX(-1);
}

.comment-meta .reply a:before {
  content: "\e914";
}

.comment-meta .edit-link a:before {
  content: "\ea3e";
}

.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: 'gorgo';
    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: "\e91b";
    position: absolute;
    pointer-events: none;
    transform: scale(1, -1);
    width: 2rem;
    left: calc(-2rem - 2px);
    height: 2rem;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    opacity: .35;
  }
}

.must-log-in {
  margin-bottom: 0;
}

.comment-navigation .pager li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.comment-navigation .pager li a {
  width: 100%;
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.comment-navigation .pager li:not(:last-child) a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.comment-navigation .pager li:not(:first-child) a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 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: #292640 !important;
  color: #fff;
}

.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: #FF6162 !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: 'gorgo';
  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: "\ea98";
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mejs-audio .mejs-controls .mejs-volume-button button:hover {
  opacity: .75;
}

.mejs-audio .mejs-controls .mejs-volume-button.mejs-unmute button:before {
  content: "\ea9a";
}

.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.25;
  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: #eceeef;
  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;
}

select:not([size]):not([multiple]) {
  height: calc(calc(2.65rem + 2px) + 2px);
}

select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.select-style {
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 600;
  height: 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}

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

.select-style:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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: "\e91a";
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: .65em;
  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: 600;
  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: .25rem;
  cursor: pointer;
}

.custom-control.custom-checkbox .custom-control-indicator {
  border: 2px solid #fff !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 #464a4c;
}

textarea,
select[multiple] {
  overflow: auto;
  max-height: 550px;
  min-height: 150px;
}

form label {
  font-weight: 600;
}

.required,
form.contact-form label span {
  color: #d9534f;
}

/* 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: .8em;
  font-weight: 600;
}

.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 .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::-webkit-input-placeholder {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field:-moz-input-placeholder {
    color: transparent !important;
  }
  .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 {
    color: inherit;
  }
}

.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: rgba(113, 121, 142, 0.8);
  color: #464a4c;
  outline: 0;
  transition: all 0.2s ease-in-out;
}

@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: rgba(0, 0, 0, 0);
  }
}

.navbar-search.navbar-search--animate .search-field::-webkit-input-placeholder {
  color: #adb5bd;
}

.navbar-search.navbar-search--animate .search-field:-moz-input-placeholder {
  color: #adb5bd;
}

.navbar-search.navbar-search--animate .search-field::-moz-placeholder {
  color: #adb5bd;
}

.navbar-search.navbar-search--animate .search-field::placeholder {
  color: #adb5bd;
}

.navbar-search.navbar-search--animate .search-field::-moz-placeholder-shown {
  color: #adb5bd;
}

.navbar-search.navbar-search--animate .search-field::placeholder-shown {
  color: #adb5bd;
}

.navbar-search.navbar-search--animate .search-icon {
  color: #adb5bd;
  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: rgba(113, 121, 142, 0.8);
}

.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;
}

.navbar-nav--search {
  position: relative;
  z-index: 2;
}

.navbar-nav--search .menu-item:before, .navbar-nav--search .menu-item:after {
  content: none;
}

.modal-search .search-form {
  animation-delay: .15s;
  animation-fill-mode: backwards;
  transition-duration: .25s;
}

.modal-search #sidebar-navbar-search > .widget {
  animation-delay: 1s;
  transition-duration: .25s;
  animation-fill-mode: backwards;
}

/**
 * Galleries
 *
 * Image galleries.
 */
.wp-block-gallery {
  display: flex !important;
  flex-wrap: wrap;
}

.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;
}

.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: .8em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #292640;
  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;
}

/**
 * Hero
 *
 * Hero component styles.
 */
.grimlock-hero {
  overflow: hidden;
  z-index: 9;
}

.grimlock-hero .region__container {
  position: relative;
  z-index: 3;
}

.grimlock-hero .grimlock-section__subtitle {
  margin-bottom: 0;
}

.grimlock-hero .grimlock-section__subtitle > p {
  font-size: .9em;
}

.grimlock-hero .grimlock-section__text {
  margin-top: 2rem;
}

.grimlock-hero .section__content {
  margin-top: 1.5rem;
}

.grimlock-hero .section__content p {
  margin-bottom: 0;
}

.grimlock-hero .section__content p:empty {
  display: none !important;
}

.grimlock-hero .section__search_form {
  margin-top: 1rem;
  max-width: 550px;
}

.grimlock-hero .section__footer .btn, .grimlock-hero .section__footer x button, x .grimlock-hero .section__footer button,
.grimlock-hero .section__footer .button,
.grimlock-hero .section__footer input[type="button"],
.grimlock-hero .section__footer input[type="submit"],
.grimlock-hero .section__footer input[type="reset"], .grimlock-hero .section__footer .main-navigation .navbar-nav > .menu-item.btn-inside > a, .main-navigation .grimlock-hero .section__footer .navbar-nav > .menu-item.btn-inside > a {
  margin-top: 5%;
}

.grimlock-hero .section__text input[type="tel"],
.grimlock-hero .section__text input[type="url"],
.grimlock-hero .section__text input[type="text"],
.grimlock-hero .section__text input[type="week"],
.grimlock-hero .section__text input[type="date"],
.grimlock-hero .section__text input[type="datetime"],
.grimlock-hero .section__text input[type="datetime-local"],
.grimlock-hero .section__text input[type="time"],
.grimlock-hero .section__text input[type="email"],
.grimlock-hero .section__text input[type="month"],
.grimlock-hero .section__text input[type="number"],
.grimlock-hero .section__text input[type="search"],
.grimlock-hero .section__text input[type="website"],
.grimlock-hero .section__text input[type="password"],
.grimlock-hero .section__text select[multiple="multiple"],
.grimlock-hero .section__text textarea,
.grimlock-hero .section__text select {
  min-height: 50px;
  background-color: rgba(235, 236, 240, 0.2);
  border: 0;
  font-size: 1em;
  color: inherit;
  font-weight: inherit;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: auto;
  line-height: normal;
  padding-left: 20px;
  padding-right: 30px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-hero .section__text input[type="tel"],
  .grimlock-hero .section__text input[type="url"],
  .grimlock-hero .section__text input[type="text"],
  .grimlock-hero .section__text input[type="week"],
  .grimlock-hero .section__text input[type="date"],
  .grimlock-hero .section__text input[type="datetime"],
  .grimlock-hero .section__text input[type="datetime-local"],
  .grimlock-hero .section__text input[type="time"],
  .grimlock-hero .section__text input[type="email"],
  .grimlock-hero .section__text input[type="month"],
  .grimlock-hero .section__text input[type="number"],
  .grimlock-hero .section__text input[type="search"],
  .grimlock-hero .section__text input[type="website"],
  .grimlock-hero .section__text input[type="password"],
  .grimlock-hero .section__text select[multiple="multiple"],
  .grimlock-hero .section__text textarea,
  .grimlock-hero .section__text select {
    transition: none;
  }
}

.hero-form-dark .grimlock-hero .section__text input[type="tel"], .hero-form-dark
.grimlock-hero .section__text input[type="url"], .hero-form-dark
.grimlock-hero .section__text input[type="text"], .hero-form-dark
.grimlock-hero .section__text input[type="week"], .hero-form-dark
.grimlock-hero .section__text input[type="date"], .hero-form-dark
.grimlock-hero .section__text input[type="datetime"], .hero-form-dark
.grimlock-hero .section__text input[type="datetime-local"], .hero-form-dark
.grimlock-hero .section__text input[type="time"], .hero-form-dark
.grimlock-hero .section__text input[type="email"], .hero-form-dark
.grimlock-hero .section__text input[type="month"], .hero-form-dark
.grimlock-hero .section__text input[type="number"], .hero-form-dark
.grimlock-hero .section__text input[type="search"], .hero-form-dark
.grimlock-hero .section__text input[type="website"], .hero-form-dark
.grimlock-hero .section__text input[type="password"], .hero-form-dark
.grimlock-hero .section__text select[multiple="multiple"], .hero-form-dark
.grimlock-hero .section__text textarea, .hero-form-dark
.grimlock-hero .section__text select {
  background-color: rgba(123, 139, 148, 0.13);
}

.grimlock-hero .section__text input[type="tel"]:focus,
.grimlock-hero .section__text input[type="url"]:focus,
.grimlock-hero .section__text input[type="text"]:focus,
.grimlock-hero .section__text input[type="week"]:focus,
.grimlock-hero .section__text input[type="date"]:focus,
.grimlock-hero .section__text input[type="datetime"]:focus,
.grimlock-hero .section__text input[type="datetime-local"]:focus,
.grimlock-hero .section__text input[type="time"]:focus,
.grimlock-hero .section__text input[type="email"]:focus,
.grimlock-hero .section__text input[type="month"]:focus,
.grimlock-hero .section__text input[type="number"]:focus,
.grimlock-hero .section__text input[type="search"]:focus,
.grimlock-hero .section__text input[type="website"]:focus,
.grimlock-hero .section__text input[type="password"]:focus,
.grimlock-hero .section__text select[multiple="multiple"]:focus,
.grimlock-hero .section__text textarea:focus,
.grimlock-hero .section__text select:focus {
  outline: none;
}

.grimlock-hero .section__text input[type="tel"]:hover, .grimlock-hero .section__text input[type="tel"]:active, .grimlock-hero .section__text input[type="tel"]:focus,
.grimlock-hero .section__text input[type="url"]:hover,
.grimlock-hero .section__text input[type="url"]:active,
.grimlock-hero .section__text input[type="url"]:focus,
.grimlock-hero .section__text input[type="text"]:hover,
.grimlock-hero .section__text input[type="text"]:active,
.grimlock-hero .section__text input[type="text"]:focus,
.grimlock-hero .section__text input[type="week"]:hover,
.grimlock-hero .section__text input[type="week"]:active,
.grimlock-hero .section__text input[type="week"]:focus,
.grimlock-hero .section__text input[type="date"]:hover,
.grimlock-hero .section__text input[type="date"]:active,
.grimlock-hero .section__text input[type="date"]:focus,
.grimlock-hero .section__text input[type="datetime"]:hover,
.grimlock-hero .section__text input[type="datetime"]:active,
.grimlock-hero .section__text input[type="datetime"]:focus,
.grimlock-hero .section__text input[type="datetime-local"]:hover,
.grimlock-hero .section__text input[type="datetime-local"]:active,
.grimlock-hero .section__text input[type="datetime-local"]:focus,
.grimlock-hero .section__text input[type="time"]:hover,
.grimlock-hero .section__text input[type="time"]:active,
.grimlock-hero .section__text input[type="time"]:focus,
.grimlock-hero .section__text input[type="email"]:hover,
.grimlock-hero .section__text input[type="email"]:active,
.grimlock-hero .section__text input[type="email"]:focus,
.grimlock-hero .section__text input[type="month"]:hover,
.grimlock-hero .section__text input[type="month"]:active,
.grimlock-hero .section__text input[type="month"]:focus,
.grimlock-hero .section__text input[type="number"]:hover,
.grimlock-hero .section__text input[type="number"]:active,
.grimlock-hero .section__text input[type="number"]:focus,
.grimlock-hero .section__text input[type="search"]:hover,
.grimlock-hero .section__text input[type="search"]:active,
.grimlock-hero .section__text input[type="search"]:focus,
.grimlock-hero .section__text input[type="website"]:hover,
.grimlock-hero .section__text input[type="website"]:active,
.grimlock-hero .section__text input[type="website"]:focus,
.grimlock-hero .section__text input[type="password"]:hover,
.grimlock-hero .section__text input[type="password"]:active,
.grimlock-hero .section__text input[type="password"]:focus,
.grimlock-hero .section__text select[multiple="multiple"]:hover,
.grimlock-hero .section__text select[multiple="multiple"]:active,
.grimlock-hero .section__text select[multiple="multiple"]:focus,
.grimlock-hero .section__text textarea:hover,
.grimlock-hero .section__text textarea:active,
.grimlock-hero .section__text textarea:focus,
.grimlock-hero .section__text select:hover,
.grimlock-hero .section__text select:active,
.grimlock-hero .section__text select:focus {
  background-color: rgba(235, 236, 240, 0.4);
}

.hero-form-dark .grimlock-hero .section__text input[type="tel"]:hover, .hero-form-dark .grimlock-hero .section__text input[type="tel"]:active, .hero-form-dark .grimlock-hero .section__text input[type="tel"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="url"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="url"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="url"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="text"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="text"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="text"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="week"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="week"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="week"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="date"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="date"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="date"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="datetime"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="datetime"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="datetime"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="datetime-local"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="datetime-local"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="datetime-local"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="time"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="time"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="time"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="email"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="email"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="email"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="month"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="month"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="month"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="number"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="number"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="number"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="search"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="search"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="search"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="website"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="website"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="website"]:focus, .hero-form-dark
.grimlock-hero .section__text input[type="password"]:hover, .hero-form-dark
.grimlock-hero .section__text input[type="password"]:active, .hero-form-dark
.grimlock-hero .section__text input[type="password"]:focus, .hero-form-dark
.grimlock-hero .section__text select[multiple="multiple"]:hover, .hero-form-dark
.grimlock-hero .section__text select[multiple="multiple"]:active, .hero-form-dark
.grimlock-hero .section__text select[multiple="multiple"]:focus, .hero-form-dark
.grimlock-hero .section__text textarea:hover, .hero-form-dark
.grimlock-hero .section__text textarea:active, .hero-form-dark
.grimlock-hero .section__text textarea:focus, .hero-form-dark
.grimlock-hero .section__text select:hover, .hero-form-dark
.grimlock-hero .section__text select:active, .hero-form-dark
.grimlock-hero .section__text select:focus {
  background-color: rgba(123, 139, 148, 0.22);
}

.grimlock-hero .section__text input[type="tel"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="url"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="text"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="week"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="date"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="datetime"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="datetime-local"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="time"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="email"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="month"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="number"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="search"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="website"]::-webkit-input-placeholder,
.grimlock-hero .section__text input[type="password"]::-webkit-input-placeholder,
.grimlock-hero .section__text select[multiple="multiple"]::-webkit-input-placeholder,
.grimlock-hero .section__text textarea::-webkit-input-placeholder,
.grimlock-hero .section__text select::-webkit-input-placeholder {
  color: inherit;
  opacity: .7;
}

.grimlock-hero .section__text input[type="tel"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="url"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="text"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="week"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="date"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="datetime"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="datetime-local"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="time"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="email"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="month"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="number"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="search"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="website"]:-moz-input-placeholder,
.grimlock-hero .section__text input[type="password"]:-moz-input-placeholder,
.grimlock-hero .section__text select[multiple="multiple"]:-moz-input-placeholder,
.grimlock-hero .section__text textarea:-moz-input-placeholder,
.grimlock-hero .section__text select:-moz-input-placeholder {
  color: inherit;
  opacity: .7;
}

.grimlock-hero .section__text input[type="tel"]::-moz-placeholder, .grimlock-hero .section__text input[type="url"]::-moz-placeholder, .grimlock-hero .section__text input[type="text"]::-moz-placeholder, .grimlock-hero .section__text input[type="week"]::-moz-placeholder, .grimlock-hero .section__text input[type="date"]::-moz-placeholder, .grimlock-hero .section__text input[type="datetime"]::-moz-placeholder, .grimlock-hero .section__text input[type="datetime-local"]::-moz-placeholder, .grimlock-hero .section__text input[type="time"]::-moz-placeholder, .grimlock-hero .section__text input[type="email"]::-moz-placeholder, .grimlock-hero .section__text input[type="month"]::-moz-placeholder, .grimlock-hero .section__text input[type="number"]::-moz-placeholder, .grimlock-hero .section__text input[type="search"]::-moz-placeholder, .grimlock-hero .section__text input[type="website"]::-moz-placeholder, .grimlock-hero .section__text input[type="password"]::-moz-placeholder, .grimlock-hero .section__text select[multiple="multiple"]::-moz-placeholder, .grimlock-hero .section__text textarea::-moz-placeholder, .grimlock-hero .section__text select::-moz-placeholder {
  color: inherit;
  opacity: .7;
}

.grimlock-hero .section__text input[type="tel"]::placeholder,
.grimlock-hero .section__text input[type="url"]::placeholder,
.grimlock-hero .section__text input[type="text"]::placeholder,
.grimlock-hero .section__text input[type="week"]::placeholder,
.grimlock-hero .section__text input[type="date"]::placeholder,
.grimlock-hero .section__text input[type="datetime"]::placeholder,
.grimlock-hero .section__text input[type="datetime-local"]::placeholder,
.grimlock-hero .section__text input[type="time"]::placeholder,
.grimlock-hero .section__text input[type="email"]::placeholder,
.grimlock-hero .section__text input[type="month"]::placeholder,
.grimlock-hero .section__text input[type="number"]::placeholder,
.grimlock-hero .section__text input[type="search"]::placeholder,
.grimlock-hero .section__text input[type="website"]::placeholder,
.grimlock-hero .section__text input[type="password"]::placeholder,
.grimlock-hero .section__text select[multiple="multiple"]::placeholder,
.grimlock-hero .section__text textarea::placeholder,
.grimlock-hero .section__text select::placeholder {
  color: inherit;
  opacity: .7;
}

.grimlock-hero .section__text input[type="tel"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="url"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="text"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="week"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="date"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="datetime"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="datetime-local"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="time"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="email"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="month"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="number"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="search"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="website"]:-moz-placeholder-shown, .grimlock-hero .section__text input[type="password"]:-moz-placeholder-shown, .grimlock-hero .section__text select[multiple="multiple"]:-moz-placeholder-shown, .grimlock-hero .section__text textarea:-moz-placeholder-shown, .grimlock-hero .section__text select:-moz-placeholder-shown {
  color: inherit;
  opacity: .7;
}

.grimlock-hero .section__text input[type="tel"]:placeholder-shown,
.grimlock-hero .section__text input[type="url"]:placeholder-shown,
.grimlock-hero .section__text input[type="text"]:placeholder-shown,
.grimlock-hero .section__text input[type="week"]:placeholder-shown,
.grimlock-hero .section__text input[type="date"]:placeholder-shown,
.grimlock-hero .section__text input[type="datetime"]:placeholder-shown,
.grimlock-hero .section__text input[type="datetime-local"]:placeholder-shown,
.grimlock-hero .section__text input[type="time"]:placeholder-shown,
.grimlock-hero .section__text input[type="email"]:placeholder-shown,
.grimlock-hero .section__text input[type="month"]:placeholder-shown,
.grimlock-hero .section__text input[type="number"]:placeholder-shown,
.grimlock-hero .section__text input[type="search"]:placeholder-shown,
.grimlock-hero .section__text input[type="website"]:placeholder-shown,
.grimlock-hero .section__text input[type="password"]:placeholder-shown,
.grimlock-hero .section__text select[multiple="multiple"]:placeholder-shown,
.grimlock-hero .section__text textarea:placeholder-shown,
.grimlock-hero .section__text select:placeholder-shown {
  color: inherit;
  opacity: .7;
}

.grimlock-hero .section__text input[type="number"] {
  -moz-appearance: textfield;
}

.grimlock-hero .section__text input[type="number"]::-webkit-inner-spin-button, .grimlock-hero .section__text input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grimlock-hero .section__text input[type="submit"],
.grimlock-hero .section__text button[type="submit"] {
  margin-top: .5rem;
}

.grimlock-hero .section__text .custom-control {
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}

.grimlock-hero .section__text .custom-control.custom-checkbox .custom-control-indicator {
  width: 1.2rem;
  height: 1.2rem;
  top: .15rem;
  border-color: rgba(235, 236, 240, 0.2) !important;
  background-color: rgba(235, 236, 240, 0.2);
  background-size: 60%;
  background-image: none !important;
  color: inherit;
}

.hero-form-dark .grimlock-hero .section__text .custom-control.custom-checkbox .custom-control-indicator {
  background-color: rgba(123, 139, 148, 0.13);
  border-color: rgba(123, 139, 148, 0.13) !important;
}

.grimlock-hero .section__text .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 1px;
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left form, .grimlock-hero.region--6-6-cols-left-modern form, .grimlock-hero.region--6-6-cols-left-reverse form, .grimlock-hero.region--6-6-cols-left-reverse-modern form {
    max-width: 350px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__inner, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__inner {
    padding: 0 !important;
  }
}

.grimlock-hero.region--6-6-cols-left-modern .region__container, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__container {
  position: static;
}

.grimlock-hero.region--6-6-cols-left-modern .region__col--1, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--1 {
  position: static;
}

@media (max-width: 767.98px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__col--1, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--1 {
    order: -2;
    padding: 0;
  }
}

.grimlock-hero.region--6-6-cols-left-modern .region__col--1 > div, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--1 > div {
  padding: 0;
  margin: 0;
  width: auto;
  max-width: 1000%;
  max-height: 50vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__col--1 > div, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--1 > div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 767.98px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__col--2, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-modern .grimlock-section__thumbnail, .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-modern .grimlock-section__thumbnail-img, .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail-img {
    width: 100%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .grimlock-hero.region--6-6-cols-left-modern .grimlock-section__thumbnail-img, .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail-img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
    }
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__col--2 {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--1 > div {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--2 {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .grimlock-hero.region--12-cols-center-boxed {
    overflow: visible;
  }
}

.grimlock-hero.region--12-cols-center-boxed .section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.grimlock-hero.region--12-cols-center-boxed .section__content {
  background-color: #F5F6F7;
  padding: 1.2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
  border-radius: 0.2rem;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  .grimlock-hero.region--12-cols-center-boxed .section__content {
    padding: 3rem 4rem;
  }
}

@media (max-width: 1199.98px) {
  .grimlock-hero.region--12-cols-center-boxed .section__content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.grimlock-hero.region--12-cols-center-boxed:not(.grimlock-hero--full-screen-displayed) .region__inner {
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .grimlock-hero.region--12-cols-center-boxed .region__col--2 {
    margin-bottom: -4rem;
  }
}

.grimlock-hero.region--12-cols-center-boxed + #homepage-anchor {
  padding: 4px 8px 4px 4px;
  border-radius: 500px;
  line-height: 1em;
  right: 10px;
  bottom: 10px;
}

.grimlock-hero.region--12-cols-center-boxed .section__footer {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  top: -15px;
}

.grimlock-hero.region--12-cols-center-boxed .section__footer .section__btn {
  margin: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 992px) {
  .grimlock-hero.grimlock-hero--full-screen-displayed {
    height: 100vh;
  }
  .grimlock-hero.grimlock-hero--full-screen-displayed .region__inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-height: 600px) {
  .grimlock-hero.grimlock-hero--full-screen-displayed {
    height: auto !important;
  }
}

#homepage-anchor {
  left: 50%;
  bottom: 20px;
  z-index: 10;
  color: inherit;
  font-weight: normal;
  opacity: .45;
  font-size: 1.65em;
  display: block;
  line-height: 0;
}

.region--12-cols-left + #homepage-anchor,
.region--6-6-cols-left + #homepage-anchor,
.region--6-6-cols-left-modern + #homepage-anchor {
  left: auto;
  right: calc( 50vw - ( 30px * 2 ));
}

.region--12-cols-right + #homepage-anchor,
.region--6-6-cols-left-reverse + #homepage-anchor,
.region--6-6-cols-left-reverse-modern + #homepage-anchor {
  left: calc( 50vw - ( 1170px / 2 ));
  right: auto;
}

#homepage-anchor:hover {
  opacity: 1;
  transform: translate3d(0, 5px, 0);
}

.parallax-mirror {
  will-change: top, scroll-position, transform;
}

.parallax-mirror .parallax-slider {
  will-change: top, scroll-position, transform;
}

/**
 * Media
 *
 * Styles for the Bootstrap Media component.
 */
.media-heading {
  margin-bottom: 0.4rem;
  font-weight: 400;
  font-size: 1.25rem;
}

.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;
  }
}

.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: #FF6162;
  color: #fff;
  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: .25rem;
}

.main-navigation .navbar-nav > .menu-item + .menu-item,
.site-preheader .menu > .menu-item + .menu-item {
  margin-top: .3rem;
  margin-right: 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;
  top: 50%;
  right: -1em;
  z-index: 2;
  transform: translate3d(0, calc(-50% - 1.8em), 0);
}

@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: 0;
  border: 0;
  text-align: left;
  list-style: none;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  background-clip: padding-box;
  text-align: inherit;
}

@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% + 10px);
    left: 0;
    z-index: 1000;
    min-width: 240px;
    max-width: 280px;
    margin: 0;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    padding: 1rem;
    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;
  font-weight: 400;
  text-align: inherit;
  white-space: normal;
  border: 0;
  color: inherit;
  text-decoration: none !important;
  text-transform: none;
  font-size: 0.95em;
  letter-spacing: 0;
}

.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: .85em;
  position: relative;
  top: -1px;
  opacity: .8;
  margin-left: .2rem;
}

@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% + 10px);
    top: calc(0% - 0.25rem);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
  .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: .5rem;
    padding-right: .5rem;
  }
}

.main-navigation .navbar-nav > .menu-item:not(.mega-menu--image-grid) .sub-menu .menu-item > a,
.site-preheader .menu > .menu-item:not(.mega-menu--image-grid) .sub-menu .menu-item > a {
  background: none !important;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .main-navigation .navbar-nav > .menu-item:nth-last-child(1) .sub-menu, .main-navigation .navbar-nav > .menu-item:nth-last-child(2) .sub-menu, .main-navigation .navbar-nav > .menu-item:nth-last-child(3) .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(1) .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(2) .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(3) .sub-menu {
    padding: .5rem;
    min-width: 200px;
    max-width: 240px;
  }
  .main-navigation .navbar-nav > .menu-item:nth-last-child(1) .sub-menu li a, .main-navigation .navbar-nav > .menu-item:nth-last-child(2) .sub-menu li a, .main-navigation .navbar-nav > .menu-item:nth-last-child(3) .sub-menu li a,
  .site-preheader .menu > .menu-item:nth-last-child(1) .sub-menu li a,
  .site-preheader .menu > .menu-item:nth-last-child(2) .sub-menu li a,
  .site-preheader .menu > .menu-item:nth-last-child(3) .sub-menu li a {
    padding: .5rem;
    margin-bottom: -.5rem;
  }
  .main-navigation .navbar-nav > .menu-item:nth-last-child(1) .sub-menu li .sub-menu, .main-navigation .navbar-nav > .menu-item:nth-last-child(2) .sub-menu li .sub-menu, .main-navigation .navbar-nav > .menu-item:nth-last-child(3) .sub-menu li .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(1) .sub-menu li .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(2) .sub-menu li .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(3) .sub-menu li .sub-menu {
    left: calc(100% - 30px);
    top: calc(0% + 15px);
  }
  .main-navigation .navbar-nav > .menu-item:nth-last-child(1) > .sub-menu, .main-navigation .navbar-nav > .menu-item:nth-last-child(2) > .sub-menu, .main-navigation .navbar-nav > .menu-item:nth-last-child(3) > .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(1) > .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(2) > .sub-menu,
  .site-preheader .menu > .menu-item:nth-last-child(3) > .sub-menu {
    right: 0;
    left: auto;
  }
}

.main-navigation .navbar-nav .menu-item-has-children > a,
.site-preheader .menu .menu-item-has-children > a {
  position: relative;
}

.main-navigation .navbar-nav .menu-item-has-children > a:after,
.site-preheader .menu .menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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: "\e91a";
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: .65em;
  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 > a .grimlock--navigation-fat-left: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 > a .grimlock--navigation-fat-left: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: 1.1em;
  right: 5px;
  height: 15px;
  width: 15px;
  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-block;
  }
}

.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 > .menu-item {
    display: flex;
    align-items: center;
  }
}

.main-navigation .navbar-nav > .menu-item > a {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.25rem;
  text-decoration: none !important;
  padding: 1.5rem 1rem;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item > a {
    padding: 1.5rem 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > .menu-item > a {
    padding: 1rem;
  }
  .main-navigation .navbar-nav > .menu-item > a:hover, .main-navigation .navbar-nav > .menu-item > a:active {
    background-color: rgba(0, 0, 0, 0.04);
  }
}

.main-navigation .navbar-nav > .menu-item.btn-inside > a {
  height: auto !important;
  padding: .9rem 1.1rem !important;
}

.main-navigation .navbar-nav > .menu-item.btn-inside > a:before {
  content: none !important;
}

.main-navigation .navbar-nav > .menu-item.btn-inside > a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  width: auto;
  height: auto;
  font-size: 1em;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a {
    position: relative;
    z-index: 2;
  }
  .grimlock--navigation-classic-right .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a,
  .grimlock--navigation-classic-center .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a,
  .grimlock--navigation-classic-left .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a {
    height: 100%;
  }
  .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) !important;
    bottom: -1px;
    right: 0;
    height: 2px;
    opacity: 0;
    pointer-events: none;
    transition: inherit;
    transform: translate3d(0, -50%, 0);
    will-change: transform;
    transition-duration: .38s;
    z-index: -1;
  }
  .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 {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}

.menu-toggle {
  display: none;
}

.site-preheader .menu {
  margin: 0 0 0 -.5rem;
}

.site-preheader .menu > .menu-item {
  vertical-align: top;
}

.site-preheader .menu > .menu-item > a {
  padding: .5rem;
}

.dropdown-divider {
  border: 0;
  height: 1px;
  background-color: currentColor;
  opacity: .1;
  max-width: none !important;
  margin: .75rem 0 !important;
  width: 100% !important;
}

@media (min-width: 992px) {
  .dropdown-divider {
    width: auto !important;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}

.dropdown-toggle {
  position: relative;
  color: inherit !important;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  height: 38px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 20px;
}

.dropdown-toggle:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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: "\e91a";
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: .65em;
  border: 0;
  position: relative;
}

.dropdown-toggle:after {
  top: -6px;
}

.dropdown-toggle:hover {
  opacity: 0.7;
}

/**
 * Modal
 *
 * Bootstrap modal.
 */
.modal {
  padding-top: 0;
}

.modal .modal-content {
  overflow: visible;
}

.modal-header {
  background: none;
  color: inherit;
}

.modal-header .close {
  color: inherit !important;
}

.modal-header .close:hover,
.modal-header .close span:hover {
  color: inherit;
}

/**
 * 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: .75rem;
    justify-content: center;
    order: -1;
    margin-top: 0;
  }
  .main-navigation .navbar-nav--social > .menu-item {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}

.main-navigation .navbar-nav--social > .menu-item {
  width: auto !important;
}

.main-navigation .navbar-nav--social > .menu-item > a {
  padding: 1rem 0 !important;
  height: 100%;
}

.main-navigation .navbar-nav--social > .menu-item > 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.2s ease-in-out;
  position: relative;
}

.main-navigation .navbar-nav--social > .menu-item > a i:hover, .main-navigation .navbar-nav--social > .menu-item > a i:focus, .main-navigation .navbar-nav--social > .menu-item > 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 + .menu-item {
  margin-left: .25rem;
}

.main-navigation .navbar-nav--buddypress {
  border-left: none;
  padding-left: 0;
  order: -2;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav--buddypress {
    order: 2;
    margin-left: .75rem !important;
    margin-top: 0;
  }
}

.main-navigation .navbar-nav--buddypress.logged-in > .menu-item:not(.menu-item--profile) > a {
  opacity: 1;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav--buddypress.logged-in > .menu-item:not(.menu-item--profile) > a:hover {
    background-color: var(--grimlock-navigation-menu-item-active-background-color) !important;
    border-radius: 500px;
    color: var(--grimlock-navigation-menu-item-active-color);
  }
}

.navbar--classic-left .main-navigation .navbar-nav--buddypress > .menu-item + .menu-item,
.navbar--classic-center .main-navigation .navbar-nav--buddypress > .menu-item + .menu-item,
.navbar--classic-right .main-navigation .navbar-nav--buddypress > .menu-item + .menu-item,
.navbar--fat-left .main-navigation .navbar-nav--buddypress > .menu-item + .menu-item,
.navbar--fat-center .main-navigation .navbar-nav--buddypress > .menu-item + .menu-item {
  margin-left: .25rem !important;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav--buddypress + .navbar-nav--social {
    order: 1;
    margin-left: .75rem !important;
  }
}

.main-navigation .navbar__container {
  padding: 0.75rem calc(30px / 2);
  width: 100%;
}

@media (min-width: 992px) {
  .main-navigation .navbar__container {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    padding: 0 30px !important;
  }
}

@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: var(--grimlock-container-width);
}

.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--hero-displayed.grimlock--navigation-inside-top .main-navigation,
.grimlock--custom_header-displayed.grimlock--navigation-inside-bottom .main-navigation,
.grimlock--hero-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,
  .grimlock--hero-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) {
  .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: 160px;
    max-height: 80px;
  }
  .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: 130px;
    max-height: 65px;
  }
  .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: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  position: absolute;
  border: 0;
  border-radius: 0;
  top: 50%;
  right: 3px;
  transform: translateY(-12.5px) translateZ(0);
  transition: opacity .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%;
  right: 0;
  margin-top: -5px;
}

.main-navigation .navbar-toggler span, .main-navigation .navbar-toggler span:before, .main-navigation .navbar-toggler span:after {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 0;
  transition: transform .2s ease;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
  background-color: currentColor !important;
}

.main-navigation .navbar-toggler span:before, .main-navigation .navbar-toggler span:after {
  content: '';
  transition: width .15s ease-in-out;
}

.main-navigation .navbar-toggler span:before {
  top: 9px;
}

.main-navigation .navbar-toggler span:after {
  bottom: 7px;
  opacity: 0 !important;
}

.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: 25px;
}

.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;
}

.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;
}

.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(0, 0, 0, 0.9);
}

.navbar-light .main-navigation .navbar-brand a:hover, .navbar-light .main-navigation .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .main-navigation .navbar-brand a {
  color: white;
}

.navbar-dark .main-navigation .navbar-brand a:hover, .navbar-dark .main-navigation .navbar-brand a:focus {
  color: white;
}

.main-navigation .navbar-brand__logo img {
  max-width: 130px;
  max-height: 65px;
  height: auto;
  width: auto;
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-brand__logo img {
    max-height: 28px !important;
  }
}

.main-navigation .navbar-brand__title {
  font-weight: 500;
}

.main-navigation .navbar-brand__title a.site-title-link {
  color: #292640;
}

.main-navigation .navbar-brand__tagline {
  font-size: 60%;
  color: #6d7a88;
}

.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 (max-width: 991.98px) {
  .main-navigation .navbar-collapse {
    margin-right: -20px;
    padding-right: 15px;
  }
}

@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: .75rem !important;
  padding-bottom: .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;
  }
}

.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;
}

@media (min-width: 992px) {
  .hamburger-navbar.navbar--container-fluid .navbar__aside {
    right: 30px;
  }
}

@media (min-width: 992px) {
  .grimlock--navigation-hamburger-right .hamburger-navbar.navbar--container-fluid,
  .grimlock--navigation-fixed-right .hamburger-navbar.navbar--container-fluid {
    left: 30px;
    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: #fff !important;
}

/* Navbar Vertical */
.main-navigation.grimlock-vertical-navigation {
  height: 100vh;
  height: 100%;
  padding: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  border-bottom: none !important;
  overflow: hidden;
}

.main-navigation.grimlock-vertical-navigation .navbar-wrapper {
  width: 343px;
  height: 100%;
  padding-right: 38px;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-navigation.grimlock-vertical-navigation .navbar-wrapper::-webkit-scrollbar {
  width: 0px;
}

.main-navigation.grimlock-vertical-navigation .navbar-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.main-navigation.grimlock-vertical-navigation .navbar-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.04);
  outline: 0;
}

@media screen and (max-width: 400px) {
  .main-navigation.grimlock-vertical-navigation .navbar-wrapper {
    max-width: calc(82vw + 44px);
  }
}

.main-navigation.grimlock-vertical-navigation .navbar-wrapper > ul,
.main-navigation.grimlock-vertical-navigation .navbar-wrapper > div {
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-brand {
  text-align: center;
  padding: 1rem;
  order: -100;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-brand img {
  display: inline-block;
  max-width: 80%;
  max-height: 50px;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search {
  order: -99;
  padding: 1.5rem;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search .d-lg-none {
  display: block !important;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search .d-lg-block {
  display: none !important;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search form.search-form {
  color: var(--grimlock-control-placeholder-color);
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search form.search-form input.search-field {
  color: var(--grimlock-control-color) !important;
  background-color: var(--grimlock-control-background-color) !important;
  border: var(--grimlock-control-border-width) solid var(--grimlock-control-border-color) !important;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search form.search-form input.search-field::-moz-placeholder {
  color: var(--grimlock-control-placeholder-color) !important;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search form.search-form input.search-field:-moz-placeholder-shown {
  color: var(--grimlock-control-placeholder-color) !important;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search form.search-form input.search-field::placeholder, .main-navigation.grimlock-vertical-navigation .vertical-navbar-search form.search-form input.search-field:placeholder-shown {
  color: var(--grimlock-control-placeholder-color) !important;
}

.main-navigation.grimlock-vertical-navigation .vertical-navbar-search form.search-form input.search-field:focus {
  color: var(--grimlock-control-focus-color) !important;
  background-color: var(--grimlock-control-focus-background-color) !important;
  border-color: var(--grimlock-control-focus-border-color) !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) {
  flex-wrap: wrap;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) {
  float: none !important;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) + li {
  margin: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) .sub-menu {
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]):hover .sub-menu {
  display: none;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) > a {
  display: flex !important;
  padding: .75rem 1.5rem .75rem 1.5rem !important;
  width: 100%;
  border-radius: 0 !important;
  white-space: normal;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) > a:before {
  height: 100% !important;
  bottom: 0 !important;
  transform: none !important;
  background-color: var(--grimlock-navigation-menu-item-active-background-color) !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) > a:hover {
  color: var(--grimlock-navigation-menu-item-active-color);
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) .menu-item-description {
  display: none !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav:not(.navbar-nav--social):not(.navbar-nav--buddypress) .menu-item:not([class*="menu-item--btn"]) .has-image {
  flex: 0 0 100%;
  max-width: 100%;
}

.main-navigation.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;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item.menu-item-has-children.is-toggled > a:after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.main-navigation.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;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu.is-open {
  display: block !important;
  position: static;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .menu-item a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .menu-item a:after {
  content: none;
}

.main-navigation.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;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .sub-menu > .menu-item > a {
  padding-left: 1.5rem;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .sub-menu > .menu-item > a:before {
  content: "\2014";
  margin-right: 5px;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item > .sub-menu .sub-menu > .menu-item:after {
  content: none;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav > .menu-item a ins {
  right: 2em;
  transform: translate3d(0, -50%, 0);
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--buddypress {
  padding: 0 !important;
  margin: 1rem 0 0 0 !important;
  order: -30;
  border: 0;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--buddypress .menu-item {
  float: none !important;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--buddypress .menu-item > a.menu-item--profile__link {
  width: 100%;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--buddypress .menu-item > a:hover {
  color: var(--grimlock-navigation-menu-item-active-color);
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--buddypress .bubble-count {
  top: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--buddypress.logged-in .menu-item:not(.menu-item--profile) > a:hover {
  border-radius: 0;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--woocommerce {
  order: -20;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--woocommerce-account {
  order: -10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--woocommerce-account li.menu-item {
  width: auto !important;
}

.grimlock--navigation-fixed-left .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social,
.grimlock--navigation-fixed-right .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social {
  order: 10;
  margin: 0;
  border: 0;
}

.grimlock--navigation-fixed-left .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social a,
.grimlock--navigation-fixed-right .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social a {
  font-size: 0.85em;
}

.grimlock--navigation-fixed-left .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social a:not(:hover),
.grimlock--navigation-fixed-right .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social a:not(:hover) {
  opacity: .8;
}

.grimlock--navigation-fixed-left .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social a:hover,
.grimlock--navigation-fixed-right .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social a:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social {
    display: block !important;
    border: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social > .menu-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: middle;
  }
  .main-navigation.grimlock-vertical-navigation .navbar-nav.navbar-nav--social > .menu-item a {
    font-size: 0.85em;
  }
}

.grimlock--navigation-hamburger-left .main-navigation.grimlock-vertical-navigation,
.grimlock--navigation-hamburger-right .main-navigation.grimlock-vertical-navigation {
  padding-top: 0;
  padding-bottom: 0;
}

.grimlock--navigation-hamburger-left .main-navigation.grimlock-vertical-navigation .vertical-navbar-brand,
.grimlock--navigation-hamburger-left .main-navigation.grimlock-vertical-navigation .vertical-navbar-search,
.grimlock--navigation-hamburger-right .main-navigation.grimlock-vertical-navigation .vertical-navbar-brand,
.grimlock--navigation-hamburger-right .main-navigation.grimlock-vertical-navigation .vertical-navbar-search {
  display: none;
}

@media (min-width: 992px) {
  .grimlock--navigation-hamburger-left .main-navigation.grimlock-vertical-navigation .navbar-nav--social,
  .grimlock--navigation-hamburger-right .main-navigation.grimlock-vertical-navigation .navbar-nav--social {
    display: none !important;
  }
}

.main-navigation.grimlock-vertical-navigation form .search-field {
  border: 0 !important;
}

.main-navigation.grimlock-vertical-navigation form .form-group, .main-navigation.grimlock-vertical-navigation form form.wpcf7-form-form-control-wrap, .main-navigation.grimlock-vertical-navigation form .gform_wrapper .gfield, .gform_wrapper .main-navigation.grimlock-vertical-navigation form .gfield, .main-navigation.grimlock-vertical-navigation form .ninja-forms-form .field-wrap, .ninja-forms-form .main-navigation.grimlock-vertical-navigation form .field-wrap, .main-navigation.grimlock-vertical-navigation form .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .main-navigation.grimlock-vertical-navigation form #ninja_forms_required_items {
  margin-bottom: 0;
}

.main-navigation.grimlock-vertical-navigation .widget-area {
  padding: 1.5rem;
}

.main-navigation.grimlock-vertical-navigation .widget-area .widget-title {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
}

.main-navigation.grimlock-vertical-navigation .widget-area .widget-title:after {
  content: '';
  display: block;
  margin-top: 10px;
  height: 4px;
  width: 100%;
  border: 0;
  background-color: currentColor;
  opacity: .1;
}

.main-navigation.grimlock-vertical-navigation .widget-area .widget-title:empty {
  display: none;
}

.main-navigation.grimlock-vertical-navigation .widget-area .widget-title a {
  color: inherit;
}

.main-navigation.grimlock-vertical-navigation .widget-area .widget + .widget {
  margin-top: 2rem;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section > .region__container,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section > .region__container {
  padding: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section > .region__container > .region__row,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section > .region__container > .region__row {
  margin: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section > .region__container > .region__row > .region__col,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section > .region__container > .region__row > .region__col {
  padding: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section [id^="term-"],
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] {
  min-height: 150px !important;
  max-height: 150px;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section [id^="term-"] .card,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .card {
  max-height: 150px;
  min-height: 150px;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section [id^="term-"] .card-body,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .card-body {
  max-height: 150px;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section [id^="term-"] .card-img,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .card-img {
  border-radius: 0 !important;
}

.main-navigation.grimlock-vertical-navigation .grimlock-section [id^="term-"] .entry-summary,
.main-navigation.grimlock-vertical-navigation .grimlock-term-query-section [id^="term-"] .entry-summary {
  display: none !important;
}

.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: 1rem;
  }
  .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;
  }
}

/**
 * Pagination
 *
 * Post navigation, Pager & Pagination
*/
:root {
  --grimlock-pagination-font-size: .95rem;
  --grimlock-pagination-font-weight: var(--grimlock-button-font-weight);
}

.post-navigation .nav-links a,
.posts-navigation .nav-links a {
  box-shadow: 0 1px 4px var(--grimlock-archive-post-box-shadow-color);
}

/**
 * Sections
 *
 * Visual section components.
 */
.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: 600;
}

.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;
  text-decoration: none !important;
  color: var(--grimlock-button-primary-background-color);
}

.gorgo--theme-ornaments-displayed .grimlock-section .grimlock-section__title ins, .gorgo--theme-ornaments-displayed
.grimlock-section .grimlock-section__subtitle ins {
  color: inherit;
}

.gorgo--theme-ornaments-displayed .grimlock-section .grimlock-section__title ins:after, .gorgo--theme-ornaments-displayed
.grimlock-section .grimlock-section__subtitle ins:after {
  content: '';
  display: block;
  height: 15px;
  background-color: var(--grimlock-button-primary-background-color);
  position: absolute;
  bottom: .2em;
  pointer-events: none;
  left: -5px;
  right: -5px;
  opacity: .25;
  z-index: -1;
}

.grimlock-section .grimlock-section__title ins.inverse:after,
.grimlock-section .grimlock-section__subtitle ins.inverse:after {
  background-color: #fff !important;
}

.grimlock-section .grimlock-section__thumbnail-caption {
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 2;
  color: #fff;
  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 .grimlock-section__btn.btn-lg {
  min-width: 250px;
  max-width: 100%;
  font-size: 1rem;
}

#secondary-right .grimlock-section .grimlock-section__btn.btn-lg,
#secondary-left .grimlock-section .grimlock-section__btn.btn-lg {
  min-width: 100%;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header)[style*="background-image:"] .grimlock-section__text a:not(.section__btn) {
  color: inherit !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section--deco .section__header:after {
  content: "\2022";
  font-size: 1.3em;
  padding-top: .4em;
  padding-bottom: .5em;
  display: block;
  opacity: .3;
  letter-spacing: 10px;
  line-height: normal;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section--boxed {
  z-index: 9;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).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-hero):not(.grimlock-custom_header).section--boxed .region__inner {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section--above {
    position: relative;
    z-index: 9;
    margin-bottom: -4% !important;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__header {
  padding-bottom: 2%;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .grimlock-section__title {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .grimlock-section__title.lead + .grimlock-section__subtitle {
  margin-top: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .grimlock-section__subtitle {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: .3rem;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .grimlock-section__text {
  font-size: 1.1em;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .grimlock-section__text a img {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .grimlock-section__thumbnail {
  text-align: center;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer .btn.btn-link.btn-lg, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer x button.btn-link.btn-lg, x .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer button.btn-link.btn-lg,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer .btn-link.btn-lg.button,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="button"],
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="submit"],
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="reset"], .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer .main-navigation .navbar-nav > .menu-item.btn-inside > a.btn-link.btn-lg, .main-navigation .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer .navbar-nav > .menu-item.btn-inside > a.btn-link.btn-lg {
  font-size: .9em;
  letter-spacing: 3px;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .grimlock-section__btn {
  margin-top: 3%;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__container,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid > .region__inner > .region__container {
  max-width: 100%;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid .region__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid .region__container > .region__row {
  margin: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid .region__container > .region__row > .region__col {
  padding-left: 0;
  padding-right: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid.grimlock-query-section .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--container-fluid.grimlock-query-section--posts .region__col--2, .grimlock-section:not(.grimlock-hero):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-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__row {
  align-items: center;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-top .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-top .region__row {
  align-items: stretch;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-bottom .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-bottom .region__row {
  align-items: flex-end;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-center .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-center .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--4-8-cols-left.section--align-center .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--4-8-cols-left-reverse.section--align-center .region__row {
  align-items: center;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-center .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-center .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--4-8-cols-left.section--align-center .region__col--2, .grimlock-section:not(.grimlock-hero):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-hero):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-hero):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-hero):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-hero):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-hero):not(.grimlock-custom_header).region--12-cols-left .grimlock-section__subtitle, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--12-cols-center .grimlock-section__subtitle, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--12-cols-right .grimlock-section__subtitle {
  max-width: 740px;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--12-cols-center .grimlock-section__subtitle {
  margin-left: auto;
  margin-right: auto;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).p-0 .region__inner,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).p-0 .region__inner > .region__container,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).p-0 .region__row > .region__col {
  padding: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pt-0 .region__inner {
  padding-top: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pb-0 .region__inner {
  padding-bottom: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner > .region__container {
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner > .region__container {
    padding-left: 0 !important;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner > .region__container {
  padding-left: 0 !important;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner > .region__container {
    padding-right: 0 !important;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner > .region__container > .region__row {
  width: 100%;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section_thumbnail_parallax {
  overflow: hidden;
}

.grimlock-section:not(.grimlock-hero):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-hero):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-hero):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: #fff;
}

.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;
}

@media (max-width: 991.98px) {
  .grimlock-gallery-section .region__col--1 {
    margin-bottom: 1rem;
  }
}

#hero .grimlock-reveal-element[data-grimlock-animate-scroll-reveal]:not([style*="visibility"]),
#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"]),
.section_terms_reveal > .term: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;
}

[class*="posts--3-3-3-3"] .entry-meta {
  font-size: .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: .2rem;
  margin-bottom: 0;
}

[class*="posts--3-3-3-3"] .entry-meta .post-author .author-avatar {
  padding-right: .1rem !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 {
  width: 25px;
  height: 25px;
}

[class*="posts--3-3-3-3"] .entry-meta .post-coauthors {
  margin-right: .2rem;
  margin-bottom: 0;
}

[class*="posts--3-3-3-3"] .entry-meta .post-coauthors:after {
  content: none !important;
}

@media (min-width: 1600px) {
  #before_content .grimlock-query-section__posts.posts--8-4-cols-featured-grid,
  .homepage-top .grimlock-query-section__posts.posts--8-4-cols-featured-grid,
  .grimlock-query-section__posts--overflowing .grimlock-query-section__posts.posts--8-4-cols-featured-grid {
    margin-left: -4vw;
    margin-right: -4vw;
    width: auto;
    max-width: 1000%;
  }
  #before_content .grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child .card .card-body,
  .homepage-top .grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child .card .card-body,
  .grimlock-query-section__posts--overflowing .grimlock-query-section__posts.posts--8-4-cols-featured-grid [id^="post-"]:first-child .card .card-body {
    padding-left: calc(4vw - 15px) !important;
  }
}

/**
 * Singles
 *
 * Single posts styles.
 */
body.single.single-post #main > .pmpro-no-access,
body.single.grimlock--single #main > .pmpro-no-access,
body.page #main > .pmpro-no-access {
  margin-bottom: 6vw !important;
}

body.single.single-post #main > .pmpro-no-access .entry-thumbnail,
body.single.grimlock--single #main > .pmpro-no-access .entry-thumbnail,
body.page #main > .pmpro-no-access .entry-thumbnail {
  margin-bottom: -20vw !important;
  position: relative;
}

body.single.single-post #main > .pmpro-no-access .entry-thumbnail img,
body.single.grimlock--single #main > .pmpro-no-access .entry-thumbnail img,
body.page #main > .pmpro-no-access .entry-thumbnail img {
  box-shadow: none !important;
}

body.single.single-post #main > .pmpro-no-access .entry-thumbnail:after,
body.single.grimlock--single #main > .pmpro-no-access .entry-thumbnail:after,
body.page #main > .pmpro-no-access .entry-thumbnail:after {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  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 #main > .pmpro-no-access .entry-content,
body.single.grimlock--single #main > .pmpro-no-access .entry-content,
body.page #main > .pmpro-no-access .entry-content {
  margin-bottom: 3vw;
}

body.single.single-post #main > .pmpro-no-access .pmpro_content_message,
body.single.grimlock--single #main > .pmpro-no-access .pmpro_content_message,
body.page #main > .pmpro-no-access .pmpro_content_message {
  position: relative;
  z-index: 9;
}

body.single.single-post #main > .pmpro-no-access .entry-author,
body.single.single-post #main > .pmpro-no-access .entry-separator,
body.single.single-post #main > .pmpro-no-access .entry-related-posts,
body.single.grimlock--single #main > .pmpro-no-access .entry-author,
body.single.grimlock--single #main > .pmpro-no-access .entry-separator,
body.single.grimlock--single #main > .pmpro-no-access .entry-related-posts,
body.page #main > .pmpro-no-access .entry-author,
body.page #main > .pmpro-no-access .entry-separator,
body.page #main > .pmpro-no-access .entry-related-posts {
  position: relative;
  z-index: 10;
}

body.single.single-post #main > .pmpro-no-access .entry-separator,
body.single.single-post #main > .pmpro-no-access .entry-footer,
body.single.single-post #main > .pmpro-no-access .entry-related-posts,
body.single.grimlock--single #main > .pmpro-no-access .entry-separator,
body.single.grimlock--single #main > .pmpro-no-access .entry-footer,
body.single.grimlock--single #main > .pmpro-no-access .entry-related-posts,
body.page #main > .pmpro-no-access .entry-separator,
body.page #main > .pmpro-no-access .entry-footer,
body.page #main > .pmpro-no-access .entry-related-posts {
  display: none;
}

body.single.single-post .grimlock--single-header,
body.single.grimlock--single .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,
body.single.grimlock--single #content,
body.page #content {
  padding-bottom: 0 !important;
}

body.single.single-post #main > [id^="post-"],
body.single.grimlock--single #main > [id^="post-"],
body.page #main > [id^="post-"] {
  margin-bottom: 2rem;
}

body.single.single-post #main > [id^="post-"] .entry-content .entry-content__holder,
body.single.grimlock--single #main > [id^="post-"] .entry-content .entry-content__holder,
body.page #main > [id^="post-"] .entry-content .entry-content__holder {
  font-size: 1.05em;
  line-height: 1.9em;
}

body.single.single-post #main > [id^="post-"] .entry-content .entry-content__holder > p,
body.single.grimlock--single #main > [id^="post-"] .entry-content .entry-content__holder > p,
body.page #main > [id^="post-"] .entry-content .entry-content__holder > p {
  margin-bottom: 2rem;
}

body.single.single-post #main > [id^="post-"] .entry-content .entry-content__holder > p + h1,
body.single.single-post #main > [id^="post-"] .entry-content .entry-content__holder > p + h2,
body.single.single-post #main > [id^="post-"] .entry-content .entry-content__holder > p + h3,
body.single.single-post #main > [id^="post-"] .entry-content .entry-content__holder > p + h4,
body.single.grimlock--single #main > [id^="post-"] .entry-content .entry-content__holder > p + h1,
body.single.grimlock--single #main > [id^="post-"] .entry-content .entry-content__holder > p + h2,
body.single.grimlock--single #main > [id^="post-"] .entry-content .entry-content__holder > p + h3,
body.single.grimlock--single #main > [id^="post-"] .entry-content .entry-content__holder > p + h4,
body.page #main > [id^="post-"] .entry-content .entry-content__holder > p + h1,
body.page #main > [id^="post-"] .entry-content .entry-content__holder > p + h2,
body.page #main > [id^="post-"] .entry-content .entry-content__holder > p + h3,
body.page #main > [id^="post-"] .entry-content .entry-content__holder > p + h4 {
  padding-top: 2%;
}

body.single.single-post #main > [id^="post-"] .entry-content > pre,
body.single.grimlock--single #main > [id^="post-"] .entry-content > pre,
body.page #main > [id^="post-"] .entry-content > pre {
  white-space: normal;
}

body.single.single-post #main > [id^="post-"] .entry-content > figure.wp-caption[style*="width: 1200"],
body.single.grimlock--single #main > [id^="post-"] .entry-content > figure.wp-caption[style*="width: 1200"],
body.page #main > [id^="post-"] .entry-content > figure.wp-caption[style*="width: 1200"] {
  width: 100% !important;
}

body.single.single-post #main > [id^="post-"] .entry-content img:not(.avatar),
body.single.grimlock--single #main > [id^="post-"] .entry-content img:not(.avatar),
body.page #main > [id^="post-"] .entry-content img:not(.avatar) {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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.single.grimlock--single #main > [id^="post-"] .entry-content > p,
body.single.grimlock--single #main > [id^="post-"] .entry-content > ul > li,
body.single.grimlock--single #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(.wp-block-social-link-anchor),
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor),
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor),
body.single.grimlock--single #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor),
body.single.grimlock--single #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor),
body.single.grimlock--single #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor),
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor),
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor),
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor) {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 2px), #FF6162 0), linear-gradient(transparent calc(100% - 2px), rgba(255, 97, 98, 0.3) 0);
  background-size: 0 100%,100% 100%;
  transition: all .25s ease-in-out;
  background-position: left -0.1em;
}

body.single.single-post #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover, body.single.single-post #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active, body.single.single-post #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.single.single-post #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.single.single-post #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.single.grimlock--single #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.single.grimlock--single #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.single.grimlock--single #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.single.grimlock--single #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.single.grimlock--single #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.single.grimlock--single #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.single.grimlock--single #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.single.grimlock--single #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.single.grimlock--single #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.page #main > [id^="post-"] .entry-content > p > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.page #main > [id^="post-"] .entry-content > ul > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):focus,
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):hover,
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):active,
body.page #main > [id^="post-"] .entry-content > ol > li > a:not([class*="button"]):not([class*="btn"]):not(.more-link):not(.wp-block-social-link-anchor):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.single.grimlock--single #main > [id^="post-"] .entry-content > ol,
body.single.grimlock--single #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.single.grimlock--single #main > [id^="post-"] .entry-content > ol li,
body.single.grimlock--single #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.single.grimlock--single #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.single.grimlock--single #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.single.grimlock--single #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: #fff;
  font-weight: 600;
  font-size: 0.8em;
  position: relative;
  top: 0;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  body.single.single-post #main > [id^="post-"] .entry-content ol.list-ordered li:before,
  body.single.grimlock--single #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.single.grimlock--single #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.single.grimlock--single #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.single.grimlock--single #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.single.grimlock--single #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: .5;
  margin-right: 3px;
}

body.single.single-post #main > [id^="post-"] .entry-labels,
body.single.grimlock--single #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.single.grimlock--single #main > [id^="post-"] .entry-labels > div + div,
body.single.grimlock--single #main > [id^="post-"] .entry-labels > div + a,
body.single.grimlock--single #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: .3rem;
}

body.single.single-post #main > [id^="post-"] .entry-footer,
body.single.grimlock--single #main > [id^="post-"] .entry-footer,
body.page #main > [id^="post-"] .entry-footer {
  margin-top: 1rem;
  position: relative;
  z-index: 9;
  width: 100%;
}

body.single.single-post #main > [id^="post-"] .entry-footer .edit-link,
body.single.grimlock--single #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.single.grimlock--single #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.single.grimlock--single #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 + a,
body.single.grimlock--single #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-"],
body.single.grimlock--single #main > [id^="post-"] {
  display: flex;
  flex-wrap: wrap;
}

body.single.single-post .site-main .entry-content .addtoany_content,
body.single.single-post .site-main .entry-content .wpulike,
body.single.grimlock--single .site-main .entry-content .addtoany_content,
body.single.grimlock--single .site-main .entry-content .wpulike {
  display: none !important;
}

body.single.single-post .site-main .entry-content .wp-block-quote,
body.single.grimlock--single .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,
body.single.grimlock--single .site-main .entry-content .wp-block-quote cite {
  opacity: 1;
  color: inherit;
  font-size: .9em;
}

body.single.single-post .site-main .entry-content .wp-block-quote cite:before,
body.single.grimlock--single .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,
body.single.grimlock--single .site-main .entry-content .wp-block-embed {
  margin: 4% auto;
}

body.single.single-post .site-main .addtoany_content,
body.single.grimlock--single .site-main .addtoany_content {
  margin: 0;
}

body.single.single-post .site-main .tags-links,
body.single.grimlock--single .site-main .tags-links {
  margin: 0;
}

body.single.single-post .entry-author,
body.single.grimlock--single .entry-author {
  margin-top: calc(50px + 2rem);
  width: 100%;
}

body.single.single-post .entry-author .author-avatar img,
body.single.grimlock--single .entry-author .author-avatar img {
  margin-top: -50px;
  max-width: 100px;
  height: auto;
  box-shadow: 0 0 0 8px #FFF;
}

body.single.single-post .entry-author .author-social li a,
body.single.grimlock--single .entry-author .author-social li a {
  border-radius: 500px;
  padding: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0.9em;
  width: 40px;
  height: 40px;
}

body.single.single-post .entry-author .author-heading .gorgo-icon,
body.single.grimlock--single .entry-author .author-heading .gorgo-icon {
  position: relative;
  top: -1px;
  font-size: .65em;
}

body.single.single-post .entry-coauthors,
body.single.grimlock--single .entry-coauthors {
  position: relative;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  margin-top: calc(50px + 2rem);
  margin-bottom: 1.5rem;
}

body.single.single-post .entry-coauthors .entry-coauthor,
body.single.grimlock--single .entry-coauthors .entry-coauthor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

body.single.single-post .entry-coauthors .coauthor-avatar,
body.single.grimlock--single .entry-coauthors .coauthor-avatar {
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

body.single.single-post .entry-coauthors .coauthor-avatar img,
body.single.grimlock--single .entry-coauthors .coauthor-avatar img {
  margin-top: -50px;
  max-width: 100px;
  height: auto;
  box-shadow: 0 0 0 8px #FFF;
  border-radius: 500px;
}

body.single.single-post .entry-coauthors.has-multiple-coauthors,
body.single.grimlock--single .entry-coauthors.has-multiple-coauthors {
  padding: 1.5rem 0;
  text-align: left;
  margin-top: 2rem;
  margin-left: 50px;
}

body.single.single-post .entry-coauthors.has-multiple-coauthors .entry-coauthor,
body.single.grimlock--single .entry-coauthors.has-multiple-coauthors .entry-coauthor {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

body.single.single-post .entry-coauthors.has-multiple-coauthors .entry-coauthor:last-of-type,
body.single.grimlock--single .entry-coauthors.has-multiple-coauthors .entry-coauthor:last-of-type {
  margin-bottom: 0;
}

body.single.single-post .entry-coauthors.has-multiple-coauthors .coauthor-avatar,
body.single.grimlock--single .entry-coauthors.has-multiple-coauthors .coauthor-avatar {
  margin-bottom: 0;
}

body.single.single-post .entry-coauthors.has-multiple-coauthors .coauthor-avatar img,
body.single.grimlock--single .entry-coauthors.has-multiple-coauthors .coauthor-avatar img {
  margin-right: 25px;
  margin-left: -50px;
  margin-top: 0;
}

body.single.single-post .post-coauthors .post-coauthor:not(:last-of-type):after,
body.single.grimlock--single .post-coauthors .post-coauthor:not(:last-of-type):after {
  content: "\2022";
  display: inline-block;
  margin-left: .5rem;
  opacity: .75;
}

body.single.single-post .post-coauthors .post-coauthor + .post-coauthor,
body.single.grimlock--single .post-coauthors .post-coauthor + .post-coauthor {
  margin-left: 0.5rem !important;
}

body.single.single-post .post-coauthors .post-coauthor:hover img,
body.single.grimlock--single .post-coauthors .post-coauthor:hover img {
  opacity: 1;
}

body.single.single-post .author-bio,
body.single.single-post .coauthor-bio,
body.single.grimlock--single .author-bio,
body.single.grimlock--single .coauthor-bio {
  max-width: 480px;
  margin: 0 auto;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header {
  width: 100%;
  flex-direction: row !important;
  order: 96;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 0;
  border-top: 1px solid var(--grimlock-archive-post-border-color);
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .entry-labels,
body.single.grimlock--single.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,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .entry-labels,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .entry-meta {
  display: inline-flex !important;
  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.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header h1.entry-title,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-header .hr-vertical {
  display: none !important;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-author,
body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-coauthors,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-author,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-coauthors {
  order: 99;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-footer,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-footer {
  order: 98;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-separator,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] > .entry-separator {
  order: 100;
}

body.single.single-post.grimlock--custom_header-displayed #content [id^="post-"] > .entry-edit-link,
body.single.grimlock--single.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,
body.single.grimlock--single.grimlock--custom_header-displayed #content [id^="post-"] .entry-related-posts {
  order: 100;
}

body.single.single-post #custom_header,
body.single.grimlock--single #custom_header {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.single.single-post #custom_header .region__container,
body.single.grimlock--single #custom_header .region__container {
  position: static !important;
}

body.single.single-post #custom_header .section__title,
body.single.grimlock--single #custom_header .section__title {
  width: 100%;
}

body.single.single-post #custom_header .author,
body.single.single-post #custom_header div.post-author,
body.single.single-post #custom_header div.post-coauthors,
body.single.grimlock--single #custom_header .author,
body.single.grimlock--single #custom_header div.post-author,
body.single.grimlock--single #custom_header div.post-coauthors {
  font-weight: 600;
  display: inline-flex;
  justify-content: inherit;
}

body.single.single-post #custom_header .author img + img,
body.single.single-post #custom_header div.post-author img + img,
body.single.single-post #custom_header div.post-coauthors img + img,
body.single.grimlock--single #custom_header .author img + img,
body.single.grimlock--single #custom_header div.post-author img + img,
body.single.grimlock--single #custom_header div.post-coauthors img + img {
  display: none !important;
}

body.single.single-post #custom_header .posted-on,
body.single.grimlock--single #custom_header .posted-on {
  pointer-events: none;
}

body.single.single-post #custom_header .cat-links,
body.single.grimlock--single #custom_header .cat-links {
  display: inline-flex;
  align-items: center;
}

body.single.single-post #custom_header .cat-links a,
body.single.grimlock--single #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,
body.single.grimlock--single #custom_header .cat-links a:hover {
  opacity: .75;
}

body.single.single-post #custom_header .cat-links a + a:before,
body.single.grimlock--single #custom_header .cat-links a + a:before {
  content: "\2022";
  margin-right: 8px;
  margin-left: 6px;
  opacity: .4;
  pointer-events: none;
  font-size: 12px;
}

body.single.single-post #custom_header .cat-links + .post-format-links,
body.single.grimlock--single #custom_header .cat-links + .post-format-links {
  margin-right: 1rem;
}

body.single.single-post #custom_header .post-format-links,
body.single.grimlock--single #custom_header .post-format-links {
  display: inline-flex;
  align-items: center;
  order: -1;
}

body.single.single-post #custom_header .post-format-links .post-format,
body.single.grimlock--single #custom_header .post-format-links .post-format {
  display: flex;
  padding: .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__header,
body.single.grimlock--single #custom_header .section__header {
  flex-direction: initial;
}

body.single.single-post #custom_header .section__title,
body.single.grimlock--single #custom_header .section__title {
  margin-bottom: 1.5rem;
  width: 100%;
}

body.single.single-post #custom_header .section__subtitle,
body.single.grimlock--single #custom_header .section__subtitle {
  margin-bottom: 2rem;
  width: 100%;
}

body.single.single-post #custom_header .section__meta,
body.single.grimlock--single #custom_header .section__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: .95em;
  min-height: 52px;
  align-items: center;
}

body.single.single-post #custom_header .section__meta a,
body.single.grimlock--single #custom_header .section__meta a {
  color: inherit !important;
}

body.single.single-post #custom_header .section__meta a:hover,
body.single.grimlock--single #custom_header .section__meta a:hover {
  opacity: .75;
}

body.single.single-post #custom_header .section__meta .posted-on-label,
body.single.grimlock--single #custom_header .section__meta .posted-on-label {
  margin-right: .25em;
}

body.single.single-post #custom_header .section__meta .author,
body.single.single-post #custom_header .section__meta div.post-author,
body.single.single-post #custom_header .section__meta div.post-coauthors,
body.single.grimlock--single #custom_header .section__meta .author,
body.single.grimlock--single #custom_header .section__meta div.post-author,
body.single.grimlock--single #custom_header .section__meta div.post-coauthors {
  order: -1;
}

body.single.single-post #custom_header .section__meta .author:after,
body.single.single-post #custom_header .section__meta div.post-author:after,
body.single.single-post #custom_header .section__meta div.post-coauthors:after,
body.single.grimlock--single #custom_header .section__meta .author:after,
body.single.grimlock--single #custom_header .section__meta div.post-author:after,
body.single.grimlock--single #custom_header .section__meta div.post-coauthors:after {
  content: "\2022";
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  opacity: .75;
}

body.single.single-post #custom_header .section__meta .post-coauthors .post-coauthor:after,
body.single.grimlock--single #custom_header .section__meta .post-coauthors .post-coauthor:after {
  content: none;
}

body.single.single-post #custom_header .section__meta .author-avatar,
body.single.single-post #custom_header .section__meta .coauthor-avatar,
body.single.grimlock--single #custom_header .section__meta .author-avatar,
body.single.grimlock--single #custom_header .section__meta .coauthor-avatar {
  width: 52px;
  height: 52px;
  padding-right: 0 !important;
  margin-right: 0.5rem;
}

body.single.single-post #custom_header .section__meta .author-avatar .avatar,
body.single.single-post #custom_header .section__meta .coauthor-avatar .avatar,
body.single.grimlock--single #custom_header .section__meta .author-avatar .avatar,
body.single.grimlock--single #custom_header .section__meta .coauthor-avatar .avatar {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

body.single.single-post #custom_header .section__meta .byline-label,
body.single.grimlock--single #custom_header .section__meta .byline-label {
  display: none;
}

body.single.single-post #custom_header .section__meta .avatar-round-ratio,
body.single.grimlock--single #custom_header .section__meta .avatar-round-ratio {
  position: absolute;
  top: 0;
  left: 0;
}

body.single.single-post #custom_header .section__meta .author-vcard,
body.single.single-post #custom_header .section__meta .coauthor-vcard,
body.single.grimlock--single #custom_header .section__meta .author-vcard,
body.single.grimlock--single #custom_header .section__meta .coauthor-vcard {
  display: block;
  font-weight: 600;
}

body.single.single-post #custom_header .section__meta > div:not(.author):not(.post-author):not(.post-coauthor),
body.single.grimlock--single #custom_header .section__meta > div:not(.author):not(.post-author):not(.post-coauthor) {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-size: 0.9em;
}

body.single.single-post #custom_header .section__meta .post-reading-time,
body.single.grimlock--single #custom_header .section__meta .post-reading-time {
  order: 99;
}

body.single.single-post #custom_header .section__meta .post-reading-time + .posted-on:after,
body.single.grimlock--single #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,
body.single.grimlock--single #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,
body.single.grimlock--single #custom_header.region--12-cols-center .cat-links,
body.single.grimlock--single #custom_header.region--12-cols-left .cat-links,
body.single.grimlock--single #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,
body.single.grimlock--single #custom_header.region--12-cols-center .section__meta,
body.single.grimlock--single #custom_header.region--12-cols-left .section__meta,
body.single.grimlock--single #custom_header.region--12-cols-right .section__meta {
  font-size: 1em;
}

body.single.single-post #custom_header.region--12-cols-center .section__header,
body.single.grimlock--single #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,
body.single.grimlock--single #custom_header.region--12-cols-center .section__meta {
  width: auto;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  text-align: center;
  flex: 0 0 100%;
}

body.single.single-post #custom_header.region--12-cols-center .section__meta .avatar-round-ratio,
body.single.grimlock--single #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,
body.single.grimlock--single #custom_header.region--12-cols-center .section__meta .author {
  margin-top: 60px;
}

body.single.single-post #custom_header.region--12-cols-right .section__meta,
body.single.grimlock--single #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,
body.single.grimlock--single #custom_header.region--12-cols-right .section__meta .avatar-round-ratio {
  right: 0;
  left: auto;
}

body.single.single-post #content .entry-thumbnail,
body.single.grimlock--single #content .entry-thumbnail {
  pointer-events: none;
  position: relative;
  text-align: center;
  margin-bottom: calc(var(--grimlock-single-content-padding-y) * 2);
}

@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,
  body.single.grimlock--single #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,
  body.single.grimlock--single #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,
body.single.grimlock--single #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,
body.single.grimlock--single #content.region--9-3-cols-left .entry-separator,
body.single.grimlock--single #content.region--3-9-cols-left .entry-separator,
body.single.grimlock--single #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,
body.single.grimlock--single #content.region--9-3-cols-left .entry-title,
body.single.grimlock--single #content.region--3-9-cols-left .entry-title,
body.single.grimlock--single #content.region--3-6-3-cols-left .entry-title {
  margin-top: 0 !important;
  font-size: 2.7rem;
}

body.single.single-post #content .entry-meta,
body.single.grimlock--single #content .entry-meta {
  position: relative;
}

body.single.single-post #content .entry-meta .author-avatar,
body.single.single-post #content .entry-meta .coauthor-avatar,
body.single.grimlock--single #content .entry-meta .author-avatar,
body.single.grimlock--single #content .entry-meta .coauthor-avatar {
  width: 52px;
  height: 52px;
  z-index: 9;
  box-sizing: content-box;
}

body.single.single-post #content .entry-meta .author-avatar img.avatar,
body.single.single-post #content .entry-meta .coauthor-avatar img.avatar,
body.single.grimlock--single #content .entry-meta .author-avatar img.avatar,
body.single.grimlock--single #content .entry-meta .coauthor-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,
body.single.grimlock--single #content .entry-content .rt-reading-time {
  display: none !important;
}

body.single.single-post #content .entry-content .addtoany_content,
body.single.single-post #content .entry-content .wpulike,
body.single.grimlock--single #content .entry-content .addtoany_content,
body.single.grimlock--single #content .entry-content .wpulike {
  vertical-align: middle;
  padding: 1rem 0;
  clear: none;
  margin: 0;
  height: 100px;
  display: flex;
  align-items: center;
}

body.single.single-post #content .entry-content .wpulike,
body.single.grimlock--single #content .entry-content .wpulike {
  float: left;
}

body.single.single-post #content .entry-content .addtoany_content,
body.single.grimlock--single #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 {
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.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;
}

.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;
}

body.single.single-post #main > [id^="post-"] .entry-content > pre,
body.single.single--grimlock #main > [id^="post-"] .entry-content > pre,
body.page #main > [id^="post-"] .entry-content > pre {
  white-space: pre-wrap;
}

.grimlock--single-footer .cat-links {
  display: none;
}

/**
 * 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;
}

/**
 * Widgets
 *
 * WP Core Widget styles.
 */
.widget,
.elementor-widget {
  margin: 0;
}

.widget:empty,
.elementor-widget:empty {
  display: none;
}

#secondary-left .widget,
#secondary-right .widget, #secondary-left
.elementor-widget,
#secondary-right
.elementor-widget {
  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: 1rem;
  color: var(--grimlock-archive-post-color);
}

#secondary-left .widget ~ .widget,
#secondary-left .widget ~ .elementor-widget,
#secondary-right .widget ~ .widget,
#secondary-right .widget ~ .elementor-widget, #secondary-left
.elementor-widget ~ .widget,
#secondary-left
.elementor-widget ~ .elementor-widget,
#secondary-right
.elementor-widget ~ .widget,
#secondary-right
.elementor-widget ~ .elementor-widget {
  margin-top: 30px;
}

#secondary-left .widget .widget-title,
#secondary-left .widget h5,
#secondary-right .widget .widget-title,
#secondary-right .widget h5, #secondary-left
.elementor-widget .widget-title,
#secondary-left
.elementor-widget h5,
#secondary-right
.elementor-widget .widget-title,
#secondary-right
.elementor-widget h5 {
  font-size: .9rem;
  position: relative;
  width: auto;
  margin: -1rem -1rem 1rem -1rem;
  padding: 1rem 1rem 0 1rem;
  display: block;
  line-height: 1em;
  color: var(--grimlock-archive-post-title-color);
}

#secondary-left .widget .widget-title:after,
#secondary-left .widget h5:after,
#secondary-right .widget .widget-title:after,
#secondary-right .widget h5:after, #secondary-left
.elementor-widget .widget-title:after,
#secondary-left
.elementor-widget h5:after,
#secondary-right
.elementor-widget .widget-title:after,
#secondary-right
.elementor-widget h5:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 0.8rem;
  background-color: currentColor;
  margin-left: -1rem;
  margin-right: -1rem;
  opacity: .1;
}

#secondary-left .widget .widget-title:empty,
#secondary-left .widget h5:empty,
#secondary-right .widget .widget-title:empty,
#secondary-right .widget h5:empty, #secondary-left
.elementor-widget .widget-title:empty,
#secondary-left
.elementor-widget h5:empty,
#secondary-right
.elementor-widget .widget-title:empty,
#secondary-right
.elementor-widget h5:empty {
  display: none;
}

#secondary-left .widget .widget-title a:not([class*="button"]):not([class*="btn"]):not(:hover),
#secondary-left .widget h5 a:not([class*="button"]):not([class*="btn"]):not(:hover),
#secondary-right .widget .widget-title a:not([class*="button"]):not([class*="btn"]):not(:hover),
#secondary-right .widget h5 a:not([class*="button"]):not([class*="btn"]):not(:hover), #secondary-left
.elementor-widget .widget-title a:not([class*="button"]):not([class*="btn"]):not(:hover),
#secondary-left
.elementor-widget h5 a:not([class*="button"]):not([class*="btn"]):not(:hover),
#secondary-right
.elementor-widget .widget-title a:not([class*="button"]):not([class*="btn"]):not(:hover),
#secondary-right
.elementor-widget h5 a:not([class*="button"]):not([class*="btn"]):not(:hover) {
  color: inherit;
}

#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, #secondary-left
.elementor-widget h1, #secondary-left
.elementor-widget h2, #secondary-left
.elementor-widget h3, #secondary-left
.elementor-widget h4, #secondary-left
.elementor-widget h5, #secondary-left
.elementor-widget h6,
#secondary-right
.elementor-widget h1,
#secondary-right
.elementor-widget h2,
#secondary-right
.elementor-widget h3,
#secondary-right
.elementor-widget h4,
#secondary-right
.elementor-widget h5,
#secondary-right
.elementor-widget h6 {
  color: var(--grimlock-archive-post-title-color);
}

#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), #secondary-left
.elementor-widget h1 a:not(:hover), #secondary-left
.elementor-widget h2 a:not(:hover), #secondary-left
.elementor-widget h3 a:not(:hover), #secondary-left
.elementor-widget h4 a:not(:hover), #secondary-left
.elementor-widget h5 a:not(:hover), #secondary-left
.elementor-widget h6 a:not(:hover),
#secondary-right
.elementor-widget h1 a:not(:hover),
#secondary-right
.elementor-widget h2 a:not(:hover),
#secondary-right
.elementor-widget h3 a:not(:hover),
#secondary-right
.elementor-widget h4 a:not(:hover),
#secondary-right
.elementor-widget h5 a:not(:hover),
#secondary-right
.elementor-widget h6 a:not(:hover) {
  color: inherit !important;
}

.site-preheader .widget, .site-preheader
.elementor-widget {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site-prefooter .widget + .widget, .site-prefooter
.elementor-widget + .widget {
  padding-top: 2rem;
}

.site-prefooter .widget + .widget[id*="monster-widget"], .site-prefooter
.elementor-widget + .widget[id*="monster-widget"] {
  padding-top: 3rem;
}

.site-footer .widget, .site-footer
.elementor-widget {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .site-footer .widget, .site-footer
  .elementor-widget {
    text-align: center;
  }
}

.site-footer .widget + .widget, .site-footer
.elementor-widget + .widget {
  padding-top: 0.5rem;
}

.site-footer .widget + .widget[id*="monster-widget"], .site-footer
.elementor-widget + .widget[id*="monster-widget"] {
  padding-top: 3rem;
}

.widget .menu,
.elementor-widget .menu {
  margin-bottom: 0;
}

.widget select,
.elementor-widget select {
  max-width: 100%;
  width: 100%;
}

.widget img,
.elementor-widget img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.widget_archive ul > li, .widget_categories ul > li, .widget_links ul > li, .widget_nav_menu ul > li, .widget_pages ul > li, .widget_rss ul > li, .widget_projects_categories ul > li, .widget_recent_comments ul > li, .widget_recent_entries ul > li, .widget_layered_nav ul > li, .widget_meta ul > li, .widget_display_forums ul > li, .widget_display_views ul > li,
.elementor-widget_archive ul > li,
.elementor-widget_categories ul > li,
.elementor-widget_links ul > li,
.elementor-widget_nav_menu ul > li,
.elementor-widget_pages ul > li,
.elementor-widget_rss ul > li,
.elementor-widget_projects_categories ul > li,
.elementor-widget_recent_comments ul > li,
.elementor-widget_recent_entries ul > li,
.elementor-widget_layered_nav ul > li,
.elementor-widget_meta ul > li,
.elementor-widget_display_forums ul > li,
.elementor-widget_display_views ul > li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.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, .sidebar
.elementor-widget_archive ul > li,
.site-prefooter
.elementor-widget_archive ul > li, .sidebar
.elementor-widget_categories ul > li,
.site-prefooter
.elementor-widget_categories ul > li, .sidebar
.elementor-widget_links ul > li,
.site-prefooter
.elementor-widget_links ul > li, .sidebar
.elementor-widget_nav_menu ul > li,
.site-prefooter
.elementor-widget_nav_menu ul > li, .sidebar
.elementor-widget_pages ul > li,
.site-prefooter
.elementor-widget_pages ul > li, .sidebar
.elementor-widget_rss ul > li,
.site-prefooter
.elementor-widget_rss ul > li, .sidebar
.elementor-widget_projects_categories ul > li,
.site-prefooter
.elementor-widget_projects_categories ul > li, .sidebar
.elementor-widget_recent_comments ul > li,
.site-prefooter
.elementor-widget_recent_comments ul > li, .sidebar
.elementor-widget_recent_entries ul > li,
.site-prefooter
.elementor-widget_recent_entries ul > li, .sidebar
.elementor-widget_layered_nav ul > li,
.site-prefooter
.elementor-widget_layered_nav ul > li, .sidebar
.elementor-widget_meta ul > li,
.site-prefooter
.elementor-widget_meta ul > li, .sidebar
.elementor-widget_display_forums ul > li,
.site-prefooter
.elementor-widget_display_forums ul > li, .sidebar
.elementor-widget_display_views ul > li,
.site-prefooter
.elementor-widget_display_views ul > li {
  margin-top: .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, .sidebar
.elementor-widget_archive ul > li, .sidebar
.elementor-widget_categories ul > li, .sidebar
.elementor-widget_links ul > li, .sidebar
.elementor-widget_nav_menu ul > li, .sidebar
.elementor-widget_pages ul > li, .sidebar
.elementor-widget_rss ul > li, .sidebar
.elementor-widget_projects_categories ul > li, .sidebar
.elementor-widget_recent_comments ul > li, .sidebar
.elementor-widget_recent_entries ul > li, .sidebar
.elementor-widget_layered_nav ul > li, .sidebar
.elementor-widget_meta ul > li, .sidebar
.elementor-widget_display_forums ul > li, .sidebar
.elementor-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, .sidebar
.elementor-widget_archive ul > li > a:before, .sidebar
.elementor-widget_categories ul > li > a:before, .sidebar
.elementor-widget_links ul > li > a:before, .sidebar
.elementor-widget_nav_menu ul > li > a:before, .sidebar
.elementor-widget_pages ul > li > a:before, .sidebar
.elementor-widget_rss ul > li > a:before, .sidebar
.elementor-widget_projects_categories ul > li > a:before, .sidebar
.elementor-widget_recent_comments ul > li > a:before, .sidebar
.elementor-widget_recent_entries ul > li > a:before, .sidebar
.elementor-widget_layered_nav ul > li > a:before, .sidebar
.elementor-widget_meta ul > li > a:before, .sidebar
.elementor-widget_display_forums ul > li > a:before, .sidebar
.elementor-widget_display_views ul > li > a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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.2s ease-in-out;
  content: "\e987";
  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, .sidebar
  .elementor-widget_archive ul > li > a:before, .sidebar
  .elementor-widget_categories ul > li > a:before, .sidebar
  .elementor-widget_links ul > li > a:before, .sidebar
  .elementor-widget_nav_menu ul > li > a:before, .sidebar
  .elementor-widget_pages ul > li > a:before, .sidebar
  .elementor-widget_rss ul > li > a:before, .sidebar
  .elementor-widget_projects_categories ul > li > a:before, .sidebar
  .elementor-widget_recent_comments ul > li > a:before, .sidebar
  .elementor-widget_recent_entries ul > li > a:before, .sidebar
  .elementor-widget_layered_nav ul > li > a:before, .sidebar
  .elementor-widget_meta ul > li > a:before, .sidebar
  .elementor-widget_display_forums ul > li > a:before, .sidebar
  .elementor-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, .sidebar
.elementor-widget_archive ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_archive ul > li.current-cat > a:before, .sidebar
.elementor-widget_categories ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_categories ul > li.current-cat > a:before, .sidebar
.elementor-widget_links ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_links ul > li.current-cat > a:before, .sidebar
.elementor-widget_nav_menu ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_nav_menu ul > li.current-cat > a:before, .sidebar
.elementor-widget_pages ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_pages ul > li.current-cat > a:before, .sidebar
.elementor-widget_rss ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_rss ul > li.current-cat > a:before, .sidebar
.elementor-widget_projects_categories ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_projects_categories ul > li.current-cat > a:before, .sidebar
.elementor-widget_recent_comments ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_recent_comments ul > li.current-cat > a:before, .sidebar
.elementor-widget_recent_entries ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_recent_entries ul > li.current-cat > a:before, .sidebar
.elementor-widget_layered_nav ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_layered_nav ul > li.current-cat > a:before, .sidebar
.elementor-widget_meta ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_meta ul > li.current-cat > a:before, .sidebar
.elementor-widget_display_forums ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_display_forums ul > li.current-cat > a:before, .sidebar
.elementor-widget_display_views ul > li.current-menu-item > a:before,
.sidebar
.elementor-widget_display_views ul > li.current-cat > a:before {
  content: "\e989";
}

.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, .sidebar
.elementor-widget_archive ul > li > a:hover:before, .sidebar
.elementor-widget_categories ul > li > a:hover:before, .sidebar
.elementor-widget_links ul > li > a:hover:before, .sidebar
.elementor-widget_nav_menu ul > li > a:hover:before, .sidebar
.elementor-widget_pages ul > li > a:hover:before, .sidebar
.elementor-widget_rss ul > li > a:hover:before, .sidebar
.elementor-widget_projects_categories ul > li > a:hover:before, .sidebar
.elementor-widget_recent_comments ul > li > a:hover:before, .sidebar
.elementor-widget_recent_entries ul > li > a:hover:before, .sidebar
.elementor-widget_layered_nav ul > li > a:hover:before, .sidebar
.elementor-widget_meta ul > li > a:hover:before, .sidebar
.elementor-widget_display_forums ul > li > a:hover:before, .sidebar
.elementor-widget_display_views ul > li > a:hover:before {
  color: var(--grimlock-archive-post-link-hover-color);
  opacity: 1;
}

.rtl .sidebar .widget_archive ul > li > a:before, .rtl .sidebar .widget_categories ul > li > a:before, .rtl .sidebar .widget_links ul > li > a:before, .rtl .sidebar .widget_nav_menu ul > li > a:before, .rtl .sidebar .widget_pages ul > li > a:before, .rtl .sidebar .widget_rss ul > li > a:before, .rtl .sidebar .widget_projects_categories ul > li > a:before, .rtl .sidebar .widget_recent_comments ul > li > a:before, .rtl .sidebar .widget_recent_entries ul > li > a:before, .rtl .sidebar .widget_layered_nav ul > li > a:before, .rtl .sidebar .widget_meta ul > li > a:before, .rtl .sidebar .widget_display_forums ul > li > a:before, .rtl .sidebar .widget_display_views ul > li > a:before, .rtl .sidebar
.elementor-widget_archive ul > li > a:before, .rtl .sidebar
.elementor-widget_categories ul > li > a:before, .rtl .sidebar
.elementor-widget_links ul > li > a:before, .rtl .sidebar
.elementor-widget_nav_menu ul > li > a:before, .rtl .sidebar
.elementor-widget_pages ul > li > a:before, .rtl .sidebar
.elementor-widget_rss ul > li > a:before, .rtl .sidebar
.elementor-widget_projects_categories ul > li > a:before, .rtl .sidebar
.elementor-widget_recent_comments ul > li > a:before, .rtl .sidebar
.elementor-widget_recent_entries ul > li > a:before, .rtl .sidebar
.elementor-widget_layered_nav ul > li > a:before, .rtl .sidebar
.elementor-widget_meta ul > li > a:before, .rtl .sidebar
.elementor-widget_display_forums ul > li > a:before, .rtl .sidebar
.elementor-widget_display_views ul > li > a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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.2s ease-in-out;
  content: "\e985";
  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) {
  .rtl .sidebar .widget_archive ul > li > a:before, .rtl .sidebar .widget_categories ul > li > a:before, .rtl .sidebar .widget_links ul > li > a:before, .rtl .sidebar .widget_nav_menu ul > li > a:before, .rtl .sidebar .widget_pages ul > li > a:before, .rtl .sidebar .widget_rss ul > li > a:before, .rtl .sidebar .widget_projects_categories ul > li > a:before, .rtl .sidebar .widget_recent_comments ul > li > a:before, .rtl .sidebar .widget_recent_entries ul > li > a:before, .rtl .sidebar .widget_layered_nav ul > li > a:before, .rtl .sidebar .widget_meta ul > li > a:before, .rtl .sidebar .widget_display_forums ul > li > a:before, .rtl .sidebar .widget_display_views ul > li > a:before, .rtl .sidebar
  .elementor-widget_archive ul > li > a:before, .rtl .sidebar
  .elementor-widget_categories ul > li > a:before, .rtl .sidebar
  .elementor-widget_links ul > li > a:before, .rtl .sidebar
  .elementor-widget_nav_menu ul > li > a:before, .rtl .sidebar
  .elementor-widget_pages ul > li > a:before, .rtl .sidebar
  .elementor-widget_rss ul > li > a:before, .rtl .sidebar
  .elementor-widget_projects_categories ul > li > a:before, .rtl .sidebar
  .elementor-widget_recent_comments ul > li > a:before, .rtl .sidebar
  .elementor-widget_recent_entries ul > li > a:before, .rtl .sidebar
  .elementor-widget_layered_nav ul > li > a:before, .rtl .sidebar
  .elementor-widget_meta ul > li > a:before, .rtl .sidebar
  .elementor-widget_display_forums ul > li > a:before, .rtl .sidebar
  .elementor-widget_display_views ul > li > a:before {
    transition: none;
  }
}

.rtl .sidebar .widget_archive ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_archive ul > li.current-cat > a:before, .rtl .sidebar .widget_categories ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_categories ul > li.current-cat > a:before, .rtl .sidebar .widget_links ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_links ul > li.current-cat > a:before, .rtl .sidebar .widget_nav_menu ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_nav_menu ul > li.current-cat > a:before, .rtl .sidebar .widget_pages ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_pages ul > li.current-cat > a:before, .rtl .sidebar .widget_rss ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_rss ul > li.current-cat > a:before, .rtl .sidebar .widget_projects_categories ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_projects_categories ul > li.current-cat > a:before, .rtl .sidebar .widget_recent_comments ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_recent_comments ul > li.current-cat > a:before, .rtl .sidebar .widget_recent_entries ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_recent_entries ul > li.current-cat > a:before, .rtl .sidebar .widget_layered_nav ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_layered_nav ul > li.current-cat > a:before, .rtl .sidebar .widget_meta ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_meta ul > li.current-cat > a:before, .rtl .sidebar .widget_display_forums ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_display_forums ul > li.current-cat > a:before, .rtl .sidebar .widget_display_views ul > li.current-menu-item > a:before,
.rtl .sidebar .widget_display_views ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_archive ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_archive ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_categories ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_categories ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_links ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_links ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_nav_menu ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_nav_menu ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_pages ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_pages ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_rss ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_rss ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_projects_categories ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_projects_categories ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_recent_comments ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_recent_comments ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_recent_entries ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_recent_entries ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_layered_nav ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_layered_nav ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_meta ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_meta ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_display_forums ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_display_forums ul > li.current-cat > a:before, .rtl .sidebar
.elementor-widget_display_views ul > li.current-menu-item > a:before,
.rtl .sidebar
.elementor-widget_display_views ul > li.current-cat > a:before {
  content: "\e988";
}

.rtl .sidebar .widget_archive ul > li > a:hover:before, .rtl .sidebar .widget_categories ul > li > a:hover:before, .rtl .sidebar .widget_links ul > li > a:hover:before, .rtl .sidebar .widget_nav_menu ul > li > a:hover:before, .rtl .sidebar .widget_pages ul > li > a:hover:before, .rtl .sidebar .widget_rss ul > li > a:hover:before, .rtl .sidebar .widget_projects_categories ul > li > a:hover:before, .rtl .sidebar .widget_recent_comments ul > li > a:hover:before, .rtl .sidebar .widget_recent_entries ul > li > a:hover:before, .rtl .sidebar .widget_layered_nav ul > li > a:hover:before, .rtl .sidebar .widget_meta ul > li > a:hover:before, .rtl .sidebar .widget_display_forums ul > li > a:hover:before, .rtl .sidebar .widget_display_views ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_archive ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_categories ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_links ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_nav_menu ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_pages ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_rss ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_projects_categories ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_recent_comments ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_recent_entries ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_layered_nav ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_meta ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_display_forums ul > li > a:hover:before, .rtl .sidebar
.elementor-widget_display_views ul > li > a:hover:before {
  color: var(--grimlock-archive-post-link-hover-color);
  opacity: 1;
}

.widget_archive ul > li a:not([class*="button"]):not([class*="btn"]), .widget_categories ul > li a:not([class*="button"]):not([class*="btn"]), .widget_links ul > li a:not([class*="button"]):not([class*="btn"]), .widget_nav_menu ul > li a:not([class*="button"]):not([class*="btn"]), .widget_pages ul > li a:not([class*="button"]):not([class*="btn"]), .widget_rss ul > li a:not([class*="button"]):not([class*="btn"]), .widget_projects_categories ul > li a:not([class*="button"]):not([class*="btn"]), .widget_recent_comments ul > li a:not([class*="button"]):not([class*="btn"]), .widget_recent_entries ul > li a:not([class*="button"]):not([class*="btn"]), .widget_layered_nav ul > li a:not([class*="button"]):not([class*="btn"]), .widget_meta ul > li a:not([class*="button"]):not([class*="btn"]), .widget_display_forums ul > li a:not([class*="button"]):not([class*="btn"]), .widget_display_views ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_archive ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_categories ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_links ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_nav_menu ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_pages ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_rss ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_projects_categories ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_recent_comments ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_recent_entries ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_layered_nav ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_meta ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_display_forums ul > li a:not([class*="button"]):not([class*="btn"]),
.elementor-widget_display_views ul > li a:not([class*="button"]):not([class*="btn"]) {
  color: inherit;
  opacity: .7;
}

.widget_archive ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_categories ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_links ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_nav_menu ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_pages ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_rss ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_projects_categories ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_recent_comments ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_recent_entries ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_layered_nav ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_meta ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_display_forums ul > li a:not([class*="button"]):not([class*="btn"]):hover, .widget_display_views ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_archive ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_categories ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_links ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_nav_menu ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_pages ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_rss ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_projects_categories ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_recent_comments ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_recent_entries ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_layered_nav ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_meta ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_display_forums ul > li a:not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget_display_views ul > li a:not([class*="button"]):not([class*="btn"]):hover {
  opacity: .9;
}

.sidebar .widget_archive ul .children,
.site-prefooter .widget_archive ul .children, .sidebar .widget_categories ul .children,
.site-prefooter .widget_categories ul .children, .sidebar .widget_links ul .children,
.site-prefooter .widget_links ul .children, .sidebar .widget_nav_menu ul .children,
.site-prefooter .widget_nav_menu ul .children, .sidebar .widget_pages ul .children,
.site-prefooter .widget_pages ul .children, .sidebar .widget_rss ul .children,
.site-prefooter .widget_rss ul .children, .sidebar .widget_projects_categories ul .children,
.site-prefooter .widget_projects_categories ul .children, .sidebar .widget_recent_comments ul .children,
.site-prefooter .widget_recent_comments ul .children, .sidebar .widget_recent_entries ul .children,
.site-prefooter .widget_recent_entries ul .children, .sidebar .widget_layered_nav ul .children,
.site-prefooter .widget_layered_nav ul .children, .sidebar .widget_meta ul .children,
.site-prefooter .widget_meta ul .children, .sidebar .widget_display_forums ul .children,
.site-prefooter .widget_display_forums ul .children, .sidebar .widget_display_views ul .children,
.site-prefooter .widget_display_views ul .children, .sidebar
.elementor-widget_archive ul .children,
.site-prefooter
.elementor-widget_archive ul .children, .sidebar
.elementor-widget_categories ul .children,
.site-prefooter
.elementor-widget_categories ul .children, .sidebar
.elementor-widget_links ul .children,
.site-prefooter
.elementor-widget_links ul .children, .sidebar
.elementor-widget_nav_menu ul .children,
.site-prefooter
.elementor-widget_nav_menu ul .children, .sidebar
.elementor-widget_pages ul .children,
.site-prefooter
.elementor-widget_pages ul .children, .sidebar
.elementor-widget_rss ul .children,
.site-prefooter
.elementor-widget_rss ul .children, .sidebar
.elementor-widget_projects_categories ul .children,
.site-prefooter
.elementor-widget_projects_categories ul .children, .sidebar
.elementor-widget_recent_comments ul .children,
.site-prefooter
.elementor-widget_recent_comments ul .children, .sidebar
.elementor-widget_recent_entries ul .children,
.site-prefooter
.elementor-widget_recent_entries ul .children, .sidebar
.elementor-widget_layered_nav ul .children,
.site-prefooter
.elementor-widget_layered_nav ul .children, .sidebar
.elementor-widget_meta ul .children,
.site-prefooter
.elementor-widget_meta ul .children, .sidebar
.elementor-widget_display_forums ul .children,
.site-prefooter
.elementor-widget_display_forums ul .children, .sidebar
.elementor-widget_display_views ul .children,
.site-prefooter
.elementor-widget_display_views ul .children {
  margin-top: .618em;
  margin-left: 0;
  font-size: .9em;
}

.sidebar .widget_archive ul .children > li > a:before,
.site-prefooter .widget_archive ul .children > li > a:before, .sidebar .widget_categories ul .children > li > a:before,
.site-prefooter .widget_categories ul .children > li > a:before, .sidebar .widget_links ul .children > li > a:before,
.site-prefooter .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, .sidebar .widget_pages ul .children > li > a:before,
.site-prefooter .widget_pages ul .children > li > a:before, .sidebar .widget_rss ul .children > li > a:before,
.site-prefooter .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, .sidebar .widget_recent_comments ul .children > li > a:before,
.site-prefooter .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, .sidebar .widget_layered_nav ul .children > li > a:before,
.site-prefooter .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, .sidebar .widget_display_forums ul .children > li > a:before,
.site-prefooter .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, .sidebar
.elementor-widget_archive ul .children > li > a:before,
.site-prefooter
.elementor-widget_archive ul .children > li > a:before, .sidebar
.elementor-widget_categories ul .children > li > a:before,
.site-prefooter
.elementor-widget_categories ul .children > li > a:before, .sidebar
.elementor-widget_links ul .children > li > a:before,
.site-prefooter
.elementor-widget_links ul .children > li > a:before, .sidebar
.elementor-widget_nav_menu ul .children > li > a:before,
.site-prefooter
.elementor-widget_nav_menu ul .children > li > a:before, .sidebar
.elementor-widget_pages ul .children > li > a:before,
.site-prefooter
.elementor-widget_pages ul .children > li > a:before, .sidebar
.elementor-widget_rss ul .children > li > a:before,
.site-prefooter
.elementor-widget_rss ul .children > li > a:before, .sidebar
.elementor-widget_projects_categories ul .children > li > a:before,
.site-prefooter
.elementor-widget_projects_categories ul .children > li > a:before, .sidebar
.elementor-widget_recent_comments ul .children > li > a:before,
.site-prefooter
.elementor-widget_recent_comments ul .children > li > a:before, .sidebar
.elementor-widget_recent_entries ul .children > li > a:before,
.site-prefooter
.elementor-widget_recent_entries ul .children > li > a:before, .sidebar
.elementor-widget_layered_nav ul .children > li > a:before,
.site-prefooter
.elementor-widget_layered_nav ul .children > li > a:before, .sidebar
.elementor-widget_meta ul .children > li > a:before,
.site-prefooter
.elementor-widget_meta ul .children > li > a:before, .sidebar
.elementor-widget_display_forums ul .children > li > a:before,
.site-prefooter
.elementor-widget_display_forums ul .children > li > a:before, .sidebar
.elementor-widget_display_views ul .children > li > a:before,
.site-prefooter
.elementor-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,
.site-prefooter .widget_archive ul .children > li .children, .sidebar .widget_categories ul .children > li .children,
.site-prefooter .widget_categories ul .children > li .children, .sidebar .widget_links ul .children > li .children,
.site-prefooter .widget_links ul .children > li .children, .sidebar .widget_nav_menu ul .children > li .children,
.site-prefooter .widget_nav_menu ul .children > li .children, .sidebar .widget_pages ul .children > li .children,
.site-prefooter .widget_pages ul .children > li .children, .sidebar .widget_rss ul .children > li .children,
.site-prefooter .widget_rss ul .children > li .children, .sidebar .widget_projects_categories ul .children > li .children,
.site-prefooter .widget_projects_categories ul .children > li .children, .sidebar .widget_recent_comments ul .children > li .children,
.site-prefooter .widget_recent_comments ul .children > li .children, .sidebar .widget_recent_entries ul .children > li .children,
.site-prefooter .widget_recent_entries ul .children > li .children, .sidebar .widget_layered_nav ul .children > li .children,
.site-prefooter .widget_layered_nav ul .children > li .children, .sidebar .widget_meta ul .children > li .children,
.site-prefooter .widget_meta ul .children > li .children, .sidebar .widget_display_forums ul .children > li .children,
.site-prefooter .widget_display_forums ul .children > li .children, .sidebar .widget_display_views ul .children > li .children,
.site-prefooter .widget_display_views ul .children > li .children, .sidebar
.elementor-widget_archive ul .children > li .children,
.site-prefooter
.elementor-widget_archive ul .children > li .children, .sidebar
.elementor-widget_categories ul .children > li .children,
.site-prefooter
.elementor-widget_categories ul .children > li .children, .sidebar
.elementor-widget_links ul .children > li .children,
.site-prefooter
.elementor-widget_links ul .children > li .children, .sidebar
.elementor-widget_nav_menu ul .children > li .children,
.site-prefooter
.elementor-widget_nav_menu ul .children > li .children, .sidebar
.elementor-widget_pages ul .children > li .children,
.site-prefooter
.elementor-widget_pages ul .children > li .children, .sidebar
.elementor-widget_rss ul .children > li .children,
.site-prefooter
.elementor-widget_rss ul .children > li .children, .sidebar
.elementor-widget_projects_categories ul .children > li .children,
.site-prefooter
.elementor-widget_projects_categories ul .children > li .children, .sidebar
.elementor-widget_recent_comments ul .children > li .children,
.site-prefooter
.elementor-widget_recent_comments ul .children > li .children, .sidebar
.elementor-widget_recent_entries ul .children > li .children,
.site-prefooter
.elementor-widget_recent_entries ul .children > li .children, .sidebar
.elementor-widget_layered_nav ul .children > li .children,
.site-prefooter
.elementor-widget_layered_nav ul .children > li .children, .sidebar
.elementor-widget_meta ul .children > li .children,
.site-prefooter
.elementor-widget_meta ul .children > li .children, .sidebar
.elementor-widget_display_forums ul .children > li .children,
.site-prefooter
.elementor-widget_display_forums ul .children > li .children, .sidebar
.elementor-widget_display_views ul .children > li .children,
.site-prefooter
.elementor-widget_display_views ul .children > li .children {
  font-size: .85em;
  margin-left: 1em;
}

.sidebar .widget_archive ul .children > li .children > li > a:before,
.site-prefooter .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, .sidebar .widget_links ul .children > li .children > li > a:before,
.site-prefooter .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, .sidebar .widget_pages ul .children > li .children > li > a:before,
.site-prefooter .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, .sidebar .widget_projects_categories ul .children > li .children > li > a:before,
.site-prefooter .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, .sidebar .widget_recent_entries ul .children > li .children > li > a:before,
.site-prefooter .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, .sidebar .widget_meta ul .children > li .children > li > a:before,
.site-prefooter .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, .sidebar .widget_display_views ul .children > li .children > li > a:before,
.site-prefooter .widget_display_views ul .children > li .children > li > a:before, .sidebar
.elementor-widget_archive ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_archive ul .children > li .children > li > a:before, .sidebar
.elementor-widget_categories ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_categories ul .children > li .children > li > a:before, .sidebar
.elementor-widget_links ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_links ul .children > li .children > li > a:before, .sidebar
.elementor-widget_nav_menu ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_nav_menu ul .children > li .children > li > a:before, .sidebar
.elementor-widget_pages ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_pages ul .children > li .children > li > a:before, .sidebar
.elementor-widget_rss ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_rss ul .children > li .children > li > a:before, .sidebar
.elementor-widget_projects_categories ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_projects_categories ul .children > li .children > li > a:before, .sidebar
.elementor-widget_recent_comments ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_recent_comments ul .children > li .children > li > a:before, .sidebar
.elementor-widget_recent_entries ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_recent_entries ul .children > li .children > li > a:before, .sidebar
.elementor-widget_layered_nav ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_layered_nav ul .children > li .children > li > a:before, .sidebar
.elementor-widget_meta ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_meta ul .children > li .children > li > a:before, .sidebar
.elementor-widget_display_forums ul .children > li .children > li > a:before,
.site-prefooter
.elementor-widget_display_forums ul .children > li .children > li > a:before, .sidebar
.elementor-widget_display_views ul .children > li .children > li > a:before,
.site-prefooter
.elementor-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, .sidebar .widget_categories ul .sub-menu,
.site-prefooter .widget_categories ul .sub-menu, .sidebar .widget_links ul .sub-menu,
.site-prefooter .widget_links ul .sub-menu, .sidebar .widget_nav_menu ul .sub-menu,
.site-prefooter .widget_nav_menu ul .sub-menu, .sidebar .widget_pages ul .sub-menu,
.site-prefooter .widget_pages ul .sub-menu, .sidebar .widget_rss ul .sub-menu,
.site-prefooter .widget_rss ul .sub-menu, .sidebar .widget_projects_categories ul .sub-menu,
.site-prefooter .widget_projects_categories ul .sub-menu, .sidebar .widget_recent_comments ul .sub-menu,
.site-prefooter .widget_recent_comments ul .sub-menu, .sidebar .widget_recent_entries ul .sub-menu,
.site-prefooter .widget_recent_entries ul .sub-menu, .sidebar .widget_layered_nav ul .sub-menu,
.site-prefooter .widget_layered_nav ul .sub-menu, .sidebar .widget_meta ul .sub-menu,
.site-prefooter .widget_meta ul .sub-menu, .sidebar .widget_display_forums ul .sub-menu,
.site-prefooter .widget_display_forums ul .sub-menu, .sidebar .widget_display_views ul .sub-menu,
.site-prefooter .widget_display_views ul .sub-menu, .sidebar
.elementor-widget_archive ul .sub-menu,
.site-prefooter
.elementor-widget_archive ul .sub-menu, .sidebar
.elementor-widget_categories ul .sub-menu,
.site-prefooter
.elementor-widget_categories ul .sub-menu, .sidebar
.elementor-widget_links ul .sub-menu,
.site-prefooter
.elementor-widget_links ul .sub-menu, .sidebar
.elementor-widget_nav_menu ul .sub-menu,
.site-prefooter
.elementor-widget_nav_menu ul .sub-menu, .sidebar
.elementor-widget_pages ul .sub-menu,
.site-prefooter
.elementor-widget_pages ul .sub-menu, .sidebar
.elementor-widget_rss ul .sub-menu,
.site-prefooter
.elementor-widget_rss ul .sub-menu, .sidebar
.elementor-widget_projects_categories ul .sub-menu,
.site-prefooter
.elementor-widget_projects_categories ul .sub-menu, .sidebar
.elementor-widget_recent_comments ul .sub-menu,
.site-prefooter
.elementor-widget_recent_comments ul .sub-menu, .sidebar
.elementor-widget_recent_entries ul .sub-menu,
.site-prefooter
.elementor-widget_recent_entries ul .sub-menu, .sidebar
.elementor-widget_layered_nav ul .sub-menu,
.site-prefooter
.elementor-widget_layered_nav ul .sub-menu, .sidebar
.elementor-widget_meta ul .sub-menu,
.site-prefooter
.elementor-widget_meta ul .sub-menu, .sidebar
.elementor-widget_display_forums ul .sub-menu,
.site-prefooter
.elementor-widget_display_forums ul .sub-menu, .sidebar
.elementor-widget_display_views ul .sub-menu,
.site-prefooter
.elementor-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,
.elementor-widget_archive > ul:last-of-type,
.elementor-widget_categories > ul:last-of-type,
.elementor-widget_links > ul:last-of-type,
.elementor-widget_nav_menu > ul:last-of-type,
.elementor-widget_pages > ul:last-of-type,
.elementor-widget_rss > ul:last-of-type,
.elementor-widget_projects_categories > ul:last-of-type,
.elementor-widget_recent_comments > ul:last-of-type,
.elementor-widget_recent_entries > ul:last-of-type,
.elementor-widget_layered_nav > ul:last-of-type,
.elementor-widget_meta > ul:last-of-type,
.elementor-widget_display_forums > ul:last-of-type,
.elementor-widget_display_views > ul:last-of-type {
  margin-bottom: 0;
}

.widget_nav_menu .menu-item,
.elementor-widget_nav_menu .menu-item {
  max-width: 100%;
}

.widget_nav_menu img,
.widget_nav_menu .menu-item-description,
.elementor-widget_nav_menu img,
.elementor-widget_nav_menu .menu-item-description {
  display: none !important;
}

.widget_nav_menu .menu-item-img-wrapper,
.widget_nav_menu .menu-item-label,
.elementor-widget_nav_menu .menu-item-img-wrapper,
.elementor-widget_nav_menu .menu-item-label {
  display: inline;
}

.sidebar .widget_recent_comments ul > li > a:before, .sidebar
.elementor-widget_recent_comments ul > li > a:before {
  content: "\e9b0";
}

.site-prefooter .widget_recent_comments .recentcomments,
.site-footer .widget_recent_comments .recentcomments, .site-prefooter
.elementor-widget_recent_comments .recentcomments,
.site-footer
.elementor-widget_recent_comments .recentcomments {
  word-break: break-all;
}

.site-prefooter .widget_recent_comments .recentcomments + .recentcomments,
.site-footer .widget_recent_comments .recentcomments + .recentcomments, .site-prefooter
.elementor-widget_recent_comments .recentcomments + .recentcomments,
.site-footer
.elementor-widget_recent_comments .recentcomments + .recentcomments {
  margin-top: 10px;
}

.site-prefooter .widget_recent_entries ul > li > a, .site-prefooter
.elementor-widget_recent_entries ul > li > a {
  font-size: 1rem;
  margin-bottom: 0;
}

.sidebar .widget_recent_entries ul > li > a:before, .sidebar
.elementor-widget_recent_entries ul > li > a:before {
  content: "\e915";
}

.widget_rss .widget-title .rsswidget:first-child,
.elementor-widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child img,
.elementor-widget_rss .widget-title .rsswidget:first-child img {
  display: none;
}

.widget_rss li + li,
.elementor-widget_rss li + li {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 13px;
  margin-top: 15px;
}

.widget_rss li .rsswidget,
.elementor-widget_rss li .rsswidget {
  font-weight: 600;
  font-size: 0.9em;
}

.widget_rss li .rss-date,
.elementor-widget_rss li .rss-date {
  opacity: .4;
  font-weight: 600;
  font-size: 0.9em;
}

.widget_rss li .rssSummary,
.elementor-widget_rss li .rssSummary {
  font-size: 0.85em;
  margin-top: .3rem;
}

.widget_rss li cite,
.elementor-widget_rss li cite {
  font-size: 0.8em;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  margin-top: 5px;
}

.widget_rss ul > li > a:before,
.elementor-widget_rss ul > li > a:before {
  font-family: FontAwesome !important;
  content: "\f143" !important;
  margin-right: .3rem;
}

.site-preheader .widget_text .textwidget p, .site-preheader
.elementor-widget_text .textwidget p {
  margin: 0;
}

.widget_text .textwidget p:last-of-type,
.elementor-widget_text .textwidget p:last-of-type {
  margin-bottom: 0;
}

.widget_text .textwidget form,
.elementor-widget_text .textwidget form {
  margin-top: 3px;
}

.widget_text .textwidget form br,
.elementor-widget_text .textwidget form br {
  display: none;
}

.widget_text .textwidget .lead,
.elementor-widget_text .textwidget .lead {
  font-size: 1em;
  line-height: 1.75;
}

.widget_calendar .calendar_wrap,
.elementor-widget_calendar .calendar_wrap {
  display: block;
  width: 100%;
  text-align: center;
}

.widget_calendar table,
.elementor-widget_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar table a,
.elementor-widget_calendar table a {
  color: inherit;
}

.widget_calendar caption,
.elementor-widget_calendar caption {
  text-align: center;
  caption-side: top;
  color: inherit;
}

.widget_calendar td, .widget_calendar th,
.elementor-widget_calendar td,
.elementor-widget_calendar th {
  text-align: center;
  border: 0 !important;
}

.widget_calendar #prev,
.elementor-widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next,
.elementor-widget_calendar #next {
  text-align: right;
}

.widget_calendar tfoot td,
.elementor-widget_calendar tfoot td {
  border: none !important;
}

.site-preheader .widget-grofile, .site-preheader
.elementor-widget-grofile {
  text-align: left;
}

.site-preheader .widget-grofile h4, .site-preheader
.elementor-widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: .5rem 0 0 0;
}

.site-preheader .widget-grofile .grofile-meta, .site-preheader
.elementor-widget-grofile .grofile-meta {
  float: left;
}

.site-preheader .widget-grofile .grofile-full-link,
.site-preheader .widget-grofile .grofile-urls,
.site-preheader .widget-grofile > h4, .site-preheader
.elementor-widget-grofile .grofile-full-link,
.site-preheader
.elementor-widget-grofile .grofile-urls,
.site-preheader
.elementor-widget-grofile > h4 {
  display: none;
}

.site-preheader .widget-grofile img, .site-preheader
.elementor-widget-grofile img {
  float: left;
  margin-right: .5rem;
}

.widget_wpcom_social_media_icons_widget ul,
.elementor-widget_wpcom_social_media_icons_widget ul {
  margin: 0;
}

.widget_wpcom_social_media_icons_widget a,
.elementor-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"]) {
  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 {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.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: #fff;
  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;
}

.wp-block-column__sidebar.wp-block-column .wp-block-group:not(.inner-wrapper-sticky) {
  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: 1rem;
  color: var(--grimlock-archive-post-color);
}

.wp-block-column__sidebar.wp-block-column .wp-block-group ~ .wp-block-group {
  margin-top: 30px;
}

.wp-block-column__sidebar.wp-block-column .wp-block-group .widget-title,
.wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h3, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h2, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h2, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h3 {
  font-size: .9rem;
  position: relative;
  width: auto;
  margin: -1rem -1rem 1rem -1rem;
  padding: 1rem 1rem 0 1rem;
  display: block;
  line-height: 1em;
  color: var(--grimlock-archive-post-title-color);
}

.wp-block-column__sidebar.wp-block-column .wp-block-group .widget-title:after,
.wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h3:after, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h2:after, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h2:after, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h3:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 0.8rem;
  background-color: currentColor;
  margin-left: -1rem;
  margin-right: -1rem;
  opacity: .1;
}

.wp-block-column__sidebar.wp-block-column .wp-block-group .widget-title:empty,
.wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h3:empty, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h2:empty, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h2:empty, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h3:empty {
  display: none;
}

.wp-block-column__sidebar.wp-block-column .wp-block-group .widget-title a:not([class*="button"]):not([class*="btn"]):not(:hover),
.wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h3 a:not([class*="button"]):not([class*="btn"]):not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h2 a:not([class*="button"]):not([class*="btn"]):not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h2 a:not([class*="button"]):not([class*="btn"]):not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h3 a:not([class*="button"]):not([class*="btn"]):not(:hover) {
  color: inherit;
}

.wp-block-column__sidebar.wp-block-column .wp-block-group .widget-title + p,
.wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h3 + p, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > h2 + p, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h2 + p, .wp-block-column__sidebar.wp-block-column .wp-block-group .wp-block-group__inner-container > .widget > h3 + p {
  margin-bottom: 0;
}

.wp-block-column__sidebar.wp-block-column .wp-block-group h1, .wp-block-column__sidebar.wp-block-column .wp-block-group h2, .wp-block-column__sidebar.wp-block-column .wp-block-group h3, .wp-block-column__sidebar.wp-block-column .wp-block-group h4, .wp-block-column__sidebar.wp-block-column .wp-block-group h5, .wp-block-column__sidebar.wp-block-column .wp-block-group h6 {
  color: var(--grimlock-archive-post-title-color);
}

.wp-block-column__sidebar.wp-block-column .wp-block-group h1 a:not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group h2 a:not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group h3 a:not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group h4 a:not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group h5 a:not(:hover), .wp-block-column__sidebar.wp-block-column .wp-block-group h6 a:not(:hover) {
  color: inherit !important;
}

.wp-block-column__sidebar.wp-block-column .wp-block-group img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/**
 * Grimlock
 *
 * Grimlock components styles.
 */
#custom_header {
  z-index: 9;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  overflow: hidden;
}

#custom_header > .region__inner {
  padding-top: 6%;
  padding-bottom: 6%;
  background-color: rgba(61, 64, 74, 0.6);
}

@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;
}

@media (min-width: 768px) {
  #custom_header .region__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#custom_header .section__header {
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  word-break: break-word;
  color: #fff;
}

#custom_header .section__title {
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #FFF;
}

#custom_header .section__subtitle {
  color: #FFF;
  max-width: 550px;
  line-height: inherit;
}

#custom_header .section__subtitle > p {
  font-size: .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: 50%;
    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: #ffffff;
}

#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
\*------------------------------------*/
/**
 * BbPress
 *
 * Discussion board & forum plugin
 * https://wordpress.org/plugins/bbpress/
 *
 */
/**
 * BuddyPress
 *
 * User profile & community plugin
 * https://wordpress.org/plugins/buddypress/
 *
 */
.buddypress.directory.members .site-content .entry-content > #buddypress:not(.youzer) a.avatar-overlay-edit:after,
.buddypress.directory.members .site-content .entry-content > #buddypress a.avatar-overlay-edit:after,
.buddypress.bp-user:not(.activity-permalink) .site-content .entry-content > #buddypress:not(.youzer) a.avatar-overlay-edit:after,
.buddypress.bp-user:not(.activity-permalink) .site-content .entry-content > #buddypress a.avatar-overlay-edit:after,
.buddypress.directory.groups .site-content .entry-content > #buddypress:not(.youzer) a.avatar-overlay-edit:after,
.buddypress.directory.groups .site-content .entry-content > #buddypress a.avatar-overlay-edit:after,
.buddypress.groups.single-item .site-content .entry-content > #buddypress:not(.youzer) a.avatar-overlay-edit:after,
.buddypress.groups.single-item .site-content .entry-content > #buddypress a.avatar-overlay-edit:after,
.buddypress.groups.group-create .site-content .entry-content > #buddypress:not(.youzer) a.avatar-overlay-edit:after,
.buddypress.groups.group-create .site-content .entry-content > #buddypress a.avatar-overlay-edit:after,
.buddypress.directory.activity .site-content .entry-content > #buddypress:not(.youzer) a.avatar-overlay-edit:after,
.buddypress.directory.activity .site-content .entry-content > #buddypress a.avatar-overlay-edit:after,
.buddypress.activity.my-activity .site-content .entry-content > #buddypress:not(.youzer) a.avatar-overlay-edit:after,
.buddypress.activity.my-activity .site-content .entry-content > #buddypress a.avatar-overlay-edit:after {
  border-radius: 500px;
}

.buddypress.directory.members .bp-member-xprofile-custom-fields div.bp-member-xprofile-custom-field.bp-member-URL a,
.buddypress.bp-user:not(.activity-permalink) .bp-member-xprofile-custom-fields div.bp-member-xprofile-custom-field.bp-member-URL a,
.buddypress.directory.groups .bp-member-xprofile-custom-fields div.bp-member-xprofile-custom-field.bp-member-URL a,
.buddypress.groups.single-item .bp-member-xprofile-custom-fields div.bp-member-xprofile-custom-field.bp-member-URL a,
.buddypress.groups.group-create .bp-member-xprofile-custom-fields div.bp-member-xprofile-custom-field.bp-member-URL a,
.buddypress.directory.activity .bp-member-xprofile-custom-fields div.bp-member-xprofile-custom-field.bp-member-URL a,
.buddypress.activity.my-activity .bp-member-xprofile-custom-fields div.bp-member-xprofile-custom-field.bp-member-URL a {
  text-transform: none;
}

.bp-card-list--members__item .bp-member-xprofile-custom-fields {
  font-size: .85em;
  padding-right: .7rem;
  padding-left: .7rem;
}

#buddypress:not(.youzer) {
  /**
	 * Form
	 */
  /**
	 * Activity
	 */
  /**
	 * Profil
	 */
  /**
	 * Notifications
	 */
  /**
	 * Navigation
	 */
  /**
	 * Search
	 */
  /**
	 * Filter
	 */
  /**
	 * Pagination
	 */
  /**
	 * Articles
	 */
  /**
	 * rtMedia
	 */
}

#buddypress:not(.youzer) #item-body form#whats-new-form #whats-new-textarea:not(.active) #whats-new,
#buddypress:not(.youzer) form#whats-new-form #whats-new-textarea:not(.active) #whats-new {
  border-radius: 500px !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list {
  padding-left: 0 !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list:before {
  content: none !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item:before, #buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item:after {
  content: none !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a {
  text-transform: none;
  opacity: 1;
  font-size: 1em;
  font-weight: var(--grimlock-navigation-font-weight);
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a[class*="acomment-"] {
  opacity: 1;
  font-size: 0;
  display: inline-flex;
  transition: all .2s ease-in-out !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a[class*="acomment-"]:before {
  opacity: 1;
  width: 34px;
  height: 34px;
  border: 2px solid var(--grimlock-table-striped-background-color) !important;
  border-radius: 500px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  transition: inherit !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a[class*="acomment-"] span {
  background: none;
  font-weight: 400;
  font-size: .8rem;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a[class*="acomment-"]:hover {
  color: inherit;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a[class*="acomment-"]:hover:before {
  border-color: var(--grimlock-button-primary-background-color) !important;
  color: var(--grimlock-button-primary-background-color) !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a:before {
  font-size: 1em;
  vertical-align: middle;
  opacity: .5;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a:after {
  display: none;
  background-color: var(--grimlock-archive-post-border-color);
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-options > a:hover:after {
  background-color: var(--grimlock-link-color);
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .dropdown-activity .dropdown-menu a:before {
  font-size: .9em;
  top: 0;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item div.activity-comments form.ac-form .ac-textarea textarea {
  border-color: var(--grimlock-control-border-color);
  border-radius: var(--grimlock-control-border-radius) !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item div.activity-comments form.ac-form .ac-textarea textarea:focus {
  border-color: var(--grimlock-control-focus-border-color) !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list li.load-more > a {
  padding: var(--grimlock-button-padding-x) var(--grimlock-button-padding-y);
  background-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
  border-color: var(--grimlock-button-primary-border-color);
  text-transform: var(--grimlock-button-text-transform);
  font-size: var(--grimlock-button-font-size);
  letter-spacing: 0;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list li.load-more > a:hover {
  background-color: var(--grimlock-button-primary-hover-background-color);
  color: var(--grimlock-button-primary-hover-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list li.load-more.loading > a {
  background: var(--grimlock-link-hover-color);
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list li.load-more.loading > a:after {
  color: var(--grimlock-button-primary-color);
}

#buddypress:not(.youzer) div#item-header #header-cover-image:before {
  z-index: 0;
  background: none;
}

#buddypress:not(.youzer) div#item-header #header-cover-image:after {
  background-image: none !important;
  background-color: var(--grimlock-profile-header-background-color) !important;
  opacity: 1;
  z-index: 1;
}

#buddypress:not(.youzer) div#item-header #profile-header {
  text-shadow: none;
}

#buddypress:not(.youzer) div#item-header .profile-header__avatar a.avatar-wrapper .avatar {
  border-radius: 500px;
  overflow: hidden;
  border: 6px solid var(--grimlock-profile-header-text-color) !important;
  background-color: currentColor;
  color: var(--grimlock-profile-header-text-color);
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: calc(130px - 12px);
  height: calc(130px - 12px);
}

@media (min-width: 992px) {
  #buddypress:not(.youzer) div#item-header .profile-header__avatar a.avatar-wrapper .avatar {
    width: calc(170px - 12px);
    height: calc(170px - 12px);
  }
}

@media (max-width: 991.98px) {
  #buddypress:not(.youzer) div#item-header .profile-header__body {
    padding-top: 0.5rem !important;
  }
}

#buddypress:not(.youzer) div#item-header .profile-header__body .user-nicename {
  margin-bottom: 10px;
}

#buddypress:not(.youzer) div#item-header .profile-header__body .item-summary__meta {
  margin-bottom: 5px;
}

#buddypress:not(.youzer) div#item-header .profile-header__body .profile-header__before-meta {
  margin-top: 1rem;
}

#buddypress:not(.youzer) div#item-header .profile-header__body .profile-header__before-meta:empty {
  display: none;
}

#buddypress:not(.youzer) div#profile-content__nav ul li + li {
  margin-left: 0;
}

#buddypress:not(.youzer) div#profile-content__nav ul li > a {
  color: var(--grimlock-archive-post-title-color);
  font-weight: var(--grimlock-navigation-font-weight);
  font-size: .92em;
}

#buddypress:not(.youzer) div#profile-content__nav ul li > a:after {
  width: 100%;
  height: 2px;
  background-color: var(--grimlock-archive-post-title-color);
}

#buddypress:not(.youzer) div#profile-content__nav ul li > a:hover, #buddypress:not(.youzer) div#profile-content__nav ul li > a:active, #buddypress:not(.youzer) div#profile-content__nav ul li > a:focus {
  color: var(--grimlock-archive-post-color);
}

#buddypress:not(.youzer) div#profile-content__nav ul li > a:hover:after, #buddypress:not(.youzer) div#profile-content__nav ul li > a:active:after, #buddypress:not(.youzer) div#profile-content__nav ul li > a:focus:after {
  color: var(--grimlock-archive-post-color);
  opacity: 1;
}

#buddypress:not(.youzer) div#profile-content__nav ul li > a span {
  bottom: -16px;
}

#buddypress:not(.youzer) div#profile-content__nav ul li.current > a, #buddypress:not(.youzer) div#profile-content__nav ul li.selected > a {
  color: var(--grimlock-button-primary-background-color);
  font-weight: var(--grimlock-navigation-font-weight);
}

#buddypress:not(.youzer) div#profile-content__nav ul li.current > a:after, #buddypress:not(.youzer) div#profile-content__nav ul li.selected > a:after {
  background-color: var(--grimlock-button-primary-background-color);
}

#buddypress:not(.youzer) .profile-content__body#item-body {
  padding: 3% 0;
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) .profile-content__body#item-body {
    padding: 3% 0;
  }
}

#buddypress:not(.youzer) .profile-content__body #subnav {
  padding-top: .4rem;
}

@media (min-width: 992px) {
  #buddypress:not(.youzer) div.notifications-options-nav,
  #buddypress:not(.youzer) div.messages-options-nav {
    top: 0;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  #buddypress:not(.youzer) div.directory-form-row {
    padding-left: 200px;
  }
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul {
  padding: 0 !important;
  background: none !important;
  border: 0;
  border-radius: 0;
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a {
  position: relative;
  padding: .5rem .75rem !important;
  border-radius: 0 !important;
  text-transform: none !important;
  font-size: 0.85em !important;
  letter-spacing: 0 !important;
  font-weight: var(--grimlock-navigation-font-weight);
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a span,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a span,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a span {
  min-width: 20px;
  width: 20px;
  min-height: 20px;
  position: relative;
  top: -1px;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  margin-left: .45em;
  color: #fff;
  background-color: var(--grimlock-navigation-menu-item-active-color) !important;
  border: 0;
  box-shadow: 0 0 0 3px var(--grimlock-content-background-color) !important;
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:after,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:after,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:after {
  content: '';
  width: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: var(--grimlock-archive-post-border-color);
  opacity: 1;
  pointer-events: none;
  transition: inherit;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition-duration: .38s;
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:after,
  #buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:after,
  #buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:after {
    bottom: -3px;
    width: 100%;
    height: 2px;
  }
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:hover, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:active, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:focus,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:hover,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:active,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:focus,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:hover,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:active,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:focus {
  background-color: transparent !important;
  color: var(--grimlock-link-color);
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:hover span, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:active span, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:focus span,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:hover span,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:active span,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:focus span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:hover span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:active span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:focus span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:hover span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:active span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:focus span,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:hover span,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:active span,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:focus span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:hover span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:active span,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:focus span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:hover span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:active span,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:focus span {
  box-shadow: 0 0 0 3px var(--grimlock-content-background-color);
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:hover:after, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:active:after, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li > a:focus:after,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:hover:after,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:active:after,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li > a:focus:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:hover:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:active:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li > a:focus:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:hover:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:active:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li > a:focus:after,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:hover:after,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:active:after,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li > a:focus:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:hover:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:active:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li > a:focus:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:hover:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:active:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li > a:focus:after {
  background-color: var(--grimlock-link-color);
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.nav-item > a.active,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.selected > a,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.current > a,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.nav-item > a.active,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.selected > a,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.current > a,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.selected > a,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.current > a,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.selected > a,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.current > a,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.nav-item > a.active,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.selected > a,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.current > a,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.selected > a,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.current > a,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.selected > a,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.current > a {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  color: var(--grimlock-button-primary-background-color);
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.nav-item > a.active:after,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.selected > a:after,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.current > a:after,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.nav-item > a.active:after,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.selected > a:after,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.current > a:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.current > a:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.current > a:after,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.nav-item > a.active:after,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.selected > a:after,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.current > a:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.selected > a:after,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.current > a:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.selected > a:after,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.current > a:after {
  background-color: var(--grimlock-button-primary-background-color);
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.nav-item > a.active:after,
  #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.selected > a:after,
  #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.current > a:after,
  #buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.nav-item > a.active:after,
  #buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.selected > a:after,
  #buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.current > a:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.current > a:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.current > a:after,
  #buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.nav-item > a.active:after,
  #buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.selected > a:after,
  #buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.current > a:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.selected > a:after,
  #buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.current > a:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.selected > a:after,
  #buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.current > a:after {
    height: 2px;
  }
}

#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.nav-item > a.active:hover, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.nav-item > a.active:active, #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.nav-item > a.active:focus,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.selected > a:hover,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.selected > a:active,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.selected > a:focus,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.current > a:hover,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.current > a:active,
#buddypress:not(.youzer) .profile-content__body#item-body .screen-profile ul.nav.nav-pills > li.current > a:focus,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.nav-item > a.active:hover,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.nav-item > a.active:active,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.nav-item > a.active:focus,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.selected > a:hover,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.selected > a:active,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.selected > a:focus,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.current > a:hover,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.current > a:active,
#buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs[role="navigation"] > ul > li.current > a:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.current > a:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.current > a:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.primary-list-tabs > ul > li.current > a:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.nav-item > a.active:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.selected > a:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.current > a:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.current > a:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.primary-list-tabs > ul > li.current > a:focus,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.nav-item > a.active:hover,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.nav-item > a.active:active,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.nav-item > a.active:focus,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.selected > a:hover,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.selected > a:active,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.selected > a:focus,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.current > a:hover,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.current > a:active,
#buddypress:not(.youzer) div.item-list-tabs.bp-navs[role="navigation"] > ul > li.current > a:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.selected > a:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.selected > a:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.selected > a:focus,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.current > a:hover,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.current > a:active,
#buddypress:not(.youzer) #subnav div.item-list-tabs.bp-navs > ul > li.current > a:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.nav-item > a.active:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.selected > a:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.selected > a:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.selected > a:focus,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.current > a:hover,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.current > a:active,
#buddypress:not(.youzer) .directory-form-nav div.item-list-tabs.bp-navs > ul > li.current > a:focus {
  color: var(--grimlock-button-primary-background-color) !important;
}

@media (min-width: 992px) {
  #buddypress:not(.youzer) div.dir-search,
  #buddypress:not(.youzer) div.message-search {
    top: -5px !important;
  }
}

#buddypress:not(.youzer) div.dir-search > form input[type="text"],
#buddypress:not(.youzer) div.dir-search > form input[type="search"],
#buddypress:not(.youzer) div.message-search > form input[type="text"],
#buddypress:not(.youzer) div.message-search > form input[type="search"] {
  font-size: .9em;
  font-weight: var(--grimlock-navigation-font-weight) !important;
}

#buddypress:not(.youzer) .dir-filter .select-style {
  color: var(--grimlock-archive-post-color);
}

#buddypress:not(.youzer) .dir-filter .select-style:before {
  opacity: .5;
}

#buddypress:not(.youzer) .dir-filter .select-style select {
  font-size: .9em;
  font-weight: var(--grimlock-navigation-font-weight);
}

#buddypress:not(.youzer) .dir-filter .select-style.option-DESC:before {
  top: -0.2em;
  position: relative;
}

#buddypress:not(.youzer) .dir-search {
  color: var(--grimlock-archive-post-color);
}

#buddypress:not(.youzer) div.pagination div.pagination-links .page-numbers:hover {
  font-weight: var(--grimlock-text-font-weight);
}

#buddypress:not(.youzer) #articles-dir-list {
  margin-top: 0;
}

#buddypress:not(.youzer) .rtmedia-container .rtm-gallery-title {
  font-size: 1em;
  font-weight: bold;
  text-transform: var(--grimlock-heading-text-transform);
  border-color: var(--grimlock-archive-post-border-color);
}

#buddypress:not(.youzer) .rtmedia-container #rtm-media-options .rtm-media-options-list .rtmedia-action-buttons,
#buddypress:not(.youzer) .rtmedia-container #rtm-media-options .rtmedia-upload-media-link {
  color: var(--grimlock-link-color);
  transition: all 0.2s ease-in-out;
}

#buddypress:not(.youzer) .rtmedia-container #rtm-media-options .rtm-media-options-list .rtmedia-action-buttons i,
#buddypress:not(.youzer) .rtmedia-container #rtm-media-options .rtmedia-upload-media-link i {
  opacity: 0.5;
}

#buddypress:not(.youzer) .rtmedia-container #rtm-media-options .rtm-media-options-list .rtmedia-action-buttons:hover,
#buddypress:not(.youzer) .rtmedia-container #rtm-media-options .rtmedia-upload-media-link:hover {
  color: var(--grimlock-link-hover-color);
  opacity: 1;
}

#buddypress:not(.youzer) .rtmedia-container .rtmedia-uploader .drag-drop .rtm-album-privacy > span select {
  height: 100%;
}

#buddypress:not(.youzer) .rtmedia-container .rtmedia-uploader .drag-drop .rtm-file-size-limit {
  line-height: 1;
}

#buddypress:not(.youzer) .rtmedia-container .rtm-load-more.rtmedia_next_prev {
  padding: 0;
}

#buddypress:not(.youzer) .rtmedia-container .rtm-load-more.rtmedia_next_prev > a {
  padding: var(--grimlock-button-padding-x) var(--grimlock-button-padding-y);
  font-size: var(--grimlock-button-font-size);
  color: var(--grimlock-button-primary-color);
  letter-spacing: 0;
  text-transform: var(--grimlock-button-text-transform);
  background-color: var(--grimlock-button-primary-background-color);
  border-radius: var(--grimlock-button-border-radius);
  border: var(--grimlock-button-border-width) solid var(--grimlock-button-primary-border-color);
}

#buddypress:not(.youzer) .rtmedia-container .rtm-load-more.rtmedia_next_prev > a:hover {
  background-color: var(--grimlock-button-primary-hover-background-color);
  color: var(--grimlock-button-primary-hover-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

/**
 * Actions buttons
 */
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-list div.action > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-list div.action > div > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-swipe-list div.action > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-swipe-list div.action > div > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #friend-list div.action > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #friend-list div.action > div > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #admins-list div.action > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #admins-list div.action > div > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #mods-list div.action > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #mods-list div.action > div > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > a:not(:hover),
body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > div > a:not(:hover),
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site #groups-list div.action > a:not(:hover),
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site #groups-list div.action > div > a:not(:hover),
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > a:not(:hover),
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > div > a:not(:hover) {
  color: inherit !important;
}

body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-list div.action > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-list div.action > div > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-swipe-list div.action > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #members-swipe-list div.action > div > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #friend-list div.action > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #friend-list div.action > div > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #admins-list div.action > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #admins-list div.action > div > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #mods-list div.action > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site #mods-list div.action > div > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > a:not(:hover):before,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > div > a:not(:hover):before,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site #groups-list div.action > a:not(:hover):before,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site #groups-list div.action > div > a:not(:hover):before,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > a:not(:hover):before,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > div > a:not(:hover):before {
  color: inherit !important;
  opacity: .6;
}

.buddypress.register .bp_register #register-page .nav-register li a {
  padding: 0.3rem 0 calc(0.5rem + 5px) !important;
}

.buddypress.register .bp_register #register-page .nav-register li a.active {
  color: var(--grimlock-navigation-menu-item-active-color);
}

.buddypress.register .bp_register #register-page .nav-register li a:before {
  height: 3px;
  background-color: var(--grimlock-navigation-menu-item-active-color);
}

.buddypress.register .bp_register #register-page .nav-register li a:after {
  content: none !important;
}

.buddypress.register .bp_register #register-page #signup_form .register-section:before {
  top: 14px;
}

.buddypress.groups.group-invites #buddypress:not(.youzer) #send-invite-form > .invite .left-menu div#invite-list > ul > li,
.buddypress.groups.group-invites #buddypress:not(.youzer) #group-create-body .left-menu div#invite-list > ul > li {
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-search-post-border-color);
}

.buddypress.groups.group-invites #buddypress:not(.youzer) #send-invite-form > .invite .left-menu div#invite-list > ul label:hover,
.buddypress.groups.group-invites #buddypress:not(.youzer) #group-create-body .left-menu div#invite-list > ul label:hover {
  background-color: var(--grimlock-content-background-color);
}

/**
 * Custom card lists
 */
.bp-card-list .bp-card-list__item.is-online .card .card-img > a:before {
  top: 8px;
  bottom: auto;
}

.bp-card-list.bp-card-list--members .card-body-activity {
  display: none;
}

.bp-card-list.bp-card-list--groups .bp-card-list__item .card-img.card-img--cover {
  padding-bottom: 4rem;
}

.bp-card-list.bp-card-list--groups .bp-card-list__item .card-body .card-body-header {
  position: absolute;
  top: -50px;
  z-index: 9;
  left: 10px;
  right: 10px;
  margin-bottom: 0 !important;
}

.bp-card-list.bp-card-list--groups .bp-card-list__item .card-body .card-body-header .entry-title {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.bp-card-list.bp-card-list--groups .bp-card-list__item .card-body .card-body-header .entry-title > a {
  color: inherit !important;
  display: block;
}

.bp-card-list.bp-card-list--groups .bp-card-list__item .card-body .card-body-meta {
  padding-top: 0.5rem;
}

body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action {
  background: none !important;
  color: inherit !important;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0.5rem;
  border: none;
}

body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > a,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > div > a,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > a,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > div > a {
  color: inherit !important;
  background: none !important;
  border-radius: 500px;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.2s ease-in-out;
}

body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > a:hover,
body:not(.grimlock-buddypress--members-actions-text-displayed) #site div#item-header #profile-header.profile-header--member #item-buttons.action > div > a:hover,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > a:hover,
body:not(.grimlock-buddypress--groups-actions-text-displayed) #site div#item-header #profile-header.profile-header--group #item-buttons.action > div > a:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}

.member-badge-state {
  top: 21px;
  left: 18px;
  box-shadow: 0 0 0 4px currentColor;
  transition: all 0.2s ease-in-out;
}

.member-badge-state:hover {
  box-shadow: 0 0 0 7px currentColor;
}

.quick-settings-actions .card {
  border-radius: 500px !important;
}

/**
 * BP Core Widgets
 */
.widget:not(.widget-content) div.item-options,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 0 0.5rem 0;
  justify-content: space-between;
  font-size: 0;
}

.widget:not(.widget-content) div.item-options#groups-list-options a,
.widget:not(.widget-content) div.item-options#members-list-options a,
.widget:not(.widget-content) div.item-options#friends-list-options a,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: .8rem 2px;
  border: 0;
  border-radius: 0 !important;
  background: none !important;
  font-size: 0.8rem;
  text-transform: none;
  color: var(--grimlock-archive-post-color);
  white-space: normal;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 1;
  overflow: hidden;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  font-weight: var(--grimlock-navigation-font-weight);
}

.widget:not(.widget-content) div.item-options#groups-list-options a:before,
.widget:not(.widget-content) div.item-options#members-list-options a:before,
.widget:not(.widget-content) div.item-options#friends-list-options a:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a:before {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  z-index: 2;
  opacity: .2;
  pointer-events: none;
  transition: all .2s ease-in-out;
}

.widget:not(.widget-content) div.item-options#groups-list-options a:active:before, .widget:not(.widget-content) div.item-options#groups-list-options a:focus:before, .widget:not(.widget-content) div.item-options#groups-list-options a:hover:before, .widget:not(.widget-content) div.item-options#groups-list-options a.selected:before, .widget:not(.widget-content) div.item-options#groups-list-options a.loading:before,
.widget:not(.widget-content) div.item-options#members-list-options a:active:before,
.widget:not(.widget-content) div.item-options#members-list-options a:focus:before,
.widget:not(.widget-content) div.item-options#members-list-options a:hover:before,
.widget:not(.widget-content) div.item-options#members-list-options a.selected:before,
.widget:not(.widget-content) div.item-options#members-list-options a.loading:before,
.widget:not(.widget-content) div.item-options#friends-list-options a:active:before,
.widget:not(.widget-content) div.item-options#friends-list-options a:focus:before,
.widget:not(.widget-content) div.item-options#friends-list-options a:hover:before,
.widget:not(.widget-content) div.item-options#friends-list-options a.selected:before,
.widget:not(.widget-content) div.item-options#friends-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a:active:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a:focus:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a:hover:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a:active:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a:focus:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a:hover:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a:active:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a:focus:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a:hover:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a:active:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a:focus:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a:hover:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a:active:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a:focus:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a:hover:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a:active:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a:focus:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a:hover:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a.loading:before {
  opacity: 1;
}

.widget:not(.widget-content) div.item-options#groups-list-options a.selected, .widget:not(.widget-content) div.item-options#groups-list-options a.loading,
.widget:not(.widget-content) div.item-options#members-list-options a.selected,
.widget:not(.widget-content) div.item-options#members-list-options a.loading,
.widget:not(.widget-content) div.item-options#friends-list-options a.selected,
.widget:not(.widget-content) div.item-options#friends-list-options a.loading,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a.selected,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a.loading,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a.selected,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a.loading,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a.selected,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a.loading,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a.selected,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a.loading,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a.selected,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a.loading,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a.selected,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a.loading {
  color: var(--grimlock-button-primary-background-color);
}

.widget:not(.widget-content) div.item-options#groups-list-options a.selected:before, .widget:not(.widget-content) div.item-options#groups-list-options a.loading:before,
.widget:not(.widget-content) div.item-options#members-list-options a.selected:before,
.widget:not(.widget-content) div.item-options#members-list-options a.loading:before,
.widget:not(.widget-content) div.item-options#friends-list-options a.selected:before,
.widget:not(.widget-content) div.item-options#friends-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#groups-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#members-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options#friends-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#groups-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#members-list-options a.loading:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a.selected:before,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options#friends-list-options a.loading:before {
  background-color: var(--grimlock-button-primary-background-color);
  height: 2px;
}

.widget:not(.widget-content) div.item-options a.loading,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options a.loading,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options a.loading {
  font-size: 0 !important;
  transition: none;
  pointer-events: none;
}

.widget:not(.widget-content) div.item-options a.loading:after,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options a.loading:after,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options a.loading: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: 50%;
  left: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-style: normal !important;
  font-size: 14px !important;
  transition: none;
}

.widget:not(.widget-content) div.item-options .bp-separator,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget div.item-options .bp-separator,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget div.item-options .bp-separator {
  display: none;
}

.widget:not(.widget-content) ul.item-list > li,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget ul.item-list > li,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget ul.item-list > li {
  align-items: center;
}

.widget:not(.widget-content) ul.item-list > li div.item-avatar,
.elementor-widget.elementor-widget-wp-widget-bp_core_members_widget ul.item-list > li div.item-avatar,
.elementor-widget.elementor-widget-wp-widget-grimlock_buddypress_groups_section_widget ul.item-list > li div.item-avatar {
  margin: 0;
  width: auto;
}

/**
 * Form
 */
form.bps_form .editfield .bps-custom-select:after {
  font-size: 1rem;
}

/**
 * Requests
 */
.buddypress #site #buddypress:not(.youzer) .bp-card-list .state--accepted div.card-body-actions,
.buddypress #site #buddypress:not(.youzer) .bp-card-list .state--rejected div.card-body-actions,
.buddypress #site #buddypress:not(.youzer) #friend-list .state--accepted div.card-body-actions,
.buddypress #site #buddypress:not(.youzer) #friend-list .state--rejected div.card-body-actions {
  text-transform: var(--grimlock-text-text-transform);
  letter-spacing: var(--grimlock-text-letter-spacing);
}

/**
 * Layout
 */
.buddypress.directory.members:not(.grimlock--custom_header-displayed) #buddypress:not(.youzer),
.buddypress.directory.groups:not(.grimlock--custom_header-displayed) #buddypress:not(.youzer),
.buddypress.directory.activity:not(.grimlock--custom_header-displayed) #buddypress:not(.youzer) {
  margin: 0;
}

.buddypress.directory.members:not(.grimlock--custom_header-displayed) .site-content,
.buddypress.directory.groups:not(.grimlock--custom_header-displayed) .site-content,
.buddypress.directory.activity:not(.grimlock--custom_header-displayed) .site-content {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .buddypress.directory.members:not(.grimlock--custom_header-displayed) .site-content,
  .buddypress.directory.groups:not(.grimlock--custom_header-displayed) .site-content,
  .buddypress.directory.activity:not(.grimlock--custom_header-displayed) .site-content {
    padding-top: 30px;
  }
}

/**
 * Activity toggle
 */
#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .dropdown-activity .dropdown-toggle,
#bbpress-forums .dropdown.dropdown-bbp-post-actions .dropdown-toggle {
  background: none !important;
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .dropdown-activity .dropdown-toggle:before,
#bbpress-forums .dropdown.dropdown-bbp-post-actions .dropdown-toggle:before {
  display: none !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .dropdown-activity .dropdown-toggle:hover,
#bbpress-forums .dropdown.dropdown-bbp-post-actions .dropdown-toggle:hover {
  border-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-background-color) !important;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .dropdown-activity .dropdown-toggle:after,
#bbpress-forums .dropdown.dropdown-bbp-post-actions .dropdown-toggle:after {
  font-size: 1.1rem;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .dropdown-activity.show .dropdown-toggle:after,
#bbpress-forums .dropdown.dropdown-bbp-post-actions.show .dropdown-toggle:after {
  font-size: .9rem;
}

@media (min-width: 992px) {
  [class*="navbar--classic"] .navbar-nav--login {
    order: 100;
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item.menu-item--profile .sub-menu:before {
    top: -40px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .buddypress.directory.members.grimlock-buddypress--members-items-layout-12-cols-inline:not(.grimlock-buddypress--members-actions-text-displayed) #buddypress:not(.youzer) #members-list .bp-card-list__item .card .card-body,
  .buddypress.directory.groups.grimlock-buddypress--groups-items-layout-12-cols-inline:not(.grimlock-buddypress--groups-actions-text-displayed) #buddypress:not(.youzer) #groups-list .bp-card-list__item .card .card-body {
    padding-right: 50px !important;
  }
  .buddypress.directory.members.grimlock-buddypress--members-items-layout-12-cols-inline:not(.grimlock-buddypress--members-actions-text-displayed) #buddypress:not(.youzer) #members-list .bp-card-list__item .card .card-body .card-body-actions,
  .buddypress.directory.groups.grimlock-buddypress--groups-items-layout-12-cols-inline:not(.grimlock-buddypress--groups-actions-text-displayed) #buddypress:not(.youzer) #groups-list .bp-card-list__item .card .card-body .card-body-actions {
    justify-content: center !important;
    flex-direction: column !important;
    width: 50px;
    padding: 0;
    border-radius: 0;
  }
  .buddypress.directory.members.grimlock-buddypress--members-items-layout-12-cols-inline:not(.grimlock-buddypress--members-actions-text-displayed) #buddypress:not(.youzer) #members-list .bp-card-list__item .card .card-body .card-body-actions > div,
  .buddypress.directory.groups.grimlock-buddypress--groups-items-layout-12-cols-inline:not(.grimlock-buddypress--groups-actions-text-displayed) #buddypress:not(.youzer) #groups-list .bp-card-list__item .card .card-body .card-body-actions > div {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .buddypress.directory.members.grimlock-buddypress--members-items-layout-12-cols-inline:not(.grimlock-buddypress--members-actions-text-displayed) #buddypress:not(.youzer) #members-list .bp-card-list__item .card .card-body .card-body-actions > div > a,
  .buddypress.directory.groups.grimlock-buddypress--groups-items-layout-12-cols-inline:not(.grimlock-buddypress--groups-actions-text-displayed) #buddypress:not(.youzer) #groups-list .bp-card-list__item .card .card-body .card-body-actions > div > a {
    height: 100%;
  }
}

.wp-block-columns .wp-block-column .bp-block-members:not(.is-grid) .member-content .member-description {
  margin-right: 1rem;
}

[class*="wp-block-"].wp-block-column__sidebar .bp-block-members .member-content {
  margin-right: 0;
  width: 100%;
}

/**
 * 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 {
  width: 100%;
  text-align: left;
}

form.wpcf7-form [class*="quiz-"] label {
  width: 100%;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  color: #d9534f;
  margin-top: 0.33333rem;
}

form.wpcf7-form .ajax-loader {
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

form.wpcf7-form .ajax-loader.is-active {
  display: inline-block;
}

form.wpcf7-form span.wpcf7-list-item {
  margin-left: .5rem;
  margin-right: .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: #d9534f !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: #000;
  color: #fff;
}

.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.2s ease-in-out;
}

@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;
}

.site-preheader .widget.widget_grimlock_posts_section,
.site-preheader .widget.widget_grimlock_query_section,
.site-preheader .elementor-widget.elementor-widget-wp-widget-grimlock_posts_section_widget,
.site-prefooter .widget.widget_grimlock_posts_section,
.site-prefooter .widget.widget_grimlock_query_section,
.site-prefooter .elementor-widget.elementor-widget-wp-widget-grimlock_posts_section_widget,
.site-footer .widget.widget_grimlock_posts_section,
.site-footer .widget.widget_grimlock_query_section,
.site-footer .elementor-widget.elementor-widget-wp-widget-grimlock_posts_section_widget,
.widget-area .region--container-fluid .widget.widget_grimlock_posts_section,
.widget-area .region--container-fluid .widget.widget_grimlock_query_section,
.widget-area .region--container-fluid .elementor-widget.elementor-widget-wp-widget-grimlock_posts_section_widget,
.elementor .region--container-fluid .widget.widget_grimlock_posts_section,
.elementor .region--container-fluid .widget.widget_grimlock_query_section,
.elementor .region--container-fluid .elementor-widget.elementor-widget-wp-widget-grimlock_posts_section_widget,
.region.p-0 .widget.widget_grimlock_posts_section,
.region.p-0 .widget.widget_grimlock_query_section,
.region.p-0 .elementor-widget.elementor-widget-wp-widget-grimlock_posts_section_widget {
  padding-top: 0;
  padding-bottom: 0;
}

.site-preheader .region__col,
.site-prefooter .region__col,
.site-footer .region__col,
.widget-area .region--container-fluid .region__col,
.elementor .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,
.widget-area .region--container-fluid .section__content,
.elementor .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,
.widget-area .region--container-fluid .grimlock-query-section__posts,
.elementor .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-"],
.widget-area .region--container-fluid .grimlock-query-section__posts article[id^="post-"],
.elementor .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,
.widget-area .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card,
.widget-area .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-img,
.widget-area .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-media,
.widget-area .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-body,
.widget-area .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .post-thumbnail,
.elementor .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card,
.elementor .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-img,
.elementor .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-media,
.elementor .region--container-fluid .grimlock-query-section__posts article[id^="post-"] .card-body,
.elementor .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:not(.grimlock--single-header) {
  padding-bottom: 2%;
  margin-bottom: 4%;
  border-bottom: 1px solid var(--grimlock-table-striped-background-color);
}

body.gorgo--theme-ornaments-displayed .grimlock--page-header:not(.grimlock--single-header) {
  border-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .grimlock--page-header:not(.grimlock--single-header) {
    padding-top: 2%;
  }
}

.grimlock--page-header:not(.grimlock--single-header) .page-title {
  font-family: var(--grimlock-display-heading-font-family);
  font-size: var(--grimlock-display-heading3-font-size);
}

@media (min-width: 768px) {
  .grimlock--page-header:not(.grimlock--single-header) .page-title {
    font-size: var(--grimlock-display-heading1-font-size);
  }
}

body.single.single-post .grimlock-custom_header .grimlock--page-header:not(.grimlock--single-header),
body.single.grimlock--single .grimlock-custom_header .grimlock--page-header:not(.grimlock--single-header) {
  text-align: center;
}

/* WP Rocket */
img[data-lazy-src] {
  opacity: 0 !important;
}

img.lazyloaded {
  opacity: 1 !important;
}

/**
 * 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:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"],
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] {
  border-color: rgba(255, 255, 255, 0.5);
  background: none;
  color: #fff;
  width: 100%;
  max-width: 180px;
}

@media (min-width: 576px) {
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"],
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] {
    max-width: 330px;
  }
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"],
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] {
    min-width: 330px;
  }
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:hover, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:active, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:focus,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:hover,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:active,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:focus {
  border-color: #fff;
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::-webkit-input-placeholder,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::-moz-input-placeholder,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::-moz-placeholder, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::placeholder,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:-moz-placeholder-shown, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:-moz-placeholder-shown {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:placeholder-shown,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:placeholder-shown {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"] + input[type="submit"],
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] + input[type="submit"] {
  width: 100%;
  margin-top: .3rem;
}

@media (min-width: 768px) {
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"] + input[type="submit"],
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] + input[type="submit"] {
    margin-top: 0;
    margin-left: .5rem;
    width: auto;
  }
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form.region--12-cols-center .form-row {
  justify-content: center;
}

.form-newsletter {
  align-items: normal;
  max-width: 600px;
  margin: 0 auto;
}

.form-newsletter .btn, .form-newsletter x button, x .form-newsletter button,
.form-newsletter .button,
.form-newsletter input[type="button"],
.form-newsletter input[type="submit"],
.form-newsletter input[type="reset"], .form-newsletter .main-navigation .navbar-nav > .menu-item.btn-inside > a, .main-navigation .form-newsletter .navbar-nav > .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 {
  background: none;
  border-color: rgba(70, 74, 76, 0.25);
  border-width: 1px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  min-height: 60px;
  color: inherit;
}

.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(70, 74, 76, 0.8);
}

.form-newsletter .btn, .form-newsletter x button, x .form-newsletter button,
.form-newsletter .button,
.form-newsletter input[type="button"],
.form-newsletter input[type="submit"],
.form-newsletter input[type="reset"], .form-newsletter .main-navigation .navbar-nav > .menu-item.btn-inside > a, .main-navigation .form-newsletter .navbar-nav > .menu-item.btn-inside > a {
  background: none !important;
  color: inherit !important;
  border-width: 1px !important;
  border-style: solid;
  border-color: rgba(70, 74, 76, 0.5);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: .5rem .75rem;
  min-height: 60px;
  border-left: 0;
}

@media (min-width: 768px) {
  .form-newsletter .btn, .form-newsletter x button, x .form-newsletter button,
  .form-newsletter .button,
  .form-newsletter input[type="button"],
  .form-newsletter input[type="submit"],
  .form-newsletter input[type="reset"], .form-newsletter .main-navigation .navbar-nav > .menu-item.btn-inside > a, .main-navigation .form-newsletter .navbar-nav > .menu-item.btn-inside > a {
    padding: .5rem 2rem;
  }
}

.form-newsletter .btn:hover, .form-newsletter x button:hover, x .form-newsletter button:hover,
.form-newsletter .button:hover,
.form-newsletter input:hover[type="button"],
.form-newsletter input:hover[type="submit"],
.form-newsletter input:hover[type="reset"], .form-newsletter .main-navigation .navbar-nav > .menu-item.btn-inside > a:hover, .main-navigation .form-newsletter .navbar-nav > .menu-item.btn-inside > a:hover {
  border-color: rgba(70, 74, 76, 0.8) !important;
  background: rgba(70, 74, 76, 0.8) !important;
  color: #ffffff !important;
}

.form-newsletter.form-inverse input.form-control,
.form-newsletter.form-inverse .btn,
.form-newsletter.form-inverse x button,
x .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 .main-navigation .navbar-nav > .menu-item.btn-inside > a,
.main-navigation .form-newsletter.form-inverse .navbar-nav > .menu-item.btn-inside > a {
  border-color: #fff !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: #d9534f !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;
}

/**
 * WooThemes plugins
 *
 * Common styles form plugins by Woothemes (Grid, utilities, etc.)
 * https://docs.woothemes.com/documentation/plugins/
 */
.sidebar .testimonials-list, .sidebar
.team-members, .sidebar
.features, .sidebar
.projects_list_widget {
  margin-left: 0;
  margin-right: 0;
}

.testimonials-list .fix,
.team-members .fix,
.features .fix,
.projects_list_widget .fix {
  display: none;
}

.projects ul.projects,
.projects-page ul.projects {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@media (min-width: 992px) {
  .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature {
    width: 20%;
  }
}

.site-main section.widget_woothemes_features, .site-main section.widget_woothemes_our_team, .site-main section.widget_woothemes_testimonials, .site-main section.widget_projects_items {
  padding-top: 8%;
  padding-bottom: 8%;
}

.site-main section.widget_woothemes_features .widget-title, .site-main section.widget_woothemes_our_team .widget-title, .site-main section.widget_woothemes_testimonials .widget-title, .site-main section.widget_projects_items .widget-title {
  text-align: center;
  padding: .5rem 0;
  margin-bottom: 2rem;
  display: block;
}

.site-main section.widget_woothemes_features .testimonials-list,
.site-main section.widget_woothemes_features .team-members,
.site-main section.widget_woothemes_features .features, .site-main section.widget_woothemes_our_team .testimonials-list,
.site-main section.widget_woothemes_our_team .team-members,
.site-main section.widget_woothemes_our_team .features, .site-main section.widget_woothemes_testimonials .testimonials-list,
.site-main section.widget_woothemes_testimonials .team-members,
.site-main section.widget_woothemes_testimonials .features, .site-main section.widget_projects_items .testimonials-list,
.site-main section.widget_projects_items .team-members,
.site-main section.widget_projects_items .features {
  margin: 0 auto;
  max-width: 1170px;
}

/**
 * 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;
}

.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > i,
.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > .cart-icon {
  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.2s ease-in-out;
  position: relative;
}

.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > i:hover, .main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > i:focus, .main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > i:active,
.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > .cart-icon:hover,
.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > .cart-icon:focus,
.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item > a > .cart-icon:active {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  opacity: 1;
}

.main-navigation .navbar-nav.navbar-nav--woocommerce > .menu-item.menu-item-has-children > a:after {
  display: none;
}

.woocommerce .product div.card.product__card .cat-links,
.woocommerce-page .product div.card.product__card .cat-links,
.grimlock-query-section__posts .product div.card.product__card .cat-links {
  margin-bottom: .5rem;
  font-weight: 600;
  font-size: .85em;
}

/**
 * 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(0, 0, 0, 0.12);
  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: #F5F6F7;
  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 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'gorgo';
  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: "\e91a";
  margin-left: 0.33333rem;
  pointer-events: none;
  text-align: center;
  font-size: .65em;
  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: .9em;
  font-weight: 600;
}

.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: .25rem;
  display: inline-flex;
  color: currentColor !important;
  order: -1;
  opacity: .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: .7;
}

.grimlock-custom_header .yoast-breadcrumb:after {
  content: '';
  display: block;
  width: 75px;
  height: 2px;
  margin-top: 1.5rem;
  opacity: .1;
  background-color: #464a4c;
}

.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-content .yoast-breadcrumb {
  display: none;
}

body.single.single-post .grimlock-custom_header .yoast-breadcrumb .breadcrumb_last,
body.single.grimlock--single .grimlock-custom_header .yoast-breadcrumb .breadcrumb_last {
  display: none;
}

body.single.single-post .grimlock-custom_header .yoast-breadcrumb a,
body.single.grimlock--single .grimlock-custom_header .yoast-breadcrumb a {
  color: #fff !important;
}

body.single.single-post .grimlock-custom_header .yoast-breadcrumb span span span,
body.single.grimlock--single .grimlock-custom_header .yoast-breadcrumb span span span {
  color: transparent;
}

/**
 * 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(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .awesomplete > ul {
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.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 {
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin-top: 10px !important;
  margin-left: 5px !important;
}

.a2a_menu a {
  color: #292640 !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.2rem 0.2rem 0;
}

div.a2a_floating_style[style*="right: 0px"] {
  border-radius: 0.2rem 0 0 0.2rem;
}

@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: .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(0, 0, 0, 0.15);
  text-align: center;
  background: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: .3rem;
  transition: all 0.2s ease-in-out;
}

@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: .75em;
  width: .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: #464a4c !important;
  opacity: .5;
}

.addtoany_content .addtoany_list a > span:hover {
  opacity: 1 !important;
  border-color: #FF6162;
  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: #fff;
}

.addtoany_content .addtoany_list a.addtoany_share > span svg g {
  opacity: .5;
}

.addtoany_content .addtoany_list a.addtoany_share > span svg g path {
  opacity: 1;
}

/**
 * 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: 'gorgo';
  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: "\e99b";
  color: #fff !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: 'gorgo';
  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: "\ea60";
  color: #292640;
}

.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: #fff !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;
}

/**
 * Social Articles
 *
 * create and manage posts from your profile plugin.
 * https://wordpress.org/plugins/social-articles/
 */
#buddypress:not(.youzer) #articles-dir-list .article-container .article-metadata .author-options .edit:before,
#buddypress:not(.youzer) #articles-dir-list .article-container .article-metadata .author-options .delete:before {
  font-size: .875rem;
}

.articles #youzer .youzer div.item-list-tabs li a {
  display: flex;
  align-items: center;
}

.articles #youzer .youzer div.item-list-tabs li a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  min-width: 16px;
  min-height: 16px;
  margin-left: 7px;
  padding: 2px 8px;
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  background-color: var(--grimlock-table-striped-background-color);
  border-radius: 500px;
}

/**
 * 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(0, 0, 0, 0.12);
  background-color: #fff;
  color: #111111;
}

.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: .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: .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: #fff;
  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 .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 .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 #fff !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: #fff;
  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: .5rem !important;
  width: auto;
  font-size: 0.9em;
  color: #fff;
  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: .9em;
}

#sb_instagram .sb_instagram_header a.sbi_header_link .sbi_bio {
  margin: 0 !important;
  font-size: .7em;
}

#sb_instagram .sb_instagram_header a.sbi_header_link .sbi_header_img {
  margin: 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 #fff;
  margin-top: -2vw;
}

/**
 * GDPR Framework
 *
 * Social and sharing plugin
 * https://wordpress.org/plugins/gdpr-framework/
 */
div.cc-window {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-family: inherit !important;
}

div.cc-window .cc-btn {
  border-color: #FF6162;
  color: #FF6162;
}

div.cc-window.cc-floating {
  padding: 1rem;
}

div.cc-window .cc-compliance .cc-btn {
  padding: .8rem;
  text-decoration: none !important;
}

/**
 * Elementor
 *
 */
.homepage-sidebar-right,
.homepage-sidebar-right .elementor-column-wrap {
  display: block !important;
}

/**
 * Favorites
 *
 * Adding favorite button
 * https://fr.wordpress.org/plugins/favorites/
 */
body.single-post button.simplefavorite-button,
body.single-post a.simplefavorite-button,
body.single-post div.simplefavorite-button,
body.single-post span.simplefavorite-button,
body.grimlock--single button.simplefavorite-button,
body.grimlock--single a.simplefavorite-button,
body.grimlock--single div.simplefavorite-button,
body.grimlock--single span.simplefavorite-button,
body.page button.simplefavorite-button,
body.page a.simplefavorite-button,
body.page div.simplefavorite-button,
body.page span.simplefavorite-button {
  display: inline-block;
  font-family: var(--grimlock-button-font-family);
  font-weight: var(--grimlock-button-font-weight);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-transform: var(--grimlock-button-text-transform);
  background-color: var(--grimlock-button-primary-color);
  border-radius: var(--grimlock-button-border-radius);
  border-width: var(--grimlock-button-border-width);
  border-style: solid;
  color: var(--grimlock-button-primary-background-color);
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  body.single-post button.simplefavorite-button,
  body.single-post a.simplefavorite-button,
  body.single-post div.simplefavorite-button,
  body.single-post span.simplefavorite-button,
  body.grimlock--single button.simplefavorite-button,
  body.grimlock--single a.simplefavorite-button,
  body.grimlock--single div.simplefavorite-button,
  body.grimlock--single span.simplefavorite-button,
  body.page button.simplefavorite-button,
  body.page a.simplefavorite-button,
  body.page div.simplefavorite-button,
  body.page span.simplefavorite-button {
    transition: none;
  }
}

body.single-post button.simplefavorite-button:hover,
body.single-post a.simplefavorite-button:hover,
body.single-post div.simplefavorite-button:hover,
body.single-post span.simplefavorite-button:hover,
body.grimlock--single button.simplefavorite-button:hover,
body.grimlock--single a.simplefavorite-button:hover,
body.grimlock--single div.simplefavorite-button:hover,
body.grimlock--single span.simplefavorite-button:hover,
body.page button.simplefavorite-button:hover,
body.page a.simplefavorite-button:hover,
body.page div.simplefavorite-button:hover,
body.page span.simplefavorite-button:hover {
  border-color: var(--grimlock-button-primary-background-color) !important;
  color: var(--grimlock-button-primary-background-color);
}

body.single-post button.simplefavorite-button.active,
body.single-post a.simplefavorite-button.active,
body.single-post div.simplefavorite-button.active,
body.single-post span.simplefavorite-button.active,
body.grimlock--single button.simplefavorite-button.active,
body.grimlock--single a.simplefavorite-button.active,
body.grimlock--single div.simplefavorite-button.active,
body.grimlock--single span.simplefavorite-button.active,
body.page button.simplefavorite-button.active,
body.page a.simplefavorite-button.active,
body.page div.simplefavorite-button.active,
body.page span.simplefavorite-button.active {
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  opacity: 1;
}

body.single-post button.simplefavorite-button.active:hover,
body.single-post a.simplefavorite-button.active:hover,
body.single-post div.simplefavorite-button.active:hover,
body.single-post span.simplefavorite-button.active:hover,
body.grimlock--single button.simplefavorite-button.active:hover,
body.grimlock--single a.simplefavorite-button.active:hover,
body.grimlock--single div.simplefavorite-button.active:hover,
body.grimlock--single span.simplefavorite-button.active:hover,
body.page button.simplefavorite-button.active:hover,
body.page a.simplefavorite-button.active:hover,
body.page div.simplefavorite-button.active:hover,
body.page span.simplefavorite-button.active:hover {
  color: var(--grimlock-button-primary-color);
}

body.single-post button.simplefavorite-button.preset,
body.single-post a.simplefavorite-button.preset,
body.single-post div.simplefavorite-button.preset,
body.single-post span.simplefavorite-button.preset,
body.grimlock--single button.simplefavorite-button.preset,
body.grimlock--single a.simplefavorite-button.preset,
body.grimlock--single div.simplefavorite-button.preset,
body.grimlock--single span.simplefavorite-button.preset,
body.page button.simplefavorite-button.preset,
body.page a.simplefavorite-button.preset,
body.page div.simplefavorite-button.preset,
body.page span.simplefavorite-button.preset {
  display: inline;
  box-shadow: none;
}

body.single-post button.simplefavorite-button.preset i,
body.single-post a.simplefavorite-button.preset i,
body.single-post div.simplefavorite-button.preset i,
body.single-post span.simplefavorite-button.preset i,
body.grimlock--single button.simplefavorite-button.preset i,
body.grimlock--single a.simplefavorite-button.preset i,
body.grimlock--single div.simplefavorite-button.preset i,
body.grimlock--single span.simplefavorite-button.preset i,
body.page button.simplefavorite-button.preset i,
body.page a.simplefavorite-button.preset i,
body.page div.simplefavorite-button.preset i,
body.page span.simplefavorite-button.preset i {
  position: relative;
  font-size: inherit;
  left: auto;
}

body.single-post button.simplefavorite-button.preset:hover,
body.single-post a.simplefavorite-button.preset:hover,
body.single-post div.simplefavorite-button.preset:hover,
body.single-post span.simplefavorite-button.preset:hover,
body.grimlock--single button.simplefavorite-button.preset:hover,
body.grimlock--single a.simplefavorite-button.preset:hover,
body.grimlock--single div.simplefavorite-button.preset:hover,
body.grimlock--single span.simplefavorite-button.preset:hover,
body.page button.simplefavorite-button.preset:hover,
body.page a.simplefavorite-button.preset:hover,
body.page div.simplefavorite-button.preset:hover,
body.page span.simplefavorite-button.preset:hover {
  background-color: var(--grimlock-button-primary-color);
  box-shadow: 0 0 0 5px rgba(255, 97, 98, 0.3) !important;
}

body.single-post button.simplefavorite-button.preset.active,
body.single-post a.simplefavorite-button.preset.active,
body.single-post div.simplefavorite-button.preset.active,
body.single-post span.simplefavorite-button.preset.active,
body.grimlock--single button.simplefavorite-button.preset.active,
body.grimlock--single a.simplefavorite-button.preset.active,
body.grimlock--single div.simplefavorite-button.preset.active,
body.grimlock--single span.simplefavorite-button.preset.active,
body.page button.simplefavorite-button.preset.active,
body.page a.simplefavorite-button.preset.active,
body.page div.simplefavorite-button.preset.active,
body.page span.simplefavorite-button.preset.active {
  background-color: var(--grimlock-button-primary-background-color);
}

body.single-post button.simplefavorite-button.preset.active:hover,
body.single-post a.simplefavorite-button.preset.active:hover,
body.single-post div.simplefavorite-button.preset.active:hover,
body.single-post span.simplefavorite-button.preset.active:hover,
body.grimlock--single button.simplefavorite-button.preset.active:hover,
body.grimlock--single a.simplefavorite-button.preset.active:hover,
body.grimlock--single div.simplefavorite-button.preset.active:hover,
body.grimlock--single span.simplefavorite-button.preset.active:hover,
body.page button.simplefavorite-button.preset.active:hover,
body.page a.simplefavorite-button.preset.active:hover,
body.page div.simplefavorite-button.preset.active:hover,
body.page span.simplefavorite-button.preset.active:hover {
  color: var(--grimlock-button-primary-color);
}

body.single-post .grimlock-favorites-user-list,
body.single-post .grimlock-favorites-count {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

body.single-post .grimlock-favorites-count > span {
  font-family: var(--grimlock-button-font-family);
  font-weight: var(--grimlock-button-font-weight);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-transform: var(--grimlock-button-text-transform);
  color: var(--grimlock-button-primary-color);
  border-radius: var(--grimlock-button-border-radius);
  border-width: var(--grimlock-button-border-width);
  border-style: solid;
  border-color: var(--grimlock-button-primary-background-color);
  background-color: var(--grimlock-button-primary-background-color);
  padding: 4px 8px;
  margin-right: 0.75rem;
}

body.single-post .grimlock-favorites-user-list {
  display: flex;
  align-items: center;
}

body.single-post .grimlock-favorites-user-list .grimlock-favorites-user-list-label {
  color: var(--grimlock-text-color);
  font-size: 0.9em;
}

body.single-post .grimlock-favorites-user-list ul {
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: var(--grimlock-text-color);
  font-size: 0.9em;
  opacity: 0.75;
}

body.single-post .grimlock-favorites-user-list ul li {
  margin-left: 0.5rem;
}

body.single-post .grimlock-favorites-user-list ul li:not(:last-child):after {
  content: "\2022";
  display: inline-block;
  margin-left: 0.5rem;
  opacity: 0.75;
}

.blog-posts [id^="post-"] .card .grimlock-favorites-count,
.archive-posts [id^="post-"] .card .grimlock-favorites-count,
.search-posts [id^="post-"] .card .grimlock-favorites-count,
div.grimlock-query-section__posts [id^="post-"] .card .grimlock-favorites-count {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 9;
  padding: 5px 10px;
  background-color: var(--grimlock-button-primary-color);
  color: var(--grimlock-button-primary-background-color);
  border-radius: var(--grimlock-archive-post-border-radius);
}

.blog-posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count, .blog-posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"].sticky .card .grimlock-favorites-count, .blog-posts[class*="-cols-overlay"] [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count, .blog-posts[class*="-cols-overlay"] [id^="post-"].sticky .card .grimlock-favorites-count,
.archive-posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count,
.archive-posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"].sticky .card .grimlock-favorites-count,
.archive-posts[class*="-cols-overlay"] [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count,
.archive-posts[class*="-cols-overlay"] [id^="post-"].sticky .card .grimlock-favorites-count,
.search-posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count,
.search-posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"].sticky .card .grimlock-favorites-count,
.search-posts[class*="-cols-overlay"] [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count,
.search-posts[class*="-cols-overlay"] [id^="post-"].sticky .card .grimlock-favorites-count,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count,
div.grimlock-query-section__posts.posts--3-3-3-3-cols-overlay-grid [id^="post-"].sticky .card .grimlock-favorites-count,
div.grimlock-query-section__posts[class*="-cols-overlay"] [id^="post-"][class*="post_format-"] .card .grimlock-favorites-count,
div.grimlock-query-section__posts[class*="-cols-overlay"] [id^="post-"].sticky .card .grimlock-favorites-count {
  left: 60px;
}

.blog-posts.posts--12-cols-lateral-modern-alternate [id^="post-"]:nth-child(odd) .card .grimlock-favorites-count,
.archive-posts.posts--12-cols-lateral-modern-alternate [id^="post-"]:nth-child(odd) .card .grimlock-favorites-count,
.search-posts.posts--12-cols-lateral-modern-alternate [id^="post-"]:nth-child(odd) .card .grimlock-favorites-count,
div.grimlock-query-section__posts.posts--12-cols-lateral-modern-alternate [id^="post-"]:nth-child(odd) .card .grimlock-favorites-count {
  left: calc( 50% + 1rem);
}

/*------------------------------------*\
    #PAGES
\*------------------------------------*/
/**
 * Page templates
 *
 * Pages styles.
 */
/* Custom header display */
.page.grimlock--custom_header-displayed .site-main > [id^="post-"] > .entry-header {
  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: #292640;
}

/**
 * Blog page
 *
 * Styles for blog page.
 */
/**
 * 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 .gorgo_custom_header {
  display: none !important;
}

/*------------------------------------*\
    #STATES
\*------------------------------------*/
/**
 * Grimlock fallback
 *
 * Styles applied when Grimlock is not activated.
 */
body:not(.grimlock) {
  /* Hide page title */
}

body:not(.grimlock) .posts > [id*="post-"] {
  margin-bottom: 2rem;
}

body:not(.grimlock) .posts > [id*="post-"] .card-media .card-img {
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body:not(.grimlock) .posts > [id*="post-"] .entry-stats:after {
  display: none !important;
}

body:not(.grimlock) .grimlock-visible {
  display: none !important;
}

body:not(.grimlock) .gorgo_custom_header .region__inner {
  padding: 5% 0;
}

body:not(.grimlock) .gorgo_custom_header[style*="background-image"] {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
}

body:not(.grimlock) .gorgo_custom_header[style*="background-image"] .region__inner {
  background-color: rgba(41, 38, 64, 0.45);
}

body:not(.grimlock) .gorgo_custom_header[style*="background-image"] h2,
body:not(.grimlock) .gorgo_custom_header[style*="background-image"] .text-muted,
body:not(.grimlock) .gorgo_custom_header[style*="background-image"] .widget_rss li cite,
.widget_rss li body:not(.grimlock) .gorgo_custom_header[style*="background-image"] cite,
body:not(.grimlock) .gorgo_custom_header[style*="background-image"] .elementor-widget_rss li cite,
.elementor-widget_rss li body:not(.grimlock) .gorgo_custom_header[style*="background-image"] cite {
  color: inherit;
  opacity: 1 !important;
}

body:not(.grimlock) .gorgo_custom_header[style*="background-image"] .hr-vertical {
  background: #fff;
  opacity: 1 !important;
}

body:not(.grimlock) .main-navigation {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid rgba(237, 237, 237, 0.85);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

body:not(.grimlock) .main-navigation .navbar-toggler span,
body:not(.grimlock) .main-navigation .navbar-toggler span:before,
body:not(.grimlock) .main-navigation .navbar-toggler span:after {
  background-color: #292640;
}

@media (min-width: 992px) {
  body:not(.grimlock) .main-navigation ul.navbar-nav > li > a {
    padding: 1.5rem 1rem;
  }
}

body:not(.grimlock) .main-navigation ul.navbar-nav > li > a {
  text-transform: uppercase;
  color: #292640;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

body:not(.grimlock) .main-navigation ul.navbar-nav > li.current-menu-item > a,
body:not(.grimlock) .main-navigation ul.navbar-nav > li.menu-item.is-toggled > a,
body:not(.grimlock) .main-navigation ul.navbar-nav > li.menu-item > a:hover,
body:not(.grimlock) .main-navigation ul.navbar-nav > li.menu-item > a:active,
body:not(.grimlock) .main-navigation ul.navbar-nav > li.menu-item > a:focus {
  color: #FF6162;
}

@media (min-width: 992px) {
  body:not(.grimlock) .main-navigation ul.navbar-nav .menu-item ul.sub-menu {
    background-color: #fff;
    color: #292640;
  }
}

@media (min-width: 992px) {
  body:not(.grimlock) .main-navigation ul.navbar-nav .menu-item ul.sub-menu .menu-item a {
    color: #292640;
  }
  body:not(.grimlock) .main-navigation ul.navbar-nav .menu-item ul.sub-menu .menu-item a:hover {
    color: #FF6162;
    background-color: #292640;
  }
}

body:not(.grimlock) .site-main > article.type-post > .entry-header {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta {
  display: flex;
  align-items: center;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta .author {
  display: flex;
  align-items: center;
  margin-left: .5rem;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta .author span + span {
  margin-left: .3rem;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta .author .avatar-round-ratio.medium {
  width: 35px;
  height: 35px;
}

body:not(.grimlock) .no-results.not-found {
  padding: 3rem 1rem;
  text-align: center;
}

body:not(.grimlock) .no-results.not-found .search-form {
  display: inline-block;
  width: 100%;
  max-width: 390px;
}

body:not(.grimlock) .site-footer {
  border-top: 3px solid #FF6162;
}

body:not(.grimlock) .site-footer .widget-title {
  color: #FFF;
}

body:not(.grimlock) .site-preheader .search-form button[type="submit"],
body:not(.grimlock) .site-prefooter .search-form button[type="submit"],
body:not(.grimlock) .site-footer .search-form button[type="submit"] {
  color: #464a4c;
}

body:not(.grimlock) .site-prefooter .widget select,
body:not(.grimlock) .site-footer .widget select {
  display: inline-block;
  max-width: 300px;
  max-height: 45px;
}

body:not(.grimlock) .site-prefooter a,
body:not(.grimlock) .site-footer a {
  color: inherit !important;
}

body:not(.grimlock) .main-navigation .navbar-brand__title a.site-title-link {
  font-weight: 700;
}

/**
 * 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 .2s ease-in-out, opacity .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 {
  padding-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 .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 .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: 'gorgo';
  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: "\e99b";
  position: fixed;
  top: 2rem;
  left: 320px;
  z-index: 1032;
  font-weight: lighter;
  font-size: 1.65rem;
  color: #fff;
  opacity: .7;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .slideout-backdrop:after {
    top: 15px;
    right: 15px;
    left: auto;
  }
}

.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;
  }
}

/**
 * Touch
 *
 * Style for touch devices only.
 */
.touch .visible-touch {
  display: inline-block !important;
}

.no-touch .visible-touch {
  display: none !important;
}

.touch .hidden-touch {
  display: none !important;
}

.no-touch .hidden-touch {
  display: inline-block !important;
}

/*------------------------------------*\
    #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, .modal-search .once.search-form, .modal-search #sidebar-navbar-search > .once.widget, .modal-search .grimlock--navigation-fixed.grimlock--navigation-stick-to-top #sidebar-navbar-search > .widget.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .modal-search #sidebar-navbar-search > .widget.main-navigation, .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.gorgo_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 {
  animation-iteration-count: 1;
}

.element-animated-both {
  animation-fill-mode: both;
}

.element-animated.super-short, .modal-search .super-short.search-form, .modal-search #sidebar-navbar-search > .super-short.widget, .modal-search .main-navigation .navbar-nav > .menu-item #sidebar-navbar-search > .widget.sub-menu, .main-navigation .navbar-nav > .menu-item .modal-search #sidebar-navbar-search > .widget.sub-menu,
.modal-search .site-preheader .menu > .menu-item #sidebar-navbar-search > .widget.sub-menu, .site-preheader .menu > .menu-item .modal-search #sidebar-navbar-search > .widget.sub-menu, .modal-search .widget_icl_lang_sel_widget .wpml-ls #sidebar-navbar-search > .widget.wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls .modal-search #sidebar-navbar-search > .widget.wpml-ls-sub-menu, .modal-search .grimlock--loader-fadein-displayed #sidebar-navbar-search > .widget.gorgo_custom_header, .grimlock--loader-fadein-displayed .modal-search #sidebar-navbar-search > .widget.gorgo_custom_header,
.modal-search .grimlock--loader-fadein-displayed #sidebar-navbar-search > .widget#custom_header, .grimlock--loader-fadein-displayed .modal-search #sidebar-navbar-search > .widget#custom_header, .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.gorgo_custom_header, .grimlock--loader-fadein-displayed .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation.gorgo_custom_header, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu, .grimlock--loader-fadein-displayed .gorgo_custom_header,
.grimlock--loader-fadein-displayed #custom_header {
  animation-duration: .2s;
}

@keyframes entry-separator {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 65px;
    opacity: 1;
  }
}

.grimlock--loader-fadein-displayed .gorgo_custom_header,
.grimlock--loader-fadein-displayed #custom_header {
  transition-property: opacity;
  transition-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: backwards;
  animation-delay: .2s;
}

/**
 * Background
 *
 * Background utilities.
 */
.bg-gray-100 {
  background-color: #F5F6F7 !important;
}

.bg-gray-200 {
  background-color: #eceeef !important;
}

.bg-gray-300 {
  background-color: #dfdfdf !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6d7a88 !important;
}

.bg-gray-700 {
  background-color: #464a4c !important;
}

.bg-gray-800 {
  background-color: #292640 !important;
}

.bg-gray-900 {
  background-color: #292640 !important;
}

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

.bg-black-faded {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.bg-text-color {
  background-color: #464a4c !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,
.elementor-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), .elementor-widget_rss li cite a:not(:hover):not(:active):not(:focus) {
  color: inherit !important;
}

.text-content-color {
  color: #ffffff;
}

.text-opa {
  opacity: .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;
}

/*------------------------------------*\
    #BLOCKS
\*------------------------------------*/
/* Colors */
.has-inline-color.has-border-color-color,
.has-text-color.has-border-color-color {
  color: var(--grimlock-archive-post-border-color) !important;
}

.has-background.has-border-color-background-color,
.has-background-dim.has-border-color-background-color {
  background-color: var(--grimlock-archive-post-border-color) !important;
}

.wp-block-separator.has-text-color.has-border-color-color, .wp-block-separator.has-background.has-border-color-background-color {
  border-color: var(--grimlock-archive-post-border-color);
}

.has-inline-color.has-info-color,
.has-text-color.has-info-color {
  color: var(--grimlock-color-info) !important;
}

.has-background.has-info-background-color,
.has-background-dim.has-info-background-color {
  background-color: var(--grimlock-color-info) !important;
}

.wp-block-separator.has-text-color.has-info-color, .wp-block-separator.has-background.has-info-background-color {
  border-color: var(--grimlock-color-info);
}

.has-inline-color.has-danger-color,
.has-text-color.has-danger-color {
  color: var(--grimlock-color-danger) !important;
}

.has-background.has-danger-background-color,
.has-background-dim.has-danger-background-color {
  background-color: var(--grimlock-color-danger) !important;
}

.wp-block-separator.has-text-color.has-danger-color, .wp-block-separator.has-background.has-danger-background-color {
  border-color: var(--grimlock-color-danger);
}

.has-inline-color.has-success-color,
.has-text-color.has-success-color {
  color: var(--grimlock-color-success) !important;
}

.has-background.has-success-background-color,
.has-background-dim.has-success-background-color {
  background-color: var(--grimlock-color-success) !important;
}

.wp-block-separator.has-text-color.has-success-color, .wp-block-separator.has-background.has-success-background-color {
  border-color: var(--grimlock-color-success);
}

.has-inline-color.has-warning-color,
.has-text-color.has-warning-color {
  color: var(--grimlock-color-warning) !important;
}

.has-background.has-warning-background-color,
.has-background-dim.has-warning-background-color {
  background-color: var(--grimlock-color-warning) !important;
}

.wp-block-separator.has-text-color.has-warning-color, .wp-block-separator.has-background.has-warning-background-color {
  border-color: var(--grimlock-color-warning);
}

.has-text-color :is(h1, h2, h3, h4, h5, h6) {
  color: inherit;
}

/**
 * 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
 */

