/*
Theme Name: Ironbike
Version: 1.0
Description: A child theme of Twenty Seventeen
Template: twentyseventeen
Author: Amministratore
*/
@import url("../twentyseventeen/style.css");
/* Your awesome customization starts here */
@font-face {
  font-family: FuturaLight;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/FuturaStd-Light.otf") format("opentype");
}
@font-face {
  font-family: FuturaBold;
  src: url("fonts/FuturaStd-Bold.otf") format("opentype");
}
@font-face {
  font-family: FuturaBook;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/FuturaStd-Book.otf") format("opentype");
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 0px solid #ddd;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-family: FuturaBook;
   
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: FuturaBook;
   
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: FuturaBook;
   
}
:-moz-placeholder { /* Firefox 18- */
  font-family: FuturaBook;
   
}
input[type="button"], input[type="submit"] {
    background-color: #ffffff;
    border: 1px solid;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    cursor: pointer;
    
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.5em 0.5em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    float: right;
    font-family: FuturaBook;
}
