/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
.foodOrdering {
  margin-top: 1.7rem;
}
.foodOrdering a {
  font-family: 'Deck Bold';
  font-size: 1em;
  background-color: #000000;
  color: white;
  margin-left: 0.4rem;
  float: right;
  transition: all 0.1s linear;
  padding: 0.95rem;
  height: 48px;
}
.foodOrdering a:hover,
.foodOrdering a:active,
.foodOrdering a:focus {
  text-decoration: none!important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-color: white;
  color: #000000;
}
.foodOrdering select {
  float: right;
  font-family: 'Deck Bold';
  font-size: 1em;
  min-width: 180px;
  height: 48px;
  background-color: #000000 !important;
  color: white;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: url(images/down-white.png) right no-repeat transparent;
  -webkit-background-size: 30px 24px;
  -moz-background-size: 30px 24px;
  -o-background-size: 30px 24px;
  background-size: 30px 24px;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 1rem;
  margin-left: 0.4rem;
  transition: all 0.1s linear;
}
.foodOrdering select:hover,
.foodOrdering select:active,
.foodOrdering select:focus {
  background-color: white!important;
  color: #000000;
  background: url(images/down.png) right no-repeat transparent;
  -webkit-background-size: 30px 24px;
  -moz-background-size: 30px 24px;
  -o-background-size: 30px 24px;
  background-size: 30px 24px;
}
