p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.blog-md .wt-post-media {
  width: 50%;
}
.wt-post-text p:last-child {
  margin: 0;
  height: 100px;
  overflow: hidden;
}
.logo-header {
  width: 300px;
  height: auto;
}
.logo-header img {
  width: 100%;
}
.header-nav .nav > li:hover > a {
  color: #d5dd02;
}
.section-content.circle-block-outer {
}
.section-content.circle-block-outer .nav-item {
  height: 55%;
}
.section-content.circle-block-outer .nav-item .nav-link {
  height: 100%;
}
.text-white h4.text-yellow {
  color: #d5dd02;
}
.icon-content p {
  word-break: normal;
}
.owl-cta .some-facts {
  margin-right: 15px;
}
.page-link {
  color: #000;
}
.active > .page-link,
.page-link.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.home-pro p {
  height: 70px;
  overflow: hidden;
}
.contact-info {
  width: 370px;
  padding: 30px 20px;
}
.contact-info a {
  color: #d5dd02;
}
.sidebar li {
  padding: 8px 5px;
}
.sidebar a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.sidebar .collapse .active {
  background-color: #000;
  color: #fff;
}
.sidebar .collapse .active a {
  color: #fff !important;
}
.sidebar .btn {
  padding-top: 0;
  padding-bottom: 0;
}



.listaTag{
	list-style: none;
	margin: 0; padding: 0;
}
.listaTag > li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left: 0 !important;
}
.listaTag > li > a{
	display: inline-block;
	border: 1px solid #000;
	padding: 7px 15px;
	border-radius: 30px;
	font-size: 16px;
	color: #000; text-decoration: none !important;
}
.listaTag > li:hover a{
	opacity: 0.8;
	color: #FF0000;
	text-decoration: none;
}

 .listaTag > li:before {
    display: none !important;
}


.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #fff !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: rotateZ(360deg) rotateY(360deg);
}

.footer-dark .footer-bottom {
  padding: 60px 0px;
}
/* .form-search {
  display: flex;
  justify-content: flex-end;
  float: right;
}
.form-search button {
  height: 40px;
} */

.top-header .navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top-header .social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.top-header .social li {
  display: inline;
}

.top-header .social a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.box-prodotto {
  padding: 10px;
  background-color: #000000d1;
  position: absolute;
  margin-top: -121px;
  width: 80%;
}
.box-prodotto h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
.box-prodotto p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.img-prodotto img,
.img-gallery img {
  height: 400px;
  object-fit: cover;
}
.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("../images/arrow.svg");
  transition: transform 0.35sease;
  transform-origin: 0.5em 50%;
}
.pl-40 {
  padding-left: 40px;
}
.sidebar .widget {
  display: none;
}
.contact-box {
  border: 6px solid #000;
  position: relative;
  max-width: 945px;
}
.form-control {
  border: none;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}
@media only screen and (max-width: 1200px) {
  .section-content.circle-block-outer .nav-item {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar .widget {
    text-align: center;
    display: block;
  }
  .sidebar .sidebar-list {
    display: none;
  }
  .contact-one {
    padding-right: 40px;
  }
  .contact-info {
    position: inherit;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-one {
    padding: 15px;
  }

  .contact-box{
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
  }

  .wt-bnr-inr-entry .banner-title-outer {      
      padding: 30px 0px 30px 30px;
      width: 120px;
  }

  .wt-bnr-inr-entry .banner-title-outer:after, .wt-bnr-inr-entry .banner-title-outer:before{
    height: 23px;
  }

  .wt-bnr-inr-entry .banner-title-name{
    transform: translateY(11px);  
  }

  .wt-bnr-inr {
      height: 250px;
      padding-top: 20px;
  }

}

.particles-canvas{
  pointer-events: none;
}