.debugmode {
  background: rgba(255, 0, 0, 0.6);
  padding: 5px 20px;
  text-align: center;
  bottom: 0;
  position: fixed;
  z-index: 10000;
  width: 100%;
}
.debugmode h3 {
  color: #ffffff;
}

h1 {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  font-family: inherit;
  color: #1e2022;
  line-height: 56px;
  margin-bottom: 60px !important;
  letter-spacing: -0.7px;
  /*&:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 100px;
      background-color: #2250fc;
      bottom: -30px;
      left: 0;
      right: 0;
  }*/
}

.widget-tags .tags span {
  border: 2px solid #e4e6ef;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
  padding: 5px 14px;
  margin: 0 2px 5px 0;
  background-color: transparent;
  color: #3c4043;
  display: inline-block;
}

.header-topbar {
  padding: 0 15px;
  line-height: 24px;
}

.grid-section {
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .inspiro-slider .slide .container {
    padding-top: 150px;
  }

  .inspiro-slider .slide .slide-captions h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .img-fluid {
    padding-bottom: 20px;
  }
}
.a8-social {
  float: right;
  height: 100%;
  overflow: hidden;
}
.a8-social ul {
  padding: 0;
  margin: 0;
}
.a8-social ul li {
  float: left;
  list-style: none;
  padding: 0 8px;
}
.a8-social ul li a {
  border-radius: 0px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 35px !important;
  overflow: hidden;
  margin: 0;
  color: #ffffff;
  display: block;
}
.a8-social ul li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #c1c3ce !important;
}

.light .a8-social ul li a {
  color: #3c4043 !important;
}

.grid-section {
  padding: 0 !important;
}

.content {
  margin-bottom: 0 !important;
}

.a8-content a {
  color: #1c75bc !important;
}
.a8-content a:hover {
  color: #155990 !important;
}