/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

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

html {
  font-size: 100%; }

body {
  font-size: 100%;
  background: #f7f7f7;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img, object, embed {
  max-width: 100%;
  height: auto; }

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object {
  max-width: none !important; }

.map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.start {
  float: left !important; }

.end {
  float: right !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem;
    float: left;
    display: block; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    ul.pagination li:hover a, ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008cba; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Start to customize Reverie */
a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  a:visited, a:hover, a:visited:hover {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }

figure {
  margin: 0 auto 1.25rem; }
  figure img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

img.alignright {
  float: right;
  margin: 0 0 18px 18px; }

img.alignleft {
  float: left;
  margin: 0 18px 18px 0; }

img.aligncenter {
  display: block;
  margin: 18px auto; }

.gallery dt {
  display: inline-block; }

.gallery dl {
  display: inline-block;
  margin-left: 0.5625rem;
  margin-right: 0.5625rem; }

figure.figure {
  margin: 0 auto;
  display: table; }
  figure.figure figcaption {
    font-size: 0.875rem;
    line-height: 1.4;
    font-style: italic;
    padding: 8px 10px;
    color: #999;
    margin-bottom: 1.25rem;
    display: table-caption;
    caption-side: bottom; }

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px; }

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0; }

.footer-widget {
  background-color: #eee; }

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0; }

#content {
  background-color: #fff;
  border: 1px solid #ddd; }

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

span.author, time {
  font-size: 0.9375rem;
  color: #999; }

span.author a, time a {
  color: #999;
  font-weight: bold; }

span.author a:hover, span.author a:focus {
  color: #444444; }

time a:hover, time a:focus {
  color: #444444; }

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem; }
  .entry-author .avatar {
    margin-right: 2.5rem;
    margin-bottom: 1.5rem; }
  .entry-author h4 a {
    color: #999; }
    .entry-author h4 a:hover, .entry-author h4 a:focus {
      color: #444444; }
  .entry-author p {
    color: #bbb; }

.post header, .page header {
  margin-bottom: 1.25rem; }

.entry-tags {
  color: #999;
  font-size: 0.9375rem; }
  .entry-tags a {
    color: #999; }
    .entry-tags a:hover, .entry-tags a:focus {
      color: #444444; }

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  .page-numbers li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem;
    float: left;
    display: block; }
    .page-numbers li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .page-numbers li:hover a, .page-numbers li a:focus {
      background: #e6e6e6; }
    .page-numbers li.unavailable a {
      cursor: default;
      color: #999999; }
    .page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
      background: transparent; }
    .page-numbers li.current a {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      .page-numbers li.current a:hover, .page-numbers li.current a:focus {
        background: #008cba; }

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block; }

.page-numbers li {
  margin-left: 0.5rem; }
  .page-numbers li span.current {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .page-numbers li span:hover a, .page-numbers li span a:focus {
    background: #e6e6e6; }
  .page-numbers li span.current {
    background: #008cba;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: white;
    font-weight: bold;
    cursor: default; }

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left; }

ol.commentlist {
  margin-left: 0;
  margin-top: 2em; }
  ol.commentlist p {
    font-size: 0.9375rem;
    line-height: 1.5; }
  ol.commentlist ul.children {
    margin-left: 4rem; }
  ol.commentlist li {
    list-style: none;
    margin-bottom: 2em; }
    ol.commentlist li .comment-author img {
      float: left;
      margin: 0 1em 0 0; }
    ol.commentlist li .author-meta {
      display: inline-block; }
      ol.commentlist li .author-meta cite.fn {
        font-style: normal;
        font-weight: 600;
        margin-right: 0.5rem; }
      ol.commentlist li .author-meta time a {
        color: #ccc;
        font-size: 0.875rem;
        margin-right: 0.5rem; }
      ol.commentlist li .author-meta .comment-edit-link {
        color: #bbb;
        font-size: 0.875rem; }
    ol.commentlist li section.comment {
      margin-left: 4rem;
      margin-bottom: 2rem; }
      ol.commentlist li section.comment a.comment-reply-link {
        font-size: 0.875rem;
        font-weight: 600;
        color: #bbb; }
        ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
          color: #444444; }

#sidebar {
  margin-top: 1.25rem; }
  #sidebar .panel {
    border: none;
    background-color: #eee;
    padding: 1.5rem 1.875rem; }

.footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem; }

#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem; }

#sidebar .panel a:hover, #sidebar .panel a:focus {
  color: #444444; }

.footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444; }

#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0; }

#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600; }

footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem; }
  footer.full-width p {
    font-size: 0.875rem; }
  footer.full-width a {
    color: #666;
    font-size: 0.9375rem; }
    footer.full-width a:hover, footer.full-width a:focus {
      color: #444444; }
  footer.full-width .love-reverie {
    border-top: 1px solid #ccc;
    padding-top: 1.5rem; }

.admin-bar > .fixed, .f-topbar-fixed > .container {
  margin-top: 2rem; }

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem; } }

@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem; }
  .entry-author {
    margin: 3.125rem -3.125rem; } }

@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0; }
  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem; } }

body {
  background: #FFFFFF;
  color: #000000;
  font-weight: 400;
  font-family: 'Dosis', sans-serif; }
  body.home {
    font-family: 'Dosis', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 700; }

h1 {
  color: #EC7E33; }

p, ul {
  font-size: 16px; }

#content {
  border: 0;
  padding-top: 1em; }

.readmore-button {
  background: #EC7E33;
  padding: 15px 70px;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  font-weight: bold;
  margin: auto; }

a {
  color: #BE3627; }
  a:hover {
    color: #951A22; }

/* Header */
.logo {
  z-index: 100;
  display: none; }

.viewcart {
  height: 38px;
  padding: 10px 20px;
  background: #EC7E33;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  display: inline-block;
  float: right;
  font-family: 'Dosis', sans-serif; }

.account {
  height: 38px;
  padding: 10px 20px;
  background: #BE3627;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  display: inline-block;
  float: right;
  margin-right: 10px;
  font-family: 'Dosis', sans-serif; }

@media only screen and (min-width: 40.063em) {
  .viewcart, .account {
    margin-top: 60px; } }

/* Navigation */
.homestaticnav {
  background: #BE3627; }

.contain-to-grid {
  background: #BE3627; }

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #BE3627;
  font-size: 17px;
  font-family: 'Dosis', sans-serif; }

.top-bar {
  background: #BE3627; }

.ecomm-buttons {
  position: relative;
  z-index: 5; }

/*.title-area{box-shadow:none !important;}*/
@media only screen and (min-width: 64.063em) {
  .title-area {
    width: 127px;
    box-shadow: 0px 0px 28px #7C2A35;
    -webkit-box-shadow: 0px 0px 28px #7C2A35;
    z-index: 98;
    margin-right: 30px !important;
    left: -15px !important; } }

@media only screen and (min-width: 40.063em) {
  .contain-to-grid {
    position: fixed;
    z-index: 99;
    box-shadow: 0px -3px 12px #333;
    -webkit-box-shadow: 0px -3px 12px #333; }
  .home .container {
    padding-top: 0px;
    margin-top: -53px; }
  .container {
    padding-top: 85px; }
  .title-area {
    width: 127px;
    z-index: 98;
    margin-right: 30px !important; }
  .logo {
    display: block; }
  .divider {
    display: none; } }

/* MENU */
@media only screen and (min-width: 40.063em) and (max-width: 50em) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 13px;
    padding: 0 10px; } }

@media only screen and (min-width: 64.063em) {
  .top-bar {
    padding: 0 0.9375rem; } }

.top-bar-section .right {
  line-height: 40px; }
  .top-bar-section .right img {
    padding-right: 5px; }

.top-bar-section ul {
  background: #BE3627; }

.top-bar.expanded .title-area {
  background: #BE3627; }

.top-bar.expanded .toggle-topbar a span {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* HOME */
.home .container section {
  padding: 70px 0; }

.product-section {
  background-image: url("../images/product-bg.png");
  background-repeat: repeat-y; }
  .product-section h1 {
    color: #EC7E33;
    font-weight: bold; }
  .product-section .large-6 {
    text-align: center; }
  .product-section .product-container {
    max-width: 900px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 60px; }
  .product-section p.product-description {
    width: 100%;
    font-weight: 500;
    font-size: 18px !important; }

.product-bottom .large-6 {
  text-align: center; }

.product-bottom p.product-description {
  width: 100%;
  font-weight: 500;
  font-size: 18px !important;
  padding-top: 40px; }

/*.product-section img,.product-bottom img{margin:auto}*/
@media only screen and (min-width: 64.063em) {
  .product-section {
    background-image: url("../images/hometopbanner.png");
    height: 620px;
    width: 100%;
    background-position: center right;
    position: relative; }
    .product-section p.product-description {
      max-width: 325px;
      font-weight: 500;
      font-size: 18px; } }

@media only screen and (min-width: 40.063em) {
  .product-section .large-6, .product-bottom .large-6 {
    text-align: left; }
  .product-section .product-container {
    max-width: 900px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px; }
  .product-bottom p.product-description {
    max-width: 325px;
    font-weight: 500;
    font-size: 18px !important;
    padding-top: 50px; }
  .product-section img, .product-bottom img {
    margin: none !important; } }

.allergyfacts {
  background: #BE3627;
  color: white; }
  .allergyfacts h2 {
    text-align: center;
    color: white;
    padding-bottom: 30px;
    font-weight: bold; }
  .allergyfacts li {
    font-size: 19px;
    text-align: center;
    padding: 0 35px; }
    .allergyfacts li img {
      padding-top: 20px;
      display: block;
      margin: auto; }

.healthbenefits {
  background: #FFFFFF;
  color: #BE3627;
  padding: 40px 0; }
  .healthbenefits p {
    color: #BE3627;
    font-weight: bold;
    font-size: 18px; }

.landingpagetestimonials {
  background: #BE3627;
  padding: 60px 0;
  background-image: url("../images/product-red-bg.png");
  background-repeat: no-repeat;
  background-position: 115%; }
  .landingpagetestimonials p {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.25rem; }
    .landingpagetestimonials p.ownername {
      font-weight: normal;
      font-size: 16px; }

.productfacts {
  background: #EC7E33;
  padding: 70px 0; }
  .productfacts h2 {
    text-align: center;
    color: white;
    padding-bottom: 30px;
    font-weight: bold; }
  .productfacts p {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px; }
  .productfacts .additional-benefits {
    background: #BE3627;
    padding: 30px 40px;
    border-radius: 10px;
    color: white;
    margin-top: 40px; }
    .productfacts .additional-benefits p {
      font-size: 16px;
      text-align: left;
      font-weight: normal; }

.customerexperience {
  background: #FFFFFF; }
  .customerexperience h2 {
    text-align: center;
    color: #B81F3C;
    padding-bottom: 30px;
    font-weight: bold; }
  .customerexperience p.description {
    text-align: center;
    color: #EC7E33;
    font-weight: bold;
    font-size: 18px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.25rem; }
  .customerexperience .customer-reviews p {
    font-size: 16px;
    text-align: center; }
    .customerexperience .customer-reviews p.ownername, .customerexperience .customer-reviews p.pet {
      color: #EC7E33;
      font-weight: bold;
      text-align: center;
      margin-bottom: 0; }

.enews {
  background: #991C1F; }
  .enews label {
    color: white;
    font-size: 14px; }

.hbspt-form label {
  color: white;
  font-size: 14px; }

.enews button {
  background: #EC7E33;
  height: 2.3125rem;
  line-height: 2.3125rem;
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: 20px;
  width: 100%;
  text-align: center; }

.hbspt-form .hs-button {
  background: #EC7E33;
  height: 2.3125rem;
  line-height: 2.3125rem;
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  border: none;
  width: auto;
  padding: 0 1em;
  font-family: 'Dosis', sans-serif;
  cursor: pointer; }

.post-1933 .hbspt-form label {
  color: #333; }

.post-1933 .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%; }

.enews input, .enews button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.hbspt-form .hs-button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.story {
  background: #951A22; }
  .story h2 {
    text-align: center;
    color: white;
    padding-bottom: 30px;
    font-weight: bold; }
  .story p {
    text-align: center;
    color: white;
    font-size: 18px; }

.product-bottom {
  padding: 0 !important;
  background-image: url("../images/product-bg.png");
  background-repeat: repeat-y; }
  .product-bottom h1 {
    color: #EC7E33;
    font-weight: bold; }

/* FOOTER */
footer.full-width {
  background: #E6E6E6;
  text-align: center;
  padding: 2em 0;
  border: 0; }

/* PRODUCT */
.price {
  display: none; }

.label {
  background: none; }

.variations td.label {
  vertical-align: middle !important;
  display: table-cell; }

.variations select {
  margin: 0; }

a.button, button.button, input.button, #review_form #submit {
  color: white !important;
  background: #EC7E33 !important;
  padding: 1.1em 2.5em !important;
  text-shadow: none !important;
  font-weight: bold !important;
  font-size: 15px !important;
  border-radius: 30px !important;
  border: 0 !important;
  margin-bottom: 0.5em;
  line-height: 1; }
  a.button:hover, button.button:hover, input.button:hover, #review_form #submit:hover {
    background: #D6671C !important; }
  a.button.button-red, button.button.button-red, input.button.button-red, #review_form #submit.button-red {
    background: #BE3627 !important; }
    a.button.button-red:hover, button.button.button-red:hover, input.button.button-red:hover, #review_form #submit.button-red:hover {
      background: #9e1a0b !important; }
  a.button.button-white, button.button.button-white, input.button.button-white, #review_form #submit.button-white {
    background: #fff !important;
    color: #BE3627 !important; }
    a.button.button-white:hover, button.button.button-white:hover, input.button.button-white:hover, #review_form #submit.button-white:hover {
      background: #ccc !important;
      color: #BE3627 !important; }

.single_variation .price {
  padding-bottom: 10px !important;
  display: block !important; }

@media only screen and (min-width: 40.063em) {
  a.button, button.button, input.button, #review_form #submit {
    padding: 0.95em 2.5em !important; } }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel {
  padding: 20px; }

.woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
  padding: 20px; }

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  -webkit-box-shadow: none;
  box-shadow: none; }

.cart_item .product-name a {
  color: #BE3627;
  font-size: 16px; }

.cart_item .variation {
  color: #BE3627; }

.woocommerce-tabs .panel {
  background: white;
  border: 0; }

#tab-health_benefits .additional-benefits {
  background: #991C1F;
  padding: 30px 40px;
  border-radius: 10px;
  color: white;
  margin-top: 40px; }

.woocommerce-tabs ul.tabs li {
  background: #BBBBBB !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-right: 10px !important; }
  .woocommerce-tabs ul.tabs li.active {
    background: #FFFFFF !important; }
  .woocommerce-tabs ul.tabs li a {
    color: #FFFFFF !important;
    text-shadow: none !important;
    padding: 10px 20px !important; }
  .woocommerce-tabs ul.tabs li.active a {
    color: #BE3627 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important; }

.woocommerce .entry-summary h3 {
  line-height: 1.2; }

.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important; }

.tabs {
  border-bottom: 1px solid #bbb; }

.woocommerce-tabs h2 {
  color: #be3627;
  font-size: 1.6875rem; }

.woocommerce-tabs h3 {
  color: #be3627; }

.woocommerce-tabs table {
  border: 0;
  margin: 0;
  width: 100%; }
  .woocommerce-tabs table tr td {
    padding: 5px 0; }

table.feedingguide {
  border-collapse: collapse;
  -moz-border-radius: 10px;
  -webkit-border-radius: 15px 20px;
  border-radius: 10px; }
  table.feedingguide th {
    background: #BE3627;
    color: white; }
  table.feedingguide td, table.feedingguide th {
    padding: 10px;
    text-align: center;
    border: 2px solid #951A22; }

.woocommerce-page #respond input#submit {
  color: white !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
  border: 0; }

.woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  border: 0; }

.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd {
  margin-bottom: 0 !important; }

.woocommerce-page td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd {
  margin-bottom: 0 !important; }

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove {
  width: auto !important;
  font-size: 4.5em !important;
  height: 1.2em !important;
  font-family: 'Dosis', sans-serif; }

.woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
  width: auto !important;
  font-size: 4.5em !important;
  height: 1.2em !important;
  font-family: 'Dosis', sans-serif; }

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover {
  color: #EC7E33 !important;
  background: none !important; }

.woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
  color: #EC7E33 !important;
  background: none !important; }

#coupon_code {
  min-height: 46px;
  min-width: 130px; }

/*.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{color:white !important}*/
.shop_table input.button {
  background: #DDDDDD !important;
  color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.shop_table .checkout-button.button {
  background: #EC7E33 !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: none; }

table thead, table tfoot {
  background: none; }

.woocommerce .star-rating, .woocommerce-page .star-rating {
  color: #be3627; }

.cart-collaterals {
  width: auto !important;
  float: right; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important; }

.woocommerce .cart-collaterals .cart_totals table {
  width: 100% !important;
  border-left: solid 1px #dddddd;
  border-radius: 5px; }
  .woocommerce .cart-collaterals .cart_totals table th {
    min-width: 100px; }

.shipping_calculator {
  display: none; }

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 10px; }

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 12px 0px 12px 7px; }

.product .sku_wrapper {
  display: none !important; }

.woocommerce .woocommerce-error::before, .woocommerce-page .woocommerce-error::before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
  padding-top: 0px !important; }

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
  height: auto !important; }

.woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
  height: auto !important; }

.return-to-shop {
  display: none; }

/* CHECK OUT*/
.woocommerce-billing-fields h3 {
  font-size: 1.2rem !important;
  color: #BE3627; }

#ship-to-different-address label, #termsandconditions h3, #hear_about_us h3 {
  display: inline-block !important;
  font-size: 1.2rem !important;
  color: #BE3627;
  font-weight: 700; }

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #F2F2F3; }

.woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before {
  background-image: url(../images/lock-icon.png);
  content: '' !important;
  margin-top: 10px;
  background-repeat: no-repeat !important;
  background-color: #f2F2f3 !important; }

.payment_method_paypal p {
  font-weight: bold; }

/* BLOG */
.categories {
  clear: both;
  margin-bottom: 30px; }
  .categories li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block; }
  .categories a {
    color: #BE3627;
    padding: 0 0 0.2em 0.1em;
    font-size: 0.9em;
    display: block;
    font-weight: bold; }
    .categories a:hover {
      color: #EC7E33; }
  .categories .current-cat a {
    color: #EC7E33; }

.page-numbers li span.current {
  background: #BE3627; }

.blog h2 {
  color: #BE3627;
  font-size: 1.4em; }

.blog img {
  margin-top: 0.7em; }

.tags a {
  font-style: italic;
  color: #BE3627; }

.single-post .push-right {
  float: right; }

.single-post .pull-left {
  float: left; }

.single-post .entry-content img {
  padding: 1em; }

@media only screen and (max-width: 768px) {
  .single-post .push-right {
    float: none; }
  .single-post .pull-left {
    float: none; }
  .single-post .entry-content img {
    width: 100%; } }

/* FAQ */
.question {
  line-height: 2em;
  font-weight: 700;
  font-family: 'Dosis', sans-serif; }
  .question:nth-child(even) a {
    color: #EC7E33; }
  .question:nth-child(odd) a {
    color: #BE3633; }

.backtotop {
  font-style: italic;
  font-size: 12px; }
  .backtotop a {
    color: #000000; }

.faq span {
  margin-top: -25px;
  height: 25px;
  /* Size of fixed header */
  display: block; }

/* CUSTOMER REVIEWS */
.owner {
  color: #BE3627;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px; }

.pet {
  color: #BE3627;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
  padding-bottom: 10px; }

/* CONTACT */
.contact h2 {
  color: #BE3627;
  font-size: 1.4em;
  margin-bottom: 20px; }

.contact img {
  padding-right: 10px; }

.contact .entry-content p {
  margin-bottom: 5px; }

/* LOGIN */
#theme-my-login.login {
  max-width: 500px;
  margin: auto; }

/* Footer Styles */
a.socialicons {
  margin-right: 5px; }

#footer-top {
  background-color: #BE3627;
  padding: 30px 0;
  color: #fff; }
  #footer-top p {
    margin-bottom: 5px; }
  #footer-top a {
    color: #fff; }
  #footer-top form.enews {
    background: transparent; }
    #footer-top form.enews button {
      width: auto;
      margin: 10px 0; }

#footer-bottom {
  background-color: #951A22;
  color: #fff;
  font-size: 0.9em;
  padding: 10px 0; }
  #footer-bottom a {
    color: #fff; }

.woocommerce-checkout #payment {
  background: #fff;
  border: solid 1px #cdcdcd;
  margin-bottom: 1em; }

.ls-slide-1 img {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important; }

.woocommerce div.product form.cart .variations td.label {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0; }

.woocommerce div.product form.cart .variations td.value {
  display: block;
  padding: 0;
  margin: 0; }

.woocommerce div.product form.cart a.reset_variations {
  display: none !important; }

.wp_rp_wrap {
  margin-top: 2em; }

.wp_rp_content ul.related_post li {
  width: 18% !important; }
  @media only screen and (max-width: 768px) {
    .wp_rp_content ul.related_post li {
      width: 30% !important; } }
  .wp_rp_content ul.related_post li a {
    font-size: 17px !important; }
  .wp_rp_content ul.related_post li img {
    width: 120px !important;
    height: 120px !important; }
    @media only screen and (max-width: 768px) {
      .wp_rp_content ul.related_post li img {
        width: auto !important; } }

h2 {
  color: #EC7E33; }

.btn {
  padding: 10px 40px;
  background: #EC7E33;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  display: inline-block;
  font-family: 'Dosis', sans-serif; }

/* Front Page */
.latestposts {
  background: #efefef; }
  .latestposts h2 {
    text-align: center;
    margin-bottom: 1.5em; }
  .latestposts ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .latestposts li {
    display: inline-block;
    float: left;
    width: 29%;
    margin: 0 2%;
    text-align: center;
    position: relative; }
    .latestposts li img {
      width: 100%; }
    .latestposts li h4 {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 10%;
      background: rgba(255, 255, 255, 0.85);
      padding: 10px;
      margin: 0;
      font-size: 1.2em; }

@media only screen and (max-width: 768px) {
  .latestposts li {
    width: 100%;
    margin: 0 0 1em 0; } }

/* Landing Pages */
.post-2914 h1.entry-title {
  display: none; }

.single-landing-page .ecomm-buttons {
  display: none; }

.single-landing-page .panel {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent; }

.single-landing-page .container header {
  text-align: center;
  padding-top: 3em; }

.single-landing-page .inbound-input {
  width: 100% !important; }

.single-landing-page .inbound-button-submit {
  background-color: #EC7E33;
  color: #fff; }

.landing-page .ssba {
  display: none; }

.landing-page .entry-content {
  line-height: 1.6; }

.landing-page h2 {
  color: #BE3627; }

.blank-cta-template img {
  width: 100%; }

/* ID of product landing page postid-3363 and postid-3735 */
.postid-3363 header h1, .postid-3735 header h1 {
  display: none; }

.postid-3363 .entry-content, .postid-3735 .entry-content {
  padding-top: 100px;
  font-size: 1.1em; }

.postid-3363 h2, .postid-3735 h2 {
  text-align: center;
  padding-bottom: 0.8em;
  margin: 0; }

.postid-3363 .entry-content .row img, .postid-3735 .entry-content .row img {
  width: 100%; }

.postid-3363 .additional-benefits, .postid-3735 .additional-benefits {
  background-color: #991c1f;
  padding: 1em;
  color: #fff;
  border-radius: 5px; }

.postid-3363 hr, .postid-3735 hr {
  margin: 2em 0; }

.postid-3363 .add_to_cart_inline, .postid-3735 .add_to_cart_inline, #buynow .add_to_cart_inline {
  border: none !important;
  padding: 0 !important; }

.postid-3363 .woocommerce-Price-amount, .postid-3735 .woocommerce-Price-amount, #buynow .woocommerce-Price-amount {
  display: block; }

.postid-3363 table.feedingguide, .postid-3735 table.feedingguide {
  width: 100%;
  margin: 30px 0; }

.postid-3363 .buynowcolumn, .postid-3735 .buynowcolumn, #buynow .buynowcolumn {
  margin: 0 auto;
  float: none;
  text-align: center; }

.postid-3363 .shipping, .postid-3735 .shipping, #buynow .shipping {
  width: auto !important;
  display: block;
  margin: 0 auto; }

/* Confused Landing Page */
section.orange {
  background: #EC7E33;
  padding: 50px 0; }
  section.orange h1, section.orange h2, section.orange h3, section.orange p {
    color: #fff; }

section.tagline {
  padding: 20px 0; }

section.red {
  background: #BE3627;
  padding: 50px 0; }
  section.red h1, section.red h2, section.red h3, section.red p {
    color: #fff; }

section.white {
  background: #fff;
  padding: 50px 0; }

section#intro.orange {
  padding: 200px 0 100px;
  text-align: right;
  margin-top: -45px; }

section#intro img {
  max-width: 75%;
  margin-top: -80px; }

section#intro h1 {
  font-size: 4.5em;
  padding-left: 10%;
  line-height: 1;
  margin-bottom: 20px; }

section#intro h3 {
  color: #BE3627;
  text-align: right; }

section#welcome h3 {
  color: #EC7E33; }

section#science .iconimage {
  max-width: 150px; }

section#science h3 {
  color: #BE3627; }

section#how img {
  max-width: 75%;
  margin-bottom: 20px; }

section#how h3, section#how p {
  color: #BE3627;
  text-align: center; }

section#how .bg-orange {
  margin-top: 40px;
  padding: 30px; }
  section#how .bg-orange p {
    color: #fff; }
  section#how .bg-orange a {
    text-decoration: underline; }
  section#how .bg-orange h4 {
    color: #BE3627; }

section#customerexperience {
  text-align: center; }
  section#customerexperience .ownername, section#customerexperience .description {
    color: #EC7E33;
    font-weight: 700; }
  section#customerexperience .customer-reviews {
    color: #fff; }
  section#customerexperience .description {
    padding: 0 30%; }

section#buynow {
  text-align: center; }
  section#buynow .button:hover {
    background: #BE3627 !important; }

.post-4414 section h2, .post-4414 section h3, .post-4414 section h4, .post-4414 section h5 {
  text-align: center; }

.post-4414 section p {
  font-weight: 500; }

.post-4414 section h4 {
  color: #EC7E33; }

section#faq h5 {
  text-align: left;
  color: #fff;
  font-size: 1.3em; }

section#faq h6 {
  text-align: left;
  color: #fff;
  border-bottom: solid 1px #BE3627;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500; }

section#faq h2 {
  color: #BE3627;
  text-align: left; }

section#faq .drtivey {
  text-align: center; }
  section#faq .drtivey img {
    margin: 0 auto; }
  section#faq .drtivey h5 {
    color: #BE3627;
    text-align: center;
    font-size: 1.1em; }
  section#faq .drtivey a {
    background: #BE3627 !important;
    padding: 10px !important; }

#different img {
  max-width: 90px;
  margin: 13px auto;
  display: block; }

.bg-white .col-inner {
  background: #fff;
  padding: 60px 40px 40px;
  margin: 50px;
  border: solid 2px #BE3627;
  text-align: left;
  position: relative;
  min-height: 270px; }
  .bg-white .col-inner p, .bg-white .col-inner h5 {
    color: #BE3627;
    text-align: left; }
  .bg-white .col-inner img {
    position: absolute;
    right: -100px;
    top: -60px;
    max-width: 220px; }
    .bg-white .col-inner img.two {
      top: -100px; }

.bg-orange {
  background: #EC7E33; }
  .bg-orange h2.entry-title {
    color: #fff; }
  .bg-orange h3, .bg-orange h4 {
    color: #fff; }

.extra-padding {
  padding: 50px 0; }

.section-top {
  padding-bottom: 50px;
  margin-top: -140px;
  padding-top: 120px; }

/* Table Styling */
table.table {
  width: 100%;
  border: none; }
  table.table thead tr {
    background: transparent; }
    table.table thead tr td {
      border-bottom: solid 2px #BE3627;
      font-size: 1em;
      color: #BE3627;
      text-align: center;
      vertical-align: bottom; }
  table.table tr {
    background: #BE3627; }
    table.table tr:nth-child(even) {
      background: #EC7E33; }
    table.table tr td {
      border-bottom: solid 3px #fff;
      text-align: center;
      color: #fff;
      font-weight: 700; }
      table.table tr td.question {
        font-size: 1.2em;
        font-weight: 700;
        color: #fff;
        text-align: left; }

/* <img style="width:auto !important; padding-bottom:5px;" src="http://dig-in.kbox.site/wp-content/themes/reverie5/images/freeshipping-trans.png">*/
@media only screen and (max-width: 1024px) {
  .bg-white .col-inner {
    margin: 20px; } }

@media only screen and (max-width: 640px) {
  table.table tr td {
    padding: 5px; }
    table.table tr td.question {
      font-size: 0.8em;
      line-height: 1; }
    table.table tr td img {
      margin: 5px auto; }
    table.table tr td.last {
      display: none; }
  section#customerexperience .description {
    padding: 0 5%; }
  .bg-white .col-inner {
    padding: 30px;
    margin: 20px;
    min-height: none; }
    .bg-white .col-inner img {
      max-width: 150px;
      position: relative;
      float: right;
      right: -50px;
      top: -30px; }
      .bg-white .col-inner img.two {
        max-width: 150px;
        position: relative;
        float: right;
        right: -50px;
        top: -30px; }
  section#intro.orange {
    padding: 100px 0; }
  section#intro h3, section#intro h1 {
    text-align: center;
    padding: 0; }
  section#intro img {
    margin-top: 0;
    margin: 0 auto;
    max-width: 100%; }
  .postid-3363 .entry-content, .postid-3735 .entry-content {
    padding-top: 30px; }
  .postid-3363 article.post-3363, .postid-3735 article.post-3735 {
    padding: 0 20px; }
  /* Homepage Layer Slider tweaks */
  .page-id-15 .ecomm-buttons {
    display: none; }
  body.page-id-15 header.contain-to-grid {
    margin-bottom: 0; }
  .page-id-15 .ls-slide h2 {
    display: none !important; }
  .page-id-15 .ls-slide h1 {
    font-size: 22px !important;
    line-height: 1.0 !important; }
  .page-id-15 .ls-slide p.ls-l a {
    padding: 7px 15px !important;
    font-size: 14px !important;
    margin-top: 10px;
    border-radius: 5px !important; }
  .cart-collaterals {
    width: 100% !important; }
  .woocommerce table.cart a.remove {
    font-size: 2em !important;
    height: 1em; }
  .woocommerce div.product form.cart .button {
    width: 100%; }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2em; }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    border-bottom: solid 3px #fff !important; }
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    border-bottom: solid 3px #fff !important; } }

#gform_wrapper_2 .top_label input.medium {
  width: 100%; }

.soliloquy-container {
  margin-top: -53px !important;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 640px) {
    .soliloquy-container {
      margin-top: 0 !important; } }
  .soliloquy-container .soliloquy-image {
    float: right; }
  .soliloquy-container .soliloquy-controls-direction .soliloquy-prev {
    left: -20px;
    background-color: rgba(190, 54, 39, 0.25);
    border-radius: 40px; }
  .soliloquy-container .soliloquy-controls-direction .soliloquy-next {
    right: 20px;
    background-color: rgba(190, 54, 39, 0.25);
    border-radius: 40px; }
  .soliloquy-container .soliloquy-pager .soliloquy-pager-link {
    background-image: none;
    background-color: #951A22;
    border-radius: 20px; }
    .soliloquy-container .soliloquy-pager .soliloquy-pager-link.active {
      background-image: none;
      background-color: #EC7E33; }
  .soliloquy-container .soliloquy-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-left {
      width: 40%; }
    @media only screen and (max-width: 760px) {
      .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
        width: 100% !important;
        position: relative; } }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
      max-width: 90%;
      margin-top: 3em;
      height: auto !important;
      background: transparent !important;
      text-shadow: none !important;
      text-align: left !important; }
      @media only screen and (max-width: 760px) {
        .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
          margin-top: 0; } }
      .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
        font-size: 2.5em;
        margin-bottom: 0.3em; }
      .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p, .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h3 {
        line-height: 1.4;
        font-weight: bold;
        font-size: 1.2em;
        color: #333;
        margin-bottom: 0.9em; }
      .soliloquy-container .soliloquy-caption .soliloquy-caption-inside a {
        display: inline-block;
        padding: 10px 20px;
        background: #EC7E33;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        font-size: 16px;
        font-weight: 700;
        color: white; }

.promo-panel {
  background: #f3f3f3;
  padding: 0.5em 1em;
  border: #BE3627 solid 7px;
  border-radius: 10px;
  margin-bottom: 1em; }
  .promo-panel h2, .promo-panel h3, .promo-panel h4 {
    color: #BE3627; }

.text-center {
  text-align: center; }

.padd-tb {
  padding: 3em 0; }

.fullwidth {
  max-width: none;
  padding: 3em 0; }

.bg-grey {
  background: #f3f3f3; }

.bg-darkred {
  background: #951A22; }
  .bg-darkred h1, .bg-darkred h2, .bg-darkred h3, .bg-darkred h4, .bg-darkred p, .bg-darkred ul {
    color: #fff; }

.checks {
  clear: both;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: bold;
  list-style: none; }
  .checks li {
    background-image: url("../images/check-white.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 30px;
    padding-left: 0;
    line-height: 1;
    overflow: visible;
    padding-top: 32px;
    padding-bottom: 20px; }

.page-template-template-digfresh .btn, .postid-7649 .btn {
  margin-top: 1em; }

.page-template-template-digfresh .red h1, .page-template-template-digfresh .red h2, .page-template-template-digfresh .red h3, .page-template-template-digfresh .red h4, .page-template-template-digfresh .red h5, .page-template-template-digfresh .red h6, .page-template-template-digfresh .red p, .page-template-template-digfresh .orange h1, .page-template-template-digfresh .orange h2, .page-template-template-digfresh .orange h3, .page-template-template-digfresh .orange h4, .page-template-template-digfresh .orange h5, .page-template-template-digfresh .orange h6, .page-template-template-digfresh .orange p, .postid-7649 .red h1, .postid-7649 .red h2, .postid-7649 .red h3, .postid-7649 .red h4, .postid-7649 .red h5, .postid-7649 .red h6, .postid-7649 .red p, .postid-7649 .orange h1, .postid-7649 .orange h2, .postid-7649 .orange h3, .postid-7649 .orange h4, .postid-7649 .orange h5, .postid-7649 .orange h6, .postid-7649 .orange p {
  color: #fff; }

.page-template-template-products .btn {
  margin-top: 1em; }

.page-template-template-products .red h1, .page-template-template-products .red h2, .page-template-template-products .red h3, .page-template-template-products .red h4, .page-template-template-products .red h5, .page-template-template-products .red h6, .page-template-template-products .red p, .page-template-template-products .orange h1, .page-template-template-products .orange h2, .page-template-template-products .orange h3, .page-template-template-products .orange h4, .page-template-template-products .orange h5, .page-template-template-products .orange h6, .page-template-template-products .orange p {
  color: #fff; }

.page-template-template-products .section-top img {
  max-height: 200px;
  margin-top: -4em;
  margin-bottom: 3em; }

@media only screen and (max-width: 768px) {
  .page-template-template-products .section-top img {
    margin-top: 2em; } }

.col-inner {
  padding: 0 2em; }

@-webkit-keyframes bellshake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  92% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes bellshake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  92% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes bellshakeSm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  15% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  30% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  45% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  92% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes bellshakeSm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  15% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  30% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  45% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  92% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(100deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(100deg); } }

.sidebar-recipes h2 {
  color: #BE3627; }

.recipe-teaser .recipe-inner {
  background: #BE3627;
  padding: 1em;
  border-radius: 15px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.recipe-teaser img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -107px;
  max-width: 120px;
  margin-bottom: 1em;
  float: none; }

.recipe-teaser h5.recipe-title {
  display: block;
  font-size: 1.5em;
  color: #fff;
  width: 100%;
  padding: 0;
  text-align: left;
  height: 100%;
  margin: 0;
  line-height: 1; }

.recipe-teaser h6 {
  color: #fff;
  padding: 0 2.5em; }

.recipe-teaser:hover img {
  -webkit-animation: bellshake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: bellshake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.recipe-teaser:hover .recipe-inner {
  background-color: rgba(190, 54, 39, 0.9); }

.recipe-teaser.diginfresh-promo .recipe-inner {
  background: #EC7E33; }
  .recipe-teaser.diginfresh-promo .recipe-inner img {
    max-width: 131px; }
  .recipe-teaser.diginfresh-promo .recipe-inner h6 {
    padding: 0; }
  .recipe-teaser.diginfresh-promo .recipe-inner .btn {
    background: #BE3627 !important; }

.recipe {
  position: relative;
  margin-bottom: 1em;
  margin-top: 110px; }
  .recipe:last-child {
    float: left !important; }
  .recipe .recipe-inner {
    background: #BE3627;
    padding: 1em;
    border-radius: 15px; }
  .recipe img {
    margin-top: -110px;
    max-width: 180px;
    margin-bottom: 0; }
  .recipe h5.recipe-title {
    display: block;
    font-size: 1.8em;
    color: #fff;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 100%;
    margin: 0;
    line-height: 1; }

.page-template-template-recipes .type-recipes:last-child {
  float: left !important; }

.page-template-template-recipes .type-recipes .image {
  max-width: 60%;
  top: 6px;
  position: relative;
  float: none;
  margin: 0 auto; }

.type-recipes .image {
  max-width: 150px;
  top: -13px;
  float: left;
  position: relative;
  margin-right: 10px; }

.type-recipes h1 {
  margin-bottom: 0em; }

.type-recipes .specs {
  padding: 1em 2em;
  border-radius: 45px;
  background: #BE3627;
  color: #fff;
  margin: 0 0 0.5em;
  display: inline-block;
  text-align: left; }

.type-recipes .section {
  display: inline-block;
  padding: 1em;
  margin-bottom: 1em; }
  .type-recipes .section h4 {
    color: #BE3627;
    border-bottom: solid 1px #BE3627; }
  .type-recipes .section.ingredients, .type-recipes .section.nutrition {
    background: #f3f3f3;
    border-radius: 10px; }
    .type-recipes .section.ingredients table, .type-recipes .section.nutrition table {
      background: transparent;
      border: none;
      margin: 0;
      width: 100%; }
      .type-recipes .section.ingredients table tr td, .type-recipes .section.nutrition table tr td {
        padding: 4px 0;
        font-size: 1em;
        border-bottom: solid 1px #ccc; }
  .type-recipes .section.downloadable-recipe { 
    text-align: center;
    background: #f3f3f3;
    border-radius: 10px;
    width: 100%; }
    .type-recipes .section.downloadable-recipe p {
      margin: 0; }
    .type-recipes .section.downloadable-recipe h2 {
      color: #BE3627; }
    .type-recipes .section.downloadable-recipe .button {
      background-color: #BE3627; }
    .type-recipes .section.downloadable-recipe .gform_wrapper {
      margin: 0 auto; }
    .type-recipes .section.downloadable-recipe .gform_body {
      display: inline-block;
      width: 70%; }
      @media only screen and (max-width: 768px) {
        .type-recipes .section.downloadable-recipe .gform_body {
          width: 100%; } }
    .type-recipes .section.downloadable-recipe .gform_footer {
      display: inline-block;
      width: 28%;
      clear: none; }
      @media only screen and (max-width: 768px) {
        .type-recipes .section.downloadable-recipe .gform_footer {
          width: 100%; } }
    .type-recipes .section.downloadable-recipe ul#gform_fields_5 li {
      display: inline-block;
      width: 50%;
      margin: 0; }
      .type-recipes .section.downloadable-recipe ul#gform_fields_5 li label {
        display: none; }
      .type-recipes .section.downloadable-recipe ul#gform_fields_5 li input {
        width: 100%; }
      @media only screen and (max-width: 768px) {
        .type-recipes .section.downloadable-recipe ul#gform_fields_5 li {
          width: 100%; } }
  .type-recipes .section.directions {
    border-radius: 10px; }
  .type-recipes .section.nutrition {
    font-family: sans-serif;
    margin-top: 1em;
    border-radius: 0;
    border: solid 1px #ccc;
    background: #fff;
    width: 100%; }
    .type-recipes .section.nutrition h4 {
      font-family: sans-serif;
      color: #000;
      border: none; }
    .type-recipes .section.nutrition hr {
      height: 5px;
      background: #000; }
  .type-recipes .section.diginfresh {
    width: 100%;
    background: #BE3627;
    border-radius: 10px; }
    .type-recipes .section.diginfresh img {
      float: left;
      width: 30%;
      margin-right: 10px; }
    .type-recipes .section.diginfresh h3, .type-recipes .section.diginfresh h5, .type-recipes .section.diginfresh p, .type-recipes .section.diginfresh h6 {
      line-height: 1.4;
      color: #fff;
      text-align: left; }
    .type-recipes .section.diginfresh .button {
      margin: 1em 0 !important;
      width: 100%; }
  .type-recipes .section.feeding_guide {
    width: 100%;
    background: #f3f3f3; }
    .type-recipes .section.feeding_guide table {
      width: 100%;
      border-spacing: 0; }
      .type-recipes .section.feeding_guide table tr:nth-child(even) {
        background: #efefef; }
      .type-recipes .section.feeding_guide table tr:nth-child(odd) {
        background: #FFF; }
      .type-recipes .section.feeding_guide table tr:first-child, .type-recipes .section.feeding_guide table tr:nth-child(2) {
        background: #BE3627; }
        .type-recipes .section.feeding_guide table tr:first-child td, .type-recipes .section.feeding_guide table tr:nth-child(2) td {
          color: #fff; }
      .type-recipes .section.feeding_guide table tr {
        border-spacing: 0; }
        .type-recipes .section.feeding_guide table tr td {
          border-bottom: solid 1px #ccc;
          border-spacing: 0;
          border-collapse: collapse;
          padding: 5px 8px;
          line-height: 1; }

.related-recipes {
  background: #e6e6e6;
  padding: 3em 0; }

.accordion {
  margin: 0; }
  .accordion dt, .accordion dd {
    padding: 0 10px;
    border-bottom: 0; }
    .accordion dt a, .accordion dd a {
      display: block;
      color: black;
      font-weight: bold; }
      .accordion dt a.active, .accordion dd a.active {
        color: #EC7E33; }
  .accordion dd {
    border-top: 0; }
    .accordion dd:last-of-type {
      border-top: 1px solid white;
      position: relative;
      top: -1px; }

.calculator {
  background-color: #ececec;
  padding: 2em;
  border-radius: 10px; }
  .calculator .element-radio-container {
    font-weight: bold; }
    .calculator .element-radio-container input {
      display: inline-block;
      width: 100%;
      position: absolute;
      margin: 0;
      padding: 2em;
      height: 22px;
      cursor: pointer; }
    .calculator .element-radio-container .element-radio {
      height: 22px;
      margin-bottom: 0.5em; }
    .calculator .element-radio-container label {
      padding-left: 20px;
      font-weight: bold;
      font-size: 1rem; }
      .calculator .element-radio-container label span {
        font-size: 0.8em; }
  .calculator .weight-selector {
    background: white;
    padding: 1em;
    text-align: center;
    border-radius: 10px; }
    .calculator .weight-selector span.plusminus {
      position: relative;
      /* top: -3px; */
      font-size: 1.5em;
      font-weight: bold;
      display: inline-block;
      top: -9px; }
  .calculator .weight-total {
    font-weight: bold;
    font-size: 1.2em; }
  .calculator .rangeslider {
    width: 80%;
    height: 30px;
    display: inline; }
  .calculator .total-panel {
    margin-top: 2em;
    background: #BE3627;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px; }
    .calculator .total-panel label, .calculator .total-panel .total-wrapper {
      display: inline-block; }

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.rangeslider {
  background: #e6e6e6;
  position: relative; }

.rangeslider--horizontal {
  height: 20px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #00ff00;
  position: absolute; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9); }
