/*
Theme Name: Debbie's Smoothies
Template: twentytwentyone
*/
header {
	padding: 0px !important;
}
body {
	background-color: #FFF !important;
}
main {
	padding-top: 0px !important;
}
p {
	max-width: 1280px !important;
}
.wp-block-table {
	max-width: 1280px !important;
}
.entry-header,
.woocommerce-products-header {
	background: url('/wp-content/themes/twentytwentyone-child/images/banner.jpg') 0 0 no-repeat;
	background-size: cover;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
    border-top: 3px solid #e5103e;
    border-bottom: 3px solid #e5103e !important;
}
.entry-title,
.woocommerce-products-header__title.page-title {
	max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    color: #4A0C4D;
}
.entry-content {
	margin-top: 0px !important;
}
.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
	color: #a76c94 !important;
	font-weight: bold;
}
#header-wrap {
	background: #F7F17C;
}
.menu-button-container #primary-mobile-menu {
	font-weight: bold !important;
}
.site-branding {
	max-width: 40% !important;
}
.site-logo {
	position: relative !important;
	left: 0px !important;
	top: 0px !important;
}
/*.site-logo img {
	box-shadow: -9px 8px 10px -1px #d3cd61;
}*/
.custom-logo-link img {
	max-height: none !important;
	max-width: 100% !important;
	/*width: 500px !important;*/
	width: 250px !important;
	height: auto !important;
	/*border-radius: 5px;*/
}
.primary-navigation a {
	font-size: 25px !important;
}

.wp-block-columns {
	max-width: 100% !important;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}
.home-block {
	max-width: 100% !important;
	margin: 0px !important;
}
@media all and (max-width: 900px) {
	.home-block {
		padding: 2rem 0;
	}
}
.home-block .wp-block-group__inner-container {
	max-width: 1280px;
	padding: 0 2rem;
}
.home-block img {
	max-width: 250px !important;
	width: 100%;
}
.home-block p {
	color: #fff;
	font-weight: bold;
    font-size: 1.75rem;
}
.home-block .order-online img {
	border-radius: 20px;
}
.home-block-1 {
	background: #f37f0c;
}
.home-block-1 img {
	box-shadow: 10px 0px 14px 0px #b26a23;
}
.home-block-2 {
	background: #d30f30;
}
.home-block-2 img {
	box-shadow: 10px 0px 14px 0px #9e192f;
}
.home-block-3 {
	background: #ed4f1a;
}
.home-block-3 img {
	box-shadow: 10px 0px 14px 0px #9c4021;
}
.home-block-4 {
	background: #e0cc1f;
}
.home-block-4 img {
	box-shadow: 10px 0px 14px 0px #c59f1c;
}
.home-block-4 .list-header {
	padding-right: calc(2 * var(--global--spacing-horizontal));
}
.home-block-4 ul {
	float: right;
}
.home-block-4 .order-online {
	clear: both;
	text-align: left;
	padding-left: 6rem;
}
.home-block li {
	color: #4A0C4D;
	font-weight: bold;
}

footer .widget-area {
	margin-top: 0px !important;
	width: 100% !important;
}
footer .wp-block-social-link a {
	color: #fff !important;
}
footer form input {
	max-width: 100% !important;
}

/* Hide WooCommerce stuff */
.woocommerce-tabs ul li.additional_information_tab,
.sku_wrapper,
.entry-summary .price {
    display: none !important;
}

/*ABOUT PAGE*/
#post-7 .entry-content .wp-block-columns {
	align-items: flex-start;
}