/*
Theme Name: Genesis 3D Company
Theme URI: https://tpdesign.it
Description: Markforged like Theme. Created for 3DCompany from studiopress's genesis-sample
Author: TP
Author URI: https://tpdesign.it

Version: 1.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: 3d-company
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- CSS Variables
- Defaults
	- Typo base
	- Headings
	- Typo
	- Objects
	- Forms
	- Modal form
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	– Post
- Widgets
	- Featured Content
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Megamenu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
- Sidebar
- Pre footer
- Footer Menu
- Gutenberg
- Utility
- Margin e padding
- Homepage
- Custom classes
	- Materiali
	- Tab
- Media Queries
	- Min-width: 920px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets

- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:60%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	  scroll-behavior: smooth;
	overflow-x: hidden!important;
}


*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* CSS Variables
---------------------------------------------------------------------------- */

:root {
  --black: #0f0f0f;
  /*--yellow: #FFFF00;*/
  --yellow: #FDCC33;
  --border-radius: 2rem;
  --spacer: 2rem;
  --spacer-2: calc(var(--spacer) * 2);
  --spacer-3: calc(var(--spacer) * 3);
  --spacer-4: calc(var(--spacer) * 4);
  --spacer-5: calc(var(--spacer) * 5);
  --spacer-6: calc(var(--spacer) * 6);
  --spacer-7: calc(var(--spacer) * 7);
  --grey: rgb(250,250,250);
  --dark-grey: rgb(231,231,231);
  --cold-grey: #A0AEC0;
  --line-height:1.666em;
  --font: 'Roboto', sans-serif;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typobase
--------------------------------------------- */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size:9px;
}

body {
	background-color: #fff;
	color: #0f0f0f;
	/* font-family: neue-haas-unica, sans-serif; */
	font-family: 'Roboto', sans-serif;
	line-height: var(--line-height);
	font-size:1.8rem;
	margin: 0;
	/*overflow-x: hidden;*/
}

/* Headings
--------------------------------------------- */


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
	/* font-family: neue-haas-unica, sans-serif; */
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	font-weight: 400;
}

h4,
.h4{
	font-size: 2rem;
}

h5,
.h5{
	font-size: 2rem;
}

h6,
.h6{
	font-size: 2rem;
}


/* Typo
--------------------------------------------- */

a {
	color:currentcolor;
	text-decoration: underline;
}

a:focus,
a:hover {
	text-decoration: none;
	background-color:var(--yellow);
	color: var(--black);
}

a[href="#"],
a[href="#"]:hover{
	background:inherit;
	color:inherit;
	cursor:default;
}

p {
	margin: 0 0 var(--line-height);
	padding: 0;
	line-height: var(--line-height);
	font-size:1.8rem;
}

p.has-drop-cap {
    padding-bottom: 1em;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong,
.strong{
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

small,
.small,
dt,
dd,
.label-g{
	font-size: max(16px, 1.6rem);
	line-height:1.4;
}

dt,
.label-g{
	color: rgb(102,102,102)!important;
}

dd{
	margin-left:0;
}

dl:not(.dl-grande) dd {
    line-height: 1.6em!important;
}

dl:not(.dl-grande) dt {
	margin-bottom:1em;
}

.dl-grande dd {
	font-size:2.4rem;
	line-height:1;
	padding: 0 0 var(--spacer) 0;
	margin-bottom: var(--spacer);
	border-bottom:1px solid rgb(57, 61, 63);
}

.dl-grande dd:last-child {
	border-bottom:0;
}


.rubik{
	/* font-family: rubik, sans-serif; */
	font-family: 'Roboto', sans-serif;
	letter-spacing:-.05em;
	line-height: 1!important;
}

.rubik small {
	letter-spacing:normal;
}

.lh-reset {
	line-height:1.5!important;
}

.lh-11 {
	line-height:1.1;
}
	


h3, .h3, .has-normal-font-size {
	font-size:2rem!important;
	font-weight:500;
}

h2, .h2, .has-large-font-size {
	font-size:3rem!important;
	font-weight:500;
}

h1, .h1, .has-larger-font-size {
	font-size:4rem!important;
	font-weight:400;
}

.huge, 
h1.huge{
	font-size: 6.8vw!important;
    padding: 0 0 1em;
}

@media only screen and (orientation: portrait) {
	.huge,
	h1.huge{
		font-size: 6.8vh!important;
	}
}
@media only screen and (min-width: 920px) {
	.huge {
		padding: .5em;
	}
	h3, .h3, .has-normal-font-size {
		font-size:2.666rem!important;;
	}

	h2, .h2, .has-large-font-size {
		font-size:4rem!important;;
	}

	h1, .h1, .has-larger-font-size {
		font-size:6rem!important;;
	}
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding-top: 4rem;
	padding-bottom: 4remt;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */
body:not(.old-landing ) .sidebar-primary input:not([type=checkbox]), 
body:not(.old-landing ) .sidebar-primary select, 
body:not(.old-landing ) .sidebar-primary textarea {
    color: black;
}

body:not(.old-landing ) input:not([type=checkbox]):not([type=submit]), 
body:not(.old-landing ) select, 
body:not(.old-landing ) textarea{
    background-color: transparent;
    border: none!important;
    border-bottom: 2px solid currentColor!important;
    color: white;
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 0 var(--spacer) 0;
    width: 100%;
	margin: var(--spacer-2) 0;
	font-weight: 500;
	line-height: 1.6!important;
}
aside.sidebar form input.search-form-input{
	color: #000!important;
}
body:not(.old-landing ) select > option{
	color:var(--black);
}


input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

body:not(.old-landing ) ::-ms-input-placeholder {
	opacity: 1;
	color:var(--cold-grey)!important;
	
}

body:not(.old-landing ) :-ms-input-placeholder {
	opacity: 1;
	color:var(--cold-grey)!important;
	
}

body:not(.old-landing ) ::-webkit-input-placeholder {
	opacity: 1;
	color:var(--cold-grey)!important;
	
}

body:not(.old-landing ) ::-moz-placeholder {
	opacity: 1;
	color:var(--cold-grey)!important;
	
}

body:not(.old-landing ) ::placeholder {
	opacity: 1;
	color:var(--cold-grey)!important;
	
}


body:not(.old-landing ) textarea{
	background-image: -o-radial-gradient(center, 1px 1px, rgba(255,255,255,.3) 1px, transparent 1px);
	background-image: radial-gradient(1px 1px at center, rgba(255,255,255,.3) 1px, transparent 1px);
	background-size: 6px 31px;
  	background-position: 0px 14px;
	line-height: 31px;
	min-height:124px;
	border:none!important;
}

/* ---------------- reset buttons ---------------- */
body .site-container .wp-block-button .wp-block-button__link,
body .site-container .wp-block-button .wp-block-button__link:not(.has-background),
body .site-container .wp-block-button.button .wp-block-button__link,
body .site-container .wp-block-button.button .wp-block-button__link:not(.has-background),
body .site-container .wp-block-button.is-style-outline .wp-block-button__link,
body .site-container .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
body .site-container .wp-block-button .wp-block-button__link:focus,
body .site-container .wp-block-button .wp-block-button__link:hover,
body .site-container .wp-block-button.button .wp-block-button__link:focus,
body .site-container .wp-block-button.button .wp-block-button__link:hover,
body .site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
body .site-container .wp-block-button.is-style-outline .wp-block-button__link:hover{
	padding:0;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
	background:transparent;
	border:none;
	border-radius:0;
	color:inherit;
	margin:0 auto;
	-webkit-box-shadow:none;
	        box-shadow:none;
}

body .wp-block-buttons .wp-block-button {
	margin-bottom:1rem;
}
.button,
button,
body .site-container button,
body .site-container .button,
body .site-container input[type="button"],
body .site-container input[type="reset"],
body .site-container input[type="submit"],
body .site-container .wp-block-button,
body .site-container .wp-block-button.button,
body .site-container .wp-block-button.is-style-outline,
.simcal-event-details a {
	border-radius: var(--border-radius);
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 500;
	padding-left:var(--spacer);
	padding-right:var(--spacer);
	text-align: center;
	text-decoration: none;
	background-color: white;
	border: 2px solid white;
	color: var(--black);
	line-height:2.857!important;
	width:auto;
	display: inline-block;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
body .site-container button:focus,
body .site-container button:hover,
body .site-container .button:focus,
body .site-container .button:hover,
body .site-container input[type="button"]:focus,
body .site-container input[type="button"]:hover,
body .site-container input[type="reset"]:focus,
body .site-container input[type="reset"]:hover,
body .site-container input[type="submit"]:focus,
body .site-container input[type="submit"]:hover,
body .site-container .wp-block-button:hover,
body .site-container .wp-block-button:focus,
body .site-container .wp-block-button.button:hover,
body .site-container .wp-block-button.button:focus
{
	border-color:white;
	background-color: var(--black);
	color: white;
}


body .site-container input[type="search"]::-webkit-search-cancel-button,
body .site-container input[type="search"]::-webkit-search-results-button {
	display: none;
}
.button-outline,
.button-outline:hover,
.button-outline:focus,
body .site-container .button-outline,
body .site-container .button-outline:hover,
body .site-container .button-outline:focus,
body .site-container .is-style-outline,
body .site-container .is-style-outline:hover,
body .site-container .is-style-outline:focus,
.simcal-event-details a,
.simcal-event-details a:hover,
.simcal-event-details a:focus{
	border-color: white!important;
	background-color: transparent!important;
	color:white!important;
}

.button-outline:hover,
.button-outline:focus,
body .site-container .button-outline:hover,
body .site-container .button-outline:focus,
body .site-container .is-style-outline:hover,
body .site-container .is-style-outline:focus,
.simcal-event-details a:hover,
.simcal-event-details a:focus {
	background-color: white!important;
	color: var(--black)!important;
}
.button-black,
body .site-container .button-black {
	border-color: var(--black);
	background: var(--black);
	color: white;
}

.button-yellow,
body .site-container .button-yellow,
body .site-container input[type="submit"].button-yellow{
	border-color: var(--yellow);
	background: var(--yellow);
	color: var(--black);
}


.button-black:hover,
.button-black:focus,
.button-yellow:hover,
.button-yellow:focus,
body .site-container .button-black:hover,
body .site-container .button-black:focus,
body .site-container input[type="submit"].button-yellow:hover,
body .site-container input[type="submit"].button-yellow:focus{
	border-color: white;
	background: white;
	color: var(--black);
}

.button-outline-black,
body .site-container .button-outline-black,
.simcal-tooltip-content.simcal-event-details a  {
	border-color: var(--black)!important;
	background-color: transparent!important;
	color: var(--black)!important;
}

.button-outline-black:hover,
.button-outline-black:focus,
body .site-container .button-outline-black:hover,
body .site-container .button-outline-black:focus,
.simcal-tooltip-content.simcal-event-details a:hover,
.simcal-tooltip-content.simcal-event-details a:focus {
	background-color: var(--black)!important;
	color: white!important;
}
.button-download:after,
.button-arrow:after, 
body .site-container .button-download:after,
body .site-container .button-arrow:after {
	content:"\f344";
	font-family:dashicons;
	padding-left:.5em;
}
.button-download:after,
body .site-container .button-download:after {
	content:"\f346";
}

body button.slick-next.slick-arrow,
body button.slick-prev.slick-arrow,
body button.slick-next.slick-arrow:hover,
body button.slick-prev.slick-arrow:hover,
body button.slick-next.slick-arrow:focus,
body button.slick-prev.slick-arrow:focus{
	font-size: 0;
	color:transparent;
	border:none;
	background: none;
}

body button.slick-prev.slick-arrow {
    left: 7px!important;
    margin: 0;
    padding: 0;
}

body button.slick-next.slick-arrow {
    right: 7px!important;
    margin: 0;
    padding: 0;
}

body .slick-next:before, 
body .slick-prev:before {
    font-family: dashicons;
    font-size: 3rem;
    opacity: 1;
    color: #fff!important;
}
body .wp-block-getwid-post-carousel.custom-post-type-materiale .slick-next:before,
body .wp-block-getwid-post-carousel.custom-post-type-materiale .slick-prev:before{
	font-family: dashicons;
    font-size: 4rem;
    opacity: 1;
    color: rgb(102,102,102)!important
}
body .slick-next:before{
	content: "\f344";
}
body .slick-prev:before{
	content: "\f340";
}

.wp-block-getwid-post-carousel.custom-post-type-materiale .slick-slide .wp-block-button{
	opacity:0;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-transform: translatey(100%);
	    -ms-transform: translatey(100%);
	        transform: translatey(100%)
}

.wp-block-getwid-post-carousel.custom-post-type-materiale .slick-slide:hover .wp-block-button{
	opacity:1;
	-webkit-transform: translatey(0);
	    -ms-transform: translatey(0);
	        transform: translatey(0);

}

body .site-container input[type="button"],
body .site-container input[type="reset"],
body .site-container input[type="submit"] {
	border-radius: var(--border-radius)!important;
    margin: var(--spacer-2) auto;
    padding-bottom: 0;
    padding-left: var(--spacer-2);
	padding-right: var(--spacer-2);
	border:2px solid var(--black)!important;
}
body .site-container input[type="button"]:hover,
body .site-container input[type="reset"]:hover, 
body .site-container input[type="submit"]:hover,
body .site-container input[type="button"]:focus,
body .site-container input[type="reset"]:focus, 
body .site-container input[type="submit"]:focus {
	border:2px solid white!important;
}

body .site-container input[type=submit].search-filter-reset:hover {
    background: var(--black)!important;
    border: 2px solid var(--black)!important;
    color: white!important;
}

/* Modal forms
---------------------------------------------  */
.fixed-modal.tnx-modal{
	position: fixed;
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	background: transparent;
	overflow-y: auto;
	top: 0;
	left: 0;
	z-index: 99999999;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align:center;
}


.tnx-modal .fixed-modal-wrapper {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	background:var(--yellow);
	padding:var(--spacer-2);

}

.toggle{
	position:fixed;
	top:2em;
	right:2em;
}

.toggle .dashicons{
	font-size: 2em;
}

.toggle .dashicons:hover{
	color: var(--yellow);
}

.tnx-modal .toggle .dashicons:hover{
	color: var(--dark-grey);
}

body .wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: var(--yellow);
    color: var(--black);
    width: 50%;
    text-align: center;
    font-size: 3rem;
    z-index: 99999999;
    margin: 0;
    padding: var(--spacer-2);
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	word-break: break-all;
	overflow: hidden;
}

td,
th {
	line-height: 1.4;
	text-align: left;
	vertical-align: center;
	padding: 0.5em;
}
.small td,
.small th {
	padding:0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	        animation: fadein 1s;
	word-wrap: break-word;
}


@-webkit-keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

.content-sidebar .site-inner {
    max-width: 1440px;
}
/* Site header
--------------------------------------------- */

.site-header {
	position: fixed;
	width:100%;
	top: 0;
	z-index: 9999;
}

.admin-bar .site-header {
	top: 32px;
}




/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
    float: left;
    margin: 1rem;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
h1.archive-title{
	font-size:max(6rem,6.8vw)!important;
	/* font-family: rubik, sans-serif; */
	font-family: 'Roboto', sans-serif;
    letter-spacing: -.05em;
    line-height: 1!important;
}

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}


.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Search and filter
--------------------------------------------- */
body .searchandfilter ul li {
    display: inline-block;
    padding: 1rem;
}

form.searchandfilter select, 
form.searchandfilter input {
    color: black!important;
}

form#search-filter-form-18224 {
    background: var(--grey);
    border: 1px solid var(--dark-grey);
    margin-bottom: 6rem;
}

/* Titles
--------------------------------------------- */

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */
.aligncenter{
	text-align:center;
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Post
--------------------------------------------- */
.type-post .entry-content> .alignfull,
.type-post .entry-header{
	margin-top:var(--spacer-5);
}

.type-post .entry-content .singular-image.entry-image{
	margin: var(--spacer-2) 0;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}



/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline:none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color:transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding:0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
	position:absolute;
	text-indent:-999999999px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 500;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.align-right {
	float:right;
}

/* Megamenu
--------------------------------------------- */

.hide-mobile {
	display:none!important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
	padding:3rem 2rem;
	min-height:100vh;
	height:100%;
	overflow-y:auto;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	/* font-family: rubik, sans-serif!important; */
	font-family: 'Roboto', sans-serif!important;
	border-bottom: 1px solid var(--black)!important;
	font-size:3.5rem!important;
	padding:0!important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mobile-small-txt > a.mega-menu-link {
	font-size:2rem!important;
	
	border-bottom:0!important;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.outline-button {
	margin-right:0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	margin:0!important;	
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .textwidget p {
	margin-bottom:0!important;
}

.tp-menu-class a {
	color: var(--black);
	text-decoration: none;
	/* font-family:rubik, sans-serif; */
	font-family: 'Roboto', sans-serif;
	margin-left:1.5rem;
	margin-right:1.5rem;
	border-bottom: 1px solid var(--black);
	padding-left:.1em;
	line-height:2.5;
	font-size:2rem;
	display:block;
	position:relative;
}
.tp-menu-class li li:first-child a{
	border-top: 1px solid var(--black);
}

.tp-menu-class  a:hover {
	color: var(--yellow);
	background: var(--black);

}

.tp-menu-class  a:not([href="#"]):after{
	content: "\f344";
	font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    height: 1em;
    font-size: 1em;
    vertical-align: top;
    text-align: center;
	position:absolute;
	top:50%;
	right:.25em;
	-webkit-transform: translatey(-50%);
	    -ms-transform: translatey(-50%);
	        transform: translatey(-50%);
}

.tp-menu-class  a:not([href="#"]):hover:after{
	right:.025em;
}

.tp-menu-class a[href="#"] {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: normal;
    display: block;
    border: 0!important;
    opacity: .5;
    line-height: 2.125;
}
.tp-menu-class a[href="#"]:hover{
	background:transparent;
	color:var(--black);
}


#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu > li.mega-menu-item p:first-child a {
	border-top: 1px solid var(--black)!important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li a {
	text-decoration:none;
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap {
	font-size:3.2rem!important;
	line-height: 1.5em!important;
	display:block!important;
	padding:1em 1.5rem!important;
	border-top:1px solid var(--black)!important;
	border-bottom: 1px solid var(--black)!important;
	margin-left:0!important;
	margin-right:0!important;
	margin-top:0!important;
	margin-bottom:1em!important;
	position:relative;
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap:after{
	/*content:"\f344";*/
	font-family:dashicons;
	position:absolute;
	vertical-align:bottom;
	right:.25rem;
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap:hover,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap:focus {
	background-color:var(--black);
	color:var(--yellow);
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap:hover:after,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap:focus:after {
	right:calc(67.333% - .25em);
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1:after {
	font-size:3.5rem!important;
	margin:0!important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo {
	max-height:3.75rem!important;
	top:-2px!important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.separatore-alt {
	display: none;
}

@media only screen and (min-width: 1025px) {
	#mega-menu-wrap-max_mega_menu_1 {
		margin:2rem!important;
	}
	.hide-mobile {
		display:inline-block!important;
	}
	/*#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
		border-left:3px solid #C00418!important;
	}*/
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mobile-small-txt > a.mega-menu-link {
		line-height:5.4rem!important;
		font-size:1.4rem!important;
		border-top: 2px solid transparent!important;
		border-bottom: 2px solid transparent!important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.separatore {
		position: relative;
		padding-right:.8em;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.separatore-alt {
		padding: 0;
		display: list-item;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.separatore-alt a{
		width: 1px;
		opacity: 0;
	}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.separatore:after {
		content: "";
		height: 3rem;
		width: 1px;
		display: inline-block;
		background: var(--black);
		position: absolute;
		right: 0;
		top: 1.5rem;
	}
	
	#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap:after{
		right:67.333%;
	}
	.tp-menu-class a {
		line-height:1.5;
		font-size:2.4rem;
	}
	
} 

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
	border-bottom-color:var(--black)!important;
}

@media only screen and (min-width:1024px){
	form#WebToLeadForm, 
	form.wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: var(--spacer-4);
	}
	form#WebToLeadForm > *, 
	form.wpcf7-form > * {
		-ms-flex-preferred-size:100%;
		    flex-basis:100%;
	}

	form#WebToLeadForm > input[type=text],
	form#WebToLeadForm > select,
	form.wpcf7-form > span:not(.Descrizionedelproblema):not(.Oggetto):not(.ajax-loader){
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
	}

	form#WebToLeadForm > input[type=button],
	form.wpcf7-form  .wpcf7-submit{
		max-width: 20rem;
	}
}


@media only screen and (max-width: 1024px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mobile-small-txt.mt-2 {
		margin-top:2rem!important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding:0!important;
	}
	/*#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap {
		display:none!important;
	}*/
	.tp-menu-class a {
		margin-left:0;
		margin-right:0;
		padding-left:0;
	}
	 #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		 margin:0 0 3rem;
	}
	
	.tp-menu-class a[href="#"] {
		margin-top: 2rem;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1679px) {
	.mega-show-on-xl {
		display:none!important;
	}
	.mega-menu-columns-3-xl {
		width:33.333%!important;
	}
}

@media only screen and (min-width: 1680px) {
	#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap {
		padding:1em 1.5rem 1em calc(8.333% + 1.5rem)!important;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.outline-button a.mega-menu-link {
    font-size:2rem!important;
	line-height: 2.5!important;
    border-radius: 1.5em!important;
    border: 2px solid var(--black)!important;
    height: auto!important;
    padding: 0 1em!important;
	display:inline-block!important;
	margin-bottom: .85rem;
	margin-top:1em!important;
}

@media only screen and (min-width: 1025px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.outline-button a.mega-menu-link {
    	font-size:1.5rem!important;
		line-height: 2.5!important;
		margin-top:0!important;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.outline-button:hover a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.outline-button:focus a.mega-menu-link {
	background:var(--black)!important;
	color:var(--yellow)!important;
}


#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu li .title-mega-menu-wrap.mb-x3 {
	margin-bottom:1.5em!important;
}

h4.mega-block-title {
	opacity:.5;
}

/* Megamenu TP */
@media only screen and (max-width: 1024px) {
	.mega-sub-menu .mega-menu-link{
		font-size: 3.2rem!important;
		line-height: 1.5em!important;
	}
	.mega-sub-menu{
		min-height: unset!important;
	}
}
@media only screen and (min-width: 1025px) {
	.mega-menu-link{
		font-size: 3.2rem!important;
		line-height: 1.5em!important;
		border-top: 1px solid var(--black)!important;
		border-bottom: 1px solid var(--black)!important;
	}
	.mega-indicator:after{
		content: '\f344'!important;
	}
	.mega-menu-tabbed > a > span::after{
		content: ''!important;
	}

	
}


/* Responsive Menu
--------------------------------------------- */


/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

#mobile-genesis-nav-primary {
    display: none !important;
}
#genesis-nav-primary {
    display: block !important;
}

/* Content Area
---------------------------------------------------------------------------- */

.content-sidebar-wrap:after{
	content:'';
	clear:both;
	display:table;
}


/* Entry Content
--------------------------------------------- */

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}



/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 2rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	background: var(--grey);
    border: 1px solid var(--dark-grey);
	padding: 3rem 3rem 6rem;

}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar h3.widgettitle.widget-title {
    font-size: max(16px,1.6rem)!important;
    line-height: 1.4;
    color: #666!important;
}

.sidebar-primary input.search-form-submit {
    display: none!important;
}

/* Pre Footer
---------------------------------------------------------------------------- */
div.cta-prefooter .wp-block-cover__inner-container {
	max-width:100rem;
}

.cta-prefooter-block{
	display:block;
	width:27rem;
	border: 1px solid var(--black);
	border-radius: var(--border-radius);
	text-align:center;
	margin-bottom: 1em;
	text-decoration:none!important;
	margin: 0 auto;
	cursor: pointer!important;
}
.cta-prefooter-block:hover, 
.cta-prefooter-block:hover p{
	background: var(--black)!important;
	color: var(--yellow)!important;
}
.cta-prefooter-block svg{
	height: var(--spacer-4);
    margin: var(--spacer-4) 0 var(--spacer-4);
    width: var(--spacer-4);
}
.cta-prefooter-block:hover svg path:not([fill="none"]){
	fill: var(--yellow)!important;
}

.cta-prefooter-block p{
	/* font-family: Rubik, sans-serif!important; */
	font-family: 'Roboto', sans-serif!important;
	font-size:3.2rem;
	letter-spacing: -.04em;
	line-height:1;
}
.cta-prefooter-block p:after {
    content: "\f344";
    font-family: dashicons;
    display: block;
    text-align: center;
	margin-top:.5em;
}
.cta-prefooter-block:hover p:after{
	-webkit-transform:translatex(.25em);
	    -ms-transform:translatex(.25em);
	        transform:translatex(.25em)
}

/* Footer Menu
--------------------------------------------- */
.tp-footer .wp-block-columns {
	padding:8rem 1rem;
}
.tp-footer li a[href="#"] {
    display: none;
}
.tp-footer ul, .tp-footer li:not(.wp-block-getwid-social-links__item) {
	list-style:none!important;
	padding:0!important;
	margin:0!important;
}
.wp-block-getwid-social-links__item{
	list-style:none!important;
}

.tp-footer,
.tp-footer p a,
.tp-footer p {
	font-size:2.4rem;
	line-height:4rem;
	margin-bottom:0;
	text-decoration:none;
	letter-spacing: -0.03em;
	color:rgb(216,216,216);
	font-weight:500;
}
.tp-footer p.small,
.tp-footer p.small a,
.tp-footer p a.small{
	font-size:1.4rem;
	line-height:1.5;
	color:grey;
	margin-bottom:1.5em;
}
.tp-footer li a:not(.wp-block-social-link-anchor)
{
	display: block;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1.5rem;
	padding: 1rem 0;
	color:rgb(266,266,266);
}
.tp-footer a:hover,
.tp-footer a:focus,
.tp-footer p.small a:hover,
.tp-footer p.small a:focus,
.tp-footer a.wp-block-getwid-social-links__link i:hover,
.tp-footer a.wp-block-getwid-social-links__link i:focus{
	color: var(--yellow)!important;
	background:transparent;
}

.tp-footer .has-medium-spacing .wp-block-getwid-social-links__item {
    padding: 0 .5em 0 0;
}

.tp-footer li.menu-arrow-hide > a,
.tp-footer li.menu-item-has-children > a{
    display: none;
}

.wp-block-social-links .wp-social-link a{
	padding: .25em .25em .25em 0!important;
}


/* Gutenberg
---------------------------------------------------------------------------- */

.is-style-circle-mask img, .is-style-rounded img {
    border-radius:1rem!important;
}

.wp-block-cover.really-fullwidth .wp-block-cover__inner-container {
    width: 100%!important;
}


.wp-block-cover-image.has-theme-primary-background-color .wp-block-cover__inner-container, 
.wp-block-cover.has-theme-primary-background-color .wp-block-cover__inner-container{
	color:var(--black);
}

.boxed-content{
	background-size:100%!important;
	padding:0!important;
}

.boxed-content:hover,
.boxed-content:focus {
	background-size:105%!important;
}

.boxed-content .wp-block-cover__inner-container{
	margin:var(--spacer-2)!important;
}

.boxed-content .wp-block-cover {
	background-repeat:no-repeat;
}

div .has-background-dim {
	padding:var(--spacer-2) var(--spacer) var(--spacer-3);
}

@media only screen and (max-width: 1024px) {
	.boxed-content .wp-block-cover {
		background-size: 60%!important;
		background-position: 100% 100%!important;
	}
}

body .wp-block-columns {
    margin-bottom: 0;
}
body .has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{
	margin-top:0;
}

.wp-block-getwid-post-carousel.custom-post-type-materiale a {
    text-decoration: none;
	font-size:2rem;
	font-weight:500;
}

.wp-block-getwid-post-carousel.custom-post-type-materiale a:hover {
    background:transparent;
}

body .site-container .wp-block-pullquote, body .site-container .wp-block-quote {
	margin: 3rem 0 4rem;
	font-style:normal;
}

body .site-container .wp-block-pullquote p span, body .site-container .wp-block-quote p span{
	margin-left:-.5em;
}

body .site-container .wp-block-pullquote cite, body .site-container .wp-block-quote cite {
	font-style:normal;
	font-size:.875em;
}


/* Utility
---------------------------------------------------------------------------- */
.c-white,
.wp-block-cover.is-light.c-white .wp-block-cover__inner-container{
	color:white;
}
.p-sticky{
	position: -webkit-sticky!important;
  position: sticky!important;
	top:30%;
}

.bg-black{
	background: var(--black);
	color: white;
}


.bg-yellow{
	background: var(--yellow);
	color:  white;
}

.bg-white{
	background: white;
	color:  var(--black);
}

.bg-white a{
	color: var(--black);
}

.equal-height > * {
	-ms-flex-item-align: stretch!important;
	    -ms-grid-row-align: stretch!important;
	    align-self: stretch!important;
}

.d-block{
	display: block;
}
.d-inline{
	display: inline;
}
.d-inline-block{
	display: inline-block;
}

.border-top {
	border-top:2px solid var(--black);
	margin-bottom: var(--line-height);
	margin-top:var(--spacer);
}

.border-top .has-large-font-size,
.boxed-content .has-large-font-size {
	margin: .875rem 0 2.5rem;
}

.full-height {
	min-height:100vw;
}

.embed-container img {
	min-width:100%;
}


.aspect-ratio-1-1 {
	width:100%;
	position:relative;
	padding-bottom:100%!important;
}

.aspect-ratio-2-1 {
	width:100%;
	position:relative;
	padding-bottom:50%!important;
}

.aspect-ratio-16-9 {
	width:100%;
	position:relative;
	padding-bottom:56.25%!important;
}

.aspect-ratio-1-1 > *,
.aspect-ratio-2-1 > * {
	top:0;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
}

.max-h-11-12 {
    max-height: 91.666667%;
}
.max-w-920{
	max-width: 920px!important;
}
.centered-920{
	width: min(920px, 100%);
	margin-left:auto;
	margin-right:auto;
}

.img-width-100 img{
 width: 100%!important;
 height: auto!important;
}

.page-description {
	max-width: max(300px,75%);
	margin: var(--spacer-2) auto;
}
.slide-description{
	padding: var(--spacer-1);
	max-width: 45rem;
}

.lockup-page-title,
.lockup-page-content{
	padding-left: var(--spacer-2)!important;
	padding-right: var(--spacer-2)!important;
}

@media only screen and (max-width: 1024px) {
	body .wp-block-column.flex-basis-100-mobile {
		-ms-flex-preferred-size:100%!important;
		    flex-basis:100%!important;
	}
	.mobile-overlay .wp-block-getwid-media-text-slider-slide-content__media-overlay{
		opacity: .8!important;
	}
}

@media only screen and (min-width:920px){
	.lockup-page-title,
	.lockup-page-content{
		padding-left: 18rem!important;
		padding-right: 18rem!important;
	}
	.lockup-page-content{
		max-width: 110rem;
	}
}

.hero-print img{
	height:auto;
	width:90vw;
}

.hero-print-alt img{
	height:auto;
	width:90vw;
	margin-bottom: var(--spacer-2);
}

.hero-print-txt{
	position: absolute;
	bottom: var(--spacer);
	left:50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 0 var(--spacer-2);
	width:100%;
}

.hero-print-txt-alt{
	padding: var(--spacer-2) var(--spacer-2) var(--spacer);
	width:100%;
}


/* Margin e padding
---------------------------------------------------------------------------- */


/*padding*/
.pt-0{
	padding-top:0!important;
}
.pl-0 {
	padding-left:0!important;
}
.pb-0{
	padding-bottom:0!important;
}
.pr-0 {
	padding-right:0!important;
}

.pt-1{
	padding-top:var(--spacer)!important;
}
.pl-1 {
	padding-left:var(--spacer)!important;
}
.pb-1{
	padding-bottom:var(--spacer)!important;
}
.pr-1 {
	padding-right:var(--spacer)!important;
}

.pt-2{
	padding-top:var(--spacer-2)!important;
}
.pl-2 {
	padding-left:var(--spacer-2)!important;
}
.pb-2{
	padding-bottom:var(--spacer-2)!important;
}
.pr-2 {
	padding-right:var(--spacer-2)!important;
}

.pt-3{
	padding-top:var(--spacer-3)!important;
}
.pl-3 {
	padding-left:var(--spacer-3)!important;
}
.pb-3{
	padding-bottom:var(--spacer-3)!important;
}
.pr-3 {
	padding-right:var(--spacer-3)!important;
}

.pt-4{
	padding-top:var(--spacer-4)!important;
}
.pl-4 {
	padding-left:var(--spacer-4)!important;
}
.pb-4{
	padding-bottom:var(--spacer-4)!important;
}
.pr-4 {
	padding-right:var(--spacer-4)!important;
}


.p-0{
	padding:0!important;
}
.p-1{
	padding:var(--spacer)!important;
}
.p-2{
	padding:var(--spacer-2)!important;
}
.p-3{
	padding:var(--spacer-3)!important;
}
.p-4{
	padding:var(--spacer-4)!important;
}

/*margin*/

.margin-0-auto{
	margin: 0 auto!important;
}

.mt-0{
	margin-top:0!important
}
.ml-0{
	margin-left:0!important
}
.mb-0{
	margin-bottom:0!important
}
.mr-0{
	margin-right:0!important
}

.mt-1{
	margin-top:var(--spacer)!important;
}
.ml-1{
	margin-left:var(--spacer)!important;
}
.mb-1{
	margin-bottom:var(--spacer)!important;
}
.mr-1{
	margin-right:var(--spacer)!important;
}

.mt-2{
	margin-top:var(--spacer-2)!important;
}
.ml-2{
	margin-left:var(--spacer-2)!important;
}
.mb-2{
	margin-bottom:var(--spacer-2)!important;
}
.mr-2{
	margin-right:var(--spacer-2)!important;
}

.mt-3{
	margin-top:var(--spacer-3)!important;
}
.ml-3{
	margin-left:var(--spacer-3)!important;
}
.mb-3{
	margin-bottom:var(--spacer-3)!important;
}
.mr-3{
	margin-right:var(--spacer-3)!important;
}

.mt-4{
	margin-top:var(--spacer-4)!important;
}
.ml-4{
	margin-left:var(--spacer-4)!important;
}
.mb-4{
	margin-bottom:var(--spacer-4)!important;
}
.mr-4{
	margin-right:var(--spacer-4)!important;
}

.mb-half{
	margin-bottom:calc( var(--line-height) / 2 )!important;
}

.mt-50vh{
	margin-top:50vh;
}

.m-0{
	margin:0!important;
}
.m-1{
	margin:var(--spacer)!important;
}
.m-2{
	margin:var(--spacer)!important;
}
.m-3{
	margin:var(--spacer)!important;
}
.m-4{
	margin:var(--spacer)!important;
}

/* Homepage
---------------------------------------------------------------------------- */

.img-scale-hover{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.img-scale-hover>*{
	-ms-flex-preferred-size:100%;
	    flex-basis:100%;
}

.img-scale-hover{
	overflow:hidden!important;
}

.img-scale-hover > figure{
	margin:0 auto!important;
	-ms-flex-preferred-size:auto;
	    flex-basis:auto;
	-ms-flex-item-align:end;
	    align-self:flex-end;
}

.img-scale-hover:hover > figure {
	-webkit-transform:scale(1.02);
	    -ms-transform:scale(1.02);
	        transform:scale(1.02);
	-webkit-transform-origin: 50% 0;
	    -ms-transform-origin: 50% 0;
	        transform-origin: 50% 0;
}

/* Custom classes
---------------------------------------------------------------------------- */

.badge-flaghship:before {
    content: 'BEST SELLER';
    color: white;
    font-size: .7em;
    border: 1px solid currentColor;
    border-radius: 2em;
    padding: .25rem 1rem;
    margin-right: 1em;
}

.badge-new:after {
    content: 'NEW';
    color: white;
    font-size: .7em;
    border: 1px solid currentColor;
    border-radius: 2em;
    padding: .25rem 1rem;
}

.grey-box {
	background: var(--grey);
    border: 1px solid var(--dark-grey);
	padding: 2rem 4rem 4rem;
    margin: 8rem 0;
}

.grey-box ul:not(.menu-arrow) li{
	list-style: none;
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 20 20' preserveAspectRatio='xMidYMid meet'><g fill='none' fill-rule='evenodd'><path fill='rgb(204, 204, 204)' d='M4.2929 9.7071L5.707 8.293l4.2426 4.2426-1.4142 1.4142z'></path><path fill='rgb(204, 204, 204)' d='M14.1213 5.4645l1.4142 1.4142-7.071 7.071-1.4142-1.4142z'></path><circle stroke='rgb(204, 204, 204)' cx='10' cy='10' r='9.5'></circle></g></svg>");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 3.5rem;
	background-size: 2rem;
	border-bottom:1px solid rgb(204, 204, 204);
	padding-top:.25em;
	padding-bottom:.25em;
}

.menu-arrow li {
	list-style-type:none!important;
}

.menu-arrow .menu-arrow-hide > a {
	display:none;
}

.grey-box a,
.link-arrow a,
.menu-arrow a, 
.sidebar .cat-item a{
	font-size:1em;
	text-decoration:none;
	border-bottom:1px solid currentcolor;
	padding-top:.25em;
	padding-bottom:.25em;
	display:block;
	position:relative;
}
.link-arrow a,
.menu-arrow a {
	border-bottom:1px solid rgb(102,102,102)!important;
}
.grey-box a:after,
.link-arrow a:after,
.menu-arrow a:after,
.sidebar .cat-item a:after{
	content:"\f344";
	font-family:'dashicons';
	position:absolute;
	right:0;
}

.grey-box h3{
	font-size:1.6rem!important;
	font-weight:700;
}

@media (max-width:599px){
	.wp-block-cover.no-margin-top-right {
		min-height:50vh!important;
		max-width:100%;
	}
}


body .min-h-page {
	min-height:56rem;
}

@media (min-width: 920px){
	body .min-h-page {
    	min-height: 100vh;
	}
	.grey-box {
		background: var(--grey);
		border: 1px solid var(--dark-grey);
		margin: 8rem -4rem;
	}
}

@media (max-aspect-ratio: 9/5) and (min-height: 920px), (max-height: 1440px) and (min-aspect-ratio: 9/5) {
	body .min-h-page {
		min-height: 80rem;
	}
}

@media (max-width: 599px) {
	.mobile-small {
		margin:15%;
	}
	.mobile-small .has-text-align-center,
	.mobile-small .aligncenter {
		text-align:left!important;	
	}
	
}

/*Archivio applicazioni
---------------------------------------------------------------------------- */
.page-template-archive-applicazione .content {
    width: 100%;
}
.applicazioni-flex-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.applicazione-item{
	margin-bottom:var(--spacer-4);
	width:100%;
}

.applicazione-item figure {
	-webkit-transition: .1s linear;
	-o-transition: .1s linear;
	transition: .1s linear;
	overflow:hidden;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	        box-shadow: 0 0 3px rgba(0,0,0,.15)
}
.applicazione-item:hover figure{
	-webkit-transform:scale(1.02) translatex(-.5em);
	    -ms-transform:scale(1.02) translatex(-.5em);
	        transform:scale(1.02) translatex(-.5em);
	-webkit-box-shadow: .25em .25em 15px rgba(0,0,0,.15);
	        box-shadow: .25em .25em 15px rgba(0,0,0,.15)
}

.applicazione-item img{
	width:100%!important;
}


/* Materiali
---------------------------------------------------------------------------- */
.pushed-right-content{
	margin-top:min(calc(100vh - 120px), 60rem);
}

/* side accordion menu*/
ul.accordion ul {
    display: none;
}

.p-sticky ul.accordion {
	width: 20rem;
	margin: 0;
	position:relative;
}

.entry-content .p-sticky ul.accordion > li {
	list-style-type: none!important;
}
.entry-content .p-sticky ul.accordion a {
	line-height: var(--spacer-2);
	text-decoration: none;
	font-size: 1.4rem;
	font-weight:500;
}
.p-sticky ul.accordion > li > a {
	display:block;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}

.p-sticky ul.sub-menu{
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	padding-bottom:1rem;
}
.p-sticky ul.sub-menu li{
	list-style-type: none!important;
	padding-left:1em;
	position:relative;
}
.p-sticky ul.sub-menu li.current-menu-item:before{
	content: "\2022";  
  color: var(--yellow); 
  font-weight: bold;
	font-size:2.3rem;
  width: 1rem; 
	position:absolute;
	top:.5rem;
	left: -.25em;
}

.p-sticky ul.sub-menu li.current-menu-item a{
	color: var(--yellow);

}

.p-sticky ul.accordion > li a:hover,
.p-sticky ul.accordion > li:hover a:after{
	color: var(--yellow);
	background: transparent;
}
.p-sticky ul.accordion > li > a:after{
	width:2rem;
	text-align:center;
	content:"+";
	position: absolute;
	font-size:2rem;
	font-weight:500;
	right: 0;
	top: 0;
}
.p-sticky ul.accordion > li > a.opened:after{
	content:"-";
}

@media only screen and (min-width: 1025px) {
	.p-sticky ul.accordion {
		margin: 0 10%;
	}
}

@media only screen and (min-width: 1280px) {
	.p-sticky ul.accordion {
		margin: 0 20%;
	}
	.p-sticky ul.sub-menu li.current-menu-item:before{
		left: -1em;
	}
}



/* Tabs
---------------------------------------------------------------------------- */

.wp-block-getwid-tabs__nav-links {
    padding: 0!important;
}

body .wp-block-getwid-tabs__tab-content {
	border:none;
	max-width: 920px!important;
	margin: 0 auto;
	padding: var(--spacer-4) 0 0;
}

body.page-id-3595 .wp-block-getwid-tabs__tab-content {
	max-width: 2560px!important;
	width:100vw;
}


body .wp-block-getwid-tabs__nav-link,
body .wp-block-getwid-tabs__nav-link:hover{
		list-style:none!important;
		padding: 1.6rem 3.2rem !important;
		border: 0;
		margin:0;
		border-bottom: 2px solid rgb(57, 61, 63);
	
}
body .wp-block-getwid-tabs__nav-link.ui-tabs-active{
	background:transparent!important;
	border:none;
	border-bottom: 2px solid var(--yellow);
}

body .wp-block-getwid-tabs__nav-link a {
	padding: 0!important;
	display: block;
	text-decoration: none;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 2.4rem;
	line-height:4rem;
}

body .wp-block-getwid-tabs__nav-link:not(.ui-state-active) a {
	opacity:.6;
}

body .wp-block-getwid-tabs__nav-link a:hover,
body .wp-block-getwid-tabs__nav-link a:focus{
	background:none;
	color:var(--yellow);
	opacity:1;
}
body .wp-block-getwid-tabs__nav-link.ui-tabs-active a:hover,
body .wp-block-getwid-tabs__nav-link.ui-tabs-active a:focus{
	color:white;
}

span.wp-block-getwid-tabs__title {
    display: block;
    text-align: center;
}

.tab-materiali dd {
    border-bottom: 1px solid rgb(102,102,102);
    margin-bottom: 1em;
	padding-bottom: 1em;

}
.tab-materiali dl{
	margin-bottom:0;
}

.tab-materiali dt{
	margin-bottom:1em;
}
.tab-materiali dd, 
.tab-materiali a{
	font-size:2.5rem!important;
	font-weight:500;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}
@media only screen and (max-width:599px){
	.hero-print-cover{
		min-height:90vh!important;
	}
}

@media only screen and (min-width:600px){
	.wp-block-cover.no-margin-top-right {
		-webkit-transform: translatex(var(--spacer-2));
		    -ms-transform: translatex(var(--spacer-2));
		        transform: translatex(var(--spacer-2));
		margin-top: calc(-1 * var(--spacer-5));
		margin-right: calc(-1 * var(--spacer-2));
		height: calc(100vh + var(--spacer-5));
	}
	
	
	.hero-print img{
		height:90vh;
		width:auto;
	}

	.hero-print-alt img{
		height:39vh;
		width:auto;
	}
	
	.hero-print-txt{
		bottom: calc(var(--spacer-4) * 2);
	}
	
	.hero-print-txt-alt{
		padding-bottom: var(--spacer-4);
	}

	
}

@media only screen and (min-width: 920px) {

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 75%;
		max-width: 920px;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		position: sticky;
		top: 14rem;
		float: right;
		width: calc(25% - 2rem);
		max-width: 520px;
		margin: 11rem 0 0 2rem;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}


	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	/* Custom classess
	--------------------------------------------- */

	.applicazione-item{
		-webkit-box-flex: 50%;
		    -ms-flex: 50%;
		        flex: 50%;
		max-width: 50%;
	}
	
	.applicazione-item:nth-child(even){
	padding-left:var(--spacer);
	}

	.applicazione-item:nth-child(odd){
		padding-right:var(--spacer);
	}

	/* Gutenberg
	--------------------------------------------- */

	div .has-background-dim {
		padding:var(--spacer-5) var(--spacer-2) var(--spacer-7);
	}



}

@media only screen and (min-width: 1280px) {
	
	/* Typobase
	--------------------------------------------- */
	html {
		font-size:10px;
	}
	
	/* Megamenu
	--------------------------------------------- */
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}
	#mega-menu-max_mega_menu_1 li:nth-child(6){
		margin-left:auto!important;
	}
}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
/*CookieBot*/
#cookieBannerLink a{
	display: none!important;
}
#cookiemodal .cm_info{
	padding-right: 50px!important;
}
#CookiebotWidget-btn-change{
	background-color:#FDCC33!important;
	border-color:#000!important;
	color:#000!important;
}
#CookiebotWidget-btn-withdraw{
	border-color:#000!important;
}
.CookiebotWidget-show-consent-details{
	color: #000!important;
}
#AcceptReload{
	background-color: #FDCC33!important;
	color: #000!important;
	border-color: #000!important;
}
#cookiemodal .cm_lbl .cm_checkmark:after{
	border-bottom: 1px solid #000!important;
	border-right: 1px solid #000!important;
}

/* Effetto zoom immagine */
.effetto-zoom{
	transition: ease-out 1s;
}
.effetto-zoom:hover{
	scale: 1.03;
}

/* Fix sovrapposizione menu */
@media screen and (max-width: 1635px) and (min-width: 1025px) {
	.mega-menu-item div.textwidget > p > a > span::after{
		position: static!important;
	}
}

/* Css archivio settori*/
.settori-wrapper .applicazioni-flex-container{
	gap: 4rem;
}
.settori-wrapper .applicazione-item{
	flex: 100%;
	max-width: 100%;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}
.settori-wrapper .applicazione-item figure{
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 500px) {
	.settori-wrapper .applicazione-item figure{
		aspect-ratio: 2/1;
	}
}
.settori-wrapper .applicazione-item figure img{
	height: 100%;
	object-fit: cover;
}
.settori-wrapper .applicazione-item figure figcaption{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(180deg,#00000080,transparent);
	padding: 2rem;
}
.settori-wrapper .applicazione-item figure figcaption *{
	text-align: left;
	color: #fff;
}
.settori-wrapper .applicazione-item figure figcaption button{
	color: #000;
}
@media screen and (min-width: 1025px) {
	.settori-wrapper .applicazione-item{
		flex-basis: calc(50% - 2rem);
	}
	.settori-wrapper .applicazione-item:nth-child(3n + 1){
		max-width: 100%;
		flex: 100%;
	}
	.settori-wrapper .applicazione-item figure{
		aspect-ratio:  1;
	}
	.settori-wrapper .applicazione-item:nth-child(3n + 1) figure{
		aspect-ratio:  2/1;
	}
}