
.button-1 {
  display: inline-block;
  /*height: 80px;*/
  margin: 0;
  border: 1px solid #000;
  padding: 15px;
  background: #fff;
  font-size: 48px;
  line-height: 50px;
  color: #000;
  text-align: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.button-2{
  margin-top: 20px;
  padding:0 10px;
}
.button-1:hover {
  /*background: #f60;*/
  /*background: rgba(0, 0, 0, 0.18);*/
  /*color: #fff;*/
}

.button-1 .button-1-left {
  float: left;
}

.button-1 .button-1-left i {
  /*font-size: 60px;*/
  vertical-align: middle;
  /*line-height: 70px;*/
}

.button-1 .button-1-right {
  float: right;
  /*width: 160px;*/
  margin: 10px 0 7px 0;
}

.button-1 .button-1-right .button-1-right-top,
.button-1 .button-1-right .button-1-right-bottom {
  float: left;
  width: 100%;
  font-weight: 400;
}

.button-1 .button-1-right .button-1-right-bottom {
  /*font-size: 30px;*/
  /*line-height: 60px;*/
      font-size: 18px;
    line-height: 20px;
    text-align: center;
}

/***** Social icons *****/

.social {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 5px;
  padding: 11px 0 0 0;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.social:hover {
  color: #fff;
  background: #888;
}

.social-facebook {
  background: #6686b7;
}

.social-twitter {
  background: #54c0dd;
}

.social-pinterest {
  background: #ff5e63;
}

