/* RICETTA */
h2 {
	scroll-margin-top: 6em;
}
.votazione.is-open .elementi_votazione {
	display: inherit!important;
}
.entry-subtitle {
	font-family: var(--cdr-font-primary);
    font-weight: 300;
    font-size: 16px;
    color: var(--cdr-graymedium);
    line-height: 1.4;
}
.entry-recipeby{
	font-size: 14px;
	color: var(--cdr-green);
	margin-top: 15px;
	font-weight: 100 !important;
}
.entry-author {
	font-weight: 500;
	text-transform: uppercase;
}
.ricetta__foto picture:after {
	height: 500px;
}
.ricetta__foto img {
	height: 500px;
	object-fit: cover;
	width: 100%;
}
.ricetta__informazioni {
	background-color: var(--cdr-lightblue);
    padding: 1em;
    margin-bottom: 20px;
    min-height: 120px;
    border-radius: 10px;
}
.ricetta__informazioni li {
	font-family: var(--cdr-font-primary);
	font-size:16px;
	line-height: 30px;
}
.ricetta__informazioni-heading {
	text-transform: uppercase;
	font-weight: bold;
}
.ricetta__spiegazione a, .ricetta__procedimento-passaggio-testo a, .ricetta__extra a {
	font-weight: bold;
	color: var(--cdr-green);
	line-height: 20px!important;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: var(--cdr-green);
}
.ricetta__spiegazione a:hover, .ricetta__procedimento-passaggio-testo a:hover, .ricetta__extra a:hover {
	font-weight: bold;
	color: var(--cdr-green);
	text-decoration-color: var(--cdr-green-dark);
}
.ricetta__correlati-ricette li a {
	font-weight: unset;
	color: unset;
}
.ricetta__correlati-ricette {
	margin-top: 0px !important;
}
.ricetta__ingredienti {margin: -10px 0 30px 0;}
.ricetta__ingredienti-heading, .ricetta__procedimento-heading, .ricetta__extra-heading, .ricetta__procedimento-subheading {
	border-bottom: 3px solid var(--cdr-lightblue);
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 15px;
}
.ricetta__ingredienti-lista li:not(:last-child) {
	margin-bottom: 8px;
}
.ricetta__ingredienti-lista li a {
	color: var(--nv-primary-accent);
	font-weight: bold;
	border-bottom: none;
}
.ricetta__ingredienti-lista li.ricetta__ingredienti-subheading:not(:first-child) {	
	margin-top: 15px;
}
.ricetta__ingredienti-subheading {
	font-weight: bold;
	font-family: var(--cdr-font-primary);
	text-transform: uppercase;
	font-size: 14px;
}
ol.ricetta__procedimento-passaggi {
	counter-reset: cdr-counter;
	list-style: none;
	margin: -15px -15px 15px -15px;	
}
.ricetta__procedimento-passaggi li {
	counter-increment: cdr-counter;
	margin-bottom: 10px;
	transition: background 0.1s, color 0.1s;
	padding: 15px;
}
#passaggio1 {
	margin-top: 20px;
}
.ricetta__procedimento-passaggi li:hover, .passaggio-evidenziato {
	background: var(--cdr-lightblue);
}
.ricetta__procedimento-passaggi.multi-ricetta li:hover, .multi-ricetta.passaggio-evidenziato {
	background: unset!important;
}
.ricetta__procedimento-passaggio-testo {
	margin-bottom: 0;
	position: relative;
	margin-left: 40px;
	min-height: 50px;
}
.ricetta__procedimento-passaggio-testo.multi-ricetta {
	margin-left: 0;
}
.ricetta__procedimento-passaggi li p {margin-bottom: 0;}
.ricetta__procedimento-passaggi li:before {
	content: counter(cdr-counter);
	font-size: 50px;
	font-weight: bold;
	color: var(--cdr-green);
	opacity: .5;
	line-height: 55px;
/* 	font-family: var(--cdr-font-primary); */
	text-align: center;
	position: absolute;
	background-color: inherit;
	width: 51px;
	letter-spacing: -5px;
	margin-left: -10px;
	background-color: transparent;
}
.ricetta__procedimento-passaggi li.multi-ricetta:before {
	content: none;
}
.adapt_ig_foto {
	max-height: 250px;
	overflow: hidden;
	align-items: center;
}
.ricetta__procedimento-passaggio_foto {
	display: flex;
	margin: 5px -15px -15px -15px;
}
#ricetta__procedimento-passaggio_foto_zoom {
	background-color: var(--cdr-lightblue);
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 4px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208C416 93.1 322.9 0 208 0S0 93.1 0 208S93.1 416 208 416zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24V232h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H232V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 15px;
	width: 25px;
	height: 25px;
	background-position: center;
}
.foto_zoomed {
	flex-direction: column;
}
.foto_zoomed #ricetta__procedimento-passaggio_foto_zoom {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208C416 93.1 322.9 0 208 0S0 93.1 0 208S93.1 416 208 416zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24H280c13.3 0 24-10.7 24-24s-10.7-24-24-24H136z'/%3E%3C/svg%3E");
}
.foto_zoomed img {
	height: 250px!important;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_3 {
	width: unset!important; 
}
.ricetta__procedimento-passaggio_foto_2:nth-child(odd) {
	border-right: 3px solid transparent;
}
.ricetta__procedimento-passaggio_foto_2:nth-child(even) {
	border-left: 3px solid transparent;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_2:nth-child(odd) {
	border: unset!important;
	border-bottom: 1.5px solid transparent !important;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_2:nth-child(even) {
	border: unset!important;
	border-top: 1.5px solid transparent !important;
}
.ricetta__procedimento-passaggio_foto_2:nth-child(odd) {
	border-right: 3px solid transparent;
}
.ricetta__procedimento-passaggio_foto_3:nth-child(1) {
	border-right: 2px solid transparent;
}
.ricetta__procedimento-passaggio_foto_3:nth-child(2) {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.ricetta__procedimento-passaggio_foto_3:nth-child(3) {
	border-left: 2px solid transparent;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_2:nth-child(odd) {
	border: unset!important;
	border-bottom: 3px solid transparent !important;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_2:nth-child(even) {
	border: unset!important;
	border-top: 3px solid transparent !important;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_3:nth-child(1) {
	border: unset!important;
	border-bottom: 2px solid transparent !important;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_3:nth-child(2) {
	border: unset!important;
	border-bottom: 1px solid transparent !important;
	border-top: 1px solid transparent !important;
}
.foto_zoomed .ricetta__procedimento-passaggio_foto_3:nth-child(3) {
	border: unset!important;
	border-top: 2px solid transparent !important;
}
.ricetta__procedimento-passaggio_foto_1 {
	line-height: 0;
	width: 100%;
}
.ricetta__procedimento-passaggio_foto_2 {
	line-height: 0;
	position: relative;
}
.ricetta__procedimento-passaggio_foto_3 {
	width: 33.3%;
	display: inline-block;
	line-height: 0;
	position: relative;
}
.ricetta__procedimento-passaggio_foto_3 img {
	height: 155px;
	object-fit: cover;
	width: 100%;
}
.ricetta__procedimento-passaggio_foto_2 img {
	width: 100%;
	height: 155px;
	object-fit: cover;
}
.ricetta__video {
	margin-bottom: 10px;
}
.video-embed {
	aspect-ratio: 16 / 9;
	width: 100%;
}
.ricetta__prodotti {
	background-color: var(--cdr-lightblue);
	padding: 2em 1em 3em 1em;
	width: 100%;
}
.ricetta__extra p {margin-bottom: 0;}
/* .ricetta__informazioni, .ricetta__strumenti, .ricetta__ingredienti,†, .ricetta__prodotti, .ricetta__extra, .info-autore {
	content-visibility: auto;
} */
.ricetta__extra-alternativa ul li::before, .ricetta__correlati-ricette li:before {
	content: "\2022";
	color: var(--cdr-green);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin: 0;
}
.ricetta__extra-alternativa ul li {	
	margin-bottom: 5px;
	list-style: none;
}
.ricetta__extra-alternativa ul li:last-child {	
	margin-bottom: 20px;
}
h3.ricetta__extra-alternativa_heading {
	scroll-margin-top: 5em;	
}
.ricetta__carica-foto-label {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	margin: 0px 15px 0 0;
	font-family: var(--cdr-font-primary);
	line-height: 20px;
	font-weight: 300;
}
.ricetta__carica-foto-upload {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 54px;
	border: 1px solid var(--cdr-graylight);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 20px;
	position: relative;
	margin-top: 10px;
}
.ricetta__carica-foto input#attachment::file-selector-button {
	font-size: 12px;
	padding: 5px 10px;
	background-color: var(--cdr-lightblue)!important;
	border-color:transparent!important;
	font-weight: 200;
	border-radius: 50px;
}
.ricetta__carica-foto-upload:hover {
	opacity: .9;
}
#comments textarea {
	border-width: 1px;
	border-color: var(--cdr-graylight);
	border-radius: 4px;
}
#comments input#submit {
	border: unset;
	width: 100%;
	text-transform: uppercase;
}
#comments input#submit:hover {
	opacity: .9;
}
.nv-comment-header {
	margin-bottom: 0;
}
#comments article, .nv-comment-header .vcard {
	display: block;
}
.nv-comment-header .vcard .author:after {
	content: '•';
	color: var(--color,var(--nv-text-color));
	opacity: .7;
	font-size: 12px;
	margin-left: 7px;
}
.nv-comment-header .vcard .author {
	font-weight: 500;
	font-family: var(--cdr-font-primary);
	font-size: 16px;
}
.nv-comment-header .vcard a, .nv-comment-header .vcard time {
	border: unset;
	font-family: var(--cdr-font-primary);
	font-size: 13px;
}
.edit-reply a {
	border-bottom: unset;
	border: unset;
	font-family: var(--cdr-font-primary);
	font-size: 14px;
	font-weight: 500;
	opacity: .8;
	color: var(--cdr-blue);
}
#comments li.comment {
	border-bottom: unset;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.nv-comments-list {
	margin-bottom: 0;
}
#comments ol.children {
	border-left: 2px solid var(--cdr-lightblue);
}
.nv-comment-content.comment.nv-content-wrap p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.nv-comments-list {
	margin-top: 40px;
}
.dco-attachment.dco-image-attachment img {
	object-fit: cover;
	margin: 10px 0 0 0;
	width: 100px!important;
	height: 100px!important;
}
.comment-awaiting-moderation {
	font-family: var(--cdr-font-primary);
	color: var(--cdr-red);
	font-size: 10px!important;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: -10px;
}
.comment-edit-link:after {
	content: '•';
	margin-left: 7px;
}
.children .comment-edit-link:after {
	content: '';
}
#comments .submit {
	font-family: var(--cdr-font-primary)!important;
	color: #fff!important;
	background-color: var(--cdr-green)!important;
	height: 40px;
}
@media (min-width: 768px) {
	.ricetta__carica-foto {
		display: flex;
		align-items: center;
	}
	.ricetta__carica-foto-label {
		width: 30%;
		font-size: 18px;
	}
	.ricetta__carica-foto-campo {
		width: 80%;
	}
	.ricetta__carica-foto input:not([type=submit]):not([type=checkbox]) {
		padding-left: 27%;
		z-index: 100;
		font-size: 16px;
	}
	.ricetta__carica-foto-upload {
		margin-top: 0;
	}
	.ricetta__procedimento-passaggio-testo {
		margin-left: 55px;
	}
	.ricetta__procedimento-passaggi li:before {
		width: 53px;
		letter-spacing: -5px;
		margin-left: -5px;
	}
	.entry-subtitle {
		line-height: 1.3em;
	}
	.ricetta__informazioni {
		width: 100%;
		padding: 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		text-align: center;
		line-height: normal;
		min-height: 80px;
	}
	.ricetta__informazioni li {
		width: 50%;
		min-height: 80px;
		padding: 20px 12px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		position: relative;
		line-height: unset;
	}
	.ricetta__informazioni-heading {margin-bottom: 10px;}
	.ricetta__procedimento-passaggio_foto_2 {
		width: 100%;
	}
	.ricetta__procedimento-passaggio_foto_2 img {
		height: 300px; 
	}
	.ricetta__procedimento-passaggio_foto_1 img {
		height: 300px; 
		object-fit: cover; 
		width: 100%;
	}
	.ricetta__procedimento-passaggi li:last-child .ricetta__procedimento-passaggio_foto_1 img {
		height: 100%; 
	}
	#ricetta__procedimento-passaggio_foto_zoom {
		display: none;
	}
}