/*!
Theme Name: Bed Bath & Beyond Blog
Theme URI: http://blog.bedbathbeyond.com
Author: Mindstream Interactive
Author URI: http://mindstreaminteractive.com
Description: Bed Bath & Beyond Blog theme.
Version: 1.0
*/

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaLTW01Light.eot") format("eot");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaLTW01Light.eot");
	src: url("fonts/FuturaLTW01Light.woff") format("woff"), url("fonts/FuturaLTW01Light.ttf") format("truetype"), url("fonts/FuturaLTW01Light.svg") format("svg");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaStd-Book.eot") format("eot");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaStd-Book.eot");
	src: url("fonts/FuturaStd-Book.woff") format("woff"), url("fonts/FuturaStd-Book.ttf") format("truetype"), url("fonts/FuturaStd-Book.svg") format("svg");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaLTW01Medium.eot") format("eot");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaLTW01Medium.eot");
	src: url("fonts/FuturaLTW01Medium.woff") format("woff"), url("fonts/FuturaLTW01Medium.ttf") format("truetype"), url("fonts/FuturaLTW01Medium.svg") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaLTW01Bold.eot") format("eot");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "L Futura W01";
	src: url("fonts/FuturaLTW01Bold.eot");
	src: url("fonts/FuturaLTW01Bold.woff") format("woff"), url("fonts/FuturaLTW01Bold.ttf") format("truetype"), url("fonts/FuturaLTW01Bold.svg") format("svg");
	font-weight: 500;
	font-style: normal;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.wrapper:after,
.content .wrapper:after,
.mast:after,
.breadcrumbs ul:after,
.comment__foot:after,
.comment-form > p:after,
.cross-sell > a:after,
.entry:after,
.entry--sm:after,
.feat:after,
.latest:after,
.paging:after,
.category .featured:after,
.home .featured:after,
.menu__wrapper:after,
.post__item:after,
.quiz .wpss .answers:after,
.intro:after,
.intro .intro__meta:after,
.tweet:after {
	content: " "; /* 1 */
	display: table; /* 2 */
	clear: both;
}

.nav-main a,
.widget__tabs li a {
	position: relative;
}

.nav-main a:after,
.widget__tabs li a:after {
	content: '';
	position: absolute;
}

.mast-search__btn {
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.entry.bbb-video .entry__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.visually-hidden {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.btn--hamb:before,
.btn--loupe:before,
.feat__shad,
.widget-product-promo__shad {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.list--check > li:before,
.list--steps > li:before,
.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next,
.mast-search__btn,
.bio__img img,
.entry.bbb-video .entry__icon {
	border-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.btn,
.btn--hamb,
.btn--loupe,
.btn--rss,
.btn--square,
.form-submit input[type=submit],
.quiz input[type=submit] {
	appearance: none;
	display: inline-block; /* [1] */
	vertical-align: middle; /* [2] */
	font: inherit; /* [3] */
	text-align: center; /* [4] */
	border: none; /* [4] */
	margin: 0; /* [4] */
	cursor: pointer; /* [5] */
	overflow: visible; /* [6] */
	padding: halve(22px)-1px double(halve(22px))-1px; /* [7] */
	background-color: #4a8ec2;
	border: 1px solid #4a8ec2;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn--hamb,
.btn--loupe,
.btn--rss,
.btn--square,
.form-submit input[type=submit],
.quiz input[type=submit],
.btn--hamb:hover,
.btn--loupe:hover,
.btn--rss:hover,
.btn--square:hover,
.form-submit input[type=submit]:hover,
.quiz input[type=submit]:hover,
.btn--hamb:active,
.btn--loupe:active,
.btn--rss:active,
.btn--square:active,
.form-submit input[type=submit]:active,
.quiz input[type=submit]:active,
.btn--hamb:focus,
.btn--loupe:focus,
.btn--rss:focus,
.btn--square:focus,
.form-submit input[type=submit]:focus,
.quiz input[type=submit]:focus {
	color: #fff;
	outline: none;
	text-decoration: none; /* [4] */
}

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */

.btn::-moz-focus-inner,
.btn--hamb::-moz-focus-inner,
.btn--loupe::-moz-focus-inner,
.btn--rss::-moz-focus-inner,
.btn--square::-moz-focus-inner,
.form-submit input[type=submit]::-moz-focus-inner,
.quiz input[type=submit]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.input__text,
.comment-form > p input[type=text],
.comment-form > p input[type=email],
.comment-form > p input[type=url],
.input__textarea,
.comment-form > p textarea,
.mast-search__field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	font-size: 1em;
	padding: 0.5em;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.input__label {
	display: inline-block;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.input__textarea,
.comment-form > p textarea {
	max-width: 100%;
}

.input__select {
	background: #fff;
	color: #888888;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	font-size: 1em;
	padding: 0.5em;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 0.92857rem;
}

.required {
	color: #e40820;
	display: inline;
	padding-left: 0.25em;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.mast-search {
	line-height: 1;
	position: relative;
	font-size: 1rem;
}

.mast-search__field {
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 0.5em 1.5em 0.5em 1em;
	position: relative;
}

.mast-search__btn {
	cursor: pointer;
	line-height: normal;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	z-index: 1;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.entry__title,
.intro__title {
	line-height: 1.2;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
	font-size: 1.71429rem;
}

.entry__title,
.intro__title,
.entry__title a,
.intro__title a {
	color: #29398e;
}

.menu__title,
.post__subtitle,
.post h2:not(.intro__title),
.quiz .wpss-question,
.sd-carousel__title,
.post__subtitle--sm,
.h--cat,
.h--page {
	line-height: 1;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.menu__title span,
.post__subtitle span,
.post h2:not(.intro__title) span,
.quiz .wpss-question span,
.sd-carousel__title span,
.post__subtitle--sm span,
.h--cat span,
.h--page span {
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
}

.menu__title,
.post__subtitle,
.post h2:not(.intro__title),
.quiz .wpss-question,
.sd-carousel__title {
	margin-bottom: 0.75em;
	font-size: 1.14286rem;
}

.menu__title,
.post__subtitle,
.post h2:not(.intro__title),
.quiz .wpss-question,
.sd-carousel__title,
.menu__title > a,
.post__subtitle > a,
.post h2:not(.intro__title) > a,
.quiz .wpss-question > a,
.sd-carousel__title > a {
	color: #29398e;
}

.post__subtitle--sm {
	margin-bottom: 0.8em;
	font-size: 1rem;
}

.btn--back,
.btn--totop,
.bio__title,
.breadcrumbs li,
.comment__author,
.feat__cat,
.tags__title,
.tags ul li {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.main__title,
.quiz .wpss_prev_next a,
.widget__title,
.widget-poll__title,
.widget__tabs li a {
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.h--cat {
	color: #00acee;
	text-transform: uppercase;
	font-size: 2.42857rem;
	padding: 0 0.71429rem;
}

.h--page {
	color: #00acee;
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 1rem;
	padding: 0 0.71429rem;
}

.h--page > span {
	color: #888888;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 100;
}

.widget-poll__subtitle,
.widget-social__title {
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 100;
}

.btn--back:before,
.btn--back > span {
	vertical-align: middle;
}

.btn--back > span {
	display: inline-block;
}

.entry.bbb-video .entry__icon:after {
	content: "\e608";
}

.btn--totop:after {
	content: "\e60b";
}

.btn--back:before,
.owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.paging__btn--prev:after,
.paging__btn--next:after {
	content: "\e601";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before,
.nav-main li:before,
.cross-sell__cta:after,
.paging__btn--next:after {
	content: "\e602";
}

.meta__comments:before {
	content: "\e600";
}

.btn--hamb:before {
	content: "\e604";
}

.btn--loupe:before {
	content: "\e605";
}

.meta__date:before {
	content: "\e60c";
}

img {
	max-width: 100%;
	height: auto !important;
}

#wp-admin-bar-my-account img {
	max-height: 26px !important;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a.underline,
a:hover.underline,
a:active.underline,
a:focus.underline {
	text-decoration: underline;
}

a {
	color: #00acee;
}

a:hover,
a:active,
a:focus {
	color: #29398e;
}

.list--plain,
.breadcrumbs ul,
.social ul,
.tags ul,
.recipe__tools > ul,
.foot__nav ul,
.calendar__list,
.widget-poll .widget-poll__list,
.photo-thumbs,
.tweets {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

.list--plain > li,
.breadcrumbs ul > li,
.social ul > li,
.tags ul > li,
.recipe__tools > ul > li,
.foot__nav ul > li,
.calendar__list > li,
.widget-poll .widget-poll__list > li,
.photo-thumbs > li,
.tweets > li {
	padding: 0;
	margin: 0;
}

.list--check {
	list-style: none;
	margin-bottom: 2em;
	padding: 0 1em;
}

.list--check > li {
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1.2em;
}

.list--check > li,
.list--check > li:before {
	vertical-align: top;
}

.list--check > li:before {
	background-color: #dbdbdb;
	content: "";
	display: inline-block;
	position: relative;
	width: 1.35em;
	height: 1.35em;
	top: -1px;
	left: -0.8em;
}

.list--steps {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	margin-bottom: 2em;
	padding: 0 1em;
	position: relative;
}

.list--steps > li {
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding-left: 2em;
}

.list--steps > li:before {
	content: counter(li);
	counter-increment: li;
	border: 0.19em solid #00acee;
	color: #00acee;
	display: inline-block;
	position: absolute;
	text-align: center;
	left: 0;
	line-height: 1.9em;
	margin-top: -0.4em;
	width: 2em;
	height: 2em;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
	font-size: 1rem;
}

.entry,
.entry--sm {
	margin: 0;
}

.entry__img {
	display: inline-block;
	float: left;
}

.entry__img > img {
	display: block;
}

.right.entry__img {
	float: right;
}

.entry__bd {
	zoom: 1;
}

/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger: en.wikipedia.org/wiki/Lede_(news)
 */

/**
 * Tabs object.
 *
 * 1. Tables (kinda) for layout!
 * 2. This is the magic bit; make all children occupy equal width.
 * 3. Required to make the tabs fill their container.
 * 4. Make each tab pack up horizontally.
 * 5. Ensure the hit area covers the whole tab.
 */

.tabs,
.widget__tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table; /* [1] */
	table-layout: fixed; /* [2] */
	width: 100%; /* [3] */
}

.tabs__item,
.widget__tabs li {
	display: table-cell; /* [4] */
}

.tabs__link,
.widget__tabs li a {
	display: block; /* [5] */
}

.mast-search,
.nav-main {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 5;
	padding: 0 0.85714rem;
}

.open.mast-search,
.open.nav-main {
	display: block;
}

.btn--square,
.form-submit input[type=submit],
.quiz input[type=submit],
.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next,
.btn--totop:after,
.mast-search__btn,
.widget-product-promo__caption {
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	-o-transition: all 0.33s;
	transition: all 0.33s;
}

.btn--hamb,
.btn--loupe {
	background-color: #00acee;
	border: 0;
	padding: 0;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	width: 54px;
	height: 50px;
}

.btn--hamb:before,
.btn--loupe:before {
	text-indent: 0;
	padding-top: 1rem;
}

.btn--hamb.on:before,
.btn--loupe.on:before {
	background-color: #29398e;
	outline: none;
}

.btn--hamb:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.btn--hamb:before {
	font-size: 1.78571rem;
}

.btn--loupe {
	font-size: 1.57143rem;
}

.btn--loupe:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.btn--rss {
	background-color: #29398e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: -9999em;
	width: 1.78571em;
	height: 1.78571em;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/bedbathbeyond/images/icons/rss.svg");
}

.btn--back:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.btn--back span {
	margin-left: 0.25em;
}

.btn--square,
.form-submit input[type=submit],
.quiz input[type=submit] {
	background: #00acee;
	-webkit-box-shadow: 0 3em 3em -2em rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 3em 3em -2em rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 3em 3em -2em rgba(255, 255, 255, 0.5) inset;
	border: 0;
	color: #fff;
	padding: 0.92857em 2.28571em 0.78571em 2.28571em;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
	-webkit-border-radius: 0.28571rem;
	-moz-border-radius: 0.28571rem;
	border-radius: 0.28571rem;
	font-size: 0.64286rem;
}

.btn--square:hover,
.form-submit input[type=submit]:hover,
.quiz input[type=submit]:hover,
.btn--square:active,
.form-submit input[type=submit]:active,
.quiz input[type=submit]:active {
	background: #29398e;
	-webkit-box-shadow: 0 3em 3em -2em rgba(255, 255, 255, 0) inset;
	-moz-box-shadow: 0 3em 3em -2em rgba(255, 255, 255, 0) inset;
	box-shadow: 0 3em 3em -2em rgba(255, 255, 255, 0) inset;
}

.btn-group .btn--square,
.btn-group .form-submit input[type=submit],
.form-submit .btn-group input[type=submit],
.btn-group .quiz input[type=submit],
.quiz .btn-group input[type=submit] {
	margin: 0 0.5em;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background-color: rgba(0, 0, 0, 0.15);
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	*display: inline; /*IE7 life-saver */
	position: relative;
	z-index: 0;
	zoom: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	display: inline-block;
	margin: 1px auto 0 auto;
	padding: 0.5em;
	font-size: 0.71429rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.btn--totop {
	display: none;
	line-height: 1.1;
	position: absolute;
	right: 44px;
	bottom: 0;
	font-size: 0.64286rem;
}

.btn--totop,
.btn--totop:after {
	text-align: center;
	width: 4.21429rem;
}

.btn--totop > div {
	color: #00acee;
	padding: 0 0.78571rem 0.35714rem 0.78571rem;
}

.btn--totop:after {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.btn--totop:after {
	background-color: #29398e;
	color: #fff;
	display: block;
	position: relative;
	-webkit-border-radius: 0.21429rem 0.21429rem 0 0;
	-moz-border-radius: 0.21429rem 0.21429rem 0 0;
	border-radius: 0.21429rem 0.21429rem 0 0;
	font-size: 1.42857rem;
	padding: 0.71429rem 0;
}

.btn--totop:hover:after {
	background-color: #00acee;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

::moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::-moz-selection {
	background: #b3d4fd;
	text-shadow: none;
}

::selection {
	background: #b3d4fd;
	text-shadow: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */

html {
	background-color: #fff;
	color: #575757;
	font-size: 0.875em; /* [1] */
	line-height: 1.57143; /* [1] */
	overflow-y: scroll; /* [2] */
	min-height: 100%; /* [3] */
	-webkit-text-size-adjust: 100%; /* [4] */
	-ms-text-size-adjust: 100%; /* [4] */
	-moz-osx-font-smoothing: grayscale; /* [5] */
	-webkit-font-smoothing: antialiased; /* [5] */
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

body {
	margin: 0;
	padding: 0;
}

.main {
	padding: 0 0.71429rem;
}

.main__title {
	color: #00acee;
	text-align: center;
	padding: 0.71429rem 0;
}

.search .main__title {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
}

.content .wrapper {
	position: relative;
	padding-top: 3.57143rem;
}

.m-banner-open .content .wrapper {
	padding-top: 8.21429rem;
}

.admin-bar .content .wrapper {
	padding-top: 0;
}

.sidebar {
	display: none;
	padding: 0 0.71429em;
}

figure {
	margin: 0;
}

.head {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.m-banner-open .head {
	top: 4.64286rem;
}

.mast {
	background-color: #00acee;
	font-size: 1.14286rem;
}

.mast .wrapper {
	line-height: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	z-index: 2;
}

.mast__btn {
	position: absolute;
	top: 0;
	z-index: 3;
}

.mast__btn.btn--hamb {
	left: 0;
}

.mast__btn.btn--loupe {
	right: 0;
}

.mast__h-logo {
	display: none;
}

.mast__logo {
	border-right: 1px solid rgba(255, 255, 255, 0.26);
	border-left: 1px solid rgba(255, 255, 255, 0.26);
	display: block;
	margin: 0 54px;
	height: 50px;
	padding-top: 0.92857rem;
}

.mast__name,
.mast__tagline {
	display: block;
	line-height: 1;
	text-align: center;
}

.mast__name img {
	max-width: 13.71429rem;
}

.mast__tagline {
	color: #fff;
	font-family: "L Futura W01", Arial, sans-serif;
	font-size: 0.5em;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
}

.mast__tagline b {
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.mast__tagline sup {
	font-size: 5px;
}

.mast-search {
	background-color: #eaeaea;
	padding-top: 0.57143rem;
	padding-bottom: 0.57143rem;
	top: 3.57143rem;
}

.mast-search__field {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
	color: #888888;
	font-size: 0.92857rem;
	padding-right: 2.57143rem;
}

.mast-search__field::-webkit-input-placeholder {
	color: #dbdbdb;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.mast-search__field:-moz-placeholder {
	color: #dbdbdb;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.mast-search__field::-moz-placeholder {
	color: #dbdbdb;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.mast-search__field:-ms-input-placeholder {
	color: #dbdbdb;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.mast-search__field::placeholder {
	color: #dbdbdb;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.mast-search__btn {
	background-color: #00acee;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	border: 0;
	padding: 0;
	text-indent: -9999em;
	right: 1.71429em;
	width: 1.57143rem;
	height: 1.57143rem;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/bedbathbeyond/images/icons/arrow-right.svg");
}

.mast-search__btn:hover,
.mast-search__btn:active {
	background-color: #29398e;
}

.nav-main {
	background-color: #fff;
	padding-right: 0;
	padding-left: 0;
	top: 3.57143rem;
	font-size: 0.92857rem;
	padding-top: 0.28571rem;
}

.nav-main .amp {
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
}

.nav-main ul {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-main li {
	background-color: #fff;
	line-height: 1.2;
	position: relative;
	padding: 0 0.71429rem;
}

.nav-main li:last-child {
	font-size: 0.92857rem;
	padding-bottom: 0.28571rem;
	border-bottom: 4px solid #00acee;
}

.nav-main li:last-child a {
	color: #00acee;
	border-bottom: 0;
}

.nav-main li:last-child:before {
	display: none;
}

.nav-main li:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.nav-main li:before {
	color: #00acee;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0.71429rem;
	width: 3.85714rem;
}

.nav-main a {
	color: #29398e;
	border-bottom: 1px solid #dbdbdb;
	display: block;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
	padding: 1rem;
}

.nav-main a sup {
	font-size: 5px;
	top: -1em;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
}

.bio {
	text-align: center;
	font-size: 0.78571rem;
}

.bio__img {
	display: inline-block;
	padding-bottom: 0.75em;
}

.bio__img img {
	max-width: 128px;
}

.bio__title {
	font-size: 1em;
	margin-bottom: 0.25em;
}

.bio__bio {
	line-height: 1.9;
}

.bio__bio p:first-of-type {
	margin-top: 0;
}

.bio__bio p:last-of-type {
	margin-bottom: 0;
}

.breadcrumbs {
	padding: 0.71429rem;
}

.category .breadcrumbs {
	display: none;
}

.breadcrumbs ul {
	display: none;
	margin-bottom: 0;
}

.breadcrumbs li {
	color: #bcbcbc;
	font-size: 0.85714rem;
}

.breadcrumbs li,
.breadcrumbs li:before {
	float: left;
}

.breadcrumbs li:before {
	color: #dbdbdb;
	content: '/';
	margin: 0 0.75em;
}

.breadcrumbs li:first-child:before {
	content: '';
	display: none;
}

.breadcrumbs a {
	font-size: 1em;
}

.callout {
	background: #f7f7f7 url("/wp-content/themes/bedbathbeyond/images/global/bg-gray-lines.gif");
	clear: both;
	text-align: center;
	font-size: 1rem;
	padding: 0.71429rem;
}

.callout__wrapper {
	background-color: #fff;
	padding: 1em 0.5em;
	width: auto;
}

.callout__title {
	margin-bottom: 0.5em;
	font-size: 1.07143rem;
}

.comments__list,
.comments__list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments__list li {
	margin: 0;
	padding: 0;
}

.comments__list > li {
	background-color: #f7f7f7;
	margin-bottom: 0.75em;
	padding-left: 1em;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.all .comments__list > li,
.comments__list > li:nth-child(-n+3) {
	clip: none;
	position: relative;
}

.comments .btn--toggle {
	float: right;
}

.comments.all .btn--toggle {
	display: none;
}

.comment {
	position: relative;
	padding: 0.75em 0.75em 0.75em 1em;
}

.children .comment {
	border-top: 2px solid #fff;
	padding-left: 3em;
}

.comment__date,
.comment__reply {
	text-align: right;
}

.comment__date {
	display: block;
	font-size: 0.75em;
}

.comment__reply,
.comment__moderation {
	font-size: 0.88em;
}

.comment__reply {
	float: right;
}

.comment__reply a {
	text-decoration: underline;
}

.comment__moderation {
	color: #e40820;
	float: left;
	font-style: italic;
}

.comment__author,
.comment__txt p {
	display: inline;
}

.comment__txt {
	padding-right: 2em;
}

.comment__author {
	display: block;
}

.comment-reply-title {
	display: none;
}

.comment-form > p {
	margin-bottom: 1em;
}

.comment-form > p label {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.comment-form > p textarea {
	height: 5.71429rem;
}

.form-allowed-tags {
	font-size: 0.92857rem;
}

.cross-sell {
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 21.42857rem;
	height: 14.28571rem;
	margin-bottom: 1.78571rem;
}

.cross-sell p,
.cross-sell h1,
.cross-sell h2,
.cross-sell h3,
.cross-sell h4,
.cross-sell h5,
.cross-sell h6 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.cross-sell > a {
	display: block;
	position: relative;
	width: 100%;
}

.cross-sell > a,
.cross-sell > a:hover {
	color: #fff;
}

.cross-sell__bd {
	position: absolute;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 0.71429rem;
}

.cross-sell__title {
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.06em;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
	font-size: 1rem;
}

.cross-sell__title p {
	font-size: 1rem;
}

.cross-sell__title h1 {
	font-size: 3.42857rem;
}

.cross-sell__title h2 {
	font-size: 2.57143rem;
}

.cross-sell__title h3 {
	font-size: 1.71429rem;
}

.cross-sell__title h4 {
	font-size: 1.28571rem;
}

.cross-sell__title h5 {
	font-size: 1rem;
}

.cross-sell__title h6 {
	font-size: 0.71429rem;
}

.cross-sell__cta {
	font-weight: bold;
}

.cross-sell__cta:after {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.cross-sell__cta:after {
	font-size: 0.75em;
	margin-left: 0.25em;
}

.cross-sell__img {
	z-index: 1;
}

.cross-sell__img > img {
	max-width: 100%;
}

.entry,
.entry--sm {
	padding: 0.71429rem 0;
	border-top: 2px #dbdbdb dotted;
}

.entry__img {
	display: block;
	position: relative;
	width: 31.667%;
}

.entry__icon {
	display: none;
}

.entry.bbb-video .entry__icon {
	border: 6px solid #fff;
	color: #fff;
	display: block;
	line-height: 1;
	padding: 0.5em;
	z-index: 0;
	font-size: 2.5rem;
}

.entry.bbb-video .entry__icon:after {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.entry__bd {
	width: 64.333%;
	float: right;
}

.entry__title {
	font-size: 1.14286rem;
	margin-bottom: 0.14286rem;
}

.entry__title a:hover,
.entry__title a:active {
	color: #29398e;
}

.entry .tags {
	display: none;
}

.entry .meta {
	margin-bottom: 0.35714rem;
}

.entry__sum {
	font-size: 0.85714rem;
}

.entry__readmore {
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.entry--sm {
	border-top: 1px solid #dbdbdb;
	padding: 1.14286rem 0;
	font-size: 0.85714rem;
}

.entry--sm:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.entry--sm .entry__img {
	width: 22%;
	z-index: 1;
}

.entry--sm .entry__bd {
	width: 78%;
	padding: 0.28571rem 0.71429rem 0.28571rem 0.71429rem;
}

.entry--sm .entry__title {
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin-bottom: 0.14286rem;
}

.entry--sm .entry__title a {
	color: #575757;
}

.entry--sm .entry__sum {
	font-size: 0.88em;
	line-height: 1.2;
}

.entry--sm .entry__readmore {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.entry--sm .meta {
	display: none;
	margin-bottom: 0.35714rem;
}

.vert-entry__bd {
	padding: 0.5em;
}

.vert-entry__title {
	line-height: 1.3;
	margin-bottom: 0.25em;
}

.vert-entry__title a {
	color: #575757;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.feat {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}

.feat__img {
	display: inline-block;
	position: relative;
	line-height: 1;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.feat__img img {
	display: block;
	z-index: 1;
}

.feat__shad {
	background: transparent url("/wp-content/themes/bedbathbeyond/images/global/feature-shadow.png") repeat-x bottom;
	display: block;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	z-index: 2;
}

.open .feat__shad {
	background: #00acee;
}

.single .feat__shad {
	display: none;
}

.feat__bd {
	bottom: 0;
	cursor: default;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 25%;
	z-index: 3;
	padding: 0.71429rem;
}

.open .feat__bd {
	cursor: pointer;
	min-height: 100%;
	-webkit-transition: min-height 0.5s ease-in;
	-moz-transition: min-height 0.5s ease-in;
	-o-transition: min-height 0.5s ease-in;
	transition: min-height 0.5s ease-in;
}

.feat__bd a,
.feat__cat,
.feat__title,
.feat__sum {
	color: #fff;
}

.feat__cat {
	display: none;
	font-size: 0.85714rem;
	margin-bottom: 0.71429rem;
}

.feat__title {
	cursor: pointer;
	line-height: 1;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
	font-size: 1.21429rem;
	margin-bottom: 1rem;
}

.feat__sum {
	line-height: 1.5;
	opacity: 0;
	max-height: 1px;
	font-size: 1rem;
}

.open .feat__sum {
	opacity: 1;
	max-height: 1000px;
	-webkit-transition: max-height 0.0s ease-in 0.5s, opacity 0.25s ease-in 0.5s;
	-moz-transition: max-height 0.0s ease-in 0.5s, opacity 0.25s ease-in 0.5s;
	-o-transition: max-height 0.0s ease-in 0.5s, opacity 0.25s ease-in 0.5s;
	transition: max-height 0.0s ease-in 0.5s, opacity 0.25s ease-in 0.5s;
}

.feat__meta {
	position: absolute;
	bottom: 0.28571rem;
}

.feat .meta__comments {
	display: none;
}

.feat--lg {
	background-color: #dbdbdb;
	min-height: 16.07143rem;
}

.feat--lg .feat__cat {
	display: block;
}

.feat--lg .feat__title {
	width: 85%;
	font-size: 1.42857rem;
	margin-bottom: 1.28571rem;
}

hr {
	border: 0;
	border-top: 3px solid #00acee;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	text-align: left;
}

.hrule--sm {
	margin: 1.07143em auto;
	width: 45px;
}

.hrule--dotted {
	margin: 1em auto;
	border-top: 2px #dbdbdb dotted;
}

.hrule--arrow {
	background-color: #fff;
	border-top: 1px solid #dbdbdb;
	margin: 0 0 1.78571em 0;
	position: relative;
}

.hrule--arrow:before,
.hrule--arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	margin-top: -1px;
	position: absolute;
	pointer-events: none;
}

.hrule--arrow:after {
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.hrule--arrow:before {
	border-top-color: #dbdbdb;
	border-width: 11px;
	margin-left: -11px;
}

.latest {
	margin-bottom: 0.71429rem;
}

.latest__title {
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
	font-size: 1.14286rem;
	margin-bottom: 1.07143rem;
}

.latest .vert-entry {
	float: left;
	margin-left: 0.8%;
	width: 32.8%;
}

.latest .vert-entry:first-of-type {
	margin-left: 0;
}

.latest .vert-entry img {
	width: auto;
}

/**
 * Mobile signup banner
 */

.m-banner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	z-index: 998;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.m-banner-open .m-banner {
	display: table;
}

.m-banner__close {
	display: table-cell;
	width: 26px;
	vertical-align: middle;
	padding-left: 6px;
}

.m-banner__btn-close {
	position: absolute;
	width: 11px;
	appearance: none;
	background-color: transparent;
	border: 0;
}

.m-banner__btn-close:before,
.m-banner__btn-close:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 1px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: #7d7d7d;
	content: '';
}

.m-banner__btn-close:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m-banner__btn-close:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-banner__body {
	display: table-cell;
	vertical-align: middle;
	width: -webkit-calc(100% - 138px);
	width: -moz-calc(100% - 138px);
	width: calc(100% - 138px);
	color: #4e4e4e;
	font-size: 11px;
	line-height: 1.2;
}

.m-banner__body p {
	margin: 0;
}

.m-banner__title {
	margin: 0;
	color: #29398e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.m-banner__cta {
	display: table-cell;
	width: 112px;
	padding: 0 7px;
	text-align: center;
	vertical-align: middle;
}

.m-banner__btn {
	display: block;
	width: 100%;
	padding: 0.5rem;
	appearance: none;
	background: #00acee;
	border: 0;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.meta__date,
.meta__comments {
	display: inline-block;
	font-size: 0.78571rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.meta__date:before,
.meta__comments:before {
	font-size: 1.25em;
	margin-right: 0.25em;
}

.meta__date:before,
.meta__comments:before,
.meta__date span,
.meta__comments span {
	display: inline-block;
	vertical-align: middle;
}

.meta {
	line-height: 1;
	text-align: left;
}

.meta__date {
	color: #bcbcbc;
}

.meta__date:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.feat .meta__date {
	color: #fff;
}

.meta__comments {
	display: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.meta__comments:before {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.meta__comments:before {
	color: #bcbcbc;
}

.feat .meta__comments,
.feat .meta__comments:before {
	color: #fff;
}

.paging__btn--prev,
.paging__btn--next {
	display: block;
	float: left;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 50%;
	font-size: 0.78571rem;
	padding: 0.89286rem 1.78571rem;
}

.paging__btn--prev:after,
.paging__btn--next:after {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.paging__btn--prev,
.paging__btn--next,
.paging__btn--prev:hover,
.paging__btn--next:hover,
.paging__btn--prev:active,
.paging__btn--next:active {
	color: #575757;
}

.paging__btn--prev:after,
.paging__btn--next:after {
	color: #00acee;
	font-size: 1.28571rem;
	height: 100%;
	top: 28%;
	left: 0;
	position: absolute;
	vertical-align: middle;
}

.paging__btn--prev:hover .paging__title,
.paging__btn--next:hover .paging__title,
.paging__btn--prev:hover:after,
.paging__btn--next:hover:after,
.paging__btn--prev:active .paging__title,
.paging__btn--next:active .paging__title,
.paging__btn--prev:active:after,
.paging__btn--next:active:after {
	color: #29398e;
}

.paging {
	position: relative;
	margin-bottom: 0.71429rem;
	padding: 0.21429rem 0;
	border-top: 2px #dbdbdb dotted;
	border-bottom: 2px #dbdbdb dotted;
}

.paging:empty {
	border-bottom: 0;
}

.paging__title {
	color: #00acee;
	display: block;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
}

.paging__desc {
	display: none;
}

.paging__btn--next {
	text-align: right;
	background-position: right center;
}

.paging__btn--next:after {
	font-family: 'bbb-blog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.paging__btn--next:after {
	left: auto;
	right: 0;
}

blockquote,
.quote {
	border-left: 3px solid #00acee;
	color: #00acee;
	font-style: italic;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 0 1em;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
	font-size: 1.07143rem;
}

blockquote h1,
blockquote__title,
.quote h1,
.quote__title {
	line-height: 1;
	margin-bottom: 0.5em;
}

blockquote p:first-of-type,
.quote p:first-of-type {
	margin-top: 0;
}

blockquote p:last-of-type,
.quote p:last-of-type {
	margin-bottom: 0;
}

.quote--note {
	border-left-color: #dbdbdb;
	color: #575757;
	font-style: normal;
}

.signup {
	width: 100%;
	margin-bottom: 1.14286rem;
}

.home .signup,
.single .signup {
	margin-bottom: 0;
}

.social {
	text-align: right;
	zoom: .7;
	height: 2.14286rem;
}

.social ul > li {
	display: inline-block;
	margin-left: 0.13em;
}

.st_email_large .stLarge {
	background: url("/wp-content/themes/bedbathbeyond/images/icons/email.png") no-repeat scroll left top transparent !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

.tags {
	font-size: 0;
	text-align: center;
}

.tags__title,
.tags ul li {
	font-size: 0.85714rem;
}

.tags__title {
	display: inline;
	padding-right: 1em;
}

.tags ul {
	display: inline;
}

.tags ul li {
	display: inline-block;
}

.tags ul li:after {
	color: #dbdbdb;
	content: '•';
	margin: 0 1em;
}

.tags ul li:last-child:after {
	content: none;
}

.videoplayer {
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	height: auto;
}

.videoplayer iframe,
.videoplayer object,
.videoplayer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ahs_scraper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ahs_scraper ul li.item {
	margin: 0;
	padding: 0;
	float: left;
	width: 31%;
	margin-right: 3%;
}

.ahs_scraper ul li.item:nth-child(3n+0) {
	margin-right: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */

.category .featured {
	padding: 0 0.71429rem 0 0.71429rem;
}

.category .featured .feat {
	background-color: #fff;
}

.category .featured .cat-carousel {
	margin-left: -10px;
	margin-right: -10px;
}

.category .featured .owl-item {
	border-left: 10px solid #fff;
	max-width: 30.71429rem;
}

.home .featured {
	margin: 0 auto;
	width: auto;
	padding: 0.71429rem 0.71429rem 0 0.71429rem;
	max-width: 45.78571rem;
}

.home .featured .feat {
	float: left;
	margin-bottom: 0.71429rem;
}

.home .featured--secondary .feat {
	width: 49%;
	margin-bottom: 0;
}

.home .featured--secondary .feat:last-child {
	float: right;
}

.home .featured--list {
	display: none;
}

.infographic {
	margin: 0 auto;
	text-align: center;
	margin-top: 1.07143rem;
}

.infographic .meta {
	margin-bottom: 1.07143rem;
}

.infographic .social {
	margin-bottom: 1.78571rem;
}

.menu__wrapper {
	border-top: 3px solid #00acee;
	padding-top: 1.07143rem;
	margin-top: 1.07143rem;
}

.menu__title {
	clear: both;
	font-size: 1.78571rem;
	padding-top: 0.71429rem;
	border-top: 1px solid #f0f0f0;
}

.dish {
	display: block;
	clear: both;
	margin: 0;
	margin-bottom: 0.71429rem;
}

.dish__left,
.dish__right {
	float: left;
}

.dish__left {
	width: 30%;
}

.dish__right {
	width: 68%;
	padding-left: 2%;
}

.dish__img {
	display: inline-block;
	position: relative;
	margin-bottom: 0.35714rem;
}

.dish__img img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.dish__title,
.dish__desc {
	padding: 0 0.35714rem;
}

.dish__title {
	color: #00acee;
	line-height: 1.25;
	margin-bottom: 0;
	font-size: 1.35714rem;
	margin-bottom: 0.35714rem;
	font-weight: 600;
}

.dish__desc {
	font-size: 0.92857rem;
}

.post h2:not(.intro__title) {
	margin-top: 1.42857rem;
}

.recipe__instructions .post__subtitle--sm {
	padding: 0.5em 0 0.5em 3em;
}

.post__item {
	padding: 1.42857rem 0.71429rem;
}

.quiz {
	margin: 0 auto;
	max-width: 48.35714rem;
}

.quiz .wpss {
	position: relative;
}

.quiz .wpss_title {
	display: none;
}

.quiz .wpss .wpss-progress-bar {
	display: none;
	padding: 0;
	position: absolute;
	width: 260px;
	height: 8px;
	right: 0;
}

.quiz .wpss .wpss-progress-bar:before {
	content: 'Your Progress:';
	display: inline-block;
	position: absolute;
	font-weight: 700;
	margin-top: -7px;
	margin-left: -96px;
	font-size: 0.85714rem;
	padding-right: 0.71429rem;
}

.quiz .wpss .wpss-progress-bar span {
	background-color: #00acee;
}

.quiz .wpss fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.quiz .wpss-question {
	color: #00acee;
	line-height: 1.3;
	font-size: 1.14286rem;
	margin-bottom: 0.35714rem !important;
}

.quiz .wpss .answers {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.quiz .wpss .answer_text {
	line-height: 1;
	text-align: left;
	font-size: 0.85714rem;
	margin-bottom: 0.71429rem;
}

.quiz .wpss_answer_img {
	border: 1px solid #dbdbdb;
	display: inline-block;
	max-width: 204px;
	width: 45%;
	margin: 0 0.71429rem 0.71429rem 0;
}

.quiz .wpss_answer_img.answer_text {
	text-align: center;
}

.quiz .wpss_answer_img:first-child {
	margin-left: 0;
}

.quiz .wpss_answer_img input[type=radio] {
	display: none;
}

.quiz .wpss_answer_img label {
	cursor: pointer !important;
	display: block;
	overflow-x: hidden;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	padding: 0.57143rem;
}

.quiz .wpss_answer_img label img {
	margin: 0 0 5px 0 !important;
}

.quiz .wpss_answer_img input[type=radio]:checked + label,
.quiz .wpss_answer_img:hover {
	background-color: #00acee;
	color: #fff;
}

.quiz .wpss_prev_next {
	font-size: 0;
	margin: 1.78571rem 0;
}

.quiz .wpss_prev_next a {
	color: #00acee;
	font-size: 0.85714rem;
}

.quiz .wpss_prev_next a:hover {
	color: #29398e;
}

.quiz .wpss_next,
.quiz .wpss_back {
	display: block;
	float: left;
	margin: 0;
	text-align: left;
	width: 50%;
}

.quiz .wpss_next {
	text-align: right !important;
}

.intro {
	padding-top: 0;
	text-align: center;
	margin: 0 auto;
	max-width: 45.71429rem;
	margin-bottom: 1.78571rem;
}

.intro__wrapper {
	margin: 0 auto;
}

.intro .feat {
	margin-bottom: 0.28571rem;
}

.intro .intro__meta {
	margin-bottom: 1.07143rem;
	min-height: 2.57143rem;
}

.intro .meta,
.intro .social {
	width: 50%;
}

.intro .meta {
	float: left;
}

.intro .meta__comments {
	display: none;
}

.intro .social {
	float: right;
}

.intro__bd {
	padding: 0 1.42857rem;
}

.intro__title {
	margin-bottom: 1.42857rem;
	padding: 0 1.07143rem;
}

.intro__attr {
	text-transform: uppercase;
	font-size: 0.78571rem;
	margin-bottom: 1.07143rem;
}

.intro__desc {
	line-height: 1.7;
}

.recipe__overview,
.recipe__tools,
.recipe__ingredients,
.recipe__instructions,
.recipe__video {
	margin-bottom: 2.14286rem;
}

.recipe__overview a,
.recipe__tools a,
.recipe__ingredients a,
.recipe__instructions a,
.recipe__video a {
	text-decoration: underline;
}

.recipe__left,
.recipe__right {
	float: left;
	padding: 0 0.71429rem;
}

.feat .recipe__video {
	margin-bottom: 0;
}

.feat .recipe__video .post__subtitle {
	display: none;
}

.recipe__copyright {
	display: none;
}

.recipe__instructions {
	counter-reset: li;
}

.recipe__instructions ol {
	counter-reset: none;
}

.recipe__instructions ol .recipe__img {
	display: block;
	margin: 0.71429rem 0;
	border: 1px solid #dbdbdb;
}

.recipe__notes {
	clear: both;
	padding: 0 !important;
}

.foot {
	background-color: #00acee;
	color: #fff;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
	padding: 1.07143rem 0.71429rem;
}

.foot .wrapper {
	margin: 0 auto;
}

.foot a {
	color: #fff;
}

.foot__logo {
	text-align: center;
	margin-bottom: 0.71429rem;
}

.foot__tagline {
	display: none;
}

.foot__nav {
	font-size: 0.71429rem;
}

.foot__nav ul {
	text-align: center;
	width: 100%;
}

.foot__nav ul > li {
	display: inline-block;
	margin: 0 0.5em;
}

.foot .social {
	text-align: center;
	margin: 1.42857rem auto 0 auto;
}

.foot .social ul > li {
	margin: 0 0.25em;
}

.foot__archive {
	display: none;
}

.foot .input__select {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 1em;
}

.foot .input__select,
.foot .input__label {
	display: inline-block;
	vertical-align: middle;
}

.legals {
	background-color: #82d6f7;
	font-size: 0.75em;
	padding: 0.4em 0;
	text-align: center;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
}

.legals,
.legals a {
	color: #fff;
}

.legals__rights {
	display: none;
}

.widget {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 2.67857rem;
	padding-bottom: 1.78571rem;
}

.widget:last-of-type {
	border-bottom: 0;
}

.widget__title,
.widget-poll__title {
	color: #00acee;
	text-align: center;
	font-size: 1.14286rem;
	padding-bottom: 1.78571rem;
}

.widget__tabs {
	margin-bottom: 1.07143rem;
}

.widget__tabs ul {
	margin: 0 auto;
	table-layout: auto;
	width: auto;
}

.widget__tabs li {
	text-align: center;
	vertical-align: middle;
	height: 3.57143rem;
}

.widget__tabs li a {
	color: #575757;
	padding: 1em;
}

.widget__tabs li a:after {
	border-right: 1px solid #dbdbdb;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	top: 0;
	right: 0;
	bottom: 0;
}

.widget__tabs li a:hover,
.widget__tabs li.active a {
	color: #00acee;
}

.widget__tabs li:last-child a:after {
	display: none;
}

.tab-content .widget .widget-title {
	display: none;
}

.related_posts_header {
	text-align: center;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
	font-size: 1.28571rem;
	margin-bottom: 1.07143rem;
}

.calendar {
	line-height: 1;
}

.calendar__title {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 1.78571rem;
	margin-bottom: 0.35714rem;
}

.calendar__countdown {
	font-size: 1.57143rem;
	margin-bottom: 1.42857rem;
}

.calendar__subtitle {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin-bottom: 0.71429rem;
}

.calendar .hrule--arrow {
	margin-bottom: 2em;
}

.calendar__list li {
	line-height: 1.2;
	margin-bottom: 0.85714rem;
}

.calendar__list a {
	text-decoration: underline;
}

.calendar .ui-widget-content,
.calendar .ui-datepicker-header {
	background: transparent;
	border: 0;
	padding: 0;
	width: 100%;
}

.calendar .ui-widget-content {
	margin-bottom: 0.71429rem;
}

.calendar .ui-datepicker-title {
	text-align: center;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 200;
	font-size: 1.57143rem;
	margin-bottom: 0.71429rem;
}

.calendar .ui-datepicker-prev,
.calendar .ui-datepicker-next,
.calendar .ui-datepicker-year {
	display: none;
}

.calendar .ui-datepicker-calendar {
	border: 1px solid #dbdbdb;
	table-layout: fixed;
	width: 100%;
}

.calendar .ui-datepicker th {
	color: #bcbcbc;
}

.calendar .ui-datepicker td,
.calendar .ui-datepicker th {
	border: 1px solid #dbdbdb;
	border-collapse: collapse;
	padding: 0;
}

.calendar .ui-datepicker td > span,
.calendar .ui-datepicker td a,
.calendar .ui-datepicker th > span,
.calendar .ui-datepicker th a {
	display: block;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.calendar .ui-datepicker td a,
.calendar .ui-datepicker td a.ui-state-hover,
.calendar .ui-datepicker th a,
.calendar .ui-datepicker th a.ui-state-hover {
	background: #f7f7f7;
	border: 0;
	color: #575757;
	cursor: default;
	text-align: center;
}

.calendar .ui-datepicker td a.ui-state-highlight,
.calendar .ui-datepicker td.highlighted a,
.calendar .ui-datepicker th a.ui-state-highlight,
.calendar .ui-datepicker th.highlighted a {
	color: #fff;
	cursor: pointer;
}

.calendar .ui-datepicker td a.ui-state-highlight,
.calendar .ui-datepicker th a.ui-state-highlight {
	background: #00acee;
}

.calendar .ui-datepicker td.highlighted a,
.calendar .ui-datepicker th.highlighted a {
	background: #29398e;
}

.widget-poll__title {
	margin-bottom: 0.71429rem;
}

.widget-poll__subtitle {
	text-align: center;
	font-size: 2.14286rem;
}

.widget-poll__subtitle,
.widget-poll__results {
	margin-bottom: 1.78571rem;
}

.widget-poll__vote {
	text-align: center;
}

.widget-poll__vote-title {
	font-weight: bold;
	margin-bottom: 0.71429rem;
}

.widget-poll__item {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	display: table;
	width: 100%;
	margin-bottom: 0.5rem;
}

.widget-poll__item:nth-child(even) .widget-poll__bar > span {
	background-color: #29398e;
}

.widget-poll__label,
.widget-poll__bar {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.widget-poll__label {
	line-height: 1;
	text-align: right;
	width: 42%;
	padding-right: 0.35714rem;
}

.widget-poll__bar {
	width: 58%;
}

.widget-poll__bar > span {
	background-color: #00acee;
	color: #fff;
	display: inline-block;
	text-align: right;
	padding: 0 0.71429rem;
	-webkit-transition: min-width 0.5s ease-out;
	-moz-transition: min-width 0.5s ease-out;
	-o-transition: min-width 0.5s ease-out;
	transition: min-width 0.5s ease-out;
}

.widget-poll .widget-poll__list > li {
	line-height: 1.3;
	margin-bottom: 0.71429rem;
	padding: 0 1.42857rem;
}

.widget-poll .widget-poll__list a {
	text-decoration: underline;
}

.widget-product-promo {
	text-align: center;
}

.widget-product-promo .widget__title,
.widget-product-promo .widget-poll__title {
	padding: 0.35714rem 0 0.71429rem 0;
}

.widget-product-promo__figure {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	padding-top: 0.71429rem;
}

.widget-product-promo__figure:hover .widget-product-promo__caption {
	background-color: #29398e;
}

.widget-product-promo a {
	color: #fff;
	display: block;
}

.widget-product-promo__img {
	border: 1px solid #dbdbdb;
	position: relative;
	z-index: 1;
}

.widget-product-promo__shad {
	display: none;
	z-index: 2;
}

.widget-product-promo__caption {
	background-color: #00acee;
	border-top: 8px solid #29398e;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	display: block;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 100;
	font-size: 1.28571rem;
	padding: 0.5rem 0 0.28571rem 0;
}

.widget-social__title {
	color: #bcbcbc;
	font-size: 2.14286rem;
	margin-bottom: 0.71429rem;
}

.widget-social__footer {
	padding-top: 0.71429rem;
}

.photo-thumbs {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-bottom: 0.71429rem;
}

.photo-thumbs li {
	border: 1px solid #dbdbdb;
	display: inline-block;
	width: 30%;
	margin: 2px;
}

.photo-thumbs a {
	display: block;
}

.photo-thumbs img {
	border: 3px solid #fff;
}

.tweets {
	padding-left: 0;
}

.tweets li {
	padding: 0.5em 0;
}

.tweet {
	border-bottom: 1px solid #dbdbdb;
	font-size: 0.85714rem;
}

.tweet__image {
	float: left;
	width: 15%;
	margin: 0 15px 15px 0;
}

.tweet__name {
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.tweet__time {
	display: block;
	text-align: right;
	font-size: 0.71429rem;
}

.tweet__content {
	float: left;
	width: -webkit-calc(85% - 15px);
	width: -moz-calc(85% - 15px);
	width: calc(85% - 15px);
}

.widget-sweeps {
	text-align: center;
}

.widget-sweeps__wrapper {
	border: 1px solid #00acee;
	display: inline-block;
	font-size: 0;
	text-align: center;
	max-width: 18.92857rem;
}

.widget-sweeps .btn--group {
	margin-bottom: 10px;
}

.widget-sweeps .btn--square,
.widget-sweeps .form-submit input[type=submit],
.form-submit .widget-sweeps input[type=submit],
.widget-sweeps .quiz input[type=submit],
.quiz .widget-sweeps input[type=submit] {
	background: #229a61;
	padding-right: 0;
	padding-left: 0;
	width: 46%;
}

.widget-sweeps .btn--square:hover,
.widget-sweeps .form-submit input[type=submit]:hover,
.form-submit .widget-sweeps input[type=submit]:hover,
.widget-sweeps .quiz input[type=submit]:hover,
.quiz .widget-sweeps input[type=submit]:hover,
.widget-sweeps .btn--square:active,
.widget-sweeps .form-submit input[type=submit]:active,
.form-submit .widget-sweeps input[type=submit]:active,
.widget-sweeps .quiz input[type=submit]:active,
.quiz .widget-sweeps input[type=submit]:active {
	background: #197047;
}

.widget-sweeps .btn--square:first-child,
.widget-sweeps .form-submit input[type=submit]:first-child,
.form-submit .widget-sweeps input[type=submit]:first-child,
.widget-sweeps .quiz input[type=submit]:first-child,
.quiz .widget-sweeps input[type=submit]:first-child {
	margin-right: 2%;
}

.widget-sweeps__foot {
	background-color: #00acee;
	line-height: 1.1;
	text-align: left;
	font-size: 0.64286rem;
	padding: 0.35714rem 0.35714rem 0.71429rem 0.35714rem;
}

.widget-sweeps__foot,
.widget-sweeps__foot a,
.widget-sweeps__foot a:hover,
.widget-sweeps__foot a:active {
	color: #fff;
	text-decoration: none;
}

/**
 * Tab Toggle Plugin (Uses both Twitter Bootstrap togglable tabs and KendoUI ListView)
 */

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.fancybox-skin {
	background-color: #fff !important;
	padding: 0 !important;
}

.fancybox-outer {
	border: 5px solid #29398e !important;
	overflow-x: hidden;
}

.ui-tooltip,
body .ui-tooltip {
	background-color: #fff;
	border: 1px solid #575757 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #575757;
	max-width: 300px;
	padding: 6px 8px 4px 8px;
	position: absolute;
	line-height: 1;
	text-transform: uppercase;
	z-index: 9999;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 0.85714rem;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */

.grabbing {
	cursor: url("/wp-content/themes/bedbathbeyond/images/global/grabbing.png") 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

/* fade */

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	-o-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	-o-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

/* backSlide */

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	-o-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	-o-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	-o-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	-o-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	-o-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	-o-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	position: absolute;
	text-align: center;
	z-index: 5;
	right: 0.35714rem;
	bottom: 0.35714rem;
}

.open .owl-theme .owl-controls {
	display: none;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-right: 0.35714rem;
}

/* Styling Pagination*/

.cat-carousel.owl-theme {
	margin-bottom: 30px;
}

.cat-carousel.owl-theme .owl-controls {
	left: 0 !important;
	right: 0 !important;
	bottom: -30px !important;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	*display: inline; /*IE7 life-saver */
	zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #dbdbdb;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #00acee;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */

.owl-item.loading {
	background: url(images/global/AjaxLoader.gif) no-repeat center center;
}

.slidedeck-frame {
	display: none !important;
}

.sd-carousel {
	margin: 0 auto;
	max-width: 42.85714rem;
}

.sd-carousel__slide {
	width: 100%;
}

.sd-carousel__slide.no-image {
	display: table;
}

.sd-carousel__img,
.no-image .sd-carousel__bd {
	border: 1px solid #dbdbdb;
	text-align: center;
}

.sd-carousel__img {
	margin-bottom: 0.75em;
}

.sd-carousel__img > img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
	max-height: 350px !important;
}

.no-image .sd-carousel__img {
	display: none;
}

.sd-carousel__bd {
	padding: 1em;
}

.no-image .sd-carousel__bd {
	display: table-cell;
	padding: 3em;
	vertical-align: middle;
	height: 25rem;
}

.sd-carousel__title {
	margin-bottom: 0.75em !important;
}

.no-image .sd-carousel__title {
	font-size: 2.14286rem;
}

.sd-carousel .owl-controls {
	bottom: auto !important;
	top: 0.35714rem;
}

.warning {
	color: #e40820;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

.bbb-print {
	display: none !important;
}

@media (min-width: 400px) and (max-width: 768px) {

.category .featured {
	padding: 0;
}

}

@media (min-width: 600px) {

.cross-sell {
	width: 100%;
	height: 9.28571rem;
}

.cross-sell__bd {
	width: 50%;
	padding: 0.71429rem;
}

.cross-sell__cta {
	font-size: 0.85714rem;
}

}

@media (min-width: 768px) {

.entry__title,
.intro__title {
	font-size: 2.42857rem;
}

.menu__title,
.post__subtitle,
.post h2:not(.intro__title),
.quiz .wpss-question,
.sd-carousel__title {
	margin-bottom: 1.25em;
}

.h--cat {
	font-size: 4.28571rem;
}

.mast-search,
.nav-main {
	padding: 0;
}

.btn--square,
.form-submit input[type=submit],
.quiz input[type=submit] {
	font-size: 0.85714rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	font-size: 1rem;
}

.btn--totop {
	display: inline-block;
}

.btn-group {
	margin-top: 1.78571rem;
}

.main__title {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

body:not(.single) .main {
	border-top: 2px #dbdbdb dotted;
}

.content .wrapper {
	padding-top: 0 !important;
}

.content .wrapper {
	padding-top: 0;
	padding-bottom: 5.71429rem;
}

.head {
	top: 0 !important;
}

.head {
	position: relative;
}

.mast {
	height: 79px;
}

.mast .wrapper {
	display: block;
	margin: 0 auto;
	padding: 1.38em 1.63em;
	text-align: left;
	max-width: 1280px;
}

.mast__btn {
	display: none;
}

.mast__logo {
	border: 0;
	display: block;
	margin: 0;
	padding-top: 0;
	width: auto;
	height: auto;
}

.mast__name,
.mast__tagline {
	display: inline-block;
	text-align: left;
	vertical-align: bottom;
}

.mast__name {
	font: 0/0 a;
	margin-bottom: 0;
	width: 40.5%;
}

.mast__name img {
	max-width: 100%;
}

.mast__tagline {
	font-size: 0.88em;
	margin-right: 0.35714em;
}

.mast__tagline sup {
	font-size: 10px;
}

.mast-search {
	background-color: #fff;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 0;
	width: 20.5%;
	top: 22px;
	left: auto;
	right: 1.42857em;
	font-size: 0.92857rem;
}

.mast-search__field {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0.57143rem 0.85714rem;
}

.mast-search__btn {
	-webkit-background-size: auto auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 0;
	bottom: auto;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/bedbathbeyond/images/icons/loupe-gray.svg");
	width: 2.42857rem;
	height: 2.42857rem;
	right: 0.35714rem;
}

.mast-search__btn,
.mast-search__btn:hover,
.mast-search__btn:active {
	background-color: #fff;
}

.nav-main {
	border-bottom: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	padding-top: 0;
	position: relative;
	top: auto;
	font-size: 1.14286rem;
	line-height: 1.71429rem;
}

.nav-main .amp:after {
	content: '\A';
	white-space: pre;
}

.nav-main ul,
.nav-main li {
	background-color: transparent;
}

.nav-main ul {
	display: table;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

.nav-main li {
	border: none;
	display: table-cell;
	padding: 0;
	text-align: center;
}

.nav-main li:first-child {
	display: none;
}

.nav-main li:last-child {
	display: none;
}

.nav-main li:before {
	display: none;
}

.nav-main li.current-menu-item a,
.nav-main li a:hover {
	color: #00acee;
}

.nav-main li.current-menu-item a:after,
.nav-main li a:hover:after {
	background-color: #00acee;
}

.nav-main a {
	border-bottom: 0;
	color: #29398e;
	display: inline-block;
	text-align: center;
	padding: 0.78571rem 0.85714rem 0.92857rem 0.85714rem;
}

.nav-main a:after {
	background-color: transparent;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
}

.bio {
	display: table;
	line-height: 1.5;
	text-align: left;
	width: 100%;
	font-size: 1rem;
}

.bio__img,
.bio__bd {
	display: table-cell;
	vertical-align: top;
}

.bio__img {
	padding-right: 2.5em;
}

.bio__img img {
	display: block;
}

.bio__bd {
	padding-right: 7em;
	width: 100%;
}

.bio__bd,
.bio__bd p {
	line-height: 1.5;
}

.breadcrumbs {
	padding: 1.78571rem 0.71429rem;
}

.category .breadcrumbs {
	display: block;
	padding-top: 1.07143rem;
	padding-bottom: 1.07143rem;
}

.breadcrumbs .btn--back {
	display: none;
}

.breadcrumbs ul {
	display: block;
}

.callout {
	max-width: 22.85714rem;
}

.callout__title {
	font-size: 1.28571rem;
}

.comment__txt {
	padding-right: 5em;
}

.comment__author {
	display: inline-block;
}

.comment-form > p label,
.comment-form > p input[type=text],
.comment-form > p input[type=email],
.comment-form > p input[type=url],
.comment-form > p textarea {
	float: left;
}

.comment-form > p label {
	width: 15%;
}

.comment-form > p input[type=text],
.comment-form > p input[type=email],
.comment-form > p input[type=url] {
	width: 40%;
}

.comment-form > p textarea {
	width: 85%;
	height: 7.14286rem;
}

.entry {
	margin-right: 0.71429rem;
	padding: 1.78571rem 0;
}

.entry:first-of-type {
	border-top: 0;
}

.entry__img {
	width: 31.7%;
}

.entry__bd {
	width: 65.5%;
	padding: 0.71429rem 6.42857rem 0 0;
}

.entry .tags {
	display: block;
	margin-bottom: 0.14286rem;
}

.entry__title {
	font-size: 2.42857rem;
	margin-bottom: 0.71429rem;
}

.entry__sum {
	font-size: 1rem;
}

.entry .meta {
	margin-bottom: 0.71429rem;
}

.feat__shad {
	background: transparent url("/wp-content/themes/bedbathbeyond/images/global/feature-shadow.png") repeat-x bottom;
}

.feat__bd {
	padding: 1.42857rem;
}

.feat__cat {
	display: block;
	margin-bottom: 0.71429rem;
}

.feat__title {
	font-size: 1.85714rem;
}

.feat__meta {
	bottom: 0.71429rem;
}

hr {
	border-top-width: 5px;
}

.hrule--recipe {
	margin: 2.85714em -2.85714em;
}

.latest {
	margin-bottom: 1.78571rem;
}

.m-banner {
	display: none !important;
}

blockquote,
.quote {
	border-left-width: 4px;
	padding-right: 1em;
	font-size: 1.42857rem;
}

blockquote h1,
blockquote__title,
.quote h1,
.quote__title {
	font-size: 0.92857rem;
}

.home .signup {
	margin-bottom: 1.14286rem;
}

.category .signup {
	margin-bottom: 0;
}

.search-results .signup,
.single .signup {
	display: none;
}

.social {
	zoom: 1;
}

.social ul > li {
	width: 2.57143rem;
	height: 2.57143rem;
}

.tags {
	display: table;
	text-align: left;
}

.tags__title,
.tags ul {
	display: table-cell;
}

.category .featured {
	padding: 0;
	margin-bottom: 1.78571rem;
}

.category .featured .feat__bd {
	padding-top: 2.14286rem;
}

.home .featured .feat {
	margin-bottom: 1.78571rem;
}

.infographic {
	width: 48.28571rem;
}

.infographic__img {
	display: inline-block;
}

.menu__wrapper {
	border-top: 0;
	margin-top: 0;
	padding-top: 5rem;
}

.menu__title {
	margin-bottom: 0.71429rem;
}

.page__bd,
.search__no-results {
	padding: 1.78571rem 1.78571rem 1.78571rem 0.71429rem;
}

.post__bd {
	padding: 0 3.57143rem 1.78571rem 3.57143rem;
}

.menu .post__bd {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.post__item {
	padding: 1.78571rem 3.57143rem;
}

.quiz .wpss .wpss-progress-bar {
	display: block;
}

.quiz .wpss-question {
	font-size: 1.85714rem;
}

.quiz .wpss-question p {
	margin-top: 0;
	padding-top: 1.78571rem;
}

.quiz .wpss .answer_text {
	font-size: 1rem;
}

.quiz .wpss_answer_img {
	width: 30%;
	margin: 0 0 0 0.71429rem;
}

.recipe__overview,
.recipe__tools,
.recipe__ingredients,
.recipe__instructions,
.recipe__video {
	margin-bottom: 2.85714rem;
}

.recipe__left {
	width: 39.625%;
}

.recipe__right {
	width: 60.375%;
	padding-left: 1.78571rem;
}

.foot {
	padding: 2.57143rem 1.78571rem;
}

.foot__col {
	float: left;
	width: 50%;
}

.foot__side {
	float: right;
	text-align: right;
}

.foot__logo {
	text-align: left;
	margin-bottom: 1.78571rem;
}

.foot__nav {
	font-size: 0.85714rem;
}

.foot__nav ul {
	text-align: left;
}

.foot__nav ul > li {
	margin-right: 1em;
	margin-left: auto;
}

.foot__tagline {
	display: block;
}

.foot .social {
	text-align: right;
	margin: 0 0 2.85714rem 0;
}

.foot .social ul > li {
	margin-left: 0.13em;
}

.foot__archive {
	display: block;
}

.legals__rights {
	display: inline;
}

.owl-theme .owl-controls {
	right: 1.78571rem;
	bottom: 1.28571rem;
}

.cat-carousel.owl-theme {
	margin-bottom: 0;
}

.sd-carousel .owl-controls {
	top: 1.28571rem;
}

}

@media (min-width: 1000px) {

.fancybox-outer {
	border-width: 15px !important;
}

}

@media (min-width: 1024px) {

.h--cat {
	padding: 0;
	font-size: 5.78571rem;
	margin-bottom: -0.28571rem;
}

.main {
	float: left;
	width: 74.375%;
}

.sidebar {
	display: block;
	float: right;
	width: 25.6%;
	border-top: 2px #dbdbdb dotted;
	border-left: 2px #dbdbdb dotted;
	padding: 1.78571rem 0 7.14286rem 2.71429rem;
}

.single .sidebar,
body.page .sidebar {
	border-top: 0;
	padding-top: 0.35714rem;
}

.mast__tagline {
	font-size: 1.0em;
}

.cross-sell__bd {
	padding: 0.71429rem 1.78571rem;
}

.cross-sell__cta {
	font-size: 1rem;
}

.feat .meta__comments {
	display: inline-block;
}

.feat--lg {
	overflow-y: hidden;
	width: 100%;
	max-width: 45.78571rem;
	min-height: 27.71429rem;
}

.feat--lg .feat__cat {
	margin-bottom: 1.07143rem;
}

.feat--lg .feat__bd {
	padding: 2.85714rem 2.14286rem;
}

.feat--lg .feat__title {
	width: 85%;
	font-size: 3rem;
}

.feat--lg .feat__meta {
	bottom: 1.78571rem;
}

.meta__date,
.meta__comments {
	font-size: 0.78571rem;
}

.meta__date:before,
.meta__comments:before {
	margin-right: 0.5em;
}

.meta__date:after,
.meta__comments:after {
	color: #bcbcbc;
	content: '|';
	margin: 0 0.71429em;
}

.feat .meta__date:after,
.feat .meta__comments:after {
	color: #fff;
}

.meta__date:last-child:after,
.meta__comments:last-child:after {
	content: none;
}

.meta__comments {
	display: inline-block;
}

.paging {
	margin-bottom: 1.78571rem;
}

.paging__title {
	font-size: 1.28571rem;
}

.single .paging__title {
	font-size: 0.85714rem;
	margin-bottom: 0.14286rem;
}

.paging__desc {
	display: inline-block;
	font-size: 1.28571rem;
}

.paging__btn {
	-webkit-background-size: auto auto;
	-moz-background-size: auto auto;
	-o-background-size: auto auto;
	background-size: auto auto;
	line-height: 1.3;
	vertical-align: top;
}

.single .paging__btn--prev {
	text-align: right;
	padding-left: 7.14286rem;
}

.single .paging__btn--next {
	text-align: left;
	padding-right: 7.14286rem;
	border-left: 2px #dbdbdb dotted;
}

.single .paging__btn--next:only-child {
	border: 0;
}

.home .featured {
	max-width: none;
	padding: 0;
}

.home .featured--primary,
.home .featured--secondary {
	float: left;
}

.home .featured--primary {
	width: 50%;
}

.home .featured--secondary {
	width: 24.5%;
	margin-left: 0.71429rem;
	min-height: 13.5rem;
}

.home .featured--secondary .feat {
	float: none;
	width: 100%;
	margin-bottom: 0.71429rem;
}

.home .featured--list {
	display: block;
	float: right;
	width: 24%;
}

.post__bd {
	border-left: 2px #dbdbdb dotted;
	margin: 0 0.71429rem 0 0;
}

.intro .feat {
	margin-bottom: 0.5rem;
}

.intro .meta__comments {
	display: inline-block;
}

.intro__bd {
	padding: 0 5.35714rem;
}

.intro__title {
	padding: 0;
}

.foot__logo {
	margin-right: 1em;
}

.foot__tagline {
	display: inline-block;
}

.foot__nav {
	font-size: 1rem;
}

.foot__nav ul > li {
	margin-right: 2em;
}

.foot .social {
	margin-top: 1.07143rem;
}

}

@media (min-width: 1100px) {

.entry--sm {
	padding: 1.14286rem 0;
}

.entry--sm .meta {
	display: block;
}

}

@media (min-width: 1200px) {

.nav-main .amp:after {
	display: none;
}

.nav-main ul {
	margin: 0;
	table-layout: auto;
}

.nav-main ul:after {
	clear: both;
	content: '';
	display: table;
}

.nav-main li {
	line-height: 1.5;
	padding: 0 1.28571rem;
}

.nav-main a {
	display: inline-block;
	padding-top: 1.71429rem;
	padding-bottom: 1.64286rem;
}

}

@media (min-width: 1280px) {

.main {
	padding-left: 0;
	padding-right: 1.78571rem;
}

.breadcrumbs {
	padding-top: 2.14286rem;
	padding-bottom: 2.14286rem;
}

.category .breadcrumbs {
	padding-top: 1.07143rem;
	padding-bottomp: 1.07143rem;
}

.cross-sell__title {
	font-size: 2.5rem;
}

.entry--sm {
	font-size: 1rem;
}

.entry--sm .entry__img {
	width: 31.667%;
}

.entry--sm .entry__bd {
	padding-left: 0;
	width: 64.333%;
}

.feat--lg {
	min-height: 34.5rem;
}

.meta__date,
.meta__comments {
	font-size: 0.85714rem;
}

}

@media (max-width: 768px) {

.input__text,
.comment-form > p input[type=text],
.comment-form > p input[type=email],
.comment-form > p input[type=url],
.input__textarea,
.comment-form > p textarea {
	width: 100%;
}

.admin-bar .head {
	position: relative;
}

}

@media (max-width: 600px) {

.entry.bbb-video .entry__icon {
	border-width: 0.14286rem;
	font-size: 1rem;
}

.latest .vert-entry {
	display: none;
	margin-left: 1%;
	width: 49%;
}

.latest .vert-entry:nth-child(-n+2) {
	display: block;
}

.latest .vert-entry:nth-child(2) {
	float: right;
}

}

@media print {

.bbb-print {
	display: block !important;
}

.bbb-screen {
	display: none !important;
}

*,
*:before,
*:after {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

a[href^="#"]:after,
a[href^="javascript:"]:after {
	content: "";
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group; /* h5bp.com/t */
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

.main {
	width: 100%;
}

/* Hide */

.head,
.signup,
.breadcrumbs,
.sidebar,
.btn--print,
.btn--save,
.btn--totop,
.meta__comments,
.social,
.tags,
.bio,
.comments,
.comments-form,
.hrule--dotted,
.paging,
.latest,
.foot,
.recipe__video,
.callout,
.cross-sell,
.quote--note,
.owl-controls {
	display: none !important;
}

.intro .meta,
.meta {
	float: none !important;
	text-align: center;
	width: 100%;
}

.meta__date:after {
	display: none;
}

.legals__rights {
	display: none !important;
}

.post__bd {
	border: 0;
}

.intro__meta,
.intro .feat {
	display: none !important;
}

.single-bbb-menu .post__title {
	color: #29398e;
	clip: none;
	line-height: 1;
	position: relative;
	text-align: center;
	font-family: "L Futura W01", Arial, sans-serif;
	font-weight: 500;
	font-size: 2.14286rem;
	padding-top: 2.14286rem;
}

.single-bbb-menu .intro {
	display: none;
}

.single-bbb-menu .menu__title {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.single-bbb-menu .menu__title.continued {
	display: none;
}

.single-bbb-menu .menu__wrapper,
.single-bbb-menu .menu__col {
	border: none;
	display: block;
}

.single-bbb-menu .menu__col {
	margin: 0 auto;
	width: 32.14286rem;
}

.single-bbb-menu .dish {
	page-break-after: always;
}

.single-bbb-menu .dish::after {
	content: "Bed Bath and Beyond \00ae";
	text-align: center;
	border-top: 1px solid #ddd;
	color: #aaa;
	padding-top: 10px;
	margin-top: 10px;
	width: 100%;
	display: block;
}

.single-bbb-menu .dish__desc {
	display: none;
}

.single-bbb-menu .dish__title {
	padding-left: 0;
	margin-bottom: 1.42857rem;
}

.single-bbb-menu .dish__title a {
	text-decoration: none !important;
	padding-left: 0;
	font-size: 1.71429rem;
}

.single-bbb-menu .dish .post__subtitle {
	margin-top: 0;
}

.single-bbb-menu .dish .recipe__instructions {
	clear: both;
}

.single-bbb-menu .dish .recipe__overview {
	margin-bottom: 0;
}

.single-bbb-menu .dish .recipe__tools {
	float: none;
	width: 100%;
}

.single-bbb-menu .dish .recipe__tools a {
	color: #575757;
	text-decoration: none;
}

.single-bbb-menu .dish .recipe__notes .quote--note {
	display: block !important;
	border: none;
	font-size: 1rem;
	line-height: 1.35714rem;
}

.list--steps > li:before {
	border: 0;
}

.list--check > li {
	list-style: disc;
	padding-left: 0;
}

img#wpstats {
	display: none;
}

}

@-webkit-keyframes empty {

0% {
	opacity: 1;
}

}

@-moz-keyframes empty {

0% {
	opacity: 1;
}

}

@-o-keyframes empty {

0% {
	opacity: 1;
}

}

@keyframes empty {

0% {
	opacity: 1;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-o-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-moz-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-o-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes backSlideOut {

25% {
	opacity: .5;
	-webkit-transform: translateZ(-500px);
}

75% {
	opacity: .5;
	-webkit-transform: translateZ(-500px) translateX(-200%);
}

100% {
	opacity: .5;
	-webkit-transform: translateZ(-500px) translateX(-200%);
}

}

@-moz-keyframes backSlideOut {

25% {
	opacity: .5;
	-moz-transform: translateZ(-500px);
}

75% {
	opacity: .5;
	-moz-transform: translateZ(-500px) translateX(-200%);
}

100% {
	opacity: .5;
	-moz-transform: translateZ(-500px) translateX(-200%);
}

}

@-o-keyframes backSlideOut {

25% {
	opacity: .5;
	transform: translateZ(-500px);
}

75% {
	opacity: .5;
	transform: translateZ(-500px) translateX(-200%);
}

100% {
	opacity: .5;
	transform: translateZ(-500px) translateX(-200%);
}

}

@keyframes backSlideOut {

25% {
	opacity: .5;
	-webkit-transform: translateZ(-500px);
	-moz-transform: translateZ(-500px);
	transform: translateZ(-500px);
}

75% {
	opacity: .5;
	-webkit-transform: translateZ(-500px) translateX(-200%);
	-moz-transform: translateZ(-500px) translateX(-200%);
	transform: translateZ(-500px) translateX(-200%);
}

100% {
	opacity: .5;
	-webkit-transform: translateZ(-500px) translateX(-200%);
	-moz-transform: translateZ(-500px) translateX(-200%);
	transform: translateZ(-500px) translateX(-200%);
}

}

@-webkit-keyframes backSlideIn {

0%,25% {
	opacity: .5;
	-webkit-transform: translateZ(-500px) translateX(200%);
}

75% {
	opacity: .5;
	-webkit-transform: translateZ(-500px);
}

100% {
	opacity: 1;
	-webkit-transform: translateZ(0) translateX(0);
}

}

@-moz-keyframes backSlideIn {

0%,25% {
	opacity: .5;
	-moz-transform: translateZ(-500px) translateX(200%);
}

75% {
	opacity: .5;
	-moz-transform: translateZ(-500px);
}

100% {
	opacity: 1;
	-moz-transform: translateZ(0) translateX(0);
}

}

@-o-keyframes backSlideIn {

0%,25% {
	opacity: .5;
	transform: translateZ(-500px) translateX(200%);
}

75% {
	opacity: .5;
	transform: translateZ(-500px);
}

100% {
	opacity: 1;
	transform: translateZ(0) translateX(0);
}

}

@keyframes backSlideIn {

0%,25% {
	opacity: .5;
	-webkit-transform: translateZ(-500px) translateX(200%);
	-moz-transform: translateZ(-500px) translateX(200%);
	transform: translateZ(-500px) translateX(200%);
}

75% {
	opacity: .5;
	-webkit-transform: translateZ(-500px);
	-moz-transform: translateZ(-500px);
	transform: translateZ(-500px);
}

100% {
	opacity: 1;
	-webkit-transform: translateZ(0) translateX(0);
	-moz-transform: translateZ(0) translateX(0);
	transform: translateZ(0) translateX(0);
}

}

@-webkit-keyframes scaleToFade {

to {
	opacity: 0;
	-webkit-transform: scale(0.8);
}

}

@-moz-keyframes scaleToFade {

to {
	opacity: 0;
	-moz-transform: scale(0.8);
}

}

@-o-keyframes scaleToFade {

to {
	opacity: 0;
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

}

@keyframes scaleToFade {

to {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

}

@-webkit-keyframes goDown {

from {
	-webkit-transform: translateY(-100%);
}

}

@-moz-keyframes goDown {

from {
	-moz-transform: translateY(-100%);
}

}

@-o-keyframes goDown {

from {
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@keyframes goDown {

from {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@-webkit-keyframes scaleUpFrom {

from {
	opacity: 0;
	-webkit-transform: scale(1.5);
}

}

@-moz-keyframes scaleUpFrom {

from {
	opacity: 0;
	-moz-transform: scale(1.5);
}

}

@-o-keyframes scaleUpFrom {

from {
	opacity: 0;
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

}

@keyframes scaleUpFrom {

from {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

}

@-webkit-keyframes scaleUpTo {

to {
	opacity: 0;
	-webkit-transform: scale(1.5);
}

}

@-moz-keyframes scaleUpTo {

to {
	opacity: 0;
	-moz-transform: scale(1.5);
}

}

@-o-keyframes scaleUpTo {

to {
	opacity: 0;
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

}

@keyframes scaleUpTo {

to {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

}

