/**
 * --------------------------------------------------------------
 * >>> TABLE OF CONTENTS:
 * ----------------------------------------------------------------
 * # Generic
 * 	- Normalize
 * 	- Box sizing
 * # Base
 * 	- Typography
 * 	- Elements
 * 	- Links
 * 	- Forms
 * ## Layouts
 * # Components
 * 	- Navigation
 * 	- Posts and pages
 * 	- Comments
 * 	- Widgets
 * 	- Media
 * 	- Captions
 * 	- Galleries
 * # plugins
 * 	- Jetpack infinite scroll
 * # Utilities
 * 	- Accessibility
 * 	- Alignments
 * 
 * --------------------------------------------------------------
 *
 * @format
 */
/** @format */
/* Colors variables */
/* Generate Colors classes */
.has-vivid-cerise-color {
  color: #e41a80;
}

.has-vivid-cerise-background-color {
  background-color: #e41a80;
}

.has-vivid-cerise-border-color {
  border-color: #e41a80;
}

.has-whero-red-color {
  color: #e12228;
}

.has-whero-red-background-color {
  background-color: #e12228;
}

.has-whero-red-border-color {
  border-color: #e12228;
}

.has-lush-honeycomb-color {
  color: #f9a61a;
}

.has-lush-honeycomb-background-color {
  background-color: #f9a61a;
}

.has-lush-honeycomb-border-color {
  border-color: #f9a61a;
}

.has-spade-black-color {
  color: #414042;
}

.has-spade-black-background-color {
  background-color: #414042;
}

.has-spade-black-border-color {
  border-color: #414042;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-border-color {
  border-color: #ffffff;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-black-border-color {
  border-color: #000000;
}

.has-grey-color {
  color: #f8f8f8;
}

.has-grey-background-color {
  background-color: #f8f8f8;
}

.has-grey-border-color {
  border-color: #f8f8f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/** @format */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: agenda, sans-serif !important;
  font-size: 18px;
  line-height: 1.5;
}

/** @format */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

/** @format */
/* Colors variables */
/* Generate Colors classes */
.has-vivid-cerise-color {
  color: #e41a80;
}

.has-vivid-cerise-background-color {
  background-color: #e41a80;
}

.has-vivid-cerise-border-color {
  border-color: #e41a80;
}

.has-whero-red-color {
  color: #e12228;
}

.has-whero-red-background-color {
  background-color: #e12228;
}

.has-whero-red-border-color {
  border-color: #e12228;
}

.has-lush-honeycomb-color {
  color: #f9a61a;
}

.has-lush-honeycomb-background-color {
  background-color: #f9a61a;
}

.has-lush-honeycomb-border-color {
  border-color: #f9a61a;
}

.has-spade-black-color {
  color: #414042;
}

.has-spade-black-background-color {
  background-color: #414042;
}

.has-spade-black-border-color {
  border-color: #414042;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-border-color {
  border-color: #ffffff;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-black-border-color {
  border-color: #000000;
}

.has-grey-color {
  color: #f8f8f8;
}

.has-grey-background-color {
  background-color: #f8f8f8;
}

.has-grey-border-color {
  border-color: #f8f8f8;
}

/** @format */
/** @format */
p {
  margin-top: 0 !important;
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #e41a80;
}
a:visited {
  color: rgb(136.4409448819, 15.5590551181, 76.5984251969);
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/** @format */
.posts-container.has-sidebar {
  display: grid;
  grid-template-columns: auto 30%;
  grid-template-areas: "posts-feed posts-feed" "sidebar sidebar" "navigation navigation";
}
.posts-container.has-sidebar .posts-feed {
  grid-area: posts-feed;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}
.posts-container.has-sidebar .widget-area {
  grid-area: sidebar;
}
.posts-container.has-sidebar .navigation {
  grid-area: navigation;
}
@media (min-width: 768px) {
  .posts-container.has-sidebar {
    grid-template-areas: "posts-feed sidebar" "navigation navigation";
  }
}

.posts-container.has-sidebar #secondary {
  width: 100%;
  float: right;
  background: rgb(246, 246, 246);
  margin: 15px 0 45px 0;
}
.posts-container.has-sidebar #secondary .wp-block-latest-posts__post-excerpt {
  color: black;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/** @format */
.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  height: 160px;
  z-index: 100;
  padding: 30px;
}
.site-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, #e12228 0%, rgba(225, 34, 40, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
.site-header .container {
  width: min(100%, 1440px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 10;
}
.site-header .site-branding {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-header .site-branding {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .site-header .site-branding {
    width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .site-branding {
    width: 35%;
  }
}
.site-header .site-branding .custom-logo {
  width: min(100%, 350px);
}
.site-header .main-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .site-header .main-navigation {
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .site-header .main-navigation {
    flex-direction: column;
    align-items: end;
    width: 100%;
  }
}
.site-header .main-navigation .widget_block {
  margin-bottom: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .site-header .main-navigation .widget_block {
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .site-header .main-navigation .widget_block {
    width: 100%;
  }
}
.site-header .main-navigation .widget_block .wp-block-social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  justify-content: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .site-header .main-navigation .widget_block .wp-block-social-links {
    padding-right: 10px;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.site-header .main-navigation .widget_block .wp-block-social-links .wp-social-link a {
  color: white !important;
  text-decoration: none;
}

body.admin-bar .site-header {
  top: 32px;
}

body.single:not(.single-services) .site-header,
body.woocommerce-page:not(.woocommerce-shop) .site-header {
  position: relative;
  background: linear-gradient(to right, #e41a80, #e12228, #f9a61a);
  top: 0;
}

.site-footer {
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, #e41a80, #e12228, #f9a61a);
  padding: 30px 30px 100px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer .site-branding {
  width: auto;
}
@media screen and (min-width: 768px) {
  .site-footer .site-branding {
    width: 35%;
  }
}
.site-footer .site-branding .custom-logo {
  width: min(100%, 350px);
}
.site-footer .container {
  width: min(100%, 1440px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.site-footer .container > .c-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -15px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .site-footer .container > .c-row {
    flex-direction: row;
  }
}
.site-footer .container > .c-row > .c-col {
  padding: 0 15px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .site-footer .container > .c-row > .c-col {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .container > .c-row > .c-col:last-child {
    width: 50%;
  }
}
.site-footer .container .footer-img {
  position: absolute;
  width: auto;
  height: 100%;
  bottom: -100px;
  right: -150px;
  aspect-ratio: 1;
  z-index: -1;
  transform: scale(2);
  transform-origin: bottom right;
  pointer-events: none;
}
.site-footer .wp-block-social-links {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .site-footer .wp-block-social-links {
    justify-content: flex-start;
  }
}
.site-footer .wp-block-social-links .wp-social-link a {
  color: white !important;
}
.site-footer .copyright {
  width: 100%;
  color: #ffffff;
  font-size: 12px;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer .widget_nav_menu {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-footer .widget_nav_menu {
    max-width: 80%;
  }
}
.site-footer .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .widget_nav_menu ul li {
  margin-bottom: 5px;
}
.site-footer .widget_nav_menu ul li a {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .site-footer .widget_nav_menu .menu-footer-services-container ul {
    -moz-columns: 2;
         columns: 2;
    gap: 30px;
  }
}

.ubermenu-main.ubermenu-mobile-modal.ubermenu-mobile-view {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(125deg, #e41a80, #e12228, #f9a61a) !important;
}
.ubermenu-main.ubermenu-mobile-modal.ubermenu-mobile-view .ubermenu-mobile-header img {
  width: min(100%, 350px);
}
.ubermenu-main.ubermenu-mobile-modal.ubermenu-mobile-view .ubermenu-mobile-header .widget_block {
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
.ubermenu-main.ubermenu-mobile-modal.ubermenu-mobile-view .ubermenu-mobile-header .widget_block .wp-block-social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  justify-content: center;
}
.ubermenu-main.ubermenu-mobile-modal.ubermenu-mobile-view .ubermenu-mobile-header .widget_block .wp-block-social-links .wp-social-link a {
  color: white !important;
  text-decoration: none;
}
.ubermenu-main.ubermenu-mobile-modal.ubermenu-mobile-view .ubermenu-mobile-close-button {
  color: rgba(255, 255, 255, 0.462745098);
  font-size: 20px;
}

/* Posts and pages
--------------------------------------------- */
/** @format */
html {
  scroll-behavior: smooth;
}

.ugb-inner-block--center {
  --block-max-width: 1200px;
}

.ugb-inner-block--wide {
  --block-max-width: 1440px;
}

.sticky {
  display: block;
}

.site {
  overflow: hidden;
}

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

.entry-header,
.entry-footer,
.page-content,
.entry-content,
.entry-summary {
  width: min(100%, 1200px);
  margin-inline: auto;
}

.page-content > div[class^=wp-block-]:first-child:not(.wp-block-group),
.page-content > .wp-block-group > div[class^=wp-block-]:first-child,
.entry-content > div[class^=wp-block-]:first-child:not(.wp-block-group),
.entry-content > .wp-block-group > div[class^=wp-block-]:first-child,
.entry-summary > div[class^=wp-block-]:first-child:not(.wp-block-group),
.entry-summary > .wp-block-group > div[class^=wp-block-]:first-child {
  padding-top: 160px !important;
}
.page-content ul[data-block-type=core],
.page-content ol[data-block-type=core],
.entry-content ul[data-block-type=core],
.entry-content ol[data-block-type=core],
.entry-summary ul[data-block-type=core],
.entry-summary ol[data-block-type=core] {
  margin-left: 0;
  padding-left: 20px;
}
.page-content ul[data-block-type=core] li::marker,
.page-content ol[data-block-type=core] li::marker,
.entry-content ul[data-block-type=core] li::marker,
.entry-content ol[data-block-type=core] li::marker,
.entry-summary ul[data-block-type=core] li::marker,
.entry-summary ol[data-block-type=core] li::marker {
  color: #e41a80 !important;
}

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

.alignwide {
  margin-left: calc((100% - 1440px) / 2);
  margin-right: calc((100% - 1440px) / 2);
  width: auto;
}
@media screen and (max-width: 1440px) {
  .alignwide {
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.posts-container {
  width: min(100%, 1200px);
  margin-inline: auto;
  margin-bottom: 100px;
}
.posts-container .navigation {
  padding: 20px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
  width: min(100%, 1200px);
  margin-inline: auto;
}
.posts-container .navigation a {
  color: #e41a80;
  text-decoration: none;
}
.posts-container .navigation .nav-links span,
.posts-container .navigation .nav-links a {
  aspect-ratio: 1;
  padding: 5px;
}
.posts-container .posts-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% - 30px), 1fr));
  gap: 30px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .posts-container .posts-feed {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 30px), 1fr));
  }
}
@media screen and (min-width: 992px) {
  .posts-container .posts-feed {
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 30px), 1fr));
  }
}
@media screen and (min-width: 992px) {
  .posts-container.has-sidebar .posts-feed {
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 30px), 1fr));
  }
}
.posts-container .filter-posts {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 15px;
}
.posts-container .filter-posts select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.posts-container .filter-posts select::-ms-expand {
  display: none;
}
.posts-container .filter-posts .select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #e41a80;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.posts-container .filter-posts .select select, .posts-container .filter-posts .select::after {
  grid-area: select;
}
.posts-container .filter-posts .select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #e41a80;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.post-item article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
.post-item article .post-thumbnail {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: linear-gradient(to bottom, #f2f2f2, #ffffff);
  border: 1px solid #f2f2f2;
}
.post-item article .post-thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 150px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.25s ease-in-out;
  max-width: 200px;
  mix-blend-mode: multiply;
}
.post-item article .entry-header,
.post-item article .entry-content {
  background-color: #ffffff;
  padding: 15px 15px 0 15px;
}
.post-item article .entry-title {
  margin: 0;
  line-height: 1.1;
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #e41a80;
}
.post-item article .entry-title a {
  text-decoration: none;
  color: #e41a80;
}
@media screen and (min-width: 768px) {
  .post-item article .entry-header {
    min-height: 80px;
  }
}
.post-item article .entry-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-item article .entry-content p {
  margin: 0;
}
.post-item article .entry-footer {
  font-weight: 700;
  margin-top: 20px;
}
.post-item article .entry-footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  background: linear-gradient(135deg, #e41a80 0%, #e12228 20%, #e12228 45%, #f9a61a 85%);
}
.post-item article .entry-footer a:hover {
  background: #e41a80;
}
.post-item:hover .post-thumbnail img {
  transform: scale(1.1);
}
.post-item:hover .entry-title {
  color: rgb(182.2204724409, 20.7795275591, 102.2992125984);
}
.post-item:hover .entry-title a {
  color: rgb(182.2204724409, 20.7795275591, 102.2992125984);
}

.stk-block-posts.podcasts-feed .stk-block-posts__title a {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
}
.stk-block-posts.podcasts-feed .stk-block-posts__readmore {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(135deg, #e41a80 0%, #e12228 20%, #e12228 45%, #f9a61a 85%);
}
.stk-block-posts.podcasts-feed .stk-block-posts__readmore:hover {
  background: #e41a80;
}

.single .single-header {
  margin-inline: auto;
  padding: 30px 0;
  background: linear-gradient(to right, #e41a80, #e12228, #f9a61a);
  padding-top: 160px;
  color: white;
}
.single .single-header .single-title {
  width: min(100%, 1200px);
  margin-inline: auto;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 42px;
}
.single .single-container {
  display: flex;
  margin: 50px 0;
  gap: 30px;
  width: min(100%, 1200px);
  margin-inline: auto;
  flex-direction: column;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .single .single-container {
    flex-direction: row;
  }
}
.single .single-container .site-main {
  width: 100%;
}
.single .post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.single .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .single .post-navigation .nav-links {
    flex-direction: row;
  }
}
.single .post-navigation .nav-previous,
.single .post-navigation .nav-next {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single .post-navigation .nav-previous,
  .single .post-navigation .nav-next {
    min-width: 45%;
  }
}
.single .post-navigation .nav-previous a,
.single .post-navigation .nav-next a {
  display: block;
  padding: 10px;
  background-color: #e41a80;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.single .post-navigation .nav-previous a:hover,
.single .post-navigation .nav-next a:hover {
  background-color: rgb(182.2204724409, 20.7795275591, 102.2992125984);
}
.single .post-thumbnail {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single .post-thumbnail {
    text-align: left;
    max-width: 400px;
  }
}

#secondary {
  width: 100%;
  margin: 0;
  padding: 0;
}
#secondary:not(.sidebar-media) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #secondary:not(.sidebar-media) {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  #secondary:not(.sidebar-media) {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  #secondary {
    width: 45%;
  }
}
#secondary .widget {
  padding: 0 20px;
}
#secondary .widget_block {
  margin-bottom: 30px;
  padding: 0 20px;
  color: #e41a80;
}
#secondary .widget_block h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #e41a80;
}
#secondary .widget_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#secondary .widget_block ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e41a80;
  padding: 10px 0;
}
#secondary .widget_block ul li a {
  color: #e41a80;
  text-decoration: none;
}

.stk-block.custom-header-block,
.archive-header.custom-header-block {
  color: white;
}
.stk-block.custom-header-block.stk-block-background,
.archive-header.custom-header-block.stk-block-background {
  display: none;
  background-size: cover !important;
}
@media screen and (min-width: 1200px) {
  .stk-block.custom-header-block.stk-block-background,
  .archive-header.custom-header-block.stk-block-background {
    background-size: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .stk-block.custom-header-block.stk-block-background,
  .archive-header.custom-header-block.stk-block-background {
    background-size: 75% !important;
  }
}
.stk-block.custom-header-block:before,
.archive-header.custom-header-block:before {
  opacity: 1 !important;
  mix-blend-mode: hard-light !important;
  background: linear-gradient(45deg, #e41a80, #e12228, #f9a61a);
  transform: scale(1.1);
}
.stk-block.custom-header-block:after,
.archive-header.custom-header-block:after {
  content: "" !important;
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(153, 153, 153) 25%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 992px) {
  .stk-block.custom-header-block:after,
  .archive-header.custom-header-block:after {
    display: inline-block !important;
    background: linear-gradient(90deg, rgb(153, 153, 153) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 1200px) {
  .stk-block.custom-header-block:after,
  .archive-header.custom-header-block:after {
    background: linear-gradient(90deg, rgb(153, 153, 153) 35%, rgba(255, 255, 255, 0) 100%) !important;
  }
}

.home .stk-block.custom-header-block {
  color: white;
}
.home .stk-block.custom-header-block.stk-block-background {
  display: none;
  background-size: cover !important;
}
@media screen and (min-width: 1200px) {
  .home .stk-block.custom-header-block.stk-block-background {
    background-size: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .home .stk-block.custom-header-block.stk-block-background {
    background-size: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .home .stk-block.custom-header-block:after {
    background: linear-gradient(90deg, rgb(153, 153, 153) 35%, rgba(255, 255, 255, 0) 100%) !important;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.wp-block-embed__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-tribe_events .tribe-events-single-event-title {
  margin-bottom: 30px;
  font-size: 40px !important;
  line-height: 1.1 !important;
}
@media screen and (min-width: 992px) {
  .single-tribe_events .tribe-events-single-event-title {
    max-width: 80% !important;
  }
}
.single-tribe_events .tribe-block__event-price {
  flex-direction: column;
}
.single-tribe_events .tribe-block__event-price .tribe-block__event-price__cost {
  font-size: 78px;
  color: #e41a80;
}
.single-tribe_events .tribe-block__event-price .tribe-block__event-price__description {
  font-size: 22px;
  color: black;
  text-align: center;
}
.single-tribe_events .tribe-common {
  width: 100% !important;
}
.single-tribe_events .tribe-common .tribe-events-c-subscribe-dropdown__container {
  width: 100% !important;
}
.single-tribe_events .tribe-common .tribe-events-c-subscribe-dropdown {
  width: 100% !important;
  margin-top: 0 !important;
}
.single-tribe_events .tribe-common .tribe-events-c-subscribe-dropdown__button {
  width: 100% !important;
}
.single-tribe_events .tribe-events-section-category {
  display: flex;
}
.single-tribe_events .tribe-events-section-category .tribe-events-event-categories-label {
  color: #e41a80;
}
.single-tribe_events .tribe-events-section-category .tribe-events-event-categories a {
  color: #e41a80;
}
.single-tribe_events .tribe-events-schedule {
  background-color: #e41a80 !important;
  padding: 10px 20px !important;
  border-radius: 20px;
  color: white !important;
}
.single-tribe_events .tribe-events-schedule span {
  color: white !important;
}
.single-tribe_events .tribe-events-sub-nav a,
.single-tribe_events .tribe-events-back a {
  color: black !important;
}

.tribe-events-l-container {
  padding-top: 0 !important;
}

.tribe-events-calendar-list__event-title {
  font-family: agenda, sans-serif !important;
}
.tribe-events-calendar-list__event-title a {
  color: #e41a80 !important;
}

.tribe-events-calendar-list__event-date-tag-daynum {
  color: #e41a80 !important;
}

.tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-date-tag {
  color: #e41a80 !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper {
  position: relative;
  overflow: hidden;
}
.tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  max-height: 200px;
}

.tribe-events-c-small-cta {
  display: none;
}

.gform_button {
  font-weight: 700 !important;
  font-size: 18px !important;
}

.no-results.not-found {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.archive-header {
  min-height: 400px;
  background-color: #f1f1f1;
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  overflow: hidden;
  padding-bottom: 100px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 160px;
  position: relative;
  text-align: start;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  margin-bottom: 50px;
}
.archive-header .container {
  position: relative;
  z-index: 5;
  width: min(100%, 1152px);
  margin-inline: auto;
}
.archive-header:before {
  bottom: 0;
  content: "" !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.archive-header .archive-title {
  font-size: 52px;
  font-weight: 700;
}
.archive-header .archive-description {
  font-size: 22px !important;
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

body.single-recorded-event .entry-content,
body.woocommerce-page .entry-content {
  min-height: 500px;
}
body.single-recorded-event .entry-content > div[class^=wp-block-]:first-child:not(.wp-block-group),
body.woocommerce-page .entry-content > div[class^=wp-block-]:first-child:not(.wp-block-group) {
  padding-top: 0 !important;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
/** @format */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.catposts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: normal;
  justify-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .catposts-grid {
    grid-template-columns: repeat(3, 1fr);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .catposts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
}
.catposts-grid .catposts-grid-item {
  position: relative;
  max-width: 250px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .catposts-grid .catposts-grid-item {
    aspect-ratio: 1;
    height: auto;
  }
}
.catposts-grid .catposts-grid-item .catposts-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.catposts-grid .catposts-grid-item .catposts-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 100%;
  max-width: 250px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .catposts-grid .catposts-grid-item .catposts-image {
    max-width: 250px;
  }
}
.catposts-grid .catposts-grid-item .catposts-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  filter: grayscale(100%);
}
.catposts-grid .catposts-grid-item .catposts-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(135deg, #c51860 10%, #e22529 40%, #b15610 90%) !important;
  transform: scale(1.1);
  mix-blend-mode: hard-light;
  z-index: 3;
  opacity: 100%;
}
.catposts-grid .catposts-grid-item .catposts-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(117, 117, 117) 25%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  opacity: 50%;
}
@media (min-width: 992px) {
  .catposts-grid .catposts-grid-item {
    overflow: hidden;
    border-radius: 100%;
  }
  .catposts-grid .catposts-grid-item:hover .catposts-title {
    bottom: -100%;
    opacity: 0;
  }
  .catposts-grid .catposts-grid-item:hover .catposts-excerpt {
    transform: translateY(0);
  }
}
.catposts-grid .catposts-grid-item .catposts-title,
.catposts-grid .catposts-grid-item .catposts-excerpt {
  width: 100%;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .catposts-grid .catposts-grid-item .catposts-title,
  .catposts-grid .catposts-grid-item .catposts-excerpt {
    padding: 15%;
    color: white;
    position: absolute;
    left: 0;
    z-index: 3;
  }
}
.catposts-grid .catposts-grid-item .catposts-title {
  bottom: 0%;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  display: none;
  z-index: 3;
  height: 100%;
}
@media (min-width: 992px) {
  .catposts-grid .catposts-grid-item .catposts-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.catposts-grid .catposts-grid-item .catposts-excerpt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .catposts-grid .catposts-grid-item .catposts-excerpt {
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    height: 100%;
    background-color: #ffffff;
    padding: 10% 12%;
    border: 2px solid #e41a80;
    border-radius: 100%;
  }
}
.catposts-grid .catposts-grid-item .catposts-excerpt .cp-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .catposts-grid .catposts-grid-item .catposts-excerpt .cp-title {
    display: none;
  }
}
.catposts-grid .catposts-grid-item .catposts-excerpt .cp-excerpt {
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
.catposts-grid .catposts-grid-item .catposts-excerpt .cp-link {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  transition: color 0.3s ease;
  background: #e41a80;
  border-radius: 20px;
  padding: 10px 20px;
}
.catposts-grid .catposts-grid-item .catposts-excerpt .cp-link:hover {
  background: rgb(182.2204724409, 20.7795275591, 102.2992125984);
}
@media (min-width: 992px) {
  .catposts-grid .catposts-grid-item .catposts-excerpt .cp-link {
    color: white;
    background: #e41a80;
  }
  .catposts-grid .catposts-grid-item .catposts-excerpt .cp-link:hover {
    background: rgb(229.5, 229.5, 229.5);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* WooCommerce
--------------------------------------------- */
/* Checkout
--------------------------------------------- */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/* Account
--------------------------------------------- */
.woocommerce-MyAccount-navigation {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s, colour 0.2s;
}
.woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation a:focus {
  background: #e0e0e0;
  colour: #0071a1;
}

.woocommerce-MyAccount-navigation .is-active a {
  background: #e41a80;
  color: #fff;
}

.woocommerce-EditAccountForm fieldset {
  margin-bottom: 50px;
}

.woocommerce-MyAccount-content {
  padding: 2rem 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-Button {
  font-weight: 400 !important;
}

/* Components
--------------------------------------------- */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #e41a80;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #e41a80;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #e41a80;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #e41a80;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #008000;
}
.woocommerce-password-strength.short {
  color: #ff0000;
}
.woocommerce-password-strength.bad {
  color: #ff0000;
}
.woocommerce-password-strength.good {
  color: #0000ff;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #008000;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #ff0000;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #008000;
  clear: both;
  color: white;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before {
  color: white;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #e41a80;
  border-top-color: #e41a80;
  color: white;
}
.woocommerce-info:before,
.woocommerce-noreviews:before,
p.no-comments:before {
  color: white;
}

.woocommerce-error {
  background-color: #ff0000;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #0000ff;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.wc-block-cart__submit-button,
.wp-block-woocommerce-mini-cart-checkout-button-block,
.wc-block-components-checkout-place-order-button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button {
  background-color: #e41a80 !important;
  color: white !important;
  border-radius: 0px !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

/* Products
--------------------------------------------- */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
ul.products li.product .button {
  display: block;
  background-color: #e41a80;
  color: white;
  font-weight: 700 !important;
  padding: 12px 16px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0px !important;
  border: none;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  background: linear-gradient(135deg, #e41a80 0%, #e12228 20%, #e12228 45%, #f9a61a 85%);
}
ul.products li.product .button:hover {
  background: #e41a80;
}
ul.products li.product .price {
  font-weight: 400;
  color: #414042 !important;
  font-size: 1em !important;
}
ul.products li.product .price strong {
  display: inline-block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
.woocommerce-ordering select {
  padding: 10px 20px;
}

/* Single Product
--------------------------------------------- */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
  border: 1px solid #414042;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product div.product .product_title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #000000;
}
.single-product div.product .price {
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  color: #e41a80 !important;
  margin-bottom: 1em !important;
}
.single-product div.product .woocommerce-product-details__short-description ul,
.single-product div.product .woocommerce-Tabs-panel ul {
  list-style: disc;
  margin-left: 0;
}
.single-product div.product .product_meta {
  font-size: 0.95rem;
  color: #414042;
  margin-top: 1.5em;
}
.single-product div.product .single_add_to_cart_button {
  background-color: #e41a80 !important;
  color: #fff;
  border: none;
  padding: 0.9em 2em;
  font-size: 1.1rem;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: 700 !important;
  width: 100%;
}
.single-product div.product .single_add_to_cart_button:hover, .single-product div.product .single_add_to_cart_button:focus {
  background-color: rgb(182.2204724409, 20.7795275591, 102.2992125984) !important;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #008000;
}
.stock.out-of-stock {
  color: #ff0000;
}

.woocommerce-tabs {
  margin-top: 2em;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  border-bottom: 2px solid #414042;
  margin-bottom: 1em;
}
.woocommerce-tabs ul.tabs li {
  margin-right: 2em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  cursor: pointer;
}
.woocommerce-tabs ul.tabs li.active {
  border-color: #e41a80;
  color: #e41a80;
}
.woocommerce-tabs .panel {
  padding: 1.5em 0;
  font-size: 1rem;
  color: #414042;
}

.related.products {
  margin-top: 3em;
}
.related.products h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.related.products ul.products li.product {
  flex: 1 1 22%;
  background: #fff;
  border: 1px solid #414042;
  border-radius: 4px;
  padding: 1em;
  transition: box-shadow 0.2s;
}
.related.products ul.products li.product:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.variations .td,
.variations th {
  vertical-align: middle !important;
}
.variations select {
  padding: 10px;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: stretch;
}
.woocommerce-variation-add-to-cart .quantity .qty {
  height: 100%;
}

.product_meta .sku_wrapper {
  display: none;
}

/* Tables
--------------------------------------------- */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/* Widgets
--------------------------------------------- */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #e41a80;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #e41a80;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

body.woocommerce:not(.single-product, .woocommerce-shop) .site-main {
  padding: 2rem 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*# sourceMappingURL=theme.css.map */