@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');

.h2 {
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

/* Title */

section:not(.page-home) .title .title-heading {
    padding: 2 em 0;
    background: #222222;
    text-align: center;
    text-transform: uppercase;
    font-family: "Allerta Stencil", sans-serif !important;
    font-weight: 400;
    color: #fff;
}

section:not(.page-home) .title {
    padding: 2 em 0;
    background: #222222;
    text-align: center;
    text-transform: uppercase;
    font-family: "Allerta Stencil", sans-serif !important;
    font-weight: 400;
    color: #fff;
}

section:not(.page-home) .title .title-heading:before {
    display: block;
    content: url(https://apihoard.webit.com/api/v1/Image/2CE1B61733D29F009108928D65567BBB/2CE1B61733D29F009108928D65567BBB.png?size=1920x1440);
    opacity: 0.25;
}

/*-- Header --*/
.header .container {
    max-width: none
}

.header .navbar-dark .navbar-nav .nav-link {
    line-height: 36px;
    text-transform: uppercase;
    text-shadow: 1px 2px #000;
}

.header .navbar-dark .navbar-nav>.active .nav-link {
    color: #fff !important;
}

.header .header-info-logo-img img {
    width: 200px;
    padding-left: 2em;
}

.cw-header-contact {
    padding: .75em
}

.cw-header-contact span {
    vertical-align: middle
}

.header a.header-business-phone {
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem
}

/*section:not(.page-home) .title {
	position: relative;
    padding: 2em 0;
    color: #222222;
    text-align: center
}

section:not(.page-home) .title:after  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.65)
}

section:not(.page-home) .title .title-heading {
	position: relative;
    z-index: 2;
    text-shadow: 5px 2px black;
    color: var(--color-theme-highlight)
}*/

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position: fixed;
        top: .5rem;
        left: 0;
        z-index: 2001;
        padding: 0
    }

    nav.navbar .container {
        position: relative;
        margin: 0 auto
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: .75rem
    }

    .header .navbar,
    .header .navbar.bg-primary.cw-scrolled .navbar-nav {
        top: 0;
        background: #111;
        border: 1px solid rgb(243 236 10 / 43%);
        border-top: none;
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 100px
    }

    .cw-header-contact {
        position: absolute;
        z-index: 2000;
        top: 0;
        width: 100%
    }

    section:not(.page-home) .title {
        margin-bottom: 2.5em;
        padding: 10em 0 1.5em
    }

    section:not(.page-home) .title .title-heading {
        font-size: 3rem
    }
}

/* Hero */

.cw-hero {
    overflow: hidden;
    min-height: 600px;
    background: url('https://apihoard.webit.com/api/v1/Image/40118147D42E710EBA2A80C58E43C52B/40118147D42E710EBA2A80C58E43C52B.png?size=1920x1440') no-repeat center center;
    background-size: cover;
    background-position: 45% bottom;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -90px;
}

.cw-hero .cw-hero-content {
    color: #272627;
    max-width: 600px;
}

.cw-hero-content .cw-book-btn {
    position: fixed;
    top: 60px;
    right: 17px;
}

.cw-hero h1 {
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 90%;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 400;
}

.cw-hero h1::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: 10px 0 15px 0;
    background-color: var(--color-theme-secondary);
}

.cw-gft-btn {
    margin-bottom: 1rem;
}

@media (min-width: 280px) {
    .cw-hero-content .cw-book-btn {
        position: static;
        top: 0px;
        right: 0px;
    }
    
}

@media(min-width: 330px) {
    .cw-hero {
        margin-top: 0px;
    }
}

@media(min-width: 440px) {
    .cw-hero h1 {
        font-size: 2rem;
    }

    .cw-hero {
        margin-top: 0px;
    }

    .cw-gft-btn {
        margin-bottom: 0rem;
        margin-right: 1rem;
    }
}

@media (min-width: 768px) {
    .cw-hero-content .cw-book-btn {
        position: fixed;
        top: 60px;
        right: 17px;
    }
    
}

@media(min-width: 992px) {
    .cw-hero {
        min-height: 900px;
    }

    .cw-hero {
        margin-top: 0px;
    }

    .cw-hero h1 {
        font-size: 3rem;
    }

    .cw-hero p {
        font-size: .85em;
        padding-top: 3px;
    }

    .cw-hero {
        margin-top: 0px;
    }
}

@media(min-width: 900px) {

    .cw-hero {
        margin-top: 0px;
    }

}

@media(min-width: 1200px) {
    .cw-hero h1 {
        font-size: 6rem;
    }

    .cw-hero {
        margin-top: -90px;
    }

    .cw-hero .cw-hero-content {
        padding-top: 6rem;
    }
}

@media (min-width: 1600px) {
    .cw-hero .cw-hero-content {
        padding-top: 0rem;
    }
}


/* Welcome */

.cw-welcome {
    padding: 2em;
}

.cw-welcome h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 3em;
}

.cw-welcome p {
    text-align: center !important;
    font-size: 1.2em;
}

/* Booking */

.cw-booking {
    background-image: url("https://apihoard.webit.com/api/v1/Image/2F305B36E5A332B6BD221181EB929180/2F305B36E5A332B6BD221181EB929180.jpg?size=1920x1440");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 2em;
}

.cw-booking h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 3em;
    color: #fff;
}

.cw-booking h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 86px;
    margin: 10px 0px 15px 0;
    background-color: var(--color-theme-primary);
    text-align: center;
    margin-left: 47%;
}

.cw-booking p {
    text-align: center !important;
    font-size: 1.2em;
    color: #fff;
}

/* Divider */

.cw-divider hr {
    background-color: #B4712B;
    width: 100%;
    height: 3px;
}

/*-- Other Home Sections --*/
.cw-big-squares {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.cw-big-squares h3 {
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.cw-big-squares .cw-img-box,
.cw-big-squares .cw-map-box,
.cw-big-squares .cw-content {
    position: relative;
    flex-grow: 1;
}

.cw-big-squares .cw-img-box {
    max-height: 400px;
}

.cw-big-squares .cw-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cw-big-squares .cw-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

    padding: 1rem;
    color: #000;

}

.cw-big-squares .cw-content .cw-innerbox {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem .5rem;
}

.cw-content h4 span {
    font-style: italic;
    font-size: 60%
}

.cw-big-squares .cw-mapContact {
    padding: 1rem .5rem;
    background: rgba(0, 0, 0, 0.1);
}

.cw-big-squares .cw-address {
    font-size: 1rem;
}

.cw-big-squares .cw-map-box {
    min-height: 300px;
}

/* -------------------- Icons ---------------------- */
.cw-big-squares .cw-address,
.cw-big-squares .cw-hours {
    position: relative;
    vertical-align: middle;
    margin: .25rem;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold
}

.cw-big-squares .cw-hours:before {
    font-family: FontAwesome;
    content: "\f017";
    font-size: 2rem;
    line-height: 1.4;
    color: var(--color-theme-secondary);

    display: block;
    text-align: center;
}


.cw-big-squares .cw-hours h2.bh-title {
    font-size: calc(1.3rem + .6vw);
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.cw-big-squares .business-hours ul {
    margin-bottom: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .cw-big-squares .cw-content .cw-innerbox {
        padding: 1rem;
    }


    .cw-big-squares .cw-hours {
        position: relative;
        padding-left: 3rem;
        margin: 0;
    }

    .cw-big-squares .cw-hours:before {
        position: absolute;
        left: 0;
        padding-right: .5rem;
        padding-top: .25rem;
        display: inline-block;
    }


    .cw-big-squares .cw-hours h2.bh-title {
        text-align: left;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .cw-big-squares .cw-mapContact {
        padding: 1rem;
    }
}

@media (min-width: 992px) {

    .cw-big-squares .cw-img-box,
    .cw-big-squares .cw-map-box,
    .cw-big-squares .cw-content {
        margin: 0 .5rem 1rem;
    }

    .cw-big-squares .cw-img-box {
        max-height: 660px;
    }

    .cw-big-squares .cw-map-box {
        min-height: 450px;
    }

    .cw-big-squares .cw-content {
        padding: 8% 4%;
    }

    .cw-big-squares h3 {
        font-size: 2.25rem
    }

    .cw-big-squares h4 {
        font-size: 1.75rem
    }
}

@media (min-width: 1400px) {
    .cw-big-squares h3 {
        font-size: 4rem
    }

    .cw-big-squares h4 {
        font-size: 2rem
    }

    .cw-big-squares .cw-content {
        padding: 8%;
    }
}

/* Reviews */

.testimonial-container .row {
    margin-bottom: 1em;
}

.testimonial {
    background: #f5f5f5;
    padding: 1em;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1em;
}

.testimonial .fa-star {
    color: var(--color-theme-highlight);
}

.author {
    color: var(--color-theme-primary);
    text-transform: uppercase;
    font-weight: 700;
}

/* FAQ */

.pg-title .pg-title-center h2 {
    font-family: "Allerta Stencil", sans-serif !important;
    font-weight: 400;
    font-size: 2em;
}

.collapse-header {
    position: relative;
    padding: 1.1rem 4rem 1.1rem 1em;
    background: var(--color-theme-background);
    color: var(--color-theme-text);
    border-bottom: 1px solid var(--color-theme-border);
    display: block;
    overflow: hidden;
    font-size: 1.1em;
    font-weight: 700
}

.collapse-header:hover,
.collapse-header:not(.collapsed) {
    color: var(--color-theme-primary)
}

.collapse-header::after {
    content: "+";
    position: absolute;
    z-index: 3;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    font-size: 1.5em;
    line-height: 1em;
    transition: .2s;
    color: var(--color-theme-primary)
}

.collapse-header.collapsed::after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.collaspe-content {
    padding: 1.5rem 1em;
    border-bottom: 1px solid var(--color-theme-border)
}

/* Social Games Page */

.cw-social-games h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #000;
}

/* League Page */

.cw-league h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #000;
}

.cw-league p span {
    color: #EF3424;
    font-weight: 800;
}

/* Hidden Pages */

.cw-hidden h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #000;
}

.cw-hidden p span {
    color: #EF3424;
    font-weight: 800;
}

/* Locations */

.cw-lactions h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 3em;
    color: #000;
}

.cw-lactions h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 86px;
    margin: 10px 0px 15px 0;
    background-color: var(--color-theme-primary);
    text-align: center;
    margin-left: 41%;
}

/* Jobs page */

.cw-job h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #000;
}

.cw-job p span {
    font-size: 2em;
    color: #000;
}

/* Axe League Page */

.cw-axe {
    padding: 3em 0;
}

.cw-axe .container {
    max-width: 1500px;
}

.cw-axe .cw-axe-text {
    margin: 1.5em 0;
}

.cw-axe .cw-axe-text img {
    width: 450px;
}

.cw-axe h2 {
    text-align: center !important;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #000;
}

@media(min-width:992px) {
    .cw-axe .cw-axe-text {
        padding-right: 3em;
    }
}

.cw-axe .cw-hours-box {
    background: var(--color-theme-text);
    color: var(--color-theme-background);
    /* background: #194659; */
    /* color: #fff; */
    padding: 2rem 2rem;
}

.cw-axe .cw-hours-box .bh-title,
.cw-axe .cw-hours-box h4 {
    color: var(--color-theme-highlight);
    padding-left: 0;
    border-left: 0;
    font-size: 2rem;
}

.cw-axe .cw-hours-box a {
    color: #000;
}

.cw-axe .cw-hours-box a:hover {
    color: var(--color-theme-highlight);
}

.cw-axe .cw-hours-box ul {
    padding-left: 0;
    margin-bottom: 1rem;
    list-style: unset;
}

.cw-axe .cw-hours-box ul li {
    padding: 3px 7px;
    border-bottom: 1px dotted #fff;
    color: #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.cw-axe .cw-hours-box ul li span {
    margin-right: .5rem;
}

.cw-axe .cw-hours-box ul li span:last-of-type {
    margin-right: 0px;
}

.wb__prices {
    background: var(--color-theme-secondary);
}

.wb__prices a.wb__pricebtn-box {
    display: block;
    color: #fff;
    padding: 1rem;
    border: solid 2px #fff;

    border-radius: 10px;
    height: 100%;

    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

.wb__prices a .wb__hover {
    background: var(--color-theme-primary);
    color: #fff;
    padding: 0.5rem 0.75rem;
    font-size: 1.3rem;
    border-radius: 15px;
    margin-bottom: 0.5rem;
}

/*.wb__prices a:hover .wb__hover {
    background: #fff;
    color: var(--color-theme-primary) !important;
  }*/

.bg-transparent {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}



.collapse-header {
    position: relative;
    padding: 1.1rem 4rem 1.1rem 1em;
    background: var(--color-theme-background);
    color: var(--color-theme-text);
    border-bottom: 1px solid var(--color-theme-border);
    display: block;
    overflow: hidden;
    font-size: 1.1em;
    font-weight: 700
}

.collapse-header:hover,
.collapse-header:not(.collapsed) {
    color: var(--color-theme-primary)
}

.collapse-header::after {
    content: "+";
    position: absolute;
    z-index: 3;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    font-size: 1.5em;
    line-height: 1em;
    transition: .2s;
    color: var(--color-theme-primary)
}

.collapse-header.collapsed::after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.collaspe-content {
    padding: 1.5rem 1em;
    border-bottom: 1px solid var(--color-theme-border)
}

/*---- Footer ----*/
footer .container {
    display: none;
}

.footer {
    padding-top: 0em !important;
}

.cw-footer-top {
    background-color: var(--color-theme-primary);
    color: #fff !important;
}

.cw-footer-top-cols {
    flex-direction: column;
}

.cw-newsletter h3 {
    font-size: 3rem;
}

.cw-footer-top small.form-text {
    color: #fff !important;
}

.cw-footer-top .formDisclaimer__content-wrapper {
    color: #fff;
}

.cw-footer-top .formDisclaimer__content-wrapper a {
    color: var(--color-theme-secondary) !important;
}

.page-home .cw-footer-top {
    margin-top: 0;
}

.cw-footer-top {
    margin-top: 50px;
    padding: 2rem 0;
}

@media (max-width: 991px) {}

@media (min-width: 768px) {
    .cw-newsletter h3 {
        font-size: 4rem;
    }

    .cw-footer-top-cols {
        flex-direction: row;
    }
}

/* Footer */

.list-group-item {
    line-height: .5em;
}

.cw-footer {
    padding: 4rem 0;
    background: #000 url(https://apihoard.webit.com/api/v1/Image/AFBDE59BCE63F66824C42F2E8264E52D/AFBDE59BCE63F66824C42F2E8264E52D.jpg?size=1920x1440) center;
    background-size: cover;
    color: #fff;
    text-align: left
}

.cw-footer hr {
    width: 30%;
    height: 3px;
    background-color: #EE3525;
}

.cw-footer a {
    color: #fff;
    font-size: 1.3em;
}

.cw-footer a:hover {
    color: #EE3525;
}

.cw-footer a span {
    color: #EE3525;
}

.footer-social a {
    color: #fff
}

.cw-address,
.cw-phone {
    position: relative;
    line-height: 1.35;
    font-size: 1.1rem
}

.cw-footerMenu a {
    display: block;
    margin-bottom: .65rem;
    font-weight: 700
}

.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
    color: #fff
}

.cw-footer h5 {
    margin-bottom: 1rem;
    color: #fff;
}

.cw-footer h3 {
    color: #fff;
    text-align: center;
}

.cw-social a {
    display: inline-block;
    margin: 0 .5rem 0 0
}

.cw-social i {
    font-size: 25px
}

.footer {
    padding-top: 0
}

footer>.container {
    display: none
}