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

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #6e5c3a; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #4c9395;
  text-decoration: none; }
  a:visited {
    color: #4c9395; }
  a:hover {
    color: #51c3c2;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/*	CSSGrid
 *  https://github.com/crowdfavorite/css-grid
 *	License: http://opensource.org/licenses/mit-license.php  */
/** grid foundation
 -------------------------------------------------- */
/* SCSS Variables */
/* 20px */
/* Widths (for parent elements) */
/* Adjusted margins (for nested elements) */
/* Desktop First */
/* fluid media */
.row img,
.row object,
.row embed,
.row video {
  max-width: 100%; }

.grid {
  margin: 0 auto;
  max-width: 1024px;
  width: 97.5%;
  /* 700px */ }
  .lt-ie8 .grid {
    max-width: 1054px; }
  @media (max-width: 480px) {
    .grid {
      width: 95%; } }

.c4-1, .c4-2, .c4-3, .c4-4, .c4-12, .c4-123, .c4-23, .c4-234, .c4-34,
.c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6,
.c6-12, .c6-123, .c6-1234, .c6-12345,
.c6-23, .c6-234, .c6-2345, .c6-23456,
.c6-34, .c6-345, .c6-3456,
.c6-45, .c6-456, .c6-56 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  /* IE6/IE7 double-margin float bug fix */
  float: left;
  margin-left: 1.953%;
  /* 20px */
  /* Prevent collapsing of empty columns. Min-height prevents collapse
  everywhere but IE6. IE6 doesn't collapse empty collumns anyhow, so no need
  for a fix there. */
  min-height: 1px; }

/* sixths */
.c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6 {
  width: 15.039%; }

/* 100px */
/* quarters */
.c4-1, .c4-2, .c4-3, .c4-4 {
  width: 23.535%; }
  .lt-ie8 .c4-1, .lt-ie8 .c4-2, .lt-ie8 .c4-3, .lt-ie8 .c4-4 {
    width: 20%; }

/* 160px */
/* thirds */
.c6-12, .c6-23, .c6-34, .c6-45, .c6-56 {
  width: 32.031%; }
  .lt-ie8 .c6-12, .lt-ie8 .c6-23, .lt-ie8 .c6-34, .lt-ie8 .c6-45, .lt-ie8 .c6-56 {
    width: 30%; }

/* 220px */
/* halves */
.c4-12, .c4-23, .c4-34,
.c6-123, .c6-234, .c6-345, .c6-456 {
  width: 49.023%; }
  .lt-ie8 .c4-12, .lt-ie8 .c4-23, .lt-ie8 .c4-34, .lt-ie8
  .c6-123, .lt-ie8 .c6-234, .lt-ie8 .c6-345, .lt-ie8 .c6-456 {
    width: 48.5%; }

/* 340px */
/* two-thirds */
.c6-1234, .c6-2345, .c6-3456 {
  width: 66.015%; }

/* 460px */
/* three-quarters */
.c4-123, .c4-234 {
  width: 74.511%; }

/* 520px */
/* five-sixths */
.c6-12345, .c6-23456 {
  width: 83.007%; }

/* 580px */
/* margins for nested elements */
/* Parent: one third */
.c6-12 .c6-2,
.c6-23 .c6-2, .c6-23 .c6-3,
.c6-34 .c6-3, .c6-34 .c6-4,
.c6-45 .c6-4, .c6-45 .c6-5,
.c6-56 .c6-5, .c6-56 .c6-6 {
  margin-left: 6.09722%; }

/* Parent: half */
.c4-12 .c4-2,
.c4-23 .c4-2, .c4-23 .c4-3,
.c4-34 .c4-3, .c4-34 .c4-4,
.c6-123 .c6-2, .c6-123 .c6-3,
.c6-234 .c6-2, .c6-234 .c6-3, .c6-234 .c6-4,
.c6-345 .c6-3, .c6-345 .c6-4, .c6-345 .c6-5,
.c6-456 .c6-4, .c6-456 .c6-5, .c6-456 .c6-6,
.c6-123 .c6-23,
.c6-234 .c6-23, .c6-234 .c6-34,
.c6-345 .c6-34, .c6-345 .c6-45,
.c6-456 .c6-45, .c6-456 .c6-56 {
  margin-left: 3.98384%; }

/* Parent: two thirds */
.c6-1234 .c6-2, .c6-1234 .c6-3, .c6-1234 .c6-4,
.c6-2345 .c6-2, .c6-2345 .c6-3, .c6-2345 .c6-4, .c6-2345 .c6-5,
.c6-3456 .c6-3, .c6-3456 .c6-4, .c6-3456 .c6-5, .c6-3456 .c6-6,
.c6-1234 .c6-23, .c6-1234 .c6-34,
.c6-2345 .c6-23, .c6-2345 .c6-34, .c6-2345 .c6-45,
.c6-3456 .c6-34, .c6-3456 .c6-45, .c6-3456 .c6-56,
.c6-1234 .c6-234,
.c6-2345 .c6-234, .c6-2345 .c6-345,
.c6-3456 .c6-345, .c6-3456 .c6-456 {
  margin-left: 2.95842%; }

/* Parent: three quarters */
.c4-123 .c4-2, .c4-123 .c4-3,
.c4-234 .c4-2, .c4-234 .c4-3, .c4-234 .c4-4,
.c4-123 .c4-23, .c4-123 .c4-34,
.c4-234 .c4-23, .c4-234 .c4-34 {
  margin-left: 2.62109%; }

/* Parent: five-sixths */
.c6-12345 .c6-2, .c6-12345 .c6-3, .c6-12345 .c6-4, .c6-12345 .c6-5,
.c6-12345 .c6-23, .c6-12345 .c6-34, .c6-12345 .c6-45,
.c6-12345 .c6-234, .c6-12345 .c6-345,
.c6-12345 .c6-2345,
.c6-23456 .c6-2, .c6-23456 .c6-3, .c6-23456 .c6-4, .c6-23456 .c6-5, .c6-23456 .c6-6,
.c6-23456 .c6-23, .c6-23456 .c6-34, .c6-23456 .c6-45, .c6-23456 .c6-45, .c6-23456 .c6-56,
.c6-23456 .c6-234, .c6-23456 .c6-345, .c6-23456 .c6-346,
.c6-23456 .c6-3456 {
  margin-left: 2.35281%; }

/* nested styles (good for 1 level deed) */
/* children of c6-xxxxx */
/* c6-xxxxx > 1/5 */
.c6-12345 .c6-1, .c6-12345 .c6-2, .c6-12345 .c6-3, .c6-12345 .c6-4, .c6-12345 .c6-5,
.c6-23456 .c6-2, .c6-23456 .c6-3, .c6-23456 .c6-4, .c6-23456 .c6-5, .c6-23456 .c6-6 {
  width: 18.11775%; }

/* c6-xxxxx > 2/5 */
.c6-12345 .c6-12, .c6-12345 .c6-23, .c6-12345 .c6-34, .c6-12345 .c6-45,
.c6-23456 .c6-2, .c6-23456 .c6-34, .c6-23456 .c6-45, .c6-23456 .c6-56 {
  width: 38.58831%; }

/* c6-xxxxx > 3/5 */
.c6-12345 .c6-123, .c6-12345 .c6-234, .c6-12345 .c6-345,
.c6-23456 .c6-234, .c6-23456 .c6-345, .c6-23456 .c6-456 {
  width: 59.05887%; }

/* c6-xxxxx > 4/5 */
.c6-12345 .c6-1234, .c6-12345 .c6-2345,
.c6-23456 .c6-2345, .c6-23456 .c6-3456 {
  width: 79.52944%; }

/* children of c6-xxxx */
/* c6-xxxx > 1/4 */
.c6-1234 .c6-1, .c6-1234 .c6-2, .c6-1234 .c6-3, .c6-1234 .c6-4,
.c6-2345 .c6-2, .c6-2345 .c6-3, .c6-2345 .c6-4, .c6-2345 .c6-5,
.c6-3456 .c6-3, .c6-3456 .c6-4, .c6-3456 .c6-5, .c6-3456 .c6-6 {
  width: 22.78119%; }

/* c6-xxxx > 1/2 */
.c6-1234 .c6-12, .c6-1234 .c6-23, .c6-1234 .c6-34,
.c6-2345 .c6-23, .c6-2345 .c6-34, .c6-2345 .c6-45,
.c6-3456 .c6-34, .c6-3456 .c6-45, .c6-3456 .c6-56 {
  width: 48.52079%; }

/* c6-xxxx > 3/4 */
.c6-1234 .c6-123, .c6-1234 .c6-234,
.c6-2345 .c6-234, .c6-2345 .c6-345,
.c6-3456 .c6-345, .c6-3456 .c6-456 {
  width: 74.2604%; }

/* children of c6-xxx */
/* c6-xxx > 1/3 */
.c6-123 .c6-1, .c6-123 .c6-2, .c6-123 .c6-3,
.c6-234 .c6-2, .c6-234 .c6-3, .c6-234 .c6-4,
.c6-345 .c6-3, .c6-345 .c6-4, .c6-345 .c6-5,
.c6-456 .c6-4, .c6-456 .c6-5, .c6-456 .c6-6 {
  width: 30.67744%; }

/* c6-xxx > 2/3 */
.c6-123 .c6-12, .c6-123 .c6-23,
.c6-234 .c6-23, .c6-234 .c6-34,
.c6-345 .c6-34, .c6-345 .c6-45,
.c6-456 .c6-45, .c6-456 .c6-56 {
  width: 65.33872%; }

/* children of c6-xx */
/* c6-xxx > 1/2 */
.c6-12 .c6-1, .c6-12 .c6-2, .c6-12 .c6-3,
.c6-23 .c6-2, .c6-23 .c6-3, .c6-23 .c6-4,
.c6-34 .c6-3, .c6-34 .c6-4, .c6-34 .c6-5,
.c6-45 .c6-4, .c6-45 .c6-5, .c6-45 .c6-6,
.c6-56 .c6-4, .c6-56 .c6-5, .c6-56 .c6-6 {
  width: 46.95139%; }

/* children of c4-xxx */
/* .c4-xxx > 1/3 */
.c4-123 .c4-1, .c4-123 .c4-2, .c4-123 .c4-3,
.c4-234 .c4-2, .c4-234 .c4-3, .c4-234 .c4-4 {
  width: 31.58594%; }

/* .c4-xxx > 2/3 */
.c4-123 .c4-12, .c4-123 .c4-23,
.c4-234 .c4-23, .c4-234 .c4-34 {
  width: 65.79297%; }

/* children of c4-xx */
/* .c4-xx > 1/2 */
.c4-12 .c4-1, .c4-12 .c4-2,
.c4-23 .c4-2, .c4-23 .c4-3,
.c4-34 .c4-3, .c4-34 .c4-4 {
  width: 48.00808%; }

/* 100% */
.c6-1 .c6-1, .c6-2 .c6-2, .c6-3 .c6-3, .c6-4 .c6-4, .c6-5 .c6-5, .c6-6 .c6-6,
.c6-12 .c6-12, .c6-23 .c6-23, .c6-34 .c6-34, .c6-45 .c6-45, .c6-56 .c6-56,
.c6-123 .c6-123, .c6-234 .c6-234, .c6-345 .c6-345, .c6-456 .c6-456,
.c6-1234 .c6-1234, .c6-2345 .c6-2345, .c6-3456 .c6-3456,
.c6-12345 .c6-12345, .c6-23456 .c6-23456,
.c6-123456 .c6-123456,
.c4-1 .c4-1, .c4-2 .c4-2, .c4-3 .c4-3, .c4-4 .c4-4,
.c4-12 .c4-12, .c4-23 .c4-23, .c4-34 .c4-34,
.c4-123 .c4-123, .c4-234 .c4-234,
.c4-1234 .c4-1234 {
  width: 100%; }

/* Full-width
These classes are not included in column float definitions, since they don't
have either margin or fixed width. Including display:block and width styles
so these classes can be used on non-block-level elements. */
.c6-123456,
.c4-1234 {
  clear: both;
  display: block;
  min-height: 1px;
  width: auto; }

/* zeroing out leftmost.unit margins */
.c6-1, .c6-12, .c6-123, .c6-1234, .c6-12345,
.c4-1, .c4-12, .c4-123 {
  margin-left: 0; }

/* zeroing out leftmost nested .unit margins */
.c6-2 .c6-2, .c6-23 .c6-2, .c6-23 .c6-23, .c6-234 .c6-2, .c6-234 .c6-23, .c6-234 .c6-234, .c6-2345 .c6-2, .c6-2345 .c6-23, .c6-2345 .c6-234, .c6-2345 .c6-2345, .c6-23456 .c6-2, .c6-23456 .c6-23, .c6-23456 .c6-234, .c6-23456 .c6-2345, .c6-23456 .c6-23456,
.c6-3 .c6-3, .c6-34 .c6-3, .c6-34 .c6-34, .c6-345 .c6-3, .c6-345 .c6-34, .c6-345 .c6-345, .c6-3456 .c6-3, .c6-3456 .c6-34, .c6-3456 .c6-345, .c6-3456 .c6-3456,
.c6-4 .c6-4, .c6-45 .c6-4, .c6-45 .c6-45, .c6-456 .c6-4, .c6-456 .c6-45, .c6-456 .c6-456,
.c6-5 .c6-5, .c6-56 .c6-5, .c6-56 .c6-56,
.c6-6 .c6-6,
.c4-2 .c4-2, .c4-23 .c4-2, .c4-23 .c4-23, .c4-234 .c4-2, .c4-234 .c4-23, .c4-234 .c4-234,
.c4-3 .c4-3, .c4-34 .c4-3, .c4-34 .c4-34 {
  margin-left: 0; }

@media (max-width: 760px) {
  .c4-1, .c4-2, .c4-3, .c4-4, .c4-12, .c4-123, .c4-23, .c4-234, .c4-34,
  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6,
  .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c6-23, .c6-234, .c6-2345, .c6-23456,
  .c6-34, .c6-345, .c6-3456,
  .c6-45, .c6-456, .c6-56 {
    display: block;
    float: none;
    margin: 0;
    width: auto; } }
/** hybrid grid (fixed sidebar, fluid content)
 -------------------------------------------------- */
.hybrid-grid {
  margin: 0 auto;
  max-width: 1024px;
  width: 97.5%; }
  .hybrid-grid > .row {
    margin-left: 0; }
  .lt-ie8 .hybrid-grid {
    max-width: 1054px; }
  @media (max-width: 480px) {
    .hybrid-grid {
      width: 95%; } }

.fluid-content {
  float: right;
  width: 100%; }
  .lt-ie8 .fluid-content {
    float: left;
    width: 685px; }
    .lt-ie8 .fluid-content .fluid-inner {
      margin: 0; }
  @media (max-width: 820px) {
    .fluid-content {
      float: none; } }

.fluid-inner {
  margin-right: 348px; }
  @media (max-width: 820px) {
    .fluid-inner {
      margin: 0; } }

.nested-half,
.nested-third,
.nested-two-thirds,
.nested-full {
  float: left;
  margin-left: 4.3478%;
  position: relative;
  width: 47.8261%; }
  .nested-half:first-child,
  .nested-third:first-child,
  .nested-two-thirds:first-child,
  .nested-full:first-child {
    margin-left: 0; }
  @media (max-width: 860px) {
    .nested-half,
    .nested-third,
    .nested-two-thirds,
    .nested-full {
      float: none;
      margin-left: 0;
      width: 100%; } }

.lt-ie8 .nested-half {
  width: 47%; }

.nested-third {
  width: 30.4348%; }
  .lt-ie8 .nested-third {
    margin-left: 3%;
    width: 28.5%; }
  @media (max-width: 1025px) {
    .nested-third {
      margin-left: 0;
      width: 100%; } }

.nested-two-thirds {
  width: 65.2174%; }
  .lt-ie8 .nested-two-thirds {
    width: 56.5%; }
  @media (max-width: 1025px) {
    .nested-two-thirds {
      margin-left: 0;
      width: 100%; } }

.nested-full {
  width: 95%; }
  .nested-full:first-child {
    margin-left: 5%; }

.fixed-col {
  float: right;
  margin-right: -100%;
  width: 328px; }
  .lt-ie8 .fixed-col {
    margin: 0;
    width: 348px; }
  @media (max-width: 820px) {
    .fixed-col {
      clear: both;
      float: none;
      margin: 0 auto;
      width: 100%; } }

/** grid utilities
 -------------------------------------------------- */
/* Row Clearfix
Uses variation of Nicolas Gallagher's Micro Clearfix.
http://nicolasgallagher.com/micro-clearfix-hack/ */
.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.row {
  /* Just in case: make sure that rows clear outside floats. */
  clear: both;
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1; }

/** grid helper classes
 -------------------------------------------------- */
/* Set overflow:hidden to crop overflow content.
Good for user-generated content. Use this class if you want to support IE6 -- it has issues with overflow.
Example usage: .grid.hideoverflow. */
.hideoverflow .c6-1, .hideoverflow .c6-2, .hideoverflow .c6-3, .hideoverflow .c6-4, .hideoverflow .c6-5, .hideoverflow .c6-6,
.hideoverflow .c4-1, .hideoverflow .c4-2, .hideoverflow .c4-3, .hideoverflow .c4-4,
.hideoverflow .c6-12, .hideoverflow .c6-123, .hideoverflow .c6-1234, .hideoverflow .c6-12345, .hideoverflow .c6-123456,
.hideoverflow .c6-23, .hideoverflow .c6-234, .hideoverflow .c6-2345, .hideoverflow .c6-23456,
.hideoverflow .c6-34, .hideoverflow .c6-345, .hideoverflow .c6-3456,
.hideoverflow .c6-45, .hideoverflow .c6-456, .hideoverflow .c6-56,
.hideoverflow .c4-12, .hideoverflow .c4-123, .hideoverflow .c4-1234,
.hideoverflow .c4-23, .hideoverflow .c4-234,
.hideoverflow .c4-34 {
  overflow: hidden; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .link-bar:before, .messages-options-nav:before, .avatar-upload:before, .recent-recipe-photo-list:before, .user-info .more-from:before, .review-links:before,
.recipe-actions:before, .wire-item:before, .sign-in:before, .clearfix:after, .link-bar:after, .messages-options-nav:after, .avatar-upload:after, .recent-recipe-photo-list:after, .user-info .more-from:after, .review-links:after,
.recipe-actions:after, .wire-item:after, .sign-in:after {
  content: "";
  display: table; }

.clearfix:after, .link-bar:after, .messages-options-nav:after, .avatar-upload:after, .recent-recipe-photo-list:after, .user-info .more-from:after, .review-links:after,
.recipe-actions:after, .wire-item:after, .sign-in:after {
  clear: both; }

.clearfix, .link-bar, .messages-options-nav, .avatar-upload, .recent-recipe-photo-list, .user-info .more-from, .review-links,
.recipe-actions, .wire-item, .sign-in {
  *zoom: 1; }

/* 	Other Non-semantic Helpers
	------------------------------------------------------- */
.border-box, .full-post, .the_recipe_image, .widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/** WordPress compatibility styles
 -------------------------------------------------- */
.alignleft,
.alignright {
  margin-top: 4px; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/**
 * Captioned images
 * Caption shortcode filtered.
 */
.wp-caption {
  overflow: hidden; }

.wp-caption dt {
  margin: 0; }

.wp-caption img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0; }

.wp-caption dd {
  font-size: .9em;
  padding: 2px 8px 3px 8px;
  margin: 1px 0 0 0; }

.sticky {
  /* Add styles here if you wish to callout sticky posts */ }

/* --------------------------------------------------
 * Standard / Utility Classes
-------------------------------------------------- */
/* Pagination */
.pagination {
  margin: 0 0 30px;
  min-height: 20px; }
  .pagination a {
    font-family: Helvetica, Arial, sans-serif; }

.pagination .prev,
.pagination .next {
  display: inline-block;
  line-height: 1.2em; }

.pagination .next {
  text-align: right; }

#jump-button,
.paged-comments .page-numbers {
  font-family: Helvetica, Arial, sans-serif; }

.box, .widget {
  background-color: white;
  border: 1px solid #efeeed;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 5px; }

.box-featured {
  background-color: #fcf7ed;
  border: 1px solid #fcf0d9;
  margin-bottom: 20px;
  padding: 22px; }
  @media (max-width: 480px) {
    .box-featured {
      padding: 10px; } }

.frame, .inside-tk img, .recent-recipe-thumb, .photo-view, .avatar, .user-info .more-from-thumb-wrap, .comment .avatar,
.review .avatar, #message-threads .avatar {
  background-color: white;
  border: 1px solid #efeeed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px; }

.link-bar, .messages-options-nav, .avatar-upload {
  border-bottom: 1px solid #efeeed;
  border-top: 1px solid #efeeed;
  margin: 20px 0;
  padding: 5px 0; }

.mar-top-zero {
  margin-top: 0; }

.mar-top-1x {
  margin-top: 10px; }

.mar-top-2x {
  margin-top: 20px; }

.mar-top-4x {
  margin-top: 40px; }

.mar-bottom-2x {
  margin-bottom: 20px; }

.mar-bottom-4x {
  margin-bottom: 40px; }

/* --------------------------------------------------
 * Icons
-------------------------------------------------- */
.icon-link {
  color: #6e5c3a;
  cursor: pointer;
  display: inline-block; }
  .icon-link:visited {
    color: #6e5c3a; }
  .icon-link:hover {
    color: #51c3c2;
    text-decoration: none; }
  .icon-link:before {
    background-color: #fdae40;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-family: "tk-icon";
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    line-height: 28px;
    margin-right: 6px;
    text-align: center;
    text-transform: none;
    width: 30px; }
  .icon-link.web:before {
    content: 'l'; }
  .icon-link.facebook:before {
    content: 'f'; }
  .icon-link.twitter:before {
    content: 'a'; }
  .icon-link.pinterest:before {
    content: 'e'; }
  .icon-link.other:before {
    content: 'F'; }

[data-icon] {
  cursor: pointer;
  display: block;
  height: 26px;
  position: relative;
  text-indent: -10000px;
  width: 26px; }

[data-icon]:before {
  background-color: #fdae40;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  content: attr(data-icon);
  display: inline-block;
  font-family: "tk-icon";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: absolute;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: 0;
  width: 26px;
  -webkit-font-smoothing: antialiased; }

/** Buttons
 -------------------------------------------------- */
.button, .button-alpha, .button-cappa, .button-delta, .button-beta, input#wire-post-submit {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font: 12px Raleway, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px; }

.button-alpha, .button-cappa, .button-delta {
  background-color: #e89700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white; }
  .button-alpha:visited, .button-cappa:visited, .button-delta:visited {
    color: white; }
  .button-alpha:hover, .button-cappa:hover, .button-delta:hover {
    background-color: #fdae40;
    color: white;
    text-decoration: none; }

.button-beta {
  background-color: #c8e0e7;
  color: #4c9395;
  padding: 8px 16px; }
  .button-beta:visited {
    color: #4c9395; }
  .button-beta:hover {
    background-color: #4c9395;
    color: white;
    text-decoration: none; }

.button-cappa {
  padding: 6px 12px; }

.button-delta {
  display: inline-block;
  font-size: 10px;
  padding: 3px 5px; }

.button-load-comments,
.button-load-reviews,
.button-more-messages,
.button-view-recipe,
.button-save-changes,
.button-submit,
.button-save-view,
.button-search {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite-retina.png?ver=1.6") no-repeat 0 -470px;
  background-size: 300px 1000px;
  display: block;
  height: 21px;
  text-indent: -10000px;
  width: 194px; }
  .no-backgroundsize .button-load-comments, .no-backgroundsize
  .button-load-reviews, .no-backgroundsize
  .button-more-messages, .no-backgroundsize
  .button-view-recipe, .no-backgroundsize
  .button-save-changes, .no-backgroundsize
  .button-submit, .no-backgroundsize
  .button-save-view, .no-backgroundsize
  .button-search {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite.png?ver=1.6") no-repeat 0 -470px; }

.button-load-comments,
.button-load-reviews {
  margin: 0 auto; }

.button-load-reviews {
  background-position: 0 -500px; }

.button-more-messages {
  background-position: 0 -530px;
  width: 200px; }

.button-view-recipe {
  background-position: 0 -560px;
  width: 163px; }

.button-save-changes {
  background-position: 0 -590px;
  border: none;
  width: 163px; }

.button-submit {
  background-position: 0 -620px;
  border: none;
  width: 98px; }

.button-save-view {
  background-position: 0 -650px;
  border: none;
  border-radius: 0;
  display: inline-block;
  width: 208px; }

.button-search {
  background-position: 0 -160px;
  border: none;
  border-radius: 0;
  height: 24px;
  margin: 15px auto 25px;
  width: 145px; }

.button-bottom {
  bottom: 1px;
  position: absolute; }

body {
  border-top: 3px solid #4c9395; }

.tpw-network {
  position: relative;
  text-align: right;
  top: 0; }
  .tpw-network a {
    background-color: #75b7b9;
    color: white;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 5px 12px; }
    .tpw-network a.selected {
      background-color: #4c9395;
      color: white; }
    .tpw-network a:visited {
      color: white; }
    .tpw-network a:hover {
      background-color: #4c9395;
      color: white;
      text-decoration: none; }
  @media (max-width: 760px) {
    .tpw-network {
      display: none; } }

header {
  background: url("../img/bg-header-retina.png?ver=1.6") no-repeat center top;
  background-size: 1106px 182px;
  height: 105px;
  margin: -13px auto 0;
  max-width: 1105px;
  padding-top: 71px;
  position: relative;
  width: 100%; }
  .oldie header {
    width: 1105px; }
  .lt-ie8 header {
    z-index: 1000; }
  .no-backgroundsize header {
    background: url("../img/bg-header-new.png?ver=1.6") no-repeat center top; }
  @media (max-width: 1150px) {
    header {
      height: 62px;
      padding-top: 110px; } }
  @media (max-width: 760px) {
    header {
      background-position: center -60px;
      height: 80px;
      margin: 0 auto;
      padding-top: 40px; } }
  @media (max-width: 480px) {
    header {
      background-position: center -32px;
      height: 90px; } }

.logo {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/tk-logo.png?ver=1.6") no-repeat;
  display: block;
  height: 186px;
  left: 50%;
  margin-left: -261px;
  position: absolute;
  text-indent: 100%;
  top: 11px;
  width: 523px;
  z-index: 10; }
  @media (max-width: 1150px) {
    .logo {
      background-size: 444px;
      height: 157px;
      margin-left: -222px;
      width: 444px; } }
  @media (max-width: 760px) {
    .logo {
      background-image: url("../img/tk-logo-small-retina.png?ver=1.6");
      background-size: 240px 93px;
      height: 84px;
      margin-left: -120px;
      top: 0;
      width: 240px; }
      .no-backgroundsize .logo {
        background-image: url("../img/tk-logo-small.png?ver=1.6"); } }

.orange-bar {
  background-color: #ffaf30;
  background-image: url("/wp-content/themes/tastykitchen-v2/assets/img/orange-bar.png?ver=1.6");
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  left: 50%;
  margin-left: -568px;
  position: absolute;
  top: 87px;
  width: 1136px;
  z-index: 1; }
  .lt-ie8 .orange-bar {
    display: none; }
  @media (max-width: 1150px) {
    .orange-bar {
      left: 0;
      margin: 0;
      width: 100%; } }
  @media (max-width: 1120px) {
    .orange-bar:before, .orange-bar:after {
      display: none; } }
  @media (max-width: 760px) {
    .orange-bar {
      top: 26px; } }
  .orange-bar:before {
    border-color: #c63925 #c63925 transparent transparent;
    border-style: solid;
    border-width: 8px 8px;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0; }
  .orange-bar:after {
    border-color: #c63925 transparent transparent #c63925;
    border-style: solid;
    border-width: 8px 8px;
    content: '';
    height: 0;
    left: 100%;
    margin-left: -16px;
    position: absolute;
    top: 100%;
    width: 0; }

.nav-main {
  display: block;
  font: 18px Georgia, "Times New Roman", Times, serif;
  margin-left: -5.5%;
  padding: 0;
  position: relative;
  width: 112%;
  z-index: 9; }
  .tr-coretext .nav-main {
    font: 22px 'Rokkitt', serif; }
  .lt-ie8 .nav-main {
    background-image: url("/wp-content/themes/tastykitchen-v2/assets/img/orange-bar.png?ver=1.6");
    background-repeat: none;
    margin-left: -25px;
    width: 1105px; }
  @media (max-width: 1150px) {
    .nav-main {
      margin: -39px 0 0;
      width: 100%; } }
  .nav-main a {
    color: #fdfbd9;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .nav-main a:visited {
      color: #fdfbd9; }
  .nav-main > ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
    .nav-main > ul > li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin-left: 25px;
      position: relative;
      vertical-align: middle; }
      .nav-main > ul > li.nav-parent-recipes {
        margin-right: 550px; }
        @media (max-width: 1150px) {
          .nav-main > ul > li.nav-parent-recipes {
            margin-right: 460px; } }
        @media (max-width: 1095px) {
          .nav-main > ul > li.nav-parent-recipes {
            margin-right: 415px; } }
      .nav-main > ul > li a {
        line-height: 35px;
        padding: 0 10px; }
      .nav-main > ul > li > a {
        letter-spacing: 1px;
        text-transform: uppercase; }
  .nav-main .no-js .nav-parent:hover .nav-sub-menu {
    display: block; }
  .nav-main .nav-parent a {
    position: relative;
    z-index: 3; }
  .nav-main .nav-parent:hover .nav-blog {
    background-color: #fb9d00; }
  .nav-main .sub-recipes,
  .nav-main .sub-blog {
    background-color: #fb9d00;
    display: none;
    font: 12px Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 2; }
  .nav-main .sub-recipes {
    display: none;
    left: 0;
    padding: 40px 10px 10px;
    top: 0;
    width: 580px; }
  .nav-main .sub-blog {
    margin: 0;
    padding: 0;
    right: 0;
    top: 33px;
    width: 180px;
    width: 180px; }
    .nav-main .sub-blog ul {
      padding: 3px 10px; }
    .nav-main .sub-blog li {
      border-top: 1px solid #e0dace;
      display: block;
      float: none;
      padding: 0; }
      .nav-main .sub-blog li:nth-of-type(1) {
        border-top: none; }
    .nav-main .sub-blog a {
      color: #fefbf6;
      display: block;
      line-height: 18px;
      padding: 4px 8px;
      text-shadow: none; }
      .nav-main .sub-blog a:hover {
        background-color: #fefbf6;
        color: #b52025 !important; }

.desktop-nav {
  display: block; }
  .no-touch .desktop-nav .nav-parent:hover > a, .no-touch .desktop-nav a:hover {
    color: #b52025;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.9); }
  @media (max-width: 1150px) {
    .desktop-nav {
      padding: 0; } }
  @media (max-width: 1047px) {
    .desktop-nav {
      display: none; } }

.mobile-nav {
  display: none;
  position: relative;
  top: 3px; }
  @media (max-width: 1047px) {
    .mobile-nav {
      display: inline-block; } }
  @media (max-width: 760px) {
    .mobile-nav {
      padding: 0;
      top: 72px; } }
  @media (max-width: 480px) {
    .mobile-nav {
      top: 86px; } }
  .nav-main .mobile-nav {
    margin-left: -15px;
    padding: 0; }
    @media (max-width: 760px) {
      .nav-main .mobile-nav {
        margin-left: 0; } }

.nav-main .mobile-menu {
  margin-left: 0; }

.mobile-menu-link {
  color: #fdfbd9;
  cursor: pointer;
  display: inline-block; }
  .mobile-menu-link:before {
    color: #fdfbd9;
    content: "B";
    display: inline-block;
    font-family: "tk-icon";
    font-size: 18px;
    margin-right: 10px;
    padding-left: 5px;
    position: relative;
    top: 2px; }
  .mobile-menu-link:hover {
    text-decoration: none; }

.mobile-menu-dropdown {
  background: #dd6d34;
  display: none;
  position: absolute;
  width: 125px;
  z-index: 200; }
  @media (max-width: 1047px) {
    .mobile-menu-dropdown.open {
      display: block; } }
  .mobile-menu-dropdown li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%; }
    .no-touch .mobile-menu-dropdown li:hover {
      background: white; }
  .no-touch .mobile-menu-dropdown a:hover {
    color: #b52025; }
  .mobile-menu-dropdown a:hover {
    text-decoration: none; }

#featured-carousel {
  background-color: #fefbf6;
  float: right;
  min-height: 449px;
  padding: 20px;
  width: 360px; }
  #featured-carousel .sub-feature {
    /*		padding: 71px 0 20px;*/
    position: relative !important;
    margin-left: -20px;
    padding-top: 50px; }
    #featured-carousel .sub-feature a {
      display: block;
      margin: 0 20px; }
    #featured-carousel .sub-feature img {
      border: 4px solid white;
      -moz-box-shadow: 0 0 4px #ece8e5;
      -webkit-box-shadow: 0 0 4px #ece8e5;
      box-shadow: 0 0 4px #ece8e5;
      margin-bottom: 20px;
      max-height: 250px;
      width: 100%; }
    #featured-carousel .sub-feature p {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      line-height: 15px;
      margin: 0 20px 6px; }
  #featured-carousel a {
    color: #4c9395;
    display: inline;
    padding: 0;
    text-shadow: none; }
  #featured-carousel h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal;
    height: auto;
    margin: 0 0 6px; }
    .tr-coretext #featured-carousel h1 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
    #featured-carousel h1 a {
      display: inline;
      line-height: 26px;
      padding: 0; }
  #featured-carousel .by {
    margin: 0; }
    #featured-carousel .by a {
      display: inline;
      margin: 0; }

#category-list {
  background: transparent;
  font: 12px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 180px; }
  #category-list li {
    border-top: 1px solid #e0dace;
    display: block;
    float: none;
    padding: 0; }
    #category-list li:nth-of-type(1) {
      border-top: none; }
    #category-list li a {
      color: #fefbf6;
      display: block;
      line-height: 2.2em;
      padding: 4px 8px;
      text-shadow: none; }
      #category-list li a:hover {
        background-color: #fefbf6;
        color: #b52025; }
    #category-list li.activeSlide a {
      background-color: #fefbf6;
      color: #b52025; }

.search-form {
  margin-left: -10px;
  position: relative;
  top: 0; }
  .search-form input:focus {
    outline-width: 0; }
  .touch .search-form input {
    font-size: 16px; }
  @media (max-width: 760px) {
    .search-form {
      float: right;
      margin-right: 10px;
      top: 20px; } }
  @media (max-width: 480px) {
    .search-form {
      top: 35px; } }
  .search-form .search-box {
    background-color: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666666;
    height: auto;
    padding: 0px;
    width: 210px; }
    .search-form .search-box::-webkit-input-placeholder {
      color: white; }
    .search-form .search-box:-moz-placeholder {
      color: white; }
    .search-form .search-box::-moz-placeholder {
      color: white; }
    .search-form .search-box:-ms-input-placeholder {
      color: white; }
    @media (max-width: 980px) {
      .search-form .search-box {
        width: 100px; } }
    .touch .search-form .search-box {
      font-size: 16px; }
  .search-form .search-submit {
    background: none;
    border: none;
    color: #b52025;
    display: inline;
    font-family: "tk-icon";
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: none;
    text-transform: lowercase;
    width: 14px; }
  .search-form .search-input {
    -moz-border-radius: 4px;
    /* FF1+ */
    -webkit-border-radius: 4px;
    /* Saf3+, Chrome */
    border-radius: 4px;
    /* Standard. IE9 */
    /**
     * @bugfix border-radius background bleed
     * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
     */
    -webkit-background-clip: padding-box;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    /* FF3.5+ */
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    /* Saf3+, Chrome */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    /* Standard. Opera 10.5, IE9 */
    background-color: white;
    color: #b52025;
    padding: 0px 10px;
    -webkit-transition: width 1s;
    transition: width 1s;
    width: 230px; }
    @media (max-width: 980px) {
      .search-form .search-input {
        float: left;
        width: 120px; } }
  .search-form .advanced {
    color: #fdfbd9;
    font-size: 12px;
    margin: 4px 0 0 190px; }
    .search-form .advanced:visited {
      color: #fdfbd9; }
    @media (max-width: 980px) {
      .search-form .advanced {
        line-height: 26px;
        margin-left: 0;
        padding-left: 10px; } }
    @media (max-width: 860px) {
      .search-form .advanced {
        display: none; } }
    .search-form .advanced a {
      color: #fdfbd9; }

.subnav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 75px;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  padding-top: 13px; }
  @media (max-width: 1150px) {
    .subnav {
      height: auto; } }
  @media (max-width: 760px) {
    .subnav .c6-123 {
      float: right;
      width: 50%; } }

.utility-nav {
  margin-top: 5px; }
  @media (max-width: 1150px) {
    .utility-nav {
      margin-top: 2px; } }

.social-icon {
  background: #fdae40 url("/wp-content/themes/tastykitchen-v2/assets/img/sprite.png?ver=1.6") no-repeat 4px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  color: white;
  display: block;
  float: left;
  height: 23px;
  margin: 0 4px;
  position: relative;
  text-indent: -10000px;
  width: 23px; }
  .social-icon:hover {
    background-color: #fed9a5;
    text-decoration: none; }
  .social-icon.twitter {
    background-position: -17px 1px; }
  .social-icon.facebook {
    background-position: -36px 1px; }
  .social-icon.pinterest {
    background-position: -53px 1px; }
  .social-icon.rss {
    background-position: -75px 1px; }

.social {
  float: right; }
  @media (max-width: 980px) {
    .social {
      display: none; } }

.account-nav {
  float: right;
  font-size: 12px;
  margin-left: 10px;
  margin-right: -26px; }
  .account-nav ul {
    margin: 0; }
  .account-nav ul, .account-nav li {
    list-style: none;
    padding: 0; }
  .account-nav ul li {
    position: relative; }
    .account-nav ul li ul {
      display: none;
      position: absolute;
      right: 0;
      top: 21px; }
      .account-nav ul li ul a {
        padding: 4px 7px;
        width: 120px; }
    .account-nav ul li:hover ul {
      display: block; }
  .account-nav a {
    background-color: #4c9395;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: white;
    display: inline-block;
    line-height: 21px;
    margin-left: 1px;
    padding: 0 7px; }
    .account-nav a:visited {
      color: white; }
    .account-nav a:hover {
      background-color: #64aeb0;
      color: white;
      text-decoration: none; }
  @media (max-width: 1120px) {
    .account-nav {
      margin-right: -10px; } }
  @media (max-width: 760px) {
    .account-nav {
      display: none; } }

.site-footer {
  background-color: #fcf7ed;
  border-top: none;
  margin-top: 30px;
  padding: 20px 0; }
  .site-footer h3 {
    color: #6e5c3a;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 20px 0 8px; }
    .tr-coretext .site-footer h3 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
    .site-footer h3 a {
      color: #6e5c3a; }
      .site-footer h3 a:hover {
        text-decoration: none; }
  .site-footer h4 {
    color: #b52025;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px; }
    .tr-coretext .site-footer h4 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
  .site-footer p {
    margin: 8px 0; }
  .site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .site-footer ul li {
      margin: 8px 0; }
  .site-footer .panel {
    border-left: 1px dashed #e0dace;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px; }
    .site-footer .panel h3:nth-of-type(1) {
      margin-top: 0; }
    .site-footer .panel .widget-inner-wrapper {
      background: none; }
      .site-footer .panel .widget-inner-wrapper .widget-text {
        padding-left: 0; }
  .site-footer .panel:nth-of-type(1) {
    border-left: none; }
  .site-footer .cookbook {
    clear: both; }
    .site-footer .cookbook img {
      float: left;
      margin: 0 10px 10px 0; }

.sub-footer {
  margin: 0 auto;
  max-width: 1075px;
  padding: 20px 0 0;
  position: relative;
  width: 100%; }
  .oldie .sub-footer {
    width: 1075px; }
  @media (max-width: 1025px) {
    .sub-footer {
      border-top: 3px solid #c63925; } }

.blogher_footer {
  width: 50%;
  float: left;
  margin-top: 10px; }
  .blogher_footer img {
    width: 180px; }
  @media (max-width: 480px) {
    .blogher_footer {
      text-align: center;
      width: 100%; } }

.legal {
  color: #666666;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: right;
  float: left;
  width: 50%; }
  .legal p {
    margin-top: 0; }
  @media (max-width: 480px) {
    .legal {
      text-align: center;
      width: 100%; } }

/* 	Content - Posts, Pages, Comments
	------------------------------------------------------- */
body {
  background: white url("../img/body-background.png?ver=1.6");
  font-size: 14px;
  line-height: 1.4; }

.content-wrapper {
  background-color: white;
  border: 5px solid #F5BF56;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1075px;
  -webkit-box-shadow: 0 0 0 15px #c63925;
  -moz-box-shadow: 0 0 0 15px #c63925;
  box-shadow: 0 0 0 15px #c63925;
  padding: 20px 0 0; }
  .oldie .content-wrapper {
    width: 1075px; }
  .lt-ie8 .content-wrapper {
    border-color: #b52025;
    max-width: 1095px;
    padding-top: 15px;
    position: relative;
    width: 1095px;
    z-index: 0; }
  @media (max-width: 1095px) {
    .content-wrapper {
      border: 0;
      border-top: 3px solid #F5BF56;
      max-width: none;
      outline: 0; } }

h1, .h1 {
  font-size: 30px; }
  h1 a:hover, .h1 a:hover {
    text-decoration: none; }

h2, .h2 {
  color: #51c3c2;
  font-family: "Rochester";
  font-size: 28px;
  font-weight: normal;
  height: 28px;
  position: relative; }
  h2 .note, .h2 .note {
    color: #6e5c3a;
    font: italic normal 12px Helvetica, Arial, sans-serif;
    float: right;
    margin: 17px 15px 0 0; }
  h2 a:hover, .h2 a:hover {
    text-decoration: none; }

h3, .h3 {
  color: #b52025;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2; }
  .tr-coretext h3, .tr-coretext .h3 {
    font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
  h3 a:hover, .h3 a:hover {
    text-decoration: none; }

h4, .h4 {
  color: #b52025;
  font: bold 14px Raleway, Helvetica, Arial, sans-serif;
  line-height: 1.2; }
  h4 a:hover, .h4 a:hover {
    text-decoration: none; }

hr.lighter {
  border-top: 1px solid #eee; }

.arrow-header {
  background-color: #fcf7ed;
  clear: both;
  font-size: 36px;
  height: 47px;
  line-height: 54px;
  margin-bottom: 25px;
  position: relative; }
  @media (max-width: 480px) {
    .arrow-header {
      font-size: 24px;
      height: 37px;
      line-height: 44px; } }

.arrow-header-inner {
  background-color: #fff;
  display: inline-block;
  height: 60px;
  position: relative;
  top: -9px; }
  .lt-ie8 .arrow-header-inner {
    background: transparent;
    padding: 0 0 0 8px;
    top: 0; }
  @media (max-width: 480px) {
    .arrow-header-inner {
      height: 50px; } }
  .arrow-header-inner:after {
    background: transparent url("../img/white_arrow.png?ver=1.6") no-repeat center right;
    content: '';
    height: 67px;
    position: absolute;
    width: 36px; }
    @media (max-width: 480px) {
      .arrow-header-inner:after {
        height: 57px; } }

.fluid-inner > .arrow-header {
  margin-top: 0; }

.error {
  color: #b52025;
  font: bold 12px Raleway, Helvetica, Arial, sans-serif; }

/** Sub-Category Navigation
 -------------------------------------------------- */
.page-featured-archives .category-header {
  height: 66px !important; }

.category-header {
  background-color: #4c9395;
  display: block;
  height: 36px;
  margin: -20px 0 20px; }
  .category-header h1 {
    background-color: #b52025;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
    font: 16px Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    line-height: 36px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase; }
    .tr-coretext .category-header h1 {
      font: 20px/36px 'Rokkitt', serif; }
    .category-header h1 a {
      color: white; }
  @media (max-width: 1095px) {
    .category-header h1 {
      cursor: pointer; }
      .category-header h1:before {
        content: "B";
        display: inline-block;
        font-family: "tk-icon";
        font-size: 18px;
        line-height: 18px;
        margin-right: 10px;
        position: relative;
        top: 2px; } }
  @media (max-width: 480px) {
    .category-header {
      margin-bottom: 5px; } }

.subcategory-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 4px; }
  .subcategory-nav li {
    border-left: 1px solid #75b7b9;
    display: block;
    float: left;
    margin-bottom: 3px; }
    .subcategory-nav li:first-child {
      border-left: 0; }
  .subcategory-nav a {
    color: white;
    display: block;
    padding: 0 4px; }
    .subcategory-nav a:hover {
      color: #fae1a0;
      text-decoration: none; }
  @media (max-width: 1095px) {
    .subcategory-nav {
      background: #b52025;
      clear: both;
      display: none;
      padding: 4px;
      position: relative;
      z-index: 1; }
      .subcategory-nav.open {
        display: block; }
      .subcategory-nav li {
        border-left: 0;
        float: none; } }

.current-cat a {
  background: #5aa9ab; }

p.by {
  margin-top: 6px; }

.cat-description {
  color: #b52025;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1024px;
  width: 97.5%; }
  .tr-coretext .cat-description {
    font-family: "Inika", Georgia, "Times New Roman", Times, serif;
    -webkit-font-smoothing: antialiased; }
  @media (max-width: 480px) {
    .cat-description {
      width: 95%; } }

/** Featured Recipe
 -------------------------------------------------- */
.feature {
  padding-top: 62px;
  position: relative; }

.title-info {
  background: #fdae40;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd8000 0%, #fdac00 50%, #fd9d00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8000), color-stop(50%, #fdac00), color-stop(100%, #fd9d00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fd8000 0%, #fdac00 50%, #fd9d00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fd8000 0%, #fdac00 50%, #fd9d00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fd8000 0%, #fdac00 50%, #fd9d00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fd8000 0%, #fdac00 50%, #fd9d00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8000', endColorstr='#fd9d00',GradientType=0 );
  /* IE6-9 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  left: 0;
  min-height: 62px;
  right: 0;
  padding: 12px 14px 12px 110px;
  position: absolute;
  top: 0; }
  @media (max-width: 480px) {
    .title-info {
      min-height: 76px;
      padding: 8px 8px 8px 76px; } }
  .title-info a {
    color: #fff; }
  .title-info .featured-recipe-title {
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 100%;
    margin: 0; }
    .tr-coretext .title-info .featured-recipe-title {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif;
      -webkit-font-smoothing: antialiased; }
    @media (max-width: 480px) {
      .title-info .featured-recipe-title {
        font-size: 18px; } }
  .title-info p {
    margin: 0; }
  .title-info .avatar {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
    /* FF3.5+ */
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
    /* Saf3+, Chrome */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
    /* Standard. Opera 10.5, IE9 */
    background: white;
    height: 82px;
    left: 14px;
    margin: 0;
    position: absolute;
    top: -10px;
    width: 82px; }
    @media (max-width: 480px) {
      .title-info .avatar {
        height: 60px;
        left: 8px;
        top: 8px;
        width: 60px; } }

.featured-member-label {
  font-family: "Rochester";
  font-size: 22px;
  color: #51c3c2;
  margin-top: 10px;
  display: block; }

.featured-recipe .recipe-ribbon {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite-retina.png?ver=1.6") no-repeat 0 -240px;
  background-size: 300px 1000px;
  bottom: -14px;
  height: 79px;
  left: -24px;
  position: absolute;
  text-indent: -10000px;
  width: 236px;
  z-index: 1; }
  .no-backgroundsize .featured-recipe .recipe-ribbon {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite.png?ver=1.6") no-repeat 0 -240px; }
.featured-recipe .feature-info,
.featured-recipe .recent-recipe-meta {
  float: left;
  margin-top: 20px;
  width: 360px; }
.featured-recipe .recent-recipe-meta {
  float: right;
  width: 241px; }
  .featured-recipe .recent-recipe-meta p {
    background-color: #c8e0e7; }
    .featured-recipe .recent-recipe-meta p.share {
      background-color: transparent; }
.featured-recipe .post-ratings .average,
.featured-recipe .post-ratings .total {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
  font-size: 12px; }
.featured-recipe .post-ratings .average {
  border-right: 1px solid #b52025;
  margin: 0 8px 0 15px;
  padding-right: 8px; }
.featured-recipe .post-ratings .post-ratings-image {
  float: left; }
@media (max-width: 1064px) {
  .featured-recipe .recent-recipe-meta {
    float: left;
    margin-left: 0; }
    .featured-recipe .recent-recipe-meta .share {
      padding: 4px 0 0; } }
@media (max-width: 480px) {
  .featured-recipe {
    margin-bottom: 5px; }
    .featured-recipe .feature-info,
    .featured-recipe .recent-recipe-meta {
      float: none;
      width: 100%; } }

.post-ratings-image {
  margin-right: 3px !important; }
  .post-ratings-image:last-child {
    margin-right: 0 !important; }

.featured-image {
  display: inline-block;
  height: 496px;
  width: 630px; }

.featured-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  width: 319px; }

.carousel-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .carousel-list li {
    clear: both;
    padding-left: 10px; }
    .carousel-list li h3 {
      margin: 0; }
    .carousel-list li .description {
      margin: 0; }
    .carousel-list li img {
      float: left;
      margin: 0 10px 6px 0; }

/** Featured Members
 -------------------------------------------------- */
.main-featured-member-avatar {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 166px; }
  @media (max-width: 984px) {
    .main-featured-member-avatar {
      width: 85px; } }

.main-featured-member-info {
  min-height: 160px;
  padding-left: 176px; }
  .main-featured-member-info h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 6px; }
  @media (max-width: 984px) {
    .main-featured-member-info {
      min-height: 95px;
      padding-left: 95px; } }

.featured-member p {
  line-height: 140%;
  margin: 0; }
.featured-member .featured-rating {
  margin-top: 9px; }
.featured-member .avatar {
  margin-top: 1px; }
.featured-member h3 a,
.featured-member h3 a:visited {
  color: #b52025; }
.featured-member h3 a:hover {
  text-decoration: none; }

.members .featured-member .arrow-header {
  margin-top: 0; }

.featured-member-list {
  clear: both;
  display: block;
  margin-bottom: 15px;
  min-height: 76px; }
  .featured-member-list .avatar {
    display: block;
    float: left;
    height: 76px;
    margin-right: 10px;
    margin-top: 0;
    width: 76px; }
  .featured-member-list h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 6px; }
    .featured-member-list h3 a {
      color: #b52025; }
    .tr-coretext .featured-member-list h3 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }

img.shadow-box {
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
  /* FF3.5+ */
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
  /* Saf3+, Chrome */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
  /* Standard. Opera 10.5, IE9 */
  background-color: #fff;
  padding: 4px; }

.featured-rating {
  display: block;
  margin-top: 4px; }

.also-featured img {
  float: left;
  margin: 0 10px 10px 0; }
.also-featured h3 {
  color: #b52025;
  font-size: 16px;
  font-weight: bold; }

/** Inside Tasty Kitchen
 -------------------------------------------------- */
.inside-tk img {
  background-color: #fff;
  height: 127px;
  width: 190px; }
.inside-tk h3, .inside-tk .h3 {
  color: #b52025;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin: 12px 0 0; }
  .tr-coretext .inside-tk h3, .tr-coretext .inside-tk .h3 {
    font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
  .inside-tk h3 a, .inside-tk .h3 a {
    color: #b52025;
    text-decoration: none; }

@media (max-width: 1025px) {
  .inside-tk-entry {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    min-height: 137px;
    padding-left: 205px;
    position: relative; }
    .inside-tk-entry h3 {
      margin-top: 0; } }
@media (max-width: 480px) {
  .inside-tk-entry {
    padding-left: 130px; }
    .inside-tk-entry h3 {
      margin: 0; }
    .inside-tk-entry p {
      margin-top: 4px; } }
.inside-tk-entry .inside-tk-image {
  display: block; }
  @media (max-width: 1025px) {
    .inside-tk-entry .inside-tk-image {
      left: 0;
      position: absolute;
      top: 0; } }
  @media (max-width: 480px) {
    .inside-tk-entry .inside-tk-image {
      height: auto;
      width: 120px; } }

/** Recent Recipes
 -------------------------------------------------- */
.tabbed-header {
  margin-bottom: 0; }

.recipe-list-tabs {
  float: right;
  width: 320px; }
  @media (max-width: 590px) {
    .recipe-list-tabs {
      float: left;
      width: 300px; } }

.nav-tabs {
  background-color: #fcf7ed;
  font-size: 12px;
  height: 36px;
  list-style: none;
  margin: -36px 0 10px;
  padding: 0;
  position: relative;
  z-index: 1; }
  .nav-tabs li {
    background: #fefbf6;
    border: 1px solid #ece8e5;
    border-left: none;
    float: left;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 9px 19px; }
    .nav-tabs li:first-child {
      border-left: 1px solid #ece8e5; }
    .nav-tabs li:hover {
      background: #fcf7ed; }
    .nav-tabs li.active {
      background: white;
      border-bottom: none;
      padding-bottom: 10px; }
    .nav-tabs li a {
      color: #b52025; }
      .nav-tabs li a:hover {
        text-decoration: none; }
    .nav-tabs li.selected {
      background: white;
      border-bottom: 1px solid white; }
  @media (max-width: 590px) {
    .nav-tabs {
      background-color: transparent;
      margin-top: 20px; }
      .nav-tabs li {
        background-color: #fff;
        border: 1px solid #ece8e5;
        margin-right: 5px;
        padding: 6px 15px; }
        .nav-tabs li.selected {
          background-color: #ece8e5;
          border: 1px solid #ece8e5;
          position: relative; }
          .nav-tabs li.selected:after {
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #ece8e5 transparent transparent transparent;
            bottom: -8px;
            content: '';
            display: block;
            height: 0px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            width: 0px; } }
  @media (max-width: 480px) {
    .nav-tabs {
      height: auto;
      margin-top: 10px; }
      .nav-tabs li {
        padding: 4px 10px; } }

.recent-recipe {
  margin: 20px 0; }
  .recent-recipe .crop-img img {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
    /* FF3.5+ */
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
    /* Saf3+, Chrome */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
    /* Standard. Opera 10.5, IE9 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    height: auto;
    padding: 4px;
    width: 100%; }
  .recent-recipe img.avatar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 11px 8px 0; }
    @media (max-width: 820px) {
      .recent-recipe img.avatar {
        display: none; } }
  .recent-recipe .attribution {
    display: inline; }
  .recent-recipe a.h3 {
    color: #4c9395;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    margin: 0 0 5px 0;
    word-wrap: normal; }
    .tr-coretext .recent-recipe a.h3 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
    .recent-recipe a.h3:hover {
      text-decoration: none; }
    @media (max-width: 480px) {
      .recent-recipe a.h3 {
        font-size: 18px; } }
  .recent-recipe .share {
    margin-top: 5px; }
    .recent-recipe .share span {
      color: #6e5c3a;
      font-family: "Rochester";
      font-size: 22px;
      font-weight: normal;
      padding-right: 3px;
      text-transform: lowercase; }

.recent-recipe-thumb {
  float: left;
  width: 40%; }
  .recent-recipe-thumb a {
    display: block;
    overflow: hidden;
    max-height: 179px; }

.recent-recipe-info {
  float: left;
  margin-left: 2.5%;
  width: 57.5%; }
  .recent-recipe-info.blog {
    width: 68%; }
  .lt-ie8 .recent-recipe-info {
    width: 56%; }
  .recent-recipe-info .avatar {
    float: left; }

.recent-recipe-excerpt {
  clear: both; }

.paged .arrow-header {
  margin-top: 0; }
.paged .recent-recipe .attribution .h3 {
  font-size: 16px; }
.paged .recent-recipe .attribution .by {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 0; }
.paged .recent-recipe .avatar {
  margin: 0 6px 6px 0; }

.recipe-third-extended {
  margin-left: 2%;
  width: 32%; }
  .lt-ie8 .recipe-third-extended {
    margin-left: 6%;
    width: 35%; }
  @media (max-width: 1025px) {
    .recipe-third-extended {
      margin-left: 0;
      width: 100%; } }

.recent-recipe-meta {
  float: right;
  max-width: 270px;
  width: 100%; }
  .recent-recipe-meta .prep-stats span {
    display: inline-block;
    width: 44%; }
  .recent-recipe-meta .prep-stats span:nth-of-type(2n) {
    margin-left: 2%;
    width: 52%; }
  .recent-recipe-meta p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e4f0f3;
    color: #6e5c3a;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 3px 0;
    padding: 8px; }
    @media (max-width: 1025px) {
      .recent-recipe-meta p {
        font-size: 12px;
        padding: 4px; } }
  .recent-recipe-meta input[type='radio'] {
    margin-left: 10px;
    margin-right: 5px; }
  .recent-recipe-meta .share {
    background-color: transparent;
    font: 22px "Rochester";
    text-transform: lowercase; }
    .recent-recipe-meta .share strong:after {
      content: ""; }
  @media (max-width: 1025px) {
    .recent-recipe-meta {
      clear: both;
      float: left;
      margin-top: 14px;
      max-width: 100%; } }

.social-share-icon {
  background-color: #fdae40;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font: normal 20px/27px "tk-icon";
  height: 24px;
  margin-right: 8px;
  padding: 2px 3px 4px;
  text-align: center;
  text-transform: lowercase;
  vertical-align: middle;
  width: 24px; }
  .social-share-icon:visited {
    color: white; }
  .social-share-icon:hover {
    background-color: #51c3c2;
    color: white;
    text-decoration: none; }

.recent-recipe-meta .set-serving-size {
  padding: 4px 8px; }

.set-serving-size label {
  font-size: 12px;
  font-weight: normal;
  margin: 0; }
.set-serving-size .servings-input {
  background: white;
  border-color: #51c3c2;
  font-weight: normal;
  height: auto;
  padding: 3px 8px;
  width: 50px; }

.set-measurements label {
  display: inline;
  font-weight: normal;
  margin: 0;
  width: 32%; }

.post-ratings {
  margin-bottom: 10px; }
  .post-ratings a {
    color: #b52025; }
  .post-ratings .average,
  .post-ratings .total {
    color: #b52025;
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    text-align: right;
    float: right;
    margin-left: 6px;
    position: relative;
    top: 3px; }
    .lt-ie9 .post-ratings .average, .lt-ie9
    .post-ratings .total {
      font-size: 10px; }
    .post-ratings .average .total,
    .post-ratings .total .total {
      margin-left: 3px; }
    .tr-coretext .post-ratings .average, .tr-coretext
    .post-ratings .total {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif;
      font-size: 11px; }

/** Photo View
 -------------------------------------------------- */
.recent-recipe-photo-list {
  list-style: none;
  padding: 0; }

.photo-view {
  float: left;
  margin: 30px;
  overflow: hidden; }
  .photo-view a {
    display: block;
    height: 179px;
    overflow: hidden;
    width: 270px; }

/** Single Recipe
 -------------------------------------------------- */
.avatar {
  height: auto;
  margin-top: 5px; }

.recipe-title {
  margin-bottom: 15px; }
  .recipe-title h1 {
    color: #b52025;
    font: normal 30px/1.1 Georgia, "Times New Roman", Times, serif;
    margin: 0; }
    .tr-coretext .recipe-title h1 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
  .recipe-title p {
    margin: 0; }

.byline {
  font-size: 12px;
  margin-top: 3px; }

.recipe-wrapper {
  color: #6e5c3a;
  margin-top: 5px; }
  .recipe-wrapper h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0.1em;
    margin-top: 0.3em; }
  .recipe-wrapper h3 + span p {
    margin-top: 0; }

.recipe-banner {
  margin-bottom: 15px; }

.recipe-details .avatar {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 0; }

.full-post {
  background-color: #e5f4f9;
  color: #4c9395;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding: 0 47px;
  position: relative; }
  @media (max-width: 480px) {
    .full-post {
      height: auto;
      line-height: 20px;
      min-height: 29px;
      padding: 2px 47px; } }
  .full-post:hover {
    background-color: #d9eff6;
    color: #4c9395;
    text-decoration: none; }
  .full-post:before, .full-post:after {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite.png?ver=1.6") no-repeat -34px -200px;
    content: "";
    display: block;
    height: 29px;
    left: 0;
    position: absolute;
    top: 0;
    width: 29px; }
  .full-post:after {
    background-position: 0 -200px;
    left: auto;
    right: 0; }

.the_recipe_image {
  background-color: #fff;
  border: 1px solid #efeeed;
  padding: 3px; }

.recipe-management ul {
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  padding: 0; }
.recipe-management li {
  border-bottom: 1px solid #fcf0d9;
  padding: 4px 0; }
.recipe-management a,
.recipe-management a:visited {
  font-weight: normal;
  color: #b52025; }
.recipe-management a:hover {
  color: #b52025; }
.recipe-management input[type='submit'].text-submit {
  font-size: 12px !important;
  font-weight: normal; }
  .recipe-management input[type='submit'].text-submit:hover {
    color: #b52025; }

.servings-input {
  background-color: transparent;
  border: none;
  border: 1px solid transparent;
  color: #6e5c3a;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 100px; }
  .servings-input:hover {
    border: 1px solid #51c3c2; }

.recipe-description p {
  font-size: 14px; }

.ingredients {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ingredients li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -0.5em; }
  .ingredients li:before {
    color: #fec372;
    content: "• ";
    display: inline-block;
    font-size: 20px;
    line-height: 12px;
    position: relative;
    top: 0.15em;
    vertical-align: center; }

.user-info {
  background-color: #fcf7ed;
  border: 1px solid #fcf0d9;
  margin-top: 20px; }
  .user-info.recipes-only {
    max-width: 418px; }
    .user-info.recipes-only .more-from {
      border-right: 0; }
  .user-info.social-only {
    max-width: 418px;
    padding-left: 20px; }
  .user-info h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0; }
  .user-info .more-from,
  .user-info .author-social {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .user-info .more-from {
    border-right: 1px solid #fcf0d9;
    padding: 20px; }
    .user-info .more-from .recipe {
      display: block;
      float: left;
      margin-left: 20px;
      width: 178px; }
      .user-info .more-from .recipe:nth-of-type(1) {
        margin-left: 0; }
      .lt-ie8 .user-info .more-from .recipe {
        margin-left: 0;
        margin-right: 20px; }
      .user-info .more-from .recipe h4 {
        font: bold 14px Georgia, "Times New Roman", Times, serif;
        margin: 10px 0 0; }
        .tr-coretext .user-info .more-from .recipe h4 {
          font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
        .user-info .more-from .recipe h4 a:hover {
          color: #4c9395; }
      .user-info .more-from .recipe img {
        height: auto;
        width: 170px; }
      @media (max-width: 480px) {
        .user-info .more-from .recipe {
          clear: left;
          margin-left: 0; }
          .user-info .more-from .recipe:nth-of-type(2) {
            margin-top: 15px; } }
  .user-info .more-from-thumb-wrap {
    height: 121px;
    width: 178px; }
    .lt-ie8 .user-info .more-from-thumb-wrap {
      height: 113px;
      width: 170px; }
  .user-info .more-from-thumb {
    display: block;
    height: 113px;
    overflow: hidden;
    width: 170px; }
  .user-info .author-social {
    padding: 20px 20px 20px 0; }
    .user-info .author-social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .user-info .author-social ul li a {
        display: block;
        padding: 5px 0; }
    @media (max-width: 1025px) {
      .user-info .author-social {
        margin-left: 20px;
        padding-top: 0; }
        .user-info .author-social h3 {
          margin-bottom: 5px; }
        .user-info .author-social li {
          display: inline-block;
          margin-left: 20px; }
          .user-info .author-social li:nth-of-type(1) {
            margin-left: 0; } }
    @media (max-width: 946px) {
      .user-info .author-social {
        clear: both; } }
    @media (max-width: 480px) {
      .user-info .author-social li {
        display: block;
        margin-left: 0; } }

.shortcode .recipe-title a:hover {
  color: #4c9395; }

/** Add Recipe Page
 -------------------------------------------------- */
.errors {
  color: #b52025;
  background: rgba(181, 32, 37, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px; }

.recipe-rules {
  color: #666666;
  margin-bottom: 10px; }

input[type="text"] {
  color: #666666; }

.status {
  color: #666666;
  font-size: 12px; }

input,
select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px; }

.ingredient-entry,
.tag-entry {
  padding-right: 40px;
  position: relative; }

.ingredient-entry input[type="text"],
.ingredient-entry .styled-select {
  float: left;
  margin-right: 5px; }
.ingredient-entry .input_tip,
.ingredient-entry .styled-select {
  width: 25%; }
.ingredient-entry .ingredient-name {
  width: 46%; }
.ingredient-entry input#quantity {
  width: 15%; }
.ingredient-entry input#ingredient {
  width: 57%; }

.tag-entry {
  width: 50%; }

.add-ingredient-button {
  height: 26px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2px;
  width: 26px; }

.chosen-ingredients {
  width: 100%; }
  .chosen-ingredients ul {
    list-style: none;
    padding: 0; }
  .chosen-ingredients li {
    clear: both;
    margin-bottom: 5px; }
    .chosen-ingredients li:hover {
      cursor: move; }
  .chosen-ingredients a {
    float: left;
    margin-right: 5px; }

.ingredient-item {
  display: block;
  float: left;
  line-height: 18px;
  max-width: 500px;
  padding-top: 3px; }

.tag-item {
  line-height: 26px; }

/** Community Page
 -------------------------------------------------- */
.community-user-block {
  height: auto;
  margin-bottom: 10px;
  min-height: 80px;
  width: 100%; }
  .community-user-block .h3 {
    color: #b52025;
    display: block;
    margin: 0 0 0;
    padding-top: 5px; }
    .community-user-block .h3 a {
      color: #b52025; }

/** Comments
 -------------------------------------------------- */
.comments a:hover {
  text-decoration: none; }

.comment,
.review {
  background-color: #fcf7ed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #6e5c3a;
  margin-bottom: 3px;
  min-height: 62px;
  padding: 6px 0 6px 66px;
  position: relative; }
  .comment.odd,
  .review.odd {
    background-color: #fefbf6; }
  .comment .avatar,
  .review .avatar {
    left: 6px;
    margin-top: 0;
    position: absolute; }
  .comment h4,
  .review h4 {
    margin: 0 0 4px 0;
    font-weight: normal; }
    .comment h4 a,
    .review h4 a {
      color: #b52025;
      font-weight: bold; }
    .comment h4 + p,
    .review h4 + p {
      margin-top: 5px; }
  .comment p,
  .review p {
    line-height: 150%;
    margin-bottom: 0;
    padding-right: 110px; }
    @media (max-width: 480px) {
      .comment p,
      .review p {
        padding-right: 0; } }

#message-threads {
  background-color: #fcf7ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #6e5c3a;
  margin-bottom: -12px;
  min-height: 62px;
  position: relative; }
  #message-threads tr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid white;
    display: table-row; }
  #message-threads td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 18px 0; }
  #message-threads .thread-from {
    font-size: 12px; }
  #message-threads .thread-info {
    font-size: 12px; }
  #message-threads .avatar {
    left: 6px;
    margin-top: 0;
    position: absolute;
    width: 8%; }
  #message-threads h4 {
    font-weight: normal;
    margin: 0 0 4px 0; }
    #message-threads h4 a {
      color: #b52025;
      font-weight: bold; }
    #message-threads h4 + p {
      margin-top: 5px; }
  #message-threads p {
    line-height: 150%;
    margin-bottom: 0;
    padding-right: 110px; }
    @media (max-width: 480px) {
      #message-threads p {
        padding-right: 0; } }
  #message-threads input[type="checkbox"] {
    visibility: visible; }
  #message-threads a.button, #message-threads a.button-alpha, #message-threads a.button-cappa, #message-threads a.button-delta, #message-threads a.button-beta {
    padding-top: 0;
    position: relative;
    top: -4px;
    left: 5px; }

.review-post-ratings {
  clear: both;
  float: right;
  margin-right: 10px;
  margin-top: -18px;
  width: 90px; }

.comment-review-header {
  color: #51c3c2;
  display: inline-block;
  font: 30px "Rochester";
  margin: 50px 0 0; }

.comments-reviews {
  background-color: transparent;
  color: #51c3c2;
  font-size: 36px;
  margin: 40px 0 5px; }

.review-links a,
.review-links a:visited,
.recipe-actions a,
.recipe-actions a:visited {
  color: #6e5c3a; }
.review-links a:hover,
.recipe-actions a:hover {
  color: #51c3c2;
  text-decoration: none; }

.review-links {
  margin-top: 50px;
  text-align: right; }

.recipe-actions {
  border-bottom: 1px solid #fcf0d9;
  border-top: 1px solid #fcf0d9;
  margin: 10px 0;
  padding: 6px 0 5px; }
  .recipe-actions ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .recipe-actions li {
    display: block;
    float: left; }
    @media (max-width: 480px) {
      .recipe-actions li {
        float: none; } }

.leave-a-comment,
.review-link,
.add-to-recipes-link,
.remove-from-recipes-link,
.print-recipe-link {
  font: 20px "Rochester";
  margin-right: 20px;
  padding: 2px 3px 4px;
  text-transform: lowercase; }

.leave-a-comment:before {
  content: 'p'; }

.review-link:before {
  content: 'o'; }

.add-to-recipes-link:before {
  content: 'D';
  text-transform: uppercase; }

.remove-from-recipes-link:before {
  content: 'E';
  text-transform: uppercase; }

.print-recipe-link:before {
  content: 'j'; }

.comment-avatar .avatar {
  margin-right: 20px; }

.comment-content {
  margin-left: 70px; }

#upload-image-form {
  display: none; }

input[type='submit'].text-submit {
  background-color: transparent;
  border: none;
  color: #b52025;
  display: inline;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  padding: 0;
  text-transform: none;
  text-shadow: none; }
  input[type='submit'].text-submit:hover {
    background-color: transparent;
    color: #51c3c2;
    text-decoration: underline; }

#upload-image-form {
  background-color: #fcf0d9;
  padding: 10px;
  width: 240px; }
  #upload-image-form .close {
    background: #fdae40;
    color: white;
    display: block;
    float: right;
    margin: -5px -5px 0 0;
    padding: 4px 8px; }
  #upload-image-form label {
    margin-top: 0; }
  #upload-image-form .submit {
    margin-top: 10px; }

/** General Forms
 -------------------------------------------------- */
label {
  color: #6e5c3a;
  display: block;
  font: bold 14px Raleway, Helvetica, Arial, sans-serif;
  margin: 20px 0 5px; }

input[type='text'] {
  height: 35px; }
  .lt-ie8 input[type='text'] {
    height: 21px; }

input[type='text'],
input[type='password'],
textarea {
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }

input[type='text'],
input[type='password'],
textarea,
select,
.chosen-container-multi .chosen-choices {
  width: 100%;
  border: 1px solid #fcf0d9;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 8px; }

input[type='checkbox'] + label {
  display: inline-block; }

input[type="checkbox"] {
  margin-bottom: 12px;
  position: absolute;
  visibility: hidden; }

input[type="checkbox"] + label:before {
  border: 1px solid #fcf0d9;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 14px;
  margin-bottom: -3px;
  margin-right: 9px;
  width: 14px; }

input[type="checkbox"]:checked + label:before {
  background: #fcf7ed;
  border: 1px solid #fcf0d9;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #fdae40;
  content: "✔";
  display: inline-block;
  height: 14px;
  line-height: 15px;
  margin-right: 9px;
  text-indent: 1px;
  width: 14px; }

.tall-textarea {
  height: 160px; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto !important;
  color: #A9A9A9 !important; }

.fancy-select-set {
  margin-top: 20px; }

.styled-select {
  background: white url("../img/ddl-arrow.png?ver=1.6") no-repeat right;
  border: 1px solid #fcf0d9;
  box-sizing: border-box;
  height: 32px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 100%; }
  .styled-select select {
    background: transparent;
    color: #666666;
    width: 115%;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none; }

.styled-select #members-all {
  width: 104%; }

.search-sort #recipe-sort, .compose-wrapper #recipe-sort {
  width: 125%; }

.styled-select-narrow {
  width: 50%; }

.fancy-select-label {
  margin-top: 8px; }

.fancy-select-combo input {
  float: left;
  width: 50%; }
.fancy-select-combo .styled-select {
  float: right;
  width: 48%; }

/** Comment/Review Forms
 -------------------------------------------------- */
.comment-review-form {
  background-color: #fcf7ed;
  margin-bottom: 20px;
  padding: 20px; }
  .comment-review-form h4 {
    float: left;
    font: 20px Georgia, "Times New Roman", Times, serif;
    margin: 0;
    width: 45%; }
    .tr-coretext .comment-review-form h4 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
  .comment-review-form .user-note {
    font-size: 13px;
    margin: 3px 0 0;
    text-align: right; }
  .comment-review-form textarea {
    border: #fcf0d9;
    height: 120px;
    margin: 20px 0;
    width: 100%; }
  .comment-review-form.closed {
    display: none; }
  .comment-review-form.open {
    display: block; }
  
    .comment-review-form #commentform textarea {
        margin:0px 0 20px 0;
    }

.load-more {
  border-bottom: 1px solid #fcf0d9;
  padding: 10px 0 15px;
  text-align: center; }

/** Advanced Search
 -------------------------------------------------- */
.recipe-search-header {
  margin-bottom: 10px;
  margin-top: 0; }

.more-search-header,
.member-search-header {
  margin-bottom: 0; }

.form-radio-options {
  clear: both;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0; }
  .form-radio-options li {
    display: inline;
    margin: 0 0 5px 12px; }
  .form-radio-options label {
    display: inline;
    float: none;
    width: auto; }

.search-members-link {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite-retina.png?ver=1.6") no-repeat 0 -120px;
  background-size: 300px 1000px;
  display: block;
  height: 24px;
  float: right;
  text-indent: -10000px;
  width: 197px; }
  .no-backgroundsize .search-members-link {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite.png?ver=1.6") no-repeat 0 -120px; }

.submit-row {
  border-top: 1px solid #fcf0d9;
  margin-top: 25px; }

.search-option-label {
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  margin: 4px 0 7px; }

/** Advanced Blog Search
 -------------------------------------------------- */
.blog-search-header {
  margin-top: 0; }

/** Recipe Box Search
 -------------------------------------------------- */
.recipe-box-search-options {
  background-color: #fcf7ed;
  border: 1px solid #fcf0d9;
  margin-bottom: 20px;
  padding: 10px; }

.search-sort, .compose-wrapper {
  display: block;
  background-color: #fcf7ed;
  border: 1px solid #fcf0d9;
  margin: 20px 0;
  padding: 0 20px; }
  .search-sort label, .compose-wrapper label {
    color: #6e5c3a;
    display: block;
    font: bold 14px Raleway, Helvetica, Arial, sans-serif;
    margin-top: 15px; }

.recipe-box-quick-search {
  float: left;
  width: 62%; }

.recipe-box-sort {
  border-left: 1px solid #fcf0d9;
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

/** Signup/Register
 -------------------------------------------------- */
.already-member {
  float: right;
  border-left: 1px solid #fcf0d9;
  padding: 0 0 20px 30px;
  margin-left: 20px; }

/** Member Profile
 -------------------------------------------------- */
.member-profile .arrow-header-inner {
  display: block;
  float: left;
  width: 100px; }

.member-tabs {
  line-height: 30px;
  list-style: none;
  display: inline-block;
  float: right;
  margin: 0 20px 0 0;
  padding: 0;
  height: 30px; }
  .member-tabs li {
    display: inline-block;
    margin-left: 34px;
    font: bold 14px Raleway, Helvetica, Arial, sans-serif; }
    .member-tabs li a {
      color: #b52025; }
      .member-tabs li a:visited {
        color: #b52025; }
    .member-tabs li.current:before {
      content: '{';
      color: #b52025;
      font-size: 24px;
      font-weight: normal;
      line-height: 30px;
      margin-right: 10px;
      position: relative;
      top: 4px; }
    .member-tabs li.current:after {
      content: '}';
      color: #b52025;
      font-size: 24px;
      font-weight: normal;
      line-height: 30px;
      margin-left: 10px;
      position: relative;
      top: 4px; }
  .member-tabs #user-friends span {
    display: none; }

.find-me {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0; }
  .find-me li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px; }

.member-name {
  margin-bottom: 30px;
  color: #fdae40;
  font: normal 30px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 10px 0; }
  .tr-coretext .member-name {
    font-family: "Inika", Georgia, "Times New Roman", Times, serif; }

.member-stats {
  margin-top: 20px; }
  .member-stats table {
    width: 100%; }
  .member-stats tr:nth-of-type(2n+1) td, .member-stats tr:nth-of-type(2n+1) th {
    background-color: #f1f9f6; }
  .member-stats th {
    text-align: left;
    color: #b52025;
    white-space: nowrap; }
  .member-stats td, .member-stats th {
    padding: 5px; }

.logged-in-options ul {
  list-style: none;
  font-size: 12px;
  margin-top: 0;
  padding: 0; }
  .logged-in-options ul li {
    display: inline; }
    .logged-in-options ul li:after {
      content: "/";
      color: #e89700;
      padding: 0 4px; }
    .logged-in-options ul li:last-of-type:after {
      content: ""; }
.logged-in-options .button-alpha, .logged-in-options .button-cappa, .logged-in-options .button-delta {
  margin-top: 10px; }

.friendship-button a,
.private-message-btn {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite-retina.png?ver=1.6") no-repeat 0 -40px;
  background-size: 300px 1000px;
  display: block;
  height: 31px;
  text-indent: -10000px;
  width: 186px; }
  .no-backgroundsize .friendship-button a, .no-backgroundsize
  .private-message-btn {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite.png?ver=1.6") no-repeat 0 -40px; }

.friendship-button.pending_friend a,
.friendship-button.is_friend a {
  background: transparent;
  text-indent: 0;
  text-align: center;
  height: auto; }

.private-message-btn {
  background-position: 0 -80px;
  height: 26px;
  margin: 10px 0; }

.member-profile h3 {
  color: #51c3c2;
  border-bottom: 1px solid #fcf0d9;
  padding-bottom: 5px; }

.member-info .profile-edit .avatar {
  margin: 0 20px 10px 0;
  height: auto;
  width: 100%; }
.member-info .profile-edit .button-alpha, .member-info .profile-edit .button-cappa, .member-info .profile-edit .button-delta {
  width: 100%; }
.member-info .c1 {
  float: left;
  margin-right: 20px;
  min-height: 90px; }
.member-info .c2-8 {
  float: left;
  width: 70%; }
.member-info .c1-8 {
  float: none;
  clear: both; }

.wire-list .avatar {
  margin: 0 20px 0 0; }
.wire-list .avatar-container {
  float: left;
  height: 100%; }
.wire-list h5 {
  font: 400 16px Georgia, "Times New Roman", Times, serif;
  color: #fdae40;
  margin: 0;
  padding-top: 1px; }
  .tr-coretext .wire-list h5 {
    font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
  .wire-list h5 a {
    color: #fdae40; }
  .wire-list h5 .item-button {
    font: normal 10px Raleway, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 3px 5px;
    background-color: #fdae40;
    color: white; }

.wire-item {
  border-bottom: 1px solid #fcf0d9;
  min-height: 74px;
  padding: 15px 0 0; }

.wire-text {
  float: left;
  width: 80%; }
  .wire-text p {
    margin-top: 0; }
  @media (max-width: 480px) {
    .wire-text {
      width: 100%; } }

#wire-post-new .avatar {
  display: none; }
#wire-post-new #wire-post-new-input {
  margin: 5px 0; }
#wire-post-new h5 {
  font: 700 16px Georgia, "Times New Roman", Times, serif;
  color: #fdae40;
  margin: 0;
  padding-top: 1px; }
  .tr-coretext #wire-post-new h5 {
    font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
#wire-post-new form {
  background-color: #fcf7ed; }
  #wire-post-new form textarea {
    border: 1px solid #fcf0d9;
    width: 100%;
    height: 100px; }

.recipe-box h3 {
  border-bottom: none; }

.rb-recipe {
  margin: 20px 0; }
  .rb-recipe .row {
    margin-top: 10px; }
  .rb-recipe .recipe-excerpt-container {
    float: left;
    width: 51%; }
    .rb-recipe .recipe-excerpt-container p {
      margin-top: 0; }
    @media (max-width: 1025px) {
      .rb-recipe .recipe-excerpt-container {
        width: 60%; } }
  .rb-recipe .recipe-image-container {
    float: left;
    margin-right: 15px; }
    .rb-recipe .recipe-image-container a {
      display: block;
      height: 120px;
      overflow: hidden;
      width: 181px; }
      @media (max-width: 900px) {
        .rb-recipe .recipe-image-container a {
          height: 98px;
          width: 150px; } }
      @media (max-width: 470px) {
        .rb-recipe .recipe-image-container a {
          height: 72px;
          width: 110px; } }
      @media (max-width: 390px) {
        .rb-recipe .recipe-image-container a {
          height: 53px;
          width: 80px; } }

.rb-recipe-header {
  margin-bottom: 10px; }

.rb-recipe-title {
  font-size: 22px;
  font-weight: normal;
  margin: 0; }
  @media (max-width: 480px) {
    .rb-recipe-title {
      font-size: 18px; } }

.search-submit {
  background: none;
  border: none;
  color: #fdae40;
  display: inline;
  font-family: "tk-icon" !important;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: none;
  text-transform: lowercase;
  width: 14px; }

.comment-bar,
.pag-count {
  color: #666666;
  font-family: "Rochester";
  font-size: 20px;
  margin: 14px 0; }

.pag-count {
  color: #666666;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 14px 0; }

.item-list-tabs {
  clear: both;
  margin: 18px 0 12px;
  font-size: 0; }
  .item-list-tabs ul {
    border-bottom: 1px solid #fcf0d9;
    list-style: none;
    margin: 0;
    padding: 0; }
    .item-list-tabs ul li {
      border: 1px solid #fcf0d9;
      border-bottom: none;
      display: inline-block;
      height: 36px;
      margin-right: 5px; }
      .item-list-tabs ul li a {
        background-color: #fcf7ed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #b52025;
        display: inline-block;
        font: bold 14px Raleway, Helvetica, Arial, sans-serif;
        height: 36px;
        padding: 10px 14px; }
      .item-list-tabs ul li:hover a {
        text-decoration: none; }
      .item-list-tabs ul li.selected a {
        background-color: #fff !important;
        height: 38px; }

.compose-wrapper {
  padding: 0 20px 12px; }

.form-control {
  display: block;
  float: left;
  height: auto;
  margin-right: 20px;
  position: relative; }
  .form-control input[type="submit"] {
    font-family: "tk-icon";
    line-height: 30px;
    height: 32px;
    margin-top: -33px;
    margin-right: 0;
    margin-left: auto;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: lowercase;
    width: 30px; }

.more-messages {
  text-align: center;
  padding: 20px 0; }

/** Sidebar
 -------------------------------------------------- */
.sidebar {
  background-color: #f9f8f7;
  border: 1px solid #efeeed;
  padding-bottom: 15px; }
  .lt-ie8 .sidebar {
    padding-top: 15px; }

/** Pagination
 -------------------------------------------------- */
.paged-comments {
  margin: 10px 0; }
  .paged-comments .page-numbers {
    background-color: #fcf7ed;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 9px; }
    .paged-comments .page-numbers.dots {
      background-color: transparent; }

#jump-button {
  background-color: #fcf7ed;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 9px; }

input#wire-post-submit {
  background-color: #e89700;
  color: white;
  padding: 8px 18px;
  text-transform: capitalize; }
  input#wire-post-submit:visited {
    color: white; }
  input#wire-post-submit:hover {
    background-color: #fdae40;
    color: white;
    text-decoration: none; }

#jump-button {
  cursor: pointer; }

.jump-page-input {
  line-height: 22px;
  position: relative;
  top: 1px; }
  .oldie .jump-page-input {
    height: 28px;
    top: 6px;
    width: 30px; }

/** Recipe Excerpts (popular recipes on home page and search results)
 -------------------------------------------------- */
.recipe-default-excerpt {
  margin-bottom: 20px; }

.recipe-default-excerpt-thumb {
  float: left;
  margin-bottom: 20px; }
  .recipe-default-excerpt-thumb a {
    display: block;
    height: 113px;
    overflow: hidden;
    width: 179px; }
  .recipe-default-excerpt-thumb img {
    height: auto; }

.recipe-default-excerpt-avatar {
  left: 0;
  position: absolute;
  top: 0; }
  .recipe-default-excerpt-avatar .avatar {
    margin-top: 0; }

.recipe-default-excerpt-info {
  font-size: 14px;
  margin-left: 198px;
  min-height: 85px;
  position: relative; }
  .recipe-default-excerpt-info h4, .recipe-default-excerpt-info p {
    margin: 0; }
  .recipe-default-excerpt-info h4 {
    color: #b52025;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.1;
    margin: 0 0 3px; }
    .tr-coretext .recipe-default-excerpt-info h4 {
      font-family: "Inika", Georgia, "Times New Roman", Times, serif; }
    .recipe-default-excerpt-info h4 a {
      color: #b52025;
      text-decoration: none; }
  .recipe-default-excerpt-info .pop-meta {
    line-height: 1.1; }
  .recipe-default-excerpt-info .post-ratings {
    margin-bottom: 0;
    margin-top: 8px; }
    .recipe-default-excerpt-info .post-ratings .average,
    .recipe-default-excerpt-info .post-ratings .total {
      display: none; }
    .recipe-default-excerpt-info .post-ratings .post-ratings-image {
      margin-top: -3px; }
  .recipe-default-excerpt-info.has-avatar {
    padding-left: 74px; }

/** search results
 -------------------------------------------------- */
.search-result-header {
  margin: 0; }

.nested-nav-tabs {
  float: right;
  margin-bottom: 8px;
  margin-right: 20px; }
  @media (max-width: 980px) {
    .nested-nav-tabs {
      background-color: transparent;
      float: left;
      margin-top: 20px; }
      .nested-nav-tabs li {
        background-color: #fff;
        border: 1px solid #ece8e5;
        margin-right: 5px;
        padding: 6px 15px; }
        .nested-nav-tabs li.selected {
          background-color: #ece8e5;
          border: 1px solid #ece8e5;
          position: relative; }
          .nested-nav-tabs li.selected:after {
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #ece8e5 transparent transparent transparent;
            bottom: -8px;
            content: '';
            display: block;
            height: 0px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            width: 0px; } }

.search-results .recipe-default-excerpt {
  border-bottom: 1px solid #efeeed;
  margin-bottom: 12px;
  min-height: 100px; }

.search-rating-meta {
  display: inline-block;
  padding: 3px 0 0 5px; }

.result-count {
  border-bottom: 1px solid #efeeed;
  margin: 0;
  padding-bottom: 10px; }

/** Log In Screen
 -------------------------------------------------- */
body.login div#login form {
  background: none !important; }

.messages-options-nav select {
  display: inline-block;
  width: auto; }

/** Registration/Profile Management
 -------------------------------------------------- */
.avatar-upload input[type="file"] {
  float: left;
  margin: 7px 10px 0 0; }
.avatar-upload .submit-button {
  float: left; }

/** 404
 -------------------------------------------------- */
.list-404 {
  list-style: none;
  padding: 0; }
  .list-404 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 5px;
    border-bottom: 1px solid #fcf7ed; }
    .list-404 li span {
      float: right;
      color: #edd096; }

/** Profile Edit Screen
 -------------------------------------------------- */
.notification-settings {
  border-spacing: 0;
  margin-bottom: 20px;
  margin-left: -10px;
  width: 80%; }
  .notification-settings th, .notification-settings td {
    padding: 5px 5px 0; }
  .notification-settings th {
    padding-left: 0;
    text-align: left; }
  .notification-settings td:nth-of-type(2) {
    padding-left: 0; }
  .notification-settings .yes, .notification-settings .no {
    width: 10%; }
  .notification-settings .icon {
    padding: 0;
    width: 1px; }

/** Blog front page slider
-------------------------------------------------- */
.slidecontrols {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .slidecontrols a {
    background-image: url(../img/sprite-arrows.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    margin-top: -12px;
    position: absolute;
    text-indent: -9999em;
    top: 50%;
    width: 26px;
    z-index: 100; }
  .slidecontrols .jcarousel-prev-small {
    background-position: -33px;
    left: 5px; }
    @media (min-width: 480px) {
      .slidecontrols .jcarousel-prev-small {
        left: 15px; } }
    @media (min-width: 760px) {
      .slidecontrols .jcarousel-prev-small {
        left: -12px; } }
  .slidecontrols .jcarousel-next-small {
    background-position: -3px;
    right: 45px; }
    @media (min-width: 480px) {
      .slidecontrols .jcarousel-next-small {
        right: 55px; } }
    @media (min-width: 760px) {
      .slidecontrols .jcarousel-next-small {
        right: 23px; } }

.scroller-item a span {
  background: #a5c7d6; }

.scroller-item a span:after {
  border-top-color: #a5c7d6; }

.scroller-item a span strong {
  color: #3d6272; }

.scroller-title {
  background-position: 0 -310px; }

.scroller {
  background-color: #f4eddd;
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  margin: 10px 0;
  height: 105px;
  position: relative; }
  .scroller ul,
  .scroller ul li {
    list-style-type: none; }
  .scroller ul {
    margin: 0; }
  @media (min-width: 480px) {
    .scroller {
      margin: 0 0 15px; } }

.slider-wrapper {
  display: block;
  height: 105px;
  overflow: hidden;
  position: relative;
  width: 254px;
  margin: 0 auto; }
  @media (min-width: 480px) {
    .slider-wrapper {
      width: 381px; } }
  @media (min-width: 1048px) {
    .slider-wrapper {
      width: 652px; } }

.slider {
  display: block;
  height: 85px;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  width: 2000em; }
  .slider:last-child {
    margin-right: 30px; }

.scroller-item {
  display: block;
  float: left;
  margin: 0 3px 10px 3px;
  position: relative; }
  .scroller-item img.wp-post-image {
    background: url(/wp-content/themes/multi/images/bg-scroller-img.png?v=20130206) no-repeat;
    max-width: none;
    padding: 6px; }
  .scroller-item a,
  .scroller-item a:hover {
    display: block;
    text-decoration: none; }
  .scroller-item a span {
    background: #fff;
    -moz-border-radius: 3px;
    /* FF1+ */
    -webkit-border-radius: 3px;
    /* Saf3+, Chrome */
    border-radius: 3px;
    /* Standard. IE9 */
    /**
     * @bugfix border-radius background bleed
     * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
     */
    -webkit-background-clip: padding-box;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: #5f6161;
    display: none;
    font-size: 11px;
    left: 0px;
    padding: 11px;
    position: absolute;
    top: -5px;
    width: 100px;
    z-index: 20; }
    .scroller-item a span strong {
      color: #5690aa;
      display: block;
      font-size: 12px;
      font-weight: bold;
      padding-bottom: 2px; }
  .scroller-item a span:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #a5c7d6;
    border-width: 6px;
    left: 50%;
    margin-left: -6px; }

.pw-recommended-post.scroller-item a span {
  left: -6px;
  bottom: 76px;
  top: auto; }

@media (min-width: 1048px) {
  .no-touch .scroller-item a:hover span,
  .scroller-item a.on span {
    display: block; } }

.featured_recipes-widget {
  padding-bottom: 5px; }

.sidebar-featured-recipe {
  padding: 15px 5px 10px 5px;
  border-bottom: 1px solid #a5c7d6; }

.sidebar-featured-recipe:last-child {
  border-bottom: none; }

.sidebar-featured-recipe .recent-recipe-thumb {
  margin: 0 7px 7px 0; }

.widget {
  margin: 15px auto 0;
  width: 300px; }
  .widget h3 {
    background: #51c3c2;
    border-bottom: 5px solid white;
    margin: 0 0 5px;
    padding: 5px 8px 4px; }
    .widget h3 a {
      color: white; }
      .widget h3 a:hover {
        text-decoration: none; }
  .widget .post_image {
    display: block;
    margin: 8px auto 0; }

.widget-inner-wrapper {
  background-color: #f6f6f5; }

.widget-text {
  font-size: 14px;
  padding: 12px 8px 0; }

.widget .more-link {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 8px 8px 2px 0;
  text-align: right; }

.widget .more-link a {
  background-color: #eaeae8;
  color: #dd6d34;
  display: inline-block;
  padding: 4px 8px; }
  .widget .more-link a:hover {
    background-color: #fdae40;
    color: white;
    text-decoration: none; }

.widget_sidebarad {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0; }

.captchaSizeDivLarge {
  margin-top: 30px; }

.register-submit {
  margin-top: 20px; }

.featured-member-widget {
  margin-bottom: 12px; }
  .featured-member-widget img {
    margin-bottom: 6px; }
  .featured-member-widget h3 {
    font-size: 16px;
    line-height: 20px; }
  .featured-member-widget .widget-text {
    padding-top: 0; }

.welcome-message {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/welcome.png?ver=1.6") no-repeat 0 0;
  margin-bottom: 6px; }
  .no-backgroundsize .welcome-message {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/welcome-sm.png?ver=1.6") no-repeat 0 0; }

.welcome-back-message {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/welcome-back.png?ver=1.6") no-repeat 0 0;
  margin-bottom: 2px; }
  .no-backgroundsize .welcome-back-message {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/welcome-back-sm.png?ver=1.6") no-repeat 0 0; }

.welcome-message,
.welcome-back-message {
  background-size: 298px 95px;
  display: block;
  height: 95px;
  margin-left: -10px;
  margin-top: 2px;
  text-indent: -10000px; }

.sign-in {
  padding: 0 10px 10px;
  position: relative; }
  .sign-in input[type="text"],
  .sign-in input[type="password"] {
    background-color: #f3f3f3;
    border: 0;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    float: left;
    height: 26px;
    margin-top: 3px;
    width: 128px; }
    .lt-ie8 .sign-in input[type="text"], .lt-ie8
    .sign-in input[type="password"] {
      height: 15px;
      width: 110px; }
    .sign-in input[type="text"]:focus,
    .sign-in input[type="password"]:focus {
      outline: none; }
  .sign-in input[type="text"] {
    margin-right: 10px; }
  .sign-in input[type="password"] {
    padding-right: 26px; }
  .sign-in .login-submit {
    background: transparent url("/wp-content/themes/tastykitchen-v2/assets/img/submit-arrow.png?ver=1.6") no-repeat center center;
    border: none;
    bottom: 10px;
    right: 10px;
    padding: 6px 0;
    position: absolute;
    width: 28px; }
    .oldie .sign-in .login-submit {
      bottom: 21px; }
    .lt-ie8 .sign-in .login-submit {
      bottom: 11px; }

.blog-search-widget h2 {
  margin: 0 8px 8px; }
.blog-search-widget .form-radio-options li {
  display: block;
  float: none;
  margin-left: 5px; }
.blog-search-widget .submit-row {
  margin-top: 15px; }
.blog-search-widget .advanced-search input[type='submit'] {
  margin-bottom: 15px; }

.blog-search-simple-widget {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/blog-quick-search-retina.jpg?ver=1.6") no-repeat center 3px;
  background-size: 281px 111px; }
  .no-backgroundsize .blog-search-simple-widget {
    background: url("/wp-content/themes/tastykitchen-v2/assets/img/blog-quick-search.jpg?ver=1.6") no-repeat center 3px; }
  .blog-search-simple-widget h2 {
    text-indent: -10000px; }
  .blog-search-simple-widget input[type="text"] {
    background: transparent;
    -webkit-box-shadow: none;
    border: 0;
    box-shadow: none;
    margin: 3px 0 0 13px;
    width: 215px; }
    .blog-search-simple-widget input[type="text"]:focus {
      outline: none; }
  .blog-search-simple-widget .submit-row {
    border: none;
    margin: 0; }
  .blog-search-simple-widget input[type="submit"] {
    background: transparent;
    margin: 10px 16px 20px 0;
    width: 24px;
    float: right; }
    .blog-search-simple-widget input[type="submit"]:focus {
      outline: none; }
  .blog-search-simple-widget p {
    margin-bottom: 0; }
  .blog-search-simple-widget a {
    clear: both;
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
    margin-top: 20px;
    text-align: center; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /*  border: 1px solid #aaa;*/
  border-top: 0;
  background: #fff;
  /*  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);*/ }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, white 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  line-height: 30px !important;
  height: auto !important;
  height: 1%;
  border: 1px solid #fcf0d9;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  /*  border: 1px solid #5897fb;*/
  /*  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/ }

.chosen-container-active.chosen-with-drop .chosen-single {
  /*  border: 1px solid #aaa;*/
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/
  /*  box-shadow: 0 1px 0 #fff inset;*/ }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  /*  border: 1px solid #5897fb;*/
  /*  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/ }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  /*  color: #111 !important;*/ }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, white 15%);
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  display: none; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.feature-thumb {
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  /* Saf3+, Chrome */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  /* Standard. Opera 10.5, IE9 */
  position: relative; }
  .feature-thumb a {
    border: 3px solid white;
    display: block; }
    @media (max-width: 480px) {
      .feature-thumb a {
        border-width: 2px; } }
  .feature-thumb .flex-active {
    border-color: #fdae40; }
    .feature-thumb .flex-active:before {
      content: '';
      left: 50%;
      margin-left: -10px;
      position: absolute;
      top: -7px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 8px 10px;
      border-color: transparent transparent #fdae40 transparent; }

.oldie .feature-main-thumb {
  height: 74px; }

.carousel {
  padding-bottom: 0; }

.blog-carousel-entry {
  padding-right: 136px; }
  @media (max-width: 480px) {
    .blog-carousel-entry {
      padding-right: 78px; }
      .no-backgroundsize .blog-carousel-entry {
        padding-right: 0; } }

.blog-ribbon {
  background: url("/wp-content/themes/tastykitchen-v2/assets/img/sprite.png?ver=1.6") no-repeat 0 -330px;
  height: 128px;
  position: absolute;
  right: 9px;
  text-indent: -10000px;
  top: -9px;
  width: 116px;
  z-index: 1; }
  @media (max-width: 480px) {
    .blog-ribbon {
      background-position: 0 -165px;
      background-size: 150px 500px;
      height: 64px;
      top: -5px;
      width: 58px; }
      .no-backgroundsize .blog-ribbon {
        background-image: none; } }

.carousel-thumbs {
  margin-top: 3px;
  padding-bottom: 22px; }
  .carousel-thumbs .slides {
    padding: 8px 0 3px; }
  .carousel-thumbs li {
    float: left;
    margin-right: 12px;
    width: 116px; }
    @media (max-width: 1025px) {
      .carousel-thumbs li {
        margin-right: 2.5%;
        width: 18%; } }
  .carousel-thumbs .blog-thumb {
    margin-right: 0; }

.blog-thumb {
  margin-right: 0;
  position: relative; }
  .blog-thumb a:after {
    background: #51c3c2;
    bottom: 3px;
    color: white;
    content: "TK Blog";
    display: block;
    font-size: 10px;
    left: 3px;
    padding: 2px 0;
    position: absolute;
    right: 3px;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .blog-thumb a:after {
        bottom: 2px;
        font-size: 9px;
        left: 2px;
        right: 2px; } }

.flexslider .slides .avatar {
  width: 82px; }
  @media (max-width: 480px) {
    .flexslider .slides .avatar {
      height: 60px;
      width: 60px; } }

.select-a-size {
  margin-top: 0; }
  .select-a-size label {
    margin-top: 0; }
  .select-a-size label,
  .select-a-size input[type="submit"] {
    display: inline-block; }
  .select-a-size input[type="radio"] {
    margin-right: 5px; }
  .select-a-size input[type="submit"] {
    padding: 4px 10px; }

.card-number {
  float: right;
  font-size: 9px; }

.card-top {
  border-bottom: 1px solid #555;
  font-size: 12px; }
  .card-top .print-recipe-title {
    font-size: 20px; }

.card {
  border: 2px dashed #555;
  font-size: 12px;
  margin: 15px 0;
  padding: 14px; }

.card-content img {
  display: none; }
.card-content table {
  border: 1px dashed #222222;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 18px; }
.card-content td {
  padding: 4px 8px; }
.card-content td.middle {
  border-left: 1px dashed #222222;
  border-right: 1px dashed #555555; }
.card-content h2 {
  margin-bottom: 0;
  margin-top: 16px; }
.card-content p {
  margin-top: 0; }

.make3x5 {
  height: 2.61in;
  width: 4.61in; }
  .make3x5 .card-body {
    height: 200px;
    overflow: hidden; }

.make4x6 {
  height: 3.61in;
  width: 5.61in; }
  .make4x6 .card-body {
    height: 300px;
    overflow: hidden; }

.sizeFPIMG .card-content img {
  display: block;
  margin-top: 15px; }

.print-recipe-thumb {
  border-right: 1px solid #000; }
