/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### NAV VARIABLES ###### */
/* ##### HEADER BANNER VARIBLES ##### */
/* ##### BTN VARIABLES ##### */
/* ##### CARDS VARIABLES ##### */
/* ##### FOOTER VARIABLES ##### */
.menu-col {
  display: flex;
  justify-content: flex-start;
  flex-direction: column; }
  .menu-col h2 {
    align-self: center; }
    .menu-col h2:after {
      display: none; }

.menu-slide {
  width: 100%; }

.menu-col h2 {
  margin: 30px 0 10px 0; }

.avd-menu-layout.hasBckgrd {
  margin-bottom: 45px; }
.avd-menu-layout .fdm-section .fdm-section-header {
  display: none; }

.fdm-section {
  position: relative; }
  .fdm-section:before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    background-color: #da291c;
    left: 15px;
    top: 0;
    bottom: -15px; }
  .fdm-section .fdm-item {
    border-bottom: 2px solid #aaaaaa;
    padding-left: 30px;
    margin-bottom: 0; }
    .fdm-section .fdm-item .fdm-item-panel {
      margin-bottom: 0; }
      .fdm-section .fdm-item .fdm-item-panel .fdm-item-title {
        font-weight: bold;
        margin: 0;
        padding: 15px 0 0; }
      .fdm-section .fdm-item .fdm-item-panel .fdm-item-content p {
        color: #414141; }
      .fdm-section .fdm-item .fdm-item-panel .fdm-item-price-wrapper {
        height: 100%;
        padding: 0;
        width: 25%; }
  .fdm-section .fdm-item-price {
    color: #da291c; }

.menu-nav-container .collapse-menu-title {
  background-color: transparent;
  outline: none;
  display: flex;
  width: 90%;
  padding: 10px 0;
  justify-content: space-around;
  border: 1px solid #000;
  margin: 0 auto 10px; }
  .menu-nav-container .collapse-menu-title.collapsed i.icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
.menu-nav-container .collapse-nav {
  position: relative;
  padding-left: 0;
  flex-direction: column;
  list-style: none;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .menu-nav-container .collapse-nav .menu-nav-item {
    cursor: pointer;
    height: 30px;
    width: 70%;
    margin: auto; }
    .menu-nav-container .collapse-nav .menu-nav-item.active {
      border-bottom: 2px solid #da291c; }
    .menu-nav-container .collapse-nav .menu-nav-item:hover {
      opacity: .8; }

.avd-menu-layout.default {
  padding: 15px 5px 70px 5px; }
.avd-menu-layout.none {
  padding: 0; }

@media (max-width: 768px) and (min-width: 768px) and (max-height: 1024px) {
  #menu .container {
    max-width: 756px; } }
@media screen and (min-width: 768px) {
  .fdm-section .fdm-item-title {
    padding: 15px 0; }
  .fdm-section .fdm-item-price-wrapper {
    padding: 15px 0; } }
@media screen and (min-width: 992px) {
  .avd-menu-layout.default {
    padding: 15px 40px 70px 40px; }

  .menu-nav-container .collapse-nav {
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0; }
    .menu-nav-container .collapse-nav .menu-nav-item {
      margin: 0 10px;
      width: unset; } }

/*# sourceMappingURL=menu-builder.css.map */
