html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body.tuttorosso-landing {
  font-family: "Open Sans", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #FFF;
  text-align: center; }

h1, h2, h3, h4, h5, h6, .module h4 {
  font-family: "Josefin Slab", "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: bold; }

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.2em; }

  .mobile-display-none {
    display: none !important; } }
@media screen and (min-width: 972px) {
  .desk-display-none {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .touch-display-none {
    display: none !important; } }
.header-global[role="banner"] {
  margin-bottom: 0; }

.splash {
  background-color: #3D414A;
  background-position: center center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .splash .splash-inner.splash-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 70%); }
  .splash h1 {
    padding: 0.4em 0 0.1em;
    font-size: 5.9em;
    text-shadow: 1px 1px 12px #000;
    letter-spacing: -2px; }
  .splash .intro {
    max-width: 575px;
    margin: 1.8em auto 0;
    padding: 1em 1.2em 1.2em;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000; }
    .splash .intro span {
      display: block;
      margin: 1.2em 0 0;
      font-weight: bold;
      text-transform: uppercase; }

.content-main-bg {
  background-color: #3E2819;
  background-size: 100% auto;
  background-repeat: repeat; }
  @media screen and (max-width: 599px) {
    .content-main-bg {
      background-size: 600px auto;
      background-position: top center; } }

.content-main {
  margin: 0 auto;
  padding: 0; }
  .content-main .horiz-ad-wrapper-override {
    margin: 2em auto 1em; }
    .content-main .horiz-ad-wrapper-override .ad-wrapper {
      margin: 0 auto; }

.in-page-nav {
  font-family: "Josefin Slab", "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .in-page-nav ul {
    display: block;
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .in-page-nav ul li {
      display: block;
      float: left;
      width: 33.3%;
      background-color: #FFD100;
      border: 2px solid #FFF;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      transition: inherit; }
      .in-page-nav ul li a {
        position: relative;
        display: block;
        padding: 0.75em 0;
        color: #232323;
        font-size: 1.25em;
        font-weight: bold;
        cursor: pointer; }
        .in-page-nav ul li a span {
          display: block;
          position: relative;
          top: 0px;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          transition: all 0.2s; }
          .in-page-nav ul li a span.arrow {
            display: none; }
        @media screen and (min-width: 480px) {
          .in-page-nav ul li a span.arrow {
            display: inline-block;
            position: absolute;
            top: 60%;
            opacity: 0; }
            .in-page-nav ul li a span.arrow:before, .in-page-nav ul li a span.arrow:after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              width: 9px;
              height: 1px;
              background-color: #000; }
            .in-page-nav ul li a span.arrow:before {
              right: -2px;
              -webkit-transform: rotate(50deg);
              -moz-transform: rotate(50deg);
              -ms-transform: rotate(50deg);
              -o-transform: rotate(50deg);
              transform: rotate(50deg); }
            .in-page-nav ul li a span.arrow:after {
              left: -2px;
              -webkit-transform: rotate(-50deg);
              -moz-transform: rotate(-50deg);
              -ms-transform: rotate(-50deg);
              -o-transform: rotate(-50deg);
              transform: rotate(-50deg); }
          .in-page-nav ul li a:hover span {
            top: -6px; }
          .in-page-nav ul li a:hover span.arrow {
            top: 71%;
            opacity: 1; } }

section.row {
  padding: 1em 2.5%;
  margin: 0; }
  section.row .section-title, section.row .section-description {
    max-width: 750px;
    margin: 0 auto; }
  section.row#chefs-tips .section-description {
    max-width: 600px; }
  section.row .section-title {
    margin-bottom: 0.5em; }
  section.row .section-description {
    margin-bottom: 2.5em; }
  section.row .sidebar {
    display: none;
    float: right;
    width: auto;
    min-width: 300px;
    margin: 0; }
  @media screen and (min-width: 1100px) {
    section.row .sidebar {
      display: block; }
    section.row#techniques .main-body, section.row#chefs-tips .main-body {
      margin-right: 300px;
      padding-right: 2.5%; } }
  section.row .block {
    margin: 0;
    clear: none;
    background: transparent none; }
  section.row .module {
    float: left;
    display: block; }
    section.row .module .module-image {
      width: 100%;
      height: 0;
      padding-bottom: 75%; }
    section.row .module .metadata {
      min-height: 10.9em;
      padding: 0.7em; }
      section.row .module .metadata:after, section.row .module .metadata p.view-post {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      section.row .module .metadata:after {
        content: "\2022\00A0\00A0\00A0\00A0\2022\00A0\00A0\00A0\00A0\2022";
        display: block;
        bottom: 2.15em;
        color: #D9CDB8;
        font-size: 1.2em;
        font-weight: bold; }
      section.row .module .metadata h4 {
        color: #000;
        font-size: 1.375em; }
      section.row .module .metadata p.view-post {
        position: absolute;
        bottom: 0.7em;
        color: #E21836;
        font-size: 0.75em;
        font-weight: bold;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    section.row .module:hover .metadata p.view-post {
      opacity: 1; }
  section.row#techniques .module {
    clear: none;
    margin: 0 1.32% 1em 0;
    width: 32.4%; }
    section.row#techniques .module:nth-child(3n) {
      margin-right: 0; }
  section.row#recipes .module {
    clear: none;
    margin: 0 1% 1em 0;
    width: 24.25%; }
    section.row#recipes .module:nth-child(4n) {
      margin-right: 0; }
  section.row#chefs-tips .carousel-outer-wrap {
    position: relative;
    width: 100%;
    padding: 0 0.5em;
    color: #3d414a; }
    section.row#chefs-tips .carousel-outer-wrap .carousel-inner-wrap {
      position: relative;
      width: 100%;
      overflow: hidden;
      white-space: nowrap; }
    section.row#chefs-tips .carousel-outer-wrap .carousel {
      position: relative;
      height: 850px; }
    section.row#chefs-tips .carousel-outer-wrap .carousel-controls {
      position: absolute;
      top: 55%;
      width: 30px;
      height: 30px;
      background-color: #E21836;
      cursor: pointer; }
      section.row#chefs-tips .carousel-outer-wrap .carousel-controls#cc-left {
        left: 0; }
      section.row#chefs-tips .carousel-outer-wrap .carousel-controls#cc-right {
        right: 0; }
      section.row#chefs-tips .carousel-outer-wrap .carousel-controls > div {
        width: 66%;
        height: 100%;
        margin: 0 auto; }
        section.row#chefs-tips .carousel-outer-wrap .carousel-controls > div svg {
          max-width: 100%;
          max-height: 100%; }
          section.row#chefs-tips .carousel-outer-wrap .carousel-controls > div svg path {
            fill: #FFF; }
  section.row#chefs-tips .tip-outer-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 10% 0.5em 0;
    margin-right: -0.25em;
    white-space: normal;
    vertical-align: top;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s; }
    section.row#chefs-tips .tip-outer-wrap.f-tip {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    section.row#chefs-tips .tip-outer-wrap.l-tip {
      -webkit-transform: translateX(-100.2%);
      -moz-transform: translateX(-100.2%);
      -ms-transform: translateX(-100.2%);
      -o-transform: translateX(-100.2%);
      transform: translateX(-100.2%); }
    section.row#chefs-tips .tip-outer-wrap.ll-tip {
      -webkit-transform: translateX(-202%);
      -moz-transform: translateX(-202%);
      -ms-transform: translateX(-202%);
      -o-transform: translateX(-202%);
      transform: translateX(-202%);
      opacity: 0; }
    section.row#chefs-tips .tip-outer-wrap.r-tip {
      -webkit-transform: translateX(100.2%);
      -moz-transform: translateX(100.2%);
      -ms-transform: translateX(100.2%);
      -o-transform: translateX(100.2%);
      transform: translateX(100.2%); }
    section.row#chefs-tips .tip-outer-wrap.rr-tip {
      -webkit-transform: translateX(202%);
      -moz-transform: translateX(202%);
      -ms-transform: translateX(202%);
      -o-transform: translateX(202%);
      transform: translateX(202%); }
    section.row#chefs-tips .tip-outer-wrap.rrr-tip {
      -webkit-transform: translateX(303%);
      -moz-transform: translateX(303%);
      -ms-transform: translateX(303%);
      -o-transform: translateX(303%);
      transform: translateX(303%);
      opacity: 0; }
    @media screen and (max-width: 767px) {
      section.row#chefs-tips .tip-outer-wrap {
        width: 100%;
        padding-top: 20%;
        font-size: 0.875em; } }
  section.row#chefs-tips .tip-inner-wrap {
    position: relative;
    padding: 23% 0 2em;
    background-color: #FFF; }
    section.row#chefs-tips .tip-inner-wrap:after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      height: 2000px;
      width: 100%;
      background-color: #FFF; }
  section.row#chefs-tips .chef-image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
    height: 0;
    padding-top: 40%;
    border-radius: 55%;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  section.row#chefs-tips .chef-name, section.row#chefs-tips .chef-title, section.row#chefs-tips .tip {
    padding-left: 2em;
    padding-right: 2em; }
  section.row#chefs-tips .chef-title {
    font-family: "Josefin Slab", "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: bold;
    color: #999;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 768px) {
      section.row#chefs-tips .chef-title {
        height: 3em; } }
  section.row#chefs-tips .tip {
    text-align: left; }

@media screen and (max-width: 1099px) {
  section.row#techniques, section.row#recipes {
    max-width: 900px;
    margin: 0 auto; }
  section.row#recipes .module {
    margin: 0 1.6% 1em 0;
    width: 49.2%; }
    section.row#recipes .module:nth-child(2n) {
      margin-right: 0; }
    section.row#recipes .module .module-image {
      padding-bottom: 55%; } }
@media screen and (max-width: 971px) {
  section.row .module .metadata {
    min-height: 8.8em; }
    section.row .module .metadata:after {
      bottom: 0.5em; }
    section.row .module .metadata .view-post {
      display: none; } }
@media screen and (max-width: 767px) {
  section.row#techniques .module {
    margin: 0 1.6% 1em 0;
    width: 49.2%; }
    section.row#techniques .module:nth-child(2n) {
      margin-right: 0; }
    section.row#techniques .module .module-image {
      padding-bottom: 55%; } }
@media screen and (max-width: 479px) {
  .splash h1 {
    font-size: 5em;
    padding: 0.4em 0 0.2em;
    line-height: 1.1; }
  .splash .intro {
    margin: 2.5em 2.5% 0;
    font-size: 0.875em; }

  .in-page-nav {
    position: relative;
    height: 62px; }
    .in-page-nav ul {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      width: 100%;
      height: 52px;
      border: 1px solid #FFF;
      border-left: 0px none transparent;
      border-right: 0px none transparent;
      z-index: 999; }
      .in-page-nav ul.fixed {
        position: fixed; }
      .in-page-nav ul:before, .in-page-nav ul:after {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent transparent #000 transparent;
        border-style: solid;
        border-width: 0 5px 8px 5px;
        z-index: 10; }
      .in-page-nav ul:before {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px); }
      .in-page-nav ul:after {
        -webkit-transform: translateY(2px) rotate(180deg);
        -moz-transform: translateY(2px) rotate(180deg);
        -ms-transform: translateY(2px) rotate(180deg);
        -o-transform: translateY(2px) rotate(180deg);
        transform: translateY(2px) rotate(180deg); }
      .in-page-nav ul li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border: 0 none transparent;
        z-index: -1; }
        .in-page-nav ul li.current {
          z-index: 2; }
        .in-page-nav ul li a {
          padding: 0;
          line-height: 50px; }
      .in-page-nav ul.open {
        height: 152px; }
        .in-page-nav ul.open li.current {
          background: #DFB100; }

  section.row .section-description {
    font-size: 0.875em;
    margin-bottom: 1.7em; }
  section.row .module .metadata {
    min-height: 7.4em; }
    section.row .module .metadata h4 {
      font-size: 1.125em; }
  section.row#recipes .module, section.row#techniques .module {
    width: 100%;
    margin-right: 0; } }
