@charset "UTF-8";
@media print {
  body {
    counter-reset: page;
    margin: 0;
    padding: 0;
    width: 100%;
    float: none
  }
  .show-for-print {
    display: block
  }
  .hide-for-print,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down,
  nav,
  .sidebar,
  .category-menu,
  footer,
  .new-season,
  .sub-nav,
  .top-band,
  .action-links,
  .recipe-categories,
  .shareThis,
  .reviews,
  .recent-pages,
  .row .small-12.large-12>h3,
  #CMSHeaderDiv,
  #ctxM,
  .aspNetHidden,
  .search-box,
  footer #avocado-logo,
  .new-season,
  .OnSiteSliderButton,
  dialog,
  .reveal-modal,
  dialog,
  .about-author h3,
  .about-author .tabs,
  .about-author #panel-popular,
  header .new-season,
  .fixed,
  .recipe-detail .servingsize,
  .master-row .top-bar-section,
  .contain-to-grid.fixed .top-bar-section,
  header .for-print,
  .recipe-wrapper,
  .blog-categories,
  .blog-comments,
  .btn-showMore-recipe,
  .blog-image-wrapper p,
  .row .share-wrapper,
  .blog-post-filters,
  .icons-comments,
  .blog-image-wrapper .gradient,
  .blog-body img,
  .blog-body .featured-recipes-wrapper {
    display: none !important
  }
  table.show-for-print {
    display: table !important
  }
  thead.show-for-print {
    display: table-header-group !important
  }
  tbody.show-for-print {
    display: table-row-group !important
  }
  tr.show-for-print {
    display: table-row !important
  }
  td.show-for-print {
    display: table-cell !important
  }
  th.show-for-print {
    display: table-cell !important
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
  }
  .about-author #panel-recent {
    display: block !important
  }
  header .logo-top {
    border: none;
    margin: 0;
    padding: 0
  }
  header .for-print {
    display: block !important;
    width: 70%;
    float: right
  }
  header .for-print h3 {
    margin: 0 10px
  }
  header .for-print p {
    margin: 0;
    line-height: auto
  }
  .recipe-detail figure img {
    width: 100%
  }
  .recipe-detail .rating span {
    font-size: 1em
  }
  .tabs-content {
    border: none
  }
  .time>div {
    width: 20%;
    float: left
  }
  .recipe-cols {
    width: 33%;
    float: left
  }
  .fixed.contain-to-grid {
    display: block;
    position: static
  }
  .contain-to-grid.fixed .logo-top #avocado-logo {
    float: none;
    margin: 0 auto !important
  }
  .recipe-detail figure {
    display: inline-block
  }
  .recipe-detail figure img {
    width: 200px
  }
  .recipe-detail .time {
    display: inline-block;
    margin: 0 0 0 20px !important;
    width: auto;
    vertical-align: top
  }
  .recipe-detail .time .column {
    padding: 0 0 28px !important;
    width: auto;
    float: none;
    margin: 0
  }
  .recipe-detail .time .column h5 {
    font-size: 1.8em;
    margin: 0;
    display: inline;
    font-family: "Arial", sans-serif;
    text-transform: none;
    font-weight: bold
  }
  .recipe-detail .time .column p {
    margin: 0 0 0 10px;
    display: inline;
    font-family: "Arial", sans-serif;
    font-size: 1.7em
  }
  .blog-image-wrapper figure {
    width: 250px;
    height: auto;
    max-height: none;
    margin: 150px 0 0
  }
  .blog-content-text p,
  .blog-content-text span,
  .blog-content-text li {
    color: #605f57;
    font-size: 15px;
    font-family: "Arial", sans-serif
  }
  .row .blog-body .blog-content-text {
    float: none
  }
  .blog-title {
    margin: 30px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 3em
  }
  .recipe-detail .instructions {
    width: 60%
  }
  .recipe-detail .column.large-4 {
    width: 40%
  }
  .recipe-detail .ingredients h3,
  .recipe-detail .instructions h3 {
    font-size: 30px;
    text-transform: capitalize
  }
  .blog-content-author .img-content img {
    display: block;
    border-radius: 40px
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }
  a,
  a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after,
  .logo-top a[href]:after {
    content: ""
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr,
  img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  .recipe-detail .about-author section .recipe {
    border: none
  }
  .about-author #panel-recent {
    display: block !important
  }
  .recipe-detail .rating span {
    font-size: 1em
  }
  .tabs-content {
    border: none
  }
  .time>div {
    width: 20%;
    float: left
  }
  .recipe-cols {
    width: 33%;
    float: left
  }
  .fixed.contain-to-grid {
    display: block;
    position: static
  }
  .master-row .top-bar-section,
  .contain-to-grid.fixed .top-bar-section {
    display: none
  }
  .contain-to-grid.fixed .logo-top {
    width: 100%
  }
  .contain-to-grid.fixed .logo-top #avocado-logo {
    float: none;
    margin: 0 auto !important
  }
  header .for-print {
    display: none !important
  }
  .recipe-detail figure {
    display: inline-block
  }
  .recipe-detail figure img {
    width: 200px
  }
  .recipe-detail .time {
    display: inline-block;
    margin: 0 0 0 20px !important;
    width: 400px;
    vertical-align: top
  }
  .recipe-detail .time .column {
    padding: 0 0 28px !important;
    width: auto;
    float: none;
    margin: 0
  }
  .recipe-detail .time .column h5 {
    font-size: 1.8em;
    margin: 0;
    display: inline;
    font-family: "Arial", sans-serif;
    text-transform: none;
    font-weight: bold
  }
  .recipe-detail .time .column p {
    margin: 0 0 0 10px;
    display: inline;
    font-family: "Arial", sans-serif;
    font-size: 1.7em
  }
  .recipe-wrapper,
  .blog-categories,
  .blog-comments,
  .btn-showMore-recipe {
    display: none
  }
  .blog-image-wrapper figure {
    width: 250px;
    height: auto;
    max-height: none;
    margin: 150px 0 0
  }
  .blog-image-wrapper p,
  .row .share-wrapper,
  .blog-post-filters,
  .icons-comments {
    display: none !important
  }
  .blog-image-wrapper .gradient {
    display: none !important
  }
  .blog-content-text p,
  .blog-content-text span,
  .blog-content-text li {
    color: #605f57;
    font-size: 15px;
    font-family: "Arial", sans-serif
  }
  .row .blog-body .blog-content-text {
    float: none
  }
  .blog-title {
    margin: 30px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 3em
  }
  .blog-body img {
    height: auto !important;
    max-width: 250px !important;
    display: none
  }
  .blog-body .featured-recipes-wrapper {
    display: none
  }
  .recipe-detail .instructions {
    width: 60%
  }
  .recipe-detail .column.large-4 {
    width: 40%
  }
  .recipe-detail .ingredients h3,
  .recipe-detail .instructions h3 {
    font-size: 30px;
    text-transform: capitalize
  }
  .blog-content-author .img-content img {
    display: block;
    border-radius: 40px
  }
  .recipe-detail .remember>figure {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block !important
  }
  body.f-topbar-fixed {
    padding-top: 0 !important
  }
  .recipe-detail .remember {
    text-align: center
  }
  .recipe-detail .remember figure img {
    margin: 0 auto;
    display: block;
    display: none
  }
  @page {
    size: A4;
    padding: 0;
    margin: 0 auto;
    border: none;
    @bottom-right {
      content: "Page " counter(page) " of " counter(pages)
    }
  }


/* Blog */

#blog-section main {
  padding-bottom: 0.9375rem;
}

#blog-section .blog-title {
  position: relative;
  margin: 30px 0 10px;
}

#blog-section .main-author,
#blog-section .main-date {
  margin: 0 10px 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #605f57;
}

#blog-section .tags-share {
  display: none;
}

#blog-section .blog-print-page {
  display: none;
}

#blog-section p img {
  width: 100%;
}

#blog-section .blog-recipe-details span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 24%;
  margin: 0 0 5px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #605f57;
  font-weight: 400;
}

#blog-section .blog-recipe-details span b {
  text-transform: uppercase;
  font-weight: 700;
}

#blog-section .blog-ingredients-list {
  margin: 0 0 0 20px;
}

#blog-section ol {
  padding: 0;
  margin: 0 0 0 15px;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 1.4em;
  color: #605f57;
}

#blog-section .blog-content-author {
  display: none;
}

#blog-section .get-updates-wrapper {
  display: none;
}

#blog-section aside.side-items {
  display: none;
}
}