/* Font del tema
font-family: 'Merriweather', serif;
font-family: 'Merriweather Sans', sans-serif;
font-family: 'Sacramento', cursive;
font-family: 'Special Elite', cursive;
font-family: 'Ruach LET';
*/


body {
	color:rgba(69, 69, 69, 1);
	font-family: 'Merriweather Sans', sans-serif;
}
h1, h2, h3, h4, h5 , h5 {
	font-family: 'Merriweather', serif;
}
a:link , a:visited {
    color: #1e73be;
}
a:hover , a:active {
    color:#0c4d78;
}
.button {
    background: #1e73be;
}
a.button {
	color: #fff;
}
.button:hover, .button:focus {
    background: #0c4d78;
}
.pagination .current {
	background:#1e73be;
}
.dropdown.menu .has-submenu.is-right-arrow > a::after {
    border-color: transparent transparent transparent #1e73be;
}
/********************
******** MENU *******
********************/
.topper {
    position: relative;
    z-index: 9999;
    background: white;
}
#topper h1 span, .top-bar h1 span{
	font-size: 2rem;
	font-family: 'Amatic SC', cursive;
	transform:scale(2,3); /* W3C */
-webkit-transform:scale(2,3); /* Safari and Chrome */
-moz-transform:scale(2,3); /* Firefox */
-ms-transform:scale(2,3); /* IE 9 */
-o-transform:scale(2,3); /* Opera */
}
#topper h1, .top-bar h1  {
	font-family: 'Sacramento', cursive;
	font-style: italic;
}
.top-bar img {	
	/*max-width: 200px;
	max-height: 60px;*/
	max-height: 100px;
}
.top-bar h1  a:link, .top-bar h1 a:visited  {
	   color: #704214;
}
.top-bar h1  a:hover, .top-bar h1 a:active  {
	text-shadow: 1px 2px 1px #AAA9A9;
}
.top-bar, .top-bar ul {
	background: transparent;
}
.top-bar ul  {
	display: inline-block;
	    margin-top: 20px;
}
.top-bar {
    padding: 0 2rem;
	/*box-shadow: 0px 2px 6px #D7D7D7;*/
}
.top-bar-left, .top-bar-right {
	z-index: 2;
	position: relative;
}
.menu-centered {
    width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-family: 'Merriweather Sans', sans-serif;
}
.menu-centered ul {
	height: 100%;
	margin-top: 0;
}
.menu-centered ul  li{
	height: 100%;
}
.menu-centered ul  li a{
	/* padding-top: 1.8rem;
	padding-bottom: 1.8rem; */
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}
.menu-centered a:link, .menu-centered a:visited {
   color: #000;
}
.menu-centered a:hover, .menu-centered a:active {
   color: #704214;
}

.menu.medium-horizontal > li {
	display: inline-block;
}
.social-icon {
	margin-top: 20px;
}
.social-icon i {
	font-size: 1.5rem;
}

.menu-icon::after {
	background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.menu-icon:hover::after {
	background: #000;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000; 
}
.dropdown.menu .submenu {
	margin-top: 0;
	height: auto;
	min-width: 180px;
}
.menu-centered ul li ul li a {
    padding: 0.8rem 1rem;
	text-align: left;
}

@media screen and (max-width: 1499px) and (min-width: 1024px) {
   .txt-sl-2 {
    font-size: 1.5rem;
		 line-height: 1.5rem;
	}
	.txt-sl-1 {
    font-size: 3rem;
		line-height: 3rem;
	}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
   .txt-sl-2 {
    font-size: 1.5rem;
		 line-height: 1.5rem;
	}
	.txt-sl-1 {
    font-size: 2.7rem;
		line-height: 2.7rem;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
   .txt-sl-2 {
    font-size: 1.3rem;
		 line-height: 1.3rem;
	}
	.txt-sl-1 {
    font-size: 2.4rem;
		line-height: 2.4rem;
	}
	.top-bar img {
	    position: initial;
    top: 0;
    width: 145px;
	 }
}
@media only screen and (max-width: 40em) { 
.txt-sl-2 {
    font-size: 0.8rem;
	  line-height: 1rem;
	}
	.txt-sl-1 {
    font-size: 1rem;
		line-height: 1.5rem;
	}	
		.top-bar img {
	    position: initial;
    top: 0;
    width: 145px;
	 }
}
@media only screen and (min-width: 90.063em) { 
	.top-bar-right.float-right {display: none!important;}
}
@media only screen and (max-width: 90.063em) { 
	.menu-centered, .social-bar {display: none!important;}
}
/********************
*****  SLIDER *******
********************/
#slider img {
	width: 100%;
	/*height:100vh;*/
	height: calc(100vh - 75px);
}
#slider {
	width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
	/*height:100vh;*/
	height: calc(100vh - 75px);
}
#slider .slick-slide {
	height: calc(100vh - 75px);
	margin:0;
}
.slider-background {
	background-attachment: fixed;
    background-position: center bottom;
}
.text-slider {
    float: left;
    padding: 0 10px;
	clear: left;
	font-size: 2rem;
	position:absolute;
	top: 0;
	color: #ffffffd6;
    text-shadow: 0px 2px 2px #00000045;
	background: rgba(255, 255, 255, 0.8);
}
.txt-sl-1 {
	font-size: 4.5rem;
	padding: 5px 10px 0px 25px;
}
.txt-sl-2 {
	font-size: 3rem;
	/*font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;*/
	padding: 5px 10px 0px 25px;
}
.txt-sl-margin {
	margin-top:13%;
}
.txt-sl-margin2 {
	margin-top:20%;
}
.unsec {
	animation-delay: 1s;
	-webkit-animation-delay: 1s; /* Safari and Chrome */
	-moz-animation-delay: 1s; /* Firefox */
	-ms-animation-delay: 1s; /* IE 9 */
	-o-animation-delay: 1s; /* Opera */
}
.duesec {
	animation-delay: 2s;
	-webkit-animation-delay: 2s; /* Safari and Chrome */
	-moz-animation-delay: 2s; /* Firefox */
	-ms-animation-delay: 2s; /* IE 9 */
	-o-animation-delay: 2s; /* Opera */
}
.tresec {
	animation-delay: 3s;
	-webkit-animation-delay: 3s; /* Safari and Chrome */
	-moz-animation-delay: 3s; /* Firefox */
	-ms-animation-delay: 3s; /* IE 9 */
	-o-animation-delay: 3s; /* Opera */
}
.quatsec {
	animation-delay: 4s;
	-webkit-animation-delay: 4s; /* Safari and Chrome */
	-moz-animation-delay: 4s; /* Firefox */
	-ms-animation-delay: 4s; /* IE 9 */
	-o-animation-delay: 4s; /* Opera */
}
.cinqsec {
	animation-delay: 5s;
	-webkit-animation-delay: 5s; /* Safari and Chrome */
	-moz-animation-delay: 5s; /* Firefox */
	-ms-animation-delay: 5s; /* IE 9 */
	-o-animation-delay: 5s; /* Opera */
}
#text-slider span {
	
}
h2.text-slider {
	/*text-transform: uppercase;*/
	color: #515151;
	/*font-family: 'Merriweather Sans', sans-serif;
	width: auto;
    right: 0;
    left: 0;
    text-align: center;*/
}
.slider-background {
	position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.slider-svg-freccia {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 32px;
}
.slider-svg-freccia  .slider-svg-freccia-side {
    background-color: #fff;
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.slider-svg-freccia  .slider-svg-freccia-middle {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    transform: translateZ(0);
}
.slider-svg-freccia  .slider-svg-freccia-middle svg {
    display: block;
}
.quote-marks {

  font-size: 100px;

  font-family: Garamond;

  color: #777;

}


/*********************
***  BBREADCRUMBS ****
*********************/
.row-breadcrumbs {
	background: #f5f5f5;
}
#breadcrumbs {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*********************
*** BOX AREA HOME ****
*********************/
#box-area {
    padding: 40px;
}
#box-area a {
	color: #000;
}
/*********************
* TEMPLATE AREA HOME *
*********************/

#template-area {
    background: #3adb82;
    padding: 40px;
    color: #fff;
}
#template-area h4 {
	margin:0;
	font-size: 2rem;
}
#template-area .button.hollow {
    border: 1px solid #fff;
    color: #fff;
	margin: 0;
}
#template-area  .button.hollow:hover, #template-area  .button.hollow:focus {
    border-color: #cacaca;
    color: #cacaca;
}
/**********************
** CONTACT AREA HOME **
**********************/

#contact-area {
    /*background-color: #2d2b2c;
	background-image:url('../images/sitosnap-contact.jpg');*/
    padding: 35px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:300px;
/*	background-attachment: fixed;*/
	position: relative;
}
#contact-area h4 {
	margin-bottom: 20px;
}
#contact-area [type="text"], #contact-area [type="email"], #contact-area [type="tel"], #contact-area textarea {
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	border: solid 2px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
}
#contact-area [type="text"]::-webkit-input-placeholder , #contact-area [type="email"]::-webkit-input-placeholder , #contact-area [type="tel"]::-webkit-input-placeholder , #contact-area textarea::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.75);
}

#contact-area [type="text"]:-moz-placeholder , #contact-area [type="email"]:-moz-placeholder , #contact-area [type="tel"]:-moz-placeholder , #contact-area textarea:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 0.75);  
}

#contact-area [type="text"]::-moz-placeholder , #contact-area [type="email"]::-moz-placeholder , #contact-area [type="tel"]::-moz-placeholder , #contact-area textarea ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.75);  
}

#contact-area [type="text"]:-ms-input-placeholder, #contact-area [type="email"]:-ms-input-placeholder, #contact-area [type="tel"]:-ms-input-placeholder, #contact-area textarea:-ms-input-placeholder {  
   color: rgba(255, 255, 255, 0.75);  
}
#contact-area .button.hollow {
	background: rgba(0, 0, 0, 0.20);
    border: 1px solid #fff;
    color: #fff;
	margin: 0;
}
#contact-area  .button.hollow:hover, #contact-area  .button.hollow:focus {
    border-color: #cacaca;
    color: #cacaca;
}


.img-template {
	border: solid 1px #cacaca;
}
.demo-btn.button.hollow {
    border: 1px solid #8a8a8a;
    color: #5f5f5f;
	margin: 0;
}
.demo-btn.button.hollow:hover, .demo-btn.button.hollow:focus {
    border-color: #cacaca;
    color: #cacaca;
}

/********************
**** GALLERY ****
********************/
.gallery-columns-2 dl {
    width: 48.5%;
}
.gallery-columns-3 dl {
    width: 30%;
}
.gallery-columns-4 dl {
    width: 23.5%;
}
.gallery-columns-6 dl {
    width: 15%;
}
.gallery-columns-5 dl {
    width: 18.5%;
}
.gallery-item {
    float: left;
    margin-left: 1.5%;
}
/********************
***** CATALOGO *******
*******************/
.archive-grid {
	margin-bottom: 20px;
}
.item-catalog h3 {
	font-size: 1rem;
}
.archive-grid .item-catalog .works {
	background: #eee;
    padding: 8px;
    border: solid 1px #cacaca;
    border-radius: 3px;
	margin-bottom: 15px;
	
}
.archive-grid .prezzo {
	margin-bottom: 0;
}
.archive-row .item-catalog {
	background: #eee;
    padding: 8px;
    border: solid 1px #cacaca;
    border-radius: 3px;
	margin-bottom: 10px;
}
.archive-row .featured-image, .content-row-archive {
	padding-left: 0;
}
.archive-row .button {
	margin: 0;
}
.view {
   /* width: 300px;
   height: 200px; 
   margin: 10px;*/  
   float: left;   
   /*border: 10px solid #fff;*/  
   overflow: hidden;  
   position: relative;   
   text-align: center;  
   box-shadow: 1px 1px 2px #e6e6e6;  
   cursor: default;  
   background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
   /* width: 300px;   
   height: 200px;*/ 
   position: absolute;
   overflow: hidden;  
   top: 0;   
   left: 0;
   width: 100%;
}
.view img {   
 display: block;  
 position: relative;
}
.view h2 {  
  text-transform: uppercase;  
  color: #fff;  
  text-align: center; 
  position: relative;  
  font-size: 17px;  
  padding: 10px;   
  background: rgba(0, 0, 0, 0.8);  
  margin: 20px 0 0 0;
}
.view p {
    font-family: Georgia, serif; 
	font-style: italic;  
	font-size: 12px;  
	position: relative; 
	color: #fff;  
	padding: 10px 20px;  
	text-align: center;
	margin-bottom: 0;
}
.archive-grid .view a.info {   
 display: inline-block;  
 text-decoration: none; 
 padding: 5px 7px;   
 background: rgba(0, 0, 0, 0.6); 
 color: #fff;  
 /*text-transform: uppercase; */  
 /*box-shadow: 0 0 1px #000;*/
 margin-bottom: 200px;
 font-size: 12px;
 
}
.mask span {
	display: block;
	padding: 0px 20px;
}
.archive-grid .view a.info:hover { 
   box-shadow: 0 0 2px #000;
}
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask { 
   opacity: 0; 
   background-color: rgba(58,219,130,0.7); 
   transition: all 0.4s ease-in-out;
}
.view-first h2 { 
   transform: translateY(-100px);  
   opacity: 0;   
   transition: all 0.2s ease-in-out;
}
.view-first p {  
   transform: translateY(100px);  
   opacity: 0;	
   transition: all 0.2s linear;
}
.archive-grid .view-first a.info{ 
   opacity: 0;	
   transition: all 0.2s ease-in-out;
}
.archive-grid .view-first:hover img { 	
transform: scale(1.1);
}
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,.view-first:hover p,.view-first:hover a.info {   
 opacity: 1;   
 transform: translateY(0px);
}
.view-first:hover p {   
 transition-delay: 0.1s;
}
.archive-grid .view-first:hover a.info {  
  transition-delay: 0.2s;
}
/* Prodotti */

.slider {
	width: 50%;
	margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.intro-prodotto {
	margin-bottom: 20px;
}

.img-main-prodotto {
	margin-bottom: 20px;
}
/********************
*****  FOOTER *******
********************/
#footer {
	background: #262626;
	color: #C6C6C6;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer p {
	font-size: 0.9rem;
}
.instagram-pics li {
	float: left;
	border: solid 1px #CCC;
	width: calc(33% - 10px);
	margin-bottom: 10px;
	margin-right: 10px;
}
#footer-copyright {
	padding-top: 10px;
	font-size: 0.8rem;
	background: #BCBCBC;
}
#footer .menu li {
	display: block;
}
#footer .menu > li > a {
	padding-left: 0;
}
/********************
*** COOKIE BANNER ***
********************/
.contentStyle {font-size: 0.8rem;} .contentStyle a {color: #fff;}



/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.top-bar h1  {
	font-size: 2.5rem;
}
}

/* Large and up */
@media screen and (min-width: 64em) {
.top-bar h1  {
	/*font-size: 3.5em;*/
}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


.page-id-2 .off-canvas-content {
	background: none;
}
.iphoneslide .slider-background {
    background-attachment: scroll;
}