/*!
Theme Name: Lops
Theme URI: http://underscores.me/
Author: OA
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lops
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lops is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Ranade', Arial, sans-serif;
  font-size: 1rem;
	line-height: 1.25;
  color: #151b1b;
  background-color: rgb(255, 255, 255);
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body div {
	font-weight: 300;
}

p, .p {
  font-size: 1rem;
	line-height: 1.5;
}

em,
.current,
.is-checked {
	font-family: 'Zodiak', serif;
	font-weight: 700;
	font-style: italic;
}

em {
	font-size: 1.125rem;
	line-height: 24px;
}

h1, .h1, h2, .h2, h3, .h3 , h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 300;
  /* line-height: .875; */
	line-height: 1;
  color: inherit;
}

h1, .h1 {
  font-size: calc( 6vw / 1.6 + 16px );
}

h2, .h2 {
  font-size: calc( 5vw / 1.6 + 16px );
}

h3, .h3 {
  font-size: calc( 4vw / 1.6 + 16px );
}

h4, .h4 {
  font-size: calc( 3vw / 1.6 + 16px );
}

h5, .h5 {
  font-size: calc( 2vw / 1.6 + 16px );
}

h6, .h6 {
  font-size: calc( 1vw / 1.6 + 16px );
}

.lead {
  font-size: calc( 1vw / 1.6 + 16px );
}

a {
  color: #151b1b;
  text-decoration: none;
  position: relative;
	cursor: pointer;
}

a:hover {
  color: #151b1b;
	opacity: .5;
}

.main a,
.nav,
.nav ul li a,
.hamburger svg {
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

img, svg {
  display: block;
	max-width: 100%;
	height: auto;
}

.border-left {
  border-left: 1px solid rgb(120, 120, 120);
}

.border-right {
  border-right: 1px solid rgb(120, 120, 120);
}

.border-top {
  border-top: 1px solid rgb(120, 120, 120);
}

.border-bottom {
  border-bottom: 1px solid rgb(120, 120, 120);
}

.ul-check {
  padding-left: 1em;
  list-style: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3e%3cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3e%3c/svg%3e");
}

.ul-dot {
  padding-left: 1em;
  list-style: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3e%3cpath d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3e%3c/svg%3e");
}

.header,
.footer {
  background-color: rgb(255, 255, 255);
}

.header {
  position: fixed;
  width: 100%;
}

.header {
  z-index: 101;
}

.footer {
  position: relative;
  z-index: 100;
}

.branding {
  overflow: hidden;
}

.branding a {
}

.branding svg {
	fill: #151b1b;
	width: 2rem;
	height: 2rem;
}

.branding .branding-s, .branding .branding-f, .branding .branding-l {
  position: fixed;
	display: inline-block;
}

.branding .branding-s {
  top: 1rem;
  left: 1rem;
}

.branding .branding-f {
  bottom: 1rem;
  left: 1rem;
}

.branding .branding-l {
  bottom: 1rem;
  right: 1rem;
}

small, .small,
.entry-details {
  font-size: .75rem;
}

.main {
  background-color: rgb(255, 255, 255);
}

.fixed {
	position: fixed;
	left: 0;
	z-index: 1;
}

.page-template-chi-siamo img {
	position: relative;
	z-index: 2;
}

.footer p {
  font-size: .5rem;
  text-transform: uppercase;
  line-height: 1.375;
}

.flickity-button,
.flickity-button:hover {
	background: none;
}

.flickity-button-icon {
	fill: rgb(210, 210, 210);
	opacity: .2;
}

.gallery:hover .flickity-button-icon {
	opacity: 1;
}

.gallery-item {
	width: 100%;
  height: calc( 16vw + 320px );
}

.gallery-item img {
	max-height: 100%;
  display: block;
}

.grid-sizer {
  width: 100%
}


/* ------------------------------------------------------ MIN WIDTH 576 PX SM */

@media (min-width: 576px) {

  .border-sm-left {
    border-left: 1px solid rgb(120, 120, 120);
  }

  .border-sm-right {
    border-right: 1px solid rgb(120, 120, 120);
  }

  .border-sm-top {
    border-top: 1px solid rgb(120, 120, 120);
  }

  .border-sm-bottom {
    border-bottom: 1px solid rgb(120, 120, 120);
  }

  .border-sm-bottom-none {
    border-bottom: none;
  }

	.grid-sizer {
	  width: 50%
	}

}

/* ------------------------------------------------------ MIN WIDTH 768 PX MD */

@media (min-width: 768px) {

  .border-md-left {
    border-left: 1px solid rgb(120, 120, 120);
  }

  .border-md-right {
    border-right: 1px solid rgb(120, 120, 120);
  }

  .border-md-top {
    border-top: 1px solid rgb(120, 120, 120);
  }

  .border-md-bottom {
    border-bottom: 1px solid rgb(120, 120, 120);
  }

  .branding h1 {
    font-size: .75rem;
  }

  .footer p {
    font-size: .75rem;
    text-transform: none;
  }

}

/* ------------------------------------------------------ MAX WIDTH 991 PX LG */

@media (max-width: 991px) {

  .nav {
    background-color: rgb(0, 0, 0);
    position: fixed;
    left: 0;
		top: 0;
		bottom: 0;
    width: 100%;
    transform: translateX(-100%);
    color: rgb(255, 255, 255);
    z-index: 100;
  }

  .nav {
    font-size: calc( 2vw / 1.6 + 16px );
  }

	.nav a,
  .nav ul li a {
    color: rgb(255, 255, 255);
  }

  .nav ul li a:hover {
    color: rgb(255, 255, 255);
  }

	.branding,
	.hamburger {
		position: relative;
		cursor: pointer;
		z-index: 101;
	}

  .onoff {
    overflow-y: hidden;
    height: 100vh;
  }

  .onoff .nav {
    transform: translateX(0);
  }

	.onoff .hamburger,
	.onoff .branding a,
	.onoff .branding-s,
	.onoff .branding-f,
	.onoff .branding-l {
		color: rgb(255, 255, 255);
	}

	.onoff .branding svg {
		fill: rgb(255, 255, 255);
	}

	.grid-sizer {
	  width: 33.33333333%
	}

}

/* ------------------------------------------------------ MIN WIDTH 992 PX LG */

@media (min-width: 992px) {

  .border-lg-left {
    border-left: 1px solid rgb(120, 120, 120);
  }

  .border-lg-right {
    border-right: 1px solid rgb(120, 120, 120);
  }

  .border-lg-top {
    border-top: 1px solid rgb(120, 120, 120);
  }

  .border-lg-bottom {
    border-bottom: 1px solid rgb(120, 120, 120);
  }

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.nav {
		font-size: .875rem;
	}

	.branding {
		font-size: 1.25rem;
	}

	.branding svg {
		width: 2.5rem;
		height: 2.5rem;
	}

}

/* ----------------------------------------------------- MIN WIDTH 1200 PX XL */

@media (min-width: 1200px) {


	.entry-details {
	  font-size: 1rem;
	}

}
