.header-button a {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #eeba20, #8d0903, #f1bf00);
  background-size: 200% auto;
  padding: 3px 15px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(247, 211, 75, 0.6);
  animation: goldMove 3s linear infinite;
  transition: 0.3s;
}
@keyframes goldMove{
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }  
}
.img-play {
  margin: 0 auto 30px !important;
  animation: btnAnimation .6s linear infinite;
}
@keyframes btnAnimation{
  0% {
    transform: scale(1.04);
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
  }
  50% {
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
  }
  100% {
    transform: scale(1.04);
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
  }
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
    font-size: 26px;
    margin: 0;
}
.sapo {
border-left: solid var(--primary-color);
    margin-bottom: 30px;
    padding-left: 20px;
    font-style: italic;
}
.sapo * {
    margin: 0;
}
.des * {
    font-size: 12px;
    line-height: 1.3;
}
.post-item .box {
    border-radius: 5px;
    padding: 5px;
    border: solid 1px var(--primary-color);
}
.home #content{
  padding-bottom: 0 !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    text-transform: capitalize;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}
.absolute-footer {
    border-top: solid 1px #373737;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.breadcrumb {
    padding-top: 10px;
}
.content-home {
    border: solid 1px var(--primary-color);
    border-radius: 5px;
    padding: 15px;
}
footer {
    background: #000;
    padding-top: 30px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    text-transform: capitalize;
}