/*
Template realizzato da PENNAgrafica S.r.l.
########## www.pennagrafica.it ###########
*/

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic|Noto+Serif:400,400italic|Dancing+Script);
html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}


/*  TYPOGRAFY  */

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000 !important;
    background: #EDEDED !important;
    line-height: 1.7em;
}

body#Item-111,
body#Item-112,
body#Item-113 {
    background: url(../images/sfondo-muro.jpg) no-repeat center top !important;
}


/*  HEADINGS  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dancing Script', cursive;
    font-weight: lighter;
    letter-spacing: 1pt;
    color: #000;
}

h2.Title {
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Dancing Script', cursive;
}

h3.Intro {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}


/*  LINKS  */

a {
    color: #C99D6A;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
}

a:hover,
a:focus {
    color: #9F886D;
    text-decoration: none;
}


/*  GENERAL STYLE  */

#wrap {
    padding: 300px 0px 0px;
    min-height: 100%;
    margin-bottom: -60px;
}

#wrap:after {
    content: "";
    display: block;
}

#footer,
#wrap:after {
    height: 60px;
}

.NoMargin {
    margin: 0px !important;
}

ul.sigProClassic li.sigProThumb {
    background: none !important;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    background: none !important;
    float: none !important;
    padding: 0 !important;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: medium none !important;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper,
ul.sigProClassic li.sigProThumb a.sigProLink,
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
    width: 160px !important;
    border-radius: 200px;
}

ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    opacity: 0.8;
}


/*  HEADER  */

#header {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 20px;
}

.Logo {
    text-align: center;
}

.Logo img {
    background: #000;
    padding: 15px;
    border-radius: 130px;
    width: 190px;
}

.WrapNav {
    border-radius: 80px;
    margin-top: -20px;
    padding: 15px;
    background: #000;
}
.WrapNav .navbar{
    margin: 0px;
}
.WrapNav #main-menu{
    padding: 0px !important;
}
.WrapNav .nav {
    margin: 0px;
    border: 1px solid #c99d66;
    border-radius: 50px;
    padding: 10px 0;
}

.WrapNav .nav > li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.WrapNav .nav > li > a {
    color: #c99d66;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 5px 20px;
    position: relative;
}

.WrapNav .nav > li > a:focus,
.WrapNav .nav > li > a:hover {
    color: #eee;
    background: none;
}

.WrapNav .nav > .active > a,
.WrapNav .nav > .active > a:hover,
.WrapNav .nav > .active > a:focus {
    color: #eee;
    background: none;
}


/*  MAIN  */

#main {
    position: relative;
    margin-bottom: 80px;
    padding: 0px;
}

.ItemContent {
    margin-bottom: 30px;
}


/*  FOOTER  */

#footer {
    box-sizing: border-box;
    background: #c99d66;
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

#footer a {
    color: #000;
}

#footer a:hover {
    color: #000;
    text-decoration: underline;
}

#FooterCredits {
    margin-top: 20px;
    text-align: center;
    font-style: italic;
}

/*  CONTENT LAYOUT  */

#cookieChoiceInfo {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 20px !important;
    left: 20px;
    bottom: 20px !important;
    color: #eee;
    font-size: 14px;
    line-height: 22px;
    padding: 40px;
    text-align: justify;
    z-index: 99999;
}

#cookieChoiceDismiss {
    color: #eee;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    line-height: 14px;
}

#cookieChoiceDismiss:hover {
    color: #C99D6A;
}

.WrapImg {
    margin: 80px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.WrapImg.First {
    margin-top: 0px;
}

.WrapImg img {
    width: 100%;
}


/* HOME PAGE */

body.home #wrap {
    padding-top: 0;
}

.WrapHome {}

h3.HomeTitle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    display: inline-block;
    margin: 0 auto;
}

h3.HomeTitle a {
    text-align: center;
}

span.Circle {
    display: block;
    width: 10em;
    height: 10em;
    background: #000;
    border-radius: 50%;
    line-height: 10em;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

h3.HomeTitle a:hover {
    color: #000;
}

h3.HomeTitle a:hover span.Circle,
h3.HomeTitle a span.Circle:hover {
    background: #C99D6A;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#WrapIntro {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 80px;
}

#WrapIntro img {
    width: 100%;
}

#WrapFraseIntro {
    margin-bottom: 80px;
}

#WrapBirrificio,
#WrapLavorazione,
#WrapBirre {
    text-align: center;
    height: 1000px;
}

#WrapBirrificio {
    background: url(http://www.birrificiosanpietro.it/images/sito/chisiamo.jpg) no-repeat center center /cover;
}

#WrapLavorazione {
    background: url(http://www.birrificiosanpietro.it/images/sito/malto.jpg) no-repeat center center /cover;
    margin: -20px 0;
}

#WrapBirre {
    background: url(http://www.birrificiosanpietro.it/images/sito/birre.jpg) no-repeat center center /cover;
}


/*PAGINE BIRRIFICIO */

body#Item-108 #wrap {
    padding-top: 0;
}


/* PAGINA LAVORAZIONE */

body#Item-115 #wrap {
    padding-top: 0;
    background: url(../images/malto.jpg) no-repeat bottom center / cover !important;
}

.WrapMalto .ItemContent {
    padding: 80px 0;
    margin: 20px 0 40px;
}

.ItemContent {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
}

.ItemGallery ul {
    text-align: center;
}


/*PAGINA BIRRE*/

.WrapBeer {
    background: url(../images/tavoletta.png) no-repeat center bottom / contain !important;
}

.ItemBirra {
    text-align: center;
}

#WrapContentBeer {
    background: rgba(0, 0, 0, 0.7);
    color: #eee;
    padding: 0 20px 5px 0px;
}

#WrapContentBeer h2 {
    color: #C99D6A;
    margin-bottom: 20px;
}

#WrapContentBeer dd {
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
}

.ItemBirra a img {
    max-width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ItemBirra a img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.Symbol {
    font-size: 24px;
    line-height: 24px;
}

.Symbol .half-icon {
    font-size: 13px;
    position: relative;
    top: -2px;
}


/*PAGINA CONTATTI*/

input.required,
textarea.required {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.required:focus,
textarea.required:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

input.required::-moz-placeholder,
textarea.required::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input.required:-ms-input-placeholder,
textarea.required:-ms-input-placeholder {
    color: #999;
}

input.required::-webkit-input-placeholder,
textarea.required::-webkit-input-placeholder {
    color: #999;
}

input.required::-ms-expand,
textarea.required::-ms-expand {
    background-color: transparent;
    border: 0;
}

textarea.required {
    height: auto;
}

#contact-form {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 5px;
}

label {
    margin-bottom: 0px;
}

.btn-form {
    background: #000;
    text-align: center;
    border: none;
    color: #eee;
    padding: 10px;
    width: 100%;
}

.btn-form:hover {
    background: #C99D6A;
    border: none;
    color: #eee;
}
