
@font-face {
    font-family: 'Noto Sans Display';
    src: url('/wp-content/themes/pedagogistasardella/fonts/noto-sans-display-v30-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Display';
    src: url('/wp-content/themes/pedagogistasardella/fonts/noto-sans-display-v30-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'DynaPuff';
    src: url('/wp-content/themes/pedagogistasardella/fonts/dynapuff-v9-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
 src: url('/wp-content/themes/pedagogistasardella/fonts/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOej.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.mindfresh-single-blog--thumb img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

span.cat-links a {
    display: inline-block;
    background: #0c8a8a;
    padding: 0 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}



.site-info2 {
    text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: -20px;
}

.site-info2 a {

text-underline-offset: 0.44em;
    text-decoration: underline 1px solid #0c8a8a;
    color: #000000;
    font-size: 14px;
}



.nav-links {
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding-bottom: 4px;
    padding-top: 4px;
}



nav.rank-math-breadcrumb p {
    font-size: 13px;
   margin-top: 14px;
   
	
	
}



nav.rank-math-breadcrumb a {
    text-decoration: underline;
    text-underline-offset: 4px;
}




.riquadro .contenuto-bloghome article span.posted-on, .riquadro .contenuto-blog article span.posted-on

 {
 position: static;
    top: 14px;
}




time.entry-date.published {
    background-color: #ffd96f;
    padding: 4px;
    display: flex;
    flex-direction: column;
    width: max-content;
    align-items: center;
    border-radius: 5px;
}

.contenuto-bloghome article, .contenuto-blog article  {
    position: relative;
    
}

.contenuto-bloghome article span.posted-on, .contenuto-blog article span.posted-on {
    position: absolute;
    left: 5px;
    top: 14px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]

 {
    /* direction: ltr; */
    width: 100%;
}

.single-post header.entry-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

span.date-year {
    font-size: 12px;
    font-family: 'Noto Sans Display';
    text-transform: uppercase;
	line-height: 1;
}


time.entry-date.published span.date-day {
    font-size: 26px;
    font-family: 'DynaPuff';
    line-height: 1;
}

time.entry-date.published span.date-month {
    font-family: 'Noto Sans Display';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
	line-height: 1.2;
}

.wp-block[data-type="core/widget-area"] {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px !important;
    width: 100% !important;
}





a {
    color: #000000;
    text-decoration: none;
}


*, *::before, *::after {
  box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-size: 16px;
	font-family: 'Noto Sans Display';
	font-weight: 400; 
		text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
	 -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;
	
}




.pulsante1 .wp-block-button__link {
  
   
    box-shadow: none;
    text-decoration: none;
    padding: calc(.3em + 1px) calc(1em + 1px);
    font-size: 18px;
    border-radius: 6px !important;
    width: 198px !important;
}

.pulsante2 .wp-block-button__link {
    color: #fff !important;
    background-color: #004f45;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.3em + 1px) calc(1em + 1px);
    font-size: 18px;
    border-radius: 6px !important;
    width: 190px !important;
}



@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.8em 4em 0.8em 4em;
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: white;
    /* padding-top: 0.367em; */
    /* padding-right: 1em; */
    /* padding-bottom: 0.367em; */
    /* padding-left: 1em; */
    background-color: #0c8a8a;
    font-size: 18px;
    margin-top: 5px;
	cursor: pointer;
	    font-family: 'Noto Sans Display';
}

.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: rgb(255 255 255);
    vertical-align: text-bottom;
}


 button.wp-block-search__button{
	margin-top: 0px;
}



.wp-block-group.loghifooter img {
    width: 62px;
}

body .wp-block-group.loghia  img {
    width: 62px;
}




.wp-block-group.loghifooter .aisf img {
    width: 62px!important;
}

body .loghia .is-layout-flex {
    display: flex;
    justify-content: space-between;
}



a:visited {
    color: #000000;
}

.wp-block-group.loghifooter .asteri img

 {
    width: 72px!important;
}




.wp-block-group.loghifooter .anpe img

 {
    width: 72px;
}


.contenuto-blog article {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 20px;
}



.testata-archivi {
   
    height: 120px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 500;
}




.contenuto-blog article h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
}

.riquadro {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 0;
    background: #fff;
   
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
	border-left: 1px solid #00000042;
	    padding-left: 20px;
}

.riquadro  header.entry-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
}





.riquadro footer.entry-footer {
    display: none;
}

.riquadro time.entry-date.published {
    font-size: 13px;
    display: flex;
    align-items: center;
}
.wp-block-button__link {
    color: #fff;
    background-color: #0c8a8a;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 18px;
}



.wp-block-button__link:hover {
 
  
    
}




.pulse .wp-block-button__link, .wpcf7 input[type="submit"] {
    box-shadow: none;
    text-decoration: none;
    padding: calc(.3em + 1px) calc(1em + 1px);
    font-size: 18px;
    border-radius: 6px !important;
    width: 198px !important;
    background: #066e6e !important;
    color: #ffffff !important;
    animation: pulse-btn-green 2s infinite ease-in-out;
	    border: 2px solid #0c8a8a;
}

@keyframes pulse-btn-green {
    0% {
        box-shadow: 0 0 0 0 rgba(6,110,110,0.6);
    }
    50% {
        box-shadow: 0 0 0 14px rgba(6,110,110,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(6,110,110,0.6);
    }
}















p {
    font-size: 18px;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.wp-block-button.is-style-outline.pulsante2 a {
    background: #3cb371;
    border: 2px solid #3cb371;
    color: #fff;
    display: block;
    font-size: 18px;
    /* height: 46px; */
    /* line-height: 24px; */
    /* margin-bottom: 12px; */
    padding: 9px 4px;
    /* width: 100%; */
    padding: calc(.2em + 2px) calc(1.333em + 2px);
}



.disponibile::before

 {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #4caf50;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    box-shadow: 0 0 5px #4caf50;
}


.disponibile

 {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #2e7d32;
    font-size: 0.85em;
    margin-bottom: 4px;
    border: 0px solid #2e7d32;
    padding: 3px 8px;
    border-radius: 0px;
}



p.prezzo

 {
    font-size: 22px;
}

 p.prezzo em{
    font-style: normal;
    font-size: 15px;
    color: gray;
}




.contenuto-bloghome p {
    font-size: 17px;
    line-height: 1.2;
    height: 2.6rem;
    overflow: hidden;
    margin-bottom: 0.5em;
}


h3.wp-block-heading.titolo2 {
    display: flex;
    
    align-items: center;
    gap: 6px;
}


.contenuto-bloghome h1.entry-title {
    height: 2.9rem;
    overflow: hidden;
}









header#masthead {
    width: 100%;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 9;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 31%);
    /* background-color: #F6F6F6; */
    border: none;
    padding: 10px 0px;
    position: relative;
    z-index: 999;
}


.main-navigation ul ul li a {
    /* position: relative; */
    /* margin-bottom: 10px; */
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}



.main-navigation ul ul {
    background: #fff;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    max-width: 200px;
    min-width: 200px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 68%);
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 15px;
	opacity: 0;
	transition: 1s;
}


.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
	opacity: 1;
	transition: 1s;
}



.main-navigation ul ul li {
    position: relative;
    margin-bottom: 10px;
}



	
.post-thumbnail img {
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    width: 100%;
    max-width: 780px;
    /* height: 100%; */
    object-fit: cover;
    margin-top: 8px;
    border-radius: 10px 10px 10px 10px;
}


ul, ol {
    margin: 0 0 1.5em 0em;
}

.wp-block-separator

 {
    border: none;
    border-bottom: 0px solid;
    margin-left: auto;
    margin-right: auto;
}

hr {
    background-color: #0000005c;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

span.cat-links {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-right: 6px;
}






.contenuto-blog article p {
    font-size: 16px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-bottom: 5px;
}

footer.entry-footer {

    margin-top: 10px;
}



a:hover, .main-navigation a:hover {
    color: #066e6e;
transition: 0.5s;
}


.social-icons img {
    width: 24px;
	margin-right: 10px;
}

.social-icons img:hover {
    transition: 0.5s;
    transform: rotate(20deg);
}

.social-icons img {
  
    transition: 0.5s;
    transform: rotate(0deg);
}




.wpcf7 input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.8em 4em 0.8em 4em;
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: white;
    /* padding-top: 0.367em; */
    /* padding-right: 1em; */
    /* padding-bottom: 0.367em; */
    /* padding-left: 1em; */
    background-color: #0c8a8a;
    font-size: 18px;
    margin-top: 5px;
    cursor: pointer;
    font-family: 'Noto Sans Display';
    border-radius: 6px;
    margin-top: 15px;
}







#telefono1 a  {
   position: relative;
	padding-left: 45px;
}

.linkedin img {
    width: 20px;
    max-width: 26px;
}

.ultimi .contenuto-bloghome {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.prossimi .contenuto-bloghome {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.prossimi h2.entry-title

 {
    font-size: 20px;
}

.ultimi h2.entry-title {
    font-size: 20px;
}

#telefono1 a:before {
    content: "perm_phone_msg";
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    font-size: 29px;
    margin-right: 4px;
    color: #000000;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    position: absolute;
    left: 10px;
    top: 0px;
}


ul.elenco1  span.material-symbols-outlined

 {
    font-size: 28px;
}
ul.elenco1 li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}


ul.elenco1, ul.elenco2 {
    margin: 0 0 0em 0em;
    list-style: none;
    margin-bottom: 24px;
    font-size: 18px;
	    padding-inline-start: 18px;
}
ul.elenco2 {
    margin: 0 0 0em 0em;
    list-style: none;
    margin-bottom: 24px;
    font-size: 18px;
    padding-inline-start: 0px;
}
.profilo img {
    overflow: hidden;
    border-radius: 8px;
}
ul.elenco2 li {
    position: relative;
    padding-left: 22px; /* spazio per il trattino */
}

ul.elenco2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 14px;      /* lunghezza del trattino */
    height: 2px;      /* spessore */
    background-color: #000;
    transform: translateY(-50%);
    opacity: 0.7;
}

.wp-block-quote {
    border-left: 1px solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}

.riquadro .boxarticoli2 h2.entry-title, .riquadro .boxarticoli2 h1.entry-title {
    font-size: 14px;
    font-weight: 400;
}


.riquadro .contenuto-bloghome  article {
    gap: flex;
    gap: 8px;
    display: grid;
    grid-template-columns: 100px 1fr;
}


body, button, input, select, optgroup, textarea

 {
    color: #000000;
  
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 8px;
}


input[type="text"], .wpcf7 input[type="email"]
 {
  
    width: 100%;
}




div#wpcf7-f114-p58-o1 label {
    font-size: 16px;
    font-family: 'Noto Sans Display';
}

div#wpcf7-f114-p58-o1 {
    padding: 30px;
    border: 1px solid #0000004f;
}
 div#wpcf7-f114-p58-o1 textarea {
  
    height: 100px;
}

.riquadro ul.sub-menu a {
    display: flex;
    gap: 5px;
    margin-bottom: 0px;
    border: 1px solid #c8c8c8;
    padding: 20px;
    border-top: 0px;
    border-right: 0;
    border-left: 0;
    padding-left: 0;
}

.riquadro ul.sub-menu li:last-child a {
   
    border-bottom: 0px solid #c8c8c8;
   
}




.riquadro ul {
    margin: 0;
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
	margin-top: 20px;
}


.riquadro .boxarticoli2 p {
    font-size: 12px;
    line-height: 1.2;
    display: none;
}







a.leggi {
    text-underline-offset: 0.44em;
    font-weight: 700;
    text-decoration: underline 1px solid #0c8a8a;
    color: #000000;
    font-size: 14px;
}


.cookiefooter a, span.privaci a {
    text-underline-offset: 0.44em;
    text-decoration: underline 1px solid #0c8a8a;
    color: #000000;
    font-size: 14px;
}


.serielink ul {
    margin: 0;
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}



.serielink li {
    margin-bottom: 8px;
    font-size: 15px;
}




.riquadro a.leggi  {
	 text-underline-offset: 0.44em;
    font-weight: 600;
    text-decoration: underline 1px solid #0c8a8a;
    color: #000000;
    font-size: 13px;
	margin-left: 10px;
}





.riquadro time.entry-date.published {
    font-size: 13px;
}
.riquadro .boxarticoli2 span.cat-links {
    font-size: 0;
}

.site-branding {
    width: 195px;
    z-index: 1;
    position: relative;
}


.widget_block h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}


.contenuto {
    display: grid;
    grid-template-columns: 1fr 25%;
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
}

p {
    font-size: 18px;
}


.testata-archivi p, .testata-archivi h2, .testata-archivi h1 {
    
    padding: 0;
    margin: 0;
}



h1, h2, h3, h4 {
    font-family: 'DynaPuff';
    line-height: 1.1;
    font-weight: 400;
}

h2 {
    font-size: 38px;
    margin: 0;
	font-weight: 500;
	font-size: 2em;
}




h3 {
   
    margin: 0;
	font-weight: 500;
	font-size: 1.8em;
}



main#primary, .container

 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}




.wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal {
    margin-bottom: 0px;
    margin-top: 0;
}



.page-content, .entry-content, .entry-summary {
    margin: 0;
}





 .container2

 {
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
}

.footer-widget {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
}

.footer-widget p

 {
    font-size: 15px;
    margin-bottom: 0;
}


.main-navigation a {
    display: block;
    text-decoration: none;
    color: black;
    margin-left: 20px;
    border-right: 1px solid #cccccc;
    padding-right: 20px;
}

/* Permette ai blocchi full di uscire dal wrapper */
.site {
    position: relative;
}

.wp-block[data-align="full"] {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.main-navigation {
    display: block;
    width: auto;
}


.wp-block-group.alignfull, .alignfull,
.wp-block-cover.alignfull,
.wp-block-image.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

header#masthead .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 10px;
}






@media screen and (min-width: 800px) {
	
body .loghifooter.is-layout-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
	
    .menu-toggle {
        display: none;
    }
}


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


    .contenuto {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }
	
main#primary, .container {
    max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}


}






@media (max-width: 980px) {
	
	

	
	
	.riquadro {
  
    padding-left: 20px;
    padding-right: 20px;
}
	
	
	
	p, li {
    font-size: 17px;
}
	
	.has-text-align-right.cookiefooter {
    text-align: left;
}
	
	
	
	

    header#masthead .container {
   
        z-index: -1;
        position: relative;
    }
	
	
	
	.contenuto-blog article {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
}
	
	
	
	
	
	

button.menu-toggle:before {
    width: 46px;
    height: 46px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "menu";
    display: flex;
    align-items: center;
    justify-content: center;
}
	
	
	
	nav#site-navigation.toggled button.menu-toggle:before {
   
    content: "close";
   
		
		
		
		
}
	
	
	
	
 .menu-toggle {
        display: block;
	 cursor: pointer;
	 font-size: 0px;
    }	
	
	
.main-navigation a {
    display: block;
    text-decoration: none;
    color: white;
    margin-left: 0px;
    border-right: 0px solid #cccccc; 
    padding: 10px;
    border-bottom: 0px solid #76767666;
}
	

	   li#menu-item-63>a:before

 {
      
	 position: absolute;
	         width: 46px;
        height: 46px;
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        content: "arrow_drop_down";
        display: flex;
        align-items: center;
        justify-content: center;
	         right: 100px;
        top: -2px;
	 
	 
    }
	   li#menu-item-63

 {
       position: relative
	 
	 
    }
	
    .main-navigation.toggled ul li.focus > ul

 {
        left: auto;
        opacity: 1;
        transition: 1s;
        display: grid;
        padding: 0;
        height: auto;
        max-height: 500px;
    }	
	
    .main-navigation.toggled ul li > ul {
        left: auto;
        opacity: 1;
        transition: 1s;
        /* display: none; */
       
        padding: 0;
        overflow: hidden;
        max-height: 0;
    }
	
	
	
	
	
	
.main-navigation ul ul {
    background: transparent;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    max-width: 200px;
    min-width: 200px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
  padding: 0px;
	padding-left: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
    transition: 1s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
}	
	
	.menu-toggle, .main-navigation.toggled ul {
    display: grid;
}
	
	
    .menu-toggle {
       
        background-color: #0c8a8a;
        border: 0px;
        color: white;
		margin-top: 0;
    }	
	
	
	
	
	
	
	.main-navigation ul ul

 {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
    float: left;
    position: static;
  
  
    
}


	header#masthead.fixed-header .container {
    
    margin-bottom: 0px;
}
	
	
	header#masthead.fixed-header {
    position: fixed;
    background-color: white;
    padding-bottom: 0;
    padding-top: 5px;
		padding-bottom: 5px;	
		        top: 0;
}
	
	
	
	
	
	    .main-navigation {
        display: block;
        width: auto;
        position: static;
        right: 20px;
    }
	    nav#site-navigation.toggled .menu-menu-1-container, nav#site-navigation.toggled .menu-menu-en-container

 {
        transition: 0.4s;
        right: 0px;
    }
	
	
	
    nav#site-navigation .menu-menu-1-container, nav#site-navigation .menu-menu-en-container

 {
        padding: 0px 40px;
        position: fixed;
        background-color: #000000d6;
        top: 0;
        height: 100vh;
        right: 0;
        display: flex;
        flex-direction: column;
        width: 300px;
        z-index: -1;
        padding-top: 80px;
        transition: 0.4s;
        right: -310px;
        backdrop-filter: blur(6px);
    }
	
	
	    header#masthead {
     
        background-color: white;
    
    }
	
	
	.site-branding {
    width: 195px;
    z-index: -1;
    position: relative;
}

	
	
	
    .fixed-header .site-branding {
        width: 145px;
        z-index: -1;
        position: relative;
    }	
	
	
	
	
	
	
	
	
}



@media (max-width: 780px) {

	
	
	
	    body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }
	
	
	
	
	
	
.wp-block-columns.continer4 {
    width: 100%;
    margin: 0 auto;
	max-width: 380px;
}

.wp-block-columns.continer4  .wp-block-image {
    margin: 0 0 0em;
}	
	
	
	
	
	
	
	.nomobile {
		display: none;
	}	
	
	
	
	
}


@media (max-width: 600px) {
	
	
	
	.colonnadx {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}
	
	
	    .site-info2 {
        margin-left: 0;
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
    }
	
	
	
	
	h1.entry-title {

    font-size: 24px;
}
	
	
	.wp-block-group.loghifooter img

 {
    width: 40px!important;
}
	
	
	
	
		
	 .wp-block-columns.icone {
    gap: 1em;
}
	
    .wp-block-columns.icone {
        gap: 1em;
       
       
    }	
	
	
	
	.icone .wp-block-media-text>.wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 2%;
    word-break: break-word;
}
	
	
	
	.icone .wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    grid-template-columns: 70px auto !important;
}
	
	
	
	
	
	.prossimi .contenuto-bloghome {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
	
	
	
	.ultimi .contenuto-bloghome {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
	
	
	
    .contenuto-blog article {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
	
	
	
	body
 {
    overflow-x: hidden;
}
	

	
	
	
	
	
	
	
	
	
	
	
}









