@charset "UTF-8";
/*
Theme Name: Six Gallery
Theme URI: http://www.six-gallery.com
Author: Giga Design Studio
Author URI: http://www.gigadesignstudio.com
Description: Tema per il sito Six Gallery.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: holiday, hosting
Text Domain: six-gallery

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  width: 100%; }

body {
  line-height: 1;
  width: 100%; }

ul {
  list-style: none; }

ol > li {
  margin-left: 1.5em; }

ol > li > ol {
  list-style-type: lower-alpha; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  width: 100%;
  height: 100%; }

body,
button,
input,
select,
textarea {
  color: grey;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0; }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  font-style: italic;
  margin: 0 0 1.6em; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help; }

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

a {
  text-decoration: none; }

*:focus {
  outline: 0; }

/*
Setting required (in grid.scss):
  $space_mobile: 3;
  $space_desktop: 5;
*/
@font-face {
  font-family: 'Replica';
  src: url("font/Replica-Bold/Replica-Bold.eot");
  src: url("font/Replica-Bold/Replica-Bold.woff") format("woff"), url("font/Replica-Bold/Replica-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Replica';
  src: url("font/Replica-Regular/Replica Regular.eot");
  src: url("font/Replica-Regular/Replica Regular.woff") format("woff"), url("font/Replica-Regular/Replica Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.m, .branding, h1, .tease__title {
  font-family: "Replica", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.03em;
  font-weight: normal; }

.s, .popup__content p, .section__content p, .menu-toggle, .menu, .menu-item-has-children ul, .event, h2, h3, .tease__container p, .tease__info span, .tease__inquire a, .cookie a, .cookie span {
  font-family: "Replica", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: normal; }

.popup {
  position: absolute;
  background: rgba(241, 230, 233, 0.95);
  top: 45px;
  top: 4.5rem;
  z-index: 10;
  display: block;
  visibility: hidden;
  opacity: 0; }
  @media screen and (min-width: 1020px) {
    .popup {
      top: 45px;
      top: 4.5rem; } }

.popup__wrapper, .section__wrapper {
  height: 320px;
  height: 32rem;
  max-height: 100vh;
  max-height: -moz-calc(100vh - 120px);
  max-height: -moz-calc(100vh - 12rem);
  max-height: -webkit-calc(100vh - 120px);
  max-height: -webkit-calc(100vh - 12rem);
  max-height: -o-calc(100vh - 120px);
  max-height: -o-calc(100vh - 12rem);
  max-height: calc(100vh - 120px);
  max-height: calc(100vh - 12rem);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1020px) {
    .popup__wrapper, .section__wrapper {
      height: 320px;
      height: 32rem; } }

.popup--right, .menu {
  position: absolute;
  background: rgba(241, 230, 233, 0.95);
  top: 45px;
  top: 4.5rem;
  z-index: 10;
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 340px;
  width: 34rem;
  right: 0;
  height: 200px;
  height: 20rem; }
  @media screen and (min-width: 1020px) {
    .popup--right, .menu {
      top: 45px;
      top: 4.5rem; } }
  @media screen and (min-width: 1020px) {
    .popup--right, .menu {
      width: 340px;
      width: 34rem; } }
  @media screen and (min-width: 1020px) {
    .popup--right, .menu {
      height: 200px;
      height: 20rem; } }

.popup--left, .about,
.the-gallery,
.available-works,
.contacts,
.six-project {
  position: fixed;
  background: rgba(241, 230, 233, 0.95);
  top: 45px;
  top: 4.5rem;
  z-index: 10;
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 340px;
  width: 34rem;
  right: 0;
  z-index: 10000; }
  @media screen and (min-width: 1020px) {
    .popup--left, .about,
    .the-gallery,
    .available-works,
    .contacts,
    .six-project {
      top: 45px;
      top: 4.5rem; } }
  @media screen and (min-width: 1020px) {
    .popup--left, .about,
    .the-gallery,
    .available-works,
    .contacts,
    .six-project {
      width: 340px;
      width: 34rem; } }
  @media screen and (min-width: 780px) {
    .popup--left, .about,
    .the-gallery,
    .available-works,
    .contacts,
    .six-project {
      right: 36rem; } }

@media (min-width: 780px) {
  .has-menu--close .popup--left, .has-menu--close .about,
  .has-menu--close .the-gallery,
  .has-menu--close .available-works,
  .has-menu--close .contacts,
  .has-menu--close .six-project {
    right: 0; } }
.popup--open {
  visibility: visible;
  opacity: 1; }

.popup-close {
  position: absolute;
  top: 30px;
  top: 3rem;
  right: 30px;
  right: 3rem;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  cursor: pointer; }
  @media screen and (min-width: 1020px) {
    .popup-close {
      top: 30px;
      top: 3rem; } }
  @media screen and (min-width: 1020px) {
    .popup-close {
      right: 30px;
      right: 3rem; } }
  @media screen and (min-width: 1020px) {
    .popup-close {
      width: 20px;
      width: 2rem; } }
  @media screen and (min-width: 1020px) {
    .popup-close {
      height: 20px;
      height: 2rem; } }

.popup-close__first {
  background-color: #1d1d1b;
  height: 2px;
  width: 12px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center;
  left: 3px;
  top: 8px; }

.popup-close__second {
  background-color: #1d1d1b;
  height: 2px;
  width: 12px;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  left: 3px;
  top: 8px; }

.popup__title, .section__title {
  position: absolute;
  top: 0;
  padding: 30px;
  padding: 3rem; }
  @media screen and (min-width: 1020px) {
    .popup__title, .section__title {
      padding: 30px;
      padding: 3rem; } }

.popup__content, .section__content {
  text-align: center;
  height: 100%;
  margin-top: 70px;
  margin-top: 7rem;
  padding: 30px;
  padding: 3rem;
  padding-top: 0px;
  padding-top: 0rem;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1020px) {
    .popup__content, .section__content {
      margin-top: 70px;
      margin-top: 7rem; } }
  @media screen and (min-width: 1020px) {
    .popup__content, .section__content {
      padding: 30px;
      padding: 3rem; } }
  @media screen and (min-width: 1020px) {
    .popup__content, .section__content {
      padding-top: 0px;
      padding-top: 0rem; } }
  .popup__content p:last-of-type, .section__content p:last-of-type {
    padding-bottom: 0; }

header {
  height: 60px;
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #b4b4b3; }
  @media screen and (min-width: 1020px) {
    header {
      height: 60px;
      height: 6rem; } }
  @media screen and (min-width: 780px) {
    header {
      background: transparent; } }
  header .wrapper {
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    height: 20px;
    height: 2rem; }
    @media screen and (min-width: 1020px) {
      header .wrapper {
        padding-top: 20px;
        padding-top: 2rem; } }
    @media screen and (min-width: 1020px) {
      header .wrapper {
        padding-bottom: 20px;
        padding-bottom: 2rem; } }
    @media screen and (min-width: 1020px) {
      header .wrapper {
        height: 20px;
        height: 2rem; } }

.hdr-logo-link {
  letter-spacing: 0.08em; }

.menu-toggle {
  float: right;
  cursor: pointer; }

.menu-toggle__open-menu,
.menu-toggle__close-menu {
  display: none;
  line-height: 2rem; }

.menu-toogle--close .menu-toggle__open-menu {
  display: block; }

.menu-toogle--open .menu-toggle__close-menu {
  display: block; }

@media screen and (max-width: 780px) {
  .has-popup--open .menu {
    display: none; } }
#show--menu {
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  height: 30px;
  width: 30px;
  background-color: rgba(241, 230, 233, 0.95);
  text-align: center; }
  @media screen and (min-width: 780px) {
    #show--menu {
      display: none; } }
  #show--menu * {
    line-height: 28px; }

.menu {
  position: fixed; }
  .menu ul {
    position: relative; }
  .menu.menu--open {
    visibility: visible;
    opacity: 1; }
  .menu.menu--hidden {
    right: -36rem !important; }
  .menu.submenu--open .menu-item-has-children ul {
    visibility: visible;
    opacity: 1; }

.has-menu--open .menu--hidden {
  right: 0; }

.menu-item {
  padding-bottom: 5px;
  padding-bottom: 0.5rem; }
  @media screen and (min-width: 1020px) {
    .menu-item {
      padding-bottom: 5px;
      padding-bottom: 0.5rem; } }

.menu__relative {
  position: relative; }
  .menu__relative > ul {
    padding: 30px;
    padding: 3rem; }
    @media screen and (min-width: 1020px) {
      .menu__relative > ul {
        padding: 30px;
        padding: 3rem; } }

.menu-item-has-children ul {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 360px;
  right: 36rem;
  width: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  animation-duration: .5s;
  animation-fill-mode: both; }
  @media screen and (min-width: 1020px) {
    .menu-item-has-children ul {
      right: 360px;
      right: 36rem; } }
  .menu-item-has-children ul li {
    background: rgba(241, 230, 233, 0.95);
    padding: 1rem 3rem;
    margin-bottom: 1rem; }

.has-submenu--open .menu {
  right: -360px;
  right: -36rem; }
  @media screen and (min-width: 1020px) {
    .has-submenu--open .menu {
      right: -360px;
      right: -36rem; } }

.menu.submenu--open .menu-item-has-children ul {
  visibility: visible;
  opacity: 1;
  animation-name: fadeInUp; }

@media screen and (max-width: 780px) {
  .popup-is-open .menu {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0); } }

.menu-btn__link {
  position: relative;
  visibility: visible;
  opacity: 1; }
  .menu-btn__link:before {
    content: "→";
    position: absolute;
    left: -18px;
    left: -1.8rem;
    top: -1px;
    top: -0.1rem;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .3s all; }
    @media screen and (min-width: 1020px) {
      .menu-btn__link:before {
        left: -18px;
        left: -1.8rem; } }
    @media screen and (min-width: 1020px) {
      .menu-btn__link:before {
        top: -1px;
        top: -0.1rem; } }
  .menu-btn__link:hover:before {
    visibility: visible;
    opacity: 1; }

.current-menu-item > .menu-btn__link:before {
  visibility: visible;
  opacity: 1; }

.branding {
  float: left; }
  .branding:hover .branding-highlight {
    border-bottom: 2px solid rgba(241, 230, 233, 0.95); }

.event {
  float: right;
  cursor: pointer;
  line-height: 2rem; }
  .event:hover .event-highlight {
    border-bottom: 2px solid rgba(241, 230, 233, 0.95); }

#gallery {
  position: absolute;
  top: 6rem;
  height: 100%;
  height: -moz-calc(100% - 60px);
  height: -moz-calc(100% - 6rem);
  height: -webkit-calc(100% - 60px);
  height: -webkit-calc(100% - 6rem);
  height: -o-calc(100% - 60px);
  height: -o-calc(100% - 6rem);
  height: calc(100% - 60px);
  height: calc(100% - 6rem);
  width: 100%;
  background-color: transparent; }
  @media screen and (min-width: 780px) {
    #gallery {
      height: 100%;
      height: -moz-calc(100% - 75px);
      height: -moz-calc(100% - 7.5rem);
      height: -webkit-calc(100% - 75px);
      height: -webkit-calc(100% - 7.5rem);
      height: -o-calc(100% - 75px);
      height: -o-calc(100% - 7.5rem);
      height: calc(100% - 75px);
      height: calc(100% - 7.5rem);
      width: auto;
      top: 60px;
      top: 6rem;
      left: 15px;
      left: 1.5rem;
      right: 15px;
      right: 1.5rem;
      padding-top: 0; } }
  @media screen and (min-width: 780px) and (min-width: 1020px) {
    #gallery {
      top: 60px;
      top: 6rem; } }
  @media screen and (min-width: 780px) and (min-width: 1020px) {
    #gallery {
      left: 15px;
      left: 1.5rem; } }
  @media screen and (min-width: 780px) and (min-width: 1020px) {
    #gallery {
      right: 15px;
      right: 1.5rem; } }

.gallery__item {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.gallery__item--current {
  display: block; }

.content {
  display: none; }

.content--current {
  display: block; }

::-moz-selection {
  background-color: #b4b4b3; }

::selection {
  background-color: #b4b4b3; }

* ::-moz-selection {
  background: transparent;
  color: inherit; }
* ::selection {
  background: transparent;
  color: inherit; }

.popup ::-moz-selection, .tease ::-moz-selection {
  background-color: #b4b4b3; }
.popup ::selection, .tease ::selection {
  background-color: #b4b4b3; }

html {
  font-size: 10px;
  background: white;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  margin-top: 0 !important; }

body {
  background: #b4b4b3;
  color: #1d1d1b;
  font-family: "Replica", sans-serif;
  overflow-x: hidden;
  font-weight: bold;
  height: 100%; }

img {
  width: 100%;
  display: block; }

.clear {
  clear: both; }

.wrapper {
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem; }
  @media screen and (min-width: 1020px) {
    .wrapper {
      padding-left: 15px;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 1020px) {
    .wrapper {
      padding-right: 15px;
      padding-right: 1.5rem; } }

a {
  cursor: pointer;
  color: #1d1d1b; }

h1 {
  padding-bottom: 20px;
  padding-bottom: 2rem; }
  @media screen and (min-width: 1020px) {
    h1 {
      padding-bottom: 20px;
      padding-bottom: 2rem; } }

p {
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 1020px) {
    p {
      padding-bottom: 15px;
      padding-bottom: 1.5rem; } }
  p a {
    border-bottom: 1px solid transparent; }
    p a:hover {
      border-bottom-color: inherit; }

main {
  background: #b4b4b3;
  width: 100%; }

#wpadminbar {
  visibility: hidden; }

.archive__wrapper {
  max-width: 100%;
  padding: 6rem 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 780px) {
    .archive__wrapper {
      max-width: 66.66%; } }
  @media screen and (min-width: 480px) {
    .archive__wrapper {
      padding-right: 0;
      margin: inherit; } }

.tease {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .tease {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .tease {
      width: 33.33%; } }
  @media screen and (min-width: 1824px) {
    .tease {
      width: 25%; } }

.tease__wrapper {
  margin-bottom: 1.5rem;
  position: relative; }
  @media screen and (min-width: 480px) {
    .tease__wrapper {
      margin-bottom: 2.7rem; } }
  .tease__wrapper:hover .tease__container {
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 480px) {
    .tease__wrapper {
      margin-right: 2.7rem; } }

.touch-device .tease__wrapper--visible .tease__container {
  visibility: visible !important;
  opacity: 1 !important; }
.touch-device .tease__wrapper:hover .tease__container {
  visibility: hidden;
  opacity: 0; }

.tease__cover {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 150%; }

.tease__container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #f1e6e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.tease__title {
  margin: 10px;
  margin: 1rem; }
  @media screen and (min-width: 1020px) {
    .tease__title {
      margin: 10px;
      margin: 1rem; } }

.tease__head {
  margin: 20px;
  margin: 2rem;
  text-align: center; }
  @media screen and (min-width: 1020px) {
    .tease__head {
      margin: 20px;
      margin: 2rem; } }
  .tease__head p {
    padding: 0; }

.tease__info {
  text-align: center;
  margin: 20px;
  margin: 2rem; }
  @media screen and (min-width: 1020px) {
    .tease__info {
      margin: 20px;
      margin: 2rem; } }
  .tease__info span {
    padding: 0; }

.tease__inquire {
  margin-top: 60px;
  margin-top: 6rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-right: 20px;
  margin-right: 2rem;
  margin-left: 20px;
  margin-left: 2rem;
  text-align: center; }
  @media screen and (min-width: 1020px) {
    .tease__inquire {
      margin-top: 60px;
      margin-top: 6rem; } }
  @media screen and (min-width: 1020px) {
    .tease__inquire {
      margin-bottom: 20px;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 1020px) {
    .tease__inquire {
      margin-right: 20px;
      margin-right: 2rem; } }
  @media screen and (min-width: 1020px) {
    .tease__inquire {
      margin-left: 20px;
      margin-left: 2rem; } }
  .tease__inquire a {
    text-decoration: underline; }
    .tease__inquire a:hover {
      text-decoration: none; }

.post__origin:before {
  content: 'Origin: '; }

.post__manifacturer:before {
  content: 'Manifacturer: '; }

.post__finishes:before {
  content: 'Finishes: '; }

.post__dimension:before {
  content: 'Dimension: '; }
  @media screen and (max-width: 1400px) {
    .post__dimension:before {
      display: block; } }

.header,
.header *,
.popup {
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms all;
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms all;
  -ms-transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms all;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms all;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 400ms all; }

.tease__container {
  -webkit-transition: ease 200ms all;
  -moz-transition: ease 200ms all;
  -ms-transition: ease 200ms all;
  -o-transition: ease 200ms all;
  transition: ease 200ms all; }

@media screen and (min-width: 780px) {
  .submenu--open {
    visibility: visible;
    opacity: 1; } }

.menu--closed.menu--open.submenu--open .menu-item-has-children ul li {
  pointer-events: auto;
  user-select: auto;
  display: block; }

@media screen and (max-width: 780px) {
  .menu--closed.submenu--open .menu-item-has-children ul li {
    pointer-events: none;
    user-select: none;
    display: none; } }

.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #b4b4b3; }
  .cookie.visible {
    display: flex;
    justify-content: space-between; }
  .cookie a {
    padding-top: 15px;
    padding-top: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    text-decoration: none; }
    @media screen and (min-width: 1020px) {
      .cookie a {
        padding-top: 15px;
        padding-top: 1.5rem; } }
    @media screen and (min-width: 1020px) {
      .cookie a {
        padding-bottom: 15px;
        padding-bottom: 1.5rem; } }
    @media screen and (min-width: 1020px) {
      .cookie a {
        padding-left: 15px;
        padding-left: 1.5rem; } }
    .cookie a:hover {
      text-decoration: underline;
      text-decoration: none; }
  .cookie span {
    padding: 15px;
    padding: 1.5rem;
    cursor: pointer; }
    @media screen and (min-width: 1020px) {
      .cookie span {
        padding: 15px;
        padding: 1.5rem; } }

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