@charset "utf-8";
/* CSS Document */

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

body {
    line-height: 1;
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #4C2F21;
	font-size: 14px;
	background-color: #fff;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a img {
	border: none;
}

a {color: #000; transition: color 300ms linear; text-decoration: none;}
a:hover {color: #333;}

.clear {clear: both; height: 0;}

.wrap {max-width: 1000px; margin: 0 auto; position: relative;}

.align-right {text-align: right;}
.align-left {text-align: left;}
.center {text-align: center;}

h1, h2 {font-family: 'Montserrat', sans-serif; font-weight: normal; margin-bottom: 20px;}
h1 {font-size: 30px; text-transform: uppercase; margin-bottom: 40px;}

h3 {font-size: 18px; margin-bottom: 20px;}

.nav-stripe {
    position: absolute;
    z-index: 800;
    top: 140px;
    left: 0;
    width: 100%;
    background: rgba(75,47,33,.93);
    box-shadow: 10px 10px 20px rgba(0,0,0,.2);
}
.nav-stripe nav {
    display: block;
    float: right;
    z-index: 820;
    margin-right: 90px;
}

.main-nav li {
    display: inline-block;
}
.main-nav li a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 30px 10px;
    display: block;
    transition: all 300ms;
    background: rgba(0,0,0,0);
}
.main-nav li a:hover {background: #000;}

.main-nav li .current {
    background: #754933;
}

.logo {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 850;
}

.content {
    padding: 200px 0;
}

.intro p {text-align: justify;}

.left-50 {
    max-width: 45%;
    float: left;
    margin-right: 5%;
}

.left-50-full {
    max-width: 50%;
    float: left;
}

.right-50 {
    max-width: 50%;
    float: right;
}

button {
    border: none;
    padding: 10px 20px;
    background: #A66F50;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    margin-top: 40px;   
}


.left-50-no-float {
    max-width: 45%;
    margin-right: 5%;
    text-align: justify;
}
.marrone {
    background: #4B2F21;
    color: #fff;
    position: relative;
}

.marrone h1, .marrone h3 {color: #fff;}

#latte {
    position: absolute;
    right: 0;
    top: -100px;
    max-width: 50%;
}

hr {opacity: .3; margin: 20px 0;}


.gusti {
    text-align: center;
}

.line-height-bug {
    line-height: 0;
}

.square-padding { padding: 40px; max-width: 50%; }
.arte {
    background: #4B2F21;
    color: #fff;
    position: relative;
}

.arte #arte {margin-left: -20%; margin-top: -50px;}

.img-left {
    float: left;
}

.ingredienti {
    background: #A66F50;
    color: #fff;
    text-align: right;
}


.ingredienti .square-padding { padding: 40px; max-width: 50%; float: right; margin-top: 100px; display: block; line-height: auto;}

.footer-top {
    padding: 50px 0;
}

.bottom-links {
    width: 100%;
    background: rgba(75,47,33,1);
    text-align: center;
}

.bottom-links ul li {
    display: inline-block;
    margin: 10px;
}

.bottom-links ul li img {max-width: 40px;}


.grid-3 li {
    width: 33.33%;
    float: left;
}

.grid-3 li img {width: 70%;}

.galleria {padding: 0 0 50px 0;}

.galleria li {line-height: 0;}
.galleria li img {width: 100%;}

.grid-3 li:nth-child(3n+3) {margin-right: 0;}

input, textarea {
    padding: 10px 20px;
    display: block;
    margin-bottom: 7px;
    border-radius: 20px;
    border: solid 1px #ccc;
    width: 80%;
    font-family: sans-serif;
    font-size: 12px;
}

.informativa {font-size: 12px;}

.intro-chisiamo {padding-bottom: 0!important;}

.menu-btn {display: none;}

@media screen and (max-width: 1200px) {
    
    .wrap {max-width: 95%;}
    
    .content {
        padding: 150px 0;
    }
    
    .nav-stripe {
        top: 100px;
        box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    }
    .nav-stripe nav {
        margin-right: 2.5%;
    }


    .logo {
        position: absolute;
        top: -40px;
        max-width: 340px;
        left: -30px;
        z-index: 850;
    }
    
    h1 {font-size: 25px; text-transform: uppercase; margin-bottom: 30px;}
    
    .square-padding { padding: 30px; max-width: 100%; }
    
    .ingredienti .square-padding { padding: 30px; max-width: 100%; float: right; margin-top: 100px; display: block; line-height: auto;}
}

@media screen and (max-width: 750px) {
    
    .nav-stripe {
        top: 60px;
        box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    }
    
    .nav-stripe {padding: 10px 0; z-index: 9990;}
    .nav-stripe nav {
        display: none;
    }


    .logo {
        position: absolute;
        top: -20px;
        max-width: 200px;
        left: -30px;
        z-index: 9999;
    }
    
    .content {
        padding: 100px 0;
    }
    
    .menu-btn {
        display: block;
        max-width: 25px;
        float: right;
        margin-right: 2.5%;
        cursor: pointer;
    
    }
    
    .nav-stripe nav {
        float: none;
        z-index: 820;
        margin-right: 0;
        margin-top: 100px;
    }

    .main-nav li {
        display: block;
        text-align: center;
    }
    .main-nav li a {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 20px 10px;
        display: block;
        transition: all 300ms;
        background: rgba(0,0,0,0);
    }
    .main-nav li a:hover {background: #000;}

    .main-nav li .current {
        background: #754933;
    }
    
    .intro {text-align: center;}
    
    .intro img {max-width: 60%; margin-bottom: 40px;}
    
    .left-50 {
        max-width: 100%;
        float: none;
        margin-right: 0;
    }

    .left-50-full {
        max-width: 100%;
        float: none;
    }

    .right-50 {
        max-width: 100%;
        float: none;
    }
    
    .left-50-no-float {
        max-width: 100%;
        margin-right: 0;
        text-align: justify;
    }
    
    #latte {
        position: absolute;
        right: 0;
        top: auto;
        bottom: -140px;
        max-width: 260px;
    }
    
    .con-latte {padding-bottom: 250px;}
     .square-padding { padding: 20px; max-width: 100%; }
    .ingredienti .square-padding { padding: 20px; max-width: 100%; float: right; margin-top: 50px; display: block; line-height: auto; padding-bottom: 50px;}
    
    .grid-3 li h3 {font-size: 14px;}
    
    .info-contatto {text-align: center; padding-bottom: 100px;}
    .info-contatto p {text-align: center;}

    
}