/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./sass/style.scss ***!
  \********************************************************************************************************************************************************************************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Tables
	## Social Profile
	## Listing Gallery
	## Price Range
	## Button
	## Accordion
# Forms
# Navigation
	## Links
	## Menus
	## Top Bar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Site Title
	## Listing Single Page
	## Listing Grid
	## User Profile
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header
# Main layout
# Footer
--------------------------------------------------------------*/
@keyframes pulse {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

@keyframes fill {
  0% {
    opacity: 0;
    width: 30%; }
  50% {
    opacity: 1;
    width: 100%; } }

@keyframes fillOut {
  0% {
    opacity: 1;
    width: 100%; }
  50% {
    opacity: 0;
    width: 30%; } }

@keyframes spin {
  0% {
    transform: scale(0) rotate(-90deg); }
  50% {
    transform: scale(1) rotate(0deg); } }

@keyframes spinOut {
  0% {
    transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(0) rotate(-90deg); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.widget .calendar_wrap {
  border: 1px solid var(--colorBorder, #dbdbdb);
  border-radius: 6px; }
  .widget .calendar_wrap table {
    border: 0;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0;
    table-layout: fixed;
    border-collapse: collapse; }
    .widget .calendar_wrap table > caption {
      font-weight: 500;
      padding: 12px 20px; }
    .widget .calendar_wrap table thead {
      background-color: #f3f5f9; }
    .widget .calendar_wrap table th:first-of-type {
      border-top-left-radius: 0; }
    .widget .calendar_wrap table th:last-of-type {
      border-top-right-radius: 0; }
    .widget .calendar_wrap table th,
    .widget .calendar_wrap table td {
      padding: 10px 20px; }
    .widget .calendar_wrap table tbody th,
    .widget .calendar_wrap table tbody td {
      border-bottom: 0; }
    .widget .calendar_wrap table tbody #today {
      color: var(--color-main-text);
      font-weight: 600; }
    .widget .calendar_wrap table tbody a {
      color: var(--color-brand);
      font-weight: 600;
      text-decoration: underline; }
  .widget .calendar_wrap .wp-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px 16px;
    font-size: calc(var(--body-font-size) - 2px); }
    @media (min-width: 768px) {
      .widget .calendar_wrap .wp-calendar-nav {
        font-size: calc(var(--body-font-size) - 1px); } }

.widget.widget_tag_cloud .tag-cloud-link, .widget.widget_product_tag_cloud .tag-cloud-link {
  display: inline-block;
  font-size: calc(var(--body-font-size) - 1px) !important;
  text-transform: capitalize;
  padding: 6px 12px;
  margin-right: 2px;
  margin-bottom: 6px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  transition: background-color 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .widget.widget_tag_cloud .tag-cloud-link, .widget.widget_product_tag_cloud .tag-cloud-link {
      font-size: var(--body-font-size) !important; } }
  .widget.widget_tag_cloud .tag-cloud-link:hover, .widget.widget_product_tag_cloud .tag-cloud-link:hover, .widget.widget_tag_cloud .tag-cloud-link:focus, .widget.widget_product_tag_cloud .tag-cloud-link:focus {
    color: var(--colorPrimary, #d10068);
    background-color: #f3f5f9; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* 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;
  text-decoration: none; }

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

.hidden-text {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
  font-size: var(--bodyFontSize, 16px);
  line-height: var(--bodyLineHeight, 1.625); }
  @media (max-width: 990px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: calc(var(--bodyFontSize, 16px) - 1px); } }

input,
textarea {
  -webkit-appearance: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1em 0;
  color: var(--colorHeading, #212121);
  word-break: break-word; }

h1 {
  font-family: var(--h1FontFamily, Lora, serif);
  font-size: var(--h1FontSize, 38px);
  font-weight: var(--h1FontWeight, 500);
  font-style: var(--h1FontStyle, normal);
  line-height: var(--h1LineHeight, 1.625); }
  @media (max-width: 1280px) {
    h1 {
      font-size: calc(var(--h1FontSize, 38px) - 2px); } }
  @media (max-width: 1024px) {
    h1 {
      font-size: calc(var(--h1FontSize, 38px) - 3px); } }
  @media (max-width: 990px) {
    h1 {
      font-size: calc(var(--h1FontSize, 38px) - 4px); } }

h2 {
  font-family: var(--h2FontFamily, Lora, serif);
  font-size: var(--h2FontSize, 25px);
  font-weight: var(--h2FontWeight, 600);
  font-style: var(--h2FontStyle, normal);
  line-height: var(--h2LineHeight, 1.625); }
  @media (max-width: 1280px) {
    h2 {
      font-size: calc(var(--h2FontSize, 25px) - 1px); } }
  @media (max-width: 1024px) {
    h2 {
      font-size: calc(var(--h2FontSize, 25px) - 2px); } }
  @media (max-width: 990px) {
    h2 {
      font-size: calc(var(--h2FontSize, 25px) - 3px); } }

h3 {
  font-family: var(--h3FontFamily, Lora, serif);
  font-size: var(--h3FontSize, 21px);
  font-weight: var(--h3FontWeight, 600);
  font-style: var(--h3FontStyle, normal);
  line-height: var(--h3LineHeight, 1.625); }
  @media (max-width: 1280px) {
    h3 {
      font-size: calc(var(--h3FontSize, 21px) - 1px); } }
  @media (max-width: 1024px) {
    h3 {
      font-size: calc(var(--h3FontSize, 21px) - 2px); } }
  @media (max-width: 990px) {
    h3 {
      font-size: calc(var(--h3FontSize, 21px) - 3px); } }

h4 {
  font-family: var(--h4FontFamily, Lora, serif);
  font-size: var(--h4FontSize, 18px);
  font-weight: var(--h4FontWeight, 600);
  font-style: var(--h4FontStyle, normal);
  line-height: var(--h4LineHeight, 1.625); }
  @media (max-width: 1280px) {
    h4 {
      font-size: calc(var(--h4FontSize, 18px) - 2px); } }

h5 {
  font-family: var(--h5FontFamily, Lora, serif);
  font-size: var(--h5FontSize, 16px);
  font-weight: var(--h5FontWeight, 600);
  font-style: var(--h5FontStyle, normal);
  line-height: var(--h5LineHeight, 1.625); }
  @media (max-width: 1280px) {
    h5 {
      font-size: calc(var(--h5FontSize, 16px) - 1px); } }

h6 {
  font-family: var(--h6FontFamily, Lora, serif);
  font-size: var(--h6FontSize, 14px);
  font-weight: var(--h6FontWeight, 600);
  font-style: var(--h6FontStyle, normal);
  line-height: var(--h6LineHeight, 1.625); }

p {
  word-break: break-word;
  line-height: 1.625;
  margin-bottom: 1.25em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  border-radius: 3px;
  background-color: var(--colorBackgroundLight, #f3f3f3);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14.0625px;
  font-size: 0.9375rem;
  line-height: 1.625;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-size: 14.0625px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted var(--colorBorder, #dbdbdb);
  cursor: help; }

mark,
ins {
  text-decoration: none;
  color: var(--colorHeading, #212121);
  border: 1px solid rgba(177, 193, 45, 0.53);
  padding: 1px 5px; }

big {
  font-size: 125%; }

a {
  transition: color 0.2s ease-out; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  margin: 0;
  color: var(--colorSecondaryFont, #484848);
  background: var(--colorBackground, #ffffff);
  font-weight: var(--bodyFontWeight, 400);
  font-style: var(--bodyFontStyle, "regular");
  -webkit-tap-highlight-color: transparent;
  /* Fallback for when there is no custom background color defined. */ }

body[data-color-mode="dark"] .elementor-widget-container {
  color: var(--colorSecondaryFont, #484848) !important; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
# style for fitvid
--------------------------------------------------------------*/
.fluid-width-video-wrapper {
  border-radius: 3px;
  overflow: hidden; }

/*--------------------------------------------------------------
# style for sound cloud iframe
--------------------------------------------------------------*/
iframe[src*="https://w.soundcloud.com"] {
  width: 100%;
  height: auto; }

/*--------------------------------------------------------------
# style for select
--------------------------------------------------------------*/
select {
  max-width: 100%;
  height: 48px;
  border-radius: 3px;
  text-indent: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: var(--colorBackground, #ffffff);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMjI1LjkyMywzNTQuNzA2Yy04LjA5OCwwLTE2LjE5NS0zLjA5Mi0yMi4zNjktOS4yNjNMOS4yNywxNTEuMTU3Yy0xMi4zNTktMTIuMzU5LTEyLjM1OS0zMi4zOTcsMC00NC43NTEgICBjMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwICAgYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM0ODQ4NDgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: calc(100% - 10px) center;
  transition: border-color 0.2s ease; }
  select:focus {
    outline: none; }
  select:hover {
    border-color: var(--colorSecondaryFont, #484848); }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul:not(.wp-block-gallery),
ol {
  margin: 25px auto;
  list-style-position: outside; }
  @media only screen and (max-width: 480px) {
    ul:not(.wp-block-gallery),
    ol {
      margin: 20px 0; } }

li {
  margin: 23px 0; }
  @media only screen and (max-width: 1360px) {
    li {
      margin: 20px 0; } }
  @media only screen and (max-width: 480px) {
    li {
      margin: 15px 0; } }

ul {
  list-style: disc; }
  @media only screen and (max-width: 1360px) {
    ul {
      padding-left: 30px; } }
  @media only screen and (max-width: 480px) {
    ul {
      padding-left: 20px; } }

ol {
  list-style: decimal; }
  @media only screen and (max-width: 1360px) {
    ol {
      padding-left: 30px; } }
  @media only screen and (max-width: 480px) {
    ol {
      padding-left: 20px; } }

dt {
  font-weight: bold;
  margin-bottom: 10px; }

dd {
  margin: 0 0 23px; }
  @media only screen and (max-width: 1360px) {
    dd {
      margin: 0 0 20px; } }
  @media only screen and (max-width: 480px) {
    dd {
      margin: 0 0 15px; } }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
## Fallback header
--------------------------------------------------------------*/
.fallback-header {
  margin-bottom: 40px; }
  .fallback-header .entry-title {
    margin: 0;
    font-size: var(--h1FontSize, 38px);
    font-weight: 600; }
    @media (max-width: 1280px) {
      .fallback-header .entry-title {
        font-size: calc(var(--h1FontSize, 38px) - 4px); } }
    @media (max-width: 990px) {
      .fallback-header .entry-title {
        font-size: calc(var(--h1FontSize, 38px) - 6px); } }
    @media (max-width: 575px) {
      .fallback-header .entry-title {
        font-size: calc(var(--h1FontSize, 38px) - 10px); } }

/*--------------------------------------------------------------
## Archive page header
--------------------------------------------------------------*/
.archive-page-header {
  position: relative;
  margin-bottom: 40px; }
  .archive-page-header::after {
    display: block;
    content: '';
    width: 90px;
    height: 1px;
    background-color: var(--colorButton, #292929); }
  .archive-page-header .entry-title {
    margin: 0;
    color: var(--colorPrimary, #d10068);
    font-size: calc(var(--h1FontSize, 38px) - 6px);
    text-transform: capitalize;
    font-weight: 600;
    margin-top: -10px; }
    @media (max-width: 990px) {
      .archive-page-header .entry-title {
        font-size: calc(var(--h1FontSize, 38px) - 8px); } }
    @media (max-width: 575px) {
      .archive-page-header .entry-title {
        font-size: calc(var(--h1FontSize, 38px) - 10px); } }
  .archive-page-header p {
    margin: 6px 0 20px; }
    @media (max-width: 575px) {
      .archive-page-header p {
        margin: 2px 0 10px; } }

/*--------------------------------------------------------------
## Social profile links
--------------------------------------------------------------*/
.storyhub-social-profiles {
  padding: 0;
  display: flex;
  align-self: center; }
  .storyhub-social-profiles .storyhub-social-profile-item {
    list-style: none; }
    .storyhub-social-profiles .storyhub-social-profile-item a {
      display: flex;
      font-size: 14px;
      color: var(--colorHeading, #212121); }
      .storyhub-social-profiles .storyhub-social-profile-item a:hover, .storyhub-social-profiles .storyhub-social-profile-item a:focus {
        opacity: 1;
        color: var(--colorPrimary, #d10068); }

/*--------------------------------------------------------------
## Color Theme Toggle
--------------------------------------------------------------*/
.storyhub-color-mode-toggle {
  --size: 1rem;
  height: var(--size);
  width: var(--size);
  border: 0;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 30px;
  border-radius: 50%;
  color: var(--colorSecondaryFont, #484848);
  background-color: transparent;
  transition: all 0.5s; }
  @media (max-width: 1440px) {
    .storyhub-color-mode-toggle {
      margin-left: 27px; } }
  @media (max-width: 1024px) {
    .storyhub-color-mode-toggle {
      margin-left: 24px; } }
  @media (max-width: 575px) {
    .storyhub-color-mode-toggle {
      margin-left: 14px; } }
  .storyhub-color-mode-toggle:hover, .storyhub-color-mode-toggle:focus {
    color: var(--colorPrimary, #d10068);
    background-color: transparent; }
  .storyhub-color-mode-toggle.light {
    --ray-size: calc(var(--size) * -0.4);
    --offset-orthogonal: calc(var(--size) * 0.75);
    --offset-diagonal: calc(var(--size) * 0.5);
    transform: scale(0.75);
    box-shadow: inset 0 0 0 var(--size), calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size), var(--offset-orthogonal) 0 0 var(--ray-size), 0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size), 0 var(--offset-orthogonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size), var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size), var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size); }
  .storyhub-color-mode-toggle.dark {
    box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0; }

/*--------------------------------------------------------------
## Feature Image box 
--------------------------------------------------------------*/
.featured-post .post-title h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--colorHeading, #121213);
  line-height: 1.6;
  margin-bottom: 16px; }

.featured-post .post-title a {
  color: var(--colorHeading, #121213);
  display: inline;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
  padding: 0.3% 0px; }
  .featured-post .post-title a:is(:hover, :focus) {
    background-size: 100% 2px; }

.featured-post .posts-category-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -5px;
  justify-content: center;
  padding-bottom: 12px; }

.featured-post .features-category-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px; }

.featured-post .post-cat {
  display: inline-block;
  flex-shrink: 0;
  margin: 0;
  background-color: #e33974; }
  .featured-post .post-cat a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    padding: 2px 10px;
    display: inline-block; }

.featured-post.card-style:hover img {
  transform: scale(1.1); }

.featured-post.card-style .post-image {
  display: block;
  overflow: hidden; }
  @media (min-width: 577px) and (max-width: 767px) {
    .featured-post.card-style .post-image {
      height: 340px; } }
  .featured-post.card-style .post-image img {
    display: block;
    margin: auto;
    transition: all 0.4s;
    width: 100%;
    object-fit: cover; }
    @media (min-width: 1280px) {
      .featured-post.card-style .post-image img {
        height: revert-layer; } }

.featured-post.card-style .post-content {
  align-items: center;
  background-color: var(--colorContentBG, #fff);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: -125px;
  padding: 15px 40px;
  position: relative;
  text-align: center;
  width: calc(100% - 120px);
  z-index: 1; }
  @media (max-width: 1024px) {
    .featured-post.card-style .post-content {
      width: calc(100% - 40px);
      padding: 15px; } }
  @media (max-width: 480px) {
    .featured-post.card-style .post-content {
      padding: 15px;
      width: calc(100% - 20px); } }
  @media (min-width: 577px) and (max-width: 767px) {
    .featured-post.card-style .post-content {
      padding: 25px; } }

.featured-post.banner-style {
  padding-inline: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 768px) {
    .featured-post.banner-style {
      padding: 60px; } }
  .featured-post.banner-style .image-holder {
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.4s;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s; }
  .featured-post.banner-style:hover .image-holder {
    transform: scale(1.1); }
  .featured-post.banner-style .post-content {
    width: 58%; }
    @media (max-width: 1024px) {
      .featured-post.banner-style .post-content {
        width: 75%; } }
    @media (max-width: 767px) {
      .featured-post.banner-style .post-content {
        width: 100%; } }
  .featured-post.banner-style .post-banner-btn {
    font-size: 12px;
    font-weight: 700;
    color: white;
    font-family: Roboto, sans-serif;
    background-color: #ff2e55;
    text-transform: uppercase;
    padding: 12px 25px;
    display: inline-block;
    transition: all 0.25s ease-in-out 0s; }
    .featured-post.banner-style .post-banner-btn:is(:hover, :focus) {
      background-color: white;
      color: #121213;
      text-decoration: none; }

/*--------------------------------------------------------------
## Massonary 
--------------------------------------------------------------*/
.massonary-post-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(var(--columns-width, 1fr), 1fr)); }
  @media (min-width: 451px) {
    .massonary-post-wrapper.columns-2 {
      --columns-width: 450px; }
    .massonary-post-wrapper.columns-3 {
      --columns-width: 300px; } }
  .massonary-post-wrapper.columns-4 {
    --columns-width: 250px; }
  .massonary-post-wrapper .massonary-loop-post {
    position: relative;
    border-radius: 0; }
    .massonary-post-wrapper .massonary-loop-post .post-content-wrapper {
      background-color: var(--colorContentBG, #f7f7f7); }
    .massonary-post-wrapper .massonary-loop-post .feature-image img {
      width: 100%; }
    .massonary-post-wrapper .massonary-loop-post .content {
      width: 100%;
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
      padding: 20px 20px 35px; }
      .massonary-post-wrapper .massonary-loop-post .content h2 {
        font-size: 24px;
        line-height: 1.4;
        font-weight: 400;
        color: var(--colorHeading, #292929);
        margin-bottom: 15px;
        text-align: center;
        margin-bottom: 0; }
      .massonary-post-wrapper .massonary-loop-post .content p {
        font-size: 16px;
        font-weight: 400;
        color: var(--colorHeadingSecondary, #292929);
        line-height: 2;
        margin-bottom: 20px;
        text-align: center; }
      @media (min-width: 1200px) {
        .massonary-post-wrapper .massonary-loop-post .content {
          padding: 20px 60px 35px; }
          .massonary-post-wrapper .massonary-loop-post .content h2 {
            font-size: 35px;
            line-height: 1.65; } }
    .massonary-post-wrapper .massonary-loop-post .read-more a {
      font-size: 14px;
      font-weight: 700;
      color: var(--colorButtonFont, #ffffff);
      background-color: var(--colorButton, #292929);
      text-transform: uppercase;
      padding: 13px 30px;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      border-radius: 0;
      transition: all 0.15s ease-in-out 0s;
      text-decoration: none; }
      .massonary-post-wrapper .massonary-loop-post .read-more a:is(:hover, :focus) {
        background-color: var(--colorButtonHover, #000000);
        color: var(--colorButtonFontHover); }

.story-hub-masonary-load-more {
  text-align: center;
  display: flex;
  justify-content: center; }
  .story-hub-masonary-load-more .storyhub-load-more.loading {
    display: flex;
    align-items: center; }
    .story-hub-masonary-load-more .storyhub-load-more.loading .loader {
      border: 2px solid transparent;
      border-top: 2px solid var(--colorButtonFont, #ffffff);
      border-right: 2px solid var(--colorButtonFont, #ffffff);
      border-bottom: 2px solid var(--colorButtonFont, #ffffff);
      border-radius: 50%;
      width: 15px;
      height: 15px;
      display: inline-block;
      margin-left: 10px;
      animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body[data-color-mode="light"] .massonary-post-wrapper .massonary-loop-post .post-content-wrapper,
body[data-color-mode="light"] .massonary-post-wrapper .massonary-loop-post .content,
body[data-color-mode="light"] .storyhub-zenome-post-grid-card-content {
  background: #f7f7f7; }

body[data-color-mode="dark"] .massonary-post-wrapper .massonary-loop-post .post-content-wrapper,
body[data-color-mode="dark"] .massonary-post-wrapper .massonary-loop-post .content {
  background: #131313; }

/*--------------------------------------------------------------
## Lazy image loading
--------------------------------------------------------------*/
.gs-image-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: none; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }
  .lazyloaded.image-is-broken {
    opacity: 0; }

.broken-image-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2760%27 data-name=%27broken %281%29%27 viewBox=%270 0 469.336 469.335%27%3E%3Cdefs%3E%3ClinearGradient id=%27a%27 x1=%27-4.325%27 x2=%27-4.279%27 y1=%275.391%27 y2=%275.344%27 gradientUnits=%27objectBoundingBox%27%3E%3Cstop offset=%270%27 stop-opacity=%27.102%27/%3E%3Cstop offset=%271%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27b%27 x1=%27-.147%27 x2=%27-.093%27 y1=%271.317%27 y2=%271.292%27 gradientUnits=%27objectBoundingBox%27%3E%3Cstop offset=%270%27 stop-color=%27%23fff%27 stop-opacity=%27.2%27/%3E%3Cstop offset=%271%27 stop-color=%27%23fff%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill=%27%23303c42%27 d=%27M469.333 238.219V117.333a10.66 10.66 0 0 0-3.125-7.542L359.542 3.125A10.659 10.659 0 0 0 352 0H42.667A42.708 42.708 0 0 0 0 42.667v96a10.669 10.669 0 0 0 1.125 4.771l19.438 38.885L.448 249.385A10.83 10.83 0 0 0 0 252.448v174.219a42.709 42.709 0 0 0 42.667 42.667h61.865a10.684 10.684 0 0 0 6.2-1.99l39.917-28.51 69.151 29.635a10.624 10.624 0 0 0 4.2.865 11.011 11.011 0 0 0 2.094-.208l101.063-20.208 17.3 17.292a10.659 10.659 0 0 0 7.543 3.125h74.667a42.709 42.709 0 0 0 42.667-42.667v-32a10.669 10.669 0 0 0-1.125-4.771l-40.05-80.097 39.656-66.094a10.628 10.628 0 0 0 1.518-5.487Z%27 data-name=%27Path 17432%27/%3E%3Cpath fill=%27%23e16161%27 d=%27m362.667 36.417 70.25 70.25H384a21.361 21.361 0 0 1-21.333-21.333Z%27 data-name=%27Path 17433%27/%3E%3Cpath fill=%27%23e16161%27 d=%27M448 426.667A21.361 21.361 0 0 1 426.667 448h-70.25l-6.008-6.008 15.633-5.211a10.663 10.663 0 1 0-6.75-20.23L327.948 427l-102.792 20.563-57.267-24.544a10.611 10.611 0 0 0-15.431-14.56l-10.052 10.052L101.115 448H42.667a21.361 21.361 0 0 1-21.333-21.333V384h420.073L448 397.188Z%27 data-name=%27Path 17434%27/%3E%3Cpath fill=%27%23fafafa%27 d=%27M430.74 362.667H21.333v-38.25l96-96 67.125 67.125a10.665 10.665 0 0 0 15.083-15.083l-19.125-19.125L288 153.75l130.568 130.568-11.714 19.526c-.064.105-.042.236-.1.342-.081.143-.22.228-.294.376L395.791 325.9a10.668 10.668 0 0 0 19.083 9.542l1.125-2.25Z%27 data-name=%27Path 17435%27/%3E%3Cpath fill=%27%23e16161%27 d=%27M429.88 265.464 295.542 131.125a10.662 10.662 0 0 0-15.083 0L165.333 246.25l-40.458-40.458a10.662 10.662 0 0 0-15.083 0L21.333 294.25v-40.24l20.62-68.729 20.922-41.844a10.668 10.668 0 0 0-19.084-9.537L32 157.479l-10.667-21.333V42.667a21.361 21.361 0 0 1 21.333-21.333h298.667v64A42.709 42.709 0 0 0 384 128h64v107.26Z%27 data-name=%27Path 17436%27/%3E%3Ccircle cx=%2753.333%27 cy=%2753.333%27 r=%2753.333%27 fill=%27%23303c42%27 data-name=%27Ellipse 120%27 transform=%27translate%28106.667 64%29%27/%3E%3Ccircle cx=%2732%27 cy=%2732%27 r=%2732%27 fill=%27%23fafafa%27 data-name=%27Ellipse 121%27 transform=%27translate%28128 85.333%29%27/%3E%3Cpath d=%27M181.076 93.444c.069.858.258 1.681.258 2.556a31.844 31.844 0 0 1-53.076 23.889 31.916 31.916 0 1 0 52.818-26.445Z%27 data-name=%27Path 17437%27 opacity=%27.1%27/%3E%3Cpath d=%27M384 91.583a21.361 21.361 0 0 1-21.333-21.333v15.083A21.361 21.361 0 0 0 384 106.666h48.917l-15.083-15.083Z%27 data-name=%27Path 17438%27 opacity=%27.1%27/%3E%3Cpath fill=%27url%28%23a%29%27 d=%27M384 128a42.439 42.439 0 0 1-29.411-11.893L448 209.518V128Z%27 data-name=%27Path 17439%27/%3E%3Cpath fill=%27url%28%23b%29%27 d=%27M469.333 238.219V117.333a10.66 10.66 0 0 0-3.125-7.542L359.542 3.125A10.659 10.659 0 0 0 352 0H42.667A42.708 42.708 0 0 0 0 42.667v96a10.669 10.669 0 0 0 1.125 4.771l19.438 38.885L.448 249.385A10.83 10.83 0 0 0 0 252.448v174.219a42.709 42.709 0 0 0 42.667 42.667h61.865a10.684 10.684 0 0 0 6.2-1.99l39.917-28.51 69.151 29.635a10.624 10.624 0 0 0 4.2.865 11.011 11.011 0 0 0 2.094-.208l101.063-20.208 17.3 17.292a10.659 10.659 0 0 0 7.543 3.125h74.667a42.709 42.709 0 0 0 42.667-42.667v-32a10.669 10.669 0 0 0-1.125-4.771l-40.05-80.097 39.656-66.094a10.628 10.628 0 0 0 1.518-5.487Z%27 data-name=%27Path 17440%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat; }

@keyframes contentLoading {
  0% {
    transform: translate3d(-30%, 0, 0); }
  100% {
    transform: translate3d(30%, 0, 0); } }

.gs-content-loading {
  background-color: #fff;
  overflow: hidden;
  position: relative; }
  .gs-content-loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1; }
  .gs-content-loading .gs-image-loader {
    display: block; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search .wp-block-search__button,
.storyhub-carolyn-button,
.storyhub-lora-button {
  cursor: pointer;
  padding: 15px 28px;
  color: var(--colorButtonFont, #ffffff);
  line-height: 1;
  font-weight: 400;
  border: 1px solid;
  border-radius: 0;
  border-color: var(--colorButton, #292929);
  background: var(--colorButton, #292929);
  transition: all 0.3s ease; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .wp-block-search .wp-block-search__button:hover,
  .storyhub-carolyn-button:hover,
  .storyhub-lora-button:hover {
    border-color: var(--colorButtonHover, #000000);
    background: var(--colorButtonHover, #000000); }
  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,
  .wp-block-search .wp-block-search__button:active,
  .wp-block-search .wp-block-search__button:focus,
  .storyhub-carolyn-button:active,
  .storyhub-carolyn-button:focus,
  .storyhub-lora-button:active,
  .storyhub-lora-button:focus {
    border-color: var(--colorButtonHover, #000000);
    background: var(--colorButtonHover, #000000);
    outline: 0; }

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,
.wp-block-search .wp-block-search__input {
  background: var(--colorBackground, #ffffff);
  color: var(--colorHeading, #212121);
  border: 1px solid var(--colorBorder, #dbdbdb);
  min-height: 44px;
  padding: 0 20px;
  transition: border 0.2s ease;
  -webkit-appearance: none; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder,
  .wp-block-search .wp-block-search__input::placeholder {
    color: var(--colorHeading, #212121); }
  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,
  .wp-block-search .wp-block-search__input:focus {
    outline: 0;
    border: 1px solid var(--colorBorderFocus, #292929); }

[data-color-mode="dark"] input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); }

input[type="number"]::-webkit-inner-spin-button {
  opacity: 1; }

select {
  border: 1px solid var(--colorBorder, #dbdbdb);
  color: var(--colorHeading, #212121);
  min-width: 100px; }
  select:hover {
    border: 1px solid var(--colorHeading, #212121); }

textarea {
  width: 100%;
  padding: 16px 20px;
  min-height: 220px; }

input[type="checkbox"] + label,
input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 30px;
  display: flex; }
  input[type="checkbox"] + label:before,
  input[type="checkbox"] + .wpcf7-list-item-label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid var(--colorBorder, #dbdbdb);
    border-radius: 3px;
    position: absolute;
    top: 3px;
    left: 0; }

input[type="checkbox"]:disabled + label {
  cursor: not-allowed; }
  input[type="checkbox"]:disabled + label:before {
    box-shadow: none; }

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  border-color: var(--colorButton, #292929);
  background: var(--colorButton, #292929); }

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: var(--colorButtonFont, #ffffff);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 var(--colorButtonFont, #ffffff), 4px 0 0 var(--colorButtonFont, #ffffff), 4px -2px 0 var(--colorButtonFont, #ffffff), 4px -4px 0 var(--colorButtonFont, #ffffff), 4px -6px 0 var(--colorButtonFont, #ffffff), 4px -8px 0 var(--colorButtonFont, #ffffff);
  transform: rotate(45deg); }

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0; }

input[type="radio"]:checked + label,
input[type="radio"]:checked + .wpcf7-list-item-label,
input[type="radio"]:not(:checked) + .wpcf7-list-item-label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before,
input[type="radio"]:checked + .wpcf7-list-item-label:before,
input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--colorBorder, #dbdbdb);
  border-radius: 100%;
  background-color: transparent;
  transform: translateY(-50%); }

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + .wpcf7-list-item-label:after,
input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--colorButton, #292929);
  position: absolute;
  top: 50%;
  left: 5px;
  border-radius: 100%;
  transition: opacity 0.2s ease;
  transform: translateY(-50%); }

input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%); }

input[type="radio"]:checked + label:after,
input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%); }

.wpcf7-not-valid-tip {
  display: block;
  color: #d8000c;
  font-size: 14px;
  padding-top: 0.5em; }

.input-group {
  grid-gap: 50px;
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 767px) {
    .input-group {
      grid-gap: 30px;
      grid-template-columns: repeat(1, 1fr); } }
  .input-group input {
    width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--colorLinkFont, #121212); }
  a:visited {
    color: var(--colorButton, #292929); }
  a:hover, a:focus, a:active {
    color: var(--colorPrimaryHover, #f73b98); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Elementor Widgets Menu
--------------------------------------------------------------*/
.storyhub-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }
  .storyhub-menu li {
    position: relative;
    margin: 0; }
    .storyhub-menu li ul {
      min-width: 100px;
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 50px;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      transition: all .4s;
      width: 100%;
      border: 1px solid gray; }
      .storyhub-menu li ul ul {
        left: 100%;
        top: 0;
        width: 100%; }
    .storyhub-menu li a {
      display: block;
      padding: 5px 15px; }
    .storyhub-menu li:hover > ul {
      opacity: 1;
      visibility: visible;
      top: 100%; }
      .storyhub-menu li:hover > ul ul {
        top: 0; }

.storyhub-horizontal-menu .storyhub-megamenu-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all .3s;
  opacity: 0;
  visibility: 0;
  display: none; }

.storyhub-horizontal-menu li:hover > .storyhub-megamenu-content {
  display: block;
  opacity: 1;
  visibility: visible;
  display: block; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation-drawer ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .navigation-drawer ul a:focus {
    outline: 0;
    text-decoration: none; }

.navigation-drawer .storyhub-menu-toggler {
  display: flex;
  width: 26px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  padding: 0; }
  .navigation-drawer .storyhub-menu-toggler > span {
    width: 34px;
    height: 2px;
    border-radius: 3px;
    background-color: var(--colorHeading, #484848);
    margin-bottom: 6px;
    display: block;
    transition: all 0.25s ease-in-out; }
    @media (max-width: 575px) {
      .navigation-drawer .storyhub-menu-toggler > span {
        margin-bottom: 5px; } }
    .navigation-drawer .storyhub-menu-toggler > span:last-child {
      margin-bottom: 0; }
    .navigation-drawer .storyhub-menu-toggler > span:nth-child(2) {
      width: 26px; }
    .navigation-drawer .storyhub-menu-toggler > span:nth-child(3) {
      width: 18px; }
  .navigation-drawer .storyhub-menu-toggler:is(:hover, :focus-visible) > span {
    background-color: var(--menuTextHoverColor, #f73b98); }
    .navigation-drawer .storyhub-menu-toggler:is(:hover, :focus-visible) > span:nth-child(1) {
      width: 26px; }
    .navigation-drawer .storyhub-menu-toggler:is(:hover, :focus-visible) > span:nth-child(2) {
      width: 18px; }
    .navigation-drawer .storyhub-menu-toggler:is(:hover, :focus-visible) > span:nth-child(3) {
      width: 13px; }

.navigation-drawer .storyhub-menu-drawer {
  width: 390px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
  background-color: var(--colorBackground, var(--defaultHeaderColor, #ffffff));
  overflow-x: hidden;
  padding: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.35s ease-in-out; }
  @media screen and (max-width: 400px) {
    .navigation-drawer .storyhub-menu-drawer {
      width: 100%; } }
  .navigation-drawer .storyhub-menu-drawer.open {
    visibility: visible;
    transform: translateX(0); }
    .navigation-drawer .storyhub-menu-drawer.open .storyhub-mobile-menu {
      visibility: visible; }
  .navigation-drawer .storyhub-menu-drawer .storyhub-mobile-menu {
    visibility: hidden; }
  .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 0 25px;
    padding-right: 12px;
    border-bottom: 1px solid var(--colorBorder, #dbdbdb); }
    @media (max-width: 1024px) {
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header {
        height: 80px; } }
    @media (max-width: 575px) {
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header {
        height: 64px; } }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header .storyhub-drawer-title {
      font-weight: 700;
      color: var(--colorSecondaryFont, #484848);
      margin: 0;
      outline: none;
      text-decoration: none; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header .storyhub-drawer-title:hover {
        color: var(--menuTextColor, #757575); }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close {
      display: flex;
      justify-content: flex-end;
      padding: 0 10px;
      color: var(--menuTextColor, #757575);
      transition: 0.15s ease-in-out;
      cursor: pointer; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close:hover {
        color: var(--menuTextHoverColor, #f73b98); }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close svg {
        width: 28px;
        height: 28px; }
        @media (max-width: 575px) {
          .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close svg {
            width: 22px;
            height: 22px; } }
  @media (max-width: 575px) {
    .navigation-drawer .storyhub-menu-drawer .os-content {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }
  .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-logout {
    display: flex;
    padding: 30px;
    flex-shrink: 0;
    border-top: 1px solid var(--colorBorder); }
    @media (max-width: 575px) {
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-logout {
        padding: 23px 30px; } }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-logout a {
      font-size: 16px;
      color: var(--menuTextColor, #757575);
      text-decoration: none;
      transition: 0.15s ease-in-out;
      display: block;
      position: relative; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-logout a:hover {
        color: var(--menuTextHoverColor, #292929); }
  .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper {
    padding: 30px 0;
    flex: auto; }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li {
      margin-bottom: 5px;
      margin-top: 0; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li a {
        color: var(--colorHeading, #212121);
        text-decoration: none;
        transition: 0.15s ease-in-out;
        display: block;
        position: relative;
        padding: 10px 15px 10px 25px;
        z-index: 1; }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li a:is(:hover, :focus) {
          color: var(--colorPrimary, #d10068); }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li:is(.current-menu-item,
      .current_page_item,
      .focus,
      .current-page-ancestor) > a,
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li:is(.current-menu-item,
      .current_page_item,
      .focus,
      .current-page-ancestor) > .menu-drop-down-selector {
        color: var(--colorPrimary, #d10068); }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li:is(.current-menu-item,
        .current_page_item,
        .focus,
        .current-page-ancestor) > a:is(:hover, :focus),
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li:is(.current-menu-item,
        .current_page_item,
        .focus,
        .current-page-ancestor) > .menu-drop-down-selector:is(:hover, :focus) {
          color: var(--colorPrimary, #d10068); }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.current-menu-item > a, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.current_page_item > a {
        font-weight: 500; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-item-has-children .sub-menu {
        padding: 0; }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-item-has-children .sub-menu a {
          color: var(--menuTextColor, #757575); }
          .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-item-has-children .sub-menu a:is(:hover, :focus) {
            color: var(--colorPrimary, #d10068); }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-item-has-children .sub-menu :is(.current-menu-item,
        .current_page_item,
        .focus,
        .current-page-ancestor) a {
          color: var(--colorPrimary, #d10068); }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-drop-down-selector {
        flex: 0 0 50px;
        padding-left: 20px;
        align-self: stretch;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: 0.15s ease-in-out;
        color: var(--menuTextColor, #757575); }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-drop-down-selector svg {
          width: 16px;
          height: 16px; }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-drop-down-selector:hover {
          color: var(--colorHeading, #212121); }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-drop-down-selector::before {
          transition: 0.15s ease-in-out; }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-drop-down-selector.children-active {
          transform: rotate(90deg); }
          .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li .menu-drop-down-selector.children-active:before {
            transform: rotate(90deg); }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.page_item_has_children, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.menu-item-has-children {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.page_item_has_children > a, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.menu-item-has-children > a {
          flex: 0 0 calc(100% - 58px);
          max-width: calc(100% - 58px); }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.page_item_has_children .dropdown-menu, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu li.menu-item-has-children .dropdown-menu {
          flex: 0 0 100%;
          max-width: 100%; }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu ul {
      display: none;
      padding: 10px 0;
      width: 100%; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu ul li {
        padding-left: 35px;
        margin-bottom: 0; }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu ul li:is(.current_page_item,
        .active,
        .current_page_ancestor) > a {
          color: var(--colorPrimary, #d10068); }
        .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu ul li a {
          color: var(--menuTextColor, #757575);
          position: relative;
          background-position: left;
          background-size: 1px 3px;
          background-repeat: repeat-y; }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu a {
      display: flex;
      align-items: center; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu a::after {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        margin-left: 5px;
        border-radius: 50%;
        opacity: 0;
        background: var(--colorPrimary, #d10068);
        z-index: 99; }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current-menu-item > a,
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current-menu-item > .menu-drop-down-selector,
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current_page_item > a,
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current_page_item > .menu-drop-down-selector,
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .focus > a,
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .focus > .menu-drop-down-selector {
      color: var(--colorPrimary, #d10068); }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current-menu-item > a::after,
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current-menu-item > .menu-drop-down-selector::after,
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current_page_item > a::after,
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current_page_item > .menu-drop-down-selector::after,
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .focus > a::after,
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .focus > .menu-drop-down-selector::after {
        opacity: 1; }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current-menu-item > a:is(hover,
      :focus),
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current-menu-item > .menu-drop-down-selector:is(hover,
      :focus),
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current_page_item > a:is(hover,
      :focus),
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .current_page_item > .menu-drop-down-selector:is(hover,
      :focus),
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .focus > a:is(hover,
      :focus),
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper .storyhub-mobile-menu.modern-hamburger-menu .focus > .menu-drop-down-selector:is(hover,
      :focus) {
        color: var(--colorPrimary, #d10068); }
    .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper > ul > li.current_page_item > a, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper > ul > li.active > a, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper > ul > li.current_page_ancestor > a {
      font-weight: 400;
      color: var(--menuTextColor, #757575); }
      .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper > ul > li.current_page_item > a::before, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper > ul > li.active > a::before, .navigation-drawer .storyhub-menu-drawer .storyhub-menu-wrapper > ul > li.current_page_ancestor > a::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 24px;
        max-height: 100%;
        background-color: var(--menuTextColor, #757575);
        top: 50%;
        left: 0;
        transform: translateY(-50%); }

.navigation-drawer .storyhub-drawer-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 9991;
  transition: 0.35s ease-in-out; }
  .navigation-drawer .storyhub-drawer-overlay.show {
    opacity: 0.3;
    visibility: visible; }

body.admin-bar .navigation-drawer .storyhub-menu-drawer {
  top: 32px;
  height: calc(100% - 32px); }
  @media (max-width: 782px) {
    body.admin-bar .navigation-drawer .storyhub-menu-drawer {
      top: 46px;
      height: calc(100% - 46px); } }

@media (max-width: 600px) {
  body.admin-bar .header-on-float .navigation-drawer .storyhub-menu-drawer {
    top: 0;
    height: 100%; } }

@media (min-width: 1024px) {
  .navigation-drawer:not(.storyhub-manager-slide) {
    display: none; } }

.navigation-drawer.modern-hamburger:not(.storyhub-manager-slide) {
  display: block; }

/*--------------------------------------------------------------
## Horizontal Menu
--------------------------------------------------------------*/
.horizontal-navigation {
  display: none; }
  @media (min-width: 1025px) {
    .horizontal-navigation {
      display: block; }
      .horizontal-navigation ul.storyhub-horizontal-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0; }
        .horizontal-navigation ul.storyhub-horizontal-menu > li {
          height: 93px;
          padding: 0 22px; } }
      @media (min-width: 1025px) and (max-width: 1440px) {
        .horizontal-navigation ul.storyhub-horizontal-menu > li {
          padding: 0 18px; } }
      @media (min-width: 1025px) and (max-width: 1280px) {
        .horizontal-navigation ul.storyhub-horizontal-menu > li {
          height: 83px; } }
      @media (min-width: 1025px) and (max-width: 1199px) {
        .horizontal-navigation ul.storyhub-horizontal-menu > li {
          height: 32px; } }
  @media (min-width: 1025px) {
          .horizontal-navigation ul.storyhub-horizontal-menu > li > .menu-drop-down-selector svg {
            transform: rotate(90deg); }
        .horizontal-navigation ul.storyhub-horizontal-menu li {
          display: flex;
          align-items: center;
          justify-content: space-between;
          list-style: none;
          margin: 0; }
          .horizontal-navigation ul.storyhub-horizontal-menu li.page_item_has_children {
            position: relative; }
            .horizontal-navigation ul.storyhub-horizontal-menu li.page_item_has_children:hover > .children {
              opacity: 1;
              visibility: visible; }
            .horizontal-navigation ul.storyhub-horizontal-menu li.page_item_has_children .children {
              padding-left: 0;
              margin: 0;
              position: absolute;
              top: 95%;
              left: 0;
              min-width: 230px;
              width: 100%;
              background-color: var(--defaultHeaderColor, #ffffff);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.078);
              transition: opacity 0.3s ease;
              z-index: 1;
              opacity: 0;
              visibility: hidden;
              border-radius: 3px; }
              .horizontal-navigation ul.storyhub-horizontal-menu li.page_item_has_children .children > li > a {
                display: block;
                padding: 10px 18px;
                font-size: 15px;
                transition: 0.15s ease-in-out; }
              .horizontal-navigation ul.storyhub-horizontal-menu li.page_item_has_children .children .children {
                left: 100%;
                top: 0; }
          .horizontal-navigation ul.storyhub-horizontal-menu li.menu-item-has-children, .horizontal-navigation ul.storyhub-horizontal-menu li.page_item_has_children {
            position: relative; }
          .horizontal-navigation ul.storyhub-horizontal-menu li a {
            color: var(--menuTextColor, #757575);
            font-family: var(--bodyFontFamily);
            font-size: 16px;
            font-weight: 500; }
          .horizontal-navigation ul.storyhub-horizontal-menu li:hover > a,
          .horizontal-navigation ul.storyhub-horizontal-menu li:hover > .menu-drop-down-selector {
            color: var(--menuTextHoverColor, #292929); }
          .horizontal-navigation ul.storyhub-horizontal-menu li.current-menu-item > a,
          .horizontal-navigation ul.storyhub-horizontal-menu li.current-menu-item > .menu-drop-down-selector, .horizontal-navigation ul.storyhub-horizontal-menu li.current_page_item > a,
          .horizontal-navigation ul.storyhub-horizontal-menu li.current_page_item > .menu-drop-down-selector, .horizontal-navigation ul.storyhub-horizontal-menu li.focus > a,
          .horizontal-navigation ul.storyhub-horizontal-menu li.focus > .menu-drop-down-selector {
            color: var(--menuTextHoverColor, #292929); }
            .horizontal-navigation ul.storyhub-horizontal-menu li.current-menu-item > a:hover, .horizontal-navigation ul.storyhub-horizontal-menu li.current-menu-item > a:focus,
            .horizontal-navigation ul.storyhub-horizontal-menu li.current-menu-item > .menu-drop-down-selector:hover,
            .horizontal-navigation ul.storyhub-horizontal-menu li.current-menu-item > .menu-drop-down-selector:focus, .horizontal-navigation ul.storyhub-horizontal-menu li.current_page_item > a:hover, .horizontal-navigation ul.storyhub-horizontal-menu li.current_page_item > a:focus,
            .horizontal-navigation ul.storyhub-horizontal-menu li.current_page_item > .menu-drop-down-selector:hover,
            .horizontal-navigation ul.storyhub-horizontal-menu li.current_page_item > .menu-drop-down-selector:focus, .horizontal-navigation ul.storyhub-horizontal-menu li.focus > a:hover, .horizontal-navigation ul.storyhub-horizontal-menu li.focus > a:focus,
            .horizontal-navigation ul.storyhub-horizontal-menu li.focus > .menu-drop-down-selector:hover,
            .horizontal-navigation ul.storyhub-horizontal-menu li.focus > .menu-drop-down-selector:focus {
              color: var(--menuTextHoverColor, #292929); }
          .horizontal-navigation ul.storyhub-horizontal-menu li.current-menu-item > a, .horizontal-navigation ul.storyhub-horizontal-menu li.current_page_item > a {
            font-weight: 500; }
          .horizontal-navigation ul.storyhub-horizontal-menu li .menu-drop-down-selector {
            display: inline-flex;
            cursor: pointer;
            pointer-events: none;
            margin-left: 6px;
            color: var(--menuTextColor, #757575);
            transition: transform 0.3s ease; }
            .horizontal-navigation ul.storyhub-horizontal-menu li .menu-drop-down-selector svg {
              width: 16px;
              height: 16px; }
            .horizontal-navigation ul.storyhub-horizontal-menu li .menu-drop-down-selector::before {
              transform: translateY(1px);
              transition: transform 0.3s ease; }
          .horizontal-navigation ul.storyhub-horizontal-menu li ul {
            display: block;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            margin: 0;
            padding: 10px 0;
            width: 220px;
            left: 0;
            top: 94%;
            border-radius: 3px;
            background-color: var(--defaultHeaderColor, #ffffff);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: opacity 0.3s ease;
            z-index: 1; }
            .horizontal-navigation ul.storyhub-horizontal-menu li ul li .menu-drop-down-selector {
              margin-right: 15px; }
            .horizontal-navigation ul.storyhub-horizontal-menu li ul li.current-menu-item > .menu-drop-down-selector, .horizontal-navigation ul.storyhub-horizontal-menu li ul li.current_page_item > .menu-drop-down-selector, .horizontal-navigation ul.storyhub-horizontal-menu li ul li.focus > .menu-drop-down-selector {
              color: var(--menuTextHoverColor, #292929); }
            .horizontal-navigation ul.storyhub-horizontal-menu li ul a {
              flex: 1;
              display: block;
              padding: 8px 16px; }
            .horizontal-navigation ul.storyhub-horizontal-menu li ul ul {
              top: 0;
              left: calc(100% + 1px);
              opacity: 0;
              visibility: hidden; }
          .horizontal-navigation ul.storyhub-horizontal-menu li:hover > ul,
          .horizontal-navigation ul.storyhub-horizontal-menu li:focus > ul,
          .horizontal-navigation ul.storyhub-horizontal-menu li.focus > ul {
            opacity: 1;
            visibility: visible; }
        .horizontal-navigation ul.storyhub-horizontal-menu > li:nth-last-child(-n + 2) > ul {
          left: auto;
          right: 0; }
        .horizontal-navigation ul.storyhub-horizontal-menu > li:nth-last-child(-n + 2) ul li.page_item_has_children > a, .horizontal-navigation ul.storyhub-horizontal-menu > li:nth-last-child(-n + 2) ul li.menu-item-has-children > a {
          flex-direction: row-reverse; }
          .horizontal-navigation ul.storyhub-horizontal-menu > li:nth-last-child(-n + 2) ul li.page_item_has_children > a:after, .horizontal-navigation ul.storyhub-horizontal-menu > li:nth-last-child(-n + 2) ul li.menu-item-has-children > a:after {
            transform: rotate(180deg); }
        .horizontal-navigation ul.storyhub-horizontal-menu > li:nth-last-child(-n + 2) ul ul {
          left: auto;
          right: calc(100% + 1px); } }

/*--------------------------------------------------------------
## Search Result
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# header search style
---------------------------------------------------------------*/
.storyhub-header-search {
  margin-left: 10px; }
  @media (max-width: 1024px) {
    .storyhub-header-search {
      margin-left: auto; } }
  .storyhub-header-search-toggle-btn {
    display: inline-flex;
    align-self: center;
    padding: 5px;
    border: 0;
    height: auto;
    margin-top: 1px;
    color: var(--colorHeading, #484848);
    background-color: transparent;
    transition: color 0.25s ease-in-out; }
    .storyhub-header-search-toggle-btn svg {
      width: 20px;
      height: 20px;
      margin-top: 1px; }
      @media (max-width: 1024px) {
        .storyhub-header-search-toggle-btn svg {
          width: 22px;
          height: 22px; } }
    .storyhub-header-search-toggle-btn:hover, .storyhub-header-search-toggle-btn:focus {
      color: var(--colorPrimary, #d10068);
      background-color: transparent; }
    .storyhub-header-search-toggle-btn:focus {
      outline: none; }
  .storyhub-header-search .storyhub-header-search-form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    display: grid;
    background-color: var(--colorBackgroundLight, #f3f3f3);
    opacity: 0;
    transition: all 0.35s ease-in-out; }
    .storyhub-header-search .storyhub-header-search-form .search-form {
      opacity: 0;
      visibility: hidden;
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1140px;
      padding: 0 25px;
      margin: auto;
      position: relative;
      transition: all 0.3s ease-in-out 0s; }
      @media (max-width: 1199px) {
        .storyhub-header-search .storyhub-header-search-form .search-form {
          max-width: 920px; } }
      @media (max-width: 990px) {
        .storyhub-header-search .storyhub-header-search-form .search-form {
          max-width: 730px; } }
      @media (max-width: 575px) {
        .storyhub-header-search .storyhub-header-search-form .search-form {
          padding: 0 15px; } }
      .storyhub-header-search .storyhub-header-search-form .search-form label {
        flex: 1;
        opacity: 0;
        visibility: hidden; }
      .storyhub-header-search .storyhub-header-search-form .search-form .search-field {
        width: 100%;
        height: 68px;
        font-size: 22px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        padding-right: 76px;
        background-color: transparent; }
        @media (max-width: 990px) {
          .storyhub-header-search .storyhub-header-search-form .search-form .search-field {
            height: 58px;
            font-size: 18px;
            padding-left: 8px;
            padding-right: 50px; } }
        .storyhub-header-search .storyhub-header-search-form .search-form .search-field::placeholder {
          color: var(--colorLinkFont, #121212); }
      .storyhub-header-search .storyhub-header-search-form .search-form button[type="submit"] {
        width: 52px;
        height: 52px;
        padding: 0;
        border: 0;
        border-radius: 3px;
        position: absolute;
        top: auto;
        bottom: auto;
        right: 32px;
        background-color: transparent;
        color: var(--colorPrimaryFont, #000000);
        transition: color 0.3s ease; }
        @media (max-width: 990px) {
          .storyhub-header-search .storyhub-header-search-form .search-form button[type="submit"] {
            width: 46px;
            height: 46px; } }
        @media (max-width: 575px) {
          .storyhub-header-search .storyhub-header-search-form .search-form button[type="submit"] {
            right: 12px; } }
        .storyhub-header-search .storyhub-header-search-form .search-form button[type="submit"]:hover, .storyhub-header-search .storyhub-header-search-form .search-form button[type="submit"]:focus {
          color: var(--colorPrimary, #d10068); }
        .storyhub-header-search .storyhub-header-search-form .search-form button[type="submit"] svg {
          width: 28px;
          height: 28px;
          margin-top: 1px; }
          @media (max-width: 990px) {
            .storyhub-header-search .storyhub-header-search-form .search-form button[type="submit"] svg {
              width: 24px;
              height: 24px; } }
    .storyhub-header-search .storyhub-header-search-form.show-header-search {
      opacity: 1;
      visibility: visible;
      height: 90px;
      transition: all 0.35s ease-in-out; }
      @media (max-width: 1024px) {
        .storyhub-header-search .storyhub-header-search-form.show-header-search {
          height: 70px; } }
      .storyhub-header-search .storyhub-header-search-form.show-header-search .search-form {
        opacity: 1;
        visibility: visible;
        transition: all 0.35s ease-in-out 0.2s; }
      .storyhub-header-search .storyhub-header-search-form.show-header-search label {
        opacity: 1;
        visibility: visible; }

.storyhub-search.layout-2 p {
  color: var(--colorHeading, #292929);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase; }

.storyhub-search.layout-2 form {
  position: relative; }
  .storyhub-search.layout-2 form input {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: var(--colorHeading, #292929);
    background-color: var(--colorBackgroundLight, #f7f7f7); }
  .storyhub-search.layout-2 form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    background: transparent;
    border: none;
    color: var(--colorPrimaryFont, #000000);
    font-size: 20px; }

body[data-color-mode="dark"] .storyhub-header-search .storyhub-header-search-form {
  background: #1B1B1B; }

.site-header {
  height: 83px; }
  @media (max-width: 1024px) {
    .site-header {
      height: 74px; } }
  @media (max-width: 767px) {
    .site-header {
      height: 60px; } }

/*--------------------------------------------------------------
# storyhub default menu area style
--------------------------------------------------------------*/
.storyhub-menu-area {
  height: 83px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  background-color: var(--defaultHeaderColor, #ffffff);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9911;
  transition: top 0.3s ease, box-shadow 0.3s ease, min-height 0.25s ease-in-out;
  border-bottom: 1px solid var(--colorBorder); }
  .storyhub-menu-area .storyhub-layout-in-container {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 1372px; }
    .storyhub-menu-area .storyhub-layout-in-container.modern-layout {
      max-width: 1140px; }
    .storyhub-menu-area .storyhub-layout-in-container.elegant-layout {
      max-width: 100%; }
  .storyhub-menu-area.header-on-float {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
  @media (max-width: 1280px) {
    .storyhub-menu-area {
      height: 83px; } }
  @media (max-width: 1024px) {
    .storyhub-menu-area {
      height: 75px;
      padding: 0 25px; } }
  @media (max-width: 575px) {
    .storyhub-menu-area {
      padding: 0 15px;
      height: 61px; } }
  @media (min-width: 1024px) {
    .storyhub-menu-area {
      padding: 0 30px; } }
  @media (min-width: 1537px) {
    .storyhub-menu-area {
      padding: 0 60px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .storyhub-menu-area {
      padding: 0 15px; } }
  .storyhub-menu-area .site-branding {
    padding: 10px 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-shrink: 0; }
    .storyhub-menu-area .site-branding .storyhub-header-logo-wrapper {
      display: flex;
      flex-direction: column; }
      .storyhub-menu-area .site-branding .storyhub-header-logo-wrapper div.site-title {
        display: inline-flex; }
    .storyhub-menu-area .site-branding img {
      max-width: 200px;
      max-height: 100%;
      height: auto;
      display: block;
      margin: 0; }
      @media (max-width: 575px) {
        .storyhub-menu-area .site-branding img {
          max-width: 120px; } }
  .storyhub-menu-area h2.site-title {
    margin: 0;
    font-weight: 700;
    color: var(--colorSecondaryFont, #484848);
    font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
    line-height: 1.32; }
    @media (max-width: 1024px) {
      .storyhub-menu-area h2.site-title {
        text-align: center; } }
    .storyhub-menu-area h2.site-title a {
      color: inherit;
      display: block; }
    .storyhub-menu-area h2.site-title a:hover {
      color: var(--menuTextColor, #757575); }
  .storyhub-menu-area .site-description {
    margin: 0;
    color: var(--menuTextColor, #757575); }
    @media (max-width: 575px) {
      .storyhub-menu-area .site-description {
        display: none; } }

/*--------------------------------------------------------------
# sticky header for admin
---------------------------------------------------------------*/
body.admin-bar .storyhub-menu-area {
  top: 32px; }
  @media (max-width: 782px) {
    body.admin-bar .storyhub-menu-area {
      top: 46px; } }
  @media (max-width: 600px) {
    body.admin-bar .storyhub-menu-area.header-on-float {
      top: 0;
      transition: top 0.3s ease; } }

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: var(--colorBackgroundLight, #f3f3f3);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--colorButton, #292929);
    display: block;
    font-size: 13.125px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.wp-block-image .alignleft,
.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
  float: left;
  margin: 0 40px 5px 0; }
  @media (max-width: 1280px) {
    .alignleft,
    .wp-block-image .alignleft,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
      margin: 0 30px 5px 0; } }
  @media (max-width: 575px) {
    .alignleft,
    .wp-block-image .alignleft,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
      margin: 0 27px 0 0; } }

.alignright,
.wp-block-image .alignright,
.wp-block-freeform.block-library-rich-text__tinymce .alignright {
  margin: 0 0 5px 40px;
  display: flex !important;
  justify-content: flex-end; }
  @media (max-width: 1280px) {
    .alignright,
    .wp-block-image .alignright,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
      margin: 0 0 5px 30px; } }
  @media (max-width: 575px) {
    .alignright,
    .wp-block-image .alignright,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
      margin: 0 0 0 27px; } }

.aligncenter,
.wp-block-image .aligncenter,
.wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
  clear: both;
  margin-left: auto !important;
  margin-right: auto !important; }

img.aligncenter {
  display: inherit; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog common
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# style for entry meta
--------------------------------------------------------------*/
.entry-meta a:focus {
  outline: none; }

.entry-meta .categories {
  display: flex;
  flex-wrap: wrap; }
  .entry-meta .categories .category {
    margin-right: 30px; }
    .entry-meta .categories .category::before {
      content: "#"; }
    @media (max-width: 575px) {
      .entry-meta .categories .category {
        margin-right: 16px; } }

/*--------------------------------------------------------------
# style for post header
--------------------------------------------------------------*/
.entry-header .entry-title {
  word-wrap: break-word; }
  .entry-header .entry-title a {
    color: inherit; }
    .entry-header .entry-title a:is(:hover, :focus) {
      color: var(--colorPrimary, #d10068); }

/*--------------------------------------------------------------
# style for post content
--------------------------------------------------------------*/
.entry-content,
.comment-content {
  margin: 0;
  /*--------------------------------------------------------------
# style for code & copy typo [for editor & front]
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for blockquote
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for table
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for block calendar 
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for block image
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for block button
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for block latest comments
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for block latest posts
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for block video
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post password form
  --------------------------------------------------------------*/ }
  .entry-content > *:first-child,
  .comment-content > *:first-child {
    margin-top: 0; }
  .entry-content > .wp-block-cover.alignleft:first-child + p,
  .comment-content > .wp-block-cover.alignleft:first-child + p {
    margin-top: 0; }
  .entry-content a,
  .comment-content a {
    text-decoration: underline; }
    .entry-content a:hover,
    .comment-content a:hover {
      text-decoration: none; }
    .entry-content a.wp-block-button__link, .entry-content a.wp-block-file__button,
    .comment-content a.wp-block-button__link,
    .comment-content a.wp-block-file__button {
      background-color: var(--colorPrimary, #d10068);
      color: #fff; }
      .entry-content a.wp-block-button__link:hover, .entry-content a.wp-block-file__button:hover,
      .comment-content a.wp-block-button__link:hover,
      .comment-content a.wp-block-file__button:hover {
        text-decoration: none; }
  .entry-content p[class*="-font-size"], .entry-content p[style^="font-size"],
  .comment-content p[class*="-font-size"],
  .comment-content p[style^="font-size"] {
    line-height: initial; }
  .entry-content p.wp-block-cover-text,
  .comment-content p.wp-block-cover-text {
    color: #ffffff;
    position: relative; }
    .entry-content p.wp-block-cover-text strong,
    .comment-content p.wp-block-cover-text strong {
      color: #ffffff; }
  .entry-content p a,
  .comment-content p a {
    color: var(--colorPrimary, #d10068); }
    .entry-content p a:hover,
    .comment-content p a:hover {
      text-decoration: underline; }
  .entry-content hr,
  .comment-content hr {
    background-color: var(--colorBorder, #dbdbdb); }
  .entry-content div[data-align="center"] ul[class*="list"],
  .entry-content ul.aligncenter,
  .comment-content div[data-align="center"] ul[class*="list"],
  .comment-content ul.aligncenter {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .entry-content div[data-align="center"] ul[class*="list"] > li,
    .entry-content ul.aligncenter > li,
    .comment-content div[data-align="center"] ul[class*="list"] > li,
    .comment-content ul.aligncenter > li {
      margin-top: 0; }
      .entry-content div[data-align="center"] ul[class*="list"] > li:last-child,
      .entry-content ul.aligncenter > li:last-child,
      .comment-content div[data-align="center"] ul[class*="list"] > li:last-child,
      .comment-content ul.aligncenter > li:last-child {
        margin-bottom: 0; }
    .entry-content div[data-align="center"] ul[class*="list"] ul,
    .entry-content ul.aligncenter ul,
    .comment-content div[data-align="center"] ul[class*="list"] ul,
    .comment-content ul.aligncenter ul {
      margin-top: 0;
      margin-bottom: 0; }
      .entry-content div[data-align="center"] ul[class*="list"] ul > li:last-child,
      .entry-content ul.aligncenter ul > li:last-child,
      .comment-content div[data-align="center"] ul[class*="list"] ul > li:last-child,
      .comment-content ul.aligncenter ul > li:last-child {
        margin-bottom: 0; }
  .entry-content ul ul,
  .entry-content ol ul,
  .comment-content ul ul,
  .comment-content ol ul {
    list-style-type: circle; }
  .entry-content div[data-align="center"] ul[class*="list"] > li,
  .comment-content div[data-align="center"] ul[class*="list"] > li {
    margin-top: 23px; }
  .entry-content .wp-block-code,
  .comment-content .wp-block-code {
    color: inherit; }
  .entry-content .wp-block-cover-text a,
  .comment-content .wp-block-cover-text a {
    color: inherit; }
  .entry-content .wp-block-spacer,
  .comment-content .wp-block-spacer {
    clear: both; }
  .entry-content .wp-block-columns,
  .comment-content .wp-block-columns {
    padding: 5px 0 0;
    margin-bottom: -10px; }
  .entry-content dfn,
  .entry-content cite,
  .entry-content em,
  .entry-content i:not([class]),
  .comment-content dfn,
  .comment-content cite,
  .comment-content em,
  .comment-content i:not([class]) {
    font-style: italic; }
  .entry-content pre,
  .entry-content code,
  .entry-content kbd,
  .entry-content mark,
  .entry-content ins,
  .entry-content .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content pre,
  .comment-content code,
  .comment-content kbd,
  .comment-content mark,
  .comment-content ins,
  .comment-content .wp-block-freeform.block-library-rich-text__tinymce code {
    border: 1px solid var(--colorBorder, #dbdbdb); }
  .entry-content code,
  .entry-content kbd,
  .entry-content mark,
  .entry-content ins,
  .entry-content .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content code,
  .comment-content kbd,
  .comment-content mark,
  .comment-content ins,
  .comment-content .wp-block-freeform.block-library-rich-text__tinymce code {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 5px 0;
    background-color: var(--colorBackgroundLight, #f3f3f3); }
  .entry-content mark,
  .entry-content ins,
  .comment-content mark,
  .comment-content ins {
    color: #484848;
    text-decoration: none;
    border-color: #e0e7bb;
    background-color: #fff9c0; }
  .entry-content pre code,
  .entry-content pre .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content pre code,
  .comment-content pre .wp-block-freeform.block-library-rich-text__tinymce code {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0; }
  .entry-content code,
  .entry-content kbd,
  .entry-content tt,
  .entry-content var,
  .entry-content .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content code,
  .comment-content kbd,
  .comment-content tt,
  .comment-content var,
  .comment-content .wp-block-freeform.block-library-rich-text__tinymce code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
  .entry-content abbr,
  .entry-content acronym,
  .comment-content abbr,
  .comment-content acronym {
    border-bottom: 1px dotted var(--colorBorder, #dbdbdb);
    cursor: help; }
  .entry-content q,
  .comment-content q {
    margin: 0;
    font-size: 21px;
    line-height: 42px;
    font-weight: 700;
    color: var(--colorHeading, #212121);
    font-style: normal; }
    .entry-content q::before,
    .comment-content q::before {
      content: '"'; }
    .entry-content q::after,
    .comment-content q::after {
      content: '"'; }
    @media (max-width: 575px) {
      .entry-content q,
      .comment-content q {
        font-size: 18px;
        line-height: 32px; } }
  .entry-content blockquote,
  .entry-content .wp-block-quote,
  .comment-content blockquote,
  .comment-content .wp-block-quote {
    --spacer: 40px;
    border: 0;
    margin: var(--spacer) 0;
    padding: var(--spacer) 0;
    position: relative; }
    @media (max-width: 1440px) {
      .entry-content blockquote,
      .entry-content .wp-block-quote,
      .comment-content blockquote,
      .comment-content .wp-block-quote {
        margin: calc(var(--spacer) - 20px) 0;
        padding: calc(var(--spacer) - 20px) 0; } }
    @media (max-width: 575px) {
      .entry-content blockquote,
      .entry-content .wp-block-quote,
      .comment-content blockquote,
      .comment-content .wp-block-quote {
        margin: calc(var(--spacer) / 2) 0;
        padding: calc(var(--spacer) / 2) 0; } }
    .entry-content blockquote.is-large, .entry-content blockquote.is-style-large,
    .entry-content .wp-block-quote.is-large,
    .entry-content .wp-block-quote.is-style-large,
    .comment-content blockquote.is-large,
    .comment-content blockquote.is-style-large,
    .comment-content .wp-block-quote.is-large,
    .comment-content .wp-block-quote.is-style-large {
      margin: var(--spacer) 0;
      padding: var(--spacer) 0; }
      @media (max-width: 1440px) {
        .entry-content blockquote.is-large, .entry-content blockquote.is-style-large,
        .entry-content .wp-block-quote.is-large,
        .entry-content .wp-block-quote.is-style-large,
        .comment-content blockquote.is-large,
        .comment-content blockquote.is-style-large,
        .comment-content .wp-block-quote.is-large,
        .comment-content .wp-block-quote.is-style-large {
          margin: calc(var(--spacer) - 20px) 0;
          padding: calc(var(--spacer) - 20px) 0; } }
      @media (max-width: 575px) {
        .entry-content blockquote.is-large, .entry-content blockquote.is-style-large,
        .entry-content .wp-block-quote.is-large,
        .entry-content .wp-block-quote.is-style-large,
        .comment-content blockquote.is-large,
        .comment-content blockquote.is-style-large,
        .comment-content .wp-block-quote.is-large,
        .comment-content .wp-block-quote.is-style-large {
          margin: calc(var(--spacer) / 2) 0;
          padding: calc(var(--spacer) / 2) 0; } }
    .entry-content blockquote::before, .entry-content blockquote::after,
    .entry-content .wp-block-quote::before,
    .entry-content .wp-block-quote::after,
    .comment-content blockquote::before,
    .comment-content blockquote::after,
    .comment-content .wp-block-quote::before,
    .comment-content .wp-block-quote::after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background-color: var(--colorButton, #292929);
      position: absolute;
      left: 0; }
    .entry-content blockquote::before,
    .entry-content .wp-block-quote::before,
    .comment-content blockquote::before,
    .comment-content .wp-block-quote::before {
      top: 0; }
    .entry-content blockquote::after,
    .entry-content .wp-block-quote::after,
    .comment-content blockquote::after,
    .comment-content .wp-block-quote::after {
      bottom: 0; }
    .entry-content blockquote p,
    .entry-content .wp-block-quote p,
    .comment-content blockquote p,
    .comment-content .wp-block-quote p {
      margin: 0;
      font-size: 21px;
      line-height: 42px;
      font-weight: 700;
      color: var(--colorHeading, #212121);
      font-style: normal; }
      @media (max-width: 575px) {
        .entry-content blockquote p,
        .entry-content .wp-block-quote p,
        .comment-content blockquote p,
        .comment-content .wp-block-quote p {
          font-size: 18px;
          line-height: 32px; } }
    .entry-content blockquote cite,
    .entry-content .wp-block-quote cite,
    .comment-content blockquote cite,
    .comment-content .wp-block-quote cite {
      display: inline-block;
      margin: var(--spacer) 0 0;
      line-height: 20px;
      font-weight: 700;
      color: var(--colorButton, #292929);
      text-transform: capitalize; }
      @media (max-width: 1440px) {
        .entry-content blockquote cite,
        .entry-content .wp-block-quote cite,
        .comment-content blockquote cite,
        .comment-content .wp-block-quote cite {
          margin: 50px 0 0; } }
      @media (max-width: 575px) {
        .entry-content blockquote cite,
        .entry-content .wp-block-quote cite,
        .comment-content blockquote cite,
        .comment-content .wp-block-quote cite {
          margin: 30px 0 0;
          font-size: 14px; } }
      .entry-content blockquote cite em,
      .entry-content .wp-block-quote cite em,
      .comment-content blockquote cite em,
      .comment-content .wp-block-quote cite em {
        line-height: 20px; }
  .entry-content .wp-block-pullquote,
  .comment-content .wp-block-pullquote {
    padding: 60px 0;
    border-width: 1px;
    border-color: var(--colorBorder, #dbdbdb); }
    @media (max-width: 1440px) {
      .entry-content .wp-block-pullquote,
      .comment-content .wp-block-pullquote {
        padding: 50px 0; } }
    @media (max-width: 575px) {
      .entry-content .wp-block-pullquote,
      .comment-content .wp-block-pullquote {
        padding: 30px 0; } }
    .entry-content .wp-block-pullquote blockquote,
    .comment-content .wp-block-pullquote blockquote {
      margin: 0;
      padding: 0; }
      .entry-content .wp-block-pullquote blockquote::before, .entry-content .wp-block-pullquote blockquote::after,
      .comment-content .wp-block-pullquote blockquote::before,
      .comment-content .wp-block-pullquote blockquote::after {
        content: none; }
    .entry-content .wp-block-pullquote.is-style-solid-color,
    .comment-content .wp-block-pullquote.is-style-solid-color {
      min-height: 244px;
      border-radius: 3px;
      padding: 56px 60px 60px;
      display: flex;
      align-items: center;
      background-color: var(--colorSecondaryFont, #484848); }
      @media (max-width: 1440px) {
        .entry-content .wp-block-pullquote.is-style-solid-color,
        .comment-content .wp-block-pullquote.is-style-solid-color {
          padding: 50px; } }
      @media (max-width: 575px) {
        .entry-content .wp-block-pullquote.is-style-solid-color,
        .comment-content .wp-block-pullquote.is-style-solid-color {
          padding: 30px;
          min-height: 180px; } }
      .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
      .comment-content .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
        width: 100%; }
        .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
        .comment-content .wp-block-pullquote.is-style-solid-color blockquote p {
          color: var(--colorButtonFont, #ffffff) !important;
          font-size: 25px;
          line-height: 40px; }
          @media (max-width: 575px) {
            .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
            .comment-content .wp-block-pullquote.is-style-solid-color blockquote p {
              font-size: 20px;
              line-height: 30px; } }
          .entry-content .wp-block-pullquote.is-style-solid-color blockquote p:first-letter,
          .comment-content .wp-block-pullquote.is-style-solid-color blockquote p:first-letter {
            text-transform: capitalize; }
        .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite,
        .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite {
          font-style: normal;
          color: var(--colorButtonFont, #ffffff);
          position: relative;
          display: inline-flex;
          align-items: center; }
          .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite::before,
          .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite::before {
            content: "";
            width: 16px;
            height: 2px;
            background-color: var(--colorBackground, #ffffff);
            display: inline-flex;
            margin-right: 5px; }
  .entry-content table,
  .comment-content table {
    table-layout: fixed;
    overflow: hidden; }
  .entry-content table:not(.wp-calendar-table),
  .comment-content table:not(.wp-calendar-table) {
    border-spacing: 0;
    border-radius: 3px;
    border: 1px solid var(--colorBorder, #dbdbdb); }
    .entry-content table:not(.wp-calendar-table).wp-block-table,
    .comment-content table:not(.wp-calendar-table).wp-block-table {
      border-collapse: inherit; }
      .entry-content table:not(.wp-calendar-table).wp-block-table.is-style-stripes,
      .comment-content table:not(.wp-calendar-table).wp-block-table.is-style-stripes {
        border-bottom-color: var(--colorBorder, #dbdbdb); }
    @media (max-width: 1440px) {
      .entry-content table:not(.wp-calendar-table),
      .comment-content table:not(.wp-calendar-table) {
        padding: 0; } }
    .entry-content table:not(.wp-calendar-table) th,
    .comment-content table:not(.wp-calendar-table) th {
      background-color: var(--colorBackgroundLight, #f3f3f3); }
    .entry-content table:not(.wp-calendar-table) thead th,
    .comment-content table:not(.wp-calendar-table) thead th {
      color: var(--colorHeading, #212121);
      line-height: 1.1875;
      font-weight: 500;
      padding: 15px;
      text-align: left;
      border: 0; }
      .entry-content table:not(.wp-calendar-table) thead th:first-child,
      .comment-content table:not(.wp-calendar-table) thead th:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .entry-content table:not(.wp-calendar-table) thead th:last-child,
      .comment-content table:not(.wp-calendar-table) thead th:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
    .entry-content table:not(.wp-calendar-table) tbody th,
    .entry-content table:not(.wp-calendar-table) tbody td,
    .comment-content table:not(.wp-calendar-table) tbody th,
    .comment-content table:not(.wp-calendar-table) tbody td {
      padding: 15px;
      font-weight: 400;
      text-align: left;
      border: 0; }
    .entry-content table:not(.wp-calendar-table) tbody td,
    .comment-content table:not(.wp-calendar-table) tbody td {
      border-bottom: 1px solid var(--colorBorder, #dbdbdb); }
    .entry-content table:not(.wp-calendar-table) tbody th,
    .comment-content table:not(.wp-calendar-table) tbody th {
      font-weight: 500; }
    .entry-content table:not(.wp-calendar-table) tbody tr:last-child th,
    .entry-content table:not(.wp-calendar-table) tbody tr:last-child td,
    .comment-content table:not(.wp-calendar-table) tbody tr:last-child th,
    .comment-content table:not(.wp-calendar-table) tbody tr:last-child td {
      border-bottom: 0; }
    .entry-content table:not(.wp-calendar-table) thead + tbody th,
    .comment-content table:not(.wp-calendar-table) thead + tbody th {
      font-weight: normal;
      background-color: transparent;
      border-bottom: 1px solid var(--colorBorder, #dbdbdb); }
  .entry-content .wp-block-table,
  .comment-content .wp-block-table {
    border-radius: 3px; }
    .entry-content .wp-block-table.is-style-stripes,
    .comment-content .wp-block-table.is-style-stripes {
      border: 0; }
      .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
      .comment-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
        background-color: var(--colorBackgroundLight, #f3f3f3); }
    .entry-content .wp-block-table table,
    .comment-content .wp-block-table table {
      border-collapse: initial; }
      .entry-content .wp-block-table table:last-of-type,
      .comment-content .wp-block-table table:last-of-type {
        margin-bottom: 0; }
  .entry-content .wp-block-calendar,
  .comment-content .wp-block-calendar {
    border-radius: 3px;
    border: 1px solid var(--colorBorder, #dbdbdb);
    overflow: hidden; }
    .entry-content .wp-block-calendar table,
    .comment-content .wp-block-calendar table {
      margin: 0; }
      .entry-content .wp-block-calendar table caption,
      .comment-content .wp-block-calendar table caption {
        color: var(--colorHeading, #212121);
        padding: 13px 0 14px;
        font-weight: 600;
        margin-bottom: 5px;
        background-color: var(--colorBackgroundLight, #f3f3f3); }
      .entry-content .wp-block-calendar table thead th,
      .comment-content .wp-block-calendar table thead th {
        border: 0;
        padding: 5px 5px 8px;
        font-weight: 600;
        background-color: transparent; }
      .entry-content .wp-block-calendar table tbody td,
      .comment-content .wp-block-calendar table tbody td {
        padding: 5px;
        text-align: center;
        border: 0; }
      .entry-content .wp-block-calendar table tfoot tr,
      .comment-content .wp-block-calendar table tfoot tr {
        height: 35px;
        vertical-align: bottom; }
        .entry-content .wp-block-calendar table tfoot tr td:last-child,
        .comment-content .wp-block-calendar table tfoot tr td:last-child {
          text-align: right; }
      .entry-content .wp-block-calendar table a,
      .comment-content .wp-block-calendar table a {
        font-weight: bold;
        color: var(--colorPrimary, #d10068);
        text-decoration: none; }
    .entry-content .wp-block-calendar .wp-calendar-nav,
    .comment-content .wp-block-calendar .wp-calendar-nav {
      display: flex;
      justify-content: space-between;
      padding: 15px 30px 25px; }
      .entry-content .wp-block-calendar .wp-calendar-nav a,
      .comment-content .wp-block-calendar .wp-calendar-nav a {
        text-decoration: none; }
  .entry-content .wp-block-image figcaption,
  .comment-content .wp-block-image figcaption {
    margin-top: 15px;
    margin-bottom: 15px; }
  .entry-content .wp-block-button__link,
  .comment-content .wp-block-button__link {
    text-decoration: none;
    background-color: var(--colorPrimary, #d10068); }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
  .comment-content .wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--colorPrimary, #d10068);
    border-color: var(--colorPrimary, #d10068);
    background-color: transparent;
    transition: all 0.3s ease-in-out; }
    .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
    .comment-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
      color: var(--colorBackground, #ffffff);
      background-color: var(--colorPrimary, #d10068);
      border-color: var(--colorPrimary, #d10068); }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
  .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    color: var(--colorHeading, #212121);
    font-weight: 600; }
    .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover,
    .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
      color: var(--colorPrimary, #d10068); }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
  .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
    color: var(--colorLinkFont, #121212);
    font-size: 13px; }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
  .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    font-size: 14px; }
    .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p,
    .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
      font-size: inherit; }
  .entry-content .wp-block-latest-posts,
  .comment-content .wp-block-latest-posts {
    padding: 0; }
    .entry-content .wp-block-latest-posts li,
    .comment-content .wp-block-latest-posts li {
      list-style: none; }
      .entry-content .wp-block-latest-posts li a,
      .comment-content .wp-block-latest-posts li a {
        color: var(--colorHeading, #212121);
        font-weight: 600;
        margin-bottom: 5px;
        display: inline-block; }
        .entry-content .wp-block-latest-posts li a:hover,
        .comment-content .wp-block-latest-posts li a:hover {
          color: var(--colorPrimary, #d10068); }
      .entry-content .wp-block-latest-posts li .wp-block-latest-posts__post-date,
      .comment-content .wp-block-latest-posts li .wp-block-latest-posts__post-date {
        color: var(--colorLinkFont, #121212);
        font-size: 13px;
        line-height: 1.5625; }
  .entry-content .wp-block-video video,
  .comment-content .wp-block-video video {
    width: 100%; }
  .entry-content .post-password-form label input[type="password"],
  .comment-content .post-password-form label input[type="password"] {
    border-radius: 0;
    min-height: 48px; }
  @media (max-width: 375px) {
    .entry-content .post-password-form input[type="submit"],
    .comment-content .post-password-form input[type="submit"] {
      margin-top: 15px; } }

.storyhub-post-gallery .swiper-button-prev,
.storyhub-post-gallery .swiper-button-next {
  display: none; }

/*--------------------------------------------------------------
# style for page-links
--------------------------------------------------------------*/
.page-links .post-page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--colorBorder, #dbdbdb);
  text-decoration: none; }
  .page-links .post-page-numbers.current {
    color: var(--colorButtonFont, #ffffff);
    border-color: var(--colorPrimary, #d10068);
    background-color: var(--colorPrimary, #d10068); }

/*--------------------------------------------------------------
## Blog posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog and Archive page posts style
--------------------------------------------------------------*/
body:not(.single):not(.page) {
  /*--------------------------------------------------------------
  # Default post card style 
  --------------------------------------------------------------*/ }
  body:not(.single):not(.page) article.post,
  body:not(.single):not(.page) article.page,
  body:not(.single):not(.page) article[class*="post-"] {
    margin-bottom: 38px;
    /*--------------------------------------------------------------
    # style for post media
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # style for post content
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # style for sticky post
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # style for [quote, link] post
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # style for gallery post
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # style for [audio, video] post
    --------------------------------------------------------------*/ }
    body:not(.single):not(.page) article.post:last-of-type,
    body:not(.single):not(.page) article.page:last-of-type,
    body:not(.single):not(.page) article[class*="post-"]:last-of-type {
      margin-bottom: 0; }
    body:not(.single):not(.page) article.post .entry-media,
    body:not(.single):not(.page) article.page .entry-media,
    body:not(.single):not(.page) article[class*="post-"] .entry-media {
      position: relative; }
    body:not(.single):not(.page) article.post .entry-content,
    body:not(.single):not(.page) article.page .entry-content,
    body:not(.single):not(.page) article[class*="post-"] .entry-content {
      color: var(--colorSecondaryFont, #484848); }
      body:not(.single):not(.page) article.post .entry-content p:not(.has-text-color),
      body:not(.single):not(.page) article.page .entry-content p:not(.has-text-color),
      body:not(.single):not(.page) article[class*="post-"] .entry-content p:not(.has-text-color) {
        color: var(--colorSecondaryFont, #484848); }
      body:not(.single):not(.page) article.post .entry-content p.wp-block-cover-text,
      body:not(.single):not(.page) article.page .entry-content p.wp-block-cover-text,
      body:not(.single):not(.page) article[class*="post-"] .entry-content p.wp-block-cover-text {
        color: #ffffff; }
        body:not(.single):not(.page) article.post .entry-content p.wp-block-cover-text strong,
        body:not(.single):not(.page) article.page .entry-content p.wp-block-cover-text strong,
        body:not(.single):not(.page) article[class*="post-"] .entry-content p.wp-block-cover-text strong {
          color: #ffffff; }
      body:not(.single):not(.page) article.post .entry-content .has-text-color p,
      body:not(.single):not(.page) article.page .entry-content .has-text-color p,
      body:not(.single):not(.page) article[class*="post-"] .entry-content .has-text-color p {
        color: inherit;
        line-height: inherit; }
    body:not(.single):not(.page) article.post.sticky,
    body:not(.single):not(.page) article.page.sticky,
    body:not(.single):not(.page) article[class*="post-"].sticky {
      border: 1px solid var(--colorBorder, #dbdbdb);
      padding: 35px 30px;
      border-radius: 3px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
      @media (max-width: 575px) {
        body:not(.single):not(.page) article.post.sticky,
        body:not(.single):not(.page) article.page.sticky,
        body:not(.single):not(.page) article[class*="post-"].sticky {
          padding: 25px 20px; } }
    body:not(.single):not(.page) article.post.format-quote, body:not(.single):not(.page) article.post.format-link,
    body:not(.single):not(.page) article.page.format-quote,
    body:not(.single):not(.page) article.page.format-link,
    body:not(.single):not(.page) article[class*="post-"].format-quote,
    body:not(.single):not(.page) article[class*="post-"].format-link {
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 180px;
      border-radius: 3px;
      border: 1px solid var(--colorBorder, #dbdbdb);
      padding: 60px 60px 58px;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative; }
      @media (max-width: 575px) {
        body:not(.single):not(.page) article.post.format-quote, body:not(.single):not(.page) article.post.format-link,
        body:not(.single):not(.page) article.page.format-quote,
        body:not(.single):not(.page) article.page.format-link,
        body:not(.single):not(.page) article[class*="post-"].format-quote,
        body:not(.single):not(.page) article[class*="post-"].format-link {
          min-height: 150px;
          padding: 40px 30px 38px; } }
      body:not(.single):not(.page) article.post.format-quote h3, body:not(.single):not(.page) article.post.format-link h3,
      body:not(.single):not(.page) article.page.format-quote h3,
      body:not(.single):not(.page) article.page.format-link h3,
      body:not(.single):not(.page) article[class*="post-"].format-quote h3,
      body:not(.single):not(.page) article[class*="post-"].format-link h3 {
        line-height: 1.2;
        font-weight: 600; }
        body:not(.single):not(.page) article.post.format-quote h3 a, body:not(.single):not(.page) article.post.format-link h3 a,
        body:not(.single):not(.page) article.page.format-quote h3 a,
        body:not(.single):not(.page) article.page.format-link h3 a,
        body:not(.single):not(.page) article[class*="post-"].format-quote h3 a,
        body:not(.single):not(.page) article[class*="post-"].format-link h3 a {
          line-height: 40px; }
      body:not(.single):not(.page) article.post.format-quote svg, body:not(.single):not(.page) article.post.format-link svg,
      body:not(.single):not(.page) article.page.format-quote svg,
      body:not(.single):not(.page) article.page.format-link svg,
      body:not(.single):not(.page) article[class*="post-"].format-quote svg,
      body:not(.single):not(.page) article[class*="post-"].format-link svg {
        width: 34px;
        height: 34px;
        position: absolute;
        z-index: 1;
        top: 40px;
        right: 40px;
        line-height: 1;
        color: var(--colorPrimary, #d10068); }
        @media (max-width: 575px) {
          body:not(.single):not(.page) article.post.format-quote svg, body:not(.single):not(.page) article.post.format-link svg,
          body:not(.single):not(.page) article.page.format-quote svg,
          body:not(.single):not(.page) article.page.format-link svg,
          body:not(.single):not(.page) article[class*="post-"].format-quote svg,
          body:not(.single):not(.page) article[class*="post-"].format-link svg {
            width: 24px;
            height: 24px;
            top: 20px;
            right: 22px; } }
    body:not(.single):not(.page) article.post.format-link h3 a,
    body:not(.single):not(.page) article.page.format-link h3 a,
    body:not(.single):not(.page) article[class*="post-"].format-link h3 a {
      text-decoration: underline; }
      body:not(.single):not(.page) article.post.format-link h3 a:hover, body:not(.single):not(.page) article.post.format-link h3 a:focus,
      body:not(.single):not(.page) article.page.format-link h3 a:hover,
      body:not(.single):not(.page) article.page.format-link h3 a:focus,
      body:not(.single):not(.page) article[class*="post-"].format-link h3 a:hover,
      body:not(.single):not(.page) article[class*="post-"].format-link h3 a:focus {
        text-decoration: none; }
    body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery,
    body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery {
      box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.7); }
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery .swiper-container,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery .swiper-container,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery .swiper-container {
        border-radius: 3px;
        width: calc(100% - 2px);
        background-color: #161b22; }
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item {
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center; }
        body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item img,
        body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item img,
        body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item img {
          max-height: 100%;
          box-shadow: none; }
    body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-prev,
    body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-next,
    body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-prev,
    body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-next,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-prev,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-next {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      position: absolute;
      top: calc(50% - 40px / 2);
      z-index: 1;
      transition: background-color 0.3s ease; }
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-prev svg,
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-next svg,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-prev svg,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-next svg,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-prev svg,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-next svg {
        width: 20px;
        height: 20px; }
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-prev:hover,
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-next:hover,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-prev:hover,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-next:hover,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-prev:hover,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-next:hover {
        color: #ffffff;
        background-color: var(--colorPrimary, #d10068); }
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-prev:focus,
      body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-next:focus,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-prev:focus,
      body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-next:focus,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-prev:focus,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-next:focus {
        outline: 0; }
    body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-prev,
    body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-prev,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-prev {
      left: -24px; }
      @media (max-width: 767px) {
        body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-prev,
        body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-prev,
        body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-prev {
          left: 24px; } }
      @media (max-width: 575px) {
        body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-prev,
        body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-prev,
        body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-prev {
          left: 20px; } }
    body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-next,
    body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-next,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-next {
      right: -24px; }
      @media (max-width: 575px) {
        body:not(.single):not(.page) article.post.format-gallery .storyhub-post-gallery-next,
        body:not(.single):not(.page) article.page.format-gallery .storyhub-post-gallery-next,
        body:not(.single):not(.page) article[class*="post-"].format-gallery .storyhub-post-gallery-next {
          right: 20px; } }
    body:not(.single):not(.page) article.post.format-audio .entry-media .entry-meta, body:not(.single):not(.page) article.post.format-video .entry-media .entry-meta,
    body:not(.single):not(.page) article.page.format-audio .entry-media .entry-meta,
    body:not(.single):not(.page) article.page.format-video .entry-media .entry-meta,
    body:not(.single):not(.page) article[class*="post-"].format-audio .entry-media .entry-meta,
    body:not(.single):not(.page) article[class*="post-"].format-video .entry-media .entry-meta {
      margin-bottom: 25px; }
  body:not(.single):not(.page) .storyhub-default-post-card .storyhub-post-card-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  body:not(.single):not(.page) .storyhub-default-post-card .storyhub-post-right {
    padding-left: 20px;
    width: calc(100% - 160px); }
    @media (max-width: 990px) {
      body:not(.single):not(.page) .storyhub-default-post-card .storyhub-post-right {
        width: calc(100% - 150px); } }
    @media (max-width: 575px) {
      body:not(.single):not(.page) .storyhub-default-post-card .storyhub-post-right {
        width: 100%;
        padding-left: 0; } }
  body:not(.single):not(.page) .storyhub-default-post-card .storyhub-post-left {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      body:not(.single):not(.page) .storyhub-default-post-card .storyhub-post-left {
        padding-right: 28px; } }
  body:not(.single):not(.page) .storyhub-default-post-card .entry-media {
    margin-bottom: 28px; }
    body:not(.single):not(.page) .storyhub-default-post-card .entry-media .post-thumbnail {
      display: block; }
    body:not(.single):not(.page) .storyhub-default-post-card .entry-media img {
      border-radius: 3px; }
    body:not(.single):not(.page) .storyhub-default-post-card .entry-media > a img,
    body:not(.single):not(.page) .storyhub-default-post-card .entry-media > iframe {
      margin-bottom: -7px; }
  body:not(.single):not(.page) .storyhub-default-post-card .entry-header {
    margin-bottom: 6px; }
  body:not(.single):not(.page) .storyhub-default-post-card .entry-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600; }
    @media (max-width: 1280px) {
      body:not(.single):not(.page) .storyhub-default-post-card .entry-title {
        font-size: 26px; } }
    @media (max-width: 990px) {
      body:not(.single):not(.page) .storyhub-default-post-card .entry-title {
        font-size: 24px; } }
    @media (max-width: 575px) {
      body:not(.single):not(.page) .storyhub-default-post-card .entry-title {
        font-size: 22px; } }
  body:not(.single):not(.page) .storyhub-default-post-card .post-date {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400; }
    body:not(.single):not(.page) .storyhub-default-post-card .post-date.date-mobile {
      display: none; }
    @media (max-width: 575px) {
      body:not(.single):not(.page) .storyhub-default-post-card .post-date {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        color: var(--colorHeading, #212121); }
        body:not(.single):not(.page) .storyhub-default-post-card .post-date.date-desktop {
          display: none; }
        body:not(.single):not(.page) .storyhub-default-post-card .post-date.date-mobile {
          display: block;
          margin-bottom: 5px;
          text-transform: capitalize;
          font-size: 15px; }
          body:not(.single):not(.page) .storyhub-default-post-card .post-date.date-mobile a {
            color: #707070; }
            body:not(.single):not(.page) .storyhub-default-post-card .post-date.date-mobile a:is(:hover, :focus) {
              color: var(--colorPrimary, #d10068); } }
    body:not(.single):not(.page) .storyhub-default-post-card .post-date span {
      color: var(--colorHeading, #212121);
      display: block;
      font-size: 90px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 12px;
      margin-top: -8px; }
      @media (max-width: 1024px) {
        body:not(.single):not(.page) .storyhub-default-post-card .post-date span {
          font-size: 81px; } }
      @media (max-width: 575px) {
        body:not(.single):not(.page) .storyhub-default-post-card .post-date span {
          font-size: 15px;
          font-weight: normal;
          margin-right: 4px;
          margin-bottom: 0; } }
  body:not(.single):not(.page) .storyhub-default-post-card .entry-content p {
    line-height: 2; }
  body:not(.single):not(.page) .storyhub-default-post-card .entry-footer {
    margin-top: 10px; }
    body:not(.single):not(.page) .storyhub-default-post-card .entry-footer .entry-meta a {
      color: var(--colorPrimary, #d10068);
      text-transform: lowercase;
      transition: color 0.3s ease; }
      body:not(.single):not(.page) .storyhub-default-post-card .entry-footer .entry-meta a:hover, body:not(.single):not(.page) .storyhub-default-post-card .entry-footer .entry-meta a:focus {
        color: var(--colorPrimary, #d10068);
        text-decoration: underline; }
  body:not(.single):not(.page)[data-color-mode="dark"] .storyhub-default-post-card .post-date.date-mobile a {
    color: var(--colorSecondaryFont, #484848); }
    body:not(.single):not(.page)[data-color-mode="dark"] .storyhub-default-post-card .post-date.date-mobile a:is(:hover, :focus) {
      color: var(--colorPrimary, #d10068); }

/*--------------------------------------------------------------
## Single post page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog single post style
--------------------------------------------------------------*/
.single-post {
  /*--------------------------------------------------------------
  # style for post footer
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for page-links
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for select
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for primary layout
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for secondary layout
  --------------------------------------------------------------*/ }
  .single-post .entry-media .post-thumbnail {
    display: flex;
    flex-direction: column; }
  @media (max-width: 767px) {
    .single-post .sidebar {
      margin-top: 20px; } }
  .single-post .entry-header {
    margin-bottom: 0; }
    .single-post .entry-header .entry-title {
      margin-bottom: 10px; }
      @media (max-width: 990px) {
        .single-post .entry-header .entry-title {
          font-size: calc(var(--h1FontSize, 38px) - 6px); } }
      @media (max-width: 767px) {
        .single-post .entry-header .entry-title {
          font-size: calc(var(--h1FontSize, 38px) - 10px); } }
    .single-post .entry-header .entry-meta {
      color: var(--colorPrimary, #d10068);
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px; }
      .single-post .entry-header .entry-meta span {
        position: relative;
        z-index: 1; }
        .single-post .entry-header .entry-meta span + span {
          padding-left: 10px; }
          .single-post .entry-header .entry-meta span + span::before {
            background-color: var(--colorPrimary, #d10068);
            border-radius: 50%;
            content: "";
            height: 4px;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 4px; }
      .single-post .entry-header .entry-meta a:hover {
        color: var(--colorPrimary, #d10068); }
  .single-post .entry-media img {
    border-radius: 3px; }
  .single-post .entry-content {
    margin-top: 18px !important;
    margin-bottom: 45px; }
    .single-post .entry-content p {
      margin: 1.25em 0; }
      .single-post .entry-content p:first-child {
        margin-top: 0; }
    .single-post .entry-content .twitter-tweet {
      margin-left: 0; }
    .single-post .entry-content .wp-block-gallery {
      margin-bottom: 0 !important; }
    @media (max-width: 1440px) {
      .single-post .entry-content .has-large-font-size {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .single-post .entry-content .has-large-font-size {
        font-size: 20px; } }
    .single-post .entry-content .pk-share-buttons-wrap {
      margin-bottom: 7px; }
      .single-post .entry-content .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item:first-of-type {
        padding-left: 0; }
      .single-post .entry-content .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item .pk-share-buttons-link {
        border-radius: 3px; }
  .single-post .storyhub-post-footer {
    display: grid;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .single-post .storyhub-post-footer {
        padding-bottom: 0; } }
  .single-post .storyhub-post-footer-meta {
    display: grid;
    grid-template-areas: "tags categories";
    grid-gap: 20px;
    padding-bottom: 50px;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .single-post .storyhub-post-footer-meta {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-areas: "tags" "categories";
        padding-bottom: 30px; } }
    .single-post .storyhub-post-footer-meta .post_tag {
      display: flex;
      flex-wrap: wrap;
      gap: 16px; }
      .single-post .storyhub-post-footer-meta .post_tag a {
        font-size: 14px;
        background-color: #f1f1f1;
        color: #212121;
        padding: 2px 10px;
        display: inline-block;
        transition: all 0.3s ease;
        text-transform: capitalize; }
        .single-post .storyhub-post-footer-meta .post_tag a:is(:hover, :focus) {
          background-color: #212121;
          color: #fff; }
  .single-post .entry-post-tags,
  .single-post .entry-post-categories {
    display: grid;
    grid-gap: 8px; }
    .single-post .entry-post-tags .tag-title,
    .single-post .entry-post-tags .cat-title,
    .single-post .entry-post-categories .tag-title,
    .single-post .entry-post-categories .cat-title {
      font-weight: 600; }
    .single-post .entry-post-tags .tag-items,
    .single-post .entry-post-tags .cat-items,
    .single-post .entry-post-categories .tag-items,
    .single-post .entry-post-categories .cat-items {
      color: var(--colorPrimary, #d10068); }
    .single-post .entry-post-tags a,
    .single-post .entry-post-categories a {
      display: inline-flex;
      color: var(--colorPrimary, #d10068);
      text-transform: lowercase; }
      .single-post .entry-post-tags a:hover, .single-post .entry-post-tags a:focus,
      .single-post .entry-post-categories a:hover,
      .single-post .entry-post-categories a:focus {
        color: var(--colorPrimaryHover, #f73b98);
        text-decoration: underline; }
  .single-post .entry-post-tags {
    grid-area: tags; }
    .single-post .entry-post-tags a {
      margin-right: 10px;
      text-decoration: underline;
      text-underline-offset: 2px; }
      .single-post .entry-post-tags a:not(:last-child):after {
        content: ","; }
  .single-post .entry-post-categories {
    grid-area: categories;
    text-align: right; }
    @media (max-width: 767px) {
      .single-post .entry-post-categories {
        text-align: left; } }
    .single-post .entry-post-categories a {
      margin-left: 10px;
      text-decoration: underline;
      text-underline-offset: 2px; }
      .single-post .entry-post-categories a::after {
        content: ","; }
      .single-post .entry-post-categories a:only-child::after, .single-post .entry-post-categories a:last-of-type::after {
        content: none; }
      @media (max-width: 767px) {
        .single-post .entry-post-categories a {
          margin-left: 0;
          margin-right: 20px; } }
  .single-post .page-links .post-page-numbers {
    margin-left: 10px; }
  .single-post select {
    margin-bottom: 20px;
    width: 100%; }
  .single-post .storyhub-primary .entry-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .single-post .storyhub-primary .entry-header {
    margin-top: -5px; }
  .single-post .storyhub-primary .has-active-sidebar .entry-media {
    width: 100%;
    margin-bottom: 40px; }
  .single-post .storyhub-primary .has-active-sidebar .storyhub-with-media {
    max-width: 870px; }
  .single-post .storyhub-primary .site-main:not(.has-active-sidebar) .has-post-thumbnail .entry-header {
    padding-top: 40px; }
  .single-post .storyhub-primary .storyhub-post-footer,
  .single-post .storyhub-primary #comments {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .single-post .storyhub-secondary .storyhub-secondary-post {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 990px) {
      .single-post .storyhub-secondary .storyhub-secondary-post {
        flex-direction: column; } }
    @media (min-width: 991px) {
      .single-post .storyhub-secondary .storyhub-secondary-post-media {
        flex: 0 0 42%;
        max-width: 42%;
        padding-right: 60px; } }
    @media (max-width: 990px) {
      .single-post .storyhub-secondary .storyhub-secondary-post-media {
        margin-bottom: 70px; } }
    @media (max-width: 575px) {
      .single-post .storyhub-secondary .storyhub-secondary-post-media {
        margin-bottom: 30px; } }
    .single-post .storyhub-secondary .storyhub-secondary-post-media .entry-media {
      margin-top: 0; }
    .single-post .storyhub-secondary .storyhub-secondary-post-content {
      flex: 1; }
      .single-post .storyhub-secondary .storyhub-secondary-post-content .entry-content {
        margin-top: 60px; }
        @media (max-width: 575px) {
          .single-post .storyhub-secondary .storyhub-secondary-post-content .entry-content {
            margin-top: 40px; } }
  .single-post .storyhub-secondary #comments {
    margin-top: 0; }
    @media (min-width: 991px) {
      .single-post .storyhub-secondary #comments.storyhub-secondary {
        flex: 0 0 58%;
        max-width: 58%;
        margin-left: auto; } }
  .single-post #comments {
    border-top: 1px solid var(--colorBorder, #dbdbdb);
    margin-top: 18px;
    padding-top: 16px; }
  .single-post .wp-block-gallery:not(.has-nested-images).alignleft {
    padding-right: 60px; }
  @media (max-width: 767px) {
    .single-post .wp-block-gallery:not(.has-nested-images).alignleft {
      max-width: initial;
      padding-right: 0; } }
  .single-post .comments-area-layout-masonry .comments-title,
  .single-post .comments-area-layout-masonry .comment-reply-title {
    position: relative;
    padding-bottom: 15px; }
    .single-post .comments-area-layout-masonry .comments-title:after, .single-post .comments-area-layout-masonry .comments-title::before,
    .single-post .comments-area-layout-masonry .comment-reply-title:after,
    .single-post .comments-area-layout-masonry .comment-reply-title::before {
      content: "";
      height: 3px;
      width: 100%;
      background: #e5e7eb;
      position: absolute;
      left: 0;
      bottom: 0;
      top: auto; }
    .single-post .comments-area-layout-masonry .comments-title:before,
    .single-post .comments-area-layout-masonry .comment-reply-title:before {
      width: 120px;
      background: #212121;
      z-index: 1; }
  .single-post .comments-area-layout-masonry li.comment:not(:last-of-type) {
    border-bottom: 1px dotted #e5e7eb; }

body[data-color-mode="dark"] .comments-area-layout-masonry .comments-title::before,
body[data-color-mode="dark"] .comments-area-layout-masonry .comment-reply-title::before {
  background: #fff !important; }

body[data-color-mode="dark"] .comments-area-layout-masonry .comments-title::after,
body[data-color-mode="dark"] .comments-area-layout-masonry .comment-reply-title::after {
  background: #212121 !important; }

/*--------------------------------------------------------------
## Post pagination/navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# style for blog and archive page post pagination
--------------------------------------------------------------*/
.blog .pagination,
.archive .pagination,
.search .pagination {
  position: relative; }
  .blog .pagination .nav-links,
  .archive .pagination .nav-links,
  .search .pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px; }
    @media (max-width: 575px) {
      .blog .pagination .nav-links,
      .archive .pagination .nav-links,
      .search .pagination .nav-links {
        margin-top: 50px; } }
    .blog .pagination .nav-links .page-numbers,
    .archive .pagination .nav-links .page-numbers,
    .search .pagination .nav-links .page-numbers {
      margin: 2px;
      padding: 5px 12px;
      line-height: 20px; }
      .blog .pagination .nav-links .page-numbers.current,
      .archive .pagination .nav-links .page-numbers.current,
      .search .pagination .nav-links .page-numbers.current {
        color: var(--colorPrimary, #d10068);
        font-weight: 600; }
      .blog .pagination .nav-links .page-numbers.dots,
      .archive .pagination .nav-links .page-numbers.dots,
      .search .pagination .nav-links .page-numbers.dots {
        color: var(--colorButton, #292929); }
        .blog .pagination .nav-links .page-numbers.dots:hover, .blog .pagination .nav-links .page-numbers.dots:focus,
        .archive .pagination .nav-links .page-numbers.dots:hover,
        .archive .pagination .nav-links .page-numbers.dots:focus,
        .search .pagination .nav-links .page-numbers.dots:hover,
        .search .pagination .nav-links .page-numbers.dots:focus {
          color: var(--colorButton, #292929); }
      .blog .pagination .nav-links .page-numbers:hover, .blog .pagination .nav-links .page-numbers:focus,
      .archive .pagination .nav-links .page-numbers:hover,
      .archive .pagination .nav-links .page-numbers:focus,
      .search .pagination .nav-links .page-numbers:hover,
      .search .pagination .nav-links .page-numbers:focus {
        color: var(--colorPrimary, #d10068); }
    .blog .pagination .nav-links .prev,
    .blog .pagination .nav-links .next,
    .archive .pagination .nav-links .prev,
    .archive .pagination .nav-links .next,
    .search .pagination .nav-links .prev,
    .search .pagination .nav-links .next {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      padding: 0;
      border-radius: 50%;
      color: var(--colorPrimaryFont, #000000);
      background-color: var(--colorBackgroundLight, #f3f3f3);
      transition: background-color 0.3s ease; }
      @media (min-width: 576px) {
        .blog .pagination .nav-links .prev,
        .blog .pagination .nav-links .next,
        .archive .pagination .nav-links .prev,
        .archive .pagination .nav-links .next,
        .search .pagination .nav-links .prev,
        .search .pagination .nav-links .next {
          position: absolute;
          top: auto;
          bottom: auto; } }
      @media (max-width: 575px) {
        .blog .pagination .nav-links .prev,
        .blog .pagination .nav-links .next,
        .archive .pagination .nav-links .prev,
        .archive .pagination .nav-links .next,
        .search .pagination .nav-links .prev,
        .search .pagination .nav-links .next {
          background-color: transparent; } }
      .blog .pagination .nav-links .prev:hover, .blog .pagination .nav-links .prev:focus,
      .blog .pagination .nav-links .next:hover,
      .blog .pagination .nav-links .next:focus,
      .archive .pagination .nav-links .prev:hover,
      .archive .pagination .nav-links .prev:focus,
      .archive .pagination .nav-links .next:hover,
      .archive .pagination .nav-links .next:focus,
      .search .pagination .nav-links .prev:hover,
      .search .pagination .nav-links .prev:focus,
      .search .pagination .nav-links .next:hover,
      .search .pagination .nav-links .next:focus {
        color: var(--colorButtonFont, #ffffff);
        background-color: var(--colorPrimary, #d10068); }
      .blog .pagination .nav-links .prev svg,
      .blog .pagination .nav-links .next svg,
      .archive .pagination .nav-links .prev svg,
      .archive .pagination .nav-links .next svg,
      .search .pagination .nav-links .prev svg,
      .search .pagination .nav-links .next svg {
        width: 17px;
        height: 17px; }
    @media (min-width: 576px) {
      .blog .pagination .nav-links .prev,
      .archive .pagination .nav-links .prev,
      .search .pagination .nav-links .prev {
        left: 0; }
      .blog .pagination .nav-links .next,
      .archive .pagination .nav-links .next,
      .search .pagination .nav-links .next {
        right: 0; } }

/*--------------------------------------------------------------
# style for blog single post navigation
--------------------------------------------------------------*/
.single-post .post-navigation .nav-links {
  display: flex;
  justify-content: space-between; }
  .single-post .post-navigation .nav-links a {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    padding: 28px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background-color: var(--colorBackgroundLight, #f3f3f3);
    transition: background-color 0.3s ease; }
    @media (max-width: 1024px) {
      .single-post .post-navigation .nav-links a {
        padding: 24px; } }
    @media (max-width: 575px) {
      .single-post .post-navigation .nav-links a {
        padding: 20px; } }
    .single-post .post-navigation .nav-links a::after {
      position: absolute;
      content: "";
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.7));
      transition: all 0.25s ease;
      opacity: 0; }
    .single-post .post-navigation .nav-links a.nav-previous h5 {
      padding-left: 2px; }
    .single-post .post-navigation .nav-links a.nav-next {
      justify-content: flex-end; }
      .single-post .post-navigation .nav-links a.nav-next .nav-text {
        align-items: flex-end; }
      .single-post .post-navigation .nav-links a.nav-next h4 {
        padding-right: 2px; }
    .single-post .post-navigation .nav-links a .nav-text {
      display: flex;
      flex-direction: column;
      z-index: 1; }
    .single-post .post-navigation .nav-links a .thumb-img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      transition: 0.2s ease; }
      .single-post .post-navigation .nav-links a .thumb-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .single-post .post-navigation .nav-links a p {
      margin: 0 0 10px;
      color: var(--colorLinkFont, #121212);
      line-height: 1.3;
      display: inline-flex;
      align-items: center; }
      @media (max-width: 575px) {
        .single-post .post-navigation .nav-links a p {
          margin: 0; } }
      .single-post .post-navigation .nav-links a p svg {
        width: 15px;
        height: 15px; }
    .single-post .post-navigation .nav-links a h4 {
      margin: 0;
      text-transform: capitalize;
      word-break: break-word;
      transition: color 0.3s ease; }
      @media (max-width: 575px) {
        .single-post .post-navigation .nav-links a h4 {
          display: none; } }
    .single-post .post-navigation .nav-links a:hover, .single-post .post-navigation .nav-links a:focus {
      background-color: #292929; }
      .single-post .post-navigation .nav-links a:hover::after,
      .single-post .post-navigation .nav-links a:hover .thumb-img, .single-post .post-navigation .nav-links a:focus::after,
      .single-post .post-navigation .nav-links a:focus .thumb-img {
        opacity: 1; }
      .single-post .post-navigation .nav-links a:hover p, .single-post .post-navigation .nav-links a:focus p {
        color: var(--colorPrimaryHover, #f73b98); }
      .single-post .post-navigation .nav-links a:hover h4, .single-post .post-navigation .nav-links a:focus h4 {
        color: #ffffff; }

/*--------------------------------------------------------------
# style for basic page elements
--------------------------------------------------------------*/
.sticky {
  display: block; }

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

.page-links {
  clear: both;
  margin: 0;
  padding-top: 40px; }

.edit-link a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 32px; }

.mfp-bg,
.mfp-wrap,
.jquery-modal.blocker {
  z-index: 9999; }

.mfp-bg {
  background-color: var(--colorBackground, #ffffff); }

.left-content {
  max-width: 100%; }

.elementor-shortcode .wpcf7 .wpcf7-form {
  display: grid;
  gap: 34px;
  grid-gap: 34px;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 575px) {
    .elementor-shortcode .wpcf7 .wpcf7-form {
      gap: 15px;
      grid-gap: 15px; } }
  .elementor-shortcode .wpcf7 .wpcf7-form label {
    font-weight: 500; }
  .elementor-shortcode .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px; }
  .elementor-shortcode .wpcf7 .wpcf7-form p {
    margin: 0; }
    @media (max-width: 575px) {
      .elementor-shortcode .wpcf7 .wpcf7-form p {
        grid-column: 1 / 3; } }
    .elementor-shortcode .wpcf7 .wpcf7-form p input[type="text"],
    .elementor-shortcode .wpcf7 .wpcf7-form p input[type="email"],
    .elementor-shortcode .wpcf7 .wpcf7-form p input[type="password"] {
      width: 100%; }
    .elementor-shortcode .wpcf7 .wpcf7-form p:nth-child(4) {
      grid-column: 1 / 3; }
  .elementor-shortcode .wpcf7 .wpcf7-form input,
  .elementor-shortcode .wpcf7 .wpcf7-form textarea {
    border-radius: 0px; }
  .elementor-shortcode .wpcf7 .wpcf7-form input[type="submit"],
  .elementor-shortcode .wpcf7 .wpcf7-form button[type="submit"] {
    font-weight: 500; }
  .elementor-shortcode .wpcf7 .wpcf7-form .wpcf7-response-output {
    margin: 0;
    padding: 8px 16px;
    grid-column: 1 / 3;
    border-color: var(--colorPrimary, #d10068); }
  .elementor-shortcode .wpcf7 .wpcf7-form .ajax-loader {
    top: 8px; }
  .elementor-shortcode .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    border-color: #10B981; }

/*--------------------------------------------------------------
# style for archive page
--------------------------------------------------------------*/
.archive .content-area .page-header {
  margin-bottom: 60px; }
  .archive .content-area .page-header .page-title {
    margin: 0; }
  .archive .content-area .page-header .page-description p {
    margin: 15px 0 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  width: 100%;
  margin-top: 40px;
  /*--------------------------------------------------------------
  # style for post comment title
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment list
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment card
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment respond
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment form
  --------------------------------------------------------------*/ }
  #comments .comment-content > a {
    text-decoration: none; }
  #comments .comment-content a {
    word-wrap: break-word; }
  #comments .bypostauthor {
    display: block; }
  #comments h2.comments-title {
    margin: 25px 0 40px; }
  #comments ol.comment-list {
    margin: 0 0 40px;
    padding: 0; }
    #comments ol.comment-list > li,
    #comments ol.comment-list > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li > .children > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li > .children > li > .children > li > .children > li {
      list-style: none; }
    #comments ol.comment-list #respond {
      margin-top: 20px;
      margin-bottom: 80px; }
      @media (max-width: 1280px) {
        #comments ol.comment-list #respond {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        #comments ol.comment-list #respond {
          margin-bottom: 40px; } }
  #comments .no-comments {
    margin: 0; }
  #comments .comment-card {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      #comments .comment-card {
        margin: 0 0 30px; } }
    #comments .comment-card .comment-avatar {
      flex-shrink: 0;
      margin-right: 24px; }
      @media (max-width: 767px) {
        #comments .comment-card .comment-avatar {
          margin-right: 20px; } }
      #comments .comment-card .comment-avatar img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        object-fit: cover; }
        @media (max-width: 767px) {
          #comments .comment-card .comment-avatar img {
            width: 60px;
            height: 60px; } }
      #comments .comment-card .comment-avatar + .comment-content {
        width: calc(100% - 95px); }
        @media (max-width: 767px) {
          #comments .comment-card .comment-avatar + .comment-content {
            width: calc(100% - 80px); } }
    #comments .comment-card .comment-info .date {
      color: #666666;
      font-size: 14px;
      line-height: 20px; }
    #comments .comment-card .comment-content {
      width: 100%; }
      #comments .comment-card .comment-content .name {
        margin-bottom: 0; }
        #comments .comment-card .comment-content .name h5 {
          margin: 0;
          font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
          text-transform: capitalize; }
      #comments .comment-card .comment-content .content {
        margin-top: 5px; }
        #comments .comment-card .comment-content .content em {
          color: var(--colorSecondaryFont); }
        #comments .comment-card .comment-content .content p {
          margin-top: 0;
          line-height: 1.6;
          color: #484848; }
          @media (max-width: 767px) {
            #comments .comment-card .comment-content .content p {
              margin-bottom: 16px; } }
      #comments .comment-card .comment-content .action {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: var(--colorLinkFont, #121212);
        margin-top: 8px; }
        #comments .comment-card .comment-content .action .comment-reply-link {
          color: var(--colorPrimary, #d10068);
          font-weight: 500;
          padding-right: 20px;
          position: relative;
          text-decoration: none; }
          #comments .comment-card .comment-content .action .comment-reply-link svg {
            width: 18px;
            height: 18px;
            position: absolute;
            right: 0;
            top: calc(50% - 16px / 2); }
          #comments .comment-card .comment-content .action .comment-reply-link:hover, #comments .comment-card .comment-content .action .comment-reply-link:focus {
            color: var(--colorPrimaryFont, #000000);
            text-decoration: underline; }
  #comments .depth-5.has-children {
    margin: 18px 0; }
    #comments .depth-5.has-children .comment-card {
      margin-bottom: 0px; }
  #comments :is(.trackback, .pingback) {
    margin-bottom: 0;
    margin-top: 10px; }
    #comments :is(.trackback, .pingback) .comment-card {
      margin-bottom: 0; }
  #comments #respond {
    padding-top: 18px; }
    #comments #respond h3 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 16px; }
      @media (max-width: 1280px) {
        #comments #respond h3 {
          font-size: 20px; } }
      #comments #respond h3 #cancel-comment-reply-link {
        float: right;
        clear: right;
        color: var(--colorLinkFont, #121212);
        font-size: 15px;
        font-weight: 400;
        transition: color 0.3s ease; }
        #comments #respond h3 #cancel-comment-reply-link:hover, #comments #respond h3 #cancel-comment-reply-link:focus {
          color: var(--colorPrimaryFont, #000000);
          text-decoration: underline; }
  #comments #commentform {
    display: grid;
    grid-template-areas: "note note note" "comment comment comment" "author email url" "cookie cookie cookie" "submit submit submit";
    grid-gap: 16px; }
    @media (max-width: 767px) {
      #comments #commentform {
        grid-template-areas: "note note note" "comment comment comment" "author author author" "email email email" "url url url" "cookie cookie cookie" "submit submit submit";
        grid-gap: 16px; } }
    #comments #commentform p {
      margin: 0;
      color: var(--colorLinkFont, #121212); }
      #comments #commentform p label {
        color: var(--colorSecondaryFont, #484848);
        line-height: 19px;
        font-weight: 500; }
        #comments #commentform p label:not([for^="wp-comment-cookies-consent"]) {
          display: inline-block;
          font-weight: 500;
          margin-bottom: 14px; }
      #comments #commentform p input:not(.submit) {
        width: 100%; }
      #comments #commentform p.comment-notes, #comments #commentform p.logged-in-as {
        grid-area: note; }
      #comments #commentform p.logged-in-as a {
        font-style: 14px;
        color: var(--colorLinkFont, #121212); }
        #comments #commentform p.logged-in-as a:hover {
          text-decoration: underline; }
      #comments #commentform p.comment-form-comment {
        max-height: 220px;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #comments #commentform p.comment-form-comment {
            margin-top: 20px; } }
      #comments #commentform p.comment-form-comment {
        grid-area: comment; }
      #comments #commentform p.comment-form-author {
        grid-area: author; }
      #comments #commentform p.comment-form-email {
        grid-area: email; }
      #comments #commentform p.comment-form-url {
        grid-area: url; }
      #comments #commentform p.comment-form-cookies-consent {
        grid-area: cookie; }
        #comments #commentform p.comment-form-cookies-consent label {
          font-weight: normal;
          cursor: pointer;
          color: var(--colorButton, #292929);
          position: relative;
          display: flex;
          align-items: center;
          padding-left: 27px;
          transition: color 0.2s ease; }
          @media (max-width: 767px) {
            #comments #commentform p.comment-form-cookies-consent label {
              align-items: flex-start; } }
          #comments #commentform p.comment-form-cookies-consent label::before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 18px;
            height: 18px;
            background-color: transparent;
            border: 1px solid var(--colorBorder, #dbdbdb);
            border-radius: 3px;
            position: absolute;
            top: 0;
            left: 0;
            transition: background-color 0.2s ease; }
        #comments #commentform p.comment-form-cookies-consent input[type="checkbox"] {
          width: auto;
          height: auto;
          display: none; }
          #comments #commentform p.comment-form-cookies-consent input[type="checkbox"]:checked + label {
            color: var(--colorTextDark, #757575); }
            #comments #commentform p.comment-form-cookies-consent input[type="checkbox"]:checked + label:before {
              border-color: var(--colorButton, #292929);
              background-color: var(--colorButton, #292929); }
            #comments #commentform p.comment-form-cookies-consent input[type="checkbox"]:checked + label:after {
              content: "";
              position: absolute;
              left: 4px;
              top: 9px;
              margin-top: -1px;
              background: var(--colorButtonFont, #ffffff);
              width: 2px;
              height: 2px;
              box-shadow: 2px 0 0 var(--colorButtonFont, #ffffff), 4px 0 0 var(--colorButtonFont, #ffffff), 4px -2px 0 var(--colorButtonFont, #ffffff), 4px -4px 0 var(--colorButtonFont, #ffffff), 4px -6px 0 var(--colorButtonFont, #ffffff), 4px -8px 0 var(--colorButtonFont, #ffffff);
              transform: rotate(45deg); }
        #comments #commentform p.comment-form-cookies-consent:hover label {
          color: var(--colorTextDark, #757575); }
      #comments #commentform p.form-submit {
        grid-area: submit;
        margin-top: 15px; }
        #comments #commentform p.form-submit input[type="submit"]:focus {
          outline: none; }
    #comments #commentform .comment-form-comment textarea {
      width: 100%;
      resize: none;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 15px;
      font-size: 16px;
      color: var(--colorSecondaryFont, #484848);
      background-color: #f7f7f7;
      transition: border-color 0.2s ease; }
      #comments #commentform .comment-form-comment textarea::placeholder {
        color: #666666;
        opacity: 1; }
      #comments #commentform .comment-form-comment textarea:focus {
        border-color: var(--colorBorderFocus, #292929); }
    #comments #commentform :is(.comment-form-author, .comment-form-email, .comment-form-url) input {
      width: 100%;
      border: 1px solid transparent;
      border-radius: 0;
      height: 54px;
      padding: 15px;
      font-size: 16px;
      color: var(--colorSecondaryFont, #484848);
      background-color: #f7f7f7;
      transition: border-color 0.2s ease;
      outline: none; }
      #comments #commentform :is(.comment-form-author, .comment-form-email, .comment-form-url) input::placeholder {
        color: #666666; }
      #comments #commentform :is(.comment-form-author, .comment-form-email, .comment-form-url) input:focus {
        border-color: var(--colorBorderFocus, #292929); }

/*--------------------------------------------------------------
# admin style for comment form
--------------------------------------------------------------*/
.logged-in #comments #commentform {
  grid-template-areas: "note note note" "comment comment comment" "submit submit submit"; }

.logged-in #comments .comment-list #respond #commentform {
  grid-template-areas: "note note note" "comment comment comment" "submit submit submit"; }

/*--------------------------------------------------------------
# comment default style and when review plugin is not active
--------------------------------------------------------------*/
body:not(.single-listing) #comments #commentform {
  grid-template-areas: "note note note" "comment comment comment" "author email url" "cookie cookie cookie" "submit submit submit"; }
  @media (max-width: 767px) {
    body:not(.single-listing) #comments #commentform {
      grid-template-areas: "note note note" "comment comment comment" "author author author" "email email email" "url url url" "cookie cookie cookie" "submit submit submit";
      grid-gap: 30px; } }

body:not(.single-listing).logged-in #comments #commentform {
  grid-template-areas: "note note note" "comment comment comment" "submit submit submit"; }

body[data-color-mode="dark"] #comments #commentform :is(.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url) input,
body[data-color-mode="dark"] #comments #commentform :is(.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url) textarea {
  background-color: #131313; }
  body[data-color-mode="dark"] #comments #commentform :is(.comment-form-comment,
  .comment-form-author,
  .comment-form-email,
  .comment-form-url) input::placeholder,
  body[data-color-mode="dark"] #comments #commentform :is(.comment-form-comment,
  .comment-form-author,
  .comment-form-email,
  .comment-form-url) textarea::placeholder {
    color: #cfcfd1; }

body[data-color-mode="dark"] #comments .comment-card .comment-content .content p {
  color: var(--colorSecondaryFont); }

/*--------------------------------------------------------------
## Custom Taxonomy
--------------------------------------------------------------*/
.storyhub-custom-taxonomy-page {
  position: relative;
  padding: 120px 0; }
  @media (max-width: 1280px) {
    .storyhub-custom-taxonomy-page {
      padding: 100px 0; } }
  @media (max-width: 1280px) {
    .storyhub-custom-taxonomy-page {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .storyhub-custom-taxonomy-page {
      padding: 60px 0; } }
  .storyhub-custom-taxonomy-page .navigation {
    margin-bottom: 0 !important; }

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
.error404 #page #content,
.search-no-results #page #content {
  display: grid;
  place-content: center; }

.storyhub-404 {
  grid-gap: 100px;
  display: grid;
  align-items: center;
  grid-template-columns: 410px 1fr; }
  @media (min-width: 1025px) {
    .storyhub-404 {
      grid-template-columns: 315px 1fr; } }
  @media (max-width: 1024px) {
    .storyhub-404 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 70px; } }
  @media (max-width: 767px) {
    .storyhub-404 {
      grid-gap: 50px;
      margin-top: 50px;
      display: flex;
      flex-direction: column-reverse; } }

.error404-messages h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .error404-messages h2 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .error404-messages h2 {
      font-size: 24px; } }

.error404-messages .go-back {
  align-items: center;
  display: inline-flex;
  color: var(--colorHeading, #212121);
  margin-top: 60px; }
  .error404-messages .go-back span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--colorBorder, #dbdbdb);
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    transition: all 0.15s ease-in-out 0s; }
  .error404-messages .go-back:hover span {
    background-color: #f73b98; }

.error-illustration {
  display: flex;
  align-items: center; }
  .error-illustration svg {
    max-width: 100%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .error-illustration svg {
        max-width: 300px; } }
    @media (max-width: 767px) {
      .error-illustration svg {
        max-width: 100%; } }

/*--------------------------------------------------------------
## Not Found
--------------------------------------------------------------*/
.storyhub-not-found {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .storyhub-not-found {
      flex-direction: column-reverse;
      justify-content: center; } }
  .storyhub-not-found-content {
    max-width: 520px;
    width: 100%; }
    @media (max-width: 1280px) {
      .storyhub-not-found-content {
        padding-right: 64px; } }
    @media (max-width: 767px) {
      .storyhub-not-found-content {
        padding-right: 32px; } }
    @media (max-width: 575px) {
      .storyhub-not-found-content {
        padding-right: 0;
        margin-top: 40px;
        text-align: center; } }
    .storyhub-not-found-content h1 {
      margin: 0; }
    .storyhub-not-found-content p {
      margin: 16px 0 48px; }
      @media (max-width: 575px) {
        .storyhub-not-found-content p {
          margin-bottom: 32px; } }
    .storyhub-not-found-content .search-form {
      display: flex; }
      .storyhub-not-found-content .search-form label {
        flex: 1; }
      .storyhub-not-found-content .search-form input[type="text"] {
        width: 100%;
        min-height: 48px;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .storyhub-not-found-content .search-form button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        padding: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  @media (max-width: 1440px) {
    .storyhub-not-found-media svg {
      width: 380px;
      height: auto; } }
  @media (max-width: 1024px) {
    .storyhub-not-found-media svg {
      width: 340px; } }
  @media (max-width: 990px) {
    .storyhub-not-found-media svg {
      width: 260px; } }
  @media (max-width: 575px) {
    .storyhub-not-found-media svg {
      width: 164px; } }

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.storyhub-site-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorBackground, #ffffff);
  z-index: 999999; }
  .storyhub-site-preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .storyhub-site-preloader .storyhub-header-logo-image,
  .storyhub-site-preloader .storyhub-header-logo-title {
    margin-bottom: 22px;
    text-align: center; }
    @media (max-width: 575px) {
      .storyhub-site-preloader .storyhub-header-logo-image,
      .storyhub-site-preloader .storyhub-header-logo-title {
        margin-bottom: 20px; } }
    .storyhub-site-preloader .storyhub-header-logo-image img,
    .storyhub-site-preloader .storyhub-header-logo-title img {
      max-width: 150px;
      margin: 0 auto; }
      @media (max-width: 575px) {
        .storyhub-site-preloader .storyhub-header-logo-image img,
        .storyhub-site-preloader .storyhub-header-logo-title img {
          max-width: 132px; } }
  .storyhub-site-preloader h2 {
    margin: 0; }
  .storyhub-site-preloader .loading-bar {
    width: 200px;
    height: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background: var(--colorBorder, #dbdbdb); }
  .storyhub-site-preloader .loading-bar::before {
    content: '';
    width: 68px;
    height: 4px;
    background: var(--colorPrimary, #d10068);
    position: absolute;
    left: -48px;
    animation: bluebar 2s infinite ease; }

@keyframes bluebar {
  50% {
    left: 180px; } }

/*--------------------------------------------------------------
## Newsletter popup
--------------------------------------------------------------*/
body.freeze-body-scroll {
  overflow: hidden !important; }

.storyhub-newsletter-popup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.4);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; }
  .storyhub-newsletter-popup-wrap.show-newsletter {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }
  .storyhub-newsletter-popup-wrap .storyhub-newsletter-body {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
    @media (max-width: 990px) {
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body {
        max-width: 520px; } }
    .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-close {
      width: 42px;
      height: 42px;
      display: flex;
      border-radius: 50%;
      padding: 0;
      border: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4yNTUiIGhlaWdodD0iMjUuMjU1IiB2aWV3Qm94PSIwIDAgMjUuMjU1IDI1LjI1NSI+CiAgPHBhdGggaWQ9ImNsb3NlIiBkPSJNNy4yNTYsNC45ODhBMS42LDEuNiwwLDAsMCw0Ljk4OCw3LjI1Nmw5LjI2Miw5LjI2Mkw0Ljk4OCwyNS43OGExLjYsMS42LDAsMCwwLDIuMjY4LDIuMjY4bDkuMjYyLTkuMjYyLDkuMjYyLDkuMjYyYTEuNiwxLjYsMCwwLDAsMi4yNjgtMi4yNjhsLTkuMjYyLTkuMjYyLDkuMjYyLTkuMjYyQTEuNiwxLjYsMCwxLDAsMjUuNzgsNC45ODhMMTYuNTE4LDE0LjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuODkxIC0zLjg5MSkiIGZpbGw9IiM1YTVhNWEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      position: absolute;
      top: 8px;
      right: 8px; }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-close:focus, .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-close:hover {
        background-color: var(--colorBackgroundLight, #f3f3f3); }
      @media (max-width: 575px) {
        .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-close {
          background-size: 14px; } }
    .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-media {
      width: calc(100% - 520px);
      background-color: var(--colorBackgroundLight, #f3f3f3); }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-media img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 990px) {
        .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-media {
          display: none; } }
    .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content {
      width: 520px;
      padding: 60px;
      align-self: center; }
      @media (max-width: 990px) {
        .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content {
          width: 100%; } }
      @media (max-width: 575px) {
        .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content {
          padding: 30px; } }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content .storyhub-newsletter-header {
        text-align: center; }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content h6 {
        color: #292929;
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px; }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content h2 {
        margin-bottom: 30px; }
        @media (max-width: 575px) {
          .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content h2 {
            font-size: 20px;
            margin-bottom: 20px; } }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content p {
        margin: 0;
        color: #292929;
        line-height: 1.7; }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content form {
        display: grid;
        grid-gap: 15px;
        margin-top: 60px; }
        @media (max-width: 575px) {
          .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content form {
            margin-top: 40px; } }
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content input[type="text"],
      .storyhub-newsletter-popup-wrap .storyhub-newsletter-body .storyhub-newsletter-content input[type="email"] {
        min-height: 48px;
        background-color: var(--colorBackgroundLight, #f3f3f3); }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Author bio
--------------------------------------------------------------*/
.elementor .storyhub-author-bio {
  width: 100%;
  margin: 0 auto;
  padding: 150px 10px;
  /*--------------------------------------------------------------
    ## style for vulter layout
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ## style for revotic layout
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ## style for zenome layout
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ## style for author image 
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ## style for heading 
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ## style for social links
    --------------------------------------------------------------*/ }
  @media (max-width: 1280px) {
    .elementor .storyhub-author-bio {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 990px) {
    .elementor .storyhub-author-bio {
      padding: 70px 25px; } }
  @media (max-width: 575px) {
    .elementor .storyhub-author-bio {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .elementor .storyhub-author-bio-vulter {
    max-width: 610px;
    display: grid;
    place-items: center;
    text-align: center; }
    .elementor .storyhub-author-bio-vulter .storyhub-author-bio-content {
      margin-top: 30px; }
      @media (max-width: 990px) {
        .elementor .storyhub-author-bio-vulter .storyhub-author-bio-content {
          margin-top: 28px; } }
      @media (max-width: 575px) {
        .elementor .storyhub-author-bio-vulter .storyhub-author-bio-content {
          margin-top: 24px; } }
    .elementor .storyhub-author-bio-vulter .storyhub-author-bio-social-profile {
      justify-content: center; }
  .elementor .storyhub-author-bio-revotic {
    max-width: 940px;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .elementor .storyhub-author-bio-revotic {
        flex-direction: column;
        text-align: center; } }
    .elementor .storyhub-author-bio-revotic .storyhub-author-bio-image {
      flex-shrink: 0; }
    .elementor .storyhub-author-bio-revotic .storyhub-author-bio-content {
      padding-left: 30px; }
    @media (max-width: 575px) {
      .elementor .storyhub-author-bio-revotic .storyhub-author-bio-content {
        padding-left: 0;
        margin-top: 24px; }
      .elementor .storyhub-author-bio-revotic .storyhub-author-bio-social-profile {
        justify-content: center; } }
  .elementor .storyhub-author-bio-zenome {
    position: relative; }
    @media (min-width: 1281px) {
      .elementor .storyhub-author-bio-zenome {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media (min-width: 1401px) {
      .elementor .storyhub-author-bio-zenome {
        padding-top: 190px;
        padding-bottom: 190px; } }
    .elementor .storyhub-author-bio-zenome .storyhub-author-bio-shadow-title {
      font-size: 400px;
      font-weight: 600;
      line-height: 1;
      color: var(--colorSecondaryFont, #484848);
      opacity: 0.0275;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      text-align: center;
      pointer-events: none;
      transform: translateY(-50%); }
      @media (max-width: 1700px) {
        .elementor .storyhub-author-bio-zenome .storyhub-author-bio-shadow-title {
          font-size: 350px; } }
      @media (max-width: 1280px) {
        .elementor .storyhub-author-bio-zenome .storyhub-author-bio-shadow-title {
          font-size: 270px; } }
      @media (max-width: 990px) {
        .elementor .storyhub-author-bio-zenome .storyhub-author-bio-shadow-title {
          font-size: 200px; } }
      @media (max-width: 767px) {
        .elementor .storyhub-author-bio-zenome .storyhub-author-bio-shadow-title {
          display: none; } }
    .elementor .storyhub-author-bio-zenome .storyhub-author-bio-content {
      max-width: 740px;
      margin: 0 auto;
      text-align: center; }
    .elementor .storyhub-author-bio-zenome .storyhub-author-bio-social-profile {
      justify-content: center; }
  .elementor .storyhub-author-bio-image {
    width: 270px;
    height: 270px;
    padding: 30px;
    border-radius: 50%;
    border: 1px solid var(--colorBorder, #dbdbdb); }
    @media (max-width: 990px) {
      .elementor .storyhub-author-bio-image {
        width: 220px;
        height: 220px;
        padding: 25px; } }
    @media (max-width: 575px) {
      .elementor .storyhub-author-bio-image {
        width: 180px;
        height: 180px;
        padding: 20px; } }
    .elementor .storyhub-author-bio-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
  .elementor .storyhub-author-bio-heading {
    font-size: var(--h1FontSize, 38px);
    font-family: var(--h1FontFamily, Lora, serif);
    margin-bottom: 18px;
    color: var(--colorPrimaryFont, #000); }
    @media (max-width: 990px) {
      .elementor .storyhub-author-bio-heading {
        font-size: calc(var(--h1FontSize, 38px) - 4px);
        margin-bottom: 15px; } }
    @media (max-width: 575px) {
      .elementor .storyhub-author-bio-heading {
        margin-bottom: 12px; } }
    .elementor .storyhub-author-bio-heading * {
      margin: 0;
      font-size: inherit;
      font-family: inherit;
      line-height: 1.6; }
    .elementor .storyhub-author-bio-heading strong {
      font-weight: 700; }
    .elementor .storyhub-author-bio-heading + p {
      margin: 0 0 1.7em; }
  .elementor .storyhub-author-bio-social-profile {
    padding: 0;
    display: flex;
    align-items: center; }
    .elementor .storyhub-author-bio-social-profile:not(.wp-block-gallery) {
      margin: 0; }
    .elementor .storyhub-author-bio-social-profile li {
      list-style: none;
      margin: 0 10px; }
      .elementor .storyhub-author-bio-social-profile li:first-child {
        margin-left: 0; }
      .elementor .storyhub-author-bio-social-profile li:last-child {
        margin-right: 0; }
      .elementor .storyhub-author-bio-social-profile li a {
        display: flex;
        padding: 4px;
        color: var(--colorSecondaryFont, #484848);
        font-size: 18px;
        position: relative; }
        .elementor .storyhub-author-bio-social-profile li a::before {
          content: attr(title);
          opacity: 0;
          visibility: hidden;
          user-select: none;
          pointer-events: none;
          display: inline-block;
          font-size: 13px;
          padding: 4px 12px;
          border-radius: 3px;
          position: absolute;
          bottom: calc(100% + 4px);
          margin-left: calc(50% - 4px);
          transform: translate(-50%, 4px);
          background-color: var(--colorBackground, #ffffff);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          transition: all 0.25s ease-in-out;
          z-index: 9; }
        .elementor .storyhub-author-bio-social-profile li a:is(:hover, :focus)::before {
          opacity: 1;
          visibility: visible;
          transform: translate(-50%, 0);
          transition: all 0.25s ease-in-out; }

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Leland 
--------------------------------------------------------------*/
.storyhub-leland-featured-category-posts {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .storyhub-leland-featured-category-posts .storyhub-featured-category-post-area {
    width: 100%;
    max-width: 460px;
    background-color: var(--colorBackground, #ffffff);
    border-radius: 6px;
    padding: 45px; }
    @media (max-width: 990px) {
      .storyhub-leland-featured-category-posts .storyhub-featured-category-post-area {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .storyhub-leland-featured-category-posts .storyhub-featured-category-post-area {
        padding: 25px; } }
  .storyhub-leland-featured-category-posts .storyhub-featured-category-post-title {
    color: var(--colorHeading, #484848);
    font-size: var(--bodyFontSize, 16px);
    font-weight: 500;
    font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
    letter-spacing: 0.17em;
    position: relative; }
    .storyhub-leland-featured-category-posts .storyhub-featured-category-post-title::after {
      content: "";
      width: 80px;
      height: 1px;
      background: var(--colorHeading, #484848);
      display: block;
      margin-top: 8px; }
  .storyhub-leland-featured-category-posts .storyhub-featured-category-post-card {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .storyhub-leland-featured-category-posts .storyhub-featured-category-post-card:is(:hover, :focus) a img {
      transform: scale(1.1); }
  .storyhub-leland-featured-category-posts .storyhub-featured-category-post-thumb {
    flex: 0 0 auto;
    width: 110px;
    margin-right: 15px;
    overflow: hidden;
    position: relative; }
    .storyhub-leland-featured-category-posts .storyhub-featured-category-post-thumb a {
      display: flex;
      overflow: hidden; }
    .storyhub-leland-featured-category-posts .storyhub-featured-category-post-thumb img {
      transition: all 0.15s ease-in-out;
      transform-origin: left top;
      width: 110px;
      height: 120px;
      object-fit: cover; }
  .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content {
    flex-grow: 1; }
    .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories {
      line-height: 1.1;
      margin-top: 12px; }
      @media (max-width: 990px) {
        .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories {
          margin-top: 10px; } }
      @media (max-width: 575px) {
        .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories {
          margin-top: 8px; } }
      .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories a {
        color: var(--colorPrimary, #d10068);
        font-size: calc(var(--bodyFontSize, 16px) - 2px);
        text-transform: lowercase;
        margin-right: 30px; }
        @media (max-width: 990px) {
          .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories a {
            margin-right: 25px; } }
        .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories a::before {
          content: "#"; }
        .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories a:last-child {
          margin-right: 0; }
        .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories a:is(:hover, :focus) {
          color: var(--colorPrimaryHover, #f73b98);
          text-decoration: underline; }
        @media (max-width: 575px) {
          .storyhub-leland-featured-category-posts .storyhub-featured-category-post-content .categories a {
            margin-right: 16px; } }
  .storyhub-leland-featured-category-posts .storyhub-featured-category-post-card-title {
    font-size: var(--h4FontSize, 18px);
    font-weight: 600;
    line-height: 1.53;
    margin-bottom: 0px;
    font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif); }
    @media (max-width: 990px) {
      .storyhub-leland-featured-category-posts .storyhub-featured-category-post-card-title {
        font-size: calc(var(--h4FontSize, 18px) - 2px); } }
    @media (max-width: 575px) {
      .storyhub-leland-featured-category-posts .storyhub-featured-category-post-card-title {
        font-size: calc(var(--h4FontSize, 18px) - 4px); } }
    .storyhub-leland-featured-category-posts .storyhub-featured-category-post-card-title a {
      color: inherit; }
      .storyhub-leland-featured-category-posts .storyhub-featured-category-post-card-title a:is(:hover, :focus) {
        color: var(--colorPrimary, #d10068); }

/*--------------------------------------------------------------
## Ramona 
--------------------------------------------------------------*/
.storyhub-ramona-featured-category-posts .storyhub-featured-category-post-area {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  @media (max-width: 1024px) {
    .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-area {
      margin: -10px; } }

.storyhub-ramona-featured-category-posts .storyhub-featured-category-post-card {
  padding: 15px; }
  @media (max-width: 1024px) {
    .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-card {
      padding: 10px; } }
  .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-card a,
  .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-card span {
    display: flex;
    flex-direction: column; }
  @media (min-width: 1025px) {
    .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-card a:is(:hover, :focus) .storyhub-featured-category-post-content {
      opacity: 1;
      transition: all 0.3s ease-in-out; }
      .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-card a:is(:hover, :focus) .storyhub-featured-category-post-content h3,
      .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-card a:is(:hover, :focus) .storyhub-featured-category-post-content .read-story {
        transform: translateY(0); } }

.storyhub-ramona-featured-category-posts .storyhub-featured-category-post-thumb {
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-thumb {
      min-height: 20vw; } }
  @media (max-width: 1024px) {
    .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-thumb {
      min-height: 44vw; } }
  @media (max-width: 767px) {
    .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-thumb {
      min-height: 462px; } }
  .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }

.storyhub-ramona-featured-category-posts .storyhub-featured-category-post-content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(rgba(112, 112, 112, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%); }
  @media (min-width: 1025px) {
    .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-content {
      opacity: 0;
      transition: all 0.3s ease-in-out; } }
  .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-content h3 {
    color: #ffffff;
    font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
    font-size: calc(var(--bodyFontSize, 16px) + 1px);
    line-height: 1.4;
    margin-bottom: 18px; }
    @media (min-width: 1025px) {
      .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-content h3 {
        transform: translateY(50px);
        transition: all 0.32s ease-in-out; } }
  .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-content .read-story {
    color: #f6c667;
    font-size: calc(var(--bodyFontSize, 16px) - 2px);
    font-weight: 600; }
    @media (min-width: 1025px) {
      .storyhub-ramona-featured-category-posts .storyhub-featured-category-post-content .read-story {
        transform: translateY(50px);
        transition: all 0.32s ease-in-out; } }

/*--------------------------------------------------------------
## Terrance 
--------------------------------------------------------------*/
.storyhub-terrance-featured-category-posts .storyhub-featured-category-post-area {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  @media (max-width: 990px) {
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-area {
      margin: -10px; } }

.storyhub-terrance-featured-category-posts .storyhub-featured-category-post-card {
  padding: 15px; }
  @media (max-width: 990px) {
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-card {
      padding: 10px; } }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-card:hover .storyhub-featured-category-post-content {
    opacity: 1;
    bottom: 30px; }
    @media (max-width: 1440px) {
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-card:hover .storyhub-featured-category-post-content {
        bottom: 25px; } }
    @media (max-width: 1024px) {
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-card:hover .storyhub-featured-category-post-content {
        bottom: 20px; } }
    @media (max-width: 990px) {
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-card:hover .storyhub-featured-category-post-content {
        bottom: 15px; } }

.storyhub-terrance-featured-category-posts .storyhub-featured-category-post-thumb {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-thumb a {
    display: flex; }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-thumb img {
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    max-height: 456px;
    min-height: 350px;
    height: 100%; }

.storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content {
  opacity: 0;
  padding: 30px;
  width: calc(100% - 60px);
  border-radius: 3px;
  background-color: var(--colorContentBG, #ffffff);
  position: absolute;
  left: 30px;
  bottom: 0px;
  z-index: 2;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1440px) {
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content {
      left: 25px;
      padding: 25px;
      width: calc(100% - 50px); } }
  @media (max-width: 1024px) {
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content {
      opacity: 1;
      left: 20px;
      bottom: 20px;
      padding: 20px;
      width: calc(100% - 40px); } }
  @media (max-width: 990px) {
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content {
      left: 15px;
      bottom: 15px;
      padding: 15px;
      width: calc(100% - 30px); } }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .storyhub-post-format-icon {
    top: 15px;
    right: 17px; }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-meta {
    margin-bottom: 12px; }
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-meta .categories {
      display: flex;
      flex-wrap: wrap; }
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-meta a {
      color: var(--colorPrimary, #d10068);
      font-size: calc(var(--bodyFontSize, 16px) - 2px);
      text-transform: lowercase;
      margin-right: 20px; }
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-meta a::before {
        content: "#"; }
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-meta a:last-child {
        margin-right: 0; }
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-meta a:is(:hover, :focus) {
        color: var(--colorPrimaryHover, #f73b98);
        text-decoration: underline; }
      @media (max-width: 575px) {
        .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-meta a {
          margin-right: 16px; } }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-title {
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-title {
        font-size: calc(var(--h3FontSize, 21px) - 6px); } }
    @media (min-width: 768px) and (max-width: 990px) {
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-title {
        font-size: calc(var(--h3FontSize, 21px) - 7px); } }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-content {
    line-height: 1.6;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .entry-content {
        display: none; } }
  .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .read-more {
    font-size: calc(var(--bodyFontSize, 16px) - 2px);
    font-weight: 600;
    text-decoration: underline; }
    .storyhub-terrance-featured-category-posts .storyhub-featured-category-post-content .read-more:is(:hover, :focus) {
      text-decoration: none; }

/*--------------------------------------------------------------
# Common style
--------------------------------------------------------------*/
.storyhub-post-format-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 12px;
  top: 10px;
  color: var(--colorPrimaryFont, #000000);
  background-color: var(--colorBackground, #ffffff); }

.storyhub-carolyn-post-card .post-content {
  align-items: center;
  background-color: var(--colorContentBG, #fff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  width: calc(100% - 58px);
  z-index: 1;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  min-height: 212px; }
  @media (min-width: 576px) {
    .storyhub-carolyn-post-card .post-content {
      margin-top: -125px;
      padding: 30px 40px; } }
  @media (min-width: 1024px) {
    .storyhub-carolyn-post-card .post-content {
      width: calc(100% - 120px); } }
  @media (min-width: 1280px) {
    .storyhub-carolyn-post-card .post-content {
      width: calc(100% - 258px); } }
  @media (min-width: 1537px) {
    .storyhub-carolyn-post-card .post-content {
      min-height: 290px; } }

.storyhub-carolyn-post-card .post-cat {
  margin-bottom: 15px; }
  .storyhub-carolyn-post-card .post-cat a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    padding: 2px 10px;
    display: inline-block; }

.storyhub-carolyn-post-card .post-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--colorHeading, #121213);
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .storyhub-carolyn-post-card .post-title h3 {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .storyhub-carolyn-post-card .post-title h3 {
      font-size: 32px; } }
  .storyhub-carolyn-post-card .post-title h3 a {
    color: var(--colorHeading, #121213);
    display: inline;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
    padding: 0.3% 0px; }
    .storyhub-carolyn-post-card .post-title h3 a:hover {
      background-size: 100% 2px; }

.storyhub-carolyn-post-card .post-meta {
  font-size: 18px;
  font-weight: 400; }

.storyhub-carolyn-post-card:is(.swiper-slide-prev, .swiper-slide-next) .post-content {
  display: none; }

.storyhub-carolyn .storyhub-carolyn-post-thumbnail img {
  height: auto;
  object-fit: cover; }
  @media (min-width: 1024px) {
    .storyhub-carolyn .storyhub-carolyn-post-thumbnail img {
      height: revert-layer; } }

.storyhub-carolyn.fluid .swiper-button-next,
.storyhub-carolyn.fluid .swiper-button-prev {
  width: 81px;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--navColor, #292929);
  transition: all 0.3s ease-in;
  z-index: 1; }

.storyhub-carolyn.fluid .swiper-button-prev {
  top: 72%;
  left: 30px;
  transition: all 0.3s ease-in; }
  @media (min-width: 1280px) {
    .storyhub-carolyn.fluid .swiper-button-prev {
      top: 66%;
      left: 50px; } }
  @media (min-width: 1367px) {
    .storyhub-carolyn.fluid .swiper-button-prev {
      top: 69%;
      left: 72px; } }
  @media (min-width: 1537px) {
    .storyhub-carolyn.fluid .swiper-button-prev {
      left: 100px; } }
  @media (min-width: 1537px) {
    .storyhub-carolyn.fluid .swiper-button-prev {
      top: 73%; } }
  .storyhub-carolyn.fluid .swiper-button-prev:hover {
    left: 60px; }
    @media (min-width: 1537px) {
      .storyhub-carolyn.fluid .swiper-button-prev:hover {
        left: 90px; } }

.storyhub-carolyn.fluid .swiper-button-next {
  top: 20px;
  right: 30px;
  margin-top: 0;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in; }
  @media (min-width: 1280px) {
    .storyhub-carolyn.fluid .swiper-button-next {
      right: 50px; } }
  @media (min-width: 1367px) {
    .storyhub-carolyn.fluid .swiper-button-next {
      right: 70px; } }
  @media (min-width: 1537px) {
    .storyhub-carolyn.fluid .swiper-button-next {
      top: 55px;
      right: 100px; } }
  .storyhub-carolyn.fluid .swiper-button-next:hover {
    right: 60px; }
    @media (min-width: 1537px) {
      .storyhub-carolyn.fluid .swiper-button-next:hover {
        right: 90px; } }

@media (min-width: 1280px) {
  .storyhub-carolyn.fluid .storyhub-carolyn-post-card .post-title h3 {
    font-size: 32px; } }

@media (min-width: 1700px) {
  .storyhub-carolyn.fluid .storyhub-carolyn-post-card .post-title h3 {
    font-size: 48px; } }

.storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-prev .storyhub-carolyn-post-thumbnail img {
  height: 415px; }
  @media (min-width: 1537px) {
    .storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-prev .storyhub-carolyn-post-thumbnail img {
      height: 580px; } }

.storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-next {
  margin-top: 90px; }
  @media (min-width: 1537px) {
    .storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-next {
      margin-top: 146px; } }
  .storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-next .storyhub-carolyn-post-thumbnail img {
    height: 415px; }
    @media (min-width: 1537px) {
      .storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-next .storyhub-carolyn-post-thumbnail img {
        height: 580px; } }

.storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-active .storyhub-carolyn-post-thumbnail img {
  height: 450px; }
  @media (min-width: 768px) {
    .storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-active .storyhub-carolyn-post-thumbnail img {
      height: 505px; } }
  @media (min-width: 1537px) {
    .storyhub-carolyn.fluid .storyhub-carolyn-post-card.swiper-slide-active .storyhub-carolyn-post-thumbnail img {
      height: 726px; } }

/*--------------------------------------------------------------
## Post Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Vulter 
--------------------------------------------------------------*/
.storyhub-vulter-post-grid-card {
  margin-bottom: 120px;
  /*--------------------------------------------------------------
  # style for sticky post
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for gallery post 
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for [quote, link, image] post 
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Default post card style 
  --------------------------------------------------------------*/ }
  @media (max-width: 1024px) {
    .storyhub-vulter-post-grid-card {
      margin-bottom: 90px; } }
  @media (max-width: 575px) {
    .storyhub-vulter-post-grid-card {
      margin-bottom: 60px; } }
  .storyhub-vulter-post-grid-card .entry-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600; }
    @media (max-width: 1280px) {
      .storyhub-vulter-post-grid-card .entry-title {
        font-size: 26px; } }
    @media (max-width: 990px) {
      .storyhub-vulter-post-grid-card .entry-title {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .storyhub-vulter-post-grid-card .entry-title {
        font-size: 22px; } }
  .storyhub-vulter-post-grid-card.sticky {
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 35px 30px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
  .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery {
    box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.7); }
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery .swiper-container {
      border-radius: 3px;
      width: calc(100% - 2px);
      background-color: #161b22; }
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item {
      min-height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item img {
        max-height: 100%;
        box-shadow: none; }
  .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-prev,
  .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: calc(50% - 40px / 2);
    z-index: 1;
    transition: background-color 0.3s ease; }
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-prev svg,
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-next svg {
      width: 20px;
      height: 20px; }
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-prev:hover,
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-next:hover {
      color: #ffffff;
      background-color: var(--colorPrimary, #d10068); }
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-prev:focus,
    .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-next:focus {
      outline: 0; }
  .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-prev {
    left: -24px; }
    @media (max-width: 767px) {
      .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-prev {
        left: 24px; } }
    @media (max-width: 575px) {
      .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-prev {
        left: 20px; } }
  .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-next {
    right: -24px; }
    @media (max-width: 575px) {
      .storyhub-vulter-post-grid-card.format-gallery .storyhub-post-gallery-next {
        right: 20px; } }
  .storyhub-vulter-post-grid-card.format-quote, .storyhub-vulter-post-grid-card.format-link {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 180px;
    border-radius: 3px;
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 60px 60px 58px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative; }
    @media (max-width: 575px) {
      .storyhub-vulter-post-grid-card.format-quote, .storyhub-vulter-post-grid-card.format-link {
        min-height: 150px;
        padding: 40px 30px 38px; } }
    .storyhub-vulter-post-grid-card.format-quote h3, .storyhub-vulter-post-grid-card.format-link h3 {
      line-height: 1.2;
      font-weight: 600; }
      .storyhub-vulter-post-grid-card.format-quote h3 a, .storyhub-vulter-post-grid-card.format-link h3 a {
        line-height: 40px; }
    .storyhub-vulter-post-grid-card.format-quote svg, .storyhub-vulter-post-grid-card.format-link svg {
      width: 34px;
      height: 34px;
      position: absolute;
      z-index: 1;
      top: 40px;
      right: 40px;
      line-height: 1;
      color: var(--colorPrimary, #d10068); }
      @media (max-width: 575px) {
        .storyhub-vulter-post-grid-card.format-quote svg, .storyhub-vulter-post-grid-card.format-link svg {
          width: 24px;
          height: 24px;
          top: 20px;
          right: 22px; } }
  .storyhub-vulter-post-grid-card.format-link h3 a {
    text-decoration: underline; }
    .storyhub-vulter-post-grid-card.format-link h3 a:hover, .storyhub-vulter-post-grid-card.format-link h3 a:focus {
      text-decoration: none; }
  .storyhub-vulter-post-grid-card.format-image .storyhub-vulter-post-grid-thumbnail > a {
    justify-content: center; }
  .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-thumbnail {
    position: relative;
    margin-bottom: 35px; }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-thumbnail > a {
      display: flex;
      align-items: center; }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-thumbnail img {
      display: block;
      border-radius: 3px;
      box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.7); }
  .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content {
    display: flex;
    flex-wrap: wrap; }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .storyhub-post-right {
      padding-left: 20px;
      width: calc(100% - 160px); }
      @media (max-width: 990px) {
        .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .storyhub-post-right {
          width: calc(100% - 150px); } }
      @media (max-width: 575px) {
        .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .storyhub-post-right {
          width: 100%;
          padding-left: 0; } }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .storyhub-post-left {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
      width: 160px;
      height: 160px; }
      @media (max-width: 990px) {
        .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .storyhub-post-left {
          width: 150px; } }
      @media (max-width: 575px) {
        .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .storyhub-post-left {
          width: auto;
          height: auto; } }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .post-date {
      text-align: center;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 400;
      margin-top: 0;
      color: var(--colorHeading, #212121); }
      @media (max-width: 575px) {
        .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .post-date {
          display: flex;
          align-items: center;
          margin-bottom: 16px; } }
      .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .post-date span {
        color: var(--colorHeading, #212121);
        display: block;
        font-size: 90px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 12px; }
        @media (max-width: 1024px) {
          .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .post-date span {
            font-size: 81px; } }
        @media (max-width: 575px) {
          .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .post-date span {
            font-size: 15px;
            font-weight: normal;
            margin-right: 4px;
            margin-bottom: 0; } }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .entry-header {
      margin-bottom: 12px; }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content p {
      line-height: 2;
      margin-bottom: 0; }
    .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .entry-meta {
      margin-top: 16px; }
      .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .entry-meta span {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 15px; }
        .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .entry-meta span a {
          display: block;
          margin-right: 30px;
          line-height: 1;
          text-transform: lowercase;
          transition: color 0.3s ease; }
          .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .entry-meta span a:hover, .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .entry-meta span a:focus {
            color: var(--colorPrimary, #d10068);
            text-decoration: underline; }
          @media (max-width: 990px) {
            .storyhub-vulter-post-grid-card .storyhub-vulter-post-grid-content .entry-meta span a {
              margin-right: 25px; } }

.storyhub-post-grid-size-1 .storyhub-vulter-post-grid-thumbnail img {
  width: 100%; }

/*--------------------------------------------------------------
## Revotic 
--------------------------------------------------------------*/
.storyhub-revotic-post-grid-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
  /*--------------------------------------------------------------
  # style for sticky post
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for [quote, link] post 
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Default post card style 
  --------------------------------------------------------------*/ }
  @media (max-width: 1024px) {
    .storyhub-revotic-post-grid-card {
      margin-bottom: 90px; } }
  @media (max-width: 575px) {
    .storyhub-revotic-post-grid-card {
      margin-bottom: 60px; } }
  .storyhub-revotic-post-grid-card.sticky {
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 35px 30px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
  .storyhub-revotic-post-grid-card.format-quote, .storyhub-revotic-post-grid-card.format-link {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 180px;
    border-radius: 3px;
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 60px 60px 58px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative; }
    @media (max-width: 575px) {
      .storyhub-revotic-post-grid-card.format-quote, .storyhub-revotic-post-grid-card.format-link {
        min-height: 150px;
        padding: 40px 30px 38px; } }
    .storyhub-revotic-post-grid-card.format-quote h3, .storyhub-revotic-post-grid-card.format-link h3 {
      font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
      line-height: 1.2;
      font-weight: 700;
      margin: 0; }
      .storyhub-revotic-post-grid-card.format-quote h3 a, .storyhub-revotic-post-grid-card.format-link h3 a {
        line-height: 40px; }
    .storyhub-revotic-post-grid-card.format-quote svg, .storyhub-revotic-post-grid-card.format-link svg {
      width: 34px;
      height: 34px;
      position: absolute;
      z-index: 1;
      top: 40px;
      right: 40px;
      line-height: 1;
      color: var(--colorPrimary, #d10068); }
      @media (max-width: 575px) {
        .storyhub-revotic-post-grid-card.format-quote svg, .storyhub-revotic-post-grid-card.format-link svg {
          width: 24px;
          height: 24px;
          top: 20px;
          right: 22px; } }
  .storyhub-revotic-post-grid-card.format-link h3 a {
    text-decoration: underline; }
    .storyhub-revotic-post-grid-card.format-link h3 a:hover, .storyhub-revotic-post-grid-card.format-link h3 a:focus {
      text-decoration: none; }
  .storyhub-revotic-post-grid-card .storyhub-post-left {
    overflow: hidden; }
    .storyhub-revotic-post-grid-card .storyhub-post-left .entry-media {
      transform: translateY(-110%);
      transition: transform 500ms ease, opacity 500ms ease;
      opacity: 0; }
      @media (max-width: 1024px) {
        .storyhub-revotic-post-grid-card .storyhub-post-left .entry-media {
          opacity: 1;
          transform: translateY(0);
          margin-bottom: 0; } }
    .storyhub-revotic-post-grid-card .storyhub-post-left .post-date {
      margin-top: 0;
      transform: translateY(0);
      opacity: 1;
      transition: transform 500ms ease, opacity 500ms ease; }
      @media (max-width: 1024px) {
        .storyhub-revotic-post-grid-card .storyhub-post-left .post-date {
          opacity: 0;
          transform: translateY(110%);
          display: none; } }
  .storyhub-revotic-post-grid-card:is(:hover, :focus-within) .storyhub-post-left .entry-media {
    transform: translateY(0);
    opacity: 1; }
  .storyhub-revotic-post-grid-card:is(:hover, :focus-within) .storyhub-post-left .post-date {
    transform: translateY(110%);
    opacity: 0; }
  .storyhub-revotic-post-grid-card .storyhub-post-right {
    padding-left: 45px;
    flex: 0 0 calc(100% - 170px); }
    @media (max-width: 1280px) {
      .storyhub-revotic-post-grid-card .storyhub-post-right {
        padding-left: 35px; } }
    @media (max-width: 575px) {
      .storyhub-revotic-post-grid-card .storyhub-post-right {
        flex: 0 0 100%;
        padding-left: 0; } }
  .storyhub-revotic-post-grid-card .storyhub-post-left {
    flex: 0 0 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 170px;
    height: 170px; }
    @media (max-width: 575px) {
      .storyhub-revotic-post-grid-card .storyhub-post-left {
        flex: 0 0 100%;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;
        width: 100%;
        height: auto; } }
    .storyhub-revotic-post-grid-card .storyhub-post-left .entry-media img {
      border-radius: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 575px) {
        .storyhub-revotic-post-grid-card .storyhub-post-left .entry-media img {
          width: 100%;
          display: flex; } }
    .storyhub-revotic-post-grid-card .storyhub-post-left .entry-media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 575px) {
        .storyhub-revotic-post-grid-card .storyhub-post-left .entry-media {
          position: relative; } }
      .storyhub-revotic-post-grid-card .storyhub-post-left .entry-media a {
        display: block;
        width: 100%;
        height: 100%; }
  .storyhub-revotic-post-grid-card .post-date {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400; }
    .storyhub-revotic-post-grid-card .post-date span {
      display: block;
      font-size: 90px;
      font-weight: 700;
      line-height: 1;
      margin-top: 12px; }
  .storyhub-revotic-post-grid-card .entry-header {
    margin-top: 0;
    margin-bottom: 12px; }
    .storyhub-revotic-post-grid-card .entry-header .entry-title {
      margin-top: 10px;
      margin-bottom: 0;
      font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
      font-weight: 700; }
      .storyhub-revotic-post-grid-card .entry-header .entry-title a:is(:hover, :focus) {
        color: var(--colorPrimary, #d10068); }
    .storyhub-revotic-post-grid-card .entry-header .entry-meta a {
      color: var(--colorPrimary, #d10068);
      font-size: calc(var(--bodyFontSize, 16px) - 1px);
      text-transform: lowercase; }
      .storyhub-revotic-post-grid-card .entry-header .entry-meta a:is(:hover, :focus) {
        text-decoration: underline;
        color: var(--colorPrimaryHover, #f73b98); }
  .storyhub-revotic-post-grid-card .entry-content p {
    line-height: 2; }
  .storyhub-revotic-post-grid-card .entry-footer {
    margin-top: 16px; }
    .storyhub-revotic-post-grid-card .entry-footer .storyhub-read-more {
      font-size: calc(var(--bodyFontSize, 16px) - 2px);
      font-weight: 500; }
  .storyhub-revotic-post-grid-card.post_format-post-format-gallery .storyhub-post-left, .storyhub-revotic-post-grid-card.post_format-post-format-video .storyhub-post-left {
    align-items: flex-start; }

/*--------------------------------------------------------------
## Zenome 
--------------------------------------------------------------*/
.storyhub-zenome-post-grid-card {
  /*--------------------------------------------------------------
    # style for sticky post 
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for gallery post 
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for [quote, link] post 
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # Default post card style 
    --------------------------------------------------------------*/ }
  .storyhub-zenome-post-grid-card.sticky {
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 35px 30px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
  .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery {
    box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.7); }
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery .swiper-container {
      border-radius: 3px;
      width: calc(100% - 2px);
      background-color: var(--colorBackgroundLight, #f3f3f3); }
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item {
      min-height: 240px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item img {
        max-width: 100%;
        width: auto; }
  .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-prev,
  .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: calc(50% - 40px / 2);
    z-index: 1;
    transition: background-color 0.3s ease; }
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-prev svg,
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-next svg {
      width: 20px;
      height: 20px; }
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-prev:hover,
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-next:hover {
      color: #ffffff;
      background-color: var(--colorPrimary, #d10068); }
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-prev:focus,
    .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-next:focus {
      outline: 0; }
  .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-prev {
    left: 12px; }
  .storyhub-zenome-post-grid-card.format-gallery .storyhub-post-gallery-next {
    right: 12px; }
  .storyhub-zenome-post-grid-card.format-quote .storyhub-zenome-post-grid-card-title, .storyhub-zenome-post-grid-card.format-link .storyhub-zenome-post-grid-card-title {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 180px;
    padding: 60px 60px 58px;
    background-color: var(--colorBackgroundLight, #f3f3f3); }
    @media (max-width: 575px) {
      .storyhub-zenome-post-grid-card.format-quote .storyhub-zenome-post-grid-card-title, .storyhub-zenome-post-grid-card.format-link .storyhub-zenome-post-grid-card-title {
        min-height: 120px;
        padding: 40px 30px 38px; } }
    .storyhub-zenome-post-grid-card.format-quote .storyhub-zenome-post-grid-card-title h3, .storyhub-zenome-post-grid-card.format-link .storyhub-zenome-post-grid-card-title h3 {
      margin: 0;
      font-size: 35px;
      font-weight: 400;
      color: var(--colorHeading, #212121);
      line-height: 1.65;
      margin-bottom: 15px;
      text-align: center; }
      @media (max-width: 990px) {
        .storyhub-zenome-post-grid-card.format-quote .storyhub-zenome-post-grid-card-title h3, .storyhub-zenome-post-grid-card.format-link .storyhub-zenome-post-grid-card-title h3 {
          font-size: 24px; } }
    .storyhub-zenome-post-grid-card.format-quote .storyhub-zenome-post-grid-card-title svg, .storyhub-zenome-post-grid-card.format-link .storyhub-zenome-post-grid-card-title svg {
      width: 34px;
      height: 34px;
      position: absolute;
      z-index: 1;
      top: 40px;
      right: 40px;
      line-height: 1;
      color: var(--colorPrimary, #d10068); }
      @media (max-width: 575px) {
        .storyhub-zenome-post-grid-card.format-quote .storyhub-zenome-post-grid-card-title svg, .storyhub-zenome-post-grid-card.format-link .storyhub-zenome-post-grid-card-title svg {
          width: 24px;
          height: 24px;
          top: 20px;
          right: 22px; } }
  .storyhub-zenome-post-grid-card.format-link h3 a {
    text-decoration: underline; }
    .storyhub-zenome-post-grid-card.format-link h3 a:hover, .storyhub-zenome-post-grid-card.format-link h3 a:focus {
      text-decoration: none; }
  .storyhub-zenome-post-grid-card-thumbnail {
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    background-color: var(--colorBackgroundLight, #f3f3f3);
    height: 280px; }
    .storyhub-zenome-post-grid-card-thumbnail a img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1);
      transition: all 0.25s ease-in-out 0s; }
  .storyhub-zenome-post-grid-card-content {
    background-color: var(--colorContentBG, #f3f3f3);
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 20px 30px 35px; }
    @media (max-width: 1280px) {
      .storyhub-zenome-post-grid-card-content {
        padding: 30px 40px; } }
    @media (max-width: 990px) {
      .storyhub-zenome-post-grid-card-content {
        padding: 30px; } }
    @media (max-width: 575px) {
      .storyhub-zenome-post-grid-card-content {
        padding: 20px 30px; } }
    .storyhub-zenome-post-grid-card-content h3 {
      margin: 0;
      font-family: "Poppins", sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: var(--colorHeading, #212121);
      line-height: 1.5;
      margin-bottom: 15px;
      text-align: center; }
      @media (max-width: 990px) {
        .storyhub-zenome-post-grid-card-content h3 {
          font-size: 24px; } }
      .storyhub-zenome-post-grid-card-content h3 a {
        color: inherit;
        transition: all 500ms ease; }
        .storyhub-zenome-post-grid-card-content h3 a:is(:hover, :focus) {
          color: var(--colorPrimary, #d10068); }
    .storyhub-zenome-post-grid-card-content .entry-content {
      font-size: 14px;
      color: var(--colorLinkFont, #121212);
      line-height: 1.5;
      margin-bottom: 20px;
      margin-top: 15px !important;
      text-align: center; }
      @media (max-width: 990px) {
        .storyhub-zenome-post-grid-card-content .entry-content {
          font-size: 15px; } }
      .storyhub-zenome-post-grid-card-content .entry-content p {
        color: inherit;
        font-size: inherit; }
  .storyhub-zenome-post-grid-card-button {
    font-size: 14px;
    font-weight: 700;
    color: var(--zenome-color, #292929);
    background-color: #fff;
    text-transform: uppercase;
    padding: 14px 30px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    transition: all 0.15s ease-in-out 0s; }
    .storyhub-zenome-post-grid-card-button:hover {
      color: #fff;
      background-color: #292929;
      text-decoration: none; }
    .storyhub-zenome-post-grid-card-button:visited {
      --colorButton: #292929; }
  .storyhub-zenome-post-grid-card:hover .storyhub-zenome-post-grid-card-thumbnail img {
    transform: scale(1.05); }

.storyhub-zenome-post-grid .storyhub-post-grid-pagination {
  margin-top: 70px; }
  @media (max-width: 1024px) {
    .storyhub-zenome-post-grid .storyhub-post-grid-pagination {
      margin-top: 40px; } }
  @media (max-width: 575px) {
    .storyhub-zenome-post-grid .storyhub-post-grid-pagination {
      margin-top: 30px; } }

body[data-color-mode="dark"] .storyhub-zenome-post-grid-card-content {
  --colorContentBG: #131313; }

/*--------------------------------------------------------------
## Pester 
--------------------------------------------------------------*/
.storyhub-pester-post-grid .storyhub-post-grid-masonry {
  width: calc(100% + 40px);
  margin-left: -20px; }
  @media (max-width: 767px) {
    .storyhub-pester-post-grid .storyhub-post-grid-masonry {
      width: 100%;
      margin-left: 0; } }
  .storyhub-pester-post-grid .storyhub-post-grid-masonry-card {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px; }
    @media (max-width: 990px) {
      .storyhub-pester-post-grid .storyhub-post-grid-masonry-card {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .storyhub-pester-post-grid .storyhub-post-grid-masonry-card {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 50px; } }
    .storyhub-pester-post-grid .storyhub-post-grid-masonry-card .storyhub-pester-post-grid-card-thumbnail img {
      box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.7);
      position: relative; }

.storyhub-pester-post-grid-card {
  width: 100%;
  /*--------------------------------------------------------------
  # style for sticky post
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for gallery post 
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for [quote, link] post 
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Default post card style 
  --------------------------------------------------------------*/ }
  .storyhub-pester-post-grid-card.sticky {
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 35px 30px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
  .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery {
    box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.7); }
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-container {
      border-radius: 3px;
      width: calc(100% - 2px);
      background-color: #161b22; }
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item {
      min-height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item img {
        max-width: 100%;
        width: auto; }
  .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev,
  .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: calc(50% - 40px / 2);
    z-index: 1;
    transition: background-color 0.3s ease; }
    @media (max-width: 575px) {
      .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev,
      .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next {
        width: 30px;
        height: 30px;
        top: calc(50% - 30px / 2); } }
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev svg,
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next svg {
      width: 20px;
      height: 20px; }
      @media (max-width: 575px) {
        .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev svg,
        .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next svg {
          width: 18px;
          height: 18px; } }
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev:hover,
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next:hover {
      color: #ffffff;
      background-color: var(--colorPrimary, #d10068); }
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev:focus,
    .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next:focus {
      outline: 0; }
  .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev {
    left: -24px; }
    @media (max-width: 767px) {
      .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev {
        left: 24px; } }
    @media (max-width: 575px) {
      .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-prev {
        left: -15px; } }
  .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next {
    right: -24px; }
    @media (max-width: 575px) {
      .storyhub-pester-post-grid-card.format-gallery .storyhub-post-gallery-next {
        right: -15px; } }
  .storyhub-pester-post-grid-card.format-quote .storyhub-pester-post-grid-card-title, .storyhub-pester-post-grid-card.format-link .storyhub-pester-post-grid-card-title {
    min-height: 180px;
    border-radius: 3px;
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 60px 60px 58px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .storyhub-pester-post-grid-card.format-quote .storyhub-pester-post-grid-card-title, .storyhub-pester-post-grid-card.format-link .storyhub-pester-post-grid-card-title {
        min-height: 120px;
        padding: 40px 30px 38px; } }
    .storyhub-pester-post-grid-card.format-quote .storyhub-pester-post-grid-card-title h3, .storyhub-pester-post-grid-card.format-link .storyhub-pester-post-grid-card-title h3 {
      line-height: 1.2;
      font-weight: 600;
      margin: 0; }
      .storyhub-pester-post-grid-card.format-quote .storyhub-pester-post-grid-card-title h3 a, .storyhub-pester-post-grid-card.format-link .storyhub-pester-post-grid-card-title h3 a {
        line-height: 40px; }
    .storyhub-pester-post-grid-card.format-quote .storyhub-pester-post-grid-card-title svg, .storyhub-pester-post-grid-card.format-link .storyhub-pester-post-grid-card-title svg {
      width: 34px;
      height: 34px;
      position: absolute;
      z-index: 1;
      top: 40px;
      right: 40px;
      line-height: 1;
      color: var(--colorPrimary, #d10068); }
      @media (max-width: 575px) {
        .storyhub-pester-post-grid-card.format-quote .storyhub-pester-post-grid-card-title svg, .storyhub-pester-post-grid-card.format-link .storyhub-pester-post-grid-card-title svg {
          width: 24px;
          height: 24px;
          top: 20px;
          right: 22px; } }
  .storyhub-pester-post-grid-card.format-link h3 a {
    text-decoration: underline; }
    .storyhub-pester-post-grid-card.format-link h3 a:hover, .storyhub-pester-post-grid-card.format-link h3 a:focus {
      text-decoration: none; }
  .storyhub-pester-post-grid-card .post-date {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 20;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px; }
    .storyhub-pester-post-grid-card .post-date span {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 3px; }
  .storyhub-pester-post-grid-card-thumbnail {
    position: relative;
    margin-bottom: 20px; }
    .storyhub-pester-post-grid-card-thumbnail a {
      display: flex;
      flex-direction: column; }
    .storyhub-pester-post-grid-card-thumbnail .post-date {
      position: absolute;
      top: 30px;
      left: 30px;
      margin-bottom: 0; }
    .storyhub-pester-post-grid-card-thumbnail img {
      position: relative;
      width: 100%;
      object-fit: cover; }
      @media (min-width: 1280px) {
        .storyhub-pester-post-grid-card-thumbnail img {
          height: revert-layer !important; } }
    .storyhub-pester-post-grid-card-thumbnail .storyhub-post-format-icon {
      top: 15px;
      right: 15px; }
  .storyhub-pester-post-grid-card-content .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px; }
    .storyhub-pester-post-grid-card-content .entry-meta p {
      margin: 0; }
    .storyhub-pester-post-grid-card-content .entry-meta a {
      text-transform: uppercase;
      margin-right: 30px;
      color: var(--colorPrimary, #d10068); }
      @media (max-width: 767px) {
        .storyhub-pester-post-grid-card-content .entry-meta a {
          font-size: 13px; } }
      .storyhub-pester-post-grid-card-content .entry-meta a:last-of-type {
        margin-right: 0; }
      .storyhub-pester-post-grid-card-content .entry-meta a:hover, .storyhub-pester-post-grid-card-content .entry-meta a:focus {
        color: var(--colorPrimaryHover, #f73b98);
        text-decoration: underline; }
  .storyhub-pester-post-grid-card-content h3 {
    font-family: var(--h3FontFamily, Lora, serif);
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500; }
    .storyhub-pester-post-grid-card-content h3 a {
      text-transform: uppercase;
      color: var(--colorHeading, #212121);
      display: inline;
      background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
      transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
      padding-bottom: 0; }
      .storyhub-pester-post-grid-card-content h3 a:is(:hover, :focus) {
        color: var(--colorHeading, #fff);
        background-size: 100% 2px; }
  .storyhub-pester-post-grid-card-content .date {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2;
    margin: 0; }
    .storyhub-pester-post-grid-card-content .date a {
      font-family: "Jost", sans-serif;
      font-weight: 500;
      font-size: 12px;
      color: #D9905A;
      text-transform: uppercase; }
  .storyhub-pester-post-grid-card-content .elegant-categories a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #D9905A;
    text-transform: uppercase; }
  .storyhub-pester-post-grid-card-content .elegant-title a {
    font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.433;
    text-transform: uppercase;
    color: var(--colorHeading, #212121);
    display: inline;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .storyhub-pester-post-grid-card-content .elegant-title a {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .storyhub-pester-post-grid-card-content .elegant-title a {
        font-size: 28px; } }
    @media (min-width: 1700px) {
      .storyhub-pester-post-grid-card-content .elegant-title a {
        font-size: 32px; } }
    .storyhub-pester-post-grid-card-content .elegant-title a:is(:hover, :focus) {
      color: var(--colorHeading, #fff);
      background-size: 100% 2px; }
  .storyhub-pester-post-grid-card-content .post-excerpt {
    margin-top: 8px;
    margin-bottom: 0; }
  .storyhub-pester-post-grid-card-content .post-author {
    font-size: 12px;
    font-weight: 600;
    color: var(--colorHeading, #212121);
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0; }

body[data-color-mode="dark"] .storyhub-pester-post-grid-card .storyhub-pester-post-grid-card-content .elegant-title a,
body[data-color-mode="dark"] .storyhub-pester-post-grid-card .storyhub-pester-post-grid-card-content .post-grid-title {
  color: var(--colorHeading); }

body[data-color-mode="dark"] .storyhub-pester-post-grid-card .storyhub-pester-post-grid-card-content .post-excerpt {
  color: var(--colorHeadingSecondary); }

body[data-color-mode="dark"] .elementor-widget-storyhub_categories .category-widget-container.default .elegant-category {
  color: #fff !important; }

/*--------------------------------------------------------------
## Aester 
--------------------------------------------------------------*/
.elementor .storyhub-aester-post-grid-card {
  margin-bottom: 50px;
  /*--------------------------------------------------------------
      # style for sticky post
      --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      # style for gallery post 
      --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      # style for [quote, link] post 
      --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      # Default post card style 
      --------------------------------------------------------------*/ }
  @media (max-width: 575px) {
    .elementor .storyhub-aester-post-grid-card {
      margin-bottom: 40px; } }
  .elementor .storyhub-aester-post-grid-card.sticky {
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 35px 30px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
  .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery {
    box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.7); }
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-container {
      border-radius: 3px;
      width: calc(100% - 2px);
      background-color: var(--colorBackgroundLight, #f3f3f3); }
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item {
      min-height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1920px) {
        .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item {
          min-height: 240px; } }
      @media (max-width: 575px) {
        .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item {
          min-height: 180px; } }
      .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery .swiper-slide .storyhub-post-gallery-item img {
        max-width: 100%;
        width: auto; }
  .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-prev,
  .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: calc(50% - 40px / 2);
    z-index: 1;
    transition: background-color 0.3s ease; }
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-prev svg,
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-next svg {
      width: 20px;
      height: 20px; }
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-prev:hover,
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-next:hover {
      color: #ffffff;
      background-color: var(--colorPrimary, #d10068); }
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-prev:focus,
    .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-next:focus {
      outline: 0; }
  .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-prev {
    left: 12px; }
  .elementor .storyhub-aester-post-grid-card.format-gallery .storyhub-post-gallery-next {
    right: 12px; }
  .elementor .storyhub-aester-post-grid-card.format-quote .storyhub-aester-post-grid-card-title, .elementor .storyhub-aester-post-grid-card.format-link .storyhub-aester-post-grid-card-title {
    min-height: 180px;
    border-radius: 3px;
    border: 1px solid var(--colorBorder, #dbdbdb);
    padding: 60px 60px 58px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .elementor .storyhub-aester-post-grid-card.format-quote .storyhub-aester-post-grid-card-title, .elementor .storyhub-aester-post-grid-card.format-link .storyhub-aester-post-grid-card-title {
        min-height: 120px;
        padding: 40px 30px 38px; } }
    .elementor .storyhub-aester-post-grid-card.format-quote .storyhub-aester-post-grid-card-title h3, .elementor .storyhub-aester-post-grid-card.format-link .storyhub-aester-post-grid-card-title h3 {
      line-height: 1.2;
      font-weight: 600;
      margin: 0; }
      .elementor .storyhub-aester-post-grid-card.format-quote .storyhub-aester-post-grid-card-title h3 a, .elementor .storyhub-aester-post-grid-card.format-link .storyhub-aester-post-grid-card-title h3 a {
        line-height: 40px; }
    .elementor .storyhub-aester-post-grid-card.format-quote .storyhub-aester-post-grid-card-title svg, .elementor .storyhub-aester-post-grid-card.format-link .storyhub-aester-post-grid-card-title svg {
      width: 34px;
      height: 34px;
      position: absolute;
      z-index: 1;
      top: 40px;
      right: 40px;
      line-height: 1;
      color: var(--colorPrimary, #d10068); }
      @media (max-width: 575px) {
        .elementor .storyhub-aester-post-grid-card.format-quote .storyhub-aester-post-grid-card-title svg, .elementor .storyhub-aester-post-grid-card.format-link .storyhub-aester-post-grid-card-title svg {
          width: 24px;
          height: 24px;
          top: 20px;
          right: 22px; } }
  .elementor .storyhub-aester-post-grid-card.format-link h3 a {
    text-decoration: underline; }
    .elementor .storyhub-aester-post-grid-card.format-link h3 a:hover, .elementor .storyhub-aester-post-grid-card.format-link h3 a:focus {
      text-decoration: none; }
  .elementor .storyhub-aester-post-grid-card-thumbnail {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden; }
    .elementor .storyhub-aester-post-grid-card-thumbnail a {
      display: flex;
      transform: scale(1);
      transition: all 0.25s ease-in-out; }
      .elementor .storyhub-aester-post-grid-card-thumbnail a img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: auto; }
    .elementor .storyhub-aester-post-grid-card-thumbnail iframe {
      box-shadow: none; }
  .elementor .storyhub-aester-post-grid-card:is(:hover, :focus-within) .storyhub-aester-post-grid-card-thumbnail a {
    transform: scale(1.05); }
  .elementor .storyhub-aester-post-grid-card-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .elementor .storyhub-aester-post-grid-card-date {
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 1;
    color: var(--colorLinkFont, #121212); }
  .elementor .storyhub-aester-post-grid-card-read-time {
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--colorLinkFont, #121212);
    position: relative;
    padding-left: 7px;
    line-height: 1;
    margin-left: 5px; }
    .elementor .storyhub-aester-post-grid-card-read-time::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0px;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      display: block;
      background: var(--colorLinkFont, #121212); }
  .elementor .storyhub-aester-post-grid-card-meta-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .elementor .storyhub-aester-post-grid-card-meta-right {
        display: none; } }
    .elementor .storyhub-aester-post-grid-card-meta-right span {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-grow: 1;
      justify-content: flex-end; }
    .elementor .storyhub-aester-post-grid-card-meta-right .categories {
      display: flex;
      align-items: center; }
    .elementor .storyhub-aester-post-grid-card-meta-right a {
      display: block;
      margin-left: 20px;
      font-size: 13px;
      line-height: 1;
      color: var(--colorPrimary, #d10068); }
      .elementor .storyhub-aester-post-grid-card-meta-right a:focus {
        text-decoration: underline; }
      .elementor .storyhub-aester-post-grid-card-meta-right a::before {
        content: "#"; }
      @media (max-width: 990px) {
        .elementor .storyhub-aester-post-grid-card-meta-right a {
          margin-left: 25px; } }
  .elementor .storyhub-aester-post-grid-card-content h3 {
    line-height: 2;
    margin-top: 0;
    margin-bottom: 15px; }
    .elementor .storyhub-aester-post-grid-card-content h3 a {
      display: block; }
      .elementor .storyhub-aester-post-grid-card-content h3 a:is(:hover, :focus) {
        color: var(--colorPrimary, #d10068); }
    @media (max-width: 1024px) {
      .elementor .storyhub-aester-post-grid-card-content h3 {
        font-size: calc(var(--h3FontSize, 21px) - 4px); } }
    @media (max-width: 990px) {
      .elementor .storyhub-aester-post-grid-card-content h3 {
        font-size: calc(var(--h3FontSize, 21px) - 6px); } }
  .elementor .storyhub-aester-post-grid-card-content .storyhub-aester-post-grid-card-button-wrap {
    margin-top: 10px; }
  .elementor .storyhub-aester-post-grid-card-button {
    color: var(--colorLinkFont, #121212);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    transition: all 0.15s ease-in-out 0s; }
    .elementor .storyhub-aester-post-grid-card-button:is(:hover, :focus) {
      color: var(--colorPrimary, #d10068); }
  .elementor .storyhub-aester-post-grid-card:is(:hover, :focus)-thumbnail a img {
    transform: scale(1.05); }

/*--------------------------------------------------------------
## Vinger 
--------------------------------------------------------------*/
.storyhub-vinger-post-grid .storyhub-vinger-post-grid-card-content .entry-header .entry-title a:is(:hover, :focus) {
  color: #ffffff;
  opacity: 0.9; }

.storyhub-vinger-post-grid-card {
  position: relative;
  margin-bottom: 20px; }
  .storyhub-vinger-post-grid-card-thumbnail {
    background-color: var(--colorPrimary, #d10068); }
    .storyhub-vinger-post-grid-card-thumbnail a {
      display: flex;
      position: relative; }
    .storyhub-vinger-post-grid-card-thumbnail img {
      opacity: 1;
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: all 0.25s ease-in-out 0s; }
      @media (max-width: 1024px) {
        .storyhub-vinger-post-grid-card-thumbnail img {
          opacity: 0.35; } }
  .storyhub-vinger-post-grid-card:hover .storyhub-vinger-post-grid-card-thumbnail img {
    opacity: 0.35; }
  .storyhub-vinger-post-grid-card-content {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 30px;
    transform: translateY(-50%);
    text-align: center;
    width: calc(100% - 30px); }
    .storyhub-vinger-post-grid-card-content h3 {
      font-size: 28px;
      font-weight: 600;
      overflow: hidden;
      color: #ffffff;
      margin-bottom: 10px; }
      @media (max-width: 1280px) {
        .storyhub-vinger-post-grid-card-content h3 {
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .storyhub-vinger-post-grid-card-content h3 {
          font-size: 15px;
          margin-bottom: 10px; } }
      @media (max-width: 575px) {
        .storyhub-vinger-post-grid-card-content h3 {
          margin-bottom: 10px; } }
      .storyhub-vinger-post-grid-card-content h3 a {
        color: inherit;
        display: block;
        transform: translateY(100%);
        transition: all 0.35s ease-in-out 0s; }
        @media (max-width: 1024px) {
          .storyhub-vinger-post-grid-card-content h3 a {
            transform: translateY(0); } }
  .storyhub-vinger-post-grid-card-meta {
    overflow: hidden; }
    .storyhub-vinger-post-grid-card-meta span {
      display: block;
      color: #ffffff;
      display: block;
      transform: translateY(100%);
      transition: all 0.35s ease-in-out 0s; }
      @media (max-width: 1024px) {
        .storyhub-vinger-post-grid-card-meta span {
          transform: translateY(0);
          font-size: 14px; } }
  .storyhub-vinger-post-grid-card:is(:hover, :focus) .storyhub-vinger-post-grid-card-meta span,
  .storyhub-vinger-post-grid-card:is(:hover, :focus) .storyhub-vinger-post-grid-card-content h3 a {
    transform: translateY(0); }

.storyhub-vinger-post-grid .storyhub-post-grid-pagination {
  margin-top: 54px; }
  @media (max-width: 1024px) {
    .storyhub-vinger-post-grid .storyhub-post-grid-pagination {
      margin-top: 40px; } }
  @media (max-width: 575px) {
    .storyhub-vinger-post-grid .storyhub-post-grid-pagination {
      margin-top: 30px; } }

/*--------------------------------------------------------------
## Stylie 
--------------------------------------------------------------*/
.storyhub-stylie-post-grid-card-thumbnail {
  position: relative; }
  .storyhub-stylie-post-grid-card-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; }

.storyhub-stylie-post-grid-card-content {
  position: absolute;
  width: calc(100% - 60px);
  bottom: 0px;
  left: 30px;
  background-color: var(--colorContentBG, #ffffff);
  padding: 30px;
  border-radius: 3px;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 1440px) {
    .storyhub-stylie-post-grid-card-content {
      width: calc(100% - 50px);
      left: 25px;
      padding: 25px; } }
  @media (max-width: 1024px) {
    .storyhub-stylie-post-grid-card-content {
      opacity: 1;
      bottom: 20px;
      width: calc(100% - 40px);
      left: 20px;
      padding: 20px; } }
  @media (max-width: 990px) {
    .storyhub-stylie-post-grid-card-content {
      opacity: 1;
      bottom: 15px;
      width: calc(100% - 30px);
      left: 15px;
      padding: 20px; } }
  .storyhub-stylie-post-grid-card-content h3 {
    color: var(--colorHeading, #292929);
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .storyhub-stylie-post-grid-card-content h3 {
        font-size: calc(var(--h3FontSize, 21px) - 4px);
        margin-bottom: 10px; } }
    @media (max-width: 990px) {
      .storyhub-stylie-post-grid-card-content h3 {
        font-size: calc(var(--h3FontSize, 21px) - 6px); } }
  .storyhub-stylie-post-grid-card-content .entry-content {
    color: var(--colorLinkHover, #292929); }
    @media (min-width: 1025px) {
      .storyhub-stylie-post-grid-card-content .entry-content {
        margin-bottom: 40px; } }
    .storyhub-stylie-post-grid-card-content .entry-content p {
      margin: 0;
      color: inherit; }
    @media (max-width: 1024px) {
      .storyhub-stylie-post-grid-card-content .entry-content {
        display: none; } }
  .storyhub-stylie-post-grid-card-content .entry-footer a {
    font-weight: 500;
    color: #e5ad12; }

.storyhub-stylie-post-grid-card:hover .storyhub-stylie-post-grid-card-content {
  opacity: 1;
  bottom: 30px; }
  @media (max-width: 1440px) {
    .storyhub-stylie-post-grid-card:hover .storyhub-stylie-post-grid-card-content {
      bottom: 25px; } }
  @media (max-width: 1024px) {
    .storyhub-stylie-post-grid-card:hover .storyhub-stylie-post-grid-card-content {
      bottom: 20px; } }
  @media (max-width: 990px) {
    .storyhub-stylie-post-grid-card:hover .storyhub-stylie-post-grid-card-content {
      bottom: 15px; } }

.storyhub-stylie-post-grid .storyhub-post-grid-pagination {
  margin-top: 70px; }
  @media (max-width: 1024px) {
    .storyhub-stylie-post-grid .storyhub-post-grid-pagination {
      margin-top: 40px; } }
  @media (max-width: 575px) {
    .storyhub-stylie-post-grid .storyhub-post-grid-pagination {
      margin-top: 30px; } }

.storyhub-post-grid .storyhub-post-grid-compact {
  display: grid;
  gap: 50px 32px;
  margin-bottom: 70px; }

.storyhub-post-grid-size-2 .storyhub-post-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); }

.storyhub-post-grid-size-3 .storyhub-post-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.storyhub-layout-in-fluid.storyhub-post-grid-size-2 .storyhub-post-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); }

.storyhub-layout-in-fluid.storyhub-post-grid-size-3 .storyhub-post-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }

.storyhub-compact-post-grid-card {
  position: relative; }

.storyhub-compact-post-grid-card-thumbnail {
  position: relative;
  width: 100%;
  padding-right: 30px; }
  @media (max-width: 1024px) {
    .storyhub-compact-post-grid-card-thumbnail {
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .storyhub-compact-post-grid-card-thumbnail {
      padding-right: 15px; } }

.storyhub-compact-post-grid-card-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 200ms ease; }

.storyhub-compact-post-grid-card-thumbnail img:is(:hover, :focus) {
  transform: scale(1.08); }

.storyhub-compact-post-grid-card-thumbnail-img {
  overflow: hidden;
  height: 370px; }

.storyhub-compact-post-grid-card-shape {
  position: absolute;
  content: "";
  left: 0;
  top: 30px;
  height: 100%;
  width: 100%;
  background-color: #006ee5;
  z-index: -1; }

@media (max-width: 1024px) {
  .storyhub-compact-post-grid-card-shape {
    top: 15px;
    height: 96%; } }

.storyhub-compact-post-grid-card-content {
  width: calc(100% - 60px);
  background-color: var(--colorContentBG, #fff);
  padding: 25px 30px 40px;
  position: relative;
  z-index: 1;
  margin-top: -100px; }
  @media (max-width: 1024px) {
    .storyhub-compact-post-grid-card-content {
      width: calc(100% - 40px);
      padding: 20px;
      margin-top: -70px; } }
  @media (max-width: 767px) {
    .storyhub-compact-post-grid-card-content {
      width: calc(100% - 30px);
      padding: 15px;
      margin-top: -70px; } }

.storyhub-compact-post-grid-card-content .category {
  color: #fff;
  background: var(--colorPrimary);
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding: 5px 12px;
  text-transform: uppercase; }

.storyhub-compact-post-grid-card-content .title {
  padding: 5px 0; }
  @media (max-width: 480px) {
    .storyhub-compact-post-grid-card-content .title {
      padding: 10px 0 5px; } }
  .storyhub-compact-post-grid-card-content .title a {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 2px;
    color: var(--colorHeading, #121213);
    display: inline;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: background-size 0.3s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
    margin: 0;
    padding: 0; }

.storyhub-compact-post-grid-card-content .title a:is(:hover, :focus) {
  background-size: 100% 2px; }

.storyhub-compact-post-grid-card-content .date {
  font-size: 14px;
  color: var(--colorSecondaryFont, #121213);
  padding: 0;
  margin: 0; }

@media screen and (max-width: 519px) {
  .storyhub-post-grid-size-2 .storyhub-post-grid-compact {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 470px) {
  .storyhub-layout-in-fluid.storyhub-post-grid-size-2 .storyhub-post-grid-compact {
    grid-template-columns: 1fr; } }

.storyhub-post-grid-minimal {
  margin-bottom: 20px;
  display: grid;
  gap: 30px 30px; }

.storyhub-post-grid-size-4 .storyhub-post-grid-minimal {
  grid-template-columns: repeat(auto-fit, minmax(257.5px, 1fr)); }

.storyhub-post-grid-size-3 .storyhub-post-grid-minimal {
  grid-template-columns: repeat(auto-fit, minmax(353.328px, 1fr)); }

.storyhub-post-grid-size-2 .storyhub-post-grid-minimal {
  grid-template-columns: repeat(auto-fit, minmax(545px, 1fr)); }

.storyhub-layout-in-fluid.storyhub-post-grid-size-2 .storyhub-post-grid-minimal {
  grid-template-columns: repeat(auto-fit, minmax(395px, 1fr)); }

.storyhub-layout-in-fluid.storyhub-post-grid-size-3 .storyhub-post-grid-minimal {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.storyhub-layout-in-fluid.storyhub-post-grid-size-4 .storyhub-post-grid-minimal {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.storyhub-minimal-post-grid-card {
  position: relative;
  height: 300px; }
  .storyhub-minimal-post-grid-card .storyhub-minimal-post-grid-card-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .storyhub-minimal-post-grid-card .storyhub-minimal-post-grid-card-thumbnail img {
      width: 100%;
      height: 300px;
      object-fit: cover; }
    .storyhub-minimal-post-grid-card .storyhub-minimal-post-grid-card-thumbnail .storyhub-minimal-post-grid-card-content {
      padding-left: 30px;
      padding-right: 30px;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -100px;
      border-radius: 3px;
      opacity: 0;
      z-index: 20;
      transition: all 0.3s ease-in-out 0s; }
      .storyhub-minimal-post-grid-card .storyhub-minimal-post-grid-card-thumbnail .storyhub-minimal-post-grid-card-content header h3 {
        margin-bottom: 0; }
        .storyhub-minimal-post-grid-card .storyhub-minimal-post-grid-card-thumbnail .storyhub-minimal-post-grid-card-content header h3 a {
          color: white; }
      .storyhub-minimal-post-grid-card .storyhub-minimal-post-grid-card-thumbnail .storyhub-minimal-post-grid-card-content a {
        color: #f6c667; }

.storyhub-minimal-post-grid-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(112, 112, 112, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s; }

.storyhub-minimal-post-grid-card:hover::before {
  opacity: 1; }

.storyhub-minimal-post-grid-card:is(:hover, :focus) .storyhub-minimal-post-grid-card-content {
  bottom: 20px;
  opacity: 1; }

@media screen and (max-width: 545px) {
  .storyhub-post-grid-minimal {
    grid-template-columns: 1fr !important; }
    .storyhub-post-grid-minimal .storyhub-minimal-post-grid-card-content {
      opacity: 1 !important;
      bottom: 0 !important; } }

.grid-aesthetic {
  gap: 100px 30px !important; }

.aesthetic-card {
  background-color: transparent; }

.aesthetic-card-thumbnail {
  top: 0;
  left: 0;
  overflow: hidden;
  padding-right: 0; }

.aesthetic-card-content {
  padding: 0;
  padding-top: 15px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%); }
  .aesthetic-card-content .category {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    max-width: 150px;
    background-color: #e33974; }
    .aesthetic-card-content .category a {
      padding: 0px 10px; }
  .aesthetic-card-content .title, .aesthetic-card-content .date {
    text-align: center; }

.elegant-categories a {
  margin-right: 0 !important; }

.elegant-categories a:not(:first-of-type) {
  margin-left: 5px !important; }

/*--------------------------------------------------------------
# style for masonry layout 
--------------------------------------------------------------*/
.storyhub-post-grid {
  /*--------------------------------------------------------------
  # style for 1 column
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for 2 columns
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for 3 columns
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for 4 columns
  --------------------------------------------------------------*/ }
  .storyhub-post-grid .entry-header .entry-title a:hover {
    color: var(--colorPrimaryFont, #000000); }
  .storyhub-post-grid-section-header {
    margin-bottom: 45px; }
    @media (max-width: 575px) {
      .storyhub-post-grid-section-header {
        margin-bottom: 35px; } }
    .storyhub-post-grid-section-header .storyhub-section-widget-title-alt {
      font-size: var(--h1FontSize, 38px);
      margin-bottom: 6px; }
      @media (max-width: 1280px) {
        .storyhub-post-grid-section-header .storyhub-section-widget-title-alt {
          font-size: calc(var(--h1FontSize, 38px) - 4px); } }
    .storyhub-post-grid-section-header .storyhub-section-widget-sub-title-alt {
      margin: 0; }
  .storyhub-post-grid-masonry {
    width: calc(100% + 20px);
    margin-left: -10px; }
    @media (min-width: 768px) {
      .storyhub-post-grid-masonry {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 1440px) {
      .storyhub-post-grid-masonry {
        width: calc(100% + 48px);
        margin-left: -24px; } }
    .storyhub-post-grid-masonry::after {
      content: "";
      display: block;
      clear: both; }
    .storyhub-post-grid-masonry-card {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .storyhub-post-grid-masonry-card {
          margin-bottom: 30px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 1440px) {
        .storyhub-post-grid-masonry-card {
          margin-bottom: 30px;
          padding-left: 24px;
          padding-right: 24px; } }
  .storyhub-post-grid-size-1 .storyhub-post-grid-masonry-card {
    width: 100%; }
  .storyhub-post-grid-size-2 .storyhub-post-grid-masonry-card {
    width: calc(100% / 2 * 1); }
    @media (max-width: 767px) {
      .storyhub-post-grid-size-2 .storyhub-post-grid-masonry-card {
        width: 100%; } }
  .storyhub-post-grid-size-3 .storyhub-post-grid-masonry-card {
    width: calc(100% / 3 * 1); }
    @media (max-width: 990px) {
      .storyhub-post-grid-size-3 .storyhub-post-grid-masonry-card {
        width: calc(100% / 2 * 1); } }
    @media (max-width: 767px) {
      .storyhub-post-grid-size-3 .storyhub-post-grid-masonry-card {
        width: 100%; } }
  .storyhub-post-grid-size-4 .storyhub-post-grid-masonry-card {
    width: calc(100% / 4 * 1); }
    @media (max-width: 990px) {
      .storyhub-post-grid-size-4 .storyhub-post-grid-masonry-card {
        width: calc(100% / 2 * 1); } }
    @media (max-width: 767px) {
      .storyhub-post-grid-size-4 .storyhub-post-grid-masonry-card {
        width: 100%; } }
  .storyhub-post-grid .storyhub-load-more .btn-text {
    display: inline-block; }
  .storyhub-post-grid .story-hub-masonary-load-more .storyhub-load-more {
    height: auto; }
  @media (max-width: 767px) {
    .storyhub-post-grid {
      width: 100%; } }

/*--------------------------------------------------------------
## Related posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Vulter 
--------------------------------------------------------------*/
.storyhub-vulter-post-card .post-thumbnail {
  display: flex;
  overflow: hidden;
  margin-bottom: 16px;
  height: 223px;
  border-radius: 3px; }
  .storyhub-vulter-post-card .post-thumbnail img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.25s ease-in-out; }

.storyhub-vulter-post-card-title {
  margin-bottom: 10px;
  color: var(--colorPrimary, #121213);
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }
  @media (max-width: 575px) {
    .storyhub-vulter-post-card-title {
      font-size: calc(var(--h3FontSize, 21px) - 4px); } }

.storyhub-vulter-post-card .categories {
  display: flex;
  flex-wrap: wrap; }
  .storyhub-vulter-post-card .categories a {
    color: var(--colorPrimary, #d10068); }
    .storyhub-vulter-post-card .categories a:hover, .storyhub-vulter-post-card .categories a:focus {
      color: var(--colorPrimaryHover, #f73b98);
      text-decoration: underline; }
  .storyhub-vulter-post-card .categories .category {
    margin-right: 30px; }
    .storyhub-vulter-post-card .categories .category::before {
      content: "#"; }
    .storyhub-vulter-post-card .categories .category:last-child {
      margin-right: 0; }
    @media (max-width: 575px) {
      .storyhub-vulter-post-card .categories .category {
        margin-right: 16px; } }

.storyhub-vulter-post-card:hover .post-thumbnail img {
  opacity: 0.95;
  transform: scale(1.05); }

/*--------------------------------------------------------------
## Revotic 
--------------------------------------------------------------*/
.storyhub-revotic-post-card {
  border-radius: 3px;
  background-color: var(--colorBackgroundLight, #f3f3f3);
  overflow: hidden; }
  .storyhub-revotic-post-card .post-thumbnail {
    display: block;
    margin-bottom: -6px; }
  .storyhub-revotic-post-card-content-area {
    padding: 30px;
    text-align: center; }
  .storyhub-revotic-post-card-title {
    margin-bottom: 10px; }
  .storyhub-revotic-post-card-content {
    word-break: break-word;
    margin-bottom: 20px; }
  .storyhub-revotic-post-card-read-more {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorSecondaryFont, #484848);
    background-color: var(--colorBackground, #ffffff);
    text-transform: uppercase;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: background-color 0.25s ease-in-out; }
    .storyhub-revotic-post-card-read-more:hover, .storyhub-revotic-post-card-read-more:focus {
      color: var(--colorButtonFont, #ffffff);
      background-color: var(--colorSecondaryFont, #484848); }

/*--------------------------------------------------------------
## Zenome 
--------------------------------------------------------------*/
.storyhub-zenome-post-card .post-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #161b22;
  overflow: hidden; }
  .storyhub-zenome-post-card .post-thumbnail img {
    border-radius: 3px; }

.storyhub-zenome-post-card.has-post-thumbnail .storyhub-zenome-post-card-header {
  width: calc(100% - 60px);
  margin-top: -55px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.storyhub-zenome-post-card-header {
  padding: 14px 24px;
  text-align: center;
  background-color: var(--colorBackground, #ffffff); }
  .storyhub-zenome-post-card-header .categories {
    display: inline-block;
    margin-bottom: 7px; }
    .storyhub-zenome-post-card-header .categories a {
      display: inline-block;
      font-size: 12px;
      background-color: #4f4dbf;
      font-weight: 500;
      text-transform: uppercase;
      color: white;
      padding: 2.5px 10px;
      margin: 5px;
      transition: 0.3s ease; }
      .storyhub-zenome-post-card-header .categories a:hover, .storyhub-zenome-post-card-header .categories a:focus {
        opacity: 0.85; }

.storyhub-zenome-post-card-title {
  display: block;
  margin-bottom: 12px; }
  .storyhub-zenome-post-card-title a {
    display: inline;
    padding: 0.3% 0px;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: background-size 0.3s cubic-bezier(0.48, 0.56, 0.67, 0.76); }
    .storyhub-zenome-post-card-title a:hover, .storyhub-zenome-post-card-title a:focus {
      color: var(--colorHeading, #212121);
      background-size: 100% 2px; }

/*--------------------------------------------------------------
# style of related post section
--------------------------------------------------------------*/
.storyhub-related-post-section {
  margin-top: 120px;
  /*--------------------------------------------------------------
  # style of related post gird
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style of vulter & zenome section header
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style of revotic section header
  --------------------------------------------------------------*/ }
  @media (min-width: 1140px) {
    .storyhub-related-post-section {
      margin-left: calc(-100vw / 2 + 1140px / 2);
      margin-right: calc(-100vw / 2 + 1140px / 2); } }
  @media (min-width: 1281px) {
    .storyhub-related-post-section {
      padding: 0 75px; } }
  @media (min-width: 1550px) {
    .storyhub-related-post-section {
      padding: 0;
      margin-left: -100px;
      margin-right: -100px; } }
  @media (max-width: 1280px) {
    .storyhub-related-post-section {
      margin-top: 90px; } }
  @media (max-width: 767px) {
    .storyhub-related-post-section {
      margin-top: 64px; } }
  .storyhub-related-post-section-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }
    @media (max-width: 767px) {
      .storyhub-related-post-section-posts {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575px) {
      .storyhub-related-post-section-posts {
        grid-template-columns: repeat(1, 1fr); } }
  .storyhub-related-post-section-vulter-header, .storyhub-related-post-section-zenome-header {
    margin-bottom: 32px; }
    .storyhub-related-post-section-vulter-header h2, .storyhub-related-post-section-zenome-header h2 {
      color: var(--colorHeading, #212121);
      font-size: 16px;
      font-weight: 500;
      font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
      letter-spacing: 0.17em;
      position: relative; }
      .storyhub-related-post-section-vulter-header h2::after, .storyhub-related-post-section-zenome-header h2::after {
        content: "";
        width: 68px;
        height: 1px;
        background: var(--colorHeading, #212121);
        display: block;
        margin-top: 8px; }
  .storyhub-related-post-section-vulter .post-thumbnail, .storyhub-related-post-section-zenome .post-thumbnail {
    height: 285px; }
    .storyhub-related-post-section-vulter .post-thumbnail img, .storyhub-related-post-section-zenome .post-thumbnail img {
      width: 100%;
      height: 100%; }
  .storyhub-related-post-section-revotic-header {
    text-align: center;
    margin-bottom: 60px; }
  .storyhub-related-post-section-revotic-posts {
    align-items: flex-start; }
  .storyhub-related-post-section-revotic .post-thumbnail {
    height: 285px; }
    .storyhub-related-post-section-revotic .post-thumbnail img {
      width: 100%;
      height: 100%; }

.elementor-widget-sh_single_related_post .related-post-container {
  width: auto; }
  .elementor-widget-sh_single_related_post .related-post-container .entry-content p {
    color: var(--colorHeadingSecondary, #292929);
    transition: all 300ms ease; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.storyhub-post-grid-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--colorPrimaryFont, #000000); }
  .storyhub-post-grid-pagination a {
    width: 32px;
    height: 32px;
    color: inherit;
    border-radius: 50%;
    background-color: var(--colorBackgroundLight, #f3f3f3);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out; }
    .storyhub-post-grid-pagination a:hover {
      color: var(--colorButtonFont, #ffffff);
      background-color: var(--colorPrimary, #d10068); }

/*--------------------------------------------------------------
## Powerkit Instagram Widget
--------------------------------------------------------------*/
.storyhub-powerkit-instagram-widget {
  background-color: var(--colorContentBG, transparent);
  box-shadow: var(--box-shadow-horizontal, 0) var(--box-shadow-vertical, 0) var(--box-shadow-blur, 0) var(--box-shadow-spread, 0px) var(--box-shadow-color, rgba(0, 0, 0, 0)); }
  .storyhub-powerkit-instagram-widget-title {
    text-align: center;
    margin-bottom: 30px; }
    .storyhub-powerkit-instagram-widget-title h2 {
      color: var(--colorHeading, #212121);
      font-size: var(--bodyFontSize, 16px);
      font-weight: 400;
      font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif);
      margin-bottom: 0; }
  .storyhub-powerkit-instagram-widget .pk-instagram-header,
  .storyhub-powerkit-instagram-widget .pk-instagram-footer {
    display: none; }
  .storyhub-powerkit-instagram-widget .pk-instagram-items {
    margin: -5px; }
  .storyhub-powerkit-instagram-widget .pk-instagram-item {
    margin: 5px; }
    .storyhub-powerkit-instagram-widget .pk-instagram-item .pk-instagram-link::before {
      opacity: 0; }
    .storyhub-powerkit-instagram-widget .pk-instagram-item .pk-instagram-link img {
      height: 100%; }
  .storyhub-powerkit-instagram-widget .pk-instagram-columns-2 .pk-instagram-item {
    flex: 0 0 calc(100% / 2 - 10px); }
  .storyhub-powerkit-instagram-widget .pk-instagram-columns-3 .pk-instagram-item {
    flex: 0 0 calc(100% / 3 - 10px); }
    @media (max-width: 575px) {
      .storyhub-powerkit-instagram-widget .pk-instagram-columns-3 .pk-instagram-item {
        flex: 0 0 calc(100% / 3 - 10px); } }
  .storyhub-powerkit-instagram-widget .pk-instagram-columns-4 .pk-instagram-item {
    flex: 0 0 calc(100% / 4 - 10px); }
    @media (max-width: 575px) {
      .storyhub-powerkit-instagram-widget .pk-instagram-columns-4 .pk-instagram-item {
        flex: 0 0 calc(100% / 2 - 10px); } }
  .storyhub-powerkit-instagram-widget .pk-instagram-columns-5 .pk-instagram-item {
    flex: 0 0 calc(100% / 5 - 10px); }
    @media (max-width: 575px) {
      .storyhub-powerkit-instagram-widget .pk-instagram-columns-5 .pk-instagram-item {
        flex: 0 0 calc(100% / 2 - 10px); } }
  .storyhub-powerkit-instagram-widget .pk-instagram-columns-6 .pk-instagram-item {
    flex: 0 0 calc(100% / 6 - 10px); }
    @media (max-width: 575px) {
      .storyhub-powerkit-instagram-widget .pk-instagram-columns-6 .pk-instagram-item {
        flex: 0 0 calc(100% / 2 - 10px); } }
  .storyhub-powerkit-instagram-widget .pk-instagram-btn {
    background: var(--colorButton, #292929);
    border: 1px solid;
    border-color: var(--colorButton, #292929);
    border-radius: 0;
    color: var(--colorButtonFont, #fff);
    cursor: pointer;
    font-weight: 400;
    height: 48px;
    line-height: 1;
    padding: 15px 28px;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px; }
    .storyhub-powerkit-instagram-widget .pk-instagram-btn:is(:hover, :focus) {
      background: var(--colorButtonHover, #000);
      border-color: var(--colorButtonHover, #000); }

.storyhub-instagram-widget .pk-instagram-header,
.storyhub-instagram-widget .pk-instagram-footer {
  display: none; }

.storyhub-instagram-widget .pk-instagram-item .pk-instagram-link::before {
  opacity: 0; }

.storyhub-instagram-widget .pk-instagram-item .pk-instagram-link img {
  height: 100%; }

/*--------------------------------------------------------------

/*--------------------------------------------------------------
## Powerkit Subscriptions Widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Celia 
--------------------------------------------------------------*/
.storyhub-celia-powerkit-subscription-widget .pk-title {
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    .storyhub-celia-powerkit-subscription-widget .pk-title {
      margin-bottom: 10px; } }

.storyhub-celia-powerkit-subscription-widget .pk-subscribe-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--colorSecondaryFont, #484848); }

.storyhub-celia-powerkit-subscription-widget .pk-title {
  color: var(--colorHeading, #212121);
  font-size: var(--h1FontSize, 38px);
  font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif); }
  @media (max-width: 1280px) {
    .storyhub-celia-powerkit-subscription-widget .pk-title {
      font-size: calc(var(--h1FontSize, 38px) - 4px); } }
  @media (max-width: 990px) {
    .storyhub-celia-powerkit-subscription-widget .pk-title {
      font-size: calc(var(--h1FontSize, 38px) - 9px);
      line-height: 1.54; } }
  @media (max-width: 575px) {
    .storyhub-celia-powerkit-subscription-widget .pk-title {
      font-size: calc(var(--h1FontSize, 38px) - 12px); } }

.storyhub-celia-powerkit-subscription-widget .pk-subscribe-message {
  margin: 0;
  text-align: center; }

.storyhub-celia-powerkit-subscription-widget .subscription {
  width: 100%;
  max-width: 580px;
  margin-top: 90px; }
  @media (max-width: 575px) {
    .storyhub-celia-powerkit-subscription-widget .subscription {
      margin-top: 54px; } }

.storyhub-celia-powerkit-subscription-widget .pk-input-group {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px; }
  @media (max-width: 575px) {
    .storyhub-celia-powerkit-subscription-widget .pk-input-group {
      grid-template-columns: 1fr; } }
  .storyhub-celia-powerkit-subscription-widget .pk-input-group input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: var(--colorSecondaryFont, #484848);
    border-bottom-color: var(--colorButton, #292929);
    background-color: transparent; }
    .storyhub-celia-powerkit-subscription-widget .pk-input-group input::placeholder {
      color: var(--colorSecondaryFont, #484848); }
  .storyhub-celia-powerkit-subscription-widget .pk-input-group input,
  .storyhub-celia-powerkit-subscription-widget .pk-input-group button {
    border-radius: 0; }
  .storyhub-celia-powerkit-subscription-widget .pk-input-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: var(--colorButtonFont, #ffffff);
    border-color: var(--colorButton, #292929);
    background-color: var(--colorButton, #292929);
    transition: all 0.25s ease-in-out; }
    .storyhub-celia-powerkit-subscription-widget .pk-input-group button:hover, .storyhub-celia-powerkit-subscription-widget .pk-input-group button:focus {
      opacity: 0.9; }

.storyhub-celia-powerkit-subscription-widget .pk-privacy {
  margin-top: 24px;
  max-width: 580px; }
  .storyhub-celia-powerkit-subscription-widget .pk-privacy label input {
    appearance: auto; }

/*--------------------------------------------------------------
## Valerie 
--------------------------------------------------------------*/
.storyhub-valerie-powerkit-subscription-widget .pk-subscribe-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .storyhub-valerie-powerkit-subscription-widget .pk-subscribe-data .pk-privacy label::before {
    border-color: var(--colorButtonFont, #ffffff);
    background: var(--colorButtonFont, #ffffff); }

.storyhub-valerie-powerkit-subscription-widget .pk-title {
  color: var(--colorHeading, #292929);
  font-size: var(--h2FontSize, 25px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding-right: 30px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (max-width: 1280px) {
    .storyhub-valerie-powerkit-subscription-widget .pk-title {
      font-size: calc(var(--h2FontSize, 25px) - 3px); } }
  @media (max-width: 990px) {
    .storyhub-valerie-powerkit-subscription-widget .pk-title {
      margin-bottom: 30px;
      padding-right: 0;
      text-align: center; } }
  @media (min-width: 992px) {
    .storyhub-valerie-powerkit-subscription-widget .pk-title {
      flex: 0 0 44%;
      max-width: 44%; } }

.storyhub-valerie-powerkit-subscription-widget .subscription {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .storyhub-valerie-powerkit-subscription-widget .subscription {
      flex: 0 0 56%;
      max-width: 56%; } }

@media (max-width: 575px) {
  .storyhub-valerie-powerkit-subscription-widget .pk-input-group {
    display: grid; } }

.storyhub-valerie-powerkit-subscription-widget .pk-input-group input {
  flex: 1;
  height: 56px;
  width: 100%;
  border-right: 0;
  font-size: 16px;
  border-color: transparent;
  color: var(--colorSecondaryFont, #484848);
  background-color: var(--colorInputBG, #ffffff);
  font-size: calc(var(--bodyFontSize, 16px) + 1px);
  border-radius: 0; }
  .storyhub-valerie-powerkit-subscription-widget .pk-input-group input::placeholder {
    color: var(--colorSecondaryFont, #484848); }
  .storyhub-valerie-powerkit-subscription-widget .pk-input-group input:focus {
    border-color: var(--colorBorderFocus, #dbdbdb); }

.storyhub-valerie-powerkit-subscription-widget .pk-input-group button {
  flex-shrink: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--colorButtonFont, #ffffff);
  border-color: var(--colorButton, #292929);
  background-color: var(--colorButton, #292929);
  transition: all 0.25s ease; }
  @media (min-width: 576px) {
    .storyhub-valerie-powerkit-subscription-widget .pk-input-group button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-top: 17px; } }
  @media (max-width: 575px) {
    .storyhub-valerie-powerkit-subscription-widget .pk-input-group button {
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  .storyhub-valerie-powerkit-subscription-widget .pk-input-group button:hover, .storyhub-valerie-powerkit-subscription-widget .pk-input-group button:focus {
    border-color: var(--colorPrimary, #d10068);
    background-color: var(--colorPrimary, #d10068); }

.storyhub-valerie-powerkit-subscription-widget .pk-privacy {
  grid-area: checkbox; }
  @media (max-width: 990px) {
    .storyhub-valerie-powerkit-subscription-widget .pk-privacy {
      max-width: 480px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.storyhub-concise-powerkit-subscription-widget .pk-privacy {
  display: none; }

.storyhub-concise-powerkit-subscription-widget .pk-input-group {
  display: block; }
  .storyhub-concise-powerkit-subscription-widget .pk-input-group input,
  .storyhub-concise-powerkit-subscription-widget .pk-input-group button {
    width: 100%; }
  .storyhub-concise-powerkit-subscription-widget .pk-input-group input {
    margin-bottom: 10px;
    background-color: var(--colorInputBG);
    border: 1px solid transparent;
    color: #666666;
    height: 54px;
    min-height: auto; }
    .storyhub-concise-powerkit-subscription-widget .pk-input-group input:is(:hover, :focus) {
      border-color: var(); }
  .storyhub-concise-powerkit-subscription-widget .pk-input-group ::-webkit-input-placeholder {
    text-align: center; }
  .storyhub-concise-powerkit-subscription-widget .pk-input-group :-moz-placeholder {
    text-align: center; }

body[data-color-mode="dark"] .storyhub-concise-powerkit-subscription-widget .pk-input-group input {
  color: #989898; }

/*--------------------------------------------------------------
## Common style 
--------------------------------------------------------------*/
.storyhub-powerkit-subscription-widget {
  background-color: var(--colorContentBG, transparent);
  box-shadow: var(--box-shadow-horizontal, 0) var(--box-shadow-vertical, 0) var(--box-shadow-blur, 0) var(--box-shadow-spread, 0px) var(--box-shadow-color, rgba(0, 0, 0, 0)); }

.pk-subscribe-data .pk-privacy label {
  position: relative;
  padding-left: 30px;
  display: grid;
  font-size: 13px; }
  .pk-subscribe-data .pk-privacy label input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .pk-subscribe-data .pk-privacy label::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid var(--colorBorder, #dbdbdb);
    border-radius: 3px;
    position: absolute;
    top: 3px;
    left: 0; }
  .pk-subscribe-data .pk-privacy label.is-checked::before {
    border-color: var(--colorButton, #292929);
    background: var(--colorButton, #292929); }
  .pk-subscribe-data .pk-privacy label.is-checked:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 var(--colorButtonFont, #ffffff), 4px 0 0 var(--colorButtonFont, #ffffff), 4px -2px 0 var(--colorButtonFont, #ffffff), 4px -4px 0 var(--colorButtonFont, #ffffff), 4px -6px 0 var(--colorButtonFont, #ffffff), 4px -8px 0 var(--colorButtonFont, #ffffff);
    transform: rotate(45deg); }

.pk-subscribe-data .pk-privacy .pk-alert {
  background: var(--colorBackgroundLight, #f3f3f3); }

.pk-subscribe-submit {
  border: none; }

/*--------------------------------------------------------------
## Carousel posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Carolyn 
--------------------------------------------------------------*/
.storyhub-carolyn-post-thumbnail {
  display: flex;
  flex-direction: column;
  background-color: var(--colorBackgroundLight, --colorBackgroundLight); }
  .storyhub-carolyn-post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.storyhub-carolyn-post-content {
  color: var(--colorHeadingSecondary, #757575);
  text-align: center;
  padding: 30px 120px; }
  @media (max-width: 1700px) {
    .storyhub-carolyn-post-content {
      padding: 30px 90px 50px; } }
  @media (max-width: 1024px) {
    .storyhub-carolyn-post-content {
      padding: 20px 30px 40px; } }
  .storyhub-carolyn-post-content h2 {
    font-size: 48px;
    font-weight: 400;
    color: var(--colorHeading, #212121);
    margin-bottom: 20px;
    line-height: 1.5;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 990px) {
      .storyhub-carolyn-post-content h2 {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .storyhub-carolyn-post-content h2 {
        font-size: 24px;
        max-width: 100%;
        margin-bottom: 10px; } }
    .storyhub-carolyn-post-content h2 a:hover, .storyhub-carolyn-post-content h2 a:focus {
      color: var(--colorPrimary, #d10068);
      opacity: 0.9; }
  .storyhub-carolyn-post-content p {
    margin: 0; }
  .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap {
    margin-top: 30px; }
    @media (max-width: 575px) {
      .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap {
        margin-top: 20px; } }
    .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--colorButtonFont, #ffffff);
      height: 44px; }
      @media (max-width: 1024px) {
        .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap a {
          height: 42px;
          padding-left: 22px;
          padding-right: 22px; } }
      .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap a:hover, .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap a:focus, .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap a:active {
        border-color: var(--colorButtonHover, #292929);
        background-color: var(--colorButtonHover, #292929);
        color: var(--colorButtonFontHover); }

.storyhub-carolyn .swiper-button-next,
.storyhub-carolyn .swiper-button-prev {
  top: 88%;
  color: var(--colorSecondaryFont, #484848);
  background: none; }
  .storyhub-carolyn .swiper-button-next::after,
  .storyhub-carolyn .swiper-button-prev::after {
    display: none; }
  .storyhub-carolyn .swiper-button-next:hover, .storyhub-carolyn .swiper-button-next:focus,
  .storyhub-carolyn .swiper-button-prev:hover,
  .storyhub-carolyn .swiper-button-prev:focus {
    outline: none; }

.storyhub-carolyn.swiper-container-horizontal > .swiper-pagination-bullets,
.storyhub-carolyn .swiper-pagination-custom,
.storyhub-carolyn .swiper-pagination-fraction {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px; }

.storyhub-carolyn .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: var(--colorButton, #292929);
  opacity: 0.2;
  margin: 0 1px; }

.storyhub-carolyn .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  opacity: 1;
  transform: translateY(10%); }

/*--------------------------------------------------------------
## Lora 
--------------------------------------------------------------*/
.storyhub-lora-post-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .storyhub-lora-post-card {
      flex-direction: column; } }

.storyhub-lora-post-content {
  position: relative;
  overflow: hidden;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 90px; }
  @media (max-width: 1700px) {
    .storyhub-lora-post-content {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .storyhub-lora-post-content {
      padding: 30px; } }
  @media (max-width: 1024px) {
    .storyhub-lora-post-content {
      padding: 20px 20px 20px 0; } }
  @media (max-width: 767px) {
    .storyhub-lora-post-content {
      order: 2;
      flex: 0 0 100%;
      max-width: 100%; } }
  .storyhub-lora-post-content .categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .storyhub-lora-post-content .categories a {
      display: inline-block;
      font-size: calc(var(--bodyFontSize, 16px) - 2px);
      color: var(--colorSecondaryFont, #484848);
      transition: all 0.15s ease-in-out 0s;
      text-transform: capitalize; }
      .storyhub-lora-post-content .categories a::after {
        content: ","; }
      .storyhub-lora-post-content .categories a:last-of-type::after {
        content: none; }
      .storyhub-lora-post-content .categories a + a {
        margin-left: 15px; }
      .storyhub-lora-post-content .categories a:hover, .storyhub-lora-post-content .categories a:focus {
        color: var(--colorPrimary, #d10068); }
  .storyhub-lora-post-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.41; }
    @media (max-width: 1700px) {
      .storyhub-lora-post-content h2 {
        font-size: 34px;
        margin-bottom: 35px; } }
    @media (max-width: 1024px) {
      .storyhub-lora-post-content h2 {
        font-size: 24px;
        margin-bottom: 20px; } }
  .storyhub-lora-post-content .storyhub-lora-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 500;
    border-radius: 0;
    padding: 0 27px;
    color: var(--colorButtonFont, #ffffff); }
    .storyhub-lora-post-content .storyhub-lora-button:hover, .storyhub-lora-post-content .storyhub-lora-button:focus, .storyhub-lora-post-content .storyhub-lora-button:active {
      color: var(--colorButtonFontHover, #ffffff);
      border-color: var(--colorPrimary, #d10068);
      background-color: var(--colorPrimary, #d10068); }

.storyhub-lora-post-excerpt {
  color: var(--colorSecondaryFont, #484848);
  line-height: 2;
  margin-bottom: 80px; }
  @media (max-width: 1700px) {
    .storyhub-lora-post-excerpt {
      margin-bottom: 60px; } }
  @media (max-width: 1024px) {
    .storyhub-lora-post-excerpt {
      margin-bottom: 50px; } }
  .storyhub-lora-post-excerpt p {
    margin: 0; }

.storyhub-lora-post-thumbnail {
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--colorBackgroundLight, --colorBackgroundLight); }
  @media (min-width: 1024px) {
    .storyhub-lora-post-thumbnail::after {
      content: "";
      display: table;
      clear: both; }
    .storyhub-lora-post-thumbnail figure {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0; } }
  @media (max-width: 767px) {
    .storyhub-lora-post-thumbnail {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      order: 1; } }
  .storyhub-lora-post-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover; }

.storyhub-lora .swiper-container-horizontal > .swiper-pagination-bullets,
.storyhub-lora .swiper-pagination-custom,
.storyhub-lora .swiper-pagination-fraction,
.storyhub-lora .swiper-pagination {
  display: none !important; }

.storyhub-lora .swiper-button-next,
.storyhub-lora .swiper-button-prev {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorButtonFont, #ffffff);
  background-image: none;
  background-color: var(--colorButton, #292929);
  bottom: 0;
  top: auto;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .storyhub-lora .swiper-button-next,
    .storyhub-lora .swiper-button-prev {
      top: 28%;
      width: 40px;
      transform: translateY(-50%); } }
  .storyhub-lora .swiper-button-next::after,
  .storyhub-lora .swiper-button-prev::after {
    display: none; }
  .storyhub-lora .swiper-button-next:hover, .storyhub-lora .swiper-button-next:focus,
  .storyhub-lora .swiper-button-prev:hover,
  .storyhub-lora .swiper-button-prev:focus {
    outline: none;
    background: var(--colorButtonHover, #000000); }

@media (min-width: 768px) {
  .storyhub-lora .swiper-button-prev {
    left: auto;
    right: 82px; }
  .storyhub-lora .swiper-button-next {
    left: auto;
    right: 0; } }

@media (max-width: 767px) {
  .storyhub-lora .swiper-button-prev {
    left: 0;
    right: auto; }
  .storyhub-lora .swiper-button-next {
    left: auto;
    right: 0; }
  .storyhub-lora .swiper-container-horizontal > .swiper-pagination-bullets,
  .storyhub-lora .swiper-pagination-custom,
  .storyhub-lora .swiper-pagination-fraction {
    display: none; } }

body[data-color-mode="dark"] .storyhub-lora :is(.swiper-button-next, .swiper-button-prev) {
  color: var(--colorButtonFont, #ffffff);
  background-color: var(--colorButton, #292929); }

.tag-block-container {
  background-color: var(--colorContentBG, transparent);
  box-shadow: var(--box-shadow-horizontal, 0) var(--box-shadow-vertical, 0) var(--box-shadow-blur, 0) var(--box-shadow-spread, 0px) var(--box-shadow-color, rgba(0, 0, 0, 0)); }
  .tag-block-container h3 {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--colorHeading, #000000); }
  .tag-block-container.default .tag-block-wrapper a {
    color: var(--defaultColor, #212121); }
  .tag-block-container.layout-1 .tag-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
    .tag-block-container.layout-1 .tag-block-wrapper a {
      transition: all 200ms ease;
      background: var(--fluidBgButton, #f1f1f1);
      color: var(--fluidColorButton, #212121);
      padding: 4px 10px; }
      .tag-block-container.layout-1 .tag-block-wrapper a span {
        color: var(--colorPrimary); }
      .tag-block-container.layout-1 .tag-block-wrapper a:is(:hover, :focus) {
        background-color: #212121;
        color: #f1f1f1; }

.block {
  display: block; }

body[data-color-mode="dark"] .tag-block-container.default h3 {
  color: var(--colorHeading) !important; }

body[data-color-mode="dark"] .tag-block-container.default .tag-block-wrapper a {
  color: var(--colorSecondaryFont) !important; }

body[data-color-mode="dark"] .tag-block-container.layout-1 h3 {
  color: var(--colorHeading) !important; }

body[data-color-mode="dark"] .tag-block-container.layout-1 .tag-block-wrapper a {
  --fluidBgButton: #fff;
  --fluidColorButton: #292929; }

body[data-color-mode="dark"] .elementor-widget-sh_single_post_tags .post_tag a {
  color: #fff !important;
  background: #292929 !important; }
  body[data-color-mode="dark"] .elementor-widget-sh_single_post_tags .post_tag a:is(:hover, :focus) {
    background: #212121 !important; }

.author-block-container {
  background-color: var(--colorContentBG, transparent);
  box-shadow: var(--box-shadow-horizontal, 0) var(--box-shadow-vertical, 0) var(--box-shadow-blur, 0) var(--box-shadow-spread, 0px) var(--box-shadow-color, rgba(0, 0, 0, 0)); }
  .author-block-container .heading {
    color: var(--colorPrimary); }

.author-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem; }

.author-image-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.author-container img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.author-image-container :is(h4, p),
.author-description-container :is(h4, p) {
  margin: 0;
  padding: 0;
  line-height: 1; }

.author-image-container h4,
.author-description-container h4 {
  margin-bottom: 5px; }

.single_post_content li {
  margin: 0; }

body[data-color-mode="dark"] .hading {
  color: var(--colorHeading, #292929) !important; }

body[data-color-mode="dark"] .author-image-container h4,
body[data-color-mode="dark"] .author-description-container h4 {
  color: var(--colorHeading, #292929) !important; }

.no-bullets {
  list-style: none; }

.page-list-block-container .heading {
  display: block !important;
  min-height: auto !important; }

body[data-color-mode="dark"] .hading {
  color: var(--colorHeading, #292929) !important; }

body[data-color-mode="dark"] .page-list-block-container li a {
  color: var(--colorSecondaryFont, #292929) !important; }

.posts-widget-layout-1 {
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 3px; }
  .posts-widget-layout-1 .post-block-image-container img:hover {
    transform: scale(1.1); }

.post-block-posts {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-direction: row;
  gap: 1rem; }

.post-block-image-container {
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 575px) {
    .post-block-image-container {
      max-height: 300px; } }
  @media (min-width: 576px) {
    .post-block-image-container {
      max-width: 120px; } }
  .post-block-image-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 200ms ease;
    min-height: 96px; }
  .post-block-image-container h4 {
    color: var(--colorHeading, #212121);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 5px; }
    .post-block-image-container h4 a {
      text-decoration: none; }
  .post-block-image-container p {
    margin: 0; }

.posts-widget-layout-2 h4 a {
  text-transform: initial;
  color: var(--colorHeadingSecondary, #292929);
  display: inline;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
  padding-bottom: 3px; }
  .posts-widget-layout-2 h4 a:hover {
    color: var(--colorHeading, #fff);
    background-size: 100% 1px; }

.post-block-container {
  background-color: var(--colorContentBG, transparent);
  box-shadow: var(--box-shadow-horizontal, 0) var(--box-shadow-vertical, 0) var(--box-shadow-blur, 0) var(--box-shadow-spread, 0px) var(--box-shadow-color, rgba(0, 0, 0, 0)); }
  .post-block-container.posts-widget-layout-4 .post-block-image-container {
    max-width: 100%; }
    @media (min-width: 992px) {
      .post-block-container.posts-widget-layout-4 .post-block-image-container {
        max-width: 110px; } }
  .post-block-container.posts-widget-layout-4 .post-block-posts {
    margin-bottom: 23px;
    flex-direction: row;
    align-items: center;
    gap: 12px; }
    @media (min-width: 768px) {
      .post-block-container.posts-widget-layout-4 .post-block-posts {
        gap: 30px; } }

.post-block-description-container .post-date {
  margin-top: 0;
  margin-bottom: 5px; }

.post-block-description-container .post-title a {
  text-transform: initial;
  color: var(--colorHeadingSecondary, #292929);
  display: inline;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
  padding-bottom: 3px; }
  .post-block-description-container .post-title a:is(:hover, :focus) {
    color: var(--colorHeading, #fff);
    background-size: 100% 1px; }

.post-block-description-container h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.556; }
  .post-block-description-container h4 a {
    color: #212121;
    display: inline;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
    padding-bottom: 3px; }
    .post-block-description-container h4 a:is(:hover, :focus) {
      color: var(--colorHeading, #fff);
      background-size: 100% 1px; }

.post-block-description-container .static-text {
  color: #929292; }

.post-block-description-container .author-name {
  color: #484848; }

.story-block-stories {
  display: flex;
  align-items: center;
  gap: 1.2rem; }

.story-block-description-container {
  flex-grow: 1;
  min-width: 220px;
  margin-bottom: 20px;
  max-width: 350px; }
  .story-block-description-container a {
    text-decoration: none;
    color: var(--colorHeading, #121213);
    display: inline;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
    padding: 0.3% 0px; }
    .story-block-description-container a:is(:hover, :focus) {
      color: var(--colorHeading, #fff);
      background-size: 100% 1px; }
  .story-block-description-container h4 {
    color: var(--colorHeading, #212121);
    margin-bottom: 5px;
    text-transform: uppercase;
    text-decoration: none; }

.story-block-description-container p {
  margin: 0; }

.posts-widget-layout-2 .post-block-description-container h4 {
  margin-bottom: 18px; }

.posts-widget-layout-5 .story-block-stories {
  border-bottom: 2px solid #f9f9f9;
  border-radius: 2px;
  margin-bottom: 12px;
  padding-bottom: 10px; }
  .posts-widget-layout-5 .story-block-stories:last-of-type {
    margin-bottom: 0; }

.posts-widget-layout-5 .post-block-description-container {
  margin-bottom: 0; }
  .posts-widget-layout-5 .post-block-description-container h4 {
    margin-bottom: 5px; }
  .posts-widget-layout-5 .post-block-description-container p {
    margin-bottom: 0;
    color: var(--colorSecondaryFont, #aaacad); }

.post-block-container h3 {
  color: var(--colorHeading, #fff); }

.elegant-category:is(:hover, :focus) {
  color: var(--colorPrimary, #fff); }

body[data-color-mode="dark"] .post-block-container h3,
body[data-color-mode="dark"] .category-widget-container h3 {
  color: var(--colorHeading, #fff) !important; }

body[data-color-mode="dark"] .post-block-description-container h4 a {
  color: var(--colorHeading, #fff) !important; }

body[data-color-mode="dark"] .post-block-description-container .author-name {
  color: #cfcfd1; }

body[data-color-mode="dark"] .category-widget-container .elegant-category {
  color: var(--colorHeading, #fff) !important; }

.social-link-container {
  display: flex; }
  .social-link-container a {
    color: var(--colorHeading, #121213);
    display: flex;
    transition: all 0.3s ease; }
    .social-link-container a i {
      transition: all 0.3s ease; }
    .social-link-container a:is(:hover, :focus) :is(.fa-facebook, fa-facebook-square) {
      color: #1877f2; }
    .social-link-container a:is(:hover, :focus) .fa-twitter {
      color: #1da1f2; }
    .social-link-container a:is(:hover, :focus) .fa-instagram,
    .social-link-container a:is(:hover, :focus) .fa-instagram-square {
      color: #e1306c; }
    .social-link-container a:is(:hover, :focus) .fa-linkedin-in,
    .social-link-container a:is(:hover, :focus) .fa-linkedin {
      color: #0077b5; }

.social-links-container {
  background-color: var(--colorContentBG, transparent);
  box-shadow: var(--box-shadow-horizontal, 0) var(--box-shadow-vertical, 0) var(--box-shadow-blur, 0) var(--box-shadow-spread, 0px) var(--box-shadow-color, rgba(0, 0, 0, 0)); }
  .social-links-container h3 {
    margin: 0px; }

.social-link-container div {
  display: block;
  overflow: hidden;
  list-style: none; }

.social-link-container a i {
  display: block; }

.elementor-widget-sh_single_post_share .share-button .share {
  color: var(--colorHeading, #121213);
  display: flex; }
  .elementor-widget-sh_single_post_share .share-button .share:nth-child(1):is(:hover, :focus) {
    color: #1877f2; }
  .elementor-widget-sh_single_post_share .share-button .share:nth-child(2):is(:hover, :focus) {
    color: #1da1f2; }
  .elementor-widget-sh_single_post_share .share-button .share:nth-child(3):is(:hover, :focus) {
    color: #e1306c; }
  .elementor-widget-sh_single_post_share .share-button .share:nth-child(4):is(:hover, :focus) {
    color: #0077b5; }
  .elementor-widget-sh_single_post_share .share-button .share:nth-child(5):is(:hover, :focus) {
    color: #ff4500; }

body[data-color-mode="dark"] .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(
.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-color: var(--colorBorder, #121213); }

.cat_grid_post_layout-1,
.cat_grid_post_layout-3 {
  margin-left: -10px;
  margin-right: -10px; }
  .cat_grid_post_layout-1 .category-slide-item,
  .cat_grid_post_layout-3 .category-slide-item {
    margin: 0 10px;
    width: 152px;
    max-width: 152px;
    height: 150px; }
    .cat_grid_post_layout-1 .category-slide-item .category-name,
    .cat_grid_post_layout-3 .category-slide-item .category-name {
      text-transform: uppercase;
      display: inline;
      color: var(--colorHeading);
      font-weight: normal;
      font-family: "Jost", sans-serif;
      transition: all ease-in-out 0.3s; }
    .cat_grid_post_layout-1 .category-slide-item .category-item,
    .cat_grid_post_layout-3 .category-slide-item .category-item {
      cursor: pointer;
      background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
      transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
      padding-bottom: 3px; }
      .cat_grid_post_layout-1 .category-slide-item .category-item:hover .category-name,
      .cat_grid_post_layout-3 .category-slide-item .category-item:hover .category-name {
        background-size: 100% 1px;
        color: var(--colorPrimaryHover); }
  .cat_grid_post_layout-1 .category-grid-image-container,
  .cat_grid_post_layout-3 .category-grid-image-container {
    width: 100%;
    height: 102px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 6px; }
    .cat_grid_post_layout-1 .category-grid-image-container img,
    .cat_grid_post_layout-3 .category-grid-image-container img {
      height: 100%;
      width: 152px;
      object-fit: cover; }
    .cat_grid_post_layout-1 .category-grid-image-container .pk-pin-it-container .pk-pin-it,
    .cat_grid_post_layout-3 .category-grid-image-container .pk-pin-it-container .pk-pin-it {
      display: none; }
  .cat_grid_post_layout-1.category-grid-post-container,
  .cat_grid_post_layout-3.category-grid-post-container {
    margin-top: 52px;
    margin-left: -10px;
    margin-right: -10px;
    width: 100%; }
    .cat_grid_post_layout-1.category-grid-post-container .storyhub-post-grid-masonry-card,
    .cat_grid_post_layout-3.category-grid-post-container .storyhub-post-grid-masonry-card {
      box-shadow: none;
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px;
      display: block; }

.category-grid-fixed {
  position: fixed;
  top: 82px;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--defaultHeaderColor);
  border-bottom: 1px solid var(--colorBorder); }

.masonary-grid-fixed {
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 15px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .masonary-grid-fixed {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .masonary-grid-fixed + .category-grid-post-container-wrapper {
      padding-top: 30px; } }
  @media (min-width: 320px) {
    .masonary-grid-fixed + .category-grid-post-container-wrapper {
      padding-left: 5px;
      padding-right: 5px; } }
  @media (min-width: 768px) {
    .masonary-grid-fixed + .category-grid-post-container-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1024px) {
    .masonary-grid-fixed + .category-grid-post-container-wrapper {
      padding-top: 96px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1280px) {
    .masonary-grid-fixed + .category-grid-post-container-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1537px) {
    .masonary-grid-fixed + .category-grid-post-container-wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  .masonary-grid-fixed + .category-grid-post-container-wrapper .author-name,
  .masonary-grid-fixed + .category-grid-post-container-wrapper .meta-date {
    margin: 0; }
  @media (min-width: 768px) {
    .masonary-grid-fixed {
      padding-left: 25px; } }
  @media (min-width: 1024px) {
    .masonary-grid-fixed {
      padding-left: 30px; } }
  @media (min-width: 1280px) {
    .masonary-grid-fixed {
      padding-left: 40px; } }
  @media (min-width: 1537px) {
    .masonary-grid-fixed {
      padding-left: 60px; } }

.logged-in.admin-bar .category-grid-fixed {
  top: 114px; }

.logged-in.admin-bar .masonary-grid-fixed {
  padding-top: 30px; }

@media (max-width: 600px) {
  .logged-in.admin-bar .category-grid-fixed {
    top: 106px; }
    .logged-in.admin-bar .category-grid-fixed.header-on-float {
      top: 82px; } }

.cat_grid_post_layout-2 {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px; }
  .cat_grid_post_layout-2.swiper-container {
    padding: 20px 15px; }
    @media (min-width: 576px) {
      .cat_grid_post_layout-2.swiper-container {
        padding: 20px 25px; } }
    @media (min-width: 1024px) {
      .cat_grid_post_layout-2.swiper-container {
        padding: 20px 30px; } }
    @media (min-width: 1280px) {
      .cat_grid_post_layout-2.swiper-container {
        padding: 20px 40px; } }
    @media (min-width: 1537px) {
      .cat_grid_post_layout-2.swiper-container {
        padding: 20px 60px; } }
  .cat_grid_post_layout-2 .category-slide-item {
    width: auto;
    margin-left: 0;
    margin-right: 16px; }
    .cat_grid_post_layout-2 .category-slide-item .category-item {
      color: var(--cat-grid-clr, #212121);
      font-family: "Source Sans Pro", sans-serif;
      cursor: pointer;
      border: 1px solid var(--cat-grid-border-clr, #ede9e9);
      background-color: var(--defaultHeaderColor);
      font-size: 16px;
      line-height: 1.25;
      padding: 5px 15px 7px;
      border-radius: 28px;
      text-transform: capitalize;
      transition: all 0.2s; }
      .cat_grid_post_layout-2 .category-slide-item .category-item:is(:hover, :focus) {
        border-color: var(--cat-grid-hover-border-clr, #212121);
        background-color: var(--cat-grid-hover-bg-clr, transparent); }
    .cat_grid_post_layout-2 .category-slide-item.category-grid-masonry-active .category-item {
      color: var(--cat-grid-active-clr, #ffffff);
      background-color: var(--cat-grid-active-bg, #212121);
      border-color: var(--cat-grid-active-border-clr, #212121); }
  .cat_grid_post_layout-2.category-grid-post-container {
    margin-top: 30px;
    margin-left: -2px;
    margin-right: -2px;
    width: 100%;
    display: flex;
    gap: 4px; }
    .cat_grid_post_layout-2.category-grid-post-container .storyhub-post-grid-masonry-card {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      margin-bottom: 0;
      display: block; }

.cat_grid_post_layout-3.category-grid-post-container {
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 767px) {
    .cat_grid_post_layout-3.category-grid-post-container {
      margin-top: 0; } }

.cat_grid_post_layout-3.category-grid-container {
  box-shadow: none; }

@media (max-width: 767px) {
  .cat_grid_post_layout-3 .category-grid-image-container {
    display: none; } }

@media (max-width: 767px) {
  .cat_grid_post_layout-3 .category-slide-item {
    width: auto;
    height: auto; } }

.cat_grid_post_layout-3 .category-name {
  position: relative;
  padding-bottom: 5px; }
  .cat_grid_post_layout-3 .category-name::before {
    content: "";
    background-color: var(--colorHeading);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: all 200ms; }

.cat_grid_post_layout-3 .category-grid-masonry-active .category-name::before {
  width: 100%; }

.cat_grid_post_layout-3 .swiper-button-prev,
.cat_grid_post_layout-3 .swiper-button-next {
  transform: translateY(-50%); }
  .cat_grid_post_layout-3 .swiper-button-prev::before,
  .cat_grid_post_layout-3 .swiper-button-next::before {
    background: linear-gradient(90.71deg, rgba(250, 251, 252, 0) 0.77%, var(--colorInputBG) 99.26%) !important;
    top: -31px !important;
    height: 102px !important; }

.cat_grid_post_layout-3 .swiper-button-prev::before {
  background: linear-gradient(90.71deg, var(--colorInputBG) 0.77%, rgba(250, 251, 252, 0) 99.26%) !important;
  left: -20px !important; }
  @media (min-width: 1024px) {
    .cat_grid_post_layout-3 .swiper-button-prev::before {
      left: -25px !important; } }
  @media (min-width: 1280px) {
    .cat_grid_post_layout-3 .swiper-button-prev::before {
      left: -40px !important; } }

@media (min-width: 768px) {
  .cat_grid_post_layout-1.category-grid-post-container :is(.category-grid-col-2, .grid-sizer),
  .cat_grid_post_layout-2.category-grid-post-container :is(.category-grid-col-2, .grid-sizer),
  .cat_grid_post_layout-3.category-grid-post-container :is(.category-grid-col-2, .grid-sizer) {
    width: calc(100% / 2 * 1); } }

@media (min-width: 768px) {
  .cat_grid_post_layout-1.category-grid-post-container :is(.category-grid-col-3, .grid-sizer),
  .cat_grid_post_layout-2.category-grid-post-container :is(.category-grid-col-3, .grid-sizer),
  .cat_grid_post_layout-3.category-grid-post-container :is(.category-grid-col-3, .grid-sizer) {
    width: calc(100% / 2 * 1); } }

@media (min-width: 1024px) {
  .cat_grid_post_layout-1.category-grid-post-container :is(.category-grid-col-3, .grid-sizer),
  .cat_grid_post_layout-2.category-grid-post-container :is(.category-grid-col-3, .grid-sizer),
  .cat_grid_post_layout-3.category-grid-post-container :is(.category-grid-col-3, .grid-sizer) {
    width: calc(100% / 3 * 1); } }

@media (min-width: 768px) {
  .cat_grid_post_layout-1.category-grid-post-container :is(.category-grid-col-4, .grid-sizer),
  .cat_grid_post_layout-2.category-grid-post-container :is(.category-grid-col-4, .grid-sizer),
  .cat_grid_post_layout-3.category-grid-post-container :is(.category-grid-col-4, .grid-sizer) {
    width: calc(100% / 2 * 1); } }

@media (min-width: 1024px) {
  .cat_grid_post_layout-1.category-grid-post-container :is(.category-grid-col-4, .grid-sizer),
  .cat_grid_post_layout-2.category-grid-post-container :is(.category-grid-col-4, .grid-sizer),
  .cat_grid_post_layout-3.category-grid-post-container :is(.category-grid-col-4, .grid-sizer) {
    width: calc(100% / 3 * 1); } }

@media (min-width: 1367px) {
  .cat_grid_post_layout-1.category-grid-post-container :is(.category-grid-col-4, .grid-sizer),
  .cat_grid_post_layout-2.category-grid-post-container :is(.category-grid-col-4, .grid-sizer),
  .cat_grid_post_layout-3.category-grid-post-container :is(.category-grid-col-4, .grid-sizer) {
    width: calc(100% / 4 * 1); } }

.category-grid-post-container-wrapper {
  padding: 54px 15px 0; }
  @media (min-width: 576px) {
    .category-grid-post-container-wrapper {
      padding: 74px 25px 0; } }
  @media (min-width: 768px) {
    .category-grid-post-container-wrapper {
      padding: 96px 25px 0; } }
  @media (min-width: 1024px) {
    .category-grid-post-container-wrapper {
      padding-top: 74px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1280px) {
    .category-grid-post-container-wrapper {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1537px) {
    .category-grid-post-container-wrapper {
      padding-left: 60px;
      padding-right: 60px; } }

.category-grid-post-thumbnail img {
  width: 100%;
  min-height: 350px;
  max-height: 570px;
  object-fit: cover; }

.category-grid-post {
  background-color: var(--colorContentBG, #ffffff);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  padding: 18px;
  border-radius: 10px;
  font-family: "Jost", sans-serif; }
  .category-grid-post .category-grid-author-meta {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    .category-grid-post .category-grid-author-meta .author-meta-image {
      flex-shrink: 0;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      overflow: hidden; }
    .category-grid-post .category-grid-author-meta .author-meta-info {
      padding-left: 12px;
      text-transform: uppercase;
      font-size: 12px; }
      .category-grid-post .category-grid-author-meta .author-meta-info p {
        line-height: 1.7em; }
      .category-grid-post .category-grid-author-meta .author-meta-info .author-name a {
        font-weight: 500;
        color: var(--colorHeadingSecondary, #212121); }
        .category-grid-post .category-grid-author-meta .author-meta-info .author-name a:hover {
          text-decoration: none;
          color: #f73b98; }
      .category-grid-post .category-grid-author-meta .author-meta-info .meta-date {
        color: #aaacad; }
  .category-grid-post .category-grid-post-thumbnail > a {
    border-radius: 10px;
    overflow: hidden;
    display: flex; }
  .category-grid-post .post-title-tags {
    padding-top: 20px; }
    .category-grid-post .post-title-tags .post-title {
      font-size: 18px;
      font-family: "Jost", sans-serif;
      margin-bottom: 0px; }
    .category-grid-post .post-title-tags .post-tags {
      display: flex;
      flex-wrap: wrap;
      font-size: 16px;
      margin-left: -6px;
      margin-right: -6px;
      margin-top: 6px; }
      .category-grid-post .post-title-tags .post-tags > a {
        margin-left: 6px;
        margin-right: 6px;
        color: #aaacad; }
        .category-grid-post .post-title-tags .post-tags > a:hover {
          color: #f73b98; }

.category-grid-post-overlay {
  position: relative;
  overflow: hidden;
  padding: 0 2px;
  margin-bottom: 4px; }
  .category-grid-post-overlay .post-overlay {
    position: absolute;
    opacity: 0;
    content: "";
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, #000000 100%); }
  .category-grid-post-overlay .category-grid-category-container {
    opacity: 0;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 30px;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    transition: all 0.2s; }
  .category-grid-post-overlay .post-category {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #f8935d;
    padding: 3px 12px; }
  .category-grid-post-overlay .post-content-wrapper {
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: -50px;
    padding: 30px;
    opacity: 0;
    transition: all 0.2s; }
  .category-grid-post-overlay .post-title {
    font-size: 24px;
    font-family: "Lora", serif;
    margin-bottom: 6px;
    font-weight: 600; }
    .category-grid-post-overlay .post-title a {
      color: #ffffff; }
      .category-grid-post-overlay .post-title a:hover {
        color: #f73b98; }
  .category-grid-post-overlay .category-grid-author-meta {
    display: flex;
    align-items: center;
    font-family: "Source Sans Pro", sans-serif; }
    .category-grid-post-overlay .category-grid-author-meta .author-meta-image {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      overflow: hidden; }
    .category-grid-post-overlay .category-grid-author-meta .author-meta-info {
      padding-left: 12px; }
      .category-grid-post-overlay .category-grid-author-meta .author-meta-info p {
        margin: 0;
        line-height: 1.65em; }
      .category-grid-post-overlay .category-grid-author-meta .author-meta-info .author-name a {
        font-weight: 600;
        color: #ffffff;
        font-size: 16px; }
        .category-grid-post-overlay .category-grid-author-meta .author-meta-info .author-name a:is(:hover, :focus) {
          text-decoration: none;
          color: #f73b98; }
      .category-grid-post-overlay .category-grid-author-meta .author-meta-info .meta-date {
        color: #ffffff;
        font-size: 14px; }
  .category-grid-post-overlay .category-grid-post-thumbnail > a {
    display: flex; }
  .category-grid-post-overlay:hover .post-overlay,
  .category-grid-post-overlay:hover .post-content-wrapper,
  .category-grid-post-overlay:hover .category-grid-category-container {
    opacity: 1; }
  .category-grid-post-overlay:hover .category-grid-category-container {
    top: 30px; }
  .category-grid-post-overlay:hover .post-content-wrapper {
    bottom: 0; }

.category-grid-container {
  background: transparent;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07); }
  .category-grid-container .swiper-button-next,
  .category-grid-container .swiper-container-rtl .swiper-button-prev {
    background: none;
    color: #484848;
    right: 10px; }
    @media (min-width: 768px) {
      .category-grid-container .swiper-button-next,
      .category-grid-container .swiper-container-rtl .swiper-button-prev {
        right: 20px; } }
    @media (min-width: 1024px) {
      .category-grid-container .swiper-button-next,
      .category-grid-container .swiper-container-rtl .swiper-button-prev {
        right: 25px; } }
    @media (min-width: 1280px) {
      .category-grid-container .swiper-button-next,
      .category-grid-container .swiper-container-rtl .swiper-button-prev {
        right: 40px; } }
    .category-grid-container .swiper-button-next::before,
    .category-grid-container .swiper-container-rtl .swiper-button-prev::before {
      content: "";
      position: absolute;
      top: 0;
      right: -10px;
      width: 64px;
      height: 100%;
      background: linear-gradient(270deg, #ffffff 66.51%, rgba(255, 255, 255, 0) 100%);
      z-index: -1; }
      @media (min-width: 768px) {
        .category-grid-container .swiper-button-next::before,
        .category-grid-container .swiper-container-rtl .swiper-button-prev::before {
          right: -20px;
          width: 74px; } }
      @media (min-width: 1024px) {
        .category-grid-container .swiper-button-next::before,
        .category-grid-container .swiper-container-rtl .swiper-button-prev::before {
          right: -25px; } }
      @media (min-width: 1280px) {
        .category-grid-container .swiper-button-next::before,
        .category-grid-container .swiper-container-rtl .swiper-button-prev::before {
          right: -40px;
          width: 104px; } }
    .category-grid-container .swiper-button-next::after,
    .category-grid-container .swiper-container-rtl .swiper-button-prev::after {
      content: none; }
  .category-grid-container .swiper-button-prev,
  .category-grid-container .swiper-container-rtl .swiper-button-next {
    background: none;
    color: #484848;
    left: 10px; }
    @media (min-width: 768px) {
      .category-grid-container .swiper-button-prev,
      .category-grid-container .swiper-container-rtl .swiper-button-next {
        left: 20px; } }
    @media (min-width: 1024px) {
      .category-grid-container .swiper-button-prev,
      .category-grid-container .swiper-container-rtl .swiper-button-next {
        left: 25px; } }
    @media (min-width: 1280px) {
      .category-grid-container .swiper-button-prev,
      .category-grid-container .swiper-container-rtl .swiper-button-next {
        left: 40px; } }
    .category-grid-container .swiper-button-prev::before,
    .category-grid-container .swiper-container-rtl .swiper-button-next::before {
      content: "";
      position: absolute;
      top: 0;
      left: -10px;
      width: 64px;
      height: 100%;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 33.09%);
      z-index: -1; }
      @media (min-width: 1024px) {
        .category-grid-container .swiper-button-prev::before,
        .category-grid-container .swiper-container-rtl .swiper-button-next::before {
          left: -20px;
          width: 74px; } }
      @media (min-width: 1280px) {
        .category-grid-container .swiper-button-prev::before,
        .category-grid-container .swiper-container-rtl .swiper-button-next::before {
          left: -40px;
          width: 104px; } }
    .category-grid-container .swiper-button-prev::after,
    .category-grid-container .swiper-container-rtl .swiper-button-next::after {
      content: none; }
  .category-grid-container .swiper-button-next.swiper-button-disabled,
  .category-grid-container .swiper-button-prev.swiper-button-disabled {
    display: none; }

.storyhub-carolyn .swiper-button-next,
.storyhub-carolyn .swiper-button-prev {
  display: none; }
  @media (min-width: 1024px) {
    .storyhub-carolyn .swiper-button-next,
    .storyhub-carolyn .swiper-button-prev {
      display: flex; } }

.storyhub-carolyn.fluid .post-cat {
  background: transparent; }
  .storyhub-carolyn.fluid .post-cat a {
    background: var(--fluidBgButton, #e8e8e8);
    color: var(--fluidColorButton, #292929);
    padding: 12px 24px; }

.storyhub-elegant-post-grid.storyhub-post-grid {
  max-width: 100%; }

.storyhub-elegant-post-grid .storyhub-section-widget-title::after,
.storyhub-elegant-masonry-post-grid .storyhub-section-widget-title::after {
  content: none; }

.storyhub-post-grid-elegant,
.related-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px; }
  @media (min-width: 768px) {
    .storyhub-post-grid-elegant,
    .related-post-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px; } }
  @media (min-width: 1440px) {
    .storyhub-post-grid-elegant,
    .related-post-wrapper {
      width: calc(100% + 48px);
      margin-left: -24px; } }

body[data-color-mode="dark"] .masonary-grid-fixed {
  --defaultHeaderColor: #0d0d0d; }

body[data-color-mode="dark"] .storyhub-carolyn.fluid {
  --navColor: #fff;
  --fluidBgButton: #fff;
  --fluidColorButton: #292929; }

body[data-color-mode="dark"] .cat_grid_post_layout-2 {
  --cat-grid-clr: #fff;
  --cat-grid-border-clr: #4b4b4b;
  --cat-grid-active-clr: #494949;
  --cat-grid-active-bg: #fff;
  --cat-grid-active-border-clr: #fff;
  --cat-grid-hover-border-clr: #fff;
  --cat-grid-hover-bg-clr: #1b1c1f; }

body[data-color-mode="dark"] .swiper-button-next,
body[data-color-mode="dark"] .swiper-container-rtl .swiper-button-prev {
  color: #fff; }
  body[data-color-mode="dark"] .swiper-button-next::before,
  body[data-color-mode="dark"] .swiper-container-rtl .swiper-button-prev::before {
    background: linear-gradient(270deg, #111111 58.1%, rgba(17, 17, 17, 0) 100%); }

body[data-color-mode="dark"] .swiper-button-prev,
body[data-color-mode="dark"] .swiper-container-rtl .swiper-button-next {
  color: #fff; }
  body[data-color-mode="dark"] .swiper-button-prev::before,
  body[data-color-mode="dark"] .swiper-container-rtl .swiper-button-next::before {
    background: linear-gradient(90deg, #111111 56.92%, rgba(17, 17, 17, 0) 100%); }

.side_menu_item_container ul li {
  list-style: none; }

.side_menu_icon .sidebar_toggle_button {
  background-color: #fff;
  padding: 0;
  border: none; }

.side_menu_icon i {
  font-size: 30px; }

.side_menu_container i {
  font-size: 22px; }

.side_menu_container ul li {
  list-style: none; }

.storyhub-logo-image {
  width: 100% !important;
  height: 100% !important; }

.pk-pin-it {
  display: none; }

body[data-color-mode="light"] .storyhub-logo-container {
  display: block; }
  body[data-color-mode="light"] .storyhub-logo-container.dark {
    display: none; }

body[data-color-mode="dark"] .storyhub-logo-container {
  display: none; }
  body[data-color-mode="dark"] .storyhub-logo-container.dark {
    display: block; }

.category-widget-container .elegant-category {
  display: block !important; }

.category-widget-container p {
  margin: 0; }

.video-widget-cotainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #0D0D0D; }
  .video-widget-cotainer .video,
  .video-widget-cotainer .video-meta {
    flex-basis: 100%;
    width: 100%; }
    @media (min-width: 1024px) {
      .video-widget-cotainer .video,
      .video-widget-cotainer .video-meta {
        flex-basis: 50%;
        width: 50%; } }
  .video-widget-cotainer .video {
    position: relative;
    max-width: 100%; }
    .video-widget-cotainer .video::before {
      content: "";
      position: absolute;
      height: 0px;
      display: block;
      padding-bottom: 56.25%; }
    .video-widget-cotainer .video::after {
      content: "";
      display: table;
      clear: both; }
    .video-widget-cotainer .video img {
      width: 100%; }
    .video-widget-cotainer .video iframe {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0; }
  .video-widget-cotainer .video-meta {
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .video-widget-cotainer .video-meta {
        padding: 30px; } }
    @media (min-width: 1200px) {
      .video-widget-cotainer .video-meta {
        padding: 0 60px; } }
    .video-widget-cotainer .video-meta .heading {
      font-size: 12px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      display: block; }
    .video-widget-cotainer .video-meta h3 {
      margin-bottom: 0; }
    .video-widget-cotainer .video-meta .title {
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 10px;
      transition: all 0.3s ease;
      color: #fff;
      display: inline;
      background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
      background-size: 0px 2px;
      transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
      padding: 0.3% 0px; }
      .video-widget-cotainer .video-meta .title:is(:hover, :focus) {
        background-size: 100% 2px; }
    .video-widget-cotainer .video-meta .button {
      background: var(--colorButton);
      color: var(--colorButtonFont);
      padding: 12px 27px;
      margin-top: 25px;
      display: inline-block;
      text-transform: capitalize;
      transition: all 0.3s ease; }
      .video-widget-cotainer .video-meta .button:is(:hover, :focus) {
        background: var(--colorButtonFont);
        color: var(--colorButton); }

body[data-color-mode="dark"] .video-widget-cotainer {
  background: #0D0D0D; }

.quotes-container {
  position: relative;
  z-index: 1; }
  .quotes-container .quote {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--quote-color, #212121); }
  .quotes-container.quotes-layout-1 {
    border-left: 4px solid var(--quote-colorBorder, #212121);
    padding-left: 30px; }
  .quotes-container.quotes-layout-2 .quote {
    font-weight: 400; }
  .quotes-container .author {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    text-align: right; }
  .quotes-container i {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    font-size: 42px;
    color: #8B8D91; }
    @media (min-width: 1024px) {
      .quotes-container i {
        font-size: 90px; } }

body[data-color-mode="dark"] .elementor-widget-container {
  color: var(--colorSecondaryFont, #484848) !important; }

body[data-color-mode="dark"] .quotes-container .quote {
  color: #cfcfd1 !important; }

body[data-color-mode="dark"] .quotes-container.quotes-layout-1 {
  --quote-colorBorder: #cfcfd1 !important; }

.single-post-navigation {
  display: flex;
  padding: 30px 0 0;
  border-top: 1px solid var(--colorBorder, #dbdbdb); }
  @media (min-width: 1024px) {
    .single-post-navigation {
      gap: 30px;
      align-items: center;
      flex-direction: row;
      justify-content: space-between;
      gap: 0; } }
  .single-post-navigation :is(.prev-post-container, .next-post-container) {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (min-width: 768px) {
      .single-post-navigation :is(.prev-post-container, .next-post-container) {
        width: 50%; } }
    .single-post-navigation :is(.prev-post-container, .next-post-container) :is(.prev-post-image-container, .next-post-image-container) {
      flex: 0 0 auto;
      width: 100%;
      display: none; }
      @media (min-width: 768px) {
        .single-post-navigation :is(.prev-post-container, .next-post-container) :is(.prev-post-image-container, .next-post-image-container) {
          display: block;
          max-width: 120px;
          height: 100px; } }
      .single-post-navigation :is(.prev-post-container, .next-post-container) :is(.prev-post-image-container, .next-post-image-container) .pk-pin-it-container {
        height: 120px; }
      .single-post-navigation :is(.prev-post-container, .next-post-container) :is(.prev-post-image-container, .next-post-image-container) img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .single-post-navigation :is(.prev-post-container, .next-post-container) .post-meta {
      width: 100%;
      word-break: break-word; }
      .single-post-navigation :is(.prev-post-container, .next-post-container) .post-meta h4 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 5px; }
      .single-post-navigation :is(.prev-post-container, .next-post-container) .post-meta a {
        font-family: "Lora", serif;
        text-decoration: none;
        color: #484848;
        display: inline;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
        transition: background-size 0.35s cubic-bezier(0.48, 0.56, 0.67, 0.76) 0s;
        padding: 0.3% 0px;
        font-size: 14px; }
        .single-post-navigation :is(.prev-post-container, .next-post-container) .post-meta a:is(:hover, :focus) {
          color: var(--colorHeading, #121212);
          background-size: 100% 2px; }
  .single-post-navigation-layout-2 {
    padding-top: 0;
    border: none; }
    .single-post-navigation-layout-2 :is(.prev-post-container, .next-post-container):hover :is(.prev-post-heading, .next-post-heading) {
      gap: 14px; }
    .single-post-navigation-layout-2 :is(.prev-post-container, .next-post-container) :is(.prev-post-image-container, .next-post-image-container) {
      max-width: 140px;
      border-radius: 6px;
      overflow: hidden; }
    .single-post-navigation-layout-2 :is(.prev-post-heading, .next-post-heading) {
      display: flex;
      align-items: center;
      gap: 24px;
      transition: all 200ms; }
  .single-post-navigation .prev-post-heading {
    justify-content: start; }
  .single-post-navigation .next-post-heading {
    justify-content: end; }
  .single-post-navigation .next-post-container .post-meta {
    text-align: right; }
  @media (min-width: 576px) {
    .single-post-navigation .next-post-container {
      flex-direction: row-reverse; } }

body[data-color-mode="dark"] .single-post-navigation :is(.prev-post-container, .next-post-container) .post-meta a {
  color: var(--colorHeading); }

.author-meta-wrappar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--author-bg, #f7f7f7);
  padding: 20px; }
  .author-meta-wrappar.bg-transparent {
    border-radius: 9px;
    background: var(--author-bg, rgba(139, 141, 145, 0.15)) !important; }
    .author-meta-wrappar.bg-transparent .author-name {
      margin-bottom: 8px; }
  @media (min-width: 768px) {
    .author-meta-wrappar {
      padding: 30px;
      flex-direction: row; } }
  .author-meta-wrappar .author-image {
    flex: 0 0 auto; }
    .author-meta-wrappar .author-image img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover; }
  .author-meta-wrappar .author-name {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: var(--colorHeading, #212121);
    text-transform: capitalize; }
  .author-meta-wrappar .author-description {
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 5px; }
  .author-meta-wrappar .author-socials {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px; }
    .author-meta-wrappar .author-socials a {
      font-size: 16px;
      color: var(--author-social-color, var(--colorHeading));
      transition: all 0.3s ease-in-out; }
      .author-meta-wrappar .author-socials a:is(:hover, :focus):nth-child(1) {
        --author-social-color: #3b5998; }
      .author-meta-wrappar .author-socials a:is(:hover, :focus):nth-child(2) {
        --author-social-color: #e1306c; }
      .author-meta-wrappar .author-socials a:is(:hover, :focus):nth-child(3) {
        --author-social-color: #1da1f2; }
      .author-meta-wrappar .author-socials a:is(:hover, :focus):nth-child(4) {
        --author-social-color: #0077b5; }

body[data-color-mode="dark"] .author-meta-wrappar {
  --author-bg: #131313;
  --author-social-color: #fff; }
  body[data-color-mode="dark"] .author-meta-wrappar.bg-transparent {
    --author-bg: #151515; }

.post-info-wrappar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 15px; }
  @media (min-width: 1024px) {
    .post-info-wrappar {
      gap: 0; } }
  .post-info-wrappar .author-info {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (min-width: 768px) {
      .post-info-wrappar .author-info {
        padding-right: 30px;
        border-right: 1px dashed #212121; } }
    @media (min-width: 1280px) {
      .post-info-wrappar .author-info {
        padding-right: 60px; } }
  .post-info-wrappar .author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%; }
    .post-info-wrappar .author-avatar img {
      width: 100%;
      object-fit: cover;
      border-radius: 50%; }
  .post-info-wrappar .author-meta p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--colorHeadingSecondary);
    line-height: 1.5; }
  .post-info-wrappar .author-meta .author-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorHeading);
    text-transform: capitalize; }
  .post-info-wrappar .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(78, 154, 169, 0.15);
    padding: 8px 18px 8px 8px;
    border-radius: 4px; }
    @media (min-width: 576px) {
      .post-info-wrappar .post-meta {
        gap: 18px; } }
    @media (min-width: 768px) {
      .post-info-wrappar .post-meta {
        margin-left: 30px; } }
    @media (min-width: 1280px) {
      .post-info-wrappar .post-meta {
        margin-left: 60px; } }
  .post-info-wrappar .cat-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px; }
  .post-info-wrappar .cat-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    background: #fff;
    color: #212121;
    border-radius: 4px;
    display: block;
    padding: 6px 12px; }
  .post-info-wrappar .post-date {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--colorHeading);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 18px; }

ul.post-meta-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  ul.post-meta-container-alternative-layout {
    display: inline-flex;
    background: rgba(139, 141, 145, 0.15);
    border-radius: 4px;
    padding: 8px 10px; }
    ul.post-meta-container-alternative-layout li + li:before {
      display: none; }
    ul.post-meta-container-alternative-layout .post-categories {
      padding-right: 0 !important; }
    ul.post-meta-container-alternative-layout .categories {
      background: #fff;
      padding: 5px 12px;
      border-radius: 4px; }
    ul.post-meta-container-alternative-layout .right-arrow-button {
      padding: 0 !important; }
  ul.post-meta-container li {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0 12px; }
    ul.post-meta-container li:first-child {
      padding-left: 0 !important; }
    ul.post-meta-container li + li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: var(--colorPrimary, #d10068);
      transform: translateY(-50%); }
    ul.post-meta-container li.post-categories .categories {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 3px 10px; }
    ul.post-meta-container li.post-categories :is(.category, .more) {
      font-size: 16px;
      color: var(--colorPrimary, #d10068);
      transition: all 0.3s ease;
      position: relative; }
      ul.post-meta-container li.post-categories :is(.category, .more):not(:last-child)::before {
        content: ",";
        position: absolute;
        right: -5px; }
      ul.post-meta-container li.post-categories :is(.category, .more):is(:hover, :focus) {
        color: var(--colorPrimary); }
    ul.post-meta-container li.post-author-container {
      display: flex;
      align-items: center;
      gap: 12px; }
      ul.post-meta-container li.post-author-container img {
        width: 36px;
        height: 36px;
        border-radius: 50%; }
      ul.post-meta-container li.post-author-container .author-name {
        font-size: 16px;
        color: #212121; }
      ul.post-meta-container li.post-author-container .right {
        order: 1; }

.post-date {
  color: var(--colorPrimary, #d10068);
  margin: 0; }
  .post-date .left {
    order: 2; }

.post-comments {
  color: var(--colorPrimary, #d10068); }

body[data-color-mode="dark"] .heading {
  color: var(--colorHeading, #292929); }

body[data-color-mode="dark"] .post-meta-container-alternative-layout {
  background: #151515; }
  body[data-color-mode="dark"] .post-meta-container-alternative-layout .post-date {
    color: #fff !important; }

body[data-color-mode="dark"] .post-meta-container li::before {
  background-color: #d10068; }

body[data-color-mode="dark"] .post-meta-container .post-categories .category:is(:hover, :focus) {
  color: var(--colorPrimary) !important; }

body[data-color-mode="dark"] .post-meta-container .post-author-container .author-name {
  color: #cfcfd1 !important; }

/*--------------------------------------------------------------
# Widgets common style
--------------------------------------------------------------*/
.storyhub-section-widget-title {
  margin: 0;
  color: var(--colorHeading, #292929);
  letter-spacing: 0.17em;
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--bodyFontFamily, Source Sans Pro, sans-serif); }

.gallery .gallery-item img {
  display: block;
  margin: 0 auto; }

.featured_image img {
  width: 100%;
  object-fit: cover; }

.single_post_content .elementor-widget-container p {
  margin: 0; }

.elementor-widget-container :is(ul, ol) {
  margin: 0; }

body[data-color-mode="dark"] .single_post_content p {
  color: var(--colorSecondaryFont) !important; }

body[data-color-mode="dark"] .gatsby-highlight {
  color: #cfcfd1; }

.carolyn-swiper-pagination {
  position: relative; }

.prev-next-wrapper {
  z-index: 9999;
  position: relative; }

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

.storyhub-menu-area {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06); }

body[data-color-mode="dark"] .storyhub-header-search .storyhub-header-search-form {
  background: #1e1e1e; }

.redq-demo-title {
  justify-content: space-between; }
  .redq-demo-title .redq-purchase-button {
    display: none; }

#comments #respond h3 {
  margin-bottom: 10px; }

.single_post_content.clasic-editor p {
  margin-top: 0;
  margin-bottom: 1.3em; }

body[data-color-mode="dark"] .storyhub-header-search .storyhub-header-search-form {
  background: #1e1e1e; }

body[data-color-mode="dark"] .storyhub-menu-area {
  border-bottom: 1px solid #4b4b4b; }

body[data-color-mode="dark"] .massonary-post-wrapper .massonary-loop-post .read-more a {
  background: #363636;
  color: #fff; }

body[data-color-mode="dark"] .massonary-post-wrapper .massonary-loop-post .read-more a:hover {
  background: var(--colorPrimary);
  color: #fff; }

body[data-color-mode="dark"] .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap a {
  background: #363636;
  color: #fff;
  border-color: transparent; }

body[data-color-mode="dark"] .storyhub-carolyn-post-content .storyhub-carolyn-button-wrap a:hover {
  background: var(--colorPrimary);
  color: #fff; }

body[data-color-mode="dark"] .post-meta-container li::before {
  background-color: #cfcfd1 !important; }

body[data-color-mode="dark"] .tag-block-container.layout-1 .tag-block-wrapper a {
  --fluidBgButton: #292929;
  color: #fff !important; }

body[data-color-mode="dark"] .storyhub-header-search .storyhub-header-search-form .search-form .search-field::placeholder {
  color: #989898; }

body[data-color-mode="dark"] #comments #commentform :is(.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url) input,
body[data-color-mode="dark"] #comments #commentform :is(.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url) textarea {
  background-color: #1e1e1e; }

body[data-color-mode="dark"] #comments .comment-card .comment-info .date {
  color: #989898; }

body[data-color-mode="dark"] .storyhub-carolyn-button,
.storyhub-lora-button,
.wp-block-search .wp-block-search__button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #292929;
  border-color: #292929;
  color: #fff; }
  body[data-color-mode="dark"] .storyhub-carolyn-button:hover,
  .storyhub-lora-button:hover,
  .wp-block-search .wp-block-search__button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: var(--colorButtonHover, #000000);
    background: var(--colorButtonHover, #000000);
    color: var(--colorButtonFont, #ffffff); }

body[data-color-mode="dark"] .storyhub-zenome-post-grid-card-button {
  background-color: #292929;
  color: #fff; }

body[data-color-mode="dark"] .storyhub-zenome-post-grid-card-button:hover {
  background-color: var(--colorPrimary);
  color: #fff; }

body[data-color-mode="dark"] .storyhub-valerie-powerkit-subscription-widget .pk-input-group button {
  background-color: #292929;
  border-color: #292929;
  color: #fff; }

.elementor-icon-list-item .elementor-icon-list-text {
  transition: all 0.3s ease; }

body[data-color-mode="dark"] .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--colorPrimary) !important; }

@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; } }

@media (max-width: 767px) {
  .single-post .entry-header .entry-title {
    font-size: 28px; }
  .storyhub-menu-area {
    height: 60px; }
  .post-block-description-container h4 {
    line-height: 1.4; }
  .single-post .entry-header .entry-title {
    font-size: 28px; }
  #comments #respond h3 {
    margin-bottom: 10px; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 600px) {
    .gallery-columns-2 .gallery-item {
      width: 50%; }
    .gallery-columns-3 .gallery-item {
      width: 33.33%; }
    .gallery-columns-4 .gallery-item {
      width: 25%; }
    .gallery-columns-5 .gallery-item {
      width: 20%; }
    .gallery-columns-6 .gallery-item {
      width: 16.66%; }
    .gallery-columns-7 .gallery-item {
      width: 14.28%; }
    .gallery-columns-8 .gallery-item {
      width: 12.5%; }
    .gallery-columns-9 .gallery-item {
      width: 11.11%; } }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-standard .navigation-drawer {
  display: none; }
  @media (max-width: 1024px) {
    .header-standard .navigation-drawer {
      display: block; } }

.header-standard .storyhub-layout-in-container {
  display: flex;
  align-items: center;
  gap: 25px; }
  @media (min-width: 1024px) {
    .header-standard .storyhub-layout-in-container {
      gap: 0; } }
  .header-standard .storyhub-layout-in-container .storyhub-modern-header-right-panel-area {
    margin-left: auto; }

@media (max-width: 1024px) {
  .header-standard .site-branding {
    margin-left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0; } }

.header-standard .storyhub-modern-header-right-panel-area {
  display: flex;
  align-items: center; }

.storyhub-menu-drawer-header .custom-logo-link {
  display: flex; }

.header-modern .storyhub-menu-area {
  border-bottom: 1px solid #dbdbdb; }
  .header-modern .storyhub-menu-area.header-on-float {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.082); }

.header-modern .modern-layout {
  justify-content: space-between; }

.header-modern .storyhub-social-profiles {
  margin: 0; }
  @media (max-width: 990px) {
    .header-modern .storyhub-social-profiles {
      display: none; } }
  .header-modern .storyhub-social-profiles .storyhub-social-profile-item {
    margin: 0 16px; }
    .header-modern .storyhub-social-profiles .storyhub-social-profile-item:first-child {
      margin-left: 0; }
    .header-modern .storyhub-social-profiles .storyhub-social-profile-item:last-child {
      margin-right: 0; }
    .header-modern .storyhub-social-profiles .storyhub-social-profile-item a {
      opacity: 1;
      font-size: 22px; }

.header-modern .site-branding {
  margin-right: 0; }

.header-modern .storyhub-modern-header-right-panel-area {
  display: flex;
  align-items: center; }

.header-modern .storyhub-header-search {
  margin-left: auto;
  margin-right: 30px; }
  @media (max-width: 1024px) {
    .header-modern .storyhub-header-search {
      margin-right: 24px; } }

.header-modern .storyhub-header-search-toggle-btn svg {
  width: 22px;
  height: 22px;
  margin-top: 1px; }
  @media (max-width: 1024px) {
    .header-modern .storyhub-header-search-toggle-btn svg {
      width: 21px;
      height: 21px; } }

.header-modern .navigation-drawer .storyhub-menu-toggler > span {
  height: 2px; }

.header-modern .navigation-drawer .storyhub-menu-drawer {
  transform: translateX(0);
  left: auto;
  right: -100%; }
  .header-modern .navigation-drawer .storyhub-menu-drawer .os-content {
    display: flex;
    flex-direction: column; }
  .header-modern .navigation-drawer .storyhub-menu-drawer.open {
    right: 0; }
  .header-modern .navigation-drawer .storyhub-menu-drawer-header {
    height: auto;
    border-bottom: 0; }
    .header-modern .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close {
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 50%;
      margin-left: auto;
      justify-content: center;
      align-items: center;
      color: var(--defaultHeaderColor, #ffffff);
      background-color: var(--colorLinkFont, #121212); }
      .header-modern .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close:hover {
        color: var(--defaultHeaderColor, #ffffff);
        background-color: var(--colorLinkHover, #292929); }
      .header-modern .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close svg {
        width: 20px;
        height: 20px; }
  .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-menu-inner-wrapper {
    margin-top: 54px; }
    .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-menu-inner-wrapper .storyhub-mobile-menu li a {
      padding: 12px 15px 12px 35px; }
  .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget {
    padding: 35px;
    margin-top: 25px; }
    .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget h5 {
      font-family: var(--bodyFontFamily, "Roboto", sans-serif);
      font-weight: 600;
      text-align: center;
      margin-bottom: 30px; }
    .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget .pk-instagram-items {
      margin: -4px; }
    .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget .pk-instagram-columns-2 .pk-instagram-item {
      margin: 5px;
      flex: 0 0 calc(50% - 10px); }
  .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-social-area {
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 35px 0 30px;
    margin-top: auto; }
    .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-social-area h5 {
      font-family: var(--bodyFontFamily, "Roboto", sans-serif);
      font-weight: 600;
      margin-bottom: 30px; }
    .header-modern .navigation-drawer .storyhub-menu-drawer .storyhub-social-area .storyhub-social-profiles {
      display: flex; }

.header-modern .storyhub-color-mode-toggle {
  margin-left: 36px; }
  @media (max-width: 1024px) {
    .header-modern .storyhub-color-mode-toggle {
      margin-left: 30px; } }
  @media (max-width: 575px) {
    .header-modern .storyhub-color-mode-toggle {
      margin-left: 26px; } }

.header-compact .storyhub-menu-area .navigation-drawer {
  display: none; }
  @media (max-width: 1024px) {
    .header-compact .storyhub-menu-area .navigation-drawer {
      display: block; }
      .header-compact .storyhub-menu-area .navigation-drawer .storyhub-social-area {
        width: 100%;
        display: grid;
        place-items: center;
        text-align: center;
        padding: 30px 0; }
        .header-compact .storyhub-menu-area .navigation-drawer .storyhub-social-area h5 {
          font-weight: 600;
          margin-bottom: 30px; }
        .header-compact .storyhub-menu-area .navigation-drawer .storyhub-social-area .storyhub-social-profiles {
          display: flex;
          height: auto;
          margin-left: 0;
          padding-left: 0;
          border-left: 0; } }

.header-compact .storyhub-menu-area .site-branding {
  margin-right: 40px; }
  @media (max-width: 1024px) {
    .header-compact .storyhub-menu-area .site-branding {
      margin-left: 50%;
      margin-right: 0;
      transform: translateX(-50%);
      position: absolute;
      top: auto;
      bottom: auto;
      left: 0; } }

.header-compact .storyhub-menu-area .storyhub-header-search {
  margin-left: auto; }

.header-compact .storyhub-menu-area .storyhub-color-mode-toggle {
  margin-left: 30px; }
  @media (max-width: 1024px) {
    .header-compact .storyhub-menu-area .storyhub-color-mode-toggle {
      margin-left: 24px; } }
  @media (max-width: 575px) {
    .header-compact .storyhub-menu-area .storyhub-color-mode-toggle {
      margin-left: 14px; } }

.header-compact .storyhub-menu-area .storyhub-social-profiles {
  height: 40px;
  margin: 0 0 0 28px;
  padding-left: 32px;
  align-items: center;
  border-left: 1px solid var(--colorButton, #292929); }
  @media (max-width: 1024px) {
    .header-compact .storyhub-menu-area .storyhub-social-profiles {
      display: none; } }
  .header-compact .storyhub-menu-area .storyhub-social-profiles .storyhub-social-profile-item {
    margin: 0 16px; }
    .header-compact .storyhub-menu-area .storyhub-social-profiles .storyhub-social-profile-item:first-child {
      margin-left: 0; }
    .header-compact .storyhub-menu-area .storyhub-social-profiles .storyhub-social-profile-item:last-child {
      margin-right: 0; }
    .header-compact .storyhub-menu-area .storyhub-social-profiles .storyhub-social-profile-item a {
      opacity: 1;
      font-size: 22px; }

.header-revotic .storyhub-layout-in-container {
  display: flex;
  align-items: center;
  gap: 25px; }
  @media (min-width: 1024px) {
    .header-revotic .storyhub-layout-in-container {
      gap: 0; } }
  .header-revotic .storyhub-layout-in-container .storyhub-modern-header-right-panel-area {
    margin-left: auto; }

.header-revotic .site-branding {
  margin-right: 40px; }
  @media (max-width: 1024px) {
    .header-revotic .site-branding {
      margin-right: 0; } }

.header-revotic .storyhub-social-area .storyhub-social-profile-item:not(:last-child) {
  margin-right: 20px; }

.header-revotic .storyhub-social-area .storyhub-social-profile-item a {
  font-size: 22px; }

.header-revotic .storyhub-social-area {
  position: relative;
  padding: 0 25px;
  margin-left: 10px; }
  .header-revotic .storyhub-social-area::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #121213; }

@media (max-width: 1024px) {
  .header-revotic .navigation-drawer {
    display: block; } }

.header-revotic .navigation-drawer .storyhub-menu-toggler > span {
  height: 2px; }

.header-revotic .navigation-drawer .storyhub-menu-drawer {
  transform: translateX(0);
  left: auto;
  left: -100%;
  padding: 30px 0; }
  .header-revotic .navigation-drawer .storyhub-menu-drawer .os-content {
    display: flex;
    flex-direction: column; }
  .header-revotic .navigation-drawer .storyhub-menu-drawer.open {
    left: 0; }
  .header-revotic .navigation-drawer .storyhub-menu-drawer-header {
    height: auto;
    border-bottom: 0; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close {
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      color: var(--defaultHeaderColor, #ffffff);
      background-color: var(--colorLinkFont, #121212); }
      .header-revotic .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close:is(:hover, :focus) {
        color: var(--defaultHeaderColor, #ffffff);
        background-color: var(--colorLinkHover, #292929); }
      .header-revotic .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close svg {
        width: 20px;
        height: 20px; }
  .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-menu-inner-wrapper {
    margin-top: 54px; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-menu-inner-wrapper .storyhub-mobile-menu li a {
      padding: 12px 15px 12px 35px; }
  .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget {
    padding: 35px;
    margin-top: 25px;
    margin-left: 0; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget h5 {
      font-family: var(--bodyFontFamily, "Roboto", sans-serif);
      font-weight: 600;
      text-align: center;
      margin-bottom: 30px; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget .pk-instagram-items {
      margin: -4px; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget .pk-instagram-columns-2 .pk-instagram-item {
      margin: 5px;
      flex: 0 0 calc(50% - 10px); }
  .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-social-area {
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 35px 0 30px;
    margin-left: 0;
    margin-top: auto; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-social-area::before {
      display: none; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-social-area h5 {
      font-family: var(--bodyFontFamily, "Roboto", sans-serif);
      font-weight: 600;
      margin-bottom: 30px; }
    .header-revotic .navigation-drawer .storyhub-menu-drawer .storyhub-social-area .storyhub-social-profiles {
      display: flex; }

.header-revotic .storyhub-color-mode-toggle {
  margin-left: 20px; }

.storyhub-modern-header-right-panel-area {
  display: flex;
  align-items: center; }

.storyhub-menu-drawer-header .custom-logo-link {
  display: flex; }

@media only screen and (max-width: 1024px) {
  .storyhub-header-search + .storyhub-social-area {
    display: none; } }

.header-neoteric .storyhub-menu-area.header-on-float {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.082); }

.header-neoteric .storyhub-social-profiles {
  margin: 0; }
  @media (max-width: 990px) {
    .header-neoteric .storyhub-social-profiles {
      display: none; } }
  .header-neoteric .storyhub-social-profiles .storyhub-social-profile-item {
    margin: 0 16px; }
    .header-neoteric .storyhub-social-profiles .storyhub-social-profile-item:first-child {
      margin-left: 0; }
    .header-neoteric .storyhub-social-profiles .storyhub-social-profile-item:last-child {
      margin-right: 0; }
    .header-neoteric .storyhub-social-profiles .storyhub-social-profile-item a {
      opacity: 1;
      font-size: 22px; }

@media (max-width: 990px) {
  .header-neoteric .site-branding .site-title {
    text-align: left; } }

.header-neoteric .storyhub-header-search {
  margin-left: auto;
  margin-right: 30px; }
  @media (max-width: 1024px) {
    .header-neoteric .storyhub-header-search {
      margin-right: 24px; } }
  @media (max-width: 575px) {
    .header-neoteric .storyhub-header-search {
      margin-right: 0; } }

.header-neoteric .storyhub-header-search-toggle-btn svg {
  width: 22px;
  height: 22px;
  margin-top: 1px; }
  @media (max-width: 1024px) {
    .header-neoteric .storyhub-header-search-toggle-btn svg {
      width: 21px;
      height: 21px; } }

.header-neoteric .navigation-drawer .storyhub-menu-toggler > span {
  height: 2px; }

.header-neoteric .navigation-drawer .storyhub-menu-drawer {
  transform: translateX(0);
  left: auto;
  left: -100%; }
  .header-neoteric .navigation-drawer .storyhub-menu-drawer .os-content {
    display: flex;
    flex-direction: column; }
  .header-neoteric .navigation-drawer .storyhub-menu-drawer.open {
    left: 0; }
  .header-neoteric .navigation-drawer .storyhub-menu-drawer-header {
    height: auto;
    border-bottom: 0; }
    .header-neoteric .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close {
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      color: var(--defaultHeaderColor, #ffffff);
      background-color: var(--colorLinkFont, #121212); }
      .header-neoteric .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close:is(:hover, :focus) {
        color: var(--defaultHeaderColor, #ffffff);
        background-color: var(--colorLinkHover, #292929); }
      .header-neoteric .navigation-drawer .storyhub-menu-drawer-header .storyhub-menu-drawer-close svg {
        width: 20px;
        height: 20px; }
  .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-menu-inner-wrapper {
    margin-top: 54px; }
    .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-menu-inner-wrapper .storyhub-mobile-menu li a {
      padding: 12px 15px 12px 35px; }
  .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget {
    padding: 35px;
    margin-top: 25px;
    margin-left: 0; }
    .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget h5 {
      font-family: var(--bodyFontFamily, "Roboto", sans-serif);
      font-weight: 600;
      text-align: center;
      margin-bottom: 30px; }
    .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget .pk-instagram-items {
      margin: -4px; }
    .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-instagram-widget .pk-instagram-columns-2 .pk-instagram-item {
      margin: 5px;
      flex: 0 0 calc(50% - 10px); }
  .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-social-area {
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 35px 0 30px;
    margin-left: 0;
    margin-top: auto; }
    .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-social-area h5 {
      font-family: var(--bodyFontFamily, "Roboto", sans-serif);
      font-weight: 600;
      margin-bottom: 30px; }
    .header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-social-area .storyhub-social-profiles {
      display: flex; }

.header-neoteric .storyhub-color-mode-toggle {
  margin-left: 20px; }

/*--------------------------------------------------------------
# main layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# when layout mode in container & fluid
--------------------------------------------------------------*/
.storyhub-layout-in-container {
  width: 100%;
  margin: 0 auto; }

/*--------------------------------------------------------------
# layout style for [blog, single-post, attachment]
--------------------------------------------------------------*/
.site-content {
  padding-top: 48px; }

body:not(.storyhub-template-default):not(.page-template-page-full-width) .site .storyhub-page-title {
  margin-bottom: 40px; }

body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 48px; }
  body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary.storyhub-secondary {
    max-width: 100%; }
    @media (min-width: 1550px) {
      body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary.storyhub-secondary {
        max-width: 1500px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1281px) {
      body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary.storyhub-secondary {
        padding-left: 75px;
        padding-right: 75px; } }
    body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary.storyhub-secondary .storyhub-related-post-section {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
  @media (max-width: 1280px) {
    body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary {
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 90px; } }
  @media (max-width: 990px) {
    body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary {
      padding-top: 0;
      flex-direction: column; } }
  @media (max-width: 767px) {
    body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary {
      padding: 0 15px 46px; } }
  body:not(.storyhub-template-default):not(.page-template-page-full-width) .site #primary #main {
    width: 100%; }

#page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 90px);
  overflow: hidden; }
  #page #content {
    flex-grow: 1; }

/*--------------------------------------------------------------
# dark & light logo 
--------------------------------------------------------------*/
body[data-color-mode="light"] .site-light-logo {
  display: inline-flex;
  align-items: center; }

body[data-color-mode="light"] .site-dark-logo {
  display: none; }

body[data-color-mode="dark"] .site-light-logo {
  display: none; }

body[data-color-mode="dark"] .site-dark-logo {
  display: inline-flex;
  align-items: center; }

body[data-color-mode="dark"] .elementor-heading-title {
  color: var(--colorHeading) !important; }

body[data-color-mode="dark"] .elementor-widget-text-editor p {
  color: var(--colorSecondaryFont) !important; }

body[data-color-mode="dark"] .social-links-container .heading {
  color: var(--colorSecondaryFont) !important; }

body[data-color-mode="dark"] .social-link-container a:not(:hover) {
  color: var(--colorHeading) !important; }

body[data-color-mode="dark"] .elementor-icon-list-item .elementor-icon-list-text {
  color: var(--colorSecondaryFont) !important; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer,
.storyhub-site-footer {
  position: relative;
  overflow: hidden; }
  .site-footer .site-info,
  .storyhub-site-footer .site-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 28px 75px;
    background-color: var(--colorDarkModeFooter, var(--copyrightBGColor, #ffffff));
    border-top: 1px solid var(--colorBorder, #dbdbdb); }
    @media (max-width: 1024px) {
      .site-footer .site-info,
      .storyhub-site-footer .site-info {
        padding: 25px 35px; } }
    @media (max-width: 767px) {
      .site-footer .site-info,
      .storyhub-site-footer .site-info {
        padding: 20px 25px;
        flex-direction: column; } }
    .site-footer .site-info .copyright,
    .storyhub-site-footer .site-info .copyright {
      font-size: var(--copyrightFontSize, 14px);
      font-family: var(--copyrightFontFamily, inherit);
      color: var(--menuTextColor, #757575);
      font-weight: var(--copyrightFontWeight, normal);
      font-style: var(--copyrightFontStyle, normal);
      line-height: var(--copyrightLineHeight, 1.625); }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# style for powerkit plugin
---------------------------------------------------------------*/
.pk-font-primary {
  font-weight: 400; }

.pk-scroll-to-top {
  display: block;
  border-radius: 50%;
  background: var(--colorPrimaryHover, #f73b98);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  transition: all 0.3s ease; }
  .pk-scroll-to-top.pk-active {
    right: 20px; }
  .pk-scroll-to-top.on-the-footer {
    bottom: 6rem; }
  .pk-scroll-to-top i {
    font-size: 20px;
    font-weight: 700; }

/*--------------------------------------------------------------
# style for Reuse Rating plugin
---------------------------------------------------------------*/
.reuseRatingComponent___SsL_4 {
  min-width: auto; }
  .reuseRatingComponent___SsL_4 .dv-star-rating label.dv-star-rating-star {
    padding-left: 6px; }
    .reuseRatingComponent___SsL_4 .dv-star-rating label.dv-star-rating-star::before, .reuseRatingComponent___SsL_4 .dv-star-rating label.dv-star-rating-star::after {
      display: none; }

/*--------------------------------------------------------------
# Elementor Editor style
---------------------------------------------------------------*/
.elementor-editor-element-settings.elementor-editor-section-settings {
  margin: 0; }

body[data-color-mode="dark"] .redq-demo-title {
  background: #151515; }
  body[data-color-mode="dark"] .redq-demo-title h3 {
    color: #fff; }

body[data-color-mode="dark"] .redq-demos-wrapper {
  background: #1e1e1e; }

body[data-color-mode="dark"] .demo-image-wrapper + h3 {
  color: #fff; }

.demo-image-inner-wrapper span {
  position: absolute;
  padding: 4px 15px;
  border-radius: 3px;
  background-color: #914569;
  background-image: linear-gradient(-60deg, #ef4a7a, #5761f1);
  color: #fff;
  top: 20px;
  right: 20px;
  left: auto;
  font-weight: 600; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.d-flex {
  display: flex; }

.entry-content .is-style-squared a {
  border-radius: 0; }

.entry-content .is-style-squared a,
.entry-content .is-style-outline a {
  display: inline-block;
  margin-top: 40px; }

.entry-content .gallery-item {
  padding-right: 1em; }
  .entry-content .gallery-item .gallery-icon a {
    display: block; }

.site-main.has-active-sidebar.d-flex {
  flex-wrap: wrap; }

@media (min-width: 1024px) {
  .site-main .left-content {
    width: 70%;
    padding-right: 5%; }
  .site-main .sidebar {
    width: 30%; } }

@media (max-width: 1023px) {
  .site-main .sidebar {
    margin-top: 40px; } }

.widget {
  margin: 0 0 2.5em; }
  .widget:last-of-type {
    margin-bottom: 0; }
  .widget .widget-title {
    margin-top: 0; }
    @media (min-width: 640px) {
      .widget .widget-title {
        margin-bottom: 24px; } }
  .widget h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .widget a {
    color: var(--color-main-text);
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    .widget a:hover, .widget a:focus {
      color: var(--colorPrimary, #d10068); }
  .widget ul,
  .widget ol {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .widget ul li > ul,
    .widget ol li > ul {
      padding-left: 16px; }
      @media (min-width: 640px) {
        .widget ul li > ul,
        .widget ol li > ul {
          padding-left: 24px; } }
  .widget li {
    margin-top: 0;
    margin-bottom: 10px; }
    .widget li:last-of-type {
      margin-bottom: 0; }
  .widget .wp-block-latest-comments li {
    margin-bottom: 16px; }
  .widget .wp-block-latest-comments__comment-meta {
    line-height: 1.5; }
  .widget.widget_archive li, .widget.widget_categories li, .widget.widget_pages li, .widget.widget_nav_menu li {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 0 !important;
    margin-top: 16px !important; }
    .widget.widget_archive li ul, .widget.widget_categories li ul, .widget.widget_pages li ul, .widget.widget_nav_menu li ul {
      grid-column: 1 / span 2; }
      .widget.widget_archive li ul a, .widget.widget_categories li ul a, .widget.widget_pages li ul a, .widget.widget_nav_menu li ul a {
        display: inline-flex;
        align-items: center;
        flex: 1; }
        .widget.widget_archive li ul a::before, .widget.widget_categories li ul a::before, .widget.widget_pages li ul a::before, .widget.widget_nav_menu li ul a::before {
          content: '';
          display: inline-block;
          width: 12px;
          height: 2px;
          margin-right: 12px;
          background-color: #dbdee5; }
  .widget.widget_archive > ul > li:last-child > a,
  .widget.widget_archive div > ul > li:last-child > a, .widget.widget_categories > ul > li:last-child > a,
  .widget.widget_categories div > ul > li:last-child > a, .widget.widget_pages > ul > li:last-child > a,
  .widget.widget_pages div > ul > li:last-child > a, .widget.widget_nav_menu > ul > li:last-child > a,
  .widget.widget_nav_menu div > ul > li:last-child > a {
    margin-bottom: 0; }
  .widget.widget_rss li {
    display: grid;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .widget.widget_rss li {
        margin-bottom: 24px; } }
    .widget.widget_rss li:last-of-type {
      margin-bottom: 0; }
    .widget.widget_rss li .rsswidget {
      font-size: calc(var(--h6-font-size) - 1px);
      font-family: var(--h6-font-family);
      font-weight: 600;
      margin-bottom: 5px; }
      @media (min-width: 640px) {
        .widget.widget_rss li .rsswidget {
          font-size: var(--h6-font-size);
          margin-bottom: 6px; } }
    .widget.widget_rss li .rss-date,
    .widget.widget_rss li .rssSummary {
      margin-bottom: 10px; }
      @media (min-width: 640px) {
        .widget.widget_rss li .rss-date,
        .widget.widget_rss li .rssSummary {
          margin-bottom: 12px; } }
    .widget.widget_rss li .rss-date,
    .widget.widget_rss li cite {
      color: var(--color-lighter-text);
      font-size: calc(var(--body-font-size) - 2px); }
      @media (min-width: 768px) {
        .widget.widget_rss li .rss-date,
        .widget.widget_rss li cite {
          font-size: calc(var(--body-font-size) - 1px); } }
  .widget.widget_tag_cloud .tagcloud, .widget.widget_product_tag_cloud .tagcloud {
    margin-right: -2px;
    margin-bottom: -6px; }
  .widget.widget_text strong {
    display: inline-block;
    color: var(--h6-color);
    font-size: calc(var(--h6-font-size) - 1px);
    font-family: var(--h6-font-family);
    font-weight: 600;
    margin: 16px 0 8px; }
    @media (min-width: 640px) {
      .widget.widget_text strong {
        font-size: calc(var(--h6-font-size) - 1px); } }
  .widget.widget_text .wp-caption p:empty {
    display: none; }
  .widget.widget_text .textwidget > p,
  .widget.widget_text .textwidget > div {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .widget.widget_text .textwidget > p,
      .widget.widget_text .textwidget > div {
        margin-bottom: 24px; } }
    .widget.widget_text .textwidget > p:last-of-type,
    .widget.widget_text .textwidget > div:last-of-type {
      margin-bottom: 0; }
  .widget.widget_text .textwidget > p:first-of-type strong {
    margin-top: 0; }
  .widget.widget_text .textwidget > p:first-of-type img + br + strong {
    margin-bottom: 0; }
  .widget .calendar_wrap a {
    text-decoration: underline; }
  .widget div[class*='gallery-columns-'] {
    gap: 1rem; }
  .widget .gallery-item {
    margin: 0; }
    .widget .gallery-item a {
      display: flex;
      align-items: center;
      opacity: 1;
      transition: opacity 0.2s ease; }
      .widget .gallery-item a:hover, .widget .gallery-item a:focus {
        opacity: 0.8; }
  .widget select {
    width: 100%;
    display: block;
    max-width: none; }

.sidebar .widget .search-form {
  position: relative; }
  .sidebar .widget .search-form input[type='text'] {
    min-height: 48px;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding-right: 48px; }
  .sidebar .widget .search-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d9dee4;
    opacity: 1;
    /* Firefox */ }
  .sidebar .widget .search-form > label {
    display: block; }
  .sidebar .widget .search-form .search-submit {
    position: absolute;
    background: transparent;
    right: 0;
    color: #a4a4a5;
    border: 0;
    top: 0;
    padding: 0;
    height: 100%;
    padding: 0 10px; }

.sidebar .widget ul ul {
  margin: 0; }

.sidebar .wp-block-search__label {
  display: none; }

