@import url('https://fonts.googleapis.com/css?family=Cormorant:400,500,600,700');
body {
	font-family: 'Cormorant', serif;
	font-weight: 400;
	letter-spacing: 0.5px;
}

a {
	transition: all ease 0.3s;
	color: #000000;
	font-size: 21px;
	text-decoration: none;
}

a:hover {
	color: #a5a5a4;
}

.light-bg {
	background: #efefef;
}

.dark-bg {
	background: #333333;
}

.red-bg {
	background: #03774a;
}

.white-bg {
	background: #ffffff;
}

.black-bg {
	background: #000000;
}

.gold-bg {
	background: #D3C7AF;
}

.grey-bg {
	background: #a5a5a4;
}

.white-color {
	color: #ffffff;
}

h1 {
	font-size: 28px;
	color: #b1021f;
	margin-bottom: 30px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-size: 23px;
	color: #f3ab03;
	margin-bottom: 20px;
	font-weight: 500;
}

.sub-title {
	font-size: 30px;
	color: #802920;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

.shout-container-home {
	display: table;
	width: 100%;
	height: 100%;
}

.shout-image-block {
	max-width: 250px;
}

p {
	font-size: 19px;
	margin: 0px auto;
	margin-bottom: 15px;
	max-width: 1000px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 400;
}

.shout-content {
	color: #ffffff;
	font-size: 21px;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}

.shout-time {
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.pattern-bg {
	background: #ffffff url(../images/pattern.png) center center;
	/* background-size: cover; */
}

strong {
	color: #802920;
	font-weight: 500;
}

.strong {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 0px;
}

.p-link {
	color: #802920;
	border-bottom: 2px solid #802920;
}

.p-link:hover {
	background: #802920;
	color: #ffffff;
}

.subscribe {
	padding: 10px;
	font-size: 20px;
	border: 2px solid #9b3c2f;
	background: #ffffff;
	color: #9b3c2e !important;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase !important;
}

.subscribe:hover {
	background: #9b3c2e;
	color: #ffffff !important;
}

section {
	padding: 60px 20px;
	/*min-height: 400px;*/
}

.no-min-height {
	min-height: auto;
}

footer {
	padding: 30px 20px;
	margin: auto;
	/* background: rgba(0, 0, 0, 0.8) */
	background: #b1021f;
	background-size: cover !important;
	display: table;
	width: 100%;
}

.logo-footer {
	padding-bottom: 0px;
	text-align: center;
	display: table;
	width: 100%;
	/* float: left; */
}

.logo-footer img {
	width: 100%;
	max-width: 240px;
	display: table;
}

.footer-details {
	display: table-cell;
	width: 70%;
	/* float: right; */
	vertical-align: middle;
}

.footer-details ul {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* margin-top: 30px; */
}

.footer-details ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	color: #ffffff;
}

.footer-details ul li a {
	color: #ffffff;
	font-size: 21px;
	text-transform: capitalize;
	display: inline-block;
}

.footer-details ul li a i {
	font-size: 13px;
}

.footer-details ul li a:hover {
	color: #f3ab03;
}

.pattern-1-bg {
	/* background: #ffffff url(../images/pattern-1.png) center center; */
	/* background-size: cover; */
}

.happy-hour-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}

.happy-hour-text {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.9);
}

.menu-photos-main {
	width: 100%;
	display: table
}

.menu-photos-part-left {
	width: 50%;
	float: left;
	display: table;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../images/menu-index.jpg) center center / cover;
}

.menu-photos-part-right {
	width: 50%;
	float: left;
	display: table;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../images/photos-index.jpg) center center / cover;
}

.menu-index-main {
	padding: 15px;
	border: 2px solid #ffffff;
	width: 96%;
	display: table;
	margin: 2%;
	padding: 110px 10px;
	transition: all ease 0.3s;
}

.menu-index-main h1 {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.menu-index-main .btn-view-more {
	padding: 10px;
	color: #ffffff;
	border: 2px solid #ffffff;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	background: none;
}

.menu-index-main:hover {
	background: rgba(0, 70, 54, 0.55);
	border: 2px solid #ffffff;
}

.menu-index-main:hover h1 {
	color: #f3ab03;
}

.menu-index-main:hover .btn-view-more {
	border: 2px solid #f3ab03;
	color: #f3ab03;
}

.menu-index-main:hover .btn-view-more:hover {
	background: #f3ab03;
	color: #004636;
}

.read-more-btn {
	display: table;
	width: 100%;
	text-align: center;
	border: 2px solid #b1021f;
	padding: 10px;
	max-width: 200px;
	margin: auto;
	margin-top: 30px;
	color: #b1021f;
	background: rgba(255, 255, 255, 0.6);
}

.read-more-btn:hover {
	color: #ffffff;
	background: #b1021f;
}

.collage-img {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-top: 40px;
}

.collage-img ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
}

.collage-img ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 33.33%;
	float: left;
	list-style: none;
	border: 2px solid rgba(134, 118, 75, 0.16);
}

.collage-img ul li:nth-child(4) {
	/* width: 50%; */
}

.collage-img ul li:last-child {
	/* width: 50%; */
}

.collage-img ul li img {
	width: 100%;
	display: table;
}

.contact-details {
	display: inline-block;
	width: 100%;
}

.contact-details h1 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
}

.contact-details ul {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.contact-details ul li {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.contact-details ul li a {
	color: #ffffff;
	font-size: 20px;
}

.contact-details ul li a:hover {
	color: #f3ab03;
}

.text-box {
	padding: 10px;
	width: 100%;
	outline: 0;
}

.contact-form-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact-form.jpg) no-repeat center center !important;
	background-size: cover !important;
}

.packages-btn {
	display: table;
	width: 100%;
	margin-top: 20px;
}

.packages-btn ul {
	display: table;
	width: 100%;
	;
}

.packages-btn ul li {
	display: table;
	width: 32.33%;
	margin: 0.5%;
	float: left;
	text-align: center;
}

.packages-btn ul li a {
	padding: 10px 10px 13px;
	font-size: 20px;
	display: inline-block;
	width: 100%;
	background: #9b3c2f;
	color: #fff;
	text-transform: uppercase;
}

.packages-btn ul li:nth-child(4) {
	width: 49%;
}

.packages-btn ul li:last-child {
	width: 49%;
}

.packages-btn ul li a:hover {
	color: #9b3c2f;
	background: #000000;
}

.bottom-bar {
	display: table;
	width: 100%;
	background: #000000;
	padding: 10px;
}

.bottom-bar ul {
	display: table;
	width: 100%;
	margin: 0px;
}

.bottom-bar ul li {
	width: 50%;
	float: left;
	text-align: left;
	color: #ffffff;
	list-style: none;
}

.bottom-bar ul li:last-child {
	float: right;
	text-align: right;
}

@media screen and (max-width: 1024px) {
	.menu-index-main {
		width: 94%;
		margin: 3%;
		padding: 90px 10px;
	}
}

@media screen and (max-width: 768px) {
	.menu-index-main {
		padding: 70px 10px;
	}
	.shout-image-background {
		height: 100%;
		/* max-height: 200px; */
		overflow: hidden;
	}
}

@media screen and (min-width: 600px) {
	.call-dir {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.collage-img ul li {
		width: 50%;
	}
	.footer-details ul li a {
		font-size: 18px;
	}
	.call-dir {
		display: table;
		width: 100%;
		text-align: center;
		/* margin-top: 20px; */
		position: absolute;
		bottom: 10px;
	}
	.call-dir a {
		width: 48%;
		margin: 1%;
		background: rgba(255, 6, 0, 0.79);
		border: 2px solid rgba(3, 119, 74, 0.54);
		color: #ffffff;
		font-size: 13px;
		text-align: center;
		display: table;
		padding: 10px;
		text-transform: uppercase;
		float: left;
		font-weight: 500;
	}
	.call-dir a i {
		font-size: 12px;
	}
	.happy-hour-title {
		font-size: 21px;
	}
	.happy-hour-text {
		font-size: 18px;
		text-align: left;
	}
	.menu-photos-part-left {
		width: 100%;
		float: none;
	}
	.menu-photos-part-right {
		width: 100%;
		float: none;
	}
	.menu-index-main {
		padding: 40px 10px;
	}
	.packages-btn ul li {
		width: 49%;
	}
	.packages-btn ul li:last-child {
		width: 99%;
	}
	.packages-btn ul li a {
		font-size: 16px;
		padding: 10px 5px 13px;
		text-transform: capitalize;
	}
}

@media screen and (max-width: 320px) {
	.packages-btn ul li a {
		font-size: 14px;
	}
}

/* parallax */

.parallax-padding-intro {
	height: 100vh;
}

.parallax-padding-index {
	padding: 300px 10px;
}

.parallax-padding {
	display: table;
	width: 100%;
	height: 500px;
}

.parallax-padding-inner {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	padding: 30px 0px;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.parallax-padding h1 {
	font-size: 60px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	/* height: 90px; */
	/* padding-top: 9px; */
	/* background: url(../images/brush_stroke.svg) no-repeat; */
	/* background-size: 100% 100px; */
	/* background-position-x: -20px; */
}

@media screen and (min-width: 1600px) {
	.parallax-padding {
		height: 700px;
	}
}

@media screen and (max-width: 1024px) {
	.parallax-padding-index {
		padding: 180px 10px;
	}
	.parallax-padding {
		height: 400px;
	}
}

@media screen and (max-width: 768px) {
	.parallax-padding-index {
		padding: 150px 10px;
	}
	.parallax-padding {
		height: 350px;
	}
}

@media screen and (max-width: 600px) {
	.parallax-padding-index {
		padding: 110px 10px;
	}
	.parallax-padding-inner h1 {
		font-size: 34px;
		/* width: 250px; */
		/* height: 80px; */
		/* padding-top: 20px; */
		/* padding-right: 0px; */
	}
	.parallax-padding {
		height: 220px;
		margin-top: 60px;
	}
	.logo-footer {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.logo-footer img {
		margin: auto;
	}
	.footer-details {
		display: table;
		width: 100%;
		margin-top: 30px;
	}
	.footer-details ul li {
		text-align: center;
	}
	.bottom-bar ul li {
		width: 100%;
		text-align: center;
	}
	.bottom-bar ul li:last-child {
		width: 100%;
		text-align: center;
	}
}

/***************** menu styles ***********************************/

label {
	color: #ffffff;
}

.menuSectionName {
	color: #f3ab03;
	font-weight: 600;
}

.back_btn_menu {
	background: none;
	color: #004635;
	border: 2px solid #004635;
}

.back_btn_menu:hover {
	background: #004635;
}

.allInOnce-h1-0 {
	font-size: 36px;
	margin-top: 0px !important;
	font-weight: 800;
	color: #004635;
}

.menu-category-container {
	margin: 0px;
}

.sub-item-box h1 {}

.sub-item-box {
	margin-top: 20px;
}

.album-meta .album_name_caption {
	color: #f3ab03;
	text-transform: uppercase;
}

.album-meta:hover .album_name_caption {
	color: #ffffff
}

.Pizza .menu-item {
	width: 100%;
	display: table;
	float: none;
	max-width: 700px;
	margin: auto;
	margin-bottom: 0px;
}

.Pizza .menu-item-description {
	width: 80%;
}

.Pizza .menu-item-prices {
	width: 20%;
	/* line-height: 0px; */
}

.Pizza .menu-item-prices p {
	width: 50%;
	display: inline-block;
	line-height: normal;
}

.Pizza .menu-var {
	width: 100%;
	display: inline-block;
	text-align: center;
	/* font-size: 17px; */
}

.Pizza .price {
	font-weight: 400;
	padding-left: 5px;
	font-size: 17px;
	color: #000;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.Special .menu-var {
	display: none;
}

#item-itm-rozSAuYiSGGmqXKfjX9OTw .menu-var {
	display: inline-block;
	font-size: 19px;
	margin-bottom: 5px;
}

#item-itm-rozSAuYiSGGmqXKfjX9OTw h3 {
	display: none;
}

#item-itm-rozSAuYiSGGmqXKfjX9OTw .price {
	display: none;
}

#item-itm-MLl5agqMR6qKk0FdZSJLng .menu-var {
	font-size: 17px;
}

#item-itm-Z6x1IGzeRSSXZbXUPApN4w .menu-var {
	display: none;
}

#item-itm-uw3mei9MQhOeNzDnO60jbw {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
	margin-top: 50px;
}

#item-itm-uw3mei9MQhOeNzDnO60jbw .menu-item-description {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
}

#item-itm-uw3mei9MQhOeNzDnO60jbw .menu-item-prices {
	display: none;
}

#item-itm-uw3mei9MQhOeNzDnO60jbw .menu-item-description h3 {
	display: none;
}

#item-itm-f7q6orFiTXWhIYV8f1OzqQ {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
	margin-top: 50px;
}

#item-itm-f7q6orFiTXWhIYV8f1OzqQ .menu-item-description {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
}

#item-itm-f7q6orFiTXWhIYV8f1OzqQ .menu-item-prices {
	display: none;
}

#item-itm-f7q6orFiTXWhIYV8f1OzqQ .menu-item-description h3 {
	display: none;
}

#item-itm-b-L7cmiyQFiv_K1uzl0Ghg {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
	margin-top: 50px;
}

#item-itm-b-L7cmiyQFiv_K1uzl0Ghg .menu-item-description {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
}

#item-itm-b-L7cmiyQFiv_K1uzl0Ghg .menu-item-prices {
	display: none;
}

#item-itm-b-L7cmiyQFiv_K1uzl0Ghg .menu-item-description h3 {
	text-align: center
}

#item-itm-UlhtI-bpS9i24pYnJlEKvg {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
	margin-top: 30px;
}

#item-itm-UlhtI-bpS9i24pYnJlEKvg .menu-item-description {
	width: 100%;
	float: none;
	margin: 0px;
	text-align: center;
}

#item-itm-UlhtI-bpS9i24pYnJlEKvg .menu-item-prices {
	display: none;
}

#item-itm-UlhtI-bpS9i24pYnJlEKvg .menu-item-description h3 {
	text-align: center
}

.Calzones .menu-var {
	display: none;
}

.Des h1 {
	display: none;
}

.Des .menu-category-desc {
	max-width: 600px;
	margin: auto;
	margin-bottom: 20px;
}

#item-itm-e5YDZcf4TVCpSrExDhKLBw {
	margin-top: 40px;
}

#item-itm-e5YDZcf4TVCpSrExDhKLBw .menu-item-description {
	width: 100%;
	text-align: center;
}

#item-itm-e5YDZcf4TVCpSrExDhKLBw .menu-item-description h3 {
	width: 100%;
	text-align: center;
	color: #b10220;
}

#item-itm-e5YDZcf4TVCpSrExDhKLBw .menu-item-prices {
	display: none;
}

#item-itm-KBrZTZ-qT4ms3K2etAJYFg {
	width: 100%;
	float: none;
	margin: 0;
	margin-top: 30px;
}

#item-itm-KBrZTZ-qT4ms3K2etAJYFg .menu-item-description {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
}

#item-itm-KBrZTZ-qT4ms3K2etAJYFg .menu-item-description h3 {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
	font-size: 30px;
}

#item-itm-KBrZTZ-qT4ms3K2etAJYFg .menu-item-prices {
	display: none;
}

@media screen and (max-width: 600px) {
	.Pizza .menu-item-description {
		width: 70%;
	}
	.Pizza .menu-item-prices {
		width: 30%;
	}
	.sub-item-box {
		margin-top: 0px;
	}
	.allInOnce-h1-0 {
		margin-bottom: 0px !important;
	}
}

.secure-form .secure-form-item input, .secure-form .secure-form-item textarea {
	background: rgba(255, 255, 255, 0.7);
	color: #444;
	border-radius: 0;
	box-shadow: none;
}

.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
	color: #999;
}

.secure-form .secure-form-item .secure-form-submit-button {
	background-color: rgb(3, 119, 74);

	color: white;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
	background-color: rgb(0, 70, 43);
}

.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
	color: #888;
}

.secure-form-wrapper {
	display: flex;
	justify-content: center;
}

.secure-form .secure-form-item label {
	color: white;
}

}

}