@font-face {
  font-family: 'Cherry Swash';
  font-style: normal;
  font-weight: 400;
  src: local('Cherry Swash'), local('CherrySwash-Regular'), url(http://themes.googleusercontent.com/static/fonts/cherryswash/v2/HqOk7C7J1TZ5i3L-ejF0vnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Cherry Swash';
  font-style: normal;
  font-weight: 700;
  src: local('Cherry Swash Bold'), local('CherrySwash-Bold'), url(http://themes.googleusercontent.com/static/fonts/cherryswash/v2/-CfyMyQqfucZPQNB0nvYyHl4twXkwp3_u9ZoePkT564.woff) format('woff');
  }
.cherry{font-family: 'Cherry Swash','Lato', sans-serif; font-weight:400;}
.cherry-stamp{
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100px;
  /* Safari and Chrome */
  -khtml-border-radius: 100px;
  /* IE 9 */
  -ms-border-radius: 100px;
  /* IE 9 */
  -moz-border-radius: 100px;
  /* Firefox */
  -o-border-radius: 100px;
  /* Opera */
  border-radius: 100px;
  transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  background: #585858;
  color: white;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size:24px;
  text-align: center;
  font-family: "Cherry Swash", sans-serif;
  font-weight: normal;
  padding: 0px;
  text-decoration: none;
  display: block;
  float:left;
  margin-right:5px;
}
.cherry-stamp a:hover {
  background: #e43725;
}