.custom-advance-link .advance-link {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  border: 1px solid rgba(243,0,0,0);
  border-width: 0;
  color: #f9a66d;
  font-family: "brandon-grotesque",sans-serif;
  letter-spacing: 2px;
  transition: 300ms;
  position: relative;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  background: rgba(255,0,0,0);
  vertical-align: middle;
  text-align: center;
}

.custom-advance-link .advance-link .button-text {
  vertical-align: middle;
}

.custom-advance-link i {
  font-size: 1.3em;
  height: auto;
  vertical-align: middle;
  width: auto;
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left:8px;
}

.custom-advance-link i:before {
  content: "\f344";
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  font-size: 36px;
  height: 38px;
}

.custom-advance-link .advance-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 6px;
  background-color: #F9A66D;
  transform: scaleX(0);
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}

.custom-advance-link a:hover:after {
  transform: scaleX(1);
}

.custom-advance-link a:hover {
  transform: translate(2px,-2px);
}  


@media(max-width:767px) {
  .custom-advance-link a {
    margin-left: -20px;
  }
}











}