
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}




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

@media(min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px;
    }
}

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

/** wdith window TABLE v4.76 ******/


@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

/** wdith window TABLE v4.76 ******/


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: .3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #c6e4fb;
}

.table-hover .table-primary:hover {
    background-color: #aed9f9;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #aed9f9;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #bacddc;
}

.table-hover .table-secondary:hover {
    background-color: #a9c1d3;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #a9c1d3;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #b8deec;
}

.table-hover .table-info:hover {
    background-color: #a4d5e7;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a4d5e7;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fcfcfc;
}

.table-hover .table-light:hover {
    background-color: #efefef;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #efefef;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #bdbdbd;
}

.table-hover .table-dark:hover {
    background-color: #b0b0b0;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b0b0b0;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075);
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #aad7f9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(51, 159, 241, .25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}





#kd-main-content .commentPage {
    margin: 0;
    padding: 0;
    border: 0 none #000;
    display: block;
}

#kd-main-content .commentPageButton {
    font-weight: 600;
    user-select: none;
    cursor: pointer;
    background-color: #f0f0f0;
    padding: .5rem;
    color: #aaa;
    text-align: center;
    margin-top: 2rem;
}

#kd-main-content .commentPageButton:hover {
    background-color: #888;
    color: #fff;
}

#kd-main-content #PostPager,
#kd-main-content ul.paging {
    margin: 0;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

#kd-main-content #PostPager li,
#kd-main-content ul.paging li {
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
}

#kd-main-content #PostPager li a,
#kd-main-content ul.paging li a,
#kd-main-content #PostPager .PagerLinkCurrent a,
#kd-main-content ul.paging li.active a {
    display: inline-block;
    margin: 2pt;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    background-color: #f0f0f0;
}

#kd-main-content #PostPager .PagerLinkCurrent,
#kd-main-content ul.paging li.active a {
    display: inline-block;
    margin: 2pt;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    background-color: #339ff1;
    color: #fff;
}

#kd-main-content #PostPager li a:hover,
#kd-main-content ul.paging li a:hover {
    background-color: #0c6ab2;
    color: #fff;
}

#kd-main-content #PostPager .PagerLinkDisabled {
    color: #ccc;
    margin: 2pt;
    padding: 3pt 6pt;
    border: 1px solid #ccc;
    border-radius: 4pt;
    font-size: 9pt;
}

#kd-main-content #PostPager .PagerEllipses {
    border: 0;
    padding: 2pt;
}

#kd-main-content #ketoDietBuddy {
    width: 100%;
    margin: 0 auto;
}

#kd-main-content #ketoDietBuddy table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

#kd-main-content #ketoDietBuddy .radioBlock {
    text-align: center;
}

#kd-main-content #ketoDietBuddy input[type="radio"] {
    display: none;
}

#kd-main-content #ketoDietBuddy label {
    display: inline-block;
    background-color: #eee;
    padding: .5rem 1rem;
    margin: .25rem;
    font-weight: 400;
    min-width: 64pt;
}

#kd-main-content #ketoDietBuddy input[type="radio"]:checked+label {
    background-color: #2793e5;
    color: #fff;
    font-weight: 600;
}

#kd-main-content #ketoDietBuddy input[type="text"] {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 110%;
    font-weight: 600;
    width: 8rem;
    text-align: right;
    outline: none;
    padding: .5rem;
    border: 4px solid #a0a0a0;
    vertical-align: baseline;
}

#kd-main-content #ketoDietBuddy input[type="text"]+span {
    display: inline-block;
    min-width: 42pt;
    text-align: left;
    vertical-align: baseline;
}

#kd-main-content #ketoDietBuddy .kdbInputSection {
    text-align: center;
    padding: .5rem 2rem;
}

#kd-main-content #ketoDietBuddy .kdbInputSection+.kdbInputSection {
    margin-top: 2rem;
}

#kd-main-content #ketoDietBuddy .kdbInputSectionTitle {
    display: block;
    text-align: left;
    color: #666;
    font-weight: 600;
    padding: .25rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ccc;
    margin-left: -2rem;
}

#kd-main-content #ketoDietBuddy .kdbInputSectionTitle+p {
    text-align: left;
    margin-left: -1.75rem;
    color: #888;
}

#kd-main-content .kdbWarning {
    margin: 1rem;
    border-left: 5px solid #ff4080;
    padding: 1rem;
    background-color: #ffb;
}

#kd-main-content .kdbMacroContent {
    overflow: hidden;
    background-color: #fafafa;
    padding: 10px;
    margin: 6px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    max-width: 640px;
}

#kd-main-content .kdbMacroContentLeft {
    width: 440px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

#kd-main-content .kdbMacroContentRight {
    width: 166px;
    display: inline-block;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
}

@media all and (max-width:660px) {
    #kd-main-content .kdbMacroContentLeft {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #kd-main-content .kdbMacroContentRight {
        width: 166px;
        margin: 0 auto;
        display: block;
        margin-top: 10px;
    }
}

#kd-main-content .kdbMacroChart {
    width: 140px;
    height: 140px;
}

#kd-main-content .kdbMacroSummary td,
#kd-main-content .kdbEnergyOverview td,
#kd-main-content .kdbMacroLegend td {
    padding: .1rem .2rem .1rem .2rem;
}

#kd-main-content .kdbMacroLegend {
    margin-top: 1rem;
}

#kd-main-content td.kdbLegendName.kdbNetCarbs {
    text-align: center;
    border-bottom: 4px solid rgba(220, 175, 187);
    background-color: rgba(231, 197, 205);
}

#kd-main-content td.kdbLegendName.kdbProtein {
    text-align: center;
    border-bottom: 4px solid rgba(241, 219, 189);
    background-color: rgba(245, 228, 204);
}

#kd-main-content td.kdbLegendName.kdbFat {
    text-align: center;
    border-bottom: 4px solid rgba(225, 237, 232);
    background-color: rgba(201, 229, 217);
}

#kd-main-content td.kdbLegendValue.kdbNetCarbs,
#kd-main-content td.kdbLegendUnits.kdbNetCarbs {
    background-color: rgba(255, 64, 255, .07);
}

#kd-main-content td.kdbLegendValue.kdbProtein,
#kd-main-content td.kdbLegendUnits.kdbProtein {
    background-color: rgba(255, 200, 100, .07);
}

#kd-main-content td.kdbLegendValue.kdbFat,
#kd-main-content td.kdbLegendUnits.kdbFat {
    background-color: rgba(64, 128, 255, .07);
}

#kd-main-content td.kdbLegendValue,
#kd-main-content td.kdbAttributeValue {
    text-align: right;
}

#kd-main-content td.kdbLegendUnits,
#kd-main-content td.kdbAttributeUnits {
    font-size: .8rem;
    text-align: left;
}

#kd-main-content span.kdbFieldName {
    display: inline-block;
    min-width: 12rem;
    color: #404040;
    font-weight: 600;
}

#kd-main-content div.radioBlock {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#kd-main-content div.radioBlock.kdbResultGoal {
    display: block;
    width: 100;
    text-align: center;
    margin: 10pt;
}

#kd-main-content .kdStandoutBox {
    clear: both;
    margin: 0;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#kd-main-content .kdStandoutBox .kdSocialMessage {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#kd-main-content .kdStandoutBox .kdSocialMessage span {
    font-size: 1.2rem;
    color: #888;
}

#kd-main-content .PostBody #kdImageToShare,
#kd-main-content .PostBody .kdLargeImageToShare,
#kd-main-content .PostBody .kdVideoToShare,
#kd-main-content .sectionPage #kdImageToShare,
#kd-main-content .sectionPage .kdLargeImageToShare,
#kd-main-content .sectionPage .kdVideoToShare {
    margin-bottom: 40px;
}

#kd-main-content #kdShareRecipe,
#kd-main-content #kdSharePost,
#kd-main-content .kdLargeImageToShare>.kdShareLargeImage,
#kd-main-content .kdVideoToShare>.kdShareVideoPost {
    max-width: 640px;
    margin: 0 auto;
    display: block;
    display: block;
    margin: 0 auto;
    padding: .25rem;
    margin-top: -33pt;
    min-height: 1.5rem;
    text-align: right;
    position: relative;
    background-position: .5rem 50%;
    background-repeat: no-repeat;
    font-size: .85rem;
    line-height: 190%;
}

#kd-main-content #kdShareRecipe a,
#kd-main-content #kdSharePost a,
#kd-main-content .kdLargeImageToShare>.kdShareLargeImage a,
#kd-main-content .kdVideoToShare>.kdShareVideoPost a {
    font-weight: 600;
    letter-spacing: .05rem;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    border: none;
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, .25);
    min-width: 100px;
    text-align: center;
    border-radius: .25rem;
    font-variant: small-caps;
}

#kd-main-content #kdShareRecipe a .kdCounter,
#kd-main-content #kdSharePost a .kdCounter,
#kd-main-content .kdLargeImageToShare>.kdShareLargeImage a .kdCounter,
#kd-main-content .kdVideoToShare>.kdShareVideoPost a .kdCounter {
    font-weight: 600;
    font-variant: normal;
    display: inline-block;
    opacity: .5;
    margin-left: .75rem;
    padding-left: .75rem;
    border-left: 1px dotted rgba(255, 255, 255, .65);
}

#kd-main-content #kdShareRecipe a:hover,
#kd-main-content #kdSharePost a:hover,
#kd-main-content .kdLargeImageToShare>.kdShareLargeImage a:hover,
#kd-main-content .kdVideoToShare>.kdShareVideoPost a:hover {
    background-color: rgba(0, 0, 0, .5);
}

#kd-main-content #kdShareRecipe a+a,
#kd-main-content #kdSharePost a+a,
#kd-main-content .kdLargeImageToShare>.kdShareLargeImage a+a,
#kd-main-content .kdVideoToShare>.kdShareVideoPost a+a {
    margin-left: .5rem;
}

#kd-main-content .kdShareButtons {
    text-align: center;
    margin: 0;
    padding: 0;
}

#kd-main-content .kdShareButtons a {
    border: none !important;
}

#kd-main-content .kdShareButtons>div {
    display: inline-block;
}

#kd-main-content .kdShareButtons>div a {
    padding: .5rem 1rem;
    margin: 0 .5rem;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    border-radius: 4pt;
}

#kd-main-content .kdShareButtons>div a span.kdShareText {
    font-size: .9rem;
    font-weight: 600;
}

#kd-main-content .kdShareButtons>div a span.kdShareText .fa {
    font-size: 1.75rem;
    vertical-align: middle;
    padding-right: .5rem;
}

#kd-main-content .kdShareButtons>div a:hover {
    background-color: #339ff1;
    color: #fff;
}

#kd-main-content .kdShareButtons>div a:hover .fa {
    color: #fff;
}

#kd-main-content .kdShareButtons .kdShareFacebookButton .fa {
    color: #306199;
}

#kd-main-content .kdShareButtons .kdShareTwitterButton .fa {
    color: #26c4f1;
}

#kd-main-content .kdShareButtons .kdSharePinterestButton .fa {
    color: #cb2027;
}

#kd-main-content .kdShareButtons .kdShareRedditButton .fa {
    color: #8bbbe3;
}

#kd-main-content .kdShareButtons .kdShareEmailButton .fa {
    color: #0a88ff;
}

#kd-main-content div.TwitterCard+blockquote {
    margin: 0;
    border-left: 1px solid #26c4f1;
    border-top: 1px solid #26c4f1;
    border-right: 1px solid #26c4f1;
    background-color: #fafafa;
    text-align: center;
    font-weight: 600;
}

#kd-main-content div.TwitterCard+blockquote p {
    font-weight: 600;
}

#kd-main-content div.TwitterButton {
    text-align: right;
    margin-bottom: 2rem;
    padding: 12pt;
    padding-top: 0;
    border-left: 1px solid #26c4f1;
    border-bottom: 1px solid #26c4f1;
    border-right: 1px solid #26c4f1;
    background-color: #fafafa;
}

#kd-main-content div.TwitterButton a {
    font-weight: 600;
    font-size: .9rem;
    display: inline-block;
    padding: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none !important;
    background-color: #26c4f1 !important;
    color: #fff !important;
    border-radius: 4pt;
}

#kd-main-content div.TwitterButton a:hover {
    background-color: #0b84a6 !important;
    color: #fff !important;
}

.kd-announcement {
    padding: .75rem;
    background: #0470c2 !important;
    color: #fff;
    font-weight: 600;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.kd-recipe-filter {
    background-color: #f2f2f2;
}

.kd-recipe-filter .subSectionNavItemTabs {
    margin-bottom: 1rem;
    padding-top: 8pt;
}

.kd-recipe-filter .subSectionNavItemTabs .kdFilterTab.kdFilterTabActive {
    background-color: #fffbb3;
}

.kd-recipe-filter .subSectionNavItemTabs .kdFilterTab {
    display: inline-block;
    margin: 0;
    font-size: .9rem;
}

.kd-recipe-filter .subSectionNavItemTabs .kdFilterTab input[type=checkbox] {
    display: none;
    vertical-align: baseline;
}

.kd-recipe-filter .subSectionNavItemTabs .kdFilterTab input[type=checkbox]+label {
    font-weight: 600;
    font-size: .9rem;
    color: #000;
    padding: .25rem .5rem;
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
    border-bottom: 2px transparent solid;
    transition: background, border .25s ease-in-out;
}

.kd-recipe-filter .subSectionNavItemTabs .kdFilterTab input[type=checkbox]:checked+label {
    border-bottom: 2px #339ff1 solid;
}

.kd-recipe-filter .subSectionNavItemTabs .kdFilterTab input[type=checkbox]+label:hover {
    background-color: rgba(0, 0, 0, .05);
}

.kd-recipe-filter .subSectionNavItemContent {
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    text-align: center;
}

.kd-recipe-filter .subSectionNavItemContent div {
    display: inline-block;
    font-size: .9rem;
}

.kd-recipe-filter .subSectionNavItemContent div input[type=checkbox] {
    display: none;
    vertical-align: baseline;
}

.kd-recipe-filter .subSectionNavItemContent div input[type=checkbox]+label {
    vertical-align: middle;
    font-weight: 600;
    background-color: #fff;
}

.kd-recipe-filter .subSectionNavItemContent div input[type=checkbox]:checked+label {
    background-color: #63b5f4;
    color: #fff;
}

.kd-recipe-filter .subSectionNavItemContent div input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    vertical-align: middle;
    margin-right: .25rem;
    background-repeat: no-repeat;
}

.kd-recipe-filter .subSectionNavItemContent div input[type=checkbox]+label:before,
.kd-recipe-filter .subSectionNavItemContent div div.kdFilterTagOff input[type=checkbox]+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23fff' d='M1.5 1.5h13v13h-13z'/%3E%3Cpath d='M14 2v12H2V2h12m1-1H1v14h14V1z' fill='%234a9ad4'/%3E%3C/svg%3E");
}

.kd-recipe-filter .subSectionNavItemContent div input[type=checkbox]:checked+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23fff' d='M1.5 1.5h13v13h-13z'/%3E%3Cpath d='M14 2v12H2V2h12m1-1H1v14h14V1z' fill='%234a9ad4'/%3E%3Cpath fill='%234a9ad4' d='M13.193 3.933l-1.878-1.239-4.802 7.277L3.81 8.187l-1.219 1.846 4.577 3.021.164-.249.004.003 5.857-8.875z'/%3E%3C/svg%3E");
}

.kd-recipe-filter .subSectionNavItemContent div.kdFilterTagOn input[type=checkbox]+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='6.5' fill='%23fff'/%3E%3Cpath d='M8 2a6 6 0 11-6 6 6.007 6.007 0 016-6m0-1a7 7 0 107 7 7 7 0 00-7-7z' fill='%234a9ad4'/%3E%3C/svg%3E");
}

.kd-recipe-filter .subSectionNavItemContent div.kdFilterTagOn input[type=checkbox]:checked+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='6.5' fill='%23fff'/%3E%3Cpath d='M8 2a6 6 0 11-6 6 6.007 6.007 0 016-6m0-1a7 7 0 107 7 7 7 0 00-7-7z' fill='%234a9ad4'/%3E%3Ccircle cx='8' cy='8' r='4' fill='%234a9ad4'/%3E%3C/svg%3E");
}

.kd-recipe-filter .kdRecipeFilterTextContainer span {
    margin: 0;
    padding: 4pt;
    display: inline-block;
    padding-top: 10px;
    font-weight: 600;
    font-size: .9rem;
    vertical-align: baseline;
}

.kd-recipe-filter .subSectionNavItemContentFooter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#kd-widgets .widget {
    margin: 0;
    margin-bottom: 20px;
    font-size: .9rem;
    background-color: #fafafa;
    color: #808080;
}

#kd-widgets .widget h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #666;
    text-align: center;
    border-bottom: 1px dotted #888;
}

#kd-widgets #WidgetSocial #facebook-follow {
    background: #38588d;
}

#kd-widgets #WidgetSocial #twitter-follow {
    background: #53a7ce;
}

#kd-widgets #WidgetSocial #pinterest-follow {
    background: #b83831;
}

#kd-widgets #WidgetSocial #instagram-follow {
    background: #365b80;
}

#kd-widgets #WidgetSocial #youtube-follow {
    background: #d44034;
}

#kd-widgets #WidgetSocial .kdSocialButton {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: #fff;
    text-align: right;
    margin: 4px;
    padding: 0;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    position: relative;
}

#kd-widgets #WidgetSocial .kdSocialButton a {
    font-size: .8rem;
    display: block;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .25s ease-in-out;
}

#kd-widgets #WidgetSocial .kdSocialButton a:hover {
    background-color: rgba(51, 159, 241, .75);
}

#kd-widgets #WidgetSocial .kdSocialButton .fa {
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 2rem;
}

#kd-widgets #WidgetSocial .kdSocialButton span {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

#kd-widgets #WidgetAuthor .WidgetAuthorPic {
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}

#kd-widgets #WidgetAuthor .WidgetAuthorText {
    margin: 0 auto;
    max-width: 400px;
}

#kd-widgets #relatedMinorContainer {
    background-color: transparent;
}

#kd-widgets .kd-related {
    overflow-y: hidden;
    text-align: left;
}

#kd-widgets .kd-related h4+div {
    margin-top: 20px;
}

#kd-widgets .kd-related .kd-related-inner {
    text-align: center;
}

#kd-widgets .kd-related .kd-related-inner .kd-related-item {
    max-width: 310px;
    display: inline-block;
    padding: 20px;
    margin: 0 auto;
    vertical-align: top;
}

#kd-widgets .kd-related .kd-related-inner .kd-related-item a {
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
}

#kd-widgets .kd-related .kd-related-inner .kd-related-item a img {
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 150px;
    box-sizing: border-box;
    object-fit: cover;
    opacity: .75;
    transition: opacity .25s ease-in-out;
}

#kd-widgets .kd-related .kd-related-inner .kd-related-item a h5 {
    font-weight: 600;
    font-size: .8rem;
    line-height: 130%;
    text-align: left;
    margin: 0;
    padding: .5rem 1rem;
    color: #444;
    border: none;
    transition: background-color .25s ease-in-out;
    transition: color .25s ease-in-out;
    background-color: #fafafa;
}

#kd-widgets .kd-related .kd-related-inner .kd-related-item a:hover {
    text-decoration: none;
}

#kd-widgets .kd-related .kd-related-inner .kd-related-item a:hover img {
    opacity: 1;
}

#kd-widgets .kd-related .kd-related-inner .kd-related-item a:hover h5 {
    color: #fff;
    background-color: #339ff1;
}

#kdMenu {
    background: #1480d2 !important;
}

#kd-navbar {
    background: #1480d2 !important;
}

.kd-menu-item .kd-nav-icon {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0 auto;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: .25rem;
    opacity: .75;
}

.kd-menu-item a {
    display: block;
    border: none;
    padding: .5rem;
    text-decoration: none;
    border-radius: .25rem;
    transition: background-color .25s ease-in-out;
}

.kd-menu-item a:hover {
    background-color: rgba(0, 0, 0, .25);
    text-decoration: none;
}

.kd-menu-item a:hover .kd-nav-icon {
    opacity: 1;
}

.kd-nav-icon-text {
    font-weight: 600;
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
}


button[type="button"].kd-navbar-search .fa {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-top: .2rem;
}

.navbar-brand {
    margin: 0 auto;
}

#kd-search-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(9, 78, 130, .85);
    text-align: center;
}

#kd-search-overlay .container {
    position: relative;
    margin-top: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#kd-search-overlay .container .kd-search-box {
    box-sizing: border-box;
    background: #fff;
    padding: .5rem;
    display: table;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .25);
}

#kd-search-overlay .container .kd-search-box .kd-search-box-input {
    display: table-cell;
}

#kd-search-overlay .container .kd-search-box .kd-search-box-input input {
    font-size: 1.2rem;
    outline: none;
    border: none;
    vertical-align: middle;
    width: 100%;
    padding-right: 2rem;
    padding-left: 1rem;
}

#kd-search-overlay .container .kd-search-box .kd-search-box-input input::placeholder {
    color: #888;
    font-weight: 200;
    padding-top: .2rem;
    font-size: 1rem;
}

#kd-search-overlay .container .kd-search-box .kd-search-box-button {
    display: table-cell;
    min-width: 20%;
}

#kd-search-overlay .container .kd-search-box .kd-search-box-button button {
    background: #28a745;
    box-sizing: border-box;
    padding: .75rem;
    vertical-align: middle;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    width: 100%;
    border-radius: 8px;
}

.kd-app-featured {
    background: #fcfefc;
}

#footMiddle h5 {
    margin-top: 2rem;
}

#footMiddle .footGroupTags a {
    display: inline-block;
    margin: .25rem;
    padding: .5rem 1rem;
    background-color: #063152;
    color: #fff;
    font-size: .85rem;
    border-radius: 1rem;
    text-decoration: none;
}

#footMiddle .footGroupTags a:hover {
    background-color: #0c6ab2;
}

body {
    font-weight: 400;
}

strong {
    font-weight: 700;
}
