body {
  overflow-x: hidden;
  font-family: 'Lato';
  font-size: 16px;
  color:#707070!important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Lato';
}

p, span, li{
  font-family: 'Lato';

}


.lafood-title h1{
  font-size:50px;
  font-weight:bold;
  color:#012604;
}

.lafood-title h2{
  font-size:30px;
  font-weight:bold;
  color:#012604;
}


.lafood-title img {
  vertical-align: middle;
  width:120px!important;
}



.bg-light{
  background-color:#f9f9f9!important;
}


.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #c99d40!important;
    border-color: #c99d40!important;
}

.btn-primary:hover{
    color: #212529!important;
    background-color: #0e3d18!important;
    border-color: #0e3d18!important;
}





/* unvisited link */
a:link {
    color: #000;
    text-decoration: none!important;
  }
  
  /* visited link */
  a:visited {
    color: #000;
  }
  
  /* mouse over link */
  a:hover {
    color: #0865a6;
    text-decoration: none!important;
  }
  
  /* selected link */
  a:active {
    color: #0865a6;
  }

  .more_link{
    color:#0865a6;
    text-decoration: none;
    font-weight:bold;
}
.more_link a{
    color:#0865a6;
    text-decoration: none;
}




/****************  unvisited link ****************** */

.item-amenities  ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  text-align:right;
}

.item-amenities  li {
  list-style-type: none;
  float: left;
  font-size:15px;
  margin-right:6px;
  margin-top:5px!important;
  text-align:right;
}

.item-amenities  li a {
  display: block;
  color: white;
  text-align: right;
  padding: 4px;
  text-decoration: none;
}

.item-amenities .s_text{
    font-size:9px;
    display:none;
}