/*
Theme Name: Chef Studio
Version: 1.0.0
License: Copyright
Description: Custom theme designed by Chef Studio, Pietrasanta (LU), Italy
Author: Chef Studio
Author URI: https://www.chefstudio.it
*/

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

ul li{ 
	list-style:none;
	margin-bottom: 5px;
}

html,body{
	font-family: 'Roboto Slab', serif;
	color:#666 /*color-text*/;
	height:100%;
	width:100%;
}

input:focus, button:focus {outline:0;}

img {
    vertical-align: middle; /* togliere margine bot delle immagini di 3 px */
}


body{
	width: 100%;
}

/* -----------------contenitore e contenuto ------------------ */

.contenitore{
	background-color: #1F4037;
	color: #fff!important;
	padding-top: 0;/* se è attaccato al menu = altezza barra del menu*/
}

.contenitore{

}

.contenitore section{
	width: 100%;
	padding: 30px 0;
}

.contenitore .contenuto{
	max-width:1300px;
	margin:auto;
	padding: 0px 10px;
	position: relative;
	
}

.margin-top-80vh{
	margin-top: -80vh !important;
}

.color-primary{
	color:#70B62C;
}

.color-primary-light{
	color:#70B62C;
}

.color-secondary{
	color:#3A7E66;
}

.color-secondary-light{
	color:#448E72;
}

.contenitore .contenuto a{
	color:#70B62C/* primary color*/;
	font-weight: bold;
}

.contenitore .contenuto a:hover{
	color:#86C644/* primary lightcolor*/;
}

.contenuto a{
	text-decoration:none;
}

.contenuto a:hover, a:focus {
	color: #70B62C;}

.contenitore a{
	color:#70B62C!important/* primary color*/;
	transition:all 0.17s ease-in;
	font-weight: bold;
}

.contenitore a:hover{
	color:#86C644!important /* primary light-color*/
}

.elenco-puntato{ 
	margin-bottom: 10px;
}

.elenco-puntato li{ 
	list-style:disc;
	margin-left: 18px;
	margin-bottom: 5px;
}


/* Classi utili*/
strong { 
  font-weight: bold;
}


.floatstop {
	clear:both;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.pointer{
	cursor:pointer;
}

.flex {
	width:100%;
}

.visible-only-small{
	display:block;
}

.visible-only-large{
	display:none;
}

/*margin*/

.margin-top-15px{
	margin-top:15px;
}

.margin-bot-15px{
	margin-bottom:15px;
}

.margin-top-30px{
	margin-top:30px;
}

.margin-bot-30px{
	margin-bottom:30px;
}

.margin-top-60px{
	margin-top:60px;
}

.margin-bot-60px{
	margin-bottom:60px;
}

.margin-top-90px{
	margin-top:90px;
}

.margin-bot-90px{
	margin-bottom:90px;
}

.margin-right-5px{
	margin-right: 5px;
}

.margin-right-10px{
	margin-right: 10px;
}

.margin-right-15px{
	margin-right: 15px;
}

.margin-left-5px{
	margin-left: 5px;
}

.margin-left-10px{
	margin-left: 10px;
}

.margin-left-15px{
	margin-left: 15px;
}


/*padding*/

.padding-top-15px{
	padding-top:15px;
}

.padding-bot-15px{
	padding-bottom:15px;
}

.padding-top-30px{
	padding-top:30px;
}

.padding-bot-30px{
	padding-bottom:30px;
}

.padding-top-60px{
	padding-top:60px;
}

.padding-bot-60px{
	padding-bottom:60px;
}

.padding-top-90px{
	padding-top:90px;
}

.padding-bot-90px{
	padding-bottom:90px;
}

/*bottoni*/

.btn {
	display: inline-block;
    margin-bottom: 0;
    padding: 10px 15px;
	border-radius:50px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    border: none;
	font-weight: bold;
	transition:box-shadow 0.17s ease;
	-webkit-transition:box-shadow 0.17s ease;
	-moz-transition:box-shadow 0.17s ease;
	-o-transition:box-shadow 0.17s ease;
	-ms-transition-duration: box-shadow 0.17s ease;
	font-size: 20px;
	color: #fff;
}

.font-secondary{
font-family: 'Noto Serif', serif;
}

.font-primary{
font-family: 'Noto Sans', sans-serif;
}

.btn:hover {
	color:#fff;	
	box-shadow: 4px 4px 9px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 4px 4px 9px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 4px 4px 9px 2px rgba(0,0,0,0.2);
}

.btn-primary {
	background-color: #70B62C;
	border: none;
	
	/*color: #70B62C;
	border: solid 1px #70B62C;
	background-color: transparent;*/
}

.btn-primary:hover {

	background-color: #86C644;

}

.btn-secondary {
	color: #3A7E66;
	border: solid 1px #3A7E66;
	background-color: transparent;
}

.btn-secondary:hover {
	background-color: #3A7E66;
	color: #fff;
	border: solid 1px #3A7E66;

}

.btn-chef {
   background-color: #82163e /* chef-light*/;
}

.btn-chef:hover {
   background-color: #961848 /* chef-light*/;
}

/* rimuovere bootstrap focus ecc*/
.btn-primary:focus {
  outline: none!important;
  box-shadow: none;
  background-color: #70B62C!important;
  border: solid 1px #70B62C!important;
}

.btn-primary:focus-whitn {
  outline: none!important;
  box-shadow: none;
  background-color: #70B62C!important;
	border: solid 1px #70B62C!important;
}

.btn-primary:active {
  outline: none!important;
  box-shadow: none;
  background-color: #70B62C!important;
  border: solid 1px #70B62C!important;
}

.btn-secondary:focus {
  outline: none!important;
  box-shadow: none;
  background-color: #448E72!important;
  border: solid 1px #448E72!important;
}

.btn-secondary:focus-whitn {
  outline: none!important;
  box-shadow: none;
  background-color: #448E72!important;
	border: solid 1px #448E72!important;
}

.btn-secondary:active {
  outline: none!important;
  box-shadow: none;
  background-color: #448E72!important;
  border: solid 1px #448E72!important;
}

/*Testo*/

html,body{
	font-family: 'Noto Sans', sans-serif;
	color:#000000 /*color-text*/;
	height:100%;
	width:100%;
}

h1{
	font-size: 1.8em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
}

h2{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

h3{
	font-size: 1.35em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

h4{
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

h5{
	font-size: 1.25em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

h6{
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
p {
	line-height:1.5em;
	font-size: 1.1em;
}


.txt-minuscole {
	text-transform:lowercase;
}

.txt-maiuscolo {
	text-transform: uppercase;
}

.txt-lettera-maiuscola {
	text-transform:uppercase;
}

.bold{
	font-weight: bold;
}

.black-text{
	color: #000;
}

.small-txt{
	font-size:80%;
}

.large-txt{
	font-size:120%;
}

.color-primary{
	color:#043043/* primary color*/;
}

.txt-left{
	text-align:left;
	padding-left:0;
}

.txt-center{
	text-align:center !important;
	margin-bottom:16px;
}

.border-top {
	border-top: 2px solid #999;	
}

.anchor {
	display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}

/* -----------------footer------------------ */

.footer{
	text-align:center;
	padding: 0 10px 30px 10px;
	font-weight: 300;
	margin-top: 80px;
	font-size: 0.9em; /* modifica anche la dimensione delle icone social contenute nel footer */
    line-height: 1.5em;
}


.footer a img:hover {
	opacity:0.6;
}

.footer .social-cont {
	margin-bottom: 10px;
}


/* -----------------footer-large------------------ */
.footer-large{
	width: 100%;
	padding-top: 30px;
	background-color: #1F4037;
	font-size: 0.9em;
	border-top: 1px solid #fff;
}

.footer-large p{
	line-height: normal;
	font-size: 0.9em;
}

.footer-large .footer-informazioni{
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
		border-left: 10px solid #1F4037;
    border-right: 10px solid #1F4037;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-large .footer-menu{
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
		border-left: 10px solid #1F4037;
    border-right: 10px solid #1F4037;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: bold;
	line-height: 1.5em;
}

.footer-large .footer-contatti{
	padding: 15px 0;
		border-left: 10px solid #1F4037;
    border-right: 10px solid #1F4037;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.avvertenze-legali p {
    font-size: 12px !important;
    line-height: 18px;
    margin: 10px 10px 0 10px;
    text-align: justify;
    border-top: 1px solid #b1b1b1;
    padding: 26px 0;
	border-bottom: 1px solid #b1b1b1;
	color: #a3a3a3;
}

.credits {
	text-align: center;
    padding-top: 24px;
    padding-bottom: 50px;
    color: #b9b9b9;
	font-size: 0.9em;
}

.footer-large a {/* -----------nella home è diverso dunque riformatto------------ */
	color: #70B62C;
	font-weight: bold;
	text-decoration: none;
}

.footer-large a:hover {/* -----------nella home è diverso dunque riformatto------------ */
	color: #86C644;
}
	
/* -----------------fine_footer------------------ */


/* -------------- checkbox------------- */

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #70B62C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -------------- fine checkbox------------- */

/* ------------------------------------------------------------------------------- BLOG ---------------------------------------------------------------------------- */

.sfondo-color{
	background-color:#fff6ed;   /*f5e5d5 #DAF3EB*/
}

.paragrafo-anteprima-articolo,
.paragrafo-anteprima-articolo h1, 
.paragrafo-anteprima-articolo h2, 
.paragrafo-anteprima-articolo h3, 
.paragrafo-anteprima-articolo h4, 
.paragrafo-anteprima-articolo h5, 
.paragrafo-anteprima-articolo h6 {
line-height: 1.7em;
font-size: 1.2em;	
font-style: normal;
color: #696969;	
height: 90px;
}

/* ARTICOLO SINGOLO */


.articolo{
	margin:auto;
	max-width:800px;
	font-size: 1.1em;
	text-align: justify;
	padding: 0 10px 40px 10px;
}

.articolo img{
	margin: 18px auto;
	width: 100%;
	height: auto;
}

.articolo .multicolonna{
	margin: 0;
	padding:25px 0 25px 0;
	text-align: justify;
}

.articolo h1,
.articolo h2,
.articolo h3,
.articolo h4,
.articolo h5,
.articolo h6{
	text-align: left !important;
    padding-left: 0;
    padding-bottom: 12px;
    padding-top: 20px;
}

.articolo h2 {
	padding-top: 20px;
	font-size: 1.7em;
}

.articolo p {
	padding-bottom: 8px;
}

.articolo ul li {
	margin-left: 15px;
	padding-bottom: 5px;
	list-style:disc;
}

.articolo .social-cont{
	padding:20px 0 40px 0;
}

.articolo .social-cont ul li img{
	padding-bottom:0;
}

/* SOCIAL SHARING e icons*/

.social-cont ul li{
	padding-bottom: 0;
}

.social-cont > ul > li {
display: inline-block;
text-align: center;
margin: 8px 8px 8px 0;
vertical-align: top;
background-color:#70B62C;
height: 32px;
width: 32px;
border-radius: 200px;
transition: background-color 0.17s ease;
}

.social-cont > ul > li:last-child {
margin: 8px 0;
}

.social-cont > ul > li:hover {
background-color: #86C644;
}

.social-cont > ul > li img {
	width:32px;
	height: 32px;
}

.social-icon{
	width:25px;
}

.header-404{
	background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 35%;
    padding-top: 52px;
	}

@media screen and (min-width: 672px){
	
h1{
	font-size: 2.4em;
}
	
/* PAGINA ARTICOLO BLOG */ 
.articolo .multicolonna{
	-webkit-column-count: 2;
	-webkit-column-gap:25px;
	-moz-column-count: 2;
	-moz-column-gap:25px;
	column-count: 2;
	column-gap: 25px
}
	
/* -----------------footer-medium------------------ */
.footer-large{
	display:inline-block;	
}
	
.footer-large .footer-menu{
width: 50%;
float: left;
border-bottom: none;
}

.footer-large .footer-contatti{
width: 50%;
float: left;
border-bottom: none;
}	
	
}


	
@media screen and (min-width: 1024px){
	
.visible-only-small{
	display:none;
}
	
.visible-only-large{
	display:block;
}
	
/* -----------------footer-large------------------ */
.footer-large{
	display:inline-block;
}
	
.footer-large .footer-container{
	max-width: 1300px;
	margin: auto;
}

.footer-large .footer-informazioni{
	width: 45%;
	float: left;
	border-bottom: none;
}

.footer-large .footer-menu{
	width: 23%;
	float: left;
}

.footer-large .footer-contatti{
	width: 32%;
	float: left;
}

}

@media screen and (max-width: 390px) {/* ------forse va tolto------- */
	
.contatti-cont h2 {
font-size: 1.2em !important;			
	}	
	
	
}
