body {
    font-family: 'Montserrat';
}

.text-left {
    text-align: left;
}

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

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

.table {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.cell2 {
    width: 50%;
}

.section {
    /*max-width: 1200px;*/
    padding: 20px;
}

.recipe-name-banner{
    background-image: url(/img/recipe-name-banner.png);
    background-size: 100% 100%;
    font-size: 40px;
    color: #fff;
    padding: 55px 85px 45px 85px;
    text-align: center;
    max-width: 650px;
    margin: auto;
}

.section-1 {
    background: #f9cc74;
    margin-top: 70px;
}

.section-1-header {
    background: #f7941d;
    margin: -40px auto 50px;
    padding: 20px 50px;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    height: 70px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    width: 80%;
    text-align: center;
}

.section-2 {
}

.serving-printable {
    display: none;
}

.section-3 {
    background: #006c8a;
    min-height: 300px;
    padding-top: 100px;
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
}

.section-4 {
    background: #fff;
}

.section-5 {
    background: #f7941d;
}

.section-6 {
    background: #fff;
}

.section-amazon {
    margin: 25px 0;
}

.section-amazon a {
    color: #006c89;
    font-size: 20px;
    text-decoration: none;
    transition: all 300ms;
}

.section-amazon a:hover {
    text-decoration: none;
    font-weight: bold;
}

.image-cell {
    padding: 15px;
}

.image-cell img{
    max-width: 100%;
}

.recipe-cloche{
    width: 100%;
    max-width: 200px;
}

.w33 {
    width: 33.33%
}

.hack-section-title{
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.hack-title{
    font-size: 35px;
    color: #fff;
    margin: 30px 0 30px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.hack {
    border-radius: 6px;
    color: #fff;
    background: #7bc8ef;
    padding: 30px 20px;
    font-size: 18px;
    max-width: 300px;
    text-align: center;
    margin: auto;
}

.serving-cell {
    padding: 15px;
    color: #fff;
    font-size: 20px;
    width: 150px;
}

.chef-pachi-banner {
    background-image: url('/img/chef-pachi-banner.png');
    height: 30px;
    background-size: auto 100%;
}

.pachi-chef-coach {
    margin: 25px 0;
    width: 225px;
}

.pachi-chef-coach-2 {
    margin: -10px 0;
    height: 98px;
}

.cook-and-lose-weight-logo{
    width: 100%;
    max-width: 400px;

}

.ingredients li {
    font-size: 18px;
    line-height: 30px;
}

.ingredient-title{
    color: #c86552;
    font-size: 30px;
    font-weight: bold;
}

.ui-progressbar {
    height: 23px;
}

.hidden-on-print .progressbar-a .ui-widget.ui-widget-content,
.hidden-on-print .progressbar-c .ui-widget.ui-widget-content {
    border: none;
    /*background: linear-gradient(to bottom, #879da9 0%,#879da9 50%,#879da9 50%,#9dc1d3 50%,#9dc1d3 100%);*/
    background: #fff;
}

.hidden-on-print .progressbar-b .ui-widget.ui-widget-content,
.hidden-on-print .progressbar-d .ui-widget.ui-widget-content {
    border: none;
    /*background: linear-gradient(to bottom, #89929b 0%,#89929b 50%,#89929b 50%,#737c85 50%,#737c85 100%);*/
    background: #fff;
}

.show-on-print .progressbar-a .ui-widget.ui-widget-content,
.show-on-print .progressbar-c .ui-widget.ui-widget-content {
    border: none;
    background: linear-gradient(to bottom, #879da9 0%,#879da9 50%,#879da9 50%,#9dc1d3 50%,#9dc1d3 100%);
}

.show-on-print .progressbar-b .ui-widget.ui-widget-content,
.show-on-print .progressbar-d .ui-widget.ui-widget-content {
    border: none;
    background: linear-gradient(to bottom, #89929b 0%,#89929b 50%,#89929b 50%,#737c85 50%,#737c85 100%);
}

.progressbar-a,
.progressbar-b,
.progressbar-c,
.progressbar-d {
    height: 50px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.cloche-row{
    border-right: 5px solid #827577;
    padding-right: 50px;
    padding-left: 50px;
}

.progressbars-row {
    padding-left: 50px;
    padding-top: 15px;
}

.progress-bar-wrapper {
    width: 265px;
    float: left; 
}

.progress-bar-legend {
    float: left;
    line-height: 35px;
    margin-left: 15px;
}

.progress-bar-bullet {
    position: relative;
    top: 3px;
    float: left;
    border-radius: 50%; 
    margin-right: 10px; 
    width: 25px;
    height: 25px;
    display:block;
}

.progressbar-a-bar,
.progressbar-b-bar,
.progressbar-c-bar,
.progressbar-d-bar,
.progressbar-e-bar {
    margin: 5px 10px 0 0;
    border-radius: 4px 12px 12px 4px;
}

.progressbar-a-bar .ui-widget-header {
    background: linear-gradient(to bottom, #eca693 0%,#eca693 50%,#eca693 50%,#d69786 50%,#d69786 100%);
    border:none;
}

.progressbar-b-bar .ui-widget-header {
    background: linear-gradient(to bottom, #ef9d36 0%,#ef9d36 50%,#ef9d36 50%,#d98f31 50%,#d98f31 100%);
    border:none;
}

.progressbar-c-bar .ui-widget-header {
    background: linear-gradient(to bottom, #de797a 0%,#de797a 50%,#de797a 50%,#ca6e6f 50%,#ca6e6f 100%);
    border:none;
}

.progressbar-d-bar .ui-widget-header {
    background: linear-gradient(to bottom, #ef9d36 0%,#ef9d36 50%,#ef9d36 50%,#d98f31 50%,#d98f31 100%);
    border:none;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
}

.progressbar-a .progress-bar-bullet {
    background: #c58b7b;
}

.progressbar-b .progress-bar-bullet {
    background: #ef9d36;
}

.progressbar-c .progress-bar-bullet {
    background: #de797a;
}

.progressbar-d .progress-bar-bullet {
    background: #ef9d36;
}

.spacer {
    height: 25px;
}

.vtop {
    vertical-align: top;
}

.category-circle {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    margin: 15px auto;
}

.circle-small {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin: 8px 15px 8px 0;
}

.circle-a {
    background: #f9cc74;
}

.circle-gf {
    background: #f7941d;
}

.circle-df {
    background: #ffee00;
}

.circle-vg { 
    background: #00cc40;
}

.circle-ls {
    background: #c60001;
}

.circle-placeholder-a {
    background-image: url('/img/circle-placeholder-a.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.circle-placeholder-b {
    background-image: url('/img/circle-placeholder-b.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.circle-placeholder-c {
    background-image: url('/img/circle-placeholder-c.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.circle-placeholder-d {
    background-image: url('/img/circle-placeholder-d.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.circle-b {
    background: #2cbdd7;
}

.circle-c {
    background: #f7941d;
}

.circle-d {
    background: #006c89;
}

.recipe-category {
    background: #116384;
    padding: 15px 25px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
    margin: 20px auto 25px auto;
    text-align: center;
}

.diet-claims-column {
    padding-right: 50px;
}

.diet-claims {
    background: #f7941d;
    color: #fff;
}

.category-sub-text {
    font-size: 18px;
    text-align: center;
    margin: 30px;
    display: block;
}

.category-1,
.category-2,
.category-3,
.category-4 {
    line-height: 50px;
    font-size: 20px;
}

.category-value {
    float:right;
    font-weight: bold;
    text-transform: uppercase;
}


.recipe-list-title {
font-size: 40px;
padding: 20px;
background: #eee;
max-width: 500px;
margin: auto;
text-align: center;
font-weight: bold;
}

.recipe-tile {
    display: inline-block;
    width: 250px;
    margin: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 350px;
    position: relative;
    border: 5px solid #fff;
}

.recipe-tile:hover {
    border: 5px solid orange;
}

.recipe-title-text {
    background: rgba(255, 255, 255, 0.75);
    color: #444;
    text-decoration: none;
    font-size: 19px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    min-height: 75px;
    font-weight: bold;
    width: 200px;
    margin: 8px;
}

.recipes-holder {
    margin: auto;
    max-width: 1200px;
    text-align: center;
}

#calorie_calc {
    width: 100px;
    border-radius: 6px;
    border: none;
    font-size: 20px;
    line-height: 20px;
    outline: none;
    padding: 10px;
    color: #f7941d;
    font-weight: bold;
    text-align: center;
}

#categories {
    margin: 25px 0;
    padding: 20px 0;
    background: #116384;
    color: #fff;
    text-align: center;
}

#categories h2 {
    text-align: center;
    text-transform: uppercase;
}

#category-holder .category-box {
    display: inline-block;
    background: #fff;
    color: #333;
    min-width: 150px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 300ms;
    border-radius: 6px;
}

#category-holder .category-box.active,
#category-holder .category-box:hover {
    background: #f7941d;
    color: #fff;
}

.recipe-banner-full {
    width: 100%;
    max-width: 100%;
}

#image_container {
    border: 5px solid #c60001;
    border-top: 0;
    text-align: center;
}

#image_container img {
    width: 90%;
    margin: auto;
}

.show-on-print {
    display: none;
}

#print {
    right: 10px;
    bottom: 10px;
    background: #c60001;
    color: #fff;
    display: inline-block;
    position: fixed;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    padding: 15px;
    border-radius: 12px;
}

@media print {
    .ingredients li {
        font-size: 14px;
        line-height: 22px;
    }

    .section-1-header {
        color: #006c89;
        background: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    
    .hack {
        background: orange;
        padding: 15px;
        font-size: 14px;
    }

    .section {
        background: #fff;
        margin: 0;
    }

    .section-5 {
        background: #ccc;
        color: #000;
        padding: 5px;
    }

    .section-5 .serving-cell {
        color: #000;
        font-size: 14px;
        padding: 5px;
    }

    .header {
        display: flex;
        align-items: center;
        font-size: 20px;
    }

    .hidden-on-print {
        display: none;
    }

    .mobile-topmenu-bars {
        display: none;
    }
}


.print.section-1-header {
    color: #006c89;
    background: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.print.hack {
    background: orange;
    padding: 15px;
}

.print.section {
    background: #fff;
    margin: 0;
}

.print.section-5 {
    background: #ccc;
    color: #000;
    padding: 5px;
}

.print.section-5 .serving-cell {
    color: #000;
    padding: 5px;
}

.print.header {
    display: flex;
    align-items: center;
    font-size: 30px;
}

.print.mobile-topmenu-bars {
    display: none;
}