/*
Theme Name: BizBoost
Theme URI: https://catchthemes.com/themes/bizboost
Author: Catch Themes
Author URI: https://catchthemes.com
Description: BizBoost is a free multipurpose corporate WordPress Block theme that comes with a dark and minimal design. The block-based theme is beautifully crafted for all kinds of businesses who want to promote their business online. This theme is ideal for building corporate, blog, portfolio, eCommerce, freelance, and many more websites. This outstanding corporate theme can adapt to any market niche and provides an intuitive interface. It comes with many amazing features that help your company to shine in the business field. BizBoost is a simple and clean yet feature-rich multipurpose block theme that provides a flexible framework for any website. Moreover, the theme comes with 12+ block patterns, 15 FSE Template, and 8 Template Parts that help you to build an amazing corporate site the way you want. Some of the block patterns are Featured Content, Footer with Three Columns, Footer, Header Has Nav Centered, Header Media No Image, Header, Hero Content, Recent Products, Promotional Contact, Recent Blog Posts, Stats, Sidebar Products, and many more. All of the block patterns, templates, and template parts in BizBoost adapt to all screen sizes and are fully responsive and highly customizable.
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.0.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizboost
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.

BizBoost is based on Catch FSE WordPress Theme, 2012-2023 Catchthemes.com
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- 1
-------------------------------------------------------- */
/* --- Block Base (from 2022 wordpress default)
-------------------------------------------------------- */
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

a:hover,
a:focus {
  text-decoration: underline;
  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-button) .wp-block-button__link:hover {
  opacity: 1; }

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * BizBoost Pro. 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); }

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

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

:root {
  overflow-x: hidden; }

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

/* End */
/* --- 2
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Group Style
-------------------------------------------------------- */
.wp-block-section.is-style-padding-0 {
  padding-bottom: 0;
  padding-top: 0; }

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

/* --- WP Block Button Style
-------------------------------------------------------- */
.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) {
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }

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

.wp-block-post-author .wp-block-post-author__name,
.wp-block-post-author .wp-block-post-author__bio {
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-four); }

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

.wp-block-post-author .wp-block-post-author__bio {
  font-weight: var(--wp--custom--typography--font-weight--regular);
  text-transform: none; }

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

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

.commentlist {
  padding-left: 0; }

.commentlist li {
  list-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-post-comments .comment-respond {
  margin-top: var(--wp--custom--spacing--normal); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- WP Block Quote
-------------------------------------------------------- */
.wp-block-quote,
.wp-block-quote.is-style-plain,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  border-bottom: 1px dashed var(--wp--preset--color--border-color);
  border-top: 1px dashed var(--wp--preset--color--border-color); }

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

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

.wp-block-quote,
.wp-block-quote.has-text-align-left {
  padding-right: clamp(35px, 3.5vw, 49px);
  padding-left: 0; }

.wp-block-quote.has-text-align-right {
  padding-left: clamp(35px, 3.5vw, 49px);
  padding-right: 0; }

.wp-block-quote.has-text-align-center {
  padding-top: 63px;
  padding-left: 0;
  padding-right: 0; }

.wp-block-quote:before {
  color: var(--wp--preset--color--body-text);
  content: "\201D";
  display: block;
  float: left;
  font-size: 100px;
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--light);
  height: 0;
  line-height: 1;
  position: absolute;
  margin-top: 5px;
  right: 0; }

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

.wp-block-quote.has-text-align-right:before {
  left: 0;
  right: auto;
  content: "\201C"; }

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

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

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

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

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

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

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

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

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

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

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

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  text-transform: capitalize;
  font-weight: var(--wp--custom--typography--font-weight--bold); }

/* --- 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.166666em 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- 3
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
body {
  overflow-x: hidden; }

a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img,
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-search__button,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  transition: all 0.5s ease; }

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

.wp-block-section .wp-block-group-heading h2 {
  font-size: var(--wp--custom--typography--font-size--heading-two);
  line-height: 1.29;
  text-transform: capitalize;
  font-weight: var(--wp--custom--typography--font-weight--medium); }

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

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

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

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

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

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

@media screen and (max-width: 48.8125em) {
  .wp-block-group-heading .wp-block-buttons {
    justify-content: flex-start; } }
.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em); }

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

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

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

body.open-search .wp-site-blocks > main,
body.open-social .wp-site-blocks > main,
body.single-product .wp-product-detail {
  position: relative; }

body.open-search,
body.open-social {
  overflow: hidden;
  height: 100vh; }

body .wp-site-blocks > main:before,
body.single-product .wp-product-detail:before {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(95, 95, 95, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: opacity .3s;
  cursor: url(assets/images/cancel-close.png), auto; }

body:not(.home) .wp-site-blocks > main:before {
  margin-top: calc(var(--wp--custom--spacing--main-block-gap) * -1); }

.wc-block-components-drawer__screen-overlay {
  cursor: url(assets/images/cancel-close.png), auto;
  background-color: rgba(95, 95, 95, 0.6); }

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  cursor: default;
  overflow: hidden; }

body.open-search .wp-site-blocks > main:before,
body.open-social .wp-site-blocks > main:before,
body.open-search.single-product .wp-product-detail:before,
body.open-social.single-product .wp-product-detail:before {
  opacity: 1;
  transition: opacity .3s;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  visibility: visible; }

.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 {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

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

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

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

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

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

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

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

#to_top_scrollup {
  background-color: transparent;
  background: var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green);
  color: var(--wp--preset--color--color-light);
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 9px;
  box-sizing: border-box;
  font-size: 24px !important; }

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

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

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

/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title a {
  text-decoration: none;
  color: var(--wp--preset--color--text-link); }

/* --- WP Block Navigation Main
-------------------------------------------------------- */
@media screen and (max-width: 74.9375em) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0;
    padding-bottom: 0; }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0; } }
.wp-block-main-header .wp-block-navigation {
  margin-left: auto; }

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

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

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

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

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

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

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

.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--small); }

@media screen and (max-width: 1199px) {
  .header-has-nav-centered .wp-block-navigation {
    --navigation-layout-justify: flex-start;
    --navigation-layout-justification-setting: flex-start; } }
/* --- WP Block Button
-------------------------------------------------------- */
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
input[type="button"],
input[type="reset"],
input[type="submit"],
.tnp-subscription-minimal form input.tnp-submit {
  background: var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green);
  border: 0;
  border-radius: 30px;
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  padding-top: clamp(12px, 2.5vw, 16px);
  padding-right: clamp(21px, 2.5vw, 35px);
  padding-bottom: clamp(12px, 2.5vw, 16px);
  padding-left: clamp(21px, 2.5vw, 35px);
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.5s; }

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

.wp-block-button__link,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.tnp-subscription-minimal form input.tnp-submit {
  transition: all 0.3s ease-in-out; }

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.tnp-subscription-minimal form input.tnp-submit:hover,
.tnp-subscription-minimal form input.tnp-submit:focus,
.wp-block-search__button:hover,
.wp-block-search__button:focus {
  border-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  opacity: 1; }

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

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

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

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wp-block-query-pagination {
  padding-top: 35px; }

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

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

.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  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);
  font-weight: var(--wp--custom--typography--font-weight--regular); }

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

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.wp-block-post-terms__separator {
  display: none; }

.wp-block-post-meta,
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-author p,
.wp-block-post-date a,
.wp-block-post-meta .wp-block-post-author {
  color: var(--wp--preset--color--meta);
  font-size: 12px;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-decoration: none;
  text-transform: capitalize; }

.wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a,
.wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a {
  color: var(--wp--preset--color--primary);
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block; }

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

.wp-block-post-meta .wp-block-post-author {
  background-color: transparent;
  padding: 0; }

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

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

.wp-block-section:nth-child(2n-1).wp-block-recent-blog-posts .wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a,
.wp-block-section:nth-child(2n-1).wp-block-recent-blog-posts .wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a {
  background-color: var(--wp--preset--color--background); }

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

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 6px 10px;
  font-weight: var(--wp--custom--typography--font-weight--regular);
  letter-spacing: 1px; }

.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 {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary); }

.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--tiny);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: 1.62;
  text-transform: uppercase;
  color: var(--wp--preset--color--meta);
  margin-bottom: 7px; }

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

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

.wp-block-post-navigation-link a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none; }

.wp-block-post-navigation-link a:hover,
.wp-block-post-navigation-link a:focus {
  color: var(--wp--preset--color--primary); }

.wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--body-text);
  margin-left: 7px !important;
  margin-top: -3px; }

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-excerpt__more-text {
  position: relative;
  overflow: hidden; }

.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--border-color);
  display: block;
  position: absolute;
  right: 35%;
  top: clamp(18px, 2.5vw, 20px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s; }

.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link {
  font-size: 14px;
  font-weight: 700;
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  border-radius: 0;
  padding: 0 14px 0 0;
  margin-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }

/* .wp-block-section:nth-child(2n-1).wp-block-recent-blog-posts .wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link {
  background-color: var(--wp--preset--color--secondary);
} */
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-text:hover::after {
  right: 0;
  background-color: var(--wp--preset--color--primary); }

.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-text:hover .wp-block-post-excerpt__more-link {
  padding: 0 22px 0 0; }

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

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

.wp-block-post-template .wp-block-post-title a {
  color: var(--wp--preset--color--foreground); }

.wp-block-post-template .wp-block-post-title a:hover,
.wp-block-post-template .wp-block-post-title a:focus {
  color: var(--wp--preset--color--primary); }

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

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

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

svg.icon {
  fill: var(--wp--preset--color--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-excerpt {
  margin-block-start: 24px !important; }

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

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

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

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

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

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

/* --- WP Block Table
-------------------------------------------------------- */
.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--wp--preset--color--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 {
  box-sizing: border-box;
  padding: 21px; }

.wp-block-main-header .wp-block-search .wp-block-search__input {
  background-color: transparent;
  border: none;
  color: var(--wp--preset--color--body-text);
  padding: 0 14px 0 0;
  font-size: var(--wp--custom--typography--font-size--heading-six);
  width: 80%; }

.wp-block-search button.wp-block-search__button {
  margin: 0; }

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

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

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

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

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

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

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--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none; }

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

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

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

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

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

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

.comment-respond label,
.wpcf7-form label {
  display: block;
  font-size: var(--wp--preset--font-size--upper-heading);
  color: var(--wp--preset--color--body-text);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  margin-bottom: 7px; }

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

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

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

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

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

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

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

.wp-block-search .wp-block-search__label,
.wp-block-widget-area h3,
.wp-block-widget-area h2 {
  display: block;
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: 1.56;
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
  margin-bottom: 21px; }

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

.wp-block-footer .wp-block-widget {
  color: var(--wp--preset--color--meta); }

.wp-block-sidebar .wp-block-search .wp-block-search__label,
.wp-block-sidebar.wp-block-widget-area h3,
.wp-block-sidebar.wp-block-widget-area h2 {
  border-bottom: 2px solid var(--wp--preset--color--foreground);
  padding-bottom: 14px; }

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

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

.wp-block-widget-area li: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-column-sidebar .wp-block-archives-list > li > a,
.wp-block-column-sidebar .wp-block-categories-list > li > a {
  float: left; }

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

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

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

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

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

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

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

.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--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 Footer style
-------------------------------------------------------- */
.wp-block-footer .wp-block-navigation .wp-block-page-list {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

.wp-block-footer.wp-block-site-generator p {
  white-space: normal !important; }

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

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

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

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

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

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  font-weight: var(--wp--custom--typography--font-weight--regular);
  text-transform: none; }

.wp-block-footer .wp-block-navigation__container {
  display: block;
  margin-top: -7px; }

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Custom Styles for Enablement by Advent
--------------------------------------------------------------*/

/* Competitors Matrix Table Styling */
.competitors-matrix table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    background: transparent !important;
    border-radius: 8px;
    overflow: hidden;
}

.competitors-matrix th,
.competitors-matrix td {
    border: 1px solid #2c5aa0;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: transparent !important;
}

.competitors-matrix th {
    background-color: #2c5aa0 !important;
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-color: #2c5aa0;
}

.competitors-matrix td:first-child {
    background-color: rgba(44, 90, 160, 0.1) !important;
    font-weight: 600;
    text-align: left;
    color: #333;
    border-color: #2c5aa0;
}

.competitors-matrix td:nth-child(2) {
    background-color: rgba(44, 90, 160, 0.2) !important;
    font-weight: 600;
    color: #2c5aa0;
    border-color: #2c5aa0;
}

.competitors-matrix td {
    font-size: 13px;
    line-height: 1.4;
    border-color: #2c5aa0;
}

/* Force override any theme backgrounds */
.wp-block-table.competitors-matrix,
.wp-block-table.competitors-matrix table,
.wp-block-table.competitors-matrix th,
.wp-block-table.competitors-matrix td {
    background: transparent !important;
}

.wp-block-table.competitors-matrix th {
    background-color: #2c5aa0 !important;
    color: white !important;
}

.wp-block-table.competitors-matrix td:first-child {
    background-color: rgba(44, 90, 160, 0.1) !important;
}

.wp-block-table.competitors-matrix td:nth-child(2) {
    background-color: rgba(44, 90, 160, 0.2) !important;
}

/* Responsive table */
@media (max-width: 768px) {
    .competitors-matrix table {
        font-size: 12px;
    }
    
    .competitors-matrix th,
    .competitors-matrix td {
        padding: 8px 4px;
    }
}

/* Clean page layout - remove extra spacing */
.wp-block-post-content > * + * {
    margin-top: 1.5rem;
}
