a {
  outline: 0 !important;
}

.menu-portfolio-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: calc(100% - 20px);
  margin-bottom: 60px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.menu-portfolio-button a {
  padding: 5px 15px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c87a7a;
  color: white;
  transition: all 0.2s ease;
  font-size: 12px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.menu-portfolio-button a:hover {
  background-color: #a35562 !important;
  transition: all 0.2s ease;
}

.fixed-portfolio-button {
  position: fixed;
  bottom: 25px;
  right: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.fixed-portfolio-button a {
  padding: 12px 15px 12px 13px;
  border-radius: 30px;
  background-color: #c87a7a;
  border: 2px solid #c87a7a;
  line-height: 1em;
  height: 46px;
  width: 46px;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  outline: 0;
}

.fixed-portfolio-button a span {
  margin-right: 20px;
  font-size: 18px;
}
.fixed-portfolio-button a:hover {
  width: 280px;
  transition: all 0.2s ease;
}

.social-links {
  text-align: right;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.social-links a {
  padding-right: 20px;
  padding-left: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links a img {
  margin-bottom: 5px;
}

.sidebar-social {
  border-bottom: none;
  padding: 20px 20px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.sidebar-social a img {
  margin-bottom: 10px;
}

.gn-menu {
  border-bottom: none;
}
.charts {
  /* padding-top: 140px; */
  text-align: center;
}
.charts label {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.tools-list {
  font-size: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 422px) {
  .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 110%;
  }
}
