.email-signup .btn{
  font-family: Chivo;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  height: 40px;
  border-radius: 2px;
  background-color: #d00c00;
  width:100%;
  text-transform:uppercase;
  font-weight: 400;
  border:0;
  margin-bottom: 20px;
line-height: 25px;
} 

/*PAGINATION*/
.pagination > li > a {
  color: #9b9b9b;
  border:none;
    font-family: Chivo;
    margin-right: 5px;
    margin-left: 5px;
}
.pagination > .active > a, .pagination > .active > a:hover {

}




.button-number { 
  border-radius: 3px;
  border: solid 1px #c4c4c4;
  font-family: Chivo;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #c4c4c4;
  background:#FFF;
  margin:0 10px 10px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  }


.button-number:hover { 
  color:#FFF;
  background-color: #4a4a4a;
  border: solid 1px #4a4a4a;
  }
.button-number-active {
    background-color: #d00c00;
    color: white;
    cursor: default;
}

.button-number-active:hover { 
  color:white;
  background-color: #d00c00;
  border: solid 1px #d00c00;
  }

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.button-number {border: solid 1px #4a4a4a; color: #4a4a4a;}
}