/*
Theme Name:     Bhojan Ghar
Theme URI:      https://www.bhojanghar.ca/
Template: neve
Author:         NVMD Inc.
Author URI:     https://nvmd.ca
Description:    This is a custom child theme
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

.header .neve-transparent-header.has-sticky-rows--desktop:not(.is-stuck) .header--row, .header .neve-transparent-header:not(.has-sticky-rows--desktop) .header--row{
	background-color:rgba(0,0,0,0.65)
}

.glf-button.order, .glf-button.reservation {
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    border-radius: 999px;
	border:2px solid #ffffff;
	padding: 20px 40px;
    /*background-color: transparent;*/
	background-color: #711C2B!important;
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
    background-image: none;
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 100%);
    transition: filter 0.4s ease-out;
	transition: all .3s;
}
	
.glf-button.reservation {
    border:2px solid #ffffff;
	background-color: #711C2B!important;
}
.gloriafood-button:hover, .glf-button:hover {
    filter: brightness(110%);
    color: #fff !important;
	background-color: #711C2B!important;
    text-decoration: none !important;
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
	transform: translateY(-8px);
}
.glf-button.reservation:hover {
	    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
	transform: translateY(-8px);
}
/* Groups*/
.wpcf7-form {
	color:#ffffff
}
select, option, input[type=text], input[type=email], input[type=url], input[type=password], input[type=search],
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea{
    width: 100%!important;
	border: 2px solid #fff;
	padding:3px 10px!important;
}
input[type=submit] {
	border:2px solid #fff;
}
.your-name, .your-email, .phone, .NatureOfEvent  {
	width:100%;
}
input[type=date] {
	min-height:27px;

}
.EventDate2 {
	width:48%;
	
}

 .NumberofPeople {
	width:50%
}
.notes {
	width:100%
}