/* ------------------------------- VARIABLES / MIXINS -------------------------------  */
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Josefin+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/* ---------------- DEFAULTS ---------------- */
html {
  font-family: "Dosis", sans-serif;
  color: #fff;
  background: url("img/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    opacity: 0.5; }

p {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 300; }

div {
  box-sizing: border-box; }

/* ---------------- PAGE ---------------- */
.c-page {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }
  @media screen and (max-width: 640px) {
    .c-page {
      padding: 40px; } }

/* ---------------- HEADER ---------------- */
.c-header {
  overflow: hidden;
  position: fixed; }
  @media screen and (min-width: 640px) {
    .c-header {
      max-width: 240px;
      border-radius: 0 0 7px 7px;
      top: 0; } }
  @media screen and (max-width: 640px) {
    .c-header {
      display: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: rgba(22, 22, 22, 0.9); }
      .c-header .c-header__logo {
        display: none; } }
  .c-header__toggle {
    justify-items: flex-end;
    background: url("img/icon-menu.svg");
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    margin-left: auto;
    background-size: cover;
    cursor: pointer; }
  @media screen and (min-width: 640px) {
    .c-header__anchor {
      width: 100%;
      position: absolute;
      top: 0;
      left: 20px;
      z-index: 2; } }
  .c-header__logo {
    display: block;
    margin-bottom: 2px;
    padding: 45px; }
    @media screen and (min-width: 640px) {
      .c-header__logo {
        background: rgba(22, 22, 22, 0.7); }
        .c-header__logo:hover {
          background: #fff;
          opacity: 1; }
          .c-header__logo:hover .st0 {
            fill: #161616; } }
    .c-header__logo svg {
      width: 100%; }
  .c-header__mobile {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 640px) {
      .c-header__mobile {
        display: none; } }
    .c-header__mobile .c-header__logo {
      width: 50px;
      padding: 0 0 0 0;
      border: 0; }
      .c-header__mobile .c-header__logo svg {
        height: 50px; }
  @media screen and (min-width: 640px) {
    .c-header .menu-primary-container {
      background: rgba(22, 22, 22, 0.7);
      margin-bottom: 2px; } }

/* ---------------- NAVIGATION ---------------- */
.c-nav ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 300; }
  @media screen and (max-width: 640px) {
    .c-nav ul {
      padding: 40px 40px 0 40px; } }
.c-nav a {
  padding: 7px 10px;
  display: block;
  border-radius: 7px;
  margin-bottom: 1px;
  text-transform: uppercase; }
.c-nav li:hover a, .c-nav li.current_page_item a {
  background: #fff;
  opacity: 1;
  color: #161616; }

ul.c-nav__gallery {
  text-transform: uppercase;
  font-weight: 700;
  display: none;
  background: rgba(22, 22, 22, 0.7);
  margin-bottom: 2px; }
  @media screen and (min-width: 640px) {
    .home ul.c-nav__gallery {
      display: block; } }

@media screen and (min-width: 640px) {
  .home .hide {
    display: none; } }

/* ---------------- SOCIAL ---------------- */
.c-social {
  margin: 0;
  padding: 0;
  display: flex; }
  .c-social a,
  .c-social span {
    height: 25px;
    width: 25px;
    background: #ccc;
    display: block;
    text-indent: -9999px;
    background: url("img/icon-social-instagram.svg") no-repeat;
    background-size: cover;
    margin-right: 10px; }
  .c-social a.twitter {
    background: url("img/icon-social-twitter.svg") no-repeat; }
  .c-social a.youtube {
    background: url("img/icon-social-youtube.svg") no-repeat; }
  .c-social span.email {
    background: url("img/icon-social-email.svg") no-repeat; }

/* ---------------- CONTENT ---------------- */
.c-content {
  padding: 0; }
  @media screen and (min-width: 640px) {
    .c-content {
      margin-left: 260px; } }
  .c-content__section {
    padding: 20px 0 0; }
  .c-content__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    background: rgba(22, 22, 22, 0.7);
    margin: 0 0 20px;
    border-radius: 7px;
    font-size: 25px;
    letter-spacing: 1px; }
    .c-content__title a {
      display: block;
      padding: 10px 20px; }
  .c-content p {
    font-size: 18px;
    line-height: 28px; }

/* ---------------- SOCIAL ---------------- */
.c-social {
  margin: 0;
  padding: 20px;
  list-style: none; }
  @media screen and (max-width: 640px) {
    .c-social {
      padding: 10px 50px; } }
  @media screen and (min-width: 604px) {
    .c-social {
      background: rgba(22, 22, 22, 0.7); } }

/* ---------------- GALLERY ---------------- */
.c-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 -31px 0 0; }
  @media screen and (max-width: 640px) {
    .c-gallery {
      margin: 0; } }
  .c-gallery__download {
    height: 16px;
    width: 20px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 20;
    opacity: 0;
    background: url("../images/icon-download.png"); }
  .c-gallery__permalink {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    display: block;
    background-size: 20px;
    border-radius: 999px;
    background: center no-repeat;
    background-size: 20px;
    background-image: url("img/icon-permalink.svg");
    z-index: 4;
    max-width: 40px;
    opacity: 0;
    display: none; }
  .c-gallery .post-edit-link {
    position: absolute;
    z-index: 4;
    bottom: 25px;
    left: 15px;
    display: inline-block;
    line-height: 20px;
    background: #161616;
    padding: 5px 10px;
    width: 52px;
    opacity: 0; }
    .c-gallery .post-edit-link:hover {
      background: #fff;
      color: #161616; }
  .c-gallery__item:hover .post-edit-link,
  .c-gallery__item:hover .c-gallery__permalink {
    opacity: 1; }
  .c-gallery__item, .c-gallery__sizer {
    width: calc(25% - 23px);
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden;
    border-radius: 7px; }
    @media screen and (min-width: 1252px) {
      .c-gallery__item.product, .c-gallery__item.download, .c-gallery__sizer.product, .c-gallery__sizer.download {
        width: calc(16% - 14px); } }
    @media screen and (max-width: 1252px) {
      .c-gallery__item, .c-gallery__sizer {
        width: calc(33% - 23px); } }
    @media screen and (max-width: 1108px) {
      .c-gallery__item, .c-gallery__sizer {
        width: calc(50% - 23px); } }
    @media screen and (max-width: 640px) {
      .c-gallery__item, .c-gallery__sizer {
        width: 100%; } }
    .c-gallery__item:after, .c-gallery__sizer:after {
      position: absolute;
      bottom: 20px;
      right: 20px;
      height: 40px;
      width: 40px;
      background-size: 20px;
      border-radius: 999px;
      background: center rgba(22, 22, 22, 0.7) no-repeat;
      background-size: 20px; }
    .c-gallery__item.download:after, .c-gallery__sizer.download:after {
      content: "";
      background-image: url("img/icon-download.svg"); }
    .c-gallery__item.product:after, .c-gallery__sizer.product:after {
      content: "";
      background-image: url("img/icon-product.svg"); }
    .c-gallery__item.video:after, .c-gallery__sizer.video:after {
      content: "";
      background-image: url("img/icon-play.svg");
      background-position: 15px center;
      background-size: 15px; }
    .c-gallery__item:last-child, .c-gallery__sizer:last-child {
      margin-right: 0; }
    .c-gallery__item a, .c-gallery__sizer a {
      display: block;
      width: 100%;
      line-height: 0; }
      .c-gallery__item a:hover, .c-gallery__sizer a:hover {
        opacity: 1; }
    .c-gallery__item img, .c-gallery__sizer img {
      width: 100%;
      height: auto; }
    .c-gallery__item:hover .c-gallery__tooltip, .c-gallery__sizer:hover .c-gallery__tooltip {
      opacity: 1; }
  .c-gallery__tooltip {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-gallery__tooltip h3 {
      font-size: 20px;
      font-weight: 500;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0 -20px 20px;
      padding: 0 20px 20px;
      line-height: 30px; }
    .c-gallery__tooltip p {
      font-family: "Dosis", sans-serif;
      margin: 0; }

.c-loading {
  background: url("img/loading.svg") center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .c-loading__wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("img/background-mobile.jpg");
    background-color: #1d1d1d;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .c-loading__wrap {
        background-image: url("img/background.jpg");
        background-color: #1d1d1d; } }

/* ---------------- ABOUT ---------------- */
.c-about a {
  opacity: 0.5; }
.c-about .alignright img {
  height: auto; }
@media screen and (max-width: 640px) {
  .c-about .alignright {
    margin: 0 0 20px 0 !important; } }
@media screen and (min-width: 640px) {
  .c-about .alignright {
    max-width: 40%;
    margin: 0 20px 20px 0; } }
@media screen and (min-width: 1024px) {
  .c-about .alignright {
    max-width: 50%; } }

/* ---------------- CONTACT ---------------- */
.c-contact {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 7%;
  position: relative;
  padding: 30px; }
  .c-contact__wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 30; }
  .c-contact__close {
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url("img/icon-close.png") no-repeat;
    background-size: cover; }
  .c-contact__link a {
    cursor: pointer; }
  .c-contact input,
  .c-contact textarea {
    width: 100%;
    border-radius: 7px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
    color: #161616;
    padding: 10px 15px;
    max-width: 100%;
    font-weight: 200;
    font-family: "Dosis", sans-serif; }
  .c-contact textarea {
    max-height: 400px;
    min-height: 200px; }
  .c-contact input[type="submit"] {
    max-width: 71px;
    margin: 0 auto;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    display: block;
    border: 1px solid #fff; }
    .c-contact input[type="submit"]:hover {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      cursor: pointer; }

.wp-block-embed {
  margin: 20px 0; }
  .wp-block-embed iframe {
    width: 100%;
    margin: 0;
    min-height: 400px; }

.c-contact__wrap {
  display: none; }

.c-link-tree {
  max-width: 500px;
  margin-top: 40px;
  margin: 40px auto; }
  @media screen and (max-width: 640px) {
    .c-link-tree {
      text-align: center; } }
  .c-link-tree h2 {
    margin-bottom: 20px;
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .c-link-tree .c-social {
    background: 0;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .c-link-tree .c-social {
        justify-content: center;
        margin-top: -20px; } }
    @media screen and (min-width: 640px) {
      .c-link-tree .c-social {
        top: 22px;
        right: 22px;
        position: absolute;
        padding: 0;
        background: 0; } }
  .c-link-tree .wp-block-button {
    margin-bottom: 15px; }
    .c-link-tree .wp-block-button:last-child {
      margin-bottom: 0; }
    .c-link-tree .wp-block-button__link {
      width: 100%;
      padding: 15px 0;
      border-radius: 0;
      background: rgba(153, 153, 153, 0.2);
      font-size: 16px;
      text-transform: uppercase;
      border-radius: 7px; }
      .c-link-tree .wp-block-button__link:hover {
        background: rgba(77, 77, 77, 0.2); }
  .c-link-tree__wrap {
    background: rgba(22, 22, 22, 0.7);
    padding: 20px;
    position: relative;
    border-radius: 7px; }
  .c-link-tree__pic {
    border-radius: 9999px;
    overflow: hidden;
    max-width: 150px;
    margin: 0 auto 15px;
    display: block;
    border: 2px solid #fff;
    height: 150px; }
    .c-link-tree__pic img {
      height: 150px; }

.grecaptcha-badge {
  display: none !important; }

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