/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/xpro/
Author: Taraprasad Swain
Author URI: https://puresilvercreative.com/
Description: Make all of your modifications to X Pro in this child theme.
Version: 1.0.0
Template: x
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&family=Lilita+One&display=swap');
body{--primary-color:#c5130e; --primary-text-color:#fff;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{margin:0 0 25px; font-family: "Lilita One", serif !important;}

.f-family-barlow{font-family: 'Barlow', sans-serif !important;}
.f-family-lilita{font-family: "Lilita One", serif !important;}

p{margin:0 0 25px; line-height:30px;}
.line-high-24, .line-high-24 p{line-height:24px;}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box;}
.text-red{color:var(--primary-color);}
.text-yellow{color:#f8c300;}
.text-blue{color:#1f3174}
.text-white{color:#fff;}

.clr{clear:both;}
.clearfix:after {display: block; content: ''; width: 100%; clear: both; }

::-webkit-input-placeholder{color:#575757 !important;}
::-moz-placeholder{color:#575757 !important;}
:-ms-input-placeholder{color:#575757 !important;}
:-moz-placeholder{color:#575757 !important;}

ul.list{list-style:none; margin:0 0 30px;}
ul.list li{display:block; margin-bottom:10px; padding-left:25px; position:relative;}
ul.list li:after{position:absolute; content:"\f058"; left:0; top:0; color:var(--primary-color); font-family: FontAwesome;}
ul.list.l-yellow li:after{color: #f8c300;}
ul.list.l-blue li:after{color: #1f3174;}

.brd-red-top, .brd-red-bottom{position:relative;}
.brd-red-top:before {
    content: "";
    position: absolute;
    background: url(images/brd-red-top.png);
    background-repeat: repeat-x !important;
    width: 100%;
    height: 12px;
    top: -10px;
	left:0;
    z-index: 2;
    background-position: 3px !important;
}
.brd-red-bottom:before {
    content: "";
    position: absolute;
    background: url(images/brd-red-bottom.png);
    background-repeat: repeat-x !important;
    width: 100%;
    height: 12px;
    bottom: -10px;
	left:0;
    z-index: 2;
    background-position: 3px !important;
}
.yellow-strip-top-bg, .white-strip-top-bg{position: relative;}
.yellow-strip-top-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -15px;
    left: 0;
    padding-top: 15px;
    background-size: auto 75px;
    background-repeat: repeat-x;
    background-position: center 0;
    background-image: url(images/yellow-strip.png);
    z-index: 1;
}
.white-strip-top-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -15px;
    left: 0;
    padding-top: 15px;
    background-size: auto 75px;
    background-repeat: repeat-x;
    background-position: center 0;
    background-image: url(images/white-strip.png);
    z-index: 1;
}

.x-navbar {
    border-bottom: none;
    background-color: #fff;
    box-shadow:none;
	position:relative;
}
.x-navbar:before {
    content: "";
    position: absolute;
    background: url(images/brd-white-bottom.png);
    background-repeat: repeat-x !important;
    width: 100%;
    height: 12px;
    bottom: -10px;
    z-index: 2;
    background-position: 3px !important;
}
.x-navbar .desktop .x-nav > li.o-online-menu a {
    padding-top: 25px;
}
.o-online-menu a span{
    background-color: var(--primary-color) !important; 
    color: var(--primary-text-color);
    padding: 12px 20px;
    border-radius: 30px;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a{box-shadow:none !important; border-bottom:none;}

.x-navbar .desktop .x-nav > li ul {
    top: 100% !important;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
}

.x-slider-container.below{border-bottom:none;}
#rev_slider_1_1_wrapper .hades .tp-arr-allwrapper{display:none;}

.x-social-global a {
    font-size: 30px;
    color: #000;
    margin: 0 6px;
    display: inline-block;
    text-align: center;
}

.widget{text-shadow:none;}
.widget ul, .widget ol{box-shadow:none; border:none;}
.widget ul li a, .widget ol li a, .x-comment-time{color:#c8c9cc !important; border-bottom:none; box-shadow:none;}
.widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a{padding:0 0 14px;}
.widget_nav_menu .current-menu-item>a{background-color:inherit;}
.x-colophon{background-color:#000; border-top:none; box-shadow:none;}
.x-colophon+.x-colophon{border-top:none; box-shadow:none;}
.x-colophon .widget p a{color:#c8c9cc !important;}
.widget_nav_menu ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover{background-color:inherit; color:var(--primary-color) !important;}
.widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before{content:"\f0da"; opacity:1; color:#c8c9cc;}


.widget.widget_block h4{font-size:24px; line-height:24px; color:var(--primary-color); margin:0;}
.x-colophon .h-widget{margin:0 0 25px; font-size:24px; color:var(--primary-color);}
.x-colophon .widget{margin-top: 25px;}

.x-colophon .x-social-global a{color: #fff; font-size:23px; display: inline-block; vertical-align: top; margin-right: 15px; transition:0.3s;}
.x-colophon .x-social-global a:hover{color:var(--primary-color);}
.x-colophon a.location{display:none;}

.footer-btn{text-align:center;}
.footer-btn .btn-pill{min-width:236px;}

.x-colophon.bottom{font-size:14px; color:#c8c9cc; background-color:#000; padding:0;}
.x-colophon.bottom a{color:#c8c9cc;}
.x-colophon.bottom .x-container.max{border-top:#515151 1px dashed;}
.x-colophon.bottom .x-colophon-content{letter-spacing:normal; margin:20px 0 0;}

.menu-box {
    margin-top: 80px !important;
}
.catering-box {
    margin-top: 40px !important;
}

.career-form{padding:30px 20px; background-color:#f5f5f5; border:#dddddd 1px solid; border-radius:10px; max-width:820px; margin:0 auto;}
.career-form .cf-section{margin-bottom:40px;}
.career-form .cf-section:last-child{margin-bottom:0;}
.career-form .cf-row{display: flex; flex-wrap: wrap; margin-left: -9px; margin-right: -9px;}
.career-form .f-field{width:100%; padding-left:9px; padding-right:9px; margin-bottom:18px;}
.career-form .f-field.ff-co2{width:50%; padding-left:9px; padding-right:9px; margin-bottom:18px;}
.career-form h5 {
    font-size: 18px;
    line-height: 18px;
    border-bottom: #adadad 1px dashed;
    padding-bottom: 18px;
    margin: 0;
}
.career-form .wpcf7-list-item{margin:0;}
.career-form  input[type=radio], input[type=checkbox] {margin: 0 0 3px;}
.career-form  .wpcf7-list-item-label {margin: 0 0.5em 0 6px;}

.career-form .f-field input[type=text], .career-form .f-field select, .career-form .f-field input[type=date], .career-form .f-field input[type=email], .career-form .f-field input[type=tel] {
    display: block;
    width: 100%;
    height: 43px;
    background: #fff;
    border: #c5c5c5 1px solid;
    border-radius: 3px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
}
.career-form .f-field textarea{
    display: block;
    width: 100%;
    height:120px;
    background: #fff;
    border: #c5c5c5 1px solid;
    border-radius: 3px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 14px;
    color: #333;
}
.career-form .send-btn{width:100%; padding-left:9px; padding-right:9px; margin-bottom:18px; margin-top: 35px; text-align:center;}
.career-form .send-btn input {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    background: var(--primary-color);
    text-shadow: none;
	font-family: 'Barlow', sans-serif !important;
}
.career-form.franchise-appli-form h5{
    font-size: 16px;
    line-height: 24px;
    border-bottom: none;
    padding-bottom: 0;
}

/*Inner Banner*/
.inner-banner {
    background-color: #000;
    position: relative;
    background-image: url(images/inner-banner.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.inner-banner .page-title {
    font-size: 54px;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2em;
    margin-top: 2em;
    position: relative;
    z-index: 1;
}

.inner-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.clj-box-heading, .club-location-grid-details .cln-box h5{
    font-weight: normal !important;
}

.x-btn-navbar, .x-btn-navbar.collapsed {
    background: var(--primary-color);
    text-align: center;
    color: var(--primary-text-color) !important;
    box-shadow: none !important;
    text-shadow: none;
}
.x-btn-navbar.collapsed:hover {
    color: #ffffff;
    background-color: #1f3174;
}

.menu-tab .x-tabs-list {
    float: left;
    width: 25%;
}
.menu-tab .x-tabs-list ul {
    display: block;
}
.menu-tab .x-tabs-list ul li:last-child button{
    border-bottom: none;
}

.club-location-address {
    padding-left: 0;
    line-height: normal;
}
.club-location-address::before{
    display: none;
}
ul.x-block-grid.club-locations-timings.two-up{border: #d2d2d2 1px solid; border-bottom:none; border-radius: 15px; margin: 0;}
ul.x-block-grid.club-locations-timings.two-up li.x-block-grid-item{border-bottom: #d2d2d2 1px solid; width: 50%; margin: 0; padding: 8px 10px; font-size: 14px;}
ul.x-block-grid.club-locations-timings.two-up li.x-block-grid-item:nth-child(odd) {
    border-right: #d2d2d2 1px solid;
    font-weight: 700;
}
ul.x-block-grid.club-locations-timings.two-up li.x-block-grid-item.club-location-today{background:var(--primary-color); color:var(--primary-text-color);}

@media only screen and (max-width:1220px) {
    .x-brand {
        margin-top: 20px !important;
    }
    .x-brand img {
        width: calc(400px / 2) !important;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .x-navbar .desktop .x-nav > li > a {
        font-size: 14px !important;
    }
    .x-navbar .desktop .x-nav > li.o-online-menu a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .o-online-menu a span {
        padding: 12px 15px;
    }
}
@media only screen and (max-width:978.98px) {
    h1, .h1{font-size:40px !important;}
    h2, .h2{font-size:30px !important;}
    h3, .h3{font-size:24px !important;}
    h4, .h4{font-size:20px !important;}
    h5, .h5{font-size:18px !important;}
    h6, .h6{font-size:16px !important;}

    .x-nav-wrap.mobile {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        z-index: 99;
        background-color: #ffffff;
        padding: 0 20px;
        border-radius:0 0 15px 15px;
    }
    .x-navbar .mobile .x-nav li:last-child a {
        border-bottom: none;
        padding-bottom: 0;
    }
    .o-online-menu a span {
        width: 100%;
        text-align: center;
    }

    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
    }
}
@media only screen and (max-width:767px) {
    .menu-tab .x-tabs-list {
        float: none;
        width: 100%;
        margin-bottom: 20px !important;
    }
    .menu-tab .x-tabs-list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .menu-tab .x-tabs-list ul li {
        width: 50%;
    }
    .menu-tab .x-tabs-list ul li button {
        text-align: center;
    }
} 

@media only screen and (max-width:640px) {
h1, .h1{font-size:30px !important;}
h2, .h2{font-size:24px !important;}
h3, .h3{font-size:20px !important;}
h4, .h4{font-size:18px !important;}
h5, .h5{font-size:16px !important;}
h6, .h6{font-size:15px !important;}

    .inner-banner .page-titles {
        top: 45px;
    }

    .inner-banner .page-title {
        font-size: 36px !important;
    }
}

@media only screen and (max-width:480px) {
    .career-form .f-field.ff-co2 {width:100%;}
}

.location-shop-buttons {
    text-align: center;
}

.location-shop-buttons > .x-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background-color: #f8c300;
    color: #000000;
		text-shadow: none;
  	margin: 10px;
}

.location-file-buttons {
    text-align: center;
}

.location-file-buttons > .x-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background-color: #c5130e;
    color: #ffffff;
	text-shadow: none;
  	margin: 10px;
}

.subscribe-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}

.cp-modal-body.cp-blank {
    padding: 0px!important;
}

.cp-modal-body.cp-blank .cp_responsive {
    padding: 0px!important;
}