/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.catalogo-pdf-btn {
    display: flex;
    width: 196px;
    height: 48px;
    background: #E76C0A;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    
}

.catalogo-pdf-btn:hover {
  opacity: .85;
}

.catalogo-pdf-btn .cat-bt-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 400; 

}

.products-bordered-grid .wd-product.wd-col {
    border: none!important;
}

.products-bordered-grid {
    gap: 20px!important;
}

/** */
.catalogo-archive-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 60px;
}

.catalogo-archive-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(12, 48, 82, 0.35),
        rgba(12, 48, 82, 0.65)
    );
    width: 100%;
    height: 100%;
}

.catalogo-archive-hero > * {
    position: relative;
    z-index: 2;
}

.catalogo-archive-hero .wd-shop-desc {display: flex; margin: auto; }
.catalogo-archive-hero .wd-shop-desc .wd-term-desc.wd-entry-content p {
    color: #fff;
    margin: 0!important; 
    font-size: 1.2rem;
    line-height: 25px;
    font-weight: 400; 
}

.button.sito-origine-btn {
    background-color: #0a4c7c;
    color: #fff;
}

.button.sito-origine-btn:hover {
    background-color: #0a4c7c;
    background-color: #0a4c7c, (#0a4c7c, #e0e0e0);
}

/** */
.wd-loop-prod-thumb.wd-hover-zoom {
  overflow: hidden;
}

.wd-loop-prod-thumb.wd-hover-zoom img {
  transition: transform .35s ease;
  transform-origin: center center;
}

.product-grid-item:hover .wd-loop-prod-thumb.wd-hover-zoom img,
.wd-product-wrapper:hover .wd-loop-prod-thumb.wd-hover-zoom img {
  transform: scale(1.08);
}

.wd-loop-prod-thumb.image.copertina.loop {
  position: relative;
}

.wd-loop-prod-thumb.image.copertina.loop {
  position: relative;
  overflow: hidden;
}

.wd-loop-prod-thumb.image.copertina.loop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background .35s ease;
  pointer-events: none;
  z-index: 2;
}

.wd-product-wrapper:hover .wd-loop-prod-thumb.image.copertina.loop::before {
  background: rgba(0,0,0,.35);
}

.wd-loop-prod-thumb.image.copertina.loop img {
  transition: transform .35s ease;
}

.wd-product-wrapper:hover .wd-loop-prod-thumb.image.copertina.loop img {
  transform: scale(1.08);
}


.wd-product-wrapper .titolo.copertina.loop {
    padding: 15px;
    z-index: 999;
}


.wd-product-wrapper:hover .titolo.copertina.loop a {
  color: #fff; 
}

body.page-id-1380 {
    background-color: #f4f4f4!important;
}

.custom-blog-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}


.wd-slide-bg.wd-fill:before {
  content:'';
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  z-index: 1;
}

.wd-cat-content.hover-mask {
  position: relative;
}

.wd-cat-inner.wrapp-category:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  display: flex;
  position: absolute;
}

/** 
.outlet-filter {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.outlet-filter a {
    padding: 10px 18px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #111;
}

.outlet-filter a.active,
.outlet-filter a:hover {
    background: #005481;
    color: #fff;
    border-color: #005481;
}
*/

.odf-filter {
	margin: 32px auto!important;
    display: flex!important;
    gap: 14px!important;
    width: fit-content!important;
    align-items: center!important;
	flex-wrap: nowrap!important;
}

#odf-category-select {
	 border-color: #0a4c7c!important;
	height: 54px!important;
}
.odf-label {
	font-size: 1rem!important;
	margin:0!important;
}

.gdpr p {
  display: flex; 
  align-items: flex-start;
}

.gdpr .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
} 

.gdpr .label_gdpr {
  font-size: .825rem;
  line-height: 15px;
  display: block;
}

/*** 
*/

.custom-realizzazioni .wd-post {
    position: relative;
    overflow: hidden;
}

.custom-realizzazioni .wd-post .article-inner {
    position: relative;
    overflow: hidden;
}

.custom-realizzazioni .wd-post .post-img-wrapp {
    position: relative;
    z-index: 1;
}

.custom-realizzazioni .wd-post .post-img-wrapp::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s ease;
    z-index: 2;
}

.custom-realizzazioni .wd-post .wd-post-content.article-body-container {
    position: absolute;
    top: 55%;
    left: 20px;
    right: 20px;
    z-index: 11;
    margin: 0;
    padding: 0;
    text-align: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-35%);
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}

.custom-realizzazioni .wd-post:hover .wd-post-content.article-body-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.custom-realizzazioni .wd-post:hover .post-img-wrapp::after {
    background: rgba(0, 0, 0, .5);
}

.custom-realizzazioni .wd-post .wd-post-content.article-body-container a,
.custom-realizzazioni .wd-post .wd-post-content.article-body-container h3,
.custom-realizzazioni .wd-post .wd-post-content.article-body-container .entry-title {
    color: #fff !important;
}

.custom-realizzazioni .wd-post .entry-title a {
    position: static;
}

.custom-realizzazioni .wd-post .entry-title a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
}

.custom-realizzazioni .wd-post .post-img-wrapp,
.custom-realizzazioni .wd-post .post-img-wrapp img {
    pointer-events: none;
}

/***/

@media (max-width: 767px) {

	.row-banners,
  .row-banners .vc_inner,
  .row-banners .vc_column-inner,
  .row-banners .wpb_wrapper, 
  .row-banners .vc_inner .wpb_column {
		min-height: 300px!important;
	}

  .row-banners .colonna-indoor,
  .row-banners .colonna-outdoor {
      min-height: 300px!important;
      /* height: 340px!important; */
  }


  .row-banners	.colonna-indoor > .vc_column-inner,
  .row-banners .colonna-outdoor > .vc_column-inner {
    min-height: 300px!important;
   /*  height: 340px!important; */
	}


  .row-banners .colonna-indoor::before,
  .row-banners .colonna-outdoor::before {
      opacity: 1!important;
  }

	
.row-banners .titolo.banner.ruotato {
		min-height: 240px!important;
		height: fit-content!important;
}

.blotedx .wpb_wrapper, .blotesx .wpb_wrapper {
    opacity: 1!important;
    transform: translateY(0px)!important;
}

.row-banners .inner-text, .row-banners .inner-button {
      opacity: 1!important;
    transform: translateY(0px)!important;

}


.row-banners .titolo.banner.ruotato {
    height: 704px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}	
	


	.row-banners .titolo.banner.ruotato {
			height: 420px!important;
	}
	

	.colonna-indoor .inner-text,
	.colonna-indoor .inner-button {
			opacity: 1;
			transform: translateY(0);
	}

.colonna-outdoor .inner-text,
.colonna-outdoor .inner-button {
    opacity: 1;
    transform: translateY(0);
}

	
}