/*
Theme Name: Bootstrap Basic4 Child
Theme URI: http://rundiz.com
Template: bootstrap-basic4
Author: Vee Winch, christianoliff
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for commits of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-menu,featured-images,post-formats,threaded-comments,translation-ready,editor-style,blog
Version: 1.3.3.1663856949
Updated: 2022-09-22 14:29:09

*/


/* COLOR
 * GRAY: #80888F; #a7aeb4
 * ROSSO: #e21813;
 * 
 * ------------------------ */




/* FONT
---------------------------- */

@font-face {
	font-family: Cairo-Regular;
	src: url(fonts/Cairo/Cairo-Regular.ttf);
	font-display: swap; 
}
@font-face {
    font-family: Play;
    src: url(fonts/Play/Play-Regular.ttf);
	font-display: swap;
}
@font-face {
    font-family: Play-Bold;
    src: url(fonts/Play/Play-Bold.ttf);
	font-display: swap;
} 

/* TYPO
 * ----------------------------------- */
* {
	font-family: Play;
} 
h1 {
	font-family: Play;
	font-size: 2rem !important;
	font-weight: bold !important;
}
h2 {
	font-family: Play;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
}
h3 {
	text-transform: uppercase;
	font-family: Play;
	font-weight: bold !important;
	font-size: 1.8rem !important;
}
h4 {
	font-family: Play;
	font-size: 1.3rem !important;
	font-weight: bold !important;
	color: #e21813 !important;
}
p, li {
	font-size: 1.2rem;
	line-height: 1.3;
}
.h3-separator {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem;
    border: 0px !important;
    color: #e21813 !important;
    height: 4px;
    background-color: #e21813 !important;
}
.h3-separator-left {
	margin-left: 0 !important;
    margin-top: 0.5rem !important;
    margin-bottom: 1rem;
	border: 0px !important;
    color: #e21813 !important;
    height: 4px;
    background-color: #e21813 !important;
}
p > b,
p > strong {
	color: #e21813;
}
p > a {
	color: #000000 !important;
}
p a {
	color: #CA181A !important;
}
.single-post p > strong {
    color: #000000 !important;
}


/* GENERAL
 * ---------------------------------- */
.site-content {
	margin-top: 50px;
}
.w-100 img {
	width: 100%;
	height: auto;
}
em {
	font-style: normal !important;
	color: #e21813!important;
}
hr {
	border: 1px solid #FFFFFF !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #000000!important;
}
.color-red {
	color: #e21813 !important;
} 
.fade-in {
  opacity: 0; /* Imposta l'opacità a 0 inizialmente */
  transition: opacity 3s ease-in-out; /* Aggiunge una transizione per l'effetto fade-in */
}


/* BUTTONS
 * ---------------------------------- */
.btn-primary {
    color: #FFFFFF!important;
    background-color: #e21813 !important;
    border-color: #e21813 !important;
} 
.btn-primary a {
    color: #FFFFFF!important;
} 

.btn-secondary {
    color: #FFFFFF !important;
    background-color: #80888F !important;
    border-color: #80888F !important;
	line-height: 1.1 !important;
}

.btn-success a {
	text-transform: uppercase;
    color: #FFFFFF !important;
	line-height: 1.1 !important;
}



/* SECTIONS
 * ----------------------------- */
.section-gray {
	background-color: #DDDDDD;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-gray h3,
.section-gray p {
	color: #e21813;
}

.section-light-gray {
	background-color: #EFEFEF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-light-gray h3,
.section-gray p {
	color: #000000;
}
.section-light-gray b a,
.section-light-gray strong a {
	color: #e21813 !important;
}

.section-white {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-white h3,
.section-white p {
	color: #000000;
}
.section-white p > b,
.section-white p > strong,
.section-white p > a {
	color: #e21813;
}


.section-image {
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url('/wp-content/uploads/2022/09/bg-contatti-1.jpg');
	background-size: cover;
}
.section-image p,
.section-image  label {
	color: #FFFFFF;
}
.section-people :where(.wp-block-columns.is-layout-flex) {
    gap: 0 !important;
}
.section-people figure {
	margin-bottom: 0;	
}



/* HEADER
 * ----------------------------------- */
.page-header {
	z-index: 9;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.main-navigation {
    margin-right: 0 !important;
    margin-left: 0 !important;
	background-color: #333333 !important;
}
.logo {
	z-index: 1;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 300px;
}
.logo img {
    width: 100%;
}
.navbar-nav {
	padding-top: 20px;
}
.navbar-light {
    background-color: #333333 !important;
}
.menu-item {
	text-transform: uppercase;
	font-family: Cairo-Regular;
	color: #FFFFFF !important;
}
.menu-item:hover {
	text-decoration: none;
	color: #000000 !important;
}
.current-menu-item a {
	text-decoration: none;
	color: #e21813 !important;
}
.dropdown-menu {
	background-color: #333333 !important;
	border: 0px !important;
	margin-top: 10px !important;
}
.dropdown-menu a {
	color: #FFFFFF !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent !important;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #e21813;
    text-decoration: none;
    background-color: transparent !important;
}


/* MENU PRODOTTI
 * --------------------------- */
.product-menu-container {
}
.product-menu-container h3 {
	font-size: 1.6rem !important;
	color: #666666 !important;
	padding: 0;
	margin-bottom: 0;
}
.product-menu-block {
	background-color: #EFEFEF;
	padding: 20px 0;
	border-radius: 10px
}
.navbar-nav .menu-item:hover {
    text-decoration: none;
    color: #e21813 !important;
}
.product-menu-container h4 {
	font-size: 1rem !important;
	color: #000000;
	padding: 0 15px;
}
ul.product-menu {
	list-style: none;
    padding: 0;
}
ul.category-parent {
	list-style: none;
    padding: 0;
}
.category-parent li {
	position: relative;
    margin-left: 0;
    border-bottom: 1px solid #CCCCCC;
}
.category-parent > li > a {
	padding: 0rem 0!important;
    background-color: transparent !important;
    display: block;
    list-style: none;
    color: #666666;
    line-height: 2;
    font-size: 1rem !important;
}
.category-parent > li > a:hover {
	text-decoration: none;
	color: #e21813 !important;
}

.category-parent-inline > li {
	display: inline-block;
	padding: 0rem 15px !important;
	background-color: transparent !important;
	color: #666666;
}

.category-parent .sub-menu {
	padding: 0 !important;
	margin-bottom: 10px;
}
.category-parent .sub-menu li {
	border-bottom: 0px solid #CCCCCC;
}


.sub-menu {
	padding-bottom: 10px;
}
.sub-menu > li > a {
	padding: .2rem 15px !important;
	background-color: transparent !important;
	color: #333333 !important;
	font-size: .9rem;
    margin-left: .5rem;
}
.product-menu .dropdown-menu {
    position: relative !important;
    display: none;
    min-width: 10rem;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    list-style: none;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 0px !important;
    border-radius: 0px !important;
	margin-top: -40px !important;
}

.third-level-menu + .dropdown-menu {
	position: relative !important;
    background: transparent !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
}

/* LISTA CATEGORIE PRODOTTI
 * ----------------------------- */
.product-category-container {
	
}
.product-category-container img {
	width: 100%;
	height: auto;
}
.product-category-item {
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 2px 2px 20px  rgba(0,0,0,0.1);
	border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
	transition: all .3s;
}
.product-category-item:hover {
	position: relative;
	box-shadow: 2px 2px 20px  rgba(0,0,0,0.4);
	border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
	transition: all .3s;
}
.menu-menu-prodotti-container ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0px;
}
.menu-menu-prodotti-container .menu-item-has-children {
	
}
.menu-menu-prodotti-container .menu-item-has-children a {
	width: 100%;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #80888F;
	margin-top: 2px !important;	
}
.menu-menu-prodotti-container .menu-item a {
	width: 100%;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	margin-top: 2px !important;	
	color: #666666;
}
.menu-menu-prodotti-container li {
	text-decoration: none;
	list-style: none;
}
.product-category-item h3 {
	text-align: center;
	text-transform: uppercase;
	padding: .5rem 0;
	color: #e21813 !important;
	font-size: 1rem !important;
	text-decoration: none;
}
.product-category-item h3 a {
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 2px 0;
	color: #e21813 !important;
	font-size: 1rem !important;
	text-decoration: none;
}
.product-category-item a:hover,
.product-category-item h3 a:hover {
	color: #000000 !important;
	text-decoration: none;
}
.product-category-item .products-counter {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
	padding: .2rem;
	color: #000000 !important;
	font-size: 0.9rem;
	background-color: rgba(255,255,255,.8);
}
.product-category-item-image {
	height: 200px;
	background-size: cover;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.1) 70%,transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1rem;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 10px 8px 0px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
	height: 40px;
}
.prodotti-cover {
	height: 180px;
	overflow: hidden;
	background-size: cover;
}

/* HOME
 * ---------------------------- */
.jumbo-home {
	background-image: url('/wp-content/uploads/2022/09/bg-contatti-1.jpg');
	background-position: bottom;
	background-size: cover;
}
.jumbo-home h1 {
	font-family: Cairo-Regular !important;
	margin-top: 3rem;
	color: #FFFFFF;
	font-size: 4rem !important;
	line-height: .9 !important;
}
.jumbo-home h2 {
	font-family: Cairo-Regular !important;
	font-size: 2.6rem !important;
	color: #e21813 !important;
}
.home-search-container {
	width: 300px;
	margin: 0 auto;
}
.ciclo-produttivo-icons .wp-block-image {
	text-align: center;
}
.ciclo-produttivo-icons {
	margin-top: 50px;
}
.ciclo-produttivo-icons img {
		height: 80px;
}
.ciclo-produttivo-icons figcaption {
	font-family: Play-Bold;
	color: #FFFFFF;
	font-size: 1rem;
}


/* APPLICAZIONI
 * ----------------------------- */
.applicazioni-item {
	position: relative;
	box-shadow: 2px 2px 20px  rgba(0,0,0,0.1);
	border-radius: 10px;
    overflow: hidden;
	transition: all .3s;
	background: #FFFFFF;
}
.applicazioni-item:hover {
	position: relative;
	box-shadow: 2px 2px 20px  rgba(0,0,0,0.4);
	border-radius: 10px;
    overflow: hidden;
	transition: all .3s;
}
.applicazioni-item p {
	margin: .5rem 0 !important;
}
.applicazioni-item p a {
	font-size: 1rem !important;
	color: #e21813 !important;
	font-weight: bold;
}
.applicazioni-item p a:hover {
	text-decoration: none !important;
}
.application-icon {
	margin: 0 !important;
}
.application-icon figure {
	background-color: rgba(255,255,255,0);
	margin: 0 auto;
	border-radius: 10px;
}
.application-icon img {
	width: 100%;
    padding: 1.5rem 4rem;
    filter: brightness(100);
}


/* MENU SEARCH
 * ------------------------------ */
.is-form-style button.is-search-submit {
    overflow: hidden;
    border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.is-form-style .is-search-icon {
    border: 0 !important;
} 
.is-form-style.is-form-style-3 label {
    overflow: hidden;
    border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

/* MENU APPLICAZIONI
 * ------------------------------*/
.applicazione-content {
	list-style: none;
	padding-left: 0;
}
.applicazione-content a {
	list-style: none;
	color: #666666;
	line-height: 2;
	font-size: 1rem !important;
}
.applicazione-content a:hover {
	text-decoration: none;
	color: #e21813;
}
.applicazione-content li {
	position: relative;
	margin-left: 0;
	border-bottom: 1px solid #CCCCCC;
}
.applicazione-content li:before {
  	background-size: 100% 100%;
  	display: inline-block;
  	height: 25px;
  	width: 25px;
  	position:relative;
  	top:6px;
	margin-right: 5px;
}
.applicazione-content li:nth-child(1):before {
	content: "";
	background-image:url('/wp-content/uploads/2024/01/icona-applicazione-antincendio.webp');
}
.applicazione-content li:nth-child(2):before {
	content: "";
	background-image:url('/wp-content/uploads/2024/01/icona-applicazione-macchine-agricole.webp');
}
.applicazione-content li:nth-child(3):before {
	content: "";
	background-image:url('/wp-content/uploads/2024/01/icona-applicazione-serbatoi.webp');
}
.applicazione-content li:nth-child(4):before {
	content: "";
    background-image: url('/wp-content/uploads/2024/01/icona-applicazione-aria-compressa.webp');
}
.applicazione-content li:nth-child(5):before {
	content: "";
    background-image: url('/wp-content/uploads/2024/01/icona-applicazione-muletti.webp');
}
.applicazione-content li:nth-child(6):before {
	content: "";
    background-image: url('/wp-content/uploads/2024/01/icona-applicazione-condizionatori.webp');
}
.applicazione-content li:nth-child(7):before {
	content: "";
    background-image: url('/wp-content/uploads/2024/01/icona-applicazione-macchine-industriali.webp');
}
.applicazione-content li:nth-child(8):before {
	content: "";
    background-image: url('/wp-content/uploads/2024/01/icona-applicazione-impianti-elettrici.webp');
}



/* KANBAN
 * -------------------------- */
.kanban-icon figure {
	background-color: #e21813;
	border-radius: 10px;
}
.kanban-icon .wp-block-media-text__content {
	padding: 0 10px !important;
}
.kanban-icon .wp-block-media-text__content p {
	margin-bottom: 0 !important;
	line-height: 1;
}
.btn-kanban img {
	width: 200px;
}



/* FOOTER
----------------------------- */
.site-footer {
    background-color: #333333 !important;
    border-top: 0px solid #ddd !important;
    padding: 50px 0 !important;
}
.site-footer p,
.site-footer a {
    color: #FFFFFF !important;
    margin-bottom: 10px;
    line-height: 1em;
	font-size: 1rem;
}
.social {
    background: #572F1A;
    padding: 10px;
}
.social p {
    color: #FFFFFF;
}
.footer-image-logo {
    width: 180px;
}
.footer-line {
    margin-bottom: 15px;
    font-size: 0.8rem;
}
.icon-footer {
    width: 20px;
    margin-right: 10px;
}

/* POST
 * ----------------------------- */
#main .post, #main .page {
    border: 0px solid #eee !important;
    margin-bottom: 20px;
    overflow-x: auto;
    padding: 0 !important;
}


/* FORM
 * ------------------------------- */
.wpcf7 label {
	width: 100% !important;
}
.checkbox-newsletter {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 0px !important;
}


/* PREVENTIVO
 * -------------------------------- */
.preventivo {
	background-color: #FFFFFF;
	padding: 2rem;
}
.preventivo h3 {
	text-transform: uppercase;
	color:#e21813;
}
.preventivo .box-selezione {
	padding: 0rem;
	border-radius: 1rem;
}
.preventivo img {
	padding: 10px 10px 5px 10px;
	width: 100%;
}
.preventivo .box-selezione {
	text-align: center;
}

/* TABLE
 * ---------------------- */
.wp-block-table {
	
}
.wp-block-table td, .wp-block-table th {
	padding: .5em;
	border: 1px solid #FFFFFF;
	word-break: normal;
}
tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #fbfcfd;
}
tbody tr:nth-child(odd) {
	border-bottom: 0;
	background-color: #eff1f7;
}
figcaption.wp-element-caption {
	text-align: left !important;
}


/* PAGINA PRODOTTO
 * -------------------------- */
.menu-product-page {
	list-style: none;
	text-align: right;
}
.menu-product-page li {
	display: inline-block;
	text-align: right;
}
.menu-product-page a {
	font-size: 0.8rem !important;
	color: #CA181A;
	text-decoration: underline !important;
	margin-left: 10px;
}
.menu-product-page a:hover {
	border: none;
	color: #000000 !important;
}
.menu-product-page i {
	margin-right: 5px;
}
.product-page {
	margin-top: 100px;
	margin-bottom: 2rem;
}
.type-post .wp-block-image {
	border-radius: 20px !important;
    overflow: hidden !important;
}
.blog-container figure {
	border-radius: 20px !important;
    overflow: hidden !important;
	transition: all .3s;
}
.blog-container figure:hover {
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	transition: all .3s;
}
.blog-container .wp-block-post-featured-image {
	border-radius: 10px !important;
    overflow: hidden !important;
}
.color-container {
	text-align: center !important;
}
.color-container > .color {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 30px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}
.color-container > .color > p {
	font-size: 0.9rem;
	padding-top: 14px;
}
.color-container > label {
	font-size: 0.8rem;
	line-height: 0.9rem;
}
.blog-container {
	gap: 1em !important;
}
.blog-container h4 {
	margin-bottom: 5px;
	line-height: 1;
}
.blog-container a {
	color: #e21813;
}
.single-blog .entry-content a {
	color: #e21813 !important;
}
.icone-prodotto img,
.icone-prodotto .wp-block-image,
.icone-prodotto .wp-block-columns {
	margin-bottom: 0 !important;
}
.icone-prodotto figcaption {
	text-align: center !important;
	font-size: .9rem;
	font-weight: 800;
	line-height: 1;
}
.icone-prodotto img {
	width: 120px !important;
	padding: 5px;
}
.icone-prodotto-piccole figcaption {
	text-align: center !important;
	font-size: .7rem;
	font-weight: 800;
	line-height: 1;
}


/* TEAM
 * ---------------------------------- */
.team-section {}

.str_wrap.str_active,
.str_wrap {
    background: #111111 !important;
}
.str_move { 
	cursor:ew-resize !important;
}
#rulloServizi {
	background: transparent !important;
}
.service-link a {
	color: #A7ACAF !important;
}
.service-link a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.team-picture {
    position: relative;
    text-align: center;
    color: white;
}
.team-picture-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba (0, 0, 0, 0.5);
}
.str3.str_wrap.str_active, 
.str3.str_wrap {
	background: transparent !important;
}
.contItem { 
	position:relative;
	display:inline-block; 
	vertical-align:top; 
	white-space:normal;
}
.contItem .centered { 
	position: absolute;
	opacity: 1;
	color: #FFFFFF !important;
	transition: 1s;
	top: 45%;
	left:0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}
.contItem img {
	width: 500px;
}


/* BLOG
 * -------------------------------- */
.blog-container figure {
	margin-bottom: 0;
}
.blog-container h3 {
	margin-bottom: 0;
}
.blog-container h3 a {
	color: #e21813 !important;
	margin-bottom: 0;
}
.blog-container time {
	font-size: .8rem;
	color: #666666 !important;
}

.blog img {
	width: 100% !important;
	height:auto !important;
	margin-bottom: 5px;
	border-radius: 10px;
}
.blog h3 {
    text-transform: uppercase;
    font-family: Play;
    font-size: 1.6rem !important;
	color: #e21813 !important;
}
.blog p {
	text-align: justify;
}
.blog p > strong {
	color: #000000 !important;
}
.blog h2 {
	text-align: justify;
	line-height: 1.3;
	color: #e21813 !important;
	margin-bottom: 1rem;
	margin-top: .5rem;
}
.blog .wp-block-cover, .wp-block-cover-image {
	min-height: 100px !important;
}
.blog-right-col h4.box-title {
	font-size: 1.6rem !important;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Play-Bold';
    line-height: 1;
}
.blog-right-col p {
	font-size: 1rem !important;
	text-align: left;
}
.blog-right-col .wpcf7-spinner {
	display: none;
}
.blog-right-col .wpcf7-list-item {
	margin-left: 0 !important;
}
.blog-right-col .blog-list {
	border-top: 1px solid #aaaaaa;
}
.blog-right-col .blog-list a:hover {
	text-decoration: none !important;
}
.blog-right-col .blog-list .blog-date {
	margin-bottom: 20px !important;
	color: #999999;
}
.blog-right-col .blog-list h3 {
    font-size: 1.2rem !important;
}
.blog-thumbnail img {
	width: 100% !important;
	height: auto;
}
.blog-thumbnail .cove-image {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100% !important;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.blog-thumbnail-link {
	text-align: center;
	color: #000000 !important;
	font-size: 1.2rem;
	line-height: 1;
}



/* ADESIVI
 * -------------------------------- */
.adesivi-image img {
	width: 100%;
	height: auto;
}
.adesivi-content p {
	margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 100 !important;
}




/* breadcrumbs
 * -------------------------------- */
#breadcrumbs a {
	color: #666666 !important;
}



/* -------------------------------- */
/*			    MOBILE				*/
/* -------------------------------- */

@media (max-width: 575.98px) {
	
	.reverse-mobile {
		flex-direction: column-reverse;
	}
	.wp-block-cover, .wp-block-cover-image {
    	position: relative;
    	background-position: 50%;
    	min-height: 200px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	padding: 1em;
    	box-sizing: border-box;
	}
	.product-page {
    	margin-top: 20px;
    	margin-bottom: 2rem;
	}
	
	/* HEADER
 	* ----------------------------------- */
	.page-header {
    	margin-bottom: 0;
    	position: fixed;
    	top: 0;
    	right: 0;
    	left: 0;
	}
	.main-navigation {
   		margin-right: 0 !important;
    	margin-left: 0 !important;
		background-color: #333333 !important;
	}
	.logo {
		z-index: 1;
    	position: absolute;
   	 	top: 10px;
    	left: 10px;
    	width: 250px;
	}
	.logo img {
    	width: 100%;
	}
	.navbar-toggler {
		position: absolute;
		top: 8px;
		right: -14px;
	}
	.navbar-light .navbar-toggler {
    	color: rgba(0,0,0,1) !important;
    	border-color: rgba(0,0,0,0) !important;
	}
	.navbar-collapse {
	    margin-top: 50px;
		margin-bottom: 20px;
	}
	.navbar-dark .navbar-toggler {
    	color: rgba(255,255,255,.7) !important;
    	border-color: rgba(255,255,255,0) !important;
	}
	.dropdown-menu {
		background-color: #333333 !important;
		border: 0px !important;
		margin-top: 0 !important;
	}
	
	/* HOME PAGE
	 * ------------------------------- */
	.jumbo-home h1 {
    	font-family: Cairo-Regular !important;
    	margin-top: 3rem;
    	color: #FFFFFF;
    	font-size: 3rem !important;
    	line-height: .9 !important;
	}
	.jumbo-home h2 {
   	 	max-width: 100%;
    	font-size: 1rem;
	}
	.home-search-container {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	
	.ciclo-produttivo .wp-block-media-text {
		text-align: center;
	}
	.ciclo-produttivo img {
		width: 30%;
		margin: 0 auto 10px auto;
	}
	
	.application-icon img {
    	width: 100%;
    	padding: 1.5rem 5rem;
    	filter: brightness(100);
	}
	
	
	/* PAGE PRODOTTO
	 * -------------------------- */
	.icone-prodotto img {
		padding: 10px 30px;
	}
	/* FOOTER
	----------------------------- */
	.site-footer p,
	.site-footer a {
    	color: #FFFFFF !important;
    	margin-bottom: 10px;
    	line-height: 1.1em;
		font-size: 1.2rem;
	}
	.social {
   	 	background: #572F1A;
    	padding: 10px;
	}
	.social p {
    	color: #FFFFFF;
	}
	.footer-image-logo {
   	 	width: 250px;
	}
	.footer-line {
   	 	margin-bottom: 15px;
    	font-size: 0.8rem;
	}
	.icon-footer {
    	width: 20px;
    	margin-right: 10px;
	}
	
}



