/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0;
}

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

/********************************************************************************************/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

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

/** BOOTSTRAP 4 *****/
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 760px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 400px) {
  .container-xs, .container {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .container-sm, .container-xs, .container {
    max-width: 600px;
  }
}
@media (min-width: 760px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 740px;
  }
}
@media (min-width: 990px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1180px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1540px;
  }
}
/** BOOTSTRAP 4 *****/
.content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 600px;
  }
}
@media (min-width: 760px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 740px;
  }
}
@media (min-width: 990px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1180px;
  }
}
@media (min-width: 1600px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1540px;
  }
}

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

.content .alignfull {
  width: 100%;
}
.content .alignfull img {
  width: 100%;
}

.content .alignwide {
  max-width: 1680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content .alignwide img {
  width: 100%;
}

/*.page_wrap {
  margin-top: auto;
}*/
.page_wrap h1, .page_wrap h2, .page_wrap h3, .page_wrap h4, .page_wrap h5, .page_wrap h6 {
  margin-bottom: 1em;
  font-weight: 400;
}
.page_wrap strong, .page_wrap b {
  font-weight: 400;
}
.page_wrap > h1,
.page_wrap > h2,
.page_wrap > h3,
.page_wrap > h4,
.page_wrap > h5,
.page_wrap > h6 {
  padding-left: 10px;
  padding-right: 10px;
}
.page_wrap .wp-block-file,
.page_wrap p,
.page_wrap ul,
.page_wrap ol {
  line-height: 1.2em;
  margin: 0em auto 20px;
}
@media (max-width: 759.98px) {
  .page_wrap .wp-block-file,
.page_wrap p,
.page_wrap ul,
.page_wrap ol {
    line-height: 1.35em;
  }
}
.page_wrap > .wp-block-file,
.page_wrap > p,
.page_wrap > ul,
.page_wrap > ol {
  padding-left: 10px;
  padding-right: 10px;
}
.page_wrap ul li,
.page_wrap ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.page_wrap .wp-block-file {
  margin: 0 auto 1em;
}
.page_wrap .wp-block-file a {
  text-decoration: none;
}
.page_wrap a {
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.page_wrap a:hover {
  color: black;
  text-decoration: underline;
}
.page_wrap .wp-block-columns {
  margin: 0 auto;
}
.page_wrap .wp-block-column {
  margin: 0 !important;
}
.page_wrap .wp-block[data-align=wide] .wp-block[data-align=wide],
.page_wrap .wp-block[data-align=full] .wp-block[data-align=wide],
.page_wrap .wp-block[data-align=wide] {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
.page_wrap .wp-block-image {
  margin-bottom: 0;
}
.page_wrap p + figure.wp-block-image {
  margin-top: 50px;
}
@media (max-width: 759.98px) {
  .page_wrap p + figure.wp-block-image {
    margin-top: 40px;
  }
}

body.home .page_wrap {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
body.home .page_wrap article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
body.home .page_wrap .wp-block-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}

/* latin-ext */
/* urbanist-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/urbanist-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/urbanist-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/urbanist-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbanist';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/urbanist-v15-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbanist';
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/urbanist-v15-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/urbanist-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  background: #fff;
  font-family: "Urbanist", sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.375;
/*  overflow-y: hidden; */
}
@media (max-width: 759.98px) {
  body {
    font-size: 16px;
/*    overflow-y: scroll;*/
  }
}

.oh {
/*  overflow: hidden;*/
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

.wp-block-columns {
  margin: 0;
}

.wp-block-column {
  margin: 0 !important;
}

.indicator {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #fff;
  z-index: 9999;
  color: #000;
}
.indicator:before {
  content: "xxs";
}
@media (min-width: 1600px) {
  .indicator:before {
    content: "xxl";
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .indicator:before {
    content: "xl";
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .indicator:before {
    content: "lg";
  }
}
@media (min-width: 760px) and (max-width: 989.98px) {
  .indicator:before {
    content: "md";
  }
}
@media (min-width: 600px) and (max-width: 759.98px) {
  .indicator:before {
    content: "sm";
  }
}
@media (min-width: 400px) and (max-width: 599.98px) {
  .indicator:before {
    content: "xs";
  }
}

@media (min-width: 990px) {
  .has_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .has_sidebar article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .has_sidebar .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding-left: 30px;
    margin-left: auto;
  }
}
.header {
  padding: 0 7.5%;
}
.header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
}
.header .logo {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  position: relative;
  top: 0px;

  @media screen and (min-width: 768px) {
    color: #000;
  }
}
.header .logo strong {
  display: block;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 989.98px) {
  .header {
    padding: 0 10%;
  }

  .header .logo strong {
    font-size: 22px;
  }
}
@media (min-width: 760px) {
  .header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header ul li {
    position: relative;
    margin-left: 60px;
  }
  .header ul li:first-child {
    margin: 0;
  }
}
@media (min-width: 760px) and (max-width: 1199.98px) {
  .header ul li {
    margin-left: 30px;
  }
}
@media (min-width: 760px) {
  .header ul a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
  }
  .header ul a:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    width: 0;
    bottom: 8px;
    background: currentColor;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 760px) {
  .header ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 10px;
  }
  .header ul li.menu-item-has-children > a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    border: 5px solid transparent;
    border-width: 6px 4px;
    border-top-color: currentColor;
    margin-top: -4px;
  }
}
@media (min-width: 760px) {
  .header ul a:hover,
.header ul > li:hover > a,
.header ul li.current-menu-item > a,
.header ul li.current-menu-ancestor > a,
.header ul li.current-menu-parent > a {
    text-decoration: none;
    color: #000;
  }
  .header ul a:hover:after,
.header ul > li:hover > a:after,
.header ul li.current-menu-item > a:after,
.header ul li.current-menu-ancestor > a:after,
.header ul li.current-menu-parent > a:after {
    left: 0;
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 760px) {
  .header ul ul {
    display: none;
    position: absolute;
    width: 300px;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px 0px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    background: #fff;
    border: 1px solid #000;
  }
  .header ul ul:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #000;
    right: auto;
  }
  .header ul ul:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 50px;
    top: -50px;
    left: 50%;
    margin-left: -75px;
  }
  .header ul ul li {
    display: block;
    margin: 0;
  }
  .header ul ul li a {
    text-transform: none;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 5px 20px;
    display: block;
  }
  .header ul ul li a:after {
    display: none;
  }
  .header ul ul li.current-menu-item > a,
.header ul ul li a:hover {
    font-weight: bold;
  }
}
@media (min-width: 760px) {
  .header ul > li:hover ul {
    display: block;
  }
  .header ul > li:hover ul li:after {
    display: none;
  }
}
.header .menu-toggle {
  display: none;
}

body.menu_open {
  overflow: hidden;
}

@media (max-width: 759.98px) {
  .header {
    position: relative;
  }
  .header .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .logo {
    font-size: 22px;
  }
  .header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    top: 0;
    right: -10px;
    left: -10px;
    background: #fff;
    z-index: 9999;
    padding: 45px 10px 5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .nav_wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: all;
  }
  .header .nav_wrap .menu-close {
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 0 none;
    cursor: pointer;
    margin-bottom: 80px;
    margin-bottom: 35px;
    margin-top: 4px;
  }
  .header .nav_wrap .menu-close i {
    display: block;
    width: 31px;
    height: 31px;
    position: relative;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .nav_wrap .menu-close i:after, .header .nav_wrap .menu-close i:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 3px;
    top: 14px;
    left: 0px;
    background: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .nav_wrap .menu-close i:before {
    width: 3px;
    height: 31px;
    top: 0px;
    left: 14px;
  }
  .header .nav_wrap .menu-close:hover i:after,
.header .nav_wrap .menu-close:hover i:before {
    background: #000;
  }
  .header .nav_wrap nav {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .header .nav_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    list-style: none;
  }
  .header .nav_wrap ul li {
    margin-bottom: 10px;
  }
  .header .nav_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .header .nav_wrap ul a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
  }
  .header .nav_wrap ul a:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 50%;
    right: 50%;
    bottom: 4px;
    background: currentColor;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .header .nav_wrap ul ul a {
    padding: 5px 0;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #a1a1a1;
  }
  .header .nav_wrap ul a:hover,
.header .nav_wrap ul li.current-menu-item > a {
    text-decoration: none;
    color: #000;
  }
  .header .nav_wrap ul a:hover:after,
.header .nav_wrap ul li.current-menu-item > a:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .header .menu-toggle {
    display: block;
  }
  .header .menu-toggle .label {
    display: none;
  }
  .header .menu-open {
    width: 29px;
    height: 20px;
    padding: 0;
    border: 0 none;
    margin-left: auto;
    background: transparent;
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
    margin-left: 20px;
    cursor: pointer;
    margin-top: 4px;
  }
  .header .menu-open i {
    width: 30px;
    height: 3px;
    display: block;
    background: #000;
    position: relative;
  }
  .header .menu-open i:after, .header .menu-open i:before {
    position: absolute;
    background: inherit;
    content: "";
    width: 30px;
    height: 3px;
    left: 0px;
  }
  .header .menu-open i:before {
    top: -8px;
  }
  .header .menu-open i:after {
    bottom: -8px;
  }
}
@media (max-width: 759.98px) {
  /* .header {
    margin-bottom: 20px;
  } */
  .header .logo img {
    max-width: 260px;
    max-height: 40px;
  }
  .header .container {
    height: 70px;
  }
}
body.page-template-page_no_header .header {
  margin-bottom: 0;
}

.footer_bottom {
  background: #eee;
}
.footer_bottom .cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_bottom .col {
  padding: 0 15px;
  margin-bottom: 30px;
}

.footer {
  padding: 30px 0;
  background: #000;
  color: #fff;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer a {
  color: #fff;
}
/*# sourceMappingURL=theme.css.map */

/* Contact Page */

.contact-wrapper figure {
  margin-top: 4rem;
}

.contact-inner h5 {
  font-size: 1.2rem;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
    .contact-content {flex-direction: row;
      gap: calc(3rem + 5vw);
    }
  }

.contact-content h3 {
  font-size: 2rem;
  margin-bottom: 0 !important;
}

.contact-content p {
  margin-top: 1rem;
  line-height: 1.5;
}

/* Header */

.header {
  position: relative;
	z-index:9999;
  width: 100%;
}

@media screen and (min-width: 990px) {
    .header { position: fixed; }
}

.nav-mobile-active header .logo {
  color: #000;
}

@media screen and (min-width: 768px) {
  .nav-mobile-active header .logo { color: #fff; }
  .btn--toggle { margin-top: 0 !important; }
}

/* Mobile Nav */
	
.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
  cursor: pointer;
  margin-top: -4px;
}
.btn--toggle .icon-bar {
  display: block;
  background: #000;
  position: relative;
  width: 36px;
  height: 3px;
  margin: 4px auto;
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 990px) {
  .btn--toggle .icon-bar {
    background: #fff;
  }
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar {
  background: #fff;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 7px;
}
.btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -7px;
}

.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.nav-mobile__inner {
  background: #000;
  min-height: auto;
  display: inline-block;
  width: 100%;
}
/* @media (orientation: landscape) and (max-height: 500px) {
  .nav-mobile__inner {
    padding-top: 5.83333rem;
  }
} */

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem 10% 1rem;
  margin: 0;
  height: auto;
}

@media screen and (max-width: 767px) { 
  .nav-mobile-active .logo {
    display: none;
  }
  .nav-mobile-active .page_wrap {
    margin-top: 125px;
  }
}

@media screen and (min-width: 768px) {
    .nav-mobile__inner ul {
      height: 100vh;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
    }
  }
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  font-size: 22px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1.25rem 0;
}

@media screen and (min-width: 768px) {
    .nav-mobile__inner ul a  {
      font-size: 4rem;
      padding: 1.25rem 1rem;
    }
  }

/*.current-menu-item a,*/
.nav-mobile__inner a:hover {
  font-style: italic;
}

/* Homepage */
.home header {
  position: relative;
}
.home header .btn--toggle .icon-bar {
  background: #000!important;
}
.nav-mobile-active .home header .btn--toggle .icon-bar {
  background: #fff!important;
}