@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
    margin: 0;    
}

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 {    
    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 {
    text-transform: uppercase;
    font-size: 90px;    
}

.banner-sec.chmas-sec h1 {
    text-transform: uppercase;
    font-size: 140px;    
}

.banner-sec h4 {
    font-size: 19px;
    text-transform: uppercase;
}

.banner-sec h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 30px;
}

.banner-sec p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
}

.banner-sec a {
    text-align: center;
    padding: 12px 45px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

.banner-wrap {
    margin-top: 2%;
}

.section-title {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.section-padding {
    padding: 60px 0;
}

.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: 400px; */
		aspect-ratio: 1;
        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-size: 18px;
        }

    .blurb-section .content-wrap {
        padding: 25px 0;
    }

        .blurb-section .content-wrap h4 {
            color: #0F1921;
            text-transform: uppercase;
            font-size: 18px;
            margin-bottom: 0;
        }

        .blurb-section .content-wrap h6 {
            color: #AA4533;
            font-size: 14px;
            font-weight: 700;
        }

        .blurb-section .content-wrap p {
            font-size: 14px;
            line-height: 18px;
        }
		
.blurb-section.blurb-section-tv {
    width: 390px;   
}

    .blurb-section.blurb-section-tv .img-wrap {
        height: 390px;        
    }

.blurb-btn-wrap {
    padding: 10px;
    border: 2px solid #0f1921;
    text-align: center;
}

    .blurb-btn-wrap a {
        color: #0F1921;
        text-transform: uppercase;
        text-decoration: none;
        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-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-size: 18px;
        }

    .middle-sec .img-txt {
        position: relative;
        left: 40%;
        top: -25%;
    }

footer {
    background-color: #455b6c;
    background-image: url(../../assets/images/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

    footer iframe {
        max-width: 350px;
        height: 200px;
        margin-bottom: 50px;
    }


    footer h5 {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 15px;
    }

    footer p {
        color: #fff;
        font-size: 17px;
        line-height: 22px;
    }

    footer .first-sec {
        border-right: 3px solid;
        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: #0e1011;
    padding: 15px 10px;
}

.footer-bottom {
    color: #fff;
    background-color: #000;
    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;
}

.food-blurb {
    width: 300px;
}

    .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;
        }

.food-offers {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
	margin-top: 50px;
}

.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-bottom: 1px solid #D8D8D8;
}

.menu-content-sec .row:last-of-type .menu-content:last-of-type {
    border-bottom: none;
}

.menu-content-sec h2 {
    font-size: 38px;
    text-transform: uppercase;
}

.menu-content h4 {
    font-size: 18px;
}

.menu-content-sec .row {
    margin-bottom: 60px;
}

.main-menu-sec .row {
    align-items: center;
}

.menu-content-sec .row:last-of-type {
    margin-bottom: 0;
}

.main-menu-sec h2 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-menu-sec a {
    text-align: center;
    padding: 12px 45px;
    text-transform: uppercase;
    text-decoration: none;
    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-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-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-size: 38px;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.faq h4,
.event-landing-sec h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.faq p {
    font-size: 14px;
}

.event-landing-sec {
    margin-top: 40px;
}

.form-sec label {
    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 {
    text-align: center;
    padding: 12px 45px;
}

    .form-sec .btn-wrap a {        
        text-transform: uppercase;
        text-decoration: none;
        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;
        font-family: 'DM Sans', sans-serif !important;
        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;
            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.blurb-section-tv {
        max-width: 340px;
    }
	
	.blurb-section.blurb-section-tv .img-wrap {
		height:340px;
	}
}

@media all and (max-width: 1200px) {
    .blurb-section {
        max-width: 290px;
    }
	
	.footer-bottom{
		font-size:15px;
	}
	
	.footer-bottom .container{
		max-width: 100%;
		margin: 0 0 0 0;

	 }
	 
	 .blurb-section.blurb-section-tv {
        max-width: 280px;
    }
	
	.blurb-section.blurb-section-tv .img-wrap {
		height:280px;
	}
}

@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 {
            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;
    }
	
	.banner-sec.chmas-sec h1 {
        font-size: 70px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        background-color: #000;
    }
	
	.navbar .navbar-nav .nav-link {
    color: #FFF;
}

    .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;
    }
	
.charistmas-text p {
        font-size: 11px;
    }

    .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;
    }

    .blurb-section {
        margin-bottom: 30px;
    }

    .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 #000;
		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;
    }

    .footer-logo-sec {
        padding: 40px 10px;
    }

    .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;
    }
	
	.event-sec .blurb-section.blurb-section-tv {
        max-width: 400px;
    }
	
	.event-sec .blurb-section.blurb-section-tv .img-wrap {
		height:360px;
	}
}

@media (max-width: 767px) {
    .banner-sec.chmas-sec h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .banner-sec.chmas-sec h1 {
        font-size: 40px;
    }
}

@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%;
    }
	
	.owl-carousel.stackitems {
        width: 100% !important;
        margin: 0 !important;
        display: block;
		padding:0 10px;    
    }
	
	.menu-carousel #tvhomecarousel.owl-carousel {
		padding:0 10px;
	}
	
	.event-sec .blurb-section.blurb-section-tv {
        max-width: 100%;
    }
	
	.event-sec .blurb-section.blurb-section-tv .img-wrap {
        height: 265px;
    }
}


.gallery-wrap {
    padding: 10px;
    width: 100%;
    height: 300px;
    margin: 12px 0;
    background-size: cover;
    background-position: center;
}
