/*
Theme Name: Digital Registry
Theme URI: https://digitalregistry.org.uk
Template: hello-elementor
Author: Digital Registry
Author URI: https://digitalregistry.org.uk
Version: 2.0.1638797980
Updated: 2021-12-06 13:39:40

*/
.jet-mega-menu-item {
    display: list-item !important;
}
/*Remove Breadcrumbs on Desktop and Mobile*/
.woocommerce-breadcrumb {
display: none;
}
@media (min-width: 1200px){
.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1500px !important;
	}}
.jet-breadcrumbs__item:nth-child(4),.jet-breadcrumbs__item:nth-child(5){
	display:none;
}

