/*
Theme Name: 	EGP
Description: 	Responsive WordPress Theme based on Boostrap and Font Awesome.
Version:     	1.0.0
Author:     	Eugenio Priscimone
Text Domain: 	EGP
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
*/

/* IMPORT HERE YOUR FONTS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

body,
html {
  font-family: "Inter", sans-serif;
}

a { color: inherit; }
a:hover { color: inherit; }

.velina {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.box_header {
  margin: 0;
  padding: 10px 0;
}

.box_header a {
  color: #000;
  text-decoration: none;
}

.box_header h1 {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
  padding-left: 1rem;
}

.titolo_testata {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.57px;
  color: #fff;
  position: relative;
  top: 8px;
}

.search-btn {
  border: none;
  background: none;
  color: #ff4136;
  margin-right: 1rem;
}

ul.navbar-nav li.menu-item {
  color: #fff;
  padding: 15px 25px;
  background-color: #ff4136;
  margin-right: 1px;
  display: flex;
  align-items: center;
}

ul.navbar-nav li.current_page_item, ul.navbar-nav li.current_page_item:last-child {
  background-color: #c00;
}

ul.navbar-nav li.menu-item:hover,
ul.navbar-nav li.menu-item:active {
  background-color: #F04D45;
}

ul.navbar-nav li.menu-item a {
  font-family: Inter;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 0;
}

ul.navbar-nav li:last-child {
  background-color: #222;
  margin-right: 0px;
}

ul.navbar-nav li.menu-item a span.active {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}
ul.navbar-nav li.menu-item a:hover,
ul.navbar-nav li.menu-item a:active,
ul.navbar-nav li.menu-item a:visited {
  color: #fff;
}

.form-control {
  border: none;
}
.input-group-text {
  background-color: #414141;
  border: none;
}
ul.navbar-nav li.menu-item:last-child a:after {
  content: "";
}

/* Dropdown Menu Header */
.sub-menu {
	display: none;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 1;
	padding: 0;
	min-width: 190px;
}
.menu-item-has-children:hover .sub-menu a {
	font-size: 13px;
}
.menu-item-has-children:hover .sub-menu li {
	border-top: 1px solid #fff;
}
.menu-item-has-children:hover .sub-menu li:last-child {
	background-color: #ff4136;
	margin-right: 1px;
}
.menu-item-has-children:hover .sub-menu li:hover {
	background-color: #F04D45;
}

.bd-placeholder-img {
  font-size: 50px;
  font-weight: 200;
  text-anchor: middle;
}

.sezione-prodotti-label {
  font-size: 40px;
  font-weight: bold;
  color: #ff4136;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.sezione-prodotti-immagine {
  background-position: center;
  background-size: cover;
  height: 200px;
}

.sezione-prodotti-categoria {
  font-size: 40px;
  font-weight: bold;
  color: #ff4136;
  padding: 20px 0;
}

ul.sezione-prodotti-elenco {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.sezione-prodotti-elenco li {
  /*background-image: url('images/ico-arrow-small.png');
  background-position: 0 0;
  background-repeat: no-repeat;*/
  font-size: 20px;
  color: #222;
  padding-bottom: 5px;
  /*padding-left: 40px;*/
  padding-left: 10px;
}
ul.sezione-prodotti-elenco li i {
  color: #ff4136;
  font-size: 0.9em;
  margin-right: 10px;
}
ul.sezione-prodotti-elenco li a {
  text-decoration: none;
  color: #222;
}

.divider {
  border-bottom: 1px solid #979797;
}

.card-prodotto {
  max-width: 270px;
}

.card-prodotto img {
  max-height: 270px;
  width: 270px;
}

.card-prodotto .card-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}

.card-prodotto .card-body {
  width: 155px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding: 30px 30px 20px 30px;
  margin-top: -55px;
}

.card-prodotto a {
  font-size: 29.9px;
  color: #222;
}

.card-prodotto .card-body:before {
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #ff4136;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-10deg);
}

.row.p-5.prodotti-lista div:nth-of-type(even) .card-body:before {
  background-color: #222;
}

.row.p-5.prodotti-lista div:nth-of-type(even) .card-prodotto a {
  color: #ff4136;
}
.card {
  border: none;
  background-color: transparent;
}
.card-prodotto img {
  z-index: -2;
}
.card img.border_none {
  border: none;
}
.card-body {
  padding-left: 0;
}
p.card-text {
  font-size: 23px;
  line-height: 1.18;
  padding-top: 4px;
  font-weight: 200;
  color: #000;
}
p.card-text span {
  font-weight: normal;
}
span.bold {
  font-weight: bold;
}
.nostro_usato {
  background-color: #f4f4f4;
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
.nostro_usato .desc p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
a.btn_link {
  width: 185px;
  height: 30px;
  padding-top: 5px;
  border-radius: 15px;
  border: 1px solid #000;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-top: 24px;
}
.titolo_sezione h1 {
  font-size: 50px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.marchi {
  padding: 20px 0 90px 0;
}
.logo_marchio {
  margin: 30px 0 40px 0;
}

.padding_img {
  padding-top: 55px;
}
.contenuto_centrale {
/* color: #fff; */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.contenuto_centrale h1 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 200;
}
.testo {
  font-size: 16px;
}
a.btn_bianco {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #fff;
}
.sfondo_grigio {
  background-color: #f4f4f4;
}
h1.titolo_pagina {
  padding: 15px 0 10px 0;
}
.abstract_pagina {
  font-size: 14px;
}
.sezione_eventi {
  padding: 60px 0;
}
.evento_in_evidenza {
  padding-right: 125px;
}
.evento_in_evidenza h2 {
  font-size: 14px;
  font-weight: bold;
  color: #6b6b6b;
}
.evento_in_evidenza h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 12px 0;
}
.evento_in_evidenza p {
  font-size: 14px;
  color: #000;
  width: 80%;
}
.eventi_correlati h2 {
  font-size: 12px;
  font-weight: bold;
  color: #6b6b6b;
  margin-top: 18px;
}
.eventi_correlati h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.evento_in_evidenza h3 a,
.eventi_correlati h3 a {
  color: #000;
  text-decoration: none;
}
.evento_in_evidenza img.card-img-top,
.eventi_correlati img.card-img-top {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
footer {
  margin: 0;
  padding: 15px 10px 25px 10px;
  background-color: #222;
  color: #fff;
}
footer img.icona_seguici_su {
  margin-right: 5px;
}
footer h4 {
  font-size: 10px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.7;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer h4.normal {
  font-weight: normal;
}
footer p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  margin-bottom: 0;
}
footer img.logo {
  margin-top: 15px;
}

.footer-row-1 div:nth-of-type(2) {
  line-height: 1.5;
}

.footer-row-2 {
  border-top: solid 1px #979797;
}

.footer-row-2 ul {
  list-style: none;
}

.footer-row-2 ul li a {
  text-decoration: none;
  color: #ff4136;
  font-size: 15px;
}

.footer-logos {
  gap: 2rem;
}

.footer-logos img {
  width: auto;
  height: 100%;
  max-height: 3.5rem;
}

footer .gray-text {
  color: #ccc;
}

.adatta-contenuto_slider {
  padding-top: 92px;
  padding-left: 150px;
}

.altezza-slider-home {
  height: 100vh!important;
}

.contenuto_slider_home {
	color: #555;
	font-size: 20px;
}

.titolo_slider_home {
	color: #ff4136;
	font-weight: bold;
}

.titolo_slider_home, 
.sottotitolo_slider_home {
	font-size: 3.8em;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.1;
}

.rectangle-1 {
  width: 169px;
  height: 153px;
  opacity: 0.2;
  background-color: #222;
  transform: skewX(-10deg);
  position: absolute;
  top: 25px;
  left: 80px;
  z-index: 1;
}

.rectangle-2 {
  width: 119px;
  position: absolute;
  top: 128px;
  left: 0;
  z-index: 2;
  border-top: 153px solid rgba(34,34,34,.2);
  border-right: 28px solid transparent;
}

.rectangle-3 {
  width: 46px;
  position: absolute;
  top: 238px;
  left: 0;
  z-index: 2;
  border-top: 60px solid rgba(34,34,34,.2);
  border-right: 15px solid transparent;
}

.rectangle-4 {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  z-index: 2;
  border-top: 270px solid rgba(34,34,34,.2);
  border-right: 60px solid transparent;
}

.rectangle-5 {
  width: 370px;
  height: 300px;
  opacity: 0.2;
  background-color: #222;
  transform: skewX(-10deg);
  position: absolute;
  bottom: 45px;
  left: 180px;
  z-index: 2;
}

.rectangle-6 {
  width: 74px;
  height: 60px;
  opacity: 0.2;
  background-color: #222;
  transform: skewX(-10deg);
  position: absolute;
  top: 25px;
  right: 380px;
  z-index: 2;
}

.rectangle-7 {
  width: 185px;
  height: 150px; 
  opacity: 0.2;
  background-color: #222;
  transform: skewX(-10deg);
  position: absolute;
  top: 0;
  right: 120px;
  z-index: 2;
}

.rectangle-8 {
  width: 257px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
  border-bottom: 300px solid rgba(34,34,34,.2);
  border-left: 52px solid transparent;
}

.rectangle-9 {
  width: 48px;
  position: absolute;
  top: 380px;
  right: 0;
  z-index: 2;
  border-bottom: 60px solid rgba(34,34,34,.2);
  border-left: 10px solid transparent;
}

.rectangle-10 {
  width: 185px;
  height: 150px;
  opacity: 0.2;
  background-color: #222;
  transform: skewX(-10deg);
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: 2;
}

.box_contattaci h3.titolo {
  font-size: 55px;
  font-weight: bold;
}

.box_contattaci .sottotitolo {
  color:#ff4136;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}

.box_contattaci .abstract {
  color:#555;
  font-size: 20px;
}

.box_contattaci ul {
  list-style: none;
  margin: 30px 0 40px 0;
  padding: 0;
  color:#555;
  font-size: 20px;
}

.contatti-sede {
  position: relative;
}

.content-contatti {
  padding: 0 130px;
}

.linear-gradient {
  position: absolute;
  width: 103px;
  height: 150px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  transform: skewX(-10deg);
  left: -20px;
  opacity: 0.2;
}

.linear-gradient.top-26-px {
  top: 26px;
}

.linear-gradient.top-100-px {
  top: 100px;
}

.logo-filigrana {
  background: url('images/logo-filigrana.png');
  background-position: 58px 12px;
  background-repeat: no-repeat;
}

.box-contatti-interno {
  position: relative;
}

.titolo-contatti-interno {
  font-size: 40px;
  font-weight: bold;
  color: #ff4136;
  text-transform: uppercase;
}

.sottotitolo-contatti-interno {
  font-size: 20px;
  color: #555;
}

.titolo-contatti {
  font-size: 80px;
  font-weight: bold;
  color: #ff4136;
}

.sottotitolo-contatti {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  padding: 5px 0 25px 0;
}

.abstract-contatti {
  font-size: 20px;
  color: #555;
}

.contatti .obbligatorio {
  color: #ff4136;
  padding-left: 2px;
}

.contatti .red {
  color: #ff4136;
}

.contatti input, .contatti select, .contatti textarea {
  background-color: #f2f2f2;
  border: none;
}

.contatti input.wpcf7-submit {
	width: 196px;
	padding: 20px 46px;
	background-color: #ff4136;
	color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.box-sede {
  position: relative;
  padding-bottom: 65px;
  margin-top: 90px;
}

.titolo-sede {
  font-size: 55px;
  font-weight: bold;
  color: #222;
}

.indirizzo-sede {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  padding: 30px 0 40px 0;
}

.info-contatti {
  font-size: 17px;
  color: #222;
}

.combined-shape {
  width: 534px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-bottom: 430px solid #ff4136;
  border-left: 100px solid transparent;
}

.wpml-ls-item{
	background:#f8f9fa;
}




/* form ricerca */
#searchform {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 100;
  top: 0;
  left: 0;
}
#searchform.show {
  display: block;
}
#searchform #close-searchform {
  display: block;
  cursor: pointer;
  padding: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Comic Sans MS";
  position: absolute;
  top: 0;
  right: 0;
}
#searchform form {
  display: flex;
  width: 60%;
  margin: auto;
  top: 50vh;
  position: relative;
  transform: translateY(-50%);
}
#searchform form input {
  padding: 10px 40px 10px 10px;
}
#searchform form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 100%;
  width: 40px;
}

/* button */
.btn { border: none; text-transform: uppercase; font-weight: bold; padding: 15px; }
.btn-primary { color: #ffffff; background-color: #ff4136; }
.btn-primary:hover { background-color: #dd362c; }
.btn-secondary { color: #ff4136; background-color: transparent; border: 2px solid #ff4136; }
.btn-secondary:hover { color: #dd362c; background-color: transparent; border-color: #dd362c; }

/* language */
#language-switcher {}
#language-switcher .wpml-ls-legacy-dropdown-click { width: auto; }
#language-switcher .wpml-ls-legacy-dropdown-click ul { border: none; }
#language-switcher .wpml-ls-legacy-dropdown-click a { border: none; background: transparent; padding: 5px 10px; }
#language-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after { content: "\f107"; font-family: "Font Awesome 5 Pro"; border: none; position: static; margin-left: 10px; }

/* breadcrumb */
.breadcrumb { font-size: 15px; color: #555; margin: 0; padding: 15px 0; }
.breadcrumb li, .breadcrumb li.breadcrumb-item.active, .breadcrumb li a, .breadcrumb-item+.breadcrumb-item::before { color: #555; font-weight: normal; }
.breadcrumb li.breadcrumb-item.active { font-weight: bold; }
.breadcrumb li a { text-decoration: none; }

/* testata */
.immagine-testata {
  position: relative;
  min-height: 360px;
}
.immagine-testata .skew-content-testata {
  position: absolute;
  width: calc(60% + 100px);
  height: 100%;
  background-color: #f2f2f2;
  transform: skew(-14deg);
  left: -100px;
  z-index: -1;
}
.immagine-testata .skew-immagine-testata {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -2;
}
.immagine-testata .content-testata {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 100px;
  line-height: 1;
}
h1.titolo-testata {
	margin-bottom: 0;
	line-height: 1;
}
.immagine-testata .content-testata .titolo-testata {
  font-size: 80px;
  font-weight: bold;
  color: #ff4136;
}
.immagine-testata .content-testata .sottotitolo-testata {
  font-size: 70px;
  color: #222;
}
.immagine-testata .linear-gradient {
  top: 100px;
}

/* carousel */
.carousel-item { background-color: #f2f2f2; }
.carousel-item > div { min-height: 60vh; }
.carousel-item > div .home-immagine { position: relative; text-align: right; }
.carousel-item > div .home-immagine img { height: 100%; width: auto; }
.carousel-item .rectangle-gradient { position: absolute; width: 103px; height: 150px; background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); transform: skewX(-10deg); top: 110px; left: -20px; opacity: 0.3; }
.slider-controls { position: absolute; display: flex; margin: auto; bottom: 0; left: calc(50% - 4rem + 7px); }
.carousel-control-prev, .carousel-control-next, .carousel-caption { z-index: 3; }
.carousel-control-prev, .carousel-control-next { position: static; padding: 15px 22px; opacity: 1; width: 4rem; transform: skewX(-12deg); }
.carousel-indicators { position: static; margin-bottom: 0; display: flex; align-items: center; gap: 0.8rem; }
.carousel-indicators [data-bs-target] { width: 25px; height: 20px; transform: skewX(-10deg); background-color: #ff4136; opacity: 1; }
.carousel-indicators button.active { width: 25px; height: 20px; background-color: #fff; }
.carousel-control-prev { background-color: #222222; }
.carousel-control-next { background-color: #ff4136; }

/* titolo con testo rosso di fianco */
.title-with-red-text-next {}
.title-with-red-text-next .title { font-size: 55px; font-weight: bold; color: #222; }
.title-with-red-text-next .subtitle { font-size: 24px; font-weight: bold; color: #ff4136; position: relative; padding-left: 55px; }
.title-with-red-text-next .subtitle::before { content: ""; background-image: url("images/ico-rocket.png"); width: 50px; height: 50px; display: block; position: absolute; top: calc(50% - 25px); left: 0; }
.title-with-red-text-next .abstract { position: relative; font-size: 17px; font-weight: normal; line-height: 1.76; color: #ff4136; }
.title-with-red-text-next .abstract::before { content: ""; position: absolute; width: 90px; height: 100%; background: linear-gradient(to right, rgba(255, 65, 54, 0), rgba(255, 65, 54, 0.4)); transform: skewX(-10deg); top: 0; left: -100px; opacity: 40%; }
.title-with-red-text-next .text { font-size: 17px; color: #222222; }

/* box video */
.box_video { position: relative; }
.box_video .content { text-align: center; color: #ffffff; margin-bottom: 50px; }
.box_video .title { font-size: 55px; font-weight: bold; }
.box_video .subtitle { font-size: 24px; font-weight: bold; margin-top: 15px; }
.box_video .subtitle a { color: #ffffff; text-decoration: none; }
.box_video .subtitle i { font-size: 30px; margin-right: 5px; }
.box_video .video { z-index: 100; }

/* pagination */
.pagination {}
.pagination > * { margin: 0 8px; }
.pagination a { text-decoration: none; }
.pagination .current { color: #dd362c; font-weight: bold; }

/* 
 * homepage 
 */
/* chi siamo */
#block-chi_siamo {
  margin-bottom: 3rem;
  overflow: hidden;
}
#block-chi_siamo .container {
  position: relative;
}
#block-chi_siamo .container .bkg-grey {
  background-color: #f2f2f2;
  transform: skewX(-10deg);
  background-image: url('images/logo-filigrana.png');
  background-position: 30px 40px;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  z-index: -1;
}
#block-chi_siamo .container .bkg-red {
  background-color: #ff4136;
  transform: skewX(-10deg);
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -1;
}
#block-chi_siamo .container .content {
  padding: 77px 60px 180px 120px;
  min-height: 600px;
}
#block-chi_siamo .container .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.13;
  color: #ff4136;
  text-transform: uppercase;
}
#block-chi_siamo .container .text {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.76;
  color: #222;
}
#block-chi_siamo .container .images {
  padding: 77px 60px 60px 30px;
}
#block-chi_siamo .container .images .img-container {
  position: relative;
}
#block-chi_siamo .container .images .image1 {
  width: 270px;
  position: absolute;
  top: 200px;
  right: 150px;
  z-index: 2;
}
#block-chi_siamo .container .images .image2 {
  width: 270px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* video */
.box_video_home { 
  background-color: #ff4136; 
  position: relative; 
  background-image: url(images/bkg-video.jpg); 
  background-position: top left; 
  background-size: cover; 
}

/*
 * Azienda
 */
#page-azienda {
  background-position: top right; 
  background-repeat: no-repeat; 
  min-height: 667px;
}
#page-azienda .immagine-testata .content-testata {
  padding-top: 50px;
}
#page-azienda .immagine-testata .linear-gradient {
  top: 50px;
}
#page-azienda #intro .periodo {
  font-size: 55px;
  font-weight: bold;
  color: #222;
  padding: 2rem 0;
}
#page-azienda #intro .titolo {
  font-size: 40px; 
  font-weight: bold; 
  color: #ff4136; 
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
#page-azienda #intro .testo {
  font-size: 17px; 
  color: #222;
  padding-right: 1.5rem;
}
#page-azienda #sezione_centrale {
  position: relative;
  margin: 2rem 0;
}
#page-azienda #sezione_centrale .img-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 115px;
}
#page-azienda #sezione_centrale .red-square {
  width: 534px;
  border-bottom: 640px solid #ff4136;
  border-left: 150px solid transparent;
  margin-left: auto;
}
#page-azienda #sezione_numeri .title {
  font-size: 40px;
  font-weight: bold; 
  color: #ff4136; 
  text-transform: uppercase;
}
#page-azienda #sezione_numeri .colonna_titolo {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background-color: #ff4136;
  height: 100%;
  padding: 60px 30px 10px 30px;
  line-height: 1.13;
}
#page-azienda #sezione_numeri .colonna_contenuto {
  background-color: #222; 
  height: 100%;
  padding: 30px;
}
#page-azienda #sezione_numeri .colonna_contenuto .numero {
  font-size: 55px;
  font-weight: bold; 
  color: #fff;
}
#page-azienda #sezione_numeri .colonna_contenuto .titolo {
  font-size: 24px;
  font-weight: bold; 
  color: #ff4136;
}
#page-azienda #sezione_numeri .colonna_contenuto .sottotitolo {
  font-size: 17px;
  color: #cccccc;
}


/* 
 * single 
 */
#sezione2 .block {
    height: 100%;
    min-height: 90px;
    display: flex;
    padding: 15px 75px 15px 30px;
    position: relative;
}
#sezione2 .block.block-red {
    background-color: #ff4136;
}
#sezione2 .block.block-black {
    background-color: #222;
}
#sezione2 .block a {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    align-self: center;
    line-height: normal;
}
#sezione2 .block a i {
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
#sezione_video {
    padding: 30px 0;
}
#sezione_video .half_bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: url("images/bkg-video.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    z-index: -1;
}

/*
 * page search
 */
.search-results article h2 { margin-bottom: 20px; }
.search-results article h2 a { text-decoration: none; }
.search-results article .testo { margin-bottom: 20px; }

/*
 *  Media Queries
 */

@media screen and (max-width: 1399px) {
  ul.navbar-nav li.menu-item {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-item-has-children:hover .sub-menu {
    top: 52.5px;
  }
  .width_mobile {
    padding: 15px 0;
    text-align: center;
  }
  #navbarCollapse {
    justify-content: center !important;
  }
  #block-chi_siamo .container .content {
    padding: 77px 120px 80px 100px;
  }
  .resize_slider {
    max-width: 100%;
    height: auto;
  }
  .box_contattaci h3.titolo {
    font-size: 45px;
  }
  .box_contattaci .sottotitolo {
    font-size: 18px;
    padding: 0;
  }
  .box_contattaci .abstract {
    font-size: 16px;
  }
  .box_contattaci ul {
    font-size: 15px;
    margin: 20px 0 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .menu-item-has-children:hover .sub-menu {
    top: 42px;
  }
  ul.navbar-nav li.menu-item {
    padding: 10px 10px;
  }
  .carousel-item > div {
    min-height: 0vh;
  }
  .carousel-item .home-text {
    z-index: 2;
  }
  .carousel-item .home-text .adatta-contenuto_slider {
    padding: 20px 20px 100px 20px;
  }
  .carousel-item .home-text .adatta-contenuto_slider .titolo_slider_home, .carousel-item .home-text .adatta-contenuto_slider .sottotitolo_slider_home {
    font-size: 50px;
    line-height: 1;
  }
  .carousel-item .home-immagine {
    opacity: 0.3;
    z-index: 1;
  }
  .carousel-item .home-immagine img {
    position: absolute;
    top: 0;
    right: -20vw;
  }
  .logo-filigrana {
    background-image: none;
  }
  .title-with-red-text-next .title,
  .box_video .title {
    font-size: 40px;
  }
  #block-chi_siamo .container .bkg-grey {
    background-image:  none;
  }
  #block-chi_siamo .container .bkg-red {
    opacity: 0.6;
  }
  #block-chi_siamo .container .content {
    min-height: 0;
    padding: 30px 60px 30px 60px;
  }
  .immagine-testata {
    min-height: 0;
  }
  .immagine-testata .skew-immagine-testata {
    opacity: 0.3;
  }
  .immagine-testata .content-testata {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .immagine-testata .content-testata .titolo-testata {
    font-size: 50px;
  }
  .immagine-testata .content-testata .sottotitolo-testata {
    font-size: 40px;
  }
  #page-azienda .immagine-testata .content-testata {
    padding-top: 0px;
  }
  #page-azienda #intro .periodo, #page-azienda #intro .titolo {
    font-size: 40px;
    line-height: 1;
    padding: 10px 0;
  }
  #page-azienda #sezione_centrale .red-square {
    width: 30vw;
    border-bottom-width: 45vw;
    border-left-width: 20vw;
  }
  .sezione-prodotti-categoria {
    font-size: 30px;
    padding: 10px 0;
  }
  .box_contattaci h3.titolo {
    font-size: 40px;
  }
  .box_contattaci .sottotitolo {
    font-size: 16px;
    padding: 0;
  }
  .box_contattaci .abstract {
    font-size: 16px;
  }
  .box_contattaci ul {
    font-size: 16px;
    margin: 20px 0 30px 0;
  }
  .titolo-contatti,
  .titolo-sede {
    font-size: 40px;
  }
  .sottotitolo-contatti {
    font-size: 30px;
  }
  .abstract-contatti {
    font-size: 16px;
  }
  .content-contatti {
    padding: 0 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-item-has-children:hover .sub-menu {
	position: initial;
  }		
  .slider-controls {
    left: 20px;
  }
  #page-azienda #sezione_centrale .img-container {
    position: static;
    margin-bottom: 30px;
  }
  #page-azienda #sezione_centrale .red-square {
    display: none;
  }
  #page-azienda #sezione_numeri .colonna_titolo {
    padding: 20px;
    font-size: 30px;
  }
  .titolo-contatti-interno {
    font-size: 30px;
  }
  .sottotitolo-contatti-interno {
    font-size: 17px;
  }
  .sezione-prodotti-label {
    margin-bottom: 20px;  
  }
  .width_mobile {
    width: auto;
  }
  .titolo_testata {
    top: 8px;
  }
  ul.navbar-nav li.menu-item a:after {
    content: "";
  }
  .bd-placeholder-img {
    font-size: 35px;
  }
  footer h4 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .width_mobile {
    width: 230px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .carousel-item .home-text .adatta-contenuto_slider .titolo_slider_home, 
  .carousel-item .home-text .adatta-contenuto_slider .sottotitolo_slider_home,
  .title-with-red-text-next .title, 
  .box_video .title,
  #block-chi_siamo .container .title,
  #page-azienda #intro .periodo, 
  #page-azienda #intro .titolo,
  #page-azienda #sezione_numeri .title,
  .box_contattaci h3.titolo,
  .immagine-testata .content-testata .titolo-testata,
  .immagine-testata .content-testata .sottotitolo-testata,
  .sezione-prodotti-label,
  .titolo-contatti, 
  .titolo-sede {
    font-size: 35px;
    padding: 0;
  }
  .sottotitolo-contatti,
  .indirizzo-sede {
    font-size: 20px;
  }
  .contenuto_slider_home {
    font-size: 17px;
    padding: 10px 0 !important;
  }
  .title-with-red-text-next .subtitle {
    padding: 0;
  }
  .title-with-red-text-next .abstract {
    padding: 0;
  }
  .title-with-red-text-next .subtitle::before,
  .title-with-red-text-next .abstract::before {
    display: none;
  }
  #block-chi_siamo .container .content {
    padding: 15px;
  }
  #navbarCollapse .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*
@media screen and (max-width: 590px) {
  .content-testata {
    padding-top: 20px;
    padding-left: 0;
  }
  .titolo-testata {
    font-size: 40px;
  }
  .sottotitolo-testata {
    font-size: 30px;
  }
  .skew-content-testata {
    width: 80%;
  }
  .logo-filigrana {
    background-image: none;
  }
  .sezione-prodotti-titolo {
    font-size: 40px;
  }
  .content-contatti {
    padding: 0;
  }
  .altezza-slider-home {
    height: 60vh!important;
  }
  .carousel-inner, .carousel-item {
    min-height: 60vh;
  }
  .adatta-contenuto_slider {
    padding-left: 70px;
  }
  .titolo_slider_home, .sottotitolo_slider_home {
    font-size: 30px;
  }
  .carousel-item .rectangle-gradient {
    width: 60px;
    height: 80px;
    top: 100px;
  }
  .slider-controls {
    left: 3%;
  }
  .width_mobile {
    width: 250px;
  }
  .titolo_testata {
    top: 0;
  }
  .bd-placeholder-img {
    font-size: 25px;
  }
  .prodotti-lista {
    gap: 1rem;
  }
  .box_video_home_label {
    font-size: 22px;
  }
  .box_contattaci .sottotitolo {
    font-size: 15px;
  }
  footer {
    padding: 20px 15px 25px 15px;
  }
  footer p {
    font-size: 12px;
  }
}
*/
