.intro { max-width: 100%; }

.content .wrapper { padding: 0; margin: 0; }

.post__bd { margin: 0; padding: 0;  }

.owl-carousel .owl-item { float: right; width: 200px !important; }
.owl-wrapper { width: 200px !important; float: right; }
.owl-carousel .owl-wrapper-outer { max-height: 150px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; overflow: hidden; }

.intro { margin-bottom: 5px; }

/* Recipes Only */
body.single-bbb-recipe .intro .feat {
	display: block !important;
	float: right;
	width: 210px;
}

.intro .intro__title { padding: 0; margin: 0 0 5px 0; }
.intro .intro__meta { display: none; }

.intro__bd { padding: 0; }

.intro__bd h2,
.intro__bd .intro__attr,
.intro__bd .intro__desc { text-align: left; }

.intro__bd .intro__attr { margin-bottom: 5px;}

.intro__desc {
    font-size: .9em;
    line-height: 1.2em;
}

.intro__bd .hrule--sm { display: none; }

/* overview and tools */

.recipe__overview { float: left; width: 45%; }
.recipe__tools { float: right; width: 45%; }
.recipe__ingredients { clear: both; }

.list--check > li {
	margin-bottom: .5em;
}

/* recipe itself */

.recipe__left,
.recipe__right { font-size: 9pt; }

.recipe__left { width: 100%; float: none; }
.recipe__right { width: 100%; float: none;  }

.post h2:not(.intro__title) { padding-left: 0; }

.recipe__instructions { margin-bottom: 0; }

/* header/footer */

.bbb-print.print-header { text-align: center; margin-bottom: 20px; }
.legals { display: none; }
