/*
Theme Name: Life Studio
Theme URI: https://natalie-vernyhora.ca/
Author: Life Studio
Author URI: https://natalie-vernyhora.ca/
Description: Life Studio is a custom theme developed by Life Studio to be used with WordPress.
Version: 1.003
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lifestudio
Tags: accessibility-ready

Life Studio WordPress Theme, (C) 2024 https://natalie-vernyhora.ca/
Life Studio is distributed under the terms of the GNU GPL.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inherit;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #8D8D91 1%), linear-gradient(135deg, #8D8D91 50%, transparent 10%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(0.9em + 2px), calc(100% - 15px) calc(0.9em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 33px;
}

input {
  line-height: 33px;
}

textarea, input, select {
  border-radius: 0;
}

body.admin-bar .header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .header {
    top: 0;
  }
}


/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  /*font-size: 2em;*/
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-size: 20px;
  font-family: Helvetica;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
  line-height: 2;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-weight: normal;
}

h1 {
  font-size: 38px;
  line-height: 38px;
  margin: 0 0 1em;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 43px;
    margin: 0 0 1.2em;
    letter-spacing: 1.3px;
  }
}

h2 {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 2.4px;
  }
}

h3 {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.center {
  text-align: center;
}

@supports (hanging-punctuation: first) {
  blockquote {
    text-indent: 1.45em;
    hanging-punctuation: first;
  }
}

blockquote p {
  text-indent: -0.45em;
  font-size: 20px;
  letter-spacing: 0.4px;
}

blockquote p:last-child {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.25px;
  color: #7c7c7c;
  text-indent: 0;
}

img.alignleft {
  float: none;
  width: 100%;
}
@media screen and (min-width: 960px) {
  img.alignleft {
    float: left;
    margin-bottom: 1rem;
    margin-right: 32px;
    margin-top: 0;
    margin-left: -212px;
    width: auto;
    max-width: 60%;
  }
}

img.aligncenter {
  margin: 0 auto;
  display: block;
}

img.alignright {
  float: none;
  width: 100%;
}
@media screen and (min-width: 960px) {
  img.alignright {
    float: right;
    margin-bottom: 1rem;
    margin-left: 32px;
    margin-top: 0;
    margin-right: -212px;
    width: auto;
    max-width: 55%;
  }
}

/* Buttons */
.button, button {
  padding: 0 32px;
  display: inline-block;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: ;
  letter-spacing: 0.125em;
  color: ;
  display: inline-block;
  border-radius: 0;
  min-height: 40px;
  padding: 0 32px;
  line-height: 40px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Theme Settings
   ========================================================================== */
/* Global */
.container__wide {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 2675px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .container,
  .container__wide {
    padding: 0 2rem;
  }
}

.wp-block-uagb-icon-list.uagb-block-ef5a1665 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

/* === Header === */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header.sticky-on {
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

/* Navigations */
.header-wrapper { /* Yes */
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1000;
}

.header > .container__wide,
.header-nav-desktop ul { /* Yes */
  /*display: flex;*/
}

.header__top-nav { /* Yes */
  position: relative;
}

header .header__top-nav .menu-container {
  /*transform: translatex(-105%);*/
  transition: all .7s ease-in-out;
  background: #fef100;
  top: 0;
  left: -2rem;
  right: -2rem;
  height: 100vh;
  position: absolute;
  display: none;
  z-index: 1000;
}

header .header__top-nav .menu-container.is-open {
 /* transform: translatex(0%);*/
 animation: fadeIn 0.7s ease-in-out;
 display: block;
}

header .header__top-nav .menu-container>div>div {
  display: flex;
  align-items: center;
  height: 100vh;
}

header .header__top-nav .menu-container nav {
  width: 100%;
  margin-left: 2.5rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*header .header__top-nav .menu-container.is-open .menu-toggle::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}

header .header__top-nav .menu-container.is-open .menu-toggle::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}*/

.header-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header nav li {
  margin-right: 2.7em;
  font-family: "Avenir Book";
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 1.25px;
  margin: 15px 0;
}
/*@media screen and (min-width: 960px) {
  .header nav li {
    font-size: 16px;
  }
}*/

@media (max-width: 960px) {
  .header nav li {
    margin-right: 2em;
  }
}
.header nav li:last-child {
  margin-right: 0;
}

.header nav li a {
  color: #212121;
  text-transform: uppercase;
  text-decoration: none;
}

.header nav li a:hover,
.header nav li a:focus,
.header nav li a:active {
  color: #212121;
  text-transform: uppercase;
  text-decoration: none;
}

/*@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
}*/
/*@media (max-width: 768px) {
  .header .header__top-nav {
    display: none;
  }
  header.menu-open .header__top-nav {
    display: block;
  }
}*/
header .header__top-nav .menu-toggle {  
  cursor: pointer;
  position: absolute;
  width: 45px;
  height: 18px;
  display: inline-block;
  right: 0;
  left: auto;
  top: 48px;
  border: 0;
  background: rgba(0,0,0,0);
  margin: 0;
  padding: 0;
  transition: top 0.7s ease;
  z-index: 300;
}

header.sticky-on .header__top-nav .menu-toggle {
  top: 20px;
  transition: top 0.7s ease;
}

.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span {
  border-radius: 2px;
  position: absolute;
  height: 4px;
  right: 0;
  width: 100%;
  margin-top: 0;
  -ms-transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.menu-toggle:before {
  background: #eb1b24;
}

.menu-toggle:after{
  background: #05aced;
}

.menu-toggle span {
  background: #fef100;
}

/*.header__top-nav-toggle:before, .header__top-nav-toggle:after {
  left: 7px;
}*/

/*.header__top-nav-toggle span {
  left: 0;
}
*/
.menu-toggle:before, .menu-toggle:after {
  content: "";
}

.menu-toggle:before {
  top: 22%;
}

.menu-toggle:after {
  top: 73%;
}

header .header__top-nav .menu-container button {
  right: 2rem;
}

header .header__top-nav .menu-container .menu-toggle::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}

header .header__top-nav .menu-container .menu-toggle::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .header__top-nav .menu-container .menu-toggle::before, 
header .header__top-nav .menu-container .menu-toggle::after {
    background: #000;
}

header .header__top-nav .menu-container .menu-toggle::before,
header .header__top-nav .menu-container .menu-toggle::after {
    top: 50%;
}

/*header.menu-open .header__top-nav-toggle:after,
header.menu-open .header__top-nav-toggle:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 7%;
  right: 7%;
  background-color: #222 !important;
}

header.menu-open .header__top-nav-toggle:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.menu-open .header__top-nav-toggle span {
  opacity: 0;
}*/

.header__branding { /* added here */
  width: 115px;
  padding: 10px 0 0 0;
  position: relative;
  transition: width 0.7s ease;
  z-index: 1000;
}

.header__branding img { /* added here */
  filter: invert(0);
  transition: filter 0.7s ease;
}

.header.sticky-on .header__branding img {
  filter: invert(0);
  transition: filter 0.7s ease;
}

.header__branding a { /* added here */
  display: inline-block;
}

header.sticky-on .header__branding {
  width: 65px;
  transition: width 0.7s ease;
}

.--page-banner-enabled .header__branding img {
  filter: invert(0);
  transition: filter 0.7s ease;
}

.--page-banner-enabled .header.sticky-on .header__branding img {
  filter: invert(0);
  transition: filter 0.7s ease;
}

@media (max-width: 768px) {
/*  .header__branding {

  }*/
}


/* Page banner */
.--page-banner-enabled .page-banner {
  margin-top: -131px;
}
.--page-banner-enabled .header__branding img {
  filter: invert(1);
}
.page-banner img {
  width: 100%;
}

.--page-banner-enabled .page-banner.--contact {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
}

.--page-banner-enabled .page-banner.--contact img {
  position: absolute;
  bottom: -5px;
}

/* Content */
.site-content { /* added here */
  min-height: 500px;
  padding-top: 70px;
}

section {
 /* background-color: #f4efe7;*/
  /*padding: 80px 0;*/
}

@media (max-width: 500px) {
  .header__branding {
    width: 150px;
  }
}

/* Footer */
.footer {
  background-color: var(--dark-grey);
  color: #fff;
}
.footer h2 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.175em;
  font-family: var(--body-font-medium);
  color: var(--dark-theme-title);
}
.footer a {
  color: #fff;
}
.footer__top {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer__top {
    padding-top: 80px;
    padding-bottom: 58px;
  }
}
.footer__top__branding {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  order: 1;
  margin-bottom: 4rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__top__branding {
    width: 14.51612903%;
    margin-right: 32px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__top__branding p {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer__top__branding p {
    margin-bottom: 1.25rem;
  }
}
.footer__top__branding__logo {
  max-width: 90px;
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer__top__branding__logo {
    margin-bottom: 1.25rem;
  }
}
.footer__top__branding__social-links a {
  display: inline-block;
  margin-right: 26px;
  opacity: 0.5;
  font-size: 22px;
  line-height: 1.6;
}
.footer__top__branding__social-links a:hover, .footer__top__branding__social-links a:focus, .footer__top__branding__social-links a:active {
  opacity: 1;
  color: #E16309;
}
.footer__top__address {
  width: 46%;
  order: 3;
}
@media screen and (min-width: 1024px) {
  .footer__top__address {
    width: 14.51612903%;
    margin-right: 32px;
    order: 2;
  }
}
.footer__top__address p {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .footer__top__address p {
    font-size: 16px;
  }
}
.footer__top__menu {
  width: 46%;
  order: 4;
}
@media screen and (min-width: 1024px) {
  .footer__top__menu {
    width: 14.51612903%;
    margin-right: 32px;
    order: 3;
  }
}
.footer__top__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__top__menu ul li {
  margin-bottom: 4px;
}
.footer__top__menu ul li a {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  padding: 4px 0;
  letter-spacing: 0.125em;
  display: inline-block;
  width: 100%;
}
.footer__top__menu ul li a:hover, .footer__top__menu ul li a:focus, .footer__top__menu ul li a:active {
  color: var(--orange);
}
.footer__top__subscribe {
  width: 100%;
  order: 2;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .footer__top__subscribe {
    width: 40.16129032%;
    margin-left: auto;
    margin-bottom: 0;
    order: 4;
  }
}

.footer__copyright {
  text-align: left;
  color: var(--light-grey);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (min-width: 640px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__copyright .container {
  border-top: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__copyright span {
  display: block;
}
@media screen and (min-width: 640px) {
  .footer__copyright span {
    display: inline-block;
  }
}
.footer__copyright ul {
  list-style: none;
}
.footer__copyright ul li {
  list-style: none;
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .footer__copyright ul li {
    display: inline-block;
    margin-top: 0;
    margin-left: 40px;
  }
}
.footer__copyright ul li a {
  color: #7c7c7c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.175em;
}
.footer__copyright ul li a:hover {
  color: #ffffff;
}
.footer__copyright .menu-legal-menu-container {
  display: inline-block;
}
.footer__copyright .menu-legal-menu-container ul {
  padding-left: 0;
}


