/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, b, strong {
	font-weight: bold!important;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}


/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


/*OrderMage styles*/
/* Light */
@font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-300italic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
  }
  
  /* Regular */
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
  }
  
  /* Medium */
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-500italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
  }
  
  /* SemiBold */
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
  }
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-600italic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
  }
  
  /* Bold */
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
  }
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-700italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
  }
  
  /* ExtraBold */
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
  }
  @font-face {
	font-family: 'Open Sans';
	src: url('./assets/fonts/open-sans/open-sans-v40-latin-800italic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
  }
  
  

:root {
	--color-orange: #E0872E;
	--color-blue-dark: #0C0E40;

	--width-page: 1100px;
	--wp--style--global--wide-size: 1100px !important;
	--mobile-breakpoint: 1024px;

	--wp--preset--spacing--50: clamp(15px, 5vw, 30px) !important;
}

body * {
	font-family: 'Open Sans', sans-serif;
}


.added_to_cart.wc_forward,
.wc-block-components-notice-banner__content a,
.wc-block-breadcrumbs,
main > .wp-block-query-title,
#wpadminbar,
.wp-block-woocommerce-cart-cross-sells-block,
.wp-block-woocommerce-mini-cart-cart-button-block {
	display: none !important;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: var(--width-page);
	margin: 0 auto;
	margin-top: 150px;
}

.home main {
	margin-top: 0px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--width-page) !important;
	width: 100%;
}

.om-header {
	height: 3.875rem;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-blue-dark);
	border-bottom: 1px solid #eee;
}

.om-header .wrapper {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1rem;
}

.om-header .wp-block-site-title {
	margin-top: 0;
	margin-left: 15px
}

.om-header .om-wrapper-logo {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-right: auto;
}

.om-header .site-description {
	margin-top: 0;
	margin-left: 0.25rem;
}

.om-header nav {
	margin-block-start: 0;
}

.om-header nav .wp-block-page-list {
	gap: 3.125rem;
}

.om-header nav * {
	color: var(--color-blue-dark);
	font-size: 1rem;
	font-weight: 400;;
}

.wp-block-woocommerce-customer-account,
.wc-block-mini-cart {
	margin-block-start: 0;
	margin: 0;
}

.om-main {
	margin-top:0;
	padding-top:0;
}

.om-banner-intro-image .om-flex-column {
	gap: 40px;
	min-width: 1200px;
	margin-top: -50px;
}

.om-banner-intro-image h2 {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--color-blue-dark);
	max-width: 28.125rem;
}

.om-banner-intro-image p {
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: 0%;
	color: var(--color-orange);
	max-width: 29.688rem;
}

.om-banner-intro-image .om-text-wrapper * {
	margin: 0;
}

.om-banner-intro-image .om-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 62px;
}

.om-button a {
	background-color: var(--color-orange);
	border-radius: 0.625rem;
	padding: 0.625rem;

	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;

}

.om-hero-message {
	background-color: var(--color-orange);
	color: var(--color-blue-dark);
	min-height: 16rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 99.1vw;
}

.om-hero-message h2 {
	font-weight: 700;
	font-size: 2.25rem;
}

.om-hero-message p {
	font-size: 1.5rem;
}

.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.has-global-padding > .alignfull {
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-product .wp-block-post-title {
	font-size: 24px !important;;
	font-weight: 700;
}

.single-post .wp-block-post-title {
	 margin: 25px 0 0 0 !important;
}

.single-post .wp-block-post-date {
	margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.wc-block-product h3 {
	text-align: left;
}

.wc-block-product .wc-block-components-product-price {
	margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wc-block-product .wp-block-button.wc-block-components-product-button {
	align-items: flex-end;
}

.wc-block-product .wc-block-components-product-price > .woocommerce-Price-amount,
.price > .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 24px;
    color: #E0872E;
}
.wc-block-components-button,
.wc-block-components-product-button__button {
    border-radius: 10px;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    float: right;
    background-color: #E0872E;
	margin-top: -50px;
    z-index: 10;
    position: relative;
}

.single-product .wc-block-components-button,
.single-product .wc-block-components-product-button__button {
	margin-top: -15px;
}

.wc-block-components-product-image a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wc-block-components-product-image .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product a img {
    width: 75%;
    margin: 0 auto;
}

small.woocommerce-price-suffix {
    font-size: 16px;
	display: flex;
	flex-direction: row;
    gap: 5px;
	align-items: center;
}

.wc-block-components-product-price .woocommerce-price-suffix .woocommerce-Price-amount,
.wc-block-product .custom-short-description {
	font-size: 16px;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    justify-content: center;
}

.wc-block-components-checkout-place-order-button {
	margin-top: 0px;
}

.woocommerce-cart main,
.wc-block-order-confirmation-status {
	margin-top: 30px !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 5px;
	border-radius: 10px;
	font-size: 16px;
}

.wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer,
.wc-block-mini-cart__empty-cart-wrapper {
	display: flex;
    flex-direction: column;
    gap: 60px;
}

main figure {
	height: auto !important; 
	max-height: 530px !important;
	object-fit: cover;
    overflow: hidden;
    display: flex;
}


.woocommerce-page main,
.contact-wrapper {
	margin-top: 60px !important;
}

.page-id-439 main {
	margin-top: 100px !important;
}

.single-product main {
	margin-top: 40px !important;
}

.wpcf7-not-valid-tip {
	margin-top: -12px;
	margin-bottom: 12px;
}

.contact-form .wpcf7-form-control-wrap {
	margin-bottom: 0 !important;
}

.single.single-post .entry-content * {
}

.accordion-video iframe {
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 1280px) {
	.has-global-padding {
		padding-left: var(--wp--style--root--padding-right) !important;
		padding-right: var(--wp--style--root--padding-right) !important;
	}
}


@media (max-width: 1024px) {

	.page-id-902 main {
		margin-top: -50px !important;
	}

	main,
	.page-id-24 main {
		max-width: 100%;
		padding: 0 !important
	}

	.has-global-padding > .alignfull,
	.pricelist-table {
		max-width: 100%;
	}

	.pricelist-table {
		overflow-x: auto;
	}

	.entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constraine.wp-block-post-content-is-layout-constrained {
		padding: 0;
		margin: 0;
	}

    .is-menu-open {
		height: 100vh;
		overflow: hidden;
	}

	.om-header .wrapper {
		margin-left: 15px;
	}

	.wc-block-components-button, .wc-block-components-product-button__button {
		margin-top: 0px;
	}

	.wc-block-product-template__responsive.columns-3 {
		grid-template-columns: auto;
	}

	.woocommerce-page .wp-container-core-group-is-layout-cb46ffcb {
		flex-direction: column;
	}
	
	.pricelist-switch button {
		min-width: unset !important;
	}

	.om-banner-intro-image .om-flex-column {
		min-width: unset;
		margin-top: 0px;
		gap: 0;
	}

	.accordion-header {
		font-size: 1.25rem !important;
	}

	.accordion-description p {
		font-size: 1rem !important;
	}
	
	.accordion {
		margin-top: 25px;
	}


	.has-global-padding > .alignfull.om-hero-message {
		padding: 20px !important;
	}

	.footer-fullwidth {
		padding: 30px 20px !important;
	}

	.logos-container img {
		width: 100%;
		height: auto;
	}

	.post-content {
		width: 100%;
	}

	.om-banner-intro-image .om-text-wrapper {
		margin-top: 10px;
	}

	.om-banner-intro-image .om-text-wrapper {
		gap: 10px !important;
	}

	.om-text-wrapper .wp-block-buttons.is-layout-flex {
		justify-content: end;
	}

	.accordion-video iframe {
		height: auto !important;
		aspect-ratio: 10 / 5 !important;
	}

	.om-hero-message {
		min-width: 100vw !important;
	}

	.wp-singular .om-main {
		margin-top: 100px !important;
	}

	.page-id-439 main {
		margin-top: 60px !important;
	}

	.page-id-439 .page-description {
		margin-bottom: 50px;
	}

	.copyright {
		margin-top: 20px !important;
	}
}