﻿img.badgeImage {
    max-width: 180px;
}

.callouts {
    padding: 0% 0%;
    text-align: center;
}

    .callouts .callout-button {
        margin: 30px auto 0px auto;
        display: table;
    }

.container h2 {
    margin-top: 0px;
}

ol ol {
    padding-left: 10px;
}

ol {
    padding-left: 15px;
}

.callouts h2 {
    margin-bottom: 40px;
}

.todaysSoups h1 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.callout-button {
    display: table;
    border-radius: 30px;
    align-items: center;
    -webkit-box-pack: center;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    background-color: rgb(238, 155, 0) !important;
    color: rgb(255, 255, 255) !important;
    padding: 10px 30px;
    border: none !important;
}

    .callout-button:hover {
        background-color: #14471e;
    }


.HomeTraining .callout-button, .showMoreLink.callout-button {
    margin: 40px auto 0px auto;
}

.HomeTraining p:last-child {
    margin-bottom: 0px;
}

.HomeTraining {
    margin-top: 5%;
}

.downloadIcons ul {
    padding: 0px 0px 0px 0px;
    list-style: none;
    margin-top: 30px;
}


.downloadIcons li:before {
    content: "\f336";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: #14471e;
}

.blogPhoto {
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.BlogNews {
    margin-top: 40px;
}

select.selectMenu {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

.right {
    text-align: right;
}

.tableTopRow {
    margin-top: 30px;
}

table {
    width:100%!important;
    height:auto!important;
}

.recipePhoto img {
    width: 100%;
    height: auto;
}

.recipePhoto {
    padding-left: 40px;
}

.nutrition td {
    font-size: 15px;
    line-height: 1.8em;
    cursor: default;
    color: #2e2e2e;
    border-top: none;
    padding: 5px;
    height: auto !important;
}

.nutrition tr {
    height: auto !important;
}

.nutrition ol, .nutrition li {
    font-size: 15px;
}
    table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent !important;
}

.recipePhoto input {
    width: 75%;
}


.recipePhoto button {
    background-color: rgb(238, 155, 0);
    border: solid 2px rgb(238, 155, 0);
    width: 23%;
    color: #ffff;
}


.nutrition table thead tr.recipeTitleRow, tr.recipeTitleRow, th {
    background-color: #f1f1f1 !important;
    font-weight: 700;
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #c8d2d1;
    color: #2e2e2e;
}

.nutrition table thead tr th {
    padding: 5px;
}

.recipeTitleRow input {
    width: 40px;
}

/*.table tbody tr td ul {
    padding-left:0px;
    list-style:none;
}*/

.nutrition td:nth-child(1), .nutrition table thead tr th:nth-child(1) {
    width: 60% !important;
    height: auto;
}

.nutrition td:nth-child(2), .nutrition td:nth-child(3), .nutrition table thead tr th:nth-child(2), .nutrition table thead tr th:nth-child(3) {
    width: 20%!important;
    height:auto;
}

table.adjuster td:nth-child(2) {
    width: 70% !important;
    height: auto;
}

table.adjuster td:nth-child(1) {
    width: 30% !important;
    height: auto;
}

table.adjuster input {
    width: 100% !important;
    height: auto;
}

.mobileShow {
    display: none;
}

.imageBlockBgImg {
    height: 330px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 50%;
    border: 10px solid #c8d2d1;
}

.imageBlockBgImg:hover {

    border: 10px solid #798263;
}

.botNav .col-sm-4 {
    padding:0px;
}

div#content li {
    text-indent: -27px;
    padding-left: 27px;
}

.sectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .imageBlockBgImg {
        height: 270px;
    }

    .blogPhoto {
        height: 160px;
    }

    .sectionPadding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .recipePhoto input {
        width: 70%;
    }


    .recipePhoto button {
        width: 28%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .imageBlockBgImg {
        height: 310px;
    }

    .recipePhoto input {
        width: 65%;
        font-size: 12px;
    }

    .recipePhoto button {
        width: 32%;
        font-size: 12px;
    }

    .blogPhoto {
        height: 140px;
    }

    .sectionPadding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


    @media (max-width: 767px) {
        .recipePhoto img {
            width: 100%;
            height: auto;
            padding-left: 0px;
            margin-top: 30px;
        }

        .sectionPadding {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .imageBlockBgImg {
            height: 290px;
        }

        .recipe-search {
            margin-top:15px;
        }

        .News form {
            margin-bottom: 10px;
        }

        .mobileShow {
            display: block;
        }

        .recipePhoto {
            padding-left: 0px;
            margin-top: 30px;
        }

        .nutrition td {
            font-size: 14px;
        }

        .nutrition ol, .nutrition li {
            font-size: 14px;
        }


        .botNav {
            width: 100%;
        }

            .botNav .col-sm-4 {
                width: 50%;
                float: left;
            }

        .mobileHide {
            display: none;
        }

        .middleContainer {
            margin-top: 40px !important;
        }

            .middleContainer .col-sm-8 {
                padding: 0px;
            }

        .topBanner .container-fluid .col-sm-7:nth-of-type(1) {
            padding-top: 15%;
            padding-bottom: 15%;
        }

        .topBanner .img-responsive, img.badgeImage {
            display: none;
        }

        .BlogWrapper {
            margin-top: 40px;
        }

        .topBanner h1 {
            font-size: 40px;
        }

        .todaysSoups h1 {
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .callouts {
            padding: 30px 0px;
        }

            .callouts h2 {
                margin-bottom: 30px;
            }



        .todaysSoups {
            padding-bottom: 15%;
        }

        .downloadIcons {
            padding: 30px 0px;
        }
    }
