/*
* littlelink.io
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/*
* Built using on:
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––

- Buttons
- Brand Styles

*/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button {
  display: inline-block;
  text-decoration: none;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  width: 300px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 12px 12px 12px;
  letter-spacing: 0.1px;
  white-space: wrap;
  outline: none;
  border-radius: 8px;
  cursor: pointer;

}
button:hover,
.button:focus {
  color: #212121;
  border-color: #888;
  outline: #7AB8FF solid 3px
}
.button.button-primary {
  color: #fff;
  filter: brightness(90%);
}
.button.button-primary:hover,
.button.button-primary:focus {
  color: #fff;
  filter: brightness(90%);
}

/* Brand Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
  padding: 0px 8px 3.5px 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

/* Brand Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Chiama */
.button.button-call {
  color: #ffffff;
  background-color: #21A366; */
}
.button.button-call:hover,
.button.button-call:focus {
  filter: brightness(90%);
}

/* SMS */
.button.button-sms {
  color: #ffffff;
  background-color: #0483F0;
}
.button.button-sms:hover,
.button.button-sms:focus {
  filter: brightness(90%);
}

/* Email */
.button.button-email {
  color: #ffffff;
  background-color: #9B2AD6	;
}
.button.button-email:hover,
.button.button-email:focus {
  filter: brightness(90%);
}

/* Appuntamento */
.button.button-calendar-appointment {
  color: #ffffff;
  background-color: #F4B400;
}
.button.button-calendar-appointment:hover,
.button.button-calendar-appointment:focus {
  filter: brightness(90%);
}

/* Assistenza */
.button.button-customer-care {
  color: #ffffff;
  background-color: #DB4437;
}
.button.button-customer-care:hover,
.button.button-customer-care:focus {
  filter: brightness(90%);
}

/* Homepage */
.button.button-homepage {
  color: #ffffff;
  background-color: #154335;
}
.button.button-homepage:hover,
.button.button-homepage:focus {
  filter: brightness(90%);
}