
/*-- Override Bootstrap Navbar defaults --*/
.navbar-dark .navbar-main {
    color: #F3F775;
}

.navbar-brand {
    float: right;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
}

.navbar-nav .nav-link {
    padding-right: 1rem;
}

@media (min-width: 544px) {
    .navbar-nav {
        max-width: 576px;
    }
}

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

@media (min-width: 992px) {
    .navbar-nav {
        max-width: 940px;
    }
}

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

/*-- Start of page definitions --*/
.bgimage {
    background-image: url("../images/pick_bg2.png");
    vertical-align: middle;
    height: 58px;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.ldr-blue {
    color: #2445b6;
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);
}

.btn-success {
    background-color: #414b8b;
    background-image: -moz-linear-gradient(top, #747dd9, #10318b);
    background-image: -ms-linear-gradient(top, #747dd9, #10318b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#747dd9), to(#10318b));
    background-image: -webkit-linear-gradient(top, #747dd9, #10318b);
    background-image: -o-linear-gradient(top, #747dd9, #10318b);
    background-image: linear-gradient(top, #747dd9, #10318b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747dd9', endColorstr='#10318b', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #10318b;
}

.btn-success:active, .btn-success.active {
    background-color: #10318b;
}

div.container a.brand {
/*    background: url("../images/zf2-logo.png") no-repeat scroll 0 10px transparent; */
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

/*-- recipe styles --*/

html {
    overflow-x: hidden;
    width: 100%;
    font-family: sans-serif;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

html, body {
    font-size: 16px;
}

article, aside, details,figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: kaushan-script, cursive;
    font-weight: 400;
}

h3, .h3 {
    color: #333;
    font-size: 1.333rem;
}

p {
    margin-bottom: 20px;
}

h3.mono {
    font-weight: 700 !important;
}

p.mono {
    font-size: 1rem;
    font-weight: 500 !important;
}

.mono {
    font-family: courier-prime, monospace;
}

.recipe_load-wrap::before {
    background-color: rgba(255,255,255,0.8);
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.recipe_load-wrap {
    position: relative;
}

.page-container {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
}

.recipe {
    position: relative;
}

.l-three-col::after {
    clear: both;
    content: "";
    display: table;
}

.l-three-col_left {
    box-sizing: border-box;
    float: left;
    padding-left: 0.5%;
    padding-right: 0.5%;
    width: 100%;
}

.l-three-col_left_primary {
    float: left;
    width: 70%;
}

.l-three-col_left_left {
    float: left;
    width: 14%
}

.l-three-col_left_right {
    float: right;
    width: 14%
}

.l-two-col::after {
    clear: both;
    content: "";
    display: table;
}

.l-two-col_left {
    box-sizing: border-box;
    float: left;
    padding-right: 4.5%;
    width: calc(100% - 200px);
}

.recipe_content {
    position: relative;
}

.recipe_content::after {
    clear: both;
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.divider {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.l-two-col_left_primary {
    float: right;
    width: 69%;
}

.l-two-col_left_secondary {
    float: left;
    width: 29%
}

.recipe_header {
    text-align: center;
}

.recipe_header p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left;
}

.recipe_title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
}

.recipe_details {
    color: #666;
    /*    font-family: kaushan-script, cursive; */
    font-size: 0.777rem;
    font-weight: 500;
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
}

.recipe_details_item {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.recipe_section_heading {
    margin-bottom: 1rem;
    text-transform: none;
}

h2, .recipe_section_heading {
    font-size: 1.333rem;
}

.ingredients-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.ingredients-list:not(:last-child) {
    margin-bottom: 17px;
}

.ingredients-list_item {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.ingredients-list_item:not(:last-child) {
    margin-bottom: 15px;
}

.steps-list {
    counter-reset: steps;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.steps-list_item::before {
    content: counter(steps, decimal);
    display: block;
    float: left;
    /* font-family: leitura-news; */
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.9;
    min-width: 26px;
    text-align: right;
    vertical-align: top;
}

.steps-list_item::after {
    clear: both;
    content: "";
    display: table;
}

.steps-list_item {
    counter-increment: steps;
    margin-bottom: 20px;
}

.steps-list_item_text {
    box-sizing: border-box;
    display: block;
    float: left;
    padding-left: 35px;
    vertical-align: top;
    width: calc(100% - 26px);
}
