/*
CTC Separate Stylesheet
Updated: 2021-11-09 21:19:14
Theme Name: HTFU Child
Theme URI: https://hurrythefoodup.com/
Template: htfu
Author: HTFU
Author URI: https://hurrythefoodup.com/
Description: HTFU Theme
Version: 1.0.1636485554
*/

@media screen and (min-width: 992px) {
	.logged-in .c-header .c-nav__menu .menu {
		margin-top: 0px !important;
	}
}

.bb_colored_categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.bb_colored_category a {
	display: block;
	font-family: 'Roboto', Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	border-radius: 100px;
	padding: 4.5px 16px;
	letter-spacing: 0.2px;
}
.bb_colored_category a:hover {
	color: #fff;
	opacity: 0.9;
}
.bb_colored_category {
	margin: 0 10px 10px 0;
}

.h100, .h100 * {
	height: 100%;
}