/*
Theme Name: Montana
Author: Sébastien Chandonay & Cyril Tissot (Studio Montana)
Author URI: http://www.seb-c.com
Description: Website's theme
Version: 0.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wooden
Text Domain: wooden
*/

/* ------------------------------------------------- */
/* = Import
/* ------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,300;0,400;0,700;0,800;0,900;1,300;1,400;1,700;1,800;1,900&family=Sora:wght@300;400;500;600;700;800&display=swap');

/*******************************************/
/* Gutenberg alignment supports            */
/*******************************************/
.entry-content *.alignwide,
.alignwide {
  margin-left: -72px; /* = container padding */
  margin-right: -72px;
  max-width: calc(100% + 144px)
}
.entry-content *.alignfull,
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content *.aligncenter,
.aligncenter {
  margin-left : auto;
  margin-right : auto;
}

.is__grid {
  background: url('../../../../000_Grid/grid1200.jpg') repeat top center;
  background: url('../../../../000_Grid/grid12x12.png') repeat top center;
  background-size: 240px;
}
.is__hidden {
  display: none;
  visibility: hidden;
}

/* ------------------------------------------------- */
/* = Normalize
/* ------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* 1em = 10px */
  font-size: calc(1em * .625);
  border: none;
}
header, main, menu, nav, section, article, form, aside, datalist, details, dialog, figure, figcaption, footer, svg {
  display: block;
}
p, ul, ol, dl, blockquote, pre, td, th, label, input, textarea, select, button, hr {
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  border: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: baseline;
}
img {
  vertical-align: top; /* remove white space below image */
  max-width: 100%;
  height: auto;
  border: none;
}
.screen-reader-text {
  position: absolute;
  left: -5000000px;
}
*:focus { /* remove outlines around focus link (Chrome) */
  outline: none;
}

/* ------------------------------------------------- */
/* = Root
/* ------------------------------------------------- */
:root {
  --black: #000000;
  --white: #ffffff;
  --joliyellow: #fffe90;
  --yellow: #ef55;
  --link: #FFD80A /*ffbf5d*/;
  --gold: #7f7877;
  --red: #ff381d;
  --darkblue: #002A5A;
  --lightblue: #ACDC;

  --base10: calc(1em / var(--base14)); /* = 10px */
  --base11: calc(1.1em / var(--base14)); /* = 11px */
  --base12: calc(1.2em / var(--base14)); /* = 12px */
  --base14: 1.4;
  --base16: calc(1.6em / var(--base14)); /* = 16px */
  --base18: calc(1.8em / var(--base14)); /* = 18px */
  --base20: calc(2em / var(--base14)); /* = 20px */
  --base24: calc(2.4em / var(--base14)); /* = 24px */
  --base30: calc(3em / var(--base14)); /* = 30px */
  --base36: calc(3.6em / var(--base14)); /* = 36px */
  --base48: calc(4.8em / var(--base14)); /* = 48px */
  --base60: calc(6em / var(--base14)); /* = 60px */
}

/* Selected */
::-moz-selection { background-color: #fffe90; }
::selection { background-color: #fffe90; }

/* Clearing */
.entry-content::after {
  clear: both;
  content: "";
  display: block;
}

/* ------------------------------------------------- */
/* = Colors
/* ------------------------------------------------- */
.has-yellow-color {
  color: var(--yellow);
}
.has-yellow-background-color {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

/* ------------------------------------------------- */
/* = Typography
/* ------------------------------------------------- */
body {
  font-family: 'Playfair Display', serif;/* Sora */
  background-color: var(--white);
  color: var(--black);
  font-weight: 400;
  font-size: 1.4em; /* default value don't fix */
  line-height: 1.8;
  text-align: left;
  overflow-x: hidden;
}
.navigation-wrapper {
  font-family: 'Prompt', sans-serif;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, pre, form, table, hr {
  margin: 0 0 20px 0;
}
p, ul, ol {
  font-size: var(--base16);
}
h1, h2, h3, h4, h5, h6, .h1-like, .h2-like, .h3-like, .h4-like, .h5-like, .h6-like {
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  white-space: break-spaces;
}
h1, .h1-like {
  font-weight: 900;
  font-size: var(--base36);
  text-transform: normal;
}
/* @media screen and (min-width: 0) and (max-width: calc(1512px - 1px)) and (orientation: landscape) {
    h1 {
        font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    }
}
@media screen and (min-width: 0) and (max-width: calc(1512px - 1px)) and (orientation: portrait) {
    h1 {
        font-size: calc((2.2 - 1) * 1.2vh + 1rem);
    }
}
@media screen and (min-width: 1512px) {
    h1 {
        font-size: calc(2.2 * 1rem);
    }
}*/

h2, .h2-like {
  font-size: var(--base36);
  text-transform: normal;
}
h3, .h3-like {
  font-size: var(--base30);
  text-transform: normal;
}
h4, .h4-like {
  font-size: var(--base24);
  text-transform: normal;
}
h5, .h5-like {
  font-size: var(--base20);
  text-transform: normal;
}
h6, .h6-like {
  font-size: var(--base16);
  text-transform: normal;
}
small {
  font-size: 80%;
}
b,
strong {
  font-weight: bold;
}
mark {
  background-color: #fffe90;
}
sup,
sub {
  font-size: 50%;
  line-height: 0;
}


/* ------------------------------------------------- */
/* = Blockquotes
/* ------------------------------------------------- */
blockquote,
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
}

blockquote cite,
blockquote footer,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote footer {
}

/* ------------------------------------------------- */
/* = Lists
/* ------------------------------------------------- */
ul, ol {
  padding-left: 20px;
  list-style: none;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li > ul {
  list-style-type: circle;
}
li > ul, li > ol {
  font-size: 100%;
  padding-left: 20px;
  margin: 0;
}

/* ------------------------------------------------- */
/* = Separator
/* ------------------------------------------------- */
hr {
  display: block;
  padding: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--black);
  box-sizing: content-box;
  margin: 0 0 40px 0;
}

/* ------------------------------------------------- */
/* = Links
/* ------------------------------------------------- */
a, a:link {
  text-decoration: none;
  color: var(--link);
  background-color: transparent;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
  transition: all .2s ease-out;
}
a:visited {
  /*color: var(--black);*/
}
a:hover, a:active, a:focus {
  color: blue;
}
a:not([href]) {
  cursor: default;
}
p > a, p > a:link {
}

/* ------------------------------------------------- */
/* = Forms & tables
/* ------------------------------------------------- */
form, form.contact {
  width: 100%;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
tr, td {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--black);
  background-color: transparent;
  vertical-align: middle;
  line-height: normal;
  padding: 14px;
}
button, input, textarea, select, label {
  width: 100%;
  max-width: 100%;
  height: auto;
  resize : none;
  border: none;
  display: block;
  vertical-align: middle;
  line-height: normal;
  padding: 14px;
}
input, select, textarea {
  background-color: transparent;
  color: var(--black);
  border: 1px solid currentColor;
  -webkit-appearance: none;
  border-radius: 0;
}
label {
  position: relative;
}
::-webkit-input-placeholder {
}
::-moz-placeholder {
}
:-ms-input-placeholder {
}
::-ms-input-placeholder {
}
::placeholder {
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="password"],
input[type="url"],
input[type="search"] {
  width: 100%;
}
input[type="radio"],
input[type="checkbox"],
input[type="image"] {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: none;
}

/* ------------------------------------------------- */
/* = Buttons
/* ------------------------------------------------- */
a.button, .button, button,
a.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: 'Prompt', sans-serif;
  display: inline-block;
  -webkit-appearance: button;
  width: auto;
  font-size: inherit;
  background-color: var(--lightblue);
  color: var(--black);
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer;
  outline: none;
}
button:hover, .button:hover,
a.wp-block-button__link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,l681
input[type="reset"]:hover {
  background-color: var(--black);
  color: var(--white);
}

/* Woodenchild style… */
/* ------------------------------------------------- */
/* = Header
/* ------------------------------------------------- */
.admin-bar header#masthead {
  top: 30px;
}
header#masthead {
  z-index: 3;
  position: fixed; /*absolute*/
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  /*box-shadow: 0px 0.5px 2px -1px rgba(0,0,0,0.75);*/
}
header#masthead .wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 60px;
}
header#masthead .inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
}
header#masthead .site-branding {
  flex: 0 0 33%;
}
header#masthead .site-branding .site-title {
  font-family: 'Prompt', sans-serif;
  font-size: var(--base24);
  font-weight: 700;
  text-align: left;
}
header#masthead .site-branding .site-description {
  display: none;
}
header#masthead .site-branding a {
  border-bottom: none;
  color: var(--black);
  padding: 0;
}
header#masthead .site-branding a.logo {
}

/* -------------------------------------------------- */
/* = Navigation
/* -------------------------------------------------- */
header nav {
  width: auto;
  background-color: transparent;
  flex: 1 0 auto;
}
header nav > div {
  height: 100%;
}
header nav ul.menu {
  font-weight: 500;
  background-color: transparent;
  height: 100%;
  font-size: var(--base14);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
}
header nav ul.menu li {
  list-style-type: none;
  background-color: transparent;
  text-align: right;
  line-height: normal;
  padding: 0;
  margin: 0 10px;
  transition: all .3s ease-in-out;
}
header nav ul.menu li a {
  padding: 0;
  color: var(--black);
  border-bottom: none;
  transition: all 0.2s ease-out;
}
header nav ul.menu:hover > li {
  opacity: .25;
}
header nav ul.menu > li:hover {
  opacity: 1;
}
/* = Cible tous les li enfants directs de ul.menu */
header nav ul.menu > li {
}
header nav ul.menu li > ul.sub-menu {
}
header nav ul.menu li ul.sub-menu > * {
}
header nav ul.menu li.current-menu-item,
header nav ul.menu li.current_page_item,
header nav ul.menu li.current-menu-ancestor,
header nav ul.menu li.current_page_ancestor,
header nav ul.menu li.current_page_parent {
}
header nav ul.menu li.current-menu-item {
  border-bottom: 1px solid currentColor;
}
header nav ul.menu li.current-menu-item a:hover {
  text-decoration: none;
}
/* = Toggle navigation */
header nav .menu-toggle {
  display: none;
}

/* -------------------------------------------------- */
/* = Burger Toggle Navigation
/* -------------------------------------------------- */
.burger {
  position: relative;
  display: none;
}
.burger-box {
  background: transparent;
  border: none;
  padding: 0;
  width: 35px;
  height: 35px;
}
.burger-box:hover {
  background: transparent;
}
.burger-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.burger-inner .top-bun,
.burger-inner .patty,
.burger-inner .bottom-bun {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  content: '';
  width: 100%;
  height: 1px;
  transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
  will-change: transform,width;
}
.burger-inner .top-bun {
  transform: translatey(-7px);
}
.burger-inner .patty {
}
.burger-inner .bottom-bun {
  width: 80%;
  transform: translatey(7px);
}
@media (max-width: 768px) {
  .burger {
    display: flex;
  }
  header.is__open .burger-inner .top-bun {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
  }
  header.is__open .burger-inner .patty {
    transform: scale(0);
  }
  header.is__open .burger-inner .bottom-bun {
    transform: translatex(3.5px) rotate(135deg);
    width: 28px;
  }
}

/* -------------------------------------------------- */
/* = Darken Mode
/* -------------------------------------------------- */
html.is__darken {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  transition: filter .4s ease-in-out;
}
.darken {
  position: relative;
  margin: 0 0 0 40px;
}
.darken-box {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.darken-box:hover {
  background-color: transparent;
    color: currentColor;
}
.darken-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.dark, .vador {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 50%;
  /*border-radius: 50% 50% 0 0 / 100% 100% 0 0;*/ /* Half Circle */
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dark::after {
  position: absolute;
  font-family: 'woodkit-icofont';
  content: "\e901";
  font-size: 18px;
}
html.is__darken .dark {
  height: 1px;
  transform: scale(.5);
  border: 1px solid #000;
}
html.is__darken .vador {
  top: auto;
  width: 1px;
  transform: scale(.5);
  border: 1px solid #000;
}
html.is__darken .dark::after {
  transform: scale(0);
}

/* -------------------------------------------------- */
/* = Content
/* -------------------------------------------------- */
#page.site {
  min-height: 100vh;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
}
#content {
  flex: 1;
}
#content .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px 2vw;
}

/* -------------------------------------------------- */
/* = Main content
/* -------------------------------------------------- */
main {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
section {
  padding: 0;
  margin: 0;
}
article {
  padding: 0;
  margin: 0;
}
figure {
}
figcaption {
}
header.entry-header,
header.page-header {
  max-width: 100%;
  padding: 20px 0 0;
}
body.home header.entry-header {
  display: none;
}
.content-resume-post header.entry-header {
  margin: 0;
}
.entry-content {
}

/* -------------------------------------------------- */
/* = Gutenberg Blocks
/* -------------------------------------------------- */
.entry-content > div[class*=wp-block-],
.entry-content > figure[class*=wp-block-]{
  margin-bottom: 20px !important;
}
figure.wp-block-image{
  position: relative;
}
figure.wp-block-image figcaption,
figure figcaption, .post-thumbnail-wrapper figcaption,
.post-thumbnail-wrapper.is_cover figcaption{
  font-weight: 300;
  color: var(--white);
  font-size: var(--base10);
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 3px 6px;
}

/* -------------------------------------------------- */
/* = Home
/* -------------------------------------------------- */
body.home .wp-block-cover.alignfull {
  min-height: calc(100vh - 60px);
}
body.home .wp-block-cover__inner-container {
  color: var(--white);
}
body.home .wp-block-cover__inner-container > p {
  animation: fade-in-from-bottom 1.2s;
  line-height: 1;
}
body.home .wp-block-cover__inner-container > p:first-child {
  font-weight: 900;
}
body.home .wp-block-cover__inner-container > p:first-child:after {
  content:'*';
  font-weight: 300;
  font-size: 50%;
  vertical-align: top;
}
@-webkit-keyframes fade-in-from-bottom { from {opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0);}  to {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}
@keyframes fade-in-from-bottom { from {opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0);}  to {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}

/* -------------------------------------------------- */
/* = Archives
/* -------------------------------------------------- */
.blog .page-content,
.archive .page-content {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.blog .site-main,
.archive .site-main,
.archive .listing {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.blog article.content-resume,
.archive article.content-resume {
  position: relative;
  margin: 0 0 40px;
  padding: 0 20px;
  max-width: 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
}
.blog article.content-resume .entry-header,
.archive article.content-resume .entry-header,
.archive .listing article.content-resume .entry-header {
  padding: 0;
}
.blog article.content-resume .entry-header > a,
.archive article.content-resume .entry-header > a,
.archive .listing article.content-resume .entry-header > a {
  width: 100%;
  height: 320px;
  border: none;
  overflow: hidden;
  display: block;
}
.blog article.content-resume .entry-header > h1 a,
.archive article.content-resume .entry-header > h1 a,
.archive .listing article.content-resume .entry-header > h1 a {
  border: none;
  text-transform: none;
}
.blog article.content-resume img,
.archive article.content-resume img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 0.5s ease-out;
  filter: grayscale(0%);
}
.blog article.content-resume .entry-header > a:hover img,
.archive article.content-resume .entry-header > a:hover img,
.archive .listing article.content-resume .entry-header > a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Archive Portfolio type */
.archive .listing article.content-resume-portfolio {
  display: flex;
  margin: 0 0 60px;
  flex: 0 0 33.33333%;
  flex-flow: column;
}
.archive .listing article.content-resume-portfolio .entry-header,
.archive .listing article.content-resume-portfolio .entry-content {
  margin: 0;
  padding: 0;
  /*max-width: 50%;*/
  -webkit-box-flex: 0;
  /*flex: 0 0 50%;*/
}
.archive .listing article.content-resume-portfolio .entry-header > a {
  height: 180px;
}
.archive .listing article.content-resume-portfolio h2, {
  line-height: 1;
}
.archive .listing article.content-resume-portfolio h2 a {
  text-transform: none;
  color: var(--black);
  border: none;
}

/* -------------------------------------------------- */
/* = Article single
/* -------------------------------------------------- */
.single-post article .entry-header {
  margin: 0 0 20px 0;
}
.single-post article .entry-header .post-thumbnail {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin: 0;
}
.single-post article .entry-header .post-thumbnail > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* -------------------------------------------------- */
/* = Wall
/* -------------------------------------------------- */
.alignfull{
  padding: 0 4vw;
}
.wp-block-wkg-wall .wall-item-inner img {
  transition: all 0.5s ease-out;
  filter: grayscale(0%);
}
.wp-block-wkg-wall .wall-item-inner:hover img {
  filter: grayscale(100%);
  transform: scale(1.05);
}
.wp-block-wkg-wall .wall-filters {
  padding: 10px 4vw;
  text-transform: capitalize;
}
.wp-block-wkg-wall .wall-filters li {
  font-size: 14px;
  padding: 0 1vw;
}
.wp-block-wkg-wall .wall-filters li:not(:last-child):after {
}
.wp-block-wkg-wall .wall-filters li:hover {
}
.wp-block-wkg-wall .wall-filters li.active {
  color: var(--black);
  font-weight: 400;
  border-bottom: 1px solid #000;
}

/* -------------------------------------------------- */
/* = Portfolio Single
/* -------------------------------------------------- */
.site {
}
@media (min-width: 1024px) {
  .single-portfolio #content .wrapper {
    margin: 0 auto 0 360px;
  }
  .single-portfolio *.alignfull {
    margin-left: -390px; /* = left margin + left padding */
  }
  .single-portfolio .post-thumbnail-wrapper figure {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
}
.single-portfolio figure {
  position: relative;
}
.single-portfolio .post-thumbnail-wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.single-portfolio .meta {
  background-color: var(--white);
  position: fixed;
  left: 40px;
  padding: 40px 20px 20px;
  width: 340px;
  z-index: 2;
}
.single-portfolio .meta::after {
  /*content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 30px;
  clip-path: polygon(0 0, 0 100%, 50% 0, 100% 100%, 100% 0);
  background-color: var(--white);*/
}
.single-portfolio .meta h2.meta-title {
  font-size: var(--base24);
  text-transform: none;
  margin: 0 0 10px 0;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-7deg) translateY(-20px) skewX(-10deg);
}
.single-portfolio .meta .meta-taxonomy {
  font-family: 'Prompt', sans-serif;
  font-size: var(--base12);
  color: var(--gold);
  margin: 0 0 20px 0;
}
.single-portfolio .meta .meta-description p {
  font-family: 'Playfair Display', serif;
  font-size: var(--base14);
}
.single-portfolio .meta .meta-description p:last-child {
  margin: 0;
}
.single-portfolio .meta .meta-description a {
  font-family: 'Prompt', sans-serif;
  border: none;
  font-weight: 500;
  color: var(--black);
  margin: 20px 0 0;
}
.single-portfolio .meta .meta-description a::after {
  content: ' →';
  color: currentColor;
  white-space:pre-wrap;
}
.single-portfolio .meta .meta-description a:hover {
  color: var(--lightblue);
  border-bottom: 1px solid currentColor;
}
.single-portfolio .meta .meta-description p:last-child {
}
.single-portfolio .entry-content {
}
.single-portfolio .wp-block-gallery {
}
.single-portfolio .wp-block-gallery ul li.blocks-gallery-item,
.wp-block-image {
}
.single-portfolio .wp-block-gallery ul li.blocks-gallery-item img {
}
.single-portfolio .wp-block-gallery ul li.blocks-gallery-item a {
  border: none;
}
/* = Mask over thumb */
.single-portfolio .wp-block-gallery ul li.blocks-gallery-item a::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity .4s linear;
}
.single-portfolio .wp-block-gallery ul li.blocks-gallery-item a:hover::after {
  opacity: 1;
}
/* = Joli effect __Reveal on scroll */
.single-portfolio .wp-block-gallery ul li.blocks-gallery-item {
  opacity: 0;
  transition: all .8s ease-out;
  transform: translate3d(0px, 20px, 0px);
}
.single-portfolio .wp-block-gallery ul li.blocks-gallery-item.is__reveal {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.thumb-wrapper img {
  opacity: 0;
  transition: all .8s ease-out;
  transform: scale(1.01);
}
.thumb-wrapper.is__reveal img {
  opacity: 1;
  transform: scale(1);
}

/* -------------------------------------------------- */
/* = Screen Image + Browser tab
/* -------------------------------------------------- */
.screen-image {
  border-radius: 4px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
  display: table;
  margin-bottom: 72px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.browser-tab-bar {
  background: #f2f2f2;
  border-radius: 6px 6px 0 0;
  line-height: 0;
}
.browser-tab-bar ul {
  padding: 8px 5px;
  margin: 0;
  display: flex;
}
.browser-tab-bar ul li {
  list-style-type: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  background: #eb665a;
}
.browser-tab-bar ul li:nth-child(2n) {
  background: #efa908;
}
.browser-tab-bar ul li:nth-child(3n) {
  background: #4cac2f;
}
.wp-block-image.is-style-screen-image {
  margin: 0;
}

/* -------------------------------------------------- */
/* = Posts Navigation Controllers
/* -------------------------------------------------- */
.navigation-wrapper,
.navigation-wrapper.alignfull {
  position: relative;
  padding: 2vw 4vw;
  display: flex;
  justify-content: space-between;
}
.navigation-wrapper a {
  font-size: 100%;
  border: none;
  color: var(--black);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.navigation-wrapper span::before {
  padding: 0 6px;
}
.navigation-wrapper a:hover {
  color: var(--lightblue);
}

/* -------------------------------------------------- */
/* = Breadcrumb
/* -------------------------------------------------- */
.tool-breadcrumb li {
  list-style-type: none;
  display: inline-block;
  margin: 0 6px;
}

/* -------------------------------------------------- */
/* = Contact form 7
/* -------------------------------------------------- */
@media (min-width: 1024px) {
  .wpcf7 {
    width: 75%;
    margin: 0 auto;
  }
}
.wpcf7 .row {
  margin-left: -20px;
}
.wpcf7 .row fieldset {
  width: calc(50% - 20px);
  margin-left: 20px;
  float: left;
}
.wpcf7 fieldset {
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
}
.wpcf7 fieldset > label {
  position: absolute;
  z-index: 1;
  transition: all .2s ease-out;
  display: none;
}
.wpcf7 fieldset.is__focus > label {
  /*transform: translate(20px,0);
  opacity: 0;*/
}
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
  border: 1px solid var(--lightblue);
  background-color: var(--white);
}
.wpcf7 fieldset.is__focus input,
.wpcf7 fieldset.is__focus textarea,
.wpcf7 fieldset.is__focus input.wpcf7-not-valid {
  border-color: var(--black);
}
.wpcf7 .submit {
  width: 100%;
  text-align: left;
}
.wpcf7 input[type="submit"] {
  width: calc(50% - 20px);
}
.wpcf7 span.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.wpcf7 span.wpcf7-form-control-wrap[class*=quiz-] label {
  padding: 0;
}
.wpcf7 input.wpcf7-not-valid {
  border-color: var(--lightblue);
}
.wpcf7 .wpcf7-not-valid-tip::after {
  font-family: "woodkit-icofont";
  font-style: normal;
  font-weight: normal;
  content: '\e907';
  color: var(--lightblue);
  margin: 0 0 0 10px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  visibility: visible;
  padding: 14px;
  font-size: 11px;
}
.wpcf7 .quiz-109 span.wpcf7-not-valid-tip {
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-mail-sent-ng,
.wpcf7 form .wpcf7-aborted,
.wpcf7 form .wpcf7-spam-blocked ,
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-acceptance-missing {
  margin: 0;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid currentColor;
  font-size: var(--base12);
  text-align: left;
  line-height: 2;
  background-color: transparent;
}

/* -------------------------------------------------- */
/* = Columns
/* -------------------------------------------------- */
.one__col, .two__col, .three__col, .four__col,
.five__col, .six__col, .seven__col, .eight__col,
.nine__col, .ten__col, .eleven__col, .twelve__col,
.wp-block-column.one__col, .wp-block-column.two__col,
.wp-block-column.three__col, .wp-block-column.four__col,
.wp-block-column.five__col, .wp-block-column.six__col,
.wp-block-column.seven__col, .wp-block-column.eight__col,
.wp-block-column.nine__col, .wp-block-column.ten__col,
.wp-block-column.eleven__col, .wp-block-column.twelve__col {
  margin: 0;
  flex: 1 1 auto;
}
.one__col {
  width: 8.33333333%;
}
.two__col {
  width: 16.66666667%;
}
.three__col {
  width: 25%;
}
.four__col {
  width: 33.33333333%;
}
.five__col {
  width: 41.66666667%;
}
.six__col {
  width: 50%;
}
.seven__col {
  width: 58.33333333%;
}
.eight__col {
  width: 66.66666667%;
}
.nine__col {
  width: 75%;
}
.ten__col {
  width: 83.33333333%;
}
.eleven__col {
  width: 91.66666667%;
}
.twelve__col {
  width: 100%;
}

/* -------------------------------------------------- */
/* = Search content
/* -------------------------------------------------- */
.search {
}
.content-search {
}

/* -------------------------------------------------- */
/* = Footer
/* -------------------------------------------------- */
footer#colophon {
  width: 100%;
  font-size: var(--base10);
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 4vw;
}
footer#colophon .wrapper,
footer#colophon .inner {
  text-align: center;
}
footer#colophon a {
  white-space: nowrap;
}
footer#colophon a:hover {
}

/* -------------------------------------------------- */
/* = Cookies Tool
/* -------------------------------------------------- */
#tool-legal-box {
  position: fixed;
  width: 100%;
  max-width: 100%;
  right: 0;
  bottom: 0;
  padding: 40px;
  background-color: var(--black);
  color: var(--white);
  /*display: block !important; /* Display and style */
  justify-content: center;
  transition: all .2s ease-out;
}
#tool-legal-box .legal-box-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tool-legal-box span {
  margin: 0;
}
#tool-legal-box a {
  text-decoration: none;
}
#tool-legal-box a:hover {
  color: var(--link);
}
#tool-legal-box button.accept {
  width: auto;
  padding: 14px;
  margin: 0;
  position: relative;
  border: 1px solid var(--black);
  top: 0;
  right: 0;
  bottom: 0;
}
#tool-legal-box button.accept:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* -------------------------------------------------- */
/* = 404 Page
/* -------------------------------------------------- */
.error404 {
  filter: invert();
}
.error404 #content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error404 #content * {
  margin: 0;
}

/* -------------------------------------------------- */
/* = Responsive Mode
/* -------------------------------------------------- */
@media (max-width: 1024px) {
  .entry-content *.alignwide {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (orientation : portrait) {
  .single-portfolio .wp-block-gallery ul li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wp-block-columns {
    flex-flow: column wrap;
  }
  .wp-block-column:nth-child(2n){
    margin: 0;
  }
  .one__col, .two__col, .three__col, .four__col,
  .five__col, .six__col, .seven__col, .eight__col,
  .nine__col, .ten__col, .eleven__col, .twelve__col,
  .wp-block-column.one__col, .wp-block-column.two__col,
  .wp-block-column.three__col, .wp-block-column.four__col,
  .wp-block-column.five__col, .wp-block-column.six__col,
  .wp-block-column.seven__col, .wp-block-column.eight__col,
  .wp-block-column.nine__col, .wp-block-column.ten__col,
  .wp-block-column.eleven__col, .wp-block-column.twelve__col {
    width: 100%;
  }
  header#masthead .wrapper
  #content .wrapper,
  header#masthead .wrapper,
  .navigation-wrapper,
  .navigation-wrapper.alignfull,
  footer#colophon {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* = Main Nav */
  header#masthead {
    background-color: var(--white);
  }
  header#masthead .site-branding {
    flex: 1;
  }
  header#masthead .site-branding .site-title {
  }
  header#masthead.is__open {
  }
  header#masthead .inner {
  }
  .darken {
    margin: 0 0 0 20px;
  }

  /* = Hamburger Nav */
  .hamburger-nav {
    display: flex;
  }
  header.is__open .hamburger-nav line {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
  }
  header nav {
    position: absolute;
    width: 100%;
    top: 100%;
    padding-top: 50px;
    transform: translatey(100%);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  header.is__open nav {
    opacity: 1;
    visibility: visible;
    margin-bottom: 6vw;
    transform: translatey(0);
  }
  header.is__open ~ #content {
    transition: all .2s ease-out;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  header nav ul.menu {
    font-size: var(--base20);
    flex-direction: column;
    align-items: flex-start;
  }
  header nav ul.menu li {
    margin: 0 0 10px;
    padding: 1vw 3vw;
    background-color: var(--white);
    font-weight: 400;
    user-select: none;
  }
  header nav.is__open ul.menu li a {
  }
  header nav ul.menu li.current-menu-item {
    border: none;
  }
  header nav ul.menu li.current-menu-item a,
  header nav ul.menu li.current_page_item a {
    border: none;
    text-decoration: line-through;
  }
  .negative-nav {
    margin: 0 0 0 20px;
  }

  /* = Archives */
  .blog .page-content, .archive .page-content {
    width: 100%;
    margin: 0;
  }
  .blog .site-main, .archive .site-main, .archive .listing {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .blog article.content-resume, .archive article.content-resume {
    max-width: 100%;
    flex: 0 0 auto;
  }

  /* = Portfolio */
  .single-portfolio .thumb-wrapper {
    margin: 0;
  }
  .single-portfolio .meta {
    position: relative;
    left: 0;
    top: 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .single-portfolio .meta::after {
    display: none;
  }
  .single-portfolio .meta h2.meta-title {
    transform: none;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
  .single-portfolio .entry-content {
    margin: 0;
  }
}

@media (max-width: 420px) {
}

@media (max-width: 320px) {
}
