ul.shortcode_listposts{
	list-style: none;
	margin: 2% 0px 2% 0px !important;
}
ul.shortcode_listposts li{
	height: auto;
    line-height: 4rem;
	margin-bottom: 2%; 
	margin-top: 1%;
}
ul.shortcode_listposts li a{
	text-decoration: none;
    font-size: 48px;
}

body.page-id-92060 .title_outer.title_without_animation,
body.page-id-92061 .title_outer.title_without_animation{
    display: none;
}
/**********************************/
/**** PRODUCT BANNER CAROUSEL ****/
body.single-product div.product div.wpb_wrapper:has(>.product_banner){
	overflow:hidden;
}
.page_banner_container {
  /*max-width: 1920px;
  margin: 0 auto; 
  overflow: hidden;*/
	width: 100vw !important;
	margin-left: calc(-50vw + 50%) !important;
}
.page_banner {
   width: 100%;
  overflow: hidden;
}
.page_banner_inner {
  display: flex;
  will-change: transform;
  cursor: grab;
  height: 100%;
  width: max-content; 
  will-change: transform;
	    max-height: 65dvh;
    height: 65dvh;
}
.page_banner_inner:active {
  cursor: grabbing;
}
.page_banner_inner > div {
  flex: 0 0 auto; 
  height: 100%;
  margin-right: 10px; 
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/* CSS */
.product_banner {
  position: relative;
  width: 100%;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  overflow: hidden;
  touch-action: pan-y;
  display: flex;
  align-items: center;
}
.vc_row.wpb_row.section.vc_row-fluid.full_screen_section:has(.product_banner){
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}
.product_banner_inner {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}
.product_banner_inner > div {
  flex: 0 0 auto; 
  height: 100%;
  margin-right: 0px; 
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product_banner .backgroundvideo video {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.page_banner.scrolling,
.product_banner.scrolling {
  transition: transform 0.5s linear;
}

.bannercarousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: none;
  background: rgba(234, 79, 47, 0.8);
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
  padding: 0px;
}

.bannercarousel-arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.bannercarousel-arrow.carousel-arrow--prev::before,
.bannercarousel-arrow.carousel-arrow--next::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
}

.bannercarousel-arrow.carousel-arrow--prev::before {
  transform: rotate(-135deg);
  left: 0.5rem;
}

.bannercarousel-arrow.carousel-arrow--next::before {
  transform: rotate(45deg);
  right: 0.5rem;
}
/******************************************/
/*****************************************/


.blockpost.columns-4 ul,
	list-style: none;
}
.blockpost.columns-4 ul li,
.blockpostproduct.columns-4 ul li  {
  width: 23.29545454545455%;
  margin: 0 2.272727272727273% 25px 0;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blockpost a.product_list_thumb_link,
.blockpostproduct a.product_list_thumb_link{
	text-decoration: none;
}
.blockpost ul li .block_title,
.blockpostproduct ul li .block_title,
.blockpost  h3.block_title{
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "BasierSquare";
  color: black;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transform: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-family: "BasierSquare";
  font-style: normal;
  margin: 1.5% 0px 0px 0px;;
  font-size: 20px;
}
.blockpost ul li .block_title,
.blockpost  h3.block_title{
  text-transform: lowercase;
}
.blockpost.ozm_filter_blockposts.typeproduct h3.block_title,
.blockpost.ozm_filter_blockposts.typeproduct ul li .block_title,
.ozm_filter_products_blockposts  h3.block_title,
.blockpostproduct ul li .block_title,
.ae-relatedproductgallery h3.block_title{
  text-transform: uppercase;
}
.blockpost ul li .block_title::first-letter,
.blockpostproduct ul li .block_title::first-letter,
.blockpost  h3.block_title::first-letter {
    text-transform: uppercase;
}
.blockpost ul li a:hover .block_title, 
.blockpostproduct ul li a:hover .block_title{
	color: #EA4F2F;
}
/*.blockpost ul li .block_title::first-letter {
  text-transform: uppercase ;
}*/
.woocommerce ul.products li.product span.product-title{
  font-family: "BasierSquare";
  font-style: normal;
  margin: 4% 0px;
  line-height: 1.6em;
  font-size: 1.25rem;
}
ul.columns-4 li span.excerpt{
	color: #555;
}


/* filtro shortcode */
.button-group.filter-button-group{
	background-color: #F0F0F0;
    padding: 1.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    width: auto;
	margin-bottom: 2%;
}
.button-group.filter-button-group button{
	background-color: #F0F0F0;
}
.button-group.filter-button-group button.is-checked {
    color: #ea4f2f;
}
.filter-button-group button{
    border: none !important;
    font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
    text-transform: lowercase;
	cursor: pointer;
}
.filter-button-group button::first-letter {
  text-transform: uppercase ;
}
.grid-sizer,
.grid-item { 
	width: 31.9%; 
	/*width: 32.5%; */
	margin-bottom: 2%;
}

/***** PROJECTS ******/
.ozm_nofilter_blockposts .divtags .taglabel{
	cursor: pointer;
} 
.ozm_nofilter_blockposts .divtags .taglabel:hover{
	color: #ea4f2f;
}
.ozm_nofilter_blockposts .excerpt {
  display: block;
  margin-top: 2%;
}
.divtags .taglabel{
	/*border: 1px solid #777;
  	padding: 3px 5px;*/
  	border-radius: 16px;
  	line-height: 100%;
  	margin-right: 5px;
  	margin-top: 5px;
  	display: inline-block;
  	width: auto;
  	color: #999;
}
.blockpost.ozm_filter_blockposts.ozm_filter_products_blockposts span.taglabel.designlabel {
    display: block;
	font-size: 0.9rem;
}
.blockpost.ozm_filter_blockposts.ozm_filter_category_blockposts .divtags .taglabel {
    border: none;
}
.blockpost.ozm_filter_blockposts.typeproject ._tag.post_tag {
    display: none !important;
}
.blockpost.ozm_filter_blockposts.typeproject .flineinfo{
	width: 100%;
    display: flex;    
	overflow: hidden;
	padding-top: 5px;
}
.blockpost.ozm_filter_blockposts.typeproject .flineinfo span.location,
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag{
	position: relative;
	float: left;
	width: 50%;
}
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag{
	text-align: end;
	color: #999;
}
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag .button-group.filter-button-group{
	padding: 0px;    
	justify-content: end;	
    background-color: transparent;
}
.divtags .filter-button-group button,
.divtags .filter-button-group button.is-checked,
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag .filter-button-group button,
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag .filter-button-group button.is-checked{
	color: #999;	
	background-color: transparent;
	font-size: 12.8px;
	padding: 0px 1px 0px 3px;
}
.divtags .filter-button-group,
div.projecttag .filter-button-group {
    color: #999;
	font-size: 12.8px;
}
.divtags .taglabel a,
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag span.projecttag{
	color: #999;
}
.divtags .taglabel.by-designer,
.divtags .taglabel.filtertag,
body.designer-collections .divtags .taglabel,
.divtags .tagline a,
.shortcode_filterblockposts ._tag.post_tag span,
.shortcode_filterblockposts span.location,
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag,
.blockpost.ozm_filter_blockposts.typeproject .flineinfo div.projecttag span.projecttag{
	border: 0px solid transparent;
  	padding: 0px;
  	margin-top: 0px;
	font-size: 12.8px;
	letter-spacing: 0px;
	line-height: 100%;
	text-decoration: none;
	margin-right: 3px;
}
.shortcode_filterblockposts ._tag.post_tag ._datatag  span.filtertag{
	display: none;
}
.blockpost.typepost .shortcode_filterblockposts ._tag.post_tag ._datatag span.filtertag{
	display: inline-block;
}
.divtags .taglabel.by-designer{
	color: black;
}
.div_shortcode_listposts {
  margin-left: 3%;
}
.divtags .taglabel.filtertag,
.divtags .tagline a,
.shortcode_filterblockposts span.location{
	color: #999;
}
.noborder .divtags .taglabel{
    border: none !important;
  	margin: 1rem 0px;
  	display: block;
  	padding-left: 0px;
	color: #999;
}
.divtags .taglabel a,
.divtags  ._tag span.metaresult,
.shortcode_filterblockposts ._tag.post_tag{
	text-decoration: none;
  	font-size: 12.8px;
  	color: #999;
}
span.taglabel.collc {
    border: 1px solid #999;
    padding: 1px 4px 2px 4px;
    border-radius: 16px;
}
.blockpost.ozm_filter_blockposts.ozm_filter_products_blockposts span.location{
	display: none;
}
.projectspage .shortcode_filterblockposts ._tag.post_tag{
	width: auto;
  position: relative;
  float: right;
}
.projectspage .shortcode_filterblockposts ._tag.location{
  width: auto;
  position: relative;
  float: left;
}
.shortcode_filterblockposts ._tag.collection{
	display: block;
  position: relative;
  float: left;
  clear: both;
  margin-top: 0.7rem;
}
.ozm_blocks.container_blockpost { 
    margin-bottom: 1.5%;
	/*min-height: 60vh;*/
}
.blockpost .shortcode_filterblockposts .project-img{
	/*min-height: 55vh;*/
	/*height: clamp(200px, 50dvh, 600px);*/
}
.container_blockpost{
	position:relative;
}
.blockpost .project-img{
	width: 100%;
    /*min-height: 25vw;*/
	background-position: center;
	background-size: cover;
    aspect-ratio: 1 / 1;
}
/*** OZM _ blockposts ***/
.fadeshortocode {
  position: absolute;
}
.blockpost span.excerpt {
    font-size: 16px;
    line-height: normal !important;
    /* height: 1rem; */
    margin-top: 0.7rem;
    display: block;
}
.fadeshortocode.row_1 {
  opacity: 1;
  visibility: visible;
   animation: fadeStart ease 8s infinite;
  -webkit-animation: fadeStart ease 8s infinite;
  -moz-animation: fadeStart ease 8s infinite;
  -o-animation: fadeStart ease 8s infinite;
  -ms-animation: fadeStart ease 8s infinite;
}

.fadeshortocode.row_2 {  
  opacity: 0;
  visibility: hidden;
  animation: fadeEnd ease 8s infinite;
  -webkit-animation: fadeEnd ease 8s infinite;
  -moz-animation: fadeEnd ease 8s infinite;
  -o-animation: fadeEnd ease 8s infinite;
  -ms-animation: fadeEnd ease 8s infinite;
}

@keyframes fadeStart {
  0%,
  48%{ opacity: 1;
		visibility: visible;
	}
  50%,
  98% { opacity: 0;
		visibility: hidden;
	}

}
@keyframes fadeEnd {
  0%,
  48%{ opacity: 0;
		visibility: hidden;
	}
  50%,
  98% { opacity: 1;
		visibility: visible;
	}

}
@media only screen and (max-width: 1200px){
	.product_banner,
	.product_banner.imageandvideo.imagesbckg2 .backgroundimage,
	.product_banner.imagesbckg2 .backgroundimage.wvideo
	.product_banner .backgroundimage.novideo
	.product_banner.imageandvideo.imagesbckg2 .backgroundimage,
	.product_banner .backgroundvideo,
	.product_banner .backgroundvideo video,
	.product_banner .backgroundimage,
	.product_banner .backgroundimage.wvideo,
	.product_banner .backgroundimage.novideo{
		/*max-height: 27vmin;
		height: 27vmin;*/
	}
	/*.ozm_blocks.container_blockpost .project-img{
		min-height: 55vh;
		height: clamp(200px, 45dvh, 600px);
	}*/
}

@media only screen and (max-width: 781px){

}


@media only screen and (max-width: 599px){
	/*.blockpost .project-img {
		min-height: 75vw;
	}*/
}