/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.lander {
  position: relative;
  background: url(https://s3.amazonaws.com/products.gallerymediagroup.net/custom-content/destination/creative-lunch-ideas-boars-head/images/lander/background-desktop.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 55px);
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  position: relative; }
  @media (max-width: 991px) {
    .lander {
      background: url(https://s3.amazonaws.com/products.gallerymediagroup.net/custom-content/destination/creative-lunch-ideas-boars-head/images/lander/background-mobile.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      height: calc(100vh - 55px);
      background-position: 50% 50%; } }
  .lander .lander-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 991px) {
      .lander .lander-content {
        width: 60%; } }
    @media (max-width: 767px) {
      .lander .lander-content {
        width: 70%; } }
    .lander .lander-content .lander-hed {
      color: #ffffff;
      font-family: "Chronicle Display A", "Chronicle Display B";
      font-size: 100px;
      font-weight: 200;
      letter-spacing: 0;
      line-height: 120px;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 1350px) {
        .lander .lander-content .lander-hed {
          font-size: 80px; } }
      @media (max-width: 1024px) {
        .lander .lander-content .lander-hed {
          font-size: 70px;
          line-height: 90px; } }
      @media (max-width: 991px) {
        .lander .lander-content .lander-hed {
          font-size: 100px;
          line-height: 120px; } }
      @media (max-width: 767px) {
        .lander .lander-content .lander-hed {
          font-size: 49px;
          line-height: 46px; } }
      @media (max-width: 345px) {
        .lander .lander-content .lander-hed {
          font-size: 42px;
          line-height: 39px; } }
    .lander .lander-content .lander-text {
      color: #ffffff;
      font-family: "freight-text-pro";
      font-size: 17px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 27.5px;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 30px;
      margin-top: 10px; }
      .lander .lander-content .lander-text a {
        color: #ffffff;
        text-decoration: underline; }
      @media (max-width: 1024px) {
        .lander .lander-content .lander-text {
          font-size: 14px;
          line-height: 22.5px; } }
      @media (max-width: 991px) {
        .lander .lander-content .lander-text {
          font-size: 17px;
          line-height: 27.5px; } }
      @media (max-width: 767px) {
        .lander .lander-content .lander-text {
          font-size: 15.5px;
          line-height: 21px;
          margin-bottom: 21px; } }
      @media (max-width: 345px) {
        .lander .lander-content .lander-text {
          font-size: 11.5px;
          line-height: 17px;
          margin-bottom: 16px; } }
    @media (max-width: 345px) {
      .lander .lander-content .button-container .middle-text {
        padding: 6.5px;
        font-size: 12px;
        line-height: 22px; } }
    @media (max-width: 345px) {
      .lander .lander-content .button-container .nav-button {
        width: 146.65px;
        font-size: 11px;
        letter-spacing: 3px;
        line-height: 19px;
        padding: 10px;
        border: 1.65px solid #ffffff; } }

.button-container {
  display: flex;
  margin: auto;
  justify-content: center; }
  @media (max-width: 991px) {
    .button-container {
      flex-direction: column; } }
  .button-container .nav-button {
    width: 254px;
    color: #ffffff;
    font-family: "brandon-grotesque";
    padding: 24px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 4.72px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    transition: ease-in-out .3s; }
    @media (max-width: 991px) {
      .button-container .nav-button {
        margin: auto; } }
    .button-container .nav-button:hover {
      background-color: rgba(255, 255, 255, 0.5);
      transition: ease-in-out .3s; }
    .button-container .nav-button.selected {
      background-color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 1024px) {
      .button-container .nav-button {
        padding: 18px;
        width: 205px; } }
    @media (max-width: 767px) {
      .button-container .nav-button {
        width: 161.65px;
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 19px;
        padding: 16px;
        border: 1.65px solid #ffffff; } }
  .button-container .middle-text {
    color: #ffffff;
    font-family: "brandon-grotesque";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 23px;
    padding: 26px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1024px) {
      .button-container .middle-text {
        padding: 18px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .button-container .middle-text {
        padding: 12px;
        font-size: 15px;
        line-height: 22px; } }

.section .section-hed {
  color: #000000;
  font-family: "brandon-grotesque";
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 4.72px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 78px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .section .section-hed {
      font-size: 12px;
      letter-spacing: 3.33px;
      line-height: 18px;
      margin-top: 25px;
      margin-bottom: 12px; } }
  @media (max-width: 345px) {
    .section .section-hed {
      width: 86%;
      margin-left: 8%; } }

.section .section-hr {
  width: 133px;
  border-top: 2px solid #D8D8D8;
  margin: auto; }

.section-footer {
  width: 100%;
  position: relative;
  margin-top: 40px; }
  .section-footer .footer-img {
    width: 100%; }
  .section-footer .footer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 54%; }
    @media (max-width: 991px) {
      .section-footer .footer-content {
        flex-direction: row;
        top: 50%; } }
    @media (max-width: 991px) {
      .section-footer .footer-content .middle-text {
        letter-spacing: 4.72px; } }
    @media (max-width: 767px) {
      .section-footer .footer-content .middle-text {
        font-size: 12px;
        letter-spacing: 3.33px;
        line-height: 18px;
        padding: 16px; } }
    @media (max-width: 767px) {
      .section-footer .footer-content .nav-button {
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 19px;
        padding: 14px; } }

.recipes-wrapper {
  max-width: 1246px;
  margin: auto; }
  @media (max-width: 991px) {
    .recipes-wrapper {
      width: 90%; } }
  .recipes-wrapper .bh-recipe {
    width: 100%;
    display: flex;
    padding-top: 90px;
    position: relative; }
    @media (max-width: 991px) {
      .recipes-wrapper .bh-recipe {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .recipes-wrapper .bh-recipe {
        padding-top: 40px; } }
    .recipes-wrapper .bh-recipe .recipe-img-wrapper {
      width: 50%; }
      @media (max-width: 991px) {
        .recipes-wrapper .bh-recipe .recipe-img-wrapper {
          width: 100%; } }
      .recipes-wrapper .bh-recipe .recipe-img-wrapper img.recipe-img {
        width: 100%; }
      .recipes-wrapper .bh-recipe .recipe-img-wrapper .recipe-img-credit {
        color: #CCCCCC;
        font-family: "brandon-grotesque";
        font-size: 9px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 20px;
        text-align: right;
        padding-right: 2px;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (max-width: 767px) {
          .recipes-wrapper .bh-recipe .recipe-img-wrapper .recipe-img-credit {
            font-size: 7px;
            line-height: 13px; } }
    .recipes-wrapper .bh-recipe .recipe-text-wrapper {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      @media (max-width: 991px) {
        .recipes-wrapper .bh-recipe .recipe-text-wrapper {
          width: 80%;
          margin: auto; } }
      @media (max-width: 767px) {
        .recipes-wrapper .bh-recipe .recipe-text-wrapper {
          width: 90%; } }
      .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper {
        display: flex;
        bottom: 0;
        margin-bottom: 35px; }
        .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper.right {
          margin-left: 10%;
          margin-right: 15px; }
          @media (max-width: 1024px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper.right {
              margin-left: 7%; } }
          @media (max-width: 991px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper.right {
              margin: auto; } }
        .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper.left {
          margin-right: 10%;
          margin-left: 15px; }
          @media (max-width: 1024px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper.left {
              margin-right: 7%; } }
          @media (max-width: 991px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper.left {
              margin: auto; } }
        @media (max-width: 991px) {
          .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper {
            flex-direction: column; } }
        .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-num {
          color: #E5E5E5;
          font-family: "brandon-grotesque";
          font-size: 31px;
          font-weight: 900;
          letter-spacing: 2.67px;
          line-height: 45px;
          text-align: center;
          margin-right: 20px; }
          @media (max-width: 991px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-num {
              margin-right: 0px;
              font-size: 26px; } }
          @media (max-width: 767px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-num {
              font-size: 16px;
              letter-spacing: 1.38px;
              line-height: 23px;
              padding-bottom: 5px; } }
        .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-hr {
          height: 133px;
          border-left: 2px solid #E5E5E5;
          margin-right: 35px; }
          @media (max-width: 991px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-hr {
              width: 100px;
              height: 0px;
              border-left: none;
              border-top: 2px solid #E5E5E5;
              margin: auto; } }
          @media (max-width: 767px) {
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-hr {
              width: 50px; } }
        .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content {
          text-align: left; }
          .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content a {
            text-decoration: none; }
          .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-hed {
            color: #3B3B3B;
            font-family: "Chronicle Display A", "Chronicle Display B";
            font-size: 55px;
            font-weight: 200;
            letter-spacing: -0.18px;
            line-height: 58px;
            margin-bottom: 25px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            @media (max-width: 1024px) {
              .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-hed {
                font-size: 47px;
                line-height: 50px; } }
            @media (max-width: 991px) {
              .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-hed {
                text-align: center;
                font-size: 55px;
                margin-top: 25px;
                line-height: 58px; } }
            @media (max-width: 767px) {
              .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-hed {
                font-size: 35px;
                letter-spacing: -0.16px;
                line-height: 40px;
                margin-top: 20px;
                margin-bottom: 12px; } }
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-hed sub {
              bottom: -.62em !important; }
              @media (max-width: 767px) {
                .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-hed sub {
                  bottom: -.60em !important; } }
          .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-text {
            color: #7F8185;
            font-family: "freight-text-pro";
            font-size: 17px;
            font-weight: 300;
            letter-spacing: 0;
            line-height: 27.75px;
            margin-bottom: 30px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            @media (max-width: 1024px) {
              .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-text {
                font-size: 14px;
                line-height: 24.75px; } }
            @media (max-width: 991px) {
              .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-text {
                text-align: center;
                font-size: 17px;
                line-height: 27.75px; } }
            @media (max-width: 767px) {
              .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-text {
                font-size: 15px;
                line-height: 21.75px; } }
          .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-cta {
            padding: 10px;
            width: 162px;
            color: #3B3B3B;
            font-family: "brandon-grotesque";
            font-size: 10px;
            font-weight: 900;
            letter-spacing: 2.98px;
            line-height: 21px;
            text-align: center;
            text-transform: uppercase;
            border: 2px solid #E5E5E5;
            border-radius: 2px;
            transition: ease-in-out .3s; }
            @media (max-width: 991px) {
              .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-cta {
                margin: auto; } }
            .recipes-wrapper .bh-recipe .recipe-text-wrapper .recipe-content-wrapper .recipe-text-content .recipe-cta:hover {
              background-color: #f8f8f8;
              transition: ease-in-out .3s; }
    .recipes-wrapper .bh-recipe .recipe-flowers {
      position: absolute; }
      .recipes-wrapper .bh-recipe .recipe-flowers.fl-one {
        width: 10%;
        margin-left: 44%;
        margin-top: -7%;
        transform: rotate(-86deg); }
      .recipes-wrapper .bh-recipe .recipe-flowers.fl-two {
        width: 13%;
        margin-top: -10%; }
      .recipes-wrapper .bh-recipe .recipe-flowers.fl-three {
        width: 10%;
        margin-left: 52%;
        margin-top: -10%; }
      .recipes-wrapper .bh-recipe .recipe-flowers.fl-four {
        width: 10%;
        margin-left: 80%;
        margin-top: -5%;
        transform: rotate(-10deg); }

@font-face {
  font-family: 'Red Vevet';
  src: url("https://www.purewow.com/static/webfonts/RedVevet/RedVevet.woff2"); }

/* Pulse Animation (credits to Justin Aguilar at www.justinaguilar.com/animations/) */
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.85);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.85);
    opacity: 0.7; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.85);
    opacity: 0.7; } }

.fade-appear {
  opacity: .01; }
  .fade-appear.fade-appear-active {
    opacity: 1;
    transition: opacity .3s ease; }

.fade-enter {
  opacity: .01; }
  .fade-enter.fade-enter-active {
    opacity: 1;
    transition: opacity .3s ease; }

.fade-leave {
  opacity: 1; }
  .fade-leave.fade-leave-active {
    opacity: .01;
    transition: opacity .3s ease; }

b {
  font-family: inherit !important;
  font-weight: 700 !important; }

em {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.fixed-header {
  height: 62px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 1000;
  position: fixed;
  top: 0px; }
  @media (max-width: 767px) {
    .fixed-header {
      height: 55px; } }
  .fixed-header .nav-menu {
    background: #ffffff;
    width: auto;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fixed-header .nav-menu ul {
      padding-left: 0; }
    .fixed-header .nav-menu li {
      list-style: none;
      display: inline-block;
      vertical-align: middle; }
    .fixed-header .nav-menu .menu-logo {
      float: left;
      border-right: 1px solid #eaeaea;
      font-size: 33px;
      color: #000000;
      padding: 0 25px;
      height: 62px;
      line-height: 62px;
      width: 115px; }
      @media (max-width: 767px) {
        .fixed-header .nav-menu .menu-logo {
          width: 50px; } }
      .fixed-header .nav-menu .menu-logo .logo {
        position: static;
        top: initial;
        text-decoration: none;
        line-height: initial;
        font-size: 34.5px;
        line-height: 53px;
        margin-left: 0;
        padding-right: 10px;
        color: #000000; }
        .fixed-header .nav-menu .menu-logo .logo .icon-purewow-logo-wordmark {
          display: initial;
          margin-top: 12px; }
        .fixed-header .nav-menu .menu-logo .logo .icon-purewow-logo-mark {
          display: none; }
        @media (max-width: 990px) {
          .fixed-header .nav-menu .menu-logo .logo .icon-purewow-logo-wordmark {
            position: absolute;
            width: 110px;
            top: 2px; } }
        @media (max-width: 767px) {
          .fixed-header .nav-menu .menu-logo .logo .icon-purewow-logo-wordmark {
            display: none; }
          .fixed-header .nav-menu .menu-logo .logo .icon-purewow-logo-mark {
            display: initial;
            margin-top: 3px; } }
    .fixed-header .nav-menu .nav-menu__left--text {
      font-family: "freight-display-pro";
      font-weight: 400;
      font-size: 1.22em;
      letter-spacing: .5px;
      line-height: 62px;
      padding: 0 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 991px) {
      .fixed-header .nav-menu .nav-menu__left .nav-menu__left--text {
        font-size: 1.1em;
        padding-left: 17px;
        display: none; } }
    @media (max-width: 767px) {
      .fixed-header .nav-menu .nav-menu__left .nav-menu__left--text {
        display: none; } }
    .fixed-header .nav-menu .nav-menu__right {
      display: block;
      float: right;
      margin-right: 0px;
      margin-top: 0px; }
      .fixed-header .nav-menu .nav-menu__right ul {
        padding-left: 0;
        display: flex;
        align-items: center; }
        .fixed-header .nav-menu .nav-menu__right ul li {
          display: flex;
          align-items: center; }
          @media (max-width: 990px) {
            .fixed-header .nav-menu .nav-menu__right ul li img.sponsored-logo {
              display: none; } }
          @media (min-width: 991px) {
            .fixed-header .nav-menu .nav-menu__right ul li img.sponsored-logo {
              margin-right: 5px;
              height: 50px;
              width: 100px;
              width: auto;
              margin: 0 15px 0 5px; } }
      .fixed-header .nav-menu .nav-menu__right .sponsored-text {
        display: none;
        font-family: "brandon-grotesque";
        font-weight: 500;
        font-style: normal;
        font-size: 7.5px;
        letter-spacing: 1.25px;
        text-transform: uppercase;
        color: #232323;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px; }
        @media (min-width: 992px) {
          .fixed-header .nav-menu .nav-menu__right .sponsored-text {
            display: revert; } }
      .fixed-header .nav-menu .nav-menu__right .sponsored-logo {
        margin-right: 5px;
        height: 60px;
        width: 100px; }
      .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper {
        position: relative;
        font: "brandon-grotesque";
        color: white;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        letter-spacing: 2.5px; }
        .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social {
          font: "brandon-grotesque";
          letter-spacing: 2.5px;
          border-radius: 2px;
          width: 110px;
          height: 33px;
          display: block;
          color: white;
          text-transform: uppercase;
          text-align: center;
          -webkit-transition: background 0.4s;
          transition: background 0.4s;
          cursor: pointer;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social.btn-social__color--facebook {
            background: #3c5a96;
            margin-right: 10px; }
          .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social.btn-social__color--pinterest {
            background: #c7242e;
            margin-right: 20px; }
        .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social__icon {
          font-size: 24.5px;
          line-height: 32px;
          top: 1px;
          left: 15px;
          position: absolute; }
        .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social__text {
          position: absolute;
          font-family: "brandon-grotesque";
          font-weight: 500;
          font-size: 10px;
          line-height: 32px;
          padding-right: 2px;
          vertical-align: top;
          position: absolute;
          top: 1px;
          left: 40px; }
        @media (max-width: 991px) {
          .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social {
            width: 33px;
            height: 33px; }
          .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social__text {
            display: none; }
          .fixed-header .nav-menu .nav-menu__right .btn-social-wrapper .btn-social__icon {
            left: 5px; } }
    @media (max-width: 991px) {
      .fixed-header .nav-menu .nav-menu__left .nav-menu__left--text {
        font-size: 1.1em;
        padding-left: 17px; } }
    @media (max-width: 767px) {
      .fixed-header .nav-menu .nav-menu__left .nav-menu__left--text {
        display: none; }
      .fixed-header .nav-menu .nav-menu__right {
        margin-right: 0px;
        margin-top: 0px; }
        .fixed-header .nav-menu .nav-menu__right ul {
          margin-top: -3px; } }
  @media (max-width: 767px) {
    .fixed-header .nav-menu {
      background: #ffffff;
      width: auto;
      margin: 0 auto;
      position: relative;
      height: 100%; }
      .fixed-header .nav-menu li {
        list-style: none;
        display: inline-block;
        vertical-align: middle; }
    .fixed-header .nav-menu__left {
      float: left;
      padding: 0 0 0 5px;
      line-height: 1; }
      .fixed-header .nav-menu__left ul {
        padding-left: 0; }
      .fixed-header .nav-menu__left .logo {
        font-size: 55px;
        color: #000;
        position: relative;
        top: 9px;
        padding-right: 10px;
        line-height: 50px; }
      .fixed-header .nav-menu__left .menu-logo {
        padding-left: 0px;
        padding-right: 0px;
        height: 55px; }
        .fixed-header .nav-menu__left .menu-logo .logo {
          position: static;
          top: initial;
          line-height: initial;
          font-size: 55px;
          line-height: 55px;
          margin-left: 0; }
      .fixed-header .nav-menu__left .nav-menu__left--text {
        font-family: "brandon-grotesque";
        font-size: 17px;
        line-height: 45px;
        padding: 0 1em;
        letter-spacing: 2px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .fixed-header .nav-menu__right {
      display: block;
      float: right;
      margin-right: 10px;
      margin-top: 11px; }
      .fixed-header .nav-menu__right ul {
        padding-left: 0; }
      .fixed-header .nav-menu__right .btn-social-wrapper .btn-social {
        width: 33px;
        height: 33px; }
        .fixed-header .nav-menu__right .btn-social-wrapper .btn-social .btn-social__text {
          display: none; }
        .fixed-header .nav-menu__right .btn-social-wrapper .btn-social .btn-social__icon {
          left: 5px; } }

