
body.mainbody {
    margin: 0;
    font-family: trade-gothic-next, sans-serif ;
}

header {
    position: absolute;
    width: 100%;
}

.navbar {
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 0 25px;
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}

.dark-menu .navbar-nav .nav-link {
    color: #808080 !important;
}

.dark-menu img,
.dark-menu .navbar-toggler-icon {
    filter: invert(1) !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: #808080;
}

.navbar-logo-centered .navbar-nav .nav-link {
    padding: .5em 1em;
}

.dark-menu .navbar-toggler {
    border: 1px solid #464a4d !important;
}

.banner-sec {
    height: 550px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.short-banner {
    height: 500px;
}

    .short-banner h1,
    .short-banner p {
        color: #000 !important;
    }

.banner-sec h1 {
    color: #ebe8E8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    margin-bottom: 40px;
}

.banner-sec h1.secondline {
	    margin-top: -50px;
}

.banner-sec h4 {
    color: #ebe8E8;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-sec h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 30px;
}

.banner-sec p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
}

.banner-sec a {
    background-color: #EF8400;
    text-align: center;
    padding: 12px 45px;
    color: #ebe8E8;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.banner-wrap {
    margin-top: 2%;
}

.section-title {
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
	color: #272F35;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.section-padding {
    padding: 50px 0;
	padding-left:0 !important;
	padding-right:0 !important;
	padding-bottom:0 !important;
}

.title-wrap {
    margin-bottom: 40px;
}

.blurb-section-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blurb-section {
    width: 410px;
    float: left;
    margin: 0 10px;
}

    .blurb-section .img-wrap {
        height: 410px;
        background-position: center;
        background-size: cover;
    }

    .blurb-section .btn-wrap {
        background-color: #F0BF35;
        text-align: center;
        padding: 10px;
    }

        .blurb-section .btn-wrap a {
            color: #0F1921;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 700;
            font-size: 18px;
        }

    .blurb-section .content-wrap {
        padding: 25px 0;
    }

        .blurb-section .content-wrap h4 {
            color: #272F35;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 0;
        }

        .blurb-section .content-wrap h6 {
            color: #272F35;
            font-size: 14px;
            font-weight: 700;
			    margin-bottom: 0;
        }

        .blurb-section .content-wrap p {
            font-size: 14px;
            line-height: 18px;
        }

.blurb-btn-wrap {
    padding: 10px;
    text-align: center;	
    background: #912F32;
    color: #ebe8E8;
}

.event-sec .blurb-btn-wrap {
	background: #EF8400;
}

    .blurb-btn-wrap a {
        color: #ebe8E8;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
    }

.middle-sec {
    background-color: #0F1921;
    background-image: url(../../assets/images/touch-bg.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

    .middle-sec h2 {
        font-weight: 700;
        font-size: 38px;
        text-transform: uppercase;
        color: #f0bf35;
    }

    .middle-sec p {
        color: #fff;
        font-size: 17px;
        line-height: 22px;
    }

    .middle-sec .btn-wrap {
        padding: 10px;
        border: 1px solid #f0bf35;
        text-align: center;
        max-width: 150px;
        margin-top: 30px;
    }

        .middle-sec .btn-wrap a {
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 700;
            font-size: 18px;
        }

    .middle-sec .img-txt {
        position: relative;
        left: 40%;
        top: -25%;
    }

footer {
    background-color: #272F35;
    background-image: url('../../assets/images/footerbg.png');
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: center;
}

    footer iframe {
        max-width: 350px;
        height: 200px;
        margin-bottom: 50px;
    }


    footer h5 {
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        color: #ebe8E8;
        margin-bottom: 15px;
    }

    footer p {
        color: #ebe8E8;
        font-size: 17px;
        line-height: 22px;
    }

    footer .first-sec {
        border-right: 3px solid #912F32;
        padding-right: 50px;
        float: right;
    }

    footer .second-sec {
        padding-left: 80px;
    }

        footer .second-sec .contact:first-of-type {
            margin-bottom: 150px;
        }

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.social-media i {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    vertical-align: middle;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 15px;
}

.social-media {
    display: flex;
    justify-content: center;
}

.footer-logo-sec {
    text-align: center;
    background-color: #123133;
    padding: 15px 10px;
}

	.footer-logo-sec div {
		height: 60px;
	}
	
		.footer-logo-sec div img {
			height: 100%;
		}


.footer-bottom {
    color: #fff;
    background-color: #1D1D1B;
    padding: 18px 15px 0 15px;
}

.food-blurb .img-wrap {
    height: 300px;
}

.food-blurb .content-wrap h4 {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 15px;
}

.food-blurb .content-wrap h3 {
    font-size: 38px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.food-blurb {
    width: 33%;
	margin: 0 0 0 0;
}

    .food-blurb .content-wrap {
        padding: 25px 20px;
        position: absolute;
        bottom: 0;
    }

    .food-blurb .img-wrap {
        position: relative;
    }

    .food-blurb .price {
        width: 100px;
        height: 100px;
        background-color: #AA4533;
        color: #fff;
        border-radius: 100%;
        /*outline: 1px solid #AA4533;*/
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -8%;
        position: relative;
        right: 4%;
    }

        .food-blurb .price p {
            margin-bottom: 0;
            font-size: 48px;
            font-weight: 700;
        }

.food-offers {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.menu-content-sec .col-md-6:first-of-type {
    padding-right: 80px;
    margin-bottom: 60px;
}

.menu-content-sec .col-md-6:last-of-type {
    padding-left: 80px;
    margin-bottom: 60px;
}

.menu-content-sec .wrapper {
    display: flex;
    justify-content: space-between;
}

.menu-content-sec p {
    max-width: 350px;
    font-size: 14px;
    line-height: 18px;
}

.menu-content {
    padding: 30px 0;
    border-top: 1px solid #C7C7AD;
}

.menu-content-sec .row:last-of-type .menu-content:last-of-type {
    border-bottom: none;
}

.menu-content-sec h2 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
}

.menu-content h4 {
    font-weight: 700;
    font-size: 18px;
}

.menu-content-sec .row {
    margin-bottom: 60px;
}

.main-menu-sec .row {
    align-items: center;
    margin: 20px 0;
}

.menu-content-sec .row:last-of-type {
    margin-bottom: 0;
}

.main-menu-sec h2 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-menu-sec a {
    background-color: #EF8400;
    text-align: center;
    padding: 12px 45px;
    color: #ebe8E8;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    width: 55px;
    height: 55px;
}

.bordered-txt {
    padding: 20px 0;
    border-top: 3px solid #AA4533;
    border-bottom: 3px solid #AA4533;
    margin-bottom: 80px;
}

.menu-content img {
    margin-bottom: 20px;
}

.float-right {
    float: right;
}

.main-menu-sec .img-sec img {
    width: 550px;
}


.main-menu-sec .text-sec {
    padding-left: 80px;
}

.box-layout-sec img {
    width: 100%;
}

.box-layout-sec .layout {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-layout-sec h2 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
}

.box-layout-sec a {
    background-color: #F0BF35;
    text-align: center;
    padding: 12px 45px;
    color: #0F1921;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.box-layout-sec .box-layout:first-of-type {
    margin-bottom: 60px;
}

.box-layout-sec {
    padding: 60px 0;
}

.gallery .container {
    max-width: 850px;
}

.faq {
    border-bottom: 2px solid #F0BF35;
    margin: 25px 0;
    padding-bottom: 10px;
}

.faq-sec h2,
.event-landing-sec h2 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.faq h4,
.event-landing-sec h4 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.faq p {
    font-size: 14px;
}

.event-landing-sec {
    margin-top: 40px;
}

.form-sec label {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-sec .col {
    margin-bottom: 30px;
}

.form-sec .form-control {
    padding: 10px 15px;
}

.form-sec textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.form-sec .btn-wrap {
    background-color: #F0BF35;
    text-align: center;
    padding: 12px 45px;
}

    .form-sec .btn-wrap a {
        color: #0F1921;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
    }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        line-height: 26px;
        display: inline-block;
        color: #612567;
        font-size: 15px;
        text-transform: initial;
        font-weight: 400;
        margin-top: 10px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 26px;
            height: 26px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #f0bf35;
            position: absolute;
            top: 7px;
            left: 7px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


@media all and (max-width: 1399px) {
    .blurb-section {
        max-width: 350px;
    }
	
	.blurb-section .img-wrap {
		height: 350px;
	}
}

@media all and (max-width: 1200px) {
    .blurb-section {
        max-width: 290px;
    }
	
	.blurb-section .img-wrap {
		height: 290px;
	}
	
	.footer-bottom{
		font-size:15px;
	}
	
	.footer-bottom .container{
		max-width: 100%;
		margin: 0 0 0 0;

	 }
}

@media all and (max-width: 1150px) {
	.footer-bottom{
		font-size:12px;
	}
}

/* @media all and (max-width: 990px) { */
    /* .blurb-section { */
        /* max-width: 210px; */
    /* } */
	
	/* .blurb-section .img-wrap { */
		/* height: 210px; */
	/* } */

        /* .blurb-section img { */
            /* height: 150px; */
        /* } */
}


@media all and (max-width: 768px) {
    .menu-content-sec .col-md-6:first-of-type {
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .menu-content-sec .col-md-6:last-of-type {
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .main-menu-sec .img-sec img {
        width: 320px;
    }
}


@media all and (max-width: 767px) {
    /* .blurb-section-wrap { */
        /* display: grid; */
        /* justify-content: center; */
    /* } */

    .menu-content-sec .col-md-6:first-of-type {
        padding-right: 15px;
    }

    .menu-content-sec .col-md-6:last-of-type {
        padding-left: 15px;
    }

    .main-menu-sec .sec-col {
        order: 2;
    }

    .main-menu-sec .first-col {
        order: 1;
        text-align: center;
    }

    .main-menu-sec .text-sec {
        padding-left: 0;
        text-align: center;
    }

    .main-menu-sec .row {
        margin-bottom: 50px;
    }

    .banner-sec h1 {
        font-size: 35px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        background-color: #212529d4;
    }

    .box-layout-sec .layout {
        display: block;
    }

    .box-layout-sec h2 {
        margin-bottom: 20px;
    }

    footer img {
        max-width: 100%;
    }

    .float-right {
        float: none;
    }

    .box-layout-sec h2,
    .main-menu-sec h2,
    .menu-content-sec h2,
    .section-title {
        font-size: 25px;
    }

    .box-layout-sec a,
    .main-menu-sec a {
        padding: 10px 30px;
        font-size: 15px;
    }

    .box-layout-sec .layout {
        padding: 20px;
    }

    .box-layout-sec {
        padding: 0 0 50px 0;
    }

        .box-layout-sec .box-layout:first-of-type {
            margin-bottom: 30px;
        }

    .main-menu-sec h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .food-blurb .price p {
        font-size: 35px;
    }

    .food-blurb .price {
        width: 80px;
        height: 80px;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    footer .first-sec {
        border-right: none;
        padding-right: 0;
        float: none;
        padding-bottom: 0;
        margin-bottom: 35px;
        border-bottom: 3px solid #912F32;
		text-align: center;
    }

    footer .second-sec .contact:first-of-type {
        margin-bottom: 50px;
    }

    footer .second-sec {
        padding-left: 0;
		text-align: center;
    }

    footer .contact {
        margin-bottom: 40px;
    }

    footer {
        background-position: top;
    }

    

    .section-padding {
        padding: 40px 0 0;
    }

    .menu-content-sec .row {
        margin-bottom: 30px;
    }

    .food-offers, .event-sec {
        background-image: none !important;
    }

    .food-blurb .content-wrap h3 {
        font-size: 28px;
    }

    .blurb-section .content-wrap h4 {
        font-size: 16px;
    }

    .blurb-section .btn-wrap a {
        font-size: 16px;
    }

    .event-sec {
        margin-bottom: 60px;
    }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .float-right {
            margin-top: 15px;
        }

    .mb-60,
    .mb-100 {
        margin-bottom: 0;
    }

    .img-sec img,
    .event-landing-sec img {
        width: 100%;
    }

    .event-landing-sec {
        margin-top: 20px;
    }

    .form-sec .col {
        flex: 100%;
    }

    .form-sec {
        margin-bottom: 40px;
    }

    .banner-sec h3 {
        font-size: 18px;
    }

    .short-banner {
        height: 350px;
    }

    /* .blurb-section { */
        /* max-width: 100%; */
        /* padding: 0 15px; */
    /* } */
}


@media all and (max-width: 480px) {
    /*.food-blurb .price {
	border: 1px solid #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}*/
    .middle-sec .img-txt {
        position: relative;
        left: 55%;
    }
}


.gallery-wrap {
    padding: 10px;
    width: 100%;
    height: 300px;
    margin: 12px 0;
    background-size: cover;
    background-position: center;
}
