@charset "UTF-8";

/*
Theme Name: Nocturne
Theme URI: https://tenebrousnox.com/themes/nocturne
Author: Tiago Silva
Author URI: https://www.linkedin.com/in/xtmms/
Description: Nocturne is a free modern and creative photography WordPress block theme.
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nocturne
Tags: blog, portfolio, photography, one-column, two-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-site-editing,  threaded-comments, wide-blocks, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- 1
-------------------------------------------------------- */
/* --- Block Base (from 2022 wordpress default)
-------------------------------------------------------- */
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

/* Browsers apply their own default :visited color unless a stylesheet
   explicitly overrides it - a plain "a { color }" rule doesn't count, even
   though it matches visited links too. Without this, visited links fall back
   to the browser's built-in visited-purple instead of the theme's accent. */
a:visited {
  color: var(--wp--preset--color--text-link);
}

a:hover,
a:focus {
  text-decoration-style: dashed;
}

a:visited:hover,
a:visited:focus {
  color: var(--wp--preset--color--text-link-hover);
}

a:active {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--foreground);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button:not(.is-style-button) .wp-block-button__link:hover {
  opacity: 1;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Nocturne. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body>.is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.wp-block-nocturne-rotating-cover.alignfull,
.is-root-container .wp-block[data-align="full"]>.wp-block-group,
.is-root-container .wp-block[data-align="full"]>.wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-cover,
.wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-template-part>.wp-block-cover,
body>.is-root-container>.wp-block-group.has-background,
body>.is-root-container>.wp-block-cover,
body>.is-root-container>.wp-block-template-part>.wp-block-group.has-background,
body>.is-root-container>.wp-block-template-part>.wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"]>*:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--tiny) !important;
  padding-bottom: var(--wp--custom--spacing--large) !important;
  padding-right: var(--wp--custom--spacing--tiny) !important;
  padding-left: var(--wp--custom--spacing--tiny) !important;

  background-color: var(--wp--preset--color--background) !important;
}

/* (Custom) - Added this code to make group and cover full width in editor which has alignfull class(after 6.0) */
body>.is-root-container:not(.wp-site-blocks),
body>.is-root-container:not(.wp-site-blocks) .wp-block-group.alignfull,
body>.is-root-container:not(.wp-site-blocks) .wp-block-cover.alignfull,
body>.is-root-container:not(.wp-site-blocks) .wp-block-nocturne-rotating-cover.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.is-root-container {
  display: flow-root;
}

:root {
  overflow-x: hidden;
}

.is-root-container main.main-front-page,
.is-root-container main.main-front-page+footer {
  margin-block-start: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* End */
/* --- 2
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Columns Style
-------------------------------------------------------- */
.wp-block-columns.is-style-have-gap-0 {
  gap: 0;
}

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.wp-block-post-author .wp-block-post-author__content {
  padding-left: 10px;
}

.wp-block-post-author .wp-block-post-author__bio {
  font-size: var(--wp--preset--font-size--upper-heading);
  text-transform: none;
}

.wp-block-post-author .wp-block-post-author__avatar>.avatar {
  border-radius: 50%;
}

.wp-block-post-author__avatar .avatar {
  width: 65px;
  height: 65px;
}

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.comment-respond .comment-reply-title {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: 1.46;
  text-transform: uppercase;
}

.commentlist {
  padding-left: 0;
}

.commentlist li {
  list-style: none;
}

.wp-block-post-comments .commentlist>li>.children>li article,
.wp-block-post-comments .commentlist>li>article {
  border-bottom: 1px solid var(--wp--preset--color--border);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal);
}

.wp-block-post-comments .commentlist .comment-body>*:last-child,
.wp-block-post-comments .comment-respond>*:last-child,
.wp-block-post-comments .comment-respond .comment-form>*:last-child,
.wp-block-post-comments .comment-respond .comment-form>P:last-of-type {
  margin-bottom: 0;
}

.wp-block-post-comments .comment-meta {
  font-size: 1em;
}

.wp-block-post-comments .comment-author {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
}

.wp-block-post-comments .comment-content {
  margin-left: 4.2em;
  margin-top: 20px;
}

.wp-block-post-comments .comment-metadata {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62;
}

.wp-block-post-comments .comment-metadata a,
.wp-block-post-comments .comment-author .fn .url {
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
  text-transform: capitalize;
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
}

.wp-block-post-comments .comment-metadata a time,
.wp-block-post-comments .comment-metadata a.comment-edit-link {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62;
  color: var(--wp--preset--color--text-link);
  transition: all 0.3s ease-in-out;
}

.wp-block-post-comments .comment-metadata a:hover time,
.wp-block-post-comments .comment-metadata a.comment-edit-link:hover,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-author .fn .url:hover {
  color: var(--wp--preset--color--foreground);
}

.wp-block-post-comments .comment-metadata>*:not(:last-child) {
  padding-right: 10px;
}

.wp-block-post-comments .reply {
  font-size: var(--wp--preset--font-size--small);
  margin-left: 5.5em;
}

.wp-block-post-comments .reply a,
#cancel-comment-reply-link {
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: 1.4;
}

#cancel-comment-reply-link {
  font-size: var(--wp--preset--font-size--small);
  margin-left: 2.4em;
}

.wp-block-post-comments .reply a:hover,
#cancel-comment-reply-link:hover {
  color: var(--wp--preset--color--foreground);
}

.wp-block-post-comments .comment-respond {
  margin-top: var(--wp--preset--spacing--60);
  background-color: var(--wp--preset--color--background);
  padding: var(--wp--preset--spacing--70);
}

.wp-block-post-comments .comment-respond .comment-form {
  font-size: var(--wp--preset--font-size--upper-heading);
}

.wp-block-post-comments .comment-respond .comment-form a,
.wp-block-post-comments .comment-respond .comment-form .logged-in-as,
.wp-block-post-comments .comment-respond .comment-form .comment-notes,
.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent {
  font-size: var(--wp--preset--font-size--extra-small);
  text-decoration: none;
}

.wp-block-post-comments textarea,
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]) {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--border);
  color: var(--wp--preset--color--foreground);
}

.wp-block-post-comments textarea:focus,
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]):focus {
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
}

.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent label {
  margin-top: 6px;
  margin-left: 7px;
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 21px;
}

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

/* --- WP Block Latest Comments Style
-------------------------------------------------------- */
.wp-block-latest-comments {
  margin-top: 0;
  padding: 0;
}

.wp-block-latest-comments a {
  text-decoration: none;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  border-bottom: 1px solid var(--wp--preset--color--border);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal);
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt>*:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-top: 20px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  margin-top: 7px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
}

/* --- WP Block Quote
-------------------------------------------------------- */
.wp-block-quote p {
  margin-top: 0;
}

.wp-block-quote,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-center {
  border-left: 0;
  border-right: 0;
  position: relative;
  padding-top: 60px;
}

.wp-block-quote:not(.has-text-align-left):not(.has-text-align-right) {
  text-align: center;
}

.wp-block-quote:before {
  color: var(--wp--preset--color--foreground);
  font-family: "georgia";
  content: "\201C";
  display: block;
  float: left;
  font-size: 91px;
  font-style: normal;
  font-weight: 500;
  height: 0;
  line-height: 1;
  position: absolute;
  margin-top: 5px;
  right: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.wp-block-quote.has-text-align-left:before {
  left: auto;
  transform: none;
}

.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}

.wp-block-quote.has-text-align-center:before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.wp-block-quote cite,
.wp-block-quote footer {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  text-align: left;
}

.wp-block-quote.has-text-align-left.is-style-large cite,
.wp-block-quote.has-text-align-left.is-style-large footer,
.wp-block-quote.has-text-align-left.is-large cite,
.wp-block-quote.has-text-align-left.is-large footer {
  text-align: left;
}

.wp-block-quote.has-text-align-right.is-style-large cite,
.wp-block-quote.has-text-align-right.is-style-large footer,
.wp-block-quote.has-text-align-right.is-large cite,
.wp-block-quote.has-text-align-right.is-large footer {
  text-align: right;
}

.wp-block-quote.has-text-align-center.is-style-large cite,
.wp-block-quote.has-text-align-center.is-style-large footer,
.wp-block-quote.has-text-align-center.is-large cite,
.wp-block-quote.has-text-align-center.is-large footer {
  text-align: center;
}

.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-plain {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
  padding-bottom: var(--wp--custom--spacing--tiny);
  padding-top: var(--wp--custom--spacing--tiny);
}

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

.wp-block-quote.is-style-plain {
  color: var(--wp--preset--color--foreground);
}

.wp-block-quote p,
.wp-block-pullquote p {
  margin-bottom: 10px;
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  text-transform: capitalize;
  font-weight: 500;
}

/* --- WP Block Pullquote Style
-------------------------------------------------------- */
.wp-block-pullquote {
  border-bottom-color: var(--wp--preset--color--foreground);
  border-top-color: var(--wp--preset--color--foreground);
  padding: 1.166666em 0;
}

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

.wp-block-pullquote p {
  margin-top: 0;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"] .wp-block-pullquote,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-bottom: 0;
  border-top: 0;
}

.wp-block-pullquote.alignleft,
.wp-block[data-align="left"] .wp-block-pullquote {
  border-left: 4px solid var(--wp--preset--color--foreground);
  padding: 0 0 0 1.2em;
}

.wp-block-pullquote.alignright,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-right: 4px solid var(--wp--preset--color--foreground);
  padding: 0 1.2em 0 0;
}

/* --- WP Block Table Style
-------------------------------------------------------- */
.wp-block-table td,
.wp-block-table th {
  border-color: var(--wp--preset--color--border);
  padding: 0.5em 1.4em;
}

.wp-block-table th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left;
}

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

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

.wp-block-table th {
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.wp-block-table table {
  border: 1px solid var(--wp--preset--color--border);
}

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted,
pre.wp-block-verse {
  box-sizing: border-box;
  font-family: Inconsolata, monospace;
  overflow: auto;
  word-wrap: break-word;
}

/* --- 3
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
a,
.content>.video-play:hover span,
.content>.video-play svg,
a svg.icon,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img,
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-search__button,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.wp-block-navigation .has-child>.wp-block-navigation-item__content.wp-block-navigation-item__content+button svg {
  transition: all 0.5s ease;
}

.wp-block-section:nth-child(2n) {
  background-color: var(--wp--preset--color--background);
}

.wp-block-section:nth-child(2n+1) {
  background-color: var(--wp--preset--color--background);
}

.wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--group-heading-bottom-gap);
  position: relative;
  text-align: center;
}

.wp-block-group-heading h2 {
  position: relative;
  overflow: hidden;
  font-weight: 700;
}

.wp-block-group-heading h2:before,
.wp-block-group-heading h2:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 46%;
  height: 1px;
  content: '';
  background-color: var(--wp--preset--color--foreground);
  margin-left: 4%;
  opacity: 0.1;
}

.wp-block-group-heading h2:before {
  margin-left: -50%;
  text-align: right;
}

.wp-block-group-heading .is-style-button .wp-block-button__link {
  position: relative;
  padding-right: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.wp-block-group-heading .is-style-button .wp-block-button__link:hover,
.wp-block-group-heading .is-style-button .wp-block-button__link:focus {
  padding-right: 60px;
}

.wp-block-group-heading .is-style-button .wp-block-button__link:after {
  position: absolute;
  right: 22px;
}

.wp-block-group-heading .is-style-button .wp-block-button__link:before {
  content: "";
  background-color: var(--wp--preset--color--text-link);
  position: absolute;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: 0.3s;
}

.wp-block-group-heading .is-style-button .wp-block-button__link:hover::before {
  background-color: var(--wp--preset--color--border);
  border-radius: 50%;
}

.wp-block-group-heading .is-style-button .wp-block-button__link:hover::after {
  color: var(--wp--preset--color--foreground);
}

.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em);
}

body:not(.home) .wp-site-blocks main {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap);
  margin-top: 0;
}

body.home .wp-site-blocks main {
  margin-top: 0;
}

body:not(.home) .wp-site-blocks main main,
.wp-site-blocks main main {
  padding: 0;
}

.error404 main .wp-block-search,
.single.post-template-default main .wp-block-template-part {
  margin-bottom: 1.75em;
}

/* --- 404 page (templates/404.html) --- */
.error-404-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50vh;
}

.error-404-code {
  line-height: 1;
  margin: 0 0 var(--wp--custom--spacing--tiny);
  letter-spacing: 0.02em;
}

.wp-block-table,
.wp-block-audio,
.wp-block-pullquote {
  margin-top: var(--wp--style--block-gap);
}

.wp-block-latest-posts li a {
  text-decoration: none;
}

.wp-block-latest-posts.is-grid li {
  margin-bottom: 0;
}

.wp-block-categories__list a,
.wp-block-categories-list a,
.wp-block-archives-list a {
  text-decoration: none;
}

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

.no-margin-top {
  margin-top: 0;
}

.is-stacked-on-mobile .wp-block-media-text__media {
  margin-bottom: 28px;
}

body.page-template-blank .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.page-template-front .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.wp-block-section-content h2 {
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

/* For case study mobile view */
@media (min-width: 600px) and (max-width: 782px) {
  .wp-block-columns.case-study-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
  }
}

ul li::marker {
  color: var(--wp--preset--color--text-link);
}

.header-media-inner-post .wp-block-cover__inner-container {
  max-width: 920px;
}

.header-media-inner-post+.wp-block-group .woocommerce-products-header .page-title {
  display: none;
}

.header-media-inner-post+.wp-block-group .woocommerce-products-header {
  margin-bottom: 0;
}

.header-media-inner-post+.wp-block-group .woocommerce-products-header .page-title+.term-description p {
  margin-block-start: 0;
}

.header-media-inner-post .wp-block-post-title {
  font-size: var(--wp--custom--typography--font-size--huge-post-title);
  line-height: var(--wp--custom--typography--line-height--heading-one);
}

#to_top_scrollup {
  background-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--text-link);
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
  width: 42px !important;
  height: 42px !important;
  padding: 9px;
  box-sizing: border-box;
  font-size: 24px !important;
}

#to_top_scrollup:hover,
#to_top_scrollup:focus {
  background-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}

/* --- Button Style
-------------------------------------------------------- */
.btn-plain .wp-block-button__link,
.btn-plain:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--text-link-hover) !important;
}

.btn-plain .wp-block-post-excerpt__more-link {
  border: none !important;
  padding: 0 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5.5px;
  margin-top: 0;
}

/* --- WP Block Header
-------------------------------------------------------- */
.wp-block-main-header .wp-block-buttons .is-style-outline> :where(.wp-block-button__link),
.wp-block-main-header .wp-block-buttons :where(.wp-block-button__link).is-style-outline {
  padding: 9px 28px;
}

header .wp-block-buttons .wp-block-button__link {
  margin-top: 0;
  padding: 10px 28px;
}

/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title a {
  text-decoration: none;
}

/* --- WP Block Navigation Main
-------------------------------------------------------- */
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: var(--wp--preset--color--text-link);
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--text-light);
}

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

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: normal;
}

@media screen and (max-width: 1199px) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Matches core's own selector (.has-child ... .submenu-container, see
     wp-includes/blocks/navigation/style.min.css) so this wins on specificity
     - core sets 2rem here, we just want it halved. */
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0;
  }
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none;
}

.wp-block-buttons-header .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-top: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  z-index: 4;
}

.wp-block-main-header.wp-block-cover,
.wp-block-main-header .wp-block-cover__inner-container,
.wp-block-cover:has(.wp-block-navigation) {
  overflow: visible !important;
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
  min-width: 240px !important;
}

.wp-block-centered-menu .wp-block-navigation {
  text-align: center;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none;
  padding: 7px 14px;
  color: currentColor;
  background-color: var(--wp--preset--color--background);
}

.wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container),
.wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon {
  display: none;
}

@media screen and (max-width: 1199px) {

  .items-justified-left.wp-block-navigation.is-content-justification-left,
  .items-justified-center.wp-block-navigation.is-content-justification-center,
  .items-justified-right.wp-block-navigation.is-content-justification-right {
    --navigation-layout-justify: flex-start;
    --navigation-layout-justification-setting: flex-start;
  }

  .wp-block-navigation.items-justified-center .wp-block-navigation.items-justified-center,
  .wp-block-navigation.items-justified-center {
    --navigation-layout-justify: flex-start;
    --navigation-layout-justification-setting: flex-start;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex !important;
    align-items: center;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown):after {
    content: "Menu";
    font-weight: 500;
    padding-left: 2px;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown):hover {
    background-color: var(--wp--preset--color--background);
  }
}

/* --- WP Block Button
-------------------------------------------------------- */
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
input[type="button"],
input[type="reset"],
input[type="submit"],
.tnp-subscription-minimal form input.tnp-submit,
.wp-block-button:not(.is-style-outline):not(.is-style-inverted)>.wp-block-button__link,
.wp-block-button__link:not(.is-style-outline):not(.is-style-inverted),
.wp-block-post-excerpt__more-link {
  transition: all 0.5s ease;
  font-family: var(--wp--preset--font-family--montserrat);
  background-color: var(--wp--preset--color--foreground);
  border-radius: 0 !important;
  border: none;
  box-shadow: 0 0 0 transparent;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  letter-spacing: 0.25em;
  line-height: 1.667;
  margin-top: 0.8rem;
  padding: 14px 28px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
input[type="button"],
input[type="reset"],
input[type="submit"],
.tnp-subscription-minimal form input.tnp-submit,
.wp-block-button:not(.is-style-outline):not(.is-style-inverted)>.wp-block-button__link,
.wp-block-button__link:not(.is-style-outline):not(.is-style-inverted) {
  color: var(--wp--preset--color--background);
}

.wp-block-button:not(.is-style-outline):not(.is-style-inverted)>.wp-block-button__link,
.wp-block-button__link:not(.is-style-outline):not(.is-style-inverted) {
  background-color: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--background) !important;
  border-color: transparent !important;
}

.wp-block-post-excerpt__more-link {
  background-color: transparent;
}

.is-style-outline> :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
  border: 1px solid;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.tnp-subscription-minimal form input.tnp-submit:hover,
.tnp-subscription-minimal form input.tnp-submit:focus,
.wp-block-search__button:hover,
.wp-block-search__button:focus {
  border-color: transparent;
  background: var(--wp--preset--color--text-link-hover);
  color: var(--wp--preset--color--foreground-light);
  box-shadow: 0 0 10px 0px var(--wp--preset--color--glow-brass) !important;
  outline: none;
  opacity: 1;
}

.wp-block-button:not(.is-style-outline):not(.is-style-inverted)>.wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline):not(.is-style-inverted)>.wp-block-button__link:focus,
.wp-block-button__link:not(.is-style-outline):not(.is-style-inverted):hover,
.wp-block-button__link:not(.is-style-outline):not(.is-style-inverted):focus {
  background-color: var(--wp--preset--color--brass) !important;
  border-color: var(--wp--preset--color--brass) !important;
  color: var(--wp--preset--color--background) !important;
}

/* .is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background: transparent !important;
}
 */
.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
  padding: 6px clamp(21px, 2.5vw, 30px);
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  border: 1px solid var(--wp--preset--color--hairline);
  border-radius: 0 !important;
  color: var(--wp--preset--color--foreground);
}

.is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
  background: transparent;
  border-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
}

/* Inverted button — transparent background, light border/text, for use on dark sections */
.wp-block-button .wp-block-button__link.is-style-inverted,
.wp-block-button.is-style-inverted>.wp-block-button__link {
  padding: 6px clamp(21px, 2.5vw, 30px);
}

.wp-block-button .wp-block-button__link.is-style-inverted:not(.has-background),
.wp-block-button.is-style-inverted>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-inverted:not(.has-background) {
  background: transparent !important;
}

.wp-block-button .wp-block-button__link.is-style-inverted:not(.has-text-color),
.wp-block-button.is-style-inverted>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-inverted:not(.has-text-color) {
  border: 1px solid var(--wp--preset--color--hairline) !important;
  border-radius: 0 !important;
  color: var(--wp--preset--color--foreground) !important;
}

.wp-block-button .wp-block-button__link.is-style-inverted:hover:not(.has-background),
.wp-block-button.is-style-inverted>.wp-block-button__link:hover:not(.has-background),
.wp-block-button__link.is-style-inverted:hover:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-inverted:focus:not(.has-background),
.wp-block-button.is-style-inverted>.wp-block-button__link:focus:not(.has-background),
.wp-block-button__link.is-style-inverted:focus:not(.has-background) {
  background: transparent !important;
  border-color: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--foreground) !important;
  box-shadow: none !important;
}

/* Fractional width control (Heading & Paragraph blocks) — see
   assets/js/editor-customizations.js */
.has-nocturne-width-25 {
  width: 25%;
}

.has-nocturne-width-50 {
  width: 50%;
}

.has-nocturne-width-75 {
  width: 75%;
}

.has-nocturne-width-100 {
  width: 100%;
}

.has-nocturne-height-25 {
  min-height: 25vh;
}

.has-nocturne-height-50 {
  min-height: 50vh;
}

.has-nocturne-height-75 {
  min-height: 75vh;
}

.has-nocturne-height-100 {
  min-height: 100vh;
}

/* --- WP Block Mobile Toggle Icon
-------------------------------------------------------- */
.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-close svg {
  height: 28px;
  width: 28px;
}

.wp-block-navigation__responsive-container-open {
  padding: 7px 12px;
}

.wp-block-navigation__responsive-container-close {
  padding: 7px;
}

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wp-block-query-pagination>.wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child {
  margin-inline-start: initial;
}

.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--background);
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  color: var(--wp--preset--color--foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  height: var(--wp--custom--spacing--wp-block-page-numbers);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: var(--wp--custom--spacing--wp-block-page-numbers);
  font-weight: var(--wp--custom--typography--font-weight--regular);
}

.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--color--text-link);
}

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.wp-block-post-template.wp-block-post-template .wp-block-post {
  margin-top: 0;
}

.wp-block-post-template.wp-block-post-template .wp-block-post:nth-child(odd) .wp-block-post-column {
  background: var(--wp--preset--color--background-dark);
}

.wp-block-post-template.wp-block-post-template .wp-block-post:nth-child(even) .wp-block-post-column {
  background: var(--wp--preset--color--border);
}

.wp-block-post-template.wp-block-post-template .wp-block-post .wp-block-post-featured-image,
.wp-block-post-template.wp-block-post-template .wp-block-post .wp-block-post-featured-image a {
  height: 100%;
}

.wp-block-post-template.wp-block-post-template .wp-block-post .wp-block-post-featured-image img,
.wp-block-post-template.wp-block-post-template .wp-block-post .wp-block-post-featured-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wp-block-query .wp-block-query-pagination {
  margin-top: clamp(21px, 3.5vw, 49px);
}

.wp-block-query:not(.block-editor-block-list__block) .wp-block-post-template li:not(.has-post-thumbnail) .wp-block-columns.is-layout-flex>.wp-block-column:first-of-type {
  display: none;
}

.wp-block-query:not(.block-editor-block-list__block) .wp-block-post-template li:not(.has-post-thumbnail) .wp-block-columns.is-layout-flex>.wp-block-column+.wp-block-column {
  width: 100%;
  flex-basis: 100% !important;
}

.wp-block-query:not(.block-editor-block-list__block) .wp-block-post-template li:not(.has-post-thumbnail) .wp-block-columns.is-layout-flex {
  gap: 0;
}

.wp-block-query .wp-block-post-template .taxonomy-category svg {
  display: none;
}

.wp-block-post-date a {
  text-decoration: none;
}

.wp-block-post-meta .wp-block-post-author {
  color: var(--wp--preset--color--text-dark);
  font-size: 12px;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.taxonomy-category.wp-block-post-terms>a,
.taxonomy-post_tag.wp-block-post-terms>a {
  text-decoration: none;
  margin-right: 10px;
}

.wp-block-post-template .taxonomy-category.wp-block-post-terms>a:hover,
.wp-block-post-template .taxonomy-post_tag.wp-block-post-terms>a:hover,
.wp-block-post-template .wp-block-post-meta a:hover {
  color: var(--wp--preset--color--foreground) !important;
}

.wp-block-post-meta .wp-block-post-author .wp-block-post-author__name {
  text-decoration: underline;
}

.wp-block-post-meta .wp-block-post-author .wp-block-post-author__name,
.wp-block-post-meta .wp-block-post-author .wp-block-post-author__bio {
  color: var(--wp--preset--color--text-dark);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  font-size: 12px;
  line-height: var(--wp--custom--typography--line-height--normal);
}

.wp-block-post-meta .wp-block-post-author .wp-block-post-author__content {
  padding: 0;
}

.wp-block-post-meta .wp-block-post-author .icon-user {
  top: 0;
}

.single .taxonomy-category.wp-block-post-terms>a,
.single .taxonomy-post_tag.wp-block-post-terms>a {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
}

/* --- WP Block Post Navigation Link
-------------------------------------------------------- */
.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: 11px;
  font-weight: var(--wp--custom--typography--font-weight--light);
  line-height: 2.54;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--wp--preset--color--text-link);
  margin-bottom: 7px;
}

.wp-block-post-navigation-link .post-navigation-link__label svg.icon {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link);
}

.post-navigation-link-next {
  margin-top: 21px;
}

.wp-block-post-navigation-link a {
  text-decoration: none;
}

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-text:hover .wp-block-post-excerpt__more-link {
  padding: 0 22px 0 0;
}

.is-flex-container.wp-block-post-template .wp-block-post-title {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--heading-two);
}

.wp-block-post-title a {
  text-decoration: none;
}

body>.is-root-container .wp-block-post-template>li .wp-block-post-container,
body .wp-block-post-template>li .wp-block-post-container {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}

.wp-block-post-template .wp-block-post-meta>* {
  align-items: center;
}

.wp-block-post-template .wp-block-post-meta svg {
  display: none;
}

svg.icon {
  fill: var(--wp--preset--color--foreground);
  height: 14px;
  margin-right: 7px;
  width: 14px;
  position: relative;
  top: 2px;
}

.post-navigation-link-next svg.icon {
  padding-left: 7px;
  padding-right: 0;
}

a svg.icon {
  fill: var(--wp--preset--color--foreground);
}

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

.wp-block-post-featured-image {
  overflow: hidden;
}

.wp-block-post-featured-image a {
  position: relative;
}

.wp-block-post-featured-image:hover img {
  transform: scale(1.05);
}

.wp-block-post-author {
  text-transform: capitalize;
}

.wp-block-post-author a {
  text-decoration: none;
}

.wp-block-post-featured-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.8));
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.wp-block-post-featured-image a:hover::before {
  opacity: 1;
}

/* --- WP Block Table
-------------------------------------------------------- */
.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--wp--preset--color--background);
}

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

.wp-block-table.is-style-stripes thead {
  border: 0;
  color: var(--wp--preset--color--foreground);
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: 0.5em 1.4em;
}

.wp-block-table.is-style-stripe th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left;
}

/* --- WP Block Search
-------------------------------------------------------- */
.wp-block-main-header .wp-block-search__inside-wrapper {
  flex-direction: column;
}

.wp-block-search {
  box-sizing: border-box;
  padding: 21px;
}

.wp-block-main-header .wp-block-search .wp-block-search__input {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--border);
  color: var(--wp--preset--color--foreground);
  padding: 7px 14px;
  font-size: 16px;
}

.wp-block-main-header .wp-block-search button.wp-block-search__button {
  margin: 14px 0 0 0;
  background-color: var(--wp--preset--color--foreground);
  border-radius: 0;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  letter-spacing: 3.75px;
  line-height: 1.6;
  margin-top: 0.8rem;
  padding-top: 6px;
  padding-right: clamp(21px, 2.5vw, 30px);
  padding-bottom: 6px;
  padding-left: clamp(21px, 2.5vw, 30px);
  text-transform: uppercase;
}

.wp-block-main-header .wp-block-search button.wp-block-search__button:hover {
  border-color: transparent;
  background: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-search__input:focus {
  color: var(--wp--preset--color--foreground);
}

.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon {
  background: transparent;
  padding: 3px;
  width: 42px;
  height: 42px;
}

.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  font-size: 20px;
}

.wp-block-sidebar .wp-block-search {
  padding: 0;
}

/* --- WP Block Form and Input Fields
-------------------------------------------------------- */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
  background-color: var(--wp--preset--color--background-light);
  border-radius: 0;
  border: 1px solid transparent;
  color: var(--wp--preset--color--foreground);
  padding: 10px 10px;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  width: 100%;
  box-sizing: border-box;
  outline-offset: -2px;
}

.wp-block-sidebar input[type="search"] {
  background-color: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--foreground);
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border-color: var(--wp--preset--color--border);
  overflow: hidden;
  border: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: calc(0.5em + 0.5px);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 10px 20px;
}

/* --- WP Block Contact Form 7
-------------------------------------------------------- */
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
  border-radius: 5px;
  resize: none;
}

.wpcf7-form input[type="submit"] {
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--wp--preset--color--foreground) !important;
  border-color: transparent !important;
  color: var(--wp--preset--color--background) !important;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
  background-color: var(--wp--preset--color--brass) !important;
  border-color: var(--wp--preset--color--brass) !important;
  color: var(--wp--preset--color--background) !important;
  box-shadow: 0 0 10px 0px var(--wp--preset--color--glow-brass) !important;
  outline: none;
}

.wpcf7-form .two-col .wp-block-col,
.wpcf7-form>p {
  margin-top: 14px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 14px;
  margin-top: 14px;  
}

.comment-respond label,
.wpcf7-form label {
  display: block;
  font-weight: 300;
  text-transform: capitalize;
}

.required {
  color: var(--wp--preset--color--brass);
}

/* Field-level validation ("Please Fill Out This Field.") */
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  padding-left: 10px;
  border-left: 2px solid var(--wp--preset--color--oxblood);
  color: var(--wp--preset--color--bone-dim);
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 300;
}

.wpcf7-form-control.wpcf7-not-valid {
  border-color: var(--wp--preset--color--oxblood) !important;
}

/* Form-level summary box ("One or more fields have an error…" / success message) */
.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: 4px;
  border: 1px solid var(--wp--preset--color--oxblood) !important;
  background: transparent;
  color: var(--wp--preset--color--bone);
  font-size: var(--wp--preset--font-size--small);
}

.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
  border-color: var(--wp--preset--color--brass) !important;
}

/* --- Google reCAPTCHA v3
   The badge Google injects floats fixed in a screen corner by default - an
   unstyled, distracting element on an otherwise dark, designed site. Hiding
   it requires showing Google's own required disclosure text somewhere on
   the site instead (their reCAPTCHA terms of service condition) - added to
   the footer directly rather than here, so it applies site-wide regardless
   of which form/plugin ends up using reCAPTCHA.
-------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

/* --- MuLang Language Switcher
   Plugin ships generic/theme-agnostic default styling (white dropdown menu,
   drop shadow, rounded corners) so it works anywhere - overridden here to
   match this theme's own nav-link and submenu treatment instead.
-------------------------------------------------------- */
.mulang-switcher .lang-link,
.mulang-switcher-trigger {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-link);
  transition: color 0.2s ease;
}

.mulang-switcher .lang-link:hover,
.mulang-switcher .lang-link:focus,
.mulang-switcher .lang-link.active,
.mulang-switcher-trigger:hover,
.mulang-switcher-trigger[aria-expanded="true"] {
  color: var(--wp--preset--color--text-link-hover);
}

.mulang-switcher-caret {
  border-top-color: currentColor;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.mulang-switcher-trigger[aria-expanded="true"] .mulang-switcher-caret {
  transform: rotate(180deg);
}

.mulang-switcher-menu {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--hairline);
  border-radius: 0;
  box-shadow: none;
  padding: 12px 16px;
}

.mulang-switcher-menu .lang-link {
  font-size: 12px;
}

.comment-form-comment {
  margin-top: 35px;
}

/* --- WP Block Embed
-------------------------------------------------------- */
.wp-block-embed {
  margin-top: var(--wp--style--block-gap);
}

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-image .alignleft {
  margin-right: 2em;
}

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

/* --- Block Widget
-------------------------------------------------------- */
.wp-block-footer .wp-block-widget-area * {
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: 1.75;
  font-weight: var(--wp--custom--typography--font-weight--regular);
}

.wp-block-widget-area .wp-block-site-title a {
  font-size: 24px;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
}

.wp-block-widget-area a {
  text-decoration: none;
}

.wp-block-widget-area ul li {
  margin-bottom: 14px;
}

.wp-block-widget-area .wp-block-navigation ul li {
  margin-bottom: 0;
}

.wp-block-search .wp-block-search__label,
.wp-block-widget-area h3,
.wp-block-widget-area h2 {
  display: block;
  font-size: 17px;
  line-height: 1.647;
  font-weight: 300;
  color: var(--wp--preset--color--foreground);
  margin-bottom: 21px;
  letter-spacing: 0.85px;
}

.wp-block-footer,
.wp-block-footer .wp-block-widget,
.wp-block-footer .wp-block-navigation {
  font-size: var(--wp--preset--font-size--medium);
}

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  letter-spacing: normal;
}

.wp-block-social-links.is-style-logos-only .wp-social-link:hover {
  color: var(--wp--preset--color--foreground) !important;
}

.wp-block-social-links.is-style-logos-only .wp-social-link:hover svg {
  filter: drop-shadow(0 0 5px var(--wp--preset--color--glow-brass));
}

.wp-block-tag-cloud>a {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-decoration: none;
  border: 1px solid;
  color: var(--wp--preset--color--text-link);
}

.wp-block-column-sidebar .wp-block-widget-area ul,
.wp-block-column-sidebar ul.wp-block-archives,
.wp-block-column-sidebar .wp-block-categories ul {
  list-style: none;
  padding-left: 0;
}

.wp-block-widget-area li {
  list-style: none;
}

.wp-block-archives-list>li,
.wp-block-categories-list>li {
  text-align: right;
}

.wp-block-sidebar .wp-block-archives-list>li:before,
.wp-block-sidebar .wp-block-archives-list>li:after,
.wp-block-sidebar .wp-block-categories-list>li:before,
.wp-block-sidebar .wp-block-categories-list>li:after,
.wp-block-footer .wp-block-archives-list>li:before,
.wp-block-footer .wp-block-archives-list>li:after,
.wp-block-footer .wp-block-categories-list>li:before,
.wp-block-footer .wp-block-categories-list>li:after {
  content: "";
  display: table;
  width: 100%;
}

.wp-block-sidebar .wp-block-archives-list>li:after,
.wp-block-sidebar .wp-block-categories-list>li:after,
.wp-block-footer .wp-block-archives-list>li:after,
.wp-block-footer .wp-block-categories-list>li:after {
  clear: both;
}

.wp-block-archives-list>li>a,
.wp-block-categories-list>li>a {
  float: left;
}

.wp-block-sidebar {
  font-size: var(--wp--preset--font-size--medium);
}

.wp-block-categories .cat-item {
  text-align: right;
}

.wp-block-categories .cat-item a {
  float: left;
}

/* --- Block Widget Sidebar
-------------------------------------------------------- */
.wp-block-sidebar .wp-block-widget a {
  color: var(--wp--preset--color--foreground);
}

.wp-block-sidebar .wp-block-widget a:hover,
.wp-block-sidebar .wp-block-widget a:focus {
  color: var(--wp--preset--color--text-link-hover);
}

.wp-block-sidebar .wp-block-widget .wp-block-archives li,
.wp-block-sidebar .wp-block-widget .wp-block-categories li {
  margin-bottom: 14px;
}

.wp-block-sidebar .wp-block-widget .wp-block-archives li:last-child,
.wp-block-sidebar .wp-block-widget .wp-block-categories li:last-child {
  margin-bottom: 0;
}

.wp-block-sidebar>*:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--wp-block-sidebar-widget);
  overflow: hidden;
}

.wp-block-sidebar .wp-block-latest-posts__list>li:not(:last-child) {
  margin-bottom: 28px;
}

.wp-block-widget-area .wp-block-latest-posts__list>li>a {
  font-weight: var(--wp--custom--typography--font-weight--medium);
}

.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62;
  margin-top: 5px;
}

/* --- Block Footer style
-------------------------------------------------------- */
.wp-block-group a {
  color: var(--wp--preset--color--text-link);
  text-decoration: none;
}

.wp-block-group a:hover,
.wp-block-group a:focus {
  color: var(--wp--preset--color--text-link-hover);
}

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

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

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

/* Halves the browser's default 40px <ul> indent for a nested Page List
   sub-list (e.g. FAQ under About) - scoped to only a .wp-block-page-list
   nested inside another one, so the top-level list itself stays untouched. */
.wp-block-page-list .wp-block-page-list {
  padding-left: 20px;
}

.wp-block-footer .wp-block-navigation .wp-block-page-list {
  display: block;
}

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

footer>*+* {
  margin-block-start: 0 !important;
}

.wp-block-footer,
.wp-block-footer-dark {
  margin-top: 0 !important;
}

.wp-block-footer-dark .wp-block-navigation__responsive-container-open,
.wp-block-footer-dark .wp-block-navigation__responsive-container-close {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-footer-dark .wp-block-navigation__responsive-container-open:hover,
.wp-block-footer-dark .wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--foreground);
}

.wp-block-footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--background-dark);
}

.wp-block-footer-dark .wp-block-footer.wp-block-widget-area {
  color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--background-dark);
}

.wp-block-footer-dark .wp-block-footer.wp-block-widget-area a,
.wp-block-footer-dark .wp-block-footer .wp-block-site-tagline {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-footer-dark .wp-block-footer .wp-block-site-tagline {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  margin-top: 4px;
}

.wp-block-footer-dark .wp-block-footer.wp-block-widget-area a:hover,
.wp-block-footer-dark .wp-block-footer.wp-block-widget-area a:focus {
  color: var(--wp--preset--color--foreground);
}

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator {
  background-color: var(--wp--preset--color--background-dark);
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--border-dark);
}

.wp-block-footer.wp-block-site-generator p {
  white-space: normal !important;
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: 1px;
}

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--text-light);
}

.wp-block-footer-dark .wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--text-light);
}

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation__responsive-container-open,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation__responsive-container-close,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:focus {
  color: var(--wp--preset--color--text-link-hover);
}

.wp-block-footer-dark h1,
.wp-block-footer-dark h2,
.wp-block-footer-dark h3,
.wp-block-footer-dark h4,
.wp-block-footer-dark h5,
.wp-block-footer-dark h6 {
  color: var(--wp--preset--color--text-dark);
}

.wp-block-footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.wp-block-footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--border);
}

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor {
  border: 1px solid var(--wp--preset--color--border);
}

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--text-link-hover);
  fill: var(--wp--preset--color--text-link-hover);
}

.wp-block-footer-dark .wp-block-widget .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-footer-dark .wc-block-product-categories ul.wc-block-product-categories-list li::before,
.wp-block-footer-dark .wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-footer-dark .wp-block-widget-area .wp-block-latest-posts__post-date {
  color: var(--wp--preset--color--foreground);
}

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator a:hover,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator a:focus,
.wp-block-footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:focus {
  color: var(--wp--preset--color--text-link-hover);
}

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator a {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-footer-dark .wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--foreground-light);
  fill: var(--wp--preset--color--foreground-light);
}

.wp-block-footer-dark .wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-footer-dark .wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  color: var(--wp--preset--color--text-link-hover);
  fill: var(--wp--preset--color--text-link-hover);
}

.wp-block-footer-dark .wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  border-color: var(--wp--preset--color--border-dark);
}

/* --- Block Widget Footer
-------------------------------------------------------- */
.wp-block-footer-widget-area-columns {
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
  padding-top: var(--wp--custom--spacing--wp-footer-vertical);
}

.wp-block-site-info>p a {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-site-info>p a:hover,
.wp-block-site-info>p a:focus {
  color: var(--wp--preset--color--text-link);
}

.wp-block-footer.wp-block-site-generator a {
  text-decoration: none;
}

.wp-block-footer .wp-block-widget:not(:last-child),
.wp-block-footer .wp-block-widget>*:not(:last-child),
.wp-block-footer .wp-block-latest-posts__list>li:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--extra-small);
}

.wp-block-widget-area .wp-block-widget figure {
  line-height: 0;
  margin-bottom: 0;
}

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor {
  border: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 7px;
}

.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor {
  padding: 0;
}

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--foreground-light);
  fill: var(--wp--preset--color--foreground-light);
}

.wp-block-footer ul.wp-block-social-links {
  gap: 5px;
}

/* --- WP Block Sections
-------------------------------------------------------- */
.wp-block-section {
  padding-top: var(--wp--custom--spacing--section-block-top);
  padding-bottom: var(--wp--custom--spacing--section-block-top);
}

/* Paddding Bottom 140px needed for the sections  */
.wp-block-section.wp-block-cta,
.wp-block-section.wp-block-quick-contact {
  padding-top: var(--wp--custom--spacing--section-block-top);
}

.wp-block-section.wp-block-video-featured+.wp-block-section,
.wp-block-section.wp-block-cta+.wp-block-section,
.wp-block-section.wp-block-cta-just-video+.wp-block-section,
.wp-block-section.wp-block-featured-slider+.wp-block-section,
.wp-block-section.wp-block-custom-header-media+.wp-block-section {
  padding-top: var(--wp--custom--spacing--section-block-top);
}

.wp-block-section.wp-block-header-media-no-image {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap);
}

.wp-block-section+.wp-block-section,
.page-template-blank .wp-site-blocks footer,
.page-template-front .wp-site-blocks footer,
footer.wp-block-template-part,
.wp-block-custom-header-media-top+* {
  margin-top: 0;
}

/* --- Drop Cap
-------------------------------------------------------- */
/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-cover-image,
.wp-block-cover {
  min-height: 320px;
  transition: all 0.3s ease-in-out;
}

.wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"]>.wp-block-pullquote,
.wp-block[data-align="right"]>.wp-block-pullquote,
[data-align="left"]>.wp-block-cover,
[data-align="right"]>.wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"]>.wp-block-embed,
.wp-block[data-align="right"]>.wp-block-embed {
  max-width: 320px;
  width: 100%;
}

.wp-block-cover.alignleft,
.wp-block-pullquote.alignleft,
.wp-block[data-align="left"]>.wp-block-pullquote,
[data-align="left"]>.wp-block-cover,
.wp-block-embed.alignleft,
.wp-block[data-align="left"]>.wp-block-embed {
  margin-right: 2em !important;
  margin-bottom: 1.5em;
}

.wp-block-cover.alignright,
.wp-block-pullquote.alignright,
.wp-block[data-align="right"]>.wp-block-pullquote,
[data-align="right"]>.wp-block-cover,
.wp-block-embed.alignright,
.wp-block[data-align="right"]>.wp-block-embed {
  margin-left: 2em !important;
  margin-bottom: 1.5em;
}

/* --- WP Block Code
-------------------------------------------------------- */
.wp-block-code>code {
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--border);
}

/* --- WP Block Firgcaption
-------------------------------------------------------- */
.wp-site-blocks figure figcaption,
figure figcaption {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph);
}

/* --- WP Block Calendar
-------------------------------------------------------- */
.wp-block-calendar table th {
  border-color: var(--wp--preset--color--border);
  background-color: var(--wp--preset--color--background);
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
  border-color: var(--wp--preset--color--border);
}

.wp-block-calendar tbody td#today {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.wp-block-calendar table caption {
  color: var(--wp--preset--color--foreground);
  margin-bottom: 7px;
}

/* --- WP Block Header Search and Social (Toggle)
-------------------------------------------------------- */
.wp-block-fse-pro-header-search {
  position: relative;
}

.toggle-social-and-toggle-search {
  margin-top: 0 !important;
}

.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-social .social-container,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-search .search-container {
  left: -30px;
  right: -30px;
  width: calc(100% + 60px);
}

.wp-block-main-header {
  position: relative;
  z-index: 9;
}

.wp-block-fse-pro-header-social .social-container {
  background: var(--wp--preset--color--background);
}

.wp-block-fse-pro-header-search svg:hover,
.wp-block-fse-pro-header-search svg:focus,
.wp-block-fse-pro-header-social svg:hover,
.wp-block-fse-pro-header-social svg:focus {
  color: var(--wp--preset--color--text-link-hover);
  fill: var(--wp--preset--color--text-link-hover);
}

.wp-block-fse-pro-header-search .wp-block-search {
  padding: 0;
}

/* New for Social and Search */
.positioned-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
}

.positioned-search .search-container {
  right: -14px;
  left: auto;
  box-shadow: 0 5px 5px -5px var(--wp--preset--color--border-dark);
}

.positioned-search .search-container:before {
  border: solid;
  content: "";
  position: absolute;
  top: -14px;
  border-color: transparent;
  border-bottom-color: var(--wp--preset--color--background);
  border-width: 7px;
  right: 26px;
}

.wp-block-main-header .wp-block-fse-pro-header-search .search-controller {
  width: 42px;
  height: 42px;
}

.wp-block-main-header .wp-block-main-header-container,
.wp-block-main-header .wp-block-social-search-container {
  gap: 0;
}

.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-social .social-container {
  width: 320px;
  padding: clamp(14px, 1.5vw, 21px) 28px;
  background-color: var(--wp--preset--color--background);
  animation: smoothScrollBack 0s backwards, fadein 0.6s;
}

@keyframes smoothScrollBack {
  0% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-social-link a:hover {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link);
}

.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
}

.header-with-search-cart .header-inner-wrapper {
  width: 100%;
}

.header-always-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--background-dark);
}

.header-always-dark .wp-block-navigation .has-child .wp-block-navigation-item:hover {
  background-color: var(--wp--preset--color--background-light);
}

.header-always-dark .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: var(--wp--preset--color--text-link);
}

.header-always-dark .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--text-link-hover);
  background-color: var(--wp--preset--color--text-link-hover);
}

.header-always-dark .wp-block-navigation .has-child>.wp-block-navigation-item__content.wp-block-navigation-item__content:hover+button svg {
  color: var(--wp--preset--color--foreground-light);
  stroke: var(--wp--preset--color--foreground-light);
}

.header-always-dark .wp-block-fse-pro-header-search svg,
.header-always-dark .wp-block-fse-pro-header-social svg,
.header-always-dark .wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
  color: var(--wp--preset--color--foreground-light);
  fill: var(--wp--preset--color--foreground-light);
}

.header-always-dark .wp-block-woocommerce-customer-account a,
.header-always-dark .wc-block-mini-cart__button {
  color: var(--wp--preset--color--foreground-light) !important;
}

.header-always-dark .wp-block-woocommerce-customer-account a:hover,
.header-always-dark .wc-block-mini-cart__button:hover {
  color: var(--wp--preset--color--foreground-light) !important;
}

.header-always-dark .wp-block-main-header .wc-block-mini-cart__badge {
  background-color: var(--wp--preset--color--foreground-light);
  color: var(--wp--preset--color--background-dark);
}

.header-always-dark .wp-block-navigation__responsive-container-open,
.header-always-dark .wp-block-navigation__responsive-container-close {
  color: var(--wp--preset--color--foreground-light);
}

.header-always-dark .wp-block-navigation__responsive-container-open:hover,
.header-always-dark .wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--foreground-light);
}

.header-always-dark .wc-block-mini-cart__button {
  margin-left: 5px;
}

@media screen and (max-width: 1199px) {
  .header-always-dark .wp-block-navigation__responsive-container-open:not(.always-shown):hover {
    background-color: var(--wp--preset--color--background-light);
  }

  .header-always-dark .wp-block-woocommerce-customer-account:hover,
  .header-always-dark .wc-block-mini-cart__button:hover {
    background-color: var(--wp--preset--color--background-light);
  }

  .header-always-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--wp--preset--color--background-light);
  }
}

.header-always-dark .wp-block-fse-pro-header-search .search-container,
.header-always-dark .wp-block-fse-pro-header-social .social-container {
  background-color: var(--wp--preset--color--background-light);
}

.header-always-dark .wp-block-main-header .wp-block-search .wp-block-search__input {
  background-color: var(--wp--preset--color--background-dark);
  border: 1px solid var(--wp--preset--color--border);
  color: var(--wp--preset--color--text-light);
}

.header-always-dark .positioned-search .search-container:before {
  border-bottom-color: var(--wp--preset--color--background-light);
}

.header-always-dark .wp-block-main-header .wp-block-search button.wp-block-search__button {
  background-color: var(--wp--preset--color--text-dark);
  color: var(--wp--preset--color--background-dark);
}

.header-always-dark .wp-block-main-header .wp-block-search button.wp-block-search__button:hover {
  border-color: transparent;
  background: var(--wp--preset--color--text-dark);
  color: var(--wp--preset--color--foreground-light);
}

.header-always-dark .wp-block-navigation .current-menu-item>.wp-block-navigation-item__content.wp-block-navigation-item__content,
.header-always-dark .wp-block-navigation .wp-block-navigation-submenu.current-menu-item>.wp-block-navigation__submenu-icon svg {
  color: var(--wp--preset--color--text-link);
}

.footer-dark .wp-block-categories__list a,
.footer-dark .wp-block-categories-list a,
.footer-dark .wp-block-archives-list a,
.footer-dark .wp-block-footer,
.footer-dark .wp-block-footer .wp-block-widget,
.footer-dark .wp-block-footer .wp-block-navigation,
.footer-dark .wp-block-widget .wp-block-navigation .wp-block-navigation-item__content,
.footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.footer-dark .wc-block-product-categories ul.wc-block-product-categories-list li::before {
  color: var(--wp--preset--color--text-link);
}

.footer-dark .wp-block-categories__list a:hover,
.footer-dark .wp-block-categories-list a:hover,
.footer-dark .wp-block-archives-list a:hover,
.footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.footer-dark .wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--text-link-hover);
}

.footer-dark .wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor svg {
  border-color: var(--wp--preset--color--border-light);
}

.footer-dark .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--foreground-light);
  fill: var(--wp--preset--color--foreground-light);
}

.footer-dark .wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg {
  background-color: var(--wp--preset--color--foreground-light);
  color: var(--wp--preset--color--background-dark);
  fill: var(--wp--preset--color--background-dark);
}

.footer-dark .wp-block-site-generator a {
  color: var(--wp--preset--color--text-light);
}

.footer-dark .wp-block-site-generator a:hover {
  color: var(--wp--preset--color--foreground-light);
}

/* --- WP Block Slider
-------------------------------------------------------- */
.fse-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.fse-slider-wrapper .tns-outer {
  position: relative;
}

.fse-slider-wrapper .wp-block-image figcaption {
  bottom: 55px;
  color: var(--wp--preset--color--foreground-light);
  font-size: var(--wp--preset--font-size--content-heading);
  left: 50%;
  margin: 0 auto;
  max-width: 760px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transform-origin: top;
  visibility: hidden;
  width: 100%;
  transition: all 0.5s ease;
  padding: 15px;
  box-sizing: border-box;
}

.fse-slider-wrapper .tns-item.tns-slide-active .wp-block-image figcaption {
  opacity: 1;
  transition-delay: 0.2s;
  visibility: visible;
}

/* Sliding Testimonial */
.sliding-testimonial {
  max-width: 600px;
}

/* Nan Arrows */
.tns-control>button {
  background: var(--wp--preset--color--border);
  border: 0;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tns-control>button.tns-prev {
  left: -50px;
}

.tns-control>button.tns-next {
  right: -50px;
}

.tns-control>button>span {
  display: none;
}

.tns-control>button:before {
  content: "";
  display: inline-block;
  color: inherit;
  opacity: 1;
  width: 0.6rem;
  height: 0.6rem;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.2rem 0.2rem 0 0;
}

.tns-control>button.tns-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 4px;
}

.tns-control>button.tns-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 4px;
}

.tns-control>button:hover,
.tns-control>button:focus {
  background: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
}

/* Nav Dots */
.tns-nav>button {
  border: 0;
  background-color: var(--wp--preset--color--border);
  height: 10px;
  line-height: 10px;
  margin: 0 4px;
  width: 10px;
  border-radius: 100%;
  box-shadow: none;
  position: relative;
  transition: all 0.5s ease;
  padding: 0;
}

.tns-nav>button:hover,
.tns-nav>button:focus {
  background-color: var(--wp--preset--color--foreground);
}

.tns-nav>button.tns-nav-active {
  background-color: var(--wp--preset--color--foreground);
}

.tns-nav {
  line-height: 0;
  text-align: center;
}

/* Dots Positions */
.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  bottom: 28px;
  position: absolute;
  width: 100%;
}

.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav {
  text-align: left;
  left: 28px;
}

.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav {
  text-align: center;
}

.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  text-align: right;
  right: 28px;
}

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-top: 28px;
}

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav {
  margin-left: 28px;
  text-align: left;
}

.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav {
  text-align: center;
}

.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-right: 28px;
  text-align: right;
}

/* --- WP Block The Newsletter Plugin
-------------------------------------------------------- */
.site-newsletter {
  text-align: center;
}

.site-newsletter .tnp-subscription-minimal {
  margin-top: 35px;
}

.tnp-subscription-minimal form input.tnp-submit {
  width: auto;
  padding: 9px 24px;
}

.wp-block-section.wp-block-subscribe {
  min-height: 282px;
}

.tnp-subscription-minimal form input.tnp-email {
  border-color: transparent;
  max-width: 100%;
  color: var(--wp--preset--color--foreground);
  width: 100%;
  display: block;
  margin-right: 0;
  line-height: 1.5;
}

.tnp-subscription-minimal form input.tnp-email:focus {
  color: var(--wp--preset--color--background-dark);
}

.wp-block-tnp-minimal>p {
  margin: 0;
}

/* --- WP Block The Newsletter Plugin For Footer
-------------------------------------------------------- */
.wp-block-footer .tnp-subscription-minimal form {
  position: relative;
  max-width: 360px;
  display: flex;
}

.wp-block-footer .tnp-subscription-minimal input.tnp-submit {
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px;
}

.wp-block-footer .wp-block-tnp-minimal {
  padding: 0 !important;
}

.wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
}

.wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 0 transparent);
}

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor svg {
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor svg {
  width: 35px;
  height: 35px;
  padding: 7px;
}

.wp-block-footer .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  color: var(--wp--preset--color--foreground);
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor:hover svg {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
  border-color: transparent;
}

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover .wp-block-social-link-label,
.wp-block-social-links.is-style-logos-only.is-style-logos-with-border .wp-social-link .wp-block-social-link-anchor:hover .wp-block-social-link-label {
  color: var(--wp--preset--color--foreground);
}

.wp-block-footer .wp-block-social-link:hover {
  transform: scale(1);
}

.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
}

/* --- WP Block Breadcumb
-------------------------------------------------------- */
.breadcrumb-area {
  font-size: 12px;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
  background-color: var(--wp--preset--color--background);
  margin: 0;
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset;
}

.woocommerce .breadcrumb-area .woocommerce-breadcrumb {
  font-size: 12px;
}

.catch-breadcrumb.breadcrumb-area {
  margin-bottom: 0;
}

.breadcrumb-area .entry-breadcrumbs,
.catch-breadcrumb.breadcrumb-area .section-wrapper {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  text-transform: uppercase;
}

.breadcrumb-area a,
.woocommerce .breadcrumb-area .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}

.header-media-inner-post .breadcrumb-area a {
  color: var(--wp--preset--color--foreground-light);
}

.breadcrumb-area a:hover,
.woocommerce .breadcrumb-area .woocommerce-breadcrumb a:hover {
  color: var(--wp--preset--color--foreground);
}

.breadcrumb span {
  opacity: 0.8;
}

.header-media-inner-post .wp-block-post-title+.breadcrumb-area,
.header-media-inner-post+.breadcrumb-area {
  margin: 14px 0 0 0;
}

body .wp-block-inner-page-title {
  margin-bottom: var(--wp--custom--spacing--group-heading-bottom-gap);
}

.wp-block-inner-page-title .wp-block-post-author-name__link,
.wp-block-inner-page-title .wp-block-post-date time a {
  color: var(--wp--preset--color--text-link);
}

.wp-block-inner-page-title .wp-block-post-author-name__link:hover,
.wp-block-inner-page-title .wp-block-post-date time a:hover {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}

.wp-block-inner-page-title .wp-block-term-description {
  margin: 7px 0 0 0;
}

.wp-block-inner-page-title .wp-block-term-description p {
  margin: 0;
}

.wp-block-inner-page-title .wp-block-query-title,
.woocommerce-products-header__title.page-title {
  font-size: var(--wp--preset--font-size--extra-large);
  line-height: var(--wp--custom--typography--line-height--heading-two);
}

/* --- WP Block Sidebar
-------------------------------------------------------- */
@media screen and (max-width: 782px) {
  .wp-block-sidebar-on-left>.wp-block-column.wp-block-column-sidebar {
    order: 2;
  }

  .wp-block-sidebar-on-left>.wp-block-column:not(.wp-block-column-sidebar) {
    order: 1;
  }
}

.wp-block-columns.wp-block-sidebar-on-right,
.wp-block-columns.wp-block-sidebar-on-left {
  gap: 0;
}

/* Increased Anchor Space To 42px */
.wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  padding: 7px;
}

.wp-block-main-header .wp-block-fse-pro-header-search .social-controller .wp-block-main-header .wp-block-fse-pro-header-search .search-controller,
.wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  padding: 9px;
}

.wp-block-main-header .wp-block-fse-pro-header-search .social-controller svg,
.wp-block-main-header .wp-block-fse-pro-header-search .search-controller svg,
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 18px;
  height: 18px;
}

.wp-block-main-header .nocturne-pro-icons a {
  display: flex;
  padding: 8px;
}

.simple-audio-player .simp-controls button {
  height: 42px;
  width: 42px;
}

@media screen and (max-width: 1200px) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 7px 0;
  }
}

.wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button svg {
  width: 22px;
  height: 22px;
}

.wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button {
  display: inline-block;
  line-height: 0px;
  height: auto;
  width: auto;
  padding: 10px;
}

.attachment img {
  width: 100%;
  height: 100%;
}

.wp-block-gallery .wp-element-caption {
  font-size: 16px !important;
}

.wp-block-gallery .wp-element-caption a {
  text-decoration: none;
  padding: 10px 14px;
}

.wp-block-gallery .wp-element-caption a:hover {
  color: var(--wp--preset--color--foreground) !important;
}

/* Primary Search Custom */
.wp-primary-search {
  position: relative;
  z-index: 1;
}

.wp-primary-search .wp-search-toggle-container {
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 42px;
  height: 42px;
}

.wp-primary-search .wp-search-toggle-container .wp-search-toggle {
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-mask: url(assets/images/search.svg) no-repeat 50% 50%;
  mask: url(assets/images/search.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--wp--preset--color--foreground);
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}

.wp-primary-search .wp-search-toggle-container:is(:hover, :focus) .wp-search-toggle {
  background-color: var(--wp--preset--color--text-link-hover);
}

.wp-primary-search .wp-block-search {
  padding: 0;
}

.wp-primary-search .wp-search-container {
  display: none;
  position: absolute;
  top: 100%;
}

.wp-primary-search.toggled-on .wp-search-toggle {
  -webkit-mask: url(assets/images/close.svg) no-repeat 50% 50%;
  mask: url(assets/images/close.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.wp-primary-search.toggled-on .wp-search-container {
  margin-top: 0;
  display: block;
  width: 320px;
  padding: clamp(14px, 1.5vw, 21px) 28px;
  background-color: var(--wp--preset--color--background);
  animation: smoothScrollBack 0s backwards, fadein 0.6s;
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* ---
-------------------------------------------------------- */
/* --- Block Header Media & Text
-------------------------------------------------------- */
.content>.video-play {
  display: flex;
  align-items: center;
}

.content>.video-play,
.content.has-text-align-center>.video-play {
  justify-content: center;
  text-decoration: none;
}

.content.has-text-align-left>.video-play {
  justify-content: flex-start;
}

.content.has-text-align-right>.video-play {
  justify-content: flex-end;
}

.content>.video-play>span {
  display: inline-block;
  padding-left: 7px;
}

.modal.active .close {
  left: unset;
  top: 50px;
  right: 50px;
}

.wp-block-custom-header-media-with-title-and-nav .content span,
.wp-block-custom-header-media-with-video .content span,
.wp-block-custom-header-media .content span {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  transition: all 0.3s ease-in-out;
}

.wp-block-custom-header-media-with-title-and-nav .video-play:hover span,
.wp-block-custom-header-media-with-video .video-play:hover span,
.wp-block-custom-header-media .video-play:hover span {
  letter-spacing: 1px;
}

/* When Media Left and Right */
.wp-block-media-text:not(.is-stacked-on-mobile).has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

.wp-block-media-text:not(.is-stacked-on-mobile):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}

.wp-block-custom-header-media.wp-block-section,
.wp-block-featured-slider.wp-block-section {
  padding: var(--wp--custom--spacing--header-media-space) var(--wp--custom--spacing--outer);
}

.wp-block-custom-header-media .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
.wp-block-featured-slider .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}

/* --- Block Header Media No Image
-------------------------------------------------------- */
.wp-block-header-media-no-image .wp-block-cover__inner-container>.wp-block-group>*:not(.header-title-wrapper) {
  animation: 900ms linear 0s 1 normal none running fadeinHeaderTtext;
}

.wp-block-header-media-no-image .wp-block-cover__inner-container p {
  font-weight: 300;
}

.wp-block-cover.wp-block-header-media-no-image {
  padding-left: 0;
  padding-right: 0;
}

.header-title-wrapper {
  text-align: center;
}

.header-animate-wrap:not(:last-child) {
  display: inline-block;
  padding: 0 4px;
  margin-top: 0;
}

.header-animate-wrap:last-child {
  display: block;
  margin-top: 0;
}

.header-animate-wrap:nth-child(2) {
  opacity: 0.5;
}

.header-animate-wrap {
  overflow: hidden;
  -webkit-animation: headerAnimateWrap 600ms linear;
  animation: headerAnimateWrap 600ms linear;
}

.header-animate {
  -webkit-animation: headerAnimate 600ms linear;
  animation: headerAnimate 600ms linear;
}

@keyframes fadeinHeaderTtext {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes headerAnimateWrap {
  0% {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }

  50% {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes headerAnimate {
  0% {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }

  50% {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }

  .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
  }
}

/* ---
-------------------------------------------------------- */
/* --- Block About Us
-------------------------------------------------------- */
/* --- Block About Us With Stats
-------------------------------------------------------- */
.about-stat-heading {
  font-size: var(--wp--custom--typography--font-size--heading-two);
  line-height: 1.13;
}

.wp-bloock-about-us-with-stats .wp-block-column>*+* {
  margin-block-start: 14px;
}

/* --- Block :Hero Content
-------------------------------------------------------- */
.wp-block-section .wp-block-group-heading h2.no-border:before,
.wp-block-section .wp-block-group-heading h2.no-border:after {
  content: none;
}

.wp-block-cover.wp-block-hero-content .wp-block-cover__image-background {
  width: 44%;
}

@media screen and (max-width: 600px) {
  .wp-block-cover.wp-block-hero-content {
    flex-direction: column;
  }

  .wp-block-cover.wp-block-hero-content .wp-block-cover__image-background {
    position: static;
    width: 100%;
  }
}

/* ---
-------------------------------------------------------- */
/* --- Block How It Works
-------------------------------------------------------- */
.wp-block-how-it-work .wp-block-column h2+p {
  margin-top: 7px;
}

.wp-block-how-it-work .wp-block-column .wp-block-image {
  margin-bottom: var(--wp--custom--spacing--tiny);
}

.wp-block-how-it-work .wp-block-section-content {
  padding: var(--wp--custom--spacing--wp-comment-vertical) 28px;
  background-color: var(--wp--preset--color--background);
  border-radius: 10px;
  transition: all 0.5s ease;
  height: 100%;
}

/* ---
-------------------------------------------------------- */
/* --- Block Logo
-------------------------------------------------------- */
.wp-block-logo .wp-block-column .wp-block-image {
  text-align: center;
  border: 1px solid var(--wp--preset--color--border);
  padding: 28px;
}

.wp-block-logo .wp-block-group-heading+div {
  margin-top: var(--wp--custom--spacing--wp-comment-horizontal);
}

/* ---
-------------------------------------------------------- */
/* --- Block CTA
-------------------------------------------------------- */
.wp-block-cta .wp-block-button__link {
  margin-top: 0;
}

.wp-block-cta-with-video .wp-block-group-heading,
.wp-block-cta-just-video .wp-block-group-heading,
.wp-block-cta .wp-block-group-heading {
  border-left: 0;
  padding-left: 0;
}

/* --- Block Promotional Contact
-------------------------------------------------------- */
.wp-block-cta.wp-block-promotional-contact .wp-block-group-heading {
  max-width: 630px;
}

/* --- Block CTA With Video
-------------------------------------------------------- */
.wp-block-cta-with-video.wp-block-cover,
.wp-block-cta-just-video.wp-block-cover {
  min-height: 220px;
}

.wp-block-cta-just-video .content .video-play svg {
  display: none;
}

.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  content: "";
  border: 1px solid var(--wp--preset--color--background);
  position: absolute;
  border-radius: 50%;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  opacity: 0;
}

.wp-block-cta-just-video .content .video-play {
  background: var(--wp--preset--color--background);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 auto;
}

.wp-block-cta-just-video .content .video-play span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid var(--wp--preset--color--foreground);
  border-bottom: 15px solid transparent;
  margin-top: 0;
  text-indent: -9999px;
  padding: 0;
}

.wp-block-cta-just-video .content .video-play:before {
  border: 1px solid transparent;
}

.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  border-radius: 100%;
  transition: 0.3s;
}

.wp-block-cta-just-video .content .video-play:hover {
  background: var(--wp--preset--color--foreground);
}

.wp-block-cta-just-video .content .video-play:hover span {
  border-left-color: var(--wp--preset--color--foreground-light);
}

.wp-block-cta-just-video .content .video-play:hover::before,
.wp-block-cta-just-video .content .video-play:focus::before,
.wp-block-cta-just-video .content .video-play:hover::after,
.wp-block-cta-just-video .content .video-play:focus::after {
  border-radius: 100%;
  border-color: var(--wp--preset--color--foreground);
  opacity: 1;
  animation: 500ms linear fadeinHeaderTtext;
}

/* ---  Video Featured
-------------------------------------------------------- */
.wp-block-section.wp-block-video-featured {
  padding-bottom: 0;
  padding-top: 0;
}

.wp-block-video-featured video {
  max-width: 100%;
  max-height: 600px;
}

/* ---
-------------------------------------------------------- */
/* --- Block featured Content
-------------------------------------------------------- */
.wp-block-feature-content .wp-block-image,
.wp-block-team .wp-block-image {
  overflow: hidden;
}

.wp-block-feature-content .wp-block-image img,
.wp-block-team .wp-block-image img {
  transition: all 0.5s ease-in-out;
}

.wp-block-feature-content .wp-block-post-group:hover .wp-block-image img {
  opacity: 0.6;
}

.wp-block-feature-content .wp-block-post-group:hover .wp-block-image img,
.wp-block-team .wp-block-post-group:hover .wp-block-image img {
  transform: scale(1.1);
}

/* --- Block Services
-------------------------------------------------------- */
.wp-block-feature-content .wp-block-group-content .wp-block-post-group,
.wp-block-services .wp-block-group-content .wp-block-post-group {
  border: 2px solid var(--wp--preset--color--border);
  padding: var(--wp--custom--spacing--testimonial-inner-gap);
}

.wp-block-feature-content .wp-block-entry-content h2,
.wp-block-services .wp-block-entry-content h2 {
  margin-top: var(--wp--custom--spacing--extra-small);
}

.wp-block-feature-content .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-team .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-services .wp-block-button.is-style-outline .wp-block-button__link {
  border: 0;
  position: relative;
  border-radius: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.wp-block-feature-content .wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-team .wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-services .wp-block-button.is-style-outline .wp-block-button__link:after {
  content: "";
  border-bottom: 2px solid var(--wp--preset--color--foreground);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -7px;
  transition: all .5s ease;
}

.wp-block-feature-content .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
.wp-block-team .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
.wp-block-services .wp-block-button.is-style-outline .wp-block-button__link:hover::after {
  width: 30%;
}

.wp-block-feature-content .is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-feature-content .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-team .is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-team .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-services .is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-services .wp-block-button__link.is-style-outline:not(.has-background):hover {
  color: var(--wp--preset--color--foreground);
  background: transparent !important;
}

/* --- Block Hero Content
-------------------------------------------------------- */
.wp-block-hero-content.wp-block-section .wp-block-group-heading {
  margin-bottom: 28px;
}

/* --- Block Team
-------------------------------------------------------- */
.wp-block-team .wp-block-post-group {
  position: relative;
  overflow: hidden;
}

.wp-block-team .wp-block-entry-content {
  position: absolute;
  bottom: 0;
  padding: 28px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.wp-block-team .wp-block-post-group:hover::before {
  opacity: 1;
}

.wp-block-team .wp-block-post-group::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(34, 146, 177, 0), rgba(34, 146, 177, 0.2));
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}

.wp-block-team-default .wp-block-entry-content .wp-block-post-cont,
.wp-block-team .wp-block-entry-content>*:not(.wp-block-buttons) {
  transform: translateY(48px);
  transition: all 0.5s ease-in-out;
}

.wp-block-team-default .wp-block-post-group:hover .wp-block-entry-content .wp-block-post-cont,
.wp-block-team .wp-block-post-group:hover .wp-block-entry-content>*:not(.wp-block-buttons) {
  transform: translateY(0px);
  animation: smoothScrollBack 0s backwards, fadein 1s;
}

.wp-block-team-default .wp-block-entry-content .wp-block-post-cont,
.wp-block-team .wp-block-entry-content>.wp-block-buttons {
  transform: translateY(120px);
  transition: 0.5s;
}

.wp-block-team-default .wp-block-post-group:hover .wp-block-entry-content .wp-block-post-cont,
.wp-block-team .wp-block-post-group:hover .wp-block-entry-content>.wp-block-buttons {
  animation: fadein 1s;
  transform: translateY(0px);
}

/* ---
-------------------------------------------------------- */
/* --- Block Testimonials
-------------------------------------------------------- */
.wp-block-clients-testimonial .wp-block-group-content {
  position: relative;
}

.wp-block-clients-testimonial .wp-block-group-content:before {
  color: var(--wp--preset--color--text-link);
  font-family: "georgia";
  content: "\201C";
  display: block;
  float: left;
  font-size: 91px;
  font-style: normal;
  font-weight: 500;
  height: 0;
  line-height: 1;
  position: absolute;
  right: auto;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
}

/* --- Block Testimonials Default
-------------------------------------------------------- */
.wp-block-clients-testimonial-default .wp-block-group-content {
  position: relative;
  padding: var(--wp--custom--spacing--wp-footer-vertical);
  padding-left: clamp(100px, 8vw, 140px);
  background-color: var(--wp--preset--color--background);
}

.wp-block-clients-testimonial-default .wp-block-group-content:before {
  background-color: var(--wp--preset--color--border);
  font-family: "arial";
  height: 56px;
  font-size: 105px;
  left: 0;
  top: 25%;
  transform: none;
  padding: clamp(14px, 3.5vw, 21px);
}

.wp-block-clients-testimonial-default .wp-block-group-content .wp-block-heading+p {
  font-style: italic;
}

.wp-block-section:nth-child(2n-1).wp-block-clients-testimonial-default .wp-block-group-content {
  position: relative;
  background-color: var(--wp--preset--color--background);
}

/* ---
-------------------------------------------------------- */
/* --- Block Slider
-------------------------------------------------------- */
/* --- Block Default Slider Styles
-------------------------------------------------------- */
/* Slider Nav Dots */
.swiper-pagination {
  z-index: 1;
  width: auto !important;
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  transition: all 0.5s ease;
  background-color: var(--wp--preset--color--text-link);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.4;
  position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--foreground);
  opacity: 1;
}

.vertical-left-top>.swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-left-center>.swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-left-bottom>.swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-top>.swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-center>.swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-bottom>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
}

.vertical-left-top .swiper-pagination.swiper-pagination-bullets,
.vertical-left-center .swiper-pagination.swiper-pagination-bullets,
.vertical-left-bottom .swiper-pagination.swiper-pagination-bullets,
.vertical-right-top .swiper-pagination.swiper-pagination-bullets,
.vertical-right-center .swiper-pagination.swiper-pagination-bullets,
.vertical-right-bottom .swiper-pagination.swiper-pagination-bullets {
  padding: 8px 14px;
  width: auto;
}

.vertical-left-top .swiper-pagination,
.vertical-left-center .swiper-pagination,
.vertical-left-bottom .swiper-pagination,
.vertical-right-top .swiper-pagination,
.vertical-right-center .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  display: flex;
  flex-direction: column;
}

.vertical-left-top .swiper-pagination,
.vertical-left-bottom .swiper-pagination {
  left: 28px;
}

.vertical-left-top .swiper-pagination,
.vertical-right-top .swiper-pagination {
  align-items: flex-start;
  top: 28px;
}

.vertical-right-top .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  left: auto;
  right: 28px;
}

.vertical-left-bottom .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  align-items: flex-end;
  bottom: 28px;
}

.vertical-left-center .swiper-pagination {
  left: 28px;
}

.vertical-right-center .swiper-pagination {
  right: 28px;
  left: auto;
}

.vertical-left-center .swiper-pagination,
.vertical-right-center .swiper-pagination {
  align-items: center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider {
  display: block;
}

.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-left,
.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-center,
.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-right,
.horizontal-outside-slider-bottom-left,
.horizontal-outside-slider-bottom-center,
.horizontal-outside-slider-bottom-right {
  padding-bottom: 59px;
}

.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-left+.swiper-pagination,
.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-center+.swiper-pagination,
.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-right+.swiper-pagination,
.horizontal-outside-slider-bottom-left .swiper-pagination,
.horizontal-outside-slider-bottom-center .swiper-pagination,
.horizontal-outside-slider-bottom-right .swiper-pagination {
  position: absolute;
  margin-top: 14px;
  width: auto;
  bottom: 0;
}

.horizontal-inside-slider-bottom-left .swiper-pagination,
.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-left+.swiper-pagination,
.horizontal-outside-slider-bottom-left .swiper-pagination {
  text-align: left;
  left: 14px;
}

.horizontal-inside-slider-bottom-center .swiper-pagination,
.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-center+.swiper-pagination,
.horizontal-outside-slider-bottom-center .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.horizontal-inside-slider-bottom-right .swiper-pagination,
.block-editor-block-list__block.wp-block-nocturne-slider.wp-block-nocturne-slider .horizontal-outside-slider-bottom-right+.swiper-pagination,
.horizontal-outside-slider-bottom-right .swiper-pagination {
  text-align: right;
  right: 14px;
  left: auto;
}

/* Active Nav Dots Animation For Featured Slider */
.wp-block-featured-slider-with-video :not(.horizontal-outside-slider-bottom-right):not(.horizontal-outside-slider-bottom-left):not(.horizontal-outside-slider-bottom-center) .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--foreground-light);
}

.wp-block-featured-slider-with-video :not(.horizontal-outside-slider-bottom-right):not(.horizontal-outside-slider-bottom-left):not(.horizontal-outside-slider-bottom-center) .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-top-color: var(--wp--preset--color--foreground-light);
  border-right-color: var(--wp--preset--color--foreground-light);
  border-bottom-color: var(--wp--preset--color--foreground-light);
}

.wp-block-featured-slider-with-video :not(.horizontal-outside-slider-bottom-right):not(.horizontal-outside-slider-bottom-left):not(.horizontal-outside-slider-bottom-center) .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-top-color: var(--wp--preset--color--foreground-light);
}

/* Slider Arrows */
.nocturne-slider .swiper-button-prev,
.nocturne-slider .swiper-button-next,
.fse-slider-wrapper .swiper-button {
  background-color: transparent;
  color: var(--wp--preset--color--foreground-light);
}

/* --- Block Featured Slider
-------------------------------------------------------- */
.wp-block-featured-slider .wp-block-cover {
  min-height: 360px;
}

main .wp-block-featured-slider>*+* {
  margin-block-start: 0;
}

.wp-block-featured-slider {
  position: relative;
}

.wp-block-featured-slider .wp-block-media-text .wp-block-media-text__media,
.wp-block-custom-header-media .wp-block-media-text .wp-block-media-text__media {
  display: none;
}

.wp-block-featured-slider .wp-block-nocturne-popup-video {
  text-align: center;
}

.wp-block-featured-slider .content {
  display: inline-block;
}

.wp-block-featured-slider .content>.video-play svg {
  fill: var(--wp--preset--color--foreground-light);
  color: var(--wp--preset--color--foreground-light);
  background-color: var(--wp--preset--color--background-dark);
  border-radius: 50%;
  border-color: transparent;
}

.wp-block-featured-slider .content>.video-play:hover svg,
.wp-block-featured-slider .content>.video-play:focus svg {
  background-color: var(--wp--preset--color--foreground-light);
}

.wp-block-embed-video {
  display: none;
}

.wp-block-featured-slider .wp-block-embed-video .wp-block-embed {
  max-width: 360px;
  margin-top: 28px;
  min-height: auto;
  min-width: auto;
}

.wp-block-featured-slider .wp-block-embed-video .wp-block-embed iframe {
  border-radius: 10px;
}

.wp-block-featured-slider .wp-block-media-text__content>h6,
.wp-block-custom-header-media .wp-block-media-text__content>h6,
.wp-block-custom-header-media .wp-block-media-text__content>h6 {
  margin-bottom: 14px;
}

/* Content Effect */
.wp-block-featured-slider .wp-block-media-text__content>* {
  opacity: 0;
  position: relative;
  transition: 1s;
  transition-delay: .5s;
  transform: translateX(-50px);
  z-index: 2;
}

.wp-block-featured-slider .wp-block-media-text__content h6 {
  transition-delay: .4s;
}

.wp-block-featured-slider .wp-block-media-text__content h2 {
  transition-delay: .5s;
  font-size: var(--wp--custom--typography--font-size--huge-post-title);
  text-transform: capitalize;
  text-shadow: 1.4px 2.6px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

.wp-block-featured-slider .wp-block-media-text__content p {
  transition-delay: .6s;
}

.wp-block-featured-slider .wp-block-media-text__content .wp-block-buttons {
  transition-delay: .7s;
}

.wp-block-featured-slider .wp-block-media-text__content .wp-block-embed-video {
  transition-delay: .8s;
}

.wp-block-featured-slider .wp-block-media-text__content.block-editor-block-list__layout>*,
.wp-block-featured-slider .swiper-slide-active .wp-block-media-text__content>* {
  opacity: 1;
  transform: translateY(0);
}

/* Social Inside Slider */
.social-inside-slider {
  position: absolute;
  bottom: 28px;
  left: 20px;
  z-index: 2;
}

.social-inside-slider ul.wp-block-social-links {
  gap: 5px;
  flex-direction: row;
}

.social-inside-slider .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  color: var(--wp--preset--color--foreground-light);
  border-radius: 50%;
}

.social-inside-slider .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--background-dark);
}

/* Scroll Inside Slider */
.wp-block-scroll-down {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  position: absolute;
  right: clamp(8px, 3.5vw, 63px);
  bottom: clamp(28px, 3.5vw, 63px);
  z-index: 2;
  width: auto;
}

.wp-block-scroll-down a:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.125rem solid;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  transform: rotate(135deg);
  margin-left: 10px;
  margin-bottom: 8px;
  transition: 0.3s;
  vertical-align: middle;
}

.wp-block-scroll-down a {
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 3px;
  color: var(--wp--preset--color--foreground-light);
  position: relative;
  margin-block-start: 0 !important;
}

.wp-block-scroll-down a:hover,
.wp-block-scroll-down a:focus {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--background-dark);
}

/* For Editor */
.wp-block-custom-header-media .wp-block-cover__inner-container.block-editor-block-list__layout,
.wp-block-custom-header-media .wp-block-cover__inner-container.block-editor-block-list__layout {
  position: static;
}

/* ---
-------------------------------------------------------- */
/* --- Block Contact
-------------------------------------------------------- */
/* --- Block Quick Contact
-------------------------------------------------------- */
.wp-block-section.wp-block-quick-contact .wp-block-group-heading {
  margin-bottom: 0;
}

.wp-block-section.wp-block-quick-contact.wp-block-cover {
  min-height: auto;
}

@media screen and (max-width: 782px) {
  .wp-block-quick-contact .wp-block-column .wp-block-buttons {
    justify-content: flex-start;
  }
}

/* --- Contact
-------------------------------------------------------- */
/* --- Block Quick Contact
-------------------------------------------------------- */
.wp-block-contact.wp-block-section .wp-block-group-heading {
  text-align: left;
}

.wp-block-contact .contact-information a {
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
}

.wp-block-contact .contact-information a:hover {
  color: var(--wp--preset--color--foreground);
}

.wp-block-contact .nocturne-icons svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
}

.wp-block-contact .contact-form .wpcf7-form textarea {
  height: 100px;
}

.wp-block-contact .contact-form .wpcf7-form>p:nth-of-type(1),
.wp-block-contact .contact-form .wpcf7-form>p:nth-of-type(2) {
  margin-top: 0;
}

.wp-block-contact .screen-reader-response ul,
.wp-block-contact.wp-block-section .wp-block-group-heading {
  margin: 0;
}

.wp-block-section.wp-block-contact input[type="date"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="time"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="datetime-local"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="week"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="month"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="text"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="email"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="url"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="password"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="search"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="tel"]:not([type="submit"]),
.wp-block-section.wp-block-contact input[type="number"]:not([type="submit"]),
.wp-block-section.wp-block-contact textarea:not([type="submit"]) {
  background-color: var(--wp--preset--color--border);
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--wp--preset--font-family--montserrat);
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--wp--preset--font-family--montserrat);
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: var(--wp--preset--font-family--montserrat);
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: var(--wp--preset--font-family--montserrat);
}

/* Hide Arrows From Number Input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ---
-------------------------------------------------------- */
/* --- Block Stats
-------------------------------------------------------- */
.wp-block-stats .wp-block-image img {
  mix-blend-mode: difference;
}

/* ---
-------------------------------------------------------- */
/* --- Block Header Top
-------------------------------------------------------- */
/* .wp-block-header-top {
    background-color: var(--wp--preset--color--background);
    font-size: var(--wp--preset--font-size--extra-small);
    padding: 7px 0;
} */
.support-label {
  display: none;
}

.wp-block-header-top .wp-block-navigation a {
  padding: 15px 5px;
  text-decoration: none;
}

.wp-block-header-top .wp-block-navigation-submenu .wp-block-navigation-submenu a {
  padding: 7px 15px;
}

.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  padding: 7px;
}

.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link);
}

.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  transition: all 0.3s ease-in-out;
}

.wp-block-header-top .wp-block-navigation {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: capitalize;
}

.wp-block-support p a {
  position: relative;
  padding-left: 28px;
  margin-left: 7px;
  visibility: hidden;
}

.wp-block-support p a:before {
  content: "";
  background: url(assets/images/call-dark.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: 0;
  top: 4px;
  position: absolute;
  visibility: visible;
}

.wp-block-header-top ul.wp-block-social-links {
  gap: 0;
}

.wp-block-header-top .wp-block-navigation__responsive-container-open,
.wp-block-header-top .wp-block-navigation__responsive-container-close {
  padding: 0;
}

.wp-block-header-top .wp-block-navigation__responsive-container-open svg,
.wp-block-header-top .wp-block-navigation__responsive-container-close svg {
  width: 24px;
  height: 24px;
}

/* --- Block Main Header
-------------------------------------------------------- */
.wp-block-main-header .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link);
  transform: scale(1.1);
  filter: drop-shadow(0 0 5px var(--wp--preset--color--glow-brass));
}

.wp-block-main-header ul.wp-block-social-links {
  gap: 5px;
}

.wp-block-header-dark .wp-block-main-header .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  color: var(--wp--preset--color--foreground-light);
  fill: var(--wp--preset--color--foreground-light);
  transition: all 0.3s ease-in-out;
}

.wp-block-main-header .wp-block-social-link:hover {
  transform: scale(1);
}

/* --- Block Header Dark
-------------------------------------------------------- */
/* For Editor To Go To FullWidth  */
.block-editor-block-list__block.wp-block-header-top,
.block-editor-block-list__block.wp-block-header-dark {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
  width: unset;
  margin-top: 0 !important;
}

.wp-block-header-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--background-dark);
}

.wp-block-header-top.wp-block-header-dark {
  border-bottom: 1px solid var(--wp--preset--color--border-dark);
  color: var(--wp--preset--color--foreground-dark);
  margin-top: 0;
}

.wp-block-header-dark.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  color: var(--wp--preset--color--foreground-dark);
  fill: var(--wp--preset--color--foreground-dark);
}

.wp-block-header-dark.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link:hover svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
}

.wp-block-header-dark .wp-block-support p a:hover {
  color: var(--wp--preset--color--foreground);
}

.wp-block-header-dark.wp-block-header-top .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wp-block-header-dark.wp-block-header-top .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--foreground-dark);
}

.wp-block-header-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--background-dark);
}

.wp-block-header-dark .wp-block-navigation__responsive-container-open,
.wp-block-header-dark .wp-block-navigation__responsive-container-close {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-header-dark .wp-block-navigation__responsive-container-open:hover,
.wp-block-header-dark .wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--foreground);
}

.wp-block-header-dark .wp-block-support p a {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-header-dark {
  background-color: var(--wp--preset--color--background-dark);
  margin-top: 0 !important;
}

.wp-block-header-dark .wp-block-support p a:before {
  content: "";
  background: url(assets/images/call.png);
}

.wp-block-header-dark .wp-block-site-title a {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-header-dark .wp-block-site-tagline {
  color: var(--wp--preset--color--foreground);
}

.wp-block-header-dark .wp-block-site-title a:hover {
  color: var(--wp--preset--color--foreground);
}

.wp-block-header-dark .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--text-link);
}

.wp-block-header-dark .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--text-link-hover);
}

.wp-block-header-dark .wp-block-nocturne-header-search svg,
.wp-block-header-dark .wp-block-nocturne-header-social svg,
.wp-block-header-dark .nocturne-icons svg,
.wp-block-header-dark .wp-block-nocturne-header-search svg .wp-block-header-dark .wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor,
.wp-block-header-dark .wc-block-mini-cart__button,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--foreground-light);
  fill: var(--wp--preset--color--foreground-light);
}

.wp-block-header-dark.wp-block-header-top .wp-block-navigation .current-menu-item>.wp-block-navigation-item__content,
.wp-block-header-dark.wp-block-header-top .wp-block-navigation .wp-block-navigation-submenu.current-menu-item>.wp-block-navigation__submenu-icon svg,
.wp-block-header-dark .wp-block-navigation .current-menu-item>.wp-block-navigation-item__content,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation-submenu.current-menu-item>.wp-block-navigation__submenu-icon svg {
  color: var(--wp--preset--color--text-link);
}

/* ---
-------------------------------------------------------- */
/* --- Block Portfolio
-------------------------------------------------------- */
.my-masonry-grid_column>*:after,
.my-masonry-grid_column>*:before {
  content: "";
  display: block;
  height: 80px;
  width: 3px;
  position: absolute;
  background-color: #000;
  transition: all 0.3s ease;
}

.my-masonry-grid_column>*:before {
  top: 0;
  left: 0;
  transform: translate(80px, -80px);
}

.my-masonry-grid_column>*:after {
  bottom: 0;
  right: 0;
  transform: translate(-80px, 80px);
}

.my-masonry-grid_column>*:hover::after {
  transform: translate(0, 0);
}

.my-masonry-grid_column>*:hover::before {
  transform: translate(0, 0);
}

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > 5
-------------------------------------------------------- */
/* --- > 360px
-------------------------------------------------------- */
@media screen and (min-width: 22.5em) {
  .wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-plauseward {
    justify-content: flex-start;
    width: auto;
  }

  .wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-tracker {
    display: flex;
  }
}

/* --- > 480px
-------------------------------------------------------- */
@media screen and (min-width: 30em) {
  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-image img {
    max-width: 250px;
    transition: all 0.4s;
  }

  .wp-block-support p a {
    visibility: visible;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: right;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: left;
  }
}

/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 600px) {

  .woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
  .woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
    width: calc((100% / 2) - 30px + (30px / 2));
    margin-left: 0;
    margin-right: 0;
  }

  .post-navigation-link-next {
    margin-top: 0;
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
    width: 100%;
  }

  .wp-group-author figure.wp-block-image {
    margin-bottom: 0;
  }

  .wp-block-main-header .wp-block-header-top .wp-block-navigation .wp-block-navigation-item__content {
    padding: 15px 2px;
  }

  .wp-block-main-header .wp-block-header-top .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.7em 1.5em;
  }

  .wp-block-columns.testimonial-columns.testimonial-three-columns>.wp-block-column:not(:last-child) {
    margin-bottom: 0px;
  }

  .testimonial-two-columns .wp-block-testimonial .wp-group-author {
    margin-left: 0;
  }

  .wp-block-columns.testimonial-two-columns .wp-block-testimonial .wp-group-content:after {
    left: 35px;
  }

  .wp-block-centered-menu .wp-block-navigation {
    text-align: left;
  }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset;
  }

  .wpcf7-form .two-col .wp-block-col,
  .wpcf7-form>p {
    margin-top: 28px;
  }

  .wp-block-newsletter .tnp-subscription-minimal form input.tnp-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    margin-top: 0;
  }

  .wp-block-newsletter .tnp-subscription-minimal form input.tnp-email {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: 70%;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }

  .support-label {
    display: block;
  }

  .wp-block-support p a:before {
    content: none;
    display: none;
  }

  .wp-block-support p a {
    padding-left: 0;
    margin-left: 4px;
  }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 283px;
  }
}

/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .wp-featured-product-slider .wc-block-featured-product__wrapper {
    padding: 56px 0;
  }

  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image,
  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    height: 200px;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 12%;
    padding-right: 12%;
  }

  .is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 0;
  }

  .fse-slider-wrapper:hover .tns-control>button.tns-prev,
  .fse-slider-wrapper:focus .tns-control>button.tns-prev {
    left: 30px;
  }

  .fse-slider-wrapper:hover .tns-control>button.tns-next,
  .fse-slider-wrapper:focus .tns-control>button.tns-next {
    right: 30px;
  }

  .wp-block-featured-slider-with-video .fse-slider-wrapper:hover .swiper-button-prev {
    left: 50px;
  }

  .wp-block-featured-slider-with-video .fse-slider-wrapper:hover .swiper-button-next {
    right: 50px;
  }

  .wp-block-featured-slider-with-video .wp-block-media-text .wp-block-media-text__media {
    display: block;
  }

  .wp-block-featured-services .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media:before,
  .wp-block-featured-services .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:before {
    bottom: 0;
    width: 30%;
    height: 100%;
  }

  .wp-block-featured-services .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media:before {
    left: 0;
  }

  .wp-block-featured-services .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:before {
    left: auto;
    right: 0;
  }
}

/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  .wp-site-blocks::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: -1;
    opacity: 0.2;
  }

  .wp-site-blocks {
    background-color: var(--wp--preset--color--background);
    margin: 0 auto;
  }

  .wp-block-woocommerce-all-products .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 33.333%;
    max-width: 33.3333%;
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li,
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
    width: calc(50% - 1.2em);
  }

  .wp-block-post-template.columns-2.is-flex-container,
  .wp-block-query-loop.columns-2.is-flex-container,
  .wp-block-post-template.columns-3.is-flex-container,
  .wp-block-query-loop.columns-3.is-flex-container {
    gap: 2.4em;
  }

  .wp-featured-product-slider {
    padding: 21px 0;
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.333%;
    max-width: 33.3333%;
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%;
  }
}

/* --- > min-width 782px max-width 782
-------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 782px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
}

/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 783px) {
  .wp-product-category-with-sidebar .wp-block-sidebar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }

  .wp-product-category-with-sidebar .wp-block-widget {
    padding-left: 30px;
    padding-right: 30px;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 42px 0 0;
  }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
  }

  .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    margin-top: 21px;
  }

  .wc-block-components-review-list-item__info {
    display: block;
  }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
    width: calc((100% / 2) - 30px + (30px / 2));
  }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:not(:first-child) {
    margin-top: 0;
  }

  .wp-product-category-thumbnail {
    display: block;
  }

  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar);
  }

  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: var(--wp--custom--spacing--wp-block-sidebar);
  }

  .wp-block-footer .wp-block-widget,
  .wp-block-footer .wp-block-widget:not(:last-child),
  .wp-block-columns>.wp-block-column {
    margin-bottom: 0;
  }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg);
  }

  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    top: -8px;
  }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    bottom: unset;
  }

  .wp-block-main-header .wp-block-nocturne-pro-header-social .social-container ul,
  .wp-block-main-header .wp-block-nocturne-pro-header-search .search-container form {
    max-width: 1400px;
    margin: 0 auto;
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    top: 0;
  }

  .wp-block-subscribe .wp-block-group-heading {
    margin-bottom: 0;
  }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-main-header {
    padding-bottom: 20px;
  }

  .wp-block-music-playlist .simple-audio-player {
    margin: 0 0 0 auto;
  }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 8px 28px;
  }

  .wp-block-sticky-music-playlist .simp-random {
    display: flex;
  }

  .wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-time {
    display: flex;
  }

  .wp-block-quick-contact .wp-block-column .wp-block-buttons .wp-block-button__link {
    margin-top: 0;
  }

  .wp-block-quick-contact .wp-block-columns {
    align-items: center !important;
  }

  .wp-block-stats .wp-block-column {
    text-align: left;
  }

  .wp-block-sidebar-on-left.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
  .wp-block-sidebar-on-right.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: calc(2.5 * var(--wp--style--block-gap, 2em));
  }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 414px;
  }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 346px;
  }

  .wp-block-logo .wp-block-column .wp-block-image {
    border: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 783px) {
  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-image img {
    max-width: 100%;
  }

  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-title,
  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-price.price {
    font-size: 24px;
  }

  .wp-product-cateogry-block .wc-block-grid__product {
    padding: 30px;
  }

  .wp-product-review-section .wc-block-review-list-item__product.wc-block-components-review-list-item__product a {
    font-size: 22px;
  }
}

/* --- > 783px
-------------------------------------------------------- */
@media screen and (min-width: 783px) {

  .woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
  .woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
    width: calc((100% / 3) - 30px + (30px / 3));
  }
}

/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .wp-block-post-template.wp-block-post-template .wp-block-post .wp-block-post-excerpt {
    width: 73%;
    float: left;
  }

  .wp-block-post-template.wp-block-post-template .wp-block-post .wp-block-post-meta {
    width: 27%;
    float: left;
    padding-left: 35px;
  }

  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    margin: 42px 0 -49px;
  }

  .summary form.cart.grouped_form .group_table {
    margin-bottom: 35px;
  }

  wp-thumbnail-product .wc-block-grid__products .wc-block-grid__product-image,
  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image,
  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 35px 0;
  }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 340px;
  }

  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image,
  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    height: 260px;
  }

  .content>.video-play>span {
    padding-left: 14px;
  }

  .testimonial-two-columns .wp-block-testimonial .wp-group-author {
    margin-left: 42px;
  }

  .wp-block-columns.testimonial-two-columns .wp-block-testimonial .wp-group-content:after {
    left: 75px;
  }

  .wpcf7-form .two-col {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .wpcf7-form .two-col .wp-block-col {
    width: 48%;
  }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 409px;
  }

  .wp-block-subscribe .tnp-subscription-minimal form input.tnp-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    margin-top: 0;
  }

  .wp-block-subscribe .tnp-subscription-minimal form input.tnp-email {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: 70%;
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.3333% - 1.6em);
  }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 468px;
  }
}

/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .wp-block-main-header .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 14px 0px;
  }

  .wp-block-main-header .wp-block-navigation .has-child .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 7px 14px;
  }

  .wp-block-navigation+.wp-block-nocturne-pro-header-search {
    margin-left: 10px;
  }

  .custom-cursor {
    display: none;
    position: absolute;
    background: var(--wp--preset--color--foreground);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    pointer-events: none;
    margin-block-start: 0 !important;
    z-index: 9999;
    transition: all 0.00003s ease-in-out;
    animation: pulse 0.5s cubic-bezier(0.51, 0, 0.4, 0.5) alternate infinite;
    transform: translate(-50%, -50%) scale(1);
  }

  @keyframes pulse {
    from {
      width: 10px;
      height: 10px;
    }

    to {
      width: 20px;
      height: 20px;
    }
  }

  div.active {
    animation: bounce .5s ease;
  }

  @keyframes bounce {
    100% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }

    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
  }

  .custom-cursor.menu__active {
    background: rgba(255, 255, 255, 0.15);
    width: 70px;
    height: 70px;
    animation: cubic-bezier(0.51, 0, 0.4, 0.9);
  }

  .custom-cursor.team__active:before {
    content: "Read More";
    display: block;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 500;
  }

  .custom-cursor.team__active {
    background: rgba(255, 255, 255, 0.4);
    width: 100px;
    height: 100px;
    animation: cubic-bezier(0.51, 0, 0.4, 0.9);
  }

  /* --- end of custom cursor --- */
  .wp-block-woocommerce-all-products .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%;
  }

  /*   .wp-block-navigation__container,
    .wp-block-header-top .wp-block-navigation__container {
      gap: 28px;
    } */
  .wp-block-main-header .wp-block-nocturne-pro-header-search button.wp-block-search__button.has-icon svg {
    font-size: 24px;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 28px;
  }

  .wp-product-category-with-sidebar .wp-block-sidebar {
    display: block;
    margin: 0;
  }

  .wp-product-category-with-sidebar .wp-block-widget {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    margin-top: 0;
  }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 400px;
  }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 472px;
  }

  .wp-block-cta-with-video .content .video-play,
  .wp-block-cta-just-video .content .video-play {
    width: 80px;
    height: 80px;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: flex;
  }

  .wp-block-subscribe>.wp-block-columns {
    align-items: center !important;
  }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-main-header {
    padding-bottom: 30px;
  }

  .wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
    animation: smoothScrollBack 0s backwards, fadein 0.6s;
  }

  .social-and-toggle-search .wp-block-social-search-container .social-controller {
    display: none;
  }

  .social-and-toggle-search .wp-block-social-search-container .social-container {
    background: transparent;
    display: block !important;
    padding: 0;
    position: static;
    width: auto;
  }

  .wp-block-main-header .wp-block-main-header-container {
    gap: var(--wp--style--block-gap, 0.5em);
  }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 10px 34px;
  }

  .wp-block-sticky-music-playlist .simp-volume,
  .wp-block-music-playlist .simp-volume {
    display: flex;
  }

  .wp-block-services-list .nocturne-pro-icons svg {
    height: 50px;
    width: 50px;
  }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
    color: var(--wp--preset--color--foreground-light);
  }

  .wp-block-embed-video {
    display: block;
  }

  .social-inside-slider ul.wp-block-social-links {
    flex-direction: column;
  }

  .social-inside-slider {
    left: 9px;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 40%;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 55%;
  }

  .wp-block-navigation.items-justified-right .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(90deg);
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
  }

  .wp-block-navigation ul ul .has-child:hover>.wp-block-navigation__submenu-icon {
    padding-right: 20px;
  }

  .wp-block-navigation .has-child:not(.open-on-click)>.wp-block-navigation__submenu-container {
    z-index: 99;
  }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 522px;
  }

  .wp-block-header-top {
    padding: 0;
  }

  .header-has-nav-centered .wp-block-main-header .wp-block-main-header-container {
    gap: 0;
  }

  .header-has-nav-centered .site-identity,
  .header-has-nav-centered .wp-block-social-search-container {
    width: 25%;
  }

  .header-has-nav-centered .wp-block-navigation {
    width: 50%;
    margin-left: initial;
  }
}

/* --- > 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    margin: 56px 0 -56px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 27%;
  }

  .wp-block-site-generator .wp-block-social-links+p {
    margin-top: 35px;
  }

  /* .wp-block-navigation__container {
    gap: 35px;
  } */
  .woocommerce-cart main .woocommerce {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-notices-wrapper {
    width: 100%;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 30%;
    padding-left: 56px;
    margin-left: auto;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
    margin-top: 0;
  }

  .woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
    max-height: 60px;
    width: 80px;
  }

  .woocommerce-page .woocommerce-cart-form .product-thumbnail {
    width: 80px;
  }

  form.woocommerce-cart-form {
    width: 65%;
  }

  .wp-product-category-thumbnail .wp-block-cover {
    min-height: 680px;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 56px 0 0;
  }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
    gap: 40px;
  }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
    width: calc((100% / 2) - 40px + (40px / 2));
  }

  .fse-slider-wrapper .swiper-button-prev:after,
  .fse-slider-wrapper .swiper-button-next:after {
    font-size: 28px;
  }

  .wp-featured-product-slider {
    padding: 70px 0;
  }

  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 56px 0;
  }

  .wp-block-cover.wp-block-cta {
    min-height: 520px;
  }

  .my-masonry-grid {
    gap: 40px;
  }

  .my-masonry-grid .my-masonry-grid_column img {
    margin-bottom: 40px;
  }

  .my-masonry-grid .my-masonry-grid_column img:last-child {
    margin-bottom: 0;
  }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 576px;
  }
}

/* --- > 1400px
-------------------------------------------------------- */
@media screen and (min-width: 87.5em) {
  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-thumbnail-product .wp-product-category-thumbnail .wp-block-cover {
    min-height: 700px;
  }

  .wp-block-rounded-read-more .wp-block-button__link {
    height: 120px;
    width: 120px;
    font-size: 2.8125rem;
  }

  .wp-featured-product-slider {
    padding: 84px 0;
  }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 410px;
  }

  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    height: 360px;
    margin: 42px 0;
  }

  /* 	.wp-block-featured-slider-with-video .wp-block-cover {
		min-height: 874px;
	} */
  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 10px 36px;
  }

  .wp-block-music-playlist .simp-random {
    display: flex;
  }

  .wp-block-sticky-music-playlist .simp-player>.simp-display .simp-info {
    display: flex;
  }

  .social-inside-slider {
    bottom: 63px;
    left: 28px;
  }

  .wp-block-cover.wp-block-cta {
    min-height: 600px;
  }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 630px;
  }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 535px;
  }
}

/* --- > 1920px
-------------------------------------------------------- */
@media screen and (min-width: 120em) {

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 600px;
  }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 500px;
  }

  .wp-thumbnail-product .wp-product-category-thumbnail .wp-block-cover {
    min-height: 800px;
  }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 12px 42px;
  }

  .wp-block-music-playlist .simp-repeat,
  .wp-block-music-playlist .simp-shide {
    display: flex;
    flex-direction: column;
  }

  .social-inside-slider {
    left: 63px;
  }
}

/* --- Block Color
-------------------------------------------------------- */
/* --- 6
-------------------------------------------------------- */
/* Foreground color */
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.woocommerce ul#shipping_method li,
.woocommerce .cart_totals p,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce.single-product div.product p.price del {
  color: var(--wp--preset--color--foreground);
}

.wp-block-main-header .is-style-outline>.wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--text-link);
}

.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-post-comments .comment-metadata a:hover {
  color: var(--wp--preset--color--foreground);
}

/* Primary color */
.wp-product-showcase .wp-block-column,
.wp-thumbnail-product .wp-product-cateogry-block,
.woocommerce div.product div.images.woocommerce-product-gallery {
  background-color: var(--wp--preset--color--background);
}

/* Secondary Color */
.wp-block-tag-cloud>a:hover,
.wp-block-tag-cloud>a:focus,
.service-columns.wp-block-columns>.wp-block-column,
.pricing-columns.wp-block-columns>.wp-block-column,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--background);
}

/* Arrow Wood Color */
.wp-block-section:nth-child(2n-1).wp-featured-product-slider,
.wp-featured-product-slider {
  background-color: var(--wp--preset--color--foreground);
}

.wp-block-navigation .current-menu-item>.wp-block-navigation-item__content.wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-submenu.current-menu-item>.wp-block-navigation__submenu-icon svg {
  color: var(--wp--preset--color--text-link);  
}

/* Deep Orange Color */
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.wp-block-tag-cloud>a:hover,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-navigation .has-child>.wp-block-navigation-item__content.wp-block-navigation-item__content:hover+button svg {
  color: var(--wp--preset--color--text-link-hover);
  stroke: var(--wp--preset--color--text-link-hover);
}

.wp-block-navigation .has-child .wp-block-navigation-item:hover {
  background-color: var(--wp--preset--color--background); /* TS: Dropdown menu - Subitem */
}

/* Body color */
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wc-block-product-categories ul.wc-block-product-categories-list li::before {
  color: var(--wp--preset--color--text-link);  
}

/* Link color */
.woocommerce table.shop_table .product-name a:hover,
.woocommerce table.shop_table .product-name a:focus,
.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title:hover,
.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title:focus,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:focus,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:focus,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:hover,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:focus,
.wc-block-mini-cart__shopping-button a,
.content>.video-play:hover span,
.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  color: var(--wp--preset--color--text-link-hover);  
}

a:hover svg.icon,
a:focus svg.icon,
.nocturne-pro-icons svg:hover,
.nocturne-pro-icons svg:focus,
.nocturne-pro-icons a:hover svg,
.nocturne-pro-icons a:focus svg,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:hover,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:focus,
.content>.video-play:hover svg {
  fill: var(--wp--preset--color--text-link-hover);
}

.wc-block-mini-cart__shopping-button a {
  border-color: var(--wp--preset--color--text-link);
}

/* Border Color */
.wp-block-tag-cloud>a,
.wp-block-table table td,
.wp-block-testimonial .wp-block-separator,
.woocommerce .woocommerce-result-count,
.wp-site-blocks .wp-block-section:last-child.wp-woocommerce-shipping {
  border-color: var(--wp--preset--color--border);
}

.wp-block-testimonial .wp-group-content:before,
.wp-block-separator {
  color: var(--wp--preset--color--border);
}

/* Light Color */
.header-media-inner-post .wp-block-cover.is-light .wp-block-cover__inner-container,
.wp-block-fse-pro-header-search .wp-block-search__inside-wrapper svg {
  color: var(--wp--preset--color--foreground-light);
}

.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .components-button:hover,
.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .components-button:focus,
.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link a:hover,
.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link a:focus,
.wp-block-social-links.is-style-default .wp-social-link .components-button:hover,
.wp-block-social-links.is-style-default .wp-social-link .components-button:focus,
.wp-block-social-links.is-style-default .wp-social-link a:hover,
.wp-block-social-links.is-style-default .wp-social-link a:focus {
  background-color: var(--wp--preset--color--foreground);
}

.full-width {
  max-width: 100% !important;

}

.wp-block-tiptip-hyperlink-group-block a {
  text-decoration: none !important;
}

/* --- WP Block Group - Frame
-------------------------------------------------------- */
.wp-block-group.is-style-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--wp--preset--color--background-light);
  counter-increment: frame;
}

.wp-block-group.is-style-frame .wp-block-image {
  margin: 0;
  height: 100%;
}

.wp-block-group.is-style-frame .wp-block-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.wp-block-group.is-style-frame:hover .wp-block-image img {
  transform: scale(1.06);
}

.wp-block-group.is-style-frame::before {
  content: counter(frame, decimal-leading-zero);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  color: rgba(238, 231, 220, 0.55);
}

.wp-block-group.is-style-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  background: radial-gradient(120% 90% at 50% 40%, var(--wp--preset--color--glow), transparent 60%);
}

.wp-block-group.is-style-frame figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
  margin: 0;
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wp--preset--color--foreground-dark);
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s;
}

.wp-block-group.is-style-frame:hover figcaption,
.wp-block-group.is-style-frame:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
  color: var(--wp--preset--color--foreground);
}
