/*@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
body{
	background: #212529;
	font-family: "Josefin Sans",sans-serif;
}
h1,h2,h3,h4,h5,h6{
	color: #cc964b;
	/*font-family: 'Dosis', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Josefin Sans",sans-serif;
}
.food{
	background-image:linear-gradient(rgba( 0, 0, 0, 0.1), rgba( 0, 0, 0, 0.1)), url(bannerfood.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 500px;
}
.bar{
	background-image:linear-gradient(rgba( 0, 0, 0, 0.1), rgba( 0, 0, 0, 0.1)), url(localbar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 500px;
	background-size:contain;
}

h2{
	position: relative;
}
.eltdf-section-title-holder .eltdf-st-title-holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.eltdf-section-title-holder .eltdf-st-title-holder .decor:first-of-type {
    left: -30px;
}
.eltdf-section-title-holder .eltdf-st-title-holder .decor {
    color: #cc964b;
    position: relative;
}
.eltdf-section-title-holder.eltdf-st-decor-animation .decor {
    top: -5px;
}
.eltdf-section-title-holder .eltdf-st-title-holder .decor:last-of-type {
    right: -30px;
}
.eltdf-section-title-holder.eltdf-st-decor-animation .decor:last-of-type {
    -webkit-transform: rotate(
180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
180deg);
}
.eltdf-section-title-holder.eltdf-st-decor-animation .decor:last-of-type {
    top: -3px;
}

 h2.eltdf-st-title {
    color: #cc964b;
}
 .item {
    margin-bottom: 37px;
}
.main {
    color: #cc964b;
}
.title {
    color: #cc964b;
    padding-right: 5px;
    margin: 0;
}

.price {
    font-family: caviar_dreamsbold,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #cc964b;
    font-size: 19px;
    line-height: 1.52em;
    letter-spacing: .23em;
    letter-spacing: .03em;
    margin: 0;
    padding-left: 15px;
}
.price, .title {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
}
.lines {
    display: table-cell;
    width: 98%;
    border-bottom: 1px solid #cc964b;
    position: relative;
    bottom: 12px;
}
.lines:before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #cc964b;
}

.desc {
    margin: 4px 0 0;
}
/*Table CSS*/
th, td {
    border-right: 1px solid;
}
thead th{
    text-align: center;
    color:#cc964b;
    border-color: white;
}
td{text-align: center;}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: snow;
}
/*Responsive CSS*/
@media (max-width: 768px){
 .navbar {
    padding-bottom: 250px;
}
.price, .title {    
    display: inline-block;
    width: auto;
    white-space: normal;
}
.price{
    font-weight: normal;
    font-size: 1.10rem;
}
h5{
    font-size: 1.10rem;
}
.h2, h2 {
    font-size: calc(1.1rem + .9vw);
}

.eltdf-st-title-holder {
    margin-bottom: 0.8rem;
}
.p-5 {
    padding: 1rem!important;
}
.px-5 {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
.pb-5 {
    padding-bottom: 1rem!important;
}
.price{
    padding-left: 0;
}
.eltdf-section-title-holder .eltdf-st-title-holder .decor:first-of-type {
    left: -5px;
}    
.eltdf-section-title-holder .eltdf-st-title-holder .decor:last-of-type {
    right: -5px;
}
.item {
    margin-bottom: 25px;
}
}