@charset "UTF-8";
/*
Theme Name: Rhythmic
Theme URI: https://catchthemes.com/themes/rhythmic
Author: Catch Themes
Author URI: https://catchthemes.com
Description: Rhythmic is a clean and modern free music WordPress block theme. This is a full-site editing music theme that comes with many unique customizable features and functionalities. It is a block-based theme perfect for musicians and bands to promote their music and events. The theme is an elegant yet simple design that lets you showcase everything that you have to offer. This theme is fully responsive and retina-ready which makes your music website absolutely beautiful and flawless. All the block patterns are simple and easy to use that lets you drag and drop the blocks easily and build the content. There are 20+ different block patterns, 13 FSE Templates, and 6 Template Parts. Some of the block patterns are Contact, Header Media, Hero Section, Product, Sidebar, Stats, Video Section, 404 Header with Background, Archive Header With Background, 404 Header, Footer, Footer With Four Columns, Post Header, Recent Blog, Search Header With Background, and many more. All the block patterns, templates, and templates parts are fully customizable and responsive. Buy Rhythmic Pro and promote your music.
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rhythmic
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.

Rhythmic is based on Catch FSE WordPress Theme, 2012-2022 Catchthemes.com
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- Block Base
-------------------------------------------------------- */
/* --- 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;
}

a {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none;
  text-transform: capitalize;
}

/*
 * 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--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(0.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
 */
/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Rhythmic. 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,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.banner .wp-block-cover__inner-container,
.slider .wp-block-cover,
.wp-block-group.has-background,
.wp-block-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: 20px 35px;
}

.wp-block-sidebar > * h2,
.wp-block-Rhythmic-pro-featured-content h2,
.wp-block-Rhythmic-featured-content h2,
h2.wp-block-post-title {
  font-family: var(--wp--preset--font-family--roboto);
}

.wp-block-post-meta > *,
.wp-block-post-meta .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--extra-small);
}

.wp-block-post-template .wp-block-post-featured-image {
  margin: 0;
}

.wp-block-post-author__content .wp-block-post-author__name {
  font-weight: var(--wp--custom--typography--font-weight--normal);
}

[class*=wp-container-] .wp-block-columns {
  gap: var(--wp--custom--spacing--column-gap);
}
[class*=wp-container-] .wp-block-columns + .wp-block-columns {
  margin-top: var(--wp--custom--spacing--column-gap);
}

.feature-content-section .wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  gap: var(--wp--custom--spacing--column-gap);
}

pre {
  white-space: pre-wrap;
  padding: 25px;
  box-sizing: border-box;
}

/* --- Block Styles
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-button.is-style-fill .wp-block-button__link:after {
  content: none;
}

.wp-block-button.is-style-Rhythmic-button .wp-block-button__link {
  text-decoration: underline;
}
.wp-block-button.is-style-Rhythmic-button .wp-block-button__link:hover, .wp-block-button.is-style-Rhythmic-button .wp-block-button__link:focus {
  text-decoration: none;
}

[class*=wp-container-] .wp-block-buttons {
  margin-top: 0;
}

.is-style-Rhythmic-button .wp-block-button__link {
  background-color: transparent;
  padding: 0;
}
.is-style-Rhythmic-button .wp-block-button__link:after {
  content: none;
}
.is-style-Rhythmic-button .wp-block-button__link:hover, .is-style-Rhythmic-button .wp-block-button__link:focus {
  background: transparent;
  color: var(--wp--preset--color--hover-color);
  transform: none;
}

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.is-style-Rhythmic-pro-post-author-card,
.is-style-Rhythmic-post-author-card {
  border: 0;
  padding: var(--wp--custom--spacing--extra-small);
}

.is-style-Rhythmic-pro-post-author-card.wp-block-post-author .wp-block-post-author__content,
.is-style-Rhythmic-post-author-card.wp-block-post-author .wp-block-post-author__content {
  padding-left: 10px;
}

.is-style-Rhythmic-pro-post-author-card.wp-block-post-author .wp-block-post-author__bio,
.is-style-Rhythmic-post-author-card.wp-block-post-author .wp-block-post-author__bio {
  font-size: var(--wp--custom--typography--font-size--heading-six);
  line-height: var(--wp--custom--typography--line-height--heading-six);
}

.is-style-Rhythmic-pro-post-author-card.wp-block-post-author .wp-block-post-author__name,
.is-style-Rhythmic-post-author-card.wp-block-post-author .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--title-color);
}

.is-style-Rhythmic-pro-post-author-card.wp-block-post-author .wp-block-post-author__avatar > .avatar,
.is-style-Rhythmic-post-author-card.wp-block-post-author .wp-block-post-author__avatar > .avatar {
  border-radius: 50%;
}

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .commentlist > li > .children > li article,
.comment article,
.wp-block-post-comments.is-style-Rhythmic-post-comments .commentlist > li > .children > li article,
.wp-block-post-comments.is-style-Rhythmic-post-comments .commentlist > li > article {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal);
}

.wp-block-post-comments.is-style-Rhythmic-post-comments .commentlist > li > article {
  padding-top: 0;
}

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

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-author,
.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .fn,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-author,
.wp-block-post-comments.is-style-Rhythmic-post-comments .fn {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-bottom: 7px;
}

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-content,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-content {
  margin-top: 20px;
}

.wp-block-group.wp-block-post-meta {
  gap: 15px;
}

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-metadata,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-metadata {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62;
}

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-metadata a,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-metadata a {
  text-decoration: none;
}

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

.wp-block-post-author__avatar img {
  border-radius: 50%;
  height: clamp(85px, 8vw, 125px);
  width: clamp(85px, 8vw, 125px);
}

.wp-block-post-author__avatar {
  margin-right: clamp(21px, 3vw, 35px);
}

.wp-block-post-author__name,
.wp-block-post-comments .comment-meta .fn,
.comment-author .says {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.entry-meta svg {
  display: none;
}

.comment-metadata,
.comment-metadata .edit-link {
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 8px;
}

.comment-respond {
  padding: clamp(45px, 7vw, 75px);
}
.comment-respond .comment-form input[type=date],
.comment-respond .comment-form input[type=time],
.comment-respond .comment-form input[type=datetime-local],
.comment-respond .comment-form input[type=week],
.comment-respond .comment-form input[type=month],
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email],
.comment-respond .comment-form input[type=url],
.comment-respond .comment-form input[type=password],
.comment-respond .comment-form input[type=search],
.comment-respond .comment-form input[type=tel],
.comment-respond .comment-form input[type=number] {
  border: none;
}

.wp-block-post-comments h3 {
  font-family: var(--wp--preset--font-family--poppins);
}

#comments {
  font-size: var(--wp--preset--font-size--extra-large);
}

.comment-reply-title,
.logged-in-as,
.comment-notes {
  text-align: center;
}

.post-navigation-link__title {
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

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

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .reply,
.wp-block-post-comments.is-style-Rhythmic-post-comments .reply {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .reply a,
.wp-block-post-comments.is-style-Rhythmic-post-comments .reply a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-respond,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-respond {
  margin-top: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--wp-comment-vertical);
  padding-right: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-bottom: var(--wp--custom--spacing--wp-comment-vertical);
  padding-left: var(--wp--custom--spacing--wp-comment-horizontal);
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}

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

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

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

.wp-block-latest-comments.is-style-Rhythmic-pro-latest-comments a,
.wp-block-latest-comments.is-style-Rhythmic-latest-comments a {
  text-decoration: none;
}

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

.wp-block-latest-comments.is-style-Rhythmic-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child,
.wp-block-latest-comments.is-style-Rhythmic-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments.is-style-Rhythmic-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.is-style-Rhythmic-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-top: 20px;
}

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

.comment-body a {
  text-decoration: none;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  width: 65px;
  height: 65px;
}

.wp-block-latest-comments.is-style-Rhythmic-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.is-style-Rhythmic-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  margin-top: 7px;
  font-size: var(--wp--preset--font-size--tiny);
}

.wp-block-latest-comments.is-style-Rhythmic-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author,
.wp-block-latest-comments.is-style-Rhythmic-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 Style
-------------------------------------------------------- */
.wp-block-quote.is-style-Rhythmic-pro-block-quote p,
.wp-block-quote.is-style-Rhythmic-block-quote p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 0;
}

.wp-block-quote.is-style-default,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote:not(.is-style-plain) {
  border: 0;
  position: relative;
  padding: 90px 0 0 0;
}

figure.wp-block-pullquote.alignleft:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-left blockquote {
  margin: 0;
  text-align: left;
}

figure.wp-block-pullquote.alignright:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-right blockquote {
  margin: 0;
  text-align: right;
}

figure.wp-block-pullquote.aligncenter blockquote,
figure.wp-block-pullquote.has-text-align-center blockquote {
  text-align: center;
}

figure.wp-block-pullquote.has-text-align-right {
  border: 0;
  border-right: 4px solid;
}
figure.wp-block-pullquote.has-text-align-right p {
  margin-bottom: 0;
  margin-top: 0;
}

figure.wp-block-pullquote.has-text-align-left {
  border: 0;
  border-left: 4px solid;
}
figure.wp-block-pullquote.has-text-align-left blockquote,
figure.wp-block-pullquote.has-text-align-left p {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-quote.is-style-default.has-text-align-right:before {
  right: 0;
  left: auto;
  transform: none;
}

.wp-block-quote.is-style-default.has-text-align-left:before {
  left: 0;
  transform: none;
}

.wp-block-quote.is-style-default:before,
.wp-block-quote:not(.is-style-plain):before {
  color: var(--wp--preset--color--border-color);
  content: "“";
  display: block;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 116px;
  font-size: 7.25rem;
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  height: 0;
  line-height: var(--wp--custom--typography--line-height--normal);
  position: absolute;
  margin-top: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

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

.wp-block-quote {
  text-align: center;
}

.wp-block-quote.has-text-align-right {
  text-align: right;
}
.wp-block-quote.has-text-align-right:before {
  left: unset;
  right: -28px;
}

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

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

.wp-block-quote.is-style-Rhythmic-pro-block-quote.is-style-large,
.wp-block-quote.is-style-Rhythmic-pro-block-quote.is-large,
.wp-block-quote.is-style-Rhythmic-block-quote.is-style-large,
.wp-block-quote.is-style-Rhythmic-block-quote.is-large {
  color: var(--wp--preset--color--foreground);
}

/* --- WP Block Seperator Style
-------------------------------------------------------- */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  opacity: 1;
  width: 80px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
  width: 80px;
}

.section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-left: 0;
}
.section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
  margin-left: 0;
}

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

.wp-block-pullquote p {
  color: var(--wp--preset--color--foreground);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  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);
  text-transform: none;
}

.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-pullquote.has-text-align-left,
.wp-block[data-align=left] .wp-block-pullquote {
  border-left: 0.25em solid var(--wp--preset--color--border-color);
  padding: 0 0 0 1.75em;
  margin-right: 0;
}

.wp-block-pullquote.alignleft.has-text-align-center,
.wp-block-pullquote.alignright.has-text-align-center {
  border: 0;
  padding: 0;
  border-bottom: 4px solid;
  border-top: 4px solid;
}

.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-right,
.wp-block[data-align=right] .wp-block-pullquote {
  border-right: 0.25em solid var(--wp--preset--color--border-color);
  padding: 0 1.75em 0 0;
  margin-left: 0;
}

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

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

.wp-block-table.is-style-Rhythmic-pro-wp-table thead,
.wp-block-table.is-style-Rhythmic-wp-table thead {
  border-bottom-color: var(--wp--preset--color--border-color);
}

.wp-block-table tfoot {
  border-top-color: var(--wp--preset--color--border-color);
}

.wp-block-table.is-style-Rhythmic-pro-wp-table th,
.wp-block-table.is-style-Rhythmic-wp-table th {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground);
}

.wp-block-table.is-style-Rhythmic-pro-wp-table table,
.wp-block-table.is-style-Rhythmic-wp-table table {
  border: 1px solid var(--wp--preset--color--border-color);
}

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted.is-style-Rhythmic-pro-wp-preformatted,
.wp-block-verse.is-style-Rhythmic-pro-wp-verse,
.wp-block-preformatted.is-style-Rhythmic-wp-preformatted,
.wp-block-verse.is-style-Rhythmic-wp-verse {
  background-color: var(--wp--preset--color--secondary-bg-color);
  box-sizing: border-box;
  font-family: "Courier Prime", monospace;
  padding: var(--wp--custom--spacing--extra-small);
  overflow: auto;
  word-wrap: break-word;
}

/* --- WP Column Block Style
-------------------------------------------------------- */
.wp-block-column {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --- WP Block Search Style
-------------------------------------------------------- */
.wp-block-navigation__submenu-container {
  display: none;
}

button[aria-expandd=true] .wp-block-navigation__submenu-container {
  display: block;
}

.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-site-blocks > * + * {
  margin-block-start: 0;
}

/*
=========================
        Product
=========================
*/
/* --- Block Theme
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
.team-section .wp-block-column:before,
#myBtn:after,
.contact-right-layout a:after,
ins,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button,
.team-section .wp-block-column .wp-block-cover__inner-container,
.swiper-pagination-bullet,
.wc-block-mini-cart__button,
svg,
.wp-block-button__link,
.woocommerce ul.products li.product .button,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
input[type=button],
.tnp.tnp-subscription .tnp-field input[type=submit],
input[type=reset],
input[type=submit],
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
header svg,
.wp-block-social-links a,
.header svg,
.wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce ul.products li.product a h2,
.wp-block-navigation__responsive-container,
.services .wp-block-columns .wp-block-column:not(.section-heading),
.servicess .wp-block-columns .wp-block-column:not(.section-heading),
.wc-block-components-pagination__page,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
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],
textarea,
.fse-slider-wrapper .wp-block-image figcaption,
.tns-nav > button,
.tns-control > button,
.post-navigation-link__label,
.simple-audio-player .simp-playlist ul li span:before,
.simple-audio-player .simp-playlist ul li span,
.swiper-pagination span,
.tnp.tnp-subscription .tnp-field input[type=submit],
.simple-audio-player ul,
.slider-content *,
.wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-navigation .wp-block-navigation__submenu-container li a:before,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

pre {
  background-color: var(--wp--preset--color--secondary);
}

.wp-block-group.wp-block-section .wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--wp-comment-vertical);
}

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

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

.header .wp-block-columns > .site-title-col {
  margin-bottom: 0;
}

.site-section {
  gap: 21px;
}

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

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);
}

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

.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;
}

/* For case study mobile view */
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.case-study-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
  }
}
/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title {
  margin-bottom: 0;
}
.wp-block-site-title a {
  text-decoration: none;
}

.site-title-col .wp-block-site-tagline {
  margin: 0;
}

/* --- Banner WP Block Social Links Style
-------------------------------------------------------- */
.slider .social-icons-list {
  bottom: 55px;
  position: absolute;
  z-index: 1;
}
.slider .social-icons-list a {
  font-size: var(--wp--preset--font-size--upper-heading);
}

/* --- WP Block Navigation Main
-------------------------------------------------------- */
.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 .wp-block-navigation__submenu-container {
  padding: 7px 0;
}
.wp-block-navigation .wp-block-navigation__submenu-container li a {
  position: relative;
}
.wp-block-navigation .wp-block-navigation__submenu-container li a:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.wp-block-navigation .wp-block-navigation__submenu-container li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
}
.wp-block-navigation .wp-block-navigation__submenu-container li a:hover:before {
  width: 9px;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item a:before {
  width: 9px;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  transform: translateX(10px);
  -webki-ttransform: translateX(10px);
  -moz-transform: translateX(10px);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container a {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--normal);
}

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

/* --- Block Navigation Footer
-------------------------------------------------------- */
.wp-block-footer.wp-block-site-generator .wp-block-navigation {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: inherit;
}

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  text-transform: capitalize;
}

/* --- WP Block Button
-------------------------------------------------------- */
.comment-content,
.reply {
  padding-left: clamp(82px, 6vw, 90px);
}

.wp-block-post-comments .commentlist .depth-1.parent {
  padding-left: 0;
}

.wp-block-post-comments input[type=submit] {
  margin-top: clamp(18px, 3.5vw, 24px);
  border: 2px solid var(--wp--preset--color--border-color);
}
.wp-block-post-comments input[type=submit]:focus, .wp-block-post-comments input[type=submit]:hover {
  outline-color: transparent;
}

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

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.tnp.tnp-subscription .tnp-field input[type=submit],
.tnp.tnp-subscription-minimal form {
  border-radius: 45px;
  border: 2px solid;
  overflow: hidden;
  position: relative;
}

.wp-block-button:not(.is-style-Rhythmic-button).is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button:not(.is-style-Rhythmic-button).is-style-outline > .wp-block-button__link:not(.has-text-color):focus {
  border-color: transparent;
}

input[type=button],
input[type=reset],
input[type=submit] {
  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);
  letter-spacing: 0.88px;
  position: relative;
  padding-top: clamp(10px, 3vw, 17px);
  padding-right: clamp(32px, 3vw, 36px);
  padding-bottom: clamp(10px, 3vw, 17px);
  padding-left: clamp(32px, 3vw, 36px);
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.tnp.tnp-subscription .tnp-field input[type=submit] {
  border: 2px solid transparent;
  border-radius: 45px;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--extra-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: relative;
  padding: clamp(10px, 3vw, 15px) clamp(24px, 3vw, 42px);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}

.wp-block-query-pagination-previous:hover, .wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus {
  background: transparent;
}

.tnp.tnp-subscription-minimal input.tnp-submit {
  width: auto;
}

.tnp-subscription-minimal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tnp.tnp-subscription .tnp-field input[type=submit] {
  border: 2px solid;
}
.tnp.tnp-subscription .tnp-field input[type=submit]:hover, .tnp.tnp-subscription .tnp-field input[type=submit]:focus {
  border-color: transparent;
}

.tnp.tnp-subscription-minimal input.tnp-email:focus {
  outline: none;
}

.tnp.tnp-subscription-minimal input.tnp-submit {
  border: 0;
  border-radius: 0 45px 45px 0;
  height: 55px;
  position: relative;
  padding: 0 35px;
  z-index: 1;
}

.tnp.tnp-subscription-minimal input.tnp-email {
  background-color: transparent;
  border: 0;
  height: 55px;
  position: relative;
  z-index: 1;
}

.wp-block-button:not(.is-style-Rhythmic-button) .wp-block-button__link:hover, .wp-block-button:not(.is-style-Rhythmic-button) .wp-block-button__link:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
form.wpcf7-form input[type=submit]:hover,
form.wpcf7-form input[type=submit]:focus,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus {
  box-shadow: 0 29px 38px -25px var(--wp--preset--color--background);
}

.wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus,
form .wpcf7-submit:hover,
form .wpcf7-submit:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.wp-block-button:not(.is-style-Rhythmic-button) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-Rhythmic-button) .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  border: 2px solid;
  background: transparent;
}

.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus {
  border: 2px solid;
  background: transparent;
}

form.wpcf7-form input[type=submit]:hover, form.wpcf7-form input[type=submit]:focus {
  transform: translate(-50%, -10px);
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  border: 2px solid;
  background: transparent;
}

.header-light .wp-block-button__link:hover:after,
.header-light .wp-block-button__link:focus:after,
.wp-block-button__link:hover:after,
.wp-block-button__link:focus:after {
  outline-color: transparent;
}

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

.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  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);
}

.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--foreground);
}

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-date a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: var(--wp--preset--font-size--extra-small);
}

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  color: var(--wp--preset--color--tertiary);
  display: inline-block;
  font-size: var(--wp--preset--font-size--extra-small);
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-transform: capitalize;
}

.single .taxonomy-category.wp-block-post-terms > .wp-block-post-terms__separator,
.single .taxonomy-post_tag.wp-block-post-terms > .wp-block-post-terms__separator {
  display: none;
}

/* --- WP Block Post Navigation Link
-------------------------------------------------------- */
.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  text-transform: uppercase;
  margin-bottom: clamp(10px, 3vw, 17px);
}
.wp-block-post-navigation-link .post-navigation-link__label svg {
  width: 7px;
}

.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-title a {
  text-decoration: none;
}

.wp-block-sidebar .wp-block-widget .wp-block-categories li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  background-image: url(assets/images/folder.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

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

svg.icon {
  fill: var(--wp--preset--color--tertiary);
  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-template > li {
  margin-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
}

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

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

.wp-block-Rhythmic-pro-featured-content .wp-block-image .wp-block-image,
.wp-block-Rhythmic-featured-content .wp-block-image {
  position: relative;
}
.wp-block-Rhythmic-pro-featured-content .wp-block-image .wp-block-image:before,
.wp-block-Rhythmic-featured-content .wp-block-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.wp-block-Rhythmic-pro-featured-content .wp-block-image .wp-block-image:hover:before,
.wp-block-Rhythmic-featured-content .wp-block-image:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

figure.wp-block-post-featured-image {
  position: relative;
}
figure.wp-block-post-featured-image:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  filter: blur(2px);
}
figure.wp-block-post-featured-image:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.wp-block-post-author {
  text-transform: capitalize;
}

/* --- WP Block Quote
-------------------------------------------------------- */
.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-plain,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  padding: 0;
}

.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p,
.wp-block-quote.is-large p {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-family: var(--wp--preset--font-family--poppins);
}

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-quote footer,
.wp-block-quote.is-style-large cite {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--upper-heading);
}

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

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

.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-search {
  background-color: transparent;
  box-shadow: 0 3px 23px -18px rgba(60, 60, 60, 0.52);
  border-radius: 45px;
  padding: 0;
}
.wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: transparent;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 45px;
  box-shadow: 0 3px 23px -18px rgba(60, 60, 60, 0.52);
  padding: 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 20px;
  height: 60px;
  border-radius: 45px 0 0 45px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  cursor: pointer;
  margin: 0;
  border-radius: 0 45px 45px 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-search__no-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 45px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 45px 0 0 45px;
}

/* --- 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],
textarea {
  padding: calc(0.667em + 2px);
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  width: 100%;
  box-sizing: border-box;
}

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],
textarea {
  color: var(--wp--preset--color--body-text);
  border: 1px solid transparent;
  outline: none;
  font-size: var(--wp--preset--font-size--upper-heading);
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid transparent;
}

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,
textarea:focus {
  border-color: var(--wp--preset--color--hover-color);
}

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

/* --- 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-widget-area * {
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal);
}

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

.wp-block-widget-area h2 {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  text-transform: uppercase;
}

.wp-block-post-excerpt__more-text {
  margin-top: clamp(21px, 3vw, 28px);
}

.wp-block-tag-cloud > a {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-decoration: none;
}

.wp-block-widget-area ul {
  list-style: none;
  padding-left: 0;
}

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

.wp-block-widget-area li:before,
.wp-block-widget-area li:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.wp-block-widget-area li:after {
  clear: both;
}

.wp-block-column-sidebar .wp-block-archives-list > li,
.wp-block-column-sidebar .wp-block-categories-list > li {
  text-align: right;
  position: relative;
  padding-left: 25px;
}

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

ul.wp-block-archives,
.wp-block-categories {
  padding-left: 1em;
}

/* --- Block Widget Sidebar
-------------------------------------------------------- */
.wp-block-sidebar > *:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--wp-block-sidebar-widget);
}

.wp-block-sidebar > * h2 {
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 21px;
  padding-bottom: 21px;
}

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

.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 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-footer.wp-block-site-generator {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-top: 0;
  padding-bottom: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--wp--preset--color--secondary);
}

.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 Sections
-------------------------------------------------------- */
.wp-block-section {
  padding-bottom: var(--wp--custom--spacing--section-block-bottom);
  padding-top: var(--wp--custom--spacing--section-block-top);
}

[class*=wp-container-].slider {
  margin-bottom: var(--wp--custom--spacing--section-block-bottom);
}

.wp-block-section.is-style-Rhythmic-pro-padding-0,
.wp-block-section.is-style-Rhythmic-padding-0 {
  padding-bottom: 0;
  padding-top: 0;
}

/* --- Drop Cap
-------------------------------------------------------- */
.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--title-color);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin: 0.15em 0.15em 0 -0.07em;
  font-size: 5em;
}

/* --- WP Block Image
-------------------------------------------------------- */
.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,
[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,
[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 {
  border-color: var(--wp--preset--color--border-color);
}

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

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

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

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

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

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

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

.fse-slider-wrapper .wp-block-image {
  position: relative;
  text-align: center;
}

.fse-slider-wrapper .wp-block-image figcaption {
  bottom: 55px;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--heading-content);
  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%;
  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--background);
  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;
  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--secondary);
  color: var(--wp--preset--color--foreground);
}

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

.tns-nav {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 28px;
}

.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  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-group.section-heading {
  margin-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
  position: relative;
  z-index: 1;
}

.header .wp-block-columns {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.wp-block-categories a,
.wp-block-archives a {
  font-size: var(--wp--preset--font-size--medium);
}

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

.entry-breadcrumbs span.breadcrumb span {
  color: var(--wp--preset--color--body-text);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--extra-small);
  color: #666666;
}
.entry-breadcrumbs span.breadcrumb a {
  color: #666666;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--extra-small);
}

.banner .entry-breadcrumbs span.breadcrumb a {
  color: var(--wp--preset--color--foreground);
}

footer.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}

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

body:not(.wp-admin) .wp-block-section.newsletter-section {
  margin-top: var(--wp--custom--spacing--section-block-top);
}

.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .commentlist > li:last-child > article,
.wp-block-post-comments.is-style-Rhythmic-post-comments .commentlist > li:last-child > article {
  border-bottom: 0;
}

.wp-block-group.banner-without-bg {
  padding-top: var(--wp--custom--spacing--section-block-top);
}

.nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  font-size: 20px;
}

[class*=wp-container-] > .wp-block-group,
.home [class*=wp-container-] > .wp-block-cover,
[class*=wp-container-] > .entry-content {
  margin-top: 0;
}

.wp-block-categories-list,
.wp-block-archives-list {
  text-align: right;
}
.wp-block-categories-list li,
.wp-block-archives-list li {
  font-size: var(--wp--preset--font-size--medium);
}

ins {
  text-decoration: none;
}

.contact-section .wp-block-cover__inner-container {
  text-align: center;
}

.section-heading {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/**
========================================
  Common css for Swiper pagination
========================================
**/
.fse-slider-wrapper .swiper-button.swiper-button-prev:before,
.fse-slider-wrapper .swiper-button.swiper-button-next:before {
  position: absolute;
  content: "";
  box-shadow: inset 0 0 2px 25px var(--wp--preset--color--background);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: 0.1s ease-in-out;
}
.fse-slider-wrapper .swiper-button.swiper-button-prev:hover, .fse-slider-wrapper .swiper-button.swiper-button-prev:focus,
.fse-slider-wrapper .swiper-button.swiper-button-next:hover,
.fse-slider-wrapper .swiper-button.swiper-button-next:focus {
  background-color: transparent;
  transform: scale(1.3) translate(0, -50%);
  -webkit-transform: scale(1.3) translate(0, -50%);
  -moz-transform: scale(1.3) translate(0, -50%);
}
.fse-slider-wrapper .swiper-button.swiper-button-prev:hover:before, .fse-slider-wrapper .swiper-button.swiper-button-prev:focus:before,
.fse-slider-wrapper .swiper-button.swiper-button-next:hover:before,
.fse-slider-wrapper .swiper-button.swiper-button-next:focus:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.swiper-pagination {
  z-index: 1;
}

.swiper-pagination span {
  position: relative;
  height: 15px;
  width: 15px;
  background: transparent;
  box-shadow: inset 0 0 1px 1px #000;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  box-shadow: inset 0 0 1px 20px #000;
}

.fse-slider-wrapper .swiper-button {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.fse-slider-wrapper .swiper-button-next {
  right: 30px;
}
.fse-slider-wrapper .swiper-button-prev {
  left: 30px;
}

[class*=vertical-] .swiper-pagination-bullets.swiper-pagination-vertical {
  bottom: auto;
  top: 50%;
  width: auto;
  display: flex;
  flex-direction: column;
}

[class*=vertical-left-center] .swiper-pagination-bullets.swiper-pagination-vertical {
  left: 30px;
}

[class*=vertical-right-center] .swiper-pagination-bullets.swiper-pagination-vertical {
  right: 30px;
  left: auto;
}

[class*=vertical-right-bottom] .swiper-pagination-bullets.swiper-pagination-vertical {
  right: 30px;
  left: auto;
  bottom: 30px;
  top: auto;
}

[class*=vertical-left-bottom] .swiper-pagination-bullets.swiper-pagination-vertical {
  left: 30px;
  bottom: 30px;
  top: auto;
}

[class*=vertical-left-top] .swiper-pagination-bullets.swiper-pagination-vertical {
  left: 30px;
  top: 10%;
}

[class*=vertical-right-top] .swiper-pagination-bullets.swiper-pagination-vertical {
  right: 30px;
  left: auto;
  top: 10%;
}

button.wp-block-search__button svg {
  transition: none;
}

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

.wp-block-section:nth-child(even):last-child {
  margin-bottom: var(--wp--custom--spacing--section-block-bottom);
}

.wp-block-section:nth-child(even).contact-section,
.wp-block-section:nth-child(even).video-section {
  margin-bottom: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* --- Header
-------------------------------------------------------- */
/* --- WP Block Header
-------------------------------------------------------- */
header,
.header {
  position: static;
  z-index: 9;
}

.header:not(.absolute-header) {
  padding-top: clamp(21px, 2vw, 32px);
  padding-bottom: clamp(21px, 2vw, 32px);
}

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

.wp-block-fse-pro-header-social .social-container {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
}

.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-social .social-container {
  position: absolute;
  right: 0;
  top: auto;
}

.wp-block-fse-pro-header-search button,
.wp-block-fse-pro-header-social button {
  transition: 0.3s ease-in-out;
}
.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-search .social-container,
.wp-block-fse-pro-header-social .search-container,
.wp-block-fse-pro-header-social .social-container {
  background-color: transparent;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
}

.wp-block-fse-pro-header-social .social-container {
  border: 1px solid;
  display: block;
  padding: 10px;
}
.wp-block-fse-pro-header-social .social-container .wp-block-social-links {
  border-radius: 45px;
  padding: 15px;
}

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

html.has-modal-open {
  overflow: auto;
}

.nav-row > .wp-block-group {
  gap: 0;
}

.wp-block-group.nav-row {
  gap: 0;
}

.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-fse-pro-header-social .wp-block-group.social-container {
  margin-top: 20px;
}

.wp-block-group.site-title-section,
.wp-block.site-title-section {
  gap: 0;
}

.wp-block-navigation__container > .wp-block-navigation-item a,
.wp-block-page-list > .wp-block-navigation-item a {
  position: relative;
}

.nav-row .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-only) .wp-block-social-link .wp-block-social-link-anchor:hover svg, .nav-row .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-only) .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  fill: var(--wp--preset--color--foreground);
}

.header svg:hover, .header svg:focus,
.footer svg:hover,
.footer svg:focus {
  fill: var(--wp--preset--color--foreground);
}

.wp-block-social-links.is-style-circle-shape svg,
.wp-block-social-links.is-style-pill-shape svg {
  fill: var(--wp--preset--color--foreground);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li .wp-block-navigation-item__content {
  padding: 7px 13px;
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li .wp-block-navigation-item__content a {
  font-size: var(--wp--preset--font-size--medium);
}

.wp-block-navigation__responsive-container ul.wp-block-navigation__container > li > a {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
}

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

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 9px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-bottom: 10px;
}

[class*=wp-container-].site-section {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item > a {
  margin-bottom: 10px;
}

.header .wp-block-social-links .wp-social-link a,
.header .wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  padding: 9px;
}

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

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

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  margin: 0;
}

.is-menu-open.has-modal-open::-webkit-scrollbar {
  display: none;
}

/* --- Sevices
-------------------------------------------------------- */
.services-section {
  overflow: hidden;
}
.services-section .service-col {
  flex-direction: column;
}
.services-section .service-col .service-content {
  -moz-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  text-align: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.services-section [class*=wp-container-].wp-block-columns {
  gap: 0;
}

.wp-block-column.service-mid-col .service-col {
  flex-direction: column-reverse;
}

.services-section {
  padding-left: 0;
  padding-right: 0;
}
.services-section .service-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.services-section .service-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.services-section .service-content::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--hover-color);
  border-radius: 50px;
}

.services-section.wp-block-section.wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
}

/* --- Featured Content
-------------------------------------------------------- */
.wp-block-Rhythmic-pro-featured-content .wp-block-image,
.wp-block-Rhythmic-featured-content .wp-block-image {
  overflow: hidden;
}

.wp-block-Rhythmic-pro-featured-content .wp-block-image img,
.wp-block-Rhythmic-featured-content .wp-block-image img {
  transition: all 0.5s ease;
}

.wp-block-Rhythmic-pro-featured-content .wp-block-image:hover img,
.wp-block-Rhythmic-featured-content .wp-block-image:hover img {
  filter: blur(0);
  transform: scale(1.05);
}

.wp-block-group.entry-meta {
  gap: 14px;
}

.wp-block-post-template li h2 {
  font-size: var(--wp--preset--font-size--extra-large);
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-block-end: clamp(14px, 2vw, 21px);
}

.wp-block-post-excerpt {
  margin-top: var(--wp--custom--spacing--extra-small);
}

.blog-section .wp-block-post-template,
.wp-block-post-template.alignfull {
  gap: var(--wp--custom--spacing--column-gap);
}

.wp-block-post-template figure {
  margin-bottom: var(--wp--custom--spacing--extra-small);
}

figure a,
.wp-block-post-title a {
  padding: 0;
}

.featured-content-section .wp-block-post-template {
  gap: var(--wp--custom--spacing--column-gap);
}

.wp-block-group.wp-block-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-post-container {
  padding: var(--wp--custom--spacing--wp-comment-horizontal);
}

[class*=wp-container-].blog-section .wp-block-columns {
  gap: clamp(42px, 6vw, 120px);
}

[class*=wp-container-].wp-block-sidebar-on-left,
[class*=wp-container-].swp-block-sidebar-on-right {
  gap: clamp(42px, 6vw, 120px);
  justify-content: space-between;
}

.blog-section .wp-block-columns {
  justify-content: space-between;
}

/* --- Contact
-------------------------------------------------------- */
form.wpcf7-form input:not([type=submit]),
form.wpcf7-form textarea {
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  font-family: var(--wp--preset--font-family--poppins);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.message-input {
  margin-bottom: var(--wp--custom--spacing--section-heading);
  margin-top: 10px;
}

form.wpcf7-form {
  max-width: 920px;
  margin: 0 auto;
}
form.wpcf7-form input[type=submit] {
  border-radius: 45px;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  font-family: var(--wp--preset--font-family--poppins);
}
form.wpcf7-form textarea {
  max-height: 200px;
}

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

.wpcf7-form p > .wpcf7-submit {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  position: absolute;
  -webkit-appearance: none;
}

.contact-section.wp-block-section .wp-block-button.is-style-fill .wp-block-button__link:hover, .contact-section.wp-block-section .wp-block-button.is-style-fill .wp-block-button__link:focus {
  background-color: transparent;
  color: var(--wp--preset--color--foreground-color);
  border-color: var(--wp--preset--color--border-color);
}

.wp-block-section.contact-section .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-section.contact-section .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--wp--preset--color--foreground-color);
}

/* --- Playlist
-------------------------------------------------------- */
.playlist [class*=wp-container-].wp-block-columns {
  gap: var(--wp--custom--spacing--wp-block-sidebar-widget);
}
.playlist .simp-player .simp-display {
  position: relative;
}
.playlist .simp-player .simp-display * {
  z-index: 9;
}
.playlist .simp-player .simp-display .simp-cover > div {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.playlist .simp-player .simp-display:before {
  backdrop-filter: blur(19px);
  box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.5);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.playlist .simp-player .simp-display:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("./assets/images/playlist.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.playlist .simple-audio-player .simp-album {
  padding: clamp(14px, 3vw, 29px) clamp(25px, 3vw, 42px);
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.simple-audio-player {
  background-color: transparent;
  overflow: visible;
  font-size: var(--wp--preset--font-size--normal);
}

.sticky-playlist .simple-audio-player .simp-playlist.simp-hide {
  max-height: 385px;
}

.sticky-playlist .simple-audio-player .simp-playlist.simp-hide ul {
  max-height: 385px;
}

.sticky-playlist .simple-audio-player .simp-playlist ul {
  max-height: 0;
}

.sticky-playlist .simple-audio-player .simp-playlist {
  max-height: 0;
}

.simple-audio-player .simp-playlist ul {
  padding: 0 clamp(28px, 3vw, 42px);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.simple-audio-player .simp-playlist ul .simp-desc {
  font-size: var(--wp--preset--font-size--medium);
}
.simple-audio-player .simp-playlist ul li {
  background: transparent;
  padding: clamp(14px, 3vw, 21px) 0;
}
.simple-audio-player .simp-playlist ul li:not(:last-child) {
  border-bottom: 1px solid;
}
.simple-audio-player .simp-playlist ul li:hover {
  background-color: transparent;
}
.simple-audio-player .simp-playlist ul li span {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  display: block;
  position: relative;
  text-transform: capitalize;
}
.simple-audio-player .simp-playlist ul li span:not(:last-child) {
  margin-bottom: 5px;
}
.simple-audio-player .simp-playlist ul.active {
  background-color: transparent;
}

.simple-audio-player .simp-playlist ul li.simp-active span {
  padding-left: 25px;
}

.simple-audio-player .simp-playlist ul li span:before {
  width: 0;
  perspective-origin: left;
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  top: 13px;
}

.simple-audio-player .simp-playlist ul li.simp-active span:first-child:before {
  width: 18px;
}

.simple-audio-player .simp-controls button:not([disabled]):hover:hover, .simple-audio-player .simp-controls button:not([disabled]):hover:focus {
  background-color: transparent;
}

.simp-title {
  text-transform: capitalize;
}

.simple-audio-player .simp-controls .simp-volume {
  display: none;
}
.simple-audio-player .simp-controls .simp-volume .simp-mute {
  width: 42px;
}

.simple-audio-player .simp-controls button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-audio-player * {
  font-family: var(--wp--preset--font-family--poppins);
}

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

.playlist .simple-audio-player ul {
  max-height: 415px;
}

.simple-audio-player .simp-controls .simp-others .simp-active {
  background-color: transparent;
}

.simple-audio-player ul li .simp-desc {
  opacity: 1;
}

.playlist .simple-audio-player .simp-controls .simp-random {
  display: none;
}

/* --- Sticky Playlist
-------------------------------------------------------- */
.sticky-playlist .simple-audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  bottom: 0;
  left: 0;
  font-size: var(--wp--preset--font-size--tiny);
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 99;
}
.sticky-playlist .simple-audio-player .simp-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
}
.sticky-playlist .simple-audio-player .simp-player .simp-album {
  padding: 0;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-playlist .simple-audio-player .simp-player .simp-album .simp-cover > div {
  height: 70px !important;
  width: 70px !important;
}
.sticky-playlist .simple-audio-player .simp-player .simp-album .simp-title {
  font-weight: var(--wp--custom--typography--font-weight--normal);
  font-size: var(--wp--preset--font-size--tiny);
}
.sticky-playlist .simple-audio-player .simp-player .simp-album .simp-artist {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--foreground);
}
.sticky-playlist .simple-audio-player .simp-controls {
  padding: 0;
  padding-right: 20px;
  width: 100%;
}
.sticky-playlist .simple-audio-player .simp-controls button:hover {
  background-color: transparent;
}
.sticky-playlist .simple-audio-player .simp-controls button.simp-plause {
  left: 28px;
  position: absolute;
  padding: 0;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-playlist .simple-audio-player .simp-controls button.simp-plause svg {
  width: 24px;
}

.start-time,
.simp-slash {
  display: none;
}

.sticky-playlist .simple-audio-player ul {
  margin-top: 0;
}
.sticky-playlist .simple-audio-player .simp-display {
  min-width: 225px;
}
.sticky-playlist .simple-audio-player .simp-prev,
.sticky-playlist .simple-audio-player .simp-next,
.sticky-playlist .simple-audio-player .simp-volume,
.sticky-playlist .simple-audio-player .simp-random {
  display: none;
}

.sticky-playlist.wp-block-section {
  padding: 0;
}

.sticky-playlist .simple-audio-player .simp-controls .simp-volume,
.simple-audio-player .simp-controls .simp-others .simp-shide button.simp-shide-top {
  display: none;
}

.simple-audio-player .simp-controls .simp-others .simp-shide button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simple-audio-player .simp-controls .simp-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-audio-player .simp-controls .simp-others .simp-plext {
  display: none;
}

.simp-cover div:after {
  content: "";
  background: var(--wp--preset--color--background);
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.4;
}

.simp-cover div {
  position: relative;
}

.simple-audio-player {
  max-width: 100%;
}

/* --- Stats
-------------------------------------------------------- */
.stats-section .wp-block-column {
  text-align: center;
}
.stats-section .wp-block-column h2 {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: 1.1;
}
.stats-section .wp-block-column p {
  text-transform: capitalize;
  margin-top: clamp(14px, 3vw, 21px);
}

/* --- Testimonial
-------------------------------------------------------- */
.testimonial-section .fse-slider-wrapper {
  padding: 0 5px;
}
.testimonial-section .swiper-slide {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.testimonial-section .swiper-slide .wp-block-image {
  text-align: left;
}
.testimonial-section .swiper-slide > figure.wp-block-image {
  height: 120px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.testimonial-section .swiper-slide > figure.wp-block-image img {
  height: 100%;
}
.testimonial-section .swiper-slide .testimonial-content {
  padding: var(--wp--custom--spacing--section-heading);
  padding-top: 0;
  margin-top: -77px;
}
.testimonial-section .swiper-slide .testimonial-content > p {
  margin-top: 60px;
  position: relative;
}
.testimonial-section .swiper-slide .testimonial-content > p:after {
  color: var(--wp--preset--color--border-color);
  content: "“";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4.25rem;
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  position: absolute;
  top: -65px;
  left: 0;
}
.testimonial-section .swiper-slide .testimonial-content .author-section {
  margin-top: clamp(21px, 2vw, 28px);
  gap: 7px;
}
.testimonial-section .swiper-slide .testimonial-content .author-section .author-title {
  font-weight: var(--wp--custom--typography--font-weight--bold);
}
.testimonial-section .swiper-slide .testimonial-content .author-section .author-job {
  font-style: italic;
}
.testimonial-section .swiper-slide .testimonial-content .wp-block-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid;
  height: 140px;
  width: 140px;
}

[class*=horizontal-outside-slider-] .swiper-pagination {
  bottom: -11px;
  position: relative;
}

/* --- Events
-------------------------------------------------------- */
.events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper {
  flex-wrap: nowrap;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--custom--spacing--column-gap);
  overflow-x: scroll;
}
.events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper .event-list-description {
  border-right: 0;
  flex-basis: 0;
  margin-left: 0;
  padding: 0;
}
.events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper .hentry {
  min-width: 100%;
  padding: 0;
  position: relative;
}
.events-section #ect-section.ect-section.style-four .events-content-wrapper .entry-container {
  padding: 0;
  background: transparent;
  border: 0;
}
.events-section #ect-section.ect-section.style-four .events-content-wrapper .entry-meta {
  bottom: auto;
  left: 28px;
  height: auto;
  top: 28px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: left;
}
.events-section #ect-section.ect-section.style-four .events-content-wrapper .entry-meta .entry-date {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.events-section #ect-section.ect-section.style-four .events-content-wrapper .entry-meta .date-week-day {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
}
.events-section #ect-section.ect-section.style-four .content-wrapper {
  position: absolute;
  bottom: 0;
  color: var(--wp--preset--color--foreground);
  padding: 35px;
  width: 100%;
}
.events-section #ect-section.ect-section.style-four .content-wrapper .entry-summary {
  margin: 0;
}
.events-section #ect-section.ect-section.style-four .content-wrapper .entry-summary .location p,
.events-section #ect-section.ect-section.style-four .content-wrapper .entry-summary .time p {
  font-size: var(--wp--preset--font-size--medium);
}
.events-section #ect-section.ect-section.style-four .content-wrapper .event-list-description {
  text-align: unset;
}

#ect-section.ect-event .events-content-wrapper .entry-title {
  font-size: var(--wp--preset--font-size--content-heading);
}
#ect-section.ect-event .events-content-wrapper .entry-title a {
  text-decoration: none;
}
#ect-section.ect-event .events-content-wrapper .location p {
  font-size: var(--wp--preset--font-size--medium);
}

.events-section #ect-section.ect-event.style-four .more-button {
  display: none;
}

.events-section [class*=wp-container-].alignwide {
  max-width: 100%;
}

.events-section.wp-block-group {
  padding-right: 0;
  padding-left: 0;
}
.events-section.wp-block-group .section-heading-wrapper {
  display: none;
}

#ect-section.ect-event.style-one .events-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-section #ect-section.ect-section h2 {
  margin: 0;
  font-size: var(--wp--preset--font-size--content-heading);
  text-transform: capitalize;
}
.events-section #ect-section.ect-section .entry-summary {
  margin: 0;
}
.events-section #ect-section.ect-section .entry-summary .location p,
.events-section #ect-section.ect-section .entry-summary .time p {
  font-size: var(--wp--preset--font-size--medium);
  text-transform: capitalize;
}
.events-section #ect-section.ect-section .entry-meta {
  top: 28px;
  left: 28px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: left;
}
.events-section #ect-section.ect-section .entry-meta .entry-date {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.events-section #ect-section.ect-section .entry-meta .date-week-day,
.events-section #ect-section.ect-section .entry-meta .date-month {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
}
.events-section #ect-section.ect-section .entry-meta .date-month {
  display: block;
  margin-top: 5px;
  text-transform: capitalize;
}

.events-section #ect-section.ect-section.style-two .section-content-wrapper {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}
.events-section #ect-section.ect-section.style-two .entry-meta {
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

.events-section .ect-section .ect-wrapper .section-content-wrapper {
  margin: 0;
}

.events-section #ect-section.ect-section.style-two .entry-meta .posted-on {
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.date-month-year {
  line-height: 1;
}

.events-section #ect-section.ect-section .entry-meta {
  top: 0;
  left: 0;
}

.events-section #ect-section.ect-event .events-content-wrapper .entry-meta {
  padding: 14px 13px;
}

.section-content-wrapper::-moz-scrollbar {
  width: 1em;
  height: 5px;
}

.section-content-wrapper::-moz-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.section-content-wrapper::-moz-scrollbar-thumb {
  background-color: var(--wp--preset--color--hover-color);
  border-radius: 50px;
}

.section-content-wrapper::-webkit-scrollbar {
  width: 1em;
  height: 5px;
}

.section-content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.section-content-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--hover-color);
  border-radius: 50px;
}

.ect-section.style-four .events-content-wrapper,
.ect-section.style-four .events-content-wrapper a {
  cursor: url("./assets/images/arrow-drag.png"), auto;
  transition: all 0.2s;
  will-change: transform;
  fill: #fff;
  user-select: none;
}

.events-content-wrapper .service-featured-image {
  pointer-events: none;
}

.events-section.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}

#ect-section.ect-event.style-four .entry-summary :before {
  display: none;
}

.events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper.layout-one .hentry {
  min-width: 100%;
}

#ect-section .post-thumbnail img {
  height: 100%;
  width: 100%;
}

/* --- Product
-------------------------------------------------------- */
.product-section [class*=wp-container-].alignfull {
  padding-left: 0;
  padding-right: 0;
}
.product-section .wc-block-grid .wc-block-grid__product {
  flex: 1 0 100%;
  max-width: 100%;
}
.product-section .wc-block-components-pagination {
  display: none;
}

/* --- Video section
-------------------------------------------------------- */
.video-section {
  position: relative;
}
.video-section .wp-block-cover__inner-container {
  max-width: 1140px;
}
.video-section:before {
  backdrop-filter: blur(9px);
  box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.5);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* --- Slider
-------------------------------------------------------- */
.slider-section .wp-block-cover {
  min-height: 360px;
}
.slider-section .icon-row {
  justify-content: center;
  margin-top: var(--wp--custom--spacing--extra-small);
}
.slider-section .icon-row .wp-block-image {
  width: 22%;
}
.slider-section .slider-content {
  text-align: center;
}
.slider-section .slider-content h2 {
  font-family: var(--wp--preset--font-family--smooch);
}
.slider-section .slider-content h4 {
  margin: 0;
}

.slider-content {
  overflow: hidden;
}
.slider-content h2,
.slider-content h4,
.slider-content .icon-row {
  transform: translateX(-100%);
}
.slider-content h4 {
  transition-delay: 0.1s;
}
.slider-content .icon-row {
  transition-delay: 0.2s;
}

.swiper-slide-active .slider-content {
  overflow: hidden;
}
.swiper-slide-active .slider-content h2,
.swiper-slide-active .slider-content h4,
.swiper-slide-active .slider-content .icon-row {
  transform: translateX(0%);
}

.header-media .slider-content h2,
.header-media .slider-content h4,
.header-media .slider-content .icon-row {
  transform: translateX(0);
}
.header-media .slider-content {
  text-align: center;
}
.header-media .slider-content h2 {
  font-family: var(--wp--preset--font-family--smooch);
}
.header-media .slider-content h4 {
  margin: 0;
}
.header-media .icon-row {
  justify-content: center;
  margin-top: var(--wp--custom--spacing--extra-small);
}
.header-media .icon-row .wp-block-image {
  width: 22%;
}

.header-media.wp-block-section {
  padding-top: clamp(42px, 10vw, 150px);
  padding-bottom: clamp(42px, 10vw, 150px);
}

/* --- Hero Section
-------------------------------------------------------- */
.hero-section .hero-content .wp-block-media-text__content {
  padding: 0;
}
.hero-section .hero-content .wp-block-media-text__content h2 {
  margin-bottom: clamp(14px, 3vw, 28px);
}
.hero-section .hero-content .wp-block-media-text__content p {
  margin-bottom: 0;
}

/* --- Woo
-------------------------------------------------------- */
.woocommerce-ordering select {
  padding: 12px;
}

.woocommerce a {
  text-decoration: none;
}

.woocommerce .single_add_to_cart_button.button.alt:hover, .woocommerce .single_add_to_cart_button.button.alt:focus,
.woocommerce button.button.alt:hover:hover,
.woocommerce button.button.alt:hover:focus {
  transform: none;
  background-color: transparent;
}
.woocommerce button.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  border-radius: 45px;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: var(--wp--preset--font-size--small);
  padding: 18px 15px;
  text-transform: uppercase;
  border: 2px solid transparent;
}
.woocommerce button.button:hover, .woocommerce button.button:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:focus {
  background-color: transparent;
}
.woocommerce span.onsale {
  border: 1px solid;
  z-index: 1;
}
.woocommerce ul.products li.product .button,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt {
  border-radius: 45px;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 18px 15px;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt:focus {
  background-color: transparent;
}
.woocommerce .added_to_cart.wc-forward {
  margin-left: 5px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  border-radius: 8px;
  padding: 15px;
}
.woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.woocommerce table.variations select {
  padding: 15px;
  margin-bottom: 5px;
}
.woocommerce .single_variation_wrap input[type=number],
.woocommerce .quantity .qty,
.woocommerce table.cart td.actions .coupon .input-text {
  padding: 12px;
  border-radius: 0;
}
.woocommerce div.product span.price {
  font-size: var(--wp--preset--font-size--extra-large);
}
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a {
  border-radius: 45px;
  font-size: var(--wp--preset--font-size--small);
  padding: clamp(10px, 3vw, 15px) clamp(32px, 3vw, 42px);
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px;
}
.woocommerce .woocommerce-input-wrapper textarea {
  border-radius: 0;
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--content-heading);
  padding-bottom: 0;
}
.woocommerce .comment-form-comment textarea {
  border-radius: 0;
  min-height: 250px;
}

.select2-container--default .select2-selection--single {
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.wc-block-mini-cart__button {
  cursor: pointer;
  opacity: 1;
  padding: 0;
}
.wc-block-mini-cart__button .wc-block-mini-cart__amount {
  font-size: var(--wp--preset--font-size--medium);
  margin: 0;
}
.wc-block-mini-cart__button span.wc-block-mini-cart__badge {
  font-size: var(--wp--preset--font-size--medium);
  border: 0;
}
.wc-block-mini-cart__button svg.wc-block-mini-cart__icon {
  font-size: 12px;
}

.woocommerce-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  display: none;
}

ul.wc-block-grid__products {
  margin: 0;
}
ul.wc-block-grid__products a,
ul.wc-block-grid__products ins {
  text-decoration: none;
}
ul.wc-block-grid__products .wc-block-grid__product {
  text-align: left;
  flex: auto;
}
ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
  width: 100%;
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: auto;
}

.wc-block-grid__product {
  border: 0;
}

.wc-block-sort-select__select {
  margin-bottom: 20px;
  padding: 12px;
}

.wc-block-sort-select {
  display: flex;
  justify-content: flex-end;
}

a.wc-block-components-product-name {
  text-decoration: none;
}

button.wc-block-pagination-page {
  border-radius: 8px;
  cursor: pointer;
  padding: 15px 20px;
}

.wc-block-components-button:not(.is-link).outlined:hover,
.wc-block-components-button:not(.is-link).outlined:focus {
  border-color: transparent;
}

.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  border-radius: 0;
  min-height: auto;
  min-width: auto;
  text-transform: capitalize;
  top: 20px;
  line-height: 1;
  right: 20px;
  padding: 5px 10px;
}

.wc-block-components-product-sale-badge,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
  box-shadow: none;
}

.wc-block-product-search .wc-block-product-search__button {
  margin: 0;
  border-radius: 0 45px 45px 0;
  padding: 15px;
}
.wc-block-product-search .wc-block-product-search__field {
  border-radius: 45px 0 0 45px;
  padding: 10px;
}

.wc-block-product-search .wc-block-product-search__field input {
  border-radius: 45px 0 0 45px;
}

.components-base-control.wc-block-product-search__field.input-control {
  padding: 0;
}

.wc-block-components-pagination {
  margin-top: 35px;
}

.wc-block-components-pagination__page:not(:last-child) {
  margin-right: 10px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: var(--wp--preset--font-size--content-heading);
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-components-product-button {
  position: absolute;
  bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.wc-block-grid .wc-block-grid__products .wc-block-components-product-button button {
  padding: 10px 15px;
}

.woocommerce button.button[type=submit]:hover, .woocommerce button.button[type=submit]:focus {
  transform: none;
}

.woocommerce .product a.button {
  position: absolute;
  bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  padding: 10px 15px;
}

.wc-block-components-product-image {
  margin-bottom: var(--wp--custom--spacing--wp-block-sidebar);
}

.wc-block-components-product-price span {
  font-size: var(--wp--preset--font-size--upper-heading);
}

/* --- Footer
-------------------------------------------------------- */
.footer .bottom-footer {
  padding-top: var(--wp--custom--spacing--footer-gap);
}

.upper-footer {
  border-top: 1px solid;
  padding-top: var(--wp--custom--spacing--footer-gap);
}
.upper-footer .wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: clamp(21px, 3vw, 35px);
}
.upper-footer .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-weight: var(--wp--custom--typography--font-weight--bold);
}
.upper-footer .footer-title {
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.upper-footer * {
  font-size: var(--wp--preset--font-size--upper-heading);
}

.upper-footer time {
  font-size: 12px;
}

.wp-block-tnp-minimal p {
  margin-bottom: 20px;
}

.footer-title + p a {
  text-decoration: none;
}

.wp-block-latest-posts__list li {
  overflow: hidden;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  max-width: 60px;
  float: left;
  margin-right: 15px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%;
}

.wp-block-site-info .wp-block-social-link-anchor svg {
  font-size: var(--wp--preset--font-size--extra-large);
}

.has-sticky-playlist footer {
  padding-bottom: 70px;
}

.upper-footer ul.wp-block-navigation__container,
.upper-footer ul.wp-block-page-list {
  gap: 0;
  margin-top: -13px;
}

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 600px
-------------------------------------------------------- */
@media screen and (max-width: 37.5em) {
  .header .wp-block-navigation {
    position: unset;
  }

  .wp-block-cover.hero-section {
    flex-direction: column;
  }
  .wp-block-cover.hero-section img.wp-block-cover__image-background {
    position: relative;
  }
}
/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .sticky-playlist .simple-audio-player .simp-prev,
.sticky-playlist .simple-audio-player .simp-next,
.sticky-playlist .simple-audio-player .simp-volume,
.sticky-playlist .simple-audio-player .simp-random {
    display: flex;
  }

  .playlist .simple-audio-player .simp-controls .simp-random {
    display: flex;
  }

  form.wpcf7-form .first-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .hero-section.wp-block-section > .wp-block-cover__image-background {
    left: auto;
    right: 0;
    width: 50%;
  }

  .hero-section .hero-content .wp-block-media-text__content {
    padding: clamp(50px, 8vw, 80px) 0;
    padding-right: 13%;
  }

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

  .nav-row > .wp-block-group {
    gap: 10px;
  }

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

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

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

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

  .wp-block-centered-menu .wp-block-navigation {
    text-align: left;
  }
}
/* --- > 600px
-------------------------------------------------------- */
@media screen and (max-width: 37.5em) {
  .services .section-heading {
    padding: 0;
  }

  .header > .wp-block-group {
    gap: 5px;
  }

  .newsletter-section .wp-block-buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider .has-text-align-right {
    text-align: left;
  }
}
/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .slider-section .wp-block-cover {
    min-height: 450px;
  }

  .events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper.layout-one .hentry {
    min-width: 50%;
  }

  .fse-slider-wrapper .swiper-button-prev {
    left: 30px;
  }

  .simple-audio-player .simp-controls .simp-others .simp-plext {
    display: flex;
  }

  .fse-slider-wrapper .swiper-button-next {
    right: 30px;
  }

  .wp-block-navigation__responsive-container ul.wp-block-navigation__container > li > a {
    margin: 0;
  }

  .wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-social .social-container {
    right: 0;
    width: 400px;
    left: auto;
    transform: none;
  }

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

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

  .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,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.6em);
  }

  .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 {
    width: calc(50% - 1.2em);
  }

  .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;
  }

  .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;
  }

  .rtl .wp-block-fse-pro-header-search .search-container,
.rtl .wp-block-fse-pro-header-social .social-container {
    right: auto;
    left: 0;
  }

  .rtl .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.rtl .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    border-radius: 45px 0 0 45px;
  }

  .rtl .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.rtl .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0 45px 45px 0;
  }
}
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (max-width: 64em) {
  footer a.wp-block-pages-list__item__link.wp-block-navigation-item__content {
    padding: 11px 0;
  }

  .wp-block-footer.wp-block-site-generator p a {
    padding: 13px 0;
  }

  .is-style-Rhythmic-button .wp-block-button__link {
    padding: 10px 0;
  }
}
/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  [class*=wp-container-].site-section {
    gap: 1.5rem;
  }

  .events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper.layout-three .hentry {
    min-width: 33.333%;
  }

  .simple-audio-player svg {
    width: 22px;
  }

  .sticky-playlist .simple-audio-player .simp-controls .simp-volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .simple-audio-player .simp-controls button,
.simple-audio-player .simp-controls .simp-others .simp-shide button {
    width: 32px;
    height: 32px;
  }

  .simple-audio-player .simp-shide-bottom {
    width: 25px;
  }

  .simple-audio-player .simp-controls .simp-volume .simp-mute {
    width: 36px;
  }

  #ect-section.ect-event.style-two .events-content-wrapper .hentry {
    width: 33.33%;
  }

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

  .hero-content .wp-block-columns {
    gap: 70px;
  }

  .slider [class*=vertical-right-] .swiper-pagination,
.slider .horizontal-inside-slider-bottom-right .swiper-pagination,
.slider .horizontal-outside-slider-bottom-right .swiper-pagination {
    right: 50px;
  }

  .slider [class*=vertical-left-] .swiper-pagination {
    left: 50px;
  }

  .header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    right: 0;
  }

  .header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container[aria-hidden=false] {
    left: auto;
    right: -100%;
    max-width: 320px;
  }

  .event-section .wp-block-columns {
    flex-direction: row;
  }
  .event-section .wp-block-columns .wp-block-column:not(:last-child) {
    border-right: 1px solid;
    padding-bottom: 0;
  }
  .event-section .wp-block-columns .wp-block-column {
    border-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 45%;
    padding: 0;
    margin: 0 0 24px;
  }
}
/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .testimonial-section .author-thumbnail figure {
    padding-top: 60px;
    padding-left: 60px;
  }

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

  .wp-block-column.service-mid-col .service-col {
    flex-direction: column;
  }

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

  .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,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.8em);
  }

  .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 {
    width: calc(50% - 1.2em);
  }

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

  .hero-content .hero-title h2 {
    font-size: 220px;
  }
  .hero-content .hero-title h2 mark {
    font-size: 120px;
  }

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

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

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    bottom: 0;
  }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg);
  }
}
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (max-width: 64em) {
  .header .wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-start;
  }
}
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-button {
    transform: translate(-50%, -20px);
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:hover .wc-block-components-product-button, .wc-block-grid .wc-block-grid__products .wc-block-grid__product:focus .wc-block-components-product-button {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .fse-slider-wrapper .swiper-button-next {
    right: -100px;
  }
  .fse-slider-wrapper .swiper-button-prev {
    left: -100px;
  }

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

  .woocommerce .products .product a.button {
    transform: translate(-50%, -20px);
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  .woocommerce .products .product:hover .button, .woocommerce .products .product:focus .button {
    opacity: 1;
    transform: translate(-50%, 0);
  }

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

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item > a {
    margin-bottom: 0;
  }

  .header .wp-block-navigation .wp-block-navigation__container > li > .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 10px 5px;
  }

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

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wp-block-group.nav-row {
    gap: 10px;
  }

  [class*=wp-container-].nav-social {
    display: flex;
  }

  .hero-content .hero-title h2 {
    font-size: 300px;
  }
  .hero-content .hero-title h2 mark {
    font-size: 190px;
    margin-top: -15px;
  }

  .hero-content .section-heading {
    margin-top: 30px;
  }

  .wp-block-fse-pro-popup-video #myBtn {
    height: 70px;
    width: 70px;
  }

  .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: block;
  }

  .wp-block-navigation .wp-block-navigation__submenu-container {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    visibility: hidden;
  }

  .wp-block-navigation-item:hover .wp-block-navigation__submenu-container, .wp-block-navigation-item:focus .wp-block-navigation__submenu-container {
    transform: translateY(0);
  }

  .wp-block-fse-pro-header-social .social-controller {
    display: none;
  }

  .wp-block-fse-pro-header-social .wp-block-group.social-container {
    border: 0;
    display: block !important;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
  }
  .wp-block-fse-pro-header-social .wp-block-group.social-container ul {
    padding: 0;
    background-color: transparent;
  }
}
/* --- > 1200px to 601px
-------------------------------------------------------- */
@media screen and (max-width: 75em) and (min-width: 37.5625em) {
  .wp-block-group .entry-meta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper .hentry {
    min-width: 33%;
  }
}
/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {
  .video-section .wp-block-section {
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .upper-footer ul.wp-block-navigation__container,
.upper-footer ul.wp-block-page-list {
    gap: inherit;
    margin-top: 0;
  }

  .events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper .hentry {
    min-width: 25%;
  }

  .wp-block-navigation li > .wp-block-navigation-item__content:hover, .wp-block-navigation li > .wp-block-navigation-item__content:focus,
.wp-block-navigation__submenu-container a:hover,
.wp-block-navigation__submenu-container a:focus {
    color: var(--wp--preset--color--hover-color);
  }

  .events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper .hentry {
    min-width: 33.333%;
  }

  .slider-section .wp-block-cover {
    min-height: 550px;
  }

  .wp-block-social-link-anchor svg {
    font-size: 16px;
  }

  .wp-block-social-links.is-style-logos-only .wp-social-link a,
.wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor,
.header .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
    padding: 0.25em;
  }

  .wp-block-fse-pro-header-search .search-controller {
    width: 28px;
  }
  .wp-block-fse-pro-header-search .search-controller svg {
    width: 20px;
  }

  .header .nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    font-size: 16px;
  }
}
@media screen and (max-width: 75em) {
  .wp-block-social-link-anchor svg {
    font-size: 16px;
  }

  footer a.wp-block-pages-list__item__link.wp-block-navigation-item__content {
    padding: 11px 0;
  }

  .wp-block-footer.wp-block-site-generator p a {
    padding: 13px 0;
  }

  a:not(.custom-logo-link):not(.wp-block-button__link):not(.wp-block-social-link-anchor) {
    padding: 13px 0;
  }

  .wp-block-site-title a {
    padding: 0;
  }

  .is-style-Rhythmic-button .wp-block-button__link {
    padding: 10px 0;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0;
  }

  .admin-bar button.wp-block-navigation__responsive-container-close {
    top: 20px;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0;
  }
}
/* --- > 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .hero-content .wp-block-columns {
    gap: 120px;
  }

  .playlist .simple-audio-player .simp-controls .simp-volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .testimonial-section .tns-control button.tns-prev span,
.testimonial-section .tns-control button.tns-next span {
    letter-spacing: 5px;
  }

  .vide-section .wp-block-section {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .events-section #ect-section.ect-section.style-four .ect-wrapper .section-content-wrapper .hentry {
    min-width: 19.333%;
  }
}
/* --- > 1400px
-------------------------------------------------------- */
@media screen and (min-width: 87.5em) {
  .slider-section .wp-block-cover {
    min-height: 720px;
  }

  .services-section .service-col .service-content {
    padding: 80px 0;
  }
}
/* --- > 1500px
-------------------------------------------------------- */
@media screen and (min-width: 93.75em) {
  .header.absolute-header .wp-block-columns {
    padding: 0;
  }
}
/* --- > 1920px
-------------------------------------------------------- */
/* --- Block Color
-------------------------------------------------------- */
/* --- Block Color
-------------------------------------------------------- */
/* Foreground color */
.wp-block-post-excerpt__more-link,
ins,
.price ins,
.contact-section .section-heading h2,
.contact-section .section-heading,
.contact-section .wpcf7-form input[type=submit]:hover,
.contact-section .wpcf7-form input[type=submit]:focus,
.contact-section .wpcf7-form input::placeholder,
form.wpcf7-form input[type=submit],
.contact-section .wpcf7-form textarea::placeholder,
.events-section #ect-section.ect-section.style-two .entry-summary,
.events-section #ect-section.ect-section.style-two .content-wrapper h2 a,
.events-section #ect-section.ect-section.style-four .entry-summary,
.events-section #ect-section.ect-section.style-four .content-wrapper h2 a,
.events-section #ect-section.ect-section.style-three .entry-meta .date-week-day,
.events-section #ect-section.ect-section.style-three .entry-meta .date-month,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link).outlined,
.wc-block-components-button:not(.is-link).outlined span,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.wp-block-post-excerpt__more-link,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.woocommerce button.button,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce .woocommerce-message a,
.tnp.tnp-subscription .tnp-field input[type=submit],
.wc-block-product-search .wc-block-product-search__button,
.wp-block-navigation__responsive-container-open,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce ul.products li.product .button,
.wp-block-navigation__responsive-container-close,
.testimonial-section .content:before,
.testimonial-section .author-desc .author-name,
.slider .swiper-pagination span,
.fse-slider-wrapper .swiper-button,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.testimonial-three-columns .wp-block-Rhythmic-pro-testimonial .wp-group-content:before,
.testimonial-three-columns .wp-block-Rhythmic-testimonial .wp-group-content:before,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
.playlist .simple-audio-player .simp-album .simp-title,
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link,
.contact-section input[type=submit],
.contact-section input[type=button],
.contact-section input[type=reset],
.contact-section input[type=date],
.contact-section input[type=time],
.contact-section input[type=datetime-local],
.contact-section input[type=week],
.contact-section input[type=month],
.contact-section input[type=text],
.contact-section input[type=email],
.contact-section input[type=url],
.contact-section input[type=password],
.contact-section input[type=search],
.contact-section input[type=tel],
.contact-section input[type=number],
.contact-section textarea,
.fse-slider-wrapper .swiper-button:hover:after,
.fse-slider-wrapper .swiper-button:focus:after,
.wp-block-button.is-style-fill .wp-block-button__link,
.playlist .simple-audio-player .simp-album .simp-artist {
  color: var(--wp--preset--color--foreground);
}

.testimonial-section .swiper-slide .testimonial-content .wp-block-image img {
  border-color: var(--wp--preset--color--foreground);
}

.nav-row .social-container .wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link .wp-block-social-link-anchor svg:hover, .nav-row .social-container .wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link .wp-block-social-link-anchor svg:focus {
  fill: var(--wp--preset--color--foreground);
}

.sticky-playlist .simp-playlist,
#ect-section.ect-event .events-content-wrapper .entry-meta,
.events-section #ect-section.ect-section.style-four .events-content-wrapper .entry-meta,
.contact-section .wpcf7-form input[type=submit],
.events-section #ect-section.ect-section.style-two .entry-meta .posted-on,
.fse-slider-wrapper .swiper-button {
  background-color: var(--wp--preset--color--foreground);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-quote cite,
.header svg,
.social-controller svg,
.nav-row .wp-block-social-links.is-style-logos-only .wp-block-social-link .wp-block-social-link-anchor svg,
.playlist .simple-audio-player svg,
button.wp-block-search__button svg:hover,
button.wp-block-search__button svg:focus,
.footer .wp-block-navigation__responsive-container-close svg,
.footer .wp-block-navigation__responsive-container-open svg,
.search-controller svg {
  fill: var(--wp--preset--color--background);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.entry-meta a,
.playlist .simp-time span,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus,
.wp-block-button:not(.is-style-Rhythmic-button):not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-Rhythmic-button):not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-latest-posts a,
.fse-slider-wrapper .swiper-button:hover,
.fse-slider-wrapper .swiper-button:focus,
form.wpcf7-form input[type=submit]:hover,
form.wpcf7-form input[type=submit]:focus,
.wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--background);
}

ins {
  background-color: var(--wp--preset--color--background);
}

/* Background color */
.woocommerce nav.woocommerce-pagination ul li span.current,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-post-excerpt__more-link,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.swiper-pagination-bullet:after,
.wp-block-button__link,
.wp-block-button.is-style-fill .wp-block-button__link,
.woocommerce ul.products li.product .button,
.testimonial-section .content:before,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.tnp.tnp-subscription .tnp-field input[type=submit],
.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,
.wp-block-fse-pro-popup-video .content:hover #myBtn:after,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce button.button,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.sticky-playlist .simp-player,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--wp--preset--color--background);
}

/* Tertiary Color */
input[type=button],
input[type=reset],
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],
textarea,
.woocommerce ul.products li.product .price,
.wp-block-categories-list li,
.wp-block-archives-list li,
.content > .video-play:hover span,
del.wc-block-components-product-price__regular,
.wp-block-post-comments.is-style-Rhythmic-post-comments input:not([type=submit]):not([type=checkbox]),
.testimonial-section .author-desc .author-designate,
.comment-form label,
.wpcf7 label,
.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-metadata a,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-metadata a,
a:focus .post-navigation-link__label,
.swiper-slide h6,
.wp-block-site-generator p,
.wp-block-site-generator p a,
.upper-footer time,
.sticky-playlist .simple-audio-player .simp-player .simp-album .simp-title,
.wp-block-post-navigation-link .post-navigation-link__label,
.wp-block-widget-area .wp-block-latest-posts__post-date,
.header-dark .wp-block-navigation .wp-block-navigation-item__content:hover,
.header-dark .wp-block-navigation .wp-block-navigation-item__content:focus {
  color: var(--wp--preset--color--tertiary);
}

[class*=horizontal-outside-slider-] .swiper-pagination span.swiper-pagination-bullet-active,
.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content:before,
.wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before,
.simple-audio-player .simp-playlist ul li.simp-active span:first-child:before {
  background-color: var(--wp--preset--color--hover-color);
}

a:hover svg.icon,
a:focus svg.icon,
.nav-row .wp-block-social-links.is-style-logos-only .wp-block-social-link .wp-block-social-link-anchor svg:hover,
.nav-row .wp-block-social-links.is-style-logos-only .wp-block-social-link .wp-block-social-link-anchor svg:focus,
.simple-audio-player .simp-controls .simp-others .simp-active svg,
.wp-block-navigation__responsive-container-open:hover svg,
.wp-block-navigation ul > li.current-menu-item > .wp-block-navigation-item__content + button svg,
.wp-block-navigation ul > li > .wp-block-navigation-item__content:hover + button svg,
.wp-block-navigation ul > li > .wp-block-navigation-item__content:focus + button svg,
.sticky-playlist .simple-audio-player .simp-controls button:hover svg,
.sticky-playlist .simple-audio-player .simp-controls button:focus svg {
  fill: var(--wp--preset--color--hover-color);
}

.wp-block-navigation ul > li > .wp-block-navigation-item__content:hover + button svg,
.wp-block-navigation > li > .wp-block-navigation-item__content:focus + button svg,
.wp-block-navigation ul > li.current-menu-item > .wp-block-navigation-item__content + button svg {
  stroke: var(--wp--preset--color--hover-color);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg:focus,
.header svg:hover,
.header svg:focus,
.playlist .simple-audio-player svg:hover,
.playlist .simple-audio-player svg:focus,
svg:hover,
svg:focus {
  fill: var(--wp--preset--color--hover-color);
}

.wp-block-post-navigation-link a:hover, .wp-block-post-navigation-link a:focus,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus,
.wp-block-site-title a:hover,
.wp-block-site-title a:focus,
.post-navigation-link__label:hover,
.post-navigation-link__label:focus,
.header-dark .wp-block-button.is-style-Rhythmic-pro-button .wp-block-button__link:hover,
.header-dark .wp-block-button.is-style-Rhythmic-pro-button .wp-block-button__link:focus,
.header-light .wp-block-button.is-style-Rhythmic-pro-button .wp-block-button__link:hover,
.header-light .wp-block-button.is-style-Rhythmic-pro-button .wp-block-button__link:focus,
.wp-block-site-generator p a:hover,
.wp-block-site-generator p a:focus,
.header-dark .wp-block-button.is-style-Rhythmic-button .wp-block-button__link:hover,
.header-dark .wp-block-button.is-style-Rhythmic-button .wp-block-button__link:focus,
.header-light .wp-block-button.is-style-Rhythmic-button .wp-block-button__link:hover,
.header-light .wp-block-button.is-style-Rhythmic-button .wp-block-button__link:focus,
.header-light .wp-block-navigation .wp-block-navigation-item__content:hover,
.header-light .wp-block-navigation .wp-block-navigation-item__content:focus,
ins:hover,
ins:focus,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:hover,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:focus,
.upper-footer .wp-block-latest-posts__list li a:hover,
.upper-footer .wp-block-latest-posts__list li a:focus,
.single .taxonomy-category.wp-block-post-terms > a:hover,
.single .taxonomy-category.wp-block-post-terms > a:focus,
.entry-breadcrumbs span.breadcrumb a:hover,
.entry-breadcrumbs span.breadcrumb a:focus,
.wc-block-mini-cart__button:hover,
.wc-block-mini-cart__button:focus,
.footer-title + p a:hover,
.footer-title + p a:focus,
.events-section #ect-section.ect-section.style-four .content-wrapper h2 a:hover,
.events-section #ect-section.ect-section.style-four .content-wrapper h2 a:focus,
.events-section #ect-section.ect-section.style-two .content-wrapper h2 a:hover,
.events-section #ect-section.ect-section.style-two .content-wrapper h2 a:focus,
.simple-audio-player .simp-playlist ul li:hover,
.simple-audio-player .simp-playlist ul li:focus,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a: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,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.single .taxonomy-post_tag.wp-block-post-terms > a:hover,
.single .taxonomy-post_tag.wp-block-post-terms > a:focus {
  color: var(--wp--preset--color--hover-color);
}

.woocommerce ul.products li.product a:hover h2,
.wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > a,
a:hover .post-navigation-link__label,
.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content,
.simple-audio-player .simp-controls .simp-others .simp-active svg,
.simple-audio-player .simp-playlist ul li.simp-active span,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce ul.products li.product a:focus h2 {
  color: var(--wp--preset--color--hover-color);
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button:not(.is-style-Rhythmic-button) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-Rhythmic-button) .wp-block-button__link:focus {
  border-color: var(--wp--preset--color--hover-color);
}

/* Body Color */
.upper-footer .wp-block-latest-posts__list li a,
.wp-site-blocks figure figcaption,
figure figcaption,
.testimonial-section .author-section p,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-code > code,
.wp-block-post-author__content .wp-block-post-author__name,
.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-pullquote p,
.wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--body-text);
}

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

/* Link hover color */
a:hover, a:focus,
.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-metadata a:focus,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-metadata a:focus,
.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-open:focus,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-close:focus,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-metadata a:focus,
.tnp.tnp-subscription-minimal input.tnp-submit:hover,
.tnp.tnp-subscription-minimal input.tnp-submit:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
form .wpcf7-submit:hover,
form .wpcf7-submit:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.price ins:hover,
.price ins:focus,
.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce .single_add_to_cart_button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt:focus,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus {
  color: var(--wp--preset--color--hover-color);
}

.wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-fill .wp-block-button__link:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus,
form .wpcf7-submit:hover,
form .wpcf7-submit:focus,
form.wpcf7-form input[type=submit]:hover,
form.wpcf7-form input[type=submit]:focus,
form.wpcf7-form input:not([type=submit]):hover,
form.wpcf7-form input:not([type=submit]):focus,
form.wpcf7-form textarea:hover,
form.wpcf7-form textarea: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,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce .single_add_to_cart_button.button.alt:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt:focus,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
  border-color: var(--wp--preset--color--hover-color);
}

/* Border Color */
.upper-footer,
.simple-audio-player .simp-playlist ul li:not(:last-child),
.wc-block-grid__product-onsale,
.woocommerce-info,
.wc-block-product-search .wc-block-product-search__field input,
.wc-block-product-search .wc-block-product-search__field,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper select,
textarea,
select,
.select2-container--default .select2-selection--single,
.woocommerce .quantity .qty,
.woocommerce table.variations select,
.woocommerce-message,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce span.onsale,
form.woocommerce-ordering select,
.wp-block-table td,
.wp-block-table th,
.wp-block-table thead,
.wp-block-section.contact-section .wp-block-button.is-style-outline .wp-block-button__link,
.tnp.tnp-subscription .tnp-field input[type=submit],
.tnp.tnp-subscription-minimal form,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-pullquote.alignleft.has-text-align-center,
.wp-block-pullquote.alignright.has-text-align-center,
figure.wp-block-pullquote.has-text-align-left,
figure.wp-block-pullquote.has-text-align-right,
.wp-block-fse-pro-popup-video #myBtn,
.wp-block-pullquote,
.wp-block-table .has-fixed-layout *,
.wp-block-Rhythmic-pro-testimonial .wp-block-separator,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-Rhythmic-testimonial .wp-block-separator,
.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child),
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.is-style-Rhythmic-pro-post-author-card,
.wp-block-post-comments.is-style-Rhythmic-pro-post-comments .comment-respond,
.wpcf7 form,
.wp-block-post-comments.is-style-Rhythmic-post-comments .comment-respond,
.is-style-Rhythmic-post-author-card,
form.wpcf7-form textarea,
.wpcf7 input:not([type=submit]):not([type=checkbox]),
.wp-block-fse-pro-header-social .social-container,
.wp-block-sidebar > * h2 {
  border-color: var(--wp--preset--color--border-color);
}

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

.tnp.tnp-subscription-minimal input.tnp-submit {
  background-color: var(--wp--preset--color--border-color);
}

.header-light .wp-block-button__link:after {
  outline-color: var(--wp--preset--color--border-color);
}

/* Button Background hover color */
.wp-block-search__button:hover, .wp-block-search__button:focus,
.wc-block-components-button:not(.is-link).outlined:hover,
.wc-block-components-button:not(.is-link).outlined:focus,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-message a:focus,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.tnp.tnp-subscription .tnp-field input[type=submit]:hover,
.tnp.tnp-subscription .tnp-field input[type=submit]: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,
.wc-block-product-search .wc-block-product-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:focus,
.contact-section .wp-block-button.is-style-fill .wp-block-button__link:hover,
.contact-section .wp-block-button.is-style-fill .wp-block-button__link:focus,
.tnp.tnp-subscription-minimal input.tnp-submit:hover,
.tnp.tnp-subscription-minimal input.tnp-submit:focus,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):focus {
  border-color: transparent;
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--secondary-bg-color);
}

.wc-block-components-product-price span,
.upper-footer .wp-block-latest-posts__list time,
.testimonial-section .author-section .author-job {
  color: var(--wp--preset--color--secondary-text-color);
}

.wc-block-components-button:not(.is-link).outlined:hover span,
.wc-block-components-button:not(.is-link).outlined:focus span {
  color: var(--wp--preset--color--background);
}

.wp-block-navigation__container > .wp-block-navigation-item:before,
.wp-block-navigation__container > .wp-block-navigation-item a:before,
.wp-block-page-list > .wp-block-navigation-item:before,
.wp-block-page-list > .wp-block-navigation-item a::before {
  background-color: var(--wp--preset--color--background);
}

/* Secondary Background color */
.wp-block-section:nth-child(even),
.woocommerce span.onsale,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.comment-respond,
.wc-block-grid__product-onsale,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wc-block-mini-cart__button span.wc-block-mini-cart__badge,
pre,
.is-style-Rhythmic-pro-post-author-card,
.is-style-Rhythmic-post-author-card,
.wp-block-tag-cloud > a,
.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-container,
.wp-block-fse-pro-header-social .wp-block-social-links {
  background-color: var(--wp--preset--color--secondary-bg-color);
}

.simp-desc {
  color: var(--wp--preset--color--tertiary);
}

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

/* Title color */
.is-style-Rhythmic-button .wp-block-button__link,
.upper-footer .footer-title,
.tnp.tnp-subscription-minimal input.tnp-submit,
.wp-block-post-title a,
.woocommerce span.onsale,
.contact-section .wp-block-button.is-style-fill .wp-block-button__link,
.is-style-outline .wp-block-button__link,
.tnp.tnp-subscription .tnp-field input[type=submit],
.tnp.tnp-subscription-minimal form,
.wp-block-post-comments .comment-meta .fn,
.comment-author .says,
.wp-block-pullquote cite,
a.comment-reply-link,
.woocommerce div.product span.price,
.wp-block-quote footer,
.wp-block-post-navigation-link a,
.wc-block-components-product-title a,
.wp-block-widget-area .wp-block-latest-posts__list > li > a,
.wp-block-site-title a,
.wp-block-post-title,
.form-submit input[type=submit]:hover,
.form-submit input[type=submit]:focus,
.contact-section .wpcf7-form input[type=submit],
.simple-audio-player .simp-playlist ul li,
.events-section #ect-section.ect-section.style-three .entry-summary,
.events-section #ect-section.ect-section.style-three .content-wrapper h2 a,
.fse-slider-wrapper .swiper-button:after,
.swiper-slide-active h6 {
  color: var(--wp--preset--color--title-color);
}