.gal {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}

.insta-container {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}

.gal img {
    width: 100%;
}

.insta-image {
    display: block;
    width: 100%;
    height: auto;
}

.insta-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #000000;
}

.insta-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.banner-area {
    height: 80% !important;
}

@media only screen and (max-width: 767px) {
	.banner-area {
    height: 100% !important;
	}
}

.banner-area .transparent-nav .content {
    padding-top: 5px !important;
}

.book-table {
    margin: 0 -15px 50px;
}
.about-area, .half-bg{
    margin:30px 0;
}

.bg-theme {
    background-color: #091373 !important;
}

.about-area.half-bg .opening-hours::before {
    position: absolute;
    left: 0;
    top: -100px;
    content: "";
    height: 500%;
    width: 200%;
    background: #091373 none repeat scroll 0 0 !important;
    z-index: -1;
}

.site-heading h3 {
    font-family: Dancing Script;
    font-weight: 700;
    font-size: 30px;
    color: #091373 !important;
}

.about-area .info > ul li i {
    font-size: 40px;
    color: #091373 !important;
}

.btn-theme {
    background-color: #091373 !important;
    color: #ffffff !important;
    border: 2px solid #091373 !important;
}

.btn-theme.border {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid #091373 !important;
}

.food-menu-area .menu-lists .thumb .price::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #091373 !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: -1;
    opacity: 0.9;
}

.services-area.item-bg .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    height: 100px;
    width: 100px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 100px;
    color: #091373 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.site-heading h3 {
    font-family: Dancing Script;
    font-weight: 700;
    font-size: 30px;
    color: #091373;
}

.chef-area .info .overlay span {
    font-family: 'Poppins', sans-serif;
    color: #091373 !important;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 0 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 10px;
}

.contact-area .contact-box .form-box button {
    font-family: "Poppins",sans-serif;
    padding: 12px 40px 12px;
    background: #091373 !important;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

footer .f-items .opening-hours li .closed {
    background: #091373 !important;
    color: #ffffff;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




