/* CSS Document */
.powered-header {
  margin-top: -10px;
  margin-left: 3px;
  width: 115px;
  height: auto;
}
.powered-footer {
  margin-top: -7px;
  margin-left: 2px;
  width: 90px;
  height: auto;
}
.btn-inline {
  display: inline-block;
}
.threads-icon {
  width: auto;
  height: 12px;
  margin-top: -2px;
}
.x-icon {
  width: auto;
  height: 10px;
  margin-top: -1px;
}
.about_widget .social-icon li a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.override {
  position: relative !important;
  right: 0 !important;
  bottom: 0 !important;
  width: inherit !important;
  height: inherit !important;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-align: left !important;
  line-height: inherit !important;
  border-radius: 0 !important;
  z-index: 99;
  cursor: pointer;
  font-size: 16px;
  -webkit-box-shadow: none !important;
  box-shadow: !important;
}
a:hover.override {
    color: rgba(255, 255, 255, 1) !important;
}