@import url("common.css");
@import url("top.css");
@import url("menu.css");
@import url("intro.css");
@import url("scopri.css");
@import url("bottone.css");
@import url("footer.css");

.ricetta, .procedimento{
    margin-top: 30px;
    line-height: 24px;
    font-size: 16px;
}
.ingredienti{
    background: #e5eff1;
    padding:25px;
    line-height: 30px;
}
.ingredienti .titolo{
   text-transform: uppercase;
   font-weight: bold;
   color:#00819f;
   font-size: 18px;
}
.intro h3{
    font-size:35px;
}

@media(min-width:768px){
    .intro h3{
	font-size:45px;
    }
}

@media(max-width:767px){
    .lineBlack:before{
	border-top:75px solid white;
	border-right:0;
    }
    .lineBlack.box_footer .downLine{
	margin-top: 80px;
    }
}

.download_pdf,.download_pdf:hover,.download_pdf:visited,.download_pdf:active{
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    color: #4f5a5c;
    margin-top: 15px;
    padding: 5px 15px 5px 55px;
    text-decoration: none !important;
    font-size: 18px;
    background: #e5eff1 url('../images/bottone_pdf.png') no-repeat 10px 10px;
    height: 48px;
    line-height: 41px;
}

.in_questa_ricetta{
    text-align: center;
    font-size: 18px;
}

.cosa{
    border-bottom:1px solid #fff;
    border-top:1px solid #eaeaea;
    padding:5px 5px 5px 25px;
    background: url('../images/pallino.png') no-repeat 10px center;
}
.cosa:first-of-type{
    border-top: 0;
}
.cosa:last-of-type{
    border-bottom:0;
}

@media(max-width:767px){
    .line5{
	margin-top: 55px;
    }
    .line5:before{
	border-right: 0;
	border-top:0;
    }
    .line5:after{
	border-left: 0;
	border-bottom:0;
    }
    .line5 .Ama {
	margin-top: 90px;
	margin-bottom: 90px;
    }
}



.procedimento a,
.procedimento a:hover,
.procedimento a:focus,
.procedimento a:visited{
    color: #5d5d5d;
    text-decoration: underline;
}