.pl-developer {
	display: none !important;
}

body .brm-heading h2 {
    font-size: 40px;
    letter-spacing: 0px;
    font-family: "Muli" !important;
}

body .brm-menu {
    font-family: "Muli" !important;
}

.brm-menu-section {
	margin-bottom: 35px !important;
}

body .brm-item {
 margin-bottom: 0px !important;
}

body .brm-heading {
    border-bottom: 2px solid #F8B044;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

html body .menu-mobile-button {
	display: none !important;
}

.spon .brm-item-price:after {
	content: " cad";
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
body .brm-item-name {
    font-size: 17px;
    padding-bottom: 0px;
    width: 75%;
    line-height: 25px;
    border-bottom: none;
}

body .brm-item-price {
    font-size: 17px;
    margin-top: -25px;
}

body .brm-heading h2 {
    font-size: 28px;
}

body .brm-menu {padding-left: 15px;padding-right: 15px;padding-top: 35px;}

body .brm-item > div:after {
	    border-bottom: 2px dotted #7c7c7c;
	    content: "";
	    display: block;
	    width: 100%;
	    padding-top: 2px;
	    margin-bottom: 5px;
}
	
	.layout-theme {
    display: block;
}

}