body {
/* 	font-family: 'IBM Plex Serif', serif!important; */
	font-family: 'PT Serif', serif;
	height: 100vh;
	display:inline-block;
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.78;
}
h1 {
/* 	color: #ed1515!important; */
/* 	font-family: "Helvetica Neue", serif; */
	font-family: 'IBM Plex Serif', serif;
	color: #212121;
	font-size: 38px!important;
	font-weight: 800;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  letter-spacing: 0;
  text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
	font-size: 34px;
  line-height: 1.3;
}
p {
	color: #718096!important;
	-webkit-font-smoothing: antialiased;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
}
a:hover {
	text-decoration: none;
}
article a {
/* 	color: #1e73be!important; */
	color: #212121;
	font-size:20px;
  	font-weight: 600!important;
}
article a:hover {
	color: #ed1515!important;
}
article p > strong {
	color:#212121!important;
}
.btn-search {
/*     color: #fff; */
/*     background-color: #ed1515; */
/*     border-color: #ed1515; */
	color: #212121;
	font-size: 17px;
	padding: 6px 12px 5px;
}
.btn-search:hover, .btn-search:focus, .btn-search.focus, .btn-search:active, .btn-search.active, .open > .dropdown-toggle.btn-search {
/* 	color: #fff; */
/*     background-color: #7F0B0B; */
/*     border-color: #7F0B0B; */
}
.form-control {
	border-color: #212121;
	border-width: 2px;
	font-size: 17px;
	color: #212121;
    height: 38px;
/* 	padding: 8px 12px 5px; */
}
.form-title {
  color: #212121;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.ricerca-spiega {
/* 	font-size:22px; */
	font-size: 18px;
  	line-height: 22px;
  	margin-bottom: 10px;
}

.pagination > li  > a{
	cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin: 0 6px 10px 0;
  padding: 0px 6px;
  vertical-align: baseline;
  white-space: nowrap;
  width: auto;
  min-width: 40px;
  height: 40px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  transition: all 0.3s ease 0s;
  text-decoration: none;
  position: relative;
  float: left;
	border:none;
    color:#212121;	
}
.pagination > li > a {
	border:none;
    color:#212121;	
/* 	padding: 0px 6px; */
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li > a:hover {
	background-color: #ed1515;
  color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #ed1515!important;
/*     border-color: #ed1515!important; */
	color:  #fff!important;
	border-color: transparent;
/* 	background-color: transparent; */
}

pagination>li>a, .pagination>li>span {
/*     color: #ed1515!important; */
/*     font-size: 20px; */
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}
.form-field {
  width: 40%;
}
@media (max-width: 767.98px) {
	.form-control {
		padding: 6px 12px;	
	}
	.form-title {
		flex-direction:column;
		gap:0;
    }
	h1 {
		font-size: 36px!important;
	}
	.form-field {
	  width: 100%;
	}
}
