#cookie-law-info-bar {
  box-shadow: none !important;
}

#cookie-law-info-bar,
.wt-cli-cookie-bar {
  padding: 20px;
}

#cookie-law-info-bar .cli-bar-message,
#cookie-law-info-bar h5 {
  color: #fff;
}
#cookie-law-info-bar a {
  position: relative;
  top: -2px;
}
#cookie-law-info-bar a:hover span:after {
  width: 100%;
}
#cookie-law-info-bar a span {
  position: relative;
}
#cookie-law-info-bar a span:after {
  bottom: 0;
  transition: 0.3s ease;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #2342CE;
  width: 0%;
}
#cookie-law-info-bar .cli-bar-btn_container a:last-of-type {
  background: #2342CE !important;
  font-size: 16px;
  border-radius: 35px;
  transition: 0.3s ease;
}
#cookie-law-info-bar .cli-bar-btn_container a:first-of-type {
  position: relative;
  color: #fff;
}
#cookie-law-info-bar .cli-bar-btn_container a:first-of-type:after {
  bottom: 0;
  transition: 0.3s ease;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #2342CE;
  width: 0%;
}
#cookie-law-info-bar .cli-bar-btn_container a:first-of-type:hover {
  color: #2342CE;
}
#cookie-law-info-bar .cli-bar-btn_container a:first-of-type:hover:after {
  width: 100%;
}

@keyframes cookies {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#cookie-law-info-bar {
  animation: cookies 500ms linear 1 normal forwards;
  animation-delay: 2.5s;
  transform: translateY(100%);
  box-shadow: none !important;
}
#cookie-law-info-bar h5 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
}
#cookie-law-info-bar a {
  color: #fff;
}

.blog.paged-2 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-3 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-4 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-5 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-6 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-7 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-8 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-9 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before, .blog.paged-10 .homeOne.servicesIntro.newsIntro .wrapper .leftText h1:before {
  display: none;
}/*# sourceMappingURL=update-6.css.map */