/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Fabio 11-3-2025 */

p {margin:0px}
div#menu-tab-prod { background-color:#ffffff }

.elementor-hidden-desktop.elementor-hidden-laptop.elementor-hidden-tablet_extra.elementor-hidden-tablet.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--effects.e-lazyloaded.elementor-sticky--active.elementor-section--handles-inside

{z-index:20!important;}

@media only screen and (max-width: 768px) {
	.elementor-sticky--active {
		z-index:1!important		
	}
}

/*Personalizzazione loader*/

/* Cambia il loader di Elementor */
.elementor-loading {
  background-color:#008ECA; /* sfondo facoltativo */
}

.elementor-loading-box {
  background:none;
  border:none;
}

/* Personalizza lo spinner */
.elementor-loading-box::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 6px solid #343E4B;
  border-top: 6px solid #343E4B;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animazione rotatoria */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Iframe Soluzioni */

#descr-sol iframe 
{ 
width:100%;
max-width:350px; 
margin:7px 0px 5px 30px;
max-height: 197px;
float: right;
box-shadow: -10px 10px 10px 2px rgba(3, 3, 3, 0.5);
} 

#solution-sx div.uc_post_list_content_inside h3 {
    
border-left: 2px solid #fabf2c;
margin-top:10px; 
}

#solution-sx div.button-on-side a.uc_more_btn {	padding-top: 4px; }


#solution-sx div.uc_post_list_box, #woo-cat div.uc_post_grid_style_one_item  
{
    
box-shadow: 10px 10px 10px 2px rgba(3, 3, 3, 0.5) }



#solution-sx .uc_post_list_box:hover  
 {  background-color: #f5f5f5;  }


div#slider-by-id { 
	float:right; width:350px;
    height: 199px;
    margin: 0px 0px 15px 30px;
    position: relative;
}


div#slider-by-id div.custom-product-slider-ez-wrapper {
    
     box-shadow: -10px 10px 10px 2px rgba(3, 3, 3, 0.5);
    
}

/* Frecce di navigazione */
div#slider-by-id  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
    width: 30px;
    height: 30px;
    color: #008ECA;
    transition: color 0.3s ease;
}

#slider-by-id .arrow-left {
    left:0.5%; display: none
}

#slider-by-id .arrow-right {
    right:0.5%; display: none
}

div#slider-by-id .arrow:hover {
    color: #FABF2C;
}

div#slider-by-id .custom-chevron {
    width: 100%;
    height: 100%;
    display: block;
}

/* Immagine dello slider */

div#slider-by-id  .custom-product-slider-ez .slide img.ez-image 
{
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Paginazione */
#slider-by-id .custom-pagination-ez 
{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 8px;
    padding: 10px 0;
    background: transparent;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#slider-by-id .custom-pagination-ez .dot 
{
    width: 15px;
    height: 5px;
    background-color: #ccc;
    transition: background-color 0.3s;
    cursor: pointer;
}

#slider-by-id  .custom-pagination-ez .dot:hover 
{
 background-color:#FABF2C;
}


#slider-by-id  .custom-pagination-ez .dot.active {
    background-color: #008ECA;
}



#slider-by-id div.fancybox-caption__body {
    
    display: none;
    
}

#slider-by-id div.fancybox-infobar {
    bottom:20px;
left:50%;
margin-left: -20px;
top: unset;
}



/* Slider  Brackets Fabio B. 7 agosto 2025 */


/* Frecce di navigazione */
#slider-by-id-prod .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
    width: 30px;
    height: 30px;
    color: #008ECA;
    transition: color 0.3s ease;
}

#slider-by-id-prod .arrow-left {
    left:0.5%;
}

#slider-by-id-prod .arrow-right {
    right:0.5%;
}

#slider-by-id-prod .arrow:hover {
    color: #FABF2C;
}

#slider-by-id-prod .custom-chevron {
    width: 100%;
    height: 100%;
    display: block;
}

/* Immagine dello slider */
#slider-by-id-prod .custom-product-slider-ez .slide img.ez-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Paginazione */
#slider-by-id-prod .custom-pagination-ez {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 10px;
    gap: 8px;
    padding: 10px 0;
    background: transparent;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#slider-by-id-prod .custom-pagination-ez .dot {
    width: 15px;
    height: 5px;
    background-color: #ccc;
    transition: background-color 0.3s;
    cursor: pointer;
}

#slider-by-id-prod .custom-pagination-ez .dot:hover {
 background-color:#FABF2C;
}


#slider-by-id-prod .custom-pagination-ez .dot.active {
    background-color: #008ECA;
}



#slider-by-id-prod div.fancybox-caption__body {
    
    display: none;
    
}

#slider-by-id-prod div.fancybox-infobar {
    
bottom:20px;
left:50%;
margin-left: -20px;
top: unset;

    
}



/**Imposto la stessa altezza ai top Fabio B. 23 luglio 2025**/

body.single-product div[data-elementor-post-type="page"] div.e-con-inner, div[data-elementor-type="product"] div.e-con-inner

{min-height:165px}



@media only screen and (max-width: 767px) {
    
#solution-sx div.uc_post_list_box, #woo-cat div.uc_post_grid_style_one_item  {
    
box-shadow: 3px 3px 3px 2px rgba(3, 3, 3, 0.5)
}



 div#solution-sx  div.uc_post_list div.uc_post_list_box:first-child h3.uc_post_list_title 
 { color:#008ECA; }

}
    
    
#solution-sx div.uc_post_list_box:last-child { border: none }


div[data-elementor-post-type="portfolio"] div.elementor-widget-image { padding:0px 20px 0px 20px!important }



.page-transition-logo {
  display: inline-block;
  transition: transform 0.6s ease, filter 0.6s ease;
  box-shadow:
    4px 4px 8px rgba(0, 0, 0, 0.3),
   -4px -4px 8px rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  background: #f0f0f0; /* Colore di sfondo chiaro */
}

#footer-point div 
{	line-height:0px!important; }

/**Portate in sovra impressione le immagini in pagina prodotto Fabio B. 19 giugno 2025**/
#col-sx-prod, #col-dx-img {
	z-index: 1;
	
}

/*Formattazione titolo Coming Soon 26 giugno 2025 Fabio B.*/

div.tit-co-vi {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0px;
	font-family: "Roboto";
	font-style: italic;
	color: var(--e-global-color-accent);
	box-shadow: -10px 10px 10px 2px rgba(3, 3, 3, 0.5);
	border:2px solid var(--e-global-color-accent);
	width: 350px;
	height: 197px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--e-global-color-7a23cbc); 
    opacity: 0.5;  


}



/* Imposto Aptos Font 4 agosto 2025  */


@font-face {
    font-family: 'Aptos';
    src: url('/wp-content/aptos/aptos.woff2') format('woff2'),
         url('/wp-content/aptos/aptos.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#text-prod em { display:block}



@media only screen and (max-width: 1200px) {
	
#descr-sol iframe 
{ 
width:100%;
max-width:350px; 
margin:7px 0px 5px 30px;
max-height: 197px;
float: right;
} 
}

@media only screen and (max-width: 880px) {
	#descr-sol iframe 
{ 
width:100%;
max-width:290px; 
margin:7px 0px 5px 30px;
max-height: 180px;
float: right;
} 
	
div.uc_post_list_image 
{	margin:0 auto;	}	
}
	
div.tlp-portfolio-container > div:first-child 
 
{ display: none}

@media only screen and (max-width: 767px) {
	
#descr-sol iframe 
{ 
width:100%;
max-width:290px; 
margin:20px auto 0px auto;
max-height: 180px;
display: block;
float:none;
} 
	
div#solution-sx div.uc_post_list_image, div#prod-list-1  div.uc_post_list_image { margin:0 auto; 	}
	
div#solution-sx	div.button-on-side, div#prod-list-1 	div.button-on-side { 
	display:none;}

#solution-sx div.uc_post_list_content_inside h3, #prod-list-1 div.uc_post_list_content_inside h3  {
  border:none;
}
	
#descr-sol div.elementor-widget-container
{ 
display:flex;
flex-direction: column-reverse;
} 
	
	#solution-sx  {
		border-top:1px solid #ccc;
		padding-top:30px;
	}	
	
	
#tab-prod-post div.tab-prod > div:first-child {
    padding: 0px;
    min-height: 500px;
}
	
div#prod-list-1	div.ue-active-item {
		background-color:#fff;	
	}
	
div#prod-list-1	div.ue-active-item h3.uc_post_list_title 
{ 	
	color:#008ECA; 
	
}
	
div#prod-list-1	div.ue-active-item	div.uc_post_list_image {
		box-shadow: 1px 1px 3px #000;
		}
}



