/*** LAYOUT BUTTALAPASTA ***/

html,body {
	font-family: serif;
	color: #333333;
}

:root {
	--primary-color: #333333;
	--secondary-color: #deab62;
	--tertiary-color: #c75149;
	--quaternary-color: #e3a04a;
	--fifth-color: #e3a8a4;
	--sixth-color: #eed5b0;	
}
button, input, select, textarea {
  font-family: sans-serif;
}
.btn {
	font-family: sans-serif;
	background-color: var(--quaternary-color);
}
.btn-primary {
	color: #FFFFFF;
	background-color: var(--tertiary-color);
}
.btn-big {
	font-size: 20px;
	letter-spacing: 0.05rem;
	padding: 0.625rem 2.1875rem;
	border-radius: 4px;	
}
.quizBtn .btn {
	color: #FFFFFF;
}
.section-title {
	font-family: sans-serif;
	font-weight: 500;
	color: var(--tertiary-color);
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding: 0 15px;
	margin-bottom: 30px!important;
}
.section-title:after {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: calc( 100% + 60px);
	height: 2px;
	content: "";
	display: block;
	background-color: var(--secondary-color);
	margin-left: -30px;
	z-index: -1;
}
.recipePrep h2 {	
	text-transform: uppercase;
}
.bg-beige, .bg-type-01 {
	background: url('https://www.buttalapasta.it/wp-content/themes/DEVA-child-buttalapasta/img/bg-type-01.png') top left repeat;
}
.bg-black, .bg-type-02 {
	background: url('https://www.buttalapasta.it/wp-content/themes/DEVA-child-buttalapasta/img/bg-type-02.png') top left repeat;
}
.underline-link {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem; /* 18px */
	color: var(--tertiary-color);
}
.icon-difficolta {
	color: var(--tertiary-color);
}
.icon-tempo {
	color: var(--secondary-color);
}
.icon-porzioni {
	color: #5d9baf;
}
.icon-calorie {
	color: var(--tertiary-color);
}
.icon-vegan {
	color: #339900;
}
.category {
	background-color: var(--tertiary-color);
	font-family:  sans-serif;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 20px;
}
.title-type-01 {
	font-family: sans-serif;
	letter-spacing: 0.03rem;
}
.title-type-02 {
	font-family:  sans-serif;
	letter-spacing: 0.03rem;
}
.title-type-03 {
	font-family: sans-serif;
	letter-spacing: 0.03rem;
}
.title-type-04 {
	font-family:  sans-serif;
	letter-spacing: 0.11rem;
	text-align: center;	
}
.title-type-04 span {
	background-image: linear-gradient(120deg, var(--tertiary-color) 0%, var(--tertiary-color) 100%);
	background-repeat: no-repeat;
	background-size: 100% 6px;
	background-position: 0 83%;
	transition: background-size 0.2s ease-in;	
}
.title-type-04 span:hover {
	background-size: 100% 30%;
}
.title-type-05 {
	font-family: sans-serif;
	letter-spacing: 0.11rem;
	text-align: center;
}
.title-type-05 span {
	background-image: linear-gradient(120deg, var(--tertiary-color) 0%, var(--tertiary-color) 100%);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: 0 83%;
	transition: background-size 0.2s ease-in;	
}
.title-type-05 span:hover {
	background-size: 100% 30%;
}
.title-type-06 {
	font-family: sans-serif;
	letter-spacing: 0.11rem;
}
.title-type-08 {
	font-family: sans-serif;
	letter-spacing: 0.04rem;
	margin-bottom: 15px;
	display: block;
}
.title-type-09 {
	font-family: sans-serif;
	font-size: 1.1875rem;
	line-height: 1.6875rem;
	letter-spacing: 0.04rem;
}
.title-type-10 {
	font-family: sans-serif;
	letter-spacing: 0.11rem;
}
.par-type-02 {
	line-height: 1.8125rem; /* 29px */
}
.par-type-05 {
	font-size: 1.25rem;
	line-height: 2rem;
}
.lt-social a {
	color: var(--tertiary-color);
}
.header-dx .lt-social a {
	color: var(--fifth-color);
}
.lt-type-01 li {
	padding: 0 6px;
	color: #adadad;
	display: flex;
	align-items: center;
}
.lt-type-01 li:first-child {
	padding-left: 0;
}
.lt-type-01 li:last-child {
	padding-right: 0;
}
.lt-type-01 li [class^="icon-"] {
	font-size: 23px;
	margin-right: 5px;
}
.lt-type-01 li .label {
	font-family:  sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.4375rem;
}
.lt-type-02-cnt {
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 3px solid #efdcc2;
}
.lt-type-02 li {
	padding: 0 30px;
}
.lt-type-02 li a {
	font-family: sans-serif;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: var(--tertiary-color);
}
.lt-tag li a, .lt-tag li span {
	font-family:  sans-serif;
	font-weight: 500;	
}
.lt-tag li a {
	color: var(--tertiary-color);
}
.lt-category-wrapper .lt-category:not(.slick-slider) {
    padding: 0;
}
.lt-category li a {
	font-family:  sans-serif;
	font-size: 15px;
	font-weight: 700;	
	color: #FFFFFF;
	background-color: var(--secondary-color);
	padding: 0 26px;
    letter-spacing: 0.03rem!important;
}
.breadcrumb li {
	font-family:  sans-serif;
}
.breadcrumb li a {	
	color: var(--tertiary-color);
}
/*
.bg-adv {
	background-color: #f1f1f1;	
}
*/
@media (max-width: 767px) {
	.lt-type-02 li {
		padding: 0 15px;
	}
}	
@media (min-width: 768px) {
	.section-title:after {
		width: calc( 100% + 130px);
		margin-left: -65px;
		bottom: 14px;
	}
	.sidebar .section-title:after {
		width: calc( 100% + 60px);
		margin-left: -30px;
	}
	.title-type-04 { /* 35px/45px */
		font-size: 2.1875rem;
		line-height: 2.8125rem;
	}
	.lt-category li {
		padding: 0 0.625rem;
	}
}

/*** LAYOUT ***/
.footer {
	border-top: 2px solid var(--quaternary-color);
}
.navigation .logo-nav {
	display: none;
}
.navigation .icon-close {
	color: var(--tertiary-color);
	right: 15px;
}
.navigation-inner {
	padding: 4.0625rem 1.25rem 1.25rem;
}
.navigation-inner {    
    height: 100%;
    overflow: auto;
}
.navigation .lt-nav > .lt-nav-item {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding: 18px 0;
}
.navigation .lt-nav > .lt-nav-item:last-child,
.navigation .lt-nav > .lt-nav-item:nth-last-child(-n+2) {
	border-bottom: none;
}
.navigation .lt-nav > .lt-nav-item > .lt-nav-title {
	font-family:  sans-serif;
	font-weight: 500;
	padding-left: 10px;
	line-height: 20px;
	border-left: 3px solid var(--tertiary-color);
	display: block;
	text-align: left;
	text-transform: none;
	position: relative;
	transform: rotateZ(0deg);
}
.navigation .lt-nav > .lt-nav-item.active > .lt-nav-title:before {
	transform: rotateZ(90deg);
}
.navigation .lt-nav > .lt-nav-item ul {
	margin: 10px 0 0 0;
}
.navigation .lt-nav > .lt-nav-item ul li {
	padding: 3px 0;
}
.navigation .lt-nav > .lt-nav-item ul a {
	font-family:  sans-serif;
	font-weight: 300;
	font-size: 20px;
	position: relative;
}
.navigation .lt-nav > .lt-nav-item ul a:hover {	
	font-weight: 500;
}
.navigation .lt-nav > .lt-nav-item ul:not(.lt-social) a:hover::after {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 3px;
    content: "";
    display: block;
    z-index: -1;
    background-color: var(--secondary-color);   
}
.pagination {
	font-family:  sans-serif;
}
.pagination span {
	color: var(--quaternary-color)
}
.pagination .pagingInfo,
.pagination .pag-total {
	color: #333333;
}
.pagination .pag-current {
	color: var(--quaternary-color);
}
.container-fluid .section-big-title {
	display: none;
}
@media (max-width: 991px) {
	.navigation .lt-nav > .lt-nav-item > .lt-nav-title:before {
		content: "\e908";
		font-family: 'deva' !important;
		font-size: 15px;
		font-weight: 700;
		color: var(--tertiary-color);
		position: absolute;
		right: 5px;
		top: 0;
		transition: all 0.2s ease;	
	}
	.navigation .lt-nav > .lt-nav-item ul:not(.lt-social) {
		display: none;
	}
}
@media (min-width: 992px) {
	.navigation {
		width: 100vw;
		margin: 0;
		height: calc(100vh - 58px);
		top: 58px;
	}
	.navigation .lt-nav > .lt-nav-item {
		border-bottom: none;
		padding-bottom: 50px;
	}
	.navigation-open.navigation-open-full .header {
		width: 100vw!important;
	}
	.navigation-open-full .header,
	.navigation-open-full .main,
	.navigation-open-full .footer  {
		transform: translateX(0);
	}
	.navigation.nav-full .box-newsletter .btn {
		border-radius: 0 4px 4px 0;
	}
	.navigation.nav-full .box-newsletter .input-big {
		padding: 0.625rem 0.9375rem;
	}
	@supports (display: grid) {
		.navigation.nav-full .navigation-inner {
			padding: 50px 115px 0;
			max-width: 1440px;
			margin: 0 auto;
		}
		.navigation.nav-full .box-newsletter {
			grid-column: 3 / span 2;
			padding: 18px 0;
			margin: 0;
    		border: none;
		}
		.navigation.nav-full .box-newsletter p:not(.gdpr){
			font-size: 15px;
			margin-top: 15px;
		}
	}
	.navigation .lt-nav > .lt-nav-item > .lt-nav-title {
		font-size: 18px;
		line-height: 15px;
	}
	.navigation .lt-nav > .lt-nav-item > ul > li > a {
		font-size: 15px;
	}
	.navigation .lt-nav > .lt-nav-item.box-newsletter .lt-social a {
		font-size: 33px;
	}
}	
@media (min-width: 1200px) {
	/*.navigation {
		width: 375px;
		margin: 0 0 0 -375px;
	}*/
	.navigation-open .header, 
	.navigation-open .main, 
	.navigation-open .footer {
		transform: translateX(300px);
	}
	.navigation-open-full .header, 
	.navigation-open-full .main, 
	.navigation-open-full .footer {
		transform: translateX(0);
	}
}


/*** HEADER ***/
.header {
	border-bottom: 2px solid var(--quaternary-color);
}
.header .icon-menu .path1:before {
	color: var(--fifth-color);
}
.header .icon-menu .path2:before,
.header .icon-menu .path3:before {
	color: var(--tertiary-color);
}
.header .icon-search,
.header .icon-close {
	color: var(--tertiary-color);
}
.search .icon-close {
	color: var(--tertiary-color);	
}
@media (min-width: 768px) {
	.header .lt-social {
		border-right-color: #efdcc3;
	}
}

/*** FOOTER ***/
.footer-box-item-title {
	font-family:  sans-serif;
	font-weight: 500;
	border-left: 3px solid var(--tertiary-color);
}
.footer-box-item,
.box-newsletter {
	font-family:  sans-serif;
	font-weight: 300;
}

/*** SECTION ***/
.image-box .category,
.image-box .category-type-02 {
	background-color: var(--tertiary-color);
	font-family:  sans-serif;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.box-group-02 h3 {
	font-family:  sans-serif;
	text-align: center;
}
.box-group-04.box-group-04-type-02 {
	margin-bottom: 30px;
}
.box-group-04-text {
	padding: 0.625rem 0.938rem 0.938rem;
}
.box-group-04-text .title {
	font-family:  sans-serif;
}
.box-group-04-text .title-type-03 {
	text-align: center;
	margin-bottom: 15px;
}
.box-group-04-text .par-type-01 {
	margin-bottom: 0;
	text-align: center;
}
.box-group-04-text .lt-type-01 {
	margin-top: 15px;
}
.sidebar .box-group-04-cnt { 
	margin-bottom: 0;
}
.box-group-06 .box-group-06-text {
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
.box-group-06-text .category {
	margin-bottom: 25px;
}
.box-group-06-text .lt-type-01 {
	margin-top: 25px;
}
.box-group-07 {
	background: #5e2826;
}
.group-07-text .category {
	font-weight: 400;
	color: var(--quaternary-color);
	background: transparent;
	padding: 0;
	margin-bottom: 10px;
}
.box-group-09 {
	background: #391a19;
}
.box-12-text {
	text-align: left;
}
.box-12-text h2,
.box-12-text h3,
.box-12-text h4,
.box-12-text h5,
.box-12-text h6 {
	font-family:  sans-serif;
	margin: 20px 0 10px;
}
.box-12-text ul,
.box-12-text ol {
	margin: 10px 0 20px;
}
.box-12-text li {
	padding: 0 10px 0 20px;
}
.box-12-text ul li::before {
	font-family:  sans-serif;
	content: '.';
	color: var(--tertiary-color);
	font-size: 80px;
	top: 0;
	display: inline-block;
    width: 20px;
    margin-left: -20px;
    line-height: 0px;
    position: relative;
}
.box-12-text ol {
    list-style-type: none;
    margin: 20px 0 10px 0;
    padding: 0;
    counter-reset: li-counter;
}
.box-12-text ol li {
	position: relative;
	padding: 0 0 20px 40px;
}
.box-12-text ol li::before {
    font-family:  sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    background-color: var(--tertiary-color);
    color: #FFFFFF;
    display: inline-block;
    width: 26px;
    text-align: center;
    top: 8px;
    position: absolute;
    left: 0;
    top: 0;
    content: counter(li-counter);
    counter-increment: li-counter;
    cursor: default;
}
.box-12-text .par-type-02 {
	font-size: 1.25rem;
	line-height: 1.8125rem;
	font-weight: 400;
	width: 100%;
}
.box-12-text a {
	border-bottom: 1px solid var(--secondary-color);
}
.box-12-text a:hover {
	color: var(--secondary-color);
}
.box-12-text .title-type-06 {
	margin: 20px 0 15px!important;
}
.box-group-13.box-newsletter {
	background-image: none;
	background-color: #f1f1f1;
}
.box-group-13.box-newsletter .category-type-03 {
	background-color: var(--tertiary-color);
	font-family:  sans-serif;
	letter-spacing: 0.03rem;
	color: #FFFFFF;
	padding: 0 20px;
	margin-bottom: 10px;
}
.box-group-13.box-newsletter .btn-big {
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	border-radius: 0 4px 4px 0;
}
.box-editor-text {
	font-family:  sans-serif;
}
.box-editor-text a {
	font-weight: 500;
}
.group-19-cnt .underline-link {
	color: var(--secondary-color);
}
.group-19-cnt > div > .lt-type-01 {
	margin-top: 30px;
}
.group-19-cnt .par-type-05 {
	margin-bottom: 20px;
}
.group-19-text .title-type-09 {
	margin-bottom: 10px;
}
.group-20-text .title-type-09 {
	display: block;
}
.group-20-text .lt-type-01 li {
	padding: 0 6px 10px;
}
.box-group-21 .title-type-10 {
	color: #FFFFFF;
	display: block;
}
.box-group-27-cnt {
	padding: 1.875rem 1.5625rem 0;
	margin-bottom: 35px;
	background-color: #f1f1f1;
	border-top: none;
}
.box-group-27-cnt .section-big-title {
	font-family:  sans-serif;
	font-style: normal;
	font-weight: 500;
	color: var(--tertiary-color);
	text-transform: uppercase;	
	position: relative;
	width: 100%;
	display: flex;
}
.box-group-27-cnt .section-big-title span {
	background-color: #f1f1f1;
	padding-right: 15px;
	z-index: 2;
}
.box-group-27-cnt .section-big-title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
}
.box-group-27 {
	padding: 15px 0;
	margin: 0;
}
.box-group-27 .title-type-03:before {
    background-color: var(--tertiary-color);
}
.box-group-27 .title-type-03:hover {
	color: var(--secondary-color);
}
.box-group-27 > div {
	border-top-color: #cccccc;
}
.input-box {
	border-bottom: 3px solid #efdcc2;
}
.input-box .icon-search {
	color: var(--tertiary-color);
}
.link-arrow {
	color: #FFFFFF;
	font-family:  sans-serif;
	padding-right: 25px;
	position: relative;
}
.link-arrow:before {
	content: "\e906";
	font-family: 'deva' !important;
	color: #FFFFFF;
	position: absolute;
	right: 5px;
	top: 0;
}
@media (max-width: 991px) {
	.slick-dots li.slick-active button:before {
		background-color: var(--tertiary-color)!important;
	}
	.box-group-04-text {
		padding: 0.625rem 0 0;
	}
	.box-group-04-text .title-type-02 {
		margin-bottom: 0;
	}
	.sidebar .box-group-04 > div {
		margin-bottom: 0;
	}
	.box-group-06 .box-group-06-text {
		background-color: #f7f7f7;
	}
	.box-group-06-text .lt-type-01 {
		justify-content: center;
	}	
	.box-12-text .wp-caption {
		width: 100%;
		margin-bottom: 25px;
	}
	.box-12-text .wp-caption img {
		width: 100%;
		height: auto;
		max-height: 300px;
	}
	.box-group-19 {
		padding: 0 1.250rem;
	}
	.group-19-cnt {
		text-align: center;
		padding: 1.250rem 1.250rem 60px;
	}
	.group-19-cnt > div > .lt-type-01 {
		justify-content: center;
		margin-bottom: 30px;
	}
	.group-19-cnt > div:first-child {
		border-bottom: 2px solid var(--secondary-color);
		margin-bottom: 25px;
	}
	.group-19-cnt .slick-dots li.slick-active button:before {
		background-color: var(--tertiary-color);
	}
	.group-19-cnt .slick-dots li button:before {
		background-color: #ededed;
	}
	.group-19-cnt p {
		display: none;
	}
	.box-group-20 {
		margin-bottom: 30px;
	}
	.group-20-text {
		padding: 0.625rem 0.938rem 0.938rem;
		text-align: center;
	}
	.group-20-text .title-type-09 {
		margin-bottom: 10px;
	}
	.group-20-text .lt-type-01 {
		justify-content: center;
	}
	.box-group-27-cnt .section-big-title {
		left: 0;
		margin-bottom: 10px;
	}	
}
@media (min-width: 992px) {
	.first-look-type-02 .first-look-item h3 {
		width: 100%;
		left: 0;
		text-align: left;
		top: auto;
		bottom: 0;
		padding-bottom: 0;
		padding: 10px 0 0;
	}
	.first-look-type-02 .first-look-item.first-look-item-uno h3 {
		font-family:  sans-serif;
		font-size: 2.5rem; /* 40px */
		line-height: 3.75rem; /* 60px */
		font-weight: 700;
		width: 100%;
		padding: 10px 0 0;
		text-align: left;
		top: auto;
		bottom: 0;
	}
	.first-look-type-02 .first-look-item h3 span {
		background-image: linear-gradient(120deg, var(--sixth-color) 0%, var(--sixth-color) 100%);
	}
	.first-look-item.first-look-item-due .title-type-05,
	.first-look-item.first-look-item-tre .title-type-05 {
		letter-spacing: 0.02rem;
	}	    
	.box-group-04-text {
		padding: 1.25rem 1.875rem 2.5rem;
	}
	.box-group-04-wrapper .box-group-04-text {
		padding: 0 0 0 20px;
	}
	.box-group-04.box-group-04-type-02 {
		margin-bottom: 45px;
	}
	.box-group-06 .box-group-06-text {
		max-width: 515px;
	}
	.box-group-06 .box-group-06-text {
		padding: 1.875rem 2.813rem;
	}	
	.box-group-06 .box-group-06-text .lt-type-01 {
		justify-content: center;
	}
	.box-group-06 .box-group-06-text .title-type-02 {
 		margin-bottom: 10px;
	}
	.box-group-07 {
		margin-top: 3.75rem;
	}
	.box-12-text {
		margin-bottom: 50px;
		max-width: 100%;
	}
	.box-12-text .wp-caption {
		float: left;
		margin-right: 20px;
	}
	.box-group-19 {
		margin-top: 3.75rem;
	}
	.group-19-img .category {
		font-size: 1.250rem;
		padding: 10px 20px;
		bottom: 30px;
	}
	.group-19-cnt > div:first-child {
		border-right: 2px solid var(--secondary-color);
	}
	.group-20-text .title-type-09 {
		display: block;
		margin-bottom: 5px;
		position: relative;
		top: -5px;
	}
	.group-20-text .lt-type-01 {
		margin-left: -6px;
	}
	.group-20-text .lt-type-01 li:first-child {
		padding-left: 6px;
	}
	.input-box {
		height: 60px;
	}
}
/*** ARTICOLO ***/
.article-date {
	font-family:  sans-serif;
	font-weight: 400;
}
.article-date a,
.article-date span {
	font-weight: 500;
}
.article-date a {
	color: var(--tertiary-color)
}
.article-content {
	font-weight: 400;
	font-size: 1.250rem;
	line-height: 2rem;
}
.article-content > p:first-child::first-letter {
	color: var(--tertiary-color);
}
.article-content h2,
.article-content h3,
.article-content h4 {
    font-family:  sans-serif;
	font-weight: 500;
	line-height: 1;
    letter-spacing: 0.05rem;
	color: var(--tertiary-color);
	display: block;	
}
.article-content h2,
.article-content h3,
.article-content h4 {
	text-transform: uppercase;
	margin: 25px auto 15px;
}
.article-content h2.section-title {
	display: inline-block;
	padding: 0 15px;
	margin: 25px 0 30px;
}
.article-page h2.section-title {
	margin: 25px 0 30px;
}
.article-content strong {
	font-weight: 700;
}
.article-content h2 strong, 
.article-content h3 strong,
.article-content h4 strong {
	font-weight: 500;
}
.article-actions .par-type-03 {
	font-family:  sans-serif;
	font-weight: 400;
	color: var(--tertiary-color)
}
.article-content ol.prep li {
    padding: 0 0 25px 40px;
}
.article-content ol.prep li:before {
	font-family:  sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	background-color: var(--tertiary-color);
	color: #FFFFFF;
	display: inline-block;
	width: 26px;
	text-align: center;
	top: 8px;
}
.article-content ul+h2,
.article-content ul+h3,
.article-content ol+h2,
.article-content ol+h3 {
	margin-top: 0;
}
.pag-art-next .text,
.pagingArticleInfo {
	font-family:  sans-serif;
	font-weight: 400;
}
.slider-article-gallery .pag-art-prev {
	border-right-color: var(--tertiary-color);
}
.slider-article-gallery .pag-art-next {
	border-left-color: var(--tertiary-color);
}
.slider-nav .slick-slide.slick-active.slick-current:before {
	background-color: var(--tertiary-color);
}
.article-multi-item {
	font-size: 1.25rem; /* 20px */
	line-height: 1.75rem; /* 28px */
	font-weight: 400;
}
.article-multi-item h2,
.article-multi-item h3 {
	font-family:  sans-serif;
	font-size: 1.5625rem; /* 25px */
	font-weight: 500;
	text-transform: uppercase;
	color: var(--tertiary-color);
}

@media (max-width: 767px) {
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-prev:before,
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-next:before {
		background-color: var(--tertiary-color);
		font-family:  sans-serif;
		letter-spacing: 0.05rem;
		color: #FFFFFF;
	}
}

@media (min-width: 992px) {
	.article-content ol.prep li {
		padding: 0 0 25px 60px;
	}
}

/*** RICETTE ***/
.lt-ricette li {
	font-family:  sans-serif;
	color: #adadad;
}
.lt-ricette li div {
    padding-left: 44px; 
}
.article-content .lt-ingredients {
	background-color: #f1f1f1;
}
.article-content .lt-ingredients li {
	font-family:  sans-serif;
}
.article-content .lt-ingredients li::before {
	content: '.';
	color: var(--tertiary-color);
	font-size: 80px;
	top: 0;
}
.filter-wrapper {
	border-top: 1px solid #cccccc;
}
#filtermenu .dropdown {
	background: #FFFFFF;
	font-family:  sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	color: var(--tertiary-color);
	border-bottom: 2px solid var(--quaternary-color);
}
#filtermenu .dropdown span.unselected {
	color: var(--tertiary-color);
}
#filtermenu .dropdown ul {
	background: #f1f1f1;
}
#filtermenu .dropdown ul li {
	border-top: 1px solid var(--quaternary-color);    
}
@media (max-width: 991px) {
	.lt-ricette li {
		padding: 25px 0;
	}
}
@media (min-width: 992px) {
	.lt-ricette li:nth-child(5) {
		border-left: none;
	}
}

/*** FOTOGALLERY ***/
.fotogallery-sidebar .title-sidebar {
	font-family:  sans-serif;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
}
#fotogallery_mixed_adv_layer .title {
	font-family:  sans-serif;
}
.fotogallery .section-title {
	background-color: transparent;
}
.fotogallery-text .title {
	font-family:  sans-serif;	
}
.fotogallery-text p {
	font-family:  sans-serif;
}
.swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}
.box-group-rel .title {
	font-family:  sans-serif;
	font-weight: 700;
	letter-spacing: 0.05rem;
}
@media (min-width: 992px) {
	.pagingInfo {
		font-weight: 400;
	}
	.fotogallery-rel .title {
		font-family:  sans-serif;
		font-weight: 500;
	}
	.fotogallery-rel ul li a {
		font-family:  sans-serif;
		font-weight: 700;
		letter-spacing: 0.05rem;
	}	
}

/****************************
EvolutionAdv
****************************/

[data-adunitid]:not([id*="video"]):not([data-adunitid="4"]):not([data-adunitid="5"]),
[data-adunitid]:not([id*="video"]):not([data-adunitid="4"]):not([data-adunitid="5"]) > div,
[data-adunitid]:not([id*="video"]):not([data-adunitid="4"]):not([data-adunitid="5"]) > div > div {
    margin: auto !important;
    display: flex;
    flex:1;
    justify-content: center;
}


/* DESKTOP */
@media (min-width:981px) {

	/* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_masthead */
    [data-adunitid="0"]:not(body.optiload-masthead-visible div+[data-adunitid="0"]):not(body.optiload-masthead-end-viewability div+[data-adunitid="0"])::before{content:""; height: 270px; display: block; clear: both;}
#wrap-optiload-masthead{min-height: 270px;}

    [data-adunitid="0"],
    [data-adunitid="0"] > div,
    [data-adunitid="0"] > div > div {
        justify-content: space-around !important;
    }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_ATF */
    [data-adunitid="1"] { min-height: 280px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_intext */
    [data-adunitid="2"] { min-height: 480px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_BTF */
    [data-adunitid="3"] { min-height: 280px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_sidebarTop */
    [data-adunitid="4"] { min-height: 250px; text-align:center; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_sidebarSticky */
    [data-adunitid="5"] { min-height: 1050px; text-align:center; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_hp_300x250 */
    [data-adunitid="9"] { min-height: 250px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_hp_300x600 */
    [data-adunitid="10"] { min-height: 600px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_fotogallery */
    [data-adunitid="13"] { min-height: 280px; }

    [data-admobile="true"],
    [data-admobile="1"],
    [data-addesktop="false"],
    [data-addesktop="0"]
    {min-height: 0 !important; max-height: 0; display: contents !important;}

}

/* MOBILE */
@media (max-width:980px) {

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_masthead */
    [data-adunitid="0"] { min-height: 100px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_ATF */
    [data-adunitid="1"] { min-height: 430px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_intext */
    [data-adunitid="2"] { min-height: 480px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_BTF */
    [data-adunitid="3"] { min-height: 430px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_sidebarTop */
    [data-adunitid="4"] { min-height: 250px; text-align:center; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_sidebarSticky */
    [data-adunitid="5"] { min-height: 250px; text-align:center; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_hp_300x250 */
    [data-adunitid="9"] { min-height: 250px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_hp_300x600 */
    [data-adunitid="10"] { min-height: 600px; }

    /* /5966054,22615021621/ButtaLaPasta/ButtaLaPasta_fotogallery */
    [data-adunitid="13"] { min-height: 430px; }

    [data-addesktop="true"],
    [data-addesktop="1"],
    [data-admobile="false"],
    [data-admobile="0"]
    { min-height: 0 !important; max-height: 0; display: contents !important; }

}




    /* FIX BANNER WEBADS 20/09/2022 */
    @media only screen and (max-width : 1000px) {
	#ASTAGQ_top1 , #ASTAGQ_rect1 , #ASTAGQ_rect2 , #ASTAGQ_rect3 {display:none;height:0px;}
    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1000px) {
	#ASTAGQ_top2 , #ASTAGQ_rect4 , #ASTAGQ_rect5 , #ASTAGQ_rect6 {display:none;height:0px;}
    }



