@charset "utf-8";
/* CSS Document */
/*
Theme Name:     hello-elementor-child
Theme URI:      https://soluzionimediaweb.it/
Description:    Tema Child per il tema hello-elementor
Author:         Mediaweb Graphic
Author URI:     https://soluzionimediaweb.it/
Template:       hello-elementor
Version:        0.1.0
*/
body {font-family: "Roboto","jost","Trirong", arial!important; }

/*-----------------------*/








/* ---------------- testo su immagine del post in primo piano  -------------------- */

.elementor-element-c85f382 .elementor-post {
  position: relative; /* Assicura che il posizionamento assoluto funzioni correttamente */
}

.elementor-element-c85f382 .elementor-post__text {
  position: absolute; /* Posizionamento assoluto per il controllo preciso */
  bottom: 0px!important; /* Posizionamento alla parte inferiore del contenitore genitore */
  background-color: rgba(0, 0, 0, 0.5); 
  width: 100%; /* Occupa l'intera larghezza del contenitore */
  padding: 20px!important; /* Aggiunge spazio intorno al contenuto */
  box-sizing: border-box; /* Assicura che il padding sia incluso nella larghezza totale */
}

.elementor-element-c85f382 .elementor-post__meta-data {
  position: absolute; /* Posizionamento assoluto per il controllo preciso */
  bottom: 20px!important; /* Posizionamento alla parte inferiore del contenitore genitore */
  padding: 10px 20px!important; /*
  width: 100%; /* Occupa l'intera larghezza del contenitore */
  box-sizing: border-box; /* Assicura che il padding sia incluso nella larghezza totale */
  border-top: 0px solid #eaeaea!important;
}

.elementor-1887 .elementor-element.elementor-element-dbeaf77 .elementor-post__text {
  padding: 20px 20px!important;
  margin-top: 0px;
}

.elementor-element-c85f382 .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 0px!important;
}




@media only screen and (max-width: 780px) {
  .elementor-element-c85f382 .elementor-post__text,
  .elementor-element-c85f382 .elementor-post__meta-data {
    position: static; 
    width: auto; 
    padding: 10px; 
    border-top: none; 
    background-color: rgba(255, 255, 255, 1)!important;
    margin-bottom: 0px!important;  }
  
  .elementor-2395 .elementor-element.elementor-element-02439bd .elementor-post__title {
    margin-bottom: 10px!important;}

}


/* ---------------- testo su immagine del post in primo piano  -------------------- */
/*-----------------------*/








.elementor-element-99f5971 cite.elementor-testimonial__cite {
    background: #cfebf7!important;
 padding:10px!important;
}

.elementor-element-99f5971 a {
    background: #4fb5e0!important;
    padding: 5px 10px!important;
    color: #ffffff !important;
}



.elementor-element-99f5971 a:hover {
    background: #ee7e2e!important;
    padding: 5px 10px!important;
   
}


/*--------------- pdf ------------------*/
.df-popup-thumb {
    margin: 5px!important;}
    
/*@media screen and (min-width: 320px) and (max-width: 520px) {
 .df-posts > .df-popup-thumb {
    width: calc(30% - 30px)!important;
  }
}*/


@container dfposts (max-width: 1020px) {
  .df-posts > .df-popup-thumb {
    width: calc(25% - 10px)!important;
background-color: rgba(0, 0, 0, 1)!important;

margin: 5px !important;
  }
df-post-shelf:nth-of-type(n) {display: none;}
df-post-shelf:nth-of-type(4n) {display: block!important;  }
}


@container dfposts (max-width: 820px) {
  .df-posts > .df-popup-thumb {
    width: calc(25% - 5px)!important;
background-color: rgba(0, 0, 50, 8)!important;

margin: 2px !important; }



df-post-shelf:nth-of-type(n) {display: none;}
df-post-shelf:nth-of-type(4n) {display: block!important;}

  .elementor-widget-container .df-posts {
    max-height: 220px!important;
}


}

@container dfposts (max-width: 520px) {
  .df-posts > .df-popup-thumb {
    width: calc(50% - 10px) !important;
background-color: rgba(255, 0, 0, 1)!important; /* rosso*/
padding:2px!important;  }

  df-post-shelf:nth-of-type(n) {    display: none;  }

  df-post-shelf:nth-of-type(4n) {    display: block!important;  }

  df-post-shelf {    background-size: 120px 480px;  }
  df-post-shelf:before {    left: 120px;    right: 120px;  }
  df-post-shelf:after {    width: 120px;  }
  

.dflip-books .df-posts {
    height: auto!important;
}


}

@container dfposts (max-width: 320px) {
  .df-posts > .df-popup-thumb {
    width: calc(50% - 5px)!important;
 background-color: rgba(0, 255, 20, 9)!important; /*verde*/
 padding:0px!important;}

  df-post-shelf:nth-of-type(n) {
    display: block;
  }
  

  .elementor-widget-container .df-posts {
    max-height: 220px!important;
}


}


/*--------------- pdf ------------------*/









/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .20);
	
		backdrop-filter: saturate(180%) blur(200px);
	-webkit-backdrop-filter: saturate(180%) blur(200px);
	
-moz-backdrop-filter: saturate(180%) blur(200px);
-o-backdrop-filter: saturate(180%) blur(200px);
	
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
		-webkit-transition: min-height var(--transition);
-moz-transition: min-height var(--transition);
-o-transition:  min-height var(--transition);
	
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/


.elementor-sticky--effects .sticky-logo svg {
	width: 340px!important;/*--edit the pixels to change to desired shrinking size--*/
}
.sticky-logo svg {
	transition: .5s all ease-in-out!important;
	/**/
	-webkit-transition: .5s all ease-in-out!important;
-moz-transition: .5s all ease-in-out!important;
-o-transition: .5s all ease-in-out!important;}

.sticky-logo.elementor-widget-image a {
  display: block!important;
}



.elementor-sticky--effects .sticky-logo img {	width: 220px!important;
	/*--edit the pixels to change to desired shrinking size--*/}

.sticky-logo img {	transition: .5s all ease-in-out!important;
-webkit-transition: .5s all ease-in-out!important;
-moz-transition: .5s all ease-in-out!important;
-o-transition: .5s all ease-in-out!important;
}

/****/

header.sticky-header .sticky-logo img {
	transition: transform var(--transition);
	-webkit-transition: transition: transform var(--transition);
-moz-transition: transition: transform var(--transition);
-o-transition: transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .sticky-logo img {
	transform: scale(0.8);
	-ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Safari and Chrome */
  -o-transform: scale(0.8); /* Opera */
  -moz-transform: scale(0.8); /* Firefox */
}
.elementor-element.elementor-element-bf729bd.sticky-logo.elementor-widget.elementor-widget-image.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside {
    top: 0px!important; left: 0px!important;
	
}

@media only screen and (max-width: 767px) {
	header.sticky-header {--header-height: 70px;}
.elementor-sticky--effects .sticky-logo img {width: 90px!important;
/*--edit the pixels to change to desired shrinking size for mobile--*/}}

/**FINE MENU TOP STICHY ** Sticky header activated */






/* -- CSS INIZIO PAGINA mediaweb articoli ---*/




/* -- CSS FINE PAGINA mediaweb articoli ---*/





hr.hr-1{
    border: 0!important;
    border-bottom: 1px solid #029db3!important;
    background: #029db3!important;
	margin: 10px 0!important;}
hr.hr-1s{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));}



.titolo1 {
font-size:34px!important;
letter-spacing: -0.1px!important;

    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
   
}

.titolo2 {
font-size:20px!important;

    line-height: 1.2em!important; 
    letter-spacing: 4px!important;
	text-transform: uppercase!important;
}


.titolo3{
font-size:40px!important;
letter-spacing: -0.1px!important;
font-style: normal;
margin-top: 0!important;
margin-bottom: 0px!important;
font-family: "Playfair Display"}

.titolo4 {
font-size:18px!important;

    line-height: 1.2em!important; 
    letter-spacing: 2px!important;
	text-transform: uppercase!important;
}
.titolo5{
font-size:15px!important;
letter-spacing: -0.1px!important;
font-style: normal;
margin-top: 0!important;
margin-bottom: 0px!important;}

.testo-footer a, a:hover {
	color: #ffffff;
}

.h1-title {font-size: 12px!important;}
.testo-12 {font-size: 12px!important;}
.testo-14 {font-size: 14px!important;}
.testo-16 {font-size: 16px!important;line-height: 16px!important;}
.testo-18 {font-size: 18px!important;line-height: 18px!important;}
.testo-20 {font-size: 20px!important;line-height: 20px!important;}
.testo-22 {font-size: 22px!important;line-height: 22px!important;}
.testo-24 {font-size: 24px!important;line-height: 24px!important;}
.testo-28 {font-size: 28px!important;line-height: 28px!important;}
.testo-30 {font-size: 30px!important;line-height: 30px!important;}
.testo-32 {font-size: 32px!important;line-height: 32px!important;}
.testo-34 {font-size: 34px!important;line-height: 34px!important;}
.testo-36 {font-size: 36px!important;line-height: 36px!important;}
.testo-38 {font-size: 38px!important;line-height: 38px!important;}
.testo-40 {font-size: 40px!important;line-height: 40px!important;}
.testo-menu {
    font-size: 12px!important;
    line-height: 14px;
}

.testo-menu-dopo {
    font-size: 14px!important;
    line-height: 16px;
}


.testo-colore1 {color: #a77592!important;}
.testo-colore2 {color: #029db3!important;}
.testo-colore3 {color: #b3ddd9!important;}
.testo-colore4 {color: #a6d34d!important;}
.testo-bianco {color: #eeeeee!important;}
.testo-nero {color: #000!important;}
.testo-verde {color: #00a19a!important;}



.testo-800{font-weight:800!important;}
.testo-maiuscolo {text-transform:uppercase!important;}
.testo-evidenziato{background-color: #ff0000!important; padding:0 10px;}
.page-content a {text-decoration: none!important;}

.elementor-slide-description {
  color: var( --e-global-color-text );
  font-size: 25px;
  font-weight: 200;
  background-color: #f0f0f0;
}

.privacy {
    font-size: 14px!important;
    line-height: 14px!important;
}

.text-color1 {font-weight:800!important;color:#877c1f!important;}
.text-color2 {	font-weight:800!important;color:#00A19A!important;}
.text-color3 {	font-weight:800!important;color:#ffffff!important;}


.n-assistenza {font-size:30px;font-weight:600!important;color:#1bb53c;}


	/* -------------------------- plugin Mediawebgraphic - Categorie e sottocategori post ------------------------ **/
.ul_mediaweb {
   
    padding: 0px!important;
  
list-style:none!important;
}
.li_mediaweb {
   
    padding: 10px 15px!important;
  float:left!important;
    color: #888888!important;
    border: 1px solid #dddddd!important;
list-style:none!important;
	display: inline!important;
	
	/*clear: both!important;*/
}

.hr_mediaweb_categorie { 
	clear: both!important;
	width:100%;
	
	/*border: 1px solid black;*/
 /* border-radius: 5px;*/
}
.mediaweb_categoria{
   background:#55ddaa;
    padding: 20px!important;
  border: 10px solid #dddddd!important;
list-style:none!important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3531,
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3483 {
    border: 1px solid #99cc00!important;
	margin: 1px!important;
}

/* CSS Document */
/* -------------------- FINE ------ plugin Mediawebgraphic - Categorie e sottocategori post ------------------------ **/
.wbel-arrow {
    border: 4px solid #f00 !important;
        border-top-color: rgb(255, 0, 0);
        border-right-color: rgb(255, 0, 0);
        border-bottom-color: rgb(255, 0, 0);
        border-left-color: rgb(255, 0, 0);

}
.thwvsf-rad-li .th-container input:checked~.checkmark {
    background-color: #99cc00!important;
}


#scroll-top {    z-index: 9999;bottom: 50px!important;}


.ue_box_btn a {
  font-size: 14px!important;
}

/* ---------------- INIZIO -- WPFront Notification Bar -------------------- */
#wpfront-notification-bar-spacer {
  display: block!important;
  position: fixed!important;
  bottom: 0px!important;
  left: 0;
  width: 100%;
  min-height: 70px!important;
  max-height: 100px;
 
  z-index: 9000!important;
  transition: bottom .3s cubic-bezier(.17,.04,.03,.94);
}

.wpfront-notification-bar a.wpfront-button {
    box-shadow: 0 0px 0px rgb(0 0 0 / 20%)!important;
    font-size: 15px!important;
    text-shadow: 0 0px 0px rgb(0 0 0 / 30%)!important;
    padding: 12px 20px!important;}


a.wpfront-button:hover, #wpfront-notification-bar-editor a.wpfront-button:hover {
    background: #877c1f!important;
}
a.checkout-button.button.alt.wc-forward {
  background-color: #00A19A!important;
  padding: 1em!important;
}
/* ---------------- FINE -- WPFront Notification Bar -------------------- */

a.mega-menu-link {
    line-height: 44px!important;
}










