@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400&display=swap");
/**** Heights & Widths ****/
/**** Padding ****/
/**** Fonts ****/
/**** Colors ****/
/*
Usage:
@include target-metro {
  color: cyan;
}
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    filter: opacity(100%); }
  .hamburger.is-active:hover {
    filter: opacity(100%); }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body .layout-container {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #616161; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  color: #194385;
  margin-bottom: 5px; }

h1 {
  font-size: 28px;
  line-height: 42px;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-transform: uppercase; }
  h1.page-title {
    margin: 0 0 10px 0; }

h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem; }

h3 {
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 3.15rem; }

h4 {
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.9rem;
  line-height: 2.85rem; }

h5 {
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.7rem;
  line-height: 2.55rem; }

h6 {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem; }

p {
  margin: 0 0 1.5rem 0; }

a {
  color: #194385; }

table {
  width: 100%;
  text-align: left; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  max-width: 100%;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  color: #616161; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #2868f6; }
  @media only screen and (max-width: 600px) {
    input[type="text"],
    input[type="number"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    textarea {
      width: 100%; } }

label, .liner h3 {
  font-weight: 600; }

.field--label-inline .field__label,
.field--label-inline .field__item {
  display: inline; }

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: none;
  padding: 0; }

.form-type-radio .label-wrapper,
.form-type-checkbox .label-wrapper {
  display: inline-block; }

main button,
.button {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: 1px solid #2868f6;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 14px 5px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #2868f6;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  main button:hover, main button:active, main button:focus,
  .button:hover,
  .button:active,
  .button:focus {
    outline: none; }
  main button.secondary-button,
  .button.secondary-button {
    background-color: #fff;
    color: #2868f6; }
    main button.secondary-button:hover, main button.secondary-button:active, main button.secondary-button:focus,
    .button.secondary-button:hover,
    .button.secondary-button:active,
    .button.secondary-button:focus {
      outline: none;
      color: #fff;
      background-color: #2868f6; }

hr {
  border: none;
  border-bottom: 1px solid #b6b6b6; }

::-moz-selection {
  background: #194385;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #194385;
  color: #fff;
  text-shadow: none; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

header,
main,
footer {
  width: 100%; }

main {
  padding-bottom: 30px; }

#dropdown{
  display:none;
  top: 115px;
  background-color: #fff;
}
.dropdown-open{
  display:block !important;
  border-top: #fff solid 1px;
}

#topmenu{
  padding-bottom: 0px !important;
}

main:after,
main .inner:after {
  display: table;
  clear: both;
  content: ''; }

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .inner {
      padding: 20px; } }

#content-wrapper {
  padding: 30px; }
  @media only screen and (max-width: 600px) {
    #content-wrapper {
      padding: 20px; } }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

header {
   }
  @media only screen and (max-width: 800px) {
    header {
      height: 80px; } }
  header #header-top {
    height: 36px; }
  header #header-bottom {
    height: 80px; }

footer {
  clear: both;
  position: relative;
  overflow: hidden; }

footer{
  margin-top: 20px;
}
#push {
  height: 100px; }
  @media only screen and (max-width: 975px) {
    footer{
      height: 200px;
      margin-top: 100px;
    }
    #push {
      height: 60px; } }
  @media only screen and (max-width: 800px) {
    #push {
      height: 190px; } }
  @media only screen and (max-width: 600px) {
    footer{
      height: 150px;
      margin-top: 150px;
    }
    #push {
      height: 120px; } }
  @media only screen and (max-width: 370px) {
    footer{
      height: 150px;
      margin-top: 220px;
    }
    #push {
      height: 100px; } }

.dialog-off-canvas-main-canvas,
.layout-container {
  height: 100%;
  margin: 0; }

main .with-sidebar-left,
main .with-sidebar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  main .with-sidebar-left #main-content,
  main .with-sidebar-right #main-content {
    width: 100%; }
  main .with-sidebar-left .region-sidebar-left,
  main .with-sidebar-right .region-sidebar-left {
    width: 150px;
    margin-right: 50px; }
  main .with-sidebar-left .region-sidebar-right,
  main .with-sidebar-right .region-sidebar-right {
    width: 250px;
    margin-left: 50px; }
  @media only screen and (max-width: 800px) {
    main .with-sidebar-left,
    main .with-sidebar-right {
      display: block; }
      main .with-sidebar-left .region-sidebar-left,
      main .with-sidebar-left .region-sidebar-right,
      main .with-sidebar-right .region-sidebar-left,
      main .with-sidebar-right .region-sidebar-right {
        width: 100%;
        margin: 0; }
      main .with-sidebar-left .region-sidebar-left,
      main .with-sidebar-right .region-sidebar-left {
        padding-bottom: 20px; } }

#page-wrapper {
  position: relative;
  min-height: 100%;
  margin-bottom: -170px;
  padding-top: 10px; }
  @media only screen and (max-width: 975px) {
    #page-wrapper {
      margin-bottom: -190px; } }
  @media only screen and (max-width: 800px) {
    #page-wrapper {
      margin-bottom: -300px;
      padding-top: 80px; } }
  @media only screen and (max-width: 600px) {
    #page-wrapper {
      margin-bottom: -300px; } }
  @media only screen and (max-width: 370px) {
    #page-wrapper {
      margin-bottom: -375px; } }

.region-pre-content {
  max-width: 1160px;
  margin: 0 auto; }

header {
  text-align: center; }
  header #header-top {
    padding: 4px 30px;
    text-align: right;
    max-width: 1160px;
    margin: 0 auto; }
  header #header-bottom {
    background: url("toile_1x.png");
    background-size: 1750px 80px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    header #header-bottom {
      background: url("toile_2x.jpg");
      background-size: 1750px 80px; } }
  header .flex {
    height: 100%;
    padding: 0 10px; }
  header #header-left,
  header #header-right {
    width: 40%;
    max-width: 320px; }
  header #header-center {
    width: 200px;
    height: 72px;
    position: relative; }
    header #header-center a {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 50; }
  header #header-logo,
  header #header-logo-sticky {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 0; }
  header #header-logo {
    background-image: url("kings_boxed.png");
    background-image: url("kings_boxed.svg"), linear-gradient(transparent, transparent);
    opacity: 1; }
  header #header-logo-sticky {
    background-image: url("kings.png");
    background-image: url("kings.svg"), linear-gradient(transparent, transparent);
    background-size: 68%;
    opacity: 0; }
  header nav {
    display: inline-block; }
    header nav ul.menu {
      padding: 0;
      margin: 0; }
      header nav ul.menu li {
        display: inline-block; }
        header nav ul.menu li a,
        header nav ul.menu li a.is-active {
          padding: 2px 0;
          text-decoration: none; }
  header #header-bottom nav ul.menu li {
    margin-left: 25px; }
    header #header-bottom nav ul.menu li a,
    header #header-bottom nav ul.menu li a.is-active {
      font-weight: 300;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-shadow: 1px 1px 0 #000;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      header #header-bottom nav ul.menu li a:hover,
      header #header-bottom nav ul.menu li a.is-active:hover {
        color: #82c7e0; }
  header #header-bottom nav#block-shopmenu {
    margin-left: 25%; }
    header #header-bottom nav#block-shopmenu.contextual-region {
      position: static; }
    header #header-bottom nav#block-shopmenu > ul > li > a {
      position: relative; }
      header #header-bottom nav#block-shopmenu > ul > li > a:after {
        content: '\f077';
        font-family: 'FontAwesome';
        font-weight: 600;
        position: absolute;
        top: 0px;
        right: -16px;
        font-size: 8px;
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease; }
    header #header-bottom nav#block-shopmenu > ul > li > ul {
      display: none;
      position: absolute;
      left: 0;
      top: 116px;
      padding: 5px;
      width: 100%;
      background-color: #c5d8e5;
      z-index: 10;
      margin: 0;
      text-align: center; }
      header #header-bottom nav#block-shopmenu > ul > li > ul li {
        display: inline-block;
        margin: 0 20px;
        list-style: circle; }
        header #header-bottom nav#block-shopmenu > ul > li > ul li a,
        header #header-bottom nav#block-shopmenu > ul > li > ul li a.is-active {
          color: #194385;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 13px;
          line-height: 19.5px;
          font-size: 1.3rem;
          line-height: 1.95rem;
          font-weight: 600;
          letter-spacing: 1px; }
          header #header-bottom nav#block-shopmenu > ul > li > ul li a:active, header #header-bottom nav#block-shopmenu > ul > li > ul li a:hover, header #header-bottom nav#block-shopmenu > ul > li > ul li a:focus,
          header #header-bottom nav#block-shopmenu > ul > li > ul li a.is-active:active,
          header #header-bottom nav#block-shopmenu > ul > li > ul li a.is-active:hover,
          header #header-bottom nav#block-shopmenu > ul > li > ul li a.is-active:focus {
            text-decoration: underline; }
        header #header-bottom nav#block-shopmenu > ul > li > ul li:not(:nth-of-type(1)):before {
          content: '\2022';
          color: #fff;
          display: inline-block;
          width: 40px;
          margin-left: -40px;
          font-weight: 600; }
      header #header-bottom nav#block-shopmenu > ul > li > ul a {
        text-shadow: none; }
      header #header-bottom nav#block-shopmenu > ul > li > ul li:last-child {
        position: absolute;
        right: 0;
        width: 30px;
        overflow: hidden; }
        header #header-bottom nav#block-shopmenu > ul > li > ul li:last-child a {
          opacity: 0; }
        header #header-bottom nav#block-shopmenu > ul > li > ul li:last-child:before {
          content: '\f057';
          font-family: 'FontAwesome';
          font-weight: 400;
          position: absolute;
          right: 0;
          width: 30px; }
    header #header-bottom nav#block-shopmenu.shop-menu-open > ul > li > a {
      font-weight: 600;
      border-bottom: 3px solid #c5d8e5; }
      header #header-bottom nav#block-shopmenu.shop-menu-open > ul > li > a:after {
        transform: rotate(180deg); }
    header #header-bottom nav#block-shopmenu.shop-menu-open > ul > li > ul {
      display: block; }
  header #mobile-widget {
    display: none; }
  @media only screen and (max-width: 800px) {
    header #header-top,
    header #header-left,
    header #header-right,
    header nav {
      display: none; }
    header #mobile-widget {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 15px;
      border: 1px dotted #fff;
      color: #fff;
      padding: 0;
      line-height: 0;
      width: 55px;
      height: 50px; }
      header #mobile-widget:hover, header #mobile-widget:active, header #mobile-widget:focus {
        outline: none; } }
  @media only screen and (max-width: 370px) {
    header .flex {
      justify-content: flex-start; } }

body.maintenance-page #mobile-widget {
  display: none; }

/****** Sticky header ******/
#header-nav-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20; }
  #header-nav-wrapper.sticky #navigation {
    box-shadow: 0px 1px 2px #eaeaea; }

footer {
  text-align: center; }
  footer #main-footer {
    background-color: #194385;
    color: #fff;
    padding-top: 7px;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem; }
    footer #main-footer > .inner {
      max-width: 800px;
      margin: 0 auto;
      padding: 15px; }
    footer #main-footer:before {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background: url("stitching.png");
      background-size: contain;
      opacity: 0.8; }
  footer .flex > div:first-child,
  footer .flex > div:last-child {
    width: 30%; }
  footer .flex > div.region-footer {
    width: 40%; }
  footer #footer-logo {
    margin: 0 auto;
    width: 160px;
    height: 50px;
    background: url("kings.png");
    background: url("kings.svg"), linear-gradient(transparent, transparent);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 0; }
    footer #footer-logo a {
      display: block;
      width: 100%;
      height: 100%; }
  footer .copyright {
    color: #c5d8e5;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem; }
  footer nav.menu--footer-menu ul.menu {
    margin: 0;
    text-align: center; }
    footer nav.menu--footer-menu ul.menu li {
      display: inline;
      margin: 0 10px;
      list-style: circle; }
      footer nav.menu--footer-menu ul.menu li a,
      footer nav.menu--footer-menu ul.menu li a.is-active {
        color: #fff;
        font-weight: 300;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        footer nav.menu--footer-menu ul.menu li a:active, footer nav.menu--footer-menu ul.menu li a:hover, footer nav.menu--footer-menu ul.menu li a:focus,
        footer nav.menu--footer-menu ul.menu li a.is-active:active,
        footer nav.menu--footer-menu ul.menu li a.is-active:hover,
        footer nav.menu--footer-menu ul.menu li a.is-active:focus {
          color: #82c7e0; }
      footer nav.menu--footer-menu ul.menu li:nth-of-type(2n):before {
        content: '\2022';
        color: #c5d8e5;
        display: inline-block;
        width: 20px;
        margin-left: -20px;
        font-weight: 600; }
      footer nav.menu--footer-menu ul.menu li:nth-of-type(2):after {
        content: '\a';
        white-space: pre; }
  footer .social-icons a.fab {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    footer .social-icons a.fab:active, footer .social-icons a.fab:hover, footer .social-icons a.fab:focus {
      color: #82c7e0; }
  footer #sub-footer {
    padding: 5px; }
    footer #sub-footer nav {
      display: inline-block; }
      footer #sub-footer nav:not(:last-child) ul.menu {
        margin: 0;
        text-align: center; }
        footer #sub-footer nav:not(:last-child) ul.menu li {
          display: inline-block;
          margin: 0 20px;
          list-style: circle; }
          footer #sub-footer nav:not(:last-child) ul.menu li a,
          footer #sub-footer nav:not(:last-child) ul.menu li a.is-active {
            color: #194385;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 19.5px;
            font-size: 1.3rem;
            line-height: 1.95rem;
            font-weight: 600;
            letter-spacing: 1px; }
            footer #sub-footer nav:not(:last-child) ul.menu li a:active, footer #sub-footer nav:not(:last-child) ul.menu li a:hover, footer #sub-footer nav:not(:last-child) ul.menu li a:focus,
            footer #sub-footer nav:not(:last-child) ul.menu li a.is-active:active,
            footer #sub-footer nav:not(:last-child) ul.menu li a.is-active:hover,
            footer #sub-footer nav:not(:last-child) ul.menu li a.is-active:focus {
              text-decoration: underline; }
          footer #sub-footer nav:not(:last-child) ul.menu li:not(:nth-of-type(1)):before {
            content: '\2022';
            color: #c5d8e5;
            display: inline-block;
            width: 40px;
            margin-left: -40px;
            font-weight: 600; }
      footer #sub-footer nav:last-child ul.menu {
        margin: 0;
        text-align: center; }
        footer #sub-footer nav:last-child ul.menu li {
          display: inline-block;
          margin: 0 20px;
          list-style: circle; }
          footer #sub-footer nav:last-child ul.menu li a,
          footer #sub-footer nav:last-child ul.menu li a.is-active {
            color: #194385;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 19.5px;
            font-size: 1.3rem;
            line-height: 1.95rem;
            font-weight: 600;
            letter-spacing: 1px; }
            footer #sub-footer nav:last-child ul.menu li a:active, footer #sub-footer nav:last-child ul.menu li a:hover, footer #sub-footer nav:last-child ul.menu li a:focus,
            footer #sub-footer nav:last-child ul.menu li a.is-active:active,
            footer #sub-footer nav:last-child ul.menu li a.is-active:hover,
            footer #sub-footer nav:last-child ul.menu li a.is-active:focus {
              text-decoration: underline; }
          footer #sub-footer nav:last-child ul.menu li:before {
            content: '\2022';
            color: #c5d8e5;
            display: inline-block;
            width: 40px;
            margin-left: -40px;
            font-weight: 600; }
  footer nav ul.menu {
    padding: 0;
    margin: 0; }
  @media only screen and (max-width: 975px) {
    footer #sub-footer nav {
      display: block; }
      footer #sub-footer nav:last-child ul.menu li:nth-of-type(1):before {
        display: none; } }
  @media only screen and (max-width: 800px) {
    footer {
      background-color: #194385; }
      footer #sub-footer {
        display: none; }
      footer #main-footer .flex {
        display: block; }
        footer #main-footer .flex > div {
          width: 100%;
          padding: 10px 0; }
      footer #footer-logo img {
        max-width: 160px; }
      footer nav.menu--footer-menu ul.menu li a {
        font-size: 18px;
        line-height: 27px;
        font-size: 1.8rem;
        line-height: 2.7rem; } }
  @media only screen and (max-width: 370px) {
    footer nav.menu--footer-menu ul.menu li {
      display: block; }
      footer nav.menu--footer-menu ul.menu li:before {
        display: none !important; } }

#navigation {
  margin-bottom: 20px;
  height: 35px;
  background-color: #fff; }
  #navigation ul.menu {
    text-align: center;
    padding: 5px;
    margin: 0;
    text-align: center; }
    #navigation ul.menu li {
      display: inline-block;
      margin: 0 20px;
      list-style: circle; }
      #navigation ul.menu li a,
      #navigation ul.menu li a.is-active {
        color: #194385;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 19.5px;
        font-size: 1.3rem;
        line-height: 1.95rem;
        font-weight: 600;
        letter-spacing: 1px; }
        #navigation ul.menu li a:active, #navigation ul.menu li a:hover, #navigation ul.menu li a:focus,
        #navigation ul.menu li a.is-active:active,
        #navigation ul.menu li a.is-active:hover,
        #navigation ul.menu li a.is-active:focus {
          text-decoration: underline; }
      #navigation ul.menu li:not(:nth-of-type(1)):before {
        content: '\2022';
        color: #c5d8e5;
        display: inline-block;
        width: 40px;
        margin-left: -40px;
        font-weight: 600; }
  @media only screen and (max-width: 800px) {
    #navigation {
      display: none; } }

#mobile-navigation {
  display: none;
  background-color: #c5d8e5;
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  z-index: 500;
  text-align: center;
  color: #194385;
  overflow-y: auto;
  height: calc(100vh - 80px); }
  #mobile-navigation .region-mobile-nav,
  #mobile-navigation .social-icons {
    max-width: 340px;
    margin: 0 auto; }
  #mobile-navigation ul.menu {
    margin: 0;
    padding: 20px;
    text-align: center; }
    #mobile-navigation ul.menu li {
      padding: 5px 0; }
      #mobile-navigation ul.menu li a {
        color: #194385;
        font-weight: 400;
        text-decoration: none;
        line-height: 1 !important; }
        #mobile-navigation ul.menu li a:active, #mobile-navigation ul.menu li a:hover, #mobile-navigation ul.menu li a:focus {
          text-decoration: underline; }
  #mobile-navigation #block-mobilemenu-primary {
    border-bottom: 2px dotted #fff; }
    #mobile-navigation #block-mobilemenu-primary li {
      padding: 10px; }
      #mobile-navigation #block-mobilemenu-primary li a {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 33px;
        font-size: 2.2rem;
        line-height: 3.3rem; }
  #mobile-navigation #block-mobilemenu-secondary {
    border-bottom: 2px dotted #fff; }
    #mobile-navigation #block-mobilemenu-secondary li {
      width: 49%;
      display: inline-block;
      vertical-align: top; }
      #mobile-navigation #block-mobilemenu-secondary li a {
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem; }
  #mobile-navigation #block-mobilemenu-tertiary li {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
  #mobile-navigation .social-icons .social-header {
    font-weight: 400; }
  #mobile-navigation .social-icons:after {
    content: "";
    position: relative;
    display: block;
    width: 70px;
    height: 24px;
    margin: 0 auto;
    border-bottom: 1px solid #fff; }
  #mobile-navigation .copyright {
    margin: 3px 0 20px; }
    #mobile-navigation .copyright:before {
      content: "";
      position: relative;
      display: block;
      width: 70px;
      height: 16px;
      margin: 0 auto;
      border-top: 1px solid #fff; }

@media only screen and (max-width: 800px) {
  body.menu-open {
    overflow: hidden; }
    body.menu-open #mobile-navigation {
      display: block; } }

/****** Breadcrumb ******/
.region-breadcrumb {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px; }

nav.breadcrumb {
  margin-top: 20px;
  border-top: 1px solid #b6b6b6;
  text-transform: uppercase;
  color: #6a6a6a;
  padding: 6px 0;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem; }
  nav.breadcrumb a {
    color: #6a6a6a;
    text-decoration: none; }
    nav.breadcrumb a:active, nav.breadcrumb a:hover, nav.breadcrumb a:focus {
      text-decoration: underline; }
  nav.breadcrumb li:before {
    content: '>';
    padding: 3px; }
  @media only screen and (max-width: 600px) {
    nav.breadcrumb {
      display: none; } }

.menu--cooking-studio-links {
  padding: 5px 30px; }

.menu--secondary-header-links ul,
.menu--cooking-studio-links ul {
  text-align: right;
  margin: 0; }

.menu--secondary-header-links ul li,
.menu--cooking-studio-links ul li {
  display: inline-block; }
  .menu--secondary-header-links ul li a,
  .menu--secondary-header-links ul li a.is-active,
  .menu--cooking-studio-links ul li a,
  .menu--cooking-studio-links ul li a.is-active {
    font-weight: 600;
    color: #194385;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.95rem;
    text-decoration: none;
    padding: 2px 0; }
    .menu--secondary-header-links ul li a:active, .menu--secondary-header-links ul li a:hover, .menu--secondary-header-links ul li a:focus,
    .menu--secondary-header-links ul li a.is-active:active,
    .menu--secondary-header-links ul li a.is-active:hover,
    .menu--secondary-header-links ul li a.is-active:focus,
    .menu--cooking-studio-links ul li a:active,
    .menu--cooking-studio-links ul li a:hover,
    .menu--cooking-studio-links ul li a:focus,
    .menu--cooking-studio-links ul li a.is-active:active,
    .menu--cooking-studio-links ul li a.is-active:hover,
    .menu--cooking-studio-links ul li a.is-active:focus {
      text-decoration: underline; }
  .menu--secondary-header-links ul li:not(:last-child):after,
  .menu--cooking-studio-links ul li:not(:last-child):after {
    content: '|';
    font-weight: 600;
    color: #194385;
    width: 25px;
    display: inline-block;
    text-align: center; }
  .menu--secondary-header-links ul li:before,
  .menu--cooking-studio-links ul li:before {
    font-family: 'FontAwesome';
    color: #7ba1d2;
    vertical-align: middle; }
  .menu--secondary-header-links ul li.locations:before,
  .menu--cooking-studio-links ul li.locations:before {
    content: '\f3c5';
    font-weight: 600; }
  .menu--secondary-header-links ul li.my-cart:before,
  .menu--cooking-studio-links ul li.my-cart:before {
    content: '\f07a';
    font-weight: 600; }
  .menu--secondary-header-links ul li.customer-service:before,
  .menu--cooking-studio-links ul li.customer-service:before {
    content: '\f086';
    font-weight: 400; }
  .menu--secondary-header-links ul li.my-cooking-studio:before, .menu--secondary-header-links ul li.log-in-to-cooking-studio:before,
  .menu--cooking-studio-links ul li.my-cooking-studio:before,
  .menu--cooking-studio-links ul li.log-in-to-cooking-studio:before {
    content: '\f007';
    font-weight: 400; }

#sidebar-left ul.tabs li,
#sidebar-right ul.tabs li {
  margin: 0;
  display: block; }
  #sidebar-left ul.tabs li a,
  #sidebar-right ul.tabs li a {
    padding: 0;
    display: inline; }
    #sidebar-left ul.tabs li a.is-active,
    #sidebar-right ul.tabs li a.is-active {
      background-color: transparent;
      font-weight: 600; }
    #sidebar-left ul.tabs li a:hover, #sidebar-left ul.tabs li a:active, #sidebar-left ul.tabs li a:focus,
    #sidebar-right ul.tabs li a:hover,
    #sidebar-right ul.tabs li a:active,
    #sidebar-right ul.tabs li a:focus {
      text-decoration: underline;
      background-color: transparent; }

#sidebar-left .block-views .menu-view a,
#sidebar-right .block-views .menu-view a {
  text-decoration: none; }

#sidebar-left .block-views .menu-view h3,
#sidebar-right .block-views .menu-view h3 {
  font-weight: 600;
  border-bottom: 1px solid #616161;
  position: relative; }
  #sidebar-left .block-views .menu-view h3 span.toggle-element,
  #sidebar-right .block-views .menu-view h3 span.toggle-element {
    cursor: pointer;
    display: block; }
    #sidebar-left .block-views .menu-view h3 span.toggle-element:after,
    #sidebar-right .block-views .menu-view h3 span.toggle-element:after {
      content: '\f077';
      font-family: 'FontAwesome';
      font-weight: 600;
      float: right;
      color: #b6b6b6;
      -webkit-transition: transform 0.2s ease;
      -moz-transition: transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease; }
    #sidebar-left .block-views .menu-view h3 span.toggle-element.open:after,
    #sidebar-right .block-views .menu-view h3 span.toggle-element.open:after {
      transform: rotate(180deg); }

#sidebar-left .block-views .menu-view .views-row,
#sidebar-right .block-views .menu-view .views-row {
  display: none;
  margin-left: 8px; }
  @media only screen and (max-width: 800px) {
    #sidebar-left .block-views .menu-view .views-row,
    #sidebar-right .block-views .menu-view .views-row {
      padding: 4px 0; } }
  #sidebar-left .block-views .menu-view .views-row a:active, #sidebar-left .block-views .menu-view .views-row a:hover, #sidebar-left .block-views .menu-view .views-row a:focus,
  #sidebar-right .block-views .menu-view .views-row a:active,
  #sidebar-right .block-views .menu-view .views-row a:hover,
  #sidebar-right .block-views .menu-view .views-row a:focus {
    text-decoration: underline; }
  #sidebar-left .block-views .menu-view .views-row .active,
  #sidebar-right .block-views .menu-view .views-row .active {
    font-weight: 600; }

#sidebar-left h2, #sidebar-left h3 {
  font-family: "Work Sans", sans-serif;
  color: #616161;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem; }

@media only screen and (max-width: 800px) {
  #block-account-tabs h2 {
    border-bottom: 1px solid #616161;
    cursor: pointer;
    display: block; }
    #block-account-tabs h2:after {
      content: '\f077';
      font-family: 'FontAwesome';
      font-weight: 600;
      float: right;
      color: #b6b6b6;
      -webkit-transition: transform 0.2s ease;
      -moz-transition: transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease; }
  #block-account-tabs nav.tabs {
    display: none; }
    #block-account-tabs nav.tabs ul.tabs li {
      padding: 4px 0; }
  #block-account-tabs.open h2:after {
    transform: rotate(180deg); }
  #block-account-tabs.open nav.tabs {
    display: block; } }

body.path-frontpage h1.page-title,
body.path-checkout h1.page-title,
body.path-locations h1.page-title,
body.page-node-type-cooking-studio h1.page-title,
body.page-node-type-aggregate-recipes h1.page-title,
body.path-recipes h1.page-title {
  display: none; }

/****** Hero Banner ******/
#hero-banner {
  margin-top: 20px; }
  #hero-banner .hero-slide {
    height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 30px;
    position: relative; }
    #hero-banner .hero-slide .inner {
      width: 100%; }
      #hero-banner .hero-slide .inner.align-left {
        text-align: left; }
      #hero-banner .hero-slide .inner.align-center {
        text-align: center; }
      #hero-banner .hero-slide .inner.align-right {
        text-align: right; }
      @media only screen and (max-width: 600px) {
        #hero-banner .hero-slide .inner {
          padding: 0;
          margin-top: 30px; } }
  #hero-banner .banner-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  #hero-banner .banner-image.mobile {
    display: none; }
  #hero-banner .fg-block {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    padding: 15px 20px;
    text-align: left;
    color: #fff;
    border-radius: 5px; }
    #hero-banner .fg-block h1, #hero-banner .fg-block h2, #hero-banner .fg-block h3, #hero-banner .fg-block h4, #hero-banner .fg-block h5, #hero-banner .fg-block h6 {
      color: #fff; }
    @media only screen and (max-width: 600px) {
      #hero-banner .fg-block {
        padding: 10px; } }
  @media only screen and (max-width: 600px) {
    #hero-banner .hero-slide {
      height: 600px;
      align-items: baseline; }
    #hero-banner .banner-image.desktop {
      display: none; }
    #hero-banner .banner-image.mobile {
      display: block; } }

/********* Slick slideshows *********/
.slick-prev:before,
.slick-next:before {
  color: #194385;
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 28px; }

.slick-prev,
.slick-next {
  margin: 0;
  width: 30px;
  height: 30px;
  z-index: 4; }

.slick-prev {
  left: 10px; }
  .slick-prev:before {
    content: '\f053'; }

.slick-next {
  right: 10px; }
  .slick-next:before {
    content: '\f054'; }

.slick-slide:focus,
.slick-slide:active {
  outline: none; }

.slick-track {
  overflow: hidden; }

.social-icons .social-header {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 300; }

.social-icons a.fab {
  text-decoration: none;
  color: #194385;
  font-size: 28px;
  line-height: 42px;
  font-size: 2.8rem;
  line-height: 4.2rem;
  margin: 0 8px; }

.add-widget {
  display: inline-block;
  position: relative;
  margin-right: 5px; }
  .add-widget input[type="number"] {
    padding: 4px 5px 2px;
    vertical-align: middle;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 34px; }
  .add-widget span {
    color: white;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -7px;
    width: 35px;
    height: 34px;
    background: #2868f6;
    z-index: 2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer; }
    .add-widget span .fas {
      position: relative;
      top: 6px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .add-widget span .fa {
    top: 5px; } }

.custom-select {
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: mobile) {
    .custom-select {
      width: 100%; } }
  .custom-select select {
    width: 100%;
    margin: 0;
    background: #fff;
    height: 34px;
    outline: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    color: #444;
    padding: 6px 40px 6px 12px;
    line-height: 1.3;
    border-radius: 4px;
    border: 1px solid #b6b6b6; }
  .custom-select:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-weight: 900;
    color: white;
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 30px;
    height: 34px;
    line-height: 3.5rem;
    bottom: 0;
    right: 0;
    background: #194385;
    z-index: 2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none; }
  .custom-select .ajax-progress {
    display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-select select {
    padding: 6px 6px 6px 12px; }
  .custom-select:after {
    content: none; } }

p.address {
  margin: 0; }
  p.address .country {
    display: none; }

.address-book-edit-button {
  margin: 10px 0 0 0;
  background-color: #fff;
  color: #2868f6; }
  .address-book-edit-button:hover, .address-book-edit-button:active, .address-book-edit-button:focus {
    outline: none;
    color: #fff;
    background-color: #2868f6; }

.zero-margin {
  margin: 0; }

/****** Contact us form ******/
.path-contact #content-wrapper {
  max-width: 800px;
  margin: 0 auto; }

form.contact-message-feedback-form .field--name-field-first-name,
form.contact-message-feedback-form .field--name-field-last-name {
  display: inline-block;
  width: 48%; }
  form.contact-message-feedback-form .field--name-field-first-name input,
  form.contact-message-feedback-form .field--name-field-last-name input {
    width: 100%; }
  form.contact-message-feedback-form .field--name-field-first-name .form-item,
  form.contact-message-feedback-form .field--name-field-last-name .form-item {
    margin-top: 0; }
  @media only screen and (max-width: 600px) {
    form.contact-message-feedback-form .field--name-field-first-name,
    form.contact-message-feedback-form .field--name-field-last-name {
      width: 100%;
      display: block; } }

form.contact-message-feedback-form .field--name-field-first-name {
  margin-right: 2.5%; }

#block-contactinformation {
  border-top: 1px solid #b6b6b6;
  padding-top: 20px;
  margin-top: 20px; }
  #block-contactinformation p {
    display: inline-block;
    vertical-align: top;
    margin-right: 4.5%;
    min-width: 150px; }
    @media only screen and (max-width: 800px) {
      #block-contactinformation p {
        display: block;
        margin-right: 0; } }

/****** Drupal messages ******/
.messages {
  margin: 10px 30px 0; }

.messages--status,
[dir="rtl"] .messages--status {
  border: 1px solid #c9e1bd;
  box-shadow: none; }

.messages--warning,
[dir="rtl"] .messages--warning {
  border: 1px solid #f4daa6;
  box-shadow: none; }

.messages--error,
[dir="rtl"] .messages--error {
  border: 1px solid #f9c9bf;
  box-shadow: none; }

/****** Text editor styles ******/
.extra-large {
  font-size: 60px;
  line-height: 0.8; }
  @media only screen and (max-width: 1050px) {
    .extra-large {
      font-size: 50px; } }

.large {
  font-size: 50px;
  line-height: 0.8; }
  @media only screen and (max-width: 1050px) {
    .large {
      font-size: 40px; } }

.medium {
  font-size: 40px;
  line-height: 0.8; }
  @media only screen and (max-width: 1050px) {
    .medium {
      font-size: 30px; } }

.small {
  font-size: 30px;
  line-height: 0.8; }
  @media only screen and (max-width: 1050px) {
    .small {
      font-size: 24px; } }

.all-caps {
  text-transform: uppercase; }

.light-blue {
  color: #bfeefd; }

.gray {
  color: #616161; }

.dark-blue {
  color: #194385; }

/****** colorbox pop up on chef prepared page ******/
#colorbox button:focus {
  outline: none; }

#cboxClose {
  background: none;
  color: #194385;
  border-color: #194385;
  border: solid 1px;
  border-radius: 50%;
  text-indent: 0;
  top: 0; }
  #cboxClose:hover {
    opacity: 0.7; }

#cboxNext,
#cboxPrevious {
  background: none;
  color: #194385;
  border-color: #194385;
  border: solid 1px;
  border-radius: 50%;
  text-indent: 0;
  padding-bottom: 2px; }
  #cboxNext:hover,
  #cboxPrevious:hover {
    opacity: 0.7; }

#cboxNext {
  left: 30px; }

#cboxClose {
  font-size: 13px; }

#cboxCurrent {
  left: 65px;
  bottom: 0;
  font-family: "Work Sans", sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem; }

#cboxLoadedContent {
  margin-top: 54px;
  margin-bottom: 35px; }

#cboxTitle {
  bottom: 0;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #194385; }

#cboxTitle {
  top: 0px;
  overflow: hidden;
  float: none !important;
  display: block !important;
  width: 95% !important;
  bottom: auto !important;
  max-height: 25px !important;
  min-height: 25px !important;
  transition: none !important;
  padding: 4px 6px !important;
  background-color: #fff; }

#cboxWrapper > div:after {
  display: block;
  position: absolute;
  top: 54px;
  z-index: 100;
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #ccc; }

#cboxDesc {
  position: absolute;
  bottom: 35px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  font-family: "Work Sans", sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem; }

.slick-dots {
  bottom: 0;
  padding: 0;
  margin: 0 0 0 -10px; }
  .slick-dots li {
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-bottom: none;
    padding: 8px 35px 4px 35px;
    margin: 0;
    position: relative;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background-color: #194385;
      color: white; }
      .slick-dots li.slick-active:before, .slick-dots li.slick-active:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .slick-dots li.slick-active:before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 11px;
        margin-left: -11px; }
      .slick-dots li.slick-active:after {
        border-color: rgba(223, 144, 29, 0);
        border-bottom-color: #194385;
        border-width: 10px;
        margin-left: -10px; }
    .slick-dots li:first-child {
      border-right: 0; }
    .slick-dots li:last-child {
      border-left: 0; }

/******** Modal Styling ********/
.ui-widget-overlay {
  background: #000;
  opacity: 0.6; }

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Merriweather", serif; }

.ui-widget .ui-widget {
  font-size: 15px; }

.ui-dialog {
  border-radius: 8px; }

.ui-dialog .ui-dialog-titlebar {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 0.6em 1em; }

.ui-dialog .ui-dialog-buttonpane {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .8em .5em 0; }
    .ui-dialog .ui-dialog-buttonpane button:nth-last-of-type(1) {
      margin: .4em 0; }

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-buttonpane {
  background: white;
  color: #616161;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-transform: uppercase; }

.ui-dialog .ui-dialog-content {
  padding: 15px 20px;
  margin-bottom: 0; }
  .ui-dialog .ui-dialog-content .custom-select {
    margin: 0; }
  .ui-dialog .ui-dialog-content .form-actions {
    height: 0px; }
  .ui-dialog .ui-dialog-content .form-item {
    padding: 8px 0; }

@media only screen and (max-width: 600px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none; } }

.ui-dialog .ui-dialog-titlebar-close {
  width: 25px;
  height: 25px; }
  .ui-dialog .ui-dialog-titlebar-close:hover {
    opacity: 0.7; }

.autologout-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #194385 !important; }

.ui-button .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("kings_modal_close_btn.png");
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  border: solid #194385 1px; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: none;
  color: white; }

.path-user-login #content-wrapper,
.path-user-register #content-wrapper,
.path-user-password #content-wrapper {
  max-width: 540px;
  margin: 0 auto; }

.path-user-login nav.tabs,
.path-user-register nav.tabs,
.path-user-password nav.tabs {
  margin-bottom: 30px; }

.path-user-login ul.tabs,
.path-user-register ul.tabs,
.path-user-password ul.tabs {
  text-transform: uppercase; }
  .path-user-login ul.tabs li,
  .path-user-register ul.tabs li,
  .path-user-password ul.tabs li {
    margin: 0;
    border-right: 2px solid #194385; }
    .path-user-login ul.tabs li:last-child,
    .path-user-register ul.tabs li:last-child,
    .path-user-password ul.tabs li:last-child {
      border-right: none; }
    @media only screen and (max-width: 600px) {
      .path-user-login ul.tabs li,
      .path-user-register ul.tabs li,
      .path-user-password ul.tabs li {
        display: list-item;
        border: 0;
        list-style-type: none;
        margin-left: 1em;
        padding: 5px 0; }
        .path-user-login ul.tabs li a:before,
        .path-user-register ul.tabs li a:before,
        .path-user-password ul.tabs li a:before {
          content: '>';
          position: absolute;
          left: 1.5em; } }
  .path-user-login ul.tabs a,
  .path-user-register ul.tabs a,
  .path-user-password ul.tabs a {
    padding: 0 10px 0 4px;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem; }
  .path-user-login ul.tabs .is-active,
  .path-user-register ul.tabs .is-active,
  .path-user-password ul.tabs .is-active {
    text-decoration: underline; }
  .path-user-login ul.tabs .is-active,
  .path-user-login ul.tabs a:hover,
  .path-user-login ul.tabs a:active,
  .path-user-login ul.tabs a:focus,
  .path-user-register ul.tabs .is-active,
  .path-user-register ul.tabs a:hover,
  .path-user-register ul.tabs a:active,
  .path-user-register ul.tabs a:focus,
  .path-user-password ul.tabs .is-active,
  .path-user-password ul.tabs a:hover,
  .path-user-password ul.tabs a:active,
  .path-user-password ul.tabs a:focus {
    background-color: transparent;
    background: none;
    color: #194385; }

.path-user-login .description,
.path-user-register .description,
.path-user-password .description {
  display: none; }

.path-user-register div.address-container-inline > .form-item {
  display: block; }

.path-user-register .field--name-field-first-name,
.path-user-register .field--name-field-last-name {
  display: inline-block;
  width: 48%; }
  .path-user-register .field--name-field-first-name input,
  .path-user-register .field--name-field-last-name input {
    width: 100%; }
  .path-user-register .field--name-field-first-name .form-item,
  .path-user-register .field--name-field-last-name .form-item {
    margin-top: 0; }
  @media only screen and (max-width: 600px) {
    .path-user-register .field--name-field-first-name,
    .path-user-register .field--name-field-last-name {
      width: 100%;
      display: block; } }

.path-user-register .field--name-field-first-name {
  margin-right: 2.5%; }

.path-user-register .form-item-mail {
  margin-top: 0; }

.path-user-register .password-confirm, .path-user-register .password-field, .path-user-register .password-strength, .path-user-register .password-confirm-match,
.path-user-register .form-type-password.password-parent .password-strength,
.path-user-login .password-confirm,
.path-user-login .password-field,
.path-user-login .password-strength,
.path-user-login .password-confirm-match,
.path-user-login .form-type-password.password-parent .password-strength {
  width: 100%;
  max-width: 100%; }

.form-item-pass-pass1 {
  margin-bottom: 1em; }

.user-login-form .button,
.user-pass .button,
.user-pass-reset .button {
  margin-bottom: 0; }

.user-form #edit-mail--description {
  display: none; }

article.profile .dashboard-header {
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 15px; }
  article.profile .dashboard-header h2 {
    display: inline-block;
    margin-right: 10px; }

article.profile label {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px; }

article.profile .field--name-field-first-name,
article.profile .field--name-field-last-name {
  display: inline; }

.password-suggestions ul {
  margin-top: 0; }

.form-type-password.password-parent .password-strength {
  width: 100%;
  max-width: 350px; }
  .form-type-password.password-parent .password-strength:before {
    content: "Password must be at least 8 characters and contain at least 1 numeral and 1 special character.";
    display: block;
    margin: 6px 0;
    font-size: 14px; }

.form-type-password.password-parent .password-field.error + .password-strength:before {
  font-weight: bold;
  color: red; }

body.path-user table.responsive-enabled ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

body.path-user table.responsive-enabled thead th {
  padding: 10px 0; }

body.path-user table.responsive-enabled td {
  padding: 15px 0;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6; }

.address-book__add-link {
  margin: 10px 0 20px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: 1px solid #2868f6;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 14px 5px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #2868f6;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .address-book__add-link:hover, .address-book__add-link:active, .address-book__add-link:focus {
    outline: none; }

.address-book__profiles {
  justify-content: flex-start; }
  .address-book__profiles .address-book__profile {
    margin: 0;
    padding-right: 20px;
    flex: unset;
    width: 33%; }
  .address-book__profiles .address-book__profile--default:before {
    content: 'Default Address';
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px; }
  @media only screen and (max-width: 800px) {
    .address-book__profiles .address-book__profile {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .address-book__profiles {
      display: block; }
      .address-book__profiles .address-book__profile {
        width: 100%; } }

.view-commerce-user-orders table td {
  padding: 5px;
  border: 1px solid #b6b6b6; }
  .view-commerce-user-orders table td.is-active {
    background-color: #f4f4f4; }

.view-commerce-user-orders table .field--name-purchased-entity {
  text-transform: uppercase; }
  .view-commerce-user-orders table .field--name-purchased-entity .field--name-title,
  .view-commerce-user-orders table .field--name-purchased-entity .field--name-attribute-platter-sizes {
    text-transform: none; }

.view-commerce-user-orders table .views-field-placed a {
  color: black;
  text-decoration: none; }

.view-commerce-user-orders table .field--name-field-options-summary {
  margin: 5px 0 10px 15px; }

.user-order .order-placed {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem; }

.user-order .customer-information > .field {
  margin-bottom: 20px; }

.user-order .field--name-total-price {
  padding: 20px 0; }

body.path-frontpage:not(.maintenance-page) #content-wrapper {
  max-width: 100%;
  padding: 0; }

body.path-frontpage:not(.maintenance-page) .explore-row {
  margin: 10px 0 30px; }

body.path-frontpage:not(.maintenance-page) article.node--type-explore-row h2 {
  display: none; }

body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 30px; }
  body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row:after {
    display: table;
    clear: both;
    content: ''; }
  body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-1,
  body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-2 {
    float: left;
    width: 50%;
    padding: 10px 30px; }
    body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-1 a,
    body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-2 a {
      text-decoration: none; }
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-1 a h2,
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-2 a h2 {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 33px;
        font-size: 2.2rem;
        line-height: 3.3rem; }
    body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-1 img,
    body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-2 img {
      max-width: 100%;
      height: auto; }
    @media only screen and (max-width: 1000px) {
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-1,
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-2 {
        padding: 10px 20px; } }
    @media only screen and (max-width: 800px) {
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-1,
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-2 {
        padding: 10px 15px; } }
    @media only screen and (max-width: 600px) {
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-1,
      body.path-frontpage:not(.maintenance-page) article.node--type-homepage-row .field--name-field-col-2 {
        float: none;
        width: 100%;
        padding: 10px 0; } }

.page-node-type-explore-page {
  /**** Text Block ****/
  /**** Video Embed Modal ****/ }
  .page-node-type-explore-page #content-wrapper {
    max-width: 100%;
    padding: 0; }
  .page-node-type-explore-page .field--name-field-sections {
    margin-bottom: 30px; }
    .page-node-type-explore-page .field--name-field-sections .field__item > .paragraph--type--two-column-section,
    .page-node-type-explore-page .field--name-field-sections .field__item > .paragraph--type--three-column-section {
      padding-top: 50px; }
    .page-node-type-explore-page .field--name-field-sections #about {
      padding-top: 20px; }
  .page-node-type-explore-page .paragraph--type--two-column-section > h2 .field--name-field-section-title,
  .page-node-type-explore-page .paragraph--type--three-column-section > h2 .field--name-field-section-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #194385;
    margin: 15px 20px;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .page-node-type-explore-page .paragraph--type--two-column-section > h2 .field--name-field-section-title,
      .page-node-type-explore-page .paragraph--type--three-column-section > h2 .field--name-field-section-title {
        margin-left: 100px; } }
    .page-node-type-explore-page .paragraph--type--two-column-section > h2 .field--name-field-section-title:after,
    .page-node-type-explore-page .paragraph--type--three-column-section > h2 .field--name-field-section-title:after {
      content: " ";
      position: absolute;
      z-index: -1;
      bottom: -5px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #194385; }
  .page-node-type-explore-page .wrapper {
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative; }
    .page-node-type-explore-page .wrapper .inner {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      overflow: hidden; }
      .page-node-type-explore-page .wrapper .inner.full-width {
        max-width: 100%; }
    @media only screen and (max-width: 800px) {
      .page-node-type-explore-page .wrapper .inner {
        flex-wrap: wrap; }
      .page-node-type-explore-page .wrapper.two-column-wrapper .column,
      .page-node-type-explore-page .wrapper.three-column-wrapper .column {
        /* Need to overwrite any widths that were set inline */
        width: 100% !important; } }
  .page-node-type-explore-page .two-column-wrapper .column {
    width: 50%; }
  .page-node-type-explore-page .three-column-wrapper .column {
    width: 33.33%; }
  .page-node-type-explore-page .paragraph--type--image-block,
  .page-node-type-explore-page .paragraph--type--two-image-block {
    margin: 0 0 -10px 0;
    padding: 10% 5%; }
    @media only screen and (max-width: 600px) {
      .page-node-type-explore-page .paragraph--type--image-block,
      .page-node-type-explore-page .paragraph--type--two-image-block {
        padding: 5% !important; } }
  .page-node-type-explore-page .paragraph--type--text-block {
    margin: 10% 5%; }
    @media only screen and (max-width: 600px) {
      .page-node-type-explore-page .paragraph--type--text-block {
        margin: 5% !important; } }
  .page-node-type-explore-page .paragraph--type--image-block {
    position: relative; }
    .page-node-type-explore-page .paragraph--type--image-block img {
      max-width: 100%;
      height: auto; }
    .page-node-type-explore-page .paragraph--type--image-block .ajax-progress {
      display: none; }
    .page-node-type-explore-page .paragraph--type--image-block a:hover, .page-node-type-explore-page .paragraph--type--image-block a:active, .page-node-type-explore-page .paragraph--type--image-block a:focus {
      outline: none; }
  .page-node-type-explore-page .paragraph--type--text-block {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-align: left; }
    .page-node-type-explore-page .paragraph--type--text-block .field--name-field-section-title {
      color: white;
      font-size: 34px;
      text-transform: uppercase;
      text-align: center;
      margin: 5px 0 0 0; }
    .page-node-type-explore-page .paragraph--type--text-block .field--name-field-section-body {
      background-color: transparent;
      text-align: center;
      color: white;
      margin: 0;
      padding: 5px 20px 15px;
      line-height: 1.6; }
  .page-node-type-explore-page .video-embed-field-launch-modal img {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .page-node-type-explore-page .field--name-field-video-title {
    display: none; }
  .page-node-type-explore-page .ui-dialog-titlebar .ui-dialog-title {
    text-transform: uppercase;
    font-weight: normal; }
  .page-node-type-explore-page #drupal-modal {
    overflow: hidden;
    border-radius: 8px;
    background: none; }

.node--type-details-slideshow .field--name-field-image {
  width: 45%; }
  .node--type-details-slideshow .field--name-field-image img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc; }

.node--type-details-slideshow .field--name-field-image,
.node--type-details-slideshow .details-wrapper {
  display: inline-block;
  vertical-align: top; }

.node--type-details-slideshow .details-wrapper {
  width: 50%;
  margin-left: 3.5%; }
  @media only screen and (max-width: 600px) {
    .node--type-details-slideshow .details-wrapper {
      width: 100%;
      margin: 10px 0 0 0; }
      .node--type-details-slideshow .details-wrapper p {
        line-height: 1.2; } }

.node--type-details-slideshow .field--name-field-title {
  color: #194385;
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-transform: uppercase; }

.node--type-details-slideshow .field--name-field-section-body {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  color: #616161;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem; }

.node--type-details-slideshow .slick-dotted.slick-slider {
  margin-bottom: 0; }

.node--type-details-slideshow .slick-dots {
  position: relative;
  text-align: left;
  margin: 15px 0 0 0; }
  @media only screen and (max-width: 800px) {
    .node--type-details-slideshow .slick-dots {
      left: 0;
      position: relative;
      margin-top: 20px; } }
  .node--type-details-slideshow .slick-dots img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .node--type-details-slideshow .slick-dots li {
    border: 1px solid #ccc;
    background-color: transparent;
    padding: 0;
    opacity: 0.3;
    margin: 0 3% 0 0;
    width: 9%; }
    @media only screen and (max-width: 600px) {
      .node--type-details-slideshow .slick-dots li {
        width: 16%;
        margin: 2%; } }
  .node--type-details-slideshow .slick-dots li.slick-active {
    background-color: transparent;
    color: #616161;
    opacity: 1; }
    .node--type-details-slideshow .slick-dots li.slick-active:before, .node--type-details-slideshow .slick-dots li.slick-active:after {
      display: none; }

/******* NEW EXPLORE PAGE STYLING *******/
body.path-explore #content-wrapper,
body.path-explore-new #content-wrapper,
body.path-explore-test #content-wrapper,
body.page-node-type-explore-row #content-wrapper {
  max-width: 100%;
  padding: 0; }

body.path-explore h1.page-title,
body.path-explore-new h1.page-title,
body.path-explore-test h1.page-title,
body.page-node-type-explore-row h1.page-title {
  display: none; }

body.path-explore-test .views-exposed-form {
  padding: 0 20px; }

.view-explore-page img,
article.node--type-explore-row img {
  max-width: 100%;
  height: auto; }

.view-explore-page .views-row,
article.node--type-explore-row .views-row {
  padding: 30px 0 20px; }

.view-explore-page h2 .field--name-title,
article.node--type-explore-row h2 .field--name-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  border-bottom: 1px solid #cdcdcd;
  margin: 15px 20px;
  position: relative;
  display: block; }
  .view-explore-page h2 .field--name-title:after,
  article.node--type-explore-row h2 .field--name-title:after {
    content: " ";
    position: absolute;
    z-index: -1;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #cdcdcd; }

.view-explore-page .explore-row,
article.node--type-explore-row .explore-row {
  position: relative;
  height: 350px; }
  @media only screen and (max-width: 800px) {
    .view-explore-page .explore-row,
    article.node--type-explore-row .explore-row {
      height: 100%; } }

.view-explore-page .column,
article.node--type-explore-row .column {
  float: left;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2%;
  height: 100%; }
  @media only screen and (max-width: 800px) {
    .view-explore-page .column,
    article.node--type-explore-row .column {
      padding: 6%;
      width: 100% !important;
      min-height: 300px;
      float: none;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2px; } }

.view-explore-page .row-1-column .column,
article.node--type-explore-row .row-1-column .column {
  float: none; }

.view-explore-page .row-2-column .column,
article.node--type-explore-row .row-2-column .column {
  width: 49.95%; }
  .view-explore-page .row-2-column .column:nth-child(1),
  article.node--type-explore-row .row-2-column .column:nth-child(1) {
    margin-right: 0.1%; }
    @media only screen and (max-width: 800px) {
      .view-explore-page .row-2-column .column:nth-child(1),
      article.node--type-explore-row .row-2-column .column:nth-child(1) {
        margin-right: 0; } }

.view-explore-page .row-3-column .column,
article.node--type-explore-row .row-3-column .column {
  width: 33.26%; }
  .view-explore-page .row-3-column .column:nth-child(2),
  article.node--type-explore-row .row-3-column .column:nth-child(2) {
    margin-left: 0.1%;
    margin-right: 0.1%; }
    @media only screen and (max-width: 800px) {
      .view-explore-page .row-3-column .column:nth-child(2),
      article.node--type-explore-row .row-3-column .column:nth-child(2) {
        margin-left: 0;
        margin-right: 0; } }

.view-explore-page a.column-link.width-normal,
article.node--type-explore-row a.column-link.width-normal {
  max-width: 453px;
  width: 100%; }

.view-explore-page a.column-link.width-narrow,
article.node--type-explore-row a.column-link.width-narrow {
  max-width: 375px;
  width: 100%; }

.view-explore-page .fg-block,
article.node--type-explore-row .fg-block {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: inline-block; }
  .view-explore-page .fg-block.width-normal,
  article.node--type-explore-row .fg-block.width-normal {
    max-width: 453px;
    width: 100%;
    display: inline-block; }
  .view-explore-page .fg-block.width-narrow,
  article.node--type-explore-row .fg-block.width-narrow {
    max-width: 375px;
    width: 100%;
    display: inline-block; }

.view-explore-page .fg-markup,
article.node--type-explore-row .fg-markup {
  padding: 15px 20px;
  text-align: left;
  color: #fff;
  display: inline-block;
  border-radius: 5px; }
  .view-explore-page .fg-markup h1, .view-explore-page .fg-markup h2, .view-explore-page .fg-markup h3, .view-explore-page .fg-markup h4, .view-explore-page .fg-markup h5, .view-explore-page .fg-markup h6,
  article.node--type-explore-row .fg-markup h1,
  article.node--type-explore-row .fg-markup h2,
  article.node--type-explore-row .fg-markup h3,
  article.node--type-explore-row .fg-markup h4,
  article.node--type-explore-row .fg-markup h5,
  article.node--type-explore-row .fg-markup h6 {
    color: #fff; }
  .view-explore-page .fg-markup a,
  article.node--type-explore-row .fg-markup a {
    color: inherit; }

.view-explore-page .ajax-progress,
article.node--type-explore-row .ajax-progress {
  display: none; }

@media only screen and (min-width: 800px) {
  .column {
    display: flex;
    justify-content: center;
    align-items: center; } }

.path-node-21 #hero-banner .hero-slide {
  height: 260px; }

#block-views-block-makers-makers-block,
#block-views-block-makers-promoted-maker {
  margin-top: 20px; }
  #block-views-block-makers-makers-block h2,
  #block-views-block-makers-promoted-maker h2 {
    text-transform: uppercase; }

#block-meetthemakersbanner {
  display: flex;
  align-items: center; }
  #block-meetthemakersbanner > * {
    width: 50%; }

.view-makers .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  @media only screen and (max-width: 600px) {
    .view-makers .view-content .views-infinite-scroll-content-wrapper {
      margin: 0; } }
  .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row {
    width: 33.33%;
    box-sizing: border-box;
    padding: 1.5%; }
    @media only screen and (max-width: 900px) {
      .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row {
        width: 100%;
        padding: 10px 0; } }
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row img {
      max-width: 100%;
      height: auto; }
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-title,
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-brand,
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-product-description,
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-body {
      max-width: 90%;
      margin: 0 auto; }
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-title {
      font-size: 24px;
      line-height: 36px;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-family: "Merriweather", serif;
      margin-top: 10px; }
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-brand {
      font-weight: 600;
      color: #194385;
      font-size: 20px;
      line-height: 30px;
      font-size: 2rem;
      line-height: 3rem; }
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-product-description {
      font-size: 20px;
      line-height: 30px;
      font-size: 2rem;
      line-height: 3rem; }
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-body {
      margin-top: 10px; }
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-title,
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-brand,
    .view-makers .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-product-description {
      text-align: center;
      text-transform: uppercase;
      line-height: 1.2; }

.view-makers ul.pager {
  padding: 0;
  text-align: center; }

/****** Promoted Maker ******/
.view.promoted-maker .views-row {
  display: flex;
  margin: 20px 0; }
  @media only screen and (max-width: 900px) {
    .view.promoted-maker .views-row {
      display: block; } }
  .view.promoted-maker .views-row .views-field-field-image {
    line-height: 0;
    width: 30.33%; }
    @media only screen and (max-width: 900px) {
      .view.promoted-maker .views-row .views-field-field-image {
        text-align: center;
        width: 100%; }
        .view.promoted-maker .views-row .views-field-field-image img {
          max-width: 50%; } }
    @media only screen and (max-width: 600px) {
      .view.promoted-maker .views-row .views-field-field-image img {
        max-width: 100%; } }
  .view.promoted-maker .views-row img {
    width: 100%;
    height: auto; }
  .view.promoted-maker .views-row .views-field-nothing {
    width: 69.66%; }
    @media only screen and (max-width: 900px) {
      .view.promoted-maker .views-row .views-field-nothing {
        width: 100%; } }
  .view.promoted-maker .views-row .promoted-maker-info {
    padding-left: 20px;
    min-height: 100%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem; }
    .view.promoted-maker .views-row .promoted-maker-info p {
      margin-top: 10px; }
    @media only screen and (max-width: 900px) {
      .view.promoted-maker .views-row .promoted-maker-info {
        padding: 20px; } }
  .view.promoted-maker .views-row .maker-title {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: "Merriweather", serif;
    color: #194385; }
  .view.promoted-maker .views-row .maker-brand {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 4px; }
  .view.promoted-maker .views-row .maker-title,
  .view.promoted-maker .views-row .maker-brand,
  .view.promoted-maker .views-row .product-desc {
    text-transform: uppercase;
    line-height: 1.2; }

/****** Individual Maker ******/
body.page-node-type-maker .region-content {
  text-align: center; }
  body.page-node-type-maker .region-content article.node--type-maker {
    max-width: 500px;
    margin: 0 auto; }
    body.page-node-type-maker .region-content article.node--type-maker .field--name-field-brand,
    body.page-node-type-maker .region-content article.node--type-maker .field--name-field-product-description {
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 20px;
      line-height: 30px;
      font-size: 2rem;
      line-height: 3rem; }
    body.page-node-type-maker .region-content article.node--type-maker .field--name-field-brand {
      font-weight: bold;
      color: #194385;
      font-size: 20px;
      line-height: 30px;
      font-size: 2rem;
      line-height: 3rem;
      margin-bottom: 4px; }
    body.page-node-type-maker .region-content article.node--type-maker .field--name-body {
      text-align: left;
      width: 90%;
      margin: 10px auto 0; }
    body.page-node-type-maker .region-content article.node--type-maker .field--name-field-image {
      margin-bottom: 10px; }
      body.page-node-type-maker .region-content article.node--type-maker .field--name-field-image img {
        max-width: 100%;
        height: auto; }

/********* Event List *********/
.view-events-list article {
  margin-bottom: 20px;
  border: 1px solid #b3cbe9;
  position: relative;
  background: #f9fdff;
  padding: 0; }
  .view-events-list article .field--name-field-event-date {
    width: 200px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }
    @media only screen and (max-width: 600px) {
      .view-events-list article .field--name-field-event-date {
        transform: none;
        top: 0;
        position: relative;
        width: 100%;
        text-align: left;
        padding: 5px 10px;
        border-bottom: 1px solid #b3cbe9; } }
  .view-events-list article .month,
  .view-events-list article .day {
    display: block;
    line-height: 1 !important; }
    @media only screen and (max-width: 600px) {
      .view-events-list article .month,
      .view-events-list article .day {
        display: inline; } }
  .view-events-list article .month {
    font-size: 22px;
    line-height: 33px;
    font-size: 2.2rem;
    line-height: 3.3rem; }
  .view-events-list article .day {
    color: #194385;
    font-size: 50px;
    line-height: 75px;
    font-size: 5rem;
    line-height: 7.5rem; }
    @media only screen and (max-width: 600px) {
      .view-events-list article .day {
        font-size: 40px;
        line-height: 60px;
        font-size: 4rem;
        line-height: 6rem; } }
  .view-events-list article span.join {
    font-size: 20px;
    line-height: 0.6;
    display: block;
    color: gray; }
    @media only screen and (max-width: 600px) {
      .view-events-list article span.join {
        display: inline;
        margin: 0 5px 0 0; } }
  .view-events-list article h2 {
    margin-top: 0; }
  .view-events-list article h2 a {
    color: #616161;
    text-decoration: none; }
    .view-events-list article h2 a:hover {
      text-decoration: underline; }
  .view-events-list article .node__content {
    margin-left: 200px;
    border-left: 1px solid #b3cbe9;
    background: #fff;
    padding: 15px 25px;
    min-height: 150px; }
    @media only screen and (max-width: 600px) {
      .view-events-list article .node__content {
        margin-left: 0;
        border-left: 0;
        padding: 10px; } }
  .view-events-list article .field--name-body {
    margin-bottom: 10px; }
  .view-events-list article .article-bottom .button {
    margin: 8px 10px 0 0; }
    @media only screen and (max-width: 750px) {
      .view-events-list article .article-bottom .button {
        margin: 8px 0 6px;
        box-sizing: border-box;
        width: 100%; } }
  .view-events-list article .article-bottom button:nth-of-type(2) {
    background: gray; }
  .view-events-list article .a2a_kit {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px; }
    @media only screen and (max-width: 750px) {
      .view-events-list article .a2a_kit {
        position: relative;
        display: block;
        text-align: center;
        padding: 10px 0 0; }
        .view-events-list article .a2a_kit a {
          margin: 0 10px; } }
  .view-events-list article .a2a_default_style a {
    float: none !important;
    display: inline-block;
    vertical-align: middle; }

.page-node-type-event article .month {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem; }

.page-node-type-event article .day {
  color: #194385;
  font-size: 40px;
  line-height: 60px;
  font-size: 4rem;
  line-height: 6rem; }

.page-node-type-event article .field--name-field-store-locations {
  margin: 20px 0; }

.page-node-type-event article .a2a_kit {
  float: none; }

/**** Exposed Filter in Recipe List ****/
#toggle-filter-form {
  margin: 0;
  position: relative;
  top: 1px;
  z-index: 5; }
  #toggle-filter-form .fa {
    display: inline-block;
    margin-right: 6px; }

body.path-recipes .form-item.form-type-radio .label-wrapper,
body.path-recipes .form-item.form-type-checkbox .label-wrapper {
  display: inline; }

body.path-recipes #content-top {
  margin-bottom: 20px; }
  body.path-recipes #content-top:after {
    display: table;
    clear: both;
    content: ''; }
  body.path-recipes #content-top #block-filterrecipesbutton,
  body.path-recipes #content-top #block-recipelinks,
  body.path-recipes #content-top #block-searchrecipes {
    display: inline-block; }
    @media only screen and (max-width: 600px) {
      body.path-recipes #content-top #block-filterrecipesbutton,
      body.path-recipes #content-top #block-recipelinks,
      body.path-recipes #content-top #block-searchrecipes {
        display: block; } }
  body.path-recipes #content-top #block-filterrecipesbutton {
    width: 25%; }
    @media only screen and (max-width: 800px) {
      body.path-recipes #content-top #block-filterrecipesbutton {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      body.path-recipes #content-top #block-filterrecipesbutton {
        width: 100%; }
        body.path-recipes #content-top #block-filterrecipesbutton #toggle-filter-form {
          width: 100%; } }
  body.path-recipes #content-top #block-recipelinks {
    width: 48%;
    text-align: center; }
    @media only screen and (max-width: 800px) {
      body.path-recipes #content-top #block-recipelinks {
        width: 100%;
        margin-top: 30px; } }
    body.path-recipes #content-top #block-recipelinks a {
      display: inline;
      text-transform: uppercase;
      text-decoration: none;
      color: #616161;
      padding: 0 20px;
      border-right: 1px solid #b6b6b6; }
      body.path-recipes #content-top #block-recipelinks a:last-child {
        border-right: none; }
      body.path-recipes #content-top #block-recipelinks a.is-active {
        text-decoration: underline;
        color: #194385; }
      @media only screen and (max-width: 600px) {
        body.path-recipes #content-top #block-recipelinks a {
          padding: 4px 10px; } }
  body.path-recipes #content-top #block-searchrecipes {
    float: right;
    position: relative;
    margin-top: 5px; }
    @media only screen and (max-width: 600px) {
      body.path-recipes #content-top #block-searchrecipes {
        float: none;
        width: 100%;
        margin-top: 20px; } }
    body.path-recipes #content-top #block-searchrecipes #recipe-search {
      padding: 6px 35px 6px 35px;
      width: 250px; }
      body.path-recipes #content-top #block-searchrecipes #recipe-search:focus, body.path-recipes #content-top #block-searchrecipes #recipe-search:active {
        outline: none; }
      @media only screen and (max-width: 1000px) {
        body.path-recipes #content-top #block-searchrecipes #recipe-search {
          width: 190px; } }
      @media only screen and (max-width: 800px) {
        body.path-recipes #content-top #block-searchrecipes #recipe-search {
          width: 100%; } }
    body.path-recipes #content-top #block-searchrecipes #submit-recipe-search,
    body.path-recipes #content-top #block-searchrecipes #clear-recipe-search {
      color: #b5b5b5;
      position: absolute;
      top: 0;
      padding: 9px 10px;
      cursor: pointer; }
    body.path-recipes #content-top #block-searchrecipes #submit-recipe-search {
      left: 0; }
    body.path-recipes #content-top #block-searchrecipes #clear-recipe-search {
      right: 0; }

body.path-recipes #clear-all-filters {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-decoration: none; }
  body.path-recipes #clear-all-filters .fas {
    margin-right: 5px; }

body.path-recipes .views-exposed-form {
  position: absolute; }
  @media only screen and (max-width: 600px) {
    body.path-recipes .views-exposed-form {
      position: relative; } }
  body.path-recipes .views-exposed-form .form-type-select,
  body.path-recipes .views-exposed-form .form-item-combine {
    display: none; }
  body.path-recipes .views-exposed-form .form--inline {
    display: none;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    background-color: #f8f8f8;
    border: solid 1px #bdbdbd;
    position: absolute;
    z-index: 20;
    width: 300px; }
    @media only screen and (max-width: 600px) {
      body.path-recipes .views-exposed-form .form--inline {
        position: relative;
        top: 0;
        box-sizing: border-box;
        width: 100%; } }
    body.path-recipes .views-exposed-form .form--inline:before {
      content: 'Filter By:';
      display: inline-block;
      padding: 10px 10px 5px;
      text-transform: uppercase; }
    body.path-recipes .views-exposed-form .form--inline fieldset {
      margin: 0; }
    body.path-recipes .views-exposed-form .form--inline .fieldset-wrapper {
      padding: 10px 15px; }
    body.path-recipes .views-exposed-form .form--inline legend {
      width: 100%; }
      body.path-recipes .views-exposed-form .form--inline legend span {
        display: inline-block;
        padding: 6px 10px; }
    body.path-recipes .views-exposed-form .form--inline > .form-item {
      float: none; }
  body.path-recipes .views-exposed-form .fieldset-wrapper .form-item {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    position: relative;
    padding: 4px 0 !important;
    margin: 0; }
    body.path-recipes .views-exposed-form .fieldset-wrapper .form-item input[type="checkbox"] {
      width: 25px;
      height: 22px;
      float: left;
      margin-right: 0; }
      body.path-recipes .views-exposed-form .fieldset-wrapper .form-item input[type="checkbox"]:checked + .label-wrapper label {
        font-weight: 600;
        color: #0044BA; }
  body.path-recipes .views-exposed-form legend {
    background-color: #194385;
    color: white;
    text-transform: uppercase;
    font-weight: 600; }
  body.path-recipes .views-exposed-form .form-actions {
    padding: 0 15px; }
  body.path-recipes .views-exposed-form input[type="submit"] {
    width: 100%;
    margin: 0; }
  body.path-recipes .views-exposed-form input[data-drupal-selector="edit-reset"] {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    width: unset;
    color: #194385;
    margin: 0;
    text-decoration: underline; }
    body.path-recipes .views-exposed-form input[data-drupal-selector="edit-reset"]:hover {
      background: none; }
  body.path-recipes .views-exposed-form .col-1 {
    display: inline-block;
    width: 20%; }
  body.path-recipes .views-exposed-form .col-2 {
    display: inline-block;
    width: 50%;
    text-align: center; }
    body.path-recipes .views-exposed-form .col-2 a {
      padding: 0 20px;
      text-transform: uppercase;
      text-decoration: none;
      color: black; }
      body.path-recipes .views-exposed-form .col-2 a:nth-of-type(1), body.path-recipes .views-exposed-form .col-2 a:nth-of-type(2) {
        border-right: 1px solid black; }

.view-recipe-list .view-filters {
  margin-bottom: 20px; }

.view-recipe-list .view-empty {
  min-height: 350px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding-top: 30px; }

#block-views-block-related-recipe-block-1 > h2,
#block-views-block-also-enjoy-block-1 > h2,
#block-views-block-also-enjoy-block-2 > h2 {
  font-size: 22px;
  line-height: 33px;
  font-size: 2.2rem;
  line-height: 3.3rem;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 5px; }

/** Teaser Mode **/
article.node--type-recipe.node--view-mode-teaser {
  text-align: center;
  background: #fff;
  border: 1px solid #b6b6b6;
  height: 100%;
  position: relative; }
  article.node--type-recipe.node--view-mode-teaser:hover {
    border: 1px solid #6fa1d6; }
    article.node--type-recipe.node--view-mode-teaser:hover .field--name-title {
      text-decoration: underline;
      color: #6fa1d6; }
  article.node--type-recipe.node--view-mode-teaser .recipe-content-wrapper {
    padding: 10px; }
  article.node--type-recipe.node--view-mode-teaser h2 {
    min-height: 60px;
    line-height: 18px;
    margin-top: 0; }
    @media only screen and (max-width: 600px) {
      article.node--type-recipe.node--view-mode-teaser h2 {
        min-height: 0;
        margin-bottom: 15px; } }
    article.node--type-recipe.node--view-mode-teaser h2 a {
      font-size: 18px;
      line-height: 27px;
      font-size: 1.8rem;
      line-height: 2.7rem;
      text-decoration: none;
      display: inline-block;
      line-height: 20px; }
      article.node--type-recipe.node--view-mode-teaser h2 a:hover {
        text-decoration: underline; }
  article.node--type-recipe.node--view-mode-teaser .field--name-field-image img {
    width: 100%;
    height: auto; }
  article.node--type-recipe.node--view-mode-teaser .video-recipe-banner {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px;
    box-sizing: border-box;
    color: white;
    line-height: 0;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5); }
    article.node--type-recipe.node--view-mode-teaser .video-recipe-banner:hover, article.node--type-recipe.node--view-mode-teaser .video-recipe-banner:focus, article.node--type-recipe.node--view-mode-teaser .video-recipe-banner:active {
      text-decoration: underline; }
    article.node--type-recipe.node--view-mode-teaser .video-recipe-banner i {
      margin-right: 10px; }

/** Page Node Recipe **/
body.page-node-type-recipe article.node--view-mode-full > .node__content:after {
  display: table;
  clear: both;
  content: ''; }

body.page-node-type-recipe article.node--view-mode-full > .node__content > .field--name-field-image {
  float: left;
  width: 45%;
  margin: 45px 0 30px 0; }
  @media only screen and (max-width: 800px) {
    body.page-node-type-recipe article.node--view-mode-full > .node__content > .field--name-field-image {
      width: 100%;
      max-width: 400px;
      margin: 20px 0 auto;
      float: none; } }
  body.page-node-type-recipe article.node--view-mode-full > .node__content > .field--name-field-image img {
    width: 100%;
    height: auto; }

body.page-node-type-recipe article.node--view-mode-full > .node__content .recipe-info {
  width: 100%;
  min-height: 40px; }

body.page-node-type-recipe article.node--view-mode-full > .node__content #print-recipe {
  float: right;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: inline-block; }
  @media only screen and (max-width: 800px) {
    body.page-node-type-recipe article.node--view-mode-full > .node__content #print-recipe {
      display: none; } }

body.page-node-type-recipe article.node--view-mode-full > .node__content > div > .recipe-content-wrapper {
  float: left;
  width: 55%;
  padding-left: 4%; }
  @media only screen and (max-width: 800px) {
    body.page-node-type-recipe article.node--view-mode-full > .node__content > div > .recipe-content-wrapper {
      width: 100%;
      padding: 0;
      margin-top: 20px; } }
  body.page-node-type-recipe article.node--view-mode-full > .node__content > div > .recipe-content-wrapper .field--name-field-servings,
  body.page-node-type-recipe article.node--view-mode-full > .node__content > div > .recipe-content-wrapper .field--name-field-prep-time,
  body.page-node-type-recipe article.node--view-mode-full > .node__content > div > .recipe-content-wrapper .field--name-field-cook-time {
    display: inline-block; }
  body.page-node-type-recipe article.node--view-mode-full > .node__content > div > .recipe-content-wrapper .field--name-field-description {
    margin-top: 15px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem; }
  body.page-node-type-recipe article.node--view-mode-full > .node__content > div > .recipe-content-wrapper .field--name-field-ingredients p {
    margin-bottom: 5px; }

body.page-node-type-recipe article.node--view-mode-full > .node__content .field--name-field-ingredients {
  margin-top: 30px; }

body.page-node-type-recipe article.node--view-mode-full > .node__content .field--name-field-directions .field__item {
  background-color: #f7f7f7;
  padding: 10px; }

body.page-node-type-recipe article.node--view-mode-full > .node__content .field--name-field-ingredients,
body.page-node-type-recipe article.node--view-mode-full > .node__content .field--name-field-directions {
  margin-bottom: 30px; }
  body.page-node-type-recipe article.node--view-mode-full > .node__content .field--name-field-ingredients .field__label,
  body.page-node-type-recipe article.node--view-mode-full > .node__content .field--name-field-directions .field__label {
    margin-bottom: 10px;
    color: #194385;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem; }

body.page-node-type-recipe article.node--view-mode-full > .node__content .field--name-field-vimeo-embed {
  max-width: 900px;
  margin: 0 auto 50px; }

/* Embeddeed iframes */
.vimeo-embed-wrapper {
  position: relative;
  padding-bottom: 52.5%;
  padding-top: 25px;
  height: 0; }
  .vimeo-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/** Shared Styling **/
.node--type-recipe .field__label {
  font-weight: 400;
  text-transform: uppercase; }

.node--type-recipe .field--name-field-servings,
.node--type-recipe .field--name-field-prep-time,
.node--type-recipe .field--name-field-cook-time {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem; }
  .node--type-recipe .field--name-field-servings .field__item,
  .node--type-recipe .field--name-field-prep-time .field__item,
  .node--type-recipe .field--name-field-cook-time .field__item {
    font-weight: 700; }

/** grid layout for Recipe List View and Related Recipes Field **/
.view-recipe-list .view-content,
.view-related-recipe .view-content,
article.node--type-aggregate-recipes .field--name-field-recipes {
  display: flex;
  flex-wrap: wrap; }

.view-recipe-list .views-row,
.view-related-recipe .views-row,
article.node--type-aggregate-recipes .field--name-field-recipes > .field__item {
  width: 23.8%;
  margin: 0 1.6% 1.6% 0;
  float: left; }
  .view-recipe-list .views-row:nth-of-type(4n),
  .view-related-recipe .views-row:nth-of-type(4n),
  article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(4n) {
    margin-right: 0; }
  @media only screen and (max-width: 800px) {
    .view-recipe-list .views-row,
    .view-related-recipe .views-row,
    article.node--type-aggregate-recipes .field--name-field-recipes > .field__item {
      width: 48.5%;
      margin: 0 3% 3% 0; }
      .view-recipe-list .views-row:nth-of-type(2n),
      .view-related-recipe .views-row:nth-of-type(2n),
      article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 600px) {
    .view-recipe-list .views-row,
    .view-related-recipe .views-row,
    article.node--type-aggregate-recipes .field--name-field-recipes > .field__item {
      width: 100%;
      margin: 0 0 20px 0; } }

.view-recipe-list .view-content {
  text-align: center; }

.field--name-field-related-recipes > .field__label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 5px; }

/****** Aggregate Recipes ******/
article.node--type-aggregate-recipes .field--name-body {
  padding: 20px;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.7rem;
  line-height: 2.55rem;
  max-width: 1000px;
  margin: 0 auto; }

article.node--type-aggregate-recipes .field--name-field-recipes:after {
  display: table;
  clear: both;
  content: ''; }

article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(1), article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(2) {
  width: 49.2%; }
  article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(1) .field--name-field-image, article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(2) .field--name-field-image {
    max-height: 350px;
    overflow: hidden; }

article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(2) {
  margin-right: 0; }

article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(4n) {
  margin-right: 1.6%; }

article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(4n+2) {
  margin-right: 0; }

@media only screen and (max-width: 800px) {
  article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(1), article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(2) {
    width: 100%;
    margin: 0 0 20px 0; }
  article.node--type-aggregate-recipes .field--name-field-recipes > .field__item:nth-of-type(4n) {
    margin-right: 0; } }

@media only screen and (max-width: 600px) {
  article.node--type-aggregate-recipes .field--name-field-recipes > .field__item {
    width: 100%;
    margin: 0 0 20px 0; } }

/****** Locations List ******/
.view-store-location-list h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem; }

.view-store-location-list .views-row {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin-right: 1.5%;
  margin-bottom: 20px; }
  .view-store-location-list .views-row .views-field-title a {
    text-decoration: none;
    font-family: "Merriweather", serif;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem; }
    @media only screen and (max-width: 600px) {
      .view-store-location-list .views-row .views-field-title a {
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem; } }
  @media only screen and (max-width: 600px) {
    .view-store-location-list .views-row .views-field-field-store-address,
    .view-store-location-list .views-row .views-field-field-phone {
      font-size: 18px;
      line-height: 27px;
      font-size: 1.8rem;
      line-height: 2.7rem; } }
  .view-store-location-list .views-row .views-field-view-node a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem; }
    .view-store-location-list .views-row .views-field-view-node a:active, .view-store-location-list .views-row .views-field-view-node a:hover, .view-store-location-list .views-row .views-field-view-node a:focus {
      text-decoration: underline; }
    @media only screen and (max-width: 600px) {
      .view-store-location-list .views-row .views-field-view-node a {
        font-size: 18px;
        line-height: 27px;
        font-size: 1.8rem;
        line-height: 2.7rem;
        font-weight: 600; } }

.view-store-location-list .grouped-row:nth-of-type(2),
.view-store-location-list .grouped-row:nth-of-type(3) {
  width: 18%;
  display: inline-block;
  margin-right: 1.5%; }
  .view-store-location-list .grouped-row:nth-of-type(2) .views-row,
  .view-store-location-list .grouped-row:nth-of-type(3) .views-row {
    width: 100%;
    margin-right: 0; }

@media only screen and (max-width: 975px) {
  .view-store-location-list .views-row,
  .view-store-location-list .grouped-row:nth-of-type(2),
  .view-store-location-list .grouped-row:nth-of-type(3) {
    width: 23%; } }

@media only screen and (max-width: 850px) {
  .view-store-location-list .views-row,
  .view-store-location-list .grouped-row:nth-of-type(2),
  .view-store-location-list .grouped-row:nth-of-type(3) {
    width: 48%; } }

@media only screen and (max-width: 600px) {
  .view-store-location-list .views-row,
  .view-store-location-list .grouped-row:nth-of-type(2),
  .view-store-location-list .grouped-row:nth-of-type(3) {
    width: 100%; } }

/****** Individual Location Page ******/
.node--type-location.node--view-mode-full .field--name-field-google-map {
  margin-bottom: 30px;
  max-width: 100%; }
  @media only screen and (max-width: 600px) {
    .node--type-location.node--view-mode-full .field--name-field-google-map {
      margin-bottom: 10px; }
      .node--type-location.node--view-mode-full .field--name-field-google-map .styled_map {
        height: 150px !important; } }

.node--type-location.node--view-mode-full .sections {
  display: flex;
  flex-wrap: wrap; }
  .node--type-location.node--view-mode-full .sections .section {
    padding: 20px; }
    .node--type-location.node--view-mode-full .sections .section:nth-of-type(3n+1) {
      width: 28%; }
    .node--type-location.node--view-mode-full .sections .section:nth-of-type(3n+2) {
      width: 30%; }
    .node--type-location.node--view-mode-full .sections .section:nth-of-type(3n) {
      width: 42%; }
  .node--type-location.node--view-mode-full .sections .section:nth-child(-n+3) {
    border-bottom: 1px solid #b6b6b6; }
  .node--type-location.node--view-mode-full .sections .section:nth-child(3n+1) {
    border-right: 1px solid #b6b6b6; }
  .node--type-location.node--view-mode-full .sections .section:nth-child(3n) {
    border-left: 1px solid #b6b6b6; }
  .node--type-location.node--view-mode-full .sections .section:nth-child(n+7) {
    border-top: 1px solid #b6b6b6; }
  @media only screen and (max-width: 1000px) {
    .node--type-location.node--view-mode-full .sections .section {
      padding: 20px 35px; }
      .node--type-location.node--view-mode-full .sections .section:nth-of-type(3n+1), .node--type-location.node--view-mode-full .sections .section:nth-of-type(3n+2) {
        width: 50%; }
      .node--type-location.node--view-mode-full .sections .section:nth-of-type(3n) {
        width: 100%; }
    .node--type-location.node--view-mode-full .sections .section:nth-child(3n) {
      border-left: none; }
    .node--type-location.node--view-mode-full .sections .section:nth-child(n+6) {
      border-top: 1px solid #b6b6b6; } }
  @media only screen and (max-width: 600px) {
    .node--type-location.node--view-mode-full .sections .sections {
      display: block; }
    .node--type-location.node--view-mode-full .sections .section {
      width: 100% !important;
      border-left: none !important;
      border-top: none !important;
      border-right: none !important;
      border-bottom: 1px solid #b6b6b6;
      padding: 30px 0; } }
  .node--type-location.node--view-mode-full .sections .field__label {
    font-family: "Merriweather", serif;
    color: #194385;
    margin-bottom: 8px; }
  .node--type-location.node--view-mode-full .sections .button {
    margin: 15px 0 0 0;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.95rem; }
  .node--type-location.node--view-mode-full .sections .field--name-field-wine-spirits-hours {
    margin-top: 12px; }
  .node--type-location.node--view-mode-full .sections .field--name-field-store-hours .field--name-field-days,
  .node--type-location.node--view-mode-full .sections .field--name-field-store-hours .field--name-field-times, .node--type-location.node--view-mode-full .sections .field--name-field-wine-spirits-hours .field--name-field-days,
  .node--type-location.node--view-mode-full .sections .field--name-field-wine-spirits-hours .field--name-field-times {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    width: 48%; }
  .node--type-location.node--view-mode-full .sections .field--name-field-store-hours .field--name-field-days, .node--type-location.node--view-mode-full .sections .field--name-field-wine-spirits-hours .field--name-field-days {
    font-weight: 800; }
  .node--type-location.node--view-mode-full .sections .field--name-field-phone .field__label {
    font-family: "Work Sans", sans-serif;
    color: #616161;
    text-transform: uppercase; }
  .node--type-location.node--view-mode-full .sections .field--name-field-store-manager {
    margin-bottom: 12px; }
  .node--type-location.node--view-mode-full .sections .field--name-field-special-departments .field__items {
    margin-left: 1em; }
  .node--type-location.node--view-mode-full .sections .field--name-field-special-departments .field__item {
    display: list-item; }

.node--type-cooking-studio .field__label {
  font-family: "Merriweather", serif;
  color: #194385;
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 3.15rem;
  text-transform: uppercase; }

.node--type-cooking-studio .field--name-field-title {
  font-family: "Merriweather", serif;
  color: #194385;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem; }

.node--type-cooking-studio .field--name-field-pdf-file {
  display: inline-block; }
  .node--type-cooking-studio .field--name-field-pdf-file:before {
    content: '\f15c';
    font-family: 'FontAwesome';
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #2868f6; }

.node--type-cooking-studio .file--application-pdf {
  background-image: none; }

.node--type-cooking-studio .file {
  padding-left: 0; }

.node--type-cooking-studio .field--name-field-highlights > .field__items {
  display: flex; }
  .node--type-cooking-studio .field--name-field-highlights > .field__items > .field__item {
    margin: 10px 2% 50px 0;
    width: 25%; }
  .node--type-cooking-studio .field--name-field-highlights > .field__items > .field__item:nth-last-child(1) {
    margin: 10px 0 50px 0; }

.node--type-cooking-studio .field--name-field-highlights img {
  border: 1px solid #cdcdcd;
  width: 100%;
  height: auto; }

@media only screen and (max-width: 800px) {
  .node--type-cooking-studio .field--name-field-highlights > .field__items {
    flex-wrap: wrap; }
    .node--type-cooking-studio .field--name-field-highlights > .field__items > .field__item {
      width: 49%; }
    .node--type-cooking-studio .field--name-field-highlights > .field__items > .field__item:nth-child(2), .node--type-cooking-studio .field--name-field-highlights > .field__items .field__item:nth-child(4) {
      margin-right: 0; } }

@media only screen and (max-width: 600px) {
  .node--type-cooking-studio .field--name-field-highlights > .field__items > .field__item {
    width: 99%;
    margin-right: 0;
    margin-bottom: 20px; }
  .node--type-cooking-studio .field--name-field-highlights > .field__items > .field__item:nth-last-child(1) {
    margin-bottom: 35px; } }

.node--type-cooking-studio .field--name-field-about-cooking-studio:after {
  display: table;
  clear: both;
  content: ''; }

.node--type-cooking-studio .field--name-field-about-cooking-studio > .field__items > .field__item {
  width: 49%;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left; }

.node--type-cooking-studio .field--name-field-about-cooking-studio > .field__items > .field__item:nth-child(1) {
  width: 48.3%;
  margin-right: 2.7%;
  float: left; }

.node--type-cooking-studio .field--name-field-about-cooking-studio img {
  border: 1px solid #cdcdcd;
  width: 100%;
  height: auto; }

@media only screen and (max-width: 800px) {
  .node--type-cooking-studio .field--name-field-about-cooking-studio > .field__items > .field__item:nth-child(1) {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }
  .node--type-cooking-studio .field--name-field-about-cooking-studio > .field__items > .field__item {
    float: none;
    width: 100%;
    margin-bottom: 30px; } }

@media only screen and (max-width: 600px) {
  .node--type-cooking-studio .field--name-field-about-cooking-studio .field--name-field-title, .node--type-cooking-studio .field--name-field-about-cooking-studio .field--name-field-description {
    width: 90%; } }

.block-views-blockupcoming-cooking-classes-block-1 h2 {
  font-size: 21px;
  line-height: 31.5px;
  font-size: 2.1rem;
  line-height: 3.15rem;
  text-transform: uppercase; }

.view-upcoming-cooking-classes .view-content {
  display: flex; }
  .view-upcoming-cooking-classes .view-content .views-row {
    margin: 10px 2% 50px 0;
    width: 25%; }
    .view-upcoming-cooking-classes .view-content .views-row:nth-last-child(1) {
      margin: 10px 0 50px 0; }
    .view-upcoming-cooking-classes .view-content .views-row .views-field-field-image .field-content img {
      border: 1px solid #cdcdcd;
      width: 100%;
      height: auto; }
    .view-upcoming-cooking-classes .view-content .views-row .views-field-nothing .field-content {
      /*title and class number*/
      font-family: "Merriweather", serif;
      color: #194385;
      font-size: 18px;
      line-height: 27px;
      font-size: 1.8rem;
      line-height: 2.7rem; }
      .view-upcoming-cooking-classes .view-content .views-row .views-field-nothing .field-content a {
        text-decoration: none; }
        .view-upcoming-cooking-classes .view-content .views-row .views-field-nothing .field-content a:hover {
          text-decoration: underline; }
    .view-upcoming-cooking-classes .view-content .views-row .views-field-field-date .field-content {
      font-weight: 700;
      text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    .view-upcoming-cooking-classes .view-content {
      flex-wrap: wrap; }
      .view-upcoming-cooking-classes .view-content .views-row {
        width: 49%; }
        .view-upcoming-cooking-classes .view-content .views-row:nth-child(2), .view-upcoming-cooking-classes .view-content .views-row:nth-child(4) {
          margin-right: 0; } }
  @media only screen and (max-width: 600px) {
    .view-upcoming-cooking-classes .view-content .views-row {
      width: 99%;
      margin-right: 0;
      margin-bottom: 20px; }
      .view-upcoming-cooking-classes .view-content .views-row:nth-last-child(1) {
        margin-bottom: 35px; } }

/****** Additional styling for calendar ******/
.view-cooking-studio-calendar {
  margin-bottom: 60px; }
  .view-cooking-studio-calendar .fc-list-item-title h4 {
    font-family: "Work Sans", sans-serif;
    font-weight: 400; }
  .view-cooking-studio-calendar .fc-center h2 {
    color: #616161;
    text-transform: uppercase; }
  @media only screen and (max-width: 750px) {
    .view-cooking-studio-calendar .fc .fc-toolbar > * > * {
      float: none; }
    .view-cooking-studio-calendar .fc-button-group {
      display: block; }
    .view-cooking-studio-calendar .fc-left,
    .view-cooking-studio-calendar .fc-right {
      float: none; }
    .view-cooking-studio-calendar .fc-right,
    .view-cooking-studio-calendar .fc-today-button {
      display: none; }
    .view-cooking-studio-calendar .fc-center {
      display: block; }
      .view-cooking-studio-calendar .fc-center h2 {
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem; }
    .view-cooking-studio-calendar .fc-next-button {
      float: right; } }
  @media only screen and (max-width: 600px) {
    .view-cooking-studio-calendar .fc-list-item-title h4 {
      font-size: 16px;
      line-height: 24px;
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .view-cooking-studio-calendar .fc-list-item-title p,
    .view-cooking-studio-calendar .fc-list-heading-alt {
      display: none; }
    .view-cooking-studio-calendar .fc-list-table .fc-list-item td {
      padding: 15px 10px; } }

.fc-list-view .fc-widget-header {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Merriweather", serif;
  padding: 20px 0 10px 0;
  color: #194385; }

.fc-unthemed .fc-content:hover .fc-title, .fc-unthemed .fc-content:active .fc-title, .fc-unthemed .fc-content:focus .fc-title {
  text-decoration: underline; }

.fc-unthemed .fc-content .fc-time {
  color: #616161; }

.fc-unthemed .fc-content .fc-title {
  color: #194385; }

#calendar .fc-header-toolbar .fc-left .fc-button-group button {
  border: 1px solid #2868f6;
  background-color: #2868f6; }

/****** About our Studio Block ******/
#block-aboutourstudio {
  border-top: 1px solid #b6b6b6; }
  #block-aboutourstudio .field__items > .field__item {
    display: inline-block;
    width: 45%;
    padding: 10px 0; }
    #block-aboutourstudio .field__items > .field__item:nth-child(odd) {
      margin-right: 5%; }
    @media only screen and (max-width: 800px) {
      #block-aboutourstudio .field__items > .field__item {
        width: 100%;
        margin-right: 0; } }
  #block-aboutourstudio h2 {
    text-transform: uppercase; }
  #block-aboutourstudio .field--name-field-title {
    font-family: "Merriweather", serif;
    color: #194385;
    font-size: 22px;
    line-height: 33px;
    font-size: 2.2rem;
    line-height: 3.3rem; }

.view-cooking-studio-chefs .view-header {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem; }

.view-cooking-studio-chefs .views-row {
  width: 45%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top; }

.view-cooking-studio-chefs .views-row:nth-child(odd) {
  margin-right: 5%; }

.view-cooking-studio-chefs .node__content:after {
  display: table;
  clear: both;
  content: ''; }

.view-cooking-studio-chefs .chef-name-info .field--name-body::after {
  clear: none; }

.view-cooking-studio-chefs .chef-name-info p {
  margin-bottom: 5px; }

.view-cooking-studio-chefs .chef-name {
  margin-top: 0;
  font-size: 22px;
  line-height: 33px;
  font-size: 2.2rem;
  line-height: 3.3rem; }
  .view-cooking-studio-chefs .chef-name a {
    text-decoration: none; }

@media only screen and (max-width: 800px) {
  .view-cooking-studio-chefs .views-row {
    display: block;
    width: 100%; }
  .view-cooking-studio-chefs .views-row:nth-child(odd) {
    margin-right: 0; }
  .view-cooking-studio-chefs .node__content {
    display: flex; }
  .view-cooking-studio-chefs .field--name-field-image {
    width: 30%; }
  .view-cooking-studio-chefs .chef-name-info {
    width: 66%;
    margin-left: 5%; } }

@media only screen and (max-width: 600px) {
  .view-cooking-studio-chefs .field--name-field-image {
    display: none; }
  .view-cooking-studio-chefs .chef-name-info {
    width: 100%;
    margin-left: 0; } }

/****** Chef Page View ******/
article.node--type-chef.node--view-mode-full .node__content:after {
  display: table;
  clear: both;
  content: ''; }

@media only screen and (max-width: 600px) {
  article.node--type-chef.node--view-mode-full .field--name-field-image {
    float: none;
    margin: 0 auto 20px; }
  article.node--type-chef.node--view-mode-full .field--name-body {
    margin-left: 0;
    padding-left: 0; } }

#block-views-block-classes-by-chef-block-1 h2 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0; }

#block-views-block-classes-by-chef-block-1 .view-header {
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.7rem;
  line-height: 2.55rem;
  line-height: 2rem;
  margin-bottom: 10px;
  font-weight: 600; }

#block-views-block-classes-by-chef-block-1 .views-row {
  margin: 14px 0; }
  #block-views-block-classes-by-chef-block-1 .views-row a {
    text-decoration: none; }
    #block-views-block-classes-by-chef-block-1 .views-row a:active, #block-views-block-classes-by-chef-block-1 .views-row a:hover, #block-views-block-classes-by-chef-block-1 .views-row a:focus {
      text-decoration: underline; }

.page-node-type-meals-chef-prepared- .field--name-title {
  display: none; }

.node--type-meals-chef-prepared- .field__label, .node--type-meals-chef-prepared- .field--name-field-title {
  font-family: "Merriweather", serif;
  color: #194385;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-transform: uppercase;
  font-weight: 700; }

.node--type-meals-chef-prepared- .field--name-field-intro-text {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem; }
  .node--type-meals-chef-prepared- .field--name-field-intro-text a {
    text-decoration: none; }
    .node--type-meals-chef-prepared- .field--name-field-intro-text a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 900px) {
    .node--type-meals-chef-prepared- .field--name-field-intro-text {
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 600px) {
    .node--type-meals-chef-prepared- .field--name-field-intro-text {
      margin-left: auto;
      margin-right: auto; } }

.node--type-meals-chef-prepared- .field--name-field-services {
  width: 39.5%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10%;
  margin-bottom: 20px; }

.node--type-meals-chef-prepared- .field--name-field-chef-team {
  width: 39.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
  margin-bottom: 20px; }

@media only screen and (max-width: 900px) {
  .node--type-meals-chef-prepared- .field--name-field-services {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px; }
  .node--type-meals-chef-prepared- .field--name-field-chef-team {
    width: auto;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%; } }

@media only screen and (max-width: 600px) {
  .node--type-meals-chef-prepared- .field--name-field-services, .node--type-meals-chef-prepared- .field--name-field-chef-team {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; } }

.node--type-meals-chef-prepared- .field--name-field-services > .field__item ul {
  list-style: none;
  /* remove default bullets */ }
  .node--type-meals-chef-prepared- .field--name-field-services > .field__item ul li:before {
    content: "\2022";
    /* css unicode for a bullet */
    color: #194385;
    /* make bullet kings blue */
    margin-right: 9px;
    margin-left: -36px;
    font-weight: 700; }

.node--type-meals-chef-prepared- .field--name-field-chef-team {
  position: relative; }
  .node--type-meals-chef-prepared- .field--name-field-chef-team > img {
    width: 100%;
    height: auto; }
  .node--type-meals-chef-prepared- .field--name-field-chef-team:after {
    content: "Our Chef Team";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: "Merriweather", serif;
    color: white;
    background-color: rgba(25, 67, 133, 0.5);
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 3.15rem;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding-top: 5px;
    padding-bottom: 5px; }

.field--name-field-meal-description {
  display: none; }

.field--name-field-chef-meals > .field__item {
  width: 23.8%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 3% 0; }
  .field--name-field-chef-meals > .field__item:nth-of-type(4n) {
    margin-right: 0; }
  @media only screen and (max-width: 1000px) {
    .field--name-field-chef-meals > .field__item {
      width: 31.9%; }
      .field--name-field-chef-meals > .field__item:nth-of-type(3n) {
        margin-right: 0; } }
  @media only screen and (max-width: 800px) {
    .field--name-field-chef-meals > .field__item {
      width: 48.5%;
      margin: 0 2% 3% 0; }
      .field--name-field-chef-meals > .field__item:nth-of-type(2n) {
        margin-right: 0; }
      .field--name-field-chef-meals > .field__item:nth-of-type(3n) {
        margin-right: 2%; } }
  @media only screen and (max-width: 600px) {
    .field--name-field-chef-meals > .field__item {
      width: 100%;
      margin: 0 0 4% 0; } }
  .field--name-field-chef-meals > .field__item img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b6b6b6; }
  .field--name-field-chef-meals > .field__item a.colorbox {
    display: block;
    padding-bottom: 80px;
    line-height: 0; }
  .field--name-field-chef-meals > .field__item .field--name-field-name {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-family: "Merriweather", serif;
    color: #194385;
    font-weight: 700;
    min-height: 70px;
    z-index: -5;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px; }
  .field--name-field-chef-meals > .field__item .paragraph--type--chef-meal {
    border: 1px solid #b6b6b6;
    position: relative; }
    .field--name-field-chef-meals > .field__item .paragraph--type--chef-meal:hover {
      border: 1px solid #6fa1d6; }
      .field--name-field-chef-meals > .field__item .paragraph--type--chef-meal:hover .field--name-field-name {
        text-decoration: underline;
        color: #6fa1d6; }

.page-node-type-about-us .field--name-title {
  display: none; }

.page-node-type-about-us #content-wrapper {
  max-width: 100%;
  padding: 0; }

.page-node-type-about-us .node__content > div.field:not(.field--name-field-1st-banner-image):not(.field--name-field-2nd-banner-image) {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px; }

.node--type-about-us {
  /******** INTRO TEXT ********/
  /******** OUR PEOPLE ********/
  /******** FIRST BANNER ********/
  /******** COMMUNITY INITIATIVES ********/
  /******** IN THE COMMUNITY ********/
  /******** CONTACT US ********/ }
  .node--type-about-us .field--name-field-text-under-hero-image .paragraph--type--header-body-text {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 20px 0; }
    .node--type-about-us .field--name-field-text-under-hero-image .paragraph--type--header-body-text h2 {
      margin-top: 30px; }
  .node--type-about-us .field--name-field-our-experts-section {
    display: flex;
    flex-wrap: wrap; }
    .node--type-about-us .field--name-field-our-experts-section > .field__item {
      width: 50%; }
    .node--type-about-us .field--name-field-our-experts-section .field__item:nth-child(odd) .paragraph--type--about-us-experts {
      margin-right: 15px; }
    .node--type-about-us .field--name-field-our-experts-section .field__item:nth-child(even) .paragraph--type--about-us-experts {
      margin-left: 15px; }
    @media only screen and (max-width: 1000px) {
      .node--type-about-us .field--name-field-our-experts-section > .field__item {
        width: 100%; }
        .node--type-about-us .field--name-field-our-experts-section > .field__item .paragraph--type--about-us-experts {
          margin: 0 !important; } }
  .node--type-about-us .paragraph--type--about-us-experts {
    padding-bottom: 20px; }
    .node--type-about-us .paragraph--type--about-us-experts .field--name-field-image {
      float: left;
      width: 210px; }
      @media only screen and (max-width: 600px) {
        .node--type-about-us .paragraph--type--about-us-experts .field--name-field-image {
          float: none;
          width: 100%; } }
      .node--type-about-us .paragraph--type--about-us-experts .field--name-field-image img {
        width: 100%;
        height: auto; }
    .node--type-about-us .paragraph--type--about-us-experts .field--name-field-name, .node--type-about-us .paragraph--type--about-us-experts .field--name-field-title {
      margin-left: 210px;
      padding-left: 20px;
      font-family: "Merriweather", serif;
      color: #194385;
      font-size: 19px;
      line-height: 28.5px;
      font-size: 1.9rem;
      line-height: 2.85rem;
      font-weight: 700; }
      @media only screen and (max-width: 600px) {
        .node--type-about-us .paragraph--type--about-us-experts .field--name-field-name, .node--type-about-us .paragraph--type--about-us-experts .field--name-field-title {
          margin: 0;
          padding: 0; } }
    .node--type-about-us .paragraph--type--about-us-experts .field--name-field-section-body {
      margin-left: 210px;
      padding-left: 20px; }
      @media only screen and (max-width: 600px) {
        .node--type-about-us .paragraph--type--about-us-experts .field--name-field-section-body {
          margin: 0;
          padding: 0; } }
  .node--type-about-us .field--name-field-1st-banner-image {
    margin-bottom: 20px; }
  .node--type-about-us .field--name-field-kings-against-hunger .paragraph--type--header-body-text {
    padding-bottom: 20px; }
    .node--type-about-us .field--name-field-kings-against-hunger .paragraph--type--header-body-text .field--name-field-header {
      font-family: "Merriweather", serif;
      color: #194385;
      font-size: 24px;
      line-height: 36px;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: 700;
      text-transform: uppercase; }
  .node--type-about-us .field--name-field-community-initiative {
    /******** EVEN INITIATIVES GET DIFFERENT STYLE ********/ }
    .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives {
      position: relative;
      margin-bottom: 45px; }
      .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives:after {
        display: table;
        clear: both;
        content: ''; }
      .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .field--name-field-image {
        width: 50%;
        padding-right: 20px; }
        .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .field--name-field-image img {
          width: 100%;
          height: auto;
          border-radius: 50%; }
      .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .logo-header-blurb-container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        margin-left: 50%;
        padding-left: 20px; }
        .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .logo-header-blurb-container .field--name-field-logo {
          text-align: center;
          padding-bottom: 20px; }
          .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .logo-header-blurb-container .field--name-field-logo img {
            max-height: 100px;
            width: auto; }
        .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .logo-header-blurb-container .field--name-field-header {
          font-family: "Merriweather", serif;
          color: #194385;
          font-size: 19px;
          line-height: 28.5px;
          font-size: 1.9rem;
          line-height: 2.85rem;
          font-weight: 700;
          margin-bottom: 10px; }
      @media only screen and (max-width: 1000px) {
        .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .field--name-field-image,
        .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .logo-header-blurb-container {
          width: 100%;
          padding: 0 !important;
          margin: 0;
          position: relative;
          top: 0;
          transform: none; }
        .node--type-about-us .field--name-field-community-initiative .paragraph--type--about-us-community-initiatives .field--name-field-image {
          max-width: 500px;
          float: none !important;
          margin: 0 auto 20px !important; } }
    .node--type-about-us .field--name-field-community-initiative .field__item:nth-child(even) .field--name-field-image {
      float: right;
      margin-right: 0px;
      padding-left: 20px; }
    .node--type-about-us .field--name-field-community-initiative .field__item:nth-child(even) .logo-header-blurb-container {
      margin-left: 0;
      padding-left: 0;
      padding-right: 20px; }
  .node--type-about-us .field--name-field-about-us-community .field--name-field-header {
    font-family: "Merriweather", serif;
    color: #194385;
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 700;
    text-transform: uppercase; }
  .node--type-about-us .field--name-field-about-us-community .field--name-field-section-body p:first-of-type {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem; }
  .node--type-about-us .field--name-field-1st-banner-image {
    overflow: hidden;
    max-height: 350px; }
    .node--type-about-us .field--name-field-1st-banner-image img {
      width: 100%;
      height: auto; }
  .node--type-about-us .field--name-field-contact-us .sub-header {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 600;
    margin-bottom: 5px; }
  .node--type-about-us .field--name-field-contact-us .contact-container {
    display: flex;
    margin-bottom: 20px;
    margin-left: 20px; }
    .node--type-about-us .field--name-field-contact-us .contact-container a {
      text-decoration: none; }
  .node--type-about-us .field--name-field-contact-us .corporate-office {
    margin-right: 80px; }
  @media only screen and (max-width: 600px) {
    .node--type-about-us .field--name-field-contact-us .contact-container {
      display: block; }
    .node--type-about-us .field--name-field-contact-us .corporate-office {
      margin-right: 0;
      margin-bottom: 20px; } }

.page-node-type-careers .field--name-title {
  display: none; }

.node--type-careers {
  /******** INTRO TEXT ********/
  /******** HIRING INFO ********/
  /******** HOW TO APPLY ********/
  /******** IMAGES ********/ }
  .node--type-careers .field--name-field-intro-text {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem; }
    @media only screen and (max-width: 800px) {
      .node--type-careers .field--name-field-intro-text {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 20px; } }
  .node--type-careers .field--name-field-hiring-info {
    width: 50%;
    display: inline-block; }
    .node--type-careers .field--name-field-hiring-info h3:nth-of-type(1) {
      margin-top: 0; }
    @media only screen and (max-width: 800px) {
      .node--type-careers .field--name-field-hiring-info {
        width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 600px) {
      .node--type-careers .field--name-field-hiring-info {
        width: 100%; } }
  .node--type-careers .field--name-field-how-to-apply {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #c5d8e5;
    padding: 20px;
    margin-left: 5%; }
    .node--type-careers .field--name-field-how-to-apply h3 {
      margin-top: 0;
      /*override h3 default margin*/
      margin-bottom: 1.5rem; }
    .node--type-careers .field--name-field-how-to-apply p:nth-last-of-type(1) {
      margin-bottom: 0;
      /*override p default margin, only on the last paragraph*/ }
    .node--type-careers .field--name-field-how-to-apply a {
      text-decoration: none; }
    @media only screen and (max-width: 800px) {
      .node--type-careers .field--name-field-how-to-apply {
        width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 600px) {
      .node--type-careers .field--name-field-how-to-apply {
        width: 100%; } }
  .node--type-careers .field--name-field-images {
    display: flex; }
    @media only screen and (max-width: 800px) {
      .node--type-careers .field--name-field-images {
        flex-wrap: wrap;
        justify-content: center;
        width: 95%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 600px) {
      .node--type-careers .field--name-field-images {
        width: 100%; } }
    .node--type-careers .field--name-field-images .field__item:nth-child(1) {
      margin-right: 5px; }
    .node--type-careers .field--name-field-images .field__item:nth-child(2), .node--type-careers .field--name-field-images .field__item:nth-child(3) {
      margin-left: 5px;
      margin-right: 5px; }
    .node--type-careers .field--name-field-images .field__item:nth-last-child(1) {
      margin-left: 5px; }
    .node--type-careers .field--name-field-images .field__item img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 800px) {
      .node--type-careers .field--name-field-images .field__item {
        width: 48.5%; }
        .node--type-careers .field--name-field-images .field__item:nth-child(odd) {
          margin-right: 1.5%;
          margin-left: 0;
          margin-bottom: 15px; }
        .node--type-careers .field--name-field-images .field__item:nth-child(even) {
          margin-left: 1.5%;
          margin-right: 0;
          margin-bottom: 15px; } }
    @media only screen and (max-width: 600px) {
      .node--type-careers .field--name-field-images .field__item {
        width: 100%; }
        .node--type-careers .field--name-field-images .field__item:nth-child(odd) {
          margin-right: 0; }
        .node--type-careers .field--name-field-images .field__item:nth-child(even) {
          margin-left: 0; } }

.field--name-quantity .label-wrapper {
  display: inline-block; }

.field--name-quantity label {
  margin-right: 5px; }

.field--name-variations input[type="number"] {
  max-width: 50px;
  min-width: 26px; }

form.commerce-order-item-add-to-cart-form > div:not(.field--name-purchased-entity) {
  display: inline-block; }

/******** Cooking Class Full ********/
article.product-cooking_class.full-view .class-number {
  margin-bottom: 10px; }
  article.product-cooking_class.full-view .class-number .field__label {
    font-weight: 400; }

article.product-cooking_class.full-view .date-time {
  font-weight: 700;
  text-transform: uppercase; }

article.product-cooking_class.full-view .product-content-wrapper {
  margin: 20px 0; }
  article.product-cooking_class.full-view .product-content-wrapper .image {
    float: left;
    width: 300px; }
    @media only screen and (max-width: 1000px) {
      article.product-cooking_class.full-view .product-content-wrapper .image {
        width: 200px; } }
    @media only screen and (max-width: 600px) {
      article.product-cooking_class.full-view .product-content-wrapper .image {
        display: none; } }
    article.product-cooking_class.full-view .product-content-wrapper .image img {
      max-width: 100%;
      height: auto; }
  article.product-cooking_class.full-view .product-content-wrapper .description {
    margin-left: 300px;
    padding-left: 30px; }
    article.product-cooking_class.full-view .product-content-wrapper .description .clearfix:after {
      clear: none; }
    @media only screen and (max-width: 1000px) {
      article.product-cooking_class.full-view .product-content-wrapper .description {
        margin-left: 200px; } }
    @media only screen and (max-width: 600px) {
      article.product-cooking_class.full-view .product-content-wrapper .description {
        margin-left: 0;
        padding-left: 0; } }

article.product-cooking_class.full-view .price > div {
  display: inline-block; }

article.product-cooking_class.full-view .field--name-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem; }

#block-views-block-other-classes-list-block-1 h2 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem; }

#block-views-block-other-classes-list-block-1 .views-row {
  margin: 14px 0; }
  #block-views-block-other-classes-list-block-1 .views-row a {
    text-decoration: none; }
    #block-views-block-other-classes-list-block-1 .views-row a:active, #block-views-block-other-classes-list-block-1 .views-row a:hover, #block-views-block-other-classes-list-block-1 .views-row a:focus {
      text-decoration: underline; }

@media only screen and (max-width: 900px) {
  body.path-product main .with-sidebar-right,
  body.page-node-type-chef main .with-sidebar-right {
    display: block; }
  body.path-product .region-sidebar-right,
  body.page-node-type-chef .region-sidebar-right {
    width: 100%;
    margin: 20px 0 0 0;
    border-top: 1px solid #b6b6b6;
    padding-top: 20px; } }

.order-total-line-value {
  width: 100px; }

.commerce-order-item-add-to-cart-form input[type="number"],
.view-commerce-cart-form input[type="number"] {
  width: 50px; }

.path-cart .view-commerce-cart-form table thead th,
.view-commerce-checkout-order-summary table thead th,
.view-commerce-order-item-table table thead th {
  padding: 10px 0; }
  .path-cart .view-commerce-cart-form table thead th#view-purchased-entity-table-column,
  .view-commerce-checkout-order-summary table thead th#view-purchased-entity-table-column,
  .view-commerce-order-item-table table thead th#view-purchased-entity-table-column {
    width: 50%; }

.path-cart .view-commerce-cart-form table tbody td,
.view-commerce-checkout-order-summary table tbody td,
.view-commerce-order-item-table table tbody td {
  padding: 15px 0;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6; }

.path-cart .view-commerce-cart-form table tbody .delete-order-item,
.view-commerce-checkout-order-summary table tbody .delete-order-item,
.view-commerce-order-item-table table tbody .delete-order-item {
  background: none;
  color: #194385;
  border: none;
  text-decoration: underline;
  text-transform: capitalize;
  padding: 0; }

.path-cart .view-commerce-cart-form .item-summary a,
.path-cart .view-commerce-cart-form .item-summary .item-title,
.view-commerce-checkout-order-summary .item-summary a,
.view-commerce-checkout-order-summary .item-summary .item-title,
.view-commerce-order-item-table .item-summary a,
.view-commerce-order-item-table .item-summary .item-title {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }

.path-cart .view-commerce-cart-form .field--name-total-price,
.view-commerce-checkout-order-summary .field--name-total-price,
.view-commerce-order-item-table .field--name-total-price {
  padding: 20px 0; }

.path-cart .view-commerce-cart-form .form-item,
.view-commerce-checkout-order-summary .form-item,
.view-commerce-order-item-table .form-item {
  margin: 0; }

.path-cart .view-commerce-cart-form .form-actions input[value="Update cart"],
.view-commerce-checkout-order-summary .form-actions input[value="Update cart"],
.view-commerce-order-item-table .form-actions input[value="Update cart"] {
  background-color: #fff;
  color: #2868f6; }
  .path-cart .view-commerce-cart-form .form-actions input[value="Update cart"]:hover, .path-cart .view-commerce-cart-form .form-actions input[value="Update cart"]:active, .path-cart .view-commerce-cart-form .form-actions input[value="Update cart"]:focus,
  .view-commerce-checkout-order-summary .form-actions input[value="Update cart"]:hover,
  .view-commerce-checkout-order-summary .form-actions input[value="Update cart"]:active,
  .view-commerce-checkout-order-summary .form-actions input[value="Update cart"]:focus,
  .view-commerce-order-item-table .form-actions input[value="Update cart"]:hover,
  .view-commerce-order-item-table .form-actions input[value="Update cart"]:active,
  .view-commerce-order-item-table .form-actions input[value="Update cart"]:focus {
    outline: none;
    color: #fff;
    background-color: #2868f6; }

@media only screen and (max-width: 600px) {
  .path-cart .view-commerce-cart-form,
  .view-commerce-checkout-order-summary,
  .view-commerce-order-item-table {
    /* Don't hide, for accessibility */
    /*
    Label the data
    */ }
    .path-cart .view-commerce-cart-form table, .path-cart .view-commerce-cart-form thead, .path-cart .view-commerce-cart-form tbody, .path-cart .view-commerce-cart-form th, .path-cart .view-commerce-cart-form td, .path-cart .view-commerce-cart-form tr,
    .view-commerce-checkout-order-summary table,
    .view-commerce-checkout-order-summary thead,
    .view-commerce-checkout-order-summary tbody,
    .view-commerce-checkout-order-summary th,
    .view-commerce-checkout-order-summary td,
    .view-commerce-checkout-order-summary tr,
    .view-commerce-order-item-table table,
    .view-commerce-order-item-table thead,
    .view-commerce-order-item-table tbody,
    .view-commerce-order-item-table th,
    .view-commerce-order-item-table td,
    .view-commerce-order-item-table tr {
      display: block;
      text-align: left !important; }
    .path-cart .view-commerce-cart-form table thead tr,
    .view-commerce-checkout-order-summary table thead tr,
    .view-commerce-order-item-table table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .path-cart .view-commerce-cart-form table tbody tr,
    .view-commerce-checkout-order-summary table tbody tr,
    .view-commerce-order-item-table table tbody tr {
      padding: 10px 0;
      border-bottom: 1px solid #b6b6b6; }
    .path-cart .view-commerce-cart-form table tbody td,
    .view-commerce-checkout-order-summary table tbody td,
    .view-commerce-order-item-table table tbody td {
      /* Behave  like a "row" */
      border: none;
      position: relative;
      padding: 8px 0 8px 30%; }
    .path-cart .view-commerce-cart-form table tbody td:before,
    .view-commerce-checkout-order-summary table tbody td:before,
    .view-commerce-order-item-table table tbody td:before {
      position: absolute;
      top: 0;
      left: 0;
      padding: 8px;
      width: 20%;
      white-space: nowrap;
      font-weight: 600; }
    .path-cart .view-commerce-cart-form td:nth-of-type(1):before,
    .view-commerce-checkout-order-summary td:nth-of-type(1):before,
    .view-commerce-order-item-table td:nth-of-type(1):before {
      content: "Item"; }
    .path-cart .view-commerce-cart-form td:nth-of-type(2):before,
    .view-commerce-checkout-order-summary td:nth-of-type(2):before,
    .view-commerce-order-item-table td:nth-of-type(2):before {
      content: "Price"; }
    .path-cart .view-commerce-cart-form td:nth-of-type(3):before,
    .view-commerce-checkout-order-summary td:nth-of-type(3):before,
    .view-commerce-order-item-table td:nth-of-type(3):before {
      content: "Quantity"; } }

#block-checkoutnotice {
  border: 1px solid #616161;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem; }
  #block-checkoutnotice p:last-child {
    margin-bottom: 0; }

/****** Checkout pages ******/
.checkout-pane-login fieldset,
.checkout-pane-review fieldset,
fieldset.checkout-pane {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0; }
  .checkout-pane-login fieldset > legend,
  .checkout-pane-review fieldset > legend,
  fieldset.checkout-pane > legend {
    font-family: "Merriweather", serif;
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    color: #194385; }
    .checkout-pane-login fieldset > legend a,
    .checkout-pane-review fieldset > legend a,
    fieldset.checkout-pane > legend a {
      text-transform: lowercase; }

@media only screen and (max-width: 600px) {
  #security-code {
    width: 70px; }
  input.postal-code {
    width: 120px; }
  input.form-tel {
    width: 200px; }
  div.address-container-inline > .form-item {
    margin-right: 0;
    display: block; } }

form.commerce-checkout-flow .form-actions a {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: 1px solid #2868f6;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 14px 5px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #2868f6;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #fff;
  color: #2868f6; }
  form.commerce-checkout-flow .form-actions a:hover, form.commerce-checkout-flow .form-actions a:active, form.commerce-checkout-flow .form-actions a:focus {
    outline: none; }
  form.commerce-checkout-flow .form-actions a:hover, form.commerce-checkout-flow .form-actions a:active, form.commerce-checkout-flow .form-actions a:focus {
    outline: none;
    color: #fff;
    background-color: #2868f6; }

@media only screen and (max-width: 600px) {
  form.commerce-checkout-flow .form-actions a, form.commerce-checkout-flow .form-actions .button {
    max-width: 300px;
    width: 100%;
    margin: 10px auto 20px;
    display: block;
    text-align: center; } }

.checkout-pane-login input[type="submit"] {
  margin-right: 15px; }

@media only screen and (max-width: 780px) {
  .checkout-pane-login fieldset:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #b6b6b6; } }

.checkout-pane-completion-message {
  margin-bottom: 30px; }
  .checkout-pane-completion-message .checkout-complete h2 {
    text-transform: uppercase;
    margin: 0 0 15px 0; }

.checkout-pane-kings-completion-register {
  border-top: 1px solid #b6b6b6;
  padding: 0 0 20px 0; }
  .checkout-pane-kings-completion-register .form-type-password.password-parent {
    margin-bottom: 10px; }

.commerce-payment-method-add-form #edit-payment-method {
  margin-bottom: 20px; }

.commerce-payment-method-add-form #edit-submit {
  margin: 0; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  body {
    overflow: visible !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  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; }
  @page {
    margin: 1.5cm 1cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .sidebar,
  #navigation,
  header,
  #header-region,
  #header-spacer,
  #search-theme-form,
  #push,
  footer,
  .breadcrumb,
  .tabs,
  .feed-icon,
  .links {
    display: none; }
  #page {
    width: 100%; }
  #content,
  .content,
  .title {
    margin: 20px 0; }
  a:hover, a:active, a:link, a:visited {
    color: black; }
  /** Recipe Page **/
  body.page-node-type-recipe {
    height: auto; }
    body.page-node-type-recipe .inner {
      padding: 0; }
    body.page-node-type-recipe .field--name-field-image {
      margin: 0; }
    body.page-node-type-recipe img {
      max-width: 250px !important;
      height: auto; }
    body.page-node-type-recipe #print-recipe,
    body.page-node-type-recipe #content-bottom {
      display: none; }
    body.page-node-type-recipe p {
      margin: 0; }
    body.page-node-type-recipe .field__item {
      padding: 0 !important; } }
