/*
Theme Name: Catch FSE
Theme URI: https://catchthemes.com/themes/catch-fse
Author: Catch Themes
Author URI: https://catchthemes.com
Description: Catch FSE is a Free Full Site Editing WordPress Theme that comes with a dark and minimal design. The theme suits best for all kinds of websites including blogs and corporate sites. Catch FSE has been built with the help of Twenty Twenty-Two, the default WordPress theme in v5.9. You can easily start building your content with the intuitive drag and drop interface using block patterns. It is a block-based theme and the theme is built in accordance of Full Site Editing features introduced in WordPress 5.9. It means that all the aspects including colors, typography, and the layout of every single page/post on your site can be customized to suit your need. With clean typography and simple design, Catch FSE helps in making your site unique among others. The theme comes with 15 different block patterns, 15 FSE Templates, and 9 Template Parts to help you build your custom corporate site the way you want. Also, using the custom blocks available in the theme, Catch FSE comes with different block patterns. For instance, About Us, Call to Action (CTA), Featured Content, Header Media, Header with Buttons, 404 Header, Archive Header, Default Footer, Footer Three Columns, Default Header, Post Header, Recent Blog with Sidebar, and Search Header. All of the blocks, block patterns, templates, and template parts in Catch FSE are fully responsive, adapt flawlessly to all screen sizes, and are highly customizable. Download Catch FSE today and start building your site with blocks!
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catch-fse
Tags: blog, 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.

Catch FSE is based on Twenty Twenty-Two WordPress Theme, 2021-2022 WordPress.org.
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# 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:hover,
a:focus {
  text-decoration-style: dashed; }

a:active {
  text-decoration: none; }

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

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

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

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

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

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

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

/* --- Block Styles
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-button.is-style-catch-fse-button .wp-block-button__link {
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0;
  padding: 0; }

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

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--body-text); }

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.is-style-catch-fse-post-author-card {
  background-color: var(--wp--preset--color--secondary);
  padding: var(--wp--custom--spacing--extra-small); }

.is-style-catch-fse-post-author-card.wp-block-post-author .wp-block-post-author__content {
  padding-left: 10px; }

.is-style-catch-fse-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-catch-fse-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--foreground); }

.is-style-catch-fse-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-catch-fse-post-comments .commentlist > li > .children > li article,
.wp-block-post-comments.is-style-catch-fse-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-catch-fse-post-comments .commentlist .comment-body > *:last-child,
.wp-block-post-comments.is-style-catch-fse-post-comments .comment-respond > *:last-child,
.wp-block-post-comments.is-style-catch-fse-post-comments .comment-respond .comment-form > *:last-child,
.wp-block-post-comments.is-style-catch-fse-post-comments .comment-respond .comment-form > P:last-of-type {
  margin-bottom: 0; }

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

.wp-block-post-comments.is-style-catch-fse-post-comments .comment-content {
  margin-top: 20px; }

.wp-block-post-comments.is-style-catch-fse-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-catch-fse-post-comments .comment-metadata a {
  text-decoration: none;
  color: var(--wp--preset--color--body-text); }

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

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

.wp-block-post-comments.is-style-catch-fse-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-catch-fse-post-comments .comment-respond {
  background-color: var(--wp--preset--color--secondary);
  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); }

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

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

.wp-block-post-comments.is-style-catch-fse-post-comments textarea,
.wp-block-post-comments.is-style-catch-fse-post-comments input:not([type="submit"]):not([type="checkbox"]) {
  background-color: var(--wp--preset--color--primary);
  border: 0;
  color: var(--wp--preset--color--body-text); }

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

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

.wp-block-latest-comments.is-style-catch-fse-latest-comments a {
  text-decoration: none; }

.wp-block-latest-comments.is-style-catch-fse-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-catch-fse-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child {
  margin-bottom: 0; }

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

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

.wp-block-latest-comments.is-style-catch-fse-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-catch-fse-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-catch-fse-block-quote,
.wp-block-quote.is-style-catch-fse-block-quote.has-text-align-left,
.wp-block-quote.is-style-catch-fse-block-quote.has-text-align-right,
.wp-block-quote.is-style-catch-fse-block-quote.has-text-align-center {
  border: 0;
  position: relative;
  padding: 75px 0 0 0; }

.wp-block-quote.is-style-catch-fse-block-quote:before {
  color: var(--wp--preset--color--text-link);
  content: "\201C";
  display: block;
  float: left;
  font-family: Georgia;
  font-size: 84px;
  font-size: 5.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; }

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

.wp-block-quote.is-style-catch-fse-block-quote.has-text-align-right:before {
  left: unset;
  right: 0; }

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

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

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

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

.wp-block-pullquote.is-style-catch-fse-pullquote blockquote {
  margin: 0; }

.wp-block-pullquote.is-style-catch-fse-pullquote 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-pullquote.is-style-catch-fse-pullquote cite,
.wp-block-pullquote.is-style-catch-fse-pullquote footer,
.wp-block-pullquote.is-style-catch-fse-pullquote .wp-block-pullquote__citation {
  font-size: var(--wp--preset--font-size--small);
  text-transform: none; }

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

.wp-block-pullquote.is-style-catch-fse-pullquote.alignleft,
.wp-block[data-align="left"] .wp-block-pullquote.is-style-catch-fse-pullquote {
  border-left: 0.25em solid var(--wp--preset--color--text-link);
  padding: 0 0 0 1.75em; }

.wp-block-pullquote.is-style-catch-fse-pullquote.alignright,
.wp-block[data-align="right"] .wp-block-pullquote.is-style-catch-fse-pullquote {
  border-right: 0.25em solid var(--wp--preset--color--text-link);
  padding: 0 1.75em 0 0; }

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

.wp-block-table.is-style-catch-fse-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-catch-fse-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-catch-fse-wp-table th {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground); }

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

.wp-block-table.is-style-catch-fse-wp-table td {
  border-bottom: 0;
  border-top: 0; }

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

/* --- Block Theme
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img {
  transition: all 0.5s ease; }

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

.wp-block-columns > .wp-block-column {
  margin-bottom: var(--wp--style--block-gap, 2em); }

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

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

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

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

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

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

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

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

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

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

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

.page-template-front .wp-site-blocks main {
  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 Header
-------------------------------------------------------- */
header .wp-block-buttons .is-style-outline > :where(.wp-block-button__link),
header .wp-block-buttons :where(.wp-block-button__link).is-style-outline {
  padding: 9px 21px; }

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

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

/* --- 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 a {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.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
-------------------------------------------------------- */
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: var(--wp--preset--gradient--horizontal-rose-to-bean-red);
  border: 0;
  border-radius: 28px;
  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);
  padding-top: max(0.7rem, 0.75vw);
  padding-right: max(1.5rem, 1.85vw);
  padding-bottom: max(0.7rem, 0.75vw);
  padding-left: max(1.5rem, 1.85vw);
  text-transform: uppercase;
  text-decoration: none; }

.wp-block-query-pagination-previous:hover, .wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link: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 {
  opacity: 0.90; }

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

.wp-block-button__link {
  transition: all .3s ease-in-out; }

.wp-block-button__link:hover,
.wp-block-button__link:focus {
  border-color: transparent;
  background: var(--wp--preset--gradient--horizontal-bean-red-to-rose);
  opacity: 1; }

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

.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  color: var(--wp--preset--color--body-text);
  display: flex;
  align-items: 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);
  background: var(--wp--preset--gradient--horizontal-rose-to-bean-red); }

/* --- 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 {
  color: var(--wp--preset--color--body-text);
  text-decoration: none; }

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  margin-right: 7px;
  padding: 4px 14px; }

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

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

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

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

.wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-right: 7px; }

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-title a {
  text-decoration: none; }

.wp-block-post-template > li .wp-block-post-container {
  background-color: var(--wp--preset--color--secondary);
  margin-top: 0;
  padding: var(--wp--custom--spacing--wp-post); }

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

svg.icon {
  fill: var(--wp--preset--color--body-text);
  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-excerpt__more-link {
  margin-top: 8px; }

.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 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  transform: scale(1.05); }

.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.is-large p {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

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

.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: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  padding: 14px; }

.wp-block-search__input {
  background-color: var(--wp--preset--color--primary);
  border: 0;
  color: var(--wp--preset--color--body-text);
  padding: 10px 14px; }

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

.wp-block-search__button {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  padding: 10px 20px; }

/* --- 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 {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: 0;
  color: var(--wp--preset--color--body-text);
  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); }

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--border-color);
  color: var(--wp--preset--color--foreground); }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 10px;
  border-color: var(--wp--preset--color--border-color); }

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

.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--bold);
  text-transform: uppercase; }

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

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

ul.wp-block-archives,
.wp-block-categories ul {
  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 {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.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);
  padding-bottom: 28px;
  padding-top: 28px; }

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

.wp-block-section.is-style-catch-fse-padding-0 {
  padding-bottom: 0;
  padding-top: 0; }

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

/* --- Drop Cap
-------------------------------------------------------- */
.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--foreground);
  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,
.wp-block-pullquote.alignleft,
.wp-block[data-align="left"] > .wp-block-pullquote,
[data-align="left"] > .wp-block-cover,
.wp-block-embed.alignleft,
.wp-block[data-align="left"] > .wp-block-embed {
  margin-right: 2em !important;
  margin-bottom: 1.5em; }

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

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

/* --- WP Block Firgcaption
-------------------------------------------------------- */
.wp-site-blocks figure figcaption,
figure figcaption {
  color: var(--wp--preset--color--body-text);
  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%;
  transition: all 0.5s ease;
  padding: 15px;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- Block Logo
-------------------------------------------------------- */
/* --- Block Logo
-------------------------------------------------------- */
.logo-columns figure.wp-block-image {
  margin-bottom: 0;
  text-align: center;
  margin-top: 0; }

/* --- Block Pricing
-------------------------------------------------------- */
/* --- Block Pricing
-------------------------------------------------------- */
.pricing-columns .wp-block-column {
  color: var(--wp--preset--color--foreground);
  padding-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-top: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-left: var(--wp--custom--spacing--wp-post);
  padding-right: var(--wp--custom--spacing--wp-post);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pricing-columns .wp-block-column ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: var(--wp--custom--spacing--section-pricing-content);
  margin-top: var(--wp--custom--spacing--section-pricing-content); }

.pricing-columns .wp-block-column ul li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative; }

.pricing-columns .wp-block-column ul li:before {
  content: "\2713";
  left: 0;
  font-weight: 700;
  position: absolute; }

.pricing-columns:not(.pricing-two-columns) .package-amount {
  font-size: var(--wp--custom--typography--font-size--heading-two); }

.pricing-columns h2 > span:not(.package-month),
.pricing-columns .package-amount {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.pricing-columns:not(.pricing-two-columns):not(.pricing-three-columns).wp-block-columns > .wp-block-column.popular-package {
  position: relative; }

.pricing-columns:not(.pricing-two-columns):not(.pricing-three-columns).wp-block-columns > .wp-block-column.popular-package:before {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  content: "Popular";
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px var(--wp--custom--spacing--extra-small);
  text-transform: uppercase; }

/* --- Block Pricing Two
-------------------------------------------------------- */
.pricing-columns.pricing-two-columns .wp-block-column {
  padding-bottom: var(--wp--custom--spacing--wp-comment-vertical);
  padding-top: var(--wp--custom--spacing--wp-comment-vertical); }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column,
.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color); }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column.popular-package {
  border: 1px solid var(--wp--preset--color--text-link); }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column.popular-package {
  position: relative; }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column.popular-package:before {
  /* background: var(--wp--preset--color--text-link); */
  color: var(--wp--preset--color--foreground);
  content: '\2605';
  /* Full star in UTF-8 */
  font-size: 24px;
  position: absolute;
  top: -5px;
  left: 5px;
  z-index: 1; }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column.popular-package:after {
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 0; }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column.popular-package:after {
  border-style: solid;
  border-width: 0 0 60px 60px;
  height: 0;
  width: 0; }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column.popular-package:after {
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: var(--wp--preset--color--text-link); }

.pricing-two-columns .pricing-label {
  display: inline-block; }

.pricing-two-columns .pricing-label:after {
  content: "";
  border-left: 1px solid red; }

.pricing-two-columns .wp-block-pricing-label {
  flex-wrap: nowrap;
  --wp--style--block-gap: 0; }

.wp-block-pricing-label .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 15%;
  width: 100%; }

.pricing-columns h2 > span:not(.package-month) {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

/* --- Block Pricing Three
-------------------------------------------------------- */
.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column {
  padding: 0; }

.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column > h5,
.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column > h2 {
  padding: var(--wp--custom--spacing--extra-small);
  margin: 0; }

.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column > h2 {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  position: relative; }

.pricing-columns > .wp-block-column > h2 {
  white-space: nowrap !important; }

.pricing-text {
  width: 100%; }

.pricing-columns.pricing-three-columns .wp-block-column ul {
  margin-bottom: var(--wp--custom--spacing--section-pricing-content);
  margin-top: 0; }

.pricing-content {
  padding-bottom: var(--wp--custom--spacing--wp-comment-vertical);
  padding-top: var(--wp--custom--spacing--wp-comment-vertical);
  padding-left: var(--wp--custom--spacing--wp-post);
  padding-right: var(--wp--custom--spacing--wp-post); }

.pricing-columns.pricing-three-columns .package-amount,
.pricing-columns.pricing-three-columns h2 > span:not(.package-month) {
  font-size: clamp(32px, 2.4vw, 42px); }

.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column.popular-package > h5,
.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column.popular-package > h2 {
  background: var(--wp--preset--gradient--horizontal-rose-to-bean-red);
  color: var(--wp--preset--color--foreground); }

.pricing-columns.pricing-three-columns.wp-block-columns > .wp-block-column.popular-package > h2:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--wp--preset--color--foreground);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25; }

/* --- Block Sevices
-------------------------------------------------------- */
/* --- Service Default
-------------------------------------------------------- */
.wp-block-columns.service-columns > .wp-block-column {
  border-radius: 11px;
  padding-bottom: var(--wp--custom--spacing--wp-post);
  padding-top: var(--wp--custom--spacing--wp-post);
  padding-left: var(--wp--custom--spacing--normal);
  padding-right: var(--wp--custom--spacing--normal);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* --- Service Two
-------------------------------------------------------- */
.service-two-columns .wp-block-image img {
  width: 100px;
  height: 100px; }

/* --- Service Three
-------------------------------------------------------- */
.wp-block-columns.service-three-columns.wp-block-columns > .wp-block-column,
.wp-block-columns.service-four-columns.wp-block-columns > .wp-block-column {
  background-color: transparent;
  padding: 0; }

.service-three-columns .wp-block-image {
  margin-bottom: 0;
  margin-top: 0; }

/* --- Block Featured Content
-------------------------------------------------------- */
/* --- Featured Content Two
-------------------------------------------------------- */
.wp-block-columns.featured-content-two-columns .wp-block-catch-fse-featured-content .wp-block-image {
  margin-bottom: 0; }

/* --- Featured Content Three
-------------------------------------------------------- */
.wp-block-columns.featured-content-three-columns .wp-block-catch-fse-featured-content .wp-block-image {
  margin-bottom: 0; }

.wp-block-catch-fse-featured-content {
  position: relative;
  overflow: hidden; }

.wp-block-featured-content {
  background-image: linear-gradient(-180deg, transparent 15%, #000 130%);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition-duration: 1s; }

.wp-block-catch-fse-featured-content:hover .wp-block-featured-content {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0); }

.wp-block-catch-fse-featured-content .wp-block-image {
  overflow: hidden; }

.wp-block-catch-fse-featured-content .wp-block-image img {
  transition: all 0.5s ease; }

.wp-block-catch-fse-featured-content .wp-block-image:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  transform: scale(1.1); }

/* --- Block Testimonial
-------------------------------------------------------- */
/* --- Block Testimonial Default
-------------------------------------------------------- */
.wp-block-catch-fse-testimonial .wp-block-column > h2 {
  margin-bottom: 0; }

.wp-block-catch-fse-testimonial .wp-group-content {
  padding-top: 80px;
  position: relative; }

.wp-block-catch-fse-testimonial .wp-group-content h2 {
  margin-bottom: 7px; }

.wp-block-catch-fse-testimonial .wp-group-author figure img {
  width: 100px; }

.wp-block-catch-fse-testimonial .wp-group-author .wp-block-columns > .wp-block-column:not(:last-child) {
  max-width: 100px; }

.wp-block-catch-fse-testimonial.wp-block-section .wp-group-author figure {
  margin-bottom: 14px; }

/* Testimonial Quote */
.wp-block-catch-fse-testimonial .wp-group-content:before {
  content: "\201D";
  font-size: 170px;
  font-size: 10.625rem;
  font-family: Arial;
  position: absolute;
  top: 0;
  line-height: 1;
  left: -7px;
  width: 100%; }

/* Testimonial Divider */
.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-dots) {
  color: transparent;
  display: flex;
  height: 1em;
  overflow: hidden;
  position: relative; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-dots):before,
.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-dots):after {
  background: currentColor;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: inherit;
  content: "";
  transform-origin: 100% calc(100% - 1px); }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-dots):before {
  border-right-width: 1px;
  transform: skewX(45deg);
  width: 50px; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-dots):after {
  border-left-width: 1px;
  transform: skewX(-45deg);
  width: calc( 100% - 50px ); }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-dots).is-style-default:before,
.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-dots).is-style-default:after {
  width: 50%; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-left: unset; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator.is-style-dots::before {
  padding-left: 0; }

.wp-group-author .wp-block-column > p {
  margin: 0; }

/* hr overwrite for Testimonial Section */
body .wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial .wp-block-separator {
  width: 100%;
  border-bottom: none;
  opacity: 1;
  background-color: transparent;
  margin-top: 1.5em;
  box-sizing: border-box; }

/* For Editor Style - hr style*/
.wp-block-catch-fse-testimonial .wp-block-separator:after {
  position: inherit; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-catch-fse-testimonial {
  max-width: 600px; }

/* --- Block Testimonial Two
-------------------------------------------------------- */
.wp-group-author .wp-block-image {
  margin-bottom: 0;
  margin-top: 0; }

.wp-block-columns.testimonial-two-columns .wp-group-author figure.wp-block-image {
  margin-top: 14px; }

.wp-block-columns.testimonial-two-columns .wp-block-column .wp-group-content {
  padding-bottom: var(--wp--custom--spacing--testimonial-inner-gap);
  padding-left: var(--wp--custom--spacing--testimonial-inner-gap);
  padding-right: var(--wp--custom--spacing--testimonial-inner-gap);
  padding-top: 105px; }

.wp-block-columns.testimonial-two-columns .wp-block-catch-fse-testimonial .wp-group-content:before {
  left: unset;
  top: 22px; }

.wp-block-columns.testimonial-two-columns .wp-block-catch-fse-testimonial .wp-group-content:after {
  content: "";
  display: inline-block;
  left: 35px;
  position: absolute;
  bottom: -14px;
  top: unset;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.wp-block-columns.testimonial-two-columns .wp-block-catch-fse-testimonial .wp-group-content:after {
  border-style: solid;
  border-width: 0 0 30px 30px;
  height: 0;
  width: 0; }

.wp-block-columns.testimonial-two-columns .wp-block-catch-fse-testimonial .wp-group-content:after {
  border-color: transparent;
  border-bottom-color: var(--wp--preset--color--secondary); }

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

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

/* --- Block Testimonial Three
-------------------------------------------------------- */
.wp-block-columns.testimonial-columns.testimonial-three-columns {
  padding-bottom: 60px; }

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

.testimonial-three-columns .wp-block-catch-fse-testimonial .wp-group-author figure img {
  border: 10px solid var(--wp--preset--color--tertiary); }

.testimonial-three-columns .wp-block-catch-fse-testimonial .wp-group-content:before {
  font-size: 75px;
  font-size: 4.6875rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  height: 50px;
  width: 50px;
  line-height: 90px;
  border-radius: 50%; }

.testimonial-three-columns .wp-block-catch-fse-testimonial {
  padding: var(--wp--custom--spacing--testimonial-inner-gap); }

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .post-navigation-link-next {
    margin-top: 0; }

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

  header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 10px 5px; }

  header .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.5em 1em; }

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

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

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

  .wp-block-centered-menu .wp-block-navigation {
    text-align: left; } }
/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 8% 0 8%; }

  .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; } }
/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar); }

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

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

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

  /* 	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg,
  	.wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
  		transform: rotate(-270deg);
  	} */ }
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .content > .video-play > span {
    padding-left: 14px; }

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

  .wp-block-columns.testimonial-two-columns .wp-block-catch-fse-testimonial .wp-group-content:after {
    left: 75px; } }
/* --- Block Color
-------------------------------------------------------- */
/* --- Block Color
-------------------------------------------------------- */
/* Foreground color */
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item__content: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 {
  color: var(--wp--preset--color--foreground); }

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

/* Primary color */
.wp-block-section:nth-child(2n),
.block-editor-block-list__layout > .wp-block:nth-child(2n) > .wp-block-section,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--primary); }

/* Secondary Color */
.wp-block-tag-cloud > a,
.service-columns.wp-block-columns > .wp-block-column,
.pricing-columns.wp-block-columns > .wp-block-column {
  background-color: var(--wp--preset--color--secondary); }

/* Body color */
.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date,
.wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--body-text); }

/* Link color */
a:hover, a:focus,
.wp-block-post a:hover,
.wp-block-post 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,
.single .taxonomy-category.wp-block-post-terms > a:hover,
.single .taxonomy-category.wp-block-post-terms > a:focus,
.single .taxonomy-post_tag.wp-block-post-terms > a:hover,
.single .taxonomy-post_tag.wp-block-post-terms > a:focus,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-metadata a:focus,
.wp-block-button.is-style-catch-fse-button .wp-block-button__link:hover,
.wp-block-button.is-style-catch-fse-button .wp-block-button__link: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--text-link); }

.wp-block-catch-fse-testimonial .wp-group-content:before,
.content > .video-play:hover span {
  color: var(--wp--preset--color--text-link); }

a:hover svg.icon,
a:focus svg.icon,
.content > .video-play:hover svg {
  fill: var(--wp--preset--color--text-link); }

/* Border Color */
.wp-block-catch-fse-testimonial .wp-block-separator,
.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child),
.wp-block-sidebar > * h2 {
  border-color: var(--wp--preset--color--border-color); }

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