	/*
  	FBicon icon font: FBicon
  	Creation date: 04/05/2017 15:09
  	*/

@font-face {
  font-family: "FBicon";
  src: url("./FBicon.eot");
  src: url("./FBicon.eot?#iefix") format("embedded-opentype"),
       url("./FBicon.woff") format("woff"),
       url("./FBicon.ttf") format("truetype"),
       url("./FBicon.svg#FBicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "FBicon";
    src: url("./FBicon.svg#FBicon") format("svg");
  }
}

i.fb:before ,
i.fb:after { font: normal normal normal 30px/1 FBicon; speak: none; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.fb-paper-plane:before { content: "\f100"; }
.fb-cooking-pot:before { content: "\f101"; }
.fb-whisk-cooking-tool:before { content: "\f102"; }

.cooking-time { display: inline-block; float: left; }
.time { display: inline-block; height: 30px; line-height: 30px; color: rgba(133,133,133,1); }
.time:not(:first-of-type) { margin-left: 15px; }
.time > i { display: block; float: left; height: inherit; line-height: inherit; }
.time > span { display: block; float: left; height: inherit; line-height: inherit; font-family: kingthings; font-size: 12px; letter-spacing: .2px; padding: 0 10px; }
.cooking-tags { display: inline-block; float: right; }
.cooking-tags > span.tag { display: block; float: left; height: inherit; line-height: inherit; font-family: karla; font-size: 12px; letter-spacing: .2px; padding: 5px 10px; margin-bottom: 15px; text-transform: uppercase; background: rgba(244,244,244,1); color: rgba(155,155,155,1); }
.cooking-tags > span.tag > a { color: inherit; }
.cooking-tags > span.tag:not(:last-of-type) { margin-right: 8px; }