
/* Index Restaurant */

.nav-transparent-nav>li>a,
.nav-transparent-nav>li>a:visited,
.nav-transparent-nav .divider {
   font-family: 'Dancing Script', cursive;
   font-size: 18px;
   text-transform: capitalize;
   font-weight: 400;
}

.theme-restaurant h1,
.theme-restaurant h2,
.theme-restaurant h3,
.theme-restaurant h4 {
   color: #968B82;
   font-family: 'Dancing Script', cursive;
}

.theme-restaurant .heading-title {
   font-family: 'Dancing Script', cursive;
   color: #968B82;
}

.theme-restaurant .heading-title span {
   font-family: 'Dancing Script', cursive;
}

.theme-restaurant h1 {
   font-size: 70px;
}

.theme-restaurant .square {
   width: 200px;
   height: 70px;
   border: 1px solid #968B82;
   color: #000;
   text-align: center;
   line-height: 70px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 40px;
}

.theme-restaurant .square h3 {
   font-size: 22px;
   font-weight: 400;
   text-transform: capitalize;
}

.theme-restaurant .box-info {
   color: #fff;
   border: 1px dashed #968B82;
   background-color: rgba(0,0,0,0.60);
   padding: 10px 45px;
}

.theme-restaurant .day {
   font-family: 'Open Sans', sans-serif;
   border-right: 1px solid #968B82;
   font-size: 50px;
   line-height: 50px;
   padding-right: 15px;
   font-weight: 100;
   display: table-cell;
   margin-bottom: 0;
   margin-top: 0;
}

.theme-restaurant .month,
.theme-restaurant .year {
   font-family: 'Open Sans', sans-serif;
   font-size: 12px;
   display: block;
   font-weight: 400;
   padding-left: 15px;
   text-transform: uppercase;
}

.theme-restaurant .box-info h3 {
   font-size: 24px;
   margin-top: 10px;
   margin-bottom: 0;
   text-align: center;
   text-transform: capitalize;
}

.theme-restaurant .menu-1 {
   width: 100%;
   position: relative;
   display: table;
   padding-top: 0;
   padding-right: 30%;
   padding-left: 30%;
   padding-bottom: 0;
}

.theme-restaurant .menu-1 p {
   float: left;
   margin: 3px 0px;
   font-size: 11px;
   text-align: left;
   font-weight: 700;
   position: relative;
}

.theme-restaurant .menu-1 .price {
   float: right;
   margin: 3px 0px;
   font-weight: 400;
   font-size: 12px;
   position: relative;
}

.theme-restaurant .menu-2 {
   width: 100%;
   position: relative;
   display: table;
   margin-bottom: 20px;
}

.theme-restaurant .menu-2 h3 {
   font-weight: 400;
   font-size: 26px;
   margin-bottom: 5px;
   color: #968B82;
   text-transform: capitalize;
}

.theme-restaurant .menu-2 p {
   float: left;
   padding-right: 10px;
   background-color: #fff;
   font-size: 13px;
   position: relative;
   z-index: 1;
}

.theme-restaurant .menu-2 .price {
   font-family: 'Dancing Script', cursive;
   float: right;
   margin-top: -5px;
   padding-left: 12px;
   background-color: #fff;
   font-weight: 400;
   font-size: 16px;
   position: relative;
   color: #968B82;
   z-index: 1;
}

.theme-restaurant .menu-2 .dot {
   width: 100%;
   position: absolute;
   left: 0px;
   top: 67px;
   border-top: 1px dotted #968B82;
   z-index: 0;
}

.theme-restaurant .testimonial-2 h3 {
   text-transform: capitalize;
   font-weight: 400;
}

.footer-2 .sub {
   background-color: #2F2D2B;
}
