/*
	Theme Name: Pizzeria
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Rajesh Kumar
	Author URI: https://drupalbuilder.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
	font-family:NeutraText-Bold;
		src:url('fonts/NeutraText-Bold.woff');
		src:url('fonts/NeutraText-Bold.woff') format('truetype');
}
@font-face {
	font-family:NeutraText-BoldAlt;
		src:url('fonts/NeutraText-BoldAlt.woff');
		src:url('fonts/NeutraText-BoldAlt.woff') format('truetype');
}
@font-face {
	font-family:NeutraText-BoldItalic;
		src:url('fonts/NeutraText-BoldItalic.woff');
		src:url('fonts/NeutraText-BoldItalic.woff') format('truetype');
}
@font-face {
	font-family:NeutraText-Book;
		src:url('fonts/NeutraText-Book.woff');
		src:url('fonts/NeutraText-Book.woff') format('truetype');
}
@font-face {
	font-family:NeutraText-BookItalic;
		src:url('fonts/NeutraText-BookItalic.woff');
		src:url('fonts/NeutraText-BookItalic.woff') format('truetype');
}
@font-face {
	font-family:NeutraText-Demi;
		src:url('fonts/NeutraText-Demi.woff');
		src:url('fonts/NeutraText-Demi.woff') format('truetype');
}
@font-face {
	font-family:NeutraText-LightAlt;
		src:url('fonts/NeutraText-LightAlt.woff');
		src:url('fonts/NeutraText-LightAlt.woff') format('truetype');
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	margin-top: 0px !important;
}
#ls-global {
    margin: 0 !important;
}
body {
    background-color: #eee;
}
body,input, html {
    color: #424241;
    font-family: NeutraText-Book;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
input {
	-webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.nav ul li a, .mob-s-f-b a, .mob-s-s-b a {
    font-size: 21px !important;
    line-height: 15px;
    padding-bottom: 18px;
}
.book-delivery a, .whole-find-us label, .tcs-privacy-policy {
	font-size: 20px;
}
input[type="submit"] {
    letter-spacing: 1px;
   	width:100%;
}
.powd a {
  color: #fff;
}
.submitbutton [type="submit"] {
  height: 40px;
  text-transform: uppercase;
  border-radius: 20px;
  border: none;
  font-family: NeutraText-Book;
  background-size: contain !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.f.emailbox [type="email"] {
  background-color: #fff;
  padding: 8px 20px;
  border: none;
  height: 40px;
  color: #424241;
}
.f.emailbox [type="email"]::placeholder {
	text-transform: lowercase;
}
.whole-footer.fixed{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9;
}
.stay-first {
    margin-bottom: 10px;
}
.stay-desc {
  max-width: 610px;
  margin: 0 auto 30px auto;
}
.new-title h2, .our-sty-title, .easy_testimonial_title {
	font-size: 28px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
p {
  font-family: NeutraText-Book;
}
.p-e-desc a , a {
	color:#003c82;
	text-decoration:none;
}
a:hover {
	color:#97163c;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.sticky .nav-wid.r .mob-res-btn.sticky-button.our-sty-button.od-btn a {
  background-color: #fe9ff1;
  border: 1px solid #fe9ff1;
  color: #000;
}
.sticky .nav-wid.r .mob-res-btn.sticky-button.our-sty-button.od-btn a:hover {
  background-color: #109fd7;
  border: 1px solid #109fd7;
  color: #fff;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.menuSeven.menu {
    float: left;
}
.hamburger_menu {
	position: fixed;
	top: 0;
	left: 0px;
	width: 290px;
	height: 100vh;
	background: #109fd7d9;
	z-index: 10;
	overflow: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translateX(-450px);
	transform: translateX(-450px);
	-webkit-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2); 
}
.logo-image.nav-wid.showmenu .hamburger_menu {
  width: 100%;
}
.showmenu .hamburger_menu {
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}
.hamburger_container1 {
	display: block;
	margin-left: 0px;
}
.hamburger_menu a {
    color: #fff;
}
.sidenav .mob-face-icon.cn-fa-icon {
	margin: 28px 0px 100px 20px;
}
.sidenav .mob-face-icon a {
  display: initial !important;
  padding: 0px !important;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0px;
	width: 450px;
	height: 100vh;
	background: #d4ddda;
	z-index: 10;
	overflow-y:auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translateX(450px);
	transform: translateX(450px);
	padding: 20px 45px;
}
.showmenu .overlay {
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}
.overlay .closebtn {
	position: absolute;
	right: 45px;
}
.mob-face-icon.cn-fa-icon a img {
  width: 40px;
}
.mob-face-icon.cn-fa-icon {
  margin-top: 5px;
}
.fb-desktop {
  margin-right: 10px;
}
.hamburger_menu.active {
	left: 0;
}
.fs_menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(255,255,255,0);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menuOne {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transition: .1s;
	transition: .1s;
	display: inline-block;
}
.hamburger_close {
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
  display: block;
  width: 30px;
}
.hamburger_menu_content {
	padding-top: 85px;
	width: 100%;
	padding-right: 20px;
	text-align: left !important;
}
section .whole-our-story {
  background-repeat: repeat !important;
 background-size: 50%;
}
.section2 .whole-our-story, .section4 .whole-our-story, .section6 .whole-our-story, .section8 .whole-our-story {
    background-position: left bottom;
}
section.section8 .our-story .add-c-btn a {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 18px;
	height: 47px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    position: fixed;
    z-index: 999;
	width: 100%;
	padding: 15px 30px;
	top: 0px ! important;
}
/* logo */
.logo {
    float: left;
}
.logo img {
    width: 100%;
    max-width: 110px;
}
/* nav */
.nav {
    float: right;
    margin-left: 75px;
	display: flex;
}
.nav ul li {
    display: inline;
    margin-right: 25px;
}
.nav ul li a {
    color: #fff;
}
a{
	color: #0f9fd6;
}
a:hover{
    text-decoration: none;
	color: #003c82;
}
.nav ul, .header-social-icons ul {
    padding-left: 0;
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}

::selection , ::-webkit-selection , ::-moz-selection {
	background:#003c82;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.standard-page-bg {
  background-color: #fff;
  overflow: hidden;
  clear: both;
}
.section  {
	background-image: url('/wp-content/uploads/2020/07/background.jpg');
	background-repeat: repeat;
	position: relative;
	display: table;
	width: 100%;
}
.mob-nav .nav {
    display: none;
    overflow: hidden;
}
.our-story.our-sty-tit-desc {
    padding: 4% 6% 4% 6%;
}
.m-bott {
  margin-bottom: 30px !important;
}
.our-sty-sub-tite , .wordwrap p {
  color: #109fd7 !important;
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 20px 0px !important;
  line-height: 24px;
}
.wordwrap p {
  padding: 0px !important;
}
.our-sty-sub-tite.white {
  color: #109fd7 !important;
  padding: 0px 0px !important;
}
.section4 .our-sty-sub-tite, .section3 .our-sty-sub-tite, .section7 .our-sty-sub-tite {
  color: #fff !important;
  font-size: 20px !important;
}
.section3 .our-sty-title, .section5 .our-sty-title, .section7 .our-sty-title {
  color: #003c82;
}
.section4 .our-sty-title {
  color: #fff;
}
.section6 .our-sty-title {
	color: #fe9ff1;
}
.section4 .our-sty-button a, .section3 .our-sty-button a {
  color: #05311f;
}
.section3 .our-sty-desc, .section7 .our-sty-desc {
  color: #34404a;
}
.section3 .ovb-top-text {
  color: #34404a;
  padding-bottom: 13px;
}
.our-sty-desc {
  color: #fff;
}
.gallery-sub-title {
  text-transform: uppercase;
  padding: 0 !important;
  margin-top: 10px !important;
}
.clear-overflow {
	padding: 60px 0px;
}
.section5 .our-sty-button {
  margin-top: 100px;
}
.section6 h3 {
  color: #003c82;
  font-weight: 300;
  font-size: 22px;
}
.section7 .our-sty-sub-tite.stay-sub-title {
  padding: 20px 0px 0px !important;
}
.sec7-sub-title {
  font-size: 32px;
  padding: 5px 0px 30px 0px;
  color: #fff;
}

.sec-5-btn.light-blue-btn {
  width: 200px !important;
}
.our-sty-title {
  display: block;
  font-size: 46px;
  color: #003c82;
  line-height: normal;
  position: relative;
  z-index: 5;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.section3 .our-sty-sub-tite , .section4 .our-sty-sub-tite{
    padding: 0px 0;
}
.testimonial_body {
  margin-top: 0;
  line-height: 22px;
}
.testimonial_body p {
  margin-top: 0;
}
.testimonial_author, .testimonial-other {
    padding-top: 10px;
	margin: 0px;
    font-size: 10px;
}
.our-sty-desc.we-care-desc p {
    margin-bottom: 20px;
}
.section2 .we-care-desc {
  color: #fff;
}
blockquote.easy_testimonial {
	margin: 0 auto;
}
.our-sty-desc.we-care-desc p:last-child {
    margin-bottom: 0;
}
.our-sty-button a {
  color: #fff;
  letter-spacing: 0.5px;
  font-family: NeutraText-Book;
  -webkit-box-orient: horizontal;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #109fd7;
  border-radius: 22px;
  padding: 8px 23px;
  transition: 0.3s;
}
.light-blue-btn a, .lightbluebtn {
  background: #109fd7 !important;
  border: 1px solid #109fd7;
}
.our-sty-button a:hover, .lightbluebtn:hover {
  background: #fe9ff1 !important;
  color: #000 !important;
  border: 1px solid #fe9ff1 !important;
}
.book-delivery a {
    text-align: center;
    padding: 12px 20px;
    border: 1px solid #918383;
    background-color: #918383;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}
.slide1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center,center;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
}

.slider-text .slider-button a {
  margin: 0 auto;
  padding: 2% 9%;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  background: #000;
}
.slider-text h2 {
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px 25px;
  font-size: 68px;
line-height: 30px;
}
.slider-text .slider-button a:hover {
  background-color: #2c486d !important;
   border: 1px solid #2c486d;
}
.section1 .btn-sec-all.btn-trans.sec-btn-bt {
  margin-bottom: 20px;
}

.slider-mob-menu {
  background: #109fd7;
  padding: 10px;
  text-align: center;
}
.s-m-menu a , .s-m-menu a:hover {
	color: #fff;
}
.s-m-menu:hover {
	background: #003c82;
	border: 1px solid #003c82;
}
.s-m-menu {
  padding: 5px 30px;
  border: 1px solid #fff;
  border-radius: 25px;
  background: transparent;
  margin: 10px;
  color: #fff;
  width: 160px;
}
.slider-mob-menu .s-m-menu {
	display: inline-block;
}
.whole-our-story {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.whole-our-story.setofsdata {
	padding: 0;
}
.section5 .our-story {
    min-height: 480px;
}
.section5 .setofsdata .our-story {
    min-height: 640px;
}
.our-story {
    width: 50%;
	text-align:center;
}
.d-inline {
  display: inline-block;
}
.sec1-btn-1, .sec1-btn-2 {
  margin-top: 20px;
}
.sec1-btn-3 {
  margin-top: 40px !important;
}
.butt-margin {
  margin-bottom: 80px !important;
  margin-top: 40px !important;
}
.tcs.our-sty-button.link-but a {
  color: #4a707a;
  display: inline-block;
}
.our-story-image {
    width: 50%;
    height: 100%;
    position: absolute;
}
.padding-title {
  padding: 0px 0px 30px 0px;
}
.section1 .our-sty-desc {
    float: left;
	color: #000;
}
.our-story.our-sty-tit-desc.right-content {
    float: right;
}
.our-story-image.right-image {
    right: 0;
	top: 0px;
}
.our-story-image.left-image {
   left: 0;
   top: 0;
}
.book-delivery {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 12px;
    left: 0;
    z-index: 99;
}
.passion-overvire {
    display: inline-block;
    padding-right: 50px;
}
.open-since {
    font-size: 42px;
    font-weight: normal;
}
.testimonial-client {
    font-size: 45px;
    font-weight: normal;
    text-transform: none;
    line-height: 60px;
}
.open-since {
    padding: 0px 8px;
	margin-bottom: 12px;
}
.since-subtitle {
    font-size: 100px;
    margin-top: -30px;
    color: #918383;
}
.since-desc {
    position: relative;
    top: -14px;
    padding: 0 8px;
}
.easy_t_single_testimonial .easy_testimonial_title {
    color: #a89f72;
}
.testimonial-client {
	 color: #05311f;
}
.easy_testimonial_title {
  font-size: 18px;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.testimonial-client {
  font-size: 14px;
  line-height: normal;
  font-style: normal;
}
.testimonial-other {
    position: relative;
    top: -4px;
	color: #7a7d85;
	font-size: 15px;
}
.mc4wp-form-fields label {
	display: inline;
}
.mc4wp-form-fields input[type="email"] {
    width: 100%;
}
.page-m-t {
  margin-top: 90px;
}
input::placeholder {
	color: #424241;
    font-weight: normal;
}
.mc4wp-form-fields {
    margin: 20px 0;
	overflow:hidden;
}
.title h2 {
  font-size: 34px;
  color: #003c82;
  text-transform: uppercase;
}
.title {
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 8% 0;
}
.singlenews.contab h2 {
  color: #003c82;
}
.p-e-desc h3 , .p-e-desc h2 {
  color: #003c82;
  font-weight: lighter;
}
fleft.f {
    width: 100%;
}
.submitbutton input {
  width: 100%;
  max-width: 180px !important;
  margin-top: 60px;
}
label {
    display: block;
    margin-bottom: 0px;
}
.whole-find-us label {
  color: #0f9fd6;
  font-size: 20px;
}
.form-title h2 {
  font-weight: normal;
  font-size: 22px;
  color: #0f9fd6;
}
.tcs-privacy-policy {
    padding-top: 23px;
    font-size: 40px;
}
.address, .phone, .email {
  margin-bottom: 15px;
}
.header {
    display: none !important;
}
.sticky-inner {
	padding: 20px 20px 0 20px;
}
.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #003c82;
    background-repeat: no-repeat;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    display: block;
    top: 0;
    left: 0;
    height: 90px;
	background-size: cover;
	background-position: bottom center;
}
.nav-menu-logo img {
  margin-top: 0px;
}
.logo-img {
  width: 120px;
}
.sticky.active {
    display: block;
	width: 100%;
}
.sidenav a {
  padding: 6px 30px;
  text-decoration: none;
   display: block;
  transition: 0.3s;
  cursor: pointer;
  font-family: NeutraText-Book;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}
.sub-menu a {
  padding: 5px 60px;
  font-size: 16px;
}
.center {
  max-width: 222px;
  margin: 0 auto;
}
.sidenav a:hover {
  color: #fe9ff1;
}
.sidenav .our-sty-button a:hover {
  color: #000;
}
.closebtn {
    color: #918383 !important;
    font-size: 36px !important;
}
.sticky-button.our-sty-button {
    display: inline-block;
	margin-right: 10px;
}
.sec-2-btn {
  overflow: hidden;
  clear: both;
  text-align: center;
  padding: 30px 0px;
}
.our-sty-button {
  width: 200px;
  height: auto;
  vertical-align: middle;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.btn-sec-all a {
	color: #fff;
	display: block;
}
.btn-sec-all {
  display: inline-block;
  width: 200px;
  border-radius: 25px;
  padding: 9px 15px;
}
.submitbutton .btn-red {
  font-size: 18px;
}
.btn-sec-all.btn-dark.sec-btn-s-f.footer-btn-l.link-but {
  float: left;
}
.btn-sec-all.btn-dark.sec-btn-s-f.footer-btn-r.link-but {
  float: right;
}
.btn-trans {
  border: 1px solid #109fd7;
  background: #109fd7;
  color: #fff;
  transition: 0.3s;
}
.sec-4-btn .btn-sec-all {
  margin: 0 auto;
  display: block;
}
.sec-4-btn .btn-sec-all.btn-trans.sec-btn-gb {
  margin: 45px auto 70px;
}
.sec-4-btn-text .our-sty-title {
  color: #003c82;
  line-height: 50px;
}
.sec-4-btn-text .we-care-desc a {
  color: #003c82;
}
.btn-trans:hover {
  background: #003c82;
  border: 1px solid #003c82;
}
.btn-dark {
  border: 1px solid #00397c !important;
  background: #00397c !important;
  color: #fff;
  transition: 0.3s;
}
.btn-dark:hover {
  background: #109fd7 !important;
  border: 1px solid #109fd7 !important;
  color: #fff;
}
.ct-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.btn-red {
  border: 1px solid #fe9ff1;
  background: #fe9ff1;
  color: #fff;
  transition: 0.3s;
}
.btn-red:hover {
  background: #109fd7;
  border: 1px solid #109fd7;
  color: #fff;
}

.ovb-btn {
  margin: 8px auto 0 auto;
}
.white-btn a {
	color: #fff;
}
.shot-menu {
  padding-left: 20px;
}
.new-left-menu {
  margin-bottom: 30px;
}
.nav-button {
  margin-left: 30px;
  margin-bottom: 10px;
}
.nav-button a {
  color: #fff;
  font-size: 16px;
  padding: 10px 15px !important;
  border-radius: 50px;
  margin: 20px 0px;
    display: -webkit-box;
-webkit-box-orient: horizontal;
display: flex;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
}
.sidenav .nav-button a {
  border: 1px solid #fff;
}
.nav-wid {
    width: 42%;
    float: left;
	padding-left: 10px;
}
.nav-wid.l {
    width: 15%;
    float: left;
}
.nav-wid.r {
    text-align: right;
}
.nav-menu-logo {
  text-align: center;
}
.nav-menu-logo img.mobile {
    height: auto;
	display:none;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    width: unset !important;
    justify-content: unset !important;
    margin: 0 auto !important;
    background-color: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    max-width: 100%;
}
.glarry-img img {
    width: 100%;
    padding: 2px;
    max-width: 100%;
	height: auto !important ;
}
.glarry-img {
    width: 25%;
    float: left;
	cursor: pointer;
	height: auto !important ;
}
.mob-nav .nav ul li {
    display: block;
    list-style: none;
	margin-right: 0px;
	border-bottom: 1px solid #fff;
}
.mob-nav .nav ul li:last-child {
	border-bottom: none;
}
.mob-nav .nav ul li a {
    display: block;
    padding: 15px;
}
.mob-nav .nav {
    float: unset;
    margin-top: 25px;
	margin-left: 0px;
	width: 100%;
}
.mob-nav .nav ul {
    width: 100%;
    text-align: center;
    background: #918383;
    margin: 12px 0;
	position: relative;
	z-index: 999;
}
.slide1 img {
	display:none;
}
.menuSeven {
  margin-right: 20px;
  margin-top: 5px;
}

.footer-contact-sec {
  max-width: 450px;
  margin: 0 auto;
}
.form-title {
  padding: 0px 0px 20px 0px;
}


@media only screen and (max-width:991px) {
fleft {
    width: 100%;
}
input[type="submit"] {
  max-width: 200px;
}
.f.emailbox input {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}
fleft.f {
  width: 100%;
  margin-right: 0;
}
.our-story {
    width: 100% !important;
}

	.our-story-image{
		height:auto!important;
	}
	.our-story-image.g-map {
		height: 480px !important;
	}
.section5 .our-sty-button {
	margin-top:40px;
}
.page-id-298 .whole-footer.fixed {
    display: none;
}
#flipdish-menu .delivery {
    width: 100%;
}
.tcs.our-sty-button {
  margin-top: 40px;
}
}
@media (min-width:1001px) and (max-width: 1088px) {
.m-bott {
  margin-top: 20px;
}
.sec-5-btn.light-blue-btn {
	margin-bottom: 20px;
}
.section8 .btn-sec-all, .section8 .our-sty-button {
	width: 180px !important;
}
}
@media only screen and (min-width:1001px) {
.desk-slider {
    display: block !important;
}
.mob-slider {
    display: none !important;
}
}
@media only screen and (max-width:768px) {
body {
	overflow:auto!important;
}
body.home {
	margin-top:20px;
}
body.page-id-527 {
	margin-top:140px;
}
.f.emailbox [type="email"]{
	width: 100%;
}
.submitbutton [type="submit"]{
	width: 100%;
	max-width: 37%;
	border-radius: 20px;
}
#mc4wp-form-1 {
    margin-left: 0 !important;
}
.submitbutton input {
  margin-top: 20px !important;
}

}
@media only screen and (min-width:768px) and (max-width:1024px) {
body {
	margin-top:80px;
}
body.home {
	margin-top:0;
}
}
@media only screen and (min-width:1025px) and (max-width:1140px) {
body {
	margin-top:60px;
}
body.home {
	margin-top:0;
}
}
@media only screen and (max-width:1088px) and (min-width:992px) {
.mob-res-btn.sticky-button.our-sty-button.light-blue-btn {
  margin: 0;
}
}

@media only screen and (max-width:1480px) and (min-width:1141px) {
body {
	margin-top:60px;
}
body.home {
	margin-top:17px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media only screen and (max-width:580px) {
.submitbutton [type="submit"] {
  width: 100%;
  max-width: auto !important;
}
section .our-story .our-sty-button a::before {
	left: 20% !important;
}
section .our-story .our-sty-button a::after {
	right: 20% !important;
}
.float-left , .float-right , .btn-dark.sec-btn-s-f.footer-btn-l , .btn-dark.sec-btn-s-f.footer-btn-r {
  float: none !important;
  margin: 0 auto !important;
}
.footer-contact-sec .btn-sec-all {
  display: block;
  margin: 0 auto;
}
.footer-contact-sec .sec-2-btn {
  padding: 0;
}
.our-sty-button.light-blue-btn.float-left , .btn-sec-all.btn-red.float-right , .btn-sec-all.btn-dark.sec-btn-s-f.footer-btn-l.link-but {
  margin-bottom: 15px !important;
}





	
}
@media only screen and (max-width:380px) { 
	section .our-story .our-sty-button a::before {
        left: 12% !important;
	}
	section .our-story .our-sty-button a::after {
		right: 12% !important;
	}
}
@media only screen and (max-width:480px) {
	heads {
    font-size: 36px !important;
}
	section .our-story .our-sty-button a::before {
        left: 15% !important;
	}
	section .our-story .our-sty-button a::after {
		right: 15% !important;
	}

.add-c-btn a.d-r-btn {
    margin-right: 0 !important;
    margin-bottom: 10px;
}
.c-buttons {
	width:auto!important;
}
.c-buttons .new-booking-btn a{
    margin-right: 0!important;
}
.c-buttons .ns a{
    margin-right: 0!important;
}
.our-story.right-image {
    min-height: 340px !important;
}
.section4  .our-story .left-content{
	width:90%;
	margin:auto;
}
}
@media only screen and (min-width:769px) {
.mob-sticky-btn {
	display: none !important;
}
.book-delev-fix-btn {
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 12px;
    left: 0;
    z-index: 99;
    right: 0;
	max-width: 360px;
	margin: 0 auto;
}
.book-delev-fix-btn a {
	color: #fff;
	float:none;
    display:block;
	margin:0 auto;
	padding: 0px !important;
}
}
@media only screen and (max-width:768px) {

.book-delev-fix-btn {
    display: none !important;
}
.mob-res-btn {
    display: none !important;
}

.mob-s-b a {
    padding: 10px;
    display: block;
}

.mob-s-s-b a {
    color: #be9a5c;
    letter-spacing: 1px;
}
.passion-overvire{
		padding-right: 0px !important;
}
.section3 .our-sty-tit-desc{
	padding-top: 20px ;
	padding-bottom: 10px 
}

.slide1{
	background-position: top !important;
}


.book-delivery{
	z-index: 99;
	}
.whole-our-story {
	padding-top: 0px !important;
}

.since-subtitle{
	font-size: 40px !important;
	padding-bottom: 8px;
}
.open-since{
	font-size: 28px !important;
	padding-bottom: 8px !important;
}
.news {
    width: 100%;
    float: none;
}
.whole-news {
    width: 100% ! important;
	float: none !important;
}
.submitbutton {
    width: 100% !important;
}
}


@media screen and (max-height: 810px) {
.inner-wrapper {
  overflow: auto;
  max-height: 420px;
  overflow: scroll;
-webkit-overflow-scrolling: touch;
 overflow-y: auto;
 overflow-x: auto;
}
}


@media only screen and (max-width:991px) {
.our-story-image{
	width: 100% !important;
	position: unset !important;

}
.our-story.our-sty-tit-desc.left-content {
    float: none !important;
}
.our-story.our-sty-tit-desc.right-content {
    float: none !important;
}	
.our-story {
    width: 100% !important;
	min-height:350px;
}
.section5 .gla-bg {
  background: url("");
  margin-bottom: 40px;
}
.sec-cont-bg { 
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
}
section .whole-our-story {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
}
.new-title h2 {
    line-height: 28px;
}
.dask-menu .nav ul {
    display: none;
}
.cn-fa-facebook.cn-fa-icon i{
	top: 0px !important;
}
.slide1 {
    position: unset!important;
}
.slide1 img {
  display: block;
  width: 100%;
}
.slide1.mbs img{
	display:none;
}
.slide1.mbs{
	height:500px;
}
.book-delivery {
    position: relative;
    clear: both;
    margin-top: 40px;
	margin-top: 20px;
}
.copyright {
    text-align: center;
}
.copyr {
    float: none;
}
.powd {
    text-align: none;	
}
.g-map {
    position: relative !important;
}
.g-map iframe {
  height: 480px !important;
}
.whole-find-us {
    vertical-align: top;
}
.whole-our-story.setofsdata {
	padding: 0 !important;
}
.whole-our-story {
	vertical-align: top;
}
.map-img {
	top: 15% !important;
}
.copyr {
  float: unset !important;
}
.powd {
  text-align: center !important;
  margin-top: 10px;
}
}
.our-vision-btn {
  margin-top: 50px;
}
@media only screen and (min-width:992px) {
.section  {
	min-height: 800px;
}
.mob-nav {
    display: none !important;
}
.stay-btn {
  margin-top: 100px !important;
}
.tcs.our-sty-button.link-but {
  margin-top: 60px;
  margin-bottom: 150px;
}
}
@media screen and (min-device-width: 769px) and (max-device-width: 1180px) { 
.whole-news {
    width: 50% !important;
}
}
.gallary-section.setofsdata {
	position:relative;	
	min-height:70px;
}
.gallary-section-inner {
	position:relative;
	width:100%;
	left:0;
	top:40px;
}
.cn-fa-facebook.cn-fa-icon {
    margin-top: 4px;
}

@media screen and (min-device-width: 1500px) and (max-device-width: 1720px) { 
.passion-overvire {
    padding-right: 45px;
}

.since-subtitle {
    font-size: 98px;
}
section.section3 .our-story.our-sty-tit-desc {
    padding: 0% 4%;
}

}

@media screen and (min-device-width: 1380px) and (max-device-width: 1500px) { 
.passion-overvire {
    padding-right: 30px;
}

.since-subtitle {
    font-size: 92px;
}
section.section3 .our-story.our-sty-tit-desc {
    padding: 0% 4%;
}

}

@media screen and (min-device-width: 1120px) and (max-device-width: 1380px) { 

.passion-overvire {
    padding-right: 30px;
}
.open-since {
    font-size: 32px;
}
.since-subtitle {
    font-size: 70px;
}
.since-desc {
    padding: 0 6px;
    font-size: 14px;
}

}

@media screen and (min-device-width: 991px) and (max-device-width: 1120px) { 

.passion-overvire {
    padding-right: 22px;
}
.open-since {
    font-size: 28px;
}
.since-subtitle {
    font-size: 60px;
}
.since-desc {
    padding: 0 4px;
    font-size: 14px;
}


}
.slick-slide .slick-active:focus {
    border: none !important;
}

.menu-pdf span {
    padding: 8px 8px 8px 30px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
	cursor: pointer;
}
.d-menu:hover, .menu-pdf span:hover {
    color: #918383;
}
.d-menu img {
    vertical-align: baseline;
    width: 12px;
    margin-left: 5px;
}
.new-left-menu ul {
    margin: 0;
    padding: 0;
}
.new-left-menu ul li {
	list-style: none;
}
.sub-menu {
    display: none;
}
#menu-item-514 a::after {
  content: "";
  background: url("img/down-arrow.png");
  width: 16px;
  height: 14px;
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-top : 12px;
  -webkit-top: 0;
  margin-left: 10px;
}
.sub-menu li a::after {
    background: none !important;
}
#st_gdpr_iframe {
    display: none;
}
.email a, .phone a {
    color: #34404a;
}
.slick-dots li {
  margin: 4px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #424241 !important;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.slick-dots li button {
  padding: 4px;
  border-radius: 50%;
  font-size: 0;
  background: #000;
  border: 3px solid #ddd !important;
  display: block;
}
.slick-dots li.slick-active button {
  background: #109fd7 !important;
}

.slick-arrow{
display: none !important;
}
.pager {
    margin: 0px auto 30px auto;
    position: relative;
    z-index: 9;
    width: 88%;
}
.pager span {
    display: block;
    position: absolute;
	padding:0 20px;
}
.slick-prev, .prev , .slick-next, .next{
  display: none;
}
.slick-dots {
  padding: 20px;
}
.pager span {
    display: block;
    position: absolute;
    font-size: 28px;
    color: #424241;
    line-height: 35px;
    text-transform: uppercase;
	cursor:pointer;
}
.pager span.next {
    height: 32px;
    width: 50%;
    text-align: center;
	right: 0;
}
.slick-prev, .prev {
  left: 0;
  width: 37px;
  height: 33px;
  font-size: 0;
  background: url("/wp-content/themes/pizzeria/img/arrow-left.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 10px;
  background-position: left center;
  background-size: contain;
}
.slick-next, .next {
  right: 0;
  width: 37px;
  height: 33px;
  font-size: 0;
  background: url("/wp-content/themes/pizzeria/img/arrow-right.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 10px;
  background-position: right center;
  background-size: contain;
}
button {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pager span.prev {
    width: 50%;
    border-right: 2px solid #424241;
    height: 32px;
    text-align: center;
}


.glarry-img img {
	filter: gray;
	-webkit-filter: grayscale(1);
}
.glarry-img img:hover, .glarry-img img.active {
	-webkit-filter: grayscale(0);
	filter: none;
}
.map-img img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    top: -60px;
}
@media only screen and (max-width:1440px) {
.map-img img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    top: -60px;
}
}
@media only screen and (max-width:1200px) {
.passion-overvire {
    padding-right: 30px;
}
}
@media (min-width:1300px) {
.ls-layer {
  height: 70% !important;
  padding-left: 0 !important;
padding-right: 0 !important;
}	
}
@media only screen and (min-width:769px) {
.mob-sticky-btn {
	display: none !important;
}
.book-delivery {
    display: none !important;
}
}
@media only screen and (max-width:768px) {
heads {
    font-size: 50px;
}
heads.sname {
    font-size: 70px;
	margin-bottom:0;
}
.clear-overflow {
  padding: 15px 0px;
}
}

@media (min-width:1001px) and (max-width:1239px) {
.nav-button.our-sty-button.rd-btn {
  position: relative;
  left: 0;
}
.story-btn, .sec1-btn-2 {
  position: relative;
  left: 0;
}

}
@media (min-width:1001px) and (max-width:1040px) {
.nav-wid.r .our-sty-button {
  width: 160px !important;
}

}
@media (min-width:1240px) and (max-width:1324px) {
.rd-btn img, .od-btn img {
    height: 42px;
}
.testimonial-button {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
}
}
@media only screen and (min-width:1001px) {
.menuSeven.menu.desk-ham img {
  display: block;
}
.slider-mob-menu {
  display: none;
}
}
@media only screen and (max-width:1000px) {
.slider-text .slider-button a {
	  font-size: 18px;
}
.mob-hamburger .menuSeven.menu {
  float: unset;
  width: 100%;
  background: #05311f;
  padding: 10px 0px;
  margin-right: 0;
}
.mob-hamburger .menuSeven.menu img {
	max-width: 32px;
}
.main-menu-text {
  font-size: 21px;
  color: #fff;
  margin-left: 5px;
  line-height: 32px;
  letter-spacing: 1px;
}
.logo-image.nav-wid {
  margin-bottom: 60px;
}
.menuSeven.menu.desk-ham img {
  display: none;
}
.sticky {
	height: 100px;
}
.our-story.our-sty-tit-desc, .our-story.our-sty-tit-desc.right-content {
    padding: 14% 4% 15% 4%;
}
section .our-story .our-sty-button a{
	margin-bottom: 0px;	
}
.mob-face-icon.cn-fa-icon {
    position: absolute;
    right: 90px;
}	
#nav-icon4 {
  position: absolute !important;
  right: 25px;
}
.nav-menu-logo {
  position: absolute;
  left: 15px;
  top: 8px;
}
.sidenav .mob-face-icon.cn-fa-icon {
    left: 0px;
}	
.mob-s-f-b a {
    color: #fff;    
}
.mob-s-s-b {
	background: #b5b6aa;
}
.mob-s-b a {
    padding: 15px 15px;
    display: block;
}
.mob-s-s-b a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
	font-weight: normal;
}
.mob-s-f-b {
    background: #ada38c;
}
.mob-s-f-b a {
    color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
}
.nav-wid {
    padding:0;
	width:25%;
}
.nav-wid.l {
	width:50%;
}
.book-delev-fix-btn {
    display: none !important;
}
.book-delivery {
    display: none !important;
}
.mob-res-btn {
    display: none !important;
}
.mob-face-icon img.desktop{
    display: block !important;
    float: right;
    margin-top: 36% !important;
    margin-right: 0 !important;
}
.mob-sticky-btn {
    display: block !important;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -10px;
	padding-top: 5px;	
}
.nav-wid.r {
    float: right;
    width: 25%;
	padding:0;
}
.nav-menu-logo img.mobile {
  display: inline !important;
  max-width: 85px;
  height: auto;
}
.nav-menu-logo img.desktop {
	display:none;
}
.mob-sticky-btn {
    display: block !important;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -10px;
	padding-top: 5px;
}
.desk-slider {
    display: none !important;
}
.mob-slider {
    display: block !important;
}
.slider-image.mob-slider {
     padding-top: 20px;
}

}
@media only screen and (min-width:992px) {
	.tab-sticky-btn {
		display: none !important;
	}
}
@media only screen and (max-width:767px) {
.wrapper {
	width: 90%;	
}
.ls-layer {
  width: 180px !important;
}
.slider-text .slider-button a {
	  font-size: 16px;
}
.section6 .sec-cont-bg {
  background-size: 110% !important;
}
.title {
  font-size: 42px !important;
  text-align: center;
  line-height: 42px;
}
.sec-4-btn-text .our-sty-title {
	line-height: 36px !important;
}

}
@media only screen and (max-width:580px) {
.slider-text .slider-button a {
	  font-size: 14px;
}
.section6 .sec-cont-bg {
  background-size: 120% !important;
}
.our-sty-title {
  font-size: 32px;
  font-family: NeutraText-Bold;
}
.our-sty-sub-tite {
	font-size: 16px;
}
.since-desc {
    font-size: 13px;
    padding: 0 5px;
}
.pager {
    margin: 0px auto 50px auto !important;
}
.pager span {
	font-size: 18px !important;
}
.section3 .sec-cont-bg {
  background-size: 130% !important;
}
.padd-top .w50 {
  width: 100%;
}
.left-w50 p:last-child {
  padding-bottom: 0 !important;
}
.sticky-button.our-sty-button {
  display: block;
  text-align: center;
  width: 100% !important;
  max-width: 200px;
  margin: 20px auto 20px auto;
}
}
@media only screen and (max-width:480px) {
.section6 .sec-cont-bg {
  background-size: 200% !important;
}
}
@media only screen and (min-width:992px) {
.sname.stay-info {
    margin-top: -60px;
}
.sname.our-sto {
    margin-top: -40px;
}
.desk-n-e-btn {
    display: block !important;
}
}
@media only screen and (max-width:991px) {
.tab-sticky-btn {
    display: block !important;
    overflow: hidden;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 9;
    text-align: center;
}
.gallary-section .setofsdata {
    display: none;
}
.section5 .our-story {
    min-height: unset!important; 
	height: auto!important;
}
.pager {display:block!important;}
.desk-n-e-btn {
    display: none !important;
}
.mob-n-e-btn {
    display: block !important;
	text-align: center;
}
.mob-n-e-btn {
  margin: 0 auto;
}
.mob-n-e-btn a {
  background: #003c82;
  border: 1px solid #bc1z53;
  color: #fff;
}
.gallary-section.setofsdata {
	min-height: 0 !important;
}
.sec1-btn-3 {
  margin-top: 60px !important;
}
section .whole-our-story {
  background-size: cover auto !important;
}
.w-50.cont-name {
  margin-right: 0px !important;
}
.w-50 {
  width: 100% !important;
}
.section5 .clear-overflow {
  padding: 0 !important;
}
.section7 iframe {
	height: 500px !important;
}
.group-book-form .gb-e-form .cont-send #submit {
  margin-left: 0 !important;
}
.cont-send {
	max-width: 160px;
	margin: 0 auto;
}
}
.header {
    display: none !important;
}
.slick-slide:focus { outline: none !important; }
.new-booking-btn a {
    background: #918383;
    float: left;
    color: #fff;
    padding: 10px 10px;
	margin-right: 10px;
}
.gloaders, .gloaders img {
	opacity:0;
	width:0px;
	height:0px;
	overflow:hidden;
}
.c-buttons .new-booking-btn a{
    margin-right: 15px;
	float:left;	
}
.c-buttons .ns a{
    margin-right: 15px;
	float:left;	
}
.c-buttons {
  padding: 100px 0 0 0;
}
.our-story .left-content {
	width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.section8 .tcs.our-sty-button a {
  border: none;
  color: #34404a;
}
.section8 .tcs.our-sty-button {
  width: 220px;
}
.pipe-n {
  padding: 0 5px 0 5px;
}

.section5 .our-story .left-content{
    max-width: 700px;
}
.section7 .our-story .aos-item {
    max-width: 550px;
    margin: auto;
}
.section6 .our-story .aos-item {
    max-width: 570px;
    margin: auto;
}

#map {
   width: 100%;
   height:  100%;
}
.add-c-btn {
    margin-bottom: 24px;
}
.add-c-btn a.d-r-btn {
    margin-right: 15px;
}
.add-c-btn a:hover {
	cursor: pointer;
}
.add-c-btn .active {
    background: #918383;
}
.wd-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wd-btn a {    
    color: #fff;
    width: 204px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
}
.we-care-desc-outer h2 {
  margin-bottom: 20px;
  color: #05311f;
}
/* for voucher*/
.voucher_list{display:none;}

.voucher_list li {
  list-style: none;
}
.our-sty-button.parent-data a {
  background: url("img/down-arrow.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: center right 5px;
}
.vouture-list a {
    text-transform: uppercase;
}
/* for voucher*/

/*----- GENERAL ENQUIRIES-----*/
.wpcf7-form.sent {
    width: 100%;
    padding-bottom: 8%;
}
.post-945 .coupon-activate .title h2 {
    margin-top: 6%;
    color: #05311f;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 52px;
}
.wpcf7-form input , .wpcf7-form-control.wpcf7-select.slect-list {
  padding: 5px 10px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  font-weight: normal;
  width: 100% !important;
  color: #424241;
}
.wpcf7-form-control.wpcf7-select.slect-list {
  background: #fff;
  padding: 8px 7px !important;
  font-size: 14px !important;
  -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.slect-list {
  background: #f2f2f2;
}

.wpcf7-form-control.slect-list {
  background-image: url("/wp-content/themes/pizzeria/img/arrow-down-filled-triangle.png") !important;
  background-repeat: no-repeat !important;
  background-position: right .7em top 50%, 0 0 !important;
}
.wpcf7-form-control.slect-list:focus {
    appearance: none;
    outline: 0;
}
.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #eee;
  padding: 10px 0 0 10px;
  resize: none;
  height: 100px;
}
.footer-social {
  padding-bottom: 20px;
}
textarea:focus-visible, textarea:active, textarea:focus {
	outline: none;
}
.w-50.cont-name {
  margin-right: 15px;
}
.w-50 {
  width: 48%;
  float: left;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-spinner {
  display: block;
}
.cont-send {
  text-align: center;
}
.wpcf7-form input[type="checkbox"] {
    width: 36px !important;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #e2e2e2;
    background-color: #fff;
    vertical-align: middle;
    padding: 0 !important;
    outline: 0 !important;
    user-select: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 20px;
	margin-top: 7px;
}
.wpcf7-form input[type="checkbox"]:checked {
    background-image: url("/wp-content/uploads/2021/07/tick-off.png");
    background-size: contain;
}
.single-check label {
    display: inline-block;
    line-height: 25px;
    font-family: Mada-Regular;
    vertical-align: top;
    font-size: 22px;
    font-weight: normal;
    color: #000;
	
}
.single-check label a {
	color: #000;
}
.wpcf7-list-item.first.last {
    line-height: 0;
    margin-top: 36px;
    margin-left: 0;
}
.single-check {
    margin-top: 40px;
}
.submit-btn {
    width: 100%;
    text-align: center;
	margin-top: 40px;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder { 
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder , input::placeholder {
  color: #424241 !important;
  text-transform: capitalize;
  font-size: 14px;
  opacity: 9;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
}
.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder , input[type="date"] {
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
}
option {
  font-family: NeutraText-Book !important;
}

.recapta {
  font-size: 14px;
  margin: 20px auto;
}
.group-book-form .gb-e-form #m-capt {
	background: #f2f2f2;
}
#m-capt {
  width: 10% !important;
  margin: 0 !important;
  padding: 0px 5px !important;
  line-height: 0 !important;
}

@media only screen and (max-width:822px) {
.single-check .wpcf7-list-item {
    float: left;
    width: 50px;
}
.single-check label {
    float: left;
    margin-left: 60px;
    margin-top: -35px;
	margin-bottom: 15px;
}
}
.enq-but {
    margin-top: 24px;
}
.cf7sr-g-recaptcha {
    overflow: hidden;
    clear: both;
}
@media only screen and (min-width:1369px) {
.gallary-sec-top {
  margin-top: 0px;
}
.gallary-section-inner {
	padding-bottom: 20px;
}	
.gallary-section-inner {
	top:30px;
}
}
@media only screen and (min-width:1632px) {
.margin-left {
  margin-left: 10px;
}
}
@media only screen and (min-width:1469px) {
.gallary-sec-top {
  margin-top: -40px;
}
.gallary-section-inner {
	padding-bottom: 60px;
}	
.gallary-section-inner {
	top:60px;
}
}
@media (max-width:1200px) and (min-height: 800px) {
.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
}
@media (max-width:1300px) and (min-height: 900px) {
.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
}
@media (max-width:1366px) and (min-height: 768px) {

.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
	.margin-left {
		margin-left: 10px;
	}
}
@media (max-width:1400px) and (min-height: 1000px) {

.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
}

@media (max-width: 1440px) and (min-height: 700px) {

.section5 .whole-our-story {
	vertical-align: bottom;
}
}
@media (max-width: 580px) {
section .whole-our-story {
  background-size: cover !important;
}
.sec-2-btn .btn-sec-all.btn-red.sec-btn-bt {
  margin-bottom: 30px;
}
.page-m-t {
  margin-top: 100px;
}

}
.wpcf7-form.init p, .ct-form p, .gb-e-form p {
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-form.init p br, .ct-form p br, .gb-e-form p br {
  display: none !important;
}
.bew-booking-close-strip {
  overflow: hidden;
  clear: both;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #000;
  border-radius: 5px;
  color: #fff;
  padding: 20px 20px;
}
.bew-group-booking {
  font-size: 20px;
}
.bew-group-booking .btn-red {
  margin-top: 10px;
  padding: 6px 0px;
}
.bew-group-booking .btn-red a {
  text-transform: uppercase;
  font-size: 16px;
}
input[type="date"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
.wpcf7-form-control-wrap input {
  line-height: 24px;
  height: 36px;
}
.wpcf7-form-control-wrap select {
  line-height: 18px;
}
div#ui-datepicker-div { z-index:1000!important; }
#header-room-bannerbg {
  background: #109fd7;
}
#header-room-banner {
  position: relative;
}
#header-room-banner::before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section7 .whole-our-story {
  background-position: bottom left;
  background-repeat: no-repeat !important;
}
.section8 .whole-our-story {
  background-position: right bottom;
  background-repeat: no-repeat !important;
}
.mc4wp-alert.mc4wp-success p {
  color: green;
}
.mc4wp-alert.mc4wp-error p {
  color: red;
}