@font-face {
	font-family: "brandon_grotesque";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/brandongrotesque-regular-webfont.woff2") format("woff2");
}

@font-face {
	font-family: "brandon_grotesque";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/brandongrotesque-regularitalic-webfont.woff2") format("woff2");
}

@font-face {
	font-family: "brandon_grotesque";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/brandongrotesque-bold-webfont.woff2") format("woff2");
}

@font-face {
	font-family: "gazpacho";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/gazpacho-black.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

:root {
	--bbr-black: #2b2c2c;
	--bbr-gray: #757676;
	--bbr-light: #fff8e7;
	--bbr-line: #f0e7c5;
	--bbr-yellow: #ffce00;
	--bbr-yellow-soft: #ffe680;
	--bbr-wrap: min(1120px, calc(100vw - 40px));
}

html {
	scroll-behavior: smooth;
}

body {
	background: #ffffff;
	color: var(--bbr-black);
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
textarea,
select {
	font: inherit;
}

[hidden] {
	display: none !important;
}

.site-content {
	padding-bottom: 0;
}

.fab,
.fal,
.far {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fal,
.far {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-search:before {
	content: "\f002";
}

.fa-times:before {
	content: "\f00d";
}

.fa-twitter:before {
	content: "\f099";
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
	background: #ddd;
	clip-path: none;
	color: #444;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	position: fixed;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wrap,
.wrapper,
.site-frame,
.narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--bbr-wrap);
	width: var(--bbr-wrap);
}

.wrapper {
	padding-left: 0;
	padding-right: 0;
}

.header {
	background: transparent;
	margin: 0;
	padding: 26px 0 34px;
}

.header-upper {
	align-items: flex-start;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.logo {
	flex: 0 0 auto;
	margin: 0;
	width: min(220px, 100%);
}

.site-brand__image,
.custom-logo-link {
	display: inline-block;
}

.site-brand__image img,
.custom-logo-link img {
	height: auto;
	max-width: 220px;
	width: min(220px, 100%);
}

.top-nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-end;
	min-width: 0;
	padding-top: 6px;
}

.social-links.social {
	align-items: center;
	display: flex;
	gap: 14px;
	order: 2;
}

.top-nav nav {
	order: 1;
}

.top-nav .social-links__item,
.footer-subscribe .social-links__item {
	align-items: center;
	background: var(--bbr-yellow);
	border: 1px solid var(--bbr-yellow);
	border-radius: 999px;
	box-shadow: none;
	color: var(--bbr-black);
	display: inline-flex;
	font-size: 17px;
	height: 58px;
	justify-content: center;
	padding: 0;
	width: 58px;
}

.social-links__item {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--bbr-black);
	display: inline-flex;
	font-size: 17px;
	height: auto;
	justify-content: center;
	padding: 0;
	width: auto;
}

.social-links__item:hover {
	color: var(--bbr-yellow);
}

.top-nav .social-links__item:hover,
.footer-subscribe .social-links__item:hover {
	background: var(--bbr-yellow-soft);
	border-color: var(--bbr-yellow-soft);
	color: var(--bbr-black);
}

#top {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
}

#top ul.topmenu,
#top ul.utility-menu {
	align-items: center;
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#top li {
	display: inline-block;
	margin: 0 -3px;
	padding: 0;
	position: relative;
}

#top li a {
	color: #737575;
	display: inline-block;
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0 10px;
	text-transform: uppercase;
	transition: color 0.2s ease-in-out;
}

#top li a:hover,
#top li:hover > a {
	color: var(--bbr-yellow);
}

.main-nav-wrap {
	margin-top: 10px;
}

#main {
	align-items: center;
	display: flex;
	float: none;
	font-family: gazpacho, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 23px;
	font-weight: 700;
	gap: 20px;
	justify-content: center;
	line-height: 28px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}

#main ul.mainmenu,
#main ul.primary-menu,
#main .fallback-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: center;
	list-style: none;
	margin: 0;
	max-width: min(100%, 920px);
	overflow: visible;
	scrollbar-width: none;
	white-space: normal;
	width: 100%;
}

#main ul.mainmenu::-webkit-scrollbar,
#main ul.primary-menu::-webkit-scrollbar,
#main .fallback-menu::-webkit-scrollbar {
	display: none;
}

#main li,
#main .fallback-menu > li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	position: relative;
}

#main li a,
#main .fallback-menu > li > a {
	border-bottom: 0 solid #fff;
	box-shadow: inset 0 -1px 0 #fff;
	color: var(--bbr-black);
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: -0.01em;
	line-height: 1.02;
	padding: 0 8px 6px;
	text-transform: lowercase;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
}

#main li a:focus,
#main li a:hover,
#main li:hover > a,
#main .fallback-menu > li > a:focus,
#main .fallback-menu > li > a:hover,
#main .fallback-menu > li:hover > a {
	border-color: var(--bbr-yellow);
	box-shadow: inset 0 -10px 0 var(--bbr-yellow);
	color: var(--bbr-black);
	outline: 0;
}

#main .menu-item-has-children {
	margin-bottom: -14px;
	padding-bottom: 18px;
}

#main .menu-item-has-children > .sub-menu {
	background-color: var(--bbr-yellow);
	border-radius: 0 !important;
	box-shadow: 0 18px 32px rgba(43, 44, 44, 0.09);
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.16em;
	line-height: 1.3;
	list-style: none;
	opacity: 0;
	padding: 18px 0 14px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: calc(100% + 4px);
	transform: translateX(-50%) translateY(10px);
	transform-origin: top center;
	transition: opacity 0.18s ease, transform 0.18s ease;
	visibility: hidden;
	width: max-content;
	min-width: 320px;
	max-width: 360px;
	z-index: 2001;
}

#main .menu-item-has-children:hover > .sub-menu,
#main .menu-item-has-children.is-open > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

#main .sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
}

#main .sub-menu a {
	border: 0 !important;
	box-shadow: none !important;
	color: var(--bbr-black) !important;
	display: block;
	font-size: 15px;
	padding: 14px 26px 13px;
	width: 100%;
}

#main .sub-menu a:focus,
#main .sub-menu a:hover,
#main .sub-menu li:hover > a {
	background-color: rgba(255, 255, 255, 0.22);
}

.desktop-search-toggle {
	background: transparent;
	border: 0;
	color: var(--bbr-black);
	cursor: pointer;
	font-size: 20px;
	padding: 0;
}

.desktop-search-toggle:hover,
.desktop-search-close:hover {
	color: var(--bbr-yellow);
}

.desktop-search-panel {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--bbr-line);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.desktop-search-panel__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	padding: 18px 0;
}

.desktop-search-panel__inner .search-form {
	flex: 1 1 auto;
	margin: 0;
	max-width: none;
}

.desktop-search-close {
	background: transparent;
	border: 0;
	color: var(--bbr-black);
	cursor: pointer;
	font-size: 24px;
	padding: 0;
}

#cmh {
	display: none;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
	width: 100%;
	z-index: 199;
}

#cmtb {
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid var(--bbr-line);
	height: 92px;
	padding: 0 16px;
	pointer-events: auto;
	position: relative;
}

#cmtb:after {
	clear: both;
	content: "";
	display: table;
}

#custom-mobile-logo-link,
.mobile-logo-link {
	display: inline-block;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.mobile-brand {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 170px;
	padding: 8px 0 4px;
}

.mobile-brand .custom-logo-link,
.mobile-brand .site-brand__image {
	display: inline-flex;
	justify-content: center;
}

.mobile-brand .custom-logo,
.mobile-brand .site-brand__image img,
.mobile-brand img {
	height: auto;
	max-height: 68px;
	width: auto;
}

#cmhb,
#cms,
#cmtb img,
#mt {
	height: 92px;
}

#cmtb img {
	margin: 0 auto;
	position: relative;
	top: 0;
	width: auto;
}

#cmhb,
#cms {
	position: absolute;
	top: 0;
	width: 56px;
}

#cmhb {
	left: 0;
}

#cms {
	right: 0;
}

.mobile-header-button {
	background: transparent;
	border: 0;
	color: var(--bbr-black);
	cursor: pointer;
	height: 92px;
	padding: 22px 10px;
	position: relative;
	width: 56px;
}

.mobile-header-button:focus,
.mobile-header-button:focus-visible {
	outline: none;
	box-shadow: none;
}

#cms i {
	font-size: 28px;
	position: absolute;
	right: 10px;
	top: 30px;
	transition: opacity 0.2s ease;
}

#cms i + i,
#cms.active i {
	opacity: 0;
}

#cms.active i + i {
	opacity: 1;
}

#cms i.fal {
	font-size: 36px;
	top: 26px;
}

#cmfw,
#cmmc {
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid var(--bbr-line);
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateY(-30px);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

#cmfw.active,
#cmmc.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

#cmfw form {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

#cmfw {
	padding: 14px 18px 18px;
}

#cmmc nav {
	padding-top: 6px;
}

#cmmc .custom-mobile-menu,
#cmmc .mobile-menu,
#cmmc .fallback-menu,
#cmmc .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cmmc li {
	border-bottom: 1px solid var(--bbr-line);
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#cmmc li li {
	border-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	padding: 0;
	text-transform: none;
}

#cmmc li li li a {
	font-size: 90%;
	font-style: italic;
	opacity: 0.8;
}

#cmmc li a {
	display: inline-block;
	padding: 10px 15px;
	width: calc(100% - 56px);
}

#cmmc li li a {
	padding: 5px 15px;
}

#cmmc .sub-menu {
	display: none;
	margin-bottom: 15px;
}

#cmmc .menu-item-has-children {
	cursor: pointer;
}

#cmmc .menu-item-has-children > a {
	width: auto;
}

#cmmc .menu-item-has-children:before {
	color: var(--bbr-black);
	content: "+";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	margin: 0 20px 0 0;
	position: absolute;
	right: 0;
	text-decoration: none;
}

#cmmc .menu-item-has-children.active > .sub-menu {
	display: block;
}

#cmmc .menu-item-has-children.active:before {
	content: "–";
}

#cmwa > div {
	padding: 24px 0 28px;
	text-align: center;
}

#cmwa h5 {
	margin: 0 0 8px;
}

#cmwa .social-links {
	justify-content: center;
}

#mt {
	cursor: pointer;
	height: 20px;
	position: relative;
	top: 5px;
	width: 30px;
}

#mt span,
#mt span:after,
#mt span:before {
	background: var(--bbr-black);
	border-radius: 1px;
	content: "";
	cursor: pointer;
	display: block;
	height: 2px;
	position: absolute;
	top: 8px;
	transition: all 0.2s ease-in-out;
	width: 30px;
}

#mt span:before {
	top: -8px;
}

#mt span:after {
	top: 8px;
}

#cmhb.active #mt span {
	background: rgba(0, 0, 0, 0);
}

#cmhb.active #mt span:before,
#cmhb.active #mt span:after {
	top: 0;
}

#cmhb.active #mt span:before {
	transform: rotate(45deg);
}

#cmhb.active #mt span:after {
	transform: rotate(-45deg);
}

.search-form {
	margin: 0 auto;
	max-width: 700px;
	position: relative;
}

.search-form .search-input,
.search-form .search-field {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 0;
	color: var(--bbr-black);
	font-size: 18px;
	height: 56px;
	line-height: 56px;
	padding: 0 60px 0 18px;
	width: 100%;
}

.search-form .search-field:focus,
.search-form .search-input:focus {
	border: 3px solid var(--bbr-yellow);
	outline: 0;
}

.search-form .search-submit {
	background-color: transparent;
	border: 0;
	color: var(--bbr-black);
	cursor: pointer;
	font-size: 24px;
	height: 56px;
	line-height: 56px;
	margin: -1px 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 56px;
}

.search-form .search-submit:hover {
	color: var(--bbr-yellow) !important;
}

.home-featured,
.home-subscribe,
.home-section,
.wrapper,
.press,
.footer-subscribe {
	clear: both;
	width: 100%;
}

.home-featured {
	margin-bottom: 46px;
}

.items {
	display: flex;
	flex-wrap: wrap;
}

.items-4-col {
	gap: 24px;
}

.items-4-col .item {
	flex: 1 1 calc(25% - 18px);
	margin: 0;
	min-width: 0;
}

.items-3-col {
	gap: 28px 24px;
}

.items-3-col .item {
	flex: 1 1 calc(33.333% - 16px);
	margin: 0;
	min-width: 0;
}

.teaser-post {
	text-align: center;
}

.teaser-post .block {
	background: #ffffff;
	display: block;
	overflow: hidden;
	position: relative;
}

.teaser-post .block img,
.image-placeholder {
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.home-section.video .block img {
	aspect-ratio: 16 / 9;
}

.image-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #fff7d9, #ffffff);
	display: flex;
	justify-content: center;
}

.image-placeholder img {
	max-width: 32%;
}

.post-cat {
	display: flex;
	justify-content: center;
	margin: -18px 0 8px;
	position: relative;
	z-index: 2;
}

.post-cat a {
	background: var(--bbr-yellow);
	box-shadow: none;
	color: var(--bbr-black);
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 7px 14px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.post-cat a:hover {
	background: var(--bbr-yellow-soft);
}

.title,
.divider span,
.about h2,
.caption h3 {
	color: var(--bbr-black);
	font-family: gazpacho, Georgia, "Times New Roman", Times, sans-serif;
	font-weight: 700;
	line-height: 1.05;
}

.title {
	font-size: 30px;
	margin-top: 12px;
	text-transform: none;
}

.items-4-col .title {
	font-size: 26px;
}

.items-3-col .title {
	font-size: 31px;
}

.title a:hover {
	color: var(--bbr-black);
}

.excerpt {
	color: var(--bbr-gray);
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}

.more {
	margin-top: 10px;
	text-align: center;
}

.more-link {
	color: var(--bbr-black);
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
}

.more-link:hover {
	color: var(--bbr-yellow);
}

.divider {
	margin: 0 0 28px;
	text-align: center;
}

.divider span {
	display: inline-block;
	font-size: clamp(40px, 6vw, 68px);
	padding: 0 16px;
}

.home-subscribe {
	margin-bottom: 50px;
}

.home-subscribe .wrap,
.footer-subscribe .wrap {
	align-items: stretch;
	display: flex;
	gap: 0;
	justify-content: space-between;
}

.home-subscribe .subscribe,
.home-subscribe .about,
.footer-subscribe .subscribe {
	flex: 1 1 50%;
}

.subscribe {
	background-color: #2a2b2b;
	color: #fff;
	padding: 25px;
}

.subscribe h2,
.newsletter-card__title {
	color: #fff;
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 8px;
	text-transform: none;
}

.subscribe h2 em,
.newsletter-card__title em {
	color: var(--bbr-yellow);
	font-style: normal;
}

.newsletter-card__text {
	color: #fff;
	font-size: 16px;
	margin: 0 0 14px;
	max-width: 34rem;
}

.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe .newsletter-card__title,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe .newsletter-card__text,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe p,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe span,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe strong,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe label {
	color: var(--bbr-black) !important;
}

.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe .newsletter-card__title em {
	color: var(--bbr-yellow) !important;
}

.newsletter-card__actions {
	margin-top: 16px;
}

.newsletter-card__cta {
	align-items: center;
	background: var(--bbr-yellow);
	color: var(--bbr-black);
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.1em;
	padding: 12px 18px;
	text-transform: uppercase;
}

.newsletter-card__cta:hover {
	background: var(--bbr-yellow-soft);
	color: var(--bbr-black);
}

.home-subscribe .about {
	align-items: center;
	background: linear-gradient(135deg, #fff8e7, #ffffff);
	display: flex;
	justify-content: space-between;
	padding: 30px 32px;
}

.home-subscribe .about h2 {
	font-size: clamp(50px, 7vw, 86px);
	margin: 0 0 12px;
}

.home-subscribe .about p {
	color: #4a443d;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 18px;
	max-width: 31rem;
}

.home-subscribe .about .more-link {
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: lowercase;
}

.home-subscribe .about img {
	margin-left: 20px;
	width: 180px;
}

.wrapper {
	margin-bottom: 50px;
}

.span_content,
.span_content_full {
	float: none;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.navigation.pagination {
	clear: both;
	color: var(--bbr-gray);
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.pagination .nav-links {
	display: inline-block;
}

.pagination .page-numbers {
	border: 1px solid #eaeaea;
	border-radius: 50%;
	color: var(--bbr-gray);
	display: inline-block;
	height: 34px;
	line-height: 33px;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
	width: 34px;
}

.pagination .page-numbers.current {
	background-color: #fff;
	border: none;
	color: var(--bbr-black);
	font-weight: 700;
}

.pagination .next,
.pagination .prev {
	background-color: transparent !important;
	border: none;
	border-radius: 0;
	color: var(--bbr-black);
	padding: 0 10px;
	width: auto;
}

.pagination .dots {
	border: none;
	margin: 0 5px;
	opacity: 0.5;
	width: auto;
}

.pagination a.page-numbers:hover {
	background-color: var(--bbr-yellow);
	color: var(--bbr-black);
}

.lower-home-sections {
	margin-bottom: 30px;
}

.home-section {
	margin-bottom: 55px;
}

.home-section.shaded {
	background-color: #ffffff;
	padding: 44px 0 50px;
}

.home-section .category-posts .title,
.home-section .teaser-post .title {
	font-size: 27px;
	margin-top: 12px;
}

.stars {
	color: #f2b955;
	margin-top: 10px;
}

.stars .respond {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 2px;
}

.tasty-recipes-rating-solid {
	display: inline-block;
	line-height: 1;
}

.tasty-recipes-rating-solid svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.rating-label {
	color: var(--bbr-gray);
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	margin-left: 8px;
}

.home-section.video .container {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.home-section.video .player,
.home-section.video .caption {
	min-width: 0;
}

.home-section.video .caption h3 {
	font-size: clamp(34px, 5vw, 58px);
	margin-bottom: 12px;
}

.home-section.video .caption .excerpt {
	margin-bottom: 18px;
	margin-top: 0;
}

.press {
	margin: 15px 0 0;
}

.press h2 {
	color: var(--bbr-gray);
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.press-strip__images img {
	margin: 0;
	width: 100%;
}

.press-strip__mobile {
	display: none;
}

.footer {
	clear: both;
	margin-top: 24px;
	position: relative;
}

.sub-footer {
	clear: both;
	font-size: 14px;
	overflow: hidden;
	padding: 1px 0 20px;
}

.footer-nav {
	float: left;
	list-style: none;
	margin: 0;
	text-align: left;
	width: calc(100% - 400px);
}

.footer-nav li {
	display: inline-block;
	margin-right: 12px;
}

.footer-nav a {
	color: var(--bbr-black);
	text-decoration: none;
}

.footer-nav a:hover {
	color: var(--bbr-yellow);
}

.footer-nav .top a,
.copyright strong {
	font-size: 90%;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-nav .top a:before {
	content: "\f062";
	font-family: "Font Awesome 5 Pro";
	font-size: 88%;
	margin: 0 3px 0 0;
	vertical-align: text-top;
}

.copyright {
	float: right;
	text-align: right;
	width: 400px;
}

.back-to-top-button {
	align-items: center;
	background: var(--bbr-yellow);
	border: 1px solid var(--bbr-yellow);
	border-radius: 999px;
	bottom: 26px;
	box-shadow: 0 12px 28px rgba(43, 44, 44, 0.12);
	color: var(--bbr-black);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 54px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 22px;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
	width: 54px;
	z-index: 3000;
}

.back-to-top-button.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.back-to-top-button:hover {
	background: #f0bd00;
	border-color: #f0bd00;
}

.copyright p {
	margin: 0;
}

.copyright em {
	display: block;
	font-style: italic;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
}

.archive-hero,
.archive-grid,
.single-hero,
.single-content,
.single-footer,
.comments-area,
.page-content {
	max-width: var(--bbr-wrap);
}

.single-story--bbr {
	color: var(--bbr-black);
}

.single-story--bbr a:hover {
	color: #8f6e14;
}

.single-hero--bbr {
	padding: 0 0 10px;
}

.single-hero--bbr .single-hero__title {
	font-size: clamp(40px, 4.8vw, 58px);
	line-height: 0.98;
	letter-spacing: -0.02em;
	margin-bottom: 18px;
	max-width: 740px;
}

.single-breadcrumbs {
	color: var(--bbr-gray);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.single-breadcrumbs a {
	color: inherit;
}

.single-breadcrumbs__sep {
	margin: 0 7px;
}

.single-hero__meta--posted {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.single-hero__meta--posted a {
	color: var(--bbr-black);
	font-weight: 700;
	text-decoration: none;
}

.single-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 22px;
}

.single-quick-links > *,
.single-quick-links .tasty-recipes-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-quick-links .tasty-recipes-quick-links li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-quick-links a,
.single-quick-links button,
.single-quick-links .tasty-recipes-quick-links a,
.single-quick-links .tasty-recipes-quick-links button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e3ddd1;
	border-radius: 0;
	color: var(--bbr-black);
	display: inline-flex;
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.14em;
	min-height: 50px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: inset 0 -4px 0 var(--bbr-yellow);
}

.single-quick-links a:hover,
.single-quick-links button:hover,
.single-quick-links .tasty-recipes-quick-links a:hover,
.single-quick-links .tasty-recipes-quick-links button:hover {
	background: #fffdf8;
	border-color: #e3ddd1;
	color: var(--bbr-black);
}

.single-quick-links a i,
.single-quick-links button i,
.single-quick-links .tasty-recipes-quick-links a i,
.single-quick-links .tasty-recipes-quick-links button i,
.single-quick-links a svg,
.single-quick-links button svg,
.single-quick-links .tasty-recipes-quick-links a svg,
.single-quick-links .tasty-recipes-quick-links button svg {
	color: var(--bbr-yellow);
	fill: currentColor;
}

.single-story--bbr .post-content > .tasty-recipes-quick-links,
.single-story--bbr .post-content > .tasty-recipes-buttons,
.single-story--bbr .post-content > .tasty-recipes-jump-print-buttons {
	display: none !important;
}

.single-share {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.single-share a {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.single-share a:nth-child(1) {
	background: #35559a;
}

.single-share a:nth-child(2) {
	background: #111111;
}

.single-share a:nth-child(3) {
	background: #cc2127;
}

.single-share a:hover {
	opacity: 0.88;
}

.single-intro {
	color: var(--bbr-black);
	font-size: clamp(19px, 2.4vw, 24px);
	font-weight: 400;
	font-style: italic;
	line-height: 1.9;
	margin: 0 0 28px;
	max-width: 760px;
}

.single-intro p:last-child {
	margin-bottom: 0;
}

.single-story--bbr .single-hero__media {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 28px;
	max-width: 760px;
}

.single-story--bbr .single-hero__media img {
	aspect-ratio: auto;
	display: block;
	width: 100%;
}

.article-layout--bbr {
	gap: 56px;
	grid-template-columns: minmax(0, 760px) minmax(320px, 360px);
	justify-content: space-between;
	max-width: min(1220px, calc(100vw - 40px));
	padding-bottom: 70px;
	padding-top: 26px;
}

.article-layout--bbr .article-layout__content {
	min-width: 0;
}

.article-layout--bbr .prose {
	color: var(--bbr-black);
	font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.92;
	max-width: 760px;
}

.article-layout--bbr .prose p,
.article-layout--bbr .prose li,
.article-layout--bbr .prose figcaption,
.article-layout--bbr .prose blockquote cite {
	color: var(--bbr-black);
}

.article-layout--bbr .prose > * + * {
	margin-top: 1.35rem;
}

.article-layout--bbr .prose h2,
.article-layout--bbr .prose h3,
.article-layout--bbr .prose h4 {
	font-size: clamp(31px, 4.2vw, 44px);
	line-height: 1.08;
	margin-top: 42px;
}

.article-layout--bbr .prose ul,
.article-layout--bbr .prose ol {
	padding-left: 0;
}

.article-layout--bbr .prose ul {
	list-style: none;
	margin: 28px 0;
}

.article-layout--bbr .prose ul > li {
	list-style: none;
	margin: 0 0 16px;
	padding-left: 28px;
	position: relative;
}

.article-layout--bbr .prose ul > li::before {
	background: var(--bbr-yellow);
	border-radius: 999px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0.85em;
	transform: translateY(-50%);
	width: 10px;
}

.article-layout--bbr .prose ol {
	counter-reset: story-step;
	list-style: none;
	margin: 30px 0;
}

.article-layout--bbr .prose ol > li {
	counter-increment: story-step;
	list-style: none;
	margin: 0 0 22px;
	padding-left: 52px;
	position: relative;
}

.article-layout--bbr .prose ol > li::before {
	align-items: center;
	background: var(--bbr-yellow);
	border-radius: 999px;
	color: var(--bbr-black);
	content: counter(story-step);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.25em;
	width: 34px;
}

.article-layout--bbr .prose figure,
.article-layout--bbr .prose .wp-block-image {
	margin: 28px 0;
}

.article-layout--bbr .prose strong,
.article-layout--bbr .prose b {
	color: var(--bbr-black);
	font-weight: 700;
}

.article-layout--bbr .prose a,
.single-intro a {
	-webkit-box-decoration-break: clone;
	background-image: linear-gradient(transparent calc(100% - 0.2em), var(--bbr-yellow) 0);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-decoration-break: clone;
	color: var(--bbr-black);
	font-weight: 700;
	padding-bottom: 0.03em;
	text-decoration: none;
}

.article-layout--bbr .prose a:visited,
.single-intro a:visited {
	color: var(--bbr-black);
}

.article-layout--bbr .prose a:hover,
.single-intro a:hover {
	background-image: linear-gradient(transparent calc(100% - 0.2em), #f0bd00 0);
	color: var(--bbr-black);
}

.article-layout--bbr .prose img {
	border-radius: 0;
}

.entry-footer--single {
	border-top: 1px solid #ebe4d9;
	margin-top: 34px;
	padding-top: 24px;
	max-width: 760px;
}

.post-taxonomy {
	margin: 0 0 12px;
}

.post-taxonomy a,
.post-tags a {
	border: 1px solid #e2d8ca;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 10px 8px 0;
	padding: 6px 12px 5px;
	text-transform: uppercase;
}

.single-story__meta-footer {
	color: var(--bbr-gray);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	gap: 18px;
	letter-spacing: 0.16em;
	margin-top: 18px;
	text-transform: uppercase;
}

.single-story__meta-footer p {
	margin: 0;
}

.post-navigation-bbr {
	border-top: 1px solid #ebe4d9;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
	padding-top: 20px;
}

.post-navigation-bbr a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
	text-decoration: none;
}

.post-navigation-bbr__next {
	text-align: right;
}

.single-story--bbr .article-layout__sidebar {
	display: grid;
	gap: 34px;
	align-content: start;
	position: static;
	top: auto;
}

.single-story--bbr .article-layout__sidebar .widget {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.sidebar-card {
	background: #fff;
	border: 1px solid #ebe4d9;
	box-shadow: 0 14px 36px rgba(43, 44, 44, 0.05);
	padding: 24px;
}

.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe {
	background: #fff;
	border: 1px solid #ebe4d9;
	box-shadow: 0 14px 36px rgba(43, 44, 44, 0.05);
	padding: 24px;
}

.sidebar-card--about {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	text-align: center;
}

.sidebar-card__media img {
	margin: 0 auto 20px;
	max-width: 236px;
}

.sidebar-card__title {
	font-size: clamp(36px, 3vw, 54px);
	line-height: 0.98;
	margin-bottom: 14px;
	text-align: center;
}

.sidebar-card p.sidebar-card__copy {
	color: #4a443d;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 auto 18px;
	max-width: 320px;
	text-align: center;
}

.single-story--bbr .article-layout__sidebar .sidebar-card--about .more-link {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-top: 0;
	text-transform: none;
}

.sidebar-card__social {
	display: flex;
	gap: 14px;
	justify-content: center;
	margin-top: 18px;
}

.sidebar-card__social .social-links__item {
	align-items: center;
	background: var(--bbr-yellow);
	border: 1px solid var(--bbr-yellow);
	border-radius: 999px;
	box-shadow: none;
	color: var(--bbr-black);
	display: inline-flex;
	font-size: 17px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.sidebar-card__social .social-links__item:hover {
	background: var(--bbr-yellow-soft);
	border-color: var(--bbr-yellow-soft);
	color: var(--bbr-black);
}

.sidebar-card p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 16px;
}

.sidebar-card .more-link {
	justify-content: center;
	margin-top: 6px;
}

.sidebar-card--favorites,
.sidebar-card--search,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe {
	text-align: left;
}

.sidebar-card--favorites .sidebar-card__title,
.sidebar-card--search .sidebar-card__title,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe .newsletter-card__title {
	font-size: 26px;
	text-align: center;
}

.sidebar-favorites {
	display: grid;
	gap: 18px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sidebar-favorite {
	display: block;
}

.sidebar-favorite__media img,
.sidebar-favorite .image-placeholder {
	aspect-ratio: 1 / 1;
	height: auto;
	width: 100%;
}

.sidebar-favorite__media img {
	object-fit: cover;
}

.sidebar-favorite .image-placeholder {
	align-items: center;
	background: #fff8e7;
	display: flex;
	justify-content: center;
}

.sidebar-favorite__title {
	font-size: 19px;
	line-height: 1.1;
	margin: 8px 0 6px;
	text-align: center;
}

.sidebar-favorite__title a {
	text-decoration: none;
}

.sidebar-favorite__reviews {
	color: var(--bbr-gray);
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	margin: 0;
}

.sidebar-favorite__stars {
	align-items: center;
	color: var(--bbr-yellow);
	display: inline-flex;
	gap: 1px;
}

.sidebar-favorite__star {
	display: inline-flex;
	height: 12px;
	width: 12px;
}

.sidebar-favorite__star svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.sidebar-card--search .search-form,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe .newsletter-card__form {
	align-items: stretch;
	display: flex;
	gap: 0;
}

.sidebar-card--search .search-field,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe input[type="email"],
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe input[type="text"] {
	background: #fff;
	border: 1px solid #dcd4c7;
	border-right: none;
	border-radius: 0;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.sidebar-card--search .search-submit,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe button,
.single-story--bbr .article-layout__sidebar .newsletter-card.subscribe input[type="submit"] {
	align-items: center;
	background: var(--bbr-yellow);
	border: 1px solid var(--bbr-yellow);
	border-radius: 0;
	color: var(--bbr-black);
	display: inline-flex;
	justify-content: center;
	min-width: 52px;
	padding: 0 16px;
}

.single-story--bbr .tasty-recipes,
.single-story--bbr .wprm-recipe-container {
	background: #ffffff;
	border: 1px solid #ebe4d9;
	box-shadow: 0 14px 36px rgba(43, 44, 44, 0.05);
	margin: 46px 0 34px;
	padding: 30px;
}

.single-story--bbr .tasty-recipes h2,
.single-story--bbr .tasty-recipes .tasty-recipes-title,
.single-story--bbr .wprm-recipe-name {
	font-family: gazpacho, Georgia, "Times New Roman", Times, sans-serif;
	font-size: clamp(34px, 4.4vw, 48px);
	font-weight: 700;
	line-height: 1.05;
}

.single-story--bbr .tasty-recipes-buttons a,
.single-story--bbr .tasty-recipes-buttons button,
.single-story--bbr .wprm-recipe-buttons a,
.single-story--bbr .wprm-recipe-buttons button {
	background: var(--bbr-black);
	border: 1px solid var(--bbr-black);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 12px 18px;
	text-transform: uppercase;
}

.comments-area {
	background: #ffffff;
	border-top: 1px solid #ebe4d9;
	box-shadow: 0 14px 36px rgba(43, 44, 44, 0.05);
	margin-top: 56px;
	padding: 36px 40px 42px;
}

.comments-title {
	font-size: clamp(33px, 4.5vw, 44px);
	line-height: 1.06;
	margin-bottom: 14px;
}

.comments-intro {
	color: #4a443d;
	font-size: 16px;
	line-height: 1.85;
	margin-bottom: 18px;
}

.comments-intro p {
	margin: 0 0 10px;
}

.comment-notes,
.comments-area .logged-in-as {
	color: var(--bbr-gray);
	font-size: 14px;
	margin-bottom: 18px;
}

.comment-list {
	gap: 18px;
	margin: 0 0 30px;
	padding: 0;
}

.comment-list .comment-body {
	background: #fff;
	border: 1px solid #ebe4d9;
	border-radius: 0;
	box-shadow: none;
	padding: 20px 22px;
}

.comment-author {
	align-items: flex-start;
	display: flex;
	gap: 14px;
}

.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	width: 60px;
}

.comment-author__details {
	min-width: 0;
}

.comment-author .fn {
	font-family: gazpacho, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
}

.comment-metadata {
	font-size: 12px;
	letter-spacing: 0.14em;
	margin: 4px 0 0;
	text-transform: uppercase;
}

.comment-rating {
	align-items: center;
	color: #f2b955;
	display: inline-flex;
	gap: 4px;
	margin: 10px 0 0;
}

.comment-rating__star {
	color: #f2b955;
	display: inline-flex;
	height: 18px;
	width: 18px;
}

.comment-rating__star.is-empty {
	color: rgba(242, 185, 85, 0.28);
}

.comment-rating__star svg {
	display: block;
	height: 100%;
	width: 100%;
}

.comment-content {
	font-size: 16px;
	line-height: 1.85;
	margin-top: 14px;
}

.reply {
	margin-top: 16px;
}

.reply a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-form {
	gap: 18px;
	margin-top: 22px;
}

.comment-form label,
.comment-form legend {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	background: #fff;
	border: 1px solid #dcd4c7;
	border-radius: 0;
	padding: 12px 14px;
	width: 100%;
}

.comment-form textarea {
	min-height: 180px;
}

.comment-form-rating {
	border: 0;
	margin: 0;
	padding: 0;
}

.comment-rating-input {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 4px;
}

.comment-rating-input input {
	left: -9999px;
	position: absolute;
}

.comment-rating-input label {
	color: #d8d0c4;
	cursor: pointer;
	margin: 0;
}

.comment-rating-input label svg {
	display: block;
	height: 26px;
	width: 26px;
}

.comment-rating-input label:hover,
.comment-rating-input label:hover ~ label,
.comment-rating-input input:checked ~ label,
.comment-rating-input input:focus + label {
	color: #f2b955;
}

.comment-form-cookies-consent {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.comment-form-cookies-consent input {
	margin-top: 4px;
}

.comment-form-cookies-consent label {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	text-transform: none;
}

.comment-form .submit {
	background: var(--bbr-black);
	border: 1px solid var(--bbr-black);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	min-height: 48px;
	padding: 0 22px;
	text-transform: uppercase;
}

.comment-form .submit:hover {
	background: var(--bbr-yellow);
	border-color: var(--bbr-yellow);
	color: var(--bbr-black);
}

.comment-awaiting-moderation {
	color: var(--bbr-gray);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 12px 0 0;
	text-transform: uppercase;
}

@media (max-width: 1000px) {
	#main {
		font-size: clamp(18px, 2.2vw, 22px);
	}

	#main li a,
	#main .fallback-menu > li > a {
		padding: 0 6px 5px;
	}
}

@media (max-width: 1200px) {
	#main ul.mainmenu,
	#main ul.primary-menu,
	#main .fallback-menu {
		gap: 6px 12px;
		max-width: min(100%, 760px);
	}
}

@media (max-width: 799px) {
	#cmh {
		display: block;
	}

	body.admin-bar #cmh {
		top: 46px;
	}

	.header {
		border: none;
		height: 80px;
		margin: 0;
		padding: 0;
	}

	.header .logo,
	.header .top-nav,
	.main-nav-wrap {
		display: none;
	}

	.site-content {
		padding-top: 104px;
	}

	.single-breadcrumbs {
		font-size: 12px;
		letter-spacing: 0.12em;
		margin-bottom: 18px;
		text-align: center;
	}

	.single-hero--bbr .single-hero__title {
		font-size: clamp(42px, 11vw, 70px);
		line-height: 0.98;
		text-align: center;
	}

	.single-quick-links {
		justify-content: center;
	}

	.single-quick-links .tasty-recipes-quick-links {
		justify-content: center;
		width: 100%;
	}

	.single-quick-links .tasty-recipes-quick-links > li:nth-child(n + 2),
	.single-quick-links .tasty-recipes-quick-links > a:nth-child(n + 2) {
		display: none;
	}

	.single-hero__meta--posted,
	.single-share {
		justify-content: center;
		text-align: center;
	}

	.single-intro {
		font-size: 25px;
		line-height: 1.58;
		text-align: left;
	}

	.article-layout--bbr .article-layout__content,
	.article-layout--bbr .prose,
	.single-story--bbr .single-hero__media,
	.single-hero__title,
	.single-intro,
	.entry-footer--single {
		max-width: none;
	}

	.home-subscribe .wrap,
	.footer-subscribe .wrap,
	.home-section.video .container {
		display: block;
	}

	.home-subscribe .subscribe {
		padding: 35px 20px;
		text-align: center;
	}

	.home-subscribe .about {
		margin: -15px auto 0;
		padding: 24px 20px 18px;
	}

	.home-subscribe .about img {
		margin-left: 0;
	}

	.footer-subscribe .social-links {
		justify-content: center;
		margin: 16px auto 0;
	}

	.items-3-col .item {
		flex: 1 1 calc(50% - 12px);
	}

	.footer-nav,
	.copyright {
		float: none;
		text-align: center;
		width: 100%;
	}

	.footer-nav {
		margin-bottom: 20px;
	}

	.footer-nav a {
		font-size: 15px;
		padding: 10px 5px;
	}

	.article-layout--bbr {
		gap: 36px;
		grid-template-columns: minmax(0, 1fr);
	}

	.single-story--bbr .article-layout__sidebar {
		position: static;
	}

	.comments-area {
		padding: 30px 24px 34px;
	}
}

@media (max-width: 700px) {
	.press-strip__desktop {
		display: none;
	}

	.press-strip__mobile {
		display: block;
	}
}

@media (max-width: 650px) {
	.items-4-col .item {
		flex: 1 1 calc(50% - 12px);
	}

	.home-section .category-posts .title {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.home-section {
		margin-bottom: 40px;
	}

	.home-section.shaded {
		border: none;
		padding: 30px 0 40px;
	}

	.footer-subscribe .wrap,
	.home-subscribe .wrap {
		gap: 0;
	}

	.home-subscribe .subscribe,
	.footer-subscribe .subscribe {
		padding: 25px 15px;
	}

	.home-subscribe .about {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.single-action {
		justify-content: center;
		width: 100%;
	}

	.post-navigation-bbr {
		grid-template-columns: minmax(0, 1fr);
	}

	.post-navigation-bbr__next {
		text-align: left;
	}

	.sidebar-card {
		padding: 22px 20px;
	}
}

@media (max-width: 475px) {
	.wrap,
	.wrapper,
	.site-frame,
	.narrow {
		width: min(1120px, calc(100vw - 30px));
	}

	.post-cat {
		margin: -15px 0 5px;
	}

	.post-cat a {
		font-size: 10px;
		padding: 5px 10px 4px;
	}

	.items-4-col .title {
		font-size: 22px;
	}

	.single-intro {
		font-size: 22px;
	}

	.single-quick-links a,
	.single-quick-links button,
	.single-quick-links .tasty-recipes-quick-links a,
	.single-quick-links .tasty-recipes-quick-links button {
		font-size: 11px;
		min-height: 46px;
		width: 100%;
	}

	.single-quick-links .tasty-recipes-quick-links > li,
	.single-quick-links .tasty-recipes-quick-links > a {
		width: 100%;
	}

	.comments-area {
		padding: 26px 18px 30px;
	}
}

@media (max-width: 425px) {
	.items-3-col .item,
	.items-4-col .item {
		flex-basis: 100%;
	}

	.items-3-col,
	.items-4-col {
		gap: 24px;
	}

	.home-subscribe .about h2,
	.divider span,
	.home-section.video .caption h3 {
		font-size: 42px;
	}
}
