/*!
Theme Name: Rhodes
Theme URI: https://woocommerce.com/products/rhodes/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: An E-Commerce theme for WordPress
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rhodes
Woo: 6509339:18915844dd362da00d350cfc7c46c63c
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. Normalize
.. General
.. Main Navigation
.. Header
.. Hero Area
.. Modules
.. Footer
.. Comments
.. Widgets Styling
.. WordPress defaults
.. Mobile Menu
.. Vendor
.. Utilities
.. Animations
*/

/* -----------------------------------------
	Base CSS Custom Properties (Variables)
----------------------------------------- */

:root {
  --rhodes-content-element-spacing-base: 50px;
  --rhodes-element-spacing-base: 30px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* -----------------------------------------
	General
----------------------------------------- */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

* {
  box-sizing: inherit;
}

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

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

[hidden] {
  display: none !important;
}

/* Basic Typography
=================================== */

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  background-color: #ffffff;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 30px;
  text-rendering: optimizeLegibility;
  font-weight: 800;
  letter-spacing: -.025em;
}

h1 {
  font-size: 48px;
  line-height: 1;
}

h2 {
  font-size: 42px;
  line-height: 1.1;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 30px;
}

strong {
  font-weight: 700;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  color: #D80D61;
  text-decoration: none;
}

a:hover {
  color: #f2267a;
}

a:focus {
  outline: 1px dotted #D80D61;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 30px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 0 0 30px;
  padding-left: 15px;
  border-left: 3px solid #d7d7d7;
  font-size: 17px;
  font-weight: 400;
}

blockquote cite {
  display: block;
  font-weight: 700;
  margin: 10px 0 0;
  font-size: 16px;
  font-style: normal;
}

/* Tables */

table {
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

caption,
th,
td {
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 85%;
}

td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  margin: 0 0 30px;
  padding: 15px;
  border: 1px solid #d7d7d7;
  overflow: auto;
}

/* Various */

address {
  margin: 0 0 30px;
  font-style: normal;
  line-height: inherit;
}

abbr,
abbr[title] {
  text-decoration: none;
  border: 0;
}

mark {
  color: inherit;
  font: inherit;
  background: none;
}

hr {
  margin: 30px 0;
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  background-color: #d7d7d7;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin: 0 0 30px;
  max-width: 100%;
  border: 0;
}

p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
  margin-bottom: 0;
}

#map *,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

form > p {
  margin-bottom: 15px;
}

label,
.label {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  font-size: 16px;
  color: #1A1A1A;
}

input,
textarea,
select {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  height: 46px;
  padding: 10px 15px;
  box-shadow: none;
  line-height: normal;
  border: 2px solid #1a1a1a;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  font-family: inherit;
  transition: box-shadow .3s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="file"] {
  height: auto;
}

textarea {
  padding: 20px 20px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  max-width: 100%;
  padding-right: 30px;
}

select option {
  font-weight: normal;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

select:invalid {
  color: #797979;
}

.input-group {
  margin-bottom: 30px;
  position: relative;
}

.input-group [class^="fa"] {
  position: absolute;
  right: 10px;
  bottom: 18px;
  opacity: .7;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  height: auto;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 2px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}

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

input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #797979;
}

:-moz-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #797979;
}

::-moz-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #797979;
}

:-ms-input-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #797979;
}

/* Buttons
=================================== */

.btn,
.button,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button[type="submit"],
.gutenbee-block-button-link {
  display: inline-block;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  text-transform: none;
  font-weight: 600;
  color: #1A1A1A;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  padding: 11px 26px;
  font-size: 16px;
}

.btn:focus,
.button:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus,
.gutenbee-block-button-link:focus {
  box-shadow: none;
}

.btn:hover,
.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
.gutenbee-block-button-link:hover {
  color: #ffffff;
  background-color: #D80D61;
  text-decoration: none;
}

.btn.disabled.disabled,
.btn.disabled:disabled,
.button.disabled.disabled,
.button.disabled:disabled {
  cursor: not-allowed;
  opacity: .65;
}

input[type="submit"]:disabled.disabled,
input[type="submit"]:disabled:disabled,
button:disabled.disabled,
button:disabled:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn-xs {
  padding: 8px 20px;
  font-size: 13px;
}

.btn-sm {
  padding: 10px 22px;
  font-size: 14px;
}

.btn-lg {
  padding: 17px 36px;
  font-size: 18px;
}

.btn-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-white:hover {
  color: #1A1A1A;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn-alt {
  background-color: #D80D61;
  border-color: #D80D61;
  color: #ffffff;
}

.btn-block {
  min-width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

.nav {
  display: block;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  /* Styles duplicated here for IE11 support */
}

.head-mast [class^="col-lg-12"] .navigation-main {
  margin-top: 10px;
}

.navigation-main li {
  position: relative;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transform: translate(0, 10px);
  margin-left: 12px;
}

.navigation-main ul ul {
  top: -12px;
  left: 100%;
  margin: 0;
  transform: translate(-10px, 0);
}

.navigation-main > li:first-child ul {
  margin-left: 0;
}

.navigation-main li:hover > ul {
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main li:focus-within > ul {
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:focus-within ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
  transform: translate(0, 0);
}

.navigation-main > .nav-open-left ul {
  right: 0;
}

.navigation-main > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main ul {
  padding: 15px 0;
  list-style: none;
  background-color: #ffffff;
  min-width: 220px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

.navigation-main a {
  position: relative;
  color: #1A1A1A;
  font-size: 16px;
}

.navigation-main > li > a {
  padding: 10px 0;
  margin: 0 12px;
}

.navigation-main > li:first-child > a {
  margin-left: 0;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a,
.navigation-main > .current_page_item > a,
.navigation-main > .current_page_ancestor > a {
  color: #D80D61;
}

.header-fixed:not(.header-stuck) .navigation-main > li:hover > a,
.header-fixed:not(.header-stuck) .navigation-main > li > a:focus {
  color: #D80D61;
}

.navigation-main li li a {
  padding: 6px 15px;
  font-size: 15px;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a,
.navigation-main li .current_page_item > a,
.navigation-main li .current_page_ancestor > a {
  color: #D80D61;
}

.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -3px;
  right: -6px;
  line-height: normal;
}

.navigation-main li .menu-item-has-children > a,
.navigation-main li .page_item_has_children > a {
  padding-right: 25px;
}

.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation-main .nav-button > a {
  border: 2px solid currentColor;
  padding: 7px 28px;
  margin-left: 10px;
}

.navigation-main .nav-button > a::before {
  display: none;
}

.navigation-main .nav-button:last-child > a {
  margin-right: 0;
}

.navigation-main .mega-menu > ul {
  display: flex;
}

.navigation-main .mega-menu > ul > li > a {
  font-weight: 700;
  font-size: 1.05em;
}

.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > a:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > a,
.navigation-main .mega-menu > ul > li.current-menu-parent > a,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > a {
  background-color: transparent;
  color: initial;
}

.navigation-main .mega-menu > ul ul {
  display: block;
  opacity: 1;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  background: none;
  min-width: 180px;
  transform: translate(0, 10px);
}

.navigation-main .mega-menu > ul a::after {
  display: none;
}

.navigation-main .mega-menu:hover ul ul {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.navigation-main-right {
  text-align: right;
}

.navigation-main-right > li:last-child ul {
  right: 0;
}

.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.navigation-main-right > li:last-child .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

/* -----------------------------------------
 Header
----------------------------------------- */

/* Generic header styling
========================================= */

.header {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 30;
}

.header-fixed {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/* Site branding
========================================= */

.site-branding {
  max-width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  flex: none;
}

.site-logo {
  font-size: 26px;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}

.site-logo a {
  color: #1A1A1A;
}

.site-tagline {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.05em;
}

/* Header content slots
========================================= */

.head-content-slot {
  display: flex;
  align-items: center;
}

.head-content-slot [class^="fa"] {
  font-size: 14px;
}

.head-intro .head-content-slot {
  margin-left: -10px;
  margin-right: -10px;
}

.head-content-slot-end {
  justify-content: flex-end;
  text-align: right;
}

.head-content-slot-center {
  justify-content: center;
  text-align: center;
}

.head-content-slot-item {
  margin: 0 10px;
  flex: none;
}

.head-menu-slot {
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
}

.head-menu-slot .head-mast {
  flex: auto;
}

/* Top header bar (head intro)
========================================= */

.head-intro {
  font-size: 14px;
  padding: 10px 0;
  color: #ffffff;
  line-height: normal;
  border-bottom: 1px solid transparent;
  background-color: #1a1a1a;
}

.head-intro a {
  color: inherit;
}

.head-intro a:hover {
  color: inherit;
}

.head-intro .container,
.head-intro .row {
  height: 100%;
}

/* Main header (head mast)
========================================= */

.head-mast {
  background-color: #ffffff;
  color: #1A1A1A;
  border-bottom: 1px solid transparent;
}

.head-mast .head-content-slot {
  color: inherit;
}

.head-mast .head-content-slot a {
  color: inherit;
}

.head-stuck .head-mast {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.head-mast-inner-wrap {
  border-bottom: 1px solid #d7d7d7;
  padding: 30px 0;
}

.head-stuck .head-mast-inner-wrap {
  border-bottom: 0;
}

.head-mast-inner {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

/* Menu
========================================= */

.site-branding,
.head-mast .head-content-slot {
  width: 20%;
  flex: none;
  max-width: 100%;
}

.head-menu-slot {
  flex: auto;
  justify-content: center;
}

/* Sticky header
========================================= */

.header-sticky-wrapper {
  z-index: 150;
}

.header-sticky-fixed {
  height: auto !important;
}

/* -----------------------------------------
	Slot Items
----------------------------------------- */

/* Global search form / trigger
========================================= */

.global-search-form-trigger {
  padding: 3px;
}

.global-search-form {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  transform: translateY(-100%);
  transition: transform .25s ease, opacity .18s ease;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.global-search-form-expanded {
  max-width: 100%;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.admin-bar .global-search-form-expanded {
  transform: translateY(32px);
}

.global-search-input {
  height: 56px;
  font-size: 16px;
}

.global-search-form-dismiss {
  display: inline-block;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  width: 50px;
  height: 56px;
  top: calc(50% - 2px);
  right: 20px;
  transform: translateY(-50%);
  font-size: 26px;
  padding: 0;
  line-height: 0;
  opacity: .5;
}

button.global-search-form-submit {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 15px;
  opacity: 0;
}

button.global-search-form-submit:focus {
  opacity: 1;
}

/* Social icons
========================================= */

.social-icon-inset {
  margin: 0 2px;
}

/* Menu shortcode
========================================= */

.head-content-slot .menu,
.footer-content-slot .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.head-content-slot .menu li,
.footer-content-slot .menu li {
  margin: 0 5px;
}

.head-content-slot .menu li:first-child,
.footer-content-slot .menu li:first-child {
  margin-left: 0;
}

.head-content-slot .menu li:last-child,
.footer-content-slot .menu li:last-child {
  margin-right: 0;
}

/* Header Mobile Styles
========================================= */

/* -----------------------------------------
	Hero Area
----------------------------------------- */

/* Basic Styles
=================================== */

.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #ffffff;
  height: 450px;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.slick-initialized .page-hero {
  display: flex;
}

.page-hero .btn {
  margin-top: 25px;
}

.page-hero-background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #D80D61;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.page-hero-lg {
  height: 100vh;
  overflow: hidden;
}

.page-hero-slideshow .page-hero-lg {
  height: 100%;
}

.page-hero-lg .btn {
  margin-top: 40px;
}

.page-hero-align-center {
  text-align: center;
}

.page-hero-align-center .page-hero-content {
  margin: 0 auto;
}

.page-hero-align-left {
  text-align: left;
}

.page-hero-align-right {
  text-align: right;
}

.page-hero-align-right .page-hero-content {
  margin-left: auto;
}

.page-hero-align-top {
  align-items: flex-start;
}

.page-hero-align-middle {
  align-items: center;
}

.page-hero-align-bottom {
  align-items: flex-end;
}

.page-hero-content {
  position: relative;
  z-index: 15;
}

.page-hero-title {
  color: inherit;
  margin: 0;
  font-size: 48px;
  line-height: normal;
  font-weight: 800;
}

.page-hero-lg .page-hero-title {
  font-size: 76px;
  line-height: 1;
}

.page-hero-subtitle {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}

/* Slideshow
=================================== */

.page-hero-slideshow {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.page-hero-slideshow:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
  height: 100%;
}

.page-hero-slideshow .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.page-hero-image-slideshow {
  height: auto;
}

.page-hero-image-slideshow .slick-list,
.page-hero-image-slideshow .slick-track {
  height: auto;
}

.page-hero-image-slideshow img {
  width: 100%;
}

.page-hero-slideshow-actions-wrap {
  z-index: 50;
  position: absolute !important;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.page-hero-slideshow-actions {
  display: flex;
  align-items: center;
}

.page-hero-slideshow-arrows {
  margin-left: auto;
}

.page-hero-slideshow-arrows .slick-arrow {
  box-shadow: none;
  border: 0;
  width: 62px;
  height: 62px;
  background: #1a1a1a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.page-hero-slideshow-arrows .slick-arrow:hover {
  background: #D80D61;
}

.page-hero-slideshow-arrows .slick-next {
  margin-left: 3px;
}

.page-hero-slideshow-dots .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.page-hero-slideshow-dots .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}

.page-hero-slideshow-dots .slick-dots button {
  border: 0;
  box-shadow: none;
  background: #ffffff;
  opacity: .5;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  text-indent: -999em;
  padding: 0;
  margin: 0;
}

.page-hero-slideshow-dots .slick-dots .ci-slick-active button,
.page-hero-slideshow-dots .slick-dots .slick-active button {
  opacity: 1;
}

.slick-arrow:focus,
.slick-arrow:active,
.slick-dots button:focus,
.slick-dots button:active {
  outline: 0;
}

/* -----------------------------------------
	Modules
----------------------------------------- */

/* General Layout
=================================== */

.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-content-wrap {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.main {
  padding: 100px 0;
}

.page-template-fullwidth-contained .main {
  overflow-x: hidden;
}

.main-no-pad .main {
  padding: 0;
}

.related > h2::before,
.upsells > h2::before,
.section-title::before,
.page-title::before {
  content: "";
  display: block;
  margin-bottom: 15px;
  height: 3px;
  width: 45px;
  background-color: #D80D61;
}

/* Sections
=================================== */

.widget-section {
  margin-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.widget-section.widget-section-no-pad-bottom {
  padding-bottom: 0;
}

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

.footer-widget-sections .widget-section:first-child:not(.widget-section-padded) {
  padding-top: 0;
}

.widget-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.widget-section + .no-title-subtitle {
  margin-top: -100px;
}

.widget-section-parallax {
  background-attachment: fixed;
}

.section-heading {
  margin-bottom: 60px;
}

.section-title {
  margin: 0;
}

.related > h2,
.upsells > h2,
.section-title {
  font-size: 48px;
  line-height: normal;
}

.widget-section > .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.content-narrow {
  margin: 0 auto;
  max-width: 66.6667%;
}

.section-subtitle {
  margin: 0;
  font-size: 18px;
  color: #797979;
}

.section-subtitle a {
  color: #1A1A1A;
}

.section-hero .entry-content :last-child {
  margin-bottom: 0;
}

.section-hero-thumb {
  margin-bottom: 45px;
}

/* Entry Styles
=================================== */

.entry-item {
  margin: 0 0 100px;
}

.entry-item-media {
  text-align: left;
}

.entry-item-content-wrap {
  min-width: 1px;
}

.entry-header {
  margin-bottom: 30px;
}

.entry-title {
  display: block;
  font-size: 48px;
  color: #1A1A1A;
  line-height: 1;
  font-weight: 800;
}

.entry-title a {
  color: inherit;
}

.entry-title a:hover {
  color: #D80D61;
}

.row-columns-2 .entry-title,
.row-columns-3 .entry-title,
.row-columns-4 .entry-title {
  font-size: 26px;
}

.entry-meta {
  font-size: 14px;
  margin-top: -20px;
  font-weight: 600;
  line-height: 1.55;
  text-transform: none;
}

.entry-meta a {
  color: inherit;
}

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

.entry-meta span::after {
  content: "\2022";
  margin: 0 4px;
  opacity: .5;
}

.entry-meta span:last-child::after {
  display: none;
}

.entry-thumb {
  margin-bottom: 50px;
}

.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
  margin-top: 0;
}

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

.entry-content > * {
  margin-bottom: 50px;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  margin-bottom: 25px;
}

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

.entry-tags {
  margin-top: 50px;
}

.entry-content-intro {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.entry-content-intro:first-letter {
  float: left;
  padding: 0 10px 0 0;
  font-size: 3.4rem;
  line-height: 1;
  color: #D80D61;
}

.entry-more-btn {
  margin-top: 30px;
}

.entry-author-box {
  display: flex;
}

.entry-author-thumbnail {
  width: 78px;
  flex: none;
  margin-right: 30px;
}

.entry-author-desc {
  font-size: 16px;
}

.entry-author-desc :last-child {
  margin: 0;
}

.entry-author-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.entry-author-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  margin: -15px 0 15px;
}

.entry-section {
  border-top: 1px solid #d7d7d7;
  padding-top: 100px;
  margin-top: 100px;
}

/* Items & Item Listings
=================================== */

.row-items {
  margin-bottom: -30px;
  position: relative;
}

.row-items.no-gutters {
  margin-bottom: 0;
}

.ci-item {
  margin-bottom: 65px;
  text-align: center;
}

.no-gutters .ci-item {
  margin-bottom: 0;
}

.ci-item .onsale {
  right: 0;
}

.ci-item:hover .ci-item-more-btn {
  opacity: 1;
}

.ci-item-title {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0;
}

.ci-item-title a {
  color: #1A1A1A;
}

.ci-item-title a:hover {
  color: #D80D61;
}

.ci-item-subtitle {
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  margin: -23px 0 25px;
}

.ci-item-thumb {
  display: block;
  margin-bottom: 25px;
}

.ci-item-more-btn {
  font-size: 16px;
  position: relative;
  text-decoration: none;
  color: #1A1A1A;
  background: none;
  margin-left: 5px;
  border-bottom: 1px solid #1A1A1A;
  line-height: 1;
  opacity: 0;
}

.ci-item-entry {
  margin-bottom: 30px;
  position: relative;
  min-height: 240px;
}

[class^="col"] .ci-item-entry {
  height: calc(100% - 30px);
}

.ci-item-entry:hover .ci-item-entry-title {
  opacity: .9;
}

.no-gutters .ci-item-entry {
  margin-bottom: 0;
  min-height: 100%;
}

.ci-item-entry::before {
  content: "";
  pointer-events: none;
  position: absolute;
  height: 50%;
  width: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.ci-item-entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  padding: 22px;
}

.ci-item-entry-meta {
  color: currentColor;
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
}

.ci-item-entry-title {
  font-size: 18px;
  letter-spacing: 0;
  color: currentColor;
  margin: 0;
  font-weight: 700;
  transition: opacity .18s ease;
}

.ci-item-entry-title a {
  color: currentColor;
}

.ci-item-badge {
  z-index: 10;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #D80D61;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 7px 10px;
  letter-spacing: .03em;
  font-weight: 600;
}

.ci-item-badge a {
  color: currentColor;
}

/* Pagination
=================================== */

.navigation,
.woocommerce-pagination {
  margin: 60px 0 0;
  text-align: center;
}

.navigation a,
.navigation .page-numbers,
.woocommerce-pagination a,
.woocommerce-pagination .page-numbers {
  display: inline-block;
  padding: 12px 21px;
  font-size: 16px !important;
  margin-right: 10px;
  margin-bottom: 3px;
  border: 2px solid #d7d7d7;
  color: #1A1A1A;
  background: none;
}

.navigation a:hover,
.navigation .current,
.woocommerce-pagination a:hover,
.woocommerce-pagination .current {
  border-color: #1A1A1A;
}

.navigation .nav-links::after,
.woocommerce-pagination .nav-links::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .nav-previous,
.woocommerce-pagination .nav-previous {
  float: left;
}

.navigation .nav-next,
.woocommerce-pagination .nav-next {
  float: right;
}

.comment-navigation {
  margin: 30px 0;
}

.page-links {
  margin: 60px 0 0;
}

.page-links .page-number {
  display: inline-block;
  padding: 12px 21px;
  font-size: 16px !important;
  margin-right: 10px;
  margin-bottom: 3px;
  border: 2px solid #d7d7d7;
  color: #1A1A1A;
  background: none;
}

.page-links .page-number:hover {
  border-color: #1A1A1A;
}

.page-links .current > .page-number {
  border-color: #1A1A1A;
}

.page-links > a:first-child,
.page-links > span:first-child {
  margin-left: 10px;
}

/* Social Icons
=================================== */

.widget_nav_menu [class*="social"] .menu {
  display: flex;
  flex-wrap: wrap;
}

.widget_nav_menu [href*="facebook.com"],
.widget_nav_menu [href*="twitter.com"],
.widget_nav_menu [href*="github.com"],
.widget_nav_menu [href*="linkedin.com"],
.widget_nav_menu [href*="instagram.com"],
.widget_nav_menu [href*="wordpress.com"],
.widget_nav_menu [href*="tumblr.com"],
.widget_nav_menu [href*="youtube.com"],
.widget_nav_menu [href*="vimeo.com"] {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #D80D61;
  width: 42px;
  height: 42px;
  text-indent: -999em;
  margin: 0 3px 3px 0;
  position: relative;
}

.widget_nav_menu [href*="facebook.com"]:hover,
.widget_nav_menu [href*="twitter.com"]:hover,
.widget_nav_menu [href*="github.com"]:hover,
.widget_nav_menu [href*="linkedin.com"]:hover,
.widget_nav_menu [href*="instagram.com"]:hover,
.widget_nav_menu [href*="wordpress.com"]:hover,
.widget_nav_menu [href*="tumblr.com"]:hover,
.widget_nav_menu [href*="youtube.com"]:hover,
.widget_nav_menu [href*="vimeo.com"]:hover {
  color: #ffffff;
  background-color: #D80D61;
  text-decoration: none;
}

.widget_nav_menu [href*="facebook.com"]::after,
.widget_nav_menu [href*="twitter.com"]::after,
.widget_nav_menu [href*="github.com"]::after,
.widget_nav_menu [href*="linkedin.com"]::after,
.widget_nav_menu [href*="instagram.com"]::after,
.widget_nav_menu [href*="wordpress.com"]::after,
.widget_nav_menu [href*="tumblr.com"]::after,
.widget_nav_menu [href*="youtube.com"]::after,
.widget_nav_menu [href*="vimeo.com"]::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0c1";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-indent: 0;
}

.widget_nav_menu [href*="facebook.com"]::after {
  content: "\f09a";
}

.widget_nav_menu [href*="twitter.com"]::after {
  content: "\f099";
}

.widget_nav_menu [href*="github.com"]::after {
  content: "\f09b";
}

.widget_nav_menu [href*="linkedin.com"]::after {
  content: "\f08c";
}

.widget_nav_menu [href*="instagram.com"]::after {
  content: "\f16d";
}

.widget_nav_menu [href*="wordpress.com"]::after {
  content: "\f19a";
}

.widget_nav_menu [href*="tumblr.com"]::after {
  content: "\f173";
}

.widget_nav_menu [href*="youtube.com"]::after {
  content: "\f167";
}

.widget_nav_menu [href*="vimeo.com"]::after {
  content: "\f40a";
}

.list-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-social-icons li {
  display: inline-block;
  margin: 3px 5px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  color: #1A1A1A;
  border-radius: 50%;
}

.social-icon:hover {
  color: #D80D61;
}

.header .social-icon {
  font-size: inherit;
}

.footer .social-icon {
  color: currentColor;
}

/* Responsive embeds
=================================== */

.rhodes-responsive-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.rhodes-responsive-embed iframe,
.rhodes-responsive-embed object,
.rhodes-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Back to top button
=================================== */

.btn-to-top {
  position: fixed;
  display: flex;
  bottom: 30px;
  right: 30px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #1A1A1A;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  border: 0;
  font-size: 24px;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 200;
}

.is-customize-preview .btn-to-top {
  opacity: 1 !important;
  pointer-events: auto !important;
  display: flex !important;
}

.btn-to-top:active,
.btn-to-top:focus {
  outline: 0;
}

.btn-to-top-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Skip link
=================================== */

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 100000;
  background-color: #f1f1f1;
  color: #1A1A1A;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.skip-link:focus {
  position: fixed;
  display: block;
  left: 6px;
  top: 7px;
  right: auto;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
}

/* -----------------------------------------
	Footer
----------------------------------------- */

.footer-content-slot {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-content-slot-end {
  justify-content: flex-end;
  text-align: right;
}

.footer-content-slot-item {
  margin: 0 10px;
}

.footer-widget-sections {
  margin-top: auto;
}

.footer {
  border-top: 1px solid transparent;
  background-color: #1a1a1a;
  color: #ffffff;
}

.footer-widgets {
  padding: 100px 0 40px;
}

.footer-info {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #ffffff;
  background-color: #1a1a1a;
}

.footer-info a {
  color: inherit;
}

.footer-copy {
  margin-bottom: 0;
}

/* -----------------------------------------
	Comments
----------------------------------------- */

.comments-title,
.comment-reply-title {
  margin-bottom: 30px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 100px;
}

.comment-list .children {
  list-style: none;
}

.comment-list .comment-body {
  margin-bottom: 30px;
  padding-top: 30px;
}

.comment-list > .comment:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author {
  margin-bottom: 5px;
}

.comment-author .fn {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}

.comment-author .avatar {
  width: 78px;
  float: left;
  margin: 0 30px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.comment-content p {
  margin-bottom: 25px;
}

.comment-content ul,
.comment-content ol {
  margin: 30px 0;
  padding-left: 25px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin: 0;
}

.comment-content blockquote {
  margin: 35px 0 0;
}

.comment-metadata {
  font-size: 11px;
  margin: 0 0 5px;
  color: #797979;
}

.comment-metadata a {
  color: inherit;
}

.comment-reply-link {
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 107px;
  height: auto;
  width: auto;
}

.bypostauthor > article .fn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -2px;
  position: relative;
  top: -3px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 16px;
  line-height: 1.5;
  opacity: .75;
  margin: 0 0 30px;
}

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

.no-comments {
  border: 1px solid #d7d7d7;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-form-cookies-consent {
  line-height: normal;
  display: inline-flex;
  margin: 25px 0;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
}

/* -----------------------------------------
	Widgets Styling
----------------------------------------- */

.sidebar-drawer {
  position: fixed;
  top: 0;
  left: -410px;
  background-color: #ffffff;
  height: 100%;
  width: 340px;
  box-shadow: 4px 0 7px rgba(0, 0, 0, 0.05);
  transition: left .25s ease;
}

.admin-bar .sidebar-drawer {
  top: 33px;
}

.sidebar-drawer-header {
  text-align: right;
  height: 40px;
  padding: 8px 15px;
}

.sidebar-dismiss {
  color: #1A1A1A;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.sidebar-drawer-content {
  padding: 25px 35px;
  height: calc(100% - 45px);
  overflow-y: auto;
}

.sidebar-drawer-visible {
  left: 0;
  z-index: 150;
}

.widget {
  margin: 0 0 60px;
  font-size: 16px;
  line-height: 1.44;
  /* Nullify bottom margin for last elements in widgets and sidebars */
}

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

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

.widget select {
  width: 100%;
}

.widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: normal;
}

.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

.footer .widget-title {
  color: #ffffff;
}

/* WIDGET: List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_rating_filter ul,
.woocommerce-widget-layered-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_rating_filter ul ul,
.woocommerce-widget-layered-nav ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_rating_filter li,
.woocommerce-widget-layered-nav li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_rating_filter li a,
.woocommerce-widget-layered-nav li a {
  color: #1A1A1A;
  display: inline-block;
  margin-bottom: 8px;
}

.footer .widget_meta li a,
.footer
.widget_pages li a,
.footer
.widget_categories li a,
.footer
.widget_archive li a,
.footer
.widget_nav_menu li a,
.footer
.widget_product_categories li a,
.footer
.widget_rating_filter li a,
.footer
.woocommerce-widget-layered-nav li a {
  color: #ffffff;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_product_categories li a:hover,
.widget_rating_filter li a:hover,
.woocommerce-widget-layered-nav li a:hover {
  text-decoration: underline;
  color: #D80D61;
}

.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_product_categories li .count,
.widget_product_categories li .ci-count,
.widget_rating_filter li .count,
.widget_rating_filter li .ci-count,
.woocommerce-widget-layered-nav li .count,
.woocommerce-widget-layered-nav li .ci-count {
  display: inline-block;
}

.widget_meta li.current-cat > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_nav_menu li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_rating_filter li.current-cat > a,
.woocommerce-widget-layered-nav li.current-cat > a {
  font-weight: 800;
}

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

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #d7d7d7;
}

.widget_recent_comments li a,
.widget_rss li a,
.widget_recent_entries li a {
  color: #1A1A1A;
  font-weight: 600;
}

.footer-widgets .widget_recent_comments li a,
.footer-widgets
.widget_rss li a,
.footer-widgets
.widget_recent_entries li a {
  color: #ffffff;
}

.widget_recent_comments li a:hover,
.widget_rss li a:hover,
.widget_recent_entries li a:hover {
  color: #D80D61;
}

.widget .rss-date,
.widget .post-date {
  display: block;
  font-size: 14px;
  margin: 2px 0;
}

.entry-tags a,
.tag-cloud-link {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  color: #1A1A1A;
  margin: 3px 1px 3px 0;
  border: 2px solid #1A1A1A;
}

.entry-tags a:hover,
.tag-cloud-link:hover {
  color: #D80D61;
}

.footer .entry-tags a,
.footer
.tag-cloud-link {
  color: currentColor;
  border-color: #ffffff;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform input[type="text"],
.searchform input[type="search"] {
  padding-right: 30px;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  border: 0;
  color: currentColor;
}

.searchform .searchsubmit:hover {
  background: none;
  border: 0;
  color: currentColor;
}

/* WIDGET: #Subscribe
========================================= */

.form-subscribe button {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  margin-top: 25px;
}

/* WIDGET: #Text Widget
========================================= */

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

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: 700;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* -----------------------------------------
	WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin: 45px 0;
}

.gallery:first-child {
  margin-top: 0;
}

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

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
  max-width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity .18s ease;
}

.gallery-caption::before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 20px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 20px 0;
}

.page-template-fullwidth-contained .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.page-template-fullwidth-contained .alignwide {
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0;
  text-align: left;
  display: block;
  font-size: 14px;
  opacity: .8;
}

.sticky {
  /* Provide sticky styles if necessary */
}

/* -----------------------------------------
  WordPress Blocks general style resets
----------------------------------------- */

/* General Block Styles
=================================== */

[class^="wp-block"] > figcaption {
  display: block;
  font-size: 14px;
  opacity: .7;
  margin: 5px 0 0;
}

[class^="wp-block"] .alignleft,
[class^="wp-block"] .aligncenter,
[class^="wp-block"] .alignright,
[class^="wp-block"] .alignnone {
  margin-top: 0;
}

.has-primary-background-color {
  background-color: #D80D61;
  color: #ffffff;
}

.has-primary-color {
  color: #D80D61;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/* Embed Blocks
=================================== */

.wp-block-embed iframe {
  margin: 0;
}

/* Video Block
=================================== */

.wp-block-video video {
  width: 100%;
  margin: 0;
}

/* Audio Block
=================================== */

.wp-block-audio audio {
  width: 100%;
  margin: 0;
}

/* File Block
=================================== */

.wp-block-file {
  display: flex;
  align-items: center;
}

.wp-block-file > a:first-child {
  margin-right: 15px;
}

.wp-block-file .wp-block-file__button {
  margin-left: auto;
  flex: none;
}

/* Image Block
=================================== */

.wp-block-image {
  margin-top: 0;
}

.wp-block-image figure {
  margin-top: 0;
}

.wp-block-image figcaption {
  display: block;
  font-size: 13px;
  color: inherit;
  margin: 5px 0 0;
  opacity: .7;
}

.wp-block-image .alignleft {
  margin-right: 1.5em;
}

.wp-block-image .alignright {
  margin-left: 1.5em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Gallery Block
=================================== */

.wp-block-gallery {
  --gallery-block--gutter-size: calc( var(--rhodes-element-spacing-base, 30px) / 2);
  --wp--style--gallery-gap-default: calc( var(--rhodes-element-spacing-base, 30px) / 2);
}

.wp-block-gallery[class*="wp-container-"] {
  gap: var(--wp--style--gallery-gap-default);
}

.wp-block-gallery li::before {
  display: none;
}

.wp-block-gallery li a {
  border: 0;
  box-shadow: none;
}

.wp-block-gallery figcaption {
  line-height: normal;
}

/* Heading Block
=================================== */

h1.is-style-theme-style,
h2.is-style-theme-style,
h3.is-style-theme-style,
h4.is-style-theme-style,
h5.is-style-theme-style,
h6.is-style-theme-style {
  margin-bottom: 8px;
}

h1.is-style-theme-style::before,
h2.is-style-theme-style::before,
h3.is-style-theme-style::before,
h4.is-style-theme-style::before,
h5.is-style-theme-style::before,
h6.is-style-theme-style::before {
  content: "";
  display: block;
  margin-bottom: 15px;
  height: 3px;
  width: 45px;
  background-color: #D80D61;
}

h1.is-style-theme-style.has-text-align-center::before,
h2.is-style-theme-style.has-text-align-center::before,
h3.is-style-theme-style.has-text-align-center::before,
h4.is-style-theme-style.has-text-align-center::before,
h5.is-style-theme-style.has-text-align-center::before,
h6.is-style-theme-style.has-text-align-center::before {
  margin-left: auto;
  margin-right: auto;
}

h1.is-style-theme-style.has-text-align-right::before,
h2.is-style-theme-style.has-text-align-right::before,
h3.is-style-theme-style.has-text-align-right::before,
h4.is-style-theme-style.has-text-align-right::before,
h5.is-style-theme-style.has-text-align-right::before,
h6.is-style-theme-style.has-text-align-right::before {
  margin-left: auto;
}

/* Button Block
=================================== */

.wp-block-button__link {
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-"]) {
  display: inline-block;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  text-transform: none;
  font-weight: 600;
  color: #1A1A1A;
  background-color: transparent;
  border: 2px solid #1A1A1A;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-"]):focus {
  box-shadow: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-"]):hover {
  color: #ffffff;
  background-color: #D80D61;
  text-decoration: none;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignleft {
  text-align: left;
}

.wp-block-button.alignright {
  text-align: right;
}

/* Separator Block
=================================== */

.wp-block-separator {
  width: 160px;
  max-width: 100%;
  margin: 50px auto;
  height: 3px;
  border-color: #d7d7d7;
  background: none;
  clear: both;
}

.wp-block-separator.is-style-dots {
  width: 100%;
  height: auto;
}

.wp-block-separator.is-style-wide {
  width: 100%;
  height: 1px;
}

/* Spacer Block
=================================== */

.wp-block-spacer {
  margin: 0;
}

/* Table Block
=================================== */

.wp-block-table table {
  margin: 0;
}

.wp-block-table thead {
  border-bottom: 0;
}

.wp-block-table tfoot {
  border-top: 0;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #d7d7d7;
}

/* Group Block
=================================== */

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 30px;
}

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

/* Quote Block
=================================== */

.wp-block-quote {
  border-left: 5px solid #d7d7d7;
  border-top: 0;
  border-bottom: 0;
  text-align: left;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-quote cite {
  font-style: normal;
  text-align: inherit;
}

.wp-block-quote.has-text-align-left {
  text-align: left;
}

.wp-block-quote.has-text-align-center {
  text-align: center;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.wp-block-quote.has-text-align-right {
  border-left: 0;
  text-align: right;
  border-right: 5px solid #d7d7d7;
  padding-right: 15px;
}

.wp-block-quote.is-style-large {
  border: 0;
  padding: 0;
  margin-bottom: 50px;
  font-style: normal;
}

.wp-block-quote.is-style-large p {
  font-style: normal;
}

.wp-block-quote.is-style-large cite {
  text-align: inherit;
  font-size: 1rem;
}

.wp-block-quote.is-style-large::before {
  display: none;
}

/* Pullquote Block
=================================== */

.wp-block-pullquote {
  border-top: 3px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
}

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

.wp-block-pullquote.is-style-solid-color {
  border: 0;
}

/* Media & Text Block
=================================== */

/* Global Widget Block Styles
=================================== */

.wp-block-rss,
.wp-block-archives,
.wp-block-categories {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.wp-block-rss li,
.wp-block-archives li,
.wp-block-categories li {
  line-height: normal;
  display: block;
  position: relative;
}

.wp-block-rss li a,
.wp-block-archives li a,
.wp-block-categories li a {
  display: inline-block;
  margin-bottom: 8px;
  color: #1A1A1A;
}

.wp-block-rss li a:hover,
.wp-block-archives li a:hover,
.wp-block-categories li a:hover {
  text-decoration: underline;
}

.wp-block-rss li .ci-count,
.wp-block-archives li .ci-count,
.wp-block-categories li .ci-count {
  display: inline-block;
}

.wp-block-latest-comment {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.wp-block-latest-comment li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #d7d7d7;
}

.wp-block-latest-comment a {
  color: #1A1A1A;
  font-weight: 600;
}

.wp-block-latest-comment a:hover {
  color: #D80D61;
}

/* Latest Comments Block
=================================== */

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  padding: 15px 0;
  margin: 0;
}

/* Latest Posts block
=================================== */

.wp-block-latest-posts {
  margin: 0;
  padding: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 25px;
}

.wp-block-latest-posts a {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 8px;
  color: #1A1A1A;
  letter-spacing: 0;
  display: block;
}

.wp-block-latest-posts a:hover {
  color: #D80D61;
}

.wp-block-latest-posts time {
  font-size: 16px;
  color: #797979;
}

.wp-block-latest-posts.aligncenter {
  text-align: center;
}

.wp-block-latest-posts.alignright {
  text-align: right;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.wp-block-latest-posts.is-grid > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 65px;
  flex: 0 0 50%;
  max-width: 50%;
}

/* Columns block
=================================== */

.wp-block-columns {
  --wp--style--block-gap: var(--rhodes-element-spacing-base, 30px);
}

.wp-block-columns[class*="wp-container-"] {
  gap: var(--wp--style--block-gap);
}

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

/* Search Widget Block
=================================== */

.wp-block-search {
  position: relative;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
}

.wp-block-search .wp-block-search__button {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 46px;
  padding: 5px 10px;
}

.wp-block-search__label {
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  text-transform: none;
  letter-spacing: -.027em;
  margin-bottom: 30px;
}

/* Calendar Widget Block
=================================== */

.wp-block-calendar th {
  text-align: center;
  font-size: 12px;
}

/* Social Links
=================================== */

.wp-block-social-links .wp-social-link a {
  color: #ffffff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  color: currentColor;
}

/* Code Block
=================================== */

.wp-block-code {
  background: #f1f1f1;
  font-family: monospace;
  font-size: 14px;
  line-height: 1.625;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 0;
  border: 0;
}

/* Jetpack: Contact Form
=================================== */

.contact-form label {
  display: flex !important;
}

.contact-form label > span {
  margin-left: auto !important;
  color: currentColor !important;
  padding-left: 5px;
  opacity: .65;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"] {
  width: 100% !important;
}

/* Jetpack: Layout Grid
=================================== */

.wp-block-jetpack-layout-grid {
  padding-left: 0;
  padding-right: 0;
}

/* -----------------------------------------
	Mobile menu trigger
----------------------------------------- */

.mobile-nav-trigger {
  text-transform: uppercase;
  font-weight: 700;
  display: none;
  color: #1A1A1A;
}

.mobile-nav-trigger .ci-font-icon {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.mobile-nav-trigger:hover {
  color: inherit;
}

/* -----------------------------------------
	Mobile Navigation
----------------------------------------- */

.mobile-nav-open {
  overflow: hidden;
}

.navigation-mobile-wrap {
  background-color: #f1f1f1;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease;
}

.mobile-nav-open .navigation-mobile-wrap {
  opacity: 1;
  visibility: visible;
}

.admin-bar .navigation-mobile-wrap {
  top: 46px;
}

.navigation-mobile {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #1A1A1A;
}

.navigation-mobile li {
  list-style: none;
  width: 100%;
  position: relative;
}

.navigation-mobile li ul {
  display: none;
}

.navigation-mobile .menu-item-expanded > ul {
  display: block;
}

.navigation-mobile .menu-item-expanded > .menu-item-sub-menu-toggle::before {
  transform: rotate(180deg);
}

.navigation-mobile a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 45px 15px 0;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #d7d7d7;
  padding: 14px;
  text-align: right;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss:hover {
  color: currentColor;
}

.navigation-mobile-dismiss::after {
  content: "\00d7";
  font-size: 1.5rem;
  margin-left: 5px;
}

.menu-item-sub-menu-toggle {
  height: auto;
  width: auto;
  background: none;
  box-shadow: none;
  display: block;
  flex: none;
  padding: 15px 15px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #1A1A1A;
}

.menu-item-sub-menu-toggle:focus {
  outline: 1px dotted currentColor;
}

.menu-item-sub-menu-toggle::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform .18s ease;
}

/* -----------------------------------------
	Vendor
----------------------------------------- */

/* -----------------------------------------
	Magnific Related Styles
----------------------------------------- */

.mfp-bg {
  background-color: #000000;
}

.mfp-preloader {
  color: #ffffff;
}

.mfp-preloader a {
  color: #ffffff;
}

.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  background-color: transparent;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: 0;
  opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
}

.mfp-arrow {
  line-height: .3;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: 0;
}

.mfp-arrow::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70px;
  color: #ffffff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* -----------------------------------------
	GutenBee Related Styles
----------------------------------------- */

/* GutenBee theme grid class
=================================== */

.theme-grid > .wp-block-gutenbee-container-inner {
  margin-left: auto;
  margin-right: auto;
}

/* Image block
=================================== */

.wp-block-gutenbee-image > figure {
  margin-bottom: 0;
}

/* Button Block
=================================== */

.gutenbee-block-button-link {
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}

.select2-container.select2-container--default {
  font-size: 14px;
}

.select2-container.select2-container--default .select2-selection--single {
  height: 46px;
  border-color: #1a1a1a;
  border-width: 2px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  width: 35px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
  padding-right: 20px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #1a1a1a;
  border-width: 2px;
  height: 36px;
}

.select2-container.select2-container--default .select2-selection--multiple,
.select2-container.select2-container--default .select2-selection--single {
  background: #ffffff;
  border-radius: 0;
  border-color: #1a1a1a;
  border-width: 2px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 46px;
  height: 100%;
  color: #1A1A1A;
}

.select2-container.select2-container--default .select2-results__option[data-selected=true],
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #D80D61;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-search__field {
  height: 46px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 5px 0 0;
}

.select2-container .select2-selection__choice {
  color: #000000;
}

.select2-container .select2-dropdown {
  background: #ffffff;
  border-color: #1a1a1a;
  border-width: 2px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.instagram-pics li {
  width: 33.33333333333%;
}

.instagram-pics li a {
  display: block;
  color: #1A1A1A;
}

.widget-section .instagram-pics {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-section .instagram-pics li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* Jetpack Infinite Scroll */

.infinite-scroll nav.pagination,
.infinite-scroll nav.posts-navigation,
.infinite-scroll nav.woocommerce-pagination {
  display: none;
}

.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinite-loader {
  width: 100%;
}

.infinite-loader .spinner {
  left: 50% !important;
  overflow: visible;
}

.infinite-loader .spinner .spinner-inner {
  display: none;
}

.infinite-loader .spinner::before {
  border: 6px solid rgba(26, 26, 26, 0.35);
  border-top-color: rgba(26, 26, 26, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  content: "";
  display: block;
}

.row-isotope .infinite-loader {
  position: absolute;
  bottom: -45px;
}

#infinite-handle {
  display: flex;
  justify-content: center;
  width: 100%;
}

#infinite-handle span {
  background: none;
  border-radius: 0;
  color: inherit;
  padding: 0;
}

#infinite-handle span button {
  display: inline-block;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  text-transform: none;
  font-weight: 600;
  color: #1A1A1A;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  padding: 11px 26px;
  font-size: 16px;
}

#infinite-handle span button:focus {
  box-shadow: none;
}

#infinite-handle span button:hover {
  color: #ffffff;
  background-color: #D80D61;
  text-decoration: none;
}

#infinite-handle span button:hover,
#infinite-handle span button:focus {
  padding: 11px 26px;
  font-size: 16px;
  color: #ffffff;
  background-color: #D80D61;
  text-decoration: none;
  border: 2px solid #1A1A1A;
  font-weight: 600;
  line-height: normal;
}

.row-isotope #infinite-handle {
  position: absolute;
  bottom: -45px;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* Jetpack Posts
=================================== */

.jetpack-display-remote-posts h4 {
  font-size: 16px;
  color: #1A1A1A;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.jetpack-display-remote-posts h4 a {
  color: currentColor;
}

.jetpack-display-remote-posts h4 a:hover {
  color: #D80D61;
}

.footer .jetpack-display-remote-posts h4 a {
  color: currentColor;
}

.jetpack-display-remote-posts img {
  margin-bottom: 15px;
}

.jetpack-display-remote-posts p + h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

@-ms-viewport {
  width: device-width;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.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-sm,
.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-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------
	Utilities
----------------------------------------- */

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xl-down {
  display: none !important;
}

/* -----------------------------------------
	Base Animations
----------------------------------------- */

/* Rotation
========================================= */

@keyframes rot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@media (min-width: 576px) {
  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .wp-block-latest-posts.is-grid {
    margin-right: -15px;
    margin-left: -15px;
  }

  .wp-block-latest-posts.is-grid > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .theme-grid > .wp-block-gutenbee-container-inner {
    width: 510px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .page-hero-content {
    width: 70%;
  }

  .entry-item-media {
    display: flex;
  }

  .entry-item-media .entry-thumb {
    flex: none;
    max-width: 200px;
    margin-right: 30px;
  }

  .entry-content-column-split {
    columns: 2;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .wp-block-latest-posts.is-grid {
    margin-right: -15px;
    margin-left: -15px;
  }

  .wp-block-latest-posts.is-grid > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .theme-grid > .wp-block-gutenbee-container-inner {
    width: 690px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .sidebar-drawer.with-drawer {
    transition: none;
  }
}

@media (min-width: 992px) {
  .head-stuck .head-mast-inner-wrap {
    padding: 18px 0;
  }

  .header-sticky-wrapper:not(.head-stuck) {
    height: auto !important;
  }

  .sidebar-drawer.with-drawer {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    box-shadow: none;
  }

  .with-drawer .sidebar-drawer-header {
    display: none;
  }

  .with-drawer .sidebar-drawer-content {
    height: auto;
    padding: 0;
    overflow-y: visible;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .wp-block-latest-posts.is-grid {
    margin-right: -15px;
    margin-left: -15px;
  }

  .wp-block-latest-posts.is-grid > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wp-block-latest-posts.is-grid.columns-3 > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wp-block-latest-posts.is-grid.columns-4 > li {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wp-block-latest-posts.is-grid.columns-5 > li {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wp-block-latest-posts.is-grid.columns-6 > li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .theme-grid > .wp-block-gutenbee-container-inner {
    width: 910px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 940px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .entry-item-media .entry-thumb {
    max-width: 250px;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .wp-block-latest-posts.is-grid {
    margin-right: -15px;
    margin-left: -15px;
  }

  .wp-block-latest-posts.is-grid > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .theme-grid > .wp-block-gutenbee-container-inner {
    width: 1340px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1370px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .navigation-main > li > a {
    margin: 0 9px;
  }

  .content-narrow {
    max-width: 100%;
  }

  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .header-sticky-wrapper {
    height: auto !important;
  }

  .header-sticky-mobile-disabled .header-sticky-wrapper {
    height: auto !important;
  }

  .header-sticky-mobile-disabled .head-stuck .head-mast {
    position: static !important;
    width: auto !important;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .head-mast-inner-wrap {
    padding: 18px 0;
  }

  #mobilemenu {
    display: block;
  }

  .mobile-nav-trigger {
    display: inline-block;
  }

  .nav {
    display: none;
  }

  .site-branding {
    max-width: 45%;
    width: auto;
    text-align: left;
  }

  .head-menu-slot {
    width: auto;
    order: 10;
    justify-content: flex-end;
    flex: none;
  }

  .head-menu-slot:first-of-type {
    display: none;
  }

  .head-mast-inner {
    flex-wrap: wrap;
  }

  .head-content-slot-end {
    width: auto !important;
    margin-left: auto;
  }

  .head-content-slot-end .head-content-slot-item {
    margin: 0 5px;
  }

  .page-hero {
    height: 340px;
    padding: 70px 0;
  }

  .page-hero-lg {
    height: 100vh;
  }

  .page-hero-align-top {
    align-items: flex-end;
  }

  .page-hero-title {
    font-size: 36px;
  }

  .page-hero-lg .page-hero-title {
    font-size: 48px;
  }

  .page-hero-slideshow {
    height: 100vh;
  }

  .page-hero-image-slideshow {
    height: auto;
  }

  .main {
    padding: 70px 0;
  }

  .sidebar {
    margin-top: 80px;
  }

  .widget-section {
    margin-bottom: 70px;
  }

  .widget-section + .no-title-subtitle {
    margin-top: -70px;
  }

  .section-heading {
    text-align: center;
  }

  .related > h2,
  .upsells > h2,
  .section-title {
    font-size: 32px;
    text-align: center;
  }

  .related > h2::before,
  .upsells > h2::before,
  .section-title::before {
    margin-left: auto;
    margin-right: auto;
  }

  .entry-item {
    margin: 0 0 70px;
  }

  .entry-title {
    font-size: 40px;
  }

  .entry-author-thumbnail {
    margin-right: 15px;
  }

  .entry-section {
    padding-top: 70px;
    margin-top: 70px;
  }

  .footer-widgets {
    padding: 70px 0 20px;
  }

  .comment-list {
    margin: 0 0 70px;
  }

  .sidebar:not(.sidebar-drawer) {
    padding: 0;
    margin-top: 60px;
  }

  .sidebar-drawer-visible {
    margin: 0;
  }

  .widget {
    margin-bottom: 50px;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-9 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wp-block-columns[class*="wp-container-"] > .wp-block-column {
    margin-bottom: 0;
  }

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

  .widget-section .instagram-pics {
    margin: 0;
  }

  .widget-section .instagram-pics li {
    padding: 0;
    margin: 0;
  }

  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .admin-bar .global-search-form-expanded {
    transform: translateY(46px);
  }
}

@media (max-width: 767px) {
  th {
    font-size: 12px;
  }

  .head-content-slot [class^="fa"] {
    font-size: 16px;
  }

  .head-intro .head-content-slot {
    justify-content: center;
    margin: 3px 0;
  }

  .head-content-slot-end {
    text-align: center;
  }

  .page-hero {
    height: auto;
    padding: 50px 0;
  }

  .page-hero .btn {
    margin-top: 20px;
  }

  .page-hero-lg {
    height: 100vh;
    align-items: flex-end;
  }

  .page-hero-lg .page-hero-content-pad {
    padding-bottom: 30px;
  }

  .page-hero-title {
    font-size: 32px;
  }

  .page-hero-lg .page-hero-title {
    font-size: 48px;
  }

  .page-hero-subtitle {
    font-size: 18px;
  }

  .page-hero-slideshow {
    height: 100vh;
  }

  .page-hero-image-slideshow {
    height: auto;
  }

  .page-hero-slideshow-actions {
    justify-content: center;
  }

  .page-hero-slideshow-arrows {
    display: none;
  }

  .main {
    padding: 50px 0;
  }

  .page-title {
    font-size: 26px;
  }

  .widget-section {
    margin-bottom: 50px;
  }

  .widget-section + .no-title-subtitle {
    margin-top: -50px;
  }

  .entry-item {
    margin: 0 0 45px;
  }

  .entry-meta {
    font-size: 11px;
  }

  .entry-content > * {
    margin-bottom: 40px;
  }

  .entry-content .alignleft,
  .entry-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-section {
    padding-top: 45px;
    margin-top: 45px;
  }

  .entry-section-title {
    font-size: 22px;
  }

  .navigation,
  .woocommerce-pagination {
    margin-top: 30px;
  }

  .navigation a,
  .navigation .page-numbers,
  .woocommerce-pagination a,
  .woocommerce-pagination .page-numbers {
    padding: 5px 14px;
    font-size: 12px;
    margin-right: 3px;
  }

  .page-links .page-number {
    padding: 5px 14px;
    font-size: 12px;
    margin-right: 3px;
  }

  .footer-content-slot {
    justify-content: center;
    margin: 3px 0;
  }

  .footer-content-slot-end {
    text-align: center;
  }

  .footer-widgets {
    padding: 50px 0 10px;
  }

  .comment-list {
    margin: 0 0 45px;
  }

  .comment-list .children {
    margin: 0;
    padding: 0;
  }

  .comment-reply-link {
    margin: 0;
  }

  .sidebar-drawer-content {
    padding: 20px;
  }

  .sidebar-drawer-visible {
    width: 100%;
  }

  .widget {
    margin-bottom: 40px;
  }

  .gallery-columns-1 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-5 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-9 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wp-block-spacer {
    margin: 0;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 30px;
  }

  .wp-block-latest-posts.is-grid > li {
    margin-bottom: 35px;
  }

  .widget-section .instagram-pics li {
    width: 50%;
  }

  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 575px) {
  input,
  textarea,
  select {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .comment-author .avatar {
    display: none;
  }

  .theme-grid > .wp-block-gutenbee-container-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-height: 768px) {
  .widget {
    margin-bottom: 30px;
  }

  .widget-title {
    margin-bottom: 15px;
  }
}