/** Yummy Styles **/

@font-face{font-family:social-gothic;
  src:url(../fonts/1dba0a33505dccd565ff6d99c85f3492.woff2) format("woff2"),
  url(../fonts/fe8f898c38c37aa498c7d48f95d3488c.woff) format("woff"),
  url(../fonts/d3bb0a1fd5b699a2ed2e7f49cd0f1bda.ttf) format("truetype");
  font-weight:600;font-style:normal
}

/* @font-face {font-family:"folk-solid";
  src:url("../fonts/Folksolid.eot?") format("eot"),
  url("../fonts/Folksolid.woff") format("woff"),
  url("../fonts/Folksolid.ttf") format("truetype"),
  url("../fonts/Folksolid.svg#Folk-solid") format("svg");
  font-weight:normal;font-style:normal;
} */

/* wow */
  .wow{visibility:hidden;}

/* -------------------------------------
  Normalize
  ----------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }[hidden] { display: none; }
  html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;background: #604099;}
  html.audio{margin-top: 0px !important;}
  html, button, input, select, textarea {font-family: 'Montserrat', sans-serif;color: #222;}
  body { margin: 0; font-size: 1em; line-height: 1.4; }
  ::-moz-selection { background: #2fbdff; color: #fff; text-shadow: none; }
  ::selection { background: #2fbdff; color: #fff; text-shadow: none; }
  a {color: #604099;text-decoration: none;}
  a:visited {color: #604099;}
  .no-touch a:hover {filter: alpha(opacity=75);opacity: 0.75;}
  a:focus { outline: none; }
  b, strong { font-weight: bold; }
  dfn { font-style: italic; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  small {font-size: 75%;}
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%;height:auto;}
  .content img{
    border-radius: 5px;
}
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }
  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }
  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }


/* Flex layout Helpers
  ----------------------------- */
  .flex{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;box-sizing: border-box;}
  .flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
  .flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
  .flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
  .flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
  .flex-grow-none{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;}
  .flex-shrink{-ms-flex-negative:1;flex-shrink:1;}
  .flex-shrink-none{-ms-flex-negative:0;flex-shrink:0;}
  .flex-space-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .flex-align-right{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-start{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-center{-webkit-box-align: center;-ms-flex-align: center;-ms-grid-row-align: center;align-items: center;}
  .flex-justify-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

/* Helpers
  ----------------------------- */
  .hidden { display: none !important; visibility: hidden; }

/* Wrap
  --------------------------- */
  .wrap{position: relative;z-index: 2;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;background: #f1f1f1;background-image: url(../img/falling_leaves5.jpg);background-size: cover;background-attachment: fixed;}
  .nav-open .wrap{-webkit-transform: translate(-270px, 0px);-moz-transform: translate(-270px, 0px);-o-transform: translate(-270px, 0px);-ms-transform: translate(-270px, 0px);transform: translate(-270px, 0px);box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.14);}

  @media screen and (max-width:1024px){
    .wrap{
    background-image: none;
}  
  }

/* Inner
  --------------------------- */
  .inner{max-width: 1500px;padding: 0 7%;margin:0 auto;position: relative;}
  .inner-900{max-width:900px;}
  .inner-700{max-width:700px;}
  .inner.wide{max-width: 100%;padding: 0 60px;}
  .inner.medium{max-width: 1400px;}
  .inner.thin{max-width: 1200px;}

/* Grid
  ------------------------ */
  *, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

  .col-1-1 {width: 100%;}
  .col-1-2 {width: 50%;}
  .col-1-3 {width: 33.33%;}
  .col-2-3 {width: 66.66%;}
  .col-1-4 {width: 25%;}
  .col-2-4 {width: 50%;}
  .col-3-4 {width:75%;}

  .grid.column-2{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .tiles .grid.column-2{
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
  .grid.column-2 .col{width: 48%;margin: 0 1% 30px;}
  .grid.column-2.tight .col{width: 49%;margin: 0 0.5% 10px;}
  .grid.column-2.no-gutter .col{width: 50%;}

  .grid.column-3{display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
  .grid.column-3 .col{width: 31.33%;margin: 0 1% 30px;}
  .grid.column-3.tight .col{width: 32.33%;margin: 0 0.5% 10px;}
  .grid.column-3.no-gutter .col{width: 33.33%;}

  .grid.column-4{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -0.5%;}
  .grid.column-4 .col{width: 23%;margin: 0 1% 30px;}
  .grid.column-4.tight .col{width: 24%;margin: 0 0.5% 10px;}
  .grid.column-4.no-gutter .col{width: 25%;}

  @media screen and (max-width:1300px){
    .grid.column-4 .col{width: 31.33%;margin: 0 1% 30px;}
    .grid.column-4.tight .col{width: 32.33%;margin: 0 0.5% 10px;}
  }
  @media screen and (max-width:980px){
    .grid.column-4 .col,.grid.column-3 .col{width: 48%;margin: 0 1% 30px;}
    .grid.column-4.tight .col,.grid.column-3.tight .col{width: 49%;margin: 0 0.5% 10px;}
  }
  @media screen and (max-width:630px){
    .grid.column-2 .col,
    .grid.column-2.tight .col{width: 100%;margin: 0 0% 20px;}
  }
  @media screen and (max-width:530px){
    .grid.column-4 .col,.grid.column-3 .col,
    .grid.column-4.tight .col,.grid.column-3.tight .col{width: 100%;margin: 0 0% 20px;}
  }


/* Typography
  ------------------------ */
  body{font-size:1em;font-family: 'Montserrat', sans-serif;line-height: 1.375em;overflow-x: hidden;}
  body.admin-bar{/* padding-top: 32px; */}
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.8em;font-family: social-gothic, sans-serif;font-weight:400;text-transform:uppercase;}
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{margin-top:0px;}
  h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty,p:empty{display:none;}

  h1{font-size: 5em;line-height: 1.05em;margin-bottom: 0.4em;}
  h2{font-size: 3em;line-height: 1.4em;margin-top: 0px;}
  h3{font-size: 2.4em;line-height: 1.25em;}
  h4{font-size: 1.8em;line-height: 1.22em;}
  h5{font-size: 0.8em;line-height: 1.22em;font-family: 'Montserrat', sans-serif;font-weight: 600;letter-spacing: 0.06em;color: #a2a2a2;}
  h4 + h5{margin-top:-7px;}
  h6{font-family: 'Montserrat', sans-serif;font-size: 2em;line-height: 1.4em;font-weight: 700;text-transform: none;}
  p,li{color: #444444;line-height: 1.8em;font-size: 0.9em;}
  p a{font-weight:700;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;}

  blockquote{}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);}

  .heading-purple h2,.heading-purple h3,.heading-purple h6{color:#604099;}

  @media screen and (max-width: 1024px){
    h1{font-size: 5em;line-height: 1.125em;}
    h2{font-size: 2em; line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em; line-height: 1.22em;}
  }
  @media screen and (max-width: 849px){
    body{line-height: 1.25em;}
    h1{font-size: 4em;line-height:1.25em;}
    h2{font-size:1.625em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    h4{font-size: 1.125em;line-height: 1.11em;}
    h5{line-height: 1.11em;}
    h6{font-size:1.2em;}
    p,li{font-size:13px}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }
  @media screen and (max-width: 450px){
    h1{font-size: 2.6em;line-height:1.25em;}
  }

/* Buttons - button groups
  --------------------------- */
  a.button{padding: 12px 21px 16px;background: transparent;font-size: 16px;display: inline-block;line-height: 1em;position: relative;font-family: social-gothic;font-weight: 400;text-transform: uppercase;border: 2px solid;transition: .2s ease all;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0);}
  a.button:hover{filter: alpha(opacity=100);opacity: 1;background: #604099;color: white;border-color: #604099;box-shadow: 0px 22px 19px -5px rgba(0, 0, 0, 0.15);}
  a.button.small{padding: 6px 12px;font-size: 17px;border-left: 0;border-right: 0;border-top: 0;padding: 7px 0;box-shadow: none !important;}
  a.button.small:before{content:' ';display:block;width: 0%;height: 2px;background: #604099;position: absolute;bottom: -2px;transition: 0.3s ease all;}
  a.button.small:hover{background:transparent;color: #604099 !important;border-color: #43d28800;}
  a.button.small:hover:before{width:100%;}
  a.button.round{border-radius: 100px;}
  a.button.rounded{border-radius: 4px;}
  a.button.ghost{background:transparent;border: 2px solid;}
  .button-group{margin:2em 0;}
  .button-group a{margin: 0 10px 5px 0px;}
  .button-group:last-child{margin-bottom:0;}
  .button-group a:first-child:last-child{margin-right:0px;}

  .intro.intro-video a.button{color:white;font-size: 20px;}
.intro.intro-video a.button:hover{background: white;color: #604099;border-color: white;}

a.anchor-down{position: absolute;bottom: 0px;color: white;display: block;width: 50px;height: 50px;background: rgba(255, 255, 255, 0.2);border-radius: 25px;text-align: center;line-height: 50px;font-size: 27px;font-weight: normal;margin: auto;left: 0;right: 0;bottom: 30px;}

/* Icons
  --------------------------- */
  i[class*="icon"]{font-family: 'framework';cursor:pointer;}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}
  i.icon-play{position: absolute;color: white;left: 0;right: 0;margin: auto;top: 0;bottom: 0;font-size: 5.625em;width: 97px;height: 90px;line-height: 90px;cursor: pointer;}

/* Backgrounds
  --------------------------- */
  .bg-white{background: white;}
  .bg-black{background:black;}
  .bg-grey{background: #F5F5F5;}
  .bg-blue{background: #89d1bd;background-image: linear-gradient(150deg, #89d1bd 0%, #81cbd4 100%);}
  .bg-red{background: #e0163e;background-image: linear-gradient(150deg, #e0163e 0%, #e0163e 100%);}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .background-image:before{content:' ';display:block;position: absolute;background-color: rgba(0,0,0,0.3);width: 100%;height: 100%;left: 0;top: 0;}
  .background-image.no-overlay:before{display:none;}


/* Intro
  --------------------------- */
  .intro{}
  .intro-home{}
  .intro-video .inner{padding: 230px 7% 150px;}
  .intro-default{}
  .intro-default .inner{padding: 100px 7% 60px;}
  .intro-copy{}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;}

  .intro-plain .inner{padding: 170px 0px 30px;text-align: center;}
  .intro-plain .intro-copy{margin: 0 auto;}

  
  .intro-video a.popup-video{width: auto;height: auto;right: 34%;top: 50%;}

  .single-fruit{}
  .single-fruit .intro-default{background-color: #89d1bd;background-image: linear-gradient(150deg, #89d1bd 0%, #81cbd4 100%);}
  .single-fruit .intro-default:before{display:none;}
  .single-fruit .intro-default > .inner{padding-top: 170px;}
  .single-fruit .intro-default + .columns{padding-top: 60px;}
  .single-fruit .intro-default .intro-copy{width:100%;max-width:100%;}
  .single-fruit .intro-default .intro-copy img.foreground-image{margin: -50px auto -180px;display: block;position: relative;z-index: 1;}
  .single-fruit .intro-default .intro-copy h1{margin-bottom:0px;position:relative;}
  .single-fruit .intro-default .intro-copy h1:after{content:' ';width:60px;background: #ffffff;height:3px;display:block;bottom: -36px;position: absolute;}
  img.foreground-image {width: 502px;margin-bottom: -180px;}

  .single-fruit .intro-default + .columns + .single-column{background:transparent;}
  .single-fruit .intro-default + .columns + .single-column > .inner{max-width: 1080px;}
  .single-fruit .intro-default + .columns + .single-column + .recipe-tiles .inner{padding: 0 7%;}

  .recipe-tiles.singular .grid{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .recipe-tiles.singular .grid .tile{}

  @media screen and (min-width:1280px){
    .intro.background-image{/* background-attachment: fixed; */}
    .intro-video a.popup-video i.icon-play{font-size: 7.625em;}
    .single-fruit .intro-default .intro-copy h1{font-size: 6.6em;max-width: 640px;}
  }
  @media screen and (min-width:1025px){
    .home .intro-copy h1{font-size:7em;}
  }
  @media screen and (max-width:1200px){
    .intro-video a.popup-video{bottom: 80px;top: initial;right: 130px;}
  }
  @media screen and (max-width:800px){
    .intro-home .inner{padding: 120px 7%;}
    .intro-default .inner{padding: 80px 7% 40px;}
    .intro-video a.anchor-down{display:none;}
    .intro-video a.popup-video{right: 70px;bottom: 70px;}
    .intro-video a.popup-video i.icon-play{font-size: 42px;width: 45px;height: 45px;}
    .intro-plain .intro-copy{padding:0 30px;}
  }
  @media screen and (max-width:660px){
    .single-fruit .intro-default .intro-copy img.foreground-image{  margin: 0 auto -120px;    }
  }
  @media screen and (max-width:450px){
    .intro-home .inner{padding: 60px 7%;}
    .intro-default .inner{padding: 50px 7% 20px;}
    .intro-video .inner{padding: 140px 7% 80px;}
    .intro-plain .inner{padding: 140px 0px 0;}

  }

/* video background sections
  --------------------------- */
  .bg-vid-parent{height: 100vh;position: relative;z-index: 1;overflow: hidden;width: 100%;overflow-x: hidden;}
  .bg-video {display: block;position: absolute;width: 100%;z-index: -1;top: 0;left: 0;pointer-events: none;}
  .bg-video[style*="display"]{opacity:1;}
  .bg-vid-parent .inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
  .bg-vid-parent .inner > .intro-copy{}

  @media screen and (max-width:1099px){
    .bg-video{display:none;}
  }
  @media screen and (max-width:600px){
    .bg-vid-parent{height:auto;}
  }



/* Tables
  --------------------------- */
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb;width: 100%;}
  table td,table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:0.5em 1em}
  table th{border-bottom:1px solid #cbcbcb;font-weight: 700;}
  table td:first-child,table th:first-child{border-left-width:0}
  table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
  table tr:nth-child(2n-1) td{background-color:#f8f8f8}
  table td{border-bottom:1px solid #cbcbcb}

/* Dividers
  --------------------------- */
  hr {display: block;height: 1px;border: 0;border-top: 1px solid #E4E4E4;margin: 1em 0;padding: 0;}
  hr.divider{margin: 3em 0;}
  .dark hr{border-top: 1px solid rgba(255,255,255,0.2);}

/* Section header
  --------------------------- */
  .section-header{padding-bottom:1px;}
  .section-head{margin-bottom: 50px;position:relative;}
  .columns .section-head{margin-bottom: 20px;position:relative;}
  .section-head.center{margin-left:auto;margin-right:auto;max-width: 760px;text-align: center;}
  .section-head h2,.section-head h3,.section-head h4,.section-head h5{margin-top: 10px;margin-bottom: 20px;/* color: #604099; */}  .dark .section-head h2,.dark .section-head h3,.dark .section-head h4,.dark .section-head h5,
  .section-head.dark h2,.section-head.dark h3,.section-head.dark h4,.section-head.dark h5{color: white;}
  .section-head.center .button-group{position:relative;margin: 2em 0 0;}

  @media screen and (min-width:650px){
    .section-head .button-group{position:absolute;right:0px;margin: 0;bottom: 0;}
    .section-head.center h2:after{content:' ';display:block;width: 60px;height:4px;background: #604099;margin: 20px auto;}
    .dark .section-head.center h2:after{
    background: rgb(255, 255, 255);
}
  }
  @media screen and (max-width:650px){
    .section-head{margin-bottom:20px;}
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom:20px;}
  }


/* Single Column
  --------------------------- */
  .single-column{background: white;}
  .single-column h2{}
  .single-column > .inner{padding: 40px 7% 40px;max-width: 900px;}
  .single-column.form > .inner,
  .single-column.heading-purple > .inner{max-width: 1110px;/* padding-bottom: 30px; *//* padding-top: 30px; */}
  .single-column.wide > .inner{max-width: 1500px;padding: 70px 7% 60px;}
  .single-column.columns-follow > .inner{padding: 70px 7% 20px;}

  .testimonials + .single-column > .inner{padding: 10px 7% 40px;}
  .single-column blockquote{font-family: 'Montserrat', sans-serif;line-height: 1.4em;font-weight: 700;text-transform: none;padding: 0;margin: 0 -24% 20px;text-align: center;}
  .single-column blockquote p{color: #604099;font-size: 2em;}
  .single-column blockquote p:last-child{margin: -36px 0 0 0;}
  .single-column blockquote em{font-style: normal;font-size: 13px;}

  @media screen and (max-width:1180px){
    .single-column blockquote{margin: 0 -7% 22px;}
  }
  @media screen and (max-width:960px){
    .single-column blockquote{margin: 0 0% 30px;}
    .single-column blockquote p{font-size: 25px;}
  }
  @media screen and (max-width:849px){
    .single-column blockquote p{font-size: 20px;}
    .single-column blockquote p:last-child{margin: 0px 0 0 0;}
  }
  @media screen and (max-width:600px){
    .testimonials + .single-column > .inner{padding-bottom:20px;}
    .single-column > .inner{padding: 30px 7% 20px;}
    .single-column blockquote p{font-size: 16px;}
  }


/* Tabs
  --------------------------- */
  ul.tabs{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul.tabs li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .no-touch ul.tabs li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul.tabs li.current{border-bottom: 2px solid #15CD52;}
  .no-touch ul.tabs li.current:hover{filter: alpha(opacity=100); opacity: 1;}
  .tab-content{display: none;}
  .tab-content.current{display: inherit;}


/* Accordions
  -------------------------- */
  .accordions{}
  .accordions > .inner{padding: 60px 7%;}
  .accordions .section-head{margin-bottom: 20px;}
  .accordion-head {cursor: pointer;padding: 12px 62px 12px 20px;margin: 0px 0px -2px 0px;border: 2px solid #eee;      position: relative;font-size: 16px;}
  .accordion-head:hover{background: white;}
  .accordion-head:before{content: 'd';font-family: 'framework';position: absolute;right: 17px;font-size: 12px;top: 15px;}
  .accordion-head.open:before{content: 'e';}
  .accordion-body {display: none;background: rgb(255, 255, 255);padding: 5px 20px;border: 2px solid #eee;margin-bottom: 10px;}
  .accordion-body.default {display: block;}


/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 10px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 12px;position: relative;font-size: 11px;color: rgb(162, 162, 162);font-weight: bold;}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block; content: '>';position: absolute;right: -11px;font-size: 9px;}
  .breadcrumbs li:last-child:before{display:none;}
  .breadcrumbs li a{/* color:white; */font-weight: 700;}
  .intro-default .breadcrumbs li, .intro-default .breadcrumbs li a{color:white;}


/* WP - image styles
  --------------------------- */
  img.alignright { float: right; margin: 0 0 1em 1em;max-width: 36%;}
  img.alignleft {float: left;margin: 0 30px 20px 0;max-width: 27%;}
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft {float: left;}
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .wp-caption .wp-caption-text{font-size: 12px;}
  .alignleft.wp-caption{margin: 10px 20px 10px 0px;max-width: 100%;max-width: 50%;}
  .alignright.wp-caption{margin: 10px 0px 20px 20px;}
  .wp-caption img{margin-bottom: 10px;}


/* Tiles
  --------------------------- */
  .tiles{position: relative;}
  .tiles .inner{padding: 60px 7%;/* max-width: 1700px; */z-index: 99;}
  .grid .tile{}
  .grid .tile img{width:100%;}
  .grid .tile.shadow{overflow: hidden;border-radius: 2px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);background-color: white;}
  .grid .tile-copy{padding: 25px;background:white;}
  .bg-white .grid .tile.shadow{}

  .grid .tile-copy.transparent{background: transparent;}
  .grid .tile-copy *:first-child{margin-top:0px;}
  .grid .tile-copy.transparent{padding: 25px 0px 0px;}
  .grid .tile-copy p{font-size: 0.84em;}
  .tile-copy p:last-child{margin-bottom:0px;}

  .fruit-slider{position:relative;}
  .fruit-slider:before{content:' ';display:block;width: 160px;height: 92px;position: absolute;background-image: url(../img/leaf.png);background-size: 100%;left: 4%;top: -30px;transform: rotate(23deg);}
  .fruit-slider:after{content:' ';display:block;width: 160px;height: 172px;position: absolute;background-image: url(../img/leaf2.png);background-size: 100%;right: 4%;bottom: -60px;transform: rotate(83deg);}

  .store-tiles .tile{}
  .store-tiles .tile-copy{text-align:center;}
  .store-tiles .tile h4{margin: 0 0 0.3em 0;}

  .fruit-category + .recipe-tiles > .inner{padding-top:20px;padding-bottom: 10px;}

  .tile .post-thumbnail a{display:block;min-height: 230px;background-size: cover;background-position: center;}
  .tile .post-thumbnail a img{display:none;}

  @media screen and (max-width:1300px) and (min-width:981px){
    .store-tiles .grid.column-4 .col{
    width: 23%;
    margin: 0 1% 30px;
}  
  }

  @media screen and (max-width:530px){
    .tile .post-thumbnail a{background:transparent !important;min-height: 0;}
    .tile .post-thumbnail a img{display:block;border-radius:0px;}
  }


  @media screen and (max-width:1024px){
    .fruit-slider.tiles .inner{padding: 30px 0 50px;}
  }

  @media screen and (max-width:849px){
    .fruit-slider .slick-dotted.slick-slider{padding-bottom: 0;}
    .tiles .inner{padding: 30px 7% 50px;}
    .fruit-slider.tiles .inner{padding: 30px 0 50px;}
    .fruit-slider:before,
    .fruit-slider:after{display:none;}
  }

  /* blog-tiles */
  .blog-tiles .tile-slider-group .col.shadow{}
  .blog-tiles .col.shadow h4{font-size: 24px;}
  .blog-tiles .col.shadow h5{color: #a2a2a2;}
  .blog-tiles .tile-slider-group .col.shadow h4 a{color: #222;}
  .blog-tiles .tile-slider-group .col.shadow span.date-meta{color: #a2a2a2;margin: -0.5em  0 0.4em;display: block;font-size: 0.8em;line-height: 1.22em;font-family: 'Montserrat', sans-serif;font-weight: 600;letter-spacing: 0.06em;text-transform: uppercase;}
  .blog-tiles .tile-slider-group .col.shadow p,
  .blog-tiles .col.shadow p{font-weight: 500;}
  .blog-tiles .col.shadow a.button{color: #604099;}
  .blog-tiles .slick-dots{position:relative;margin-bottom:10px;}

  .content.blog.category{padding: 30px 0px;}

  @media screen and (max-width:650px){
    .tiles .inner{padding: 30px 7% 12px;}
    .grid .tile-copy{padding: 16px;}
    .blog-tiles .col.shadow h4{font-size: 1.125em;}
    .grid .tile-copy p{font-size: 12px;}
  }




/* Cards
  --------------------------- */
  .cards{}
  .cards .inner{padding: 60px 7% 50px;}
  .grid .card{position: relative;margin-bottom: 20px;}
  .grid .card .button-group{margin:0px;}
  .card img{width: 100%;display:none;}
  .card .tile-copy{position: absolute;bottom: 0px;background: transparent;}
  .card .tile-copy a{color:white;}
  .card.background-image:before{background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0.65) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
  .card .date-meta{font-size: 12px;margin: -8px 0 -6px;display: block;}

  @media screen and (min-width:850px){
    .grid .card{min-height: 330px;margin-bottom: 20px;}
  }
  @media screen and (max-width:849px){
    .grid .card{min-height: 300px;}
    .card{min-height:0px;}
    .card img{width: 100%;}
    .cards .inner{padding: 30px 7%;}
  }
  @media screen and (max-width:600px){
    .grid .card{margin-bottom: 15px !important;}
  }
  @media screen and (max-width:460px){
    .card img{width: auto;height: 330px;}

  }


/* Alternating
  --------------------------- */
  .alternating{}
  .alternating > .inner{max-width: 1500px;padding: 60px 7%;}
  .alternating .grid:not(:last-child){margin-bottom:50px;}
  .alternating img{width:100%;}
  .alternating .map_embed{padding-bottom: 5%;overflow: hidden;box-shadow: 0px 3px 30px -11px #000000ab;}
  .alternating .grid.column-2 .col{width: 45%;}
  .alternating .grid.column-2:last-child .col{margin-bottom:0 !important;}
  .alternating .grid:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}

  @media screen and (min-width:850px){
    .alternating img + p{font-size:12px;margin-bottom: -22px;}
  }

  /* Responsive video */
  .video-wrapper{position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
  .video-wrapper iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

  @media screen and (min-width:850px){

  }
  @media screen and (min-width:701px) and (max-width:980px){
    .alternating .grid.column-2 .col:first-child{width: 55%;margin: 0 0 0 -5%;}
    .alternating .grid:nth-child(even) .col:first-child{margin: 0 -5% 0 0;}
  }
  @media screen and (max-width:849px){
    .alternating > .inner{padding: 30px 7%;}
    .alternating img{margin-bottom: 10px;}
  }
  @media screen and (max-width:700px){
    .alternating .grid.column-2 .col{width:100%;}
  }

/* Alternating - Flex
  --------------------------- */
  .alternating-flex{}
  .alternating-flex > .inner{max-width:100%;padding: 0;}
  .alternating-flex .section-head{margin-bottom: 30px;}
  .alternating-flex .grid.column-2{-webkit-box-align: stretch;-ms-flex-align: stretch;-ms-grid-row-align: stretch;align-items: stretch;}
  .alternating-flex .grid.column-2 > .col{margin-bottom:0px;}
  .alternating-flex .col-text{background: #f5f5f5;padding: 80px 7% 100px;}

  .img-bg-swap{}
  .alternating-flex .img-bg-swap img{display: none;}
  a.popup-video{position: absolute;width: 100%;height: 100%;background: rgba(45, 45, 45, 0.17);}

  @media screen and (min-width:920px){
    .alternating-flex .grid:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  }
  @media screen and (max-width:919px){
    .alternating-flex .grid.column-2{-webkit-box-align: baseline;-ms-flex-align: baseline;-ms-grid-row-align: baseline;align-items: baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .alternating-flex .grid.column-2 .col{width:100%;}
    .alternating-flex .background-image.img-bg-swap{background-image:none !important;}
    .alternating-flex .img-bg-swap img{display: block;width:100%;}
    .alternating-flex .grid.column-2 .col{margin-bottom:0px;}
    .alternating-flex .col-text{padding: 30px 7% 40px;}
  }




/* Slick slider
  --------------------------- */
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,.slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{display: none;float: left;height: 100%;min-height: 1px;outline: none;}
  .slick-slide.vheight-70{height:70vh;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{display: block;}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}

  /* Dots */
  .slick-dots{position: absolute;bottom: -22px;z-index: 9;width:100%;text-align:center;margin:0px;padding:0px;}
  .slick-dots button{background: rgba(0, 0, 0, 0.18);}
  .slick-dots li{font-size:0px;display:inline-block;margin: 0 5px;}
  .slick-dots button{border: 0px;width: 20px;height: 7px;display: block;border-radius: 20px;padding: 0px;outline: none;}
  .slick-dots li.slick-active{}
  .slick-dots li.slick-active button{background: #8865c5;}
  .dark .slick-dots li.slick-active button{background: #ffffff;}
  .slick-dotted.slick-slider {margin-bottom: 0px;padding-bottom: 20px;}

  @media screen and (max-width:450px){
    .slick-dots button{}
  }

  /* Arrows */
  .slick-prev,
  .slick-next{font-size: 0;line-height: 0;position: absolute;top: calc(50% - 12px);display: block;width: 20px;height: 20px;margin-top: -10px;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: transparent;z-index: 1;width: 50px;height: 50px;background: rgb(96, 64, 153);border-radius: 25px;text-align: center;line-height: 50px;font-size: 27px;transition: .2s ease all;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0);}
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background-color: #7e54c7;box-shadow: 0px 22px 19px -5px rgba(0, 0, 0, 0.15);}
  .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}
  .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{/* opacity: .25; */}
  .slick-prev:before,.slick-next:before{font-size: 27px;line-height: 1;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font: normal normal normal 24px/1 "Material Design Icons";margin: auto;padding: 0 12px;}
  .slick-prev{left: -80px;}
  [dir='rtl'] .slick-prev{right: -25px;left: auto;}
  .slick-prev:before{content: "\F141";}
  [dir='rtl'] .slick-prev:before{content: '>';}
  .slick-next{right: -80px;}
  [dir='rtl'] .slick-next{right: auto;left: -25px;}
  .slick-next:before{content: "\F142";padding: 0 14px;}
  [dir='rtl'] .slick-next:before{content: '<';}

  .slick-disabled{opacity: 0.3;}

  @media screen and (max-width:1024px){
    .slick-prev, .slick-next{display:none !important;}
  }

  /* Dark slick */
  .slick-dark .slick-dots{bottom: -39px;}
  .slick-dark .slick-dots button{background: rgba(0, 0, 0, 0.25);}
  .slick-dark .slick-dots li.slick-active button{background: black;}
  .slick-dark .slick-prev{left: -50px;}
  .slick-dark .slick-next{right: -50px;}
  .slick-dark .slick-next:before, .slick-dark .slick-prev:before{color: black;}





/* Blog filter bar
  --------------------------- */
  .blog-filter {background: #FFF;margin-bottom: 30px;overflow: hidden;border-bottom:1px solid #eee;}
  .single .blog-filter{margin-bottom:0px;}
  .blog-filter ul {text-align:center;margin: 0;padding: 10px;}
  .blog-filter li {display:inline-block;margin: 10px 20px;}

  .blog-filter .level-1 {border-bottom: 1px dashed #EEE;margin-bottom: -1px;}
  .blog-filter .level-1 a { padding: 0 0 5px 0;}
  .blog-filter .level-1 a:after { content:"+"; padding-left:5px; }
  .blog-filter .level-1 a.open:after { content:"-"; }

  .blog-filter .level-2 li { font-size:14px; margin:10px; }
  .blog-filter a:hover { opacity:0.8; }
  .blog-filter a span {display:inline-block;font-size:10px;padding:2px 4px;min-width:21px;height:21px;border-radius:100px;background:#EEE;line-height: 19px;}




/* Comments
  --------------------------- */

  .comments-wrapper .navigation{display:none;}
  ol.commentlist {list-style:none;margin:0 0 1em;padding: 20px 0 0;text-indent:0;}
  ol.commentlist li { }
  ol.commentlist li.alt { }
  ol.commentlist li.bypostauthor {}
  ol.commentlist li.byuser {}
  ol.commentlist li.comment-author-admin {}
  ol.commentlist li.comment {padding:1em;border: 1px solid #eee;}
  ol.commentlist li.comment div.comment-author {}
  ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
  ol.commentlist li.comment div.vcard cite.fn a.url {}
  ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
  ol.commentlist li.comment div.vcard img.avatar-32 {}
  ol.commentlist li.comment div.vcard img.photo {}
  ol.commentlist li.comment div.vcard span.says {}
  ol.commentlist li.comment div.commentmetadata {}
  ol.commentlist li.comment div.comment-meta { font-size:9px; }
  ol.commentlist li.comment div.comment-meta a { color:#ccc; }
  ol.commentlist li.comment p {margin:0 0 1em;font-size: 14px;}
  ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
  ol.commentlist li.comment div.reply { font-size:11px; }
  ol.commentlist li.comment div.reply a { font-weight:bold; }
  ol.commentlist li.comment ul.children {list-style:none;margin:1em 0 0;text-indent:0;padding-left: 0px;}
  ol.commentlist li.comment ul.children li {}
  ol.commentlist li.comment ul.children li.alt {}
  ol.commentlist li.comment ul.children li.bypostauthor {}
  ol.commentlist li.comment ul.children li.byuser {}
  ol.commentlist li.comment ul.children li.comment {}
  ol.commentlist li.comment ul.children li.comment-author-admin {}
  ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #eee;margin:0 0 .25em .25em;}
  ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-5 {}
  ol.commentlist li.comment ul.children li.odd {}
  ol.commentlist li.even { background:#fff; }
  ol.commentlist li.odd { background:#f6f6f6; }
  ol.commentlist li.parent {border-left: 5px solid #eee;}
  ol.commentlist li.thread-alt { }
  ol.commentlist li.thread-even {}
  ol.commentlist li.thread-odd {}

  #commentform textarea, #commentform input {background: #EFEFEF;border: 0px;font-size: 12px;padding: 10px 10px;outline: none;width: 100%;}
  #commentform input[type="submit"]{font-size: 12px;padding: 4px 16px;line-height: 26px;width: auto;border: 2px solid #222;background: rgba(0, 0, 0, 0);outline: none;margin-top: 10px;text-transform:uppercase;}
  p.comment-form-url { display:none; }


/* Search page
  --------------------------- */
  .search-results{}
  .search-results article{display:block;float: none;width: 100%;border-bottom: 1px solid white;background: white;padding: 17px 23px 16px;margin: 0px 1% 4px;}
  .search-results article .post-snip{}
  .search-results article h3{margin:0px;font-size: 18px;}
  .search-results article h5.date-meta{margin:5px 0px 0px;}
  .search-results article p{margin: 10px 0px 0px;font-size: 13px;}
  .search-results article img{width: 150px;float: left;margin-right:10px;max-width: 20%;}
  .load-more-wrapper, .navigation{margin: 30px 0px;text-align: center;display: flex;justify-content: center;}
  .navigation{
    border-top: 1px solid #dedede;
    padding-top: 30px;
}
  .navigation > span{
    /* padding: 12px 21px 16px; */
    background: transparent;
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    font-family: social-gothic;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #604099;
    transition: .2s ease all;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0);
    font-size: 0;
    margin: 0 5px;
}
  .navigation > span a {font-size:16px;display:block;line-height: 20px;padding: 12px 21px 16px;}
  .navigation > span:hover{
    background: #604099;
    border-color: #604099;
    box-shadow: 0px 22px 19px -5px rgba(0, 0, 0, 0.15);}
  .navigation > span:hover a{color: white;    filter: alpha(opacity=100);
    opacity: 1;}


  .search p.error{
    background: white;
    width: 100%;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
}

  @media screen and (max-width:450px){
    .search-results article img{float:right;margin-right:0px;}
    .search-results article h3{line-height:1.3em;}
    .search-results article p{font-size:11px;}
  }

/* Footer
  --------------------------- */
  .footer{background: rgb(97, 64, 152);position: relative;}
  .footer .inner{padding: 60px 7% 20px;}
  .footer .social i{color: white;font-size: 27px;display: inline-block;margin: 0 13px 0px 0;}
  .footer-meta{border-top: 1px solid rgba(255, 255, 255, 0.11);margin-top: 30px;font-size: 12px;padding-top: 18px;}
  .footer .footer_meta_text {display: inline-block;}
  .footer p{font-size: 12px;}
  .footer p a{color:white;}
  .footer a{color:white;}
  .footer img{width: 142px;max-width: 100%;}
  .footer h4{font-size: 18px;color: white;}

  @media screen and (min-width:1200px){
    .footer:before{content: ' ';display: block;width: 160px;height: 91px;position: absolute;background-image: url(../img/leaf.png);background-size: 100%;left: 4%;top: -30px;transform: rotate(23deg);}
  }

  @media screen and (max-width:450px){
    .footer .inner{padding: 30px 7% 20px;}
    .footer img{width: 84px;}
  }



/* Slick - Gallery slider
  ------------------------------------ */
  .gallery-slider{padding-bottom: 0 !important;}
  .gallery-slider button.slick-arrow{}
  .gallery-slider button.slick-arrow.slick-prev{left: 30px;}
  .gallery-slider button.slick-arrow.slick-next{right: 30px;}
  .gallery-slider .slick-dots{position:absolute;}
  .gallery-slider img{height: 400px;}
  .gallery-slider .slick-dots{bottom: 16px;}

  .gallery-slider .slick-dots button{
    background: rgba(255, 255, 255, 0.30);
}

  @media screen and (max-width:1024px){
  	.gallery-slider img{height: 300px;}
  }
  @media screen and (max-width:760px){
  	.gallery-slider img{height: 200px;}
  }
  @media screen and (max-width:450px){
  	.gallery-slider img{height: 110px;}
  	.gallery-slider .slick-dots{position: relative;bottom: 0px;background: #ffffff;padding-bottom: 10px;}
  	.gallery-slider .slick-dots button{background: rgba(0, 0, 0, 0.2);}
  }


/* Zoom gallery
	----------------------- */
  .mfp-figure figcaption{position: absolute;width: 100%;height: 100%;bottom: 0;}
  .mfp-figure .mfp-bottom-bar{padding: 14px;background: transparent;}
  .mfp-bottom-bar .mfp-counter{bottom: 23px;right: 0px;}
  .mfp-title .author img.avatar{width: 30px;left: -40px;top: -5px;}
  .mfp-title .author .name{color: white;font-size: 12px;}
  .mfp-title .author .username, .mfp-title .author .time{color: rgba(255, 255, 255, 0.5);}

  .image-source-link {color: #98C3D1;}
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg,
  .mfp-animated-image{opacity: 0;	-webkit-backface-visibility: hidden;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
  .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.9;}
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}
  .mfp-ready .mfp-animated-image{opacity: 1;}

  .mfp-wrap .mfp-arrow{height: auto;width: auto;margin: -26px 0 0 0;}
  .mfp-arrow:before{display:none;}
  .mfp-arrow-right:after, .mfp-arrow-left:after{font-family: framework;font-size: 40px;color: white;width: 50px;height: 50px;display: block;line-height: 46px;position: relative;border: 0px;margin: 0px;}
  .mfp-wrap .mfp-arrow-right{right: 15px;}
  .mfp-wrap .mfp-arrow-left{left: 15px;}

  .mfp-arrow.mfp-arrow-right:after{content: 'j';}
  .mfp-arrow.mfp-arrow-left:after{content: 'i';}

  @media screen and (max-width:450px){
    .mfp-arrow-right:after, .mfp-arrow-left:after{font-size: 20px;}
    .mfp-wrap .mfp-arrow-right{right: 5px;}
    .mfp-wrap .mfp-arrow-left{left: 5px;}
  }

/* Gallery - thumbnail */
  .gallery-thumbnails{}
  .gallery-thumbnails .inner{padding:60px 7%}
  .gallery-thumbnails .grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .gallery-thumbnails .gallery-thumbnail-image{width: 20%;}
  .gallery-thumbnail-image{display: block;margin-top: 0px;text-align: center;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;overflow: hidden;background-size: cover;background-position: center;}
  .no-touch .gallery-thumbnail-image:hover,.gallery-thumbnail-image:hover{-webkit-transform: scale(0.94);-moz-transform: scale(0.94);-o-transform: scale(0.94);-ms-transform: scale(0.94);transform: scale(0.94);filter: alpha(opacity=100);opacity: 1;}

  .gallery-thumbnail-image img{width: 100%;}
  .gallery-thumbnail-image img.image-bg{ position: absolute;}
  .gallery-thumbnail-image img.image-spacer{border: 0px solid #ecf1f7;}
  @media screen and (max-width:450px){
    .gallery-thumbnails .gallery-thumbnail-image{ width: 25%; }
  }

   /* Gallery columns */
  .gallery-columns{}
  .gallery-columns .inner{max-width: 1300px;padding: 60px 7%;}
  .gallery-columns .section-head{margin-bottom: 20px;}
  .gallery-columns .grid{-webkit-columns: 3 220px;-moz-columns: 3 220px;columns: 3 220px;}
  .gallery-columns .grid > a{display:block;}
  .gallery-columns .grid > a img{width:100%;display: block;border-bottom: 10px solid rgba(255, 255, 255, 0);}

  @media screen and (max-width:600px){
    .gallery-columns .inner{padding: 30px 7%;}
    .gallery-columns .grid{-webkit-columns: 2 50px;-moz-columns: 2 50px;columns: 2 50px;}
  }


/* Content slider
  --------------------------- */
  .content-slider{}
  .content-slider > .inner{padding: 60px 7% 80px;}
  .content-slider .section-head{margin-bottom: 20px;}
  .content-slider .grid{margin:0;}




/* Logo strip
----------------------------- */
  .logo-strip img{max-width: 110px;margin: 10px 18px;}
  @media screen and (max-width: 400px){
      .logo-strip img{max-width: 80px;margin: 7px 10px;}
  }


/* Testimonials
  --------------------------- */
  .testimonials{
    background: white;
    text-align: center;
}
  .testimonials .inner{padding: 40px 7% 40px;max-width: 1350px;}
  .testimonial .author{color: #604099;font-size: 12px;font-weight: bold;}
  .testimonial .author:before{content:'- ';}
  .testimonial img{width: 90px;border-radius: 100px;height: 90px;}
  .testimonials .slick-dots{position: relative;bottom: 0;margin: 15px 0 0 0;}
  .testimonials .slick-dots button{background: rgba(0, 0, 0, 0.2);}
  .testimonials .slick-dots li.slick-active button{}
  .testimonials .slick-slide{padding: 0 20px;}
  .testimonial p{color: #604099;font-weight: bold;}

  @media screen and (min-width: 850px){
    .testimonial p{font-size: 2em;margin-top: 0;}
  }
  @media screen and (max-width:849px){
    .testimonial p{font-size: 1.2em;}
  }


/* Search
  --------------------------- */
  .search-form{position: relative;display: none;width: 100%;background: #533785;0right: 0margin: 0pxborder-top: 0px;z-index: 1;}
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input{border: 0;color: rgb(255, 255, 255);font-size: 2em;height: auto;padding: 20px;margin: 0;width: calc(100% - 260px);outline: 0;box-sizing: border-box;background-color: #533786;font-weight: 400;text-align: right;}

  /* Placeholder color override */
  .search-form input::-webkit-input-placeholder{color:white !important;}
  .search-form input:-moz-placeholder{color:white !important;}
  .search-form input::-moz-placeholder{color:white !important;}
  .search-form input:-ms-input-placeholder{color:white !important;}

  .search-form input[type="submit"]{display: none;}
  .search-form small{position: absolute;top: 28px;right: 30px;color: rgba(255, 255, 255, 0.58);font-size: 12px;}
  .search-form small a{color: white;background-color: #E0163E;display: inline-block;padding: 2px 11px;border-radius: 30px;margin-left: 7px;font-weight: 600;}
  .no-touchevents header .icon-search:hover{filter: alpha(opacity=60);  opacity: 0.6;}

  @media screen and (max-width:1300px){
    .search-form input{font-size: 1.8em;}
  }
  @media screen and (max-width:520px){
    .search-form input{font-size: 22px;width: 100%;text-align: center;}
    .search-form small{position: relative;top: initial;display: block;padding: 0px 20px 20px;right: 0px;font-size: 12px;text-align: center;}
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 270px;position: absolute;z-index: 1;right: 0px;display:none;}
  .mobile-nav .icon-close{color: white;padding: 33px 29px 12px;display: inline-block;font-size: 19px;cursor: pointer;}
  .no-touch .mobile-nav .icon-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav ul{padding-top: 20px;}
  .mobile-nav ul ul{padding-top:0px;}
  .mobile-nav li{font-size: 12px;position: relative;}
  .mobile-nav li li a{font-weight:400;padding-left: 40px;}
  .mobile-nav li li:before{content:'-';color:white;display:inline-block;position:absolute;padding: 13px 31px;}
  .mobile-nav li.current_page_item a{color: white;/* font-weight: 700; */border-left: 7px solid #e0163e;background: #523782;}
  .mobile-nav li a{color: rgb(255, 255, 255);display: block;padding: 9px 22px;font-weight: 600;border-left: 7px solid #e0163e00;}
  .mobile-nav ul ul.sub-menu{padding: 0;/* padding-left: 10px; */}
  .mobile-nav ul ul.sub-menu li{}
  .mobile-nav ul ul.sub-menu li a{}

  @media screen and (max-width:1100px){
    .mobile-nav{display:block;}
  }

/* Header
  --------------------------- */
  #header{padding: 0;position: absolute;z-index: 2;width: 100%;}
  #header .inner{height:70px;}
  #header.transparent{position: absolute;z-index: 1;width: 100%;}
  #header a.main-logo{margin: 0;float: left;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 130px;height: 106px;background-image: url(../img/yummy-sticker.png);background-size: 99%;background-repeat: no-repeat;position: relative;top: 48px;transition: 0.25s ease all;}
  #header a.main-logo:hover{filter: alpha(opacity=100);opacity: 1;transform: rotate(-5deg);}
  .header-inner{position: relative;float: right;padding-top: 22px;}
  .header-inner nav{float: right;}
  .header-inner nav > ul{padding: 0;}
  .header-inner > nav > ul > li{display: inline-block;margin-right: 25px;font-size: 18px;font-family: social-gothic;font-weight: 400;text-transform: uppercase;line-height: 50px;position: relative;}
  #header nav > ul > li.current_page_item > a,
  #header nav > ul > li.current_page_parent > a,
  #header nav > ul > li.current_page_ancestor > a{font-weight: 700;}
  #header nav > ul > li.current_page_item > a:before,
  #header nav > ul > li.current_page_parent > a:before,
  #header nav > ul > li.current_page_ancestor > a:before{content:' ';display:block;width:100%;height:3px;background: #604099;position:absolute;bottom:0px;}
  .fruit-template-default #header nav > ul > li.current_page_item > a:before,
  .fruit-template-default #header nav > ul > li.current_page_parent > a:before,
  .fruit-template-default #header nav > ul > li.current_page_ancestor > a:before{background:white;}

  #header nav li li.current_page_item > a{text-decoration: underline;}

  .header-inner nav > ul > li > a{color: #604099;}
  .home .header-inner nav > ul > li > a,
  .fruit-template-default .header-inner nav > ul > li > a{color: #fff;text-shadow: 0px 1px 3px #0000002e;}
  #header [class*="icon"]{font-size: 24px;padding: 12px;float: right;}
  #header.transparent [class*="icon"]{color:white;}
  #header .icon-search{color: #604099;}
  .home #header .icon-search,
  .fruit-template-default #header .icon-search{color: white;}
  #header .icon-nav{display:none;}
  #header img.xero{width: 120px;float: right;margin-right: 19px;}

  @media screen and (min-width:1101px){
    .header-inner{padding-top: 20px;}
  }
  @media screen and (max-width:1100px){
    .header-inner nav{display:none;}
    #header .icon-nav{display:block;color: #604099;}
    .home #header .icon-nav,
    .fruit-template-default #header .icon-nav{color: white;}
  }
  @media screen and (max-width:700px){
    #header a.main-logo{width: 100px;height: 81px;top: 28px;}
  }


  /* Header - Dropdown */
  .header-inner li.menu-item-has-children > a:after {content: ' ';position: relative;margin: 0px 0 0 6px;border-top: 5px solid #604099;border-left: 4px solid transparent;border-right: 4px solid transparent;display: inline-block;width: 8px;top: -4px;}
  .home .header-inner li.menu-item-has-children > a:after,
  .fruit-template-default .header-inner li.menu-item-has-children > a:after{border-top: 5px solid #ffffff;}
  .transparent .header-inner li.menu-item-has-children > a:after {border-top-color:white;}
  .header-inner li.menu-item-has-children {position: relative;display: inline-block;}
  .sub-menu li:last-child {border: 0px;}
  .header-inner ul.sub-menu{position: absolute;/* min-width: 190px; */transition: all 0.3s ease;pointer-events: none;opacity: 0;z-index: 10;background-color: #604099;border-radius: 3px;transform: translatey(10px);padding: 10px 0px;}
  .header-inner li.menu-item-has-children:hover ul.sub-menu{pointer-events: all;opacity: 1;transform: translatey(-6px);}
  ul.sub-menu li {display: block;letter-spacing: 0;margin: 0;font-weight: 400;padding: 0;font-size: 12px;font-family: 'Montserrat', sans-serif;text-transform: capitalize;}
  .header-inner li.menu-item-has-children:hover ul.sub-menu li {display: block;}
  .header-inner ul.sub-menu li a {display: block;padding: 5px 15px 9px;color: white;white-space: nowrap;min-width: 117px;font-weight: 600;}


/* Tiles Slider / fruit-category
  -------------- */
  .tile-slider-group{display: block !important;}
  .tile-slider-group .col.shadow{width: auto;margin: 10px 10px;background: transparent;}

  .fruit-category{}
  .fruit-category > .inner{padding-bottom:10px;}

  .fruit-slider .section-head{margin-bottom:50px;}
  .fruit-tiles-slider .col.shadow,
  .fruit-category .col.shadow{box-shadow:none;}
  .fruit-category .col.shadow{background: transparent;margin-bottom: 30px !important;text-align: center;}
  .fruit-tiles-slider .col img,
  .fruit-category .col img{margin: auto;max-height: 260px;width: auto;max-width: 100%;transition: 0.2s ease all;transform: scale(1);}
  .fruit-category .col.shadow > a:first-child:hover{opacity:1;}
  .fruit-tiles-slider .col .tile-copy,
  .fruit-category .col .tile-copy{background:transparent;text-align: center;}
  .fruit-tiles-slider .col .tile-copy h4 a{color: white;/* text-shadow: 0px 2px 0px #00000024; */24 */}
  .fruit-tiles-slider .col .tile-copy a.button{color: white;}

  @media screen and (min-width:1025px){
    .fruit-category .tile h3{font-size: 1.8em;}
    .fruit-tiles-slider .col img:hover,
    .fruit-category .col img:hover{transform:scale(1.06);}
  }
  @media screen and (max-width:980px){
    .fruit-category .col.shadow{margin-bottom:30px !important}

  }
  @media screen and (max-width:600px){
    .fruit-slider .section-head{margin-bottom:10px;}
    .tile-slider-group{margin: 0 -10px;}
    .fruit-tiles-slider .col img, .fruit-category .col img{
    max-width: 200px;
}
    .fruit-category .grid .tile-copy{}
  }


  /* Columns */
  .columns{background: white;}
  .columns h3, .columns h4{/* color: #604099; */}
  .columns > .inner{padding: 60px 7% 40px;}
  .single-column + .columns > .inner{padding: 1px 7% 20px;max-width: 1110px;}
  .columns .grid.column-2{-webkit-box-align: baseline;-ms-flex-align: baseline;-ms-grid-row-align: baseline;align-items: baseline;}
  .columns .grid.column-2 .col{padding-right:30px;}

  .pricing-columns .grid {}
  .pricing-column {padding-bottom: 4em;position: relative;padding: 2em;border: 1px solid #dedede;}
  .pricing-column.selected {border-color: #000;z-index: 1;-moz-box-shadow: 0px 0px 0px 10px #FFF;padding: 2em;}
  .pricing-column.selected:after { content:"Most popular"; text-transform:uppercase; text-align:center; display:inline-block; background: #000; padding: 0.6em 1.2em; font-size: 10px; color: #FFF;position: absolute;right: 0em;top: 0;font-weight: 700;letter-spacing: 0.15em; }
  .pricing-column-header { text-align:center; }
  .pricing-column .button-group{text-align:center;}
  p.price { font-size: 2.0em; font-weight: 700;}
  p.price sup { font-size:0.5em; top:-0.65em; }
  .outro { padding: 2em 50% 4em 2em; }

  .horizontal .pricing-column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
  .horizontal .pricing-column-header { float:left; width:30%;text-align:left; }
  .horizontal .pricing-column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }

  .columns table{border:0px;}
  .columns table td{
    /* background: white !important; */
    border: 0;
    font-size: 13px;
    padding: 4px 10px;
}

  @media screen and (max-width:650px){
    .horizontal .pricing-column-header, .pricing-column-header { width:100%; text-align:center; }
    .horizontal .pricing-column-price, .pricing-column-price { width:100%; text-align:center; }
    .horizontal .pricing-column-content, .pricing-column-content { clear:both; width:100%; padding:0; }
  }
  @media screen and (max-width:600px){
    .columns > .inner,.single-column + .columns > .inner{padding: 30px 7%;}
  }

/* CTA
  --------------------------- */
  .cta{background: white;}
  .cta .section-head{margin-bottom:0;}
  .cta > .inner{padding:60px 7%;}
  @media screen and (max-width:600px){
    .cta > .inner{padding: 30px 7%;}
  }


/* Popup
  --------------------------- */

  html.popup-open, html.popup-open body { overflow:hidden !important; }

  .popup {background-color: rgba(8, 34, 53, 0.7);position: fixed;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;overflow-x: hidden;text-align: center;}
  .popup-inner {padding: 80px;height: auto;width: inherit;}
  .popup-content-wrapper {display: inline-block;position: relative;z-index: 2;background: #FFF;max-width: 700px;text-align: left;padding: 20px;-webkit-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);-moz-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);}
  .popup .button-overlay { position:absolute; width:100%; height:100%; top:0; left:0; display:block; color:transparent; }
  .popup .button-overlay span { display:none; }

  .popup .button-x {position:absolute;top: -20px;right: -20px;text-decoration:none;line-height: 40px;width:40px;height:40px;display:inline-block;text-align:center;background: #000;border-radius: 100px;color: #FFF;text-align:center;-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
  .popup .button-x span { display:none; }

  @media screen and (min-width:700px){
    .popup-content-wrapper {min-width: 300px;}
  }
  @media screen and (max-width:600px){
    .popup-inner{ padding: 11px;}
    .popup .button-x{ top: -6px;right: -7px; }
    .popup-content-wrapper { padding:30px; }
    .popup-content-wrapper { font-size:12px; }
  }


/* Products Intro
  --------------------------- */
  .mobile-show{ display:none; }
  .product-copy{ margin-bottom: 35px;}
  .product-showcase-slider{margin-bottom: 9px;margin-top: 74px;}
  .product-showcase-slider img{}
  .product-nav-slider{margin-bottom: 74px !important;}
  .product-nav-slider img{padding: 6px;opacity: 0.4;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}
  .product-nav-slider img.slick-current{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
  .product-nav-slider .slick-next{right: -35px;}
  .product-nav-slider .slick-next:before{color: #adadad;}
  .product-nav-slider .slick-prev{left: -40px;}
  .product-nav-slider .slick-prev:before{color: #adadad;}
  .product-nav-slider .slick-dots{bottom: -28px;}
  .product-nav-slider .slick-dots button{background: rgba(0, 0, 0, 0.13);}
  .product-nav-slider .slick-dots li.slick-active button{background: #828282;}

  @media screen and (max-width:1100px){
    .mobile-show{display:block}
    .mobile-hide{display:none;  }
    .product-details .grid.column-2{margin:0px;}
    .product-details .grid.column-2 .col{width:100%;margin: 0;}
    .product-showcase-slider{margin-top:30px;}
  }
  @media screen and (max-width:650px){
    .product-copy p{font-size: 13px;line-height:1.6em;}
    .product-option label{width: 100%;}
    .product-option select{width: 100%;}
    .product-showcase-slider{margin-bottom:5px;}
    .product-nav-slider img{padding: 2px;}
  }


/* Filtering
  -------------- */
  .filtering{overflow:hidden;}
  #filter_tiles{margin-bottom: 20px;}
  #filter_tiles #mix-filters .name-label { display:inline-block; min-width:80px; margin-right:10px;}
  #filter_tiles .option-labels { display:inline-block;}
  #filter_tiles .option-labels input[type="radio"], #filter_tiles .option-labels input[type="checkbox"] { display:none;}
  #filter_tiles .option-labels label{background-color: rgb(255, 255, 255);color: #717171;display: inline-block;line-height: 1em;position: relative;border: 0;padding: 7px 20px;margin-bottom: 10px;outline: none;margin: 0px 2px 5px 0px;}
  #filter_tiles .option-labels label.active{background-color: #717171;color: white;}
  #filter_tiles #filter-container .fail-message{ text-align: center; width:100%; padding:20px; -webkit-transition: 150ms; -moz-transition: 150ms; transition: 150ms; display:none;}
  #filter_tiles #filter-container .fail-message span{ display: inline-block; vertical-align: middle; font-size: 20px; font-weight: 700;}
  #filter_tiles #filter-container.no-results .fail-message{ display:block;}
  #filter_tiles #filter-container { width:100%; clear: both; display:block;    min-height: 100px;}
  #filter_tiles .controls.select .filter-group { display:block; float:left; min-width:15%; }
  #filter_tiles .controls.select .filter-group select { display:none;}
  #filter_tiles .controls.radio .filter-group { }
  #filter_tiles .controls.checkbox .filter-group { }
  #filter_tiles #filter-load-more { display:block; width:200px;background-color: rgb(255, 255, 255); padding:10px; text-align:center; margin:2em auto;}


  /* Filtering sidebar */
  #filter_tiles.filtering-sidebar {}
  #filter_tiles.filtering-sidebar .controls.select .filter-group { display:block; float:none; padding-bottom:20px; }


/* Blog Filtering
  -------------- */

  #filter_tiles.blog .filter-labels { text-align:center;}
  #filter_tiles.blog .filter-labels a { padding:5px; border:1px solid #eaeaea; display:inline-block; margin:0 10px;}

  #filter_tiles.blog .filter-groups { text-align:center; padding:10px 0; min-height:60px;}
  #filter_tiles.blog .filter-groups .filter-group { width:100%; padding:10px 0; }

  #filter_tiles.blog .filter-labels a:after { content: "+"; padding:0 5px; }
  #filter_tiles.blog .filter-labels a.open:after { content: "-"; }


/* Select2
  --------------------------- */
  .select2-container {margin-right: 10px;}
  .select2-container--default {z-index:20; background-color: #f5f5f5;border: 1px solid #eaeaea; border-radius:5px; padding: 10px;color: #182b43;text-transform: uppercase;font-size: 12px;letter-spacing: 0.06em;font-weight: 700;}
  .select2-container--default .select2-selection--single {}
  .select2-container--default .select2-selection--single {border-radius: 0px !important; background-color: #f5f5f5 !important;border: 0px !important;height: 40px !important; position:relative;}
  .select2-container .select2-selection--single .select2-selection__rendered {text-transform: uppercase;font-size: 13px;letter-spacing: 0.06em;line-height: 31px !important;border: 0px !important;outline: none !important; position:relative; padding-right: 17px;}
  .select2-container--default:hover { cursor: pointer; }
  .select2-container .select2-selection--single .select2-selection__rendered:focus {outline: transparent !important;}

  .select2-container--default .select2-selection--single .select2-selection__arrow {height: 26px;position: absolute;top: -7px;right: -5px;width: 20px;  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #888 transparent transparent transparent;border-style: solid;border-width: 5px 4px 0 4px;height: 0;left: 50%;margin-left: -4px;margin-top: -2px;position: absolute;top: 50%;width: 0;  }

  .select2-container--default .select2-selection--single:focus {outline-color: transparent;}
  .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #ddd !important;}
  .select2-dropdown {border-color: #7cbb42;}
  .select2-container--default .select2-search--dropdown .select2-search__field {border: 0px;background-color: #fff; padding:10px; margin-bottom:5px;}

  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom: 1px solid #7cbb42 !important;}
  .select2-container--default .select2-results__option[aria-selected=true] {background-color: whitesmoke;color: #182b43;}
  .select2-container--default .select2-results__options { list-style-type:none; padding:0; margin:0;}
  .select2-container--default .select2-results__options li { margin:0; padding:10px;}

  .select2-hidden-accessible { display:none;}

  @media screen and (max-width: 900px) {
    .controls {width:100% !important;display:block;float:left}

  }
    @media screen and (max-width: 600px) {
    .select2-container {width:100% !important;margin-bottom:10px !important}

  }


/* Woocommerce overides
  --------------------------- */
  .woocommerce-result-count{display:none;}
  .price,.price p{display: block;font-size: 20px;font-weight: 700;}
  .shop_table{margin-bottom: 40px;text-align: left;border: 0px;empty-cells: show;}
  .shop_table thead{}
  .cart-collaterals .shop_table{background: white;}
  .shop_table th{border: 0px;}
  .shop_table th.product-price, .shop_table th.product-name{text-align: left;}
  .shop_table th.product-quantity, .shop_table th.product-subtotal, .shop_table td.product-quantity, .shop_table td.product-subtotal{/* display:none; */}
  .shop_table tr{}
  .shop_table td{font-size: 13px;vertical-align: middle;color: #656565;border: 0px;}
  .cart-collaterals .shop_table td,.cart-collaterals .shop_table th,
  .woocommerce-checkout-review-order-table{background:white;border: 1px solid #f0efed;}
  .woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{border: 1px solid #f0efed;}
  .shop_table td.actions{padding: 20px 0px;}
  .shop_table tr:nth-child(2n-1) td.actions{padding:20px;}
  .shop_table td.product-quantity input{width:100%;}
  .content .shop_table img{margin: 0px;width: 70px;}
  .product-remove{}
  .product-remove a{color: #c5573d;font-size: 30px;margin: 0px;padding: 0px;}
  .coupon{display:inline-block;}
  .coupon label{display:inline-block;}
  .coupon input{background: white;}
  .wc-proceed-to-checkout{text-align:right;}
  .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{background: white;margin-bottom: 30px;/* border-radius: 4px; *//* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 20px;}
  .woocommerce-billing-fields{max-width: 530px;margin: auto auto 40px;}
  .woocommerce-message a.button{margin-right:20px;padding: 7px 15px;font-size: 12px;box-shadow: none;text-transform: capitalize;letter-spacing: 0px;}
  .woocommerce-billing-fields input{width:100%;}

  .woocommerce-error{background: #fff;border-radius: 4px;/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 13px 24px 13px;margin: 0 0 10px;list-style: none;}
  .woocommerce-error li{color: #c5573d;    font-size: 20px;}

  .woocommerce-checkout-payment{}
  .woocommerce-checkout-payment ul{background:white;padding: 0px;}
  .woocommerce-checkout-payment li{list-style:none;border-bottom:1px solid #eee;padding: 26px 5% 20px;}
  .woocommerce-checkout-payment li:last-child{border:0px;}
  .woocommerce-checkout-payment li label{display:inline-block}

  #customer_details{}
  #customer_details .col-1{width: 100%;float: none;}
  #customer_details .col-2{display: none;}

  @media screen and (min-width:1200px){
    .cart_totals{max-width: 50%;margin-left: 50%;text-align: right;}
    .cart_totals .shop_table{text-align:right;}
  }
  @media screen and (max-width:768px){
    .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{text-align: center;font-size: 14px;}
    .woocommerce-message a.button{display: block;margin: 0 auto 16px;max-width: 140px;}

    .cart thead{display:none;}
    .shop_table td.actions{padding: 20px 0px;}
    .cart .product-thumbnail,.product-subtotal  {display:none;}
    .coupon{width: 100%;text-align: center;}
    .coupon label{display: block;margin-bottom: 7px;}
    .coupon input, .coupon input[type="submit"], form input[disabled], .wc-proceed-to-checkout a.button{width: 100%;margin-bottom: 10px;text-align: center;}
  }
  @media screen and (max-width:500px){
    .cart td{padding: 9px 7px;font-size: 11px;line-height: 1.2em;}
    .shop_table td.product-quantity input{padding:3px 2px ;}
    .shop_table td.actions{padding: 10px 0px;}
  }


/* Portal
--------------------------- */
   .portal .tab-content .inner{padding: 60px 0 30px;}
  .login-wrap{padding:50px 7%;max-width: 970px;margin: auto;}
  .login-form{background: white;padding: 13px 5%;max-width: 400px;box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.16);margin: auto;}
  .login-form form#loginform{}
  .login-form form#loginform p{position: relative;}
  .login-form > p{text-align:center;font-size:14px;color: #9c9c9c;}
  .form-wrap{background:white;padding: 32px 35px;max-width: 688px;}
  .login-form form#loginform p label, .form-wrap label{display: block;font-size: 14px;font-weight: 700;margin-bottom: 2px;color: #545454;}
  .login-form form#loginform p.login-remember label{font-weight: 400;color: #9c9c9c;}
  .login-form form#loginform p.login-remember label input{}
  .login-form form#loginform p input[type="text"],
  .login-form form#loginform p input[type="password"],
  .form-wrap input[type="text"],.form-wrap input[type="email"],
  .form-wrap textarea,
  .form-wrap input[type="password"] {background-color: rgb(255, 255, 255);border: none;color: #616161 !important;padding: 14px 16px;font-family: inherit;width: 100%;border: 1px solid #e0e0e0;font-size: 16px;border-radius: 2px;}
  .wp-editor-wrap{border: 1px solid #e0e0e0;padding: 0px;}
  .wp-editor-tools{padding:10px;}
  .form-wrap input[type="text"],
  .form-wrap input[type="email"],
  .form-wrap input[type="password"],
  .form-wrap textarea{margin-bottom:20px;}
  .login-form form#loginform p input[type="submit"],
  .form-wrap input[type="submit"]{background-color: #898989;color: white;padding: 13px 20px;border-radius: 3px;border: 0px;font-size: 13px;width: 100%;}
  .form-wrap input[type="submit"]{width:auto;min-width:160px}
  .no-touch .login-form form#loginform p input[type="submit"]:hover,
  .no-touch .form-wrap input[type="submit"]:hover{opacity:0.7;}
  .form-wrap .button-group{margin:10px 0 0;}
  form input[type="checkbox"]{
    margin-right: 11px;
    position: relative;
    top: 2px;
}
  form input[type="checkbox"]:focus + label:before{border: 2px solid #a6c8ff;}
  form input[type="checkbox"] + label:before {content: '';margin-right: 10px;display: inline-block;vertical-align: text-top;width: 20px;height: 20px;background: #ffffff;border: 1px solid #dadada;font-size: 16px;border-radius: 2px;position: relative;top: 0px;}
  form input[type="checkbox"]:checked + label:before{background: #898989;border-color: #898989;}
  form input[type="checkbox"] + label:after{content: '';display:block;position:absolute;font-family: 'framework';top: 1px;left: 3px;}
  form input[type="checkbox"]:checked + label:after{content: 'p';color: white;}
  input[type="radio"]{margin-right: 8px;transform: scale(1.4);margin-bottom: 13px;}

  ul#menu-portal-menu{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul#menu-portal-menu li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  ul#menu-portal-menu li a {color: #888; }
  .no-touch ul#menu-portal-menu li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul#menu-portal-menu li.current-menu-item{border-bottom: 2px solid #15CD52;}
  .no-touch ul#menu-portal-menu li.current-menu-item:hover{filter: alpha(opacity=100); opacity: 1;}

  @media screen and (max-width:400px){
    .login-wrap{padding: 0px;}
    .login-form{box-shadow: none;}
    .login-form form#loginform p input[type="text"], .login-form form#loginform p input[type="password"]{padding: 11px 14px;}
  }

/* ninja form */
  .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
}
  .wpcf7-form p{width: 50%;padding-right: 27px;}
  .wpcf7-form p:nth-last-child(4),
  .wpcf7-form p:last-of-type{width:100%;}
  .wpcf7-form p label{font-size: 13px;margin-bottom: 3px;}
  .wpcf7-form p br{display:none;}
  .wpcf7-form p input[type="text"],
  .wpcf7-form p input[type="email"],
  .wpcf7-form p input[type="number"],
  .wpcf7-form p textarea,
  .wpcf7-form p select{background: #e4e4e4;width:100%;border: 0;font-size: 14px;padding: 9px 10px;}
  .wpcf7-form p input[type="submit"]{padding: 12px 21px 16px;background: transparent;color:#604099;font-size: 16px;display: inline-block;line-height: 1em;position: relative;font-family: social-gothic;font-weight: 400;text-transform: uppercase;border: 2px solid;transition: .2s ease all;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0);outline: none;  }
  .wpcf7-form p input[type="submit"]:hover{filter: alpha(opacity=100);opacity: 1;background: #604099;color: white;border-color: #604099;box-shadow: 0px 22px 19px -5px rgba(0, 0, 0, 0.15);  }

  @media screen and (max-width:660px){
    .wpcf7-form p{width: 100%;padding: 0;}
  }


/* Timeline - waypoints */
  .timeline{position:relative;}
  .timeline a.anchor-down{bottom: auto;top: 0;background: #604099;z-index: 1;}
  #section-links {position: fixed;right: 0;text-align: center;z-index: 2000;top: 20%;}
  #section-links a {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 6px 0;font-size: 14px;padding-left: 13px;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
  #section-links a:after{content:' ';display:block;width: 19px;border-top: 1px solid rgba(102, 51, 153, 0.3);margin-left: 9px;-webkit-transition: 0.2s ease all;transition: 0.2s ease all;}
  #section-links a.active{font-weight: bold;}
  #section-links a.active:after{width: 30px;}
  section#timeline-sections {position: relative;display: block;width: 100%;}
  #timeline-sections .section {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;min-height: 100vh;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-align: center;overflow: hidden;padding: 60px 0px;}
  .section .inner{position:relative;width: 1200px;max-width: 100%;}  
  .section .inner:before{content:' ';display:block;height: 100%;background: rgba(0, 0, 0, 0.16);width: 1px;position: absolute;top: 100%;left: 50%;}
  .section .inner:after{content: ' ';display: block;height: 100%;background: rgba(0, 0, 0, 0.16);width: 1px;position: absolute;bottom: 100%;left: 50%;}
  
  .section:first-child .inner:after{display:none;}
  .section:last-child .inner:before{display:none;}

  .section h2{margin-top: 1em;display: block;font-size:3em;padding-left: 7px;}
  .section img{border: 11px solid white;border-radius: 6px;box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.3);-webkit-transform: rotate(-1deg);transform: rotate(-1deg);margin-bottom: 38px;width: 500px;max-width: 90%;display: block;margin-left: auto;margin-right: auto;}
  .section p{color: #604099;font-weight: bold;font-size: 1.6em;margin-bottom: 2em;}

  @media screen and (min-width:1280px){
    #section-links a{/* font-size: 19px; */padding: 12px 0;}
  }  
  @media screen and (max-width:780px){
    #section-links{display:none;}
    .section h2{font-size:2.2em}
    .section p{font-size:1.4em}
  }
  @media screen and (max-width:450px){
    .section img{margin-bottom:22px;}
    .section h2{font-size:2em}
    .section p{font-size:1em}
  }


/* Print Styles
  --------------------------- */

  @media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

  }
  @media print {
    * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    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: ""; }  /* Don't show links for images, or javascript/internal links */
    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: 0.5cm;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
  }
