/*** RECIPE KEY ***/
/* Author: David Perkins
/* Plugin: Recipe Key
/* Website: https://recipekeyplugin.com
/* File: style.css
/********************/


.recipe-key-wrap {
	display: block;
	padding-bottom: 25px;
	margin-left: -10px;
}

.recipe-key-wrap:empty {
display:none;
}

.recipe-key {
	display: flex;
	flex-direction: row;
	align-items:center;
	float: left;
	color: #353535;
	font-weight: 600;
	padding-bottom:15px;
	font-size:13px;
}

.recipe-key:hover {
	color:#7064b8;
}

.recipe-key-icon {
	margin: 0 2px;
	
}

/** END RECIPE KEY ***/

/** BEGIN RECIPE LEGEND ***/
.recipe-key-logo {
	display:inline-block;
	width: 100%;
}

.recipe-legend-wrap {
	display: inline-block;
	font-size:15px;
}

/** END RECIPE LEGEND ***/

@font-face {
  font-family: 'rk-icons';
  font-display: swap;
  src:  url('fonts/rk-icons.woff2?1w8098') format('woff2'),
	url('fonts/rk-icons.woff?1w8098') format('woff'),
    url('fonts/rk-icons.svg?1w8098#rk-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="irk-"], [class*=" irk-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rk-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #353535;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.irk-glutenfree:before {
  content: "\e900";
}
.irk-dairyfree:before {
  content: "\e903";
}
.irk-eggfree:before {
  content: "\e904";
}
.irk-organic:before {
  content: "\e905";
}
.irk-lowcarb:before {
  content: "\e90b";
}
.irk-nutfree:before {
  content: "\e90c";
}
.irk-vegetarian:before {
  content: "\e90e";
}
.irk-highprotein:before {
  content: "\e90f";
}
.irk-sugarfree:before {
  content: "\e912";
}

