/*!
Theme Name: underscores
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

underscores is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Alice', serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Playfair Display';
}

p {
  margin-bottom: 1.5em;
  font-family: "Playfair Display";
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 48%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: black;
}

a:visited {
  color: black;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  /* float: left; */
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  /* float: right; */
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

  /* .post,
  .page {
    margin: 0 0 1.5em;
  } */

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.image_slider_menu {
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: -16px;
}

.menu-section-heading {
  font-family: "Playfair Display";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 75px;
}

.menu-detail {
  font-style: italic;
  font-size: smaller;
}

.col-md-6 {
  margin-top: 0px !important;
}

.menu-section ul li p {
  margin-bottom: 0px;
}

.menu-item-container {
  margin: 10px 0px;
}

.container.list-container {
  margin-left: 4%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.menu-list-1 {
  padding-right: 40px;
}

.menu-list-2 {
  padding-left: 100px;
}

.menu-tabs a {
  text-decoration: none;
  border-bottom: 2px solid black;
  padding-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px;
}

.menu-item-details {
  font-weight: bold;
  font-style: italic;
}

.menu-tabs a :hover {
  text-decoration: none;
  border-bottom: transparent;



}

.top-menu-us {
  color: #222222;
  background-image: none;
  background-color: RGBA(255, 255, 255, 0);
  border-color: RGBA(255, 255, 255, 0);
  border-bottom-color: #222222;
}

.image_slider div {
  position: relative;
  z-index: 0;
  min-height: 20rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  top: 31%;
  text-transform: uppercase;
}

.image_slider div a {
  color: white text-transform uppercase;
}

.image_slider_sec {
  height: 622px;
  margin: 2%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.image_slider_sec div {
  height: 316.63px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  min-height: 20rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  top: 15%;
  text-transform: uppercase;
}

.image_slider_sec div a {
  color: white text-transform uppercase;
}

.image_slider_three {
  height: 622px;
  margin: 2%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  width: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 600px;
  margin-left: 25px;
}

.side-nav-menu {
  height: 100%;
  width: 243px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
  font-family: "Playfair Display";
}

.side-nav-menu a {
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  list-style: none;
}

@media screen and (max-height: 450px) {
  .side-nav-menu {
    padding-top: 15px;
  }

  .side-nav-menu a {
    font-size: 18px;
  }
}

ul#primary-menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media (min-width: 700px) {
  .site-content {
    margin-left: 243px;
  }
}

.gr__localhost {
  margin: 0px !important;
}

.col-12 {
  margin-top: -24px;
  padding-right: 0% !important;
}

.blog-slider {
  margin-left: 243px;
  margin-top: 23px;
  display: -ms-grid;
  display: grid;
  padding: 12px;
  -ms-grid-columns: 2fr 2fr 2fr 2fr 2fr;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  margin-right: 11.5px;
}

.blog-slider_sec {
  margin-left: 243px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2fr 2fr 2fr 2fr;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  margin-bottom: 23px;
  margin-top: 23px;
  padding: 12px;
  margin-right: 11.5px;
}

.slide-img1 {
  margin-left: 9px;
}

.img-fluid z-depth-1:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

@media (min-width: 700px) {
  .side-nav-menu {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.menu-menu-container {
  font-weight: normal;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.menu-menu-container ul>li>a {
  padding: .5em .5em;
}

.about_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em;
}

.about_team {
  display: flex;
  flex-direction: column;
}

.team_type_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5em;
}

.team_type_heading {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10vh;
}

.team_member_image {
  margin: auto;
  display: block;
  width: 50%;
  cursor: pointer;
}

.team_member_image img {
  border-radius: 50%;
  width: 100%;
}


.team_member_name {
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}

.about_team_member {
  margin: 2em;
}


@media screen and (max-width: 700px) {
  .blog-slider {
    display: -ms-grid;
    display: grid;
    padding: 12px;
    -ms-grid-columns: 5fr 5fr;
    grid-template-columns: 5fr 5fr;
    margin-left: 0px;
  }

  .blog-slider_sec {
    display: -ms-grid;
    display: grid;
    padding: 12px;
    -ms-grid-columns: 5fr 5fr;
    grid-template-columns: 5fr 5fr;
    margin-left: 0px;
  }
}

div.gallery_store {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery_store:hover {
  border: 1px solid #777;
}

div.gallery_store img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.event-img {
  padding-left: 260px;
  background-image: url("http://localhost/miguels-restaurant/wp-content/uploads/2019/11/45842NA_1.jpeg");
  height: 600px;
  width: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0%;
  overflow: hidden;
}

.event-img h1 {
  color: white;
  text-align: center;
  font-size: 45px;
  right: 3rem;
  position: absolute;
  top: 36%;
  left: 23%;
  text-transform: uppercase;
}

.event-text {
  scroll-padding-left: 243px;
  text-align: center;
}

.event-text h1 {
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  padding-top: 2.5em;
  font-size: 40px;
  padding-bottom: 0.5em;
}

.event-text p {
  letter-spacing: 1px;
  font-size: 15px;
  padding-bottom: 0.5em;
  left: 40%;
}

.gallery-item-con {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-image: url("http://localhost/miguels-restaurant/wp-content/uploads/2019/11/RqXHsFmhTTKXXuZKJu5D__Q6A0775.jpg");
  height: 600px;
  margin-left: 240px;
}

.galler-con-op {
  height: 600px;
  width: auto;
  background-color: #00000066;
}

.gallery-item-con h1 {
  color: white;
}

.job-imges {
  height: 600px;
  width: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0%;
  overflow: hidden;
  background-image: url("http://localhost/miguels-restaurant/wp-content/uploads/2019/11/U8T7UdohSnCaReU3PRUt_work-with-us.jpg");
}

.job-imges h1 {
  color: white;
  text-align: center;
  font-size: 40px;
  right: 3rem;
  position: absolute;
  top: 41%;
  left: 15%;
}

.job-text-mainline {
  text-align: center;
  position: absolute;
  left: 48%;
  padding-top: 5em;
  padding-bottom: 5rem;
}

.job-text-mainline h1 {
  color: #505050;
  font-size: 45px;
  margin: 0px 0px 22px;
}

#text-line {
  position: absolute;
  left: 22%;
  height: auto;
  margin-top: 200px;
  width: 38%;
}

#text-linesec {
  position: absolute;
  left: 62%;
  text-align: left;
  float: right;
  height: auto;
  margin-top: 200px;
  width: 38%;
}

.gallery-item-con h1 {
  color: white;
  text-align: center;
  font-size: 40px;
  right: 3rem;
  position: absolute;
  top: 41%;
  left: 15%;
}

.con-text {
  text-align: center;
  padding-top: 5em;
  padding-bottom: 5em;
  margin-left: 0px;
  margin-right: 0px;
  position: absolute;
  left: 39%;
}

.contact-form {
  text-align: left;
  padding-top: 15em;
  padding-bottom: 5em;
  margin-left: 0px;
  margin-right: 0px;
  position: absolute;
  left: 39%;
  width: 100%;
}

.contact-form input {
  padding: .75rem .75rem;
  border: 1px solid black;
}

.outer-container {
  margin-left: 200px;
  margin-right: auto;
  display: inline-block;
}

.img-container,
.img-container img {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/*press page css*/
body.has-scroll-lock .site-content {
  overflow: hidden !important;
}

.no-js .has-mobi-footer .site-content:after {
  height: 117px;
}

.no-js .site-content:before {
  height: 185px;
}

.site-header-mobi--collapse~.site-content:before {
  display: block;
}

@media (min-width: 769px) {
  .site-content {
    margin-left: 243px;
  }
}

.site-content:before,
.site-header-mobi--collapse~.site-content:before {
  display: none;
}

.c-intro .btn {
  min-width: 12rem;
}

.c-intro [class^="col-"]:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .c-intro [class^="col-"]:not(:last-child) {
    margin-bottom: 0;
  }
}

.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  max-width: 640px;
}

@media (min-width: 544px) {
  .container-sm {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.content {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.c-intro h1,
.c-intro .h1 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3rem;
}

.js.csstransforms.csstransitions .revealed {
  opacity: 1;
}

.content+.content {
  padding-top: 0;
}

.content>h2 {
  margin-bottom: 1.5rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  max-width: 1010px;
}

@media (min-width: 544px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

ul.card-listing {
  padding: 0;
  margin-bottom: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.card-listing-heading {
  margin-bottom: 2rem;
}

.card-listing-heading--left {
  text-align: left;
}

ul.card-listing {
  padding: 0;
  margin-bottom: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.card-listing--condensed {
  padding-left: .46875rem;
  padding-right: .46875rem;
}

@media (min-width: 544px) {
  .card-listing--condensed {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.card-listing--flex .card__btn:after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  margin-bottom: -1px;
}

@media (min-width: 992px) {
  .card-listing--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-listing--flex>.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }

  .card-listing--flex>.card:last-child {
    margin-bottom: 3rem;
  }

  .card-listing--flex .card__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-listing .card:nth-last-child(1):nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

.card {
  color: #505050;
  margin-bottom: 3rem;
}

.js.csstransforms.csstransitions .revealable {
  -webkit-transition: opacity 0.75s linear 0s;
  transition: opacity 0.75s linear 0s;
  opacity: 0;
}

.card__btn {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  display: block;
  color: #505050;
  text-decoration: none;
  cursor: pointer;
}

.card__btn:hover {
  color: #505050;
  text-decoration: none;
}

.card__btn:hover .card__image {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.card__btn--no-media:hover {
  opacity: .85;
}

.card__media {
  overflow: hidden;
  margin-bottom: 1.625rem;
}

.card__media+.card-content {
  margin-top: -1.625rem;
  padding-top: 1rem;
}

.card__image {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  margin-bottom: 0;
}

.image-thumbnail {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #505050;
  padding-top: 70%;
  margin-bottom: 1.625rem;
}

.card__heading {
  font-size: 1.5rem;
  font-family: 'Playfair Display';
  text-transform: uppercase;
}

.card__subheading {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Playfair Display';
  text-transform: uppercase;
}

.gallery-item-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 600px;
}

.gallery-item-main h1 {
  color: white;
  text-align: center;
  font-size: 40px;
  right: 3rem;
  position: absolute;
  top: 41%;
  left: 15%;
}

.store-main-container {
  float: right;
  margin-left: 5%;
  background: #FFFFFF;
}

@media screen and (min-width: 701px) {
  .row-margin {
    margin-left: 10px;
  }

  img.card-img-top {
    height: 366px;
  }
}

.card {
  border: hidden;
}

.sidenav {
  height: 100%;
  width: 226px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
}

@media screen and (max-width: 700px) {
  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
  }
}

.navbar-toggler {
  z-index: 10;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 28px;
  /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .sidebar {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.site-header-primary {
  margin-top: 1.5rem;
}

.sidebar {
  padding-top: .9375rem;
  font-family: "Playfair Display";
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;

  /* Scrollable contents if viewport is shorter than content. */
  background-color: #fff;
  border-right: 1px solid #eee;
}

@media screen and (max-width: 700px) {
 


  .page-container {
    margin-left: 0px !important;
  }

  .menu-container {
    grid-template-columns: 1fr !important;
  }

  .hamburger {
    display: block;
  }
}

.menu-menu-container ul {
  list-style: none;
  text-align: center;
  padding-left: 0px !important;
  margin-left: 0px !important;
  font-family: "Playfair Display";
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0px !important;
  text-decoration: none !important;
}

@media (min-width: 769px) {
  .sidebar {
    width: 243px;
    list-style-type: none;
    height: 100% !important;
   
  }
}

.btn-block {
  padding: 0.5rem 0rem !important;
  font-family: "Playfair Display";
  color: #222 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border-width: 2px;
  display: inline-block;
  text-align: center;
  border-bottom: 2px solid #222;

  line-height: 1.5;
  font-size: 0.9rem;
}

.site-powered-by {
  height: 2.8125rem;
  display: table;
  width: 100%;
  font-size: .8125rem;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  color: #222;
  background-color: #fff;
  text-transform: uppercase;
}

.site-powered-by a {
  letter-spacing: 2px;
  font-size: 0.6rem;
  color: #222;
  text-decoration: none !important;
}

.menu-menu-container {
  font-weight: normal;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.menu-menu-container ul>li>a {
  color: #222;
  text-decoration: none;
}

.menu-menu-container ul>li {
  padding: .5em .5em !important;
}

.fa-fa-icon {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fa-fa-icon a {
  color: #fff !important;
  background-color: #222;
  border-radius: 50%;
  height: 100% !important;
  width: 14% !important;
  display: inline-block;
  margin-left: 4px;
}

.logo-menu {
  text-align: center;
}

/*menu end*/
/* home page banner*/
.grid-container {
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  background-color: #fff;
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
}

@media(max-width: 700px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.grid-container>div {
  text-align: center;
  font-size: 30px;
}

.item1 {
  grid-row-start: 1;
  grid-row-end: 3;
}

/* home page banner end*/
.home-page-3conatiner,
.home-page-4conatiner,
.home-page-5conatiner {
  height: 600px;
  margin-left: 243px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 20px;
}

/*# sourceMappingURL=style.css.map */

.image_slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 600px;
  margin-left: 25px;
  position: relative;
  top: -48px;
  margin: 2.5%;
  margin-top: 82px;
}

.image_slider_sec {
  height: 622px;
  margin: 2.5%;
  margin-top: -49px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.image_slider_three {
  height: 622px;
  margin: 2.5%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  width: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 600px;
  margin-left: 25px;
}

.menu-had {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  align-content: center;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  top: 44%;
  letter-spacing: 1px;
  font-size: 40px;
  text-align: center;
}

@media screen and (Max-width:700px) {

  .sidebar {
    z-index: -1;
    width: 100%;

    overflow: scroll;
    
  }
  
  .image_slider_menu {
    margin-left: 0px;
  }

  img.open {
    width: 13%;
    /* float: right; */
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
  }

  img.close-img {
    width: 9%;
    position: absolute;
    right: 17px;
    z-index: 2000;
    top: 7px;
    display: none;
  }
}

.menu-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 0px;
}

.page-container {
  margin-left: 243px;
}

@media screen and (min-width:701px) {
  .location-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 250px;
  }

  .open {
    display: none;
  }

  .close-img {
    display: none;
  }

  .location-text-container h1 {
    font-size: 45px;
    color: #505050;
  }

  .map-area {
    margin-left: 240px;
  }
}

.location-text-container p {
  font-weight: bolder;
  font-size: 15px;
  color: #505050;
}

.days-time {
  font-weight: normal;
  color: #505050;
}

body {
  overflow-x: hidden;
}

.container_minus_sidebar {
  margin-left: 243px;
}

@media(max-width: 700px) {
  .container_minus_sidebar {
    margin-left: 0px;
  }
}

.item2 {
  background-size: cover;
}

.item3 {
  background-size: cover;
}

.readmore-text {
  text-align: center !important;

}

.modal-dialog.miguels-dialog {

  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.home-page-images {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:700px)
{

}

@media screen and (min-width:700px)
{
.menu-checkbox
{
  display: none !important;
}
} 












/* Mobile Menu*/
@media screen and (max-width:700px)
{
    
#menuToggle
{
  display: block;

  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  top: 20px;
  left: 20px;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0;
  z-index: 2; 
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  
  background: black;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  margin: 0px 0 0 -50vw;
  /* padding: 50px;
  padding-top: 125px; */
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


}




.get_in_touch_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 2px lightgray solid;
	padding: 2em;
  margin: 5em;
  margin-bottom:3em;
}
.city {
	font-size: 21px;
	font-family: inherit;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 23.1px;
	margin-bottom: 10px;
	color: #000000;
}
.address {
	line-height: 20px;
	font-family: inherit;
	font-size: 14px;
	word-spacing: 0;
	text-align: left;
	margin-bottom: 5px;
	color: #000000;
}
.find_your_way {
font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 40px;
	color: #000000;
	cursor: pointer;
}
.contact_email
{
	line-height: 20px;
	font-family: inherit;
	font-size: 14px;
	word-spacing: 0;
	text-align: left;
	margin-bottom: 5px;
	color: #000000;
}
.map_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
}
.address_contianer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid lightgray;
}
.modal-dialog.map-modal {
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}
@media screen and (max-width:700px)
{
  .get_in_touch_container {
    display: grid;
    grid-template-columns: 1fr;
    border: 2px lightgray solid;
    padding: 2em;
    margin: 2em;
}
.address_contianer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid lightgray;
  border-right: transparent;
}
img.logo-header {
  width: 22%;
}
.grid-container
{
  margin-top: 50px;
}
}
.Location_Hours {
  line-height: 20px;
  font-family: inherit;
  font-size: 14px;
  word-spacing: 0;
  text-align: left;
  margin-bottom: 5px;
  color: #000000;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  display: none !important;
}
.columns-4 {
  display: flex !important;
  flex-direction: column !important;
  margin-left: 10vw !important;
}

ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  /* display: contents; */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center  !important;
}
p.woocommerce-result-count {
  display: none !important;
}
form.woocommerce-ordering {
  display: none !important;
}
figure.woocommerce-product-gallery__wrapper {
  display: none !important;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: 243px !important;
}
header.entry-header {
  text-align: center;
  margin-left: 243px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #77a464;
  text-align: center;
  font-size: 1.25em;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  display: flex !important;
 justify-content: center; 
 align-items: center !important;
  /* justify-content: space-around !important; */
  flex-direction: column;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex !important;

  justify-content: center !important;
  align-items: center !important; 
  
}
.single_add_to_cart_button {

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
/* .woo_commerce-top-content {
  margin-left: -20vw !important;
  width: 78vw;
} */
.main-resrvation-container {
  margin-left: 20vw;
  margin-right: 1vw;
}
.button-for-selection {
  
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 2em;
}
h1.main-heading-resrvation {
  text-align: center;
  font-family: inherit;
  margin: 1em;
}
table.woocommerce-grouped-product-list.group_table {
  width: 50vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 6vw;
}
.main-reservation-sub-heading {
  margin: 1em 0em;
}
.main-reservation-timings {
  margin: 0.4em 0em;
}
.button-reservation {
  margin: 0.5em 0em;
}
button.btn.btn-primary {
  background-color: #a46497;
}
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  margin-left: 20vw !important;
  margin-right: 1vw !important;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 79% !important;
  border-collapse: separate;
  border-radius: 5px;
  margin-left: 20vw !important;
  margin-right: 5vw !important;
}
td.product-thumbnail {
  display: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 22% !important;
  text-align: center;

}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
  display: flex;
  width: 100vw;
  justify-content: center;
}
.cart_totals h2
{
  width: 100vw;

}
.shop_table_responsive.cart-subtotal
{
  margin-right: 0em;
}
.woocommerce-info {
    margin-left: 19vw;
    margin-right: 1vw;
}
.woocommerce-billing-fields{

  margin-left: 18vw;

}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  display: flex;
  flex-direction: column;

}
.woocommerce-additional-fields {
  display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
  width: 80%;
  margin-left: 19vw;
}
.woocommerce-privacy-policy-text {
  width: 75vw;
}
.woocommerce-billing-fields__field-wrapper {
  width: 36vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:700px)
{
  .woocommerce-billing-fields__field-wrapper {
    width: 100vw !important;
    display: flex;
    flex-direction: column;
}

}
h2.woocommerce-billing-fields 
{
  width: 100% !important;
}
ul.woocommerce-error {
  width: 79vw;
  margin-left: 19vw;
}
th.product-remove {
  display: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
  /* border: 1px solid black; */
  padding: 1em 0em !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc !important;
  -moz-box-shadow: 3px 3px 5px 6px #ccc !important;
  box-shadow: 3px 3px 5px 3px #ccc !important;
  background-color: azure !important;
}
ul.related.columns-4 {
  margin: 0vw !important;
}
section.related.products {
  width: 100vw !important;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
h2.related.products
{
  margin-left: 20vw !important;
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em;
  text-align: inherit !important;
}
div#respond {
  display: none;
}

.woocommerce button.button
{
  cursor: not-allowed;
  /* opacity: .5; */
  padding: .618em 1em;
  
  margin-top: 6vh !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  cursor: not-allowed;
  /* opacity: .5; */
  padding: .618em 1em;
 
  margin-top: 6vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupon {
  /* display: flex; */
  /* flex-direction: row; */
  display: none;
}





@media screen and (max-width:700px)
{
  /* .woo_commerce-top-content {
margin-left: 1em !important; 
    margin: 1em;
    width:auto;
} */
.main-resrvation-container {
 margin-left: 1em;
   margin-right: 1em;
  margin: 1em;
}
.button-for-selection {
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
header.entry-header {
  text-align: center;
  margin-left: 0px;
  margin-top: 3em;
}
.columns-4 {
  display: flex !important;
  flex-direction: column !important;
margin-left: 0vw !important; 
  text-align: center;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
   margin-left: 1em !important; 
  text-align: center;
  margin: 1em;

}
.woocommerce div.product form.cart {
  flex-direction: column;
  margin-bottom: 2em;
  display: flex !important;
  justify-content: center;
  align-items: center !important;


  align-items: center;
  text-align: left;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;

}
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 98% !important;
  border-collapse: separate;
  border-radius: 5px;
  margin: 1e;
  margin-left: 1vw !important;
margin-right: 0vw !important; 
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
width: auto!important; 
  text-align: center;
  margin-top: 4em;
}
.woocommerce-info {
  margin-left: 1vw;
  margin-right: 1vw;
}
.woocommerce-billing-fields {
 margin-left: 0vw; 
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  display: flex;
  flex-direction: column;
  width: 90%;
}
h3#order_review_heading {
  font-size: 1.5em;
  margin: 1em;
}
.woocommerce-checkout #payment {
  background: #ebe9eb;
    border-radius: 5px;
    width: 100%;
    margin-left: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-right: 14vw; */
}
.woocommerce-privacy-policy-text {
  width: 100%;
  text-align: center;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  width: 43vw;
  text-align: center;
 
}
.woocommerce div.product form.cart.variations {
  margin-bottom: 1em;
  border: 0;
 
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 3px #ccc;
  background-color: #f0ffff;
}
.woocommerce button.button.disabled {
  cursor: not-allowed;
  padding: .618em 1em;

}
section.related.products {
  width: 100vw !important;
  display: flex;
 margin-top:1em;
  flex-direction: column !important;
  justify-content: center !important;
  margin-left: 0px !important;
}
ul.woocommerce-error {
  width: 100%;
  margin-left: 1vw;
  margin-right: 2vw;
}
td.actions .button {
  /* display: block; */
  position: relative !important;
  display: flex !important;
justify-content: center;
 
  text-align: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: auto !important;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-top: 0vh !important;
  position: relative !important
}
.terms-condition-page {
  display: flex;
  flex-direction: column;
 margin-left: 0vw !important;
  font-family: inherit;

  text-align: justify;
  margin: 2em !important;
}
.site-info {
  display: flex;
  justify-content: center;
    text-align: center;
    margin-left: 0vw !important;
  }
  .terms-main-heading {
    text-align: center;
    color: black;
    font-size: 2em;
    margin: 1em;
    margin-left: 0vw !important; 
    margin-right: 0em !important;
    margin-top: 2em !important;
  }
  .single-product div.product form.cart
  {
    padding:0em !important;
  }
  .woocommerce div.product form.cart .variations select {
    /* max-width: 100%; */
    /* min-width: 60%; */
    display: inline-block !important;
    /* margin-right: 1em; */
    width: 40vw !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
}
div.qty {
  margin: -8em;
  /* padding: 10px; */
  margin-left: -15em;
}
.single_variation_wrap {
  display: flex;
  justify-content: center;
}
div#page {
  overflow-x: hidden;
  overflow:hidden;
}
td.actions .button {
  /* display: block; */
  position: relative !important;
  display: flex !important;
justify-content: center;
  text-align: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: auto !important;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-top: 0vh !important;
  position: relative !important
}
.terms-condition-page{
  display: flex;
  flex-direction: column;
  margin-left: 20vw;
  font-family: inherit;
  margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 2em;
    text-align: justify;
}
.terms-main-heading {
  text-align: center;
  color: black;
  font-size: 2em;
  margin: 1em;
  margin-left: 20vw;
}
.terms-heading {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: inherit;

}
.site-info {
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  padding: 1em;
  top: 8em;
  width:100vw;
  background-color: antiquewhite;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  /* width: 22.05%; */
  margin-left: 0;
  width: 100% !important;
}
.related ul.products
{
  margin-left: 0em !important;
  text-align: center;
}
h2.woocommerce-loop-product__title::before {
 content: " + ";
} 

p#coderockz_woo_delivery_time_field_field {
  margin-left: 19vw;
}
p#coderockz_woo_delivery_date_datepicker_field {
  margin-left: 19vw;
}
@media screen and (min-width:701px)
{
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {

    margin-left: 20vw !important;
    margin-right: 1vw;

}
p button.checkout_coupon.woocommerce-form-coupon
{
  margin-top: 0vh !important;
}
a.footer-text {
  margin-left: 20vw;
}
footer#colophon {
  position: relative;
  bottom: 0px;
  top: -19vh;

}

.checkout-button a.button .alt .wc-forward

{
 position: unset !important;
 margin-top: 0vh !important;
}
.wc-proceed-to-checkout a{
  position: unset !important;
  margin-top: 0px !important;
}

}
.woocommerce-form-coupon-toggle {
  display: none !important;
}

a.reset_variations {
  display: none !important;
}

h1.menu-had-New {
  text-align: center;
}
.owl-theme .owl-dots {

  margin-bottom: 1em;
}
.resrvation-Link-Menu {
  text-align: center;
  margin: 1em;
  font-family: inherit;
  font-size: 1.3em;
}
.owl-carousel
{
  z-index:0;
}
input#e_deliverydate {
  width: 27vw !important;
}
tr#product-178 {
    display: grid;
    grid-template-columns:  3fr 2fr 1fr !important;
}
td.woocommerce-grouped-product-list-item__quantity {
  grid-column-start: 3;
}
td.woocommerce-grouped-product-list-item__label {
  grid-column-start: 1;
  grid-column-end: 2;
}
tr#product-188 {
  display: grid;
  grid-template-columns:  3fr 2fr 1fr !important;

}
tr#product-189 {
  display: grid;
  grid-template-columns:  3fr 2fr 1fr !important;

}
tr#product-190 {
  display: grid;
  grid-template-columns:  3fr 2fr 1fr !important;

}
td.woocommerce-grouped-product-list-item__quantity {
  display: grid;
  grid-template-columns: 1fr 1fr;
align-items: center;
}
td.woocommerce-grouped-product-list-item__quantity {
  grid-row-start: 1;
}
section.related.products {
  display: none;
}
@media screen and (max-width:700px)
{

tr#product-178 {
  width: 100vw;
  /* display: flex; */
  /* flex-direction: column-reverse; */
  /* justify-content: center; */
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  text-align: center;
  margin-bottom: 1em;
}
td.woocommerce-grouped-product-list-item__quantity {
  grid-row-start: 3;
}
td.woocommerce-grouped-product-list-item__label {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  text-align: left;
  margin-left: 1em;
  padding-left: 0em !important;
  padding-bottom: 0em !important;
}


tr#product-188 {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  text-align: center;
  margin-bottom: 1em;

}
tr#product-189 {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  text-align: center;
  margin-bottom: 1em;

}
tr#product-190 {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  text-align: center;
  margin-bottom: 1em;
}
td.woocommerce-grouped-product-list-item__price {
  grid-row-start: 2;
  text-align: left;
  margin-left: 1em;
  padding-bottom: 0em !important;
}
td.woocommerce-grouped-product-list-item__quantity {
  grid-column-start: 1;
}
td.woocommerce-grouped-product-list-item__quantity {
display: grid;
grid-template-columns: 1fr 2fr !important;
align-items: center;
width: 100vw !important;
text-align: center;
justify-content: center;
}
div.qty {
margin: 0em !important;
margin-left: 0em !important;
text-align: left;
    margin-left: 1em !important;
}
td.woocommerce-grouped-product-list-item__quantity {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-content: center;
}
table.woocommerce-grouped-product-list.group_table {
width: auto;
}
d.woocommerce-grouped-product-list-item__quantity {
/* grid-row-start: 1; */
grid-row-start: 3;
}
.woocommerce .quantity .qty {
width: 3.631em;
width: 27vw;
text-align: center;

}
.woocommerce-product-details__short-description {
  width: 93vw;
  text-align: left;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
  text-align: justify;
  margin-left: 1em;
}
input#e_deliverydate {
  width: 89vw !important;
}
label
{
  margin-bottom:0em !important;
}
p#coderockz_woo_delivery_date_datepicker_field{
  margin-left: 1em;
}
p#coderockz_woo_delivery_time_field_field {
  margin-left: 1em;
}
}

p.price {
    display: none !important;
}

p#e_deliverydate_field {
  height: 12vh !important;
  display: block !important;
}

img.plus-image-reservation {
  height: 2vh;
}
td.woocommerce-grouped-product-list-item__label {
  pointer-events: none !important;
  cursor: default !important;
}
img.cart-button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 13%;
    float: right;
    margin-right: 2em;
    margin-top: 1em;
}
h1.mobile-heading
{
  display: none;
}
@media screen and (max-width:700px)
{
  img.cart-button {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 43%;
    float: right;
    margin-right: 0.5em;
    margin-top: 0.6em;
  
}
.site-info {
  display: flex;
  justify-content: center;
  text-align: center;
  /* position: absolute; */
  position: relative;
  padding: 1em;
  top: 0vh;
  width: 100vw;
  background-color: antiquewhite;
}
h1.mobile-heading {
  text-align: center;
  
  font-size: 1.5em;
  font-family: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
 

}
.team_member_name {
  font-size: 1.5em;
}
}
button.new-appt.button {
  margin-top: 1em !important;
}
.Upper-heading-products {
  font-family: inherit;
  margin: 1em 0em !important;
  font-size: 20px !important;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.lower-heading-products {
  font-family: inherit;
  margin: 1em 0em !important;
  font-size: 20px !important;
}
.number-of-item-in-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.addition-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
}
.woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
  display: none;
}
a.cart-grouped {
  color: blue;
  text-decoration: underline;
}
img.mugules-mobile-logo {
  width: 80%;
}
.main-heading-menu
{

  display: flex;
  flex-direction: row;
  font-size: 1.2em;
  /* justify-content: center; */
  align-items: center;

  justify-content: space-evenly;
  height: 100vh;
}
.image-menu-plus-minus{
  margin: 0 1em;
}
.plus-image {
  height: 2vh;
}
.minus-image {
  width: 1.5vw;
}
.menu-heading-font-style
{
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 1.8em;
  color: #404040;
  text-align: center;
}
.main-menu-page-container
{
  height: 100vh;
  overflow: hidden;
}
.menu-heading-font-style a:hover
{
  text-decoration: none;
  color: #404040;
}
.menu-heading-font-style a
{
  color: #404040;
  font-family: "Playfair Display";
  font-weight: 500;
  text-align: center;
}
.subheading-menu{
  font-size: 20px;
  text-align: center;
  justify-content: center;
    align-items: center;
    display: flex;
}
span.new-timing {
  margin-left: 11px;
}
.address.new-days-timing {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
img.menu-image-page {
  width: 80%;
}
@media screen and  (max-width:700px)
{
  .main-heading-menu
  {
    flex-direction: column;
    height: 100%;
  }
  .main-menu-page-container {
    /* height: 100vh; */
    overflow: scroll;
}

}

.click-here-menu {
  margin-bottom: 0px;
  margin-top: 2em;
  font-size: 20px;
}
.miguels-menu-heading {
  font-size: 1.3em;
}

@media screen and (max-width:700px)
{

.menu-sub-container {
  margin-bottom: 1em;
  margin-top: 1em;
}
}
.call-reservation {
  display: flex;
  justify-content: center;
  padding-top: 7px;
}
.gallery-para
{
  text-align: center;
  font-size:20px;
}




.gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 3em;
}
.gallert-card-container {
  box-shadow: 0px 0px 20px #00000066;
  height: max-content;
}




.desktop-reservation-call {
  font-family: 'Playfair Display';
  font-weight: 700;
  text-align: center;
  padding-top: 1em;
  font-size: 1.1em;
  padding-bottom: 4em;
}

.mobile-reservation-call
{
    font-family: 'Playfair Display';
    font-weight: 700;
    text-align: center;
    padding-top: 1em;
    font-size: 1.1em;
    display:block;
    padding-bottom: 1em;
}


img.phone-image {
  height: 3vh;
}
.top-area-call {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.text-phone {
  font-size: 18px;
  font-family: 'Playfair Display';
  font-weight: 700;
  text-align: center;
}
.hours{
  font-size: 20px;
  font-family: 'Playfair Display';
  font-weight: 700;
  text-align: center;
}
.click-here {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 1em 0em;
  border-bottom: 1px solid #707070b8;
  margin: 0em 0em;
}
.click-here{
  text-align:center;
  font-family: 'Playfair Display';
}
.hours-text {
  display: contents;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  justify-content: center;
  width: 100%;

}
.address.new-days-timing-gallery {
  display: flex;
  justify-content: space-between;
  padding: 0em 3em;
}
.dates-container {
  padding: 0.2em 0em;
}
.text-phone.hours {
  font-size: 20px;
  padding: 0.5em 0px;
  text-transform: uppercase;
}
@media screen and (max-width:700px)
{
  .desktop-reservation
  {
    display: none;
  }
  .mobile-reservation
  {
    display: block;
  }
}
@media screen and (min-width:701px)
{
  .desktop-reservation
  {
    display: block;
  }
  .mobile-reservation
  {
    display: none;
  }

}

.desktop-reservation-call:hover
{
  cursor: pointer;
}


.home-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 25px;
}



.grid-container-third {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  margin: 0em 25px;
  margin-bottom: 25px;

}
.home-page-images-third {
  background-size: 100%;

  background-repeat: no-repeat;

}
.home-page-images-four {
  background-size: 100%;

  /* width: 100%; */
background-repeat: no-repeat;
}
.grid-container-four {
  display: grid;
  grid-template: 1fr 1fr;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin: 25px;
}

#home-desktop
{
  display: grid;
}
#home-mobile
{
  display: none;
}
.location_container {
  height: 94vh;
}

img.image-food-new {
    height: 70em;
}
.main-container-menu.updated-Menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:700px)
{
  .grid-container-third {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grid-container-four {
  display: grid;
  grid-template: 1fr 1fr;
  grid-gap: 25px;
  grid-template-columns: 1fr;
  margin: 25px;
}
#home-desktop
{
  display: none;
}
#home-mobile
{
  display: grid;
}
.grid-container {
  margin-top: 15px;
}
.location_container {
  height: auto;
}
img.image-food-new {
    height: 28em;
}

}
