html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 1em; }

body {
  background: #f6f6f6;
  color: #111;
  line-height: 1.6;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility; }

a {
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease-out; }
  a:hover {
    color: #391c04; }

p, cite, pre {
  margin-bottom: 1.5em;
  font-family: "Open Sans", Arial, sans-serif; }

header, footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  padding: .5em; }
  header img, footer img {
    display: block; }

footer {
  font-size: .75em;
  color: #666; }

.sidebar_recipes {
  margin: 1em 0; }
  .sidebar_recipes article {
    display: flex;
    margin-bottom: .5em;
    transition: all 0.3s ease-out; }
    .sidebar_recipes article:hover {
      box-shadow: 0 0 30px rgba(57, 28, 4, 0.15);
      cursor: pointer; }
    .sidebar_recipes article figure {
      width: 100px; }
      .sidebar_recipes article figure a {
        display: block;
        position: relative; }
      .sidebar_recipes article figure img {
        display: block; }
    .sidebar_recipes article a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 144px;
      display: block;
      transition: all 0.3s ease-out; }
      .sidebar_recipes article a:hover {
        color: #ffbf00; }
    .sidebar_recipes article .video_icon {
      top: 18px;
      right: -12px;
      margin: -20px 0 0 0;
      transform: scale(0.5, 0.5);
      box-shadow: 0; }
    .sidebar_recipes article .post_details {
      background: #fff;
      padding: .6em;
      width: calc(100% - 100px); }
      .sidebar_recipes article .post_details h4 {
        font-family: "Lora", Georgia, serif;
        font-size: 1em;
        font-weight: 700; }
      .sidebar_recipes article .post_details .other_details {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .sidebar_recipes article .post_details .other_details .user {
          font-size: .8em; }