@charset "UTF-8";
/*!
Theme Name: Autolane QT
Theme URI: https://autolane.qreativethemes.com
Author: QreativeThemes
Author URI: https://qreativethemes.com
Description: A WordPress Theme for Car Mechanic & Auto Repair Shops, by QreativeThemes
Version: 1.4.7.2
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: autolane-qt
Tags: custom-background, custom-colors, custom-menu, custom-header, featured-images, sticky-post, theme-options, translation-ready, rtl-language-support
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01 ----- Normalize
02 ----- Typography
03 ----- Utilities
04 ----- Shortcodes
05 ----- Buttons
06 ----- Forms
07 ----- Layout
08 ----- Header
09 ----- Navigation
10 ----- Page Header
11 ----- Breadcrumbs
12 ----- Footer
13 ----- Widgets WordPress
14 ----- Widgets Custom
15 ----- Blog
16 ----- Comments
17 ----- Pagination
18 ----- Media
29 ----- 404
20 ----- Gutenberg
--------------------------------------------------------------*/
/* 01 - Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/* Inherit box-sizing to more easily change it's value on a component level */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

/**
 * 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;
}

/* 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: 700;
  color: inherit;
}

/**
 * 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;
  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;
  line-height: 1.55;
}

/**
 * 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;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0;
}

ul,
li,
ol {
  outline: none;
}

svg {
  height: 1em;
}

/* 02 - Typography */
body,
button,
input,
select,
optgroup {
  color: #939393;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 20px 0;
  word-break: break-word;
}

.site-content,
.footer {
  line-height: 1.75;
}

.widget-title,
.widget_block h2,
.wp-block-search .wp-block-search__label {
  font-size: 22px;
  margin-bottom: 20px;
}

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

blockquote {
  margin: 20px 0 30px 0;
  padding: 10px 0 10px 40px;
  border-left: 4px solid #d90429;
  color: #212121;
  font-style: italic;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease;
}
blockquote:hover {
  border-color: #aa0c27;
}
blockquote cite {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #d90429;
}
blockquote > p:last-of-type {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  display: block;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  color: #343434;
  font-family: monospace;
  font-size: 14px;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  background-color: transparent;
}

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

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

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  color: #d90429;
  text-decoration: none;
}
a:visited {
  color: #d90429;
}
a:hover {
  color: #aa0c27;
  outline: 0;
}

.read-more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.read-more-link::after {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  content: "\f30b";
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 0.3);
  text-shadow: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.read-more-link:hover::after {
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.primary-color {
  color: #d90429;
}

.secondary-color {
  color: #f6d72d;
}

/* 03 - Utilities */
.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;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@media screen and (max-width: 991px) {
  .hide-xs-down {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hide-lg-up {
    display: none !important;
  }
}

.d-flex {
  display: flex;
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

/* 04 - Shortcodes */
@media (max-width: 550px) {
  .qt-table-wrap {
    overflow-x: auto;
  }
}
.qt-table {
  width: 100%;
  margin-bottom: 0;
}
.qt-table thead {
  background-color: #d90429;
}
.qt-table thead td {
  padding: 14px 30px;
  font-weight: 700;
  color: #fff;
  border-color: transparent;
}
.qt-table thead td:empty {
  background-color: transparent;
}
.qt-table tbody td {
  padding: 14px 30px;
  border: none;
}
.qt-table tr:hover {
  background: none;
}
.qt-table tr:nth-child(2n+0), .qt-table tr:nth-child(2n+0):hover {
  background-color: #f9f9f9;
}

/* 05 - Buttons */
.btn,
input[type="submit"] {
  position: relative;
  padding: 20px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Asap", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  outline: none;
  border-radius: 2px;
  background-color: #d90429;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.btn:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #b60522;
}
.btn.fullwidth,
input[type="submit"].fullwidth {
  width: 100%;
  justify-content: center;
}
.btn .qt-btn-icon,
input[type="submit"] .qt-btn-icon {
  display: inline-flex;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  fill: #fff;
}
.btn.round,
input[type="submit"].round {
  border-radius: 25px;
}
.btn.btn-outline,
input[type="submit"].btn-outline {
  color: #212121;
  text-shadow: none;
  border-color: rgba(50, 50, 50, 0.3);
  background-color: transparent;
}
.btn.btn-outline:hover,
input[type="submit"].btn-outline:hover {
  border-color: rgba(50, 50, 50, 0.5);
}

.btn-icon-before .qt-btn-icon {
  margin-right: 8px;
}

.btn-icon-after .qt-btn-icon {
  order: 15;
  margin-left: 8px;
}

body.button-round .btn,
body.button-round .comment-form input[type="submit"],
body.button-round .header-button a {
  border-radius: 30px;
}
body.button-round .search-overlay .search-form .search-field {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body.button-round .search-overlay .search-form .search-submit {
  border-radius: 0 30px 30px 0;
}
body.button-round .widget_search .search-form .search-field,
body.button-round .elementor-widget .search-form .search-field {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body.button-round .widget_search .search-form .search-submit,
body.button-round .elementor-widget .search-form .search-submit {
  border-radius: 0 30px 30px 0;
}

/* 06 - Forms */
button,
input[type="button"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 2px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus {
  border-color: #aaa #bbb #bbb;
}

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"],
select,
textarea {
  color: #939393;
  width: 100%;
  max-width: 100%;
  padding: 19px 20px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
}
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,
select:focus,
textarea:focus {
  color: #939393;
  outline: none;
  border-color: #cecece;
}

select {
  background: #f9f9f9 url(assets/images/select-bg.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  resize: vertical;
}

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

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

::placeholder {
  color: #939393;
}

.post-password-form label {
  display: block;
  margin-bottom: 15px;
}

.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form label {
  display: block;
  color: #212121;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Asap", sans-serif;
}
.wpcf7 .wpcf7-form p {
  margin: 0;
}
.wpcf7 .wpcf7-form p + p > label {
  margin-top: -5px;
}
.wpcf7 .wpcf7-form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form span.wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
}
.wpcf7 .wpcf7-form input:not([type="submit"]):not([type="reset"]),
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form textarea {
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.wpcf7 .wpcf7-form input:not([type="submit"]):not([type="reset"]):focus,
.wpcf7 .wpcf7-form select:focus,
.wpcf7 .wpcf7-form textarea:focus {
  border-color: #e3e3e3;
  box-shadow: 0 0 0 3px #eaecf2;
}
.wpcf7 .wpcf7-form textarea {
  height: 180px;
}
.wpcf7 .wpcf7-form input[type="reset"] {
  margin: 0 20px 0 30px;
  border-color: #dfdfdf;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-form input[type="reset"] {
    display: none;
  }
}
.wpcf7 .wpcf7-form input[type="reset"]:hover, .wpcf7 .wpcf7-form input[type="reset"]:focus {
  border-color: #cbcbcb;
}
.wpcf7 .wpcf7-form input[type="checkbox"],
.wpcf7 .wpcf7-form input[type="radio"] {
  margin: 0 10px 0 0;
}
.wpcf7 .wpcf7-form input[type="checkbox"]:focus,
.wpcf7 .wpcf7-form input[type="radio"]:focus {
  border-color: transparent;
  box-shadow: none;
}
.wpcf7 .wpcf7-form .wpcf7-select {
  padding: 22px 20px;
  min-height: 60px;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  margin-right: 20px;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  color: #565563;
  border: 1px solid #eee;
  border-radius: 2px;
  outline: none;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:hover {
  background-color: #eee;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked {
  border-color: #d90429;
  background-color: #d90429;
  background-image: url(assets/images/checkmark.svg);
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance span {
  font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .wpcf7 .wpcf7-form .wpcf7-spinner {
    right: -20px;
    bottom: 15px;
    margin: 0;
  }
}
.wpcf7 .wpcf7-form .d-flex {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 .wpcf7-form .form-inline {
  display: inline-flex;
  align-items: center;
  color: #212121;
  font-family: "Asap", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-form .form-inline {
    display: none;
  }
}
.wpcf7 .wpcf7-form .form-inline i {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.3);
}

body.rtl .wpcf7 {
  direction: rtl;
}

/* 07 - Layout */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .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-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 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

@media screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

.d-flex {
  display: flex;
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}
.justify-between .form-inline {
  margin: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.clearfix {
  clear: both;
}

ol,
ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

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

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  padding: 13px 30px;
  color: #fff;
  border-color: transparent;
  background-color: #d90429;
}
table th,
table td {
  padding: 12px 30px;
  border: 1px solid #e2e2e2;
}
table tr td {
  font-weight: 400;
}

.site-content {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .site-content {
    padding: 100px 0;
  }
}

body.page-template-template-frontpage .site-content {
  padding: 0;
}

@media screen and (min-width: 992px) {
  body.single-post .site-content {
    padding: 100px 0;
  }
}

.sidebar {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.elementor-widget-sidebar {
  position: relative;
}
.elementor-widget-sidebar .widget {
  margin-bottom: 50px;
}
.elementor-widget-sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.boxed-layout {
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
  .site-content .col-lg-9.order-lg-1 > .site-main {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-content .col-lg-9.order-lg-2 > .site-main {
    margin-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .site-content .col-lg-9.main-content {
    flex: 0 0 73%;
    max-width: 73%;
  }
}
@media screen and (min-width: 992px) {
  .site-content .col-lg-3.main-sidebar {
    flex: 0 0 27%;
    max-width: 27%;
  }
}

body.home.elementor-page .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
body.search .post-inner .entry-wrapper {
  overflow: hidden;
}
body.boxed-enabled .boxed-layout {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  body.boxed-enabled .boxed-layout {
    width: 848px;
  }
}
@media screen and (min-width: 992px) {
  body.boxed-enabled .boxed-layout {
    width: 1072px;
  }
}
@media screen and (min-width: 1200px) {
  body.boxed-enabled .boxed-layout {
    width: 1280px;
  }
}
body #elementor-add-new-section {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  body .elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) .elementor-column-gap-default {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) .elementor-column-gap-narrow {
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) .elementor-column-gap-extended {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) .elementor-column-gap-wide {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) .elementor-column-gap-wider {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-five {
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .hide-xs-down {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hide-lg-up {
    display: none !important;
  }
}

/* 08 - Header */
.header {
  position: relative;
  z-index: 100;
}
.header a {
  text-decoration: none;
}
.header p {
  margin-top: 0;
  margin-bottom: 0;
}

.header-topbar {
  position: relative;
  color: #747474;
  font-size: 15px;
  background-color: #3e3e3e;
}
.header-topbar a {
  color: #747474;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.header-topbar a:hover {
  color: #fff;
}
.header-topbar ul {
  display: flex;
}
@media screen and (min-width: 992px) {
  .header-topbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-topbar .widget {
  position: relative;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .header-topbar .widget {
    padding: 12px 0px;
  }
  .header-topbar .widget + .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget {
    padding: 0 20px;
    height: 50px;
    align-items: center;
  }
  .header-topbar .widget:first-of-type {
    padding-left: 0;
  }
  .header-topbar .widget:last-of-type {
    padding-right: 0;
  }
  .header-topbar .widget:only-child {
    padding-left: 0;
    padding-right: 0;
  }
  .header-topbar .widget + .widget::after {
    position: absolute;
    content: '';
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
.header-topbar .widget-title {
  margin: 0 5px 0 0;
  font-size: inherit;
  color: inherit;
}
.header-topbar .widget .icon-box-icon {
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .header-topbar .widget .icon-box-icon {
    min-width: 20px;
  }
}
.header-topbar .widget .icon-box .title {
  margin: 0 5px 0 0;
  font-size: inherit;
  color: inherit;
}
.header-topbar .widget .menu > li {
  flex-shrink: 0;
  position: relative;
  padding-right: 15px;
}
.header-topbar .widget .menu > li:last-of-type {
  padding-right: 0;
}
.header-topbar .widget .menu > li.menu-item-has-children > a::after {
  position: relative;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  top: -2px;
  margin-left: 4px;
  border-style: solid;
  border-width: 4px 5px 0 4px;
  border-color: rgba(250, 250, 250, 0.3) transparent transparent transparent;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease;
}
.header-topbar .widget .menu > li:hover > a {
  color: #fff;
}
.header-topbar .widget .menu > li > a {
  padding: 6px 0;
}
.header-topbar .widget .menu > li > .sub-menu > li:first-of-type > a::before {
  position: absolute;
  content: '';
  top: -4px;
  left: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid;
  border-right: 4px solid;
  color: #f6d72d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu > li > .sub-menu > li:first-of-type:hover > a::before {
    color: #e9ca20;
  }
}
.header-topbar .widget .menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 155px;
  z-index: 200;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.2);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu {
    left: -15px;
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu li:hover > a {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu > li {
    display: block;
    padding: 0;
  }
}
.header-topbar .widget .menu .sub-menu > li:first-of-type > a {
  border-top-color: transparent;
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu > li:first-of-type > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu > li:last-of-type > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
.header-topbar .widget .menu .sub-menu > li > a {
  display: block;
  padding: 12px 15px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  color: #212121;
  border-top: 1px solid rgba(50, 50, 50, 0.1);
  background-color: #f6d72d;
}
.header-topbar .widget .menu .sub-menu > li ul.sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
  border-top-left-radius: 0px;
}
.header-topbar .widget .menu .sub-menu .menu-item-has-children > a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: 15px;
  top: calc(50% - 4px);
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
.header-topbar .widget .menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header-topbar .widget_social_icons .social-icons a {
  font-size: 16px;
}
.header-topbar .widget_search {
  overflow: hidden;
}
.header-topbar .widget_calendar {
  display: flex;
  align-items: center;
  height: auto;
}
.header-topbar .widget_calendar #wp-calendar {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .header-topbar__left, .header-topbar__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .header-topbar__left + .header-topbar__right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.header-middle {
  position: relative;
  background-color: #252525;
}
@media screen and (min-width: 992px) {
  .header-middle {
    padding: 28px 0;
  }
}
.header-middle > .container {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  flex: 100%;
}
@media screen and (min-width: 992px) {
  .header-middle > .container > div:last-of-type {
    margin-right: 0;
  }
}

.header-logo,
.header-actions,
.header-button {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-logo {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .header-logo {
    order: 2;
    margin-right: 20px;
    padding: 20px 0;
  }
}
.header-logo .logo__image {
  flex-shrink: 0;
}
.header-logo .site-title {
  margin: 0;
  color: #fff;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .header-button {
    order: 4;
    flex: 1;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-button {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header-button {
    margin-right: 30px;
  }
}
.header-button a {
  padding: 20px 30px;
  display: inline-flex;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Asap", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background-color: #d90429;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (max-width: 991px) {
  .header-button a {
    flex: 1;
    justify-content: center;
  }
}
.header-button a:hover {
  background-color: #b60522;
}
.header-button i {
  margin-right: 6px;
}

@media screen and (max-width: 991px) {
  .header-actions {
    order: 2;
  }
}
.header-actions i {
  color: #9b9b9b;
  font-size: 19px;
}
.header-actions > div {
  display: block;
  margin-right: 12px;
}
.header-actions > div:last-of-type {
  margin-right: 0;
}

.header-search {
  cursor: pointer;
}

body.header_2 .header .container {
  width: auto;
}
@media screen and (min-width: 992px) {
  body.header_2 .header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.search-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
}
.search-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition-property: all;
  transition-duration: 0.2s;
}
.search-overlay__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search-overlay__area {
  position: absolute;
  left: 0;
  right: 0;
  height: calc(50vh - 100px);
  z-index: 2000;
}
.search-overlay__area:first-of-type {
  top: 0;
}
.search-overlay__area:last-of-type {
  bottom: 0;
}
.search-overlay__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  cursor: pointer;
  z-index: 2500;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}
@media screen and (min-width: 580px) {
  .search-overlay__close {
    right: 40px;
  }
}
.search-overlay__close:hover {
  color: #fff;
}
.search-overlay__title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
}
@media screen and (min-width: 580px) {
  .search-overlay__title {
    font-size: 32px;
  }
}
.search-overlay .search-form {
  position: relative;
}
@media screen and (max-width: 579px) {
  .search-overlay .search-form {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 580px) {
  .search-overlay .search-form {
    width: 85%;
    margin: 0 auto;
  }
}
.search-overlay .search-form label {
  width: 100%;
  float: left;
  margin: 0 -1px 0 0;
}
@media screen and (min-width: 580px) {
  .search-overlay .search-form label {
    width: 80%;
  }
}
.search-overlay .search-form .search-field {
  width: 100%;
  padding: 0 30px;
  height: 65px;
}
.search-overlay .search-form .search-field::-webkit-input-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field::-moz-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field:-ms-input-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field:-moz-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.search-overlay .search-form .search-submit {
  height: 65px;
}
@media screen and (min-width: 580px) {
  .search-overlay .search-form .search-submit {
    width: 20%;
  }
}

body.admin-bar .search-overlay {
  top: 32px;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 10px -6px rgba(50, 50, 50, 0.2);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.sticky-header .header-logo .site-title {
  color: #212121;
}
.sticky-header .header-middle {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .sticky-header .header-middle {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .sticky-header.mobile-only.is-visible {
    overflow: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media screen and (min-width: 992px) {
  .sticky-header.desktop-only.is-visible {
    overflow: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (min-width: 992px) {
  body.admin-bar .sticky-header {
    top: 32px;
  }
}

/* 09 - Navigation */
.navbar-toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  .navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 3;
    margin-left: 25px;
    height: 54px;
    width: 58px;
    padding: 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    background-color: #d90429;
  }
}
.navbar-toggle:not(.collapsed) {
  background-color: #aa0c27;
}
.navbar-toggle-icon {
  margin: 0 auto;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.header-navigation {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-navigation {
    justify-content: flex-start;
    order: 3;
    flex-wrap: wrap;
    flex: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header-navigation {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .collapse:not(.show) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation #main-nav {
    flex: 1;
  }
}
.header-navigation li {
  position: relative;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .header-navigation ul {
    display: inline-flex;
    align-items: center;
  }
}
.header-navigation ul > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
@media screen and (max-width: 991px) {
  .header-navigation ul > li > a {
    padding: 18px 30px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #d90429;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation ul > li > a {
    padding: 11px 0;
    font-size: 20px;
    color: #9b9b9b;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation ul > li:first-of-type > a {
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation ul > li.menu-item-has-children > a::after {
    position: relative;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    top: -4px;
    margin-left: 5px;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: rgba(250, 250, 250, 0.3) transparent transparent transparent;
    -webkit-transition: border-color .15s ease;
    transition: border-color .15s ease;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation > ul > li:last-of-type {
    margin-bottom: 25px;
  }
  .header-navigation > ul > li:last-of-type > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .header-navigation > ul > li:first-of-type > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li {
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
  }
  .header-navigation > ul > li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-navigation > ul > li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.current-menu-item > a, .header-navigation > ul > li.current_page_parent > a, .header-navigation > ul > li.current-menu-ancestor > a {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.current-menu-item > a::before, .header-navigation > ul > li.current_page_parent > a::before, .header-navigation > ul > li.current-menu-ancestor > a::before {
    max-width: 100%;
    background-color: #f6d72d;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.menu-item-has-children > a::before {
    right: 17px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li:hover > a {
    color: #fff;
  }
  .header-navigation > ul > li:hover > a::before {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li:hover .sub-menu__toggle::before {
    border-top-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li > a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    max-width: 0;
    background-color: #f6d72d;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
}
.header-navigation .sub-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    position: absolute;
    top: 100%;
    left: -21px;
    z-index: 1;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
  }
}
.header-navigation .sub-menu > li > a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu > li > a {
    padding: 18px 35px;
    color: #fff;
    background-color: #aa0c27;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li > a {
    padding: 17px 19px;
    color: #212121;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li + li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu > li:first-of-type > a {
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:first-of-type > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:last-of-type > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:hover > a {
    color: #000;
    background-color: rgba(0, 0, 0, 0.15);
  }
}
.header-navigation .sub-menu > li.current-menu-item > a, .header-navigation .sub-menu > li.current_page_parent > a {
  color: #fff;
}
.header-navigation .sub-menu > li ul.sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
  border-top-left-radius: 0px;
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu > li ul.sub-menu li > a {
    padding-left: 70px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    right: 22px;
    top: calc(50% - 5px);
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu li.menu-item-has-children:hover > a::after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu li.menu-item-has-children .sub-menu__toggle {
    height: 51px;
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle {
    position: absolute;
    right: 0;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 57px;
    font-size: 16px;
    z-index: 100;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    border-radius: 2px;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu__toggle {
    border-left-color: transparent;
    background-color: #aa0c27;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu__toggle::before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 992px) {
  .sticky-header .header-navigation ul > li.menu-item-has-children > a::after {
    border-color: rgba(50, 50, 50, 0.3) transparent transparent transparent;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .header-navigation > ul > li.current-menu-item > a, .sticky-header .header-navigation > ul > li.current_page_parent > a, .sticky-header .header-navigation > ul > li.current-menu-ancestor > a {
    color: #d90429;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .header-navigation > ul > li:hover > a {
    color: #d90429;
  }
}
.sticky-header .header-search i,
.sticky-header .header-cart i {
  color: #212121;
}
.sticky-header .header-actions > div:hover i {
  color: #212121;
}

/* 10 - Page Header */
.page-header {
  position: relative;
  margin: 0 auto;
  background-color: #2b2b2b;
}
.page-header > .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 10.938rem;
}
@media screen and (min-width: 992px) {
  .page-header > .container {
    height: 350px;
  }
}
.page-header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.page-header .page-title {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 2.625rem;
  font-family: "Asap", sans-serif;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .page-header .page-title {
    font-size: 3.25rem;
  }
}
.page-header .page-subtitle {
  position: relative;
  margin-bottom: 2px;
  color: #f6d72d;
  font-size: 1.5rem;
  font-family: "Yellowtail", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* 11 - Breadcrumbs */
.breadcrumb {
  width: 100%;
}
.breadcrumb span {
  position: relative;
  display: inline-flex;
  padding: 2px 0;
  align-items: center;
}
.breadcrumb span > span, .breadcrumb span.current-item {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  .breadcrumb span > span, .breadcrumb span.current-item {
    padding: 4px 0;
  }
}
.breadcrumb span.home::before {
  position: relative;
  display: inline-block;
  content: "\f015";
  margin-right: 7px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 768px) {
  .breadcrumb span:last-of-type::after {
    display: none;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  color: #747474;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
@media screen and (min-width: 769px) {
  .breadcrumb a {
    padding-right: 12px;
  }
}
.breadcrumb a::after {
  position: relative;
  content: "\f105";
  margin-left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 769px) {
  .breadcrumb a::after {
    margin-left: 12px;
  }
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb a.home::before {
  position: relative;
  display: inline-block;
  content: "\f015";
  margin-right: 7px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: inherit;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.breadcrumb a.home:hover::before {
  color: #fff;
}

.breadcrumbs {
  position: relative;
  width: 100%;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    font-size: 15px;
  }
}
.breadcrumbs > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .page-header + .breadcrumbs {
    padding: 30px 0;
  }
}

.scroll-content {
  flex-shrink: 0;
  margin-left: 20px;
  color: #cfcfcf;
  cursor: pointer;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.scroll-content:hover {
  color: #fff;
}
.scroll-content:hover::before {
  color: #fff;
}
.scroll-content::before {
  position: relative;
  display: inline-block;
  content: "\f358";
  margin-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: inherit;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
@media screen and (max-width: 580px) {
  .scroll-content {
    display: none;
  }
}

/* 12 - Footer */
.footer {
  position: relative;
  color: #747474;
  background-color: #343434;
}
.footer p + p {
  margin-top: 20px;
}
.footer .widget-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.375rem;
  font-family: "Asap", sans-serif;
}
.footer .scroll__top {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 55px;
  height: 55px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.footer .scroll__top::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}
.footer .scroll__top.is-visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.footer .scroll__top.is-visible:hover {
  background: rgba(0, 0, 0, 0.3);
}
.footer .widget_recent_entries ul li > a::before,
.footer .widget_recent_comments ul li > a::before,
.footer .widget_archive ul li > a::before,
.footer .widget_categories ul li > a::before,
.footer .widget_meta ul li > a::before,
.footer .widget_pages ul li > a::before,
.footer .widget_calendar ul li > a::before {
  color: rgba(250, 250, 250, 0.3);
}
.footer .widget_recent_entries ul li:hover > a::before,
.footer .widget_recent_comments ul li:hover > a::before,
.footer .widget_archive ul li:hover > a::before,
.footer .widget_categories ul li:hover > a::before,
.footer .widget_meta ul li:hover > a::before,
.footer .widget_pages ul li:hover > a::before,
.footer .widget_calendar ul li:hover > a::before {
  color: rgba(250, 250, 250, 0.5);
}
.footer .widget_recent_entries ul > li,
.footer .widget_recent_comments ul > li,
.footer .widget_archive ul > li,
.footer .widget_categories ul > li,
.footer .widget_meta ul > li,
.footer .widget_pages ul > li,
.footer .widget_calendar ul > li {
  border-bottom-color: rgba(250, 250, 250, 0.2);
}
.footer .widget_rss li {
  border-bottom-color: rgba(250, 250, 250, 0.2);
}
.footer .widget_rss li .rss-date {
  color: #f6d72d;
}

.footer-main {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  .footer-main {
    padding: 105px 0 90px 0;
  }
}
.footer-main > .container {
  position: relative;
}
.footer-main .row {
  margin-right: -25px;
  margin-left: -25px;
}
.footer-main a:not(.btn) {
  color: #747474;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.footer-main a:not(.btn):hover {
  color: #fff;
}
.footer-main .footer-main__column {
  flex-basis: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .footer-main .footer-main__column + .footer-main__column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer-main.footer__2 .footer-main__column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-main.footer__3 .footer-main__column {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .footer-main.footer__4 .footer-main__column {
    flex-basis: 25%;
    max-width: 25%;
  }
  .footer-main.footer__5 .footer-main__column {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.footer-main .widget + .widget {
  margin-top: 50px;
}
.footer-main .widget_text + .widget_icon_box {
  margin-top: 34px;
}
.footer-main .widget_icon_box a.icon-box,
.footer-main .widget_icon_box a.icon-box:hover {
  color: inherit;
}
.footer-main .widget_icon_box + .widget_icon_box {
  margin-top: 27px;
  margin-bottom: 27px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-main .icon-box .icon-box-icon {
  color: inherit;
  font-size: 32px;
}
.footer-main .icon-box .title {
  margin-bottom: 3px;
  color: #fff;
  font-size: 1rem;
}
.footer-main .icon-box:hover .icon-box-icon {
  color: #f6d72d;
}
.footer-main .opening-hours ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-main .opening-hours ul li .time {
  font-size: 15px;
  font-family: inherit;
}
.footer-main .opening-hours ul li:not(.is-today) .time:not(.highlight) {
  color: #979797;
}
.footer-main .opening-hours ul li .highlight {
  color: #f6d72d;
}
.footer-main .widget_nav_menu .menu > li {
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-main .widget_nav_menu .menu > li > a::before {
  position: relative;
  display: inline-block;
  left: 0;
  content: "\f30b";
  margin-right: 15px;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(250, 250, 250, 0.3);
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.footer-main .widget_nav_menu .menu > li:first-of-type {
  padding-top: 0;
}
.footer-main .widget_nav_menu .menu > li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.footer-main .widget_nav_menu .menu li a {
  color: #747474;
  font-weight: 700;
}
.footer-main .widget_nav_menu .menu li a:hover {
  color: #f6d72d;
}
.footer-main .widget_nav_menu .menu li a:hover::before {
  color: #f6d72d;
}
.footer-main .widget_nav_menu .menu li.current-menu-item > a, .footer-main .widget_nav_menu .menu li.current_page_item > a, .footer-main .widget_nav_menu .menu li.current_page_ancestor > a, .footer-main .widget_nav_menu .menu li.current_page_parent > a {
  color: #fff;
}
.footer-main .widget_nav_menu .menu li.current-menu-item > a::before, .footer-main .widget_nav_menu .menu li.current_page_item > a::before, .footer-main .widget_nav_menu .menu li.current_page_ancestor > a::before, .footer-main .widget_nav_menu .menu li.current_page_parent > a::before {
  color: #fff;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu {
  padding: 4px 0 0 35px;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu > li + li {
  padding-top: 4px;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
  padding-left: 10px;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #2c2c2c;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    padding: 30px 0;
  }
}
.footer-bottom a {
  color: #fff;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.footer-bottom p {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .footer-bottom > .container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom__left {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom__left + .footer-bottom__right {
    margin-top: 10px;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom .widget {
    padding: 0 10px;
  }
}
.footer-bottom .widget:first-of-type {
  padding-left: 0;
}
.footer-bottom .widget:last-of-type {
  padding-right: 0;
}
.footer-bottom .widget_nav_menu .menu > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.footer-bottom .widget_nav_menu .menu > li:first-of-type > a {
  padding-left: 0;
}
.footer-bottom .widget_nav_menu .menu > li:last-of-type > a {
  padding-right: 0;
}
.footer-bottom .widget_nav_menu .menu > li > a::before {
  display: none;
}
.footer-bottom .widget_nav_menu .menu li {
  display: inline-block;
  position: relative;
}
.footer-bottom .widget_nav_menu .menu li a {
  padding: 0 6px;
}
.footer-bottom .widget_nav_menu .sub-menu {
  float: right;
}

/* 13 - Widgets WordPress */
.widget_nav_menu ul, .widget_pages ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li, .widget_pages ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li {
  position: relative;
}
.widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a {
  word-break: break-word;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.widget_recent_entries ul > li, .widget_recent_comments ul > li, .widget_archive ul > li, .widget_categories ul > li, .widget_meta ul > li, .widget_pages ul > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_entries ul > li:last-of-type, .widget_recent_comments ul > li:last-of-type, .widget_archive ul > li:last-of-type, .widget_categories ul > li:last-of-type, .widget_meta ul > li:last-of-type, .widget_pages ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_recent_entries ul > li a:not(:hover), .widget_recent_comments ul > li a:not(:hover), .widget_archive ul > li a:not(:hover), .widget_categories ul > li a:not(:hover), .widget_meta ul > li a:not(:hover), .widget_pages ul > li a:not(:hover) {
  color: inherit;
}
.widget_recent_entries ul > li > a, .widget_recent_comments ul > li > a, .widget_archive ul > li > a, .widget_categories ul > li > a, .widget_meta ul > li > a, .widget_pages ul > li > a {
  padding-left: 15px;
}
.widget_recent_entries ul > li > a::before, .widget_recent_comments ul > li > a::before, .widget_archive ul > li > a::before, .widget_categories ul > li > a::before, .widget_meta ul > li > a::before, .widget_pages ul > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color .15s ease;
  transition: color 0.15s ease;
}
.widget_recent_entries ul > li > a:hover::before, .widget_recent_comments ul > li > a:hover::before, .widget_archive ul > li > a:hover::before, .widget_categories ul > li > a:hover::before, .widget_meta ul > li > a:hover::before, .widget_pages ul > li > a:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.widget_recent_entries ul.children, .widget_recent_comments ul.children, .widget_archive ul.children, .widget_categories ul.children, .widget_meta ul.children, .widget_pages ul.children {
  padding: 2px 0 2px 15px;
}

.widget_search .search-form,
.elementor-widget .search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.widget_search .search-form label,
.elementor-widget .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field,
.elementor-widget .search-form .search-field {
  height: 60px;
  padding: 0 25px;
  -webkit-appearance: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.widget_search .search-form .search-submit,
.elementor-widget .search-form .search-submit {
  position: relative;
  padding: 14px 24px;
  top: 0;
  right: 0;
  width: 35%;
  height: 60px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.widget_calendar #wp-calendar {
  width: 100%;
  margin-bottom: 10px;
}
.widget_calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.widget_calendar caption {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  caption-side: top;
  color: #fff;
  background-color: #d90429;
}
.widget_calendar thead {
  background-color: #dedede;
}
.widget_calendar thead tr th {
  padding: 5px 0;
  color: inherit;
  text-align: center;
  background: transparent;
  border: 1px solid #dedede;
}
.widget_calendar tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dedede;
}
.widget_calendar tbody tr td#today {
  font-weight: 700;
}
.widget_calendar tfoot tr td {
  padding: 5px;
  border-top: 1px solid #dedede;
}
.widget_calendar tfoot #next a {
  float: right;
}
.widget_calendar tfoot #next,
.widget_calendar tfoot #prev {
  font-weight: 400;
}

.widget_recent_comments ul > li {
  padding-left: 15px;
}
.widget_recent_comments ul > li > a {
  padding-left: 0;
}
.widget_recent_comments ul > li:hover > a::before {
  color: rgba(0, 0, 0, 0.5);
}

.widget_tag_cloud a {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.widget_tag_cloud a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #aa0c27;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 13px;
}

.widget_archive select,
.widget_categories select,
.widget_text select {
  height: 50px;
  padding: 0 40px 0 20px;
  border: 1px solid #eee;
  border-radius: 1px;
  background: #f9f9f9 url("assets/images/select-bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget_archive select:focus,
.widget_categories select:focus,
.widget_text select:focus {
  border-color: #cecece;
  outline: none;
}

.widget_archive ul li,
.widget_categories ul li {
  clear: both;
}
.widget_archive ul li .cat-count,
.widget_categories ul li .cat-count {
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #212121;
  text-align: center;
  border-radius: 50%;
  background-color: #f6d72d;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.widget_archive ul li.cat-item-none,
.widget_categories ul li.cat-item-none {
  padding-left: 0;
}

.widget_rss .widget-title {
  margin-bottom: 15px;
}
.widget_rss .widget-title a:last-of-type {
  color: inherit;
}
.widget_rss .widget-title img {
  position: relative;
  vertical-align: baseline;
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget_rss li a {
  display: block;
  font-weight: 500;
}
.widget_rss li .rss-date {
  display: block;
  margin-top: 2px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #212121;
}
.widget_rss li cite {
  display: block;
  margin-top: 10px;
}
.widget_rss li:last-of-type {
  border-bottom: none;
}

.site-content .widget_nav_menu {
  position: relative;
  padding: 30px 35px;
  border-radius: 2px;
}
@media screen and (min-width: 1200px) {
  .site-content .widget_nav_menu {
    padding: 35px;
  }
}
.site-content .widget_nav_menu .widget-title,
.site-content .widget_nav_menu .widgettitle {
  color: #fff;
}
.site-content .widget_nav_menu .menu > li > a {
  position: relative;
}
.site-content .widget_nav_menu .menu > li > a::before {
  position: relative;
  display: inline-block;
  content: "\f30b";
  padding-right: 12px;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: rgba(250, 250, 250, 0.5);
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.site-content .widget_nav_menu .menu li {
  list-style: none;
  position: relative;
}
.site-content .widget_nav_menu .menu li a {
  display: inline-block;
  margin: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.site-content .widget_nav_menu .menu li a:hover {
  color: #fff;
}
.site-content .widget_nav_menu .menu li a:hover::before {
  color: #fff;
}
.site-content .widget_nav_menu .menu li:last-of-type a {
  margin-bottom: 0;
}
.site-content .widget_nav_menu .menu li.current-menu-item > a, .site-content .widget_nav_menu .menu li.current_page_item > a, .site-content .widget_nav_menu .menu li.current_page_ancestor > a, .site-content .widget_nav_menu .menu li.current_page_parent > a {
  color: #fff;
}
.site-content .widget_nav_menu .menu li.current-menu-item > a::before, .site-content .widget_nav_menu .menu li.current_page_item > a::before, .site-content .widget_nav_menu .menu li.current_page_ancestor > a::before, .site-content .widget_nav_menu .menu li.current_page_parent > a::before {
  color: #fff;
}
.site-content .widget_nav_menu .menu li ul.sub-menu {
  position: relative;
  padding-left: 30px;
}
.site-content .widget_nav_menu .menu li ul.sub-menu li a:hover {
  color: #fff;
}
.site-content .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
  padding-left: 10px;
}

.footer-main .widget_rss li .rss-date {
  color: inherit;
}
.footer-main .widget_calendar thead tr th {
  color: #212121;
}
.footer-main .widget_calendar tbody tr td {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-main .widget_calendar tbody tr td#today {
  color: #fff;
}
.footer-main .widget_tag_cloud a:not(:hover) {
  border-color: rgba(255, 255, 255, 0.2);
}

/* 14 - Widgets Custom */
.icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-box .title {
  margin: 0;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
}
.icon-box .text {
  word-break: break-word;
}
.icon-box .icon-box-icon {
  margin-right: 20px;
  font-size: 38px;
  color: #939393;
  line-height: initial;
  -webkit-transition: color .1s ease-in;
  transition: color .1s ease-in;
}
@media screen and (max-width: 768px) {
  .icon-box .icon-box-icon {
    text-align: center;
  }
}

.elementor-widget .widget_icon_box .icon-box {
  padding: 30px;
}
.elementor-widget a.icon-box {
  color: inherit;
}
.elementor-widget .icon-box {
  align-items: inherit;
  width: 100%;
  padding: 40px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.09);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .elementor-widget .icon-box {
    padding: 35px 40px;
  }
}
.elementor-widget .icon-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.elementor-widget .icon-box:hover .icon-box__icon {
  color: #aa0c27;
}
.elementor-widget .icon-box.align-center {
  text-align: center;
}
.elementor-widget .icon-box.align-center .icon-box__icon {
  justify-content: center;
}
.elementor-widget .icon-box.align-right {
  text-align: right;
}
.elementor-widget .icon-box.align-right .icon-box__icon {
  justify-content: flex-end;
}
.elementor-widget .icon-box.featured-style::after {
  position: absolute;
  opacity: 0;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 0;
  margin: 12px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-blend-mode: multiply;
  background-color: #aa0c27;
  background-image: url("assets/images/icon-box-bg.png");
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.elementor-widget .icon-box.featured-style:hover::after {
  opacity: 1;
  margin: 0;
}
.elementor-widget .icon-box.featured-style:hover .icon-box__icon {
  fill: #f6d72d;
  color: #f6d72d;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.elementor-widget .icon-box.featured-style:hover .icon-box__content {
  color: rgba(255, 255, 255, 0.65);
}
.elementor-widget .icon-box.featured-style:hover .icon-box__heading {
  color: #fff;
}
.elementor-widget .icon-box.featured-style:hover .icon-box__button {
  color: #fff;
}
.elementor-widget .icon-box.featured-style:hover .icon-box__button::after {
  color: rgba(255, 255, 255, 0.5);
}
.elementor-widget .icon-box.underline-hover::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 2;
  background-color: #f6d72d;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}
.elementor-widget .icon-box.underline-hover:hover::before {
  width: 100%;
}
.elementor-widget .icon-box__icon {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  z-index: 2;
  fill: #d90429;
  color: #d90429;
  font-size: 38px;
  line-height: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.elementor-widget .icon-box__icon svg {
  height: 1em;
  position: relative;
  display: block;
}
.elementor-widget .icon-box__content {
  position: relative;
  z-index: 2;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}
.elementor-widget .icon-box__content > p:last-of-type {
  margin-bottom: 0;
}
.elementor-widget .icon-box__heading {
  display: inline-flex;
  margin-bottom: 12px;
  color: #212121;
  font-size: 20px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}
.elementor-widget .icon-box__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  height: 48px;
  padding: 0 24px;
  width: auto;
  color: #212121;
  text-shadow: none;
  font-weight: 700;
  font-size: 16px;
  font-family: "Asap", sans-serif;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.elementor-widget .icon-box__button::after {
  position: relative;
  margin-left: 8px;
  right: 0;
  content: "\f30b";
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.elementor-widget .icon-box__button:hover {
  color: #fff;
  border-color: transparent;
  box-shadow: none;
  background-color: #b60522;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.elementor-widget .icon-box__button:hover::after {
  right: -3px;
  color: rgba(255, 255, 255, 0.5);
}
.elementor-widget .icon-box.layout-2 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.elementor-widget .icon-box.layout-2:hover .icon-box__icon {
  fill: #fff;
  color: #fff;
  border-color: transparent;
  background-color: #aa0c27;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.elementor-widget .icon-box.layout-2 .icon-box__icon {
  justify-content: center;
  min-width: 50px;
  font-size: 24px;
  text-align: center;
  fill: #fff;
  color: #fff;
  background-color: #d90429;
  border-radius: 2px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.22);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.elementor-widget .icon-top {
  flex-direction: column;
}
.elementor-widget .icon-top .icon-box__icon {
  margin-bottom: 20px;
  font-size: 42px;
}
.elementor-widget .icon-top.layout-2 .icon-box__icon {
  display: inline-flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
}
.elementor-widget .icon-right .icon-box__icon {
  order: 2;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.elementor-widget .icon-bottom {
  flex-direction: column;
}
.elementor-widget .icon-bottom .icon-box__icon {
  order: 2;
  margin-top: 20px;
  font-size: 42px;
}
.elementor-widget .icon-bottom.layout-2 .icon-box__icon {
  display: inline-flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.elementor-widget .icon-left .icon-box__icon {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.align-stretch .elementor-widget-wrap > .elementor-element,
.align-stretch .elementor-widget-wrap .elementor-widget-container {
  height: 100%;
}
.align-stretch .icon-box {
  height: 100%;
  justify-content: stretch;
}

.theme-carousel .swiper {
  padding: 15px 10px;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.theme-carousel .remove-overflow {
  overflow: visible;
}
.theme-carousel .swiper-button {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -55px;
  width: 55px;
  height: 110px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  outline: none;
  border-radius: 2px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .15s ease;
}
.theme-carousel .swiper-button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.theme-carousel .swiper-button-next::after, .theme-carousel .swiper-button-prev::after {
  display: none;
}
.theme-carousel .swiper-button-next {
  left: auto;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .theme-carousel .swiper-button-next {
    right: 15px;
  }
}
.theme-carousel .swiper-button-prev {
  right: auto;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .theme-carousel .swiper-button-prev {
    left: 15px;
  }
}
.theme-carousel .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
.theme-carousel .swiper-pagination-bullet:hover {
  opacity: 1;
}
.theme-carousel .swiper-pagination-bullet-active {
  background-color: #d90429;
}
.theme-carousel .swiper-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}
.theme-carousel .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.theme-carousel .swiper-slide > a {
  display: block;
}

.theme-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
.theme-slider .swiper {
  padding: 0;
  margin: 0;
  width: auto;
}
.theme-slider .slide-image {
  position: relative;
  width: 100%;
}
.theme-slider .slide-image::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}
.theme-slider .slide-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.theme-slider .slide-captions {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .theme-slider .slide-captions {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .theme-slider .slide-captions {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .theme-slider .slide-captions {
    width: 940px;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
  }
}
@media screen and (min-width: 1200px) {
  .theme-slider .slide-captions {
    width: 1140px;
  }
}
.theme-slider .slide-captions.caption-center {
  text-align: center;
}
.theme-slider .slide-captions.caption-right {
  text-align: right;
}
.theme-slider .slide-subheading {
  display: inline-flex;
  color: #f6d72d;
  font-size: 20px;
  font-family: "Yellowtail", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .theme-slider .slide-subheading {
    font-size: 25px;
  }
}
.theme-slider .slide-heading {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.25;
}
@media (min-width: 768px) {
  .theme-slider .slide-heading {
    margin-bottom: 25px;
    font-size: 52px;
  }
}
.theme-slider .slide-content {
  position: relative;
}
.theme-slider .slide-content p {
  color: #e1e1e1;
  font-size: 17px;
  line-height: 1.75;
}
.theme-slider .slide-content p:last-of-type {
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .theme-slider .slide-content .btn {
    padding: 16px 25px;
  }
}
.theme-slider .slide-content .btn.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.theme-slider .slide-content .btn.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.theme-slider .slide-content .btn + .btn {
  margin-left: 10px;
}
.theme-slider .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  width: 55px;
  height: 110px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  outline: none;
  border-radius: 2px;
  z-index: 5;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .theme-slider .swiper-button {
    opacity: 0;
  }
}
.theme-slider .swiper-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.theme-slider .swiper-button-next::after, .theme-slider .swiper-button-prev::after {
  display: none;
}
.theme-slider .swiper-button-next {
  left: auto;
  right: 15px;
}
@media screen and (min-width: 992px) {
  .theme-slider .swiper-button-next {
    right: 40px;
  }
}
.theme-slider .swiper-button-prev {
  right: auto;
  left: 15px;
}
@media screen and (min-width: 992px) {
  .theme-slider .swiper-button-prev {
    left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .theme-slider:hover .swiper-button-next {
    opacity: 1;
    right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .theme-slider:hover .swiper-button-prev {
    opacity: 1;
    left: 50px;
  }
}
.theme-slider .slide-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
@media screen and (min-width: 992px) {
  .theme-slider .slide-pagination {
    padding: 0;
    bottom: 50px;
  }
}
.theme-slider .slide-pagination.pagination-left {
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .theme-slider .slide-pagination.pagination-left {
    padding-left: 50px;
  }
}
.theme-slider .slide-pagination.pagination-center {
  justify-content: center;
}
.theme-slider .slide-pagination.pagination-right {
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .theme-slider .slide-pagination.pagination-right {
    padding-right: 50px;
  }
}
.theme-slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.theme-slider .swiper-pagination-bullet:hover {
  opacity: 1;
}
.theme-slider .swiper-pagination-bullet-active {
  background-color: #d90429;
}
.theme-slider .caption-animation .slide-subheading, .theme-slider .caption-animation .slide-heading, .theme-slider .caption-animation .slide-content {
  opacity: 0;
}
.theme-slider .caption-animation .swiper-slide-active .slide-subheading {
  opacity: 1;
  -webkit-animation: fadeInDownSlide 0.5s both 0.5s;
  animation: fadeInDownSlide 0.5s both 0.5s;
}
.theme-slider .caption-animation .swiper-slide-active .slide-heading {
  opacity: 1;
  -webkit-animation: fadeInDownSlide 0.5s both 0.7s;
  animation: fadeInDownSlide 0.5s both 0.7s;
}
.theme-slider .caption-animation .swiper-slide-active .slide-content {
  opacity: 1;
  -webkit-animation: fadeInDownSlide 0.5s both 1s;
  animation: fadeInDownSlide 0.5s both 1s;
}

@media screen and (min-width: 1600px) {
  body.header_1 .header-wrap .theme-slider {
    width: calc( 100vw - 10% );
    min-width: 1425px;
    border-radius: 2px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.currently-open {
  position: relative;
  display: flex;
  align-items: center;
}
.currently-open .dot {
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.currently-open .dot::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 3px solid transparent;
  border-radius: 100%;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
}
.currently-open .dot.opened {
  background-color: rgba(98, 189, 25, 0.8);
}
.currently-open .dot.opened::before {
  border-color: rgba(98, 189, 25, 0.8);
}
.currently-open .dot.closed {
  background-color: rgba(239, 117, 117, 0.8);
}
.currently-open .dot.closed::before {
  border-color: rgba(239, 117, 117, 0.8);
}
.currently-open.no-pulse-open .dot.opened::before {
  display: none;
}
.currently-open.no-pulse-closed .dot.closed::before {
  display: none;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.accordion__panel + .accordion__panel {
  margin-top: 20px;
}
.accordion__title {
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
}
.accordion__title a {
  position: relative;
  display: block;
  padding: 19px 40px 19px 30px;
  color: #212121;
  border-radius: 2px;
  background-color: #f3f3f5;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (min-width: 992px) {
  .accordion__title a {
    padding: 21px 50px 21px 30px;
  }
}
.accordion__title a[aria-expanded="true"] {
  color: #fff;
  background-color: #aa0c27;
}
.accordion__title a[aria-expanded="true"]::after {
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__title a:hover:not([aria-expanded="true"]) {
  color: #fff;
  background-color: #d90429;
}
.accordion__title a:hover:not([aria-expanded="true"])::after {
  color: #fff;
}
.accordion__title a::after {
  position: absolute;
  content: "\f105";
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #939393;
  line-height: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (min-width: 992px) {
  .accordion__title a::after {
    right: 30px;
  }
}
.accordion__content.collapse:not(.show) {
  display: none;
}
.accordion__body {
  padding: 24px 30px 10px 30px;
  background-color: #fff;
}
.accordion__body p:last-of-type {
  margin-bottom: 0;
}
.accordion__more {
  margin-top: 20px;
}
.accordion__more a {
  position: relative;
  display: block;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 2px;
  border: 1px solid rgba(50, 50, 50, 0.08);
  background-color: #fff;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.accordion__more a:hover {
  color: #fff;
  background-color: #d90429;
}
.accordion__more a:hover::after {
  color: #fff;
}
.accordion__more a::after {
  position: absolute;
  content: "\f105";
  top: 50%;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #a5a5a5;
  line-height: 0;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.accordion-tabs .nav-tabs {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  .accordion-tabs .nav-tabs {
    flex-direction: column;
  }
}
.accordion-tabs .nav-tabs li {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 580px) {
  .accordion-tabs .nav-tabs li {
    display: flex;
    width: 100%;
  }
}
.accordion-tabs .nav-tabs li + li {
  margin-top: 10px;
}
@media screen and (min-width: 580px) {
  .accordion-tabs .nav-tabs li + li {
    margin-top: 0;
    margin-left: 25px;
  }
}
.accordion-tabs .nav-tabs li a {
  padding: 20px 35px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  color: #212121;
  border-radius: 2px;
  line-height: 1.25;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (max-width: 580px) {
  .accordion-tabs .nav-tabs li a {
    width: 100%;
  }
}
.accordion-tabs .nav-tabs li a:hover {
  color: #fff;
  background-color: #d90429;
}
.accordion-tabs .nav-tabs li a.active {
  color: #fff;
  background-color: #aa0c27;
}
.accordion-tabs .nav-tabs li i {
  margin-right: 8px;
}
.accordion-tabs .tab-pane:not(.active) {
  display: none;
}
.accordion-tabs .fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.accordion-tabs .fade.show {
  opacity: 1;
}

.background-columns {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  .background-columns {
    flex-direction: column;
  }
}
.background-columns__single {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(250, 250, 250, 0.25);
}
@media screen and (min-width: 992px) {
  .background-columns__single {
    height: 650px;
    flex: 1;
    border-top: none;
    border-right: 1px solid rgba(250, 250, 250, 0.25);
  }
}
.background-columns__single:first-of-type {
  border-top: none;
}
.background-columns__single:nth-last-child(2) {
  border-right: none;
}
@media screen and (min-width: 992px) {
  .background-columns__single:hover .background-columns__heading {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.background-columns__single:hover .background-columns__heading span {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 992px) {
  .background-columns__single:hover .background-columns__text {
    max-height: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform .3s ease, max-height 800ms ease;
    transition: transform .3s ease, max-height 800ms ease;
  }
}
.background-columns__content {
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .background-columns__content {
    padding: 45px;
  }
}
.background-columns__image, .background-columns__image::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.background-columns__image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.background-columns__image::before {
  content: '';
  z-index: 1;
  background: rgba(50, 50, 50, 0.5);
}
.background-columns__image.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-duration: 600ms;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.background-columns .background-columns__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-columns__heading {
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}
.background-columns__heading span {
  display: block;
  margin-bottom: 5px;
  font-family: "Asap", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}
.background-columns__title {
  margin: 0;
  font-size: 22px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .background-columns__text {
    max-height: 0;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform .4s ease, max-height .4s ease;
    transition: transform .4s ease, max-height .4s ease;
  }
}
.background-columns__text p {
  margin-bottom: 0;
  color: rgba(250, 250, 250, 0.6);
}
.background-columns__text .btn {
  margin-top: 25px;
}

.brand-logo {
  position: relative;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.brand-hover {
  opacity: 0.4;
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-hover:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.tiny-tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: .4rem .6rem;
  width: auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 1300;
  border-radius: 3px;
  background-color: #191919;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.tiny-tooltip-text::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: calc(50% - 5px);
  bottom: -5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #191919 transparent transparent transparent;
}
@media only screen and (min-width: 993px) {
  .tiny-tooltip-text {
    max-width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .tiny-tooltip-text {
    max-width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .tiny-tooltip-text {
    max-width: 94%;
  }
}

.brand-tabs {
  position: relative;
}
.brand-tabs .nav-tabs {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand-tabs .nav-item + .nav-item {
  margin-left: 20px;
}
.brand-tabs .tab-pane:not(.active) {
  display: none;
}
.brand-tabs .fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.brand-tabs .fade.show {
  opacity: 1;
}

.call-to-action__subtitle {
  display: inline-flex;
  margin-bottom: 5px;
  color: #f6d72d;
  font-size: 1.5rem;
  font-family: "Yellowtail", cursive;
  line-height: 1.25;
}
.call-to-action__title {
  margin: 0;
}
.call-to-action__button {
  flex-shrink: 0;
}
.call-to-action.rotate-subtitle .call-to-action__subtitle {
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}
.call-to-action.layout-block .call-to-action__title {
  font-size: 46px;
}
.call-to-action.layout-block .call-to-action__button {
  margin-top: 25px;
}
@media screen and (min-width: 576px) {
  .call-to-action.layout-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .call-to-action.layout-inline .call-to-action__button {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .call-to-action.layout-inline .call-to-action__content {
    padding-right: 40px;
  }
}

.careers {
  display: block;
  position: relative;
}
.careers .career__single {
  position: relative;
  padding: 22px 30px;
  border-radius: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.careers .career__single::before {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-color: transparent;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
@media screen and (min-width: 992px) {
  .careers .career__single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 40px;
  }
}
.careers .career__single:nth-child(odd) {
  background-color: #f7f7f7;
}
.careers .career__single a {
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.careers .career__single i {
  margin-right: 10px;
  color: #b2b7bc;
}
.careers .career__single:hover {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.careers .career__single:hover::before {
  opacity: 1;
  background-color: #f6d72d;
}
.careers .career__title {
  margin-bottom: 5px;
  color: #212121;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .careers .career__title {
    margin: 0;
    flex-basis: 30%;
  }
}
.careers .career__title a {
  color: #212121;
}
.careers .career__title a:hover {
  color: #d90429;
}
.careers .career__location, .careers .career__label {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
}
@media screen and (min-width: 992px) {
  .careers .career__location {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 992px) {
  .careers .career__label {
    flex-basis: 15%;
  }
}
.careers .career__button {
  margin-top: 10px;
}
.careers .career__button a {
  color: #d90429;
  font-size: 15px;
  font-weight: 700;
}
.careers .career__button a:hover {
  color: #aa0c27;
}
@media screen and (min-width: 992px) {
  .careers .career__button {
    flex-basis: 15%;
    margin-top: 0;
    text-align: right;
  }
}

.qt-coupon {
  position: relative;
  border-radius: 4px;
  background-color: #f0f2f5;
}
.qt-coupon:hover .coupon__content {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(15px, -15px);
  transform: translate(15px, -15px);
}
.qt-coupon::before {
  position: absolute;
  content: "";
  top: -7px;
  left: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 4px;
  border: 3px dashed #b8c1c4;
}
.qt-coupon::after {
  position: absolute;
  bottom: -17px;
  right: 30px;
  content: "\f0c4";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  color: #212121;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qt-coupon .coupon__content {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  padding: 30px 30px 35px 30px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.qt-coupon .coupon__content p {
  margin-bottom: 0;
  color: #a5a5a5;
  font-size: 15px;
}
@media screen and (min-width: 580px) {
  .qt-coupon .coupon__left {
    flex: 1;
  }
}
.qt-coupon .coupon__left + .coupon__right {
  padding-top: 20px;
}
@media screen and (min-width: 580px) {
  .qt-coupon .coupon__left + .coupon__right {
    padding-top: 0;
    padding-left: 35px;
  }
}
.qt-coupon .coupon__right {
  flex: 50%;
}
.qt-coupon .coupon__deal {
  margin: 0;
  font-size: 48px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.qt-coupon .coupon__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
}
.qt-coupon .coupon__button {
  position: relative;
  display: flex;
  align-items: center;
  flex: 100%;
  margin-top: 20px;
}
.qt-coupon .coupon__button .btn {
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.qt-coupon.featured-style .coupon__deal,
.qt-coupon.featured-style .coupon__title {
  color: #fff;
}
.qt-coupon.featured-style .coupon__content {
  background: #d90429 no-repeat center bottom/100% url("assets/images/icon-box-bg.png");
  background-blend-mode: multiply;
}
.qt-coupon.featured-style .coupon__content p {
  color: rgba(255, 255, 255, 0.65);
}
.qt-coupon.featured-style .coupon__button .btn {
  color: #212121;
  background-color: #fff;
}

.elementor-align-center .qt-coupon {
  text-align: center;
}
.elementor-align-right .qt-coupon {
  text-align: right;
}

.contact-form__wrapper.box-effect {
  padding: 30px 35px 35px 35px;
  border-radius: 2px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (min-width: 992px) {
  .contact-form__wrapper.box-effect {
    padding: 35px 45px 45px 45px;
  }
}
.contact-form__wrapper.box-effect:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.featured-page {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
.featured-page:hover {
  box-shadow: 0px 7px 18px rgba(50, 50, 50, 0.08);
}
@media screen and (min-width: 581px) {
  .featured-page:hover .featured-page__button {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 581px) {
  .featured-page:hover .featured-page__content {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}
@media screen and (min-width: 581px) {
  .featured-page:hover .featured-page__image::before {
    opacity: 1;
  }
}
.featured-page__image {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.featured-page__image::before {
  opacity: 0;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.featured-page__image img {
  width: 100%;
  margin-bottom: 0;
}
.featured-page__label {
  position: absolute;
  left: 40px;
  bottom: 100%;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 17px;
  color: #fff;
  font-size: 15px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #aa0c27;
}
.featured-page__wrapper {
  background-color: #fff;
}
.featured-page__content {
  position: relative;
  padding: 35px 40px 35px 40px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.featured-page__content p:first-of-type {
  margin-top: 17px;
}
.featured-page__content p:last-of-type {
  margin-bottom: 0;
}
.featured-page__title {
  font-size: 20px;
  margin: 0;
}
.featured-page__title a {
  color: #212121;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.featured-page__title a:hover {
  color: #d90429;
}
.featured-page__button {
  opacity: 0;
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 25px;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .15s ease, opacity .25s ease;
  transition: all .15s ease, opacity .25s ease;
}
@media screen and (max-width: 580px) {
  .featured-page__button {
    display: inline-flex;
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.elementor-align-center .featured-page__button {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.elementor-align-center .featured-page__label {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-align-right .featured-page__button {
  justify-content: flex-end;
  right: 40px;
}
.elementor-align-right .featured-page__label {
  left: auto;
  right: 40px;
}

.custom-heading__subtitle {
  display: inline-flex;
  margin-bottom: 0;
  color: #f6d72d;
  font-size: 1.5625rem;
  font-family: "Yellowtail", cursive;
  line-height: 1.25;
}
.custom-heading__title {
  margin-bottom: 0;
}
.custom-heading.rotate-subtitle .custom-heading__subtitle {
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}
.custom-heading.primary-color .custom-heading__subtitle {
  color: #d90429;
}
.custom-heading.secondary-color .custom-heading__subtitle {
  color: #f6d72d;
}

.latest-news {
  position: relative;
}
.latest-news > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.latest-news > .row .col-12 {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .latest-news.layout-inline .col-12:not(.col-sm-12) .latest-news__post {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .latest-news.layout-inline .latest-news__post.has-post-thumbnail .latest-news__content {
    flex-basis: 62%;
  }
}
.latest-news.layout-inline .latest-news__image img {
  object-fit: cover;
}
.latest-news.layout-inline .latest-news__date {
  left: auto;
  right: 35px;
  top: 35px;
  padding: 0 10px;
  height: 30px;
  font-size: 15px;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  .latest-news.layout-inline .latest-news__date {
    right: auto;
    top: auto;
    left: 35px;
    bottom: 30px;
  }
}
.latest-news.layout-inline .latest-news__content {
  flex: 100%;
}
.latest-news .latest-news__post {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.latest-news .latest-news__post:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.latest-news .latest-news__post:hover .latest-news__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.latest-news .latest-news__image {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .latest-news .latest-news__image {
    flex-basis: 38%;
  }
}
.latest-news .latest-news__image img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.latest-news .latest-news__content {
  padding: 35px 40px;
  background-color: #fff;
}
.latest-news .latest-news__content p {
  margin-top: 20px;
}
.latest-news .latest-news__content p:last-of-type {
  margin-bottom: 0;
}
.latest-news .latest-news__title {
  font-size: 20px;
  margin: 0;
}
.latest-news .latest-news__title a {
  color: #212121;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.latest-news .latest-news__title a:hover {
  color: #d90429;
}
.latest-news .latest-news__button {
  position: relative;
  display: inline-flex;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news .latest-news__button + .latest-news__meta {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.latest-news .latest-news__date {
  position: absolute;
  left: 40px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 17px;
  color: #fff;
  font-size: 16px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #aa0c27;
}
@media screen and (min-width: 992px) {
  .latest-news .col-md-five {
    max-width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .latest-news .col-sm-five {
    max-width: 20%;
  }
}
.latest-news.theme-carousel .latest-news__post {
  margin-bottom: 0;
}

.opening-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opening-hours ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opening-hours ul li + li {
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.opening-hours ul li .time {
  flex-shrink: 0;
  text-align: right;
  font-weight: 700;
  font-family: "Asap", sans-serif;
}
.opening-hours ul li .highlight {
  color: #d90429;
}
.opening-hours ul li.is-today {
  font-weight: 700;
  color: #f6d72d;
}
.opening-hours .extra {
  display: block;
  padding-top: 4px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.opening-hours .extra i {
  margin-right: 7px;
}

.site-content .opening-hours {
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .site-content .opening-hours {
    padding: 30px 35px;
  }
}
.site-content .opening-hours ul li:not(.is-today) .time:not(.highlight) {
  color: #212121;
}

.pricing-list {
  padding: 40px;
  border: 9px solid #eee;
  border-radius: 2px;
  background-color: #fff;
}
.pricing-list.box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.pricing-list__item {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .pricing-list__item {
    padding-bottom: 20px;
    border-bottom: 2px dotted rgba(50, 50, 50, 0.15);
  }
}
.pricing-list__item > a {
  display: block;
  color: inherit;
}
.pricing-list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .pricing-list__item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.pricing-list__item:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.pricing-list__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  color: #212121;
  line-height: 1.25;
}
@media screen and (max-width: 580px) {
  .pricing-list__head {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 581px) {
  .pricing-list__head::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 7px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
  }
}
.pricing-list__label {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 10px;
  padding: 4px 13px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  z-index: 2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #aa0c27;
}
@media screen and (min-width: 581px) {
  .pricing-list__label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 581px) {
  .pricing-list__label + .pricing-list__name {
    padding: 0 15px;
  }
}
.pricing-list__name {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 581px) {
  .pricing-list__name {
    margin-bottom: 0;
    margin-right: auto;
    padding-right: 15px;
  }
}
.pricing-list__duration {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 25px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  padding: 4px 11px;
  font-size: 15px;
  color: #212121;
  z-index: 2;
  border-radius: 2px;
  background-color: #f6d72d;
}
@media screen and (min-width: 581px) {
  .pricing-list__duration {
    margin-bottom: 0;
  }
}
.pricing-list__duration::before {
  position: absolute;
  content: "";
  top: 0;
  left: -16px;
  bottom: 0;
  width: 15px;
  background-color: #fff;
}
.pricing-list__price {
  position: relative;
  font-size: 17px;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 581px) {
  .pricing-list__price {
    padding-left: 20px;
  }
}
.pricing-list__description {
  margin-top: 15px;
}
@media screen and (max-width: 580px) {
  .pricing-list__description {
    text-align: center;
  }
}

.pricing-table {
  position: relative;
  padding: 40px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #f5f5f5;
}
.pricing-table.featured-style {
  z-index: 2;
  margin-top: -4px;
  padding-top: 40px;
  padding-bottom: 60px;
  border: 4px solid #f6d72d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.pricing-table__featured__title {
  position: absolute;
  top: -30px;
  left: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #212121;
  font-size: 13px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  line-height: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f6d72d;
}
.pricing-table__title {
  position: relative;
  margin-bottom: 0;
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
}
.pricing-table__subtitle {
  position: relative;
  display: block;
  margin-top: 3px;
}
.pricing-table__pricing {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  font-family: "Asap", sans-serif;
}
.pricing-table__currency, .pricing-table__price {
  color: #d90429;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.pricing-table__price {
  position: relative;
}
.pricing-table__after__price {
  padding-left: 5px;
  color: #212121;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.pricing-table__label {
  position: relative;
  display: inline-flex;
}
.pricing-table__button {
  position: relative;
  margin: 35px 0 0 0;
}
.pricing-table__button a {
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
.pricing-table__content {
  position: relative;
  margin-top: 35px;
  word-break: break-word;
}
.pricing-table__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table__content li {
  display: flex;
  align-items: baseline;
  line-height: 1.55;
}
.pricing-table__content li + li {
  margin-top: 5px;
}
.pricing-table__content i {
  margin-right: 10px;
  min-width: 17px;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.pricing-table__content__title {
  display: inline-flex;
  margin-bottom: 10px;
  color: #212121;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
}
.pricing-table__included {
  font-weight: 500;
}
.pricing-table__included i {
  color: #59c16c;
}
.pricing-table__included li:hover i {
  color: #42b156;
}
.pricing-table__excluded {
  opacity: 0.5;
  margin-top: 5px;
}
.pricing-table__excluded i {
  color: #d90429;
}

.elementor-align-center .pricing-table__pricing {
  justify-content: center;
}
.elementor-align-center .pricing-table__content li {
  justify-content: center;
}
.elementor-align-right .pricing-table__pricing {
  justify-content: flex-end;
}
.elementor-align-right .pricing-table__content li {
  justify-content: flex-end;
}

.services-list {
  position: relative;
  padding: 40px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #d90429;
}
.services-list__item {
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.services-list__item:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.services-list__item:hover .services-list__title i {
  color: #fff;
}
.services-list__title {
  font-size: 18px;
  margin-bottom: 0;
}
.services-list__title a {
  color: #fff;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.services-list__title a:hover {
  color: #fff;
}
.services-list__title i {
  margin-right: 8px;
  min-width: 19px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.services-list__text {
  margin-top: 15px;
}
.services-list__text p {
  color: #cd8d8d;
}
.services-list__text p:last-of-type {
  margin-bottom: 0;
}
.services-list__background {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.services-list__background::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  background-color: #aa0c27;
}
.services-list__background.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-duration: 600ms;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.services-list .services-list__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signature {
  display: flex;
  align-items: center;
}
.signature__image {
  flex-shrink: 0;
}
.signature__image + .signature__content {
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .signature__image + .signature__content {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.signature__content {
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
}
.signature__name {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  line-height: 1.25;
}

.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  line-height: 1;
}
.social-icons a {
  font-size: 20px;
  transition: color .15s ease;
}
.social-icons.brand-colors .facebook {
  color: #3b5998;
}
.social-icons.brand-colors .twitter {
  color: #000;
}
.social-icons.brand-colors .linkedin {
  color: #007bb5;
}
.social-icons.brand-colors .instagram {
  color: #e95950;
}
.social-icons.brand-colors .tiktok {
  color: #010101;
}
.social-icons.brand-colors .snapchat {
  color: #fffc00;
}
.social-icons.brand-colors .whatsapp {
  color: #25d366;
}
.social-icons.brand-colors .telegram {
  color: #0088cc;
}
.social-icons.brand-colors .youtube {
  color: #bb0000;
}
.social-icons.brand-colors .vimeo {
  color: #1db8eb;
}
.social-icons.brand-colors .tumblr {
  color: #3b5998;
}
.social-icons.brand-colors .pinterest {
  color: #cb2027;
}
.social-icons.brand-colors .flickr {
  color: #ff0084;
}
.social-icons.brand-colors .yelp {
  color: #d32323;
}
.social-icons.brand-colors .houzz {
  color: #7ac142;
}

.site-content .social-icons a {
  font-size: 24px;
}

.before-after-slider .twentytwenty-handle {
  display: none;
}
.before-after-slider.twentytwenty-container .twentytwenty-handle {
  display: block;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  font-weight: 700;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  color: #fff;
  box-shadow: 0 3px 0, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  color: #fff;
  box-shadow: 0 -3px 0, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.filterable-gallery {
  display: inline-block;
  width: 100%;
  position: relative;
}
.filterable-gallery__filter {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.filterable-gallery__filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filterable-gallery__filter ul li {
  display: inline-block;
  padding: 13px 25px;
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2px;
  background-color: #d90429;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.filterable-gallery__filter ul li:hover, .filterable-gallery__filter ul li.active {
  background-color: #aa0c27;
}
.filterable-gallery__filter ul li:last-of-type {
  margin-right: 0;
}
.filterable-gallery__items {
  position: relative;
  display: block;
  width: 100%;
  margin: -15px;
}
.filterable-gallery__items.gallery-layout-even .grid-image {
  height: 250px;
  overflow: hidden;
}
.filterable-gallery__items.gallery-layout-even .grid-image img {
  height: 100%;
  object-fit: cover;
}
.filterable-gallery .grid-item {
  display: block;
  position: relative;
  float: left;
  width: calc(100% / 3);
  padding: 15px;
}
.filterable-gallery .grid-wrap {
  position: relative;
  overflow: hidden;
}
.filterable-gallery .grid-image {
  display: block;
  overflow: hidden;
}
.filterable-gallery .grid-image img {
  display: block;
  width: 100%;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.filterable-gallery .captions-on-image .grid-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 60px 20px 20px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

@-webkit-keyframes h-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes h-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.inline-textlink {
  display: flex;
  align-items: center;
}
.inline-textlink i {
  margin-right: 10px;
  font-size: 18px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
@media screen and (max-width: 767px) {
  .inline-textlink i {
    margin-right: 25px;
  }
}
.inline-textlink:hover i {
  -webkit-animation-name: h-pulse;
  animation-name: h-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.inline-textlink svg {
  margin-right: 10px;
  height: 1em;
  font-size: 18px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .inline-textlink svg {
    margin-right: 25px;
  }
}
.inline-textlink p {
  margin-bottom: 0;
}
.inline-textlink p a {
  position: relative;
  display: inline-flex;
}
.inline-textlink p a::before, .inline-textlink p a::after {
  position: absolute;
  content: '';
  bottom: -3px;
  height: 5px;
  z-index: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.inline-textlink p a::before {
  width: 100%;
  right: 0;
  background-color: #5c5c5c;
}
.inline-textlink p a::after {
  width: 0;
  left: 0;
  background-color: #f6d72d;
}
.inline-textlink p a:hover::after {
  width: 100%;
}

.team-member {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media screen and (min-width: 992px) {
  .team-member {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.team-member__image {
  position: relative;
}
.team-member__image::before {
  opacity: 0;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.team-member__image a {
  display: block;
}
.team-member__image img {
  width: 100%;
}
.team-member__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-member__socials {
  display: flex;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  -webkit-transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
}
.team-member__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.team-member__socials a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
}
.team-member__content {
  position: relative;
  padding: 36px 40px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fff;
}
.team-member__content::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background-color: #aa0c27;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.team-member__name {
  display: block;
  position: relative;
  margin: 0;
  color: #212121;
  font-size: 20px;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.team-member__name a {
  color: #d90429;
}
.team-member__name a:hover {
  color: #aa0c27;
}
.team-member__tag {
  display: block;
  margin-bottom: 3px;
  position: relative;
  color: #d90429;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.team-member__description {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.team-member__description::before {
  position: absolute;
  content: '“';
  top: -4px;
  left: calc(50% - 45px);
  color: rgba(0, 0, 0, 0.05);
  font-size: 220px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.team-member__link {
  position: relative;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 900;
}
.team-member__link::after {
  position: relative;
  margin-left: 9px;
  content: "\f30b";
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 0.3);
  text-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.team-member__link:hover {
  color: #f6d72d;
}
.team-member__link:hover::after {
  color: rgba(255, 255, 255, 0.4);
}
.team-member:hover {
  box-shadow: 0px 7px 18px rgba(50, 50, 50, 0.08);
}
@media screen and (min-width: 992px) {
  .team-member:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.team-member:hover .team-member__image::before {
  opacity: 1;
}
.team-member:hover .team-member__content::before {
  top: 0;
}
.team-member:hover .team-member__tag {
  color: #f6d72d;
}
.team-member:hover .team-member__name {
  color: #fff;
}
.team-member:hover .team-member__content {
  color: rgba(255, 255, 255, 0.65);
}
.team-member:hover .team-member__description::before {
  color: rgba(255, 255, 255, 0.14);
}
.team-member:hover .team-member__link {
  color: #fff;
}
.team-member:hover .team-member__socials {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-member.remove-effects:hover {
  -webkit-transform: none;
  transform: none;
}

.testimonial__content {
  position: relative;
  padding: 40px 40px 54px 105px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  -webkit-transition: box-shadow .15s ease;
  transition: box-shadow .15s ease;
}
@media screen and (max-width: 580px) {
  .testimonial__content {
    padding-left: 40px;
  }
}
.testimonial__content::before {
  position: absolute;
  content: '″';
  top: 35px;
  left: 35px;
  color: rgba(0, 0, 0, 0.08);
  font-size: 90px;
  font-family: sans-serif;
  line-height: 1;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
@media screen and (max-width: 580px) {
  .testimonial__content::before {
    top: 18px;
    left: 18px;
  }
}
.testimonial__content:hover {
  box-shadow: 0px 7px 18px rgba(50, 50, 50, 0.08);
}
.testimonial__content:hover::before {
  color: rgba(0, 0, 0, 0.12);
}
.testimonial__content.has-background-image blockquote {
  color: #a0a0a0;
}
.testimonial__content.has-background-image::before {
  color: rgba(255, 255, 255, 0.25);
}
.testimonial__content.has-background-image:hover::before {
  color: rgba(255, 255, 255, 0.35);
}
.testimonial__content blockquote {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 17px;
  font-style: italic;
  border: none;
}
.testimonial__content p:last-of-type {
  margin-bottom: 0;
}
.testimonial__bottom {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 40px;
  margin-top: -22px;
}
.testimonial__author, .testimonial__description {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 2px;
}
.testimonial__author {
  padding: 11px 25px;
  color: #fff;
  font-size: 18px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 0;
  background-color: #aa0c27;
}
.testimonial__description {
  padding: 10px 25px;
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f6d72d;
}
.testimonial__image {
  margin-bottom: 20px;
}
.testimonial__rating {
  margin-bottom: 10px;
}
.testimonial__rating .stars i {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
}
.testimonial__rating .stars.stars-1 i:nth-child(1), .testimonial__rating .stars.stars-2 i:nth-child(-n+2), .testimonial__rating .stars.stars-3 i:nth-child(-n+3), .testimonial__rating .stars.stars-4 i:nth-child(-n+4), .testimonial__rating .stars.stars-5 i {
  color: #ffc067;
}

.elementor-align-center .testimonial__content {
  padding: 40px 40px 52px 40px;
}
.elementor-align-center .testimonial__content::before {
  left: calc(50% - 26px);
}
.elementor-align-center .testimonial__bottom {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.elementor-align-right .testimonial__content {
  padding: 40px 115px 52px 40px;
}
.elementor-align-right .testimonial__content::before {
  left: auto;
  right: 35px;
}
.elementor-align-right .testimonial__bottom {
  align-items: flex-end;
  margin-left: auto;
  margin-right: 40px;
}

@media screen and (max-width: 580px) {
  .testimonials.theme-carousel .swiper {
    margin-bottom: 20px;
  }
}
.testimonials.theme-carousel .swiper-pagination {
  position: relative;
  bottom: 0;
}
.testimonials.theme-carousel .swiper-button {
  top: auto;
  height: 55px;
  width: calc(50% - 15px);
  margin: 0;
  color: #fff;
  border-radius: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #d90429;
}
@media screen and (min-width: 581px) {
  .testimonials.theme-carousel .swiper-button {
    top: -92px;
    bottom: auto;
    width: 50px;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
  }
}
.testimonials.theme-carousel .swiper-button::before {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
@media screen and (min-width: 581px) {
  .testimonials.theme-carousel .swiper-button::before {
    position: absolute;
    content: '';
    top: 0;
    width: 50px;
    height: 55px;
    background-color: #d90429;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
  }
}
.testimonials.theme-carousel .swiper-button:hover {
  background-color: #aa0c27;
}
.testimonials.theme-carousel .swiper-button i {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 581px) {
  .testimonials.theme-carousel .swiper-button i {
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
  }
}
.testimonials.theme-carousel .swiper-button-next {
  right: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 581px) {
  .testimonials.theme-carousel .swiper-button-next {
    right: 16px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 581px) {
  .testimonials.theme-carousel .swiper-button-next::before {
    right: -15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
.testimonials.theme-carousel .swiper-button-next:hover {
  border-left-color: transparent;
}
.testimonials.theme-carousel .swiper-button-next:hover::before {
  background-color: #aa0c27;
}
.testimonials.theme-carousel .swiper-button-prev {
  left: 15px;
}
@media screen and (min-width: 581px) {
  .testimonials.theme-carousel .swiper-button-prev {
    left: auto;
    right: 66px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 581px) {
  .testimonials.theme-carousel .swiper-button-prev::before {
    left: -15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
.testimonials.theme-carousel .swiper-button-prev:hover::before {
  background-color: #aa0c27;
}
.testimonials.theme-carousel .swiper-button-disabled {
  opacity: 1;
}
.testimonials.theme-carousel .swiper-button-disabled i {
  opacity: 0.5;
}

.elementor-icon-list-item .elementor-icon-list-icon i {
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}

/* Booked Appointment Calender styles */
body div.booked-calendar-wrap.small {
  max-width: inherit;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row.top .bc-col, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row.top .bc-col {
  padding: 23px 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row.days .bc-col, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row.days .bc-col {
  font-size: 13px;
  padding: 7px 0 8px 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .monthName, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  font-size: 14px;
  font-weight: 700;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .monthName a, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-left,
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-right, body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .page-left,
body div.booked-calendar-wrap.large div.booked-calendar .bc-head .bc-row .bc-col .page-right {
  font-size: 15px;
}
body div.booked-calendar-wrap.small table.booked-calendar, body div.booked-calendar-wrap.large table.booked-calendar {
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08) !important;
  background-color: #ebebeb;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th, body div.booked-calendar-wrap.large table.booked-calendar thead th {
  height: auto;
  min-height: auto;
  line-height: 1;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th .monthName, body div.booked-calendar-wrap.large table.booked-calendar thead th .monthName {
  font-size: 14px;
  font-weight: 700;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th .monthName a.backToMonth, body div.booked-calendar-wrap.large table.booked-calendar thead th .monthName a.backToMonth {
  top: 0;
  font-size: 12px;
}
body div.booked-calendar-wrap.small table.booked-calendar thead th .page-left,
body div.booked-calendar-wrap.small table.booked-calendar thead th .page-right, body div.booked-calendar-wrap.large table.booked-calendar thead th .page-left,
body div.booked-calendar-wrap.large table.booked-calendar thead th .page-right {
  margin: 0;
  top: calc(50% - 7px);
  font-size: 15px;
}
body div.booked-calendar-wrap.small table.booked-calendar thead tr:first-of-type th, body div.booked-calendar-wrap.large table.booked-calendar thead tr:first-of-type th {
  padding: 20px 0 !important;
}
body div.booked-calendar-wrap.small table.booked-calendar thead tr.days th, body div.booked-calendar-wrap.large table.booked-calendar thead tr.days th {
  padding: 10px 0 !important;
  font-size: 12px;
  font-weight: 700;
}
body div.booked-calendar-wrap.small table.booked-calendar td, body div.booked-calendar-wrap.large table.booked-calendar td {
  font-size: 17px;
}
body div.booked-calendar-wrap.small .booked-appt-list h2, body div.booked-calendar-wrap.large .booked-appt-list h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot, body div.booked-calendar-wrap.large .booked-appt-list .timeslot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  body div.booked-calendar-wrap.small .booked-appt-list .timeslot, body div.booked-calendar-wrap.large .booked-appt-list .timeslot {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot:hover, body div.booked-calendar-wrap.large .booked-appt-list .timeslot:hover {
  background: transparent;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time,
body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people {
  display: inline-block;
  height: auto;
  padding: 0;
  float: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time,
  body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time,
  body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people {
    width: 100%;
  }
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time {
  margin-right: auto;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time .timeslot-range,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time .spots-available, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time .timeslot-range,
body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time .spots-available {
  display: block;
  text-align: left;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time .spots-available, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-time .spots-available {
  padding: 5px 0 0 0;
  font-size: 13px;
  line-height: 1.25;
  text-align: left;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button {
  padding: 0 30px;
  margin: 0;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  transition: all 100ms ease-in-out;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-timeslot,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .spots-available, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button .button-timeslot,
body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button .spots-available {
  display: none;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-text, body div.booked-calendar-wrap.large .booked-appt-list .timeslot .timeslot-people button .button-text {
  display: block;
}
body .booked-calendarSwitcher {
  width: auto;
  display: inline-block;
  margin-left: 8px;
  padding: 0 15px;
}
body .booked-calendarSwitcher::before {
  top: 13px;
}
body .booked-calendarSwitcher i.fa-solid {
  display: inline-block;
}
body .booked-calendarSwitcher.calendar select {
  padding: 8px 5px;
  height: auto;
}
body .booked-calendarSwitcher.calendar p:before {
  top: 13px;
  right: 6px;
}
body .booked-calendarSwitcher > p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  body .booked-modal {
    top: 30px;
    left: 30px;
    right: 30px;
  }
}
body .booked-modal .bm-window p.booked-title-bar {
  padding: 15px 30px 15px 30px;
}
body .booked-modal .bm-window p.appointment-info {
  padding: 2px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}
body .booked-modal .bm-window p {
  line-height: 1.6;
}
body .booked-modal .bm-window .close {
  right: 14px;
}
body .booked-form .field {
  margin: 12px 0 5px;
}
body .booked-form .field select,
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  font-size: 14px;
}
body .booked-form .field select:focus,
body .booked-form .field input[type=text]:focus,
body .booked-form .field input[type=password]:focus,
body .booked-form .field input[type=tel]:focus,
body .booked-form .field input[type=email]:focus,
body .booked-form .field textarea:focus {
  border-color: #cecece;
}
body .booked-form .field .checkbox-radio-block {
  display: flex;
  align-items: center;
  top: 1px;
  padding-left: 0;
  padding-bottom: 6px;
}
body .booked-form .field .checkbox-radio-block label {
  font-size: 14px;
  padding-left: 10px;
}
body .booked-form .field .checkbox-radio-block:first-of-type {
  margin-top: -6px;
}
body .booked-form .field label.field-label {
  color: #474747;
}
body .booked-form input[type=checkbox] {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
body .booked-form input[type=checkbox]:checked {
  border-color: transparent;
  background-color: #aa0c27;
  background-image: url(assets/images/checkmark.svg);
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}
body .booked-form .cf-block select {
  padding: 0 20px;
  height: 42px;
  outline: 0;
  border-radius: 0;
  background-image: url("assets/images/select-bg.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .booked-form input[type=submit],
body .booked-form button {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: 2px;
  transition: all 100ms ease-out;
}
body .booked-form input[type=submit]:hover,
body .booked-form button:hover {
  border: none;
}

body #booked-profile-page .booked-user h3 {
  font-size: 18px !important;
  padding: 0 4px;
}
@media screen and (min-width: 992px) {
  body #booked-profile-page .booked-user h3 {
    padding: 4px 0 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  body #booked-profile-page .booked-user-avatar {
    display: none;
  }
}
body #booked-profile-page .booked-profile-header .booked-user {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  body #booked-profile-page .booked-profile-header .booked-logout-button {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 14px;
    color: #fff;
  }
}
body #booked-profile-page .booked-tabs li div.counter {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  padding: 0.5rem 0.65rem 0.5rem 33px;
  font-size: 13px;
  font-weight: 700;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
  top: 7px;
}
body #booked-profile-page .appt-block .booked-cal-buttons .addeventatc_icon {
  background-size: 13px;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons {
  float: right;
}
body #booked-profile-page .booked-fea-appt-list .appt-block {
  font-size: 15px;
}
body #booked-profile-page .booked-fea-appt-list .booked-fea-buttons {
  float: right;
}
body #booked-profile-page #booked-page-form input[type=email],
body #booked-profile-page #booked-page-form input[type=text],
body #booked-profile-page #booked-page-form input[type=password],
body #booked-profile-page #booked-page-form textarea {
  padding: 10px 15px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}
body #booked-profile-page input[type=submit].button-primary {
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  transition: all 100ms ease-out;
}
body #booked-profile-page input[type=submit].button-primary:hover {
  border: none;
}

/* 15 - Blog */
.post-inner.sticky .entry-wrapper {
  box-shadow: none;
}
.post-inner .entry-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post-inner .entry-image .post-date {
  position: absolute;
  padding: 2px 15px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  border-radius: 2px;
  background-color: #d90429;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.post-inner .entry-image .post-date > a {
  color: #fff;
}
.post-inner .entry-meta {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 15px;
  color: #212121;
  font-weight: 700;
  border-bottom: 1px solid rgba(50, 50, 50, 0.08);
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta {
    margin-bottom: 25px;
  }
}
.post-inner .entry-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-inner .entry-meta ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta ul li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta ul li::after {
    display: inline-block;
    position: relative;
    top: 0;
    content: "";
    width: 2px;
    height: 14px;
    margin: 0 15px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
  }
}
.post-inner .entry-meta ul li:last-of-type::after {
  display: none;
}
.post-inner .entry-meta ul li a {
  color: #212121;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.post-inner .entry-meta ul li a + a {
  margin-left: 2px;
}
.post-inner .entry-meta ul i {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #d90429;
}
.post-inner .post-date.updated {
  display: inline-flex;
}
.post-inner .entry-title {
  font-size: 28px;
  margin-bottom: 25px;
  word-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .post-inner .entry-title {
    font-size: 32px;
  }
}
.post-inner .entry-title a {
  color: #212121;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.post-inner .entry-title a:hover {
  color: #d90429;
}
.post-inner.product .entry-image img {
  width: 100%;
}

body.blog .post-inner .entry-meta {
  padding-top: 0;
}
body.blog .post-inner.sticky .entry-content {
  border-color: transparent;
  background-color: #f9f9f9;
}

.blog-list .post-inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner {
    margin-bottom: 60px;
  }
}
.blog-list .post-inner .entry-image {
  margin-bottom: -1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.blog-list .post-inner .entry-image .post-date {
  bottom: 30px;
  left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list .post-inner .entry-image .post-date {
    left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner .entry-image .post-date {
    left: 50px;
    bottom: 40px;
  }
}
.blog-list .post-inner .entry-image + .entry-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-list .post-inner:not(.sticky) .entry-wrapper {
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .15s ease;
  transition: box-shadow .15s ease;
}
.blog-list .post-inner:not(.sticky) .entry-wrapper:hover {
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.blog-list .post-inner:not(.sticky) .entry-content {
  border: 1px solid rgba(50, 50, 50, 0.08);
}
.blog-list .post-inner .entry-content {
  padding: 30px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .blog-list .post-inner .entry-content {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner .entry-content {
    padding: 40px 50px;
  }
}
.blog-list .post-inner .entry-excerpt p:last-of-type {
  margin-bottom: 0;
}
.blog-list .post-inner .entry-excerpt .read-more-link {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .blog-grid {
    display: grid;
    grid-column-gap: 40px;
  }
}
.blog-grid .post-inner {
  margin-bottom: 40px;
}
.blog-grid .post-inner:not(.sticky) .entry-wrapper {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
.blog-grid .post-inner:hover:not(.sticky) .entry-wrapper {
  box-shadow: 0 2px 15px rgba(50, 50, 50, 0.1);
}
.blog-grid .post-inner .entry-image {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.blog-grid .post-inner .entry-image + .entry-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 992px) {
  .blog-grid .post-inner .entry-image .post-date {
    left: 40px;
    bottom: 30px;
  }
}
.blog-grid .post-inner .entry-image img {
  width: 100%;
}
.blog-grid .post-inner .entry-content {
  padding: 40px;
  border-radius: 2px;
}
.blog-grid .post-inner .entry-meta {
  position: absolute;
  bottom: 25px;
  left: 35px;
  margin: 0;
  padding: 0;
  min-height: auto;
  box-shadow: none;
}
.blog-grid .post-inner .entry-meta ul li {
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #d90429;
}
.blog-grid .post-inner .entry-meta ul li::after {
  display: none;
}
.blog-grid .post-inner .entry-content {
  margin: 0;
}
.blog-grid .post-inner .entry-title {
  margin-bottom: 20px;
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.blog-cards .post-inner.hentry {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner.hentry {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner.has-post-thumbnail .entry-content {
    flex-basis: 50%;
  }
}
.blog-cards .post-inner:not(.sticky) .entry-wrapper {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
.blog-cards .post-inner:hover:not(.sticky) .entry-wrapper {
  box-shadow: 0 2px 15px rgba(50, 50, 50, 0.1);
}
.blog-cards .post-inner .entry-wrapper {
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner .entry-wrapper {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner .entry-image {
    flex-basis: 50%;
  }
}
.blog-cards .post-inner .entry-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-cards .post-inner .entry-image .date-label {
  top: 40px;
  left: 40px;
}
.blog-cards .post-inner .entry-content {
  padding: 40px;
}
.blog-cards .post-inner .entry-title {
  margin-bottom: 20px;
  font-size: 22px;
}

body.single-post .post-inner .entry-image .post-date {
  left: 30px;
  bottom: 30px;
}
@media screen and (min-width: 992px) {
  body.single-post .post-inner .entry-title {
    font-size: 36px;
  }
}
body.single-post .pagination {
  margin-top: 0;
}

body.search .post-inner .entry-meta {
  padding-top: 0;
}

/* 16 - Comments */
.post-inner + .comments-area {
  margin-top: 50px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  padding: 20px;
  border-radius: 2px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 579px) {
  .comment-list {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .comment-list {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.comment-list > li {
  margin-bottom: 40px;
}
.comment-list li:last-of-type {
  margin-bottom: 0;
}
.comment-list li .children {
  margin: 0;
  padding: 20px 0 0 30px;
  list-style: none;
}
@media screen and (max-width: 579px) {
  .comment-list li .children {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .comment-list li .children {
    padding: 40px 0 0 65px;
  }
}
.comment-list li .children > li {
  margin-bottom: 30px;
}
.comment-list .comment-author {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-author {
    width: 30px;
    margin-right: 15px;
  }
}
.comment-list .comment-author img {
  border-radius: 2px;
}
.comment-list .comment-details {
  position: relative;
  display: flex;
  flex: 100%;
  flex-direction: column;
  padding: 35px 40px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-details {
    padding: 15px 20px;
  }
}
.comment-list .comment-details p:first-of-type {
  margin-top: 0;
}
.comment-list .comment-details p:last-of-type {
  margin-bottom: 0;
}
.comment-list .comment-meta {
  display: flex;
  margin-bottom: 25px;
  flex-direction: column;
}
.comment-list .comment-meta .author-name {
  color: #212121;
  font-size: 20px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: initial;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-meta .author-name {
    margin-right: 50px;
  }
}
.comment-list .comment-meta .author-name a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.comment-list .comment-meta .author-name a:hover {
  color: #d90429;
}
.comment-list .comment-meta .author-meta {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.comment-list .comment-meta .author-meta .comment-date a {
  color: #939393;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.comment-list .comment-meta .author-meta .comment-date a:hover {
  color: #d90429;
}
.comment-list .comment-meta .author-meta .comment-edit-link {
  margin-left: 5px;
}
.comment-list .comment-meta .reply {
  display: inline-flex;
  margin-left: 0;
  position: absolute;
  top: 35px;
  right: 40px;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-meta .reply {
    top: 15px;
    right: 15px;
  }
}
.comment-list .comment-meta .reply .comment-reply-link {
  display: inline-flex;
  padding: 5px 12px;
  font-size: 13px;
  color: #fff;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  background-color: #d90429;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.comment-list .comment-awaiting-moderation {
  font-weight: 400;
  color: #d90429;
}
.comment-list .comment + .comment-respond {
  max-width: calc(100% - 94px);
  margin-top: 35px;
  margin-left: auto;
}
.comment-list #cancel-comment-reply-link {
  position: relative;
  top: -3px;
  padding: 5px 12px;
  margin-left: 15px;
  font-size: 13px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background-color: #d90429;
}
.comment-list #cancel-comment-reply-link:hover {
  background-color: #b60522;
}
.comment-list .trackback,
.comment-list .pingback {
  margin-bottom: 15px;
}
.comment-list .comment-form input:not([type="submit"]),
.comment-list .comment-form textarea {
  background-color: #fff;
}

.comment-form label {
  display: block;
  margin-bottom: 8px;
  color: #212121;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px #d3d7e3;
}
.comment-form textarea {
  max-width: 100%;
}
.comment-form input[type="submit"] {
  border: none;
}
@media screen and (min-width: 992px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(33.33% - 23px);
    margin: 0 30px 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .comment-form .comment-form-url {
    margin-right: 0;
  }
}
.comment-form .comment-form-comment {
  margin-bottom: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: inline-flex;
  align-items: center;
  margin: 15px 0 10px 0;
}
.comment-form .comment-form-cookies-consent label {
  margin: 0;
}
.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 9px;
}

.comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.comment-respond .comment-notes {
  float: right;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .comment-respond .logged-in-as {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.comment-respond .comment-form {
  position: relative;
}
.comment-respond .comment-form .form-allowed-tags {
  margin: 20px 0;
}
.comment-respond .comment-form .form-allowed-tags code {
  font-size: 12px;
}
.comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 0;
}

.bypostauthor {
  position: relative;
}
.bypostauthor span.label {
  position: relative;
  top: 1px;
  margin-left: 6px;
  padding: 2px 11px 3px 11px;
  font-size: 12px;
  color: #fff;
  text-transform: lowercase;
  border-radius: 2px;
  background: #315499;
}

.comments-title,
.comment-reply-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  color: #212121;
}

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

/* 17 - Pagination */
.pagination {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination .page-numbers,
.pagination .post-page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  margin-right: 7px;
  color: #212121;
  font-size: 1rem;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.pagination .page-numbers.current,
.pagination .post-page-numbers.current {
  color: #fff;
  background-color: #aa0c27;
}
.pagination .page-numbers:not(.current):hover,
.pagination .post-page-numbers:not(.current):hover {
  color: #fff;
  background-color: #d90429;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next,
.pagination .post-page-numbers.prev,
.pagination .post-page-numbers.next {
  width: auto;
  padding: 0 30px;
}
.pagination .page-numbers.next,
.pagination .post-page-numbers.next {
  margin-left: auto;
  margin-right: 0;
}
.pagination .nav-links {
  display: flex;
  flex: 100%;
}
.pagination .page-links-title {
  margin-right: 15px;
  background: transparent;
}

.blog-grid + .pagination {
  margin-top: 40px;
}

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

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

iframe {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.embed-responsive::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery .gallery-item {
  max-width: inherit !important;
}

.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;
  margin-top: 10px;
  font-size: 15px;
  color: #a5a5a5;
}

/* 19 - 404 Page */
body.error404 .page-header,
body.error404 .breadcrumb {
  text-align: center;
}
@media screen and (min-width: 992px) {
  body.error404 .error-404 {
    text-align: center;
  }
}
body.error404 .site-content .error-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  body.error404 .site-content .widget_search {
    width: 50%;
    margin: 30px auto 0;
  }
}
body.error404 .site-content .search-form label {
  width: 100%;
}
body.error404 .site-content .search-form .search-submit {
  padding: 14px 35px;
}

/* 20 - Gutenberg */
/*--------------------------------------------------------------
3.5 Gutenberg
--------------------------------------------------------------*/
/* Gutenberg align classes */
body:not(.blog):not(.page).sidebar-hide .alignfull {
  width: 100vw;
  margin-left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not(.blog):not(.page).sidebar-hide .alignfull img {
  width: 100vw;
}
@media screen and (min-width: 992px) {
  body:not(.blog):not(.page).sidebar-hide .alignwide {
    left: 0;
    width: 970px;
    margin-left: 50%;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  body:not(.blog):not(.page).sidebar-hide .alignwide {
    width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  body:not(.blog):not(.page).sidebar-hide .alignwide {
    width: 1300px;
  }
}

/* Table */
.wp-block-table {
  margin: 0;
}
.wp-block-table th {
  border-color: transparent;
}
.wp-block-table td,
.wp-block-table th {
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
}
.wp-block-table figcaption {
  font-size: 15px;
  color: #a5a5a5;
}
.wp-block-table.is-style-stripes td {
  border-bottom-color: #f2f2f2;
}
.wp-block-table.is-style-stripes tr:last-of-type td {
  border-bottom: none;
}

/* Block Quote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #d90429;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease;
}
.wp-block-quote:not(.is-large):not(.is-style-large):hover {
  border-color: #aa0c27;
}
.wp-block-quote:not(.is-large):not(.is-style-large):not(.has-text-align-right) {
  padding-left: 50px;
  border-width: 0 0 0 4px;
}
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
  padding-right: 50px;
  border-width: 0 4px 0 0;
}
.wp-block-quote > p {
  margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #d90429;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  border: none;
  margin: 20px 0 30px 0;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 15px;
  text-align: left;
}
.wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
  display: none;
}

/* Pull Quote */
.wp-block-pullquote {
  margin: 30px 0;
  padding: 47px 0;
  border-left: none;
  border-top-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.wp-block-pullquote.alignleft {
  margin-top: 10px;
  margin-right: 30px;
}
.wp-block-pullquote.alignright {
  margin-top: 10px;
  margin-left: 30px;
}
@media (max-width: 580px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: inherit;
  }
}
.wp-block-pullquote blockquote {
  margin: auto;
  padding: 0;
  border-left: none;
}
.wp-block-pullquote blockquote p {
  padding: 0 50px;
  font-size: 22px;
  color: inherit;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer, .wp-block-pullquote blockquote__citation {
  display: block;
  margin-top: 15px;
  text-transform: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #d90429;
}
.wp-block-pullquote blockquote::before {
  display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
}

/* Code Block */
.wp-block-code {
  display: inline-block;
  padding: 0;
  color: #343434;
  font-family: monospace;
  font-size: 14px;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: none;
  background-color: transparent;
}

/* Gutenberg button */
.wp-block-button {
  margin-bottom: 28px;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  padding: 20px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Asap", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: #d90429;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active:focus {
  border-color: transparent;
  background-color: #b60522;
}
.wp-block-button .wp-block-button__link:first-of-type {
  margin-right: 5px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 19px 34px;
  color: #969696;
  text-shadow: none;
  border-radius: 1px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #969696;
  border-color: rgba(0, 0, 0, 0.2);
}
.wp-block-button.aligncenter {
  text-align: center;
  margin-bottom: 20px;
}

/* Buttons (Group) */
.wp-block-buttons {
  margin-bottom: 28px;
}

.wp-block-buttons .wp-block-button {
  margin: 0 10px 0 0;
}

/* Comments Block */
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-latest-comments li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.wp-block-latest-comments li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
}
.wp-block-latest-comments__comment-avatar {
  margin-right: 20px;
}
.wp-block-latest-comments__comment-date {
  font-size: 14px;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 58px;
}

/* Latest Posts Block */
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.wp-block-latest-posts__post-date {
  font-size: 14px;
  color: #939393;
}

/* Category & Archive Blocks */
.wp-block-categories,
.wp-block-archives,
.wp-block-latest-posts {
  padding-left: 0;
  margin-bottom: 30px;
}
.wp-block-categories select,
.wp-block-archives select,
.wp-block-latest-posts select {
  width: auto;
  padding: 13px 20px;
  border: 1px solid #eee;
  background: #f9f9f9 url("assets/images/select-bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wp-block-categories select:focus,
.wp-block-archives select:focus,
.wp-block-latest-posts select:focus {
  border-color: #cecece;
  outline: none;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-categories li:last-of-type,
.wp-block-archives li:last-of-type,
.wp-block-latest-posts li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}
.wp-block-categories li a::before,
.wp-block-archives li a::before,
.wp-block-latest-posts li a::before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.wp-block-categories li a:hover::before,
.wp-block-archives li a:hover::before,
.wp-block-latest-posts li a:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.wp-block-categories li .cat-count,
.wp-block-archives li .cat-count,
.wp-block-latest-posts li .cat-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #212121;
  text-align: center;
  border-radius: 50%;
  background-color: #f6d72d;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-latest-posts.aligncenter {
  text-align: center;
}

/* Archive dropdown */
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

/* Column Block */
.wp-block-column {
  margin-bottom: 0;
}

/* Seperator Block */
.wp-block-separator {
  height: auto;
  margin: 30px auto;
  border-bottom: 1px solid #d0d5da;
  background: none;
}
.wp-block-separator + h2 {
  clear: left;
}

.wp-block-columns {
  margin-bottom: 30px;
}

/* Image Block */
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Gallery Block */
.wp-block-gallery {
  margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px;
  font-style: 15px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption {
  padding: 15px 10px;
  font-size: 15px;
}

.blocks-gallery-caption,
.wp-block-embe figcaption,
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Block Cover Block */
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.25;
}
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
  color: #fff;
}

/* Verse */
pre.wp-block-verse {
  display: block;
  font-family: monospace;
}

/* Embedd Block */
.wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  /* Media */
}
.wp-block-embed figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}
@media screen and (max-width: 580px) {
  .wp-block-embed__wrapper {
    overflow: scroll;
  }
}
.wp-block-embed__wrapper .embed-responsive {
  overflow: visible;
  margin-bottom: 0;
}

/* Twitter Embed Block */
.wp-block-embed-twitter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-embed-twitter .embed-responsive::before {
  padding-top: 0;
}

/* Facebook Embed Block */
.wp-block-embed-facebook .embed-responsive::before {
  padding-top: 0;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper .embed-responsive::before {
  padding-top: 68%;
}

/* Calendar Block */
.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.wp-block-calendar table > caption {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  caption-side: top;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #d90429;
}
.wp-block-calendar table thead {
  background-color: #dedede;
}
.wp-block-calendar table thead tr th {
  padding: 5px 0;
  color: inherit;
  text-align: center;
  background: transparent;
  border: 1px solid #dedede;
}

/* Search Block */
.wp-block-search {
  margin-bottom: 25px;
}
.wp-block-search .wp-block-search__input {
  color: #a5a5a5;
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
  border-radius: 2px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.wp-block-search .wp-block-search__input:active, .wp-block-search .wp-block-search__input:focus {
  color: #a5a5a5;
  outline: none;
  border-color: #cecece;
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  color: #040404;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  height: 60px;
  padding: 14px 35px;
  color: #fff;
  font-size: 1rem;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: none;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #d90429;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: #b60522;
}

/* Audio Block */
.wp-block-audio audio {
  min-width: auto;
}
.wp-block-audio figure {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-audio figcaption {
  font-size: 15px;
  color: #a5a5a5;
}

/* File Block */
.wp-block-file .wp-block-file__button {
  font-weight: 700;
  background-color: #d90429;
}
.wp-block-file .wp-block-file__button:hover {
  opacity: 1;
  background-color: #aa0c27;
}

/* Tagcloud Block */
.wp-block-tag-cloud .tag-cloud-link {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  color: #fff;
  border-color: transparent;
  background-color: #aa0c27;
}

/* Media Block */
p:last-of-type + .wp-block-media-text,
p:last-of-type + .wp-block-cover {
  margin-top: 20px;
}

/* Block Group */
.wp-block-group + p:last-of-type {
  margin-top: 25px;
}
