/*
Theme Name: PCB Pebbles Theme
Template: brands
Theme URI: http://www.bravenewmedia.net
Author: Brave New Media
Author URI: https://www.bravenewmedia.net/
Description: A child theme for the Pebbles brand subsite.
Text Domain:  pcb-brand-pebbles
*/
/* line 12, scss/_colors.scss */
.bg-primary {
  background-color: #F7395E;
}
/* line 15, scss/_colors.scss */
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary a {
  color: #fff;
}

/* line 20, scss/_colors.scss */
.bg-secondary {
  background-color: #F8E940;
}
/* line 23, scss/_colors.scss */
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary a {
  color: #F7395E;
}

/* line 28, scss/_colors.scss */
.bg-tertiary {
  background-color: #00D2FF;
}
/* line 31, scss/_colors.scss */
.bg-tertiary h1, .bg-tertiary h2, .bg-tertiary h3, .bg-tertiary h4, .bg-tertiary h5, .bg-tertiary h6, .bg-tertiary a {
  color: #fff;
}

/* line 36, scss/_colors.scss */
.bg-black {
  background-color: #622C23;
}
/* line 39, scss/_colors.scss */
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black a {
  color: #F8E940;
}

/* line 44, scss/_colors.scss */
.bg-white {
  background-color: #fff;
}
/* line 47, scss/_colors.scss */
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6 {
  color: #F7395E;
}

/* line 52, scss/_colors.scss */
.bg-light-orange {
  background-color: #FDB014;
}
/* line 55, scss/_colors.scss */
.bg-light-orange h1, .bg-light-orange h2, .bg-light-orange h3, .bg-light-orange h4, .bg-light-orange h5, .bg-light-orange h6 {
  color: #fff;
}

/* line 60, scss/_colors.scss */
.bg-orange {
  background-color: #EB801B;
}
/* line 63, scss/_colors.scss */
.bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4, .bg-orange h5, .bg-orange h6 {
  color: #fff;
}

/* line 68, scss/_colors.scss */
.bg-purple {
  background-color: #E24ED2;
}
/* line 71, scss/_colors.scss */
.bg-purple h1, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple h5, .bg-purple h6 {
  color: #fff;
}

/* line 76, scss/_colors.scss */
.text-primary {
  color: #F7395E !important;
}
/* line 79, scss/_colors.scss */
.text-primary p, .text-primary li {
  color: inherit;
}

/* line 84, scss/_colors.scss */
.text-secondary {
  color: #F8E940 !important;
}
/* line 87, scss/_colors.scss */
.text-secondary p, .text-secondary li {
  color: inherit;
}

/* line 92, scss/_colors.scss */
.text-tertiary {
  color: #00D2FF !important;
}
/* line 95, scss/_colors.scss */
.text-tertiary p, .text-tertiary li {
  color: inherit;
}

/* line 100, scss/_colors.scss */
.text-black {
  color: #622C23 !important;
}
/* line 103, scss/_colors.scss */
.text-black p, .text-black li {
  color: inherit;
}

/* line 108, scss/_colors.scss */
.text-white {
  color: #fff !important;
}
/* line 111, scss/_colors.scss */
.text-white p, .text-white li {
  color: inherit;
}

/* line 116, scss/_colors.scss */
.text-orange {
  color: #EB801B !important;
}
/* line 119, scss/_colors.scss */
.text-orange p, .text-orange li {
  color: inherit;
}

/* line 124, scss/_colors.scss */
.text-purple {
  color: #E24ED2 !important;
}
/* line 127, scss/_colors.scss */
.text-purple p, .text-purple li {
  color: inherit;
}

/* line 1, scss/_general.scss */
main .bg-primary a:focus,
main .bg-secondary a:focus,
main .bg-purple a:focus,
main .bg-tertiary a:focus,
.section-header ul li a:focus,
.section-header-logo a:focus,
.brand-name a:focus,
.section-hashtag-cta a:focus {
  outline-color: #fff;
}

/* line 13, scss/_general.scss */
.pointer-left.primary {
  color: #F7395E;
  border-right-color: #F7395E;
}
/* line 18, scss/_general.scss */
.pointer-left.secondary {
  color: #F8E940;
  border-right-color: #F8E940;
}
/* line 23, scss/_general.scss */
.pointer-left.tertiary {
  color: #00D2FF;
  border-right-color: #00D2FF;
}
/* line 28, scss/_general.scss */
.pointer-left.black {
  color: #622C23;
  border-right-color: #622C23;
}
/* line 33, scss/_general.scss */
.pointer-left.white {
  color: #fff;
  border-right-color: #fff;
}

/* line 40, scss/_general.scss */
.pointer-right.primary {
  color: #F7395E;
  border-left-color: #F7395E;
}
/* line 45, scss/_general.scss */
.pointer-right.secondary {
  color: #F8E940;
  border-left-color: #F8E940;
}
/* line 50, scss/_general.scss */
.pointer-right.tertiary {
  color: #00D2FF;
  border-left-color: #00D2FF;
}
/* line 55, scss/_general.scss */
.pointer-right.black {
  color: #622C23;
  border-left-color: #622C23;
}
/* line 60, scss/_general.scss */
.pointer-right.white {
  color: #fff;
  border-left-color: #fff;
}

/* line 70, scss/_general.scss */
ul.social.icon-bg-primary li a {
  background: #F7395E;
}
/* line 78, scss/_general.scss */
ul.social.icon-bg-secondary li a {
  background: #F8E940;
}
/* line 86, scss/_general.scss */
ul.social.icon-bg-tertiary li a {
  background: #00D2FF;
}
/* line 94, scss/_general.scss */
ul.social.icon-bg-black li a {
  background: #622C23;
}
/* line 102, scss/_general.scss */
ul.social.icon-bg-white li a {
  background: #fff;
}
/* line 110, scss/_general.scss */
ul.social.icon-text-primary li a {
  color: #F7395E;
}
/* line 118, scss/_general.scss */
ul.social.icon-text-secondary li a {
  color: #F8E940;
}
/* line 126, scss/_general.scss */
ul.social.icon-text-tertiary li a {
  color: #00D2FF;
}
/* line 134, scss/_general.scss */
ul.social.icon-text-black li a {
  color: #622C23;
}
/* line 142, scss/_general.scss */
ul.social.icon-text-white li a {
  color: #fff;
}

/* line 149, scss/_general.scss */
.video-image-link {
  display: block;
  position: relative;
  z-index: 1;
}
/* line 154, scss/_general.scss */
.video-image-link:after {
  background-image: url(img/icons/video-play.png);
  content: "";
  display: block;
  height: 52px;
  left: 50%;
  margin: -26px 0 0 -26px;
  position: absolute;
  top: 50%;
  width: 52px;
  z-index: 9;
}

/* line 1, scss/_typography.scss */
a {
  color: #F7395E;
}
/* line 4, scss/_typography.scss */
a.cta-small {
  font-family: Graphie, Arial, sans-serif;
  font-size: .68em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 13, scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #F7395E;
}

/* line 17, scss/_typography.scss */
h1 {
  font-size: 2.25em;
  margin-bottom: 22px;
  line-height: 1em;
}
@media screen and (min-width: 1024px) {
  /* line 17, scss/_typography.scss */
  h1 {
    font-size: 3.75em;
    line-height: 1em;
  }
}

/* line 30, scss/_typography.scss */
h2 {
  font-size: 1.875em;
  margin-bottom: 22px;
  line-height: 1em;
}
@media screen and (min-width: 1024px) {
  /* line 30, scss/_typography.scss */
  h2 {
    font-size: 2.5em;
    line-height: 1em;
  }
}

/* line 41, scss/_typography.scss */
p {
  color: #F7395E;
}

/* line 45, scss/_typography.scss */
span.uppercase, h1 span.uppercase, h2 span.uppercase {
  display: inline-block !important;
  text-transform: uppercase;
}

/* line 1, scss/brand/_brand-header.scss */
#menu-brand #menu-brand-primary .column.brand-name,
#menu-brand #menu-brand-primary .column.logo,
#menu-brand #menu-brand-expanded .brand-nav-list li a {
  background-color: #F7395E;
}

/* line 6, scss/brand/_brand-header.scss */
.section-header {
  background-color: #F7395E;
}
/* line 10, scss/brand/_brand-header.scss */
.section-header > .column a {
  color: #fff;
  text-transform: none;
}
/* line 19, scss/brand/_brand-header.scss */
.section-header ul.social li a {
  background: #fff;
  color: #F7395E;
}

/*  ***************************************
 Recipes: Header
 *************************************** */
/* line 24, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header {
  background-repeat: repeat-x;
  background-size: auto 240px;
  background-position: center top;
  position: relative;
}
@media screen and (min-width: 640px) {
  /* line 24, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header {
    margin-bottom: 60px;
  }
}
/* line 34, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter {
  background: #f9ec00;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  /* line 34, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter {
    bottom: 0;
    padding: 20px 30px;
    position: absolute;
    transform: translateY(50%);
    width: 96%;
    z-index: 100;
  }
}
/* line 48, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter form.pebbles-recipes-filter {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 640px) {
  /* line 48, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter form.pebbles-recipes-filter {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 850px) {
  /* line 48, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter form.pebbles-recipes-filter {
    flex-direction: column;
  }
}
/* line 59, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .pebbles-recipe-filter-heading {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 640px) {
  /* line 59, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter .pebbles-recipe-filter-heading {
    flex-grow: 1;
  }
}
/* line 66, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .pebbles-recipe-filters-container {
  display: flex;
  flex-grow: 1;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 850px) {
  /* line 66, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter .pebbles-recipe-filters-container {
    margin: 0;
    flex-direction: column;
  }
}
/* line 75, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-field-wrap {
  margin-bottom: 0;
  width: 50%;
}
/* line 78, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-field-wrap:first-of-type {
  min-width: 290px;
}
@media screen and (max-width: 850px) {
  /* line 75, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-field-wrap {
    margin: 0.5rem 0 0;
    width: 100%;
  }
}
/* line 85, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-field-wrap + .dqpl-field-wrap {
  margin: 0 0 0 1%;
}
@media screen and (max-width: 850px) {
  /* line 85, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-field-wrap + .dqpl-field-wrap {
    margin: 0.5rem 0 0;
  }
}
/* line 92, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-label {
  color: #555555;
  display: block;
  font-family: Graphie, Arial, sans-serif;
  font-size: .75em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 101, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-combobox {
  background: #f9ec00 url(img/icons/filter-arrow.png) no-repeat right 20px center;
  border: 2px solid #ec4ddc;
  color: #ec4ddc;
  padding: 14px 16px;
  font-family: Graphie, Arial, sans-serif;
  width: 100%;
  height: 53px;
}
/* line 110, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-combobox:focus {
  box-shadow: none;
  outline: -webkit-focus-ring-color auto 5px;
}
/* line 114, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-combobox[aria-expanded=true] {
  border-bottom: 0;
}
/* line 117, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-combobox:after {
  color: #ec4ddc;
  top: 7.5px;
  display: none;
}
/* line 123, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-listbox {
  background: #f9ec00;
  border-top: 0;
  border-right: 2px solid #ec4ddc;
  border-bottom: 2px solid #ec4ddc;
  border-left: 2px solid #ec4ddc;
  width: 100%;
  top: 53px;
}
/* line 132, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-listbox .dqpl-option {
  font-family: Graphie, Arial, sans-serif;
  color: #ec4ddc;
  padding: 10px 16px;
}
/* line 136, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-listbox .dqpl-option[aria-selected='true'] {
  background-color: #00d2ff !important;
  color: #000000 !important;
}
/* line 139, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-listbox .dqpl-option[aria-selected='true']:before {
  display: none;
}
/* line 142, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-listbox .dqpl-option[aria-selected='true'].dqpl-option-active {
  background-color: #00d2ff !important;
  color: #000000 !important;
}
/* line 145, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-listbox .dqpl-option[aria-selected='true'].dqpl-option-active:before {
  display: none;
}
/* line 150, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .dqpl-select .dqpl-listbox .dqpl-option:hover {
  background-color: rgba(0, 210, 255, 0.25);
  color: #622C23;
}
/* line 157, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter h2 {
  color: #00d2ff;
  font-family: Graphie, Arial, sans-serif;
  font-size: 1.875em;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
/* line 165, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter input[type="submit"] {
  align-self: flex-end;
  background: #ec4ddc;
  border: none;
  color: #f9ec00;
  font-family: Graphie, Arial, sans-serif;
  font-weight: 900;
  height: 57px;
  line-height: 1;
  padding: 10px 25px 11px;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  /* line 165, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter input[type="submit"] {
    margin: 0.5rem 0 0;
    align-self: flex-start;
  }
}
/* line 182, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter {
  margin-bottom: 10px;
}
/* line 185, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter:last-child {
  margin-bottom: 0;
}
/* line 189, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter#cereal-filter {
  flex-grow: .3;
}
@media screen and (min-width: 640px) {
  /* line 182, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
/* line 198, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter span {
  position: relative;
}
/* line 202, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter input {
  background: url(img/icons/filter-arrow.png) no-repeat right 20px center;
  border: 2px solid #ec4ddc;
  color: #ec4ddc;
  font-family: Graphie, Arial, sans-serif;
  padding: 15px 30px 15px 10px;
  width: 100%;
}
/* line 210, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter input.active {
  border-bottom: none;
  outline: none;
}
/* line 216, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter label {
  color: #555555;
  display: block;
  font-family: Graphie, Arial, sans-serif;
  font-size: .75em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 225, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter select {
  background: #f9ec00;
  border: 2px solid #ec4ddc;
  border-top: none;
  display: none;
  left: 0px;
  padding-bottom: 5px;
  position: absolute;
  z-index: 100;
}
/* line 236, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter select option {
  background: #f9ec00;
  color: #00d2ff;
  font-family: Graphie, Arial, sans-serif;
  padding: 10px;
}
/* line 242, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-filter .recipe-filter select option:active {
  background: #f9ec00;
  color: #fe365b;
}
/* line 250, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-title {
  height: 240px;
}
/* line 253, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-header .section-recipes-title h1 {
  color: #00d2ff;
  font-family: Graphie, Arial, sans-serif;
  font-size: 3em;
  font-weight: 900;
  margin-top: 65px !important;
  text-align: center;
  text-transform: uppercase;
}

/*  ***************************************
 Recipes: Feed
 *************************************** */
/* line 269, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed,
body.page-pebbles .section-dashboard-feed {
  padding: 10px 0;
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  /* line 269, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed,
  body.page-pebbles .section-dashboard-feed {
    padding: 10px 0 30px;
  }
}
/* line 278, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item,
body.page-pebbles .section-dashboard-feed .recipe-feed-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 283, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item:after {
  content: "";
  display: block;
  margin-top: 100%;
}
/* line 289, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.tall:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.tall:after {
  margin-top: 200%;
}
/* line 293, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.wide:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.wide:after {
  margin-top: 50%;
}
@media screen and (min-width: 640px) {
  /* line 278, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed .recipe-feed-item,
  body.page-pebbles .section-dashboard-feed .recipe-feed-item {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  /* line 278, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed .recipe-feed-item,
  body.page-pebbles .section-dashboard-feed .recipe-feed-item {
    width: 33.333333%;
  }
  /* line 305, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed .recipe-feed-item.featured, body.page-recipes .section-recipes-feed .recipe-feed-item.wide,
  body.page-pebbles .section-dashboard-feed .recipe-feed-item.featured,
  body.page-pebbles .section-dashboard-feed .recipe-feed-item.wide {
    width: 66.66667%;
  }
}
/* line 311, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .recipe-feed-item-inner,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .recipe-feed-item-inner {
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 320, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .heading,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .heading {
  color: #f9ec00;
  font-family: Graphie, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  left: 0;
  line-height: 1.75rem;
  margin: 0;
  max-width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 333, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .heading .title,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .heading .title {
  background: #fe365b;
  color: inherit;
  display: block;
  padding: 5px 10px 10px;
  text-decoration: none;
}
/* line 340, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .heading .title:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .heading .title:after {
  background: inherit;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  transform: skewY(64deg);
  width: 10px;
}
/* line 352, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .heading .featured,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .heading .featured {
  background: #f9ec00;
  color: #fe365b;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  padding: 7px 10px;
}
/* line 362, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .timer-icon-container,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .timer-icon-container {
  height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
}
/* line 369, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .timer-icon-container:before,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .timer-icon-container:before {
  background: #c21736;
  content: "";
  display: block;
  height: 10px;
  left: -10px;
  position: absolute;
  bottom: 0;
  transform: skewX(64deg);
  width: 20px;
  z-index: 0;
}
/* line 382, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .timer-icon-container:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .timer-icon-container:after {
  background: #c21736;
  top: -10px;
  content: "";
  display: block;
  height: 20px;
  right: 0;
  position: absolute;
  transform: skewY(64deg);
  width: 10px;
  z-index: 0;
}
/* line 395, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .timer-icon-container .timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .timer-icon-container .timer-icon {
  align-items: center;
  background: #fe365b;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 100%;
  padding: 7px 10px;
  position: relative;
  z-index: 1;
}
/* line 406, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .timer-icon-container .timer-icon svg,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .timer-icon-container .timer-icon svg {
  min-width: 100%;
  height: auto;
}
/* line 411, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item .timer-icon-container .timer-icon .svg-timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item .timer-icon-container .timer-icon .svg-timer-icon {
  fill: #f9ec00;
}
@media screen and (min-width: 640px) {
  /* line 418, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed .recipe-feed-item.featured .heading,
  body.page-pebbles .section-dashboard-feed .recipe-feed-item.featured .heading {
    font-size: 3em;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 418, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed .recipe-feed-item.featured .heading,
  body.page-pebbles .section-dashboard-feed .recipe-feed-item.featured .heading {
    max-width: 75%;
    top: 25%;
  }
}
/* line 433, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.tall .heading,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.tall .heading {
  top: 25%;
}
/* line 439, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.blue .title,
body.page-recipes .section-recipes-feed .recipe-feed-item.blue .timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.blue .title,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.blue .timer-icon {
  background: #00d2ff;
}
/* line 444, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.blue .heading .featured,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.blue .heading .featured {
  background: #f9ec00;
  color: #00d2ff;
}
/* line 449, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.blue .timer-icon-container:before,
body.page-recipes .section-recipes-feed .recipe-feed-item.blue .timer-icon-container:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.blue .timer-icon-container:before,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.blue .timer-icon-container:after {
  background: #107c93;
}
/* line 456, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.green .title,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.green .title {
  background: #a8f01e;
  color: #ec4ddc;
}
/* line 461, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.green .heading .featured,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.green .heading .featured {
  background: #ec4ddc;
  color: #a8f01e;
}
/* line 466, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.green .timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.green .timer-icon {
  background: #a8f01e;
}
/* line 469, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.green .timer-icon .svg-timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.green .timer-icon .svg-timer-icon {
  fill: #ec4ddc;
}
/* line 474, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.green .timer-icon-container:before,
body.page-recipes .section-recipes-feed .recipe-feed-item.green .timer-icon-container:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.green .timer-icon-container:before,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.green .timer-icon-container:after {
  background: #6c951d;
}
/* line 481, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.orange .title,
body.page-recipes .section-recipes-feed .recipe-feed-item.orange .timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.orange .title,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.orange .timer-icon {
  background: #fe9212;
}
/* line 486, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.orange .heading .featured,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.orange .heading .featured {
  color: #fe9212;
}
/* line 490, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.orange .timer-icon-container:before,
body.page-recipes .section-recipes-feed .recipe-feed-item.orange .timer-icon-container:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.orange .timer-icon-container:before,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.orange .timer-icon-container:after {
  background: #a16013;
}
/* line 497, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.purple .title,
body.page-recipes .section-recipes-feed .recipe-feed-item.purple .timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.purple .title,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.purple .timer-icon {
  background: #ec4ddc;
}
/* line 502, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.purple .heading .featured,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.purple .heading .featured {
  color: #ec4ddc;
}
/* line 506, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.purple .timer-icon-container:before,
body.page-recipes .section-recipes-feed .recipe-feed-item.purple .timer-icon-container:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.purple .timer-icon-container:before,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.purple .timer-icon-container:after {
  background: #b22ba4;
}
/* line 513, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.yellow .title,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.yellow .title {
  background: #f9ec00;
  color: #00d2ff;
}
/* line 518, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.yellow .heading .featured,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.yellow .heading .featured {
  background: #00d2ff;
  color: #f9ec00;
}
/* line 523, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.yellow .timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.yellow .timer-icon {
  background: #f9ec00;
}
/* line 526, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.yellow .timer-icon .svg-timer-icon,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.yellow .timer-icon .svg-timer-icon {
  fill: #00d2ff;
}
/* line 531, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed .recipe-feed-item.yellow .timer-icon-container:before,
body.page-recipes .section-recipes-feed .recipe-feed-item.yellow .timer-icon-container:after,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.yellow .timer-icon-container:before,
body.page-pebbles .section-dashboard-feed .recipe-feed-item.yellow .timer-icon-container:after {
  background: #bcb30a;
}

/* line 540, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed-none {
  padding: 40px 20px 0;
}
/* line 543, scss/brand/_recipes.scss */
body.page-recipes .section-recipes-feed-none h2 {
  color: #00D2FF;
}
@media screen and (min-width: 640px) {
  /* line 540, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed-none {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 540, scss/brand/_recipes.scss */
  body.page-recipes .section-recipes-feed-none {
    padding: 80px 0;
  }
}

/*  ***************************************
 Recipes: Popup
 *************************************** */
/* line 560, scss/brand/_recipes.scss */
body.page-recipes .reveal-overlay,
body.page-pebbles .reveal-overlay {
  background: rgba(255, 255, 255, 0.9);
}

/* line 565, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal,
body.page-pebbles .recipe-reveal {
  background-color: transparent;
  border: none;
  max-width: 90%;
  margin: 20px auto 0;
  padding: 10px;
  width: 675px;
}
/* line 574, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .close-button,
body.page-pebbles .recipe-reveal .close-button {
  background: #00d2ff;
  color: #f9ec00;
  font-family: Graphie, Arial, sans-serif;
  height: 50px;
  padding: 11px 14px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 50px;
}
/* line 585, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .close-button:before,
body.page-pebbles .recipe-reveal .close-button:before {
  background: #107c93;
  content: "";
  display: block;
  height: 10px;
  left: -10px;
  position: absolute;
  top: 0;
  transform: skewX(-64deg);
  width: 20px;
  z-index: -1;
}
/* line 598, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .close-button:after,
body.page-pebbles .recipe-reveal .close-button:after {
  background: #107c93;
  bottom: -10px;
  content: "";
  display: block;
  height: 20px;
  right: 0;
  position: absolute;
  transform: skewY(-64deg);
  width: 10px;
  z-index: -1;
}
/* line 611, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .close-button .svg-close-button,
body.page-pebbles .recipe-reveal .close-button .svg-close-button {
  fill: #f9ec00;
}
/* line 616, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-container,
body.page-pebbles .recipe-reveal .recipe-reveal-container {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
/* line 620, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-content,
body.page-pebbles .recipe-reveal .recipe-reveal-content {
  background: #fff;
  padding: 20px;
}
/* line 624, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-content h3,
body.page-pebbles .recipe-reveal .recipe-reveal-content h3 {
  color: #555;
  font-family: "ProximaNovaA", Arial, sans-serif;
  font-weight: 700;
}
/* line 630, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-content p, body.page-recipes .recipe-reveal .recipe-reveal-content li,
body.page-pebbles .recipe-reveal .recipe-reveal-content p,
body.page-pebbles .recipe-reveal .recipe-reveal-content li {
  color: #555;
  font-family: "ProximaNovaA", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
/* line 637, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-content ol,
body.page-pebbles .recipe-reveal .recipe-reveal-content ol {
  padding: 0 0 0 15px;
}
/* line 641, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-content ul,
body.page-pebbles .recipe-reveal .recipe-reveal-content ul {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 640px) {
  /* line 620, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-content,
  body.page-pebbles .recipe-reveal .recipe-reveal-content {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 620, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-content,
  body.page-pebbles .recipe-reveal .recipe-reveal-content {
    padding: 50px 90px;
  }
  /* line 652, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-content li,
  body.page-pebbles .recipe-reveal .recipe-reveal-content li {
    margin-bottom: 5px;
  }
  /* line 655, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-content li:after,
  body.page-pebbles .recipe-reveal .recipe-reveal-content li:after {
    clear: both;
    content: "";
    display: block;
  }
  /* line 661, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-content li img,
  body.page-pebbles .recipe-reveal .recipe-reveal-content li img {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 150px;
  }
}
/* line 670, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-header,
body.page-pebbles .recipe-reveal .recipe-reveal-header {
  position: relative;
}
/* line 673, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-header h2,
body.page-pebbles .recipe-reveal .recipe-reveal-header h2 {
  background: #00d2ff;
  color: #f9ec00;
  font-family: Graphie, Arial, sans-serif;
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1.1em;
  margin: 0;
  padding: 10px 15px 15px;
}
@media screen and (min-width: 640px) {
  /* line 685, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-header h2,
  body.page-pebbles .recipe-reveal .recipe-reveal-header h2 {
    left: -10px;
    max-width: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  /* line 693, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-header h2:after,
  body.page-pebbles .recipe-reveal .recipe-reveal-header h2:after {
    background: inherit;
    bottom: -10px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    transform: skewY(64deg);
    width: 10px;
    z-index: -100;
  }
}
/* line 709, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-meta,
body.page-pebbles .recipe-reveal .recipe-reveal-meta {
  background: #f9ec00;
  padding: 15px 0;
}
/* line 713, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-meta > .column,
body.page-pebbles .recipe-reveal .recipe-reveal-meta > .column {
  margin-bottom: 10px;
}
/* line 716, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-meta > .column:last-child,
body.page-pebbles .recipe-reveal .recipe-reveal-meta > .column:last-child {
  margin-bottom: 0;
}
/* line 721, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-meta h3,
body.page-pebbles .recipe-reveal .recipe-reveal-meta h3 {
  color: #00d2ff;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 7px;
  text-transform: uppercase;
}
/* line 730, scss/brand/_recipes.scss */
body.page-recipes .recipe-reveal .recipe-reveal-meta h3 span,
body.page-pebbles .recipe-reveal .recipe-reveal-meta h3 span {
  display: block;
  font-family: "ProximaNovaA", Arial, sans-serif;
}
@media screen and (min-width: 640px) {
  /* line 709, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-meta,
  body.page-pebbles .recipe-reveal .recipe-reveal-meta {
    padding: 30px;
  }
  /* line 738, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-meta > .column,
  body.page-pebbles .recipe-reveal .recipe-reveal-meta > .column {
    margin-bottom: 0px;
  }
  /* line 741, scss/brand/_recipes.scss */
  body.page-recipes .recipe-reveal .recipe-reveal-meta img,
  body.page-pebbles .recipe-reveal .recipe-reveal-meta img {
    vertical-align: top;
  }
}

/* line 749, scss/brand/_recipes.scss */
body.page-pebbles .section-load-more {
  padding: 5px 0 20px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  /* line 749, scss/brand/_recipes.scss */
  body.page-pebbles .section-load-more {
    padding: 0px 0 70px;
  }
}
/* line 757, scss/brand/_recipes.scss */
body.page-pebbles .section-load-more a.button {
  background: #EB4A5F;
  color: #F9EC00;
  display: inline-block;
  font-family: Graphie, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 15px 35px 13px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 3, scss/brand/_single-product.scss */
.section-product-content .section-product-content-details h1, .section-product-content .section-product-content-details h2 {
  color: #F7395E;
  font-family: Graphie, Arial, sans-serif;
}
/* line 8, scss/brand/_single-product.scss */
.section-product-content .section-product-content-details h2 {
  font-size: 1.25rem;
}
/* line 12, scss/brand/_single-product.scss */
.section-product-content .section-product-content-details ul.product-links {
  margin-top: 40px;
}
/* line 15, scss/brand/_single-product.scss */
.section-product-content .section-product-content-details ul.product-links li {
  display: inline-block;
  margin-right: 20px;
}
/* line 19, scss/brand/_single-product.scss */
.section-product-content .section-product-content-details ul.product-links li:first-child {
  border-bottom: 1px solid #E2DED7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  margin-right: 0;
}
/* line 27, scss/brand/_single-product.scss */
.section-product-content .section-product-content-details ul.product-links li a {
  color: #F7395E;
}
/* line 35, scss/brand/_single-product.scss */
.section-product-content .section-product-content-image img {
  max-width: 100%;
}

/* line 41, scss/brand/_single-product.scss */
.section-product-info {
  background-color: #00D2FF;
  background-image: url(img/bg-product-facts.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* line 49, scss/brand/_single-product.scss */
.section-product-info .section-product-info-dyk h2 {
  color: #622C23;
  font-size: 2.75em;
}
/* line 53, scss/brand/_single-product.scss */
.section-product-info .section-product-info-dyk h2 span {
  color: #622C23;
}
/* line 58, scss/brand/_single-product.scss */
.section-product-info .section-product-info-dyk ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
/* line 63, scss/brand/_single-product.scss */
.section-product-info .section-product-info-dyk ul li {
  color: #622C23;
  margin-bottom: 15px;
}
/* line 70, scss/brand/_single-product.scss */
.section-product-info .section-product-info-glamour {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  /* line 72, scss/brand/_single-product.scss */
  .section-product-info .section-product-info-glamour img {
    position: relative;
    right: -70px;
    top: -20px;
  }
}
/* line 81, scss/brand/_single-product.scss */
.section-product-info .product-legal {
  margin-top: 0;
}
/* line 84, scss/brand/_single-product.scss */
.section-product-info .product-legal p {
  color: white;
  margin-bottom: 25px;
  margin-top: 0;
}
/* line 89, scss/brand/_single-product.scss */
.section-product-info .product-legal p:last-child {
  margin-bottom: 0;
}

/* line 97, scss/brand/_single-product.scss */
.page-cinnamon-pebbles .section-product-info {
  background-color: #ec8c1e;
  background-image: url(img/bg-product-facts-cinnamon.jpg);
}
/* line 101, scss/brand/_single-product.scss */
.page-cinnamon-pebbles .section-product-info h2 {
  color: #fff;
}

/* line 110, scss/brand/_single-product.scss */
.page-cocoa-pebbles .section-product-content .section-product-content-details h1 {
  color: #622C23;
}
/* line 114, scss/brand/_single-product.scss */
.page-cocoa-pebbles .section-product-content .section-product-content-details h2 {
  color: #fe9212;
}
/* line 120, scss/brand/_single-product.scss */
.page-cocoa-pebbles .section-product-info {
  background-color: #F8E940;
  background-image: url(img/bg-product-facts-cocoa.jpg);
}

/* line 130, scss/brand/_single-product.scss */
.page-fruity-pebbles .section-product-content .section-product-content-details h1 {
  color: #00D2FF;
}

/* line 141, scss/brand/_single-product.scss */
.page-fruity-pebbles-with-marshmallows .section-product-content .section-product-content-details h2 {
  color: #00D2FF;
}

/* line 2, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-header {
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center top;
  position: relative;
}
/* line 9, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-header .section-recipes-title {
  text-align: center;
  padding: 38px 20px;
}
@media screen and (min-width: 640px) {
  /* line 9, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-header .section-recipes-title {
    padding: 60px 12px;
  }
}
/* line 17, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-header .section-recipes-title h1 {
  background: #fff;
  color: #00D2FF;
  display: inline-block;
  font-family: Graphie, Arial, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  padding: 5px 10px 10px;
  text-align: center;
}
/* line 29, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-header .section-recipes-title h1 span {
  color: #ec4ddc;
}
@media screen and (min-width: 640px) {
  /* line 17, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-header .section-recipes-title h1 {
    font-size: 3em;
  }
}
/* line 39, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-header .section-recipes-title p {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 200;
}

/* line 47, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-copy .column {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  /* line 47, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-copy .column {
    padding: 30px 20px;
  }
}
/* line 54, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-copy .column p {
  color: #622C23;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

/* line 65, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-cta {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  /* line 65, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-cta {
    padding: 0 35px 15px;
    max-width: 75em;
    margin: 0 auto;
  }
}
/* line 73, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-cta .row {
  background: #00D2FF;
  align-items: center;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  /* line 73, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-cta .row {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 84, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-cta .row .cta-button {
    max-width: none;
    flex: 0 0 30%;
  }
}
/* line 91, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-cta .row .cta-button a {
  background: #F8E940;
  color: #F7395E;
  display: inline-block;
  font-family: Graphie, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .2em;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 102, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-cta .row .cta-button a:hover {
  background: #fff;
}
@media screen and (min-width: 640px) {
  /* line 108, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-cta .row .cta-copy {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 108, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-cta .row .cta-copy {
    max-width: none;
    padding: 0 75px;
  }
}
/* line 120, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-cta .row .cta-copy p {
  color: #fff;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  /* line 120, scss/brand/_yabbadabbadoo.scss */
  body.page-yabbadabbadoo .section-hashtag-cta .row .cta-copy p {
    margin: 0;
    text-align: center;
  }
}
/* line 132, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-cta .row .cta-copy p a {
  color: #fff;
  text-decoration: underline;
}
/* line 140, scss/brand/_yabbadabbadoo.scss */
body.page-yabbadabbadoo .section-hashtag-cta .row .cta-header h2 {
  color: #F8E940;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0;
}

/* line 3, scss/content-rows/_product-carousel.scss */
.section-product-grid .slick-carousel-container {
  position: relative;
}
/* line 6, scss/content-rows/_product-carousel.scss */
.section-product-grid .slick-carousel-container ul.slick-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 11, scss/content-rows/_product-carousel.scss */
.section-product-grid .slick-carousel-container ul.slick-carousel li {
  display: inline-block;
  padding: 10px;
}
/* line 14, scss/content-rows/_product-carousel.scss */
.section-product-grid .slick-carousel-container ul.slick-carousel li a {
  display: block;
}
/* line 17, scss/content-rows/_product-carousel.scss */
.section-product-grid .slick-carousel-container ul.slick-carousel li a img {
  max-height: 215px;
  width: auto;
  margin: 0 auto;
}
/* line 27, scss/content-rows/_product-carousel.scss */
.section-product-grid .skip-link {
  top: -20px;
  left: 0;
}

/* line 1, scss/content-rows/_social-feed.scss */
.section-social-feed {
  background-color: #F6F5F4;
}
/* line 3, scss/content-rows/_social-feed.scss */
.section-social-feed h2 {
  font-size: 3.25em;
}
/* line 7, scss/content-rows/_social-feed.scss */
.section-social-feed ul.simple {
  text-align: right;
}
/* line 10, scss/content-rows/_social-feed.scss */
.section-social-feed ul.simple li {
  line-height: 1;
}
/* line 15, scss/content-rows/_social-feed.scss */
.section-social-feed .social-body {
  height: 600px;
}
/* line 20, scss/content-rows/_social-feed.scss */
.section-social-feed .social-body .stream .stream-item {
  padding: 40px 0;
}
/* line 23, scss/content-rows/_social-feed.scss */
.section-social-feed .social-body .stream .stream-item .inner {
  padding: 0 40px;
}
/* line 29, scss/content-rows/_social-feed.scss */
.section-social-feed .social-body .stream .stream-item .section-thumb a:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
/* line 37, scss/content-rows/_social-feed.scss */
.section-social-feed .social-body .stream .stream-item .section-text {
  color: #555;
  display: block;
  font-family: "Archer A", "Archer B", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  padding-top: 20px;
}
/* line 45, scss/content-rows/_social-feed.scss */
.section-social-feed .social-body .stream .stream-item .section-text a {
  color: #555;
  text-decoration: underline;
  word-break: break-all;
}
/* line 53, scss/content-rows/_social-feed.scss */
.section-social-feed .social-body .stream .stream-item .section-user a {
  color: #F7395E;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
