@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: "Anek Odia","Marcellus", "arial"; }



/*
 



/****************************************************/
/***************** Sticky header activated ***************/
/********************************************************/


:root { /*definizione della variabile*/
    --header-height: 100px; /* Altezza iniziale dell'header */
    --transition: 0.3s; /* Durata della transizione */}

/* Gradient background with increased gradient area */
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 100%);}

header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 1) !important; /* Colore di sfondo*/
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .20); /* Ombra  */
	backdrop-filter: saturate(180%) blur(20px); /* Filtro di sfocatura e saturazione per sfondo */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Filtro di sfocatura e saturazione per sfondo - per WebKit (Safari, Chrome) */
	-moz-backdrop-filter: saturate(180%) blur(20px); /* Filtro di sfocatura e saturazione per sfondo - per Firefox */
	-o-backdrop-filter: saturate(180%) blur(20px); /* Filtro di sfocatura e saturazione per sfondo - per Opera */
	
	/*transform: scaleY(0.85);  Riduce solo l'altezza dell'elemento al 85% della dimensione originale */
	/*transform-origin: top;  Ancoraggio della trasformazione in alto, mantenendo la larghezza invariata */
	 /*-ms-transform: scaleY(0.85); Riduce solo l'altezza dell'elemento al 85% della dimensione originale - per Internet Explorer 9 */
	/*-webkit-transform: scaleY(0.85);  Riduce solo l'altezza dell'elemento al 85% della dimensione originale - per WebKit (Safari, Chrome) */
	/*-o-transform: scaleY(0.85);  Riduce solo l'altezza dell'elemento al 85% della dimensione originale - per Opera */
/*	-moz-transform: scaleY(0.85);  Riduce solo l'altezza dell'elemento al 85% della dimensione originale - per Firefox */
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px; /* Altezza ridotta dell'header */
    transition: height 0.3s ease; /* Transizione dell'altezza con effetto dolce (0.3s = durata, ease = curva di transizione) */
}


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) * 0.8);
}

header.sticky-header .sticky-logo img {
	transition: transform var(--transition);
	-webkit-transition: transform var(--transition);
	-moz-transition: transform var(--transition);
	-o-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-111b0b47.sticky-logo.elementor-widget.elementor-widget-image.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside{top: 0px !important;}

/*--edit the pixels to change to desired shrinking size for mobile--*/
@media only screen and (max-width: 767px) {
	header.sticky-header { --header-height: 150px; }
	.elementor-sticky--effects .sticky-logo img { width: 90px !important; }
	.sticky-header1.elementor-sticky--effects {
		background-color: rgba(211, 55, 25, 0.5) !important;
		box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .20);
		backdrop-filter: saturate(180%) blur(20px);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		-moz-backdrop-filter: saturate(180%) blur(20px);
		-o-backdrop-filter: saturate(180%) blur(20px);
	}
}

.testo-footer a, a:hover {
  color: #3fcce4!important;
}

.elementor-sticky--effects .sticky-logo svg {
	width: 140px !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;
}




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





a {background-color: transparent;text-decoration: none;color: #029db3;}
  a:hover, a:active {color: #333333;}
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;}
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0;}
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));}

h1.elementor-heading-title{
font-size:15px!important;
letter-spacing: -0.1px!important;
font-style: normal;
margin-top: 0!important;
margin-bottom: 0px!important;}


.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;
}

.link-menu {color: #877c1f!important; font-weight: 600;}


.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;line-height: 14px!important;}
.testo-14 {font-size: 14px!important;line-height: 16px!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-colore1 {color: #0a4c7f!important;}
.testo-colore2 {color: #029db3!important;}
.testo-colore3 {color: #127691!important;}
.testo-colore4 {color: #a6d34d!important;}
.testo-bianco {color: #eeeeee!important;}
.testo-nero {color: #000!important;}

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

.elementor-751 .elementor-element.elementor-element-47d98f0 .elementor-headline {
    background: #fff!important;
    float: left!important;
    padding: 10px!important;}


.immagine-post, .wp-post-image {
	border-radius: 30px;
-moz-border-radius: 30px; /* firefox */
-webkit-border-radius: 30px; /* safari, chrome */


  }




.elementor-3063 .elementor-element.elementor-element-a3a9d6b:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-3063 .elementor-element.elementor-element-a3a9d6b > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {height: 500px!important;}

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


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

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {    font-size: 12px!important;}
.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child), .elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child), .elementor-slide-description  {margin-bottom: 2px!important;
   background-color: rgb(255 255 255 / 75%)!important;
    padding: 20px!important;
}

 .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0;line-height: 40px!important;
}
.elementor-headline-plain-tex-sottotitolo{
    /*   padding-top: 10px;
    line-height: 40px!important;
    font-size: 40px;*/
    font-weight: 300;
    color: #a7c953;}
.correlati h3 {font-size:22px!important; font-weight:800!important; line-height:20px!important;margin-bottom:10px;!important;}
/*.type-post .page-content {margin: 80px 0 !important;}
.type-page .page-content {margin: 80px 0 !important;}*/
/* .page-header{margin-top: 60px !important;}*/

/*main.site-main.post.type-post {
    padding: 40px 0 80px 0!important;
}*/
/*main.site-main.page.type-page{
  padding: 40px 0 80px 0!important;
}*/
main.site-main.post-258.page.type-page.status-publish.has-post-thumbnail.hentry {
    padding: 0px !important;
	   
}


/*main.site-main.post-258 >  .page-content  {
    margin: 0px!important;
}*/

/*.elementor-element-fde423e .elementor-icon-box-title {
font-family: "Anton", Sans-serif!important; 
    line-height: 1.2em!important; 
    letter-spacing: 1px!important;
	
}
*/

	/*-- news correlate -->*/
.correlati {background-color:#ebe6eb!important; 
	padding:50px!important;}
/* -------------------------- plugin carousel ------------------------ **/
.wb_ps_content .wb_ps_readmore_link {
    text-transform: none!important;
    display: inline-block;
    padding: 10px 15px!important;
    color: #fff!important;
    border: 0px solid #ffffff!important;}
.wb_ps_item {
    padding: 5px!important;}
.wb_ps_content p {min-height: 120px;}

/* -------------------------- FINE plugin carousel ------------------------ **/


	/* -------------------------- 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;
}
.elementor-3039 .elementor-element.elementor-element-4e0688b4 .shopengine-checkout-payment #payment #place_order:hover {
    color: #ffffff;
    background: #954343;
}


@media (min-width: 1200px){
.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1260px!important;	
}}


.page-header .entry-title {
    max-width: 1820px!important;
		padding: 20px 0px 20px 0px!important;
}


.content-area {
    margin-top: 60px!important;
}

#elementor-menu-cart__toggle_button .woocommerce-Price-amount.amount bdi {
    font-size: 16px!important;
    font-weight: 800!important;
}


button.button {
    background-color: #dfdcde !important;
	padding: 1em !important;
}*/

a.checkout-button.button.alt.wc-forward {
    background-color: #dfdcde !important;
	padding: 1em !important;
}
input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], select, textarea {
        min-width: 85px!important;
}


#scroll-top {    z-index: 9999;bottom: 50px!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: #9c0 !important;
  padding: 1em !important;
}
/* ---------------- FINE -- WPFront Notification Bar -------------------- */




















/* -- CSS INIZIO PAGINA mediaweb articoli ---*/
.site-main h2.entry-title {
    color: #000000;
	    font-size: 28px!important;
}


.breadcrumbx-container {
	width: 100%;  
    border-bottom-color: 1px solid #f4f4f4;
    list-style: none;
    min-height: 25px;
    box-shadow: 0 1px 0 rgba(60, 57, 57, .2);}
ol.breadcrumbx { padding: 0px;color: #a3a3a3;}
.breadcrumbx-container li {    display: inline;}
.breadcrumbx a {font-size: 12px!important;    padding-top: 3px;
}
.breadcrumbx>li:last-child:after {    content: none:}

.breadcrumbx>li:last-child {
    font-weight: 700;
    font-style: italic;
}
.breadcrumbx>li>i {    margin-right: 3px;}

/*.breadcrumb>li:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 11px;
    margin-left: 3px;
    margin-right: 3px
}
.breadcrumbx>li+li:before {
    font-size: 11px;
    padding-left: 3px
}
*/
.torna-su {font-size: 14px;
	padding:  20px 0 0 0; font-weight: 600!important;}

hr {
    border: 0!important;
    border-bottom: 1px solid #000!important;
    background: #000!important;
	margin: 10px 0!important;
}





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



/* -- CSS  * Shortcode [dottori_specializzazioni] ---*/

.elenco-dottori {
  max-width: 1200px;
  margin: 10px auto;
  padding: 30px 20px;
}

/* Ogni gruppo (specializzazione) ha box separato */
.elenco-dottori .gruppo-specializzazione {
  background-color: #ffffff00;
  padding: 25px;
  margin-bottom: 0px;
  border: 1px solid #ffffff00;
  border-radius: 0px;
}
.elenco-dottori .gruppo-specializzazione:hover {
  border-color: #238B87;
  box-shadow: 0 0 0 2px rgba(35, 139, 135, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}



/* Titolo specializzazione */
.elenco-dottori h2 {
  font-size: 32px;
  font-weight: 300;
  color: #44a1b5;
  margin-bottom: 2px;
  border-bottom: 2px solid #d6eae9;
  padding-bottom: 2px;
}

/* Griglia responsive */
.griglia-dottori {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}

@media (min-width: 768px) {
  .griglia-dottori {
    grid-template-columns: 1fr 1fr;
  }
}

/* Singola card */
.griglia-dottori li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.griglia-dottori li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.griglia-dottori li:hover {
  background-color: #e2f4f3;
}

/* Immagine rotonda corretta */
.foto-dottore {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  border-radius: 50% !important;
  background-color: #ccc;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.foto-dottore.segnaposto {
  background-color: #ddd;
  display: inline-block;
}

/* Nome dottore con meno spaziatura verticale */
.nome-dottore {
    font-size: 22px;
    font-weight: 300;
    color: #0d3465;
    padding: 10px;
    line-height: 22px;
}

.accordion-css {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

.accordion-css details {
  margin-bottom: 8px;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Effetto hover al passaggio del mouse */
.accordion-css details:hover {
  border-color: #44a1b5;
  box-shadow: 0 0 0 2px rgba(35, 139, 135, 0.1);
}

.accordion-css details[open] {
  background-color: #f0fdfa;
  border-color: #238B87;
}

/* Titolo specializzazione accordion */
.accordion-css summary {
  font-size: 32px;
  font-weight: 300;
  color: #44a1b5;
  cursor: pointer;
  outline: none;
  list-style: none;
  border-bottom: 2px solid #d6eae9;
  padding-bottom: 6px;
  margin-bottom: 10px;
}



.titolo-dottore {
  color: #073368;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
	font-size:15px;
}

/*------------------*/
@media only screen and (max-width: 1024px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
      
        line-height: 60px!important;
     
        padding: 0px 20px!important;!important;
      
      
        font-size: 18px!important;
    }
}
