/* GLOBAL MOBILE STYLES */


/*ALL SMARTPHONE*/

@media only screen
and (max-width : 1100px) {

  .main-content {
    width: 90%;
    padding: 0;
  }

  .menu-list {
    font-size: .8em;
  }

  .bullet-circle-regular {
    width: 8px;
    height: 8px;
    margin-right: 10px;

  }

  .bullet-circle-small {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }

  .bullet-circle-xsmall {
    width: 4px;
    height: 4px;
  }

  .xsmall-spacer {
    margin-right: 7px;
  }

  .minas-map__container {
    width: 50%;
  }

}



@media only screen
/* and (min-width: 320px) */
and (max-width : 736px) {


.nav-link-home__container , .nav-link__container , #mc_embed_signup , input , .catering-text , .contact-text {
  font-size: .87em !important;
}

.nav-link {
  line-height: 1.3 !important;
}

.clear {
  display: block;
  margin-top: 10px;
}

#mce-EMAIL {
  margin-right: 0;
}

.mobile-background {
  display: block;
}

.desktop-background {
  display: none;
}

/* CONTACT */

.minas-map__container {
  width: 70%;
}

iframe {
  width: 450px;
  height: 300px;
}

/* ONLINE MENU */

.main-content {
  width: 100%;
  padding: 0px 20px 0px 20px;
}

.menu-list {
  font-size: .6em;
}

.tab {
  margin-left: 30px;
}




}



/* landscape */


@media only screen
and (max-width : 736px)
and (orientation: landscape) {



/* ONLINE MENU */

.main-content {
  width: 95%;
  font-size: .7em;
  padding: 0px 10px 0px 10px;
}


}




@media only screen
/* and (min-width: 320px) */
and (max-width : 400px) {

  iframe {
    width: 300px;
    height: 200px;
  }

}
