@charset "UTF-8";
/*!
Theme Name: Fasyl-Osteo theme
Theme URI: https://owmc.co.uk/
Author: OWMC
Author URI: https://owmc.co.uk/
Description: A theme based on _s (underscores) by Automatic, heavily customised by OWMC.
Version: 0.1 beta
License: Copyright (C) Oliver Wieland, All Rights Reserved.
License URI: LICENSE
Text Domain: fasyl_osteo_theme
Tags: one-column, two-columns, featured-images

_s is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Content
	## Sections and containers
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
# Animation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-weight: 400;
}

.site-title {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0;
}

.site-title a {
  display: block;
  color: #fff;
}
.site-title a:visited {
  color: #ccc;
}

.site-title img {
  height: 56px;
  display: block;
  width: auto;
}

.page-title {
  font-weight: 900;
  font-size: 72px;
  line-height: 72px;
  margin: 0 0 12px;
  font-family: "NF-Le petit cochon", sans-serif;
  text-transform: uppercase;
}

.entry-title {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  font-family: "NF-Le petit cochon", sans-serif;
  text-transform: uppercase;
  color: #e83278;
}

.site-title a:hover, .entry-title a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "NF-Le petit cochon";
  src: url("./fonts/le-petit-cochon-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

html {
  box-sizing: border-box;
  background-color: #e83278;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.search-form {
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.site-content-area a {
  color: #e83278;
}
.site-content-area a:visited {
  color: #cd2c6a;
}
.site-content-area a:hover, .site-content-area a:focus, .site-content-area a:active {
  color: #cd2c6a;
}
.site-content-area a:focus {
  outline: thin dotted;
}
.site-content-area a:hover, .site-content-area a:active {
  outline: 0;
}
.site-content-area a:hover {
  text-decoration: underline;
}
.site-content-area .button-link {
  background: #e83278;
  color: #fff;
  font-family: "NF-Le petit cochon", sans-serif;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin: 0 24px 12px 0;
  padding: 18px 24px 8px;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  transition: background 0.3s;
}
.site-content-area .button-link:last-of-type {
  margin-right: 0;
}
.site-content-area .button-link:hover, .site-content-area .button-link:visited {
  color: #fff;
}
.site-content-area .button-link:hover {
  background-color: #cd2c6a;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .site-content-area .button-link {
    width: auto;
  }
}
.site-content-area {
  /* Base colour logic: invert based on parent strip/hero background */
}
.site-content-area .photo-text-strip.colour-pink .button-link, .site-content-area:visited {
  background: #fff;
  color: #e83278;
}
.site-content-area .photo-text-strip.colour-pink .button-link:hover, .site-content-area .photo-text-strip.colour-pink .button-link:visited, .site-content-area:visited:hover, .site-content-area:visited:visited {
  color: #e83278;
}
.site-content-area .mobile-home-hero-links {
  position: absolute;
  left: 0;
  right: 0;
  top: -64px;
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  justify-content: stretch;
  background: #fff;
  border-top: 1px solid #fff;
}
@media (min-width: 1024px) {
  .site-content-area .mobile-home-hero-links {
    display: none;
  }
}
.site-content-area .mobile-home-hero-links .button-link {
  margin: 0;
  padding: 24px 0;
  border-radius: 0;
  height: 64px;
  flex: 1 1 50%;
  box-sizing: border-box;
}
.site-content-area {
  /* Horizontal cards */
}
.site-content-area .card-horizontal-button {
  display: flex;
  align-items: center;
  background: #e83278;
  color: white;
  border-radius: 16px;
  min-height: 120px;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.3s;
}
@media (min-width: 1024px) {
  .site-content-area .card-horizontal-button {
    min-height: 180px;
  }
}
.site-content-area .card-horizontal-button:hover {
  text-decoration: none;
  background-color: #cd2c6a;
}
.site-content-area .card-horizontal-image {
  flex: 0 0 auto;
  height: 100%;
  width: 33%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-content-area .card-horizontal-content {
  padding: 12px;
}
.site-content-area .card-horizontal-title {
  font-family: "NF-Le petit cochon", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: white;
}
.site-content-area .card-horizontal-description {
  margin: 0;
  color: white;
}
@media (min-width: 1024px) {
  .site-content-area .card-horizontal-image {
    flex: 0 0 40%;
    height: 100%;
  }
  .site-content-area .card-horizontal-content {
    padding: 24px;
  }
}

.contact-social a {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-right: 12px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#wpadminbar {
  position: fixed !important;
}

#wp-admin-bar-appearance {
  display: none;
}

html, body {
  overflow-x: hidden !important;
  width: 100%;
  position: relative !important;
  min-height: 100%;
}

.main-navigation {
  clear: right;
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  /*display: none;*/
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  width: 100%;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 21px;
  padding: 15px 5% 5px;
  color: #fff;
}
.main-navigation a:visited {
  color: #fff;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  background: #cd2c6a;
}
/* Small menu. */
.menu-toggle {
  margin: 12px 0;
}

.main-navigation.toggled ul {
  /*display: block;*/
  left: 0;
  opacity: 1;
  background: #e83278;
}

.close-nav {
  padding: 18px 5%;
  margin: 6px 0;
}

.close-nav button {
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none !important;
  }
  .main-navigation ul {
    display: block;
    position: relative;
    width: auto;
    left: 0;
    opacity: 1;
    height: 100%;
  }
  .main-navigation li {
    float: left;
    position: relative;
    width: auto;
  }
  .main-navigation a {
    padding: 28px 12px 15px;
  }
  .close-nav {
    display: none;
  }
}
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

a.menu-calendly-link {
  margin: 12px 5%;
  padding: 12px 12px 0;
  border: 2px solid white;
  border-radius: 6px;
}

@media screen and (min-width: 1024px) {
  a.menu-calendly-link {
    margin: 12px 0 12px 12px;
  }
}
.menu-toggle, .close-nav .menu-item {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px; /* Adjust size as needed */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.close-nav .menu-item {
  width: 100%;
  font-family: "NF-Le petit cochon", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
}

/* Hamburger icon */
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.hamburger .line {
  background: white; /* White icon on pink nav */
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger .line:nth-child(1) {
  top: 0;
}

.hamburger .line:nth-child(2) {
  top: 8px;
}

.hamburger .line:nth-child(3) {
  top: 16px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Sections and Containers - Media Queries */
.main-column-width {
  width: 90%;
  margin: 0 auto;
}

.inner {
  padding: 24px 0;
}

@media screen and (min-width: 1024px) {
  .main-column-width {
    width: 968px;
  }
}
@media screen and (min-width: 1248px) {
  .main-column-width {
    width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .main-column-width {
    width: 1320px;
  }
}
@media screen and (min-width: 1600px) {
  .main-column-width {
    width: 1440px;
  }
}
/* Sections and Containers - General Styles */
html {
  overflow-y: scroll;
}

.site-header-area {
  background: #e83278;
  width: 100%;
  position: fixed;
  z-index: 3;
}
.site-header-area .site-header {
  padding: 0;
}
.site-header-area .site-header .site-branding {
  float: left;
}
.site-header-area .site-header .site-branding .site-title {
  padding: 9px 0;
}
.site-header-area .site-header .main-navigation {
  float: right;
  font-family: "NF-Le petit cochon", sans-serif;
  text-transform: uppercase;
}

.site-content-area {
  padding-top: 74px;
  animation: fadeIn 0.5s;
}
.site-content-area .inner {
  padding: 48px 0 96px;
}
.site-content-area .inner p {
  margin-bottom: 0.5em;
}
.site-content-area .inner p:last-of-type {
  margin-bottom: 2em;
}

.site-footer-area {
  background-color: #e83278;
}
.site-footer-area .inner {
  padding: 48px 0;
}
.site-footer-area .site-footer {
  text-align: center;
  color: white;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .site-footer-area .site-footer {
    text-align: left;
  }
}
.site-footer-area .site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer-area .site-footer a:visited {
  color: #fff;
}
.site-footer-area .site-footer a:hover, .site-footer-area .site-footer a:focus, .site-footer-area .site-footer a:active {
  color: #fff;
  text-decoration: underline;
}
.site-footer-area .site-footer a:focus {
  outline: thin dotted;
}
.site-footer-area .site-footer a:hover, .site-footer-area .site-footer a:active {
  outline: 0;
}
.site-footer-area .site-footer a:hover {
  text-decoration: underline;
}
.site-footer-area .site-footer .footer-legal-links {
  margin: 24px 0;
}

/* WP ADMIN BAR */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
  opacity: 0;
}

/* Hero home */
.home-hero {
  position: relative;
  background-size: cover;
  background-position: right calc(50% + 48px);
  background-repeat: no-repeat;
  min-height: calc(100svh - 64px);
}
@media (min-width: 1024px) {
  .home-hero {
    background-position: center bottom;
    min-height: 86svh;
  }
}

.home-hero-links {
  display: none;
}
@media (min-width: 1024px) {
  .home-hero-links {
    display: block;
  }
}

.hero-content {
  text-align: center;
}
@media (min-width: 1024px) {
  .hero-content {
    max-width: 50%;
    text-align: left;
  }
}

.hero-logo {
  max-width: 480px;
}
@media (min-width: 1024px) {
  .hero-logo {
    max-width: 90%;
  }
}

.hero-title {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 48px;
  }
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: -8px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hero-subtitle {
    font-size: 28px;
  }
}

.desktop-hero-text {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-hero-text {
    display: block;
  }
}

.mobile-hero-text {
  font-style: italic;
  text-align: center;
  font-size: 24px;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .mobile-hero-text {
    display: none;
  }
}
.mobile-hero-text a {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
}

/* Hero standard */
.standard-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 75svh;
  display: flex;
  align-items: end;
}
.standard-hero .inner {
  padding-bottom: 48px;
}

.standard-hero-content {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="73.93 45.7 695.21 500.27" style="width:100%;height:auto;"><g transform="scale(1, 0.6)" transform-origin="center"><path d="M401.66,513.16c96.04-10.64,140.91,41.04,245.46-8.12,66.13-31.14,121.61-143.18,122.01-210.87.69-114.72-67.96-108.53-117.68-168.29-41.9-50.36-76.98-87.56-168.93-78.94-80.68,7.58-197.99,46.77-302.75,43.84-104.76-2.93-112.48,80.31-102.71,143.9,5.43,35.43,30.84,74.88,32.42,108.41,1.09,23.71-7.46,49.86-7.29,73.68.28,45.99,39.63,96.27,83.56,113.67,99.76,39.61,132.21-7.97,215.92-17.29Z" fill="%23ffffff" fill-opacity="0.8" /></g></svg>');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 242px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .standard-hero-content {
    width: auto;
    height: 286px;
  }
}
.standard-hero-content .standard-hero-text-container {
  padding: 0 0 16px;
  width: 100%;
  max-width: 260px;
}
@media (min-width: 1024px) {
  .standard-hero-content .standard-hero-text-container {
    max-width: 332px;
  }
}

.standard-hero-eyebrow, .standard-hero-subtitle {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .standard-hero-eyebrow, .standard-hero-subtitle {
    font-size: 18px;
  }
}

.standard-hero-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1024px) {
  .standard-hero-title {
    font-size: 32px;
  }
}

/* Really common strip bots */
.strip {
  position: relative;
}

.strip-wavy-top {
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 25px;
}
@media (min-width: 1024px) {
  .strip-wavy-top {
    top: -48px;
    height: 50px;
  }
}

.strip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.strip-title {
  color: #e83278;
  font-family: "NF-Le petit cochon", sans-serif;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
}

.strip-image, .strip-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .strip-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip-grid:not(.image-right) {
    grid-template-areas: "image content";
  }
  .strip-grid.image-right {
    grid-template-areas: "content image";
  }
  .strip-title {
    font-size: 36px;
    line-height: 42px;
  }
  .strip-image {
    grid-area: image;
  }
  .strip-content {
    grid-area: content;
  }
}
/* Photo-text strip */
.photo-text-strip {
  position: relative;
  background: #fff;
}
.photo-text-strip p:first-of-type {
  font-weight: 700;
}
.photo-text-strip .strip-grid {
  align-items: center;
}

/* When section is pink, make background pink below the wave */
.photo-text-strip.colour-pink {
  background: #e83278;
}

/* When strip is pink → title white */
.photo-text-strip.colour-pink .strip-title,
.photo-text-strip.colour-pink .strip-text {
  color: #fff;
}

/* When strip is white → title black/dark */
.photo-text-strip:not(.colour-pink) .strip-title {
  color: #e83278;
}

/* Two adjacent white strips (no .colour-pink) – zero top padding on second inner */
.photo-text-strip:not(.colour-pink) + .photo-text-strip:not(.colour-pink) > .inner {
  padding-top: 0;
  margin-top: -48px;
}

/* Two adjacent pink strips – zero top padding on second inner */
.photo-text-strip.colour-pink + .photo-text-strip.colour-pink > .inner {
  padding-top: 0;
  margin-top: -48px;
}

.wavy-image {
  clip-path: shape(from 47.14% 93.44%, curve by 35.31% -1.62% with 13.81% -2.13%/20.27% 8.2%, curve by 17.55% -42.15% with 9.51% -6.22%/17.49% -28.62%, curve by -16.93% -33.64% with 0.1% -22.93%/-9.78% -21.69%, curve by -24.3% -15.78% with -6.03% -10.07%/-11.07% -17.5%, curve by -43.55% 8.76% with -11.61% 1.52%/-28.48% 9.35%, curve by -14.77% 28.76% with -15.07% -0.59%/-16.18% 16.05%, curve by 4.66% 21.67% with 0.78% 7.08%/4.44% 14.97%, curve by -1.05% 14.73% with 0.16% 4.74%/-1.07% 9.97%, curve by 12.02% 22.72% with 0.04% 9.19%/5.7% 19.24%, curve by 31.06% -3.46% with 14.35% 7.92%/19.02% -1.59%, close);
}

/* Links strip */
.links-strip .inner {
  padding: 0 0 96px;
}
.links-strip .inner .links-grid {
  text-align: center;
}
.links-strip .inner .button-link:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .links-strip .inner .button-link {
    margin-bottom: 0;
  }
}

/* Listing strip */
.listing-strip .listing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.listing-strip .listing-intro p {
  font-size: 18px;
}
.listing-strip .listing-intro p:first-of-type {
  font-weight: 700;
}

/* Temoignages strip */
.temoignages-strip {
  position: relative;
  background: #e83278;
}
.temoignages-strip .inner {
  color: #fff;
}
.temoignages-strip .inner .strip-title {
  color: #fff;
}

.temoignages-carousel {
  height: 420px;
  overflow: visible;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .temoignages-carousel {
    height: 360px;
  }
}

.temoignages-carousel .slide {
  height: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .temoignages-carousel .slide {
    padding: 0 20%;
  }
}
.temoignages-carousel .slide .temoignage-item .temoignage-quote {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 1em;
}
.temoignages-carousel .slide .temoignage-item cite {
  font-size: 18px;
  font-weight: 400;
}

.temoignages-carousel .slide.next {
  opacity: 1;
}

.temoignage-item {
  width: 100%;
}

/* Contact strip */
.contact-strip {
  position: relative;
}
.contact-strip .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .contact-strip .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
  .contact-strip .contact-general, .contact-strip .contact-details {
    margin-top: 24px;
  }
}
.contact-strip address {
  margin-top: 24px;
}
.contact-strip .contact-details {
  margin-top: 24px;
}
.contact-strip .contact-cta {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.contact-strip .contact-cta:last-of-type {
  margin-bottom: -12px;
}
.contact-strip .contact-cta strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 4PX;
}
.contact-strip .contact-cta .button-link {
  text-align: left;
  font-family: "Merriweather", serif;
  font-weight: 700;
  padding: 16px 16px 12px;
  text-transform: none;
  border-radius: 8px;
  width: 100%;
}
.contact-strip .contact-cta .button-link:focus, .contact-strip .contact-cta .button-link:active {
  color: #fff;
}
.contact-strip .contact-cta .button-link:after {
  content: ">";
  font-size: 24px;
  font-weight: bold;
  float: right;
}

/* Extras strip */
.extras-strip .inner {
  padding: 0 0 96px;
}

.extras-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

/* Desktop – two columns side by side */
@media (min-width: 1024px) {
  .extras-grid {
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    padding: 0 48px;
  }
}
/* Gallery strip */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.gallery-item {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-cta {
  text-align: center;
}

/* Single seance/atelier */
.single-section {
  position: relative;
}
.single-section .inner {
  padding-bottom: 0;
}

/* Footer */
.site-footer-area .site-footer {
  position: relative;
}
.site-footer-area .site-footer .footer-eye {
  max-width: 180px;
  height: auto;
}
.site-footer-area a.the-net {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #cd2c6a;
  text-decoration: none;
}
.site-footer-area a.the-net:visited {
  color: #cd2c6a;
}
.site-footer-area a.the-net:hover, .site-footer-area a.the-net:focus, .site-footer-area a.the-net:active {
  color: #cd2c6a;
  text-decoration: none;
}
.site-footer-area a.the-net:focus {
  outline: thin dotted;
}
.site-footer-area a.the-net:hover, .site-footer-area a.the-net:active {
  outline: 0;
}

.partners {
  display: block;
  width: 100%;
  margin: 0 auto 96px;
}
@media (min-width: 1024px) {
  .partners {
    width: 80%;
  }
}

.maintenance .maintenance-logo {
  max-width: 580px;
  margin-top: 64px;
}
.maintenance .logo .inner {
  padding-top: 0;
  padding-bottom: 24px;
}
.maintenance .photo-text-strip .inner {
  padding-bottom: 12px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes slide {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 5%;
  }
}
@-moz-keyframes slide {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 5%;
  }
}
@-o-keyframes slide {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 5%;
  }
}
@keyframes slide {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 5%;
  }
}
.slide {
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  -o-animation-name: slide;
  animation-name: slide;
}

/*# sourceMappingURL=style.css.map */
