@font-face {
    font-family: 'bommer_slab_roundedblack';
    src: url('webfonts/bommerslabrounded-black-webfont.eot');
    src: url('webfonts/bommerslabrounded-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/bommerslabrounded-black-webfont.woff2') format('woff2'),
         url('webfonts/bommerslabrounded-black-webfont.woff') format('woff'),
         url('webfonts/bommerslabrounded-black-webfont.ttf') format('truetype'),
         url('webfonts/bommerslabrounded-black-webfont.svg#bommer_slab_roundedblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bommerslabrounded-boldbold';
    src: url('webfonts/bommerslabrounded-bold-webfont.eot');
    src: url('webfonts/bommerslabrounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/bommerslabrounded-bold-webfont.woff2') format('woff2'),
         url('webfonts/bommerslabrounded-bold-webfont.woff') format('woff'),
         url('webfonts/bommerslabrounded-bold-webfont.ttf') format('truetype'),
         url('webfonts/bommerslabrounded-bold-webfont.svg#bommerslabrounded-boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bommerslabrounded-regularRg';
    src: url('webfonts/bommerslabrounded-regular-webfont.eot');
    src: url('webfonts/bommerslabrounded-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/bommerslabrounded-regular-webfont.woff2') format('woff2'),
         url('webfonts/bommerslabrounded-regular-webfont.woff') format('woff'),
         url('webfonts/bommerslabrounded-regular-webfont.ttf') format('truetype'),
         url('webfonts/bommerslabrounded-regular-webfont.svg#bommerslabrounded-regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'bommerslabrounded-boldbold', "Raleway", sans-serif;
    text-transform: uppercase;
    color: #4b4741;
    text-align: center;
    font-weight: 800;
	letter-spacing: 1px;
}
.small,
small {
    font-family: 'bommerslabrounded-regularRg', "Josefin Sans", sans-serif;
    font-weight: 700;
    display: block !important;
    text-transform: none;
    text-align: center;
    margin: 10px 0px 15px 0px;
}
.lowercase {
	text-transform: none;
}
.center {
	text-align: center;
}
.red {
	color:  #BF2C37;
}

.page2-header {
    border: none;
    margin: 80px 0 40px;
}

.page2-header:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #fff;
    margin: 0px auto;
}

/* 
   Page Header
   ----------- */

.page_header {
    background: url(../img/header/dot-header.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0 50px;
}

@media (max-width: 480px) {
	    .page_header h2 {
        font-size: 48px;
    }
	.page_header img {
    width: 100%;
    height: auto;
}
}
.events {
    background: url(../img/header/joshs-sign-contact.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0 50px;
}


.home {
    position: relative;
    height: 40vh;
    width: 100%;
    background: url(../img/header/dot-header.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home .tittle-block {
    position: absolute;
    top: 25%;
    width: 100%;
    transform: translateY(-25%);
}

.home .tittle-block h1 {
	text-transform: none;
	font-family: 'bommerslabrounded-boldbold', "Raleway", sans-serif;
	color: #ffffff;
    font-size: 42px;
	letter-spacing: 2px;
	text-align: center;
}
@media (max-width: 992px) {
		.home .tittle-block {
    	position: absolute;
    	top: 15%;
    	width: 100%;
    	transform: translateY(-15%);
}
	
	.home .tittle-block img {
        height: 150px;
    }
    .home .tittle-block h1 {
        font-size: 36px;
    }
    .home .tittle-block h2 {
        font-size: 18px;
    }
}
	
@media (max-width: 768px) {
    
	.home .tittle-block {
    	position: absolute;
    	top: 15%;
    	width: 100%;
    	transform: translateY(-15%);
}
	
	.home .tittle-block img {
        height: 100px;
    }
    .home .tittle-block h1 {
        font-size: 36px;
    }
    .home .tittle-block h2 {
        font-size: 18px;
    }
}
@media (max-width: 568px) {
		.home .tittle-block {
    	position: absolute;
    	top: 15%;
    	width: 100%;
    	transform: translateY(-15%);
}
	
	.home .tittle-block img {
        height: 60px;
    }
    .home .tittle-block h1 {
        font-size: 24px;
    }
    .home .tittle-block h2 {
        font-size: 12px;
    }
}


/* ================================================
   Navbar
   ================================================ */

.navbar {
    background-color: rgba(0, 0, 0, 1.0);
    color: #FFF;
    z-index: 50;
    margin: 0;
    transition: .4s;
	border-radius: 0px;} 

.navbar-static-top {
    background-color: #000;
}

.navbar .navbar-nav > li > a {
    color: #ECECEC;
    text-transform: none;
    padding: 25px 20px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'bommerslabrounded-regularRg', "Raleway", sans-serif;
    transition: all 0.5s ease;
}

/* 
  Daily Specials
   -------- */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* 
   Features
   -------- */

.features {
    background: none;
	background-color: #929292;
    padding-bottom: 50px;
}

.features-content .btn {
    border-radius: 0px;
    border: none;
    font-family: "bommerslabrounded-boldbold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: 900;
    padding: 10px 15px;
}

.dailyspecials {
    background-color: #BF2C37;
    padding-bottom: 50px;
}
.dailyspecials p {
    text-align:center;
}

.dailyspecials img {
    width: 100%;
    height: auto;
}

.dailyspecials .dailyspecials-tile {
    background-color: #BF2C37;
    margin-bottom: 30px;
}

.dailyspecials .dailyspecials-tile .dailyspecials-content {
    padding: 5px 5px 5px;
}

.dailyspecials .dailyspecials-tile .dailyspecials-content .page-header {
    margin: 20px 0 10px;
}

.dailyspecials .dailyspecials-tile .dailyspecials-content .page-header h3 {
    font-size: 25px;
}

.dailyspecials .dailyspecials-tile .dailyspecials-content .page-header h3 small {
    font-size: 18px;
}

.dailyspecials .dailyspecials-tile .dailyspecials-content .page-header:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #fff;
    margin: 0px auto;
}
/* ================================================
   Footer
   ================================================ */

.footer {
    background: url(../img/dot-bkg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footermenu {
    padding: 0;
}

.footermenu li {
    list-style: none;
    font-size: 16px;
    color: #0a0a0a;
    font-family: 'bommerslabrounded-regularRg', "Raleway", sans-serif;
    margin-bottom: 20px;
    position: relative;
    text-transform: none;
}

.footermenu li i {
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 0px;
}

.footermenu li:last-child {
    margin-bottom: 0px;
}

.footermenu li a {
    color: #fff;
    padding-right: 35px;
    position: relative;
    width: 100%;
    display: table;
}

.footermenu li a:hover {
    color: #BF2C37;
}
.trusted .trusted-quote {
    background: url(../img/joshs-testimonial-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 60px 0px 60px;
}

.trusted .trusted-quote2 {
    background: url(../img/testimonial-events.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 60px 0px 60px;
}


.trusted-quote2 .quote-body {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 31px;
}

.trusted-quote2 .quote-author {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 26px;
}

.trusted-quote2 .quote-author {
    font-weight: 700;
}

.trusted-quote2 .quote-author span {
    display: inline;
    font-weight: 400;
    font-size: 18px;
}

.trusted-quote2 img {
    padding-bottom: 20px;
    margin: 0px auto;
}
.trusted .trusted-quote3 {
    background: url(../img/testimonial-back-DeerfieldParty.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 60px 0px 60px;
}
.trusted-quote3 .quote-body {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 31px;
}

.trusted-quote3 .quote-author {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 26px;
}

.trusted-quote3 .quote-author {
    font-weight: 700;
}

.trusted-quote3 .quote-author span {
    display: inline;
    font-weight: 400;
    font-size: 18px;
}

.trusted-quote3 img {
    padding-bottom: 20px;
    margin: 0px auto;
}



.menu .food-menu .menu-item h5,
.menu .food-menu .menu-item3 h5 {
    text-align: left;
	color: #BF2C37;
    margin: 5px 0px;
    float: left;
    padding-right: 10px;
	padding-left: 0px;
    display: inline;
    background: #fff;
}
.extras h3{
    text-align: center;
	color: #BF2C37;
}
.extras p {
	text-align: center;
	font-weight: 600;
}
.menu .food-menu .menu-item.title {
    border-left: 0px solid #fff;
}
.menu-tags span {
    line-height: 44px;
}
.list span i {
    color: #BF2C37;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
}
.list.list-circle span i {
    color: #BF2C37;
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 9px;
}
/* 
   DoorDash
   --------- */

.doordash {
    padding: 0px 0px;
    background: #f7f3f4;
}
.doordash p {
    text-align: center;
    margin: 5px 0px 0px 40px;
    line-height: 35px;
}
.doordash img {
        max-width: 80%;
        height: auto;
		text-align: center;
    }
	
/* 
   Panels
   --------- */	
.panel-title a {
    padding: 25px 35px 25px 22px;
    display: table;
    width: 100%;
    border: none;
    color: #0a0a0a;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
}