:root {
	--wd-text-font: "Satoshi", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Satoshi", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Satoshi", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Satoshi", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Satoshi", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(231,108,10);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(41,39,36);
	--btn-accented-bgcolor-hover: rgb(28,25,24);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a, html .wd-nav.wd-layout-drilldown > li > a, html .wd-nav.wd-layout-drilldown > li [class*="sub-menu"] > :is(.menu-item,.wd-drilldown-back) > a, html .wd-nav.wd-layout-drilldown .woocommerce-MyAccount-navigation-link > a {
	text-transform: none;
}
html .wd-checkout-steps {
	font-size: 28px;
	text-transform: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 44px;
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-gap: 10px;
	--wd-arrow-size: 42px;
	--wd-arrow-offset-h: 0px;
	--wd-arrow-offset-v: 30px;
	--wd-arrow-bg: rgb(249,249,249);
	--wd-arrow-radius: 24px;
	--wd-arrow-brd-color: rgba(0,0,0,0.1);
	--wd-arrow-brd: 1px solid;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 50px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 36px;
	}
	.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
		--wd-arrow-offset-v: 20px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 16px;
	--wd-widget-title-font-size: 18px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 28px;
	}
	.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 35px;
	--wd-arrow-icon-size: 14px;
	}

}
:root{
--wd-container-w: 1800px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1800px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1800px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1800px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(255,255,255);
}

@font-face {
	font-family: "Satoshi";
	src: url("//www.aniellobisogno.it/wp-content/uploads/2025/12/Satoshi-Regular.woff2") format("woff2");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi";
	src: url("//www.aniellobisogno.it/wp-content/uploads/2025/12/Satoshi-Medium.woff2") format("woff2");
	font-weight: 500;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi";
	src: url("//www.aniellobisogno.it/wp-content/uploads/2025/12/Satoshi-Bold.woff2") format("woff2");
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

.colonna.titolo.verticale .wpb_wrapper {
	display: flex;
	height: 100%;
	width: 100%;
}
.colonna.titolo.verticale .wpb_wrapper .title-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0; 
	/*background-color: rgba(127,255,212,.6);*/
}
.colonna.titolo.verticale .wpb_wrapper .title-wrapper .liner-continer {
	display: flex;
  /*background-color: rgba(240,248,255,.6);*/
  height: 100%;
  width: 100%;
	align-items: end;
  justify-content: flex-end;
	overflow: hidden;
}
.ruotatesto .title {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 0;
	line-height: 1!important;
  margin-top: 0!important;
	margin-bottom: -4px!important;
	margin-left: 0!important;
	margin-right: -7px!important;
}

.extramenu .menu {
	display: flex;
	flex-direction: column;
	row-gap: 10px;

}
.extramenu .menu .woodmart-nav-link {min-height: unset; padding: 0!important; }
.mega-prodotti-row {max-width: 954px; }

/*
.colonna.titolo.verticale .vc_column-inner {
	display: flex;
	width: 100%;
	height: 100%;
  background-color: rgba(155,220,65,.5);
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0;
}
*/


.row-banners {
    min-height: 704px;
}

.row-banners > .wpb_column,
.row-banners > .wpb_column > .vc_column-inner,
.row-banners > .wpb_column > .vc_column-inner > .wpb_wrapper,
.row-banners .vc_inner,
.row-banners .vc_inner > .wpb_column,
.row-banners .vc_inner > .wpb_column > .vc_column-inner,
.row-banners .vc_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 704px;
}

.colonna-indoor,
.colonna-outdoor {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.colonna-indoor > .vc_column-inner,
.colonna-outdoor > .vc_column-inner {
    min-height: 704px;
}

.row-banners .titolo.banner.ruotato {
    height: 704px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.row-banners .titolo.banner.ruotato .liner-continer {
    width: 100%;
    height: 100%;
    display: flex;
    
}

.row-banners .titolo.banner.ruotato h1 {
    writing-mode: vertical-rl;
    
    margin: 0;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-size: 61px;
    font-weight: 700;
    color: #fff;
}
.colonna-indoor .titolo.banner.ruotato h1 {
	transform: rotate(180deg);
}
.colonna-outdoor .titolo.banner.ruotato h1 {
	transform: rotate(0deg);
}

.colonna-indoor .liner-continer {
    justify-content: flex-end;
		align-items: flex-end;
}

.colonna-outdoor .liner-continer {
    justify-content: flex-start;
		align-items: flex-start;
}

/** Amimazione testo */
/* Stato iniziale: testo nascosto */



.colonna-indoor,
.colonna-outdoor {
    overflow: hidden;
}

.colonna-indoor > .vc_column-inner,
.colonna-outdoor > .vc_column-inner {
    transition: transform .6s ease;
}


.blotedx .wpb_wrapper,
.blotesx .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end!important;
    height: 100%;
}

.row-banners .inner-text,
.row-banners .inner-button {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .35s ease, transform .35s ease;
}

/* Hover colonna indoor */
.colonna-indoor:hover .inner-text,
.colonna-indoor:hover .inner-button {
    opacity: 1;
    transform: translateY(0);
}

/* Hover colonna outdoor */
.colonna-outdoor:hover .inner-text,
.colonna-outdoor:hover .inner-button {
    opacity: 1;
    transform: translateY(0);
}

/* Piccolo delay sul bottone */
.row-banners .wd-button-wrapper {
    transition-delay: .08s;
}

/* */
.colonna-indoor,
.colonna-outdoor {
    position: relative;
    overflow: hidden;
}

/* overlay */
.colonna-indoor::before,
.colonna-outdoor::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 69, 110, .55);
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 1;
    pointer-events: none;
}

/* overlay in hover */
.colonna-indoor:hover::before,
.colonna-outdoor:hover::before {
    opacity: 1;
}

/* tutto il contenuto sopra overlay */
.colonna-indoor > .vc_column-inner,
.colonna-outdoor > .vc_column-inner {
    position: relative;
    z-index: 2;
}

/* titolo ruotato ancora più sopra */
.titolo.banner.ruotato {
    position: relative;
    z-index: 3;
}

/* testo + bottone sopra overlay */
.blotedx,
.blotesx {
    position: relative;
    z-index: 3;
}

/**/
.blotedx .wpb_wrapper,
.blotesx .wpb_wrapper {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .35s ease, transform .35s ease;
}

.colonna-indoor:hover .blotedx .wpb_wrapper,
.colonna-indoor:hover .blotesx .wpb_wrapper,
.colonna-outdoor:hover .blotedx .wpb_wrapper,
.colonna-outdoor:hover .blotesx .wpb_wrapper {
    opacity: 1;
    transform: translateY(0);
}

.color-bold strong {
    color: var(--wd-alternative-color);
}

#form-home .wpcf7-text,
#form-home .wpcf7-email  {
	height: 67px;
}

.btn-color-orange {
  background-color: var(--wd-alternative-color)!important;
}

.mt-1 {margin-top: .25rem; }
.mt-2 {margin-top: .50rem; }
.mt-3 {margin-top: 1rem; }
.mt-4 {margin-top: 1.5rem; }
.mt-5 {margin-top: 3rem; }
 
.whb-color-light:not(.whb-with-bg) {
    background-color: #0A4C7C;
}

.wd-content-layout {
    padding-block: 0px!important;
}

/**/
.custom-post-grid .vc_gitem-zone-mini {
  display: flex;
	flex-direction: column;
	position: relative;
}

.custom-post-grid  .vc_gitem-zone-mini  .vc_gitem_row {
  position: relative !important;
	transform: none!important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.custom-post-grid::before,
.custom-post-grid .vc_gitem-zone-a::before {
  display: none !important;
  padding-top: 0 !important;
}

.custom-post-grid .vc_gitem-zone-a {
  height: auto !important;
  min-height: 0 !important;
}

.custom-post-grid .post-card-data {
	font-size: 1rem;
	color: #B6B6B6;
	margin-bottom: 10px;
}

.custom-post-grid .post-card-titolo {
	font-size: 1.31rem;
	font-weight:700;
	color: #505050
}

.custom-post-grid .post-card-bottone {
	margin-bottom: 5px;
}

.custom-post-grid .post-card-bottone a {
	display: flex;
	align-items: center; 
	justify-content: center;
	background: #E76C0A!important;
	color: #ffffff;
	font-size: 1.35rem;
	line-height:1;
	padding: 0;
	width: 196px;
	height: 48px;
  box-shadow: 0px 3px 6px #00000029!important;
}
.custom-post-grid .post-card-bottone a:hover {
	background: #f90!important;
}

.custom-post-grid .vc_gitem-zone-img {
  height: 260px !important;
  object-fit: cover;
}

/* BLOCCO POST TESTATA */


.card-head-custom::before,
.card-head-custom .vc_gitem-zone-a::before {
  display: none !important;
  padding-top: 0 !important;
}

.card-head-custom .vc_gitem-zone-mini {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
}

.card-head-custom .vc_gitem-zone-mini > .vc_gitem_row {
  margin: 0;
}

/* 5 + 7 */
.card-head-custom .vc_gitem-zone-mini > .vc_gitem_row:first-child {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.card-head-custom .vc_gitem-zone-mini > .vc_gitem_row:last-child {
  flex: 0 0 41.667%;
  max-width: 41.667%;
}

.card-head-custom  .vc_gitem-zone-mini  .vc_gitem_row {
  position: relative !important;
	transform: none!important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.custom-blog-right .custom-blog-title p {
	font-size: 1.31rem;
	font-weight: 700;
	color: #505050;
	margin-bottom: 0;
}

.custom-blog-right .custom-top-blog-button a {
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	color: #ffffff!important;
	font-size: 1.35rem!important;
	line-height: 1!important;
	padding: 0!important;
	width: 196px!important;
	height: 48px!important;
	background: #E76C0A!important;
	box-shadow: 0px 3px 6px #00000029!important;
}
.custom-blog-right .custom-top-blog-button a:hover {
	background: #f90!important;
}

.aligned_slider_title {
		display: flex;
		flex-direction: row-reverse;
		align-items: baseline;
		justify-content: center;
}

.aligned_slider_title .title-subtitle {
	margin-left: 10px;
}

.wd-loop-prod-thumb.wd-product-thumb {
	margin: 0!important; 
}
.has-medium-font-size.wp-block-paragraph {
	margin:0!important; }


.punti-forza-row {
    background: transparent linear-gradient(90deg, #1C3458 0%, #D3712D 100%) 0% 0% no-repeat padding-box;
}

.punti-forza-row .wpb_column:not(:first-child):not(:nth-child(2))::before { 
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 176px; 
    background: rgba(255,255,255,.65);
}

.correggi .wd-cat-inner.wrapp-category,
.correggi .wd-cat-thumb.category-image-wrapp,
.correggi .wd-cat-image.category-image {
	height: 100%!important;
}
.correggi .wd-cat-image.category-image img {
	height: 100%;
	object-fit: fill;
}

.bloccobanner .wrapper-content-banner {padding: 0!important; }
.bloccobanner .content-banner {
	writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 0;
  line-height: 1 !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  margin-left: 0 !important;
  margin-right: -7px !important;
	height: 100%!important;
	display: flex!important;
	align-items: flex-end!important;
	justify-content: flex-start!important;
}
.bloccobanner .content-banner .banner-title {
	margin-top: -6px!important;
}
.bloccobanner .content-banner .banner-title {line-height: 50px!important; }
.bloccobanner.promo-banner, 
.bloccobanner .main-wrapp-img {
	height: 100%!important;
}
.bloccobanner .banner-image {
	height: 100%; 
}

.bloccobanner .banner-image img {
	height: 100%!important;
	
}

.catalogo-archive-hero {
    min-height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.catalogo-archive-hero-inner {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalogo-archive-hero h1 {
    color: #fff;
    font-size: 2.1rem;
		font-weight: 800;
}



@media (max-width: 767px) {
  .card-head-custom .vc_gitem-zone-mini {
    flex-direction: column;
  }

  .card-head-custom .vc_gitem-zone-mini > .vc_gitem_row {
    flex: 0 0 100%!important;
    max-width: 100%!important;
    width: 100%!important;
  }

	.punti-forza-row .wpb_column:not(:first-child):not(:nth-child(2))::before { 
		content: "";
		position: absolute;
		left: 50%;
		top: -15px;
		transform: translateX(-50%);
		width: 176px;
		height: 1px; 
		background: rgba(255,255,255,.65);
	}

	
	

	
}
