/*
 Theme Name: Liquid Blocks
 Author: Federico Salort
 Author URI: http://federicosalort.com/
 Description: Theme developed for Liquid Blocks

 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: none;
    font-weight: normal;
    overflow: hidden;
}

html.start_website {
    overflow: auto;
}
html.add_scroll {
    overflow: auto;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html * {
    /* overscroll-behavior: none; */
}

body {
    margin: 0px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 0px !important;
    background: black;
    font-family: 'Ladna-SemiBold';
    color: #d1cec1;
    font-size: 1.5625vw;
    line-height: 1.875vw;
    overflow-x: hidden;
}

.open_menu,.open_menu body {
    overflow: hidden;
}

body *,span, a,p {
    text-size-adjust: none;
}

h1 {
}

.mobile {
    display: none !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar, .mobile_version .site_scroller_parent::-webkit-scrollbar, .project_about_content .project_about_content_wrapper::-webkit-scrollbar {
    display: none;
}

html, body {
}

header {
}

html, body {
    -ms-overflow-style: none;
}

html.home_html {
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    outline: none;
}

p {
    margin-top: 0;
}

svg {
    overflow: visible;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    /* padding: 0; */
    /* margin: 0; */
    /* list-style: none; */
}

b, strong, h1, h2, h3, h4, h5, h6, label {
    font-weight: normal;
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input, button {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

a {
    color: #d1cec1;
}

b, strong {
}

.custom_clear::after {
    clear: both;
    display: block;
    content: '';
}

a {
    text-decoration: none
}

header {
    z-index: 80000000000;
    position: absolute;
    width: 100%;
    font-size: 1.3021vw;
    line-height: 1.5625vw;
    -moz-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;

}
.animation_on .home header {
        pointer-events: none;
    opacity: 0;
}
.start_website.animation_on .home header {
    pointer-events: auto;
    opacity: 1;
    height: 5vw;
    width: 100%;
}

.start_website.animation_on .home  #content_container {
    pointer-events: auto;
    opacity: 1;
}

.start_website .home  #content_container {
    pointer-events: auto;
    opacity: 1;
}

.header_logo {
    width: 11.5033vw;
    top: 1.6105vw;
    position: fixed;
    left: 4.027vw;
    z-index: 10;
}

.header_logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.home_animation {
 
}
body.home .home_animation {
      position: fixed;
    z-index: 13;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    -moz-transition: opacity .5s linear 0s;
    -ms-transition: opacity .5s linear 0s;
    -o-transition: opacity .5s linear 0s;
    transition: opacity .5s linear 0s; 
}
.website_background {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    top: 0;
    left: 0;
}

.website_background video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    object-fit: cover
}

.website_background:before {
    content: '';
    background-color: rgb(0 0 0);
    mix-blend-mode: multiply;
    opacity: .75;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: multiply;
}

.home_animation .init_animation {
    position: absolute;
    width: 291%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

.home_animation_logo {
    overflow: visible;
    height: 6.25vw;
    width: 6.25vw;
    pointer-events: none;
    position: relative;
    display: inline-block;
  
    }

.website_clock {
    color: #aeff00;
    position: fixed;
    width: 100%;
    text-align: center;
    padding-top: 1.5903vw;
    z-index: 10;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 65vw;
}

.website_clock label {
}

.website_clock .hour {
    display: inline-block;
    width: 5.98vw;
    text-align: center;
}

.contact_btn {
    position: fixed;
    color: #d1cec1;
    font-size: 1.5625vw;
    line-height: 1.875vw;
    top: 1.5903vw;
    right: 1.0417vw;
    cursor: pointer;
    z-index: 10;
    -moz-transition: opacity .35s linear 0s;
    -ms-transition: opacity .35s linear 0s;
    -o-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}

.show_menu .contact_btn {
    opacity: .2
}

.website_content {
    position: relative;
    padding-top: 0;
    width: 100%;
    text-align: center;
}

.home #content_container {
    -moz-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
 
    position: relative;
}
 .home #content_container{
       pointer-events: none;
    opacity: 0;
}
.website_content .website_content_main_text {
}

.website_content .website_content_main_text h1 {
    margin: 0;
    margin-bottom: 1.5vw;
}

h1 {
    font-size: 6.8125vw;
    line-height: 6.708333vw;
    letter-spacing: -0.03em;
    margin: 0;
}
#products h1 {
        font-size: 5.5vw;
        line-height: 5.708333vw;
}
#products h1.content__title_smaller  {
        font-size: 3vw;
        line-height: 3.5vw;
}


h1.smaller_font{
        font-size: 4.5vw;
        line-height: 5.5vw;
}

.website_content .website_content_main_text p {
}

.website_content .website_content_main_text p:last-child {
    margin: 0;
}

.footer {
    position: relative;
    padding-top: 6vw;
    height: 16.40625vw;
}

.footer .footer_menu {
    text-align: center;
    padding-bottom: 1.1458vw;
}
.footer .footer_menu.legal_menu{
    padding-top:5vw;
    font-size: 2.3vw;
    line-height: 2.3vw;
    font-size: 1.354166666666667vw;
    line-height: 1.625vw;
}
.footer .footer_menu .footer_menu-nav {list-style: none;padding: 0;margin: 0;}

.footer .footer_menu .footer_menu-nav .item {
    padding-bottom: 0.5208vw;
}

.footer .footer_menu .footer_menu-nav .item .title {
    -moz-transition: opacity .35s linear 0s;
    -ms-transition: opacity .35s linear 0s;
    -o-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
    opacity: .5;
}
.footer .footer_menu .footer_menu-nav .item .title.active{
    opacity:1;
}
.footer .footer_menu .footer_menu-nav .item .title span {
}

.footer .disclaimer {
    font-size: 0.8854vw;
    line-height: 1.0625vw;
    letter-spacing: -0.04em;
    padding: 1.0417vw;
    display: none;
}

.footer .disclaimer p {
    margin: 0;
}

.main_text_items {
    padding-top: 0;
    padding-bottom: 6.6452vw;
}

.main_text_items .main_text_item {

}

.main_text_items .main_text_item.shine_item {
}

.main_text_items .main_text_item.shine_item h1 {
    margin: 0;
}

h3 {
    color: #aeff00;
    margin: 0;
    font-size: 2.8646vw;
    line-height: 3.125vw;
    letter-spacing: -0.04em;
    padding-bottom: 6.4494vw;
    display: block;

}
#users h3 {
        top: 3vw;
    position: relative;
}
.users_items {
}

.users_items .users_item {
    padding: 1.0582vw 0;
}

.users_items .users_item.shine_item {
    letter-spacing: -0.04em;
    line-height: 4.0833vw;
    margin: 0;
}



.users_items .users_item.shine_item p {
    margin: 0;
}

.section#products {
    padding-top: 6.4494vw;
}

.section#products h3 {
}

.section#products .products_text_items {
}

.section#products .products_text_items .products_text_item {margin-bottom: 4vw;}

.section#products .products_text_items .products_text_item.shine_item {
}

.section#products .products_text_items .products_text_item.shine_item h1 {
    margin: 0;
}

.contact_title {
    padding-top: 7.5vw;
    font-size: 2.3vw;
    line-height: 2.3vw;
}

.form_shortcode {
    padding: 5.8835vw 0 0.8835vw 0;
}

 .form_shortcode .wpcf7 {
}

 .form_shortcode .wpcf7 .screen-reader-response {
}

 .form_shortcode .wpcf7-form {
}

 .form_shortcode .form_field {
}

 .form_shortcode .form_field p {
    margin: 0;
}

 .form_shortcode .form_field input {
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-family: 'Ladna-SemiBold';
    color: #d1cec1;
    font-size: 1.5625vw;
    line-height: 1.875vw;
    height: 2.2396vw;
    width: 30.1773vw;
    border-bottom: 1px solid #d1cec1;
    margin-bottom: 1.5104vw;
}

 .form_shortcode .form_field_submit {
    padding-top: 2vw;
}

 .form_shortcode .form_field_submit input[type="submit"] {
    border: none;
    width: auto;
    text-align: center;
    opacity: .2;
    margin-bottom: 0;
    cursor: pointer;
    pointer-events: none;
}

 .form_shortcode .form_field_submit input[type="submit"].active {
    pointer-events: all;
    opacity: 1;
}

 .form_shortcode .wpcf7-response-output {
    margin: 0;
    border: none!important;
    padding: 0 !important;
    margin-top: 2vw;
    font-size: 1.2vw;
    letter-spacing: -0.04em;
}

body .wpcf7-spinner {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #aeff00;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffb900;
    /* Yellow */
}

::placeholder {
    color: rgba(209, 206, 193, 0.2);
}

::-webkit-input-placeholder {
    color: rgba(209, 206, 193, 0.2);
}

:-moz-placeholder {
    color: rgba(209, 206, 193, 0.2);
    opacity: 1;
}

::-moz-placeholder {
    color: rgba(209, 206, 193, 0.2);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(209, 206, 193, 0.2);
}

body .wpcf7-not-valid-tip {
    display: none
}

.shine_item {
    opacity: 1!important;
}

#users .shine_item {
    opacity: 1!important;
}

.shine_item.active {
    opacity: 1;
}

.animation_name_logo {
    display: inline-block;
    width: 32.9359375vw;
    vertical-align: -1.15vw;
    margin-left: 2.284375vw;
}

.start_website .animation_name_logo {
    display: none
}

.animation_name_logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.start_animation .home_animation {
    opacity: 0;
}

.start_website .home_animation_logo {
    width: 2.1876vw;
    height: 2.1876vw;
    left: 1.0417vw;
    top: 1.0417vw;
    position: fixed;
}
 html:not(.animation_on) .home .home_animation_logo {
    width: 2.1876vw;
    height: 2.1876vw;
    left: 1.0417vw;
    top: 1.0417vw;
    position: fixed;
}
 body:not(.home) .home_animation_logo {
    width: 2.1876vw;
    height: 2.1876vw;
    left: 1.0417vw;
    top: 1.0417vw;
    position: fixed;
    pointer-events: all;
    z-index: 4;
    overflow: hidden;
}
.start_animation.start_website .init_animation {
    width: 6.35vw;
}

.start_animation.start_website .home_animation {
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
 html:not(.animation_on) .home  .home_animation {
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.center_line {
    position: fixed;
    height: 5vw;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    pointer-events: none;
}

.main_text_item_container {
    position: relative;
    height: calc((var(--true-vh) * 100) );
}
.section_pinner_center{
      height: calc((var(--true-vh) * 100) );
      width: 100vw;
      /* padding: var(--page-padding); */
      flex-direction: column;
      display: flex;
      justify-content: center;   /* centers vertically */
      /* align-items: center;    // add if you also want horizontal centering */
      position: relative;
}
.main_text_item_container.item_3 {
    margin: 5vw 0
}

.contact_menu {
    position: fixed;
    right: 1.1vw;
    top: 1.5903vw;
    font-size: 1.354166666666667vw;
    line-height: 1.625vw;
    -moz-transition: opacity .35s linear 0s;
    -ms-transition: opacity .35s linear 0s;
    -o-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
    /* opacity: 0; */
    /* pointer-events: none; */
}
@media (orientation: landscape) {
.show_menu .contact_menu {
    opacity: 1;
    pointer-events: auto;
}
}
.contact_menu .contact_menu-nav {list-style: none;margin: 0;padding: 0;}

.contact_menu .contact_menu-nav .item {
    display: block
}

.contact_menu .contact_menu-nav .item .title {

-moz-transition: opacity .35s linear 0s;

-ms-transition: opacity .35s linear 0s;

-o-transition: opacity .35s linear 0s;

transition: opacity .35s linear 0s;

opacity: .5;
}
.contact_menu .contact_menu-nav .item .title.active {
    opacity:1
}
.contact_menu .contact_menu-nav .item .title span {
}

#users{
        height: calc((var(--true-vh) * 100)*2);
}
.content.item_1{
    height: calc((var(--true-vh) * 100)*2);
    display: block;
    position: static;
}
#primary{
        min-height: calc((var(--true-vh) * 100) - 16.40625vw) !important;
}

:root{
  --scroll-hint-size:2vw;
  --scroll-hint-bottom:1vw;
  --scroll-hint-bounce:1vw;
  --scroll-hint-z:9999;
}
.scroll_hint{
  position:fixed;
  left:50%;
  bottom:var(--scroll-hint-bottom);
  transform:translateX(-50%);
  width:var(--scroll-hint-size);
  height:var(--scroll-hint-size);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:1;
  pointer-events:auto;
  transition:opacity .4s ease, transform .4s ease;
  z-index:var(--scroll-hint-z);
  pointer-events: none;
}
.scroll_hint_icon{
  width:100%;
  height:100%;
  animation:scroll-bounce 1.4s ease-in-out infinite;
}
@keyframes scroll-bounce{
  0%,100%{ transform:translateY(0) }
  50%{ transform:translateY(calc(var(--scroll-hint-bounce) * -1)) }
}
.scroll_hint.is-hidden{
  opacity:0;
  pointer-events:none;
}
@media (prefers-reduced-motion:reduce){
  .scroll_hint_icon{ animation:none }
}

.website_content.legal_content {
    padding-top: 7.5vw;
}
.website_content.legal_content .legal_content_title {
    margin-bottom: 5vw;
}
.website_content.legal_content .legal_content_title h1 {}
.website_content.legal_content .legal_content_content {
    width: 80vw;
    margin: auto;
    text-align: left;
}
.website_content.legal_content .legal_content_content p {}
.website_content.legal_content .legal_content_content h2 {
    font-size: 2.3vw;
    line-height: 2.3vw;
    margin-top: 3vw;
}
.website_content.legal_content .legal_content_content h3 {
    color: #d1cec1;
    padding: 0;
    margin: 2vw 0;
    font-size: 1.9vw;
    line-height: 3.125vw;
    letter-spacing: -0.04em;
}
.website_content.legal_content .legal_content_content ul {}
.website_content.legal_content .legal_content_content ul li {}
.website_content.legal_content .legal_content_content ul li p {}
.website_content.legal_content .legal_content_content ol {}
.website_content.legal_content .legal_content_content ol li {}
.website_content.legal_content .legal_content_content ol li p {}
.website_content.legal_content .legal_content_content b {}
.website_content.legal_content .legal_content_content strong {}
.website_content.legal_content .legal_content_content a {}
.website_content.legal_content .legal_content_content .mobile_br {}

.page-template-template_login  .wpcf7-response-output{
    color: #dc3232;
}