/*!
 * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
 **/

@font-face {
  font-family: 'Figtree';
  src: url(/assets/fonts/figtree/Figtree-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Figtree-semibold';
  src: url(/assets/fonts/figtree/Figtree-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Figtree-bold';
  src: url(/assets/fonts/figtree/Figtree-Bold.ttf) format('truetype');
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Figtree-bold', sans-serif;
}

h1 {
  font-size: 24px;
  padding-left: 15px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

body {
  font-family: 'Figtree', sans-serif;
  padding-top: 56px;
  background: #F6F6F6;
  height: 100%;
  min-height: 100%;
}

#header {
  min-height: 56px;
  background: #F6F6F6;
  padding: 10px 15px 0 15px;
}

#header .nav-link {
  color: #FFF;
}

#header .nav-link i {
  margin-right: 3px;
}

.navbar-brand {
  padding: 0;
}

.blue-button {
  background: #212529;
  border-color: #212529;
  color: #FFF;
  border-radius: 10px;
  border: none;
  padding: 10px 20px;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  text-transform: uppercase;
}

.blue-button:focus, .blue-button:active {
  outline: none;
  box-shadow: none;
}

.blue-button:hover {
  color: #FFF;
  background: #444;
  text-decoration: none;
}

.disabled {
  opacity: 0.25;
  cursor: default;
}

#submit-order.disabled:hover {
  background: #3271A3;
}

.no-wrap {
  white-space: nowrap;
}

.pull-right {
  float: right;
}

#main-content {
  min-height: calc(100% - 74px);
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
}

#main-content h1 {
  padding: 20px;
  margin: 0;
}

.language-selector {
  float: right;
  margin-top: 5px;
}

#help-link {
  position: absolute;
  top: 6px;
  right: 0;
  float: right;
  background: none;
  border: none;
  margin-left: 10px;
  padding: 5px;
}

#info-text {
  margin-top: 30px;
  text-align: center;
}

footer {
  padding: 10px 0;
}

#footer-links {
  text-align: center;
}

#footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer-links a {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}

#footer-links a:hover, #footer-links a.active {
  text-decoration: none;
}

#footer-links li {
  display: inline-block;
}

#restaurant-order-contacts a {
  color: #FFF;
  margin-left: 20px;
  display: inline-block;
}

#restaurant-order-contacts a:hover {
  text-decoration: none;
}

#restaurant-order-contacts a span {
  margin-left: 5px;
}

#header .container {
  position: relative;
}

#top-bar {
  padding: 8px 30px;
  min-height: 56px;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  background: #373A44;
  border-radius: 15px;
  width: 100%;
}

#card-logos {
  text-align: left;
}

#card-logos p {
  margin-bottom: 0;
}

#card-logos img {
  height: 45px;
}

#company-details, #contact-details {
  padding-top: 9px;
}

#company-details {
  text-align: center;
}

#contact-details {
  text-align: right;
}

#contact-details a {
  color: #FFF;
  margin-left: 10px;
  display: inline-block;
}

#contact-details a i {
  margin-right: 3px;
}

#contact-details p, #company-details p {
  margin-bottom: 5px;
}

#contact-details p:last-child, #company-details p:last-child {
  margin-bottom: 0;
}

.modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  background: #373A44;
}

.modal-body {
  background: #FFF;
  padding: 15px;
}

.modal-header {
  padding: 15px 15px 11px 15px;
  color: #FFF;
  border-bottom: none;
  border-radius: 0;
}

.modal-header h5 {
  font-size: 23px;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-family: Figtree-bold;
}

.modal-header .close {
  color: #FFF;
  text-shadow: none;
  opacity: 1;
  padding: 15px;
  position: relative;
  top: -1px;
}

.modal-header .close:focus {
  outline: none;
}

.modal-dialog {
  max-width: 500px;
}

@media (max-width: 1199px) {
  #card-logos img {
    height: 40px;
  }
  #company-details {
    padding-top: 0;
    line-height: 125%;
    text-align: left;
  }
  #company-details span {
    display: inline-block;
  }
}

@media (max-width: 990px) {
  #contact-details {
    padding-top: 0;
  }
  #card-logos img {
    height: 30px;
  }
  #contact-details a {
    margin-left: 0;
  }
  #orders-title {
    display: none;
  }
  #restaurant-order-contacts a {
    margin-left: 0;
    display: block;
    text-align: left;
  }
  #company-details, #contact-details {
    line-height: inherit;
  }
}

@media (max-width: 575px) {
  #company-details, #contact-details {
    top: 0;
    padding-bottom: 7px;
    line-height: 175%;
  }
  #card-logos {
    text-align: center;
    padding-bottom: 11px;
  }
  #card-logos img {
    height: 40px;
  }
  #contact-details {
    padding-bottom: 0;
    text-align: center;
  }
  #contact-details a {
    margin: 0 5px;
  }
  #company-details {
    text-align: center;
  }
}

/* */

#footer-contacts a {
  color: #FFF;
  margin-left: 20px;
}

.language-select img {
  height: 20px;
  width: 30px;
}

.language-select {
  margin-left: 10px;
  opacity: 0.5;
}

.language-select.active {
  opacity: 1;
}

@media (max-width: 767px) {
  #top-phone {
    margin: 0 20px;
  }
  #top-bar {
    padding: 8px 15px;
  }
}

@media (max-width: 600px) {
  #footer-links {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .pull-right {
    float: none;
  }
}

@media (max-width: 575px) {
  #restaurant-order-contacts {
    padding-top: 3px;
    padding-bottom: 6px;
    line-height: 175%;
  }
  #restaurant-order-contacts a, #orders-title {
    display: inline-block;
    margin: 0 5px;
  }
  #footer-links {
    padding-bottom: 7px;
    text-align: center;
  }
  #footer-links a {
    margin: 0 5px;
  }
  #orders-title {
    display: none;
  }
  #restaurant-order-contacts a, #footer-links a {
    font-size: 14px;
  }
  .container, #header .container {
    overflow: hidden;
  }
}

@media (max-width: 525px) {
  #top-phone span {
    display: none;
  }
  #top-phone {
    margin: 0;
    position: absolute;
    font-size: 25px;
    top: 10px;
    right: 85px;
  }
  #top-phone.home-page {
    top: 2px;
    right: 112px;
  }
  #header .container {
    padding-right: 0;
  } 
}

@media (max-width: 400px) {
  li#user-login-link {
    display: block;
    margin-top: 10px;
  }
}

.fancybox-slide--iframe .fancybox-content {
  max-width  : 90%;
  max-height : 90%;
  margin: 0;
}

.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-front {
  z-index: 1100;
}

/* */

#web-orders-disabled {
  background: #FFF;
  padding: 100px 50px;
  box-sizing: border-box;
  margin-top: 20px;
}

/* */

#home-delivery-notification {
  margin: 10px 0 0 0;
  font-weight: 600;
}