/*@font-face {
  font-family: 'sides-icon';
  src:  url('../fonts/sides-icon.eot?28xkk2');
  src:  url('../fonts/sides-icon.eot?28xkk2#iefix') format('embedded-opentype'),
    url('../fonts/sides-icon.ttf?28xkk2') format('truetype'),
    url('../fonts/sides-icon.woff?28xkk2') format('woff'),
    url('../fonts/sides-icon.svg?28xkk2#sides-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="side-icon-"], [class*=" side-icon-"] {
  font-family: 'sides-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.side-icon-side-carrot:before {
  content: "\e900";
}
.side-icon-side-grains:before {
  content: "\e901";
}
.side-icon-side-apple:before {
  content: "\e902";
}
.side-icon-side-dips:before {
  content: "\e903";
}

.meal-sides .meal-side {
    color: black;
    font-size: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    background: none !important;
    position: relative;
}*/


.wsc-field {
    border-radius: 0 !important;
    border-color: #eeeeee !important;
}    
.select2-selection {
    border-radius: 0 !important;
    min-height: 38px;
}
.wsc-btn {
    background: #e8403f;
    color: #fff !important;
    padding: 10px 30px;
    display: inline-block;
    transition: all .3s ease;
    font-family: 'Comfortaa', cursive;
}    
.wsc-btn:hover {
    background: #CB3E3E;
    transition: all .3s ease;
    text-decoration: none;
}

#dashboard_header {
    padding-bottom: 1% !important;
    margin-bottom: 1%;
    border-bottom: 2px solid #eee !important;
}

.wsc-modal.modal-sm {
    width: 400px;
    max-width: 400px;
    margin: auto;
}

.wsc-modal-field {
    display: flex;
    flex-direction: column;
}
.wsc-modal-field .error {
    order: 10;
    margin-top: 5px;
}

.obj-shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.obj-shake .select2-selection--single {
    border: 1px solid #e8403f !important;
}
.select2 {
    width: 100% !important;
}
/**
 * Meal
 */
.ingr-wrap {
    position: relative;
}
.scale-recipe {
    margin-top: 30px;
    float: left;
    background: #fad9d9;
    padding: 10px 20px;
}
.scale-recipe label {
    display: inline-block;
    margin-bottom: 0;
}
.scale-recipe input {
    display: inline-block;
    max-width: 80px;
    margin-left: 10px;
    height: 32px;
}
.scale-recipe .do-scale {
    padding: 4px 20px !important;
    margin-left: 15px;
    cursor: pointer;
}
span.clear-scale {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
    display: block;
}
.swap-warning {
    margin-top: -15px;
    margin-bottom: 15px;
}
.restrict-msg {
    text-align: left;
    margin-top: -15px;    
}
.restrict-msg p {
    font-size: 14px;
    color: #e8403f;
}
.restrict-msg h5 {
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #e8403f;
}
.restrict-msg ul li {
    font-size: 12px;
    color: #e8403f;
}
p span[data-toggle="tooltip"] {
    border-bottom: 1px solid #757575;
}
.recipe-type span {
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
}
.recipe-type span:after {
    content: "";
    width: 1px;
    height: 9px;
    background: #e8403f;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
}
.recipe-type span:last-child:after {
    content: none;
}
.side-tool-tip,
.meal-sides-print,
.abbrvs span.contains {
    display: none !important;
}
.meal-sides-wrap {
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.single-meals .meal-sides {
    display: inline-block;
    height: auto;
    width: auto;
    margin-bottom: 0;
}
.single-meals .meal-side {
    display: block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 100%;
    float: left;
}
.single-meals .meal-side.side-grains {
    background-position: 38px 0 !important;
}
.single-meals .meal-side.side-vegetables {
    background-position: -41px 0 !important;
}
.single-meals .meal-side.side-fruits {
    background-position: -2px 0 !important;
}
#rate-meal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100;
    cursor: pointer;
}
.recipe-detail {
    border-right: 2px solid #00b0ca;
}
.recipe-detail:last-child {
    border-right: none;
}
.recipe-details .row {
    justify-content: center;
}
.wsc-input-num-wrap {
    position: relative;
}
.wsc-input-num-wrap .wsc-num-plus:before, .wsc-input-num-wrap .wsc-num-minus:before {
    font-family: FontAwesome;
    position: absolute;
    z-index: 2;
    color: #484848;
    width: 36px;
    height: 36px;
    line-height: 37px;
    cursor: pointer;
}
.wsc-input-num-wrap .wsc-num-plus:before {
    content: "\f067";
    top: 1px;
    right: 0;
}
.wsc-input-num-wrap .wsc-num-minus:before {
    content: "\f068";
    top: 1px;
    left: 0;
}
.wsc-input-num-wrap [aria-invalid="true"] + label + .wsc-num-plus:before {
    top: 6px;
}
.wsc-input-num-wrap [aria-invalid="true"] + label + .wsc-num-plus + .wsc-num-minus:before {
    top: 6px;
}

/**
 * Shopping List
 */
#select2-saved-list-results .select2-results__option {
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e8403f !important;
}
.side-desc .side-desc-txt {
    float: left;
    /*width: 85%;*/
    padding-left: 30px;
}
.side-desc img {
    max-width: 38px;
    float: left;
}
.side-desc {
    margin-bottom: 15px;
}
.ing-table ul li + li.ingredients-header {
    margin-top: 30px;
}
.meal-side-select {
    max-width: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.meal-side-select:nth-child(2n+1) {
    clear: left;
}
button#print-list:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/printer.png);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}

/**
 * Meal Plan 
 */
.alt-msg {
    text-align: left;
}
#print-week, #download-week, #publishtoparents .btn {
    color: #e8403f;
    font-family: Comfortaa;
    font-size: 14px;
    position: relative;
    display: inline-block;
    cursor: pointer;    
}
#print-week, #download-week, #publishtoparents .btn {
    border: 0;
    background: none;
    outline: none !important;
}
#print-week:before, #download-week:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
    top: 0;
    left: 0;
}
#print-week:before {
    background: url('../img/mp-printer.png');
}
#download-week:before {
    background: url(../img/mp-download.png);
    left: -25px;
    background-size: 18px 18px !important;
}
#publishtoparents .btn {
    padding: 0;
    margin: 20px 0;
    border-bottom: 1px solid;
    line-height: 1em;
}
.mp-print-wrap {
    max-width: 316px;
    margin: 0 0 0 auto;
    margin-top: 12px;
}
#print-week {
    padding-left: 30px;
}
.mp-print-wrap .col-6 {
    text-align: right;
}
.mp-print-wrap .col-6:first-child {
    text-align: left;
}
.single-centre-meal-plan .meal-item-details a img {
    width: 204px;
}
.main-head.main-head-print {
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.main-head-print .head-wrap {
    display: inline-block !important;
    width: 49% !important;
    text-align: left !important;
}
.main-head-print .weeks {
    border-top: 2px solid #eee !important;
    padding-bottom: 20px !important;
}
.main-head.main-head-print h1 {
    display: inline-block !important;
    vertical-align: middle !important;
    font-family: 'Comfortaa', cursive !important;
    font-size: 32px !important;
    color: #e8403f !important;
    margin-bottom: 0 !important;
    font-weight: bold !important;
}
.main-head-print .centre-logo {
    display: inline-block !important;
    text-align: right !important;
    width: 49% !important;
}
.main-head.main-head-print img {
    display: inline-block !important;
    max-height: 60px !important;
    vertical-align: middle !important;
}
.sub-head.main-head-print h3 {
    width: 49% !important;
    display: inline-block !important;
    text-align: left !important;
    font-size: 28px !important;
    font-family: Comfortaa !important;    
    color: #e8403f !important;
    font-weight: normal !important;
}
.sub-head.main-head-print h3.week-range {
    text-align: right !important;
    color: #000 !important;
}
.sub-head.main-head-print {
   /* width: 1480px !important;
    margin-left: -250px !important;*/
}




.meal-week.meal-week-print {
    /*transform: scale(1.3) !important;
    transform-origin: top left !important;*/
    /*margin-left: -265px !important;*/
}
.meal-week.meal-week-print[data-days-num="7"] {
    transform: scale(.62) !important;
    transform-origin: top left !important;
    /*margin-left: -100px !important;*/
}
.meal-week.meal-week-print[data-days-num="6"] {
    transform: scale(.72) !important;
    transform-origin: top left !important;
    /*margin-left: -265px !important;*/
}     
.meal-week.meal-week-print[data-days-num="5"] {
    transform: scale(.86) !important;
    transform-origin: top left !important;
    /*margin-left: -265px !important;*/
}                
.meal-week-print .meal-slide-wrap {
    overflow: visible !important;
}                   
.mwp-hide {
    visibility: hidden !important;
    overflow: hidden !important;
    height: 0 !important;
}
.main-head.main-head-print.mwp-hide {
    display: none !important;
}
.meal-week-print .meal-day-items {
    background: #fff !important;
}
.meal-week-print .meal-sides .meal-side-img {
    max-width: 32px;
    margin: 0 1.3px;
}
.meal-week-print .meal-preview {
    margin-bottom: 0;
}
.meal-week-print .meal-preview.meal-disabled span, .meal-week-print .meal-preview.meal-disabled p {
    color: #b7b7b7 !important;
}
span.meal-plan-title {
    font-size: 2rem !important;
    color: #e8403f !important;
    display: inline-block !important;
    position: relative;
}
a.archive-meal-plan {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    line-height: 36px;
    vertical-align: top;
}
a.meal-plan-edit {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.mp-video-wrap {
    width: 100%;
    height: auto;
    padding-top: 60%;
    position: relative;
}
.mp-video-wrap iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*.filled-side 
{
    filter: contrast(10%) invert(15%) sepia(100%) saturate(5000%) hue-rotate(100deg);    
}*/
/*.meal-side.side-is-alt {
    filter: none !important;
}*/
.m-scroll-handler {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -150px;
    z-index: -1;
}
.meal-day-items .meal-item {
    position: relative;
}
.meal-preview .meal-controls {
    position: absolute;
    bottom: -5px;
    left: 25%;
    margin: 0 auto !important;
    margin-left: -12.5% !important;
}
.meal-sides.sides-float {
    position: absolute;
    bottom: 28px;
    width: 100%;
}
.lunch-exist .modal-body form > *:not(.modal-footer),
.lunch-exist h3 {
    display: none;
}
.lunch-exist .lunch-exist-txt {
    display: block !important;
}
ul.no-sides {
    list-style: none;
    text-align: left;
    padding-left: 0;
    font-family: "Helvetica", helvetica, arial;
}
ul.no-sides li {
    font-size: 14px;
}
ul.no-sides li:before {
    content: "- ";
}
.meal-cb.in-shopping_list {
    background-position: 45px -2px !important;
    cursor: default !important;
}
.shoplist-box textarea {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.wsc-side-icon {
    width: 38px;
    height: 38px;
    background-size: contain !important;
}
.wsc-side-icon.wsc-side-fruits {
    background-position: -1px 0px !important;
}
.wsc-side-icon.wsc-side-vegetables {
    background-position: -40px 0px !important;
}
.div-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffb3;
}
.div-spinner .lds-spinner {
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.meal-disabled .meal-cb.in-shopping_list {
    display: none;
}
.meal-preview a[href="#"] {
    cursor: default;
}
.mp-mc-wrap {
    position: absolute;
    display: flex;
    justify-content: left;
    width: 100%;
}
/*.meal-item-details {
    position: relative;
}*/
.meal-week-range span {
    display: none !important;
}
.meal-week-range span.active {
    display: block !important;
}
.meal-sides {
    min-height: 32px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.meal-side {
    width: 32px;
    height: 32px;
    background-size: contain; 
    background-repeat: no-repeat;
    margin-right: 2px
}
.meal-side:last-child {
    margin-right: 0;
}
.modal .meal-side {
    width: 36px;
    height: 36px;
    background-size: contain;
    margin-right: 5px;
}
.forgot .meal-side {
    filter: contrast(10%) invert(15%) sepia(100%) saturate(10000%) hue-rotate(30deg);
}
.modal .meal-sides {
    margin-bottom: 15px;
}
.modal .meal-side:last-child {
    margin-right: 0;
}
.meal-side[data-action="add-side"] {
    cursor: pointer;
}
.meal-item-details .meal-cb {
    width: 44px;
    height: 44px;
    background: url(../img/meal-controls.png);
    cursor: pointer;
    z-index: 2;
}
.side-select-wrap.side-hide {
    display: none !important;
}
.meal-cb[data-action="swap-revert"],
.meal-cb.swap-revert {
    background-position: -2px -2px !important;
}
.meal-cb.remove-revert {
    background-position: -49px -2px !important;
}
.meal-preview.meal-disabled img {
    opacity: .3;
}
.meal-cb.edit-ingredients {
    background: url(../img/edit-ingredients.jpg);
    background-position: -2px;
}
a[data-action="show_more_cat"][data-page="0"] {
    display: none;
}
a.wsc-btn.btn-showmore[data-page="0"] {
    display: none;
}
/*.meal-side.side-vegetables {
    background-position: -33px 0 !important;
}
.meal-side.side-grains {
    background-position: 32px 0 !important;
}
.meal-side.side-fruits {
    background-position: 0 0 !important;
}*/
.meal-controls {
    padding: 3px 5px !important;
    height: 30px !important;
    font-size: 14px !important;
    max-width: 85%;
    border-radius: 2px !important;
}
.field-search:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    left: 10px;
}
#select2-swap-with-container:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 10px;
    height: 1px;
    line-height: 0;
    margin-top: -1px;
}
#select2-swap-with-container {
    padding-left: 30px;
}
#customise-meal-plan .select2-container,
.wsc-modal .select2-container {
    width: 100% !important;
}
.mps-head h2 span {
    display: block;
    font-size: 20px;
    color: #000;
    margin-top: 5px;
}
.mps-head h2 span.parent-meal-plan {
    font-size: 16px;
    font-family: "Helvetica", helvetica, arial;
    color: #555;
    margin-bottom: 1.4em;
}
span.parent-meal-plan {
    color: #555;
    font-size: 13px;
    font-family: "Helvetica", helvetica, arial;
    line-height: 1.4em;
    display: block;
    margin-top: 4px;
    margin-bottom: 2px;
}
.meal-plans h5 {
    font-family: 'Comfortaa', cursive;
    color: #6bc7d9;
    text-align: center;
    margin-top: 10px;
    margin-bottom: .5rem;    
    font-weight: 400;
    font-size: 18px;
}
.single-meal-plans main#main.site-main {
    width: 100%;
}
.single-meal-plans .meal-plans {
    background: transparent;
}
.single-meal-plans .meal-plans .mps-head h2 {
    width: 60%;
}
.single-meal-plan-wrap {
    background: #fff;
}
.meal-week.week-active {
    display: block;
    height: auto;
    visibility: visible;    
    overflow: visible;
}
.meal-week {
    /*display: none;*/
    position: relative;
    height: 0;
    visibility: hidden;    
    overflow: hidden;
}
.meal-days {
    width: 2000px;
    transition: all .4s ease;
}
.meal-day-items {
    float: left;
    padding: 30px 15px;
    text-align: center;
    margin-left: -15px;
    margin-right: 15px;
}
.meal-day-items:nth-child(even) {
    background: #FEF8F8;
}
.meal-plan-nav {
    border-bottom: 1px solid #e8e8e8;
    display: flex;
}
.meal-plan-nav a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
    color: #000;
    font-size: 16px;
    transition: background .5s ease;    
}
.meal-plan-nav a.week-nav-active {
    background: #FBD9D8;
    transition: background .5s ease;    
}
.meal-plan-weeks {
    padding-top: 30px;
}
.meal-day-items h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
}
.meal-item h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #00b0ca;
    margin-bottom: 10px;
    min-height: 19px;
}
.meal-item.meal-item-handler h4 {
    visibility: hidden;
}
.meal-preview a {
    display: inline-block;
    margin-bottom: 5px;
}
.meal-preview {
    margin-bottom: 30px;
    position: relative;
}
.meal-preview.meal-disabled:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.meal-preview p {
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 18px;
}
.meal-slide-wrap {
    overflow: hidden;
}
.meal-slide-nav span {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #e8403f;
    padding: 18px;
    top: 22px;
    border-radius: 50%;
    cursor: pointer;
    left: -18px;
    z-index: 3;
    box-shadow: 0px 0px 9px -2px #000;    
}
.meal-slide-nav span:before {
    position: absolute;
    color: #fff;
    top: 17px;
    left: 14px;
    line-height: 0;
    font-size: 24px;
}
.meal-slide-nav span.next {
    right: -16px;
    left: auto;
}
.meal-slide-nav span.next:before {
    left: 16px;
}
.meal-slide-nav span.prev {
    display: none;
}
.meal-plan-details {
    margin-bottom: 50px;
    min-height: 285px;
}
iframe#mp-yt,
iframe#mp-vm,
.meal-plan-featured-img video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 15px;
    min-height: 285px;
}
.mp-vid-overlay {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    cursor: pointer;
}
.mp-ft-play {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -35px;
}
.mp-vid-overlay .mp-ft-play:before {
    content: "\f16a";
    font-family: Fontawesome;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    line-height: 50px;
    transition: color .2s ease;
}
.mp-vid-overlay .mp-ft-play:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 14px;
    left: 28px;
}
.mp-vid-overlay:hover .mp-ft-play:before {
    color: red;
    transition: color .2s ease;
}
.mps-head h2 {
    float: left;
}
.mps-head {
    margin-bottom: 35px;
}
.abbrvs {
    min-height: 20px;
    display: flex;
    justify-content: center;
}
.abbrvs span {
    font-size: 12px;
    font-family: "Comfortaa";
    color: #717171;
    display: inline-block;
    padding: 0 6px;
    position: relative;
}
.abbrvs span:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #e8403f;
    position: absolute;
    top: 3px;
    right: 0;
}
.abbrvs span:last-child:after,
.abbrvs span.abbr-last:after {
    content: none;
}
.abbrvs span.abbrv-sep {
    display: none; /* only for special case eg printing/pdf */
    color: #e8403f;
    padding: 0 2px;
}
.meal-plan-featured-img img {
    width: 100%;
    max-height: 285px;
    object-fit: cover;
}
/**
 * ================================
 */
body > .wsc-modal-loader {
    position: fixed;
    z-index: 999999;    
}
.wsc-modal-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
}
.wsc-modal-loader .lds-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
#customise-meal-plan input[readonly="readonly"] {
    background: #fff;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #e8403f;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn-spinner {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    vertical-align: bottom;
    margin-right: 5px;
}
.btn-spinner .lds-spinner {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -1px;
    left: -16px;
}
.btn-spinner .lds-spinner div {
    transform-origin: 30px 15px;
}
.btn-spinner .lds-spinner div:after {
    background: #fff !important;
    top: 3px;
    left: 29px;
    width: 3px;
    height: 6px;
}
/*
 * Search Results (Recipe) CSS
 */

/* Global Styles
----------------------------------------------------------------------------- */
.ae-bg2 {
    background-color: #fff8f8;
}

.au-elements button {
    font-family: "Comfortaa", sans-serif;
    border: none;
    background-color: #e8403f;
    color: #fff;
    padding: 8px 16px;
    width: 214px;
}

/* Course/Lesson */
.single-lesson .gform_wrapper .percentbar_blue {
    background-color: #e8403f !important;
    color: #FFF;
}
.single-lesson .gform_wrapper .gf_progressbar_percentage {
    background: repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 10px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 20px),linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,-1.9));
}
.single-lesson .gform_page_footer input[type="submit"][value="Submit"] {
    float: right;
}

/* Page Elements
----------------------------------------------------------------------------- */

/* Page Header */
.ae-header-img-box {
    margin-top: 80px;
    margin-bottom: 11px;
}

.ae-header-img-box h1 {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    margin-bottom: 3px;
    color: #e8403f;
    font-size: 30px;
    display: inline-block;
}

.ae-header-img-box .ae-imgbox img {
    max-width: 120px;
}

.ae-header-img-box .ae-under-border {
    border-bottom: 2px solid #eee;
    height: 22px;
}

/* Backto Link */
.ae-backto-link {
    text-align: right;
}

.ae-search-results-recipe .ae-backto-link {
    margin-bottom: 21px;
}

.ae-backto-link a {
    font-size: 14px;
}

/* Search Result Header */
.ae-search-result-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.ae-srh h3 {
    font-family: "Helvetica Light", arial;
    color: #000;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.2;
    font-size: 28px;
}

.ae-srh.ae-srh-input-field {
    margin-bottom: 24px;
    padding-top: 0 !important;
}
.ae-srh.ae-srh-input-field input[type="text"] {
    width: 100%;
    max-width: 100% !important;
}
.ae-srh h3 a {
    font-family: "Helvetica Light", arial;
    color: #e8403f;
}

.ae-underline {
    border-bottom: 2px solid #e8403f;
}

.ae-srh.ae-srh-input-field {
    position: relative;
}

.ae-srh.ae-srh-input-field i.fa-search {
    position: absolute;
    top: 9px;
    left: 7px;
    color: rgb(104,104,104);
}

.ae-srh.ae-srh-input-field input[type="text"] {
    max-width: 387px;
    min-width: 249px;
    padding: 1px 12px 0 30px;
    font-family: "Comfortaa", san-serif;
    border-radius: 0;
}

/* Search Result Sidebar */
.ae-search-result-sidebar .ae-srs {
    padding: 18px;
    margin-bottom: 12px;
}

.ae-search-result-sidebar h5 {
    font-size: 16px;
    margin-bottom: 18px;
    font-family: "Comfortaa", san-serif;
    color: #e8403f;
}

.ae-srs-filter-group {
    margin-bottom: 20px;
}

.ae-srs-filter-group:last-child {
    margin-bottom: 0;
}

.ae-srs-filter-group h6 {
    font-family: "Helvetica Light", arial;
    border-bottom: 1px solid #e8403f;
    color: #e8403f;
    margin-bottom: 7px;
    font-weight: 600;
}

.ae-srs-filter-group ul {
    padding: 0;
    margin-bottom: 0;
}

.ae-srs-filter-group ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.ae-srs-filter-group ul li label{
    font-weight: 300;
}

.ae-srs-filter-group .ae-srsfg-toggle-icon {
    float: right;
}

.ae-sub-filter-group{
    display: none;
}

.ae-sub-filter-group li{
    display: flex;
    align-items: center;
}

.ae-sub-filter-group label{
    margin-bottom: 0px;
    margin-left: 4px;
}

.ae-sub-filter-group input[type="checkbox"] {
    margin-right: 7px;
    position: relative;
}

.ae-sub-filter-group input[type="checkbox"].rating_checkbox {
    margin-top: 2px;
}

.ae-sub-filter-group input[type="checkbox"].rating_checkbox + label svg {
    margin-right: 2px;
}

.ae-srs-filter-group.ae-active-filter li { /* active ul */
    font-weight: bold;
}

.ae-srs-filter-group.ae-active-filter li span,
.ae-srs-filter-group.ae-active-filter ul.ae-sub-filter-group li { /* active ul */
    font-weight: initial;
}

/* Search Result Recipes */
.ae-search-result-recipes.ae-postbox .ae-imgbox {
    /*margin-bottom: 16px;*/
    overflow: hidden;
}

.ae-search-result-recipes.ae-postbox .ae-imgbox img {
    width: 100%;
}

.ae-search-result-recipes.ae-postbox h5 {
    color: #6bc7d9;
    text-align: center;
    /* margin-top: 10px; */
    font-size: 16px;
    margin-bottom: 0;
}

.ae-search-result-recipes.ae-postbox h5:hover {
    cursor: pointer;
    text-decoration: underline;
}

.ae-search-results-recipe .ae-contentbox-entry .ae-imgbox a:hover {
  color: #6bc7d9;
}

.ae-search-results-recipe .ae-mcbh-sub-entry {
    text-align: center;
    height: 24px;
}

.ae-search-results-recipe .ae-mcbh-sub-entry p {
    display: inline-block;
    line-height: 0.9;
    font-size: 12px;
    color: rgb(166,166,166);
    margin-bottom: 0;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #e8403f;
}

.ae-search-results-recipe .ae-mcbh-sub-entry p:last-child{
    border-right: 0px;
}


.ae-search-results-recipe .ae-iconbox {
    text-align: center;
    margin-bottom: 0;
    height: 32px;
    margin-top: 7px;
}

.ae-search-results-recipe .ae-iconbox img {
    max-width: 31px;
}

.meal-side{
    display: inline-block;
}

.ae-search-results-recipe i.fa.fa-edit {
    font-size: 15px;
    color: #e8403f;
    position: relative;
    top: -7px;
    left: 7px;
}

.ae-search-results-recipe .ae-load-more {
    border: none;
    background-color: #e8403f;
    color: #fff;
    padding: 8px 16px;
    width: 360px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 60px 0 80px;
    font-family: "Comfortaa","Helvetica-Light", helvetica, arial, cursive;
}

.recipe-image{
    height: 173px;
    background: #eee;
    overflow: hidden;
}

.recipe-image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .6s ease-in-out !important;
}

.recipe-loader{
    display: none;
}
.ae-filter .select2-selection {
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
}
.ae-filter.wsc-select:after {
    color: #B8B8B8;
    top: 0 !important;
}
.ae-filter .select2-selection {
    height: auto !important;
    min-height: 30px !important;
}
.ae-filter .select2-selection__rendered {
    height: auto !important;
}
.ae-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FFF8F8;
    border: 0;
    font-size: 12px;
    font-family: Comfortaa;
    border-radius: 0;
    padding: 0 20px 0 6px;
    position: relative;
    line-height: 24px;
    margin-top: 3px;    
}
.ae-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: transparent !important;
    font-size: 17px;
    position: absolute;
    right: 5px;
    width: 10px;
    margin: 0;
}
.ae-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before, 
.ae-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    position: absolute;
    left: 4px;
    top: 6px;
    content: ' ';
    height: 12px;
    width: 1px;
    background-color: #e8403f;
}
.ae-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    transform: rotate(45deg);
}
.ae-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    transform: rotate(-45deg);
}
.ae-filter .select2-selection__rendered {
    line-height: 22px !important;
    margin-bottom: -4px !important;
}
.ae-filter .select2-container {
    margin-bottom: 30px;
}
.ae-filter input.select2-search__field {
    font-family: Comfortaa;
    padding-left: 4px !important;
    margin-top: 5px !important;
}
#select2-mealcat-results .select2-results__option {
    font-family: Comfortaa;
    font-size: 14px;
}
.ae-postbox.pb2 .ae-filter {
    margin-bottom: 0 !important;
}
.select2-container--default #select2-mealcat-results .select2-results__option[aria-selected=true] {
    background-color: #e8403f;
    color: #fff;
}
.select2-dropdown {
    border: 1px solid #e2e2e2 !important;
}
.wsc-mp-cat-items .ae-imgbox.ae-zoom {
    overflow: hidden;
    position: relative;
    height: 172px;
}
/* Media Queries
----------------------------------------------------------------------------- */
@media (min-width:768px) {
    /* Page Header */
    .ae-header-img-box .ae-container {
        border-bottom: 2px solid #eee;
        padding-bottom: 20px !important;
    }
    
    .ae-header-img-box .ae-under-border {
        display: none;
    }
    
    .ae-header-img-box .ae-imgbox img {
        float: right;
    }
    
    /* Search Result Header */
    .ae-search-result-header .ae-srh {
        display: inline-block;
        vertical-align: middle;
    }

    .ae-srh.ae-srh-input-field {
        float: right;
    }
    
    
}

@media (min-width:992px) {
    /* Search Result Recipes */
    .ae-search-result-recipes.ae-postbox {
        /*max-width: 719px;*/
    }
}

@media (min-width:1200px) {
    /* Search Result Recipes */
    .ae-search-result-recipes.ae-postbox {
        /*max-width: 840px;*/
    }
}
/* end recipe */

@media (max-width:991px) {
    .shopping-list-meals td select.wsc-field {
        width: 100% !important;
    }
    .week-to-shoplist {
        width: 100%;
    }
    .mp-print-wrap {
        max-width: 100%;
    }    
    .single-meal-plans .mp-print-wrap .row .col-6:first-child {
        padding-left: 30px;
        padding-right: 0;
    }
    .single-meal-plans .mp-print-wrap .row .col-6:last-child {
        padding-right: 0;
    }
    .single-meal-plans .mp-print-wrap .row .col-6 button {
        padding: 0;
    }
    #print-week:before, #download-week:before {
        width: 20px;
        height: 20px;
    }
    #print-week, #download-week {
        font-size: 14px;
        padding-left: 25px;
    }
    #download-week {
        padding-left: 0;
    }
    .mp-print-wrap .col-6 {
        max-width: 50%;
    }    
}

@media( max-width: 767px )
{
    .ae-filter .select2-container {
        margin-bottom: 0;
    }    
    .container-fluid.container{
        max-width: 100% !important;
    }
    .meal-item.meal-item-handler {
        display: none;
    }
    iframe#mp-yt,
    iframe#mp-vm,
    .meal-plan-featured-img video {
        position: relative;
        padding: 0;
    }    
    .meal-plan-featured-img {
        margin-bottom: 10px;
    }    
    .mps-head .wsc-btn {
        clear: both;
        float: none;
        margin-top: 15px;
    }    
    .meal-preview a {
        width: 100%;
    }
    .single-meal-plans .mp-print-wrap .row .col-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .single-meal-plans .meal-plans .mps-head h2 {
        width: 100%;
        margin-bottom: 1em;
    }
}

@media (max-width: 414px) {
    .wsc-modal.modal-sm {
        max-width: 90%;
    }
}

/* print css */
.kitchen-print-pdf {
    visibility: hidden;
    position: fixed;
    bottom: -99999px;    
}
.kitchen-print-pdf .meal-days .meal-day-items {
    width: 20%;
    float: left;
    text-align: center;
}
.kitchen-print-pdf .meal-sides img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 1px;
}
.kitchen-print-pdf .meal-day-items h3, 
.kitchen-print-pdf .meal-item h4 {
    font-family: Comfortaa;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 30px;
}
.kitchen-print-pdf .meal-item h4 {
    color: #00b0ca;
    margin-bottom: 3px;
    min-height: 100%;
    margin-top: 1.33em;
    line-height: 11px;
}
.kitchen-print-pdf .abbrvs span {
    color: #717171;
    font-size: 8px;
    display: inline;
    vertical-align: middle;    
}
.kitchen-print-pdf span.abbrv-sep {
    color: #e8403f;
    /*margin: 0 2px;*/
    padding: 0 2px;
}
.kitchen-print-pdf span.abbrv-last {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.kitchen-print-pdf .meal-title {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
}
.kitchen-print-pdf .meal-item {
    margin-bottom: 10px;
}
.kitchen-print-pdf .abbrvs {
    text-align: center;
    min-height: auto;
}
.kitchen-print-pdf .meal-item-wrap {
    position: relative;
    /*margin-bottom: 10px;*/
}
/*.kitchen-print-pdf .meal-sides {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/
.kitchen-print-pdf .meal-preview {
    margin-bottom: 0;
}
.kitchen-print-pdf table td {
    text-align: center;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
}