/* This file contain Mixins */
/*
 * Code for below : mixin defination for all view point including 1920
 */
/*
 * Code for below : mixin defination for all view point including 1920
 */
/*
* Configure vendor
*/
/*
* Transform
*/
/* stylelint-enable */
@media only screen and (max-width: 991px) {
  body {
    background: -webkit-linear-gradient(top, #0053a0 280px, #0859a2 328px, #2469AA 382px, #729bc0 453px, #7facd5 518px, #ffffff 100%);
    background: linear-gradient(to bottom, #0053a0 280px, #0859a2 328px, #2469AA 382px, #729bc0 453px, #7facd5 518px, #ffffff 100%);
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  body {
    background: -webkit-linear-gradient(top, #0053a0 230px, #0859a2 307px, #2469aa 492px, #729bc0 593px, #7facd5 628px, #ffffff 100%);
    background: linear-gradient(to bottom, #0053a0 230px, #0859a2 307px, #2469aa 492px, #729bc0 593px, #7facd5 628px, #ffffff 100%);
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 991px) {
  body.product-landing {
    background: -webkit-linear-gradient(top, #0053a0 130px, #0859a2 175px, #2469AA 225px, #729bc0 275px, #7facd5 350px, #ffffff 100%);
    background: linear-gradient(to bottom, #0053a0 130px, #0859a2 175px, #2469AA 225px, #729bc0 275px, #7facd5 350px, #ffffff 100%);
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  body.product-landing {
    background: -webkit-linear-gradient(top, #0053a0 230px, #0859a2 307px, #2469aa 350px, #729bc0 450px, #7facd5 500px, #ffffff 100%);
    background: linear-gradient(to bottom, #0053a0 230px, #0859a2 307px, #2469aa 350px, #729bc0 450px, #7facd5 500px, #ffffff 100%);
    background-repeat: no-repeat;
  }
}
body.contact-us-form, body.site-map, body#search_result, body.recipe-detail, body.page-template-default {
  background: none;
  background-color: #0053a0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-border-box: border-box;
  -khtml-border-box: border-box;
  -moz-border-box: border-box;
  -ms-border-box: border-box;
  -o-border-box: border-box;
  border-box: border-box;
  font-family: "source-sans-pro", sans-serif !important;
}

body {
  padding: 0;
  font-family: "source-sans-pro", sans-serif;
}

.container {
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 1025px) {
  .container {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

body.page-template-default .container, body.recipe-detail #main .container, body.search-results .container, body.site-map .container, body.product-detail .container {
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  body.page-template-default .container, body.recipe-detail #main .container, body.search-results .container, body.site-map .container, body.product-detail .container {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

.row {
  margin-left: 0; 
}
.row [class*=span] {
  margin-left: 0;
}

.extend_button, #search_result .btn, .form-horizontal input[type=button], .carousel .carousel-caption .btn, .btn {
  background: #1d90bb;
  border: 0;
  color: #fff;
  font-weight: 900;
  font-size: 0.88rem;
  text-transform: uppercase;
  padding: 10px 23px;
  -webkit-border-radius: 17px;
  -khtml-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}
.extend_button:focus, #search_result .btn:focus, .form-horizontal input[type=button]:focus, .carousel .carousel-caption .btn:focus, .btn:focus {
  outline: none;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.btn {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.btn:hover, .btn:focus {
  background: #1ca4d7;
  color: #fff;
}

.hide_mobile {
  display: none;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .hide_mobile {
    display: block;
  }
}

.hide_desktop {
  display: block;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .hide_desktop {
    display: none;
  }
}

p:empty, #mti_wfs_colophon {
  display: none !important;
}

.recipe-catogery-landing h1 {
  display: none;
}

.product-landing section.span12 h1,
.product-landing section.span10 h1 {
  display: none;
}
.product-landing section.span10 .span7 .heading_h3, .product-landing section.span10 .teaser7 .heading_h2, .product-landing section.span9 .span7 .heading_h3, .product-landing section.span9 .teaser7 .heading_h2 {
  display: none;
}

.teaser3,
.teaser7,
.single-product-detail-inner,
article.search-results,
.single-article-detail-inner,
.single-recipe-detail-inner,
.recipe-directions-wrapper,
.nutrition-box, .ingredients {
  background: none !important;
  border: 0 !important;
  padding: 0;
  box-shadow: none !important;
}

.page-template h1,
.single-article-detail {
  color: #fff;
}

span.yield_value_display_value,
span.yield_measure_value,
span.preparationTime_value,
span.cookingTime_value,
span.cookingTime_value {
  font-weight: 600;
}
span.yield_value_display_value:after,
span.yield_measure_value:after,
span.preparationTime_value:after,
span.cookingTime_value:after,
span.cookingTime_value:after {
  display: none;
}

span.yield_value_makes_label,
span.preparationTime_label,
span.cookingTime_label,
span.serves_label {
  font-weight: 600;
  padding-right: 10px;
}
span.yield_value_makes_label:after,
span.preparationTime_label:after,
span.cookingTime_label:after,
span.serves_label:after {
  display: none;
}

.recipe-short .preparationTime, .recipe-short .cookingTime {
  padding-left: 16px;
  position: relative;
  margin-left: 16px;
}
.recipe-short .preparationTime:before, .recipe-short .cookingTime:before {
  content: "";
  height: 80%;
  position: absolute;
  border-left: 2px solid;
  top: 10%;
  left: 0;
}

.BVRRSummaryContainer {
  width: 100%;
}
.BVRRSummaryContainer .bv-summary-bar {
  position: relative !important;
}
.BVRRSummaryContainer .bv-summary-bar .bv-action-bar {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}


body .bv-cv2-cleanslate [class*=bv-core-container] .bv-inline-rating-container .bv-stars-container .bv-rating-label {
  margin-top: -4px !important;
  display: block !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-inline-rating-container dd.bv-rating-ratio-number {
  display: none !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-search {
  display: none !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] button.bv-write-review {
  background: none !important;
  border: 0;
  border-bottom: 3px solid !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 auto !important;
  color: #0054a0 !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] button.bv-write-review:hover {
  color: #0054a0 !important;
  background: none !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar-minimalist-horizontal {
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar-minimalist-horizontal {
    text-align: center !important;
  }
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar-minimalist-horizontal .bv-stars-container {
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar-minimalist-horizontal .bv-write-review-container {
  padding: 0 !important;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar-minimalist-horizontal .bv-write-review-container {
    float: right !important;
  }
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar-minimalist-horizontal .bv-write-review-container .bv-submission-button {
  float: none !important;
  font-weight: 700 !important;
  border-bottom: 3px solid !important;
  margin-right: 0 !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar-minimalist-horizontal .bv-write-review-container .bv-submission-button:hover {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header {
  position: relative !important;
  /* mobiles and tablets */
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-action-bar {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-action-bar {
    position: absolute !important;
    right: 0 !important;
    z-index: 1 !important;
  }
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-action-bar-header {
  display: none !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-control-bar {
  background: #ddd !important;
  padding: 0 10px !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-control-bar .bv-expand-filter-button {
  background: #ddd !important;
}
@media only screen and (max-width: 767px) {
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header {
    display: flex !important;
    flex-direction: column;
  }
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-control-bar {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-action-bar {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0 !important;
  }
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-action-bar .bv-write-review-container {
    float: none !important;
  }
  body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-list-container .bv-header .bv-action-bar .bv-write-review-container .bv-write-review {
    margin: 0 auto !important;
  }
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-content-secondary-ratings-value {
  height: 8px !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-inline-histogram-ratings .bv-inline-histogram-ratings-star .bv-glyph {
  color: #ffc600 !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
  font-weight: 700 !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-stars .bv-td {
  font-weight: 700 !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar span.bv-rating-ratio-count {
  position: relative !important;
  padding-left: 10px !important;
}
body .bv-cv2-cleanslate [class*=bv-core-container] .bv-summary-bar span.bv-rating-ratio-count:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 80%;
  top: 10%;
  left: 0;
}

.plaxSlide {
  max-width: 1170px;
  margin-left: 30px;
}

#cf-root .cf-panel.cf-welcome {
  background-size: 100% !important;
}
#cf-root .cf-panel.cf-welcome .cf-header {
  padding-bottom: 0;
}
#cf-root .cf-fieldset {
  padding: 0 !important;
}
#cf-root .cf-fieldset.cf-fieldset-title p.cf-header-title {
  margin-bottom: 0;
}
#cf-root input.cf-text {
  height: 40px;
}

@media (max-width: 979px) and (min-width: 768px) {
  a.logo.pull-left {
    float: left;
  }

  #cf-root .cf-panel.cf-welcome {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .plaxSlide {
    margin-left: 0px;
  }

  .plaxBg {
    min-height: 200px !important;
  }

  #cf-root .cf-panel.cf-welcome:before {
    content: "";
    display: inline-block;
    background: url(http://placehold.it/800x150&text=Banner) center top no-repeat;
    height: 155px;
    width: 100%;
    background-size: initial;
  }

  #cf-root .cf-panel.cf-welcome {
    padding-top: 0 !important;
    background: none !important;
  }
}
div#cqcqPanel {
  left: 0;
}

#breadcrumb {
  background: transparent;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
#breadcrumb .breadcrumb {
  padding: 0;
}
#breadcrumb .breadcrumb li * {
  color: #fff;
}
#breadcrumb .breadcrumb .active {
  color: #fbcc28;
}
.term-3025 #breadcrumb .breadcrumb li:nth-child(2), .term-4533 #breadcrumb .breadcrumb li:nth-child(2) {
  display: none;
}

header.modern-header {
  margin: auto;
  border: 0;
  position: relative;
  z-index: 16;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1366px and up) */
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  header.modern-header {
    max-width: 724px;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  header.modern-header {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  header.modern-header {
    max-width: 1170px;
  }
}
header.modern-header .logo img {
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (max-width: 767px) {
  header.modern-header .logo img {
    margin: 8px 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  header.modern-header .logo img {
    position: relative;
    left: -10px;
    top: 5px;
  }
}
header.modern-header .navbar {
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  header.modern-header .navbar {
    position: absolute;
    right: 0;
    top: 0.75rem;
  }
  header.modern-header .navbar .btn-navbar.collapsed ~ .container .navbar-form {
    display: none;
  }
  header.modern-header .navbar .btn-navbar.collapsed ~ .container nav {
    visibility: hidden;
  }
  header.modern-header .navbar #left-nav-btn {
    display: none !important;
  }
  header.modern-header .navbar .container {
    clear: both;
    padding: 0;
    width: 18.13rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  header.modern-header .navbar .container form {
    width: 100%;
    background: #07457d;
    padding: 0.63rem 0.75rem !important;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  header.modern-header .navbar .container nav {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  header.modern-header .navbar .container nav#left_nav {
    margin-top: 2px;
  }
}
header.modern-header .navbar .btn-navbar {
  background: url(./img/icons8-delete-100.png) no-repeat;
  margin-right: 20px;
  float: right;
  display: block;
  background-size: 100% !important;
  width: 30px;
  height: 30px;
  /* Small devices (tablets, 768px and up) */
}
header.modern-header .navbar .btn-navbar.collapsed {
  background: url(./img/icon-menu.png) no-repeat;
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar .btn-navbar {
    display: none;
  }
}
header.modern-header .navbar .nav > li {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar {
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: calc(100% - 206px);
  }
  header.modern-header nav.nav-collapse {
    position: absolute;
    float: none;
    width: 100%;
    border: 0;
    padding: 0 1rem 0 0;
    /* Medium devices (desktops, 1366px and up) */
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  header.modern-header nav.nav-collapse {
    padding-right: 2rem;
  }
}
header.modern-header .navbar .nav {
  /* Small devices (tablets, 768px and up) */
}
header.modern-header .navbar .nav > li {
  background: #07457d;
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  header.modern-header .navbar .nav > li {
    border-bottom: 1px solid #fff !important;
    width: 100%;
  }
  header.modern-header .navbar .nav > li a {
    padding-left: 0.75rem;
  }
  header.modern-header .navbar .nav > li .nav li:last-child {
    border: none !important;
  }
}
header.modern-header .navbar .nav > li .nav .active {
  background: #478dbe;
}
header.modern-header .navbar .nav > li + li {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar .nav > li + li {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  header.modern-header .navbar .nav > li + li {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar .nav > li {
    background: transparent;
    margin-bottom: 0;
  }
}
header.modern-header .navbar .nav > li > a {
  background: transparent;
  padding: 0.63rem 0.75rem;
  font-weight: 900;
  font-size: 0.88rem;
  color: #fff;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar .nav > li > a {
    padding: 0.63rem 0;
  }
}
header.modern-header .navbar .nav > li > a:hover, header.modern-header .navbar .nav > li > a:focus {
  color: #fff;
}
header.modern-header .navbar .nav .active > a:hover, header.modern-header .navbar .nav .active > a:focus {
  background: transparent;
}
header.modern-header .navbar .nav > li.smart-label {
  display: none;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (max-width: 767px) {
  header.modern-header .navbar .nav > li.smart-label {
    padding: 0.63rem 0.94rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar .nav > li.smart-label {
    display: block;
  }
}
header.modern-header .navbar .nav > li.smart-label > a {
  text-indent: -9000px;
  background: url(./img/SmartLabel.png);
  background-repeat: no-repeat;
  margin: 0;
  width: 7.19rem;
  padding: 0.25rem;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar .nav > li.smart-label > a {
    margin-top: 0.5rem;
  }
}
header.modern-header .navbar .nav > li.smart-label + li {
  padding: 16px 12px;
  /* Small devices (tablets, 768px and up) */
}
header.modern-header .navbar .nav > li.smart-label + li a {
  padding: 0;
  text-indent: -9999px;
  background: url(./img/3390-1322107-App-Download-1-liptonKitchen-1.png) no-repeat;
  background-size: contain;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar .nav > li.smart-label + li {
    display: none;
  }
}
header.modern-header .navbar .container {
  /* mobiles and tablets */
  width: auto;
}
@media only screen and (max-width: 767px) {
  header.modern-header .navbar .container {
    padding-top: 1rem;
  }
}
header.modern-header .navbar-form.form-search {
  position: relative;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar-form.form-search {
    margin-top: 0;
    background: transparent;
  }
}
header.modern-header .navbar-form.form-search input[type=text] {
  min-width: 12.5rem;
  width: 100% !important;
  padding: 1rem 2rem 1rem 1rem;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #000;
  margin: 0;
  background-color: #b5b8bd;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar-form.form-search input[type=text] {
    min-width: 7.5rem;
    width: 7.5rem !important;
    color: #fff;
    background: transparent;
    height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  header.modern-header .navbar-form.form-search input[type=text] {
    min-width: 12.5rem;
    width: 100% !important;
    padding: 8px 32px 8px 16px;
    line-height: 1;
    
  }
}
header.modern-header .navbar-form.form-search .btn-search {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url(./img/search-icon.png) no-repeat;
  background-size: 100%;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  header.modern-header .navbar-form.form-search .btn-search {
    top: 0.5rem;
    right: 0.75rem;
  }
}

footer.modern-footer {
  background: #0054a0;
  border: 0;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  footer.modern-footer {
    padding: 4.13rem 0 2rem;
  }
}
footer.modern-footer ul .inline > li, footer.modern-footer ol .inline > li {
  padding: 0;
  margin: 0;
}
footer.modern-footer nav ul a {
  border: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #fff;
  margin-right: 0.75rem;
  text-transform: uppercase;
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 1025px) {
  footer.modern-footer nav ul a {
    margin-right: 1.75rem;
  }
}
footer.modern-footer nav ul li {
  padding-left: 0;
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  footer.modern-footer nav ul li {
    display: block;
    margin-bottom: 1rem;
  }
  footer.modern-footer nav ul li:first-child {
    display: none;
  }
}
footer.modern-footer nav ul li img {
  position: relative;
  top: -0.25rem;
  left: -0.25rem;
}
footer.modern-footer .footer-copyright {
  position: relative;
  margin: 0 auto;
  color: #5e8ad1;
  font-size: 0.94rem;
  line-height: 1.38rem;
  text-align: left;
  width: 80%;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (max-width: 767px) {
  footer.modern-footer .footer-copyright {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 768px) {
  footer.modern-footer .footer-copyright {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  footer.modern-footer .footer-copyright {
    width: 58%;
  }
}
@media only screen and (min-width: 1025px) {
  footer.modern-footer .footer-copyright {
    width: 54%;
  }
}
footer.modern-footer .footer-copyright a {
  margin-top: 20px;
  display: block;
}
footer.modern-footer .footer-copyright .right-footer {
  width: 2.75rem;
  position: absolute;
  top: 6px;
  left: -3.13rem;
  margin: 0;
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  footer.modern-footer .footer-copyright .right-footer {
    left: -10%;
  }
}
footer.modern-footer .footer-copyright .right-footer a {
  margin-top: 0;
}
footer.modern-footer .visible-phone {
  padding-top: 1.75rem;
}
footer.modern-footer .visible-phone * {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #fff;
}
footer.modern-footer .visible-phone strong {
  padding-right: 4px;
}

[class*=hero_carousel] {
  margin-bottom: 0;
  min-height: 18.75rem;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
  /* mobiles and tablets */
}
@media only screen and (min-width: 768px) {
  [class*=hero_carousel] {
    min-height: 15.63rem;
  }
}
@media only screen and (min-width: 1025px) {
  [class*=hero_carousel] {
    min-height: 27.81rem;
  }
}
@media only screen and (max-width: 767px) {
  [class*=hero_carousel] {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}
[class*=hero_carousel] .item > a, [class*=hero_carousel] .item > figure {
  display: none;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  [class*=hero_carousel] .item > a, [class*=hero_carousel] .item > figure {
    display: block;
  }
}
[class*=hero_carousel] .container {
  background: #07457d;
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem 1.56rem 2.25rem;
  text-align: center;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (max-width: 767px) {
  [class*=hero_carousel] .container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  [class*=hero_carousel] .container {
    padding: 0 0.94rem 0 1.88rem;
    width: 44%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 5%;
    top: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  [class*=hero_carousel] .container {
    width: 20.13rem;
    right: 8%;
    padding: 0;
  }
}
[class*=hero_carousel] .container .carousel-caption {
  text-align: center;
  position: static;
  background: transparent;
  /* mobiles and tablets */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (max-width: 767px) {
  [class*=hero_carousel] .container .carousel-caption {
    padding: 0;
    height: 28.75rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  [class*=hero_carousel] .container .carousel-caption > figure {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.75rem;
  }
  [class*=hero_carousel] .container .carousel-caption .heading_h2, [class*=hero_carousel] .container .carousel-caption h1 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  [class*=hero_carousel] .container .carousel-caption p {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  [class*=hero_carousel] .container .carousel-caption .btn {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  [class*=hero_carousel] .container .carousel-caption .heading_h2, [class*=hero_carousel] .container .carousel-caption p {
    padding: 0 2.25rem;
  }
  [class*=hero_carousel] .container .carousel-caption .btn {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  [class*=hero_carousel] .container .carousel-caption {
    text-align: left;
  }
}
[class*=hero_carousel] .container .carousel-caption h1, [class*=hero_carousel] .container .carousel-caption .heading_h2, [class*=hero_carousel] .container .carousel-caption p:not(:empty) {
  color: #fff;
  margin-bottom: 0.75rem;
}
[class*=hero_carousel] .container .carousel-caption h1, [class*=hero_carousel] .container .carousel-caption .heading_h2 span {
  font-size: 1.75rem;
  line-height: 1.75rem !important;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  [class*=hero_carousel] .container .carousel-caption h1, [class*=hero_carousel] .container .carousel-caption .heading_h2 span {
    font-size: 3.5rem;
    line-height: 3.5rem !important;
  }
}
[class*=hero_carousel] .container .carousel-caption p {
  font-size: 1rem;
}
[class*=hero_carousel] .container figure img {
  width: 100%;
}
[class*=hero_carousel] .carousel-control.left, [class*=hero_carousel] .carousel-control.right {
  visibility: hidden;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  [class*=hero_carousel] .carousel-control.left, [class*=hero_carousel] .carousel-control.right {
    visibility: visible;
  }
}
[class*=hero_carousel] .carousel-indicators {
  position: absolute;
  bottom: 0.94rem;
  top: auto;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
[class*=hero_carousel] .carousel-indicators li {
  margin: 0;
  display: inline-block;
  float: none;
  background: #83a2be;
}
[class*=hero_carousel] .carousel-indicators li.active {
  background: #fff;
}

.carousel .carousel-caption .btn {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.carousel .carousel-caption .btn:hover, .carousel .carousel-caption .btn:focus {
  background: #1ca4d7;
  color: #fff;
}
.carousel .carousel-indicators li {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.carousel .carousel-indicators li + li {
  margin-left: 1rem;
}
.carousel .carousel-control {
  width: 34px;
  height: 63px;
  background: url("./img/bg-carousel-full.png") -34px 0px no-repeat;
}
.carousel .carousel-control.right {
  background-position: 3px 0px;
}
.carousel .carousel-control.left {
  background-position: -34px 0px;
}
.carousel .carousel-inner {
  margin-bottom: 40px;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .carousel .carousel-inner {
    margin-bottom: 72px;
  }
}
.carousel .play {
  display: none;
}

.navbar .nav-collapse ul.nav ul {
  background: #244180;
  border: 1px solid #244180;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.navbar .nav-collapse ul.nav ul > li {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .navbar .nav-collapse ul.nav ul > li {
    padding-left: 0.5rem;
  }
  .navbar .nav-collapse ul.nav ul > li:first-child {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
  }
  .navbar .nav-collapse ul.nav ul > li:last-child {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
}
.navbar .nav-collapse ul.nav ul > li:hover, .navbar .nav-collapse ul.nav ul > li:focus {
  color: #fbcc28;
  background: #478dbe;
}
.navbar .nav-collapse ul.nav ul > li > a {
  color: #fff;
  font-weight: 600;
}
.navbar .nav-collapse ul.nav ul > li > a:hover, .navbar .nav-collapse ul.nav ul > li > a:focus {
  color: #fff;
  background: transparent;
}
.navbar .nav-collapse ul.nav ul .arrow {
  margin-right: 0;
}
.navbar .nav-collapse ul.nav ul ul,
.navbar .nav-collapse ul.nav ul .arrow, .navbar .nav-collapse ul.nav ul .arrow-desktop {
  display: none !important;
}
.navbar .nav-collapse ul.nav .hv_active .top-desktop {
  width: 10px;
  height: 6px;
  background: url("./img/arrow-select.png") -10px 0px no-repeat;
}
.navbar .nav-collapse ul.nav .hv_active .top-desktop.right {
  background-position: 0px 0px;
}
.navbar .nav-collapse ul.nav .hv_active .top-desktop.left {
  background-position: -10px 0px;
}
.navbar .nav-collapse ul.nav .arrow, .navbar .nav-collapse ul.nav .top-desktop, .navbar .nav-collapse ul.nav .arrow-desktop {
  padding: 0;
  width: 10px;
  height: 6px;
  background: url("./img/arrow-select.png") 0px 0px no-repeat;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
}
.navbar .nav-collapse ul.nav .arrow.right, .navbar .nav-collapse ul.nav .top-desktop.right, .navbar .nav-collapse ul.nav .arrow-desktop.right {
  background-position: 0px 0px;
}
.navbar .nav-collapse ul.nav .arrow.left, .navbar .nav-collapse ul.nav .top-desktop.left, .navbar .nav-collapse ul.nav .arrow-desktop.left {
  background-position: 0px 0px;
}
@media only screen and (max-width: 767px) {
  .navbar .nav-collapse ul.nav .arrow, .navbar .nav-collapse ul.nav .top-desktop, .navbar .nav-collapse ul.nav .arrow-desktop {
    margin-top: 10px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .nav-collapse ul.nav .arrow, .navbar .nav-collapse ul.nav .top-desktop, .navbar .nav-collapse ul.nav .arrow-desktop {
    margin-left: 6px;
    position: relative;
    top: 6px;
  }
}
.navbar .nav-collapse ul.nav .arrow.hv_active, .navbar .nav-collapse ul.nav .top-desktop.hv_active, .navbar .nav-collapse ul.nav .arrow-desktop.hv_active {
  width: 11px;
  height: 6px;
  background: url("./img/arrow-select.png") -10px 0px no-repeat;
}
.navbar .nav-collapse ul.nav .arrow.hv_active.right, .navbar .nav-collapse ul.nav .top-desktop.hv_active.right, .navbar .nav-collapse ul.nav .arrow-desktop.hv_active.right {
  background-position: 0px 0px;
}
.navbar .nav-collapse ul.nav .arrow.hv_active.left, .navbar .nav-collapse ul.nav .top-desktop.hv_active.left, .navbar .nav-collapse ul.nav .arrow-desktop.hv_active.left {
  background-position: -10px 0px;
}

#_bapw-notice {
  top: 0 !important;
  position: fixed !important;
}

article .thumbnails {
  margin: 0;
  padding: 0;
}
article .thumbnails:before, article .thumbnails:after {
  content: "";
  display: table;
}
article .thumbnails:after {
  clear: both;
}
article .thumbnails li[class*=span] {
  margin: 0;
  display: block;
  float: left;
  width: 100% !important;
  /* Small devices (tablets, 768px and up) */
}
article .thumbnails li[class*=span]:nth-child(n) {
  margin-right: 5%;
  margin-bottom: 5%;
}
article .thumbnails li[class*=span]:nth-child(1n) {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  article .thumbnails li[class*=span] {
    width: 30% !important;
  }
  article .thumbnails li[class*=span]:nth-child(n) {
    margin-right: 5%;
    margin-bottom: 5%;
  }
  article .thumbnails li[class*=span]:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  article .thumbnails li[class*=span]:nth-child(3n+1) {
    clear: both;
  }
}
article .thumbnails li[class*=span] figure {
  height: auto !important;
  float: none;
  display: block;
  margin: 0 auto;
}
article .thumbnails li[class*=span] figure img {
  width: 162px;
  max-width: 100%;
}
article .thumbnails li[class*=span] a {
  height: auto;
  text-align: center;
}
article .thumbnails li[class*=span] .btn-link {
  display: block;
  height: auto;
  line-height: 1.4;
}
article .thumbnails li[class*=span] .thumbnail {
  border: 0;
  padding: 0.31rem 0.44rem;
}
article .thumbnails .thumbnail {
  display: block;
  max-width: 100%;
  background: none;
  border: 0;
}
article .thumbnails .thumbnail > a:not(.btn) {
  display: block;
  margin-bottom: 0.75rem;
  text-align: center;
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  article .thumbnails .thumbnail > a:not(.btn) .btn-link {
    width: 70%;
    text-align: center;
  }
}
article .thumbnails figure {
  margin: 0 30px 10px;
}
article .thumbnails figure:after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60%;
  height: 1px;
}
article .thumbnails .btn-link,
article .thumbnails .heading_h3 span {
  text-decoration: none;
  font-weight: 700;
  color: #0054a0;
  margin-bottom: 0;
  font-size: 1.13rem;
  margin: 0 auto;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  article .thumbnails .btn-link,
article .thumbnails .heading_h3 span {
    font-size: 1.25rem;
  }
}
article .thumbnails .btn-link ~ .btn,
article .thumbnails .heading_h3 span ~ .btn {
  margin-top: 4px;
}
article .thumbnails .btn {
  display: block !important;
  margin: 0 auto;
  width: 200px;
}

.items-pagination {
  margin: 40px 0 120px;
}
.items-pagination span, .items-pagination a {
  color: #0054a0;
  width: auto;
  height: auto;
  font-weight: 900;
  border: 2px solid #0054a0;
  line-height: normal;
  padding: 0px 6px;
  margin: 0 2px;
}
.items-pagination span.next.page-numbers, .items-pagination a.next.page-numbers {
  padding: 0px 6px;
}
.items-pagination span.page-numbers.dots {
  color: #0054a0;
  padding: 0;
  border: none;
}
.items-pagination .current {
  background: #ddd;
  padding: 0px 6px;
}

.pagination ul > li span, .pagination ul > li a {
  font-weight: 900;
  padding: 1px 7px;
  line-height: normal;
  font-size: 14px;
}
.pagination ul > li > a,
.pagination ul > li .current {
  background: transparent;
  border: 2px solid #ddd;
  margin: 0 4px;
}
.pagination ul > li > a:hover,
.pagination ul > li .current:hover {
  background: transparent;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-radius: 0;
  border-left-width: 2px;
}
.pagination .items-pagination span, .pagination .items-pagination a {
  border: 2px solid #ddd;
}
.pagination .items-pagination .current {
  background: transparent;
}

.form-horizontal legend {
  border: 0;
  margin-bottom: 1.19rem;
  font-size: 1.69rem;
}
.form-horizontal legend + .control-group {
  margin-top: 0;
  position: relative;
}
.form-horizontal fieldset + fieldset {
  margin-top: 20px;
}
.form-horizontal fieldset + fieldset .control-group:first-child {
  margin-bottom: 0;
}
.form-horizontal .control-label {
  text-align: left;
  float: none;
  margin-bottom: 0.31rem;
  font-weight: 700;
  font-size: 0.88rem;
  width: auto;
}
.form-horizontal .controls {
  margin: 0;
}
.form-horizontal .controls textarea {
  width: 100%;
  height: 150px;
  background: transparent;
  border: 1px solid #fff;
}
.form-horizontal .controls.img-tooltip {
  width: 100%;
  margin: 0;
}
.form-horizontal .controls + .help-icon {
  position: absolute;
  right: -10px;
  display: none;
}
.form-horizontal input[type=text], .form-horizontal select {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  font-size: 0.88rem;
  color: #fff;
}
.form-horizontal input[type=text] {
  padding: 8px 16px;
  height: 32px;
  line-height: 1;
}
.form-horizontal input::placeholder, .form-horizontal textarea::placeholder, .form-horizontal select::placeholder {
  font-size: 0.88rem;
  color: #fff;
}
.form-horizontal input[type=button] {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.form-horizontal *, .form-horizontal .form-asterik {
  color: #fff;
}
.form-horizontal select option {
  color: #000;
}
.form-horizontal .error {
  background: #fff;
  color: #c7254e;
  display: block;
  margin: 0;
  padding: 0.63rem;
}
.form-horizontal .control-group input[type=checkbox] {
  margin-right: 0.75rem;
}

.contact-form.single-article-detail {
  color: #fff;
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  .contact-form.single-article-detail {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}
.contact-form.single-article-detail h1 {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form.single-article-detail p {
  color: #fff;
  line-height: normal;
}
.contact-form.single-article-detail p + p {
  padding-bottom: 24px;
}
.contact-form.single-article-detail .control-group.phonenumber {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .contact-form.single-article-detail .control-group.phonenumber {
    float: left;
    width: 45%;
  }
  .contact-form.single-article-detail .control-group.phonenumber + .phonenumber {
    margin-left: 10%;
  }
}
.contact-form.single-article-detail .control-group.phonenumber .controls {
  float: left;
  width: 70%;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .contact-form.single-article-detail .control-group.phonenumber .controls {
    width: 75%;
  }
}
.contact-form.single-article-detail .control-group.phonenumber .controls + .controls {
  width: 28%;
  margin-left: 2%;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .contact-form.single-article-detail .control-group.phonenumber .controls + .controls {
    width: 23%;
  }
}
.contact-form.single-article-detail .control-group.languagepreference {
  clear: both;
}

.contact-us-form [class*=span], .contact-us-form section[class*=span].span9 {
  width: 100%;
}
.contact-us-form #main {
  margin-bottom: 2.5rem;
  /* mobiles and tablets */
}
@media only screen and (max-width: 767px) {
  .contact-us-form #main {
    margin-bottom: 3.75rem;
  }
}

.search-list.rms-item .thumbnails figure,
.recipe-catogery-landing .thumbnails figure {
  position: relative;
}
.search-list.rms-item .thumbnails figure img,
.recipe-catogery-landing .thumbnails figure img {
  width: 200px !important;
  height: 200px !important;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 50%;
  margin-left: -100px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .search-list.rms-item .thumbnails figure img,
.recipe-catogery-landing .thumbnails figure img {
    width: 174px !important;
    height: 174px !important;
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1025px) {
  .search-list.rms-item .thumbnails figure img,
.recipe-catogery-landing .thumbnails figure img {
    width: 200px !important;
    height: 200px !important;
    margin-left: -100px;
  }
}
.search-list.rms-item .thumbnails figure:before,
.recipe-catogery-landing .thumbnails figure:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url(./img/recipeDefault.jpg);
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  margin-left: -100px;
  z-index: -1;
  top: 0;
  background-size: 100%;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .search-list.rms-item .thumbnails figure:before,
.recipe-catogery-landing .thumbnails figure:before {
    width: 174px;
    height: 174px;
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1025px) {
  .search-list.rms-item .thumbnails figure:before,
.recipe-catogery-landing .thumbnails figure:before {
    width: 200px;
    height: 200px;
    margin-left: -100px;
  }
}

.tab-pane.recipe-related .thumbnails figure {
  position: relative;
}
.tab-pane.recipe-related .thumbnails figure img {
  width: 200px !important;
  height: 200px !important;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 50%;
  margin-left: -100px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .tab-pane.recipe-related .thumbnails figure img {
    width: 174px !important;
    height: 174px !important;
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-pane.recipe-related .thumbnails figure img {
    width: 200px !important;
    height: 200px !important;
    margin-left: -100px;
  }
}
.tab-pane.recipe-related .thumbnails figure:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url(./img/recipeDefault.jpg);
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  margin-left: -100px;
  z-index: -1;
  top: 0;
  background-size: 100%;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .tab-pane.recipe-related .thumbnails figure:before {
    width: 174px;
    height: 174px;
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-pane.recipe-related .thumbnails figure:before {
    width: 200px;
    height: 200px;
    margin-left: -100px;
  }
}
.tab-pane.recipe-related .thumbnails figure img {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .tab-pane.recipe-related .thumbnails figure img {
    width: 156px !important;
    height: 156px !important;
    margin-left: -78px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-pane.recipe-related .thumbnails figure img {
    width: 200px !important;
    height: 200px !important;
    margin-left: -100px;
  }
}
.tab-pane.recipe-related .thumbnails figure:before {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .tab-pane.recipe-related .thumbnails figure:before {
    width: 156px;
    height: 156px;
    margin-left: -78px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-pane.recipe-related .thumbnails figure:before {
    width: 200px;
    height: 200px;
    margin-left: -100px;
  }
}

.recipe-detail .single-recipe-detail-inner .featured-image-wrapper {
  position: relative;
}
.recipe-detail .single-recipe-detail-inner .featured-image-wrapper img {
  width: 200px !important;
  height: 200px !important;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 50%;
  margin-left: -100px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper img {
    width: 174px !important;
    height: 174px !important;
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1025px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper img {
    width: 200px !important;
    height: 200px !important;
    margin-left: -100px;
  }
}
.recipe-detail .single-recipe-detail-inner .featured-image-wrapper:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url(./img/recipeDefault.jpg);
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  margin-left: -100px;
  z-index: -1;
  top: 0;
  background-size: 100%;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper:before {
    width: 174px;
    height: 174px;
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1025px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper:before {
    width: 200px;
    height: 200px;
    margin-left: -100px;
  }
}
.recipe-detail .single-recipe-detail-inner .featured-image-wrapper:before {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper:before {
    left: 0;
    margin-left: 0;
    width: 240px;
    height: 240px;
  }
}
.recipe-detail .single-recipe-detail-inner .featured-image-wrapper img {
  left: 0;
  margin-left: 0;
  width: 100% !important;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper img {
    min-height: 240px;
  }
}

.homepage {
  /* mobiles and tablets */
}
.homepage .teasers {
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (max-width: 767px) {
  .homepage .teasers {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .teasers {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage .teasers {
    margin-bottom: 5.25rem;
  }
}
.homepage .teasers figure {
  margin-bottom: 2rem;
}
.homepage .teasers figure img {
  width: 100%;
}
.homepage .teasers .teaser3 {
  background-color: transparent;
  border: 0;
  margin: 0;
}
.homepage .teasers [class*=span] {
  margin: 0;
  padding: 0 0 40px;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .homepage .teasers [class*=span] {
    padding: 0;
  }
}
.homepage .teasers .span4 {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .homepage .teasers .span4 {
    width: 33.3333%;
  }
}
.homepage .teasers .caption {
  text-align: center;
  padding: 0.63rem;
}
.homepage .teasers .caption a {
  color: #0053a0;
  font-size: 1.69rem;
  font-weight: bold;
  line-height: 30px;
}
.homepage .teasers .caption .heading_h3, .homepage .teasers .caption figure {
  display: none;
}
.homepage .teasers article[class*=span] {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .homepage .teasers article[class*=span] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.homepage .carousel_teaser {
  padding-top: 1.75rem;
  margin-bottom: 1.88rem;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (max-width: 767px) {
  .homepage .carousel_teaser {
    padding-left: 0.94rem;
    margin-right: -200px;
    display: flex;
  }
  .homepage .carousel_teaser .slide-wrapper {
    width: 50%;
    padding-right: 30px;
  }
  .homepage .carousel_teaser .carousel-control {
    display: none;
  }
}
.homepage .carousel_teaser .carousel-caption {
  position: relative;
  background: transparent;
  text-align: center;
  padding: 0 20px;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .homepage .carousel_teaser .carousel-caption {
    padding: 0;
  }
}
.homepage .carousel_teaser .carousel-caption a {
  margin-top: 20px;
  color: #0054a0;
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 8px;
}
.homepage .carousel_teaser .carousel-caption .heading_h2 {
  display: none;
}
.homepage .carousel_teaser .carousel-control {
  width: 15px;
  height: 22px;
  background: url("./img/arrows-carousel.png") 3px 0px no-repeat;
}
.homepage .carousel_teaser .carousel-control.right {
  background-position: -15px 0px;
}
.homepage .carousel_teaser .carousel-control.left {
  background-position: 3px 0px;
}
.homepage .carousel_teaser .slide-wrapper {
  text-align: center;
}
.homepage .carousel_teaser .slide-wrapper figure {
  margin-bottom: 0;
}
.homepage .carousel_teaser .slide-wrapper .container {
  width: 100%;
  padding: 0;
}
.homepage .carousel_teaser .slide-wrapper .container figure {
  display: none;
}
@media only screen and (min-width: 768px) {
  .homepage .carousel_teaser .slide-wrapper {
    width: 20%;
  }
  .homepage .carousel_teaser .carousel-inner {
    width: 95%;
    margin: 0 auto;
  }
  .homepage .carousel_teaser .carousel-inner img {
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 2.13rem 0.88rem 0.88rem;
    margin-top: 0;
  }
  .homepage .carousel_teaser .carousel-inner figure:hover img {
    background: #0054a0;
    margin-top: -1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .carousel {
    margin-top: 0;
  }
}

.product-landing .hero_carousel_2 {
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (max-width: 767px) {
  .product-landing .hero_carousel_2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .product-landing .hero_carousel_2 .container {
    right: 0;
    top: 35%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-landing .hero_carousel_2 .container {
    right: 5%;
  }
}
.product-landing .carousel-caption {
  padding: 0;
}
.product-landing .carousel-caption .heading_h2 span {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .product-landing .carousel-caption .heading_h2 span {
    font-size: 24px;
    line-height: 1.4;
  }
}
.product-landing .span12 {
  width: 100%;
}

section[class*=span].full-width-section, section[class*=span].span9 {
  padding-bottom: 80px;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  section[class*=span].full-width-section, section[class*=span].span9 {
    width: 73%;
  }
}
section[class*=span].full-width-section .thumbnail .btn-link, section[class*=span].span9 .thumbnail .btn-link {
  width: 90%;
}
section[class*=span] + aside {
  display: none;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  section[class*=span] + aside {
    display: block;
    width: 24%;
    float: right;
  }
}
section[class*=span] + aside img {
  width: 100%;
}

.recipe-catogery-landing .span12 {
  width: 100%;
}
.recipe-catogery-landing .thumbnail .btn-link {
  width: 90%;
}
.recipe-catogery-landing .thumbnail .btn-link ~ .btn {
  display: none !important;
}
.recipe-catogery-landing section[class*=span] .full-width-section {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-catogery-landing section[class*=span] .full-width-section {
    float: none;
    width: 80%;
    margin: 60px auto;
  }
}
.recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 {
  display: none;
  width: 100%;
  float: none;
  margin-bottom: 60px;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (max-width: 767px) {
  .recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}
@media only screen and (min-width: 768px) {
  .recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 {
    width: 80%;
    margin: 60px auto;
  }
  .recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 figure {
    text-align: center;
  }
  .recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 figure img {
    width: auto;
  }
}
.recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 .heading_h3,
.recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 .caption figure {
  display: none;
}
.recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 p {
  margin: 0 auto;
  margin-top: 12px;
  max-width: 200px;
  text-align: center;
}
.recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 p a {
  font-weight: 700;
  color: #0054a0;
  font-size: 1.25rem;
  line-height: 30px;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-catogery-landing section[class*=span] .full-width-section + aside.span3 p a {
    font-size: 1.25rem;
  }
}
.recipe-catogery-landing aside {
  margin: 0;
  padding: 0;
}
.recipe-catogery-landing aside:before, .recipe-catogery-landing aside:after {
  content: "";
  display: table;
}
.recipe-catogery-landing aside:after {
  clear: both;
}
.recipe-catogery-landing aside article {
  margin: 0;
  display: block;
  float: left;
  width: 100% !important;
  /* Small devices (tablets, 768px and up) */
}
.recipe-catogery-landing aside article:nth-child(n) {
  margin-right: 5%;
  margin-bottom: 5%;
}
.recipe-catogery-landing aside article:nth-child(1n) {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .recipe-catogery-landing aside article {
    width: 30% !important;
  }
  .recipe-catogery-landing aside article:nth-child(n) {
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .recipe-catogery-landing aside article:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .recipe-catogery-landing aside article:nth-child(3n+1) {
    clear: both;
  }
}
.recipe-catogery-landing.term-allrecipes section[class*=span] .full-width-section {
  display: none;
}
.recipe-catogery-landing.term-allrecipes section[class*=span] .full-width-section + aside.span3 {
  display: block;
}

.product-detail .single-product-detail {
  width: 100%;
}
.product-detail .single-product-detail-inner {
  margin-bottom: 72px;
}
.product-detail .single-product-detail figure {
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .product-detail .single-product-detail figure.pull-left {
    width: 52%;
  }
}
.product-detail .single-product-detail figure:after {
  content: "";
  display: block;
  margin: 32px auto;
  width: 60%;
  height: 1px;
  background: #0054a0;
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
  -webkit-box-shadow: 0px 20px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 20px rgba(0, 0, 0, 0.3);
}
.product-detail .single-product-detail figure img {
  width: 280px;
}
.product-detail .single-product-detail .smartLabelData {
  margin: 0;
  height: auto;
}
.product-detail .single-product-detail .smartLabelData a img {
  height: auto;
  width: 190px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.product-detail .single-product-detail .product-description {
  margin: 0 auto;
  text-align: center;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (max-width: 767px) {
  .product-detail .single-product-detail .product-description {
    width: 90%;
  }
}
.product-detail .single-product-detail .product-description * {
  color: #fff;
}

.product-detail .single-product-detail .product-description .modal .modal-body .smt-button {
  color: #fff !important;
}

/* .product-detail .single-product-detail .product-description .bv-cv2-cleanslate .bv-popup-target span, .product-detail .single-product-detail .product-description .bv-cv2-cleanslate .bv-popup-target,
.product-detail .single-product-detail .product-description .bv-cv2-cleanslate .bv-text-link span,
.product-detail .single-product-detail .product-description .bv-cv2-cleanslate .bv-text-link {
  color: #fff !important;
} */
.product-detail .single-product-detail .product-description .modal .modal-header *,
.product-detail .single-product-detail .product-description .modal .modal-body * {
  color: #000;
}
.product-detail .single-product-detail .product-description .modal .close {
  color: #000;
  font-size: 28px;
}
.product-detail .single-product-detail .product-description h1 {
  line-height: normal !important;
  font-size: 1.75rem;
  
}
@media only screen and (min-width: 1025px) {
  .product-detail .single-product-detail .product-description h1 {
    font-size: 3.5rem;
  }
}
.product-detail .single-product-detail .product-description p {
  padding-top: 8px;
  line-height: 1.4;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .product-detail .single-product-detail .product-description {
    width: 48%;
    float: left;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-detail .single-product-detail .product-description {
    text-align: left;
    max-width: 400px;
  }
}
.product-detail .single-product-detail .product-description .btn.buy-it-now-btn {
  margin-top: 1.25rem;
  display: block;
}
.product-detail .single-product-detail .product-description .the_content figure {
  display: none;
}
.product-detail .nav-tabs-wrapper .nav-tabs {
  border: 0;
  text-transform: uppercase;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .product-detail .nav-tabs-wrapper .nav-tabs {
    margin-bottom: 3.75rem;
  }
}
.product-detail .nav-tabs-wrapper .nav-tabs > li > a {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-size: 1.25rem;
  color: #0053a0;
  opacity: 0.3;
  padding: 0.5rem 0;
  letter-spacing: 1.8px;
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 1025px) {
  .product-detail .nav-tabs-wrapper .nav-tabs > li > a {
    font-size: 2.25rem;
  }
}
.product-detail .nav-tabs-wrapper .nav-tabs > li > a:hover, .product-detail .nav-tabs-wrapper .nav-tabs > li > a:focus {
  background: transparent;
  border: none;
}
.product-detail .nav-tabs-wrapper .nav-tabs > li + li {
  padding-left: 0.75rem;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .product-detail .nav-tabs-wrapper .nav-tabs > li + li {
    padding-left: 2.25rem;
  }
}
.product-detail .nav-tabs-wrapper .nav-tabs > .active > a {
  opacity: 1;
  background: transparent;
  border: 0;
  border-bottom: 0.25rem solid #0053a0;
}
.product-detail .nav-tabs-wrapper .nav-tabs > .active > a:hover, .product-detail .nav-tabs-wrapper .nav-tabs > .active > a:focus {
  border-bottom: 0.25rem solid #0053a0;
}
.product-detail #main {
  margin-top: 36px;
}

#search_result section[class*=row] {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1366px and up) */
}
@media only screen and (min-width: 768px) {
  #search_result section[class*=row] {
    width: 724px;
  }
}
@media only screen and (min-width: 1024px) {
  #search_result section[class*=row] {
    width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  #search_result section[class*=row] {
    width: 100%;
  }
}
#search_result .btn {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#search_result .btn.pull-right {
  float: none;
  margin-top: 60px;
  margin-bottom: 60px;
}
#search_result.search-result-list .btn.pull-right {
  float: right;
  margin: 0;
  margin-top: -32px;
  background: none;
}
#search_result.search-result-list .search-list .heading_h2 {
  text-align: left;
}
#search_result .search-list {
  text-align: center;
}
#search_result .search-list > .heading_h3, #search_result .search-list > span {
  text-align: left;
  display: block;
}
#search_result .search-list .title-wrapper {
  margin-bottom: 8px;
}
#search_result .search-list .thumbnails .btn {
  display: none !important;
}
#search_result .search-list .thumbnails .span3 .thumbnail {
  border: 0;
}
#search_result .search-list .thumbnails .span3 figure {
  float: none !important;
  display: block;
  margin: 0 auto !important;
}
#search_result .search-list .thumbnails a {
  text-align: center;
}
#search_result .search-list .thumbnails + .pagination {
  margin: 60px 0 90px;
}
#search_result .search-list span.btn-link {
  min-height: auto;
}
#search_result .search-list .btn-link, #search_result .search-list .heading_h3 span {
  color: #fff;
}
#search_result .search-list.article-item {
  display: none;
}
#search_result *, #search_result .heading_h3 span {
  color: #fff;
}
#search_result .tweeter {
  display: none;
}

.site-map #main * {
  color: #fff;
}
.site-map #main h1 {
  font-size: 1.88rem;
  margin: 0;
  margin-bottom: 1.25rem;
}
.site-map #main .heading_h3 {
  margin-bottom: 0.63rem;
}
.site-map #main .heading_h3 span, .site-map #main .heading_h3 a {
  font-size: 1.44rem;
  font-weight: 700;
}
.site-map #main .menu-left-navigation-recipe-container .menu-item.menu-item-type-custom a, .site-map #main .menu-left-navigation-product-container .menu-item.menu-item-type-custom a {
  font-size: 1.44rem;
  font-weight: 700;
}
.site-map #main .menu-left-navigation-recipe-container .menu-item.menu-item-type-custom ~ li > a, .site-map #main .menu-left-navigation-product-container .menu-item.menu-item-type-custom ~ li > a {
  font-weight: 700;
}
.site-map #main li a {
  font-size: 14px;
}
.site-map #main .inner-container:before, .site-map #main .inner-container:after {
  content: "";
  display: table;
}
.site-map #main .inner-container:after {
  clear: both;
}
.site-map #main .inner-container .site-map-wrapper {
  width: 100% !important;
  /* Small devices (tablets, 768px and up) */
}
.site-map #main .inner-container .site-map-wrapper:nth-child(n) {
  margin-right: 5%;
  margin-bottom: 5%;
}
.site-map #main .inner-container .site-map-wrapper:nth-child(1n) {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .site-map #main .inner-container .site-map-wrapper {
    width: 21.25% !important;
    width: 30% !important;
  }
  .site-map #main .inner-container .site-map-wrapper:nth-child(n) {
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .site-map #main .inner-container .site-map-wrapper:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .site-map #main .inner-container .site-map-wrapper:nth-child(4n+1) {
    clear: both;
  }
}
.site-map #main .inner-container .site-map-wrapper:nth-child(2) .heading_h3,
.site-map #main .inner-container .site-map-wrapper:nth-child(4) .heading_h3,
.site-map ul li.menu-item-12 {
  display: none;
}
.site-map #main .inner-container .site-map-wrapper:nth-child(3) {
  display: none;
}
.site-map .menu-item-has-children > a {
  margin-bottom: 0.63rem;
  display: block;
  font-weight: 700;
}
.site-map ul li {
  margin-bottom: 0.5rem;
}
.site-map ul ul {
  margin: 0;
}
.site-map ul ul li {
  margin: 0;
}
.site-map ul ul ul {
  margin-bottom: 1.25rem;
}
.site-map .single-article-detail #main .container {
  padding: 0;
}

.single-article-detail {
  margin: 20px 0;
}
.page-id-6523 .single-article-detail {
  /* Small devices (tablets, 768px and up) */
}
.page-id-6523 .single-article-detail-inner h1 {
  text-align: center;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-id-6523 .single-article-detail {
    width: 80%;
    margin: 0 auto;
  }
}
.page-id-6523 .single-article-detail .single-article-detail-inner {
  float: none;
}
.page-id-6523 .single-article-detail .faq-body {
  padding: 20px 5px;
}
.page-id-6523 .single-article-detail .faq-body .heading-h4 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 0 20px;
}
.page-id-6523 .single-article-detail .faq-body p {
  color: #fff;
}
.page-id-6523 .single-article-detail .faq-body + .faq-body {
  border-top: 1px solid #fff;
}
.page-id-6523 .single-article-detail .faq-body ul {
  margin-top: 20px;
}
.page-id-6523 .single-article-detail .faq-body li {
  color: #fff;
  margin: 10px 0;
}
.page-id-188 .single-article-detail p {
  color: #fff;
  margin-top: 30px;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .page-id-188 .single-article-detail p {
    min-height: 200px;
  }
}

.accordion {
  margin-bottom: 0;
  padding: 20px 5px;
  padding-left: 60px;
}
.accordion + .accordion {
  border-top: 1px solid #fff;
}
.accordion-heading .accordion-toggle {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.accordion-heading .accordion-toggle:hover, .accordion-heading .accordion-toggle:focus {
  color: #fff;
}
.accordion-heading .accordion-toggle:before {
  content: "";
  width: 15px;
  height: 22px;
  background: url(./img/arrows-carousel.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  top: 5px;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion p {
  color: #fff;
}
.accordion-group {
  border: 0;
  border-radius: 0;
}
.accordion-inner {
  border-top: 0;
}
.accordion-inner ul {
  margin-top: 20px;
}
.accordion-inner ul li {
  color: #fff;
  margin: 10px 0;
}

.recipe-detail *, .recipe-detail [class*=heading_h] span {
  color: #fff;
}
.recipe-detail .single-recipe-detail-inner {
  margin: 0;
  padding-left: 0;
  margin-bottom: 1.88rem;
}
.recipe-detail .single-recipe-detail-inner .featured-image-wrapper {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper {
    float: left;
    width: 50%;
  }
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper + .recipe-description {
    width: 45%;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper {
    width: 36%;
  }
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper + .recipe-description {
    width: 58%;
  }
}
@media only screen and (min-width: 1025px) {
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper {
    width: 35%;
  }
  .recipe-detail .single-recipe-detail-inner .featured-image-wrapper + .recipe-description {
    width: 60%;
  }
}
.recipe-detail .nutrition-directions {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .nutrition-directions {
    display: flex;
  }
  .recipe-detail .nutrition-directions .recipe-nutrition-wrapper #nutritionalInformation > div[class*=width] {
    padding-right: 50px;
  }
}
.recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] {
  width: 100%;
  margin-bottom: 80px;
}
.recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] article .thumbnails li[class*=span] {
  /* Small devices (tablets, 768px and up) */
}
.recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] article .thumbnails li[class*=span]:nth-child(4n+1) {
  clear: both;
  display: none;
}
.recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] article .thumbnails li[class*=span]:nth-child(1) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] article .thumbnails li[class*=span] {
    width: 23.5% !important;
  }
  .recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] article .thumbnails li[class*=span]:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] article .thumbnails li[class*=span]:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .recipe-detail .nutrition-directions + div[class*=row] > div[class*=span] article .thumbnails li[class*=span]:nth-child(3n+1) {
    clear: initial;
  }
}
.recipe-detail .accordion {
  padding: 0;
  margin: 0;
}
.recipe-detail .accordion .collapse {
  width: 100%;
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .accordion .collapse {
    overflow: initial;
  }
}
.recipe-detail .accordion .accordion-heading {
  text-align: center;
}
.recipe-detail .accordion .accordion-heading .accordion-toggle {
  display: inline-block;
  padding: 0.75rem 1.88rem;
  background: #244180;
  border-radius: 20px;
  width: calc(100% - 30px);
  text-align: left;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.recipe-detail .accordion .accordion-heading .accordion-toggle:before {
  left: auto;
  right: 24px;
  top: 12px;
}
.recipe-detail div[class*=width] {
  width: 100%;
}
.recipe-detail .recipe-description {
  width: 100%;
  /* mobiles and tablets */
  /* Small devices (tablets, 768px and up) */
}
@media only screen and (max-width: 767px) {
  .recipe-detail .recipe-description h2 {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .recipe-detail .recipe-description figure {
    padding-right: 40px;
  }
}
.recipe-detail .recipe-description div.width50 {
  width: 100%;
}
.recipe-detail .heading_h3, .recipe-detail .heading_h4 {
  padding: 10px 0 20px;
  text-align: left;
}
.recipe-detail .ingredients {
  margin: 0;
  height: auto !important;
}
.recipe-detail .ingredients ol li {
  list-style-type: disc;
}
.recipe-detail .ingredients .content-wrapper {
  padding: 0;
}
.recipe-detail .recipe-directions-wrapper {
  padding: 0;
}
.recipe-detail .recipe-directions-wrapper span {
  text-align: left;
}
.recipe-detail .recipe-directions-wrapper span a {
  padding: 0;
  padding-right: 12px;
}
.recipe-detail .recipe-directions-wrapper span a + a {
  padding: 0;
  padding-left: 12px;
}
.recipe-detail .recipe-directions-wrapper span a:hover, .recipe-detail .recipe-directions-wrapper span a:focus {
  color: #fff;
}
.recipe-detail .recipe-directions-wrapper h3 {
  text-align: left;
  padding-top: 12px;
  margin-bottom: 12px;
}
.recipe-detail .nutrition-box {
  border: 1px solid #fff !important;
  margin: 0;
  padding: 24px;
  height: auto !important;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 768px) {
  .recipe-detail .nutrition-box {
    min-width: 350px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1025px) {
  .recipe-detail .nutrition-box {
    min-width: 410px;
    max-width: 410px;
  }
}
.recipe-detail .nutrition-box .heading_h4 span {
  text-decoration: underline;
  font-size: 1rem;
}
.recipe-detail .nutritional-data-wrapper {
  display: table;
  border: 0;
}
.recipe-detail .nutritional-data-wrapper:last-child {
  border: 0;
}
.recipe-detail .nutritional-data-wrapper div {
  width: 50%;
  display: table-cell;
  float: none;
  padding-bottom: 10px;
}
.recipe-detail .nutritional-data-wrapper div + div {
  border-left: 1px solid #fff;
  padding-left: 40px;
}
.recipe-detail .nutritional-data-wrapper div + div p {
  font-weight: 700;
}
.recipe-detail .nutritional-data-wrapper div p {
  padding: 0;
}
.recipe-detail .span2 .thumbnail > a > figure {
  height: auto !important;
}
.recipe-detail article .thumbnails {
  /* mobiles and tablets */
}
.recipe-detail article .thumbnails li[class*=span] .btn-link {
  color: #fff;
  /* Medium devices (desktops, 1024px and up) */
}
@media only screen and (min-width: 1025px) {
  .recipe-detail article .thumbnails li[class*=span] .btn-link {
    width: 80%;
  }
}
.recipe-detail article .thumbnails .add-to-bag {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .recipe-detail article .thumbnails figure:after {
    height: 1px;
    margin: 12px auto;
  }
  .recipe-detail article .thumbnails .add-to-bag {
    margin-bottom: 40px;
  }
}
#_bapw-link:before{
  /*  content: "";
    background: url(./img/adchoice_icon.png.png) no-repeat;
    width: 14px;
    height: 18px;
    display: inline-block;*/
}
#_bapw-icon{
 /*   display: none;*/
}

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

/* CSS Code for BV Loader start */

#product.product-detail  .bv_main_container{
  width: 100% !important;
  position: relative !important;
}

#product.product-detail .bv_main_container .bv_main_container_row_flex:last-child{
  float: right !important;
  padding: 0 !important;
  text-align: right !important;
  display: block !important;
  margin-left: 0px !important;
  position: absolute !important;
  right: 0 !important;
  min-width: 90px !important;
  height: 20px !important;
}

#product.product-detail .bv_main_container .bv_avgRating_component_container.notranslate{
  position: relative !important;
  margin-right: 7px !important;
  padding-right: 13px !important;
}

#product.product-detail .bv_main_container .bv_avgRating_component_container.notranslate :after{
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 100%;
    top: 0;
    right: 0;
}

#product.product-detail .bv_main_container .bv_main_container_row_flex button.bv_button_buttonMinimalist {
    font-weight: 700 !important;
    border-bottom: 3px solid !important;
}

/* CSS Code for BV Loader End */ 
.sr-only
{
  display:none;
}
a#_bapw-link img{border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;top:0}
a#_bapw-link span{vertical-align:middle !important}  
/* CEC Contact Us page styles starts here */
.contact-form .contact-desc p {margin-bottom: 20px !important; padding-bottom: 0 !important;}
.contact-us-form-wp select:focus, .contact-us-form-wp [type=text]:focus, .contact-us-form-wp textarea:focus, .contact-us-form-wp a:focus, .contact-us-form-wp .circle:focus, .contact-us-form-wp .btn:focus {outline: 2px solid #000 !important; outline-offset: 0;}
.contact-us-form-wp select, .contact-us-form-wp [type=text], .contact-us-form-wp textarea {font-size: 16px !important; box-sizing: border-box; height: auto !important;}
.contact-us-form-wp [type=text] {padding: 4px 10px !important;}
.contact-us-form-wp select, .contact-us-form-wp [type=text] {line-height: 24px !important;}
.contact-us-form-wp legend {margin: 22px 0 3px !important;}
.contact-us-form-wp .codeTooltip .tooltiptextProdCode, .contact-us-form-wp .codeTooltip .tooltiptextBarCode {color: #000000 !important;}
.contact-us-form-wp .fileUploadContainer p {margin-bottom: 5px; padding-bottom: 0px !important; color: #fff !important;}
.contact-us-form-wp .optIns {color: #fff !important;}
.contact-us-form-wp .optInLinks {border: none !important; text-decoration: underline !important;}
.contact-us-form-wp .optInLinks:hover, .contact-us-form-wp .optInLinks:focus {color: #fff !important;}
.contact-us-form-wp a.btnReload {outline-offset: -2px !important;}
.contact-us-form-wp .ocaCaptchaIcons {display: inline-block; margin-left: 10px; position: relative; top: 0;}
.contact-us-form-wp #captchaText {margin-top: 10px;}
/* CEC Contact Us page styles ends here */           /**timestamp1602077762**/