.container-fluid {
    margin:0px;
    padding:0px;
}

body {
    font-family: 'Alegreya', cursive;
    font-size:20px;
    line-height: 26px;
    background:url(../img/header.jpg) left top repeat;
}
.header-wrapper {
    position: relative;
    float:left;
    width:100%;
    height:200px;
}
.header {
    
}
.logo {
    float:left;
    width:100%;
    text-align: center;
    font-size:60px;
    color:#fff;
    margin-top:60px;
    text-shadow: 2px 2px 2px #999;
}
.logo a, .logo a:hover {
    color:#fff!important;
    font-weight:bold;
}
.banner {
    float:left;
    width:100%;
    background-color:#ebebe1;
    padding:0 30px;
}
.banner img {
    width:100%;
    height:auto;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.banner-container {
    float:left;
    width:100%;
    background:url(../img/header.jpg) left top repeat;
}
.container-main {
    background:#ebebe1;
    margin-top:0px;
    padding:30px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.container-main p {
    text-align: justify
}
.menu {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height:65px;
    background-color:rgba(235,235,225,1);
    padding-top:5px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.social {
    float:right;
    position:absolute;
    right:20px;
    top:20px;
}
.social .icon {
    float:left;
    width:50px;
    height:50px;
    margin-bottom:10px;
    margin-right:15px;
}
.icon.soundcloud {
    background:url(../img/soundcloud32.png) no-repeat left top;
}
.icon.facebook {
    background:url(../img/social_icons_fb.png) no-repeat left top;
    margin-top:30px;
}
.icon.youtube {
    background:url(../img/youtube32.png) no-repeat left top;
}

#navbar {
    float:left;
    width:100%;
    height:100%;
}
#topnav {
    height:100%;
    line-height:100%;
}
#topnav {
    text-align: center;
    margin:0px!important;
    padding:0px!important;
}
#topnav li {
    list-style: none;
    display:inline-block;
    margin:0 20px;
    line-height: 50px;
}
#topnav a {
    color:#1f1f1d;
    font-size:1.3em;
    font-weight: bold;
}
#topnav a.on {
    color:#707054;
    border-bottom:2px solid #707054;
}
.box {
    float:left;
    width:100%;
    margin-bottom:60px;
}
.box-inside-top {
    float:left;
    width:100%;
}
.column-right .box-inside-top {
    height:25px;
}
.column-left .box-inside-top {
    height:20px;
}
.box-inside {
    float:left;
    width:100%;
}
.box-degustazione .box-inside {
    font-size:1.4em;
    line-height: 30px;
    font-style: normal;
}
.box-degustazione img {
    width:100%;
    margin-bottom: 20px;
}
.degustazioni .hour {
    font-style:italic;
}
.degustazioni {
    padding:0px;
    margin:0px;
}
.degustazioni li:nth-child(1),
.degustazioni li:nth-child(4),
.degustazioni li:nth-child(7),
.degustazioni li:nth-child(10),
.degustazioni li:nth-child(13)
{
    clear:both;
    padding-left:0px;
}
.degustazioni li {
    list-style:none;
    float:left;
    width:33%;
    border:0px solid #ddd;
    margin-bottom:30px;
    padding:0px 15px;
}
.degustazioni li img {
    width:100%;
    border:1px solid #000;
}
.degustazioni li a h3 {
    font-weight:bold;
}
.degustazioni li a span.hour {
    font-weight:normal;
}
.box-aforismi .box-inside {
    font-size:1.4em;
    line-height: 30px;
    font-style: italic;
}
.template-aforismi blockquote {
    text-align:center;
}
.template-aforismi .aforisma {
    float:left;
    width:100%;
    margin-bottom:30px;
    font-size:16px;
    padding-bottom:40px;
    /*background:url(../img/grapevine_separator_alpha.png) center bottom no-repeat;*/
}
.template-aforismi .aforisma:last-child {
    background: none;
}
/*.box-degustazione .box-inside:before {
    content: '"';
    font-size: 60px;
}
.box-degustazione .box-inside:after {
    content: '"';
    font-size: 60px;
}*/
.concerto {
    float:left;
    width:100%;
    margin-bottom:20px;
}
.concerto  .date {
    float:left;
    width:80px;
    text-align: center;
    padding:10px;
    border:1px solid #666;
    border-radius: 5px;
    
}
.date .number{
    font-size:2.4em;
    line-height:30px;
}
.date .month {
    font-size:1.3em;
    line-height:20px;
    text-transform: uppercase;
}
.date .day {
    font-size:1.2em;
    line-height:20px;
}
.concerto .text {
    width:80%;
    float:left;
    padding:0 20px;
    font-size:1.2em;
}
.concerto .title {
    font-weight:bold;
    color:#686748;
}
.concerto .subtitle {
    font-size:0.8em;
}
.concerto-icon {
    float:left;
    width:60px;
    height:60px;
    background:#686748 url(../img/glass.png) no-repeat center center;
    border-radius: 30px;
}
.concerto .hour {
    color:#969679;
    font-weight: bold;
}
.concerto .hour:first-letter {
    text-transform: uppercase;
}


/***************
    Home
***************/
.template-home .column-left, .template-home .column-right {
    padding-left:60px;
    padding-right:60px;
}

#content-home {
}
.template-home .column-right {
    padding-top:0px;
}

.column-left img {
    float:right;
    width:100%;
    border:2px solid #bbb;
    border-radius:10px;
}
.template-home .gallery img {
    border:1px solid #bbb;
    margin:5px;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #f5ce30;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #f5ce30;
}
.gallery img {
    border:1px solid #000;
    margin:5px; 
}
.gallery ul {
    padding:0px;
    margin:0px;
}
.gallery li {
    float:left;
    list-style:none;
}



/****************
    Testi
*****************/
h1,h2,h3,h4,h5,h6 {
     color:#686748;
     font-weight:normal;
     margin:5px 0;
}
.template-foto .box h2 {
     color:#333;
     font-size:1.2em;
}
.goccia-wrapper {
    float:left;
    width:100%;
    text-align:center;
}
.goccia-wrapper h3 {
    display:block;
    line-height: 50px;
}
h3 .goccia {
    display:inline-block;
    width:60px;
    height:60px;
    line-height: 60px;
    background: #686748 url(../img/goccia.png) center 10px no-repeat;
    border-radius:30px;
    margin-right:15px;
}
h3 .goccia-title {
    display:inline-block;
    width:auto;
    line-height: 60px;
    vertical-align: top;
    font-size:1.8em;
}
a {
    font-weight:bold;
    color:#686748;
}
a:hover {
    color:#707054!important;
    text-decoration:none;
}
/*.box h2, .box h1{
    float:left;
    width:100%;
    background:#686748;
    color:#fff;
    padding:10px  20px;
    text-align: left;
    font-size:1.6em;
    margin-bottom:20px;
    font-weight: bold;
}*/
h2, h1{
    float:left;
    width:100%;
    background:transparent;
    color:#686748;
    padding:0px;
    text-align: left;
    font-size:1.8em;
    margin-bottom:20px;
    font-weight: bold;
    border-bottom:2px solid #686748;
    padding-bottom:15px;
}
h2 {
    font-size:1.6em;
}
.box h2 {
    
}
.noMarginBottom {
    margin-bottom:0px!important;
}
.box h1 {
    font-size:2em;
}
.column-left .box h2 {
    text-align: right;
}

.under {
    font-size:1.4em;
    color:#eee;
}
.btn.btn-default {
    background: #686748;
    color:#fff;
    font-size:1.1em;
    font-style: normal;
    font-weight: bold;
}
.btn.btn-default:hover {
    color:#ddd!important;
}
blockquote {
    font-size:1.4em;
    line-height:36px;
    font-style: italic;
    margin-bottom: 40px;
    margin:10px;
}
blockquote p {
    display:inline;
}
blockquote:before {
    display:inline;
    content:'" ';
    font-style: italic;
    font-size:2em;
    color:#aaa;
    content: open-quote;
    margin-right:5px;
}
blockquote:after {
    display:inline;
    font-style: italic;
    font-size:2em;
    content: close-quote;
    color:#aaa;
    margin-left:5px;
    line-height: 0px;
    vertical-align: bottom;
    
}
.blog-post .hour {
    font-size:1em;
    float:right;
    color:#969659;
    font-style:italic;
}
.blog-post h2 {
    border:0px;
    line-height:60px;
    margin-bottom:5px;
}
.blog-post-block {
    float:left;
    width:100%;
    margin-bottom:30px;
}

.icon-senses {
    float: left;
    width: 60px;
    height: 60px;
    background: #686748 url("../img/icons_senses.png") no-repeat scroll center center;
    margin-right:10px;
    border-radius:30px;
}
.icon-vista {
    background-position:6px 10px;
}
.icon-olfatto {
    background-position:-266px 10px;
}
.icon-gusto {
    background-position:-188px 10px;
}
.icon-udito {
    background-position:-59px 9px;
}
.icon-tatto {
    background-position:-116px 10px;
}

/****************
   Responsive
*****************/

@media (min-width: 1200px) {
  .contat-homer {
    /*width: 970px;*/
  }
}
@media (max-width: 769px) {
    #topnav {
        background:none;
    }
    .icon.facebook {
        margin-top:-5px;
    }
    .degustazioni li {
        width:50%;
    }
    .degustazioni li:nth-child(1),
    .degustazioni li:nth-child(4),
    .degustazioni li:nth-child(7),
    .degustazioni li:nth-child(10),
    .degustazioni li:nth-child(13)
    {
        clear:none;
    }
    .degustazioni li:nth-child(1),
    .degustazioni li:nth-child(3),
    .degustazioni li:nth-child(5),
    .degustazioni li:nth-child(7),
    .degustazioni li:nth-child(9),
    .degustazioni li:nth-child(11),
    .degustazioni li:nth-child(13),
    .degustazioni li:nth-child(15),
    .degustazioni li:nth-child(17),
    .degustazioni li:nth-child(19)
    {
        clear:both;
        padding-left:0px;
    }
}

@media (max-width: 500px) {
    .degustazioni li {
        width:100%;
        padding-left:0px;
    }
    #topnav {
        padding:0px;
        margin-top: 0px;
    }
    #topnav li {
        float:left;
        width:100%;
        line-height:40px;
        margin:0px;
    }
    #content-home .box {
        margin-top:40px;
    }
    .social {
        position:static;
        margin-top:10px;
        width:100%!important;
        text-align: center;
    }
    .social a {
        display:inline-block;
        margin-right:0px;
        float:none!important;
    }
    .logo {
        width:300px;
        background-size: contain;
    }
    .template-home .column-left, .template-home .column-right {
        float:left;
        width:100%;
        padding:0px 10px;
    }
    .concerto .text {
        padding:0px 10px;
        font-size: 0.9em;
        float:left;
        
    }
    .box-inside {
        padding:0px 0px 10px 10px;
    }
    #content-home {
      
    }
}

@media (max-width: 767px) { 
    .header-wrapper {
        height:auto;
    }
    .logo {
        font-size:40px;
        float:none;
        margin:20px auto;
    }
    .menu {
        position:static;
        float:left;
        width:100%;
        height:auto;
        background:#ebebe1;
    }
    .social .icon {
        margin-right:0px;
    }
}

@media (max-width: 420px) { 
    .concerto .text {
        width:220px;
    }
}
