/**********************************************************************/
/** GENERAL */
/**********************************************************************/

.main-container {
    position: relative;
}

.vh-100 {
    height: 100vh !important;
}

.overlay {
    background: rgba(51, 51, 51, 0.25);
}

/* BOOTSTRAP CLASSES NEED TO BE OVERRIDDEN */

.open{
    display: block;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.d-inline {
    display: inline !important;
}

.breadcrumbs{
    padding-bottom:30px;
}

.breadcrumbs__list{
    margin:0 0 0 -5px;
    padding:0;
    list-style:none none;
}

.breadcrumbs__list:after{
    content:"";
    display:table;
    clear:both
}

.breadcrumbs__list li{
    list-style:none none;
    float:left;
    margin-left:5px;
    display:block
}

.breadcrumbs__list li>*{
    display:block
}

.breadcrumbs__item:not(:last-child):after{
    content:'\203A';
    display:inline-block;
    margin-left:5px
}

.breadcrumbs__link{
    float:left;
    color:#888;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.breadcrumbs__link:hover{
    color:#373737
}

.breadcrumbs__item--active .breadcrumbs__link{
    color:#373737
}

.shop-product-thumbnail {
    max-width: 150px !important;
}

#jq-keyboard{
    display: block;
/*    position: relative !important;*/
    left: 10% !important;
    right: 10% !important;
    width: 80%;
    top: 1000px !important;
    bottom: auto !important;
}

#jq-keyboard button.jqk-btn{
    background-position: center !important;
    width: 6% !important;
}

#jq-keyboard button.jqk-btn.special{
    width: 9% !important;
}

#jq-keyboard button.jqk-btn.special.space{
    width: 40% !important;
}

.image-height{
    max-height: 350px !important;
}

.hero-banner {
    background-color: transparent;
}

.hero-banner .tabbed-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-banner .tabbed-background .tab-pane {
    min-height: 75vh;
    background-size: cover;
    /*background-position: 33% center;*/
    background-position: center;
}

.hero-content {
    display: flex;
    flex-wrap: wrap;
}

.hero-content .nav-pills a  {
    padding-top: 10px;
    padding-bottom: 0;
    border-radius: 0 !important;
    width: fit-content;
}

.hero-content .nav-pills a span {
    font-family: 'Codec Pro', 'CodecProWarm', 'Noto Sans', sans-serif !important;
    padding: 0;
    background-color: transparent;
    font-size: 1.8em;
    line-height: 1em;
    color: white;
}

.flex-hero-titles{
    position: absolute !important;
    width: 60%;
    bottom: 30px !important;
    left: 20% !important;
    right: 20% !important;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
}

.bwx-btn-home{
    color: white !important;
    border-bottom: 3px solid white;
    border-radius: 0px !important;
    background-color: transparent !important;
}

.active .bwx-btn-home{
    color: #02C3A9 !important;
    border-bottom: 3px solid #02C3A9;
    border-radius: 0px !important;
    background-color: transparent !important;
}

.text-shadow{
    text-shadow: black;
}

.bwx-btn-primary{
    border-radius: 5px !important;
}

.bwx-btn-primary:hover {
    color: #02C3A9 !important;
    background-color: #13326a !important;
    border-color: #13326a !important;
}

.bwx-card-header:not(.bwx-card-side), .bwx-card-header img:not(.bwx-card-side img){
    border-radius: 5px 5px 0px 0px !important;
}

.bwx-card {
    overflow: hidden;
}

.bwx-card-side{
    border-radius: 0 !important;
}

.bwx-border-green{
    border: 2px solid #02C3A9;
}

.bwx-border-blue {
    border: 1px solid #ddd;
}

.bwx-bg-blue{
    background-color: #DCE0E9 !important;
}

.bwx-btn-link {
    color: #13326a !important;
}

.bwx-btn-link .underline {
    border-bottom: 2px solid #02C3A9;
    padding-bottom: 5px;
}

.bwx-btn-link .arrow {
    border-bottom-color: transparent !important;
    margin-left: 5px;
    top: 2px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bwx-btn-link:hover .arrow {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-control,
.select2-selection {
    border-radius: 5px !important;
    background-color: white !important;
    font-weight: 500;
    color: #000000;
    border: 1px solid #000000 !important;
}

.select2-dropdown {
    border-color: #000000 !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:  unset !important;
    padding: 16px !important;
    /*color: #657380 !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

#customer-form-1 .form-control {
    height: 56px !important;
}

.form-group button{
    width: auto !important;
    border-radius: 5px !important;
}

iframe {
    border-radius: 5px 0px 0px 5px !important;
}

.date{
    color: #989898 !important;
}

.btn, a.btn{
    border-radius: 5px !important;
}

.gallery-item-image{
    border-radius: 5px !important;
}

.nav-justified>li>a{
    display: inline !important;
}

.bwx-card .overlay{
    border-radius: 5px !important;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    padding: 10px 20px;
}

.navbar-nav>li>a {
    padding: 9px 10px;
}

.navbar-brand img {
    max-height: 30px;
}

.navbar-nav>li>a{
    font-weight: normal !important;
    text-transform: uppercase;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
    background-color: white !important;
    color: #398A71 !important;
}

.footer p, .footer a{
    font-weight: normal !important;
}

.bg-shape-1{
    position: absolute !important;
    top: 50%;
    z-index: -1;
}

.bg-shape-1.right {
    left: unset;
    right: -10% !important;
}

.bg-shape-1.left {
    left: unset;
    left: -10% !important;
}

.splide__arrow {
    background-color: transparent !important;
    opacity: 1 !important;
}

.h1, .h2, .h3, .golf-link, .h5, .h6, h1, h2, h3, h5, h6{
    font-weight: bold !important;
    font-family: 'STIX Two Text', Times New Roman, sans-serif;
}

h1, .h1 {
    font-size: 52px !important;
    line-height: 56px !important;
}

h2, .h2 {
    font-size: 36px !important;
}

h3, .h3 {
    font-size: 25px !important;
}

h4, .h4 {
    font-weight: normal !important;
}

.btn:not(.btn-admin), a.btn:not(.btn-admin){
    white-space: normal !important;
}

.border-radius-none{
    border-radius: unset !important;
}

#customer-hero-home .gradient {
  position: absolute; 
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  height: 40%;  
}

#customer-hero-home{
    align-items: center;
    display: flex;
}

#customer-schedule-overview .tab-pane.active .bwx-card:before {
    position: absolute;
    top: -14px;
    left: 15%;
    display: inline-block;
    border-top: 0 solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    content: " "
}

#customer-schedule-overview .tab-pane.active.men-ladies .bwx-card:before {
    left: 50%;
}

#customer-schedule-overview .tab-pane.active.seniors .bwx-card:before {
    left: 85%;
}

.clubs-list {
    overflow-y:scroll;
    overflow-x: visible;
    max-height: 305px;
}


.clubs-list .media-body {
    padding-bottom: 15px;
    width: auto !important;
}

.clubs-list img {
    width: 50px !important;
    border-radius: 0 !important;
}

#map{
    border-radius: 5px 0px 0px 5px !important;
}

.img-left figure.mask {
    -webkit-mask-image: url(/customer/images/bg-shape.svg);
    mask-image: url(/customer/images/bg-shape.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.media h3, .media h3 a {
    border-bottom: none;
    font-weight: normal !important;
}

.dynamic-blog-detail .other-blog-img {
    height: 140px;
}

.fa-ul .fa-li i {
    position: relative;
    top: -3px !important;
}

.text-center ul {
    list-style-position: inside;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
}

/*.countdown .timer>div{
    font-size: 20px;*/
/*    color: #398A71 !important;*/
/*}
.countdown .timer>em{
    text-align: center;
    color: #398A71 !important;
}

.event-logo{
    width: 20% !important;
}*/

.checkbox-label{
    font-weight: normal !important;
}
.timer {
    margin: 25px 0 !important;
    padding: 10px 15px !important;
}

.timer:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.timer:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.countdown {
    display: inline-block;
}

.countdown .timer {
    width: 75px;
    display: block;
    float: left;
    margin-left: 3px !important;
    margin-right: 3px !important;
    font-size: 8px !important;
}

.countdown .timer p {
    font-size: 16px;
    text-align: center;
}

.digits {
    font-size: 20px !important;
    line-height: 64px !important;
}

.align-blocks{
    display: flex !important;
    justify-content: space-around !important;
}

.align-blocks .card-width{
    width: calc(100% - 30px) !important;
}

.align-blocks .bwx-card{
    width: calc(100% - 30px) !important;
    margin-left: 15px;
}

#customer-events-overview-2 h3, #customer-events-overview-3 h3 {
    font-size: 20px !important;
}

@media only screen and (max-width: 1199px) {
    .countdown .timer {
        width: calc(25% - 6px);
    }
}

@media only screen and (max-width: 1199px) {

    #customer-events-overview-2 h3, #customer-events-overview-3 h3 {
        font-size: 18px !important;
    }

    #customer-events-overview-2 .bwx-card-body, #customer-events-overview-3 .bwx-card-body {
        padding: 10px !important;
    }

}

@media only screen and (max-width: 479px) {
    .countdown .timer {
        width: calc(50% - 6px);
    }

    .timer:first-of-type {
        border-top-left-radius: 15px !important;
        border-bottom-left-radius: 0;
        margin-bottom: 0 !important;
    }

    .timer:nth-of-type(2) {
        border-top-right-radius: 15px;
        margin-bottom: 0 !important;
    }

    .timer:nth-of-type(3) {
        border-bottom-left-radius: 15px;
        margin-top: 6px !important;
    }

    .timer:nth-of-type(4) {
        border-bottom-right-radius: 15px;
        border-top-right-radius: 0;
        margin-top: 6px !important;
    }
}

/**********************************************************************/
/** TEXT, LINKS & BUTTONS */
/**********************************************************************/

body {
  color: black;

}

.line-through {
    text-decoration: line-through;
} 

.nav>li>a {
    color: white;
}    

.navbar-nav>li>a {
    color: black;
}

.viewmore-margin {
    margin-top: 16px
}

/*******************************/
/* GHOST */
/*******************************/

.bwx-btn-ghost-white {
    background-color: transparent;
    border: 3px solid #fff;
    color: white !important;
}

.bwx-btn-ghost-white:hover {
    background-color: #fff;
    color: black !important;
}

.bwx-btn-ghost-black {
    background-color: transparent;
    border: 3px solid #000;
    color: #000 !important;
}

.bwx-btn-ghost-black:hover {
    background-color: #000;
    color: white !important;
}

/*******************************/
/* LINK */
/*******************************/

.hero-icon-links .bwx-btn-link {
  color: #fff;
  font-size: 1.1em;
}

.bwx-btn-link {
  font-weight: 700 !important;
}

/*******************************/
/* FACEBOOK */
/*******************************/

.bwx-btn-facebook, a.inverse.bwx-btn-facebook, .inverse a.bwx-btn-facebook {
    background-color: #29487e;
    color: white !important;
}

.btn.bwx-btn-facebook {
    border: 3px solid #29487e;
}

.bwx-btn-facebook:hover, .btn-nav.bwx-btn-facebook:hover,  .bwx-btn-facebook:focus, .btn-nav.bwx-btn-facebook:focus {
    background-color: #365ea5;
}

.btn.bwx-btn-facebook:hover, .btn.bwx-btn-facebook:focus {
    border: 3px solid #365ea5;
}

.bwx-btn-facebook {
    -webkit-box-shadow: 0 4px 0 #4f7bc4;
    -moz-box-shadow: 0 4px 0 #4f7bc4;
    box-shadow: 0 4px 0 #4f7bc4;
}

.btn-border.bwx-btn-facebook, a.btn-border.bwx-btn-facebook  {
    color: #29487e;
}

/*******************************/
/* GOOGLE */
/*******************************/

.bwx-btn-google, a.inverse.bwx-btn-google, .inverse a.bwx-btn-google {
    background-color: #4385f5;
    color: white !important;
}

.btn.bwx-btn-google {
    border: 3px solid #4385f5;
}

.bwx-btn-google:hover, .btn-nav.bwx-btn-google:hover,  .bwx-btn-google:focus, .btn-nav.bwx-btn-google:focus {
    background-color: #5997ff;
}

.btn.bwx-btn-google:hover, .btn.bwx-btn-google:focus {
    border: 3px solid #5997ff;
}

.bwx-btn-google {
    -webkit-box-shadow: 0 4px 0 #96bdfe;
    -moz-box-shadow: 0 4px 0 #96bdfe;
    box-shadow: 0 4px 0 #96bdfe;
}

.btn-border.bwx-btn-google, a.btn-border.bwx-btn-google  {
    color: #4385f5;
}

/*******************************/
/* TWITTER */
/*******************************/

.bwx-btn-twitter, a.inverse.bwx-btn-twitter, .inverse a.bwx-btn-twitter {
    background-color: #38A1F3;
    color: white !important;
}

.btn.bwx-btn-twitter {
    border: 3px solid #38A1F3;
}

.bwx-btn-twitter:hover, .btn-nav.bwx-btn-twitter:hover,  .bwx-btn-twitter:focus, .btn-nav.bwx-btn-twitter:focus {
    background-color: #57b5ff;
}

.btn.bwx-btn-twitter:hover, .btn.bwx-btn-twitter:focus {
    border: 3px solid #57b5ff;
}

.bwx-btn-twitter {
    -webkit-box-shadow: 0 4px 0 #2a6da2;
    -moz-box-shadow: 0 4px 0 #2a6da2;
    box-shadow: 0 4px 0 #2a6da2;
}

.btn-border.bwx-btn-twitter, a.btn-border.bwx-btn-twitter  {
    color: #38A1F3;
}

/*******************************/
/* GAMES */
/*******************************/

/* GAME - start :: Soccer game */

#gameContainer {
    position: relative;
}

#gameContainer #scoreContainer, 
#gameContainer #timer {
    position: absolute;
    top: 10%;
}

#gameContainer #countDown {
    left: 50%;
    transform: translate(-50%, -35%);
    width: auto;
    display: block;
    text-align: center;
    font-size: 8em;
    top: 35%;
    position: absolute;
}

#gameContainer .goalState {
    position: absolute;
    top: 33%;
    left: 0;
    font-size: 2em;
    text-align: center;
    width: 100%;
}

#gameContainer #scoreContainer {
    left: 60px;
}

#gameContainer #timer {
    right: 60px;
}

/* GAME - end :: Soccer game */


/* GAME - start :: Spin the wheel */

#spinBtn {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pointer {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60px;
    display: block;
    z-index: 999;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wheel-center {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-height: 145px;
    max-width: 145px;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    top: calc(50% + 9px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#spinner {
    position: relative;
}

#spinner #won {
    display: block;
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    width: calc(100% - 60px);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#spinner #won:not([style*="display: none"]) + .game-container {
    opacity: 0.33;
}

#spinner .game-container {
    padding-top: 20px;

}

#spinner .game-container canvas {
    width: 100%;
    position: relative;
    z-index: 1;
}

#spinner #canvasContainer {
    position: relative;
}

#spinner #canvasContainer .bg {
    background-image: url(/brandworks/images/wheel-bg.jpg);
    background-repeat: no-repeat;   /* Ensure that background does not repeat */
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    /*overflow: hidden;*/
    z-index: 0;
    opacity: 0.33;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* GAME - end :: Spin the wheel */

/*******************************/
/* FOOTER */
/*******************************/

footer li {
    list-style-type: none !important;
    line-height: 1.6;
}

@media (max-width: 768px) {
    #footer1 .container .row .col-sm-7{
        margin-bottom: 25px !important;
    }

    #footer1 .container .row .col-sm-5{
        margin-bottom: 25px !important;
    }

    #footer1 .container .row .col-sm-5:last-of-type{
        margin-bottom: 0px !important;
    }

    #footer1 .y-middle{
        display: block !important;
    }
}

/*******************************/
/* COOKIE */
/*******************************/

.big-cookie {
    position: fixed !important;
    top: 50%;
    left: 50%;
    bottom: 50% !important;
    max-width: 700px !important;
    height: 200px;
    margin-left: -350px !important;
    margin-top: -100px !important;
}

.cookie-modal-backdrop {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    content: "";
    opacity: .5 !important;
}

.big-cookie-expand {
    height: 300px !important;
    margin-top: -150px !important;
}

@media only screen and (max-width: 991px) {
    #customer-events-overview-2 h3, #customer-events-overview-3 h3 {
        font-size: 25px !important;
    }

    #customer-events-overview-2 .bwx-card-body, #customer-events-overview-3 .bwx-card-body {
        padding: 30px !important;
    }

    div.text-center:not(.timer, .gallery-row, .gallery-row .text-center, .hero-content .text-center, #customer-features-3 .text-center, #customer-events-overview-1 .text-center, #customer-events-overview-2 .text-center, #customer-events-overview-3 .text-center), span.text-center:not(.hero-content .text-center){
        text-align: left !important;
    }

    .align-blocks{
        display: block !important;
    }

    .align-blocks .card-width{
        width: calc(100% - 30px) !important;
    }

    .align-blocks .bwx-card{
        width: 100% !important;
        margin-left: 15px;
    }

    .center-md {
        text-align: left;
    }

    #map{
        border-radius: 5px 5px 0px 0px !important;
    }

    .y-middle, .flex-row {
        display: block !important;
    }

    #customer-schedule-overview .tab-pane.active .bwx-card:before {
        left: 50% !important;
    }

    .media-body, .media-left, .media-left a, .media-right {
        display: block;
        text-align: center;
    }
    
    .media-left {
        padding-right: 0;
    }

    .media-left a img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .form-group button {
        width: 100% !important;
    }

    .navbar-toggle {
        /*margin-bottom: 20px;
        margin-top: 20px;*/
        margin-right: 0;
    }

    .bwx-card-side, .dynamic-blog-overview .col-md-6 .blog-item-image {
        min-height: 200px !important;
        height: 200px !important;
    }

    .event-logo{
        width: 40% !important;
    }
}

@media only screen and (max-width: 767px) {
    /*.countdown .timer>div{
        font-size: 20px;
    }
    .timer.p-a{
        padding: 15px !important;
    }*/

    .big-cookie {
        width: 300px;
        left: 400px;
        height: 400px !important;
    }

    .form-card .bwx-card-body {
        padding: 30px !important;
    }

    .spotlight-block>figure, .spotlight-block>figure>.img-wrap, .spotlight-block>.spotlight-text{
        height: 350px;
    }

}

@media only screen and (max-width: 480px) {
    .spotlight-block>figure, .spotlight-block>figure>.img-wrap, .spotlight-block>.spotlight-text{
        height: 250px;
    }

    h1{
        font-size: 37px !important;
    }

    h2{
        font-size: 30px !important;
    }

    /*.countdown .timer>div{
        font-size: 15px;
    }
    .timer.p-a{
        padding: 5px !important;
    }*/
}

@media only screen and (max-width: 374px) {
    
    .big-cookie {
        width: 200px;
        left: 400px;
        height: 500px !important;
        top: 250px;
    }
}