@charset "UTF-8";
/*
Theme Name: Strawberry
Text Domain: strawberry
Version: 
Requires at least:
Requires PHP: 
*/
@import url(https://fonts.googleapis.com/css?family=Pacifico|Roboto:300|Roboto+Slab:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /**
   * Remove default margin.
   */
  body {
    margin: 0;
  }
  
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */
  [hidden],
  template {
    display: none;
  }
  
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  a:active,
  a:hover {
    outline: 0;
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  b,
  strong {
    font-weight: bold;
  }
  
  /**
   * Address styling not present in Safari and Chrome.
   */
  dfn {
    font-style: italic;
  }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  h1 {
    font-size: 2em;
    margin: 0;
  }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000;
  }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0;
  }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin-left: 40px;
    margin-right: 40px;
  }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
  }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto;
  }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
  }
  
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  button {
    overflow: visible;
  }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  button,
  select {
    text-transform: none;
  }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
  }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  input {
    line-height: normal;
  }
  
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
  }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: none;
    padding: 0;
  }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  optgroup {
    font-weight: bold;
  }
  
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  .wpb_button,
  .wpb_content_element,
  ul.wpb_thumbnails-fluid > li,
  .entry-content .twitter-share-button,
  .fb_like,
  .twitter-share-button,
  .wpb_accordion .wpb_content_element,
  .wpb_googleplus,
  .wpb_pinterest,
  .wpb_tab .wpb_content_element,
  .vc_btn3-container {
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 768px) {
    .vc_column_container {
      margin-top: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .vc_column_container + .vc_column_container {
      margin-top: 3em;
    }
  }
  
  @media screen and (min-width: 768px) {
    .vc_column_container + .vc_column_container > .vc_column-inner {
      padding-left: 1.5em;
    }
  }
  
  .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  
  .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .vc_row[data-vc-full-width] {
    overflow: visible;
  }
  
  .vc_row + .vc_row,
  .vc_clearfix + .vc_row {
    margin-top: 0;
    padding-top: 3em;
  }
  
  @media screen and (min-width: 768px) {
    .vc_row + .vc_row,
    .vc_clearfix + .vc_row {
      padding-top: 5em;
    }
  }
  
  .vc_col-sm-12 {
    float: none;
  }
  
  .vc_clearfix.vc_row-full-width,
  .vc_tta.vc_general .vc_tta-panel-body,
  .vc_icon_element,
  .vc_message_box-icon + *,
  .vc_toggle_icon,
  .vc_tta-panels-container,
  .vc_tta_panels-container .vc_tta-panel-body,
  .vc_pie_chart * + *,
  .vc_progress_bar * + *,
  .vc_line_chart * + *,
  .vc_chart * + * {
    margin-top: 0;
  }
  
  .vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
  }
  
  .wpb_single_image .vc_single_image-wrapper,
  .wpb_single_image .vc_figure {
    max-width: none;
  }
  
  .pp_pic_holder * + * {
    margin-top: 0;
  }
  
  @media screen and (min-width: 768px) {
    .mobile-visible {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 767px) {
    .mobile-hidden {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 767px) {
    .mobile-flush-bottom {
      padding-bottom: 0 !important;
    }
  }
  
  @media screen and (max-width: 767px) {
    .mobile-full-width {
      margin-left: -2%;
      margin-right: -2%;
    }
  }
  
  @media screen and (min-width: 768px) {
    .vc_row.extra-space {
      margin-top: 5em;
    }
  }
  
  .vc_row.flush-row {
    margin-top: 0;
  }
  
  * {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  * + * {
    margin-top: 1.5em;
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    background-repeat: no-repeat;
  }
  
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    font: 300 12px/2 Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
  }
  
  @media screen and (min-width: 768px) {
    html {
      font-size: 15px;
    }
  }
  
  ::-moz-selection {
    background-color: #e31c60;
    color: white;
  }
  
  ::selection {
    background-color: #e31c60;
    color: white;
  }
  
  .site-content {
    margin-top: 0;
  }
  
  .clearfix,
  .site-content,
  .site-header__navigation,
  .header-cta,
  .nav-links {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after,
  .site-content:before,
  .site-header__navigation:before,
  .header-cta:before,
  .nav-links:before,
  .site-content:after,
  .site-header__navigation:after,
  .header-cta:after,
  .nav-links:after {
    content: ' ';
    display: table;
  }
  
  .clearfix:after,
  .site-content:after,
  .site-header__navigation:after,
  .header-cta:after,
  .nav-links:after {
    clear: both;
  }
  
  .container {
    max-width: 96%;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container--small,
  .content-area--small {
    width: 850px;
  }
  
  .container--full,
  .content-area--full {
    max-width: none;
    width: 100%;
  }
  
  /* http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ */
  .screen-reader-text, .form-label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  
  h1,
  .heading--alpha, h2, .vc_tta.vc_general .vc_tta-panel-title, .vc_toggle_title > h4,
  .heading--beta, h3,
  .heading--gamma, h4,
  .heading--delta, h5,
  .heading--epsilon, h6,
  .heading--zeta, .map-link,
  .heading {
    text-rendering: optimizelegibility;
    line-height: 1.5;
    letter-spacing: .01em;
    color: #10bed2;
    font-family: Roboto Slab, Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-weight: 400;
  }
  
  h1 a, .heading--alpha a, h2 a, .vc_tta.vc_general .vc_tta-panel-title a, .vc_toggle_title > h4 a, .heading--beta a, h3 a, .heading--gamma a, h4 a, .heading--delta a, h5 a, .heading--epsilon a, h6 a, .heading--zeta a, .map-link a,
  .heading a {
    text-decoration: none;
    color: inherit;
  }
  
  h1,
  .heading--alpha {
    font-size: 25.3125px;
  }
  
  @media screen and (min-width: 768px) {
    h1,
    .heading--alpha {
      font-size: 33.75px;
    }
  }
  
  h2, .vc_tta.vc_general .vc_tta-panel-title, .vc_toggle_title > h4,
  .heading--beta {
    font-size: 22.5px;
  }
  
  @media screen and (min-width: 768px) {
    h2, .vc_tta.vc_general .vc_tta-panel-title, .vc_toggle_title > h4,
    .heading--beta {
      font-size: 30px;
    }
  }
  
  h3,
  .heading--gamma {
    font-size: 14.625px;
  }
  
  @media screen and (min-width: 768px) {
    h3,
    .heading--gamma {
      font-size: 19.5px;
    }
  }
  
  h4,
  .heading--delta {
    font-size: 1em;
  }
  
  @media screen and (min-width: 768px) {
    h4,
    .heading--delta {
      font-size: 15px;
    }
  }
  
  h5,
  .heading--epsilon {
    font-size: 1em;
  }
  
  @media screen and (min-width: 768px) {
    h5,
    .heading--epsilon {
      font-size: 15px;
    }
  }
  
  h6,
  .heading--zeta {
    font-size: 1em;
  }
  
  @media screen and (min-width: 768px) {
    h6,
    .heading--zeta {
      font-size: 15px;
    }
  }
  
  h1 + *, .heading--alpha + *, h2 + *, .vc_tta.vc_general .vc_tta-panel-title + *, .vc_toggle_title > h4 + *, .heading--beta + *, h3 + *, .heading--gamma + *, h4 + *, .heading--delta + *, h5 + *, .heading--epsilon + *, h6 + *, .heading--zeta + *, .map-link + *,
  .heading + * {
    margin-top: .75em;
  }
  
  .spaced-headings h1 + *, .spaced-headings .heading--alpha + *, .spaced-headings h2 + *, .spaced-headings .vc_tta.vc_general .vc_tta-panel-title + *, .vc_tta.vc_general .spaced-headings .vc_tta-panel-title + *, .spaced-headings .vc_toggle_title > h4 + *, .spaced-headings .heading--beta + *, .spaced-headings h3 + *, .spaced-headings .heading--gamma + *, .spaced-headings h4 + *, .spaced-headings .heading--delta + *, .spaced-headings h5 + *, .spaced-headings .heading--epsilon + *, .spaced-headings h6 + *, .spaced-headings .heading--zeta + *, .spaced-headings .map-link + *, .spaced-headings
  .heading + * {
    margin-top: 2em;
  }
  
  h1 strong, .heading--alpha strong, h2 strong, .vc_tta.vc_general .vc_tta-panel-title strong, .vc_toggle_title > h4 strong, .heading--beta strong, h3 strong, .heading--gamma strong, h4 strong, .heading--delta strong, h5 strong, .heading--epsilon strong, h6 strong, .heading--zeta strong, .map-link strong,
  .heading strong {
    letter-spacing: 0;
  }
  
  h1,
  .heading--alpha {
    font-weight: 700;
    margin-top: 0.05em;
  }
  
  @media screen and (min-width: 768px) {
    h1,
    .heading--alpha {
      font-size: 2.5em;
    }
  }
  
  .heading--alpha,
  .heading--beta,
  .heading--gamma {
    color: white;
  }
  
  .heading--script {
    font-family: Pacifico, script;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 0.05em;
    font-weight: normal;
    font-size: 3.2em;
    display: block;
  }
  
  h1 .heading--script, .heading--alpha .heading--script, h2 .heading--script, .vc_tta.vc_general .vc_tta-panel-title .heading--script, .heading--beta .heading--script, h3 .heading--script, .heading--gamma .heading--script, h4 .heading--script, .heading--delta .heading--script, h5 .heading--script, .heading--epsilon .heading--script, h6 .heading--script, .heading--zeta .heading--script, .map-link .heading--script {
    font-size: 1.28em;
  }
  
  .section-heading {
    text-align: center;
  }
  
  .subheading {
    font-size: 1.25em;
  }
  
  .subheading + * {
    margin-top: 0;
  }
  
  a {
    color: #e31c60;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Roboto Slab, Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
  }
  
  a:hover, a:active, a:focus, h1 a:hover, .heading--alpha a:hover, h2 a:hover, .vc_tta.vc_general .vc_tta-panel-title a:hover, .heading--beta a:hover, h3 a:hover, .heading--gamma a:hover, h4 a:hover, .heading--delta a:hover, h5 a:hover, .heading--epsilon a:hover, h6 a:hover, .heading--zeta a:hover, .map-link a:hover, h1 a:active, .heading--alpha a:active, h2 a:active, .vc_tta.vc_general .vc_tta-panel-title a:active, .heading--beta a:active, h3 a:active, .heading--gamma a:active, h4 a:active, .heading--delta a:active, h5 a:active, .heading--epsilon a:active, h6 a:active, .heading--zeta a:active, .map-link a:active, h1 a:focus, .heading--alpha a:focus, h2 a:focus, .vc_tta.vc_general .vc_tta-panel-title a:focus, .heading--beta a:focus, h3 a:focus, .heading--gamma a:focus, h4 a:focus, .heading--delta a:focus, h5 a:focus, .heading--epsilon a:focus, h6 a:focus, .heading--zeta a:focus, .map-link a:focus, .heading a:hover, .heading a:active, .heading a:focus, .woocommerce #main .products ul li.product a:hover, .woocommerce #main .products ul li.product a:active, .woocommerce #main .products ul li.product a:focus, .woocommerce #main .products ul li.product a--hover,
  .woocommerce #main ul.products li.product a:hover,
  .woocommerce #main ul.products li.product a:active,
  .woocommerce #main ul.products li.product a:focus,
  .woocommerce #main ul.products li.product a--hover,
  .woocommerce-page #main .products ul li.product a:hover,
  .woocommerce-page #main .products ul li.product a:active,
  .woocommerce-page #main .products ul li.product a:focus,
  .woocommerce-page #main .products ul li.product a--hover,
  .woocommerce-page #main ul.products li.product a:hover,
  .woocommerce-page #main ul.products li.product a:active,
  .woocommerce-page #main ul.products li.product a:focus,
  .woocommerce-page #main ul.products li.product a--hover {
    color: #b6164d;
  }
  
  .more-link {
    font-family: Roboto Slab, Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
  }
  
  .more-link:after {
    content: "";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    margin-left: .25em;
  }
  
  .map-link:before {
    content: "";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    margin-right: .25em;
  }
  
  img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    /* Suppress the space beneath the baseline */
  }
  
  .wpb_single_image img {
    vertical-align: bottom;
  }
  
  .inline-list {
    list-style: none;
    padding-left: 0;
    font-weight: bold;
  }
  
  @media screen and (min-width: 420px) {
    .inline-list li {
      display: inline-block;
      margin-top: 0;
    }
    .inline-list li + li::before {
      content: "|";
      margin: 0 1em;
    }
  }
  
  @media screen and (max-width: 419px) {
    .inline-list {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
    .inline-list li + li {
      margin-top: 0.5em;
      padding-top: 0.5em;
      border-top: 2px solid;
    }
  }
  
  .text-left {
    text-align: left !important;
  }
  
  @media screen and (max-width: 767px) {
    .text-left--mobile {
      text-align: left !important;
    }
  }
  
  @media screen and (min-width: 768px) {
    .text-left--tablet {
      text-align: left !important;
    }
  }
  
  .text-center {
    text-align: center !important;
  }
  
  @media screen and (max-width: 767px) {
    .text-center--mobile {
      text-align: center !important;
    }
  }
  
  @media screen and (min-width: 768px) {
    .text-center--tablet {
      text-align: center !important;
    }
  }
  
  .text-right {
    text-align: right !important;
  }
  
  @media screen and (max-width: 767px) {
    .text-right--mobile {
      text-align: right !important;
    }
  }
  
  @media screen and (min-width: 768px) {
    .text-right--tablet {
      text-align: right !important;
    }
  }
  
  .text-bold {
    font-weight: 700;
  }
  
  .whitetype,
  .whitetypeonphoto {
    color: white !important;
  }
  
  .whitetypeonphoto {
    text-shadow: 1px 1px 20px #4444;
  }
  
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  img.alignright {
    float: right;
    margin-top: 0;
    margin-left: .5em;
    margin-bottom: .5em;
  }
  
  img.alignleft {
    float: left;
    margin-top: 0;
    margin-right: .5em;
    margin-bottom: .5em;
  }
  
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }
  
  .mfp-wrap * {
    margin-top: 0;
  }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  
  .mfp-align-top .mfp-container:before {
    display: none;
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
  }
  
  .mfp-ajax-cur {
    cursor: progress;
  }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .mfp-loading.mfp-figure {
    display: none;
  }
  
  .mfp-hide {
    display: none !important;
  }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
  }
  
  .mfp-preloader a {
    color: #CCC;
  }
  
  .mfp-preloader a:hover {
    color: #FFF;
  }
  
  .mfp-s-ready .mfp-preloader {
    display: none;
  }
  
  .mfp-s-error .mfp-content {
    display: none;
  }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
  }
  
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .mfp-close:active {
    top: 1px;
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #333;
  }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .mfp-arrow:active {
    margin-top: -54px;
  }
  
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
  }
  
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
  }
  
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
  }
  
  .mfp-arrow-left {
    left: 0;
  }
  
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
  }
  
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
  }
  
  .mfp-arrow-right {
    right: 0;
  }
  
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
  }
  
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
  }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
  
  .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
  }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
  }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0;
  }
  
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 54px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
  }
  
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  
  .mfp-figure figure {
    margin: 0;
  }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
  }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
  }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
  }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
      padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
    }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
    }
  }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
              transform-origin: 0;
    }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
    }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  
  .mfp-ie7 .mfp-img {
    padding: 0;
  }
  
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  
  .mfp-ie7 .mfp-container {
    padding: 0;
  }
  
  .mfp-ie7 .mfp-content {
    padding-top: 44px;
  }
  
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
  }
  
  #wpadminbar {
    margin-top: 0;
  }
  
  .error-404 {
    text-align: center;
  }
  
  .menu,
  .menu ul {
    list-style: none;
    padding-left: 0;
  }
  
  .menu a {
    display: block;
  }
  
  .header-cta__link, .footer-cta__link, .wpcf7-submit, .w2llead .submit, .alt.header-cta__link, .alt.footer-cta__link, .alt.wpcf7-submit, .w2llead .alt.submit,
  .button,
  .button.alt,
  .vc_general.vc_btn3,
  .vc_general.vc_btn3.alt,
  .woocommerce #respond input#submit,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button,
  .woocommerce a.button.alt,
  .woocommerce button.button,
  .woocommerce button.button.alt,
  .woocommerce input.button,
  .woocommerce input.button.alt {
    padding: 1em 1em .9em;
    border-radius: 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: normal;
    background-color: #e31c60;
    color: white;
    font-family: Roboto Slab, Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-size: 1.06667rem;
  }
  
  .header-cta__link:hover, .footer-cta__link:hover, .wpcf7-submit:hover, .w2llead .submit:hover, .header-cta__link:active, .footer-cta__link:active, .wpcf7-submit:active, .w2llead .submit:active, .header-cta__link:focus, .footer-cta__link:focus, .wpcf7-submit:focus, .w2llead .submit:focus, .alt.header-cta__link:hover, .alt.footer-cta__link:hover, .alt.wpcf7-submit:hover, .w2llead .alt.submit:hover, .alt.header-cta__link:active, .alt.footer-cta__link:active, .alt.wpcf7-submit:active, .w2llead .alt.submit:active, .alt.header-cta__link:focus, .alt.footer-cta__link:focus, .alt.wpcf7-submit:focus, .w2llead .alt.submit:focus, .alt--hover.header-cta__link, .alt--hover.footer-cta__link, .alt--hover.wpcf7-submit, .w2llead .alt--hover.submit,
  .button:hover,
  .button:active,
  .button:focus,
  .button--hover,
  .button.alt:hover,
  .button.alt:active,
  .button.alt:focus,
  .button.alt--hover,
  .vc_general.vc_btn3:hover,
  .vc_general.vc_btn3:active,
  .vc_general.vc_btn3:focus,
  .vc_general.vc_btn3--hover,
  .vc_general.vc_btn3.alt:hover,
  .vc_general.vc_btn3.alt:active,
  .vc_general.vc_btn3.alt:focus,
  .vc_general.vc_btn3.alt--hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce #respond input#submit:active,
  .woocommerce #respond input#submit:focus,
  .woocommerce #respond input#submit--hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce #respond input#submit.alt:active,
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce #respond input#submit.alt--hover,
  .woocommerce a.button:hover,
  .woocommerce a.button:active,
  .woocommerce a.button:focus,
  .woocommerce a.button--hover,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:active,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt--hover,
  .woocommerce button.button:hover,
  .woocommerce button.button:active,
  .woocommerce button.button:focus,
  .woocommerce button.button--hover,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:active,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt--hover,
  .woocommerce input.button:hover,
  .woocommerce input.button:active,
  .woocommerce input.button:focus,
  .woocommerce input.button--hover,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:active,
  .woocommerce input.button.alt:focus,
  .woocommerce input.button.alt--hover {
    background-color: #b6164d;
    color: white;
    border: 0;
  }
  
  @media screen and (min-width: 768px) {
    .header-cta__link, .footer-cta__link, .wpcf7-submit, .w2llead .submit, .alt.header-cta__link, .alt.footer-cta__link, .alt.wpcf7-submit, .w2llead .alt.submit,
    .button,
    .button.alt,
    .vc_general.vc_btn3,
    .vc_general.vc_btn3.alt,
    .woocommerce #respond input#submit,
    .woocommerce #respond input#submit.alt,
    .woocommerce a.button,
    .woocommerce a.button.alt,
    .woocommerce button.button,
    .woocommerce button.button.alt,
    .woocommerce input.button,
    .woocommerce input.button.alt {
      min-width: 16em;
    }
  }
  
  .button,
  .vc_general.vc_btn3 {
    min-width: 16em;
  }
  
  @media screen and (min-width: 768px) {
    .button,
    .vc_general.vc_btn3 {
      display: inline-block;
      width: auto;
    }
    .button.vc_btn3-block,
    .vc_general.vc_btn3.vc_btn3-block {
      display: block;
      width: 100%;
    }
  }
  
  @media screen and (min-width: 768px) {
    .vc_btn3-inline + .vc_btn3-inline {
      margin-left: .5em;
    }
  }
  
  .site-header {
    margin: 0;
    margin-bottom: 82.5px;
    border-bottom: 10px solid #e31c60;
    padding-bottom: 1em;
    background-color: #fff7e1;
  }
  
  @media screen and (max-width: 1099px) {
    .site-header {
      padding-bottom: 7px;
    }
  }
  
  @media screen and (min-width: 1100px) {
    .site-header {
      margin-bottom: 97.5px;
    }
  }
  
  .site-header__main {
    margin: 0;
    position: relative;
    z-index: 9998;
  }
  
  @media screen and (max-width: 1099px) {
    .site-header__main {
      height: 51px;
    }
  }
  
  .site-header__logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  @media screen and (min-width: 1100px) {
    .site-header__logo {
      top: 15px;
      width: 180px;
      height: 180px;
    }
  }
  
  @media screen and (max-width: 1099px) {
    .site-header__logo {
      top: 7.5px;
      width: 100px;
      height: 100px;
    }
  }
  
  .site-header__navigation {
    margin: 0;
    font-weight: bold;
  }
  
  @media screen and (min-width: 1100px) {
    .site-header__navigation {
      font-size: 21.5px;
      padding: 50px 0 10px;
    }
    .site-header__navigation .menu-item {
      float: left;
      /* width: 165px; */
      width: auto;
      /* width: calc((100% - 270px) / 4); */
      text-align: center;
      padding-left: 58px;
    }
    .site-header__navigation .menu-item:first-child{ padding-left: 0;}
    .site-header__navigation .menu-item:nth-child(4) {
      margin-left:300px;
    }
    .site-header__navigation--mobile {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 1099px) {
    .site-header__navigation {
      background-color: #e31c60;
      -webkit-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.3) inset;
              box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.3) inset;
      display: none;
      font-size: 17px;
      font-size: 1.13333rem;
    }
    .site-header__navigation a {
      color: white;
      padding: 1em;
    }
    .site-header__navigation--desktop {
      display: none;
    }
  }
  
  .site-header__navigation .menu-item {
    margin: 0;
  }
  
  .site-header__toggle {
    display: inline-block;
    border: 0;
    position: relative;
    font-size: 1.5em;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s;
    color: #3a3a3a;
    padding: 0;
    background-color: transparent;
    background-image: none;
  }
  
  .site-header__toggle[aria-expanded=true] {
    color: white;
    background-color: #e31c60;
  }
  
  @media screen and (min-width: 1100px) {
    .site-header__toggle {
      display: none;
    }
  }
  
  .site-header__toggle:before {
    content: "";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    display: block;
  }
  
  .header-cta {
    background-color: #231f20;
    color: white;
    padding: .5em;
    margin-top: 0;
  }
  
  @media screen and (max-width: 767px) {
    .header-cta {
      font-size: 12px;
    }
  }
  
  .header-cta__link, .header-cta__text {
    float: left;
    width: 50%;
    margin: 0;
  }
  
  .header-cta__text {
    padding-right: 0.5em;
    padding-top: 0.5em;
    line-height: 1.2;
  }
  
  @media screen and (min-width: 768px) {
    .header-cta__text {
      padding: 1em 0.5em;
      width: auto;
    }
  }
  
  .header-cta__link {
    min-width: 0;
  }
  
  @media screen and (min-width: 768px) {
    .header-cta__link {
      float: right;
      width: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .header-cta__link {
      font-size: 1em;
    }
  }
  
  .site-footer {
    margin-top: 0;
    padding: 5em 0 60px;
    text-align: center;
    background-color: #fff7e1;
  }
  
  .site-footer .container {
    width: 637.5px;
  }
  
  .site-footer__navigation {
    text-align: center;
    font-weight: bold;
  }
  
  @media screen and (min-width: 768px) {
    .site-footer__navigation {
      letter-spacing: 2em;
    }
    .site-footer__navigation .menu-item {
      display: inline-block;
      margin: 0;
    }
  }
  
  * + .site-footer__navigation {
    margin-top: 52.5px;
  }
  
  @media screen and (min-width: 768px) {
    * + .site-footer__navigation {
      margin-top: 90px;
    }
  }
  
  .site-footer__navigation .menu-item {
    letter-spacing: 0;
  }
  
  .footer-cta__text h2 {
    font-weight: 700;
  }
  
  @media screen and (min-width: 768px) {
    .footer-cta__text h2 {
      font-size: 37.5px;
    }
  }
  
  * + .footer-cta__link {
    margin-top: 2em;
  }
  
  * + .footer-logo {
    margin-top: 52.5px;
  }
  
  @media screen and (min-width: 768px) {
    * + .footer-logo {
      margin-top: 45px;
    }
  }
  
  .footer-logo__name {
    color: black;
  }
  
  .footer-logo__subtitle {
    margin-top: 0;
  }
  
  .footer-logo__logo {
    display: block;
  }
  
  * + .footer-logo__logo {
    margin-top: 1em;
  }
  
  .form-label--visible {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
  }
  
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 select,
  .wpcf7 textarea, .w2llead .w2linput:not(.submit) {
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
    padding: .55em;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f3f6f6;
    color: #404040;
    -webkit-box-shadow: 1px 2px 0 #e7e9e9 inset;
            box-shadow: 1px 2px 0 #e7e9e9 inset;
    font-size: 17.71px;
    font-size: 1.18067rem;
  }
  
  .wpcf7 input:focus[type="text"],
  .wpcf7 input:focus[type="email"],
  .wpcf7 select:focus,
  .wpcf7 textarea:focus, .w2llead .w2linput:focus:not(.submit) {
    color: black;
  }
  
  .w2llead .w2linput.select:not(.submit) {
    background-image: none;
  }
  
  .wpcf7 textarea.wpcf7-form-control, .w2llead .w2linput.textarea:not(.submit) {
    min-height: 112.5px;
  }
  
  .w2llead .w2linput.checkbox:not(.submit) {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    display: inline-block;
  }
  
  .wpcf7 * + * {
    margin-top: 0;
  }
  
  .wpcf7 p + p {
    margin-top: 1em;
  }
  
  .wpcf7 .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
  
  .wpcf7-form-control-wrap {
    display: block;
  }
  
  .wpcf7 .wpcf7-not-valid-tip {
    background-color: #e31c60;
    color: white;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    padding: .25em;
    font-size: .9em;
    border-radius: 3px;
  }
  
  .wpcf7 .wpcf7-not-valid-tip:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #e31c60;
    position: absolute;
    top: 100%;
    right: 5px;
  }
  
  .wpcf7 .wpcf7-validation-errors,
  .wpcf7 .wpcf7-mail-sent-ok {
    background-color: #e31c60;
    color: white;
    border-radius: 3px;
    font-style: italic;
    border: none;
    margin: 0;
    margin-top: .5em;
  }
  
  .wpcf7 .wpcf7-mail-sent-ok {
    background-color: #e31c60;
  }
  
  .wpcf7 .ajax-loader {
    display: block;
    margin: .5em auto;
  }
  
  .w2llead * + * {
    margin-top: 0;
  }
  
  .w2llead .sf_field + .sf_field {
    margin-top: 1.5em;
  }
  
  @media screen and (min-width: 1140px) {
    .w2llead .sf_type_multi-select:after {
      content: "CTRL + Click to select multiple items";
      font-size: .75em;
      font-style: italic;
    }
    .mac .w2llead .sf_type_multi-select:after {
      content: "⌘ + Click to select multiple items";
    }
  }
  
  .w2llead .w2lsubmit {
    margin-top: 1.5em;
  }
  
  .w2llead .error_message {
    color: #e31c60;
    font-size: .75em;
  }
  
  @media screen and (min-width: 768px) {
    .contact-form h5 {
      padding-left: 25%;
    }
    .contact-form form {
      position: relative;
      padding-left: 25%;
    }
    .contact-form form .instructions {
      position: absolute;
      top: 0;
      left: 0;
      width: 20%;
    }
  }
  
  .single-post .entry-title {
    text-align: center;
  }
  
  .nav-links {
    text-align: center;
  }
  
  @media screen and (min-width: 768px) {
    .nav-links .nav-previous,
    .nav-links .nav-next {
      width: 50%;
      margin: 0;
    }
    .nav-links .nav-next {
      float: right;
      text-align: right;
    }
    .nav-links .nav-previous {
      float: left;
      text-align: left;
    }
  }
  
  .nav-links .nav-previous a:before, .nav-links .nav-previous a:after,
  .nav-links .nav-next a:before,
  .nav-links .nav-next a:after {
    margin: 0 .5em;
  }
  
  
  .nav-links .nav-next a:after {
    content: "→";
    margin-right: 0;
  }
  
  .nav-links .nav-previous a:before {
    content: "←";
    margin-left: 0;
  }
  
  .page-banner {
    text-align: center;
    padding: 86.25px 0 37.5px;
    font-weight: bold;
    line-height: .9;
    margin-top: -82.5px;
    position: relative;
    z-index: -1;
    background-color: white;
    font-weight: 700;
    min-height: 24em;
    background-size: cover;
    background-position: center;
  }
  
  @media screen and (min-width: 1100px) {
    .page-banner {
      padding: 160px 0 95px;
      min-height: 525px;
      font-size: 22.5px;
      margin-top: -97.5px;
    }
  }
  
  .page-banner:after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  
  .page-banner .wpb_column {
    z-index: 3;
    position: relative;
  }
  
  .inline-border {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding-top: 0;
  }
  
  .inline-border-containter {
    min-height: 0;
    padding-top: 0 !important;
  }
  
  .feature-image .vc_single_image-wrapper,
  .feature-image .vc_figure,
  .feature-image img {
    width: 100%;
  }
  
  .feature-image * {
    margin-top: 0;
  }
  
  .vc_tta.vc_general .vc_tta-panel-title > a {
    color: inherit !important;
  }
  
  .vc_toggle {
    background-color: white;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
  }
  
  .vc_toggle_title {
    position: relative;
    padding: .5em 1em;
    padding-left: 2em;
  }
  
  .vc_toggle_title > h4 {
    vertical-align: middle;
    font-size: 20px;
  }
  
  .vc_toggle_title:before {
    content: "+";
    vertical-align: middle;
    position: absolute;
    left: 1em;
    top: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    font-weight: bold;
    color: #666;
  }
  
  .vc_toggle_active .vc_toggle_title:before {
    content: "‒";
  }
  
  .vc_toggle .vc_toggle_icon {
    display: none;
  }
  
  .vc_toggle_content {
    margin-top: 0;
    border-top: 1px solid #f0f0f0;
    padding: 1em 2em;
    font-weight: 400;
  }
  
  .woocommerce #main .products ul,
  .woocommerce #main ul.products,
  .woocommerce-page #main .products ul,
  .woocommerce-page #main ul.products {
    margin-bottom: 0;
    margin-left: 0;
  }
  
  .woocommerce #main .products ul li.product,
  .woocommerce #main ul.products li.product,
  .woocommerce-page #main .products ul li.product,
  .woocommerce-page #main ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
  }
  
  .woocommerce #main .products ul li.product a,
  .woocommerce #main ul.products li.product a,
  .woocommerce-page #main .products ul li.product a,
  .woocommerce-page #main ul.products li.product a {
    color: inherit;
  }
  
  .woocommerce #main .products ul li.product h3,
  .woocommerce #main ul.products li.product h3,
  .woocommerce-page #main .products ul li.product h3,
  .woocommerce-page #main ul.products li.product h3 {
    padding: 0;
  }
  
  .featured-products {
    padding-top: 0 !important;
  }
  
  .featured-products__heading {
    position: relative;
    background-color: #10bed2;
    color: white;
    padding: 42px 10px;
    text-align: center;
  }
  
  .featured-products__heading::before, .featured-products__heading::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    left: 0;
  }
  
  .featured-products__heading::before {
    top: 10px;
  }
  
  .featured-products__heading::after {
    bottom: 10px;
  }
  
  .featured-product {
    display: inline-table;
    width: 50%;
    margin: 0;
    height: 50vw;
    vertical-align: top;
    background-color: #e31c60;
    background-size: cover;
    background-position: center;
  }
  
  .featured-product:hover .featured-product__name, .featured-product:active .featured-product__name, .featured-product:focus .featured-product__name, .featured-product--hover .featured-product__name {
    opacity: 1;
  }
  
  @media screen and (min-width: 768px) {
    .featured-product {
      width: 16.66667%;
      height: 16.66667vw;
    }
  }
  
  .featured-product__name {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: white;
    opacity: 0;
    padding: 0.5em;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: rgba(227, 28, 96, 0.8);
  }
  
  .product-section {
    text-align: center;
    margin: 3em 0;
  }
  
  @media screen and (min-width: 768px) {
    .product-section {
      margin: 5em 0;
    }
  }
  
  .product-section__title {
    color: white;
    padding: 0.5em;
    margin-bottom: 1.5em;
    background-color: #10bed2;
  }
  
  .product-section--scoop-shop .product-section__title {
    background-color: #10bed2;
  }
  
  .product-section--smoothies-milkshakes-events .product-section__title {
    background-color: #ed1163;
  }
  
  .product-section--smoothie-bases .product-section__title {
    background-color: #ed1163;
  }
  
  .product-section--milkshake-bases .product-section__title {
    background-color: #ed1163;
  }
  
  .product-section--novelties .product-section__title {
    background-color: #ed1163;
  }
  
  .product-section--special-diets .product-section__title {
    background-color: #89dc65;
  }
  
  .product-section--dairy-free .product-section__title {
    background-color: #89dc65;
  }
  
  .product-section--low-fat-no-sugar-added-ice-cream .product-section__title {
    background-color: #89dc65;
  }
  
  @media screen and (min-width: 768px) {
    .product-section__list {
      overflow: hidden;
    }
    .product-section--scoop-shop .product-section__list {
      -webkit-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 1em;
              column-gap: 1em;
    }
    .product-section--scoop-shop .product-section__list .products {
      -webkit-column-break-before: avoid;
              break-before: avoid;
    }
  }
  
  .product-section__list h4 {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  
  .product-section__list h4 + .products {
    margin-top: .5em;
  }
  
  .product-section__list a {
    color: inherit;
    font-weight: normal;
    font-family: inherit;
  }
  
  @media screen and (min-width: 768px) {
    .product-group {
      width: 33.33%;
      float: left;
      margin: 0;
    }
  }
  
  .product-group:last-child {
    -webkit-column-break-after: auto;
            break-after: auto;
  }
  
  .back-to-shop-link {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.06667rem;
  }
  
  @media screen and (min-width: 768px) {
    .back-to-shop-link {
      margin-top: 45px;
    }
  }
  
  .back-to-shop-link a:before {
    content: "";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    margin-right: .25em;
  }
  
  .product-meta-wrapper {
    padding: 0 !important;
  }
  
  .product-meta-wrapper .product-data,
  .product-meta-wrapper .nutrition-facts {
    padding: 3em 3%;
  }
  
  @media screen and (min-width: 1280px) {
    .product-meta-wrapper .product-data,
    .product-meta-wrapper .nutrition-facts {
      padding: 5em 12%;
    }
  }
  
  .product-data__item--ids * + * {
    margin-top: .5em;
  }
  
  .product-data__shipping-table {
    line-height: 1;
  }
  
  @media screen and (max-width: 767px) {
    .product-data__shipping-table {
      width: 100%;
    }
  }
  
  .product-data__shipping-table td {
    padding: .5em 1em;
    background-color: white;
  }
  
  .product-data__shipping-table td:first-child {
    padding-left: .75em;
    background-color: #f1f1f1;
    color: #2a2a2a;
    font-weight: bold;
  }
  
  .product-data__shipping-table td:last-child {
    padding-right: .75em;
  }
  
  .product-data__shipping-table tr:nth-child(even) td {
    background-color: #f1f1f1;
  }
  
  .product-data__shipping-table tr:nth-child(even) td:first-child {
    background-color: white;
  }
  
  .page-banner--product {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .page-banner--product .page-banner__image {
    height: 24em;
    background-size: cover;
    background-position: center center;
  }
  
  @media screen and (min-width: 768px) {
    .page-banner--product .page-banner__image {
      height: 525px;
    }
  }
  
  .page-banner--product .page-banner__product-title {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
    color: white;
    padding: 42px 10px;
    text-align: center;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.5;
    font-family: Roboto Slab, Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    background-color: #10bed2;
  }
  
  .product_cat-scoop-shop .page-banner--product .page-banner__product-title {
    background-color: #10bed2;
  }
  
  .product_cat-smoothies-milkshakes-events .page-banner--product .page-banner__product-title {
    background-color: #ed1163;
  }
  
  .product_cat-smoothie-bases .page-banner--product .page-banner__product-title {
    background-color: #ed1163;
  }
  
  .product_cat-milkshake-bases .page-banner--product .page-banner__product-title {
    background-color: #ed1163;
  }
  
  .product_cat-novelties .page-banner--product .page-banner__product-title {
    background-color: #ed1163;
  }
  
  .product_cat-special-diets .page-banner--product .page-banner__product-title {
    background-color: #89dc65;
  }
  
  .product_cat-dairy-free .page-banner--product .page-banner__product-title {
    background-color: #89dc65;
  }
  
  .product_cat-low-fat-no-sugar-added-ice-cream .page-banner--product .page-banner__product-title {
    background-color: #89dc65;
  }
  
  .page-banner--product .page-banner__product-title::before, .page-banner--product .page-banner__product-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    left: 0;
  }
  
  .page-banner--product .page-banner__product-title::before {
    top: 10px;
  }
  
  .page-banner--product .page-banner__product-title::after {
    bottom: 10px;
  }
  
  .page-banner--product .page-banner__product-title h2 {
    color: inherit;
  }
  
  .nutrition-facts {
    text-align: center;
    background-color: #d8eff3;
  }
  
  .product_cat-scoop-shop .nutrition-facts {
    background-color: #d8eff3;
  }
  
  .product_cat-smoothies-milkshakes-events .nutrition-facts {
    background-color: #fbd4d5;
  }
  
  .product_cat-smoothie-bases .nutrition-facts {
    background-color: #fbd4d5;
  }
  
  .product_cat-milkshake-bases .nutrition-facts {
    background-color: #fbd4d5;
  }
  
  .product_cat-novelties .nutrition-facts {
    background-color: #fbd4d5;
  }
  
  .product_cat-special-diets .nutrition-facts {
    background-color: #e8f8df;
  }
  
  .product_cat-dairy-free .nutrition-facts {
    background-color: #e8f8df;
  }
  
  .product_cat-low-fat-no-sugar-added-ice-cream .nutrition-facts {
    background-color: #e8f8df;
  }
  

  .headingText h2, .headingText h3{text-shadow: 1px 2px 1px #747474;}

/* ------ */
.header-cta .container{ }
ul.socialNmu{     list-style-type: none;display: flex;padding: 0;align-items: center; margin:0;}
ul.socialNmu li{ padding: 4px 5px; margin:0;}
ul.socialNmu li a{ 
	font-size: 38px;
    color: #fef7e1;
    width: 31px;
    height: 31px;
    background: #e31c60;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    border-radius: 3px;
    background: #FFF;
} 
ul.socialNmu li a .fa-facebook-square{ color: #e43a61; margin-top:-1px;    margin-left: -1px;}
ul.socialNmu li a  .fa-instagram-square{color: #e43a61;   margin-top:-1px;  margin-left: -1px;}
.header-cta ul.socialNmu{
	list-style-type: none;
    display: flex;
    padding: 0;
    align-items: center;
    margin: 0;
    float: right;
    padding-left: 19px;
}
.header-cta ul.socialNmu li{line-height: normal;}

.site-header__main .socialNmu{ display: none;}

@media screen and (max-width: 767px) {
	.site-header__main ul.socialNmu li a{ background:inherit; }
    .site-header__main .socialNmu{ display: flex;}
    .header-cta ul.socialNmu{ display: none;}
	.site-header__main .socialNmu li{padding: 3px 0px;}
  .site-header__main .socialNmu li a{    font-size: 28px;margin-top: 9px;}
  ul.socialNmu li a .fa-facebook-square,
  ul.socialNmu li a  .fa-instagram-square{    color: #e31c60;}
	.site-header{ position:relative; z-index:999;}
}