@import url('https://fonts.googleapis.com/css?family=Forum');

body {
	font-family: 'Forum', cursive;
	font-weight: 300;
}

a {
	transition: all ease 0.3s;
	color: #000000;
	font-size: 20px;
}

a:hover {
	color: #a5a5a4;
}

.light-bg {
	background: #efefef;
}

.dark-bg {
	background: #333333;
}

.white-bg {
	background: #ffffff;
}

.black-bg {
	background: #000000;
}

.gold-bg {
	background: #39da62;
}

.grey-bg {
	background: #a5a5a4;
}

shoutmessage {
	text-align: left !important;
}

.pattern {
	background: url(../images/pattern.png)
}

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

/* #shout-container {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 20px;
  padding-bottom: 30px;
  color: #ffffff;
}

#shout-container br {
  display: none;
} */
h1 {
	font-size: 28px;
	color: #ed101a;
	margin-bottom: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

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

.red-color {
	color: #802920;
}

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

p {
	font-size: 20px;
	margin: 0px auto;
	margin-bottom: 15px;
	max-width: 1000px;
	/*line-height: 28px;*/
	letter-spacing: 0.5px;
}

.menu-text {
	font-size: 16px;
	margin: 0px auto;
	margin-bottom: 15px;
	max-width: 1000px;
	line-height: 23px;
	letter-spacing: 0.5px;
}

.map {
	height: 400px;
}

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;
}

section {
	padding: 50px 20px;
	min-height: 250px;
}

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

.uppercase {
	text-transform: uppercase !important;
}

.shout_text {
	font-size: 27px;
	font-weight: 300;
	max-width: 800px;
}

.shout_time {
	font-size: 14px;
	color: #a4a4a3;
	padding-top: 5px;
}

.shout_time i {
	font-size: 11px;
}

.fork-spoon {
	padding-top: 30px;
	text-align: center;
}

.fork-spoon img {
	width: 100%;
	max-width: 100px;
}

.pattern-bg {
	background: url(../images/bg-pattern.jpg) center center;
	background-size: cover;
}

.home-part-main {
	display: table;
	;
	width: 100%;
	max-width: 800px;
	margin: auto;
	border: 2px solid #812820;
}

.home-part {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

.border-right {
	border-right: 2px solid #812820
}

.icon-image {
	width: 100%;
	max-width: 70px;
	margin-bottom: 5px;
}

.head-text {
	font-size: 30px;
	color: #802920;
	font-weight: 500;
}

.head-text span {
	font-size: 18px;
	font-weight: 300;
}

.red-bg {
	background: #802920;
	color: #ffffff;
	transition: all ease 0.3s;
}

.part-padding {
	padding: 100px 20px;
}

.red-bg .head-text {
	color: #ffffff;
}

.red-bg a {
	color: #ffffff;
}

.red-bg a:hover {
	color: #000000;
}

.locations {
	background: #e0ca66;
	color: #812820 !important;
}

.locations:hover {
	color: #000000 !important;
}

footer {
	padding: 50px 20px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/footer.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
	text-align: center;
}

.footer-bar-1 {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(224, 202, 102, 0.5);
}

.footer-bar-1 ul {
	display: inline-block;
	width: 100%;
}

.footer-bar-1 ul li {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: left;
}

.footer-bar-1 ul li:last-child {
	text-align: right
}

.footer-bar-1 ul li a {
	color: #ffffff;
}

.footer-bar-1 ul li a i {
	font-size: 14px;
}

.footer-bar-1 ul li a:hover {
	color: #000000;
}

.footer-bar-2 {
	max-width: 800px;
	margin: auto;
}

.footer-bar-2 p {
	color: #ffffff;
	font-size: 18px;
	text-align: justify;
}

.footer-bar-3 {
	padding-top: 30px;
	text-align: center;
}

.footer-bar-3 a {
	font-size: 30px;
	margin: 0 10px;
	color: #e0ca66
}

.footer-bar-3 a:hover {
	color: #000000
}

.bottom-bar {
	padding: 10px 30px;
	border-top: 2px solid rgb(237, 26, 43);
	display: inline-block;
	width: 100%;
	background: #ed101a;
}

.bottom-bar ul {
	display: inline-block;
	width: 100%;
}

.bottom-bar ul li {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: left;
	color: #ffffff;
}

.mb0 {
	margin-bottom: 0px !important
}

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

.bottom-bar ul li a {}

.bottom-bar ul li a:hover {
	color: #000000;
}

.icon-menu-text {
	font-size: 13px;
}

.contact-details-main {
	display: table;
	width: 100%;
	background: #000;
}

.contact-details-part {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

.contact-details-part a {
	color: #ffffff;
}

.contact-details-part a:hover {
	color: #ed101a;
}

.map-part {
	width: 100%;
	float: right;
	display: inline-block;
}

.menu-listing {
	display: table;
	width: 100%;
	background: #333333;
}

.menu-listing ul {
	margin: 0px;
	padding: 0px;
	display: table;
	width: 100%;
}

.menu-listing ul:hover li a {
	opacity: 0.3;
}

.menu-listing ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	background: #000000
}

.menu-listing ul li a {
	color: #ffffff;
	padding: 150px 0;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	outline: 0;
	font-size: 40px;
	text-transform: uppercase;
	opacity: 0.9;
}

.menu-listing ul li a:hover {
	opacity: 1;
}

.menu-services:hover {
	opacity: 1
}

.menu-beverages {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/beverages.jpg) center center no-repeat;
	background-size: cover;
}

.menu-pizza {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/pizza.jpg) center center no-repeat;
	background-size: cover;
}

.menu-main {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/main-menu.jpg) center center no-repeat;
	background-size: cover;
}

.menu-catering {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/catering.jpg) center center no-repeat;
	background-size: cover;
}

.popup-page-cont {
	padding: 40px 20px;
	padding-top: 0px;
}

@media screen and (max-width: 768px) {
	.menu-listing ul li {
		width: 100%;
	}

	.menu-listing ul li a {
		padding: 100px 0;
	}

	.map-part {
		width: 100%;
		float: none;
		display: table;
	}

	.contact-details-part {
		width: 100%;
		display: inline-block;
		min-height: 200px;
		padding: 50px 20px;
	}

	footer {
		min-height: 200px;
	}
}

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

@media screen and (max-width: 600px) {
	.demo-cont {
		height: 35vh;
		margin-top: 55px;
	}

	.fnc-slider {
		height: 35vh;
	}

	.menu-listing ul li a {
		padding: 60px 0;
	}

	.call-dir {
		position: relative;
		z-index: 999;
		/* bottom: 20px; */
		/* background: #ed101a; */
		/* right: 0px; */
		display: table;
		width: 100%;
	}

	.call-dir a {
		padding: 10px;
		color: #ffffff;
		border: 2px solid #ffffff;
		/* background: rgba(255, 255, 255, 0); */
		/* border-right: 0px; */
		background: rgba(205, 25, 25, 0.57);
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		text-align: center;
		width: 48%;
		margin: 1%;
		float: left;
		/* margin-bottom: 20px; */
		display: inline-block;
	}

	#shout-container {
		/* padding-bottom: 50px; */
		text-align: left;
		/* background: #ed101a; */
		/* background-image: url('../images/contact-bg.jpg'); */

	}

	.rainbow-wrapper-bg {
		background-image: url('../images/contact-bg.jpg');
		background-position: center;
		background-size: cover;
	}

	.home-part {
		width: 100%;
		display: inline-block;
	}

	.footer-bar-1 ul li {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		float: none;
	}

	.footer-bar-1 ul li:last-child {
		text-align: center;
		margin-bottom: 0px;
	}

	.bottom-bar ul li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.bottom-bar ul li:last-child {
		text-align: center;
		margin-top: 10px;
	}
}

.parallax-events {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/events.jpg) no-repeat center center !important;
	background-size: cover !important;
}

.parallax-events h1 {
	font-size: 70px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
	color: #ffffff;
	padding: 200px 10px;
}

.parallax-photos {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/photos.jpg) no-repeat center center !important;
	background-size: cover !important;
}

.parallax-photos h1 {
	font-size: 70px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
	color: #ffffff;
	padding: 200px 10px;
}

.parallax-padding {
	padding: 200px 10px;
	background: rgba(0, 0, 0, 0.25);
}

.parallax-padding h1 {
	font-size: 70px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
	color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.mobile-logo {
		display: none !important;
	}
}

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

	/*.desktop-logo {
    display: none !important;
  }*/
	.parallax-events h1 {
		font-size: 50px;
		padding: 150px 10px;
	}

	.parallax-photos h1 {
		font-size: 50px;
		padding: 150px 10px;
	}
}

@media screen and (max-width: 768px) {
	.parallax-events h1 {
		font-size: 50px;
		padding: 100px 10px;
	}

	.parallax-photos h1 {
		font-size: 50px;
		padding: 100px 10px;
	}
}

@media screen and (max-width: 500px) {
	.parallax-padding {
		padding: 60px 10px;
	}

	.parallax-padding h1 {
		font-size: 50px;
	}
}

.address-divider {
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    display: inline-block;
    width: 200px;
}

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

/***************** menu styles ***********************************/
/*.food {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/food.jpg) no-repeat center center !important;
    background-size: cover !important;
}*/
.back_btn_menu {
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	background: #c96c2b;
	padding: 10px;
	max-width: 160px;
	color: #ffffff;
}

#menuSectionOfSections>div {
	color: #000;
	width: 98%;
	margin: 1%;
	min-width: 239px;
	float: left;
	height: 0;
	position: relative;
	cursor: pointer;
	display: inline-table;
	font-size: 2em;
	transition: 0.4s;
}

#menuSectionOfSections>div:hover {
	transition: 0.4s;
}

.menu-dots {
	display: none;
}

.menuSectionName {
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 10px 0;
	-o-transition: all 0.3s ease;
}

.menuSectionName:hover {
	background: rgba(255, 255, 255, 0.7);
	color: #000000;
}

.menu-category-container {
	display: none;
	margin-bottom: 10px;
}

.menu-category-desc {
	margin-bottom: 20px;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-weight: 300;
	color: #5a5a5a;
}

.menu-category-items {
	display: inline-block;
	width: 100%;
}

.sub-item-box {
	display: table;
	width: 100%;
	text-align: left;
}

.sub-item-box h1 {
	margin-bottom: 10px !important;
	margin-top: 30px !important;
	font-size: 30px;
	color: #ed101a;
	font-weight: 400;
	text-transform: capitalize;
	text-align: -moz-center;
	text-align: -webkit-center;
}

#menu-container {
	max-width: 1200px;
}

.sub-item-box h3 {
	margin: 0px;
}

.menu-item-description {
	width: 80%;
	float: left;
	text-align: left;
}

.menu-item-prices {
	width: 20%;
	float: left;
	text-align: right;
	padding: 0;
}

.menu-item {
	display: inline-flex;
	width: 47%;
	float: left;
	margin: 10px 1.5% 0px 1.5%;
}

.menu-item-description p {
	font-size: 16px;
	margin-bottom: 0px;
	color: #444444;
	/*padding-top: 3px;*/
	text-transform: lowercase;
	line-height: normal;
	/*font-style: italic;*/
	letter-spacing: 0.5px;
}

.menu-category-items h1 {
	color: #c59a6c
}

.menu-item-description h3 {
	color: #000000;
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 15px;
	letter-spacing: 0.2px;
	margin: 0px;
	text-align: left;
}

.menu-var {
	font-size: 13px;
	/*padding-right: 5px;*/
	letter-spacing: 0;
}

.menu-item .menu-img {
	width: 28%;
	min-height: 10px;
	margin-right: 1%;
	display: none;
}

.menu-item-prices p {
	margin-bottom: 0px;
	line-height: 15px;
	margin-top: 0px;
}

.price {
	font-weight: 400;
	padding-left: 5px;
	font-size: 15px;
	color: #000000;
}

.dollarSign {
	font-weight: 600;
	font-size: 18px;
	display: none;
}

@media screen and (max-width:1024px) {
	.menuSectionName {
		padding: 100px 0;
	}
}

@media screen and (max-width:767px) {
	.menu-item-description {
		padding-left: 0px;
	}

	.menu-item-prices {
		padding: 0;
	}

	.menu-item {
		display: table;
		width: 97%;
	}

	#menuSectionOfSections>div {
		width: 98%;
	}
}

.menu-container-mobile {
	display: inline-block;
}

@media screen and (max-width:479px) {
	.menu-category {
		margin-bottom: 20px;
		margin-top: 30px;
		font-size: 30px;
		color: #005746;
		text-transform: capitalize;
		width: 100%;
		line-height: normal;
		margin-left: 0;
		margin-right: 0;
		;
	}

	.menu-item-description p {
		/*margin-bottom: 5px;*/
		/*line-height: 18px;*/
		color: #000000;
	}

	.menu-item-description {
		width: 70%;
	}

	.menu-item-prices {
		width: 30%;
		margin-top: 5px;
	}

	#menu-container {
		display: inline-block;
		width: 100%;
		margin: 10px 0;
	}

	#menu-container hr {
		display: none;
	}

	#menuSectionOfSections>div {
		width: 100%;
	}

	.menu-item {
		display: table;
		width: 97%;
	}

	.menuSectionName {
		padding: 130px 0;
		color: #ffffff
	}

	.menu-item-description h3 {
		line-height: 20px;
		letter-spacing: 0px;
	}
}

/***************** menu styles ends ***********************************/
/***************** events styles ***********************************/
#events-container {
	display: inline-block;
	width: 100%
}

.events_main {
	width: 98%;
	margin: 1%;
	float: left;
	background: #1d1d1d;
	border: 2px solid #da7d1d;
	padding: 10px;
}

.event {
	min-height: 200px;
	width: 30%;
	float: left;
}

.event a {
	height: 300px !important;
}

.event img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.zoom-text {
	font-size: 12px;
	color: #efefef
}

.event-info {
	width: 68%;
	margin-left: 2%;
	float: right;
	text-align: left;
	color: #fff;
}

.event-info h3 {
	margin-bottom: 10px;
	color: #ec2532;
}

.event-info h3 a {
	color: #da7d1d;
	text-transform: capitalize;
}

.event-info p {
	/*max-width: 430px;*/
}

.sub-title-events {
	font-size: 20px;
	color: #000000
}

.no-event-post-text {
	color: #ffffff;
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
	.event img {
		max-width: 300px
	}

	.event {
		width: 100%;
		float: none;
	}

	.event-info {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}

	.event-info p {
		max-width: none;
	}
}

#gallery {
	/* display: inline-block; */
	width: 100%;
}

#photos-container {
	width: 100%;
	position: relative;
	display: inline-block;
	max-width: 1200px;
}

.album_gallery_div {
	width: 49%;
	overflow: hidden;
	max-width: 600px;
	float: none;
	background: #000000;
	margin: 0.5%;
	position: relative;
	z-index: 1;
}

.album {
	height: 400px;
	z-index: 9999;
	position: relative;
	opacity: 1;
	transition: all ease 0.3s;
	cursor: pointer
}

.album:hover .album-meta {
	background: rgba(0, 0, 0, 0.7);
}

.album img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.album-meta-container {
	display: table;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
}

.album-meta {
	display: table-cell;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	line-height: 22px;
	transition: all ease 0.3s;
}

.album_name_caption {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-transform: capitalize;
}

.album-meta hr {
	width: 20px;
	margin: 5px 0 10px 0;
}

.photos_number {
	font-size: 16px;
	color: #f6c738;
	font-weight: 400;
}

.back-to-album {
	font-size: 25px;
	color: #000000;
	opacity: 1;
}

.gallery-wrap {
	display: inline-block;
	max-width: 1300px;
	width: 100%;
}

.image_inside_cont {
	display: inline-block;
	float: left;
	width: 25%;
	border: 2px solid rgba(32, 32, 32, 0);
}

.mg-image img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mg-image:hover img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	position: relative;
	opacity: .2
}

.mg-image {
	max-width: 100%;
	height: 250px;
	float: left;
	min-width: 100%;
	transition: .3s;
	overflow: hidden;
}

.mg-image:hover {
	background: url(http: //www.gonationsites.com/GNSE/gn-sites/images/zoom.png) center center no-repeat #000;
		transition: .3s
}

@media screen and (max-width:768px) {
	.album_gallery_div {
		width: 100%;
		float: left;
		height: auto;
		max-width: 100%
	}

	.album {
		height: 300px;
	}

	.album-meta-container {
		height: 300px;
	}

	.album_name_caption {
		font-size: 24px;
		padding-top: 10px;
	}

	.photos_number {
		font-size: 12px
	}

	.image_inside_cont {
		width: 50%;
	}
}

@media screen and (max-width:500px) {
	.album {
		height: 200px;
	}

	.album_gallery_div {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.album {
		height: 200px;
	}

	.album-meta-container {
		height: 200px;
	}

	.image_inside_cont {
		width: 33.33%;
	}

	.mg-image {
		height: 100px
	}

	.mg-image img {
		min-width: 200px
	}
}

@media screen and (min-width:2200px) {
	.image_inside_cont {
		width: 20%;
	}

	.mg-image {
		height: 150px;
	}
}

.map-embed {
	width: 100%;
	height: 350px;
	display: table;
}

@media screen and (max-width:768px) {
	.map-embed {
		height: 250px;
	}
}

/* Shout Overrides */
.shout-container shouttext {
	align-items: flex-start;
}

.shout-container shouttitle {
	margin: inherit;
}

.secure-form .secure-form-item input, .secure-form .secure-form-item textarea {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
	font-size: 15px;
}

.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: #ed1a2b;
	display: inline-block;
	color: white;
	/* max-width: 200px; */
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
	background-color: #000000;
	color: white;
}

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

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

.secure-form .secure-form-item label {
	color: #fff;
	font-size: 13px;
}

.texture-bg {
	background-image: url("../images/bg-pattern.jpg")!important;
}
