/*
Theme Name: mortadellabologna
Theme URI: mortadellabologna.com
Description: Child theme for mortadellabologna
Author: mortadella bologna
Template: hello-biz
Version: 1.0.0
Text Domain: mortadellabologna
*/

/* Import parent theme styles */
@import url("https://mortadellabologna.kleecks-cdn.com/wp-content/themes/hello-biz/style.css");



:root {
  --custom_cream: #f2eee5;
  --custom_black: #212121;
  --title_pink: #e3acb0;
  --box_pink: #f8c4c8;
  --custom_gray: #eeeeee;
  --active_menu_bg: #ededed;
  --color_white: #fff;
  --font-heading: "Lora", Sans-serif;
  --font-text: "Poppins", Sans-serif;
}
a {
/*     color: var(--custom_black) !important; */
}
header {
  position: fixed;
  width: 100%;
  z-index: 9;
}
.e-search-form .e-search-input-wrapper {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s linear;
}
.header_main .elementor-nav-menu .menu-item > .elementor-item {
  background-color: transparent;
  border-radius: 20px;
  transition: 0.3s linear;
}
.header_main .elementor-nav-menu .menu-item > .elementor-item:hover,
.header_main .elementor-nav-menu .menu-item > .elementor-item.elementor-item-active {
  background-color: var(--active_menu_bg);
/*   line-height: 24px !important; */
}
.header_main .elementor-nav-menu .menu-item > .elementor-item::after{
	display:none !important;
}
.header_menu {
	margin-right:auto;
}
.social_icon .elementor-icon {
  transition: 0.3s linear;
}
.social_icon .elementor-icon:hover {
  background-color: var(--title_pink) !important;
}
.social_icon .elementor-icon:hover svg {
  fill: var(--color_white) !important;
}
.home_hero_col > .e-con-inner {
  margin-right: auto !important;
  margin-left: 0 !important;
}
/* footer .elementor-nav-menu li a:hover {
  line-height: 24px !important;
} */
/*  */
.rec_cat_grid .elementor-grid{
  display: grid !important;
  --gap: 40px;
  gap: var(--gap) !important;
  row-gap: 50px !important;
  grid-auto-rows: auto!important;
  align-items: stretch!important;
}
.rec_cat_grid.left_list .elementor-grid{
	grid-template-columns:
    calc(50% - (var(--gap) * 2 / 3))
    calc(25% - (var(--gap) * 2 / 3))
    calc(25% - (var(--gap) * 2 / 3)) !important;
}
.rec_cat_grid.right_list .elementor-grid{
	grid-template-columns:
    calc(25% - (var(--gap) * 2 / 3))
    calc(25% - (var(--gap) * 2 / 3))
    calc(50% - (var(--gap) * 2 / 3)) !important;
}
.rec_cat_grid.left_list .elementor-grid .e-loop-item:first-of-type{
  grid-row: 1 / span 2!important;
  width: 100%!important;
  height: 100%!important;
}
.rec_cat_grid.right_list .elementor-grid .e-loop-item:first-of-type{
  grid-row: 1 / span 2!important;
  grid-column: 3;
  width: 100%!important;
  height: 100%!important;
}
.rec_cat_grid .elementor-grid .e-loop-item{
  overflow: hidden!important;
  display: flex!important;
  flex-direction: column!important;
  padding:0 !important;
}
.rec_cat_grid .elementor-grid .e-loop-item:first-of-type > .elementor-element,
.rec_cat_grid .elementor-grid .e-loop-item:first-of-type > .elementor-element > .e-con-inner,
.rec_cat_grid .elementor-grid .e-loop-item:first-of-type > .elementor-element > .e-con-inner > .elementor-widget-theme-post-featured-image,
.rec_cat_grid .e-loop-item:not(:first-of-type) > .elementor-element,
.rec_cat_grid .e-loop-item:not(:first-of-type) > .elementor-element > .e-con-inner,
.rec_cat_grid .e-loop-item:not(:first-of-type) > .elementor-element > .e-con-inner > .elementor-element{
	height:100% !important;
}
.rec_cat_grid .elementor-grid .elementor-widget-theme-post-featured-image a,
.rec_cat_grid .elementor-grid .elementor-widget-theme-post-featured-image a img{
	height:100% !important;
	width:100% !important;
	object-fit:cover;
}
.rec_cat_grid .elementor-grid .elementor-widget-theme-post-featured-image a img{
	aspect-ratio:1;
}
.rec_cat_grid .elementor-grid .elementor-heading-title,
.rec_cat_grid .elementor-grid .elementor-heading-title a{
	font-family: "Lora", Sans-serif !important;
	line-height: 32px;
}
.recipe_card .elementor-post__card {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
    gap: 20px 25px;
	border-bottom:2px solid #ccc !important;
}
.recipe_card .elementor-post__card .elementor-post__thumbnail__link {
    width: 240px !important;
    object-fit: cover;
    height: 110px;
    margin: 0 !important;
}
.recipe_card .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail,
.recipe_card .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    position: static !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    transform: unset !important;
	object-fit:cover;
}
.recipe_card .elementor-post__card .elementor-post__text{
	margin:0 !important;
}
.rec_cat_grid.right_list .elementor-grid .rec_cat_card_text *{
	color:#fff !important;
}
.celebra_heading h2{
	margin:0;
}
.blog_grid .elementor-heading-title a{
	font-family: "poppins", Sans-serif !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 600 !important;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
.custom_bread{
	width:100%;
}
.custom-breadcrumb a, .custom-breadcrumb span {
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: "poppins" !important;
	letter-spacing: 1px;
	color: #454545;
}
.news_content a {
    font-size: 16px !important;
    color: #212121 !important;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline !important;
    border-radius: 50px;
    margin: 10px 0;
}
.news_content a strong{
	font-weight: 500;
}
.news_content h1, .news_content h2,.news_content h3 {
    color: #212121 !important;
    font-weight: 400 !important;
}
.news_content h1 strong, .news_content h2 strong,.news_content h3 strong,.news_content h3 b{
	font-weight: 400 !important;
}
.news_content p{
	font-size: 16px !important;
}
.rec_cat_banner img{
	height:100vh !important;
	object-fit:cover !important;
}
.rec_cat_single_card img{
	aspect-ratio:1.4;
	object-fit:cover !important;
}
.rec_cat_single_card .elementor-widget-theme-post-featured-image a{
	width:100%;
}
.rec_cat_single_card .elementor-heading-title a{
	font-family: "Lora", Sans-serif !important;
}
.prep-step .step-content{
	margin:0;
	max-width:60%;
}
.prep-step .step-content h4{
	margin: 0 !important;
	font-size: 18px !important;
	color: #212121 !important;
}
.prep-step .step-content .step-description{
	font-size: 16px !important;
    color: #212121 !important;
}
.step-image{
	display:flex;
}
.step-image img{
	width:100%!important;
	height:500px!important;
	object-fit:cover;
	margin: 80px 0;
}
.sidebar_text p{
	margin:10px 0 !important;
}
.sidebar_text p strong{
	font-weight:500 !important;
}
.sidebar_text ul{
	padding-left:20px !important;
}
.single_rac_post_content h3{
	font-size:26px !important;
	line-height:34px !important;
	font-weight:400 !important;
	margin:0 0 15px;
}
.big_heading h2{
	white-space:nowrap;
}
.single_racipe_similar_post .elementor-post__thumbnail,
	.single_racipe_similar_post .elementor-post__thumbnail img{
		padding:0 !important;
		position: static !important;
		transform: unset !important;
	}
	.single_racipe_similar_post .elementor-post__thumbnail img{
		aspect-ratio:1 !important;
		object-fit:cover !important;
	}
.footer_social .elementor-icon-list-icon svg{
	margin:0 !important;
}
.footer_social .elementor-icon-list-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
	transition:0.3s linear;
}
.footer_social .elementor-icon-list-icon:hover{
	background:var(--box_pink);
}

.simple-js-marquee {
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
}
.simple-js-marquee .marquee-track {
	display:inline-block;
	white-space:nowrap;
	will-change:transform;
	transform: translate3d(0,0,0);
}
.simple-js-marquee .marquee-item {
	display:inline-block;
	white-space:nowrap;
	vertical-align:middle;
	margin-right:12px;
}
.simple-js-marquee .slide-divider {
	display:inline-block;
	margin:0 12px; 
	font-size:90px;
	position:relative;
	top:50px;
	color:rgba(248, 196, 200, 0.529);
}
.simple-js-marquee + .big_heading{
	display:none;
}

@media (max-width: 480px) {
  .marquee-slider .slide-divider { 
	margin: 0 10px;
	 font-size: 1em; 
	}
}

@media (max-width:1200px){
	.recipe_card .elementor-post__card .elementor-post__thumbnail__link {
		width: 250px !important;
		height: 120px;
	}	
}
@media (max-width:1024px){
	.header_menu{
		margin-left:auto !important;
		position:static !important;
	}
	.header_menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: absolute !important;
		left: 0;
		top: 52px;
		width: 100%;
		border-bottom-left-radius: 36px;
		border-bottom-right-radius: 36px;
		border-bottom: 0 !important;
		border-top: 1px solid #000 !important;
	}
	.header_container{
		transition:0.1s linear !important;
	}
	body.menu_active .header_container{
		border-radius: 36px 36px 0px 0px !important;
	}
	.rec_cat_grid.left_list .elementor-grid,
	.rec_cat_grid.right_list .elementor-grid{
		grid-template-columns: 1fr 1fr !important;
		--gap: 30px;
		row-gap: 40px !important;
	}
	.rec_cat_grid.left_list .elementor-grid .e-loop-item:first-of-type,
	.rec_cat_grid.right_list .elementor-grid .e-loop-item:first-of-type{
		 grid-column: 1 / -1 !important; 
		 grid-row: auto !important;     
		 width: 100% !important;
		 height: auto !important;
	}
	.rec_cat_banner img{
		height:500px !important;
	}
	.single_rac_post_content h3{
		font-size:22px !important;
		line-height:30px !important;
	}
	.step-image img {
		height: 400px!important;
		margin: 70px 0;
	}
	.prep-step .step-content {
		max-width: 100%;
	}
	.rec_cat_grid .elementor-grid .e-loop-item:not(:first-of-type) .rec_cat_card_text h2{
		font-size:18px !important;
	}
}
@media (max-width:767px){
	.rec_cat_grid.left_list .elementor-grid,
	.rec_cat_grid.right_list .elementor-grid{
/* 		grid-template-columns: 100% !important; */
	}
	.rec_cat_grid .elementor-grid .e-loop-item:first-of-type > .elementor-element, .rec_cat_grid .elementor-grid .e-loop-item:first-of-type > .elementor-element > .e-con-inner, .rec_cat_grid .elementor-grid .e-loop-item:first-of-type > .elementor-element > .e-con-inner > .elementor-widget-theme-post-featured-image, .rec_cat_grid .e-loop-item:not(:first-of-type) > .elementor-element, .rec_cat_grid .e-loop-item:not(:first-of-type) > .elementor-element > .e-con-inner, .rec_cat_grid .e-loop-item:not(:first-of-type) > .elementor-element > .e-con-inner > .elementor-element {
		height: auto !important;
	}
	.rec_cat_grid .elementor-grid{
	  --gap: 20px;
	  row-gap: 30px !important;
	}
	.news_content h2{
		font-size: 24px !important;
	}
	.news_content h3{
		font-size: 22px !important;
	}
	.custom_bread a, .custom_bread span {
		font-size: 14px !important;
	}
	.rec_cat_banner img{
		height:350px !important;
	}
	.single_rac_post_content h3{
		font-size:20px !important;
		line-height:30px !important;
	}
	.step-image img {
		height: 350px!important;
		margin: 30px 0;
	}
	.single_racipe_similar_post .elementor-posts-container {
		display:flex !important;
		flex-direction:column !important;
	}
	.single_racipe_similar > .e-con-inner{
		display:block !important;
	}
	.footer_tel_email p{
		word-break: break-word;
	}
	.rec_cat_grid .elementor-grid .e-loop-item:not(:first-of-type) .rec_cat_card_text h2{
		font-size:16px !important;
		line-height:21px !important;
	}
	.simple-js-marquee .slide-divider{font-size:35px;top:14px;}
	.blog_grid .elementor-heading-title a{
		line-height: 21px !important;
		font-weight: 400 !important;
	}
}
@media (max-width:575px){
	.recipe_card .elementor-post__card {
		flex-direction: column !important;
		align-items: center !important; 
	}
	.recipe_card .elementor-post__card .elementor-post__title{
		text-align:center;
	}
	.recipe_card .elementor-post__card .elementor-post__thumbnail__link {
		width: 170px !important;
		height: 110px;
	}
}


.recipe_card .elementor-post.ricette .elementor-post__card{border-bottom:2px solid #e7e7e7 !important;}
.call-to-action-width .elementor-cta__description {max-width:280px;}
.call-to-action-width .elementor-cta__bg-overlay{display:none;}
.custom-breadcrumb a, .custom-breadcrumb span, .custom-breadcrumb{font-size:13.72px;letter-spacing:1px;font-weight:500;color:#454545;}
.full-width-banner{width:100%;}
/* .post-title-name h6 a {
    font-size: 22px !important;
    color: #000 !important;
    line-height: 1.2!important;
}
 */

.cream-bg {position:relative;}
.cream-bg:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    height: calc(100% - 640px);
    width: 100%;
    background: #F2EEE5;
    z-index: -1;
    transform: translate(-50%,-50%);
	opacity:1;
}

.rec_cat_single_card .elementor-element-b5cbee{background:transparent !important;padding:20px 0px 0px !important;}
.rec_cat_grid .elementor-loop-container.elementor-grid{column-gap:30px !important;}
.rec_cat_single_card .elementor-widget-post-info{display:none;}
.rec_cat_grid.right_list .rec_cat_single_card .elementor-heading-title{color:#fff !important;}
.magazine-category .elementor-widget-text-editor{display:none !important;}
.elementor-kit-9 .magazine-receipe-grid .elementor-widget-theme-post-featured-image a,
.single_racipe_similar_post a.elementor-post__thumbnail__link{
	width:100%;
	border-radius: 20px;
    overflow: hidden;
}
.magazine-receipe-grid .elementor-heading-title, .single_racipe_similar_post h3.elementor-post__title a{color:#fff !important;}
.elementor .step-image img{border-radius:40px !important;overflow:hidden !important;}
.prep-step .step-content h4{text-transform:uppercase;padding-bottom:7px;font-size:16px !important;color:#000 !important;font-family:"Poppins", Sans-serif !important;}
.prep-step .step-content .step-description{color:#000 !important;}
.prep-step .step-image img{margin:50px 0px 0px;}
.sidebar_text ul li{padding-bottom:20px;}
.prep-step {
    margin: 0 0px 50px;
}
/* .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul.sub-menu{width:100% !important;} */
.all-event-list .event-post .e-con-inner{gap:10px;}
.all-event-list .event-post .elementor-widget-theme-post-featured-image{
	order:1;
	margin:0 auto;
}
.all-event-list .event-post .elementor-widget-theme-post-featured-image img{
	height: 250px;
    border-radius: 100% !important;
    width: 250px !important;
    object-fit: cover;
    margin: 0 auto;
	overflow:hidden;
}
.all-event-list .event-post .elementor-widget-theme-post-title{order:2;}
.all-event-list .event-post .elementor-widget-theme-post-title .elementor-heading-title{font-size:31px !important;text-align:center;}
.all-event-list .event-post .elementor-widget-theme-post-excerpt{order:3;text-align:center !important;}
.term-pizze .elementor-2515 .elementor-element.elementor-element-12a1570{padding-bottom:90px;}
.term-focacce .elementor-2515 .elementor-element.elementor-element-12a1570{column-gap:160px;}
.term-focacce .elementor-2515 .elementor-element.elementor-element-5b672b1 {
   width: calc(100% - 640px);
}
.term-focacce .elementor-2515 .elementor-element.elementor-element-88c72ad {
    width: 530px;
}
.magazine-tutti-img a{width:100%;}
.big_headings.news-title .elementor-heading-title, .term-pizze .big_headings .elementor-heading-title{position:relative;display:inline-block;}
.big_headings.news-title .elementor-heading-title:after, .big_headings.news-title .elementor-heading-title:before{
    content: '*';
    display: inline-block;
    margin:auto;
    font-size: 7.5vw;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    font-family: "poppins", Sans-serif !important;
	line-height:1em;
}
.big_headings.news-title .elementor-heading-title:after{right: -0.7em;}
.big_headings.news-title .elementor-heading-title:before{left:-0.7em;}
.simple-js-marquee .big_heading.mday-title + .slide-divider{color:#F8C4C8;}
.simple-js-marquee .big_heading.news-title + .slide-divider{color:rgba(243, 138, 146, 0.58);}
.simple-js-marquee .big_heading.ricette-cat-title + .slide-divider{color:rgba(248, 196, 200, 0.5);}
.simple-js-marquee .big_heading.singlenews-blackbg + .slide-divider{color:rgba(248, 196, 200, 0.58);}

.blog_grid .elementor-loop-container .news.type-news > div, 
.blog_grid .elementor-loop-container .news.type-news > div > div, 
.blog_grid .elementor-loop-container .news.type-news > div > div > div,
.blog_grid .elementor-loop-container .news.type-news > div > div > div .elementor-element-a8e01e3{height:100%;}
.blog_grid .elementor-widget-button, .blog_grid .elementor-loop-container .news.type-news .elementor-element-46e3f77 .elementor-widget-button {
    margin: auto 0;
}
.consorzio-types h3{margin-top:0px;}
.e-loop-nothing-found-message{padding-top:0px !important;}

.overlay-heading .elementor-image-box-wrapper .elementor-image-box-img{position:relative;}
.overlay-heading .elementor-image-box-wrapper .elementor-image-box-title{position:absolute;top:100px;left:0;right:0;text-align:center;margin:0 auto;}
.overlay-heading .elementor-image-box-description{padding:0px 20px;}
.overlay-heading{height:100%;}
/* .footer_social ul li.elementor-icon-list-item a{overflow:hidden;}
.footer_social ul li.elementor-icon-list-item:hover a{background:#f8c4c8;} */
/* header .elementor-nav-menu--main ul > li.menu-item-has-children > a{position:relative !important;padding:9px 22px 9px 12px !important;line-height:21px !important;}
header .elementor-nav-menu--main ul > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    top: 54%;
    right: 10px;
    background-image: url('https://template.bestsocialpages.com/wp-content/uploads/2025/10/down-angle.png');
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right center;
    z-index: 1;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
}
header .elementor-nav-menu--main ul > li.menu-item-has-children > a > .sub-arrow{display:none;} */
.wpml-ls-statics-shortcode_actions.wpml-ls ul li a{position:relative;padding:9px 30px 9px 6px;line-height:21px;}
.wpml-ls-statics-shortcode_actions.wpml-ls ul li a:after {
    content: "";
    position: absolute;
    top: 54%;
    right: 10px;
    background-image: url('https://template.bestsocialpages.com/wp-content/uploads/2025/10/down-angle.png');
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right center;
    z-index: 1;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
}
.wpml-ls-statics-shortcode_actions.wpml-ls ul li a .wpml-ls-flag{display:none;}
.wpml-ls-statics-shortcode_actions.wpml-ls ul li a:hover{background-color:var(--active_menu_bg);border-radius:20px;}
.wpml-ls-statics-shortcode_actions.wpml-ls ul li a .wpml-ls-native{margin-left:0px;margin-right:10px;font-size:15px;line-height:21px;}
.ricette-order-sequence .elementor-loop-container .e-loop-item-6{order:1;}
.ricette-order-sequence .elementor-loop-container .e-loop-item-31{order:2;}
.ricette-order-sequence .elementor-loop-container .e-loop-item-32{order:3;}
.ricette-order-sequence .elementor-loop-container .e-loop-item-10{order:4;}
.ricette-order-sequence .elementor-loop-container .e-loop-item-9{order:5;}
.ricette-order-sequence .elementor-loop-container .e-loop-item-33{order:6;}

.magazine-category .elementor-loop-container .e-loop-item-19{order:1;}
.magazine-category .elementor-loop-container .e-loop-item-14{order:2;}
.magazine-category .elementor-loop-container .e-loop-item-17{order:3;}
.magazine-category .elementor-loop-container .e-loop-item-18{order:4;}
/* .archive.tax-magazine-category .elementor-element-bd54cf8, .archive.tax-magazine-category .big_headings.ricette-cat-title {display:none;} */

/* prodotto page */
.number-gradient p{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}
.image-star img{position:relative;display:inline-block;}
.image-star:before, .image-star:after{
	  content: '*';
    display: inline-block;
    margin:auto;
    font-size: 13.5vw;
    position: absolute;
    top:30%;
    transform: translateY(-30%);
    font-family: "poppins", Sans-serif !important;
	line-height:1em;
	color:#f8c4c8;
	opacity:0.722;
}
.image-star:after{right: 50px;}
.image-star:before{left:50px;}
.elementor-icon-list-item .elementor-icon-list-text{text-transform:capitalize;}
.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
  display: none;
}
.sidebar_text p + ul{padding-top:8px;padding-bottom:10px;}
.curiosita-img:not(:has(img)){display:none;}
.curiosita-img:not(:has(img)) + .curiosita-content  {width:100% !important;}
.elementor-nav-menu > li > ul li a, .elementor-nav-menu > li > ul li a:focus, .elementor-nav-menu > li > ul li a:hover{line-height:1.6em;}

.elementor-nav-menu .sub-arrow{padding-left:5px !important;}
/* .elementor-nav-menu--main .elementor-nav-menu  li > ul{border-radius:0px 0px 30px 30px;}
.elementor-nav-menu--main .elementor-nav-menu li > ul > li > ul{border-radius:0px 30px 30px 0px;} */

.elementor-shortcode a:active, .elementor-shortcode a:hover{color:#000;}
.elementor-shortcode span.breadcrumb_last{font-weight:bold;}
.single_rac_post_content p a, .single_rac_post_content p a > span, .step-description p a, .step-description p a > span,
.curiosita-section p a, .curiosita-section p a > span{color:var( --e-global-color-secondary) !important;text-decoration:underline !important;}

/* 404 Search page design set */
.search-form input[type=search]{border-radius:30px;padding-left:47px;}
.search-form button.search-submit{color:#333;padding:5px 20px;top:4px;left:0;inset-inline-start:0;width:30px;height:30px;text-align:center;line-height:1;border-radius:10px;background:transparent;}
.error404 main.site-main{
	margin-top: 0;
    padding: 230px 0px 150px;
}
.error404 .sub-heading{font-size:10rem;margin-bottom:15px;color:var( --e-global-color-secondary);line-height:0.8;}
.error404 h1.entry-title{font-size:35px;color:#000;margin-bottom:20px;font-weight:400;margin-top:-40px;}
.error404 .page-content p{margin-bottom:30px;display:inline-block;}
.error404 .page-content a{color:var( --e-global-color-secondary);}
.search-form input:focus-visible{outline:unset !important;}


@media(min-width:1025px){
.elementor-nav-menu > li > ul li.current-menu-item > a.elementor-item-active, .elementor-nav-menu > li > ul li:hover > a, .elementor-nav-menu > li > ul li:focus > a{color:var( --e-global-color-secondary) !important;}
.elementor-15 .elementor-element.elementor-element-5f543b54 .elementor-nav-menu--dropdown a:hover, .elementor-15 .elementor-element.elementor-element-5f543b54 .elementor-nav-menu--dropdown a:focus, .elementor-15 .elementor-element.elementor-element-5f543b54 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-15 .elementor-element.elementor-element-5f543b54 .elementor-nav-menu--dropdown a.highlighted{background-color:#000 !important;}
}

@media(min-width:1025px) and (max-width:1300px){
.header_menu .elementor-nav-menu--main ul li a{margin-left:2px !important;margin-right:2px !important;font-size:13px !important;}
	.elementor-15 .elementor-element.elementor-element-5f543b54 .elementor-nav-menu--main .elementor-item{padding-left:6px;padding-right:6px;}
	.wpml-ls-statics-shortcode_actions.wpml-ls ul li a:after{background-size:10px auto;right:13px;}
	.wpml-ls-statics-shortcode_actions.wpml-ls ul li a .wpml-ls-display{font-size:13px;}
}

@media(max-width:1024px){
footer ul.elementor-nav-menu {
	display: flex;
	justify-content: space-between !important;
	columns: 2;
	margin:0 !important;
	padding:0;
	flex-wrap:wrap;
}
footer ul.elementor-nav-menu li:nth-child(odd) {
	flex: 0 0 50%;
	display:flex;
	justify-content:flex-start;
}
footer ul.elementor-nav-menu li:nth-child(even) {	
	flex: 0 0 50%;
	display:flex;
	justify-content:flex-end;
}
footer ul.elementor-nav-menu li:nth-child(even) a{min-width:6em;}
	.overlay-heading .elementor-image-box-description{padding:0px 15px;}
	.overlay-heading .elementor-image-box-wrapper .elementor-image-box-title{top:90px;}
	
	.wpml-ls-statics-shortcode_actions.wpml-ls ul li a .wpml-ls-flag{display:block;margin-right:0px;height: 18px;width: 22px;}
	.wpml-ls-statics-shortcode_actions.wpml-ls ul li a .wpml-ls-native{display:none;}
	.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
		border: 0px solid transparent;
		padding: 0;
		clear: both;
		line-height:1;
	}
	.wpml-ls-statics-shortcode_actions.wpml-ls ul li a {
		position: relative;
		padding: 3px 20px 3px 3px;
		background: transparent;
		margin-top: 3px;
	}
	.wpml-ls-statics-shortcode_actions.wpml-ls ul li a:hover{background: transparent;}
	.wpml-ls-statics-shortcode_actions ul li a .wpml-ls-display{display:none;}
	.wpml-ls-statics-shortcode_actions.wpml-ls ul li a:after {right:0px;}
}

@media(max-width:991px){
.cream-bg:after{height: calc(100% - 400px);top:48.5%;}
}

@media(max-width:767px){
.elementor-posts.elementor-posts--skin-cards{gap:0px 30px;}
	.full-width-mob-banner{width:100%;}
	.single_racipe_similar_post .elementor-posts-container.elementor-grid{display:grid !important;}
	.term-pizze .elementor-2515 .elementor-element.elementor-element-12a1570{padding-bottom:10px;}
	.term-focacce .elementor-2515 .elementor-element.elementor-element-12a1570{column-gap:50px;}
	.term-focacce .elementor-2515 .elementor-element.elementor-element-5b672b1 {
	   width:100%;
	}
	.term-focacce .elementor-2515 .elementor-element.elementor-element-88c72ad {
		width: 100%;
	}
	.term-focacce .cat-img-absolute{margin-bottom:-90px !important;}
	.elementor .step-image img{border-radius:20px !important;}
	.prep-step .step-image img{margin:30px 0 0;}
	.prep-step:last-child {
		margin: 0 0px 20px;
	}
	.cream-bg:after{height: calc(100% - 400px);top:47.5%;}
	.blog_grid .elementor-loop-container .news.type-news > div > div > div .elementor-element-a8e01e3{height:100%;}
	.blog_grid .elementor-loop-container .news.type-news .e-con-inner .e-con.e-flex{flex-wrap:nowrap;}
	.overlay-heading .elementor-image-box-description{padding:0px 10px;}
	.overlay-heading .elementor-image-box-wrapper .elementor-image-box-title{top:70px;}
	.overlay-heading .elementor-image-box-img img{width:100%;}
	.image-star:before, .image-star:after{display:none;}
	.number-gradient p{background:transparent;}
	.error404 main.site-main{padding:200px 0px 100px;}
	.error404 h1.entry-title{font-size:30px;margin-top:-30px;}
	.error404 .sub-heading{font-size:7rem;}
	
	
}

@media(max-width:639px){
	.elementor-posts.elementor-posts--skin-cards{gap:0px;}
	.recipe_card .elementor-post.ricette .elementor-post__card{flex-direction:column !important;}
	.recipe_card .elementor-post.ricette .elementor-post__card{gap:5px;border-bottom:1px solid #cbcbcb !important;}
	.recipe_card .elementor-post.ricette:nth-child(7) .elementor-post__card, .recipe_card .elementor-post.ricette:nth-child(8) .elementor-post__card{border:0px none !important;padding-bottom:0px;}
	.elementor-30 .elementor-element.elementor-element-5708c59 .elementor-post__title{text-align:left;}
	.recipe_card .elementor-post.ricette:nth-child(odd) .elementor-post__thumbnail__link,
	.recipe_card .elementor-post.ricette:nth-child(odd) .elementor-post__text{padding-right:25px;width:100% !important;}
	
	.recipe_card .elementor-post.ricette:nth-child(even) .elementor-post__thumbnail__link{padding-left:25px;width:100% !important;}
	.recipe_card .elementor-post.ricette:nth-child(even) .elementor-post__text{padding-left:20px;width:100% !important;}
}

@media(max-width:410px){
.blog_grid .elementor-5548 .elementor-element.elementor-element-46e3f77 .elementor-button{padding:8px 10px;width:100%;}
}