.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.btn-gradient {
  color: #fff;
  text-decoration: none;
  background: #3CBF8D;
  background: -moz-linear-gradient(90deg, #28986E 50%, #3CBF8D 80%);
  background: -webkit-linear-gradient(0deg, #28986E 50%, #3CBF8D 80%);
  background: linear-gradient(90deg, #28986E 50%, #3CBF8D 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#28986E, endColorstr=#3CBF8D, GradientType=1);
  background-size: 200% auto;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: inherit;
}
.btn-gradient:hover {
  color: #fff !important;
  background-position: left center;
  /* change the direction of the change here */
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
}
.btn-cta {
  padding: 13px;
  min-width: 200px;
  font-size: 1.1em;
}
.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.border-radius-small {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.border-radius-large {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.border-radius-none {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.border-green {
  border: 0.25rem solid #3cbf8d;
}
.box-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.48);
}
.box-shadow-light {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}
.box-shadow-light-inset {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18) inset;
}
.box-shadow-none {
  box-shadow: none !important;
}
.font-size-larger {
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .font-size-md-larger {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .font-size-lg-larger {
    font-size: 1.125em;
  }
}
@media print {
  section,
  #footer,
  header,
  .no-print,
  img,
  #livechat-compact-view,
  .nav-right {
    display: none !important;
  }
  article {
    display: block;
  }
  #livechat-full,
  #livechat-compact-container {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .tag-box {
    height: 220px;
  }
  .list-item {
    height: 290px;
  }
  .list-item.list-item--recipes {
    height: 290px;
  }
  .col-sm-9 .list-item {
    height: 230px;
  }
  .fmtv-film-lg {
    height: 450px;
  }
  .fmtv-film-small {
    height: 215px;
  }
  .article-preview-lg {
    height: 420px;
  }
  .article-preview-md {
    height: 285px;
  }
  .click-to-tweet--container {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
  .at4-jumboshare .at-resp-share-element .at-share-btn .at-label {
    display: none;
  }
  .sidebar-signup-v2 .sidebar-signup-inner {
    padding: 10px;
  }
  #creator-message p {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.5em;
  }
  .list-item.list-item--recipes {
    height: 240px;
  }
  .list-item.list-item--recipes .article-stats > span {
    margin-right: 4px;
  }
  .col-sm-9 .list-item {
    height: 200px;
  }
  .tag-box {
    height: 160px;
    margin-bottom: 10px;
  }
  .article-preview-lg {
    height: 350px;
  }
  .article-preview-md {
    height: 265px;
  }
  .fmtv-film-lg {
    height: 390px;
  }
  .fmtv-film-small {
    height: 195px;
  }
  .fmtv-slider-poster {
    padding: 0 5px;
  }
  #creator-message .fm-social-stats a .fa-stack {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  #creator-message .fm-social-stats a .fa-stack-1x {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  #author-profile .author-header {
    height: 200px;
    margin-bottom: 90px;
  }
  #author-profile .author-header .author-profile--img {
    width: 140px;
    margin-bottom: -70px;
  }
  #author-profile .author-header .author-profile--text {
    position: absolute;
    margin-left: 180px;
  }
  #author-profile .author-profile--summary {
    margin-left: 180px;
  }
  #main-nav a.login-link {
    margin-left: 10px;
  }
  #main-nav .search-autocomplete {
    width: 537px !important;
  }
}
@media (max-width: 767px) {
  .at4-jumboshare .at4-count-container {
    min-width: 80px !important;
  }
  .flickity-prev-next-button {
    display: none;
  }
  .fixed-xs {
    position: fixed;
  }
  .modal-tws2016--inner {
    padding: 60px  15px;
    background: #ddd url('/static/img/site/tws-modal-image.jpg') no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  #main-nav .search-autocomplete {
    width: 100% !important;
  }
  #main-nav-border {
    height: 2px;
  }
  #menu-main {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  form#nav-search input.nav_search {
    height: 70px;
    padding-right: 0;
    font-size: 1em;
  }
  form#nav-search .nav_search_btn {
    height: 70px;
    line-height: 70px;
  }
  .profile-picture {
    border-width: 1px;
  }
  .profile-picture.profile-picture-nav {
    margin-top: -5px;
    width: 30px;
    height: 30px;
  }
  .section-heading h2 {
    font-size: 2em;
  }
  .home-slider-wrap {
    height: 60vh;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -20px;
  }
  .home-slider-wrap > .container {
    padding: 0;
  }
  .home-slider h2,
  .home-hero h2 {
    font-size: 1.7em;
  }
  .home-hero-v2 .hero-inner {
    text-align: center;
  }
  .home-hero-v2 .div-table,
  .home-hero-v2 .div-cell {
    display: block;
  }
  .list-item-wide {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F8F8F8;
  }
  .list-item-wide .list-item--inner {
    padding: 0 5px;
  }
  .list-item {
    height: 100%;
  }
  .list-item .list-item--heading {
    font-size: 1.1em;
    height: 42px;
  }
  .list-item i {
    display: none;
  }
  .list-item .rating i {
    display: inline-block;
  }
  .col-sm-9 .list-item {
    height: 100%;
  }
  .list-item.list-item--recipes {
    height: 100%;
  }
  .list-item--class {
    margin-top: 10px;
  }
  .article-preview {
    margin-bottom: 20px;
  }
  .article-preview .list-item {
    margin-bottom: 0;
  }
  .article-preview h3.truncate--two {
    height: 49px;
    font-size: 20px;
  }
  .form-control {
    margin-bottom: 5px;
  }
  #sub-nav,
  .right-nav {
    display: none;
  }
  h1 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  .tag-box {
    height: 100px;
  }
  .tag-box .tag-box-inner {
    height: 90px;
  }
  .tag-box .tag-box-inner span {
    display: none;
  }
  .tag-box .tag-box-inner h2 {
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px;
    text-align: left;
    padding-left: 10px;
  }
  .recipe-info-bar {
    margin-top: 0px;
    line-height: 1.2em;
  }
  .recipe-info-bar > span,
  .recipe-info-bar > a {
    text-transform: none;
    padding: 15px 15px;
  }
  .recipe-info-bar > span i,
  .recipe-info-bar > a i {
    font-size: 1.24em;
  }
  .recipe-info-bar > span p,
  .recipe-info-bar > a p {
    font-size: 0.8em;
    margin: 5px 0 0 0;
  }
  .recipe-info-bar .add-to-recipe-book {
    border-left: 4px solid #FFFFFF;
    float: right;
  }
  .article-content {
    margin-left: 0px;
  }
  .article-description {
    margin-right: 0;
  }
  article .article-hero {
    margin-left: -15px;
    margin-right: -15px;
  }
  article .article-share.horizontal .addthis_jumbo_share {
    height: 47px;
  }
  article .article-share.vertical {
    display: none;
  }
  article .article-stats {
    padding: 15px 0px 15px;
  }
  article .article-stats .author {
    margin-right: 10px;
    padding-right: 0;
    border-right: 0px solid #ccc;
  }
  article .article-stats .views {
    display: inline-block;
  }
  article .author-links a.btn {
    display: inline !important;
    margin: 0 2.5px 0 0 !important;
    font-size: 12px;
  }
  article .author-links a.btn.last-of-type {
    margin: 0;
  }
  .article-stats i {
    display: none;
  }
  .article-stats .views {
    display: none;
  }
  .article-stats .comments {
    display: none;
  }
  .sharrre-total,
  .sharrre-buttons {
    display: none;
  }
  .print-article-btn {
    display: none;
  }
  .article-preview .article-stats {
    position: relative;
  }
  .article-preview h2 {
    height: auto;
  }
  .article-preview-md,
  .article-preview-lg {
    height: 100%;
  }
  .articles-hero {
    height: auto;
  }
  .articles-hero .hero-text-wrap {
    padding: 28px 0 30px 0;
  }
  .articles-hero h2 {
    font-size: 2em;
  }
  .articles-hero h1 {
    font-size: 2em;
  }
  .at4-jumboshare .at4-count-container {
    max-width: 100px;
    padding-right: 10px !important;
    border-right: none !important;
  }
  .at4-jumboshare .at4-share-container {
    padding-left: 10px !important;
  }
  .at4-jumboshare .at4-title {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .at4-jumboshare .at-share-btn {
    margin-top: 4px;
  }
  .at4-jumboshare .at4-count {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .at4-jumboshare .at4-count span {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .at4-jumboshare .at-mobile .at-resp-share-element .at-share-btn {
    padding: 0px;
  }
  .article-share-top {
    margin-top: 0;
  }
  .article-buttons {
    margin-top: 0;
  }
  .article-buttons button,
  .article-buttons a {
    height: 47px;
  }
  .fmtv-film-lg,
  .fmtv-film-small {
    height: auto;
    margin-bottom: 10px;
  }
  .new-on-fmtv .fmtv-video-3,
  .new-on-fmtv .fmtv-video-4 {
    display: none;
  }
  .searchbar {
    height: auto;
    padding: 10px 0;
  }
  .full-width-nl-optin .fw-optin-inner {
    padding: 40px 0px;
  }
  .full-width-nl-optin h2 {
    font-size: 1.7em;
    font-weight: 600;
  }
  .full-width-nl-optin h3 {
    font-weight: 400;
  }
  .related-products .slick-arrow {
    display: none !important;
  }
  .author-preview .author-header {
    height: auto;
    margin-top: 50px;
  }
  .author-preview .author-header .author-profile--img {
    position: absolute;
    width: 80px;
    top: -40px;
  }
  .author-preview .author-header .author-header-text {
    padding: 50px 10px 10px 10px;
  }
  #author-profile .author-header {
    height: auto;
    background-position: top center;
    background-size: 100% 120px;
    margin-bottom: 20px;
  }
  #author-profile .author-header .author-header-color {
    height: 120px;
  }
  #author-profile .author-header .author-profile--img {
    width: 150px;
    position: relative;
    margin: 20px auto 15px;
  }
  #author-profile .author-header .author-profile--text {
    position: relative;
    margin-left: 0;
    bottom: auto;
    text-align: center;
  }
  #author-profile .author-header .author-profile--text h1 {
    color: inherit;
    margin: 0 0 15px 0;
  }
  #author-profile .author-profile--summary {
    margin-left: 0;
  }
  .carousel {
    padding-bottom: 50%;
  }
  .carousel-cell {
    width: 89%;
  }
  .container.category-nav-container {
    padding: 0;
  }
  .profile_header {
    height: 180px;
  }
  .user_info p {
    margin: 6px 0;
  }
  .profile_img_wrap {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
  .category-nav .btn-category {
    display: block;
    padding: 0 12px;
    text-align: center;
    height: 55px;
    line-height: 55px;
  }
  .category-nav-scroll {
    height: 55px;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
  .category-nav-scroll .flickity-viewport {
    height: 55px;
  }
  .category-nav-scroll:after {
    height: 55px;
  }
  .fmtv-modal h4 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .fmtv-modal h3 {
    font-size: 1.2em;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fmtv-modal .fmtv-cta {
    text-align: center;
  }
  .fmtv-modal .btn {
    position: relative;
    top: 0;
  }
  #gritter-notice-wrapper {
    bottom: 0;
    top: auto;
    width: 100% !important;
    right: 0;
  }
  #gritter-notice-wrapper .gritter-item-wrapper {
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
  }
  #gritter-notice-wrapper.bottom-center {
    left: 0;
    margin: 0;
    bottom: 0;
  }
  #footerWrap_top a {
    padding: 0;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .retreat-row {
    margin: 0;
  }
  .retreat-item {
    display: block;
    width: 100%;
    padding: 30px 0 0 0;
  }
  h2.retreat-region {
    padding: 0;
  }
  h1.page-heading--class {
    margin-bottom: 0px !important;
  }
  .w-essential--container .border-right:after {
    display: none;
  }
  .w-essential--container .section--type {
    margin-top: 25px;
  }
  .w-essential--container .w-essential--heading {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
  .w-essential--container p.w-essential--summary {
    margin: 30px 0;
  }
  .w-essential--container a {
    font-size: 0.8em;
  }
  .click-to-tweet--container {
    padding: 20px;
  }
  .click-to-tweet--container .click-to-tweet--text {
    margin: 5px auto 20px;
    padding-top: 15px;
  }
  .click-to-tweet--container .click-to-tweet--via {
    color: #222222;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    width: 160px;
    float: none;
    margin-top: 10px;
  }
  .click-to-tweet--container .click-to-tweet--button {
    float: none;
    margin-top: 20px;
    font-size: 1em;
  }
  aside#sidebar {
    margin: 30px 0;
  }
  aside#sidebar .img-fluid {
    margin: 0 auto;
  }
  .sidebar-follow {
    width: 100%;
    top: 0 !important;
  }
  .sidebar-follow.sidebar-sticky {
    position: relative;
  }
  .recipes-filter {
    padding: 60px 0;
    margin-bottom: 30px;
    -webkit-box-shadow: inset 0px 18px 54px -18px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 18px 54px -18px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 18px 54px -18px rgba(0, 0, 0, 0.08);
  }
  .recipes-filter h1 {
    font-size: 30px;
  }
  .recipes-filter .filter-label {
    font-size: 20px;
  }
  .recipes-filter a {
    font-size: 20px;
  }
  .select-dropdown {
    position: static;
  }
  .select-dropdown .multiSelect--input {
    margin: 0 0px 0 3px;
  }
  .select-dropdown ul {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
  .modal-juicer-promo .modal-content {
    height: auto;
    width: 98%;
    padding: 60px 20px;
  }
  .modal-juicer-promo h3 {
    font-size: 1.6em;
    max-width: 210px;
    margin: 20px 0 30px;
  }
  .modal-juicer-promo .close {
    background: #ffffff;
  }
  .modal-juicer-promo .close:before,
  .modal-juicer-promo .close:after {
    background-color: #222222;
  }
  .modal-juicer-promo.promo-au h2 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .modal-juicer-promo.promo-row h2 {
    font-size: 3em;
    line-height: 1.4em;
  }
}
