@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

.display p{
    font-size:19px;
}

body, p {
    font-family: ubuntu;
}

.header-img .image-full {
    height: 135px !important;
}

.slide-rows div:last-child{
  color: #ff3e00;
}


.is-container {
 z-index: auto!important;
}

.com-widget-container .container{
 background-color: transparent!important;
}
.com-widget-container .btn-rengine.orphan{
 width:150px;
}




/**SLIDER MENU**/


a.nav-expander {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  /*font-size: 15px;*/
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1.7em 0.5em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  /*width: 130px;*/
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
 
a.nav-expander:hover {
  cursor: pointer;
}
 
a.nav-expander.fixed {
  position: fixed;
}
 
.nav-expanded a.nav-expander.fixed {
    right: 20em;
}


nav {
  background: #fff;
  box-shadow: 1px 1px 0.5rem black;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 99999;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 border-left:2px solid #9B881F;
}
.nav-expanded nav {
  right: 0;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  color:#000!important;
}



.main-menu {
  padding-top: 12px;
}
 
.main-menu li {
  border-bottom: 0;
  margin-left: 20px;
  font-size: 20px;
  padding: 8px;
}
 
.main-menu li a {
  color:  #202835;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}
 
.main-menu li a:hover {
  color: #9B881F;
  text-decoration: none;
}
 
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
 
.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
    border-top-color: #4f5963;
}
 
.main-menu li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
 
.main-menu li.open > a:hover > .caret {
    border-bottom-color: #4f5963;
}


.fa-bars {
    font-size: 40px!important;
    color:black!important;
}

.fa-bars:before {
    content: "\f0c9";
    color: white;
   /* text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;*/
    content: "\f0c9";
    color: white;
    padding: 17px 20px;
    border-radius: 50px;
    background: rgba(0,0,0,0.2);
}
 
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}



.navbar-fixed-bottom {
    background: #222; 
    padding: 20px; 
    color: #fff;
  
}

.is-container {
    z-index: auto!important;
}
.is-overlay {
    z-index: 0!important;
}

/*MENU*/

.menu-title, .menu-price {
    font-size: 20px;
    margin: 0;
    font-family: Georgia, sans-serif;
    color: #202835;
}
.menu-price-detail {
    position: relative;
    text-align: right;
    font-family: Georgia, sans-serif;
    color: #202835;
    margin-left:-15px!important;
}
/*.menu-price{
    margin-left:-15px;
}*/
.menu-description{
    font-size:14px;
    font-family: Georgia, sans-serif;
    color: #202835;
}
.menu{
    border-bottom:1px solid #9B881F;
}

hr.hr2{
    border-top:1px solid #202835;
    width:90%;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
}

@media (max-width: 768px){
    .menu-title{
        text-align:left;
    }
    .menu-price{
        text-align:right;
    }
    #buttonhref1 {
    width: -webkit-fill-available;
    margin-right: 0px!important;
    }
    #buttonhref2 {
        width: -webkit-fill-available;
    }
    .border_right{
        border:0px!important;
    }
}

.footer-text {
font-family: fira sans;
font-size: 18px;
} 

.fas.fa-fish{
    border:1px solid #9B881F;
    background-color: #202835;
    color:#fff;
    border-radius:50%;
    padding:12px 15px 12px 15px;
    /*transform: rotate(-10deg);*/
}

.menuimg{
    border:1px solid #9B881F;
    border-style:double;
    padding:5px;
}

.border_right{
    border-right:1px solid grey;
}