/*
Theme Name: Biototal 2026
Theme URI: https://example.com
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/
/* Mobile */
@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.hide-on-tablet {
		display: none !important;
	}
}

/* Desktop */
@media (min-width: 1025px) {
	.hide-on-desktop {
		display: none !important;
	}
}


/* Subpage hero: make right image span to viewport edge */
.subpage-hero {
  position: relative;
}

.subpage-hero > .wp-block-column:last-child {
  margin-right: calc((100vw - 100%) / -2);
  flex-basis: calc(55% + ((100vw - 100%) / 2)) !important;
}

.subpage-hero > .wp-block-column:last-child .wp-block-cover {
  width: 100%;
  min-height: 535px;
}

/* Prevent horizontal scroll */
body {
  overflow-x: hidden;
}

/* Mobile reset */
@media (max-width: 781px) {
  .subpage-hero > .wp-block-column:last-child {
    margin-right: 0;
    flex-basis: 100% !important;
  }

  .subpage-hero > .wp-block-column:last-child .wp-block-cover {
    min-height: 360px;
  }
}

footer.wp-block-template-part {
	margin-top: 0 !important;
}

/* WP FORMS */
div.wpforms-container-full:not(:empty) {
	margin: 0 !important;
}