/**Fonts**/
@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica.ttf);
}
@font-face {
    font-family: Helvetica-Oblique;
    src: url(../fonts/Helvetica-Oblique.ttf);
}
@font-face {
    font-family: Helvetica-LightOblique;
    src: url(../fonts/Helvetica-LightOblique.ttf);
}
@font-face {
    font-family: Helvetica-Light;
    src: url(../fonts/Helvetica-Light.ttf);
}
@font-face {
    font-family: Helvetica-BoldOblique;
    src: url(../fonts/Helvetica-BoldOblique.ttf);
}
@font-face {
    font-family: Helvetica-Bold;
    src: url(../fonts/Helvetica-Bold.ttf);
}
body,
body p,
.table tr td,
.table tr th,
ul li{
    font-family: "Helvetica", helvetica, arial;
    -webkit-font-smoothing: antialiased;
}
body a:hover {
    text-decoration: underline !important;
}
@keyframes fade-in {
  from { 
    opacity: 0; 
  }
  to { 
    opacity: 1; 
  }
}

@keyframes fade-out {
  from { 
    opacity: 1; 
  }
  to { 
    opacity: 0;
  }
}
body a {
    cursor: pointer;
}
body p {
    display: block;
}
body a:hover {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    cursor: pointer;
}
.nav-logout,
.nav-my-account {
    display: none;
}
.logged-in .nav-logout,
.logged-in .nav-my-account {
    display: block;
}
.resources .entry-header .entry-title {
    font-size: 26px;
}
.hidden {
    display: none !important;
}
.dropdown:not(.search):hover>.dropdown-menu {
  display: block;
}

.show:not(.ae-search-form) .dropdown-toggle.ae-arrow-up::after, .show .dropdown-toggle.ae-arrow-up .IconCarrot{
    transform: none;
}
.single-resources .site-main .entry-header {
    margin-bottom: 30px;
}
.dropdown-menu.show:not(.ae-search-form){
    display: none;
}
/* The container */
.wsc-checkbox {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.wsc-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #464646;
    border-radius: 3px;
    margin-top: 8px;
}
.remove-notset .checkmark {
    border-color: red;
}
/* On mouse-over, add a grey background color */
.wsc-checkbox:hover input ~ .checkmark {
    background-color: #ffdcdc;
}

/* When the checkbox is checked, add a blue background */
.wsc-checkbox input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wsc-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wsc-checkbox .checkmark:after {
    left: 7px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid #464646;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*input[type=checkbox].wsc-field {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=checkbox].wsc-field + label.wsc-label {
    padding-left:35px;
    height:30px; 
    display:inline-block;
    line-height:30px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:30px;
    vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].wsc-field:checked + label.wsc-label {
    background-position: 0 -30px;
}
label.wsc-label {
    background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_f60067e68146be412873f96f1d2458cd.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
.wsc-select:after {
    content: none !important;
}
#mp-filter,
#mealcat,
.select2-container--default .select2-selection--multiple,
.wsc-select .select-action,
.wsc-select .filter-by-category {
    background-image: linear-gradient(45deg, transparent 50%, #b8b8b8 50%), linear-gradient(135deg, #b8b8b8 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 12px) calc(1em + -2px), calc(100% - 7px) calc(1em + -2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
.container-fluid{
    overflow: hidden;
}
/**General Styling**/
.space-bottom-50 {
    margin-bottom: 50px;
}
.space-bottom-80 {
    margin-bottom: 80px;
}
.space-bottom-100 {
    margin-bottom: 100px;
}
.space-top-20 {
    margin-top: 20px;
}
.space-top-50 {
    margin-top: 50px;
}
h1 {
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
}
h2 {
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
}
label.error {
    font-size: 12px !important;
    color: red;
    margin-bottom: 0;
}


.search_icon{
    cursor: pointer;
}


.dropdown-menu .search-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.7);
    display: none;
    animation: fade-out .5s;
}

.search-overlay #close-container{
    position: absolute;
    width: 100%;
    top: 90px;
}

.ae-widgetbox .close-search{
    display: none;
}

.show .search-overlay{
    display: table;
    animation: fade-in .5s;
}

.close-search{
    cursor: pointer;
}

.close-search--{
    position: absolute;
    top: 100px;
    right: 100px;
    cursor: pointer;
}

.dropdown-menu #searchform{
    display: table-cell; 
    vertical-align: middle;
    min-width: 300px;
}

.dropdown-menu #searchform .input-group{
    width: 60%;
    min-width: 300px;
    margin: 0 auto;
}

.ae-search-form input#s{
    padding: 15px;
    height: auto;
    border-radius: 0px;
    box-shadow: 5px 5px 10px #ddd;
}

.ae-search-form #searchsubmit{
    border-radius: 0px !important;
    top: 0;
    right: 0;
    height: 100%;
}

.padding-0{
    padding: 0px;
}
.red-border {
    color: #e8403f;
    font-size: 9px;
    vertical-align: middle;
}
.star-rating-section {
    width: 240px;
    text-align: center;
    padding: 1%;
    position: relative;
    min-width: 145px;
}
.star-rating-section:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.7;
}
.star-rating-section p {
    margin: 0;
    font-weight: 600;
    position: relative;    
}
#star-rating {
    margin: 0 auto;
}
.button:focus{
    outline: none;
}
.btn:focus {
    box-shadow: none;
}
.btn:hover{
    color: white;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #e8403f;
    border-color: #e8403f;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #CB3E3E;
    border-color: #CB3E3E;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.ae-btn-hvr:hover {
    background-color: #CB3E3E;
    border-color: #CB3E3E;
}

.form-control:focus{
    box-shadow: none;
    border-color: #ced4da;
}
.input-minus {
    border-top: 1px solid #b9c4cf;
    border-bottom: 1px solid #b9c4cf;
    border-left: 1px solid #b9c4cf;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.input-plus {
    border-top: 1px solid #b9c4cf;
    border-bottom: 1px solid #b9c4cf;
    border-right: 1px solid #b9c4cf;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-number {
    border-left: 0px;
    border-right: 0px;
}

.ig-serv-req{
    width: 80%;
    margin: 0 auto;
}

.modal-body .form-group {
    margin-top: 30px;
}
/**Header and Navbar**/
a.navbar-brand.custom-logo-link {
    /*max-width: 20%;*/
    z-index: 2;
    /*margin-right: 23%;*/
    display: none;
}

.top-navbar {
    background-color: #eeeeee;
    height: 35px;
    z-index: 3;
    position: relative;
    display: none;
}

.navbar { 
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-logo-link img {
    position: absolute;
    margin-top: -74px;
    width: 147px;
    height: 147px;
}

#navbarNavDropdown ul li a{
    font-size: 16px !important;
    color: black;
    font-weight: 700 !important;
}

#navbarNavDropdown ul li{
    font-family: 'Comfortaa';
    padding-right: 12px !important;
    padding-left: 12px;
}
ul.dropdown-menu {
    margin-top: -2px;
}
#navbarNavDropdown ul li:last-child{
    padding-right: 0px;
}

#main-menu {
    /*margin-left: -100px;*/
    font-size: 16px;
    width: 100%;
    justify-content: flex-end;
}
#wrapper-navbar {
    border-bottom: 2px solid #e8e8e8;
}

a.nav-link { 
    /*padding: 0 15px !important;*/
    display: initial;
}

#navbarNavDropdown ul li:hover > a, #navbarNavDropdown ul li:hover, #navbarNavDropdown ul li.active, #navbarNavDropdown ul li.active > a{
    color: #e8403f;
}

a.dropdown-item{
    padding: 8px 10px;
}

a.dropdown-item:hover{
    background-color: #fff !important;
}

.follow-us {
    display: -webkit-inline-box;
    justify-content: space-evenly;
    vertical-align: middle;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.follow-us h5 {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 5px;
}

.social-icons {
    list-style: none;
    display: inline;
}
.social-icons li {
    display: inline-block;
}
/*.ss-icon {
    background-color: #e8403f;
    padding: 3px 3px;
    border-radius: 100px;
}*/
.ss-icon {
    width: 25px;
    height: 25px;
    background-color: #e8403f;
    padding: 0px;
    border-radius: 100px;
    vertical-align: middle;
    text-align: center;
}
.ss-icon i {
    color: #eeeeee;
    font-size: 12px;
}
/*.spicewpsearchform{
    display: block;
    width: 500px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    border: 5px solid #d05353;
}
#spicewpsearchform input[type="text"] {
    width: 78%;
    height: auto;
    border: 1px solid #5ca2df;
    padding: 11px 12px;
    border-radius: 0px !important; 
    }
#spicewpsearchform input[type="submit"] {
    line-height: 1;
    padding: 14px 20px;
    border-radius: 0px;
    height: auto;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #5ca2df;
}
#spicewpsearchform:before {
    border-color: transparent transparent #d05353;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    top: -20px;
    z-index: 10;
}

/**Css for image search icon**/
.spicewpsearch_icon {
   background-image: url('images/search-icon.png');
   background-repeat: no-repeat;
   padding: 0 0 0 36px;
   background-position: 5px center;
   background-color: transparent;
   background-size: 18px 18px;
       
}



/**Footer**/
ul.social-icons-footer li {
    display: inline-block;
}
.ae-footer-copyright a {
    text-decoration: underline;
}
.wrapper {
    padding: 30px 0 0;
}

#footer-bg{
    background: url(http://wholesomechild.test/wp-content/uploads/2019/06/footer_bg.jpg) repeat center center;
}
#wrapper-footer .holder {
    display: flex;
    flex-flow: row wrap;
    padding-top: 65px;
}

.ftr-logo {
    display: none;
}

.ftr-soc-links {
    text-align: center;
}

.ftr-menus ul {
    list-style-type: none;
    line-height: 20px;
}

.ftr-menus ul li a{
    color: black;
    font-size: 15px;
}

.footer-img {
    text-align: right;
}

.footer-img img {
    width: 100%;
    padding-top: 8%;
}
ul#menu-footer-menu-1 {
    padding: 0;
}
ul#menu-footer-menu-2 {
    padding: 0;
}

.ft-soc-header h3 {
    color: #e8403f;
    font-weight: 400;
}

ul.social-icons-footer {
    list-style-type: none;
    display: -webkit-inline-box;
}

.social-icons-footer li a {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 26px;
    background-color: white;
    background-size: auto 70%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);   
}
.social-icons-footer li:last-child a {
    margin-right: 0;
}
.ss-icon-footer i {
    color: black;
    font-size: 30px;
    padding-top: 25%;
}
.ss-icon-footer {
    text-align: center;
}
ul.social-icons-footer {
    padding: 0;
}
.copyright {
    background-color: black;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.copyright a{
    color: white;
}
.copyright a:hover{
    text-decoration: none;
}
.copyright ul {
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    padding-top: 15px;
}
.copyright ul li {
    padding: 1%;
}

/* Dashboard
--------------------------------------------------- */
#dashboard_header {
    margin-top: 50px;
    padding: 0 45px 0px 0px;
    /*border-bottom: 2px solid #eee;*/
}

#dashboard_header h1 {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #e8403f;
    font-size: 30px;
    display: inline-block;
    line-height: 36px;
    margin-bottom: 0;
    padding-top: 3px;
}

#dashboard_header .cc-logo {
    margin-bottom: 15px;
}
.course-image {
    padding-top: 5%;
}
.ae-postbox .ae-contentbox-entry {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.ae-manage-course .ae-contentbox-entry > a {
    display: flex;
    flex: 1;
    border: 2px solid #eee;
    margin-top: 0;
    padding: 18px 3px;
    align-items: center;
    justify-content: center;
    background: white;
}
.ae-courses-overview .ae-postbox h5 {
    margin-bottom: 0 !important;
    height: auto !important;
    border: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
#dashboard_header .holder-img-logo-dash img {
    max-width: 120px;
    max-height: 50px;
}

#dashboard_header .cm-border {
    display: none;
    border-bottom: 2px solid #eeeeee;
    margin: 19px 0;
    max-width: 1052px;
    position: relative;
    left: 15px;
    font-size: 35px;
}
#dashboard_header > .row {
    align-items: center;
}   
#dashboard-banner {
    margin-top: 20px;
    padding:0px;
}
#dashboard-banner .banner-area {
    width: 100%; 
    height:380px;
}
.dashboard {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100% !important;
    display: block;
}
.dashboard .content-area {
    padding-right: 0px;
    padding-left: 0px;
}

.banner-area h1 {
    font-family: 'Comfortaa', cursive;
    font-weight: 500;
    color: #e8403f;
    text-align: center;
    padding: 125px;
    margin: 0;
}

.banner-sub-text {
    font-family: Helvetica;
    text-align: center;
    margin-bottom: 50px;
}

.courses.container {
    border-top: 2px solid #eeeeee;
    padding-top: 5%;
}

.dashboard h2 {
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
    margin-bottom: 30px;
    font-weight: 400;
}

.dashboard h5 {
    font-family: 'Comfortaa', cursive;
    color: #6bc7d9;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
}

.page-template-dashboard .meal_plan_img {
    position: relative;
}

.course-thumbail-dash {
    margin-bottom: 5%;
}
.course-thumbail-dash a:hover img, .meal_plan_col a:hover img, .wsc-meal-plans:hover img{
    vertical-align: middle;
    border-style: none;
    transform: scale(1.08);
    transition: 0.4s ease;
}
.all-meal-plans-btn {
    text-align: center;
    background: #e8403f;
    width: 27%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    margin-top: 5%;
}
select#mp-filter {
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
}

.all-meal-plans-btn a {
    color: white;
}
a.wsc-btn.btn-showmore {
    padding: 10px 80px;
}
.all-meal-plans-btn a:hover {
    text-decoration: none;
}

.meal-plans {
    background: #fff8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dash-feat-post h2 {
    color: #e8403f;
    margin-bottom: 30px;
    font-weight: 400;

}

.dash-feat-post {
    padding-top: 5%;
    margin-bottom: 3%;
}

.dash-feat-post a:hover{
    text-decoration: none;
}
.dash-feat-post h3 a {
    font-family: 'Comfortaa', cursive;
    color: #6bc7d9;
    font-weight: 400;
}
.feat-date-cat p{
    color: #9e9e9e;
}
.feat-date-cat a {
    color: #9e9e9e;
    border-bottom: 1.5px solid #9e9e9e;
}
.feat-details-text h4 a,
.feat-details-text h4 a:hover,
.feat-details-text .feat-date-cat p a:hover {
    color: #2cc3d7;
}
.blg-read-more {
    border-bottom: 2px #bcbcbc solid;
    padding: 0;
    padding-bottom: 3px;
    border-radius: 0;
}
.blg-read-more:hover {
    text-decoration: none;
}

.feat-read-blog-button {
    text-align: center;
    background: #e8403f;
    width: 30%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    margin-top: 5%;
}

.feat-read-blog-button a{
    color:white;
}

.save-favorites {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: 10px;
    bottom: 10px;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

.save-favorites:hover {
    animation: beat 1s infinite alternate ease-in-out;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

/**Courses**/
#courses-available {
    background: #fff8f8;
    padding-top: 20px;
    padding-bottom: 20px;
}
.course {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100% !important;
    display: block;
}
.course .content-area {
    padding-right: 0px;
    padding-left: 0px;
}
.course-overview {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100% !important;
    display: block;
    padding: 0px;
}
.course-overview .content-area {
    padding-right: 0px;
    padding-left: 0px;
}
.course h2{
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
    margin-bottom: 50px;
    font-weight: 400;
}

.course h5{
    font-family: 'Comfortaa', cursive;
    color: #6bc7d9;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}

/**Course Overview Completed**/
.coc-sidebar-completed {
    text-align: center;
    background-color: #fff8f8;
    padding: 15% 6%;
    margin-bottom: 6%;
    font-weight: 600;
}

.coc-sc-text {
    width: 76%;
    margin: 0 auto;
    font-size: 17px;
    color: #e8403f;
}

.completed-download a {
    background-color: #e8403f;
    color: white;
    padding: 3% 10%;
}

.completed-download a:hover{
    text-decoration: none;
}

.ribbon {
    margin-bottom: 5%;
}

.entry-title a:hover,
a.blg-read-more:hover {
    text-decoration: none;
}



/* Media Queries: 
-------------------------------------------------- */
@media (max-width: 840px) {
    .single-resources .site-main .entry-header {
        margin-bottom: 30px;
        position: relative;
    }
    .single-resources #page {
        overflow: hidden;
    }   
    .single-resources .site-main .entry-header:before, 
    .single-resources .site-main .entry-header:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #eee;
        position: absolute;
        bottom: -2px;
        left: -50%;
    }    
    .single-resources .site-main .entry-header:after {
        left: auto;
        right: -50%;
    }    
}

@media (min-width: 768px) {

    .top-navbar,
    a.navbar-brand.custom-logo-link {
        display: block;
    }
/*
    .navbar > .container {
        padding: 0;
    }
    */
    #dashboard_header {
        padding: 0;
        border-bottom: none;
    }
    
    #dashboard_header .cc-logo {
        position: relative;
        margin-bottom: 0;
        padding: 0 0 0 9px;
    }

    #dashboard_header .holder-img-logo-dash img {
        max-width: 130px;
        /* padding-left: 22px; */
        /* display: inline-block; */
        /*margin-bottom: 15px;*/
        /* position: absolute; */
        top: 50%;
        /* margin: -26px; */
        float:right;
    }
    
    #dashboard_header .cm-border {
        display: block;
    }
    
    .ftr-logo {
        display: block;
    }
}

@media (min-width: 1200px) {
    /*.container {
        max-width: 1082px;
    }*/
}


/**Course Overview**/
.c-overview-content {
    margin-top: 1%;
    border-top: 2px solid #eee;
    padding-top: 2%;
    padding-left: 0;
    padding-right: 0;
}

.coc-sidebar {
    background-color: #fff8f8;
    padding: 6%;
}

.coc-sb-img {
    text-align: center;
}

.instructor-name {
    line-height: 20px;
    margin-top: 5px;
}

.instructor-name h4 {
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
    font-size: 25px;
}

.instructor-email {
    margin-top: 20px;
}

.instructor-email i {
    margin-right: 10px;
    color: #e8403f;
}

.instructor-email a {
    color: black;
}

.instructor-email a:hover {
    text-decoration: none;
}

.course-name-grp {
    line-height: 0px;
}

.course-name-grp p {
    margin-bottom: 10px;
}

.course-name-grp h2 {
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
}

.module-header-inner {
    display: flex;
    justify-content: space-between;
    background-color: #fff8f8;
    padding: 15px;
}

.module-header-inner h4{
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
    margin: 0;
}

.module-group {
    margin-top: 50px;
}

.module-thumbnail {
    margin-top: 25px;
}

.mt-title {
    border: 2px solid #efeeef;
    padding: 12px;
    text-align: center;
}

.mt-title a{
    font-family: 'Comfortaa', cursive;
    color: #00b0ca;
    font-size: 17px;
    margin: 0px;
}

.mt-title a:hover{
    text-decoration: none;
}

.mt-inner-title p {
    text-align: center;
    background: rgba(247,249,232,0.8);
    width: 35%;
    margin: 0 auto;
    font-size: 18px;
}

.mt-inner-icon {
    height: 100px;
    width: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: -1;
}


.checked {
    background:url(/wp-content/uploads/2019/06/checked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.locked {
    background:url(/wp-content/uploads/2019/06/locked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.locked-bg {
    background:white;
    opacity: 0.5;
}

.included-courses {
    background-color: #fff8f8;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.included-header h2 {
    font-family: 'Comfortaa', cursive;
    color: #e8403f;
    margin-bottom:30px;
}

.inc-courses-thumbnail{
    text-align: center;
}
.inc-courses-thumbnail a{
    font-family: 'Comfortaa', cursive;
    color: #00b0ca;
    font-size: 17px;
    margin: 0px;
    margin-top: 15px;
}

.inc-courses-thumbnail a:hover{
    text-decoration: none;
}

.inc-course-title {
    margin-top: 15px;
}

/**Course Complete**/
.progress-bar.progress-bar-danger {
    background-color: #ed9e9d;
}
.cc-progress-bar {
    margin-top: 2%;
    padding: 0;
    border: 2px solid #eee;
}
.progress {
    border-radius: 0px;
}
.cc-yd-text-group p {
    margin-bottom: 0px;
}

.cc-your-done {
    padding: 1%;
    border: 2px solid #eee;
    margin-top: 1%;
}
.cc-yd-text-group h2 {
    font-size: 24px;
}

#cc-congrats {
    margin-top: 2%;
}
#cc-congrats h2 {
    text-align: center;
    padding-top: 20%;
    font-weight: 700;
    font-size: 40px;
}

.congrats-text p {
    text-align: center;
}

.congrats-text {
    margin-top: 4%;
}

.congrats-button {
    text-align: center;
    background-color: #e8403f;
    padding: 1%;
}
.congrats-button p{
    margin: 0;
    color: white;
}

#cc-congrats a:hover {
    text-decoration: none;
}
.cc-rtd {
    margin-top: 5%;
    border-top: 2px solid #eee;
}
.rtd-btn {
    margin-top: 3%;
    background-color: #e8403f;
    text-align: center;
    width: 35%;
    float: right;
    padding: 1%;
}

.cc-rtd a {
    background-color: #e8403f;
    color: white;
}

.cc-rtd p{
    margin: 0px;
}

#full-width-page-wrapper .alert-danger {
    border-radius: 0;
}
/**Recipe**/

.meal-title h3{
    color: #000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    margin-bottom: 0px;
}

.recipe .content-area {
    padding: 0;
}

.recipe-title {
    margin-top: 30px;
}

.recipe-details > .container{
    width: 100%;
    margin-top: 20px;
}

.bk-to-ms a {
    font-family: 'Comfortaa', cursive;
    float: right;
    color: #e8403f;
    border-bottom: 1px solid #e8403f;    
}

.mp-btn {
    text-align: right;
    padding-top: 5px;
}

/*.mp-btn a {
    background-color: #e8403f;
    color: white;
    padding: 1% 10%;
}*/
.atmp-btn{
    background-color: #e8403f;
    color: white;
    border-radius: 0px;
    padding: 1% 10%;
}
.recipe-type p {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 12px;
    margin-top: 5px;
    color: #777;
}

.recipe-details {
    text-align: center;
}

.recipe-details ul {
    list-style-type: none;
    display: -webkit-inline-box;
    padding: 0;
}

.recipe-details li {
    padding-right: 15%;
}

.recipe-details li:last-child {
    padding-right: 0    ;
}

.recipe-details p {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    color: #00b0ca;
    margin: 0;
    line-height: 1;
}

.recipe-details .container .row .recipe-detail,
.recipe-details .container .row .border-blue,
.recipe-details .container .row .col-md-4 {
	text-align: center;
	display: inline-block;
	width: max-content;
	max-width: max-content;
	flex: max-content;
}
.single-meals .recipe-details .recipe-detail {
    display: inline-block !important;
    width: auto !important;
    flex: none !important;
}
.border-blue{
    border-right: 2px solid #00b0ca;
}

.height-25px{
    height: 25px;
}

/*.recipe-text p{
    text-align: center;
}*/

.recipe-text {
    margin-top: 20px;
}

.recipe-requirement {
    background-color: #e5f7fa;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-top: 20px;
}

.recipe-requirement p {
    line-height: 18px;
    font-family: Helvetica;
}

.recipe-requirement p:last-child {
    margin-bottom: 0;
}

.recipe-tab-menu {
    margin-top: 50px;
}

.nav-tabs {
    border-bottom: none;
}
.border-custom {
    border-color: #dee2e6 !important;
    border-radius: 0px !important;
    border-bottom: 0px;
}
.nav-tabs .nav-link.active {
    background-color: #fad9d9 !important;
}
.recipe-tab-menu a {
    color: black;
}
.tab-ingr-num-serv h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.tab-ingr-num-serv p {
    font-size: 12px;
    color: #9e9e9e;
}
.tab-ingr-num-serv {
    line-height: 15px;
    width: 50%;
}
input#number_servings {
    width: 25%;
    margin-left: 20px;
}
.num-of-servings {
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: 2px solid #e9e9e9;
}

.ing-table {
    margin-top: 8px;
}

.ing-table ul {
    list-style-type: none;
    padding: 0;
}
.ing-table ul li {
    margin-bottom: 10px;
    display: flex;
}
.recipe-tab-menu .ing-table,
.recipe-tab-menu .ing-table ul {
    margin: 0;
}
.measurement {
    width: 10%;
    margin-right: 15px;    
}
/**Recipe Modal**/
.modal-header-text {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-top: 20%;
}
.modal-body {
    text-align: center;
}
.modal-body h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1px;
}
.input-medium {
    width: 80%;
    margin: 0 auto;
}

.modal-body select {
    margin-bottom: 5px;
}
.modal-footer {
    text-align: center;
    display: inline;
}
.btn-submit {
    background-color: #e8403f;
    color: white;
    border-radius: 0px;
    width: 100%;
}

.input-number {
    text-align: center;
}

/*
    Custom modal
 */
.wsc-modal {
    font-family: "Comfortaa","Helvetica-Light", helvetica, arial, cursive;
}
.wsc-modal form {
    position: relative;
}
.wsc-modal .modal-content {
    border-radius: 0;
    border: 0;
}
.wsc-modal .modal-header {
    padding: 50px 15px;
    justify-content: center;
    align-items: center;
    border-bottom: 0;
    position: relative;
    border-right: 1px solid transparent;    
}
.wsc-modal .modal-header * {
    z-index: 1;
}
.wsc-modal .modal-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../assets/img/modal-popup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wsc-modal .modal-header h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.wsc-modal .modal-header .close {
    position: absolute;
    top: 4px;
    right: 10px;
}
.wsc-modal .modal-header .close:focus {
    outline: none !important;
}
.wsc-modal .modal-footer {
    border-top: 0;
}
.wsc-modal h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;    
}
.wsc-modal h3 span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.wsc-modal .modal-body {
    padding: 30px;
}
.wsc-modal h4 {
    font-size: 16px;
    font-weight: 400;
    color: #9c9c9c;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.wsc-modal label {
    font-size: 16px;
}
.wsc-modal .form-control {
    border-radius: 2px;
}
.wsc-modal-field {
    margin-bottom: 20px;
}
.wsc-modal .form-control::placeholder {
  color: #9c9c9c;
  opacity: 1; /* Firefox */
}

.wsc-modal .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #9c9c9c;
}

.wsc-modal .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #9c9c9c;
}

/*
    ==========================
 */
.wsc-modal .mp-date-wrap {
    position: relative;
}
em.field-validate {
    font-size: 12px;
    color: red;
    margin-top: 5px;    
}
.wsc-modal .input-group.date span {
    border: 1px solid #ced4da;
    border-left: 0;
    margin-bottom: 20px;
    padding: 6px;
}
.wsc-modal .plan-start-date {
    display: flex;
}
.wsc-modal .plan-start-date input {
    margin-left: -1px;
    margin-right: -1px;
    border-right: 0;
    border-left: 0;    
    margin-bottom: 0;    
    background: transparent;
}
.wsc-modal .plan-start-date div {
    position: relative;
}
.wsc-modal .plan-start-date .input-group-addon {
    border: 1px solid #ced4da;
    border-left: 0;
    padding: 6px;
    padding-left: 0;
    height: 38px;   
    margin-left: -2px;     
}
.wsc-modal .wsc-modal .form-control:nth-child(3) {
    border-right: 0 !important;
}
.mp-date-wrap .input-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.mp-date-wrap .input-group .input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    border: 0 !important;
}
.mp-date-wrap .input-group .input-group-addon i {
    display: none;
}
.wsc-modal .plan-start-date input:nth-child(3) {
    border-right: 0;
}
.wsc-modal .plan-start-date div:first-child input {
    border-left: 1px solid #ced4da;
}
.wsc-modal .plan-start-date div:after {
    content: "";
    display: block;
    width: 1px;
    background: #000;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 1px;
}
.wsc-modal .plan-start-date div:last-child {
    content: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e8403f;
    border-color: #e8403f;
    cursor: not-allowed;
}
.select2-selection {
    border: 1px solid #bdbdbd !important;
    border-radius: 2px !important;
    height: 36px !important;
}
.select2-selection__rendered {
    height: 34px;
    line-height: 36px !important;
    font-size: 14px;
    position: relative;
}
.select2-selection__arrow {
    height: 34px !important;
}

/**
 * Shopping List
 */
.add-list-success,
.rename-list-success,
.remove-list-success {
    font-size: 12px;
    color: green;
    position: absolute;
    top: -20px;
}
    .ae-bg2 {
        background-color: #fff8f8;
    }
    .ae-shoplist-entry {
        margin-bottom: 45px;
    }
    .ae-shopping-list {
        margin-top: 60px;
    }
    /* Headings
    ----------------------------------------------------------------------------- */
    .ae-shoplist-title,
    .ae-sls-title {
        margin-bottom: 16px;
        letter-spacing: 1px;
        font-size: 19px;
    }
    .ae-swed-em-title h5{
        margin-top:12px;
    }
    /* Fonts
    ----------------------------------------------------------------------------- */
    .ae-swed-em-title h5,
    .ae-shopweek-list-update,
    .ae-swch-entry,
    .ae-swsel-label,
    .ae-shoplist-title,
    .ae-sls-title,
    .ae-print-shoplist {
        font-family: 'Comfortaa', cursive;
    }
    .ae-shopweek-entry-day h4{
        font-family: 'Comfortaa', cursive;
        color:#e8403f;
    }
    .ae-shoplist-title,
    .ae-sls-title,
    .ae-swch-entry {
        color: #e8403f;
    }
    /* Buttons 
    ----------------------------------------------------------------------------- */
    .ae-shopweek-list-update button,
    .ae-print-shoplist {
        border: none;
        background-color: #e8403f;
        color: #fff;
        padding: 8px 16px;
    }
    /* Shop Week
    ----------------------------------------------------------------------------- */
    .ae-shopweek-select {
        margin-bottom: 27px;
    }
    .ae-swch-entry {
        display: inline-block;
        letter-spacing: 1px;
    }
    .ae-shopweek-chart-header {
        border-bottom: 2px solid #eee;
        margin-bottom: 27px;
        padding-bottom: 3px;
    }
    .ae-swch-entry.ae-swchright {
        float: right;
    }
    .ae-shopweek-list-update.ae-swlu-top {
        margin-bottom: 27px;
    }
    .ae-shopweek-list-update button {
        width: 214px;
        float: right;
    }
    .ae-shopweek-list-update:after {
        content: '';
        display: table;
        float: none;
        clear: both;
    }
    .ae-shopweek-entry-day {
        margin-bottom: 34px;
    }
    .ae-swed-entry h4 {
        margin-bottom: 16px;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .ae-swed-em-title h5 {
        color: #6bc7d9;
        color: #6bc7d9;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .ae-swed-em-content p, 
    .ae-swed-em-content input {
        display: inline-block;
    }
    .ae-swed-em-content input {
        float: right;
        max-width: 75px;
        text-align: center !important;
        padding: 4px 0 4px 4px;
    }
    /* Shop List
    ----------------------------------------------------------------------------- */
    .shoplist {
        padding: 45px 25px;;
    }
    .shoplist-box,
    .shoplist-sides {
        margin-bottom: 27px;
    }
    .shoplist-box {
        border: 1px solid #ccc;
        background-color: #fff;
        padding: 16px;
    }
    .ae-shoplist-box p {
        margin-bottom: 7px;
    }
    /* Icons */
    .ae-sls-icon {
        display: inline-block;
        margin-right: 16px;
        text-align: center;
    }
    .ae-sls-icon:last-child {
        margin-right: 0;
    }
    /* Print Button */
    .ae-print-shoplist {
        border: none;
        background-color: #e8403f;
        color: #fff;
        padding: 8px 16px;
        width: 100%;
    }
.ae-bg2 {
    background-color: #fff8f8;
}

.ae-shoplist-entry {
    margin-bottom: 45px;
}

.ae-shopping-list {
    margin-top: 60px;
}

/* Headings
----------------------------------------------------------------------------- */
.ae-shoplist-title,
.ae-sls-title {
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-size: 19px;
}
.ae-swed-em-title h5{
    margin-top:12px;
}

/* Fonts
----------------------------------------------------------------------------- */
.ae-swed-em-title h5,
.ae-shopweek-list-update,
.ae-swch-entry,
.ae-swsel-label,
.ae-shoplist-title,
.ae-sls-title,
.ae-print-shoplist {
    font-family: 'Comfortaa', cursive;
}
p {
    font-family: 'Helvetica', sans-serif;
/*    margin:8px 0;*/
}
.ae-shopweek-entry-day h4{
    font-family: 'Comfortaa', cursive;
    color:#e8403f;
}
.ae-shoplist-title,
.ae-sls-title,
.ae-swch-entry {
    color: #e8403f;
}

/* Buttons 
----------------------------------------------------------------------------- */
.ae-shopweek-list-update button,
.ae-print-shoplist {
    border: none;
    background-color: #e8403f;
    color: #fff;
    padding: 8px 16px;
}

/* Shop Week
----------------------------------------------------------------------------- */
.ae-shopweek-select {
    margin-bottom: 27px;
}

.ae-swch-entry {
    display: inline-block;
    letter-spacing: 1px;
}

.ae-shopweek-chart-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 27px;
    padding-bottom: 3px;
}

.ae-swch-entry.ae-swchright {
    float: right;
}

.ae-shopweek-list-update.ae-swlu-top {
    margin-bottom: 27px;
}

.ae-shopweek-list-update button {
    width: 214px;
    float: right;
}

.ae-shopweek-list-update:after {
    content: '';
    display: table;
    float: none;
    clear: both;
}

.ae-shopweek-entry-day {
    margin-bottom: 34px;
}

.ae-swed-entry h4 {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ae-swed-em-title h5 {
    color: #6bc7d9;
    color: #6bc7d9;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.ae-swed-em-content p, 
.ae-swed-em-content input {
    display: inline-block;
}

.ae-swed-em-content input {
    float: right;
    max-width: 50px;
    padding: 4px 7px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

/* Shop List
----------------------------------------------------------------------------- */
.shoplist {
    padding: 45px 25px;;
}

.shoplist-box,
.shoplist-sides {
    margin-bottom: 27px;
}

.shoplist-box {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 16px;
}

.ae-shoplist-box p {
    margin-bottom: 7px;
}

/* Icons */
.ae-sls-icon {
    display: inline-block;
    margin-right: 16px;
    text-align: center;
}

.ae-sls-icon:last-child {
    margin-right: 0;
}

/* Print Button */
.ae-print-shoplist {
    border: none;
    background-color: #e8403f;
    color: #fff;
    padding: 8px 16px;
    width: 100%;
}
.sl-list-header {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    font-weight: bold;
}

.shopping-list-wrap .card .card-header {
    background: #FFEAEC;
    padding: 10px 15px;
    border-radius: 0;
    border-bottom: 0;
}
.shopping-list-wrap .card {
    border-radius: 0 !important;
    border: 0;
    margin-bottom: 8px;
}
.shopping-list-wrap .card .card-header button {
    padding: 0 !important;
    width: 100%;
    border: 0;
    text-align: left;
    color: #e8403f;
    text-decoration: none !important;
}
.shopping-list-wrap .card .card-header h2 {
    line-height: 1px;
}
.shopping-list-wrap .collapse-body {
    background: #fff8f8;
}
table.shopping-list-meals {
    width: 100%;
}
.shopping-list-meals td {
    vertical-align: top;
    padding-bottom: 1.6em;
}
table.shopping-list-meals tr th:last-child {
    width: 20px;
}
table.shopping-list-meals tr th {
    color: #e8403f;
}
.shopping-list-meals td select.wsc-field {
    height: 32px;
    width: 45%;
    max-width: 100%;
    font-size: 14px;
}
.shopping-list-meals .sides-description {
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 0;
    padding-top: 5px;
    clear: both;
    padding-right: 15px;
}
.shopping-list-meals tr p {
    margin-top: 0;
}
.shopping-list-meals input[name="serve"] {
    margin-top: 27px;
}
.shopping-list-meals p.list-meal {
    font-weight: bold;
    margin-bottom: 5px;
}   
.shopping-list-meals tr td input {
    width: 70px;
    margin-top: 28px;    
}
.shopping-list-meals tr td:nth-child(2) {
    width: 70px;
}
.shopping-list-meals tr td:last-child {
    width: 20px;
    text-align: center;
}
.meal-plan-featured-img {
    margin-top: 5px;
}
td.list-day {
    text-transform: uppercase;
}
td.list-day, td.list-serve {
    color: #e8403f;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
}
.shopping-list-meals tr:first-child td {
    padding-top: 0 !important;
}
p.list-mtype {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #6bc7d9;
}
.shopping-list-wrap .accordion {
    margin-bottom: 35px;
}
.icon-close {
    position: relative;
    width: 22px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    margin-top: 38px;
    margin-right: -10px;
    margin-left: 10px;
}
.icon-close:before, .icon-close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #e8403f;
}
.icon-close:before {
  transform: rotate(45deg);
}
.icon-close:after {
  transform: rotate(-45deg);
}
.card-header [data-toggle="collapse"]:before,
.card-header [data-toggle="collapse"]:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    font-weight: normal;
    right: 18px;
    top: 10px;
}
.card-header [data-toggle="collapse"][aria-expanded="true"]:before {
    content: none;
}
.card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    content: "\f068";
}
.mobile-addmealplan {
    display: none;
}
.single-meal-plans .meal-sides.sides-float {
    bottom: -5px !important;
}
.week-day-accord {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    display: none;
    position: relative;
}
.week-day-accord button {
    width: 100%;
    padding: 10px 15px;
    background: #ffeef0;
    color: #e8403f;
    border: 0;
    text-align: left;
    font-weight: bold;
    font-family: Comfortaa;
    outline: none !important;
    cursor: pointer;
}
.week-day-accord button:before,
.week-day-accord button:after {
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 10px;
}
.week-day-accord button:before {
    content: "\f067";
}
.week-day-accord button:after {
    content: "\f068";
    visibility: hidden;
}
.meal-day-items.day-expanded {
    height: auto;
}
.day-expanded .week-day-accord button:before {
    visibility: hidden;
}
.day-expanded .week-day-accord button:after {
    visibility: visible;
}
#addmealplan .wsc-modal {
    margin: 0 auto;
}
.meal-plan-mobile-nav,
.week-to-shoplist-mobile {
    display: none;
}
.mc-handler {
    height: 30px;
}
.bottom-addmealplan {
    display: block;
    max-width: 315px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.wsc-accordion .card {
    border: 0;
    border-radius: 0;
    background: #FFF8F8;
    margin-bottom: 10px;
}
.mp-faq button {
    font-size: 22px !important;
}
.mp-faq button:before, .mp-faq button:after {
    font-size: 20px;
    top: 11px !important;
}
.wsc-accordion .card button {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #e8403f !important;
    text-decoration: none !important;
}
.wsc-accordion .card-header [data-toggle="collapse"]:before, 
.wsc-accordion .card-header [data-toggle="collapse"]:after {
    top: 12px;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
    background-color: #FFEAEC;
}
.wsc-accordion .card-header {
    border-bottom: 0;
    padding: .45rem 1.25rem;    
}
.mp-faq {
    margin-top: 60px;
}
.single-centre-meal-plan #page {
    margin-bottom: 60px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #e8403f;
    opacity: 1;
}
.tooltip-inner {
    background: #e8403f;
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    max-width: 250px;
    padding: 10px;
}
.tooltip {
    width: 250px;
    max-width: 250px;
}

.home #content > .row {
    margin: 0;
}

/* BLOG */
.archive #main .wp-block-columns > div {
    flex-basis: 100%;
}
.archive #main .wp-block-columns .wp-block-image.is-resized {
    margin: 0;
    width: 100%;
}
.archive #main .wp-block-column {
    margin-bottom: 15px;
}
.archive #main .wp-block-columns img {
    width: 100%;
}
.wsc-select:after {
    color: #9c9c9c;
    top: 4px;
}
a.understrap-read-more-link {
    display: none;
}

.entry-meta .sha-meta a:hover {
    color: #CB3E3E;
}
.img-responsive {
    width: 100%;
}


/* Modal */
#addtoshoppinglist .btn.btn-primary:hover {
    color: #fff;
}

/* Get in Touch */
#gform_wrapper_9 textarea{
    border-color: #ced4da;
}
#gform_submit_button_9 {
    background-color: #e8403f;
    border: none;
    color: #fff;
    font-family: "Comfortaa","Helvetica-Light", helvetica, arial;
    padding: 8px 30px;
    cursor: pointer;
}
#gform_submit_button_9:hover {
    background-color: #CB3E3E;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#gform_submit_button_9 .gform_confirmation_wrapper {
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 0;
    margin: 20px 0;
    background-color: rgba(232,64,62,0.1);
}
#gform_confirmation_message {
    font-family: "Comfortaa","Helvetica", helvetica, arial, cursive;
    color: #e8403f;
}

/* 404
----------------------------*/
.error-404 .close-search {
    display: none;
}
.error-404 #searchform .form-control {
    border-radius: 0;
}


/* Lesson 
----------------------------------*/
#cc-congrats .wp-block-separator {
    display: none;
}
#cc-congrats .c-accordion__item {
    font-family: "Comfortaa","Helvetica", helvetica, arial, cursive;
    margin-bottom: 10px;
}
#cc-congrats .c-accordion__item .c-accordion__title {
    padding: 15px 30px 15px 25px;
    background-color: rgba(232,64,62,0.1);
    font-weight: bold;
    color: #e8403f;
    overflow: hidden;
    font-size: 18px;
    outline: #e8403f;
}
#cc-congrats .c-accordion__item .c-accordion__title:after {
    color: #e8403f;
    font-family: FontAwesome;
    content :"\f067";
    line-height: normal;
    top: 20px;
    right: 18px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#cc-congrats .is-open .c-accordion__title:after {
    font-family: FontAwesome;
    content: "\f068";
}
#cc-congrats .c-accordion__content {
    padding: 1.25rem;
    background-color: #FFF8F8;
}
#cc-congrats h6 {
    padding: 10px 0 15px;
}

#cc-congrats .gform_wrapper div.validation_error {
    border: none;
    margin-bottom: 0;
}
#cc-congrats .gform_wrapper li.gfield.gfield_error {
    border: none;
    background-color: #fff;
    margin-top: 0;
}
#cc-congrats .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    background-color: rgba(255,223,224,.25);
    padding: 5px 15px;
}
#cc-congrats .gform_wrapper .gfield_error .gfield_label,
#cc-congrats .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #000;
}

.search-result-items .courses-sub {
    margin-top: 0;
}
table.centre-learning-table th:first-child,
table.centre-learning-table th:nth-child(3) {
    width: 200px;
}
table.centre-learning-table th:nth-child(2) {
    min-width: 180px;
}
table.centre-learning-table th:last-child {
    min-width: 150px;
}


.ae-container div.ae-search-result-recipes.ae-postbox {
    /*max-width: 100%;*/
}
#gform_confirmation_message_9 {
    color: #e8403f;
    font-weight: 600;
}

.ae-search-result-header .ae-srh.ae-srh-input-field i.fa-search {
    top: 10px;
    left: 10px;
}
.h5p-element-inner.h5p-advanced-text p {
    font-size: 1.4vw !important;
}
/* FAQ
----------------------------------------------------------------------------- */
/*.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  color: #e8403f;
}

.accordion:hover {
  background-color: #e8403f;
  color: #fff;
}

.accordion:after {
  content: '\02795';
  color: #e8403f;
  font-size: 13px;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; 
}*/

/**Media Queries**/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media( max-width: 1199px ) {
    #navbarNavDropdown ul li {
        padding-right: 18px;
    }
}
@media( min-width: 768px ) and (max-width: 991px) {
    #navbarNavDropdown {
        max-width: 80%;
    }       
    #navbarNavDropdown ul li a {
        font-size: 13px !important;
        padding-left: 0;
    }    
}
@media (min-width: 1700px) {
    .custom-logo-link img {
        /*width: 9%;*/
    }
/*    #main-menu {
        margin-left: -290px;
    }*/
}
@media (min-width: 1600px) and (max-width: 1699px){
    .custom-logo-link img {
        /*width: 9%;*/
    }
    /*#main-menu {
    margin-left: -290px;
    }*/
}
@media (min-width: 1501px) and (max-width: 1599px){
    .custom-logo-link img {
        /*width: 10%;*/
    }
    /*#main-menu {
    margin-left: -290px;
    }*/
}
@media (min-width: 1200px) {
/*    .ae-shoplist-entry {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 160px;
    }
    
    .shopweek{
        width: 56%;
        padding-right: 40px;
        padding-left: 20px;
    }
    
    .shoplist {
        max-width: 35%;
        float: right;
    }
    
    .ae-shopweek-select select {
        float: right;
    }*/
    .ae-container div.ae-search-result-recipes.ae-postbox {
        /*max-width: 100%;*/
    }
}
@media (min-width: 992px) and (max-width: 1500px) {
    .custom-logo-link img {
        /*width: 12%;*/
    }
    /*#main-menu {
        margin-left: -290px;
    }*/
    .ae-container div.ae-search-result-recipes.ae-postbox {
        /*max-width: 100%;*/
    }
}

@media (max-width: 1200px) {
  
  .custom-logo-link img {
        /*width: 13%;*/
        width: 147px;
        height: auto;
    }
  #main-menu {
        /*margin-left: -220px;*/
        font-size: 14px;
    }
  
}

@media (max-width: 992px) { 
    #navbarNavDropdown ul li a.nav-link{
        font-size: 13px;
    }

    .navbar .container{
        max-width: 100%;
    }

    .custom-logo-link img{
        margin-top: -47px;
        width: 10%;
    }
}

@media (max-width: 991px) { 
    .dashboard h2 {
        font-size: 1.9rem;
    }    
    .single-meals .atmp-btn {
        width: auto !important;
    }    
    .wsc-btn {
        padding: 10px 20px;
        font-size: 14px;
    }    
    .meal-plan-featured-img img
    {
        max-height: 100%;
    }
    .navbar-brand .img-fluid {
        display: block;
        width: 130px;
        margin-top: -64px;
    }
    #navbarNavDropdown ul li {
        padding-left: 0;
    }
    .single-meals .bk-to-ms {
        margin-top: 8px;
    }    
}
@media (max-width: 989px) {
    #wrapper-navbar .navbar-brand .img-fluid {
        display: block;
    }
}

@media (max-width: 840px) { 
    .ae-mobile-header {
        display: block;
    }
    .top-navbar,
    #wrapper-navbar .navbar-brand .img-fluid {
        display: none;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
    #dashboard_header > .row {
        align-items: center;
    }
}

@media (max-width: 767px) { 
    #courses-available .container {
        padding: 0;
    }    
    .entry-header .entry-title {
        font-size: 26px !important;
    }    
    .site-main > .entry-header {
        padding-top: 0;
        padding-bottom: 0;
    }    
    .star-rating-section {
        position: absolute;
        top: 0;
        width: 218px;
        padding: 10px;
    }    
    .recipe-image-header {
        height: 1px !important;
        padding-top: 60%;
    } 
    .single-meals .atmp-btn {
        width: 100% !important;
    }    
    .recipe-tab-menu .nav-tabs .nav-link {
        width: 100% !important;
    }    
    .measurement {
        flex-basis: 75px;
        width: auto;
    }    
    .bottom-addmealplan {
        max-width: 100%;
        margin-top: 20px;
    }    
    .meal-plan-weeks {
        padding-top: 20px;
    }    
    .meal-preview .meal-sides {
        height: 32px;
        display: block;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .meal-preview .meal-controls {
        font-size: 16px !important;
        position: relative;
        margin-top: 10px !important;
        max-width: 240px;
        margin-left: auto !important;
        margin-right: auto !important;
        left: auto;
    }    
    #addtoshoppinglist .modal-footer button[aria-label="Close"],
    .mc-handler {
        display: none;
    }    
    .shopping-list-meals td select.wsc-field {
        width: 100%;
        max-width: 100%;
    }    
    .ae-shoplist-title {
        margin-bottom: 0;
    }    
    .shoplist-text-wrap {
        padding-top: 20px !important;
    }    
    .shopping-list-wrap .accordion {
        margin-bottom: 20px;
    }    
    #shop-list-ajax .meal-plan-name {
        font-size: 16px;
        font-weight: bold;
    }    
    .list-action {
        text-align: left !important;
        margin-top: 0 !important;
    }    
    a[data-target="#create-list"], .list-action a {
        font-size: 12px;
    }    
    .ae-shopping-list {
        margin-top: 0;
        padding: 0 !important;
    }    
    .meal-week-range span {
        font-size: 14px !important;
    }    
    .single-centre-meal-plan main#main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }    
    .week-to-shoplist {
        padding: 10px 0px;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }    
    .bk-to-ms a {
        font-size: 12px;
    }    
    .meal-plan-details {
        margin-bottom: 30px;
    }
    .meal-plan-nav,
    .meal-slide-nav {
        display: none;
    }    
    .meal-plan-mobile-nav,
    .week-to-shoplist-mobile {
        display: block;
    }    
    .meal-day-items {
        height: 0;
        overflow: hidden;
        min-height: 44px;
        margin-bottom: 10px;
    }    
    .week-day-accord {
        display: block;
    }
    .meal-item .meal-preview {
        height: auto !important;
    }    
    .meal-sides,
    .single-meal-plans .meal-sides.sides-float {
        bottom: 0 !important;
        position: relative !important;
        display: block;
    }    
    .meal-plan-featured-img img {
        max-height: 100%;
    }    
    .single-meal-plans .meal-preview a img, .single-company-meal-plan .meal-preview a img, .meal-item-details a img {
        width: 100% !important;
        height: auto !important;
    }    
    .single-meal-plans .meal-preview a, .single-company-meal-plan .meal-preview a {
        max-height: 100% !important;
        width: 100%;
    }    
    .meal-day-items h3 {
        display: none;
    }    
    .meal-day-items {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        background: #FEF8F8;
        padding-top: 0;        
    }    
    .meal-days {
        width: 100%;
        margin: 0 !important;
    }
    .single-meal-plans .meal-plan-desc {
        margin-bottom: 15px;
    }    
    .single-meal-plans .entry-content {
        padding: 0 15px;
    }    
    .banner-area{ 
        height: auto;
    }

    #dashboard-banner .banner-area h1 {
        padding: 0;
        font-size: 26px;        
    }

    #dashboard_header {
        margin: 0px;
        padding: 0;
        border-bottom: none !important;
    }
    #dashboard-banner {
        margin-top: 0;
    }
    #dashboard-banner .banner-area {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;        
    }
    .header-addmealplan {
        display: none;
    }
    .mobile-addmealplan {
        display: block;
        text-align: center;
        font-size: 15px;
        width: 100%;
        float: none !important;
    }    
    .mps-head {
        margin-bottom: 10px;
    }  
    #dashboard_header {
        max-width: 100%;
        margin-bottom: 15px;        
    } 
    #dashboard_header > .row{
        flex-direction: column-reverse;
    }

    #dashboard_header h1{
        font-size: 26px;
        line-height: 36px;
        border-bottom: 2px solid #eee;
        padding: 0 15px;        
        width: 100%;
        padding-bottom: 3px;
        text-align: center;
    }
    .banner-sub-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .space-top-50.banner-sub-text {
        margin-top: 0;
    }
    .mps-head h2 {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }    
    .single-meal-plans .meal-plans {
        padding-top: 25px;
    }
    .holder-img-logo-dash{
        margin-bottom: 15px;
    }

    .wistia_embed{
        width: 100%;
        height: auto;
    }

    .recipe-requirement{
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .recipe-requirement .meal-sides, .recipe-requirement p{
        text-align: center;
    }

    .container{
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mp-btn{
        text-align: left;
        padding-bottom: 15px;
    }
    #gform_submit_button_9 {
        width: auto;
    }
    #courses-in-progress .meal_plan_img,
    #courses-available .meal_plan_img{
        height: auto;
    }
    #courses-in-progress .meal_plan_img img,
    #courses-available .meal_plan_img img {
        width: 100%;
        height: auto;
    }
    .page-template-dashboard .container {
        padding-top: 30px;
    }
    .page-template-dashboard .my-courses.space-bottom-100,
    .dash-feat-post {
        margin-bottom: 0;
    }
    .meal-plans {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-template-dashboard .all-meal-plans-btn {
        margin-top: 0;
    }
    .dash-feat-post {
        padding-bottom: 0 !important;
    }
    .cc-your-done {
        padding: 0 15px;
        margin-top: 10px;
    }
    #cc-congrats .congrats-bg {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cc-congrats .congrats-bg h2 {
        padding: 0;
    }
    .recipe-requirement .meal-sides-wrap {
        justify-content: center;
    }
    .ae-search-result-header .ae-srh {
        padding-top: 10px;
    }
    table.centre-learning-table th:first-child, 
    table.centre-learning-table td:first-child {
        width: 180px;
        min-width: 150px;
        word-break: break-word;
    }
}

@media (max-width: 576px) { 
    .recipe-details .container .row .recipe-detail{
        display: block !important;
        width: 100% !important;
        max-width: 100%;
        border: none;
        text-align: left;
    }
    .post-type-archive-resources select.filter-by-category {
        margin-bottom: 20px;
    }
    .recipe-details p{
        margin: 2px 0;
        font-size: 16px;
    }

    .recipe-text {
        text-align: center;
    }
    .recipe-title .recipe-text {
        text-align: left;
    }
    .ae-manage-course .ae-course-box.ae-postbox {
        margin-top: 10px !important;
    }
    .ae-manage-course .ae-course-box.ae-postbox:first-child {
        margin-top: 3rem!important;
    }
    .ae-manage-course .ae-course-box .row.ae-header {
        position: relative;
        margin-left: 0;
        margin-bottom: 0;
        background-color: #ffeaec;
    }
    
    .ae-manage-course .ae-course-box .ae-header:after,
    .ae-manage-course .ae-course-box .ae-header:before {
        color: #e8403f;
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        font-weight: normal;
        right: 18px;
        top: 12px;
    }
    .ae-manage-course .ae-course-box .ae-header:after{
        content: "\f067";
    }
    .ae-manage-course .ae-course-box .open.ae-header:before {
        content: "\f068";
    }
    .ae-manage-course .ae-course-box .open.ae-header:after {
        display: none;
    }
    .ae-manage-course .ae-course-box .ae-contentbox {
        margin: 0;
        background-color: #fff8f8;
        display: none;
        padding-bottom: 1px;        
    }
    .ae-manage-course .ae-contentbox .ae-contentbox-entry {
        margin-top: 0;
        padding-top: 15px;
    }
    .ae-courses-overview .ae-manage-course .ae-postbox h5 {
        font-weight: 700;
        margin-bottom: 15px;
        border: none;
        height: auto;
    }
    .ae-manage-course .ae-course-box .ae-he-title h4 {
        font-size: 22px;
        font-weight: 700;
    }
    .ae-profile .ae-pib-entry-desc {
        padding-left: 0 !important;
    }
    .ing-table .scale-recipe {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .ing-table .scale-recipe label {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .ing-table .scale-recipe input {
        margin-left: 0;
    }
    #recipe-content > .ae-contentbox-entry {
        padding: 0;
    }
}

@media (max-width: 430px) { 
    .col-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
