@font-face {
    font-family: 'CopperplateGothicLightRegular';
    src: url('../fonts/CopperplateGothicLightRegular.eot');
    src: url('../fonts/CopperplateGothicLightRegular.eot') format('embedded-opentype'),
         url('../fonts/CopperplateGothicLightRegular.woff2') format('woff2'),
         url('../fonts/CopperplateGothicLightRegular.woff') format('woff'),
         url('../fonts/CopperplateGothicLightRegular.ttf') format('truetype'),
         url('../fonts/CopperplateGothicLightRegular.svg#CopperplateGothicLightRegular') format('svg');
}
@font-face {
    font-family: 'CopprplGoth Hv BT Heavy';
    src: url('../fonts/CopprplGoth Hv BT Heavy.eot');
    src: url('../fonts/CopprplGoth Hv BT Heavy.eot') format('embedded-opentype'),
         url('../fonts/CopprplGoth Hv BT Heavy.woff2') format('woff2'),
         url('../fonts/CopprplGoth Hv BT Heavy.woff') format('woff'),
         url('../fonts/CopprplGoth Hv BT Heavy.ttf') format('truetype'),
         url('../fonts/CopprplGoth Hv BT Heavy.svg#CopprplGoth Hv BT Heavy') format('svg');
}

/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body{
	font-family:   'Sanchez', serif;
	margin:0;
}
*::-moz-selection {
	color: #fff;
	background:#000;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
}
*::-webkit-input-placeholder { 
	color: #999;
	opacity:1;
}
*:-moz-placeholder { 
	color: #999;
	opacity:1;
}
*::-moz-placeholder { 
	color: #999;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #999;
	opacity:1;
}

.contact_section .cnt-frm input::-moz-placeholder{ 
	color: #333;
	opacity:1;
}
.contact_section .cnt-frm input::-ms-input-placeholder { 
	color: #333;
	opacity:1;
}
.contact_section .cnt-frm input::-webkit-input-placeholder { 
	color: #333;
	opacity:1;
}
.contact_section .cnt-frm textarea::-moz-placeholder{ 
	color: #333;
	opacity:1;
}
.contact_section .cnt-frm textarea::-ms-input-placeholder { 
	color: #333;
	opacity:1;
}
.contact_section .cnt-frm textarea::-webkit-input-placeholder { 
	color: #333;
	opacity:1;
}

a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ul li, ol, li {
	list-style: outside none none;
	font-family: 'Sanchez', serif;
}
body ul {
	margin:0;
	padding:0;
}
a {
	outline: none;
	color:#555;
}
a:hover {
	color:#000;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'Sanchez', serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'Sanchez', serif;
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p{
	color: #333;
	font-family:'Sanchez', serif;
	font-size:16px;
	line-height: 140%;
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
.grve-container:after{
	content:"";
	display:block;
	clear:both;
}
.grve-container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	width:100%;
	max-width:100%;
}
/*scroll Hide*/
html.no-scroll{
	overflow: hidden;
}
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping {
	padding-bottom: 60px;
	padding-top: 60px;
}
/*Gapping close*/
/*Default-CSS close*/

#grve-body h1.grve-logo {
  display: inline-block;
  float: none !important;
  height: auto;
  left: 0;
  margin: 0 auto !important;
  position: absolute;
  right: 0;
  top: 5px;
  width: 328px;
}
#grve-header h1.grve-logo a {
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.grve-container:after {
  clear: both;
  display: block;
  content: "";
}
#grve-header #grve-inner-header h1.grve-logo img {
  max-height: 100% !important;
}

body .grve-top-btn.grve-icon-nav-up.show {
  background: #000000;
  border: 3px solid #fff;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 44px;
  line-height: 36px;
  margin: 0 15px 68px 0;
  opacity: 1;
  position: fixed;
  right: 0;
  transition: all 0.5s ease 0s;
  width: 44px;
}
body .grve-top-btn.grve-icon-nav-up.show:hover {
  background-color: #fff;
  border: 3px solid #000;
  color: #000;
}
#grve-body #grve-main-content .grve-container {
  padding-bottom: 0;
  padding-top: 0;
}
#grve-body #grve-header #grve-inner-header {
  height: auto !important;
  line-height: 100px;
}
#grve-body .grve-menu li a {
  color: hsl(0, 0%, 100%) !important;
  font-family:'Sanchez', serif !important;
  font-size: 15px !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 100% !important;
  padding: 0 !important;
  position: relative;
  text-transform: uppercase !important;
  transition: all 0.7s ease 0s !important;
  white-space: nowrap !important;
}
#grve-body .grve-menu li:first-child {
  padding-left: 0 !important;
}
#grve-body .grve-menu li {
  padding: 0 20px !important;
  position: relative;
}
#grve-body .grve-menu li:last-child {
  padding-right: 0 !important;
}
#grve-header.grve-header-sticky[data-logo-align="left"][data-menu-align="right"][data-menu-type="simply"][data-sticky-header="advanced"][data-menu-options="no"] #grve-main-menu, #grve-header.grve-header-sticky[data-logo-align="left"][data-menu-align="right"][data-menu-type="simply"][data-sticky-header="advanced"][data-menu-options="left"] #grve-main-menu {
  padding-right: 0;
}
#grve-body .grve-box .grve-media,#grve-body .grve-element,#grve-body .vc_btn3-container {
  margin-bottom: 0;
}
.head-address {
  display: block;
  font-family:'Sanchez', serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  padding-left: 0;
  position: relative;
  width: 85%;
}
.head-detail:before {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.head-detail {
  float: left;
  padding: 36px 0 36px 50px;
  position: relative;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.cnt-phone, .cnt-phone a {
  color: #000;
  font-family:'Sanchez', serif;
  font-size: 16px;
  font-weight: bold;
}
.cnt-phone > a {
  display: block;
  line-height: 140%;
  padding: 4px 0 0;
}
.contact-detail:before {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 22px;
  height: 40px;
  left: 0;
  line-height: 43px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.contact-detail {
  float: right;
  line-height: 100%;
  padding: 36px 0 36px 50px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cnt-phone a:hover {
   color: #333 !important;
}
#grve-body .grve-container > nav:before {
  background-color: #000;
  content: "";
  height: 50px;
  left: auto;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
}
#grve-body .grve-container > nav:after {
  background-color: #000;
  content: "";
  height: 50px;
  left: -100%;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}
#grve-body .grve-container > nav {
  background-color: #000;
  clear: both;
  float: none !important;
  margin: 0 auto;
  padding: 17.5px 0;
  position: relative;
}
#grve-body .grve-menu li a:hover:before,#grve-body .grve-menu li.current-menu-item a:before {
  width: 100%;
}

#grve-body .grve-menu li a:before {
  background-color: #fff;
  bottom: -18px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.7s ease 0s;
  width: 0;
}
#grve-header.grve-header-sticky #grve-inner-header h1.grve-logo img {
  height: 60px !important;
  padding: 0 0 10px;
}
#grve-body .grve-header-sticky h1.grve-logo {
  top: -12px;
}
#grve-body .grve-section.slider-section {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.page-id-4206 #grve-main-content .slider-section.grve-section {
  padding-top: 90px;
}
#grve-body .grve-section {
  padding-bottom: 60px;
  padding-top: 60px;
  margin-bottom: 0;
}
#grve-body .grve-menu li:after {
  background-image: url("../images/sprites.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  top: -17px;
  width: 1px;
}
#grve-body .grve-menu li:first-child:after {
  background-image: none;
}
#grve-body .grve-menu li:first-child a:after {
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  font-weight: normal;
  left: 0px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
#grve-body #grve-main-menu ul.grve-menu li:first-child a {
  display: block;
  font-size: 0 !important;
  padding: 7px 16px 8px !important;
  position: relative;
  width: 45px;
}
#grve-body h3 {
  color: #000;
  font-family: 'Sanchez', serif;
  font-size: 43px;
  line-height: 120%;
}
#grve-body .wpb_content_element {
  margin-bottom: 0;
}
#grve-body .about-section h3 {
  border-bottom: 1px solid hsl(0, 0%, 80%);
  color: hsl(0, 0%, 0%) !important;
  font-family: 'Sanchez', serif;
  font-size: 43px;
  line-height: 120%;
  margin-bottom: 15px;
  margin-top: -8px;
  padding-bottom: 10px;
  text-align: left;
}

#grve-body h3 {
  border-bottom: 2px solid #ccc;
  color: #000 !important;
  font-family: CopperplateGothicLightRegular;
  font-size: 43px;
  line-height: 120%;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.about-section .grve-element.grve-text > p {
  color: #000;
  font-family:   'Sanchez', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
}
.about-section .grve-element.grve-text > p:first-child {
  
  font-weight: bold;
}
.about-img:before {
  border: 2px solid #fff;
  bottom: 10px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.about-img {
  position: relative;
}
#grve-body .slider-section .tparrows {
  background: none;
  border-radius: 0;
  height: 61px;
  width:40px;
  
}
#grve-body .slider-section .tp-leftarrow.tparrows {
  background: url("../images/sprites.png");
  background-position:0 -69px;
  background-repeat:no-repeat;
  left: -20px !important;
  
}
#grve-body .slider-section .tp-rightarrow.tparrows {
  background: url("../images/sprites.png");
  background-position:-97px -70px;
  background-repeat:no-repeat;
  left: auto !important;
  right: -60px !important;
}
#grve-body .slider-section .tparrows:before {
  display: none;
}
#grve-body .slider-section .tp-leftarrow.tparrows:hover {
  background-position: 0 -149px;
}
#grve-body .slider-section .tp-rightarrow.tparrows:hover {
  background-position: -98px -151px;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  border-width: 4px;
  transform: translateY(0px);
}

#grve-body .gallery-section a:hover {
  color: #fff !important;
} 
.about-section .readmore-btn {
  padding-top: 23px;
}
.rev_slider .caption, .rev_slider .tp-caption {
  visibility: visible!important;
}
#grve-body .about-section a:hover {
  color: #fff !important;
  background-color: #999;
}
#grve-body .readmore-btn a {
  background-color: #000;
  background-image: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family:'Sanchez', serif;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.slider-section .tp-parallax-wrap {
  bottom: 0 !important;
  top: auto !important;
  left: 0!important;
  margin: 0 auto!important;
  right: 0!important;
}	
#grve-body .slider-section .tp-mask-wrap {
  background-color: rgba(0, 0, 0, 0.65);
}
.slider-section .tp-mask-wrap {
  position: relative !important;
}
.slider-section .caption span {
  color: #fff;
  display: block;
  font-family:'Sanchez', serif;
  font-size: 34px !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  line-height: 100% !important;
  padding: 10px 0 !important;
}

.slider-section .tp-loop-wrap {
  position: relative!important;
  text-align: center!important;
}
#grve-body .about-section .readmore-btn a:hover:before {
  border-color: #333;
}
.pagelink-section .grve-media {
  border: 4px solid #fff;
  height: 292px;
}
.pagelink-section .grve-media img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#grve-body .about-section .readmore-btn a:hover {
  background-color: #fff;
  border: 3px solid #000;
  color: #000 !important;
}
#grve-body .about-section .readmore-btn a {
  border: 3px solid transparent;
  padding: 9px 10px;
}
.pagelink-section h5.grve-box-title {
  background-color: #fff;
  color: #000 !important;
  font-family: 'Sanchez', serif;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
  padding: 18px 0;
  position: relative;
  text-align: center;
}
.pagelink-section .grve-box-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pagelink-section .readmore-btn {
  bottom: -15px;
  left: 0;
  margin: 0 auto !important;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999;
}
#grve-body .pagelink-section .readmore-btn a {
  border: 3px solid #fff;
  padding: 7px 18px;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
}
#grve-body .pagelink-section .readmore-btn a:hover {
  background-color: #fff;
  border: 3px solid #000;
  color: #000!important;
}
#grve-body h3{
  border-bottom: medium none;
  color: hsl(0, 0%, 0%) !important;
  margin-bottom: 45px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#grve-body.home h3{
	margin-bottom:20px;
}
#grve-body .about-section h3:before {
  background-color: transparent;
}
#grve-body h3:before {
  background-color: hsl(0, 0%, 80%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 587px;
}
.owl-carousel.gallery-wrap .owl-nav div {
  background: url("../images/sprites.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: auto !important;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 34px;
}
.owl-carousel.gallery-wrap .owl-nav .owl-prev {
  background-position: 0 -500px;
  left: -30px;
  right: auto;
}
.owl-carousel.gallery-wrap .owl-nav .owl-next {
  background-position: -36px -497px;
  left: auto;
  right: -25px;

}
.owl-carousel.gallery-wrap .owl-nav .owl-prev:hover {
  background-position: 0 -540px;
}
.owl-carousel.gallery-wrap .owl-nav .owl-next:hover {
  background-position: -37px -537px;
}
.gallery-img a:before {
  border: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 999;
}
.gallery-img {
  position: relative;
}
/*** 29-5-2017**/
 .video-section h4.grve-title-double-bottom-line {
  border: 1px solid #00;
  box-shadow: 0 0 3px #000;
  display: block;
  margin: 0 0 10px !important;
  padding: 10px 0;
}
 .video-section h4.grve-title-double-bottom-line span:after {
  border: medium none;
}
 .video-section h4.grve-title-double-bottom-line span {
  line-height: 70%;
}
 .video_block .wpb_wrapper {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 6px #ccc;
}
 #grve-body.page-id-4206 .grve-section.main_section {
  padding: 60px 0 0;
}
/*** 29-5-2017 over***/
.dine_block .grve-box-content h5:before {
  background-image: url("../images/sprites.png");
  background-position: 0 -260px;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  left: 45px;
  position: absolute;
  top: 20px;
  width: 30px;
}	
.pagelink-section .vc_col-sm-3 {
  margin-bottom: 3%;
  margin-right: 2%;
  width: 23.5%;
}
.pagelink-section .vc_col-sm-3:nth-child(4n) {
  margin-right: 0;
}
.dine_block .grve-box-content h5 {
  padding-left: 40px;
}
.pagelink-section .take_block h5.grve-box-title {
  padding-left: 42px;
}
.take_block .grve-box-content h5:before {
  background-image: url("../images/sprites.png");
  background-position: 0 -310px;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  left: 30px;
  position: absolute;
  top: 21px;
  width: 30px;
}
.function_block .grve-box-content h5 {
  padding-left: 60px;
}
.function_block .grve-box-content h5:before {
  background-image: url("../images/sprites.png");
  background-position: 0 -366px;
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  left: 55px;
  position: absolute;
  top: 21px;
  width: 40px;
}
.catering_block .grve-box-content h5 {
  padding-left: 50px;
}
.catering_block .grve-box-content h5:before {
  background-image: url("../images/sprites.png");
  background-position: 0 -426px;
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  left: 60px;
  position: absolute;
  top: 21px;
  width: 40px;
}
#grve-footer-area {
  background-color: #252525;
  background-image: url("../images/footer_banner.jpg");
  background-position: center center;
  background-size: cover;
}
.gallery-img a:hover:before {
  border-width: 10px;
  margin: 0;
  border-color: rgba(0,0,0,0.8);
}
#grve-footer-area h5.grve-widget-title {
  border-bottom: 2px solid #333;
  font-family: copperplategothiclightregular;
  font-size: 19px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
#grve-footer .menu li a {
  color: #fff!important;
  font-family:  'Sanchez', serif;
  font-size: 15px;
  line-height: 160%;
  padding-left: 20px;
  position: relative;
}
#grve-footer .menu li a:before {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: -2px;
}
#grve-body #grve-footer .menu li a:hover {
  color: #999 !important;
}
#grve-body #grve-footer  .menu li.current-menu-item a{
   font-weight: bold;
}

#grve-footer .menu li {
  margin-bottom: 0;
  line-height: 100%;
}
.contact-list {
  padding-left: 35px;
}
#grve-body .footer-address, #grve-body #grve-footer a, #grve-body #grve-footer-bar .grve-copyright {
  color: #fff;
  font-size: 15px !important;
  line-height: 160%;
  position: relative;
  font-family: lato;
}
#grve-body #grve-footer .contact-list a {
  font-weight: bold;
}
#grve-body .footer-address::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  left: -30px;
  position: absolute;
  top: 3px;
}
.contact-list .footer-address {
  padding-bottom: 22px;
}
#grve-body #grve-footer .contact-list .footer-email a::before {
  content: "";
  font-family: fontawesome;
  font-size: 18px;
  font-weight: normal;
  left: -30px;
  position: absolute;
  top: -2px;
}
#grve-body #grve-footer .contact-list a:hover {
  color: #999;
}
#grve-footer-area .textwidget {
  color: #fff;
  font-family:   'Sanchez', serif;;
  font-size: 15px;
  line-height: 160%;
}
.get_footer_map {
  border: 4px solid hsl(0, 0%, 100%);
  height: auto;
  position: relative;
}
.footer-phone a::before {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  font-weight: normal;
  left: -30px;
  position: absolute;
  top: 0;
}
.email-wrap .footer-email > a {
  font-weight: normal!important;
}
.contact-list .footer-phone {
  padding-bottom: 28px;
}
.grve-section#grve-footer-bar {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
#grve-body #grve-footer-bar .grve-column-1-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#grve-body #grve-footer-bar .grve-column-1-2 {
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 50%;
}
#grve-body .grve-social {
    padding-right: 15px;
    text-align: right !important;
    margin-top: -20px;
}
#grve-body #grve-footer-bar .grve-social li:after {
  content: "";
  margin: 0;
}
#grve-footer-bar .grve-social li {
  display: inline-block;
  margin: 0 20px !important;
}
#grve-body .grve-social a:before {
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.grve-copyright {
  text-align: left;
  margin-top: 5px;
}
#grve-body #grve-footer-bar .grve-social a {
  font-size: 0!important;
}
#grve-body #grve-footer-bar .grve-copyright a:hover {
  color: #999;
}
#grve-body .grve-social li.Facebook a:before {
  background-color: #3b5998;
  border: 2px solid;
  border-radius: 50%;
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 30px;
}
#grve-body .grve-social li.instagram a:before {
  background-color: #fb3958;
  border: 2px solid;
  border-radius: 50%;
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 30px;
}
#grve-body .grve-section.pagelink-section {
  padding-bottom: 80px;
}
#grve-body .grve-social li a:hover:before {
  background-color: #000;
}
.footer-fax a::before {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  font-weight: normal;
  left: -30px;
  position: absolute;
  top: 0;
}
.footer-fax {
  padding-bottom: 28px;
}
.footer-address br {
  display: none;
}
.footer-address strong {
  display: block;
  margin-bottom: 5px;
}
#grve-body #grve-footer-area .grve-tablet-column-1-2 {
  padding: 0 3% !important;
  position: relative;
}
#grve-body #grve-footer-area .grve-tablet-column-1-2:last-child {
  background-image: none;
  padding-right: 0!important;
}

#grve-body #grve-footer-area .footer-1 {
  padding-left: 0 !important;
  padding-right: 3% !important;
  width: 17% !important;
}
#grve-body #grve-footer-area .footer-2 {
  width: 25%;
}
#grve-body #grve-footer-area .footer-3 {
  width: 31%!important;
}
#grve-body #grve-footer-bar .grve-column-1-2:first-child {
  float: right !important;
}
#grve-body #grve-footer-bar .grve-column-1-2:last-child {
  float: right !important;
}
#grve-footer .widget:last-child, #grve-footer .widgets:last-child {
  margin-bottom: 0 !important;
}
#grve-body #grve-footer-area.grve-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.error404 #grve-main-content {
  background-image: url("../images/gallery_banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error404 .btn-not-found a {
  background-color: #000;
  border: 2px solid #fff;
  font-family: copperplategothiclightregular;
  font-size: 25px !important;
  padding: 20px 20px !important;
  position: relative;
  line-height: 100%;
  word-wrap: normal!important;
  letter-spacing: normal!important;
}
.error404 .btn-not-found a:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.error404 h2 {
  font-size: 24px;
  line-height: 150%;
  margin-top: 15px;
}
p.grve-subtitle {
  color: #fff;
  font-family: 'Sanchez', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 0 !important;
  text-align: center;
}
#grve-body #grve-footer-area .grve-tablet-column-1-2:after {
  background-image: url("../images/separtes.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 284px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
#grve-body #grve-footer-area .grve-tablet-column-1-2:last-child:after {
  background-image: none;
}
.fancybox-opened .fancybox-close {
  background-image: none;
}
.fancybox-opened .fancybox-close:before {
  background: none repeat scroll 0 0 hsl(0, 0%, 0%);
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.fancybox-opened .fancybox-close:hover:before {
  background-color: #fff;
  color: #000;
}
#grve-body #grve-footer-bar .grve-copyright {
    text-transform: capitalize;
}
.trading_time span {
  display: inline-block;
  width: 73px;
}
.time_block .textwidget .trading_time {
  font-weight: normal;
}
.time_block .daiy_from {
  font-weight: normal;
}	
#grve-footer-area .time_block .textwidget {
  font-weight: bold;
}
#grve-header #grve-main-menu ul li:first-child {
  padding-right: 0 !important;
}
.get_footer_map img {
  width: 100%;
}
/**********************About us****************************/
.about_section p {
  color: #000;
  font-size: 18px;
  line-height: 170%;
}
.about_main_section .grve-row p {
  color: #000;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px;
}
.about_main_section .below_aboutus > p {
  margin-bottom: 0;
}

#grve-body .about_section h3 {
  font-weight: bold;
  text-align: left;
  font-size: 43px;
}
#grve-body .about_main_section .below_aboutus{
  padding-top:0;
}

/************************employment****************/

#grve-body #grve-feature-section {
  padding-top: 101px;
}
.main_section p {
  text-align: center;
}
.main_section p {
  color: #000;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
}
.wpcf7-form:after {
  clear: both;
  content: "";
  display: block;
}
.wpcf7-form {
  position: relative;
}
.employemt-frm {
  float: left;
  width: 100%;
}
.frm-wrap.right {
  float: right;
  padding-left: 3%;
  position: relative;
  width: 68%;
}
.employemt-frm input {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  height: 46px;
  margin-bottom: 15px;
}
.employemt-frm input, .frm-wrap input {
  border: 1px solid hsl(0, 0%, 80%) !important;
  border-radius: 4px !important;
  color: hsl(0, 0%, 60%) !important;
  font-size: 16px !important;
  height: 46px;
  line-height: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.frm-wrap .frm-row > div {
  float: left;
  padding: 0 2.5%;
  width: 50%;
}
.frm-wrap .frm-row > div:first-child {
  padding-left: 0;
}
.frm-wrap .frm-row > div:last-child {
  padding-right: 0;
}
.frm-msg .msg textarea {
  height: 108px;
  border-radius: 4px!important;
  resize: none;
  border: 1px solid #ccc!important;
  font-size: 16px;
  font-family:   'Sanchez', serif;
  color: #999;
  line-height: 100%;
}

.subimt_wrap {
  display: block;
  padding-top: 30px;
  text-align: center;
}
#grve-body form span.wpcf7-not-valid-tip {
  display: none !important;
}
#grve-body form .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
#grve-body .subimt_wrap .wpcf7-submit {
  background-color: #000;
  border: 2px solid hsla(0, 0%, 0%, 0);
  border-radius: 4px;
  font-family:   'Sanchez', serif;
  font-size: 20px !important;
  font-weight: bold;
  letter-spacing: normal !important;
  line-height: 100%;
  padding: 11px 45px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
#grve-body .subimt_wrap .wpcf7-submit:hover {
  background-color: hsl(0, 0%, 100%) !important;
  color: hsl(0, 0%, 0%) !important;
  border: 2px solid #000;
}
.contact_section .subimt_wrap {
  text-align: left;
  padding-top: 20px;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #398f14;
  font-family:   'Sanchez', serif;
  font-size: 15px;
  text-align: center;
}
div.wpcf7-validation-errors {
  border: 2px solid #ff0000;
  background: #fff;
  color: #ff0000;
  text-align: center;
  font-family:   'Sanchez', serif;
  font-size: 15px;
}
.contact_section .cnt-frm input {
  border: 1px solid hsl(0, 0%, 80%) !important;
  color: hsl(0, 0%, 20%);
  display: block;
  font-family:   'Sanchez', serif;
  font-size: 16px;
  height: 50px;
  line-height: 100%;
  margin-bottom: 15px !important;
}
.contact_section .msg textarea {
  height: 130px;
  resize: none;
   border: 1px solid hsl(0, 0%, 80%) !important;
  color: hsl(0, 0%, 20%);
  display: block;
  font-family:   'Sanchez', serif;;
  font-size: 16px;
  
  line-height: 100%;
}
#grve-body div.wpcf7-validation-errors {
  display: none;
}
.fancybox-lock {
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  width: auto;
}
.main_section .contact-form {
  padding-right: 2.5%;
  width: 50%;
}
.main_section .contact-detail:before {
  content: "";
  background: none;
}

.main_section .contact-detail {
  background-image: url("../images/contact_separates.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding:0 0 0 2.5%;
  width: 50%;
}
.contactus-detail .head-address:after {
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 50%;
  color: hsl(0, 0%, 0%);
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  font-weight: normal;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.contactus-detail .cnt-phone:after {
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 50%;
  color: hsl(0, 0%, 0%);
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  font-weight: normal;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
#grve-body .contactus-detail li, 
#grve-body .contactus-detail a {
  color: #000;
  font-family: lato;
  font-size: 16px;
  font-weight: normal;	
}
#grve-body .contactus-detail li strong {
  font-family: copperplategothiclightregular;
}
.contactus-detail li {
  padding-bottom: 20px;
  position:relative;
   padding-left: 50px;
}
 #grve-body #grve-header #grve-inner-header {
  height: auto !important;
  line-height: 100px;
  right: 0;
  transition: none 0s ease 0s ;
}
.fancybox-lock #grve-body #grve-header #grve-inner-header {
  width: auto;
}
#grve-main-menu-responsive {
  z-index: 999;
}
.fancybox-nav span {
  visibility: visible!important;
}
.fancybox-prev span,.fancybox-next span {
  background-image: none;
}
.fancybox-prev span:before,.fancybox-next span:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  background-color: #000;
  content: "<";
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}
.fancybox-next span:before {
  content: ">";
}
.fancybox-prev span:hover:before,.fancybox-next span:hover:before {
  background: #fff;
  color: #000;
}
.fancybox-prev span {
  left: 0;
}
.fancybox-next span {
  left: 0;
}
.fancybox-next span {
  background: none;
}
.fancybox-opened .fancybox-nav {
  width: 19%;
}
#grve-body .btn-wrap .wpcf7-submit:hover,.reset:hover {
  background-color: #B3585D!important;
}
.slider-section .forcefullwidth_wrapper_tp_banner {
  margin-top: 101px!important;
}

/************ NIEO’S GUARANTEE **************/
.guarantee-section .gurantee-list li::before{
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 22px;
  line-height: 120%;
}
.gurantee-list li {
  color: #000;
  font-family: 'Sanchez', serif;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}
.gurantee-list li:last-child{
	margin-bottom:0;
}
.guarantee-img {
  background: #efefef none repeat scroll 0 0;
  height: 465px;
  position: relative;
  width: 88%;
  float: right;
}
.guarantee-img::after {
  border: 2px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  margin: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.guarantee-img img{
	position:absolute;
	max-height:100%;
	max-width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.garuntee-content {
  margin-top: 35px;
}
/*********** Gallery ***************/
/************ Fonction *************/
.function-desc > p {
  color: #000;
  font-family:   'Sanchez', serif;
  font-size: 18px;
  line-height: 180%;
  vertical-align: top;
  text-align: center;
}
.function-title strong {
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 40px;
  text-align: center;
}
#grve-body .section-function .tab_menu .vc_tta-tabs-container {
  margin-bottom:60px;
  text-align:center;
}
#grve-body .section-function .tab_menu .vc_tta-tabs-list {
  display: inline-block;
}
#grve-body .section-function ul.vc_tta-tabs-list .vc_tta-tab a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #000;
  border-radius: 7px;
  color: #000;
  font-family: 'Sanchez', serif;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  padding: 6px 40px;
  text-transform: capitalize;
}

#grve-body .section-function .tab_menu ul.vc_tta-tabs-list .vc_tta-tab a:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

#grve-body .section-function .tab_menu ul.vc_tta-tabs-list .vc_tta-tab.vc_active a{
  background: #000 none repeat scroll 0 0;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
#grve-body .section-function .tab_menu ul.vc_tta-tabs-list .vc_tta-tab.vc_active a:before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid !important;
	border-width: 13px 30px 0 30px;
	border-color: #000 transparent transparent transparent;
	top:100%;
	left:0;
	right:0;
	margin:auto;
}
#grve-body .section-function .tab_menu .vc_tta.vc_general .vc_tta-tab.vc_active > a::after{
  border-style: none;
}
#grve-body .section-function .tab_menu .vc_tta-panel-body, 
#grve-body .section-function .tab_menu .vc_tta-panel-body::after,
 #grve-body .section-function .tab_menu .vc_tta-panel-body::before {
  background: transparent none repeat scroll 0 0 !important;
  border: medium none !important;
  padding: 0;
}
.wpb_wrapper > h4 {
  color: #000 !important;
  font-family: "Sanchez",serif;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 100;
  vertical-align:top;
}
.fmenu_wrap {
  border-bottom: 1px dashed #ebebeb;
  padding: 30px 0;
}
.fmenu_wrap:first-child {
  padding-top: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.tab_content {
  background: #fff;
}
.contact-sec {
  float: left;
  margin-right: 2.5%;
  width: 31.6%;
}
.contact-sec:nth-child(3n+3) {
  margin-right: 0;
}
.contact-sec:nth-child(3n+1) {
  clear: both;
}
.contact-sec1 {
  width: 65.9%;
  float: left;
}
.subimt_wrap {
  width: 100%;
  clear: both;
}
.grve-section.functionfrm_section {
  background: #efefef;
}
#grve-body form.wpcf7-form input, 
#grve-body form.wpcf7-form textarea, 
#grve-body form.wpcf7-form select, span.customSelect {
  border: 1px solid #ccc;
  border-radius: 5px !important;
  color: #999;
  display: block;
  font-family: 'Sanchez', serif;
  font-size: 15px !important;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  resize: none;
}
#grve-body form.wpcf7-form textarea {
  overflow: hidden;
  padding-top: 10px;
  line-height: 120%;
}
.type-function {
  position: relative;
  display:block;
}
.type-function::after {
  color: #999;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  text-align: center;
}
.type-function:hover:after{
	color:#000;
}
.contact-sec .date-25 {
  position: relative;
  display:block;
}
.contact-sec .date-25::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 24px;
  top: 0;
  right:10px;
  bottom: 0;
  margin: auto;
  background-image:url(../images/sprite-n.png);
  background-repeat:no-repeat;
  background-position:0 0;
  z-index: -1;
}
/************** Conatct Us ****************/
.contactus-detail .cnt-email::after,
.opening_wrap > h4:after{
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  font-weight: normal;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.contact-detail-c .opening_wrap > h4:after{
	content:"";
	bottom:auto;
	left:-50px;
}
.contact-detail-c .cnt-email,
.contact-detail-c  .cnt-email a {
  color: #000;
  font-family:   'Sanchez', serif;
  font-size: 16px;
  font-weight: bold;
  display:block;
}
.contact-detail-c  .cnt-email > a {
  display: block;
  line-height: 140%;
  padding: 4px 0 0;
}
.contactus-detail-c li a:hover{
	color:#999;
}
.contactus-detail-c li {
  text-transform: uppercase;
}
.contactus-detail-c li a,.contactus-detail li p {
  text-transform: none;
}
#grve-body .vc_tta.vc_general .vc_tta-tab.vc_active > a::after,
#grve-body .vc_tta.vc_general .vc_tta-tab.vc_active > a::before {
  border-style: none !important;
}
.contact-detail-c  .opening_wrap {
  padding-left: 50px;
}
.contact-detail-c  .opening_wrap > h4{
  font-family:"Sanchez",serif;
  font-size: 20px;
  line-height: 160%;
  color: #000 !important;
  position:relative;
  margin-bottom: 0;
}
#grve-body .contact-detail-c .res-head, 
#grve-body .contact-detail-c .wpb_raw_html h4 {
  color: #000;
  font-family: copperplategothiclightregular;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  vertical-align: top;
  text-transform: capitalize;
}
.contactus-detail-c .cms-list,.contact-detail-c .grve-text p{
  color: #000;
  font-family: 'Sanchez', serif;
  font-size: 16px;
  line-height: 160%;
}
.contact-detail-c .wpb_raw_html {
  padding-left: 50px;
}
.contact-detail-c .grve-text p {
  font-family: lato;
  font-size: 16px;
  padding-bottom: 0;
  padding-left: 50px;
  text-align: left;
}
/*********** Dine in ************/
#grve-body .dine-in-tabs.grve-section {
    padding-top: 30px;
}
#grve-body .vc_tta.vc_general .vc_tta-panel-body {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  padding: 0 0 0 23px;
}
.dine_title span,
.take_title span,
.fmenu_wrap h4 span{
  display: block;
  font-family: 'Sanchez', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 120%;
  color: #000;
  margin-bottom:10px;
}
.dine_content p,
.take_content p,
.fmenu_wrap .grve-text p{
  color: #000;
  margin-bottom: 12px !important;
  line-height:120%;
  text-align:left;
}
.swap_wrap {
  padding-top: 95px;
  background:#e4e4e4;
}
.swap_img {
  height: 405px;
  position: relative;
  background-color: #ececec;
}
.swap_img img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-height:100%;
	max-width:100%;
}
ul#thumbs{
	padding:30px 0;
}
#grve-body .grve-section.swap_section {
  background: #e4e4e4;
  padding: 30px 0;
}
ul#thumbs li {
  border: 4px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(153, 153, 153, 0.55);
  float: left;
  height: 80px;
  margin-right: 11px;
  position: relative;
  width: 120px;
  margin-bottom: 10px;
  cursor:pointer;
}
ul#thumbs li:nth-child(9n+9){
  margin-right: 0;
}
ul#thumbs li:nth-child(9n+1){
 clear: both;
}
ul#thumbs li:nth-last-child(-n+9){
 margin-bottom: 0;
}
ul#thumbs li img{
	position:absolute;
	max-height:100%;
	max-width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.page-id-4206 .main_section p {
  padding-bottom: 0;
}
#grve-body .dine-in-tabs .vc_tta-tabs-container {
  float: left;
  width: 21%;
}
#grve-body .dine-in-tabs .vc_tta-panels-container {
  float: right;
  width: 77%;
}
#grve-body .dine-in-tabs .vc_tta.vc_general .vc_tta-tab {
  display: block;
  margin:0;
}
#grve-body .dine-in-tabs .vc_tta.vc_general .vc_tta-tab > a {
  border: 1px solid transparent;
}
#grve-body .dine-in-tabs .vc_tta-tab > a {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  border-right: 1px solid #ccc !important;
  color: #000;
  display: block;
  font-family: 'Sanchez', serif;
  font-size: 18px;
  line-height: 100%;
  padding: 20px 30px;
  text-align: right;
}
#grve-body .dine-in-tabs .vc_tta-tab.vc_active > a,
#grve-body .dine-in-tabs .vc_tta-tab > a:hover{
  border: 1px solid #ccc !important;
  border-right: 0 !important;
  margin-top: -1px;
}
#grve-body .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  margin: 0;
  padding-top: 1px;
}
.menu_price .wpb_wrapper > h5,
.dine_price .wpb_wrapper > h5,
.take_price .wpb_wrapper > h5{
  color: #000 !important;
  font-family: "Sanchez",serif;
  font-size: 20px;
  line-height: 120%;
  font-weight:bold;
}
.menu_price .wpb_wrapper > h5 span,
.dine_price .wpb_wrapper > h5 span,
.take_price .wpb_wrapper > h5 span{ 
	color:red !important;
	font-weight: 100;
}
/**************** gallery ***********/

.grve-isotope-item a .grve-image-hover{
  display: block;
  height: 210px;
  position: relative;
}
.grve-isotope-item a .grve-image-hover:after {
  border: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.grve-image-hover figcaption {
  display: none;
}
#grve-body .mfp-title,#grve-body .mfp-counter{
  text-transform: capitalize;
  font-size: 18px !important;
  font-family: "Sanchez",serif;
}
#grve-body .mfp-image-holder .mfp-close,
#grve-body .mfp-iframe-holder .mfp-close {
  background: #fff;
  border-radius: 50%;
  color: black;
  height: 35px;
  line-height: 35px;
  padding-right: 0;
  right: -15px;
  text-align: center;
  top: 15px;
  width: 35px;
  cursor:pointer;
}

#grve-body .grve-section.take_section.main_section {
  padding-bottom: 0;
}

/********* Catering ***********/
#grve-body .menu_content > p {
  padding-bottom: 0;
}
#grve-body .menu-head-title {
  color: #000;
  font-family: "Sanchez",serif;
  font-size: 30px !important;
  line-height: 130%;
  margin: 20px 0 73px;
  text-align: center;
}
.list_grp li {
  color: #000;
  font-size: 16px;
  font-family:   'Sanchez', serif;
  line-height: 170%;
  vertical-align: top;
}
.grve-section.enquiry_section {
  background: #e4e4e4;
}
#grve-body .grve-section.enquiry_section .menu-head-title {
  margin-bottom: 50px;
}
#wpcf7-f6-p4219-o1.wpcf7 {
  margin-top: 30px !important;
}
 .contact-detail {
  float: right;
  line-height: 100%;
  padding: 36px 0 36px 50px;
  position: relative;
  transition: all 0.5s ease 0s;
}
/*******our promise**********/
.guarantee-section .wpb_column > .vc_row-fluid {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backgound-size: cover;
  -o-backgound-size: cover;
  -moz-backgound-size: cover;
  backgound-size:cover;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 97px;
  padding: 40px 85px;
  position: relative;
}
.guarantee-section .wpb_column > .vc_row-fluid:first-child {
  margin-top: 50px;
}
.guarantee-section .wpb_column > .vc_row-fluid:last-child {
  margin-bottom: 50px;
}
.guarantee-section .wpb_column > .vc_row-fluid:nth-child(2n+1){
  -webkit-transform:rotate(2.7deg);
	-moz-transform:rotate(2.7deg);
	-ms-transform:rotate(2.7deg);
	-o-transform:rotate(2.7deg);
	transform:rotate(2.7deg);
  transform:rotate(2.7deg);
}
.guarantee-section .wpb_column > .vc_row-fluid:nth-child(2n) {
  -webkit-transform:rotate(-1.8deg);
	-moz-transform: rotate(-1.8deg);
	-ms-transform:rotate(-1.8deg);
	-o-transform:rotate(-1.8deg);
  transform:rotate(-1.8deg);
}

.guarantee-section .wpb_column > .vc_row-fluid > * {
  -webkit-transform:rotate(-2.7deg);
	-moz-transform:rotate(-2.7deg);
	-ms-transform:rotate(-2.7deg);
	-o-transform:rotate(-2.7deg);
	transform:rotate(-2.7deg);
  transform:rotate(-2.7deg);
}
.guarantee-section .wpb_column > .vc_row-fluid:nth-child(2n) > * {
  -webkit-transform:rotate(1.8deg);
	-moz-transform: rotate(1.8deg);
	-ms-transform:rotate(1.8deg);
	-o-transform:rotate(1.8deg);
  transform:rotate(1.8deg);
}



.guarantee-section .wpb_column > .vc_row-fluid:before {
  background:url("../images/black-bg.png") repeat 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.guarantee-section .wpb_column > .vc_row-fluid:nth-child(2n):before{
  background:url("../images/reg-bg.png") repeat 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.guarantee-section .vc_inner .vc_column-inner {
  padding-top: 0 !important;
}
.guarantee-section .wpb_column > .vc_row-fluid .vc_col-sm-4 {
  width:26%;
}
.guarantee-section .vc_col-sm-4 .grve-image{
  height:170px;
  display:block;
}
.guarantee-section .vc_col-sm-4 .grve-image > img{
  display: block;
  height: auto;
  width:auto;
  margin:auto 0;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0px);
	-moz-transform: translate3d(0px, -50%, 0px);
	-ms-transform: translate3d(0px, -50%, 0px);
	-o-transform: translate3d(0px, -50%, 0px);
	transform: translate3d(0px, -50%, 0px);	
}

.guarantee-section .wpb_column > .vc_row-fluid .vc_col-sm-8 {
  margin-top: 40px;
  width: 74%;
}
.guarantee-section .wpb_column > .vc_row-fluid:nth-child(2n) .vc_col-sm-8 {
  margin-top:70px;
}
.guarantee-section .wpb_column > .vc_row-fluid:nth-child(2n) .grve-image > img{
  margin:auto 0 auto auto
}
.guarantee-section .vc_col-sm-8 .grve-text p {
  color: #fff;
  font-size: 30px;
  line-height: 120%;
  font-family: 'CopperplateGothicLightRegular';
  text-align:left;
}

.catering-slides .tparrows {
  display: none;
}

.grve-section.slider-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .jwplayer {
	height: auto!important;
	width: 100%!important;
	background:#fff;
}
body .jw-controls, 
body .jw-media, 
body .jw-media video, 
body .jw-overlays, 
body .jw-preview{
	position:relative;
}
body .jw-media video {
	background: #fff!important;
	position: relative!important;
	left: 0!important;
	right: 0!important;
	width: 100%!important;
	height: auto !important;
	top: 0!important;
	bottom: 0!important;
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	margin: 0;
	display: block;
}
body .jw-media object {
	background: #fff!important;
	position: relative!important;
	left: 0!important;
	right: 0!important;
	width: 100%!important;
	top: 0!important;
	bottom: 0!important;
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	margin: 0;
	max-height:600px;
	display: block;
}
/* 12-06-2017 */
body .jw-controls.jw-reset {
  position: static;
}
.jw-skin-seven .jw-display-icon-container {
  border: 1px solid #333;
  border-radius: 50%;
  left: 0;
  padding: 0 0.3em;
  position: absolute;
  right: 0;
  top: 50%;
}
.jw-controls.jw-reset .jw-controlbar {
  display: none;
}
.jw-skin-seven .jw-display-icon-container {
  border: 1px solid #333;
  border-radius: 50%;
  left: 50%;
  padding: 0 0.3em;
  position: absolute;
  right: 0;
  top: 50%;
  margin: auto 0 0 -20px;
  
}

.jwslider-wrapper {
	position: relative;
}
/* Hack only for safari */
::i-block-chrome, .guarantee-section .wpb_column > .vc_row-fluid{
        background-attachment: scroll;
}


/*******end our promise**********/

/*************contact us re-design***********/

#grve-body .contact_section .cnt-frm input, 
#grve-body .contact_section .cnt-frm textarea {
  border-radius: 0 !important;
}
#grve-body .contact_section {
  padding: 10px 0 0;
}
#grve-body .contact-detail .opening_wrap h4,
#grve-body .contact_section .opening-detail .res-head{
  color: #000 !important;
  font-family: copperplategothiclightregular;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0;
  position: relative;
}
.contact-detail .opening_wrap .grve-widget {
  margin-bottom: 0;
}
.contact-detail .opening_wrap h4::after {
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-family: fontawesome;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  bottom: auto;
  content: "";
  font-size: 28px;
  left: -50px;
}
.contact-detail .Opening-detail li {
  color: #000;
  font-family: lato;
  font-size: 16px;
  line-height: 160%;
}
.contact-detail .Opening-detail li.daiy_from {
  padding: 0 0 10px;
}
#grve-body .contact-detail-c .res-head {
  border-top: 1px solid #c2b9b2;
  padding: 10px 0 5px;
}
.contact-detail .Opening-detail {
  border-bottom: 1px solid #c2b9b2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-4 .time_block h4 {
  font-family: lato;
  font-size: 16px;
  margin-bottom: 10px;
}	
.footer-4 ul.Opening-detail li {
  font-family: lato;
  font-size: 16px;
  font-weight: normal;
  line-height: 180%;
  text-transform: capitalize;
}
.footer-4 ul.Opening-detail li > span {
  width: 52px;
}
.footer-4 ul.Opening-detail li.daiy_from {
  border-bottom: 1px solid rgba(194, 185, 178, 0.15);
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.footer-4 ul.Opening-detail li.res-head {
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-4 ul.Opening-detail li > span {
  display: inline-block;
  width: 70px;
}
#grve-body .contact_section .subimt_wrap .wpcf7-submit {
  font-family: lato;
  font-size: 22px !important;
}
#grve-body #grve-footer-area .footer-4 {
  width: 27%;
}

.function.contact-sec .classfunction_type::after {
  color: #999;
  content: "";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 10px;
  width: auto !important;
  z-index: -999;
}
.wpcf7-form-control-wrap {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  display: block;
  position: relative;
  z-index: 9999;
}

#skip a {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 170%;
  text-transform: capitalize;
  font-family: copperplategothiclightregular;
}
#skip {
  bottom: 17px;
  display: block;
  left: 17px;
  margin: auto;
  position: absolute;
  right: auto;
  text-align: center;
  width: 130px;
}
#skip a:hover {
  box-shadow: 0 0 4px #fff;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
#grve-body .section-function .tab_menu ul.vc_tta-tabs-list .vc_tta-tab.vc_active a, 
#grve-body .section-function .tab_menu ul.vc_tta-tabs-list .vc_tta-tab a:hover {
  background: #ff0000;
}
#grve-body .section-function .tab_menu ul.vc_tta-tabs-list .vc_tta-tab.vc_active a::before {
  border-color: #ff0000 transparent transparent;
}
#grve-body .section-function ul.vc_tta-tabs-list .vc_tta-tab.vc_active a{
  border: 2px solid #ff0000;
}
#grve-body .section-function .tab_menu ul.vc_tta-tabs-list .vc_tta-tab a:hover {
  border: 2px solid #f00;
}
#grve-header.grve-header-sticky h1.grve-logo a.grve-sticky {
  height: 70px;
}
#grve-body .functionfrm_section form.wpcf7-form input:hover,#grve-body .functionfrm_section form.wpcf7-form input:focus {
  background-color: transparent;
}
#grve-body .functionfrm_section form.wpcf7-form .subimt_wrap input:hover, 
#grve-body .functionfrm_section form.wpcf7-form .subimt_wrap input:focus {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
/***************client feedback css changes on 15-07-2017******************/
#grve-body .contact-detail {
  width: 32%;
}
.grve-header-sticky .contact-detail {
  padding-top: 12px;
}
.contact-detail .btn {
  float: right;
  width: 50%;
}
.contact-detail .cnt-phone {
  float: left;
  padding-right: 1%;
  width: 50%;
}
.contact-detail .dimmi-button {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact-detail .btn a:hover {
  border-radius: 6%;
  -webkit-border-radius: 6%;
  -moz-border-radius: 6%;
  -ms-border-radius: 6%;
  -o-border-radius: 6%;
  border-radius: 6%;
  box-shadow: 0 0 5px #000;
}

/*********css changes feedback************/

.time_block .btn {
  display: none;
}
.contact-detail-c .contactus-detail .cnt-phone::after {
  display: none;
}
/*********css changes feedback10-2-2020-************/

.smart-award-con {
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    max-width: 664px;
    font-family: copperplategothiclightregular;
    font-size: 43px;
    line-height: 120%;
    color: #FFFFFF;
    font-weight: bold;
}
.smart-award-con span {
    font-size: 70px;
    font-weight: bold;
}
.above-footer-winner {
    position: relative;
}
html #grve-body #grve-footer a.smart-ram-btn {
    background-color: #fff !important;
    background-image: none;
    border-radius: 0;
    color: #171616 !important;
    display: inline-block;
    font-family: 'Sanchez',serif;
    font-size: 18px !important;
    line-height: 100%;
    padding: 10px 20px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-align: center !important;
    margin-top: 30px !important;
    margin: auto;
    font-weight: bold;
    border: 3px solid #000 !important;
}
html #grve-body #grve-footer a.smart-ram-btn:hover {
    background: #171616 !important;
    color: #fff !important;
    border1px border: solid;
    border-color: #fff !important;
}
.smart-ras-btn.old-site-map {
    display: block;
    text-align: center;
    margin: auto;
}
#grve-body #grve-footer-area .footer-3 {
    display: block;
}

/*************************/
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width:2301px) and (max-width:4500px){
#grve-body #grve-main-menu .grve-menu li {padding:0 4px!important;}
#grve-body #grve-main-menu ul.grve-menu li a { font-size:10px !important;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width:1942px) and (max-width:2330px){
#grve-body #grve-main-menu .grve-menu li {padding:0 10px !important;}
#grve-body #grve-main-menu ul.grve-menu li a { font-size:10px !important;}
}
/*3-9-2018*/
.main_section .captcha-wrap {
	margin-top: 15px;
}
.cnt-frm .captcha-wrap {
	margin-top: 15px;
}
.enquiry-frm .captcha-wrap .wpcf7-form-control-wrap {
	background: transparent;
}
.enquiry-frm .captcha-wrap {
	clear: both;
}
.employemt-frm .captcha-wrap {
	clear: both;
}
.employemt-frm {
	padding-top: 20px;
}
html div.wpcf7-response-output {
	margin: 10px 0 0;
}
#grve-body form .wpcf7-not-valid.g-recaptcha {
	border: 0!important;
}
#grve-body form .wpcf7-not-valid.g-recaptcha >div{
	border:1px solid #ff0000;
}
.main_section .wpcf7-form .errorv ,
.wpcf7-form .errorv {
	border: 2px solid #ff0000;
	color: #ff0000;
	font-size: 15px !important;
	line-height: 140%;
	margin: 10px 0 0;
	padding: 5px;
	background:#fff;
	text-align:center;
	text-transform: none;
}

.above-footer-winner img{
	width:100%;
	display:block;
}
@font-face {
    font-family: 'copperplategothiclight';
    src: url('../fonts/copperplategothiclight.eot');
    src: url('../fonts/copperplategothiclight.eot') format('embedded-opentype'),
         url('../fonts/copperplategothiclight.woff2') format('woff2'),
         url('../fonts/copperplategothiclight.woff') format('woff'),
         url('../fonts/copperplategothiclight.ttf') format('truetype'),
         url('../fonts/copperplategothiclight.svg#copperplategothiclight') format('svg');
}
.ramsgate-menu #grve-header #grve-main-menu ul {
    text-align: center;
    line-height: 1;
}
.ramsgate-menu grve-header #grve-main-menu ul>li {
    display: inline-block;
    padding: 0 35px;
    position: relative;
    vertical-align: top;					
    line-height: 1;
}
html .ramsgate-menu #grve-header #grve-main-menu ul>li:first-child {
    padding-right: 35px !important;
}
.ramsgate-menu #grve-header #grve-main-menu ul>li a {
    color: #fff;
	position: relative;
	font-family: 'copperplategothiclight';
	font-size: 15px;
}
.ramsgate-menu #grve-header #grve-main-menu ul>li::after {
    background-image: url('../images/header-div.fw.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    height: 48px;
    left: 0;
    position: absolute;
    top: -17px;
    width: 2px;
}
.ramsgate-menu #grve-header #grve-main-menu ul>li:last-child::before {
    content: '';
    background-image: url(//www.nieosgrille.com.au/wp-content/themes/smarty/css/../images/sprites.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 48px;
    position: absolute;
    top: -17px;
    width: 1px;
    right: 0;
}
.ramsgate-menu #grve-header #grve-main-menu ul>li a::after {
    content: '';
    background-color: #fff;
    bottom: -18px;
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all .7s ease 0s;
    width: 0;
}
.ramsgate-menu #grve-header #grve-main-menu ul>li a:hover::after {
    width: 100%;
}
html .ramsgate-menu #grve-header #grve-main-menu ul>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    position: relative;
}
.about-ramsgate-img .about-img {
    height: 420px;
}
.about-ramsgate-img .about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;	
}
.ramsgate-html .jw-media video {
	display: none;
}
.ramsgate-html #grve-body #grve-feature-section {
	width: 100%;
}
.ramsgate-html .footer-4 ul.Opening-detail li.daiy_from p {
	color: #FFF;
}
.ramsgate-html .contact-detail-c .grve-text .daiy_from p {
	padding-left: 0;
}
.ramsgate-html #grve-body .contact-detail-c .daiy_from .res-head {
	border-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}
.ramsgate-menu #grve-header #grve-main-menu ul>li.current-menu-item a::after {
	width: 100%;
}
.ramsgate-menu #grve-main-menu ul li.current-menu-item>a::after{
	content: '';
	background-color: #FFF;
	bottom: -18px;
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transition: all .7s ease 0s;
	width: 0;
	width: 100%;
}
.ramsgate-html #grve-header .head-address {
  width: 60%;
}
.ramsgate-html #grve-header .contact-detail .cnt-phone {
    width: auto;
}
.ramsgate-html #grve-body .contactus-detail li.cnt-email.cms-list {
    clear: both;
}
.ramsgate-html .contactus-detail .cnt-phone::before{
	border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    font-weight: normal;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
.grve-isotope-item .grve-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grve-isotope-item .grve-media {
    max-height: 100%;
    height: 100%;
}
.page-id-4208 #grve-feature-section .grve-feature-section-inner .grve-bg-image {
    background-position: center 80%;
}
.page-id-4219 #grve-feature-section .grve-feature-section-inner .grve-bg-image {
    background-position: 10% top;
}
.contact-detail .dimmi-button {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 42px;
  border:1px solid #000;
  font-family: lato
}
.contact-detail .dimmi-button:hover {
  color:#000;
  background:#fff;
}
#grve-body #grve-footer a.online-btn {
  font-size: 16px !important;
  height:40px;
  padding:0 19px;
  line-height: 32px !important;
}
.footer-1 #nav_menu-3,#grve-footer #nav_menu-4 {
  margin-bottom: 25px;
}

/* 30-05-2020 */

#grve-header.grve-header-sticky h1.grve-logo a.grve-sticky {
  margin: 22px 0;
}
.btn-cont-all {
  border-top: 1px solid #bbb;
  padding-top: 40px;
  margin-top: 40px;
}
.btn-cont-all > div{
  display: inline-block;
  vertical-align: middle;
}
.btn-cont-all > div > a {
  border: 3px solid #000;
  font-size: 16px;
  line-height: 44px !important;
  height: 50px;
  color: #000;
  font-family: lato;
  font-weight: bold;
  padding: 0 8px;
  min-width: 180px;
  text-align: center;
}
.btn-cont-all > div.contact-form-btn {
  margin-right: 15px;
}
.btn-cont-all > div > a:hover{
  color: #fff !important;
  background: #000;
}
.contact-detail .header-btn-sec {
  float: left;
}
/*.contact-detail div.btn {
   margin: 27px 0;
}*/
.contact-detail div.btn {
    margin: 3px 0 0;
}
.contact-detail .header-btn-sec > div {
  float: none;
  display: block;
  width: auto;
}
header .contact-detail {
  padding: 15px 0 15px 50px;
}
header .contact-detail .cnt-phone {
  margin: 27px 0;
}
header .contact-detail .cnt-phone::before {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  content: "\f095";
  font-family: fontawesome;
  font-size: 22px;
  height: 40px;
  left: 0;
  line-height: 43px;
  position: absolute;
  text-align: center;
  width: 40px;
}
header .contact-detail div > a.dimmi-button {
  line-height: 38px;
  border: 1px solid #000;
  font-family: lato;
  font-weight: bold;
  font-size: 16px;
  padding: 0 15px;
}
.contact-detail div.btn .dimmi-button:nth-child(2) {
  margin-top: 7px;
}
header .contact-detail div > a.dimmi-button:hover{
  box-shadow: none !important;
  border-radius: 0px !important;
}
header .contact-detail:before{
  display:none; 
}
#grve-body #grve-footer .custom-html-widget a.online-btn:first-child {
  margin-bottom: 15px;
}
#grve-body #grve-footer .custom-html-widget a.online-btn{
    min-width: 160px;
    text-align: center;
}
.online-btn {
  border: 3px solid #FFF;
  height: 42px;
  display: inline-block;
  line-height: 37px !important;
  padding: 0 20px;
}
.online-btn:hover {
  background-color: #FFF;
  color: #000 !important;
}
.grve-section.popup-section {
  padding: 0 !important;
}
html.show-nieos-pop, html.show-nieos-pop body {
  overflow: hidden;
  height: 100% !important;
}
html.show-nieos-pop body header#grve-header {
  pointer-events: none;
  z-index: 0;
}
.nies-popup {
  display: none;
}
.show-nieos-pop .nies-popup {
  background-color: rgba(17, 17, 17, 0.8);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.nies-popup .smart-nies-wrap {
  background-color: #fff;
  background-image: url("https://www.nieosgrille.com.au/wp-content/uploads/2020/08/popup-img.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 55% 100%;
  border: 10px solid #e6e6e6;
  left: 50%;
  margin: auto;
  max-width: 1170px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.smart-nies-wrap .covid-info {
  display: table-cell;
  max-width: 280px;
  padding: 20px;
  position: relative;
  vertical-align: top;
  width: 55%;
}
.covid-info > p {
  font-weight: 500;
  text-align: left;
}
.smart-nies-wrap .nieos {
    border: 3px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -30px;
    width: 40px;
    background-color: #fff;
}
.smart-nies-wrap .nieos:hover {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}
.smart-nies-wrap .nieos::before {
  content: "\f00d";
  font-family: fontawesome;
}
.smart-nies-wrap .covid-info p:nth-child(2) {
  padding-right: 90px;
}
html.show-nieos-pop #grve-header #grve-header-wrapper {
    height: 175px !important;
}
html.show-nieos-pop .slider-section .forcefullwidth_wrapper_tp_banner {
    margin-top: 0 !important;
}
.btn-second a.dimmi-button {
    display: none;
}
/*#grve-body #grve-footer #custom_html-2 .custom-html-widget a.online-btn:last-child {
    display: none;
}*/
html.show-nieos-pop #grve-body #grve-feature-section {
  padding-top: 0;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#grve-body .grve-social li.Facebook a::before {
  line-height: 26px;
  padding: 0 0 0 6px;
}
#grve-body .grve-social li.instagram a::before {
  line-height: 26px;
  padding: 0 0 0 5px;
}

}

@media screen and (min-width:1025px) and (max-width:1199px){
header .contact-detail .cnt-phone {
font-size: 15px;
}
header .contact-detail div > a.dimmi-button {
font-size: 13px;
padding: 0 10px;
}
header .contact-detail {
padding: 10px 0 10px 50px;
}
.contact-detail div.btn {
margin: 4px 0;
}
}

@media only screen and (max-width: 1200px) and (min-width: 1024px){
.ramsgate-html #grve-body .contactus-detail li.head-address.cms-list {
  max-width: 300px;
}

}

@media only screen and (max-width: 1024px) and (min-width: 991px){
.page-id-4219 #grve-feature-section .grve-feature-section-inner, .page-id-4219 #grve-feature-section {
  height: 400px !important;
}
#grve-body .contact-detail {
width: 29% !important;
}
.nies-popup .smart-nies-wrap {
	max-width: 900px !important;
}
.covid-info > p {
	font-size: 15px;
}
.smart-nies-wrap .covid-info {
  max-width: 230px !important;
  padding: 20px !important;
}
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
.ramsgate-html #grve-body #grve-header h1.grve-logo {
  margin-right: auto !important;
  width: 21%;
}
.page-id-4219 #grve-feature-section .grve-feature-section-inner, .page-id-4219 #grve-feature-section {
  height: 300px !important;
}
#grve-body #grve-footer a.online-btn {
  font-size: 14px !important;
  height: 35px;
  padding: 0 2px;
  line-height: 30px !important;
}
header .contact-detail {
  padding: 10px 0 10px 50px !important;
}
.nies-popup .smart-nies-wrap {
  max-width: 670px;
  background-size: 58% 100%;
}
.smart-nies-wrap .covid-info {
  max-width: 180px;
  padding: 10px;
}
.covid-info > p {
  font-size: 14px;
}
.smart-nies-wrap .covid-info p:nth-child(2) {
  padding-right: 20px;
}
.contact-detail div.btn {
margin: 2px 0 2px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.smart-nies-wrap .covid-info {
    max-width: 360px;
    padding: 0 10px 0 0;
    height: 255px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    width: auto;
    margin: 10px;
}
.nies-popup .smart-nies-wrap {
    background-size: 45% 100%;
}
.smart-nies-wrap .covid-info p:nth-child(2) {
    padding-right: 0;
}
}

@media only screen and (max-width: 767px){
.ramsgate-html #grve-main-menu-responsive li a{
  background-color: transparent;
}
.ramsgate-html #grve-main-menu-responsive ul li.current-menu-item>a, 
.ramsgate-html #grve-main-menu-responsive ul li.current-menu-parent>a, 
.ramsgate-html #grve-main-menu-responsive ul li.current_page_item>a, 
.ramsgate-html #grve-main-menu-responsive ul li.current_page_ancestor>a {
    border-bottom: 4px solid #fff;
}
.ramsgate-html #grve-main-menu-responsive .grve-menu-scroll ul li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    font-family: 'copperplategothiclight';
}
.ramsgate-html .about-img {
    margin-top: 20px;
}
.ramsgate-html div#grve-feature-section {
    height: 203px !important;
}
.ramsgate-html #grve-header[data-fullscreen="yes"] #grve-feature-section .grve-feature-section-inner{
	height: 203px !important;
}
.ramsgate-html .owl-nav {
  overflow: hidden;
  padding: 0 15px;
  max-width: 90px;
  margin: auto;
  margin-top: 20px;
}
.ramsgate-html .owl-nav>div {
  float: left;
  position: relative;
  font-size: 0;
  width: 25px;
  height: 25px;
  line-height: 20px;
  background: #333;
  border-radius: 2px;
  text-align: center;
  color: #FFF;
}
.ramsgate-html .owl-nav>div::after {
  content: '>';
  font-size: 20px;
}
.ramsgate-html .owl-nav>div.owl-prev::after {
  content: '<';
  font-size: 20px;
}
.ramsgate-html .owl-nav>div.owl-next {
  float: right;
}
.ramsgate-html header#grve-header #grve-header-wrapper {
  height: 80px !important;
}
.ramsgate-html #grve-header[data-logo-background="transparent"] h1.grve-logo {
  margin-top: 10px !important;
}
.ramsgate-html header#grve-header .grve-responsive-menu-button {
  top: 25px;
}
.ramsgate-html body #grve-main-menu-responsive{
  top: 70px;
}
.page-id-4219 #grve-header[data-fullscreen="no"] #grve-feature-section .grve-feature-section-inner, .page-id-4219 #grve-header[data-fullscreen="no"] #grve-feature-section {
    height: 220px !important;
    min-height: auto;
}
.page-id-4206 #grve-header[data-fullscreen="no"] #grve-feature-section .grve-feature-section-inner, .page-id-4206 #grve-header[data-fullscreen="no"] #grve-feature-section {
    height: 300px !important;
}
.page-id-4206 #grve-feature-section .grve-bg-image.grve-bg-position-center-center {
    background-position: center 25%;
}
header .contact-detail div > a.dimmi-button {
    font-size: 11px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px !important;
}
/*.contact-detail div.btn {
  margin: 10px 0;
  width: auto;
}
.contact-detail .header-btn-sec > div {
  display: inline-block;
  margin: 0 2px;
}*/
#grve-header.grve-header-sticky h1.grve-logo a.grve-sticky {
  margin: 0;
}
.btn-cont-all{
  text-align: center;
}
.smart-nies-wrap .nieos {
    border-width: 2px;
    font-size: 18px;
    height: 35px;
    line-height: 31px;
    right: -20px;
    top: -20px;
    width: 35px;
}
.covid-info > p {
    font-size: 14px;
}
.smart-nies-wrap .covid-info {
    display: block;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 300px;
}
.nies-popup .smart-nies-wrap {
    background-image: url(https://www.nieosgrille.com.au/wp-content/uploads/2020/08/popup-img.jpg);
    background-position: top center;
    background-size: 100% auto;
    border: 5px solid #e6e6e6;
    margin: auto;
    max-width: 80%;
}
.smart-nies-wrap .covid-info p:nth-child(2) {
    padding-right: 0;
}
html.show-nieos-pop #grve-header #grve-header-wrapper {
    height: 70px !important;
}
.contact-detail div.btn {
    margin: -5px 0 0;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.ramsgate-html #grve-body .contactus-detail li.head-address.cms-list {
   max-width: 280px;
}
.page-id-4204 #grve-feature-section .grve-bg-image.grve-bg-position-center-center {
    background-position: center 50%;
}
.page-id-4210 #grve-header[data-fullscreen="no"] #grve-feature-section .grve-feature-section-inner, 
.page-id-4210 #grve-header[data-fullscreen="no"] #grve-feature-section,
.page-id-4793 #grve-header[data-fullscreen="no"] #grve-feature-section .grve-feature-section-inner, 
.page-id-4793 #grve-header[data-fullscreen="no"] #grve-feature-section,
.page-id-4221 #grve-header[data-fullscreen="no"] #grve-feature-section .grve-feature-section-inner, 
.page-id-4221 #grve-header[data-fullscreen="no"] #grve-feature-section {
    height: 300px !important;
}
.page-id-4221 #grve-feature-section .grve-bg-image.grve-bg-position-center-center {
    background-position: center 76%;
}
body header#grve-header #grve-header-wrapper{
  height: 77px !important;
}
body#grve-body #grve-header #grve-inner-header {
  padding: 9px 0 18px;
}
.nies-popup .smart-nies-wrap {
    background-image: url(https://www.nieosgrille.com.au/wp-content/uploads/2020/08/popup-img.png);
    width: 100%;
    height: 80vh;
    padding: 10px 0 10px 10px;
    background-position: right top;
    background-size: 50% 100%;
}
.smart-nies-wrap .covid-info {
    padding: 0 10px 0 0;
    height: 270px;
    margin-top: 0;
    max-width: 270px;
}
html.show-nieos-pop #grve-header #grve-header-wrapper {
    height: 92px !important;
}

} 

@media only screen and (min-width: 768px) and (max-width: 1023px){
.ramsgate-html #grve-body #grve-feature-section {
  height: 450px !important;
}
.ramsgate-html #grve-header[data-fullscreen="yes"] #grve-feature-section .grve-feature-section-inner {
  height: 450px !important;
}
.btn-cont-all > div > a{
  min-width:155px;
}
}

@media only screen and (max-width: 479px) {
  .page-id-4219 #grve-header[data-fullscreen="no"] #grve-feature-section .grve-feature-content {
    height: auto;
  }
  .page-id-4219 #grve-header[data-fullscreen="no"] #grve-feature-section .grve-feature-section-inner, 
  .page-id-4219 #grve-header[data-fullscreen="no"] #grve-feature-section {
      height: 150px !important;
  }
  .page-id-4219 #grve-feature-section .grve-feature-section-inner .grve-bg-image {
      background-position: 28% top;
  }
  .btn-cont-all > div > a {
    font-size: 14px;
    min-width: 135px;
  }
  .contact-detail .header-btn-sec {
    float: none;
	}
	.contact-detail .header-btn-sec > div {
		float: none;
		display: block;
		width: auto;
		margin: 0;
		text-align: right;
	}
	header .contact-detail div > a.dimmi-button {
		border: 2px solid #fff;
		min-width: 110px;
		line-height: 34px;
	}
	html #grve-header .contact-detail {
		margin: 0 !important;
		position: absolute;
		left: 0;
		bottom: 100%;
		background: #000;
		float: none;
		width: 100%;
		padding: 6px 12px;
	}
	html #grve-body #grve-header #grve-inner-header,
	html #grve-body header#grve-header.grve-header-sticky #grve-inner-header {
		height: inherit !important;
		padding-top: 50px !important ;
	}
	html header#grve-header #grve-header-wrapper {
		height: 110px !important;
	}
	html body #grve-main-menu-responsive {
		top: 110px;
	}
}

