/*hide homepage title*/
.home .entry-title {
	display: none !important;
}
.home .wf-active h1 {
	display: none !important;
}
.home .wf-active {
	display: none !important;
}
.home .singular {
	display: none !important;
}

/*home hero background colour*/
.wp-block-cover.has-background-dim {
    background-color: #5A2B01;
}


/*pale blue shop by department block*/
.shop-by a, li a {
	color: #5a2b01 !important;	
}
/*page content highlight block*/
.highlight {
	border: 1px #5A2B01 solid;
	color: #5A2B01;
	background-color: #dee8ea;
	padding: 2%;
}

/*site footer*/
.site-footer {
	background: #dee8ea;
	color: #5A2B01;
	
}
.site-footer .widget.widget_text a {
	color: #5A2B01;
}
.site-footer a {
	color: #5A2B01 !important;
}
.confit-address a {
	color: #5A2B01 !important;
}
.footer-widgets.clear {
    border-top: 1px solid #5A2B01;
    border-bottom: 1px solid #5A2B01;
}
.site-footer {
    border-top: 3px solid #5A2B01;
	border-bottom: 3px solid #5A2B01;
}


/*site nav*/
@media screen and (min-width: 769px) {
	.primarymenu {
    border-top: 3px solid #5A2B01;
        border-top-color: rgba(90, 43, 1, 1);
    border-bottom: 3px solid #5A2B01;
        border-bottom-color: rgba(90, 43, 1, 1);
    margin-bottom: 3em;
    padding: 1.3125em 0;
}
}
/*Ecwid store*/
html#ecwid_html body#ecwid_body .horizontal-menu-container.horizontal-desktop nav.horizontal-menu {
    padding: 5px 10px;
	background-color: #dee8ea;
    border: 1px solid #5A2B01 !important;
    border-radius: 5px;
	color: #5A2B01 !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link--muted {
    color: #5A2B01 !important;
}


html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link--muted:hover {
    text-decoration: underline;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-text-muted {
    color: #5A2B01 !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:hover:not(.form-control--error):not(.form-control--focus) .form-control__text, html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:hover:not(.form-control--error):not(.form-control--focus) .form-control__textarea {
background: #5A2B01 !important;
	color: #ffffff !important;
}
html#ecwid_html body#ecwid_body .ec-cart-email-input {
	color: #5A2B01 !important;
}
html#ecwid_html body#ecwid_body .ec-cart-email__text, .ec-full-name__text,  .ec-phone__text {
	color: #5A2B01 !important;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .form-control--large .form-control__text, html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .form-control--large .form-control__prefix, html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .form-control--large .form-control__suffix {
	background: #ffffff !important;
	color: #5A2B01 !important;
}
ec-cart__coupon ec-cart-coupon {
color: #5A2B01 !important;
}
ec-cart__coupon ec-cart-coupon p {
color: #5A2B01 !important;
}
.ec-size .ec-store .form-control__placeholder-inner {
color: #5A2B01;
}
.ec-size .ec-store .form-control__qty-field {
color: #5A2B01;
	background: #ffffff;
}
.ec-size .ec-store .form-control__qty-field:hover {
	color: #ffffff;
	background: #5A2B01;
}

.solid-border-button {
	border-bottom: solid;
}

.page-id-4595 .entry-title {
font-family: "Ubuntu",sans-serif;
}


/*Menu Tweak(s)*/

#menu-item-1854 a {
font-weight: bold;
	font-size: 1.5rem;
text-shadow: 1px 1px 1px black;
	
}

.main-navigation li{
		vertical-align: middle;
	!important;
}