/* download styles
----------------------------------------------------------------- */
.download-box h1 {
  margin: 0.75em 0 0.5em !important;
  font-size: 1.5em;
}

/* button */
.download-button {
  position: relative;
  border: none;
  text-shadow: none !important;
  background-image: none !important;
  font-size: 16px;
  line-height: 20px;
  padding: 1.23em 1.9em;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download-button small {
  display: none;
}
.download-button:before {
  content: "\e9b3";
  font-family: "fontello";
  font-size: 1.1em;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.download-button.aligncenter {
  display: inline-block;
  width: auto;
  margin: 0 !important;
}

/* link */
.download-link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.single-post .download-button small {
  display: none !important;
}

.single-post .download-button > p {
  margin-bottom: 0;
}