/******************************************************************
Theme Name: Sharing Courage
Theme URI: 
Description: A theme built for Krogers Sharing Courage. Website Designs and Developed by <a href="http://curran-connors.com">Curran & Connors</a>
Author: Michael Mossa 
Author URI: http://www.curran-connors.com
Version: 1.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/

------------------------------------------------------------------ */
body {
  background: #fff;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  padding-top: 140px;
}
body.admin-bar header#header {
  top: 32px;
}

a {
  -moz-transition-property: background, color, border;
  -o-transition-property: background, color, border;
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-weight: bold;
}
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #F392B1;
}
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
  color: #E24586;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}

h1 {
  color: #F392B1;
  font-size: 72px;
  line-height: 1.2;
}

h2 {
  color: #F392B1;
  font-size: 42px;
  line-height: 1.2381;
}

h3 {
  font-size: 28px;
  color: #F392B1;
}
h3 + ul.normal {
  margin-top: 30px;
}

h5 {
  font-size: 16px;
  line-height: 1.75;
  color: #E24586;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h6 {
  font-size: 14px;
  color: #E24586;
  margin-bottom: 13px;
  text-transform: uppercase;
}

strong {
  font-weight: bold;
}

.indent2 {
  text-indent: 1.8em;
}

.indent- {
  text-indent: -1.3em;
}

.text img, img.text {
  max-width: 100%;
  height: auto;
}

.break {
  display: block;
}

.swoosh {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  color: #260010;
  font-weight: bold;
}
.swoosh::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 100%;
  height: 11px;
  background: url(images/swoosh.png) no-repeat center center/cover;
}

a.button {
  background: #FBDEE7;
  display: inline-block;
  padding: 21px 32px 16px;
  text-transform: uppercase;
  color: #E24586;
  border-radius: 33px;
  letter-spacing: 0.88px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.14286;
  text-decoration: none !important;
}
a.button.large {
  font-size: 14px;
  padding: 27px 30px 21px;
}
a.button.arrow {
  position: relative;
  border-radius: 36px;
  background: rgba(251, 222, 231, 0.2);
  border: 1px solid #FBDEE7;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #fff;
  padding: 20px 80px 17px 25px;
}
a.button.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  border-radius: 100%;
  background: #FBDEE7;
  width: 40px;
  height: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.button.arrow::after {
  content: "\f061";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 18px;
  color: #F392B1;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.button.play {
  position: relative;
  padding-right: 70px;
  font-size: 14px;
}
a.button.play::after {
  position: absolute;
  top: 50%;
  right: 31px;
  content: "\f144";
  font-family: 'FontAwesome';
  font-size: 24px;
  float: right;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.button.book {
  position: relative;
  padding-left: 51px;
  font-size: 14px;
  letter-spacing: 1px;
}
a.button.book::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 19px;
  height: 24px;
  display: block;
  background: url("images/icon-see-recipe.png") no-repeat center center/auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.button.more {
  min-width: 80%;
  text-align: center;
}
a.button.more::after {
  content: "\f061";
  font-family: 'FontAwesome';
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
  color: #F392B1;
}

form .text-arrow {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
}
form .text-arrow input {
  position: relative;
  border-radius: 36px;
  background: rgba(251, 222, 231, 0.2);
  border: 1px solid #FBDEE7;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #fff;
  padding: 20px 80px 17px 25px;
  width: 100%;
}
form .text-arrow input:-moz-placeholder {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
form .text-arrow input::-moz-placeholder {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
form .text-arrow input:-ms-input-placeholder {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
form .text-arrow input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
form .text-arrow button {
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  color: #F392B1;
  border-radius: 100%;
  background: #FBDEE7;
  width: 40px;
  height: 40px;
  border: 0 none;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
form .text-arrow.large {
  width: 493px;
}
form .text-arrow.large input {
  color: #8B8B8B;
  padding: 26px 34px 22px;
  border-radius: 36px;
  background-color: transparent;
  max-resolution: 100%;
  border-width: 4px;
}
form .text-arrow.large input:-moz-placeholder {
  color: #888;
}
form .text-arrow.large input::-moz-placeholder {
  color: #888;
}
form .text-arrow.large input:-ms-input-placeholder {
  color: #888;
}
form .text-arrow.large input::-webkit-input-placeholder {
  color: #888;
}
form .text-arrow.large button {
  right: 8px;
  width: 55px;
  height: 55px;
  font-size: 23px;
}
form .text-arrow .fa-spinner {
  position: absolute;
  top: 12px;
  left: 100%;
  color: #E24586;
}

figure.img {
  text-align: center;
}
figure.img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}

figure.hashtag, .caregivers figure.hashtag {
  padding-top: 45px;
  padding-bottom: 41px;
  margin-bottom: 0;
}
figure.hashtag img, .caregivers figure.hashtag img {
  max-width: 95%;
}

.entry-content p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 2em;
}
.entry-content p a {
  color: #E24586;
}
.entry-content ul {
  position: relative;
  list-style: none;
  margin: 0 0 49px;
  padding: 0 0 0 12px;
}
.entry-content ul > li {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55556;
  margin-bottom: 10px;
}
.entry-content ul > li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #F392B1;
}
.entry-content ul.normal {
  padding-left: 37px;
}
.entry-content ul.normal > li {
  font-weight: normal;
  margin-bottom: 12px;
}
.entry-content ul.normal > li::before {
  content: "\00b7";
  color: #666666;
  left: 13px;
}
.entry-content ol {
  list-style: none;
  padding: 0 0 0 35px;
  margin: 0;
  counter-reset: counter;
  position: relative;
}
.entry-content ol > li {
  margin-bottom: 40px;
}
.entry-content ol > li::before {
  counter-increment: counter;
  content: counter(counter) ".";
  position: absolute;
  left: 11px;
  font-weight: 900;
}

a.all-events {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #8B8B8B;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 37px;
  text-decoration: none !important;
}
a.all-events i.fa {
  color: #F392B1;
  font-size: 9px;
}
a.all-events::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 100%;
  display: block;
  background: #F392B1;
}
a.all-events.fade-out {
  z-index: -1;
  cursor: arrow;
}

blockquote.quote {
  position: relative;
  background: #E24586;
  padding: 25px;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  border-radius: 20px;
  width: 100%;
  display: block;
  margin-top: 70px;
}
blockquote.quote::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 10%;
  width: 50px;
  height: 50px;
  background: #E24586;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
blockquote.quote br {
  margin-bottom: 20px;
}

.header-card {
  text-align: center;
  background: #fff;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px;
  margin-bottom: 100px;
  max-width: 95%;
  max-width: -webkit-calc(100% - 40px);
  max-width: -moz-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.header-card p {
  color: #8B8B8B;
  font-size: 22px;
  line-height: 1.63636;
  font-weight: bold;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.header-card .title {
  text-transform: uppercase;
  color: #E24586;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 3px;
  padding: 20px 0;
}
.header-card.wrapper {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
}
.header-card.wrapper p {
  max-width: 838px;
}
.header-card.wrapper .inner {
  padding: 15px;
  background: #fff;
}

.dots {
  position: relative;
  overflow: hidden;
}
.dots::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 73px;
  width: 62%;
  height: 110%;
  display: block;
  background: url("images/dots.png") repeat right top/auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding: 56.3% 0 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-player .video-wrapper {
  cursor: pointer;
}
.video-player .video-wrapper::before {
  z-index: 9999999;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(226, 69, 134, 0);
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.video-player .video-wrapper::after {
  z-index: 9999999;
  content: "\f144";
  font-family: 'FontAwesome';
  font-size: 85px;
  color: #fff;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video-player .video-wrapper:hover::before {
  background: rgba(226, 69, 134, 0.6);
}
.video-player .video-wrapper:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.number-counter {
  text-align: center;
  margin-bottom: 60px;
}
.number-counter img {
  max-width: 100%;
  display: inline-block;
  margin-top: 25px;
}
.number-counter p {
  margin-bottom: 1.2em;
}

.tabletop {
  position: static;
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
.tabletop .item {
  z-index: -1;
  position: absolute;
  max-width: 19%;
}
.tabletop.left .item {
  left: 0;
  max-width: 19%;
}
.tabletop.right .item {
  right: 0;
  margin-top: -105px;
}

.caregiver-tips .tip {
  text-align: center;
  font-size: 18px;
  line-height: 1.77778;
  padding: 40px 15px;
  margin-bottom: 33px;
  border: 2px solid #FBDEE7;
  background-color: #fff;
  border-bottom-width: 12px;
  background-position: center top;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-flex: 1;
  flex: 1;
}
.caregiver-tips .tip p {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}
.caregiver-tips .tip img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.caregiver-tips .tip h2 img {
  display: inline-block;
  margin: 0;
}
.caregiver-tips h2 {
  font-size: 48px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.caregiver-tips h2.white {
  font-size: 42px;
  margin-top: 45px;
  line-height: 1;
}
.caregiver-tips .row {
  margin-left: -11px;
  margin-right: -11px;
}
.caregiver-tips > .row > .col {
  display: -webkit-flex;
  display: flex;
  padding-left: 11px;
  padding-right: 11px;
  min-height: 380px;
}
.caregiver-tips > .row > .col.col-small {
  max-width: 24.7%;
  -webkit-flex: 0 0 24.7%;
  flex: 0 0 24.7%;
}
.caregiver-tips > .row > .col.col-large {
  max-width: 75.3%;
  -webkit-flex: 0 0 75.3%;
  flex: 0 0 75.3%;
}
.caregiver-tips > .row > .col.col-large .row {
  margin-left: 0;
  margin-right: 0;
}
.caregiver-tips > .row > .col.col-large .row p {
  max-width: 240px;
}
.caregiver-tips > .row > .col.no-border .tip {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.caregiver-tips > .row > .col.thin .tip p {
  max-width: 270px;
}
.caregiver-tips > .row > .col.wide .tip p {
  max-width: 317px;
}
.caregiver-tips > .row > .col.bottom-line p {
  margin-top: 10px;
  position: relative;
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
}
.caregiver-tips > .row > .col.bottom-line p::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 100%;
  height: 4px;
  max-width: 220px;
  background: #fff;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.caregiver-tips > .row > .col.shoe {
  position: relative;
}
.caregiver-tips > .row > .col.shoe p {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breadcrumbs {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 20px 0 10px;
  margin-bottom: 30px;
}
.breadcrumbs.wrapper {
  padding-top: 58px;
  padding-bottom: 64px;
}

.header-banner .breadcrumbs.wrapper {
  padding-top: 43px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.header-banner .breadcrumbs.wrapper + .wrapper {
  padding-top: 0;
}

nav.recipe-filter {
  padding-bottom: 5px;
  border-bottom: 3px solid rgba(251, 222, 231, 0.5);
  margin-bottom: 16px;
}
nav.recipe-filter a {
  display: inline-block;
  padding: 15px 19px;
  color: #F392B1;
  margin-right: 16px;
  margin-bottom: 5px;
  background: rgba(251, 222, 231, 0.7);
  border-radius: 12px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-decoration: none;
}
nav.recipe-filter a::after {
  content: "\f063";
  font-family: 'FontAwesome';
  margin-left: 5px;
  font-weight: normal;
}
nav.recipe-filter a:hover, nav.recipe-filter a.active {
  background: #FBDEE7;
}

.tags a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #F392B1;
  background: rgba(251, 222, 231, 0.5);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 12px;
  margin: 0 10px 10px 0;
}

.addthis_inline_share_toolbox svg, .addthis_inline_share_toolbox span,
.addthis_inline_share_toolbox_1nj0 svg,
.addthis_inline_share_toolbox_1nj0 span {
  display: none !important;
}
.addthis_inline_share_toolbox a.at-share-btn,
.addthis_inline_share_toolbox_1nj0 a.at-share-btn {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 50px;
  background: transparent !important;
  font-size: 0 !important;
  margin: 0;
}
.addthis_inline_share_toolbox a.at-share-btn::after,
.addthis_inline_share_toolbox_1nj0 a.at-share-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.addthis_inline_share_toolbox a.at-share-btn.at-svc-facebook::after,
.addthis_inline_share_toolbox_1nj0 a.at-share-btn.at-svc-facebook::after {
  background: url("images/icon-facebook-lg.png") no-repeat left center/auto;
}
.addthis_inline_share_toolbox a.at-share-btn.at-svc-twitter::after,
.addthis_inline_share_toolbox_1nj0 a.at-share-btn.at-svc-twitter::after {
  background: url("images/icon-twitter-lg.png") no-repeat center center/auto;
}
.addthis_inline_share_toolbox a.at-share-btn.at-svc-pinterest_share::after,
.addthis_inline_share_toolbox_1nj0 a.at-share-btn.at-svc-pinterest_share::after {
  background: url("images/icon-pintrest-lg.png") no-repeat right center/auto;
}

.addthis_inline_share_toolbox_1nj0 a.at-share-btn {
  width: 36px;
  height: 21px;
}
.addthis_inline_share_toolbox_1nj0 a.at-share-btn.at-svc-facebook::after {
  background: url("images/icon-facebook.png") no-repeat left center/auto;
}
.addthis_inline_share_toolbox_1nj0 a.at-share-btn.at-svc-twitter::after {
  background: url("images/icon-twitter.png") no-repeat center center/auto;
}
.addthis_inline_share_toolbox_1nj0 a.at-share-btn.at-svc-email::after {
  background: url("images/icon-email.png") no-repeat right center/auto;
}

.social-links a {
  display: inline-block;
  font-size: 24px;
  color: #E7E7E7;
  padding: 0 11px;
}
.social-links a:last-of-type {
  padding-right: 0;
}

#modals {
  z-index: 99999999999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#modals .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  color: #E24586;
  display: inline-block;
  padding: 15px;
  z-index: 10;
  cursor: pointer;
}
#modals .close-modal i.fa {
  font-size: 40px;
  font-weight: normal;
}
#modals .modal-item {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  min-height: 100px;
}
#modals .modal-item.video-modal {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#modals .video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body {
  margin-top: 50px;
}
body.has-header-banner, body.post-type-archive, body.single-recipes {
  margin-top: 0;
}
body.has-header-banner h1, body.post-type-archive h1, body.single-recipes h1 {
  color: #fff;
  line-height: 0.80556;
}
body.single-recipes h1 {
  line-height: 1;
}
body.home .header-banner .wrapper {
  max-width: 1015px;
}
body.home .header-banner h1 .break {
  margin-top: 15px;
}
body.home .content p {
  font-size: 18px;
  color: #8B8B8B;
  line-height: 1.55556;
  margin-bottom: 28px;
  font-weight: bold;
}
body.page-id-10 h1 {
  font-size: 58px;
  line-height: 1.5;
}
body.page-id-10 .above-footer {
  position: relative;
}
body.page-id-10 .above-footer::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f392b1;
  display: block;
}
body.page-id-10 .above-footer::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: url("images/caregiver-footer.png") no-repeat center top/100% auto;
}
body.home .dollars-downloads, body.page-id-10 .dollars-downloads {
  margin-top: 140px;
  color: #fff;
}
body.home .dollars-downloads h3, body.page-id-10 .dollars-downloads h3 {
  color: #fff;
}
body.post-type-archive-recipes .header-banner {
  background-image: url("images/recipes-banner.jpg");
}
body.post-type-archive-recipes .above-footer.dots {
  overflow: visible;
}
body.post-type-archive-recipes .above-footer.dots::before {
  z-index: -1;
  top: -290px;
  bottom: 100%;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
}
body.post-type-archive-recipes nav.main-menu ul.menu > li.menu-item-object-recipes a {
  color: #E24586;
}
body.single-recipes .breadcrumbs {
  float: left;
  width: 100%;
  margin-bottom: 0;
  max-width: 80%;
  max-width: -webkit-calc(99% - 300px);
  max-width: -moz-calc(99% - 300px);
  max-width: calc(99% - 300px);
}
body.single-recipes .banner-button {
  text-align: right;
  width: 300px;
  float: right;
}
body.single-recipes .col-left {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  min-height: 545px;
  max-width: 46.3559%;
  -webkit-flex: 0 0 46.3559%;
  flex: 0 0 46.3559%;
}
body.single-recipes .col-right {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: right;
  min-height: 545px;
  max-width: 53.6441%;
  -webkit-flex: 0 0 53.6441%;
  flex: 0 0 53.6441%;
}
body.single-recipes .has-video .col-left, body.single-recipes .has-video .col-right {
  min-height: auto;
}
body.page-id-16 h1 {
  font-size: 58px;
  line-height: 1;
}
body.page-id-16 h1 img {
  vertical-align: bottom;
}
body.page-id-16 .header-card {
  margin-bottom: 0;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open #modals {
  height: 100%;
  width: 100%;
}
body.modal-open.modal-animate #modals {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.modal-open.admin-bar #modals .close-modal {
  top: 30px;
}

.eating-well {
  padding-bottom: 125px;
}
.eating-well .content {
  padding-top: 50px;
  padding-left: 2em;
}
.eating-well p {
  max-width: 421px;
  margin-bottom: 28px;
}
.eating-well a.button {
  margin-bottom: 29px;
}
.eating-well figure img:first-of-type {
  width: 73%;
  height: auto;
  float: left;
  margin-bottom: -50px;
}
.eating-well figure img:last-of-type {
  width: 60%;
  height: auto;
  float: right;
  clear: both;
}
.eating-well a:not(.button) {
  position: relative;
  color: #8B8B8B;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.28571;
  text-decoration: none !important;
}
.eating-well a:not(.button)::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2px;
  display: block;
  background: #F392B1;
}

.hero {
  padding: 71px 20px 57px;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #eee;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.hero.inline-hero {
  margin-bottom: 76px;
}
.hero .inner {
  text-align: center;
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: bold;
}
.hero .inner p {
  line-height: 1.45455;
}
.hero .inner small {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 37px;
  margin-bottom: 35px;
  display: block;
  letter-spacing: 0.88px;
}
.hero .inner small.normal {
  font-size: 18px;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.hero h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.20833;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.hero span.swoosh {
  color: #fff;
}

.caregivers {
  padding-top: 110px;
  background-position: center 330px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.caregivers.dots::before {
  height: 135px;
  top: 0;
  bottom: auto;
  margin: 0;
  background-position: right bottom;
}
.caregivers .top-content p {
  max-width: 380px;
  margin-bottom: 32px;
}
.caregivers figure {
  padding-top: 70px;
}
.caregivers::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 500px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #f392b1;
}

.dollars-downloads {
  max-width: 1146px;
  margin: 100px auto -25px;
  padding-left: 95px;
  padding-right: 95px;
  color: #8B8B8B;
}
.dollars-downloads h3 {
  color: #E24586;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.dollars-downloads .inner {
  position: relative;
  font-size: 22px;
  line-height: 1.45455;
  font-weight: bold;
  text-align: center;
  border: 5px solid #FBDEE7;
  border-left: 0 none;
  padding: 30px 150px 75px;
}
.dollars-downloads .inner > img {
  position: absolute;
  top: 80px;
  left: -91px;
  width: 234px;
  height: auto;
}
.dollars-downloads .inner p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.dollars-downloads .inner::before, .dollars-downloads .inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  display: block;
  background: #FBDEE7;
}
.dollars-downloads .inner::before {
  top: 0;
  height: 80px;
}
.dollars-downloads .inner::after {
  top: 273px;
  bottom: 0;
}

.app-downloads {
  position: relative;
  text-align: center;
}
.app-downloads a {
  display: inline-block;
  max-width: 40%;
}
.app-downloads a + a {
  margin-left: 52px;
}
.app-downloads a img {
  max-width: 100%;
}

.tips.dots::before {
  left: auto;
  top: 68px;
  right: 0;
  width: 60%;
  height: 570px;
}

.recipe-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.recipe-list .row > .xol {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-flex;
  display: flex;
}

.recipe-item {
  width: 100%;
  background: #fff;
  margin-bottom: 14px;
  border-bottom: 5px solid #FBDEE7;
  min-height: 290px;
  display: -webkit-flex;
  display: flex;
}
.recipe-item figure {
  position: relative;
  float: left;
  background: #eee;
  margin-bottom: 0;
  overflow: hidden;
  max-width: 47%;
  -webkit-flex: 1 0 47%;
  flex: 1 0 47%;
}
.recipe-item figure img {
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recipe-item .content {
  position: relative;
  float: right;
  padding: 44px 10px 75px;
  max-width: 52%;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.22727;
  text-align: center;
  -webkit-flex: 1 0 52%;
  flex: 1 0 52%;
}
.recipe-item .content .title {
  margin-bottom: 36px;
}
.recipe-item .content a.button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  white-space: nowrap;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-hero {
  position: relative;
  color: #fff;
  background: #944D6A;
  height: 320px;
  overflow: hidden;
}
.single-hero .content {
  padding: 0 15px;
  width: 100%;
  max-width: 950px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-hero > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-hero h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

.recipe-meta {
  min-height: 90px;
  background: #fff;
  padding: 0 0 35px;
  text-align: left;
  font-size: 0;
  border-bottom: 4px solid #FBDEE7;
}
.recipe-meta .item {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1875;
  color: #E24586;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 35px 40px 0;
}
.recipe-meta .item.prep_time {
  position: relative;
  padding-left: 40px;
}
.recipe-meta .item.prep_time::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -3px;
  width: 31px;
  height: 32px;
  display: block;
  background: url("images/icon-prep-time.png") no-repeat bottom center/auto;
}
.recipe-meta .item.servings {
  position: relative;
  padding-left: 30px;
}
.recipe-meta .item.servings::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -3px;
  width: 22px;
  height: 34px;
  display: block;
  background: url("images/icon-servings.png") no-repeat bottom center/auto;
}
.recipe-meta .item.difficulty {
  position: relative;
  padding-left: 40px;
}
.recipe-meta .item.difficulty::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -3px;
  width: 34px;
  height: 30px;
  display: block;
  background: url("images/icon-difficulty.png") no-repeat bottom center/auto;
}
.recipe-meta strong {
  color: #666666;
}

.recipe-intro {
  margin-bottom: 25px;
  border-bottom: 4px solid #FBDEE7;
}
.recipe-intro .col-left {
  display: -webkit-flex;
  display: flex;
}
.recipe-intro figure {
  overflow: hidden;
  position: relative;
  min-height: 400px;
  margin: 0;
  background: #eee;
  -webkit-flex: 1 0;
  flex: 1 0;
}
.recipe-intro figure img {
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recipe-intro figure.video-player {
  background-color: transparent;
  padding-top: 30px;
}
.recipe-intro .has-video .pink-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.recipe-intro .pink-text {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 103px 0 50px;
}
.recipe-intro .pink-text p {
  font-size: 36px;
  line-height: 1.33333;
  color: #E24586;
  margin-bottom: 20px;
}
.recipe-intro .pink-text.small-text p {
  font-size: 22px;
}

.recipe-instructions {
  font-size: 16px;
  line-height: 1.75;
  color: #2E272A;
  border-bottom: 10px solid #FBDEE7;
  margin-bottom: 64px;
}
.recipe-instructions .ingredients {
  padding: 41px 20px 20px 60px;
  margin-bottom: 33px;
  background: rgba(243, 146, 177, 0.13);
}
.recipe-instructions .ingredients h3 {
  padding-left: 35px;
}
.recipe-instructions .ingredients h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 48px;
  height: 59px;
  background: url("images/icon-ingredients.png") no-repeat center bottom/auto;
}
.recipe-instructions .directions {
  padding: 41px 20px 20px 40px;
}
.recipe-instructions .directions h3 {
  padding-left: 35px;
}
.recipe-instructions .directions h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 48px;
  height: 59px;
  background: url("images/icon-directions.png") no-repeat center bottom/auto;
}
.recipe-instructions .directions .contents {
  max-width: 480px;
}
.recipe-instructions .nutrient-analysis {
  padding: 41px 60px 45px;
  margin-bottom: 33px;
  background: rgba(243, 146, 177, 0.13);
}
.recipe-instructions .nutrient-analysis h3 {
  margin-bottom: 20px;
}
.recipe-instructions .nutrient-analysis table {
  width: 100%;
  border-bottom: 1px solid #FBDEE7;
}
.recipe-instructions .nutrient-analysis table tbody tr td {
  border-top: 1px solid #FBDEE7;
  padding: 10px 0;
}
.recipe-instructions .nutrient-analysis table tbody tr td:last-of-type {
  font-weight: 900;
  text-align: right;
}
.recipe-instructions h3 {
  position: relative;
  color: #2E272A;
  margin-bottom: 50px;
}
.recipe-instructions ul {
  padding-left: 35px;
}
.recipe-instructions ul > li {
  font-weight: normal;
  font-size: inherit;
}
.recipe-instructions ul > li::before {
  content: "\00b7";
  left: 11px;
  color: inherit;
  font-size: inherit;
}

.extra-links {
  padding: 100px 20px 33px 40px;
}
.extra-links h3 {
  color: #E24586;
  width: 270px;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 17px;
}
.extra-links .addthis_inline_share_toolbox {
  display: inline-block;
  margin-bottom: 90px;
}
.extra-links a.button {
  background: #F392B1;
  color: #fff;
  font-size: 18px;
  line-height: 22 / 18;
  font-weight: bold;
  letter-spacing: 1.12px;
  text-align: center;
  width: 100%;
  max-width: 500px;
  padding: 34px 20px 31px;
  border-radius: 43.5px;
}
.extra-links .extra-info {
  max-width: 480px;
}
.extra-links .tags {
  margin-bottom: 72px;
}
.extra-links .copyright-info {
  margin-top: 20px;
}
.extra-links .copyright-info p {
  font-size: 0.8em;
}

.more-recipes {
  position: relative;
  overflow: visible;
  padding-top: 30px;
}
.more-recipes h3 {
  margin-bottom: 42px;
  color: #E24586;
}
.more-recipes.dots::before {
  z-index: -1;
  margin: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 285px;
}
.more-recipes.more-links {
  margin-top: 133px;
}
.more-recipes.more-links .recipe-item .content {
  padding-top: 30px;
}
.more-recipes.more-links .recipe-item h6 {
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.upcoming-events {
  margin-bottom: 96px;
}
.upcoming-events .contents {
  background: #fff;
}
.upcoming-events .contents form {
  text-align: center;
  margin-bottom: 65px;
}
.upcoming-events h3 {
  margin-bottom: 10px;
}
.upcoming-events i.fa-spinner {
  display: none;
}
.upcoming-events.ajax-sending i.fa-spinner {
  display: block;
}

.events {
  border-top: 3px solid #FBDEE7;
}
.events .title {
  font-weight: bold;
  font-size: 18px;
  padding-top: 8px;
  max-width: 475px;
}
.events .location {
  padding-top: 9px;
  font-size: 16px;
}
.events .event {
  padding: 15px 0;
  border: 0 solid #FBDEE7;
  border-bottom-width: 3px;
  -moz-animation: event-item 0.8s ease;
  -webkit-animation: event-item 0.8s ease;
  animation: event-item 0.8s ease;
}
.events span {
  display: inline-block;
}
.events .column.event-info {
  float: left;
  line-height: 20px;
  width: 90%;
  width: -webkit-calc(99% - 150px);
  width: -moz-calc(99% - 150px);
  width: calc(99% - 150px);
}
.events .column.event-link {
  float: right;
  width: 150px;
  text-align: right;
}
.events .column.event-link a.button {
  width: 140px;
  font-size: 12px;
  border-radius: 12px;
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 15px 10px 12px;
}

body.menu-ready header#header {
  position: fixed;
  height: 80px;
  background: #fff;
  box-shadow: 5px 0 3px rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  padding-bottom: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.menu-ready header#header nav.main-menu ul.menu > li > a {
  padding-top: 23px;
  padding-bottom: 20px;
}
body.menu-ready header#header a.logo {
  height: 70px;
}
body.menu-ready header#header nav.main-menu .social {
  padding-top: 25px;
}
body.menu-ready header#header #navicon {
  margin-top: 25px;
}
body.menu-ready.menu-up header#header {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
body.mobile-menu #navicon .navicon {
  background: transparent;
}
body.mobile-menu #navicon .navicon::before, body.mobile-menu #navicon .navicon::after {
  top: 0;
}
body.mobile-menu #navicon .navicon::before {
  -moz-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
body.mobile-menu #navicon .navicon::after {
  -moz-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

header#header {
  z-index: 9999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px 14px;
  height: 140px;
  overflow: hidden;
  background: #fff;
  -moz-transition-property: -moz-transform, height, padding-top, padding-bottom;
  -o-transition-property: -o-transform, height, padding-top, padding-bottom;
  -webkit-transition-property: -webkit-transform, height, padding-top, padding-bottom;
  transition-property: transform, height, padding-top, padding-bottom;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
header#header .contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1330px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
header#header a.logo {
  width: 187px;
  height: 114px;
  float: left;
  display: block;
  -moz-transition: height 0.7s;
  -o-transition: height 0.7s;
  -webkit-transition: height 0.7s;
  transition: height 0.7s;
}
header#header a.logo img {
  max-width: 100%;
  max-height: 100%;
}

nav.main-menu {
  float: right;
  text-align: right;
  width: 80%;
  width: -webkit-calc(99% - 187px);
  width: -moz-calc(99% - 187px);
  width: calc(99% - 187px);
}
nav.main-menu ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  width: -webkit-calc(99% - 112px);
  width: -moz-calc(99% - 112px);
  width: calc(99% - 112px);
}
nav.main-menu ul.menu > li {
  display: inline-block;
}
nav.main-menu ul.menu > li > a {
  display: block;
  padding: 45px 25px;
  color: #666666;
  text-decoration: none;
  font-weight: 500;
  -moz-transition-property: color, padding-top, padding-bottom;
  -o-transition-property: color, padding-top, padding-bottom;
  -webkit-transition-property: color, padding-top, padding-bottom;
  transition-property: color, padding-top, padding-bottom;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
nav.main-menu ul.menu > li > a:hover {
  color: #E24586;
}
nav.main-menu ul.menu > li.current_page_item a {
  color: #E24586;
}
nav.main-menu .social {
  float: right;
  width: 112px;
  padding-top: 45px;
  -moz-transition: padding-top 0.7s;
  -o-transition: padding-top 0.7s;
  -webkit-transition: padding-top 0.7s;
  transition: padding-top 0.7s;
}

.header-banner {
  z-index: 1;
  position: relative;
  margin-bottom: -300px;
  min-height: 600px;
  background-color: #FFA8A8;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  line-height: 1.63636;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.header-banner::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1440px;
  min-width: 100%;
  height: 300px;
  display: block;
  background: url("images/header-decoration.png") no-repeat center top/100% auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-banner.header-video {
  min-height: 600px;
  background-color: #FF59B2;
  margin-bottom: -100px;
}
.header-banner.header-video::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQwNDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ff4040));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #ff4040);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #ff4040);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ff4040);
}
.header-banner.header-video h1 {
  font-size: 58px;
  line-height: 0.2;
}
.header-banner.header-video h1 .indent2 {
  text-indent: 2.9em;
}
.header-banner.header-video .wrapper {
  padding-top: 165px;
}
.header-banner .video-wrapper {
  z-index: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-banner .video-wrapper::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.header-banner.recipe-banner {
  padding-top: 23px;
  background: #F392B1;
}
.header-banner.recipe-banner::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQwNDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ff4040));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #ff4040);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #ff4040);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ff4040);
}
.header-banner.recipe-banner .wrapper {
  padding-top: 0;
  padding-bottom: 295px;
}
.header-banner.recipe-banner .wrapper .inner {
  max-width: none;
  padding-left: 104px;
}
.header-banner.recipe-banner .wrapper .inner > h1 {
  margin-top: 37px;
  margin-bottom: 74px;
}
.header-banner.recipe-banner.single-recipe-banner {
  min-height: 679px;
  margin-bottom: -562px;
}
.header-banner.recipe-banner.single-recipe-banner .wrapper {
  padding-bottom: 578px;
}
.header-banner .wrapper {
  position: relative;
  z-index: 20;
  padding-top: 103px;
  padding-bottom: 365px;
}
.header-banner .breadcrumbs {
  font-size: 16px;
  line-height: 1.125;
  color: #fff;
}
.header-banner .breadcrumbs a {
  color: #fff;
}

#navicon {
  position: relative;
  width: 30px;
  height: 25px;
  float: right;
  margin-top: 30px;
  -moz-transition: margin-top 0.7s;
  -o-transition: margin-top 0.7s;
  -webkit-transition: margin-top 0.7s;
  transition: margin-top 0.7s;
}
#navicon .navicon {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 4px;
  background: #F392B1;
  display: block;
}
#navicon .navicon::before, #navicon .navicon::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 4px;
  background: #F392B1;
  -moz-transform: translate(-50%, 0) rotate(0deg);
  -ms-transform: translate(-50%, 0) rotate(0deg);
  -webkit-transform: translate(-50%, 0) rotate(0deg);
  transform: translate(-50%, 0) rotate(0deg);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#navicon .navicon::before {
  top: -10px;
}
#navicon .navicon::after {
  top: 10px;
}

body.mobile-menu {
  overflow: hidden;
}
body.mobile-menu nav.main-menu {
  right: 0;
  display: block;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#wpadminbar {
  position: fixed !important;
}

main#main {
  position: relative;
  z-index: 10;
}

.wrapper {
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper.wide {
  max-width: 1010px;
}
.wrapper.thin {
  max-width: 820px;
}

#wpadminbar {
  z-index: 999999999999999;
}

footer {
  position: relative;
  background: #F392B1;
}
footer::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNDA0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ff4040));
  background-image: -moz-linear-gradient(top, #ffffff, #ff4040);
  background-image: -webkit-linear-gradient(top, #ffffff, #ff4040);
  background-image: linear-gradient(to bottom, #ffffff, #ff4040);
}

.family-of-companies {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 45px;
  padding-bottom: 40px;
}
.family-of-companies .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.63636;
  color: #260010;
  margin-bottom: 20px;
  text-align: center;
}
.family-of-companies .foc {
  text-align: center;
}
.family-of-companies .foc .foc-icon {
  display: inline-block;
  padding: 15px 13.5px;
}
.family-of-companies .foc::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}

nav.footer-menu {
  z-index: 10;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
nav.footer-menu a {
  color: #666666;
  font-size: 16px;
  line-height: 1.125;
  padding: 18px 55px;
  display: block;
}
nav.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.footer-menu ul li {
  display: inline-block;
}
nav.footer-menu ul li.current_page_item a {
  color: #E24586;
  text-decoration: underline;
}
nav.footer-menu ul li.current_page_item a:hover {
  text-decoration: none;
}

.copyright {
  z-index: 10;
  position: relative;
  color: #fff;
  padding: 24px 0 22px;
  font-size: 14px;
  line-height: 1.5;
}
.copyright .copy {
  float: left;
  padding-right: 15px;
  width: 70%;
  width: -webkit-calc(99% - 120px);
  width: -moz-calc(99% - 120px);
  width: calc(99% - 120px);
}
.copyright .copy span {
  display: inline-block;
}
.copyright .social {
  width: 120px;
  float: right;
  text-align: right;
}

@-moz-keyframes event-item {
  from {
    background: yellow;
    opacity: 0;
  }
  to {
    background: #fff;
    opacity: 1;
  }
}
@-webkit-keyframes event-item {
  from {
    background: yellow;
    opacity: 0;
  }
  to {
    background: #fff;
    opacity: 1;
  }
}
@keyframes event-item {
  from {
    background: yellow;
    opacity: 0;
  }
  to {
    background: #fff;
    opacity: 1;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -moz-animation: fade-out 0.5s ease forwards;
  -webkit-animation: fade-out 0.5s ease forwards;
  animation: fade-out 0.5s ease forwards;
}



/* 2018 Edits */
.more-recipes.more-links.more-about-page {
	margin-top: 80px;
}

.pink-play-btn {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.pink-play-btn .inner {
	position: relative;
	overflow: hidden;
	min-height: 290px;
	cursor: pointer;
}

.pink-play-btn img, .pink-play-btn .inner::after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pink-play-btn .inner::after {
	content: "";
	width: 83px;
	height: 83px;
	background: url('http://www.sharingcourage.com/wp-content/uploads/2018/10/pink-play-btn.png') no-repeat center center / cover;
}

.pink-play-btn img {
	width: auto;
	height: auto;
	min-width: 101%;
	min-height: 101%;
}

