/* ============================================================
	Replace me with the Actual Design
============================================================ */

html,
body {
	font-family: "roboto", sans-serif;
	color: white;
	font-size:19px;
	scroll-behavior: smooth;
	background-color: #000000;
	letter-spacing: 1px;
	line-height: 1.4em;
}

/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
img{
	max-width:100%;
}
p{
	padding:.5em 0;
}

.nav__list__level-1 {
}

main .module {
	max-width: 1000px;
	margin: 0 auto;
}

h1{
	font-size: 60px;
	font-family: "spade", sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: normal;
}

.cms-content a,
.cms-content a:visited{
	color:#a51419;
}
.cms-content a:hover{
	color:#273f5e;
}
h2{
	font-size: 39px;
    font-family: "spade", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: .3em;
    line-height: 44px;
}
h3 {
    font-size: 30px;
	color:white;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	font-weight:normal;
	font-style: italic;
}
span{
	color:#ffde16;
	font-style: italic;
	font-weight:bold;
	padding-top: 0.5em;
}
span.footer__copyright{
	color:white;
}

.generic__1up, 
.generic__2up, 
.generic__3up, 
.generic__4up{
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.generic__inner{
	padding:3em 1em;
	max-width:1000px;
	margin:0 auto;
}
.generic__part{
	padding:1em;
}

nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
nav a,
nav a:visited{
	color:white;
}
.nav__link {
    background-color: transparent;
}
.nav__item-action {
    color: white;
	font-size: 30px;
}
#primary-nav-toggle .material-icons{
    color: #ffde16;
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 2;
    font-size: 52px;
	padding: 0;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #bf1e2e;
	color: white;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: #ffde16;
	color: #000000;
}
.open .nav__menu {
    background-color: rgba(0, 0, 0, 0.5);
	padding: 3em 1em;
}

a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited{
	font-family: "spade", sans-serif;
	font-size:25px;
	color: #000000;
	background-color: #ffde16;
    border-radius: 40px;
    padding: 0.5em 1em;
    text-transform: uppercase;
	margin: 2em 1em 1em;
	transition: 0.3s;
	border: solid 8px #bf1e2e;
	position:relative;
	letter-spacing: 1px;
}
a.generic__link-button:hover,
.fb3__button:hover{
	background-color:#bf1e2e;
	color:white;
}
a.generic__link-button::before,
.fb3__button::before{
	content: "";
	position: absolute;
	left: -11px;
	top: -39px;
	width: 74px; /* set size for your image */
	height: 99px;
	background: url('../../images/buttonflame.png') no-repeat;
	background-size: contain;
	transition: 0.3s;
	z-index: 1;
	opacity: 1;
}
a.generic__link-button:hover::before,
.fb3__button:hover::before{
	background-image: url('../../images/buttonflamehover.png');
	opacity:1;

}

a.ctaphone,
a.ctaphone:visited {
	font-family: "spade", sans-serif;
    color: #ffde16;
    position: absolute;
    top: 48px;
    right: 112px;
    font-size: 35px;
    letter-spacing: 4px;
}
a.ctaphone:hover{
	color:#bf1e2e;
}

.home-header{
	background-image: url(../../images/headerbg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
}

.header__inner {
	padding: 1.5em;
    position: relative;
    z-index: 1;
}
.heading-video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
}
.heading_video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
    height: auto;
}

img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
a.header__logo-link {
	max-width: 112px;
}
.body__layout__home a.header__logo-link {
    top: -114px;
}
.heading_splash {
    padding: 6em 0px;
	text-align:center;
	max-width:1045px;
	margin:0 auto;
}
.heading_splash h2{
	font-family: "roboto", sans-serif;
	font-weight:normal;
	font-size: 27px;
	color:white;
	font-style: italic;
	padding-top:.5em;
	letter-spacing: 2px;
}
a.phonenumber {
    font-size: 24px;
} 

.banner{
	text-align:center;
	background-color: #bf1e2e;
}
.banner h2{
	font-family: "roboto", sans-serif;
	color:white;
	font-size: 25px;
    font-style: italic;
}
.banner .generic__part {
	padding:2em;
}

.backyard .generic__inner{
	padding:3em 0;
	margin: inherit;
	max-width: 100%;
}
.backyard .generic__2up .generic__part:nth-child(odd){
	padding:0;
}

.images{
	background-image: url(../../images/flame.png);
	background-position: left center;
    background-repeat: no-repeat;
    background-size:auto;
}
.images .generic__2up .generic__part:nth-child(odd){
	width:55%;
}
.images .generic__2up .generic__part:nth-child(even){
	width:45%;
}
.images h3{
	font-size: 23px;
	padding:1em 0;
	margin-bottom: 1em;
}
img.collage{
	position: relative;
    bottom: 3em;
}
.images h3{
	color:#ffde16;
}

hr{
	max-width:900px;
	border-top: 1px solid #bf1e2e;
	margin:0 auto;
}

.more{
	text-align: center;
}
.more .generic__inner{
	padding:0 1em 4em;
}
.more .generic__part:nth-child(odd){
	width: 70%;
}
.more .generic__part:nth-child(even){
	width: 30%;
}

.menu{
	background-image: url(../../images/menubg.jpg);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	z-index:0;
}
.menu p.melvin{
	padding: 2em 0;
}
.menu .generic__inner{
	max-width: 816px;
}
.favs h2{
	text-align: center;
	position: relative;
    z-index: 1;
}
section.favs {
    overflow-x: clip;
}

.quote h2{
	color:#ffde16;
	text-align: center;
	font-family: "roboto", sans-serif;
	font-style: italic;
	font-size: 32px;
	font-weight: bold;
}
img.themelvin {
    position: absolute;
    z-index: -1;
    left: 0;
    max-width: 530px;
    top: -17%;
}

.catering{
	background-image: url(../../images/cateringbg.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
	text-align: center;
}
.catering .generic__inner{
	max-width: 800px;
    margin-right: 0;
}

.cost{
	background-image: url(../../images/bbq.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
}
.cost p{
    max-width: 710px;
    margin: revert;
}

.brandscript{
    text-align:center;
	position:relative;
}
.brandscript h3{
	color:#bf1e2e;
	font-size:30px;
}

.locations__wrap.generic__inner{
	padding:0;
}
.locations__wrap h2{
	display:none;
}
.locations__map {
	height: 31em;
    min-height: 10em;
}
.contact-us .generic__2up{
    align-items: normal;
}
.contact-us .generic__2up .generic__part:nth-child(odd){
	padding:0;
}
.contact-us .generic__2up .generic__part:nth-child(even){
	padding:1em 2em;
	background-image: url(../../images/contact.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-locations__title-text,
.locations__list{
	display:none;
}
.contact-form .generic__inner{
	max-width:800px;
	text-align: center;
}

.contact {
    color: white;
}
.module.forms{
    color: white;
	max-width:100%;
}
form.fb3__form {
    text-align: left;
}

.contact h2{
	color:white;
	font-size: 70px;
	line-height:76px;
}
.contact .generic__2up{
	max-width: 1200px;
    margin: 0 auto;
}
.contact .generic__2up{
	align-items: center;
}
.contact p {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 1em;
    font-size: 23px;
}
.forms__form-item-header{
	display:none;
}
.fb3__field-input, 
.fb3__field-select{
	color:black;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
}
.contact .generic__2up .generic__part:nth-child(odd){
	text-align: center;
}
.contact a.phonenumber {
    font-size: 35px;
    color:white;
}
.contact a.phonenumber:hover {
    font-size: 35px;
    color:white;
}
.address {
    padding: 1em 0;
    font-size: 27px;
}

footer.footer{
	background-color:#bf1e2e;
	color:white;
}

.box{
	display: flex;
	font-size: 25px;
	line-height: 36px;
	font-weight:bold;
	padding-top: 1em;
	font-style: italic;
	font-weight:bold;
}
a.phone {
    color: #ffde16;

}
a.phone:hover{
	color:#bf1e2e;
}
.box .icon{
	padding-right:1em;
	max-width: 58px;
}

/* HEADER SLIDESHOW */
.slideshow {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	animation: slideshow 30s ease-in-out infinite;
	position:relative;
}

/*@keyframes slideshow {
	0% { background-image: url("/images/header1.jpg"); }
	33% { background-image: url("/images/header2.jpg"); }
	66% { background-image: url("/images/header3.jpg"); }
	100% { background-image: url("/images/header4.jpg"); }
}*/
@keyframes slideshow{
		0%   { background-image: url("/images/header11.jpg"); }
	16.66% { background-image: url("/images/header12.jpg"); }
	33.33% { background-image: url("/images/header13.jpg"); }
	50%   { background-image: url("/images/header14.jpg"); }
	66.66% { background-image: url("/images/header15.jpg"); }
	83.33% { background-image: url("/images/header16.jpg"); }
	100%  { background-image: url("/images/header11.jpg"); }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* black at 40% opacity */
}


@media screen and (max-width: 1368px) {
    .heading_video {
        height: 100%;
        width: auto;
    }
}
@media screen and (max-width: 959px){
	.contact .generic__2up,
	.cost .generic__2up{
		flex-direction: column;
	}
	.value .generic__2up{
		flex-direction:column-reverse;
	}
	.contact .generic__part,
	.value .generic__part,
	.cost .generic__part{
		width:100%;
	}
	.brandscript .generic__inner {
		margin: 0 auto;
	}
}
@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
    h1 {
        font-size: 38px;
        line-height: 49px;
	}
	.heading_splash h2 {
		font-size: 27px;
	}
	.banner .generic__part {
    padding: 1em;
	}

}
@media (max-width: 747px){
	a.header__logo-link {
		max-width: 95px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.generic__1up, .generic__2up, .generic__3up, .generic__4up{
		flex-direction: column;
	}
	.images .generic__2up{
		flex-direction: column-reverse;
	}
	.images .generic__2up .generic__part:nth-child(odd),
	.more .generic__part:nth-child(odd),
	.more .generic__part:nth-child(even),
	.images .generic__2up .generic__part:nth-child(even),
	.generic__2up .generic__part{
		width:100%;
	}
	
	a.generic__link-button, a.generic__link-button:visited, a.fb3__button, a.fb3__button:visited {
		font-size: 20px;
	}
	a.generic__link-button::before, .fb3__button::before {
    left: -6px;
    top: -40px;
	}
	a.ctaphone, a.ctaphone:visited {
		position: absolute;
        top: 153px;
		font-size: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0.5em 1em;
		text-align: center;
	}
}

@media screen and (max-width: 450px){
	h2, 
	.contact h2 {
		font-size: 32px;
		line-height: 35px;
	}
	h1 {
		font-size: 37px;
	}
	.heading_splash h2 {
		font-size: 28px;
	}
	.header__inner {
		padding: 1em;
	}
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	
	
}

.alertbanner{
	background-color:#bf1e2e;
}
.alertbanner h2{
	font-family: "roboto", sans-serif;
	font-size:19px;
	line-height: 23px;
	padding:.3em;
	text-align: center;
}