.elementor-kit-20{--e-global-color-primary:#0F4049;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-47f5933:#3A5BA7;--e-global-color-b936d2d:#002C57;--e-global-color-d5b3b85:#28565F;--e-global-color-e90d3e6:#56939F;--e-global-color-7ee1731:#28565F;--e-global-color-6a35d1f:#EBE9D6;--e-global-color-6637d04:#0F4049;--e-global-color-4a49b17:#FFFFFF;--e-global-typography-primary-font-family:"SK Modernist";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"SK Modernist";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"SK Modernist";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"SK Modernist";--e-global-typography-accent-font-weight:600;}.elementor-kit-20 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
 *rendere sezioni scrollabili
*/

.paragraph-text-scrollable,
.section-scrollable,
.section-scrollable-big,
.section-scrollable-bigger{
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px;
}



.paragraph-text-scrollable{
    height: 24rem;
 }

.section-scrollable{
    height: 10rem;
}

.section-scrollable-big{
     height: 22rem;
}

.section-scrollable-bigger{
    height: 48rem
}


/*
 *scrollbar
*/

::-webkit-scrollbar {
  width: 2px;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#D3D3D3; 
  border-radius: 10px;
}



/*
 * blocked page styles
*/

.post-password-form{
	padding:100px;
	height:100vh;
	background:inherit;
	color:white;
}

.post-password-form input[type="submit"] {
	color:white;
	border-color: white;
}

.post-password-form input[type="submit"]:hover {
	color:#28565F;
	border-color: #28565F;
	background-color:white;
}



/*
 * Breadcumb styles
*/

#breadcrumbs{
    position: relative;
    padding: 0.5rem 3rem;
    z-index: 100;
    background-color: inherit;
    
}

#breadcrumbs > span {
    font-size: 14px;
    color: #f2efea;
    transition: all .3s ease-out;
}

#breadcrumbs span > span{
    text-transform: uppercase;
}

#breadcrumbs span > span > a:hover{
    color: #fff;
   
}

#breadcrumbs .breadcrumb_last{
    color: #fff;
    user-select: none;
    cursor: default;
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 2px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SK Modernist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.ismar.cnr.it/web-content/wp-content/uploads/2024/04/Sk-Modernist-Regular.woff') format('woff');
}
@font-face {
	font-family: 'SK Modernist';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.ismar.cnr.it/web-content/wp-content/uploads/2024/04/Sk-Modernist-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */