body {
    background: #f2f2f2;
}
header {
    min-height: 380px;
    overflow: hidden;
    position: relative;
}
    .nav-pills .nav-link {
        font-size: 1rem !important;
    }
h1, h2, h3, h4, h5, h6 {
    color: #3D3F54 !important;
}
.banner {
    position: absolute;
    /* top: -90px; */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
#main-nav .nav-link {
    font-size: 1rem;
    color: #fff !important;
    padding: .6em 1em !important;
}
    #main-nav .nav-link.active {
        border-bottom: 2px solid #4699ef;
    }
.sub-nav {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}
    #members-nav {
        padding: 1.2em 1em; 
        background: #E4E4E4;
    }
    #members-nav li a {
        color: #000 !important;
    }
    #members-nav li a.active {
        color: #fff !important;
        background-color: #6c757d !important;
    }
#content-wrapper {
    background: #fff;
    padding: 1em 2em 2.4em;
}
    main .list-item {
        margin-bottom: 2em;
    }
    main .list-item .title {
        font-weight: bold;
    }
    main .list-item .title a {
        text-decoration: none;
        color: inherit;
    }
    main .list-item .description {
        padding: 1em 1em 2em;
        background-color: #f9f9f9;
    }
    main .list-item .thumbnail-placeholder {
        display: block;
        padding: 2em;
    }
.breadcrumbs {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: .9rem;
}
    .breadcrumbs li.active {
        font-weight: bold;
    }
    .breadcrumbs a {
        text-decoration: none;
        color: inherit;
    }
    .breadcrumbs a:hover {
        text-decoration: underline;
    }

.btn-special {
    background: none !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
    border: 2px solid #ffe5ab !important;
    color:#75a1f9 !important;
    border-radius: 10px;
    text-transform: capitalize !important;
    font-weight: 700;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
footer {
    background: #e4e4e4;
    padding-top: 2.2em;
}
    footer .list-item {
        padding: 1.2em 2em 1.2em 1em;
    }
    footer .list-item h4 {
        font-size: 1.2rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: .4em;
        position: relative;
        display: block;
    }
    footer .list-item h4::after {
        background-color: #4699ef;
        bottom: -2px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 50px;
    }
.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
}
.footer-links a {
    margin: 0 1.2em;
    color: inherit;
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
footer .copyright {
    border-top: 1px solid #ccc;
    padding-top: 1em;
}
.single {
    padding: 3em;
}
    .single .description {
        font-size: 1.2rem;
        padding: 3em 0 2em;
    }
    .single .sub-title {
        position: relative;
        margin-bottom: 3em;
    }
    .single .sub-title::after {
        position: absolute;
        height: 18px;
        width: 60px;
        content: "";
        background-image: url("../img/title-decor.png");
        left: 0;
        right: 0;
        margin: auto;
        top: 30px;
    }
.checklist {
    padding: 2em 2em;
}
    .checklist .title {
        margin-bottom: 1em;
    }
.checklist.ingredients {
    background: #eff7ff;

}
.section {
    margin-bottom: 3em;
}
.section .title {
    display: block;
    border-left: 5px solid #4699ef;
    margin-bottom: 1.2em;
    padding-left: .6em;
}
.article {
    border: 1px solid #eee;
    padding: 2em;
    margin-bottom: .6em;
}

/** X-Small devices (portrait phones, less than 576px)  **/
@media (max-width: 575.98px) {
    header {
        min-height: initial;
    }
    header .sub-nav {
        position: relative;
    }
    header img.banner {
        position: relative;
        display: none;
    }
    .update-subscription {
        margin-top: 10px;
    }
    footer {
        padding: .6em 1em;
    }
    footer .list-item {
        padding-bottom: 0;
    }
    #main-nav .nav-link {
        color: inherit !important;
    }
}