/*!
Theme Name: Bro Barbershop
Author: MotoPress
Author URI: https://motopress.com/
Description: Modern and eye-catching, this barbershop WordPress theme was made to present your hairdressing business in style. Create an outstanding portfolio for your services, maintain a high-concept blog, and make your business easily reachable online.
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bro-barbershop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@keyframes btnSplit {
  0%,
  100% {
    transform: translateX(100%) scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: translateX(0%) scaleX(2);
  }
  100% {
    transform: translateX(0%) scaleX(1);
  }
}

@keyframes btnSplitHover {
  0%,
  100% {
    transform: translateX(0%) scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: translateX(0%) scaleX(2);
  }
  100% {
    transform: translateX(100%) scaleX(1);
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
  color: #404040;
}

h1,
h2,
h3,
h4,
.navigation.pagination .page-numbers,
h5,
h6 {
  color: #252525;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
.navigation.pagination .page-numbers:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
.navigation.pagination .page-numbers:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 992px) {
  h1 {
    font-size: 75px;
    line-height: 1.15;
  }
}

h2 {
  font-size: 32px;
  font-weight: 500;
}

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

h3 {
  font-size: 24px;
  font-weight: 500;
}

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


h4,
.navigation.pagination .page-numbers {
  font-size: 22px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

h6 {
  font-size: 15px;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  overflow: auto;
  padding: 1.6em;
  border: 1px solid #BEC0B9;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark,
ins {
  text-decoration: none;
  background: #fff9c0;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #f0f0f0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding: 0 0 0 1em;
}

li {
  margin-bottom: 1em;
}

li:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 0 0 1em;
}

table {
  width: 100%;
  margin: 0;
  color: #F0F0F0;
  border-collapse: collapse;
  background-color: #252525;
}

table th,
table td {
  padding: 10px;
  border-bottom: 1px solid #434343;
}

@media (min-width: 992px) {
  table th,
  table td {
    padding: 18px 20px;
  }
}

table th {
  font-weight: 500;
  text-align: left;
}

table tbody:last-child tr:last-child th,
table tbody:last-child tr:last-child td,
table tfoot:last-child tr:last-child th,
table tfoot:last-child tr:last-child td {
  border-bottom: 0;
}

/* Links
--------------------------------------------- */
a {
  color: #E64A26;
  text-decoration: none;
  transition: 0.3s;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)),
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)) {
  text-decoration: underline;
}

.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover,
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
a.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  background-color: #E64A26;
  color: #F0F0F0;
}

button:hover, button:active, button:focus,
a.more-link:hover,
a.more-link:active,
a.more-link:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #252525;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-weight: 500;
  line-height: 29px;
  color: #252525;
  background-color: #F0F0F0;
  border: 1px solid #BEC0B9;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  color: #111;
}

select {
  height: 55px;
  padding-right: 35px;
  background-image: url("images/icon-angle-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  appearance: none;
}

label {
  display: inline-block;
  margin-bottom: 10px;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin: 2px 10px 0 0;
}

[type="checkbox"] + label, [type="radio"] + label {
  display: inline;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  align-items: center;
}

.main-navigation-container {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  visibility: hidden;
  background-color: #F0F0F0;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  .main-navigation-container {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    visibility: visible;
    background: transparent;
    opacity: 1;
    transform: none;
  }
}

.main-navigation-container.opened {
  visibility: visible;
  opacity: 1;
  transform: none;
  filter: drop-shadow(0px 20px 12px rgba(39, 39, 77, 0.15));
}

.main-navigation ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .main-navigation ul {
    flex-direction: row;
  }
}

.main-navigation ul ul {
  display: none;
  flex-direction: column;
  background: #252525;
  filter: drop-shadow(0 7px 20px rgba(39, 39, 77, 0.15));
}

@media (min-width: 992px) {
  .main-navigation ul ul {
    position: absolute;
    top: 120%;
    left: -20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
}

.main-navigation ul ul.hidden-links, .main-navigation ul ul.toleft {
  right: 0;
  left: auto;
}

.main-navigation ul ul .toleft {
  right: 100%;
  left: auto;
}

.main-navigation ul ul.opened {
  display: block;
}

.main-navigation ul ul ul {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .main-navigation ul ul ul {
    top: 100%;
    left: 100%;
  }
}

.main-navigation ul ul ul::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  content: '';
}

.main-navigation ul ul ul.toleft {
  right: 100%;
  left: auto;
  margin-right: 10px;
  margin-left: 0;
}

.main-navigation ul ul ul.toleft::after {
  position: absolute;
  right: -10px;
  left: auto;
  width: 10px;
  height: 100%;
  content: '';
}

.main-navigation ul ul li {
  padding: 0;
  border-bottom: 1px solid #434343;
}

.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.main-navigation ul ul li a {
  position: relative;
  padding: 14px 10px 14px 38px;
  font-size: 18px;
  color: #BEC0B9;
  text-transform: none;
}

.main-navigation ul ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  background-color: #fff;
  transition: 0.25s;
}

.main-navigation ul ul li a:hover {
  color: #F0F0F0;
  background-color: #434343;
}

.main-navigation ul ul li a:hover::before {
  background-color: #E64A26;
  transform: rotate(45deg);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  top: 20%;
}

.main-navigation ul ul li .submenu-toggle {
  top: 15px;
}

.main-navigation ul ul a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1em;
  text-transform: none;
}

.main-navigation ul ul a:hover {
  color: #E64A26;
}

@media (min-width: 992px) {
  .main-navigation ul ul a {
    position: relative;
    min-width: 188px;
  }
}

@media (min-width: 992px) {
  .main-navigation ul ul:hover > .submenu-toggle, .main-navigation ul ul.focus > .submenu-toggle {
    transform: rotate(-90deg);
  }
}

.main-navigation ul ul .submenu-toggle path {
  fill: #BEC0B9;
}

.main-navigation ul ul .page_item_has_children > a:after,
.main-navigation ul ul .menu-item-has-children > a:after {
  border-top-color: #F0F0F0;
  top: 22px;
}

@media (max-width: 991px) {
  .main-navigation ul li {
    border-bottom: 1px solid #BEC0B9;
  }
  .main-navigation ul li:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

.main-navigation li {
  position: relative;
  padding: 0;
  margin: 0;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #E64A26;
}

.main-navigation li:hover > a:after, .main-navigation li.focus > a:after {
  border-top-color: #E64A26;
}

.main-navigation li:hover > .submenu-toggle svg path, .main-navigation li.focus > .submenu-toggle svg path {
  fill: #E64A26;
}

.main-navigation li:hover .page_item_has_children > a:after,
.main-navigation li:hover .menu-item-has-children > a:after, .main-navigation li.focus .page_item_has_children > a:after,
.main-navigation li.focus .menu-item-has-children > a:after {
  border-top-color: #E64A26;
}

.main-navigation a {
  display: block;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .main-navigation a {
    padding: 8px 20px;
  }
}

.main-navigation .submenu-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  color: inherit;
  background: transparent;
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .main-navigation .submenu-toggle {
    display: none;
  }
}

.main-navigation .submenu-toggle:hover {
  background: transparent;
}

@media (max-width: 1469px) {
  .main-navigation .submenu-toggle.toggled {
    transform: rotate(-180deg);
  }
}

.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
  position: relative;
  padding-right: 35px;
}

@media (min-width: 992px) {
  .main-navigation .page_item_has_children > a:after,
  .main-navigation .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #252525;
    top: 15px;
    right: 18px;
  }
  .main-navigation .page_item_has_children > a:hover:after,
  .main-navigation .menu-item-has-children > a:hover:after {
    border-top-color: #E64A26;
  }
}

.main-navigation .primary-menu-container {
  width: 100%;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  max-width: 920px;
  margin: 50px auto;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1 1 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  justify-content: flex-end;
}

.navigation.post-navigation {
  margin-bottom: 80px;
}

.navigation.post-navigation .nav-links {
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .navigation.post-navigation .nav-links {
    flex-direction: row;
  }
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 20px;
  height: 100%;
  width: 100%;
  background-color: #252525;
}

.navigation.post-navigation .nav-title {
  max-width: calc(100% - 70px);
  color: #F0F0F0;
  word-break: break-word;
}

.navigation.post-navigation .nav-title:hover {
  color: #E64A26;
}

.navigation.post-navigation .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #E64A26;
}

.navigation.post-navigation .nav-icon svg {
  fill: #fff;
}

.navigation.post-navigation .nav-previous .nav-icon {
  margin-right: 20px;
}

.navigation.post-navigation .nav-next .nav-icon {
  margin-left: 20px;
}

.navigation.pagination {
  max-width: 920px;
  margin: 100px auto 0;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.navigation.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid currentColor;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover {
  color: #F0F0F0;
  text-decoration: none;
  background-color: #E64A26;
  border-color: #E64A26;
}

.navigation.pagination .page-numbers.dots, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
  color: #252525;
  background-color: transparent;
  border: 0;
}

.navigation.pagination .page-numbers.next svg, .navigation.pagination .page-numbers.prev svg {
  fill: #252525;
}

.navigation.pagination .page-numbers.next:hover svg, .navigation.pagination .page-numbers.prev:hover svg {
  fill: #E64A26;
}

.page-links .post-page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-weight: 500;
  margin: 0 3px 5px;
  line-height: 30px;
  text-align: center;
  color: #252525;
  border: 1px solid #252525;
  text-decoration: none;
}

.page-links .post-page-numbers:last-child {
  margin-bottom: 5px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:focus, .page-links .post-page-numbers:hover {
  text-decoration: none;
  color: #fff;
  background-color: #252525;
}

/* Posts and pages
--------------------------------------------- */
.site-header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #BEC0B9;
}

@media (min-width: 768px) {
  .site-header-inner {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media (min-width: 1470px) {
  .site-header-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header .site-branding {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.site-header .site-branding .site-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  word-wrap: break-word;
}

.site-header .site-branding .site-title a {
  color: #252525;
  text-decoration: none;
}

.site-header .custom-logo-link {
  margin-right: 10px;
}

.site-header .custom-logo-link img {
  display: block;
}

.site-header .menu-toggle {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0;
  color: #252525;
  background: none;
  border-radius: 0;
}

@media (min-width: 992px) {
  .site-header .menu-toggle {
    display: none;
  }
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar2,
.site-header .menu-toggle .bar3 {
  display: block;
  height: 3px;
  margin: 10px auto;
  text-align: center;
  background-color: #252525;
  transition: 0.25s;
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar3 {
  width: 40px;
}

.site-header .menu-toggle .bar2 {
  width: 20px;
}

.site-header .menu-toggle.active .bar1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.site-header .menu-toggle.active .bar2 {
  width: 0;
}

.site-header .menu-toggle.active .bar3 {
  transform: rotate(45deg) translate(-10px, -10px);
}

.site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
  background-color: transparent;
}

.main-sidebar-toggle {
  margin-left: 20px;
}

.site-footer {
  padding: 0 20px;
  color: #8F908A;
  background-color: #252525;
}

.site-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.site-footer .site-info {
  padding: 50px 0;
  font-size: 0.9375em;
  font-weight: 500;
  color: #8F908A;
  text-align: center;
}

.site-main {
  padding: 0 20px 50px;
}

@media (min-width: 992px) {
  .site-main {
    padding: 0 50px 115px;
  }
}

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

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

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

.entry-title,
.page-title {
  word-wrap: break-word;
}

.page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 278px;
  margin: 0 -20px 50px;
  text-align: center;
  color: #8F908A;
  background-color: #252525;
}

@media (min-width: 992px) {
  .page-header {
    margin: 0 -50px 100px;
  }
}

.page-header .page-title,
.page-header .entry-title {
  position: relative;
  z-index: 5;
  margin: 0;
  color: #fff;
  max-width: 100%;
}

.page-header-info {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 920px;
  min-height: 278px;
  padding: 40px 20px;
  text-align: center;
}

.page-header .post-thumbnail,
.page-header .header-images {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-header .post-thumbnail img,
.page-header .header-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header .entry-meta {
  justify-content: center;
  color: #8F908A;
}

.page-header .archive-description {
  max-width: 920px;
  margin-top: 30px;
}

.page-header .breadcrumbs-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  color: #8F908A;
  background-color: #434343;
}

.page-header .breadcrumbs-wrapper > span {
  display: inline-block;
  margin: 0 10px;
}

.page-header .breadcrumbs-wrapper a {
  color: #F0F0F0;
  text-decoration: none;
}

.page-header .breadcrumbs-wrapper a:hover {
  text-decoration: underline;
}

.page-header .header-image {
  position: absolute;
  top: 0;
  left: 0;
}

.page-header .header-image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.page-header + .posts-wrapper {
  padding-top: 0;
}

.cat-links a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}

.cat-links a:hover {
  text-decoration: underline;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 15px 32px;
  color: #434343;
}

.entry-meta > span {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.entry-meta > span:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  content: '';
  background-color: #8F908A;
}

.entry-meta a {
  color: inherit;
  text-decoration: none;
}

.entry-meta a:hover {
  color: #E64A26;
}

.entry-footer {
  max-width: 920px;
  margin: 50px auto;
}

.entry-footer .edit-link {
  display: block;
  padding: 30px 0;
}

.single-post .single-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 278px;
  text-align: center;
}

.single-post .single-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post .entry-title {
  position: relative;
  z-index: 5;
  margin: 20px 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25;
  color: #F0F0F0;
}

.single-post .single-info {
  text-align: center;
}

.posts-wrapper {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .posts-wrapper {
    padding-top: 85px;
  }
}

.posts-wrapper .grid-posts {
  display: grid;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .posts-wrapper .grid-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .posts-wrapper .grid-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.posts-wrapper .loop-post {
  max-width: 920px;
  margin: 0 auto 40px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .posts-wrapper .loop-post {
    margin-bottom: 85px;
  }
}

.posts-wrapper .loop-post .entry-title {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.25em;
}

.posts-wrapper .loop-post .loop-post-content {
  margin-top: 35px;
}

.posts-wrapper .loop-post-grid {
  background-color: #fff;
}

.posts-wrapper .loop-post-grid .entry-title {
  font-size: 22px;
}

.posts-wrapper .loop-post-content {
  position: relative;
  padding: 22px 25px;
}

.posts-wrapper .loop-post-content .entry-title {
  margin-bottom: 15px;
}

.posts-wrapper .loop-post-content .entry-title a {
  color: #252525;
  text-decoration: none;
}

.posts-wrapper .loop-post-content .entry-title a:hover {
  color: #E64A26;
}

.posts-wrapper .loop-post-content .entry-meta {
  margin-bottom: 20px;
}

.posts-wrapper .loop-post-content .entry-content * {
  max-width: 100%;
}

.posts-wrapper .loop-post-content .entry-content > .alignleft {
  margin-left: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignright {
  margin-right: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignfull {
  margin-right: auto;
  margin-left: auto;
}

.posts-wrapper .post-thumbnail {
  display: flex;
  max-height: 400px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: #252525;
}

@media (min-width: 992px) {
  .posts-wrapper .post-thumbnail {
    max-height: 600px;
  }
}

.posts-wrapper .post-thumbnail img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  transition: 0.25s;
}

.posts-wrapper .post-thumbnail:hover img {
  opacity: 0.75;
}

.posts-wrapper .post-thumbnail + .loop-post-content {
  margin-top: 0;
}

.posts-wrapper .sticky-post-indicator {
  position: absolute;
  bottom: 100%;
  left: 24px;
  padding: 5px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F0F0;
  text-transform: uppercase;
  background-color: #252525;
  letter-spacing: 0.5px;
}

.tags-links {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #252525;
  border: solid #252525;
  border-width: 1px 0;
}

.tags-links a {
  margin-right: 35px;
  color: inherit;
  text-decoration: none;
}

.tags-links a::before {
  content: '#';
}

.tags-links a:focus, .tags-links a:hover {
  color: #E64A26;
  text-decoration: none;
}

.not-found .page-content {
  max-width: 920px;
  padding: 100px 20px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 992px) {
  .not-found .page-content {
    padding: 100px 50px;
  }
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  max-width: 920px;
  margin: 0 auto;
}

.comments-area .comments-title {
  margin-bottom: 40px;
}

.comments-area .no-comments {
  padding: 30px;
  margin-top: 20px;
  background: #8F908A;
  color: #F0F0F0;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comments-area ol.children {
  padding-left: 5%;
  margin-top: 30px;
  list-style: none;
}

@media (max-width: 991px) {
  .comments-area ol.children {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .comments-area ol.children {
    padding-left: 12%;
  }
}

.comments-area .comment-body {
  position: relative;
  padding: 25px;
  background-color: #fff;
}

.comments-area .comment-body + .comment-respond {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .comments-area .comment-body + .comment-respond {
    margin-top: 60px;
  }
}

.comments-area .comment-meta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 66px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .comments-area .comment-meta {
    padding-left: 90px;
  }
}

.comments-area .comment-meta .says {
  display: none;
}

.comments-area .comment-metadata {
  font-size: 15px;
}

.comments-area .comment-metadata a {
  color: #8F908A;
}

.comments-area .comment-metadata .edit-link {
  display: inline;
  margin-left: 15px;
}

.comments-area .comment-author {
  margin-bottom: 6px;
}

.comments-area .comment-author .avatar {
  display: block;
  margin-bottom: 15px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .comments-area .comment-author .avatar {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}

.comments-area .comment-author .fn {
  font-weight: 500;
  color: #252525;
}

.comments-area .comment-author .fn a {
  color: inherit;
}

.comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:hover {
  color: #E64A26;
  text-decoration: none;
}

.comments-area .reply {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .comments-area .reply {
    position: absolute;
    top: 30px;
    right: 28px;
    margin-top: 0;
  }
}

.comments-area .comment-form {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  column-gap: 30px;
  color: #fff;
  background-color: #252525;
}

.comments-area .comment-form-email,
.comments-area .comment-form-author {
  width: 100%;
}

@media (min-width: 992px) {
  .comments-area .comment-form-email,
  .comments-area .comment-form-author {
    width: calc((100% - 30px) / 2);
  }
}

.comments-area .comment-form-comment,
.comments-area .comment-form-cookies-consent {
  width: 100%;
}

.comments-area .comment-respond {
  margin-top: 100px;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.comments-area .form-submit:hover input[type="submit"] {
  background-color: #8F908A;
}

.comments-area .comment-reply-title small {
  margin-left: 15px;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 5em;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget-title {
  font-size: 32px;
  font-weight: 500;
}

.footer-widgets {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-widgets {
    flex-direction: row;
    padding-top: 112px;
  }
}

@media (min-width: 992px) {
  .footer-widgets .widget-area:first-child,
  .footer-widgets .widget-area:nth-child(3) {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .footer-widgets .widget-area:nth-child(2) {
    width: 40%;
  }
}

.search-form {
  display: flex;
}

.search-form label {
  flex: 1;
  margin: 0 10px 0 0;
}

.wp-calendar-table td, .wp-calendar-table th {
  padding: 5px;
  text-align: center;
}

.wp-calendar-nav {
  margin-top: 5px;
  text-align: center;
}

.widget_pages,
.widget_nav_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_pages ul,
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_pages li,
.widget_nav_menu li {
  position: relative;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid #434343;
}

.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border: 0;
}

.widget_pages li ul,
.widget_nav_menu li ul {
  padding-left: 20px;
  margin-top: 10px;
}

.widget_pages li li,
.widget_nav_menu li li {
  padding: 12px 0;
  border: 0;
}

.widget_pages li li .submenu-toggle,
.widget_nav_menu li li .submenu-toggle {
  top: 15px;
}

.widget_pages a,
.widget_nav_menu a {
  color: inherit;
}

.widget_pages a:hover,
.widget_nav_menu a:hover {
  color: #E64A26;
  text-decoration: none;
}

.widget_pages .page_item_has_children,
.widget_pages .menu-item-has-children,
.widget_nav_menu .page_item_has_children,
.widget_nav_menu .menu-item-has-children {
  position: relative;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a,
.widget_nav_menu .page_item_has_children > a,
.widget_nav_menu .menu-item-has-children > a {
  padding-right: 10px;
}

.widget_pages .current_page_item > a,
.widget_pages .current-menu-parent > a,
.widget_pages .current-menu-item > a,
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current-menu-parent > a,
.widget_nav_menu .current-menu-item > a {
  color: #E64A26;
}

.widget_pages .current_page_item > a + .submenu-toggle path,
.widget_pages .current-menu-parent > a + .submenu-toggle path,
.widget_pages .current-menu-item > a + .submenu-toggle path,
.widget_nav_menu .current_page_item > a + .submenu-toggle path,
.widget_nav_menu .current-menu-parent > a + .submenu-toggle path,
.widget_nav_menu .current-menu-item > a + .submenu-toggle path {
  fill: #E64A26;
}

.widget_pages .children,
.widget_pages .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
  display: none;
}

.widget_pages .children.opened,
.widget_pages .sub-menu.opened,
.widget_nav_menu .children.opened,
.widget_nav_menu .sub-menu.opened {
  display: block;
}

.widget_pages .submenu-toggle,
.widget_nav_menu .submenu-toggle {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  color: inherit;
  text-align: center;
  background: transparent;
}

.widget_pages .submenu-toggle.toggled,
.widget_nav_menu .submenu-toggle.toggled {
  transform: rotate(180deg);
}

.widget_pages .submenu-toggle svg path,
.widget_nav_menu .submenu-toggle svg path {
  fill: currentColor;
}

.widget_pages .submenu-toggle:hover,
.widget_nav_menu .submenu-toggle:hover {
  color: #E64A26;
}

.widget_pages .submenu-toggle:hover svg path,
.widget_nav_menu .submenu-toggle:hover svg path {
  fill: #E64A26;
}

.widget_recent_entries ul,
.widget_rss ul,
.widget_categories ul,
.widget_archive ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_categories ul li,
.widget_archive ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid #BEC0B9;
}

.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget_categories ul ul,
.widget_archive ul ul {
  width: 100%;
  padding-left: 20px;
}

.widget_recent_entries ul ul li,
.widget_rss ul ul li,
.widget_categories ul ul li,
.widget_archive ul ul li {
  padding: 5px 0;
  border: 0;
}

.widget_recent_entries a,
.widget_rss a,
.widget_categories a,
.widget_archive a {
  color: inherit;
  text-decoration: none;
}

.widget_recent_entries a:hover,
.widget_rss a:hover,
.widget_categories a:hover,
.widget_archive a:hover {
  color: #E64A26;
}

.widget_rss ul li {
  margin-bottom: 25px;
}

.widget_rss .rsswidget {
  width: 100%;
  font-weight: 500;
}

.widget_rss .rss-date {
  font-size: 0.875em;
}

.widget_rss .rssSummary {
  width: 100%;
  margin: 10px 0;
}

.widget_rss cite {
  font-weight: 500;
}

.wp-block-calendar caption,
.widget_calendar caption {
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid currentColor;
}

.wp-block-calendar table,
.widget_calendar table {
  background: transparent;
  border: 0;
  /*
                th {
                    font-weight: 500;
                    color: $themeColor6;
                    background: $themeColor1;
                }

                td {
                    color: $themeColor6;
                    background: $themeColor1;
                }


         */
}

.wp-block-calendar table a,
.widget_calendar table a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  line-height: 30px;
  color: #E64A26;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border-radius: 50%;
}

.wp-block-calendar table a:hover,
.widget_calendar table a:hover {
  color: #252525;
  background: #F0F0F0;
}

.wp-block-calendar table th, .wp-block-calendar table td,
.widget_calendar table th,
.widget_calendar table td {
  padding: 12px 5px;
}

.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.wp-block-calendar .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
  display: block;
}

.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-next a {
  display: block;
  padding: 7px 20px;
  color: #F0F0F0;
  background: #252525;
  text-decoration: none;
  border: 1px solid #F0F0F0;
}

.wp-block-calendar .wp-calendar-nav-prev a:hover,
.wp-block-calendar .wp-calendar-nav-next a:hover,
.widget_calendar .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav-next a:hover {
  background: #E64A26;
  border-color: #E64A26;
}

.widget_meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_meta a {
  color: inherit;
  text-decoration: none;
}

.widget_meta li {
  margin-bottom: 10px;
}

.widget_meta li:last-child {
  margin-bottom: 0;
}

.widget_recent_comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_recent_comments ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F0F0F0;
}

.widget_recent_comments ul li:last-child {
  padding: 0;
  border: 0;
}

.widget_recent_comments a {
  color: inherit;
}

.widget_recent_comments a:hover {
  color: #E64A26;
  text-decoration: none;
}

.wp-block-tag-cloud::after,
.widget_tag_cloud::after {
  display: table;
  clear: both;
  content: '';
}

.wp-block-tag-cloud a,
.widget_tag_cloud a {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
  color: #F0F0F0;
  text-decoration: none;
  background: #252525;
}

.wp-block-tag-cloud a:hover,
.widget_tag_cloud a:hover {
  color: #F0F0F0;
  background: #E64A26;
}

.wp-block-tag-cloud.is-style-outline a {
  padding: 5px 15px;
  color: #252525;
  background: transparent;
  border: 1px solid currentColor;
}

.wp-block-tag-cloud.is-style-outline a:hover {
  color: #E64A26;
  background: #252525;
  border-color: #252525;
}

.site-footer .widget-area h1:not(.has-text-color),
.site-footer .widget-area h2:not(.has-text-color),
.site-footer .widget-area h3:not(.has-text-color),
.site-footer .widget-area h4:not(.has-text-color),
.site-footer .widget-area .navigation.pagination .page-numbers:not(.has-text-color),
.navigation.pagination .site-footer .widget-area .page-numbers:not(.has-text-color),
.site-footer .widget-area h5:not(.has-text-color),
.site-footer .widget-area h6:not(.has-text-color),
.site-footer .widget-area .wp-block-latest-posts__post-title:not(.has-text-color) {
  color: #F0F0F0;
}

.site-footer .widget-area label {
  color: currentColor;
}

.site-footer .widget-area button:not(.close-sidebar):not(.submenu-toggle):hover,
.site-footer .widget-area input[type="submit"]:hover {
  background: #434343;
}

.site-footer .widget-area .widget_nav_menu .submenu-toggle:hover,
.site-footer .widget-area .widget_pages .submenu-toggle:hover {
  color: #BEC0B9;
  background: transparent;
}

.site-footer .widget-area .wp-block-tag-cloud a,
.site-footer .widget-area .widget_tag_cloud a {
  color: #F0F0F0;
  background: #434343;
}

.site-footer .widget-area .wp-block-tag-cloud a:hover,
.site-footer .widget-area .widget_tag_cloud a:hover {
  background: #E64A26;
}

.site-footer .widget-area .wp-block-calendar table:where(:not(.has-text-color)) {
  color: #F0F0F0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  font-size: .875em;
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Blocks
--------------------------------------------- */
/*!
 * Getwid Style Kit v1.0.0
 * Copyright 2020 MotoPress
 * Import this file to the main sass/scss file of your theme.
 * Example: @import "getwid-style-kit/scss/style"
 *
 * For more information visit https://github.com/mototeam/
 * License GNU GPL v2 or later.
 */
/* common block styles */
.entry-content > * {
  max-width: 920px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content > *.alignwide {
  max-width: 1400px;
}

.entry-content > *.alignfull {
  width: auto;
  max-width: none;
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 992px) {
  .entry-content > *.alignfull {
    margin-right: -50px;
    margin-left: -50px;
  }
}

@media (min-width: 600px) {
  .entry-content > *.alignleft {
    margin-right: 30px;
  }
}

@media (min-width: 920px) {
  .entry-content > *.alignleft {
    margin-left: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 20px), 0px);
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .entry-content > *.alignleft {
    margin-left: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 50px), 0px);
  }
}

@media (min-width: 600px) {
  .entry-content > *.alignright {
    margin-left: 30px;
  }
}

@media (min-width: 920px) {
  .entry-content > *.alignright {
    margin-right: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 20px), 0px);
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .entry-content > *.alignright {
    margin-right: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 50px), 0px);
  }
}

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image figcaption {
  font-size: .875em;
  text-align: center;
  margin: 10px 0 0;
}

/* wp-block-gallery styles */
.wp-block-gallery:not(.has-nested-images):not(.alignleft):not(.alignright):not(.alignfull) {
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-gallery .blocks-gallery-caption {
  text-align: center;
  font-size: 0.8em;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: .875em;
  text-align: center;
  margin: 10px 0 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc((100% - 16px * 0) / 1);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc((100% - 16px * 1) / 2);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
}

/* wp-block-quote styles */
.wp-block-quote, blockquote {
  background-color: #252525;
  padding: 20px 40px 20px 110px;
  color: #F0F0F0;
  position: relative;
  font-size: 22px;
  border-radius: 10px;
}

.wp-block-quote:after, blockquote:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #fff;
  top: 37px;
  left: 20px;
}

.wp-block-quote p, blockquote p {
  margin-top: 0;
}

.wp-block-quote p:last-of-type, blockquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite, blockquote cite {
  font-style: normal;
  color: #E64A26;
  font-size: 18px;
}

.wp-block-quote.is-style-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain) {
  padding: 1em 2em 1em 5em;
}

.wp-block-quote.is-style-large:after, blockquote.is-style-large:after {
  top: 45px;
}

.wp-block-quote.is-style-large:not(.is-style-plain) p, blockquote.is-style-large:not(.is-style-plain) p, .wp-block-quote.is-style-large p, blockquote.is-style-large p {
  font-size: 1.25em;
  font-style: normal;
}

.wp-block-quote.is-style-large:not(.is-style-plain) cite, blockquote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large cite, blockquote.is-style-large cite {
  font-size: 1em;
  font-style: normal;
}

.wp-block-quote.is-style-plain, blockquote.is-style-plain {
  padding: 1em;
  background: transparent;
  border: 1px solid #252525;
  font-size: 1em;
  color: #BEC0B9;
}

.wp-block-quote.is-style-plain:after, blockquote.is-style-plain:after {
  display: none;
}

/* wp-block-file styles */
/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
  border: 1px solid #BEC0B9;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote .wp-block-pullquote__citation {
  font-style: normal;
  color: #E64A26;
}

.wp-block-pullquote blockquote {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0;
}

.wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
  color: inherit;
}

/* wp-block-table styles */
.wp-block-table th, .wp-block-table td {
  padding: 18px 20px;
  border: none;
  border-bottom: 1px solid #434343;
}

.wp-block-table figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.wp-block-table.is-style-stripes table {
  border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #434343;
}

.has-text-color .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  color: currentColor;
}

.wp-block-table figcaption {
  font-size: .875rem;
  text-align: center;
  margin: 10px 0 0;
}

/* wp-block-verse styles */
pre.wp-block-verse {
  white-space: pre-wrap;
}

/* wp-block-group styles */
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

/* wp-block-button styles */
.wp-block-button__link {
  text-decoration: none;
  border-radius: 0;
  background-color: #E64A26;
  color: #fff;
  padding: 14px 25px;
  font-size: 18px;
  line-height: 1.5;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  text-decoration: none !important;
  background-color: #252525 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:active {
  border-color: #252525 !important;
  background-color: #252525 !important;
  color: #F0F0F0 !important;
}

/* wp-block-columns styles */
.wp-block-columns {
  gap: 40px;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-columns.is-style-no-space {
  gap: 0;
}

.wp-block-column {
  flex-basis: 100%;
  margin-bottom: 16px;
  /*
        &:nth-child(2n),
        &:not(:first-child) {
            margin-left: 0;

            @include respond-to(sm) {
                margin-left: $wp-block-columns__gap;
            }
        }*/
}

@media (min-width: 768px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

/* wp-block-media-text styles */
/* wp-block-separator styles */
/* wp-block-archives styles */
.wp-block-archives.wp-block-archives-list {
  padding: 0;
  list-style: none;
}

.wp-block-archives.wp-block-archives-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BEC0B9;
  padding: 15px 0;
  margin: 0;
}

.wp-block-archives.wp-block-archives-list li:last-child {
  border: 0;
}

.wp-block-archives.wp-block-archives-list a {
  color: inherit;
  text-decoration: none;
  min-width: 0;
  max-width: 85%;
}

.wp-block-archives.wp-block-archives-list a:hover {
  color: #E64A26;
}

/* wp-block-calendar styles */
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #252525;
}

.wp-block-calendar table:not(.has-background) th, .wp-block-calendar table:not(.has-background) td {
  background-color: #252525;
  color: #F0F0F0;
  border-color: #434343;
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
  border-width: 0 0 1px 0;
}

/* wp-block-categories styles */
.wp-block-categories-list {
  padding: 0;
  list-style: none;
}

.wp-block-categories-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BEC0B9;
  padding: 15px 0;
  margin: 0;
}

.wp-block-categories-list li:last-child {
  border: 0;
}

.wp-block-categories-list li ul {
  flex: 1 0 100%;
}

.wp-block-categories-list a {
  color: inherit;
  text-decoration: none;
  min-width: 0;
  max-width: 85%;
}

.wp-block-categories-list a:hover {
  color: #E64A26;
}

/* wp-block-latest-comments styles */
.wp-block-latest-comments {
  padding: 0;
}

ol.wp-block-latest-comments {
  margin-left: auto;
}

/* wp-block-latest-posts styles */
@media (min-width: 768px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}

/* wp-block-search styles */
.wp-block-search .wp-block-search__input {
  border-color: #252525;
}

.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button:active, .wp-block-search .wp-block-search__button:visited {
  background-color: #252525;
}

.wp-block-search .wp-block-search__button .search-icon {
  display: block;
  fill: #F0F0F0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 0;
  position: relative;
  padding: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 12px 18px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 8px 18px;
  margin: 0;
}

/* wp-block-rss styles */
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
}

@media (min-width: 768px) {
  .wp-block-rss.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}

/* wp-block-video styles */
.wp-block-video figcaption {
  font-size: .875em;
  text-align: center;
  margin: 10px 0 0;
}

/* wp-block-cover styles */
.wp-block-cover {
  color: #fff;
}

/* wp-block-audio styles */
.wp-block-audio figcaption {
  font-size: .875em;
  text-align: center;
  margin: 10px 0 0;
}

/* wp-block-query-pagination styles */
.wp-block-query-pagination {
  margin-top: 2em;
  text-align: center;
}

.wp-block-query-pagination a {
  text-decoration: none;
}

.wp-block-query-pagination .page-numbers {
  margin: 0 5px;
  color: #252525;
}

.wp-block-query-pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:focus, .wp-block-query-pagination .page-numbers:hover {
  color: #E64A26;
}

/* wp-block-navigation styles */
.wp-block-navigation .wp-block-navigation-item {
  margin-bottom: 0;
}

/* wp-block-page-list styles */
.wp-block-page-list {
  padding: 0;
  list-style: none;
}

.wp-block-page-list ul {
  list-style: none;
}

.wp-block-page-list a {
  color: inherit;
  text-decoration: none;
}

.wp-block-page-list a:hover {
  color: #E64A26;
}

:root .has-color-1-color {
  color: #252525;
}

:root .has-color-1-background-color {
  background-color: #252525;
}

:root .has-color-2-color {
  color: #E64A26;
}

:root .has-color-2-background-color {
  background-color: #E64A26;
}

:root .has-color-3-color {
  color: #434343;
}

:root .has-color-3-background-color {
  background-color: #434343;
}

:root .has-color-4-color {
  color: #8F908A;
}

:root .has-color-4-background-color {
  background-color: #8F908A;
}

:root .has-color-5-color {
  color: #BEC0B9;
}

:root .has-color-5-background-color {
  background-color: #BEC0B9;
}

:root .has-color-6-color {
  color: #F0F0F0;
}

:root .has-color-6-background-color {
  background-color: #F0F0F0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}
