.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}


.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
 	border-radius: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.33;
}


.btn-circle {
			width: 30px;
			height: 30px;
			border-radius: 100%;
      display: inline-block;
      text-align: center;
      border: transparent;
      color: wheat;
      font-size: 14px;
}
