/**
 * Minimalist front-end styles
 */


.brm-menu {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 2.5rem 0px 1.5rem 0px !important;
}

.brm-heading h2 {
  color: #e67400;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: block;
  margin-bottom: 0rem !important;
  font-family: "Rajdhani", sans-serif;
}

.brm-heading-description {
  color: #2c3a41;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px; 
  }

.brm-heading {
  margin-bottom: 0px;
  padding-bottom: 20px; }

.brm-heading.subgroup {
  border-bottom: 0;
  padding: 0px; 
  padding-top: 1.5rem;
  border-top: 1px solid #7c7c7c;
}
  


.brm-heading.subgroup h2 {
  margin-bottom: 0.5rem !important;
  font-size: 1.2rem !important;
  line-height: 1.25rem !important;
  color: #1a307f;  }

.brm-item {
  margin: 0px 0 25px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.brm-item-details {
  float: none;
  overflow: hidden; }

.brm-item-name {
  font-size: 24px;
  color: #000;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #7c7c7c; 
  }
  
  
.brm-item-name .mr-4 {
    margin-right: 1rem !important;
}

.brm-item-name .w-fit {
    margin-right: 0.5rem;
}


  

.brm-item-description {
  color: rgba(44,58,65,1);
  font-size: 16px;
  text-align: left;
  padding: 10px 0;
  line-height: 1.5em; }

.brm-item-price {
  float: right;
  font-size: 24px;
  color: #000;
  margin-top: -45px; }
  
  

.pl-developer {
  max-width: 880px;
  margin: 0 auto 50px auto;
  font-size: 14px;
  text-align: right;
  color: #666; }

.pl-developer a {
  color: #ff8400; }

.pl-developer a:hover {
  color: #d92c73; }

@media only screen and (max-width: 767px) {
  .brm-menu {
    padding: 24px 24px; }
  .brm-item-details {
    margin: 0; }
  .brm-item-name {
    font-size: 20px;
    padding: 0 0 6px 0; }
  .brm-item-price {
    font-size: 20px;
    margin-top: -28px; }
  .brm-item-description {
    padding: 4px 0;
    font-size: 13px; }
  .brm-heading-description {
    font-size: 14px; }
  .brm-menu-section h2 {
    font-size: 32px;
    letter-spacing: -1px; }
  .brm-menu-section .subgroup h2 {
    font-size: 24px; }
  .brm-item-image {
    max-width: 90px; }
  .pl-developer {
    text-align: center;
    padding: 0 20px; } }
