
/* LOUNASRAUMA.FI - CSS */

/* CSS */
.mb-6 {
  margin-bottom: 1rem!important;
}

.lounasrauma-bg {
  background: #2A2623;
  padding: 1em 1em;
  text-align: center;
}

.lr-navigation-bg {
  background: #2A2623;
  text-align: center;
}

.nav-item a {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}

.nav-item a.active {
  color: #EA690A;
}

.lounasrauma-caption-white {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 46px;
  font-weight: 800;
  color: #FFFFFF;
}

.lounasrauma-caption-orange {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 46px;
  font-weight: 800;
  color: #EA690A;
}

.lounasrauma-title-white {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
}

.lounasrauma-title-orange {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #EA690A;
}

.lr-restaurant-list-caption-orange {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #EA690A;
}

.lr-modal-title {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #EA690A;
}

.lr-modal-weekday-caption {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.lr-modal-caption {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 16px;
  font-weight: 600;
  color: #EA690A;
}

.lr-modal-text {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.lr-modal-text-title {
  font-family: sans-serif;
  font-style: bold; 
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.lr-line-white {
  color: #FFFFFF;
}

.lr-table-item-100 {
  width: 100%;
}
.lr-table-item-90 {
  width: 90%;
}
.lr-table-item-10 {
  width: 10%;
}

.lr-food-font {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.lr-price-font {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.lr-info-font {
  padding-left: 20px;
  font-family: sans-serif;
  font-style: italic; 
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}

.lr-list-missing-text {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 14px;
  font-weight: 400;
  color: #CCD1D1;
}

.lr-list-missing-link a {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #EA690A;
}

@media (max-width: 768px) {
  .lounasrauma-caption-white {
    font-family: sans-serif;
    font-style: normal; 
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
  }
  
  .lounasrauma-caption-orange {
    font-family: sans-serif;
    font-style: normal; 
    font-size: 36px;
    font-weight: 800;
    color: #EA690A;
  }

  .lounasrauma-title-white {
    font-family: sans-serif;
    font-style: normal; 
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  .lounasrauma-title-orange {
    font-family: sans-serif;
    font-style: normal; 
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #EA690A;
  }
 
  .nav-item a {
    font-family: sans-serif;
    font-style: normal; 
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
  }
  
  .nav-item .active {
    font-family: sans-serif;
    font-style: normal; 
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #EA690A;
  }
  
  .nav-item a:hover {
    font-family: sans-serif;
    font-style: normal; 
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #EA690A;
  }  
}

.card-footer {
  background: #FFFFFF;
  border-top: 0;
}

.show-restaurant-details a:link, 
.show-restaurant-details a:visited, 
.show-restaurant-details a:active, 
.show-restaurant-details a:hover {
  font-family: sans-serif;
  font-style: normal; 
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: #EA690A;
}