.single-recipe .site-header {
    max-height: inherit;
    position: relative;
}

.single-recipe .main-navigation .primary-menu,
.single-recipe .site-header #social-menu,
.single-recipe #recipe-profile label,
.single-recipe #recipe-directions img,
.single-recipe #find-us,
.single-recipe #find-store,
.single-recipe #instagram-video,
.single-recipe footer.site-footer,
.single-recipe #featured-image,
.single-recipe #recipe-images h3,
.single-recipe .recipe-product i,
.single-recipe .favorite,
.single-recipe .share-container,
.single-recipe .parallax-mirror,
.single-recipe #recipe-bottom-block .get-recipes .btn,
.single-recipe #recipe-profile .recipe-item canvas,
.single-recipe #recipe-profile .recipe-values,
.single-recipe #recipe-directions ol + p,
.single-recipe #recipe-directions iframe {
    display: none;
}

.single-recipe #top-navigation {
    padding: 0;
}

#site-navigation.main-navigation {
    background-color: transparent;
}

.single-recipe .theme-logo {
    max-width: 150px;
    top: 15px;
}

.single-recipe .theme-logo .logo-wrap {
    position: relative;
}

.single-recipe #page .site-content {
    margin-top: 0 !important;
}

.single-recipe article {
    margin: 40px auto 0;
    max-width: 1200px;
}

.single-recipe .col-xs-12 {
    flex-basis: 50%;
}

.single-recipe .col-xs-12.column-left {
    flex-basis: 25%;
}

.single-recipe .col-xs-12.column-right {
    flex-basis: 75%;
}

.single-recipe #recipe-container {
    background-color: transparent;
}

.single-recipe #recipe-profile {
    padding: 0 20px;
    max-width: 100%;
}

.single-recipe #recipe-profile .entry-title,
.single-recipe #recipe-profile .tagline,
.single-recipe #recipe-profile p,
.single-recipe #recipe-profile .recipe-item {
    color: inherit;
}

.single-recipe #recipe-profile p {
    margin-bottom: 10px;   
}

.single-recipe #recipe-profile .recipe-item h6 {
    font-size: 16px;
    margin-top: 0;
}

.single-recipe #recipe-profile .entry-title {
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.single-recipe #recipe-profile .tagline {
    margin-bottom: 10px;
}

.single-recipe .featured-image {
    display: block;
}

.single-recipe #recipe-profile .recipe-values {
    margin-top: 0;
}

.single-recipe #recipe-profile .recipe-item {
    font-size: 24px;
    margin-bottom: 10px;
    margin-right: 0px;
}

.single-recipe #recipe-profile .recipe-item span {
    font-size: 12px;
}

.single-recipe #recipe-bottom-block {
    padding-top: 0;
    width: 100%;
}

.single-recipe #recipe-bottom-block>.flex-row {
    flex-direction: row-reverse;
}

.single-recipe #recipe-bottom-block h3 {
    margin-bottom: 5px;
}

.single-recipe #recipe-bottom-block h3 {
    font-size: 1.05rem;
}

.single-recipe #recipe-ingredients li {
    margin-bottom: 0;
    padding-left: 10px;
}

.single-recipe #recipe-ingredients li:before {
    color: #6fc14f;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 6px;
}

.single-recipe #recipe-bottom-block h6 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.single-recipe #recipe-directions {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
}

.single-recipe #recipe-directions ol {
    margin-left: 20px;
    counter-reset: inherit;
    list-style: auto;
}

.single-recipe #recipe-directions ol>li {
    border-left: 0;
    display: list-item;
    margin-bottom: 5px;
    min-height: inherit;
    padding-left: 10px;
}

.single-recipe #recipe-directions ol>li:before {
    display: none;
    font-size: 40px;
    left: -115px;
}

.single-recipe #recipe-ingredients {
    padding: 0 20px;
}

.single-recipe .border-box {
    border: 2px #6fc14f solid;
    padding-top: 20px;
}

.single-recipe #recipe-images .recipe-product {
    padding-top: 20px;
    width: 33%;
}

.single-recipe #recipe-images img {
    margin-bottom: 0;
    max-width: 100px;
}

.single-recipe #recipe-images .recipe-product {
    width: 25%;
}

.single-recipe #recipe-bottom-block .get-recipes {
    bottom: inherit;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    position: relative;
}