/*
Theme Name: Estudio Armondes
Description: Tema feito para Estudio Armondes
Version: 1.0
Author: Zapiens
Author URI: zapiens.com.br
*/

* {
    margin:0;
    padding: 0;
}
html, body {
    height:100%;
}
body {
    font-family: 'Space Mono', monospace;
    font-size: 16px;
    color: #cedfd7;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
    /* opacity: .7; */
}
@font-face {
    font-family: 'Blackout Midnight';
    font-style: normal;
    font-weight: normal;
    src: local('Blackout Midnight'), url('Blackout-Midnight.woff') format('woff');
}
.blackout-midnight {
    font-family: Blackout Midnight, 'Blackout Midnight', sans-serif;
    font-weight: normal;
}
.background-transparent {
    background-color: transparent !important;
}
.black {
    background-color: #333333;
}
.font-black {
    color: #333333;
}
.green {
    background-color: #025157;
}
.transparent-green {
    background-color: rgba(02, 81,87,.3);
}
.transparent-opaque-green {
    background-color: rgba(02, 81,87,.8);
}
.font-green, a.font-green:hover {
    color: #025157;
}
.blue {
    background-color: #cedfd7;
}
.font-blue, a.font-blue:hover {
    color: #cedfd7;
}
.transparent-opaque-blue {
    background-color: rgba(206, 223, 215, .9);
}
.orange {
    background-color: #ff5100;
}
.font-orange, a.font-orange:hover {
    color: #ff5100;
}
.background-less-size {
  background-image: url(img/bg-blue.svg);
  background-repeat: repeat-y;
  background-size: 80%;
  background-position: top center;
}
.background-less-size-green {
    background-image: url(img/bg-green.svg);
}
.orange-button {
    color: #ff5100;
    background-color: #cedfd7;
    border: 0.625rem solid #ff5100;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.5rem 2.5rem;
    text-align: center;
    /* transition: all ease 1s; */
}
.orange-fill-button {
  background-color: #ff5100;
  color: #cedfd7;
  padding: .8rem 2rem;
  border: 0;
  text-transform: uppercase;
  font-size: .8rem;
  /* transition: all ease 1s; */
  font-weight: 700;
}
.orange-fill-button:hover {
  color:  #ff5100;
  background-color: #025157;
}
.orange-button:hover {
  color: #cedfd7;
  background-color: #ff5100;
  border: 0.625rem solid #cedfd7;
}
input.orange-button {
    cursor: pointer;
}
.orange-button-small-font {
  font-size: 1rem;
}
.orange-button-border-little {
    border: 0.4rem solid #ff5100;
}
.orange-button-border-little:hover {
    border: 0.4rem solid #cedfd7;
}
.blue-fill-button {
  padding: .8rem 2rem;
  border: 0;
  text-transform: uppercase;
  font-size: .8rem;
  color: #ff5100;
  background-color: #cedfd7;
  /* transition: all ease 1s; */
  font-weight: 700;
}
.blue-fill-button:hover {
  color:  #ff5100;
  background-color: #025157;
}
.presentation-button {
    border: 5px solid #FF5000;
    padding: 20px 14px;
    line-height: 17px;
    font-size: 21px;
    letter-spacing: 0.1em;
    /* margin-right: 25px; */
}
.presentation-button:hover, .orange-button-focus {
    border: 5px solid #cedfd7;
    background-color: #FF5000;
    color: #cedfd7;
}
.font-bold {
  font-weight: 700;
}
.artgallery-button {
    font-size: 2rem;
}
.border-orange {
    border-bottom: 0.875rem solid #ff5100;
}
.border-blue {
  border: 0.42rem solid #cedfd7;
}
/** formata elementos que tem backgrounds parallax **/
.bgParallax {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    /*text-shadow:0 0 10px rgba(0,0,0,0.7);*/
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    /*background-size: 200%;*/
}
.mask {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
    background-image: url(img/turtle-bg.svg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat-x;
}
/* Define backgrounds dos divs */
#presentation {
    background-image: url(img/estudio-armondes-home-bg.jpg);
    background-attachment: scroll !important;
    background-repeat: repeat;
    /* background-repeat: no-repeat; */
    /* padding-top: 2.3rem; */
    z-index: 3;
}
.ghost-presentation {
    background-image: url(img/bg-transparent.svg) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#tattoo {
    background-image: url(img/estudio-armondes-tattoo-bg.jpg);
    background-attachment: scroll!important;
}
#coworking {
    background-image: url(img/estudio-armondes-coworking-bg.jpg);
}
#art-gallery {
    background-image: url(img/estudio-armondes-art-gallery-bg.jpg);
}
#events-news {

}
#contact {

}
/** Footer **/
.footer {
    padding: 3.75rem 3.75rem;
}
/** Formata o article que vai o texto **/
.fg-parallax {
    position: relative;
    z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
.home h1 {
    font-size: 4.3rem;
    font-weight: 700;
    padding-bottom: 4.25rem;
}

/** sections and bg img **/
body > section {
    position: relative;
    z-index: 1;
    padding-top:9.375rem;
    padding-bottom: 6.25rem;
}
body > section article p{
}
.coworking {
    background-image: url(img/estudio-armondes-coworking-bg.jpg);
    background-attachment: fixed;
}
.artgallery {
    background-image: url(img/estudio-armondes-art-gallery-bg.jpg);
    background-attachment: fixed;
}
/** Menu **/
.menu {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgba(02, 81,87,.3);
    /* transition: background-color ease 1s; */
}
.menu-home {
  z-index: 1;
  background-color: rgba(02, 81,87,.3); 
}
.logo {
    /* width: 3.5rem; */
    /* height: auto; */
    margin: 1.125rem 0 1.875rem 1.875rem;
    cursor: pointer;
}
.logo-turtle {
    width: 62px;
}
.logotype {
    width: 200px;
    margin-left: 23px;
}

.wrapper-hamburguer {
    margin: 22px;
    /* margin: 0.9375rem 1.875rem 1.875rem 0; change first vallue if remove pt-br | EN */
}
.wrapper-hamburguer a:hover, .wrapper-hamburguer img:hover {
    opacity: .7;
}
.wrapper-hamburguer-align {

}
#hamburguer {
    width: 40px;
}
.language {
    font-size: .9rem;
    text-align: right;
    margin-bottom: .3rem;
}
.hamburguer {
    /* width: 20%;
    height: auto; */
    cursor: pointer;
}
.hamburguer img {
    width: 20%;
    height: auto;
}
/** Lightbox **/
#aparece {
    height: 100%;
    position: fixed;
    top: 0;
    /* transition: right 1s ease; */
    right: -100%;
    width: 34.375rem;
    margin-top: 0;
    z-index: 4;
}
.fecha {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 3rem;
    font-weight: 500;
    /* transition: color 0.5s ease; */
    padding: 0.9375rem 1.875rem 1.875rem 0;
}
.fecha:hover {
    /* transition: color 0.5s ease; */
    color: #d5e05b;
}
.fecha:hover { 
    fill: orange;
}
.fecha img {
  width: 5% !important;
}
#aparece ul {
    margin: 25% auto;
    list-style-type: none;
    padding: 0;
}
#aparece ul li {
    padding: .8em 0;
    font-size: 1.4rem;
    font-weight: 700;
}
#aparece ul li:last-child {
    border: none;
}
#aparece ul li a {
    font-weight: 700;
    /* transition: color ease 1s; */
}
#aparece ul li a:hover {
  color: #ff5100;
}
/** Presentation **/
.presentation {

}
.logo-studio img{
    width: 50%;
}
#presentation-links .mr-4 {
    margin-right: 33px !important;
}
.presentation-link {
}
.sticky {
    position: fixed;
    top: 0;
    left: 12.5%;
    width: 75% !important;
    z-index: 6;
    width: 100%;
    /* transition: opacity ease 1s; */
}
.stickySocial {
  position: fixed !important;
  top: 50%;
  transform: translateY(-40%);
  right: 0;
  z-index: 2;
  width: 100%;
  /* transition: opacity ease 1s; */
}
.orange-button-img{
  height: 60px !important;
  width: auto !important;
}

.orange-button-img-hover {
  top: 0;
  left: 50%;
    transform: translateX(-50%);
  /* transition: opacity ease 1s; */
}
.presentation-link:hover .orange-button-img-hover {
  opacity: 0 !important;
}
.social-icons-presentation {
  position: absolute;
  bottom: 4rem;
  right: 0;
  width: 100px;
  z-index: 4;
}
/*.social-icons-presentation img {
  height: 35px !important;
}*/
.width-desk-social-icon {
  width: 70px;
}
/** Tatoo **/
.nav-tatoo {

}
.nav-tatoo p {
    margin: 0 0 4.4375rem 0;
}
/** Coworking **/
.wrapper-icone-coworking {
    padding: 0.8125rem 0;
}
.wrapper-icone-coworking h2 {
    font-size: .8rem;
    font-weight: 700;
    padding-left: 1.1875rem;
}
.icone-coworking {
    width: 3.4rem;
    height: auto;
}
/** Art Gallery **/
.nav-art-gallery {
    padding: 15rem 0 0 0;
}
.nav-art-gallery p {
    margin: 0 0 4.4375rem 0;
}
/** Events **/
.nav-events{
    margin: 0;
}
#events-news h3 {
    font-weight: 700;
}
#events-news h4 {
    font-size: 1rem;
}
/** Contact **/
.map {
    width: 100%;
    position: relative;
}
.map:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.map iframe {
    position: absolute;
}
.localizacao {
    width: 2.5rem !important;
    height: auto !important;
}
.address-contact {
    padding: 0.9375rem 0 1.25rem 0;
}
.address-contact a{
    color: #cedfd7;
}
.wrapper-icones-contato {
    padding: 1.1875rem 0;
}
.wrapper-icones-contato h2 {
    font-size: .8rem;
    font-weight: 700;
    padding-left: 19px;
    text-transform: none !important;
    line-height: 10px;
    padding: 10px 0;
}
.wrapper-icones-contato a {
    color: #cedfd7;
}
.icone-contato {
    width: 1.875rem !important;
    height: auto !important;
}
/** single tattoo**/
#light-box-post {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    overflow-y: auto;
    pointer-events: auto;
    /* transition: opacity ease 1s; */
    min-height: 100%;
}
.close-lightbox {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 3rem;
}
.lightbox-image {
  cursor: zoom-in;
}
.arrow {
    font-size: 5rem;
    font-weight: 700;
}
/** category **/
.wrapper-thumb-category {
    /* transition: opacity ease 1s; */
    opacity: 0;
    padding: 2rem;
}
.wrapper-thumb-category h1{
  font-size: 3rem;
  font-weight: 700;

}
.wrapper-thumb-category:hover {
    opacity: 1;
}
.zoom-image {
  z-index: 10;
  padding: 0;
  position: absolute !important;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  cursor: zoom-out;
  /* transition: opacity ease 1s; */
}
.zoom-image > div {
  overflow-y: auto;
}

/** PAGE **/
.destacada-desktop {
    /* height: 550px;
    width: 100%;
    z-index: 0; */
}
.destacada-desktop img {
    /* position: absolute;
    top: 50%;
    left: -50%;
    transform: translateX(50%) translateY(-50%) scale(1.01);
    z-index: 0; */
}
.section-1-page {
    padding-top: 0;
    z-index: 2;
    position: relative;
}
.h1-page {
    bottom: 15px;
    left: 15px;
}
.page-template-default h1 {
/* H1 Title */

font-family: Space Mono;
font-style: normal;
font-weight: bold;
font-size: 66px;
line-height: 75px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #FF5000;
}
.content-post h2 {
    font-family: Space Mono;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 71px;
letter-spacing: 0.05em;
color: #ff5000
}
.content-post h3 {
font-family: Space Mono;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 33px;
letter-spacing: 0.02em;
color: #085156;
}
/*debug mobile img gutemberg */
.wp-block-image img {
    height: auto;
}
@media (max-width: 900px) { /* fix for flex column */
    .adjust-flex-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
}
@media (min-width: 900px) { /* fix for flex column */
    .mob-adjust-flex-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    /** Events **/
    .nav-events{
        /* margin: 3.8125rem 0 0 0; */
    }
    .contato-coworking {
        position: absolute;
        bottom: 1.8rem;
        left: 3rem;
    }
}
@media (max-width: 600px)
{
    /*fix bg align for coworking and art gallery*/
    .fix-square-container {
        padding: 0 !important;
    }
    .fix-square {
        padding: 15px !important;
    }
    #aparece {
        width: 100%;
        right: -100%;
    }
    #presentation {
        background-image: url(img/bg-transparent.svg), url(img/estudio-armondes-home-bg.jpg);
        background-repeat:  repeat, no-repeat;
        /* padding-top: 0; */
    }
    .menu-home {
      z-index: 4;
    }
    .logo {
        width: 15%;
        margin: 2.25rem 1.5625rem;
    }
    .logo-studio img {
        width: 60%;
    }
    body > section {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .home h1 {
      font-size: 2.5rem;
    }
    .presentation-button { 
        margin: 15px 0 !important;
    }
    .artgallery-button {
        font-size: inherit;
    }
    .nav-art-gallery {
        padding: 3.125rem 0 0 0;
    }
    .list-icone-coworking {
        padding-top: 3.125rem;
        /*padding-bottom: 5rem !important;*/
    }
    .wrapper-icone-coworking h2 {
        font-size: .9rem;
    }
    #events-news h3 {
      font-size: .9rem;
    }
    #events-news h4 {
        font-size: .9rem;
    }
    .desktop {
      display: none !important;
    }
    .border-blue {
        border-width: 2px;
    }
    .tos-close, .tos-next, .tos-prev {
        width: 20px;
    }
}
@media (min-width: 600px) {
  .col-thumb-category:nth-child(1n) {
    padding-right: 1.875rem;
  }
  .col-thumb-category:nth-child(1n) {
    padding-left: 1.875rem;
  }
  .mobile {
    display: none !important;
  }
  .h1-page {
    bottom: 68px;
    left: 98px;
    }
}
/**AJUSTES FINAIS Dispositivos diferentes**/
@media (max-width: 1023px) {
    .debug-presentation-links-desktop {
        display: none !important;
    }
    .debug-presentation-links-mobile {
        display: flex !important;
    }
    .presentation-button {
        margin-top: 20px;
    }
    .mask {
        z-index: 0;
    }
}

@media only screen 
and (min-width: 1024px) 
and (max-width: 1280px) {
    #presentation-links .mr-4 {
        margin-right: 12px !important;
    }
    .presentation-button {
        padding: 10px 15px;
        font-size: 1rem;
        margin-top: 10px;
    }
}
/*fix para landscape*/
@media only screen 
and (max-width: 1024px) 
and (orientation: landscape) {
    #aparece ul {
        margin: 0 1rem;
    }
}

/** ajax auto load plugin **/
.alm-load-more-btn {
    margin: 0 auto;
    display: flex;
    cursor: pointer;
    outline: none;
}

.alm-load-more-btn.done{
    display: none;
}
/**lightbox**/
/* .tos-wrapper.tos-fixed, .tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(206, 223, 215, .9);
}
.tos-close, .tos-next, .tos-prev {
background-color: transparent;
background-repeat: no-repeat;
}
.tos-close {
  background-image: url(img/x.svg);
}
.tos-next {
  background-image: url(img/arrow-next.svg);
}
.tos-prev {
  background-image: url(img/arrow-previous.svg);
}
.tos-close span:after, .tos-close span:before, .tos-next span, .tos-prev span {
  transform: rotate(0);
  border: 0;
}
.tos-caption-0 {
  display: none !important;
}
.arrow-up {
  position: fixed;;
  bottom: 3rem;
  right: 3rem;
  z-index: 1;
  width: 3rem;
  height: auto;
  cursor: pointer;
}
.hover-arrow-up {
  transition: opacity ease 1s;
  opacity: 0;
  z-index: 2;
}
.hover-arrow-up:hover {
  opacity: 1;
} */
