.stlst-btn {
  margin-bottom: 21px;
  overflow: hidden;
  color: #282727;
  text-decoration: none;
  margin-top: 1px;
  display: block;
  background: #FBCA61;
  cursor: pointer;
  padding: 17px 20px 14px;
  border-bottom: 4px solid #E4CA30;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: background 120ms ease;
  -moz-transition: background 120ms ease;
  -ms-transition: background 120ms ease;
  -o-transition: background 120ms ease;
  transition: background 120ms ease;
  outline: 1px solid #E4CA30;
  margin-top: 1px; }

.stlst-btn small {
  font-size: 13px; }

.stlst-btn .dashicons {
  padding-right: 14px;
  position: relative;
  top: -5px;
  font-size: 28px; }

.stlst-btn:hover {
  color: #282727; }

.stlst-btn-bottom {
  display: block;
  position: relative;
  top: -15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  color: #333; }

.stlst-btn-bottom small {
  font-size: inherit; }

.stlst-btn-bottom .dashicons {
  font-size: 16px;
  position: relative;
  top: 1px; }

.stlst-btn-bottom:hover {
  color: #666; }
