﻿/*	--------------------------------------------------
	:: Text formatting
	-------------------------------------------------- */

/*

*/
/* Avenir Fonts */

@font-face {
    font-family: 'AvenirLTStd65Medium';
    src: url('../fonts/avenir/avenirltstd-medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/avenir/avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/avenir/avenirltstd-medium-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/avenir/avenirltstd-medium-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenir/avenirltstd-medium-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd85Heavy';
    src: url('../fonts/avenir/avenirltstd-heavy-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/avenir/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/avenir/avenirltstd-heavy-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/avenir/avenirltstd-heavy-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenir/avenirltstd-heavy-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd35Light';
    src: url('../fonts/avenir/avenirltstd-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/avenir/avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/avenir/avenirltstd-light-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/avenir/avenirltstd-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenir/avenirltstd-light-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AvenirLTStd45Book';
    src: url('../fonts/avenir/avenirltstd-book-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/avenir/avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/avenir/avenirltstd-book-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/avenir/avenirltstd-book-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenir/avenirltstd-book-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AvenirLTStd85HeavyOblique';
    src: url('../fonts/avenir/avenirltstd-heavyoblique-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/avenir/avenirltstd-heavyoblique-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/avenir/avenirltstd-heavyoblique-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/avenir/avenirltstd-heavyoblique-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenir/avenirltstd-heavyoblique-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdamTypePro';
    src: url("../fonts/adam-cg-pro/ADAM.CG PRO.otf") format("opentype");
}

@font-face {
    font-family: 'AdamTypeProBold';
    font-weight: 800;
    src: url("../fonts/adam-cg-pro/ADAM.CG PRO.otf") format("opentype");
}

/*	--------------------------------------------------
	:: Scaffolding
	-------------------------------------------------- */

.card-ad a:hover,
.card-ad a { text-decoration: none; color: inherit;}

.img-responsive-full {width: 100%;}

.p-absolute {position:absolute;}

button:focus,
:focus {
    outline: none;
}
.bg-dark-opacity {
    background-color: rgba(0, 0, 0, .75);
}

.navbar-toggler .menu-close { display:none;}
.navbar-toggler.collapsed .menu-close { display:none;}

.navbar-toggler .menu-open {display:none;}
.navbar-toggler.collapsed .menu-open {display:none; }


.icon-bar {
    width: 30px;
    height: 4px;

	background-color: #ffffff;
	display: block;
	transition: all 0.2s;

	margin: 4px 0;
}
@media (min-width: 1024px) {


	.icon-bar {
		margin: 4px auto;
	}
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
  width:100px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
 transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
 opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
 transform: rotate(0);
}


@media (min-width: 1200px) {
	.container {
	    max-width: 1400px;
	}

}
.anchor-title {
    display: none;
}

/*   FLEX  */

.flex-container {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

/*For Content Block where it puts two DIVs after the sf_ColsIn */
.flex-container-div-div div div {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.flex-container__image {
    width: 140px;
    object-fit: contain;
}

.flex-container__text {
    flex: 1 1 auto;
}

.flex-container.btn-container,
.flex-container-div-div.btn-container div div {
    display: block;
    text-align: center;
    margin-top: 25px;
}

    .flex-container.btn-container a,
    .flex-container-div-div.btn-container div div a {
        margin-bottom: 25px;
    }

@media (min-width:510px) {

    .flex-container.btn-container,
    .flex-container-div-div.btn-container div div {
        justify-content: space-around;
        padding-top: 40px;
        display: flex;
        text-align: inherit;
        margin-top: 0;
    }

        .flex-container.btn-container .btn,
        .flex-container-div-div.btn-container div div .btn {
            margin: 0 10px;
        }

        .flex-container.btn-container a,
        .flex-container-div-div.btn-container div div a {
            display: block;
        }
}



/*	--------------------------------------------------
	:: Custom HTML Styles
	-------------------------------------------------- */

body {
    font-family: AvenirLTStd35Light, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    /*Because 62.5% of 16px is 10px. Which makes 1rem = 10px.*/
}

h1 {
    font-family: AdamTypeProBold, AdamTypePro, Arial, Helvetica, sans-serif;
    font-size: 6.3rem;
    font-size: calc(50px + (95 - 50) * ((100vw - 300px) / (1600 - 300)));
    letter-spacing: -.175rem;
    text-transform: uppercase;
    text-align: center;
}



    h1.display-1 {
        font-size: calc(40px + (95 - 50) * ((100vw - 300px) / (1600 - 300)));
    }

h2 {
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    letter-spacing: -.05rem;
    text-transform: uppercase;
        margin: 1.5rem 0;
}

h2.display-4 {
    font-size: 3.5rem;
  font-size: calc(25px + (95 - 50) * ((100vw - 300px) / (1600 - 300)));
}
 
h3 {
    font-family: 'AvenirLTStd85Heavy';
    font-size: 20px;
    font-weight: normal;
}

/* Used above HubSpot Form */
h4 {
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    letter-spacing: -.05rem;
    text-transform: uppercase;
    width:100%;
    border-top: 2px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}

.content {
    font-size: 1rem;
}

.alert {
    background-color: #ff0000;
    text-align: center;
    color: #ffffff;
    font-family: 'AvenirLTStd85Heavy';
    padding: .55rem 1.25rem;
    border-radius: 0;
    margin-bottom:0; 
}

.anchor {
    padding-top: 185px;
    margin-top: -185px;
}

.down-arrow {

	font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 37px;
    height: 33px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
    bottom: 50px;
    left: 50%;
    margin-right: -50%;
 -webkit-transform: translate(-50%, 0%) rotate(90deg);
  -moz-transform: translate(-50%, 0%) rotate(90deg);
  transform: translate(-50%, 0%) rotate(90deg);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation:    fade_move_down 2s ease-in-out infinite;
	animation:         fade_move_down 2s ease-in-out infinite;    
    }

.down-arrow:before {
    content: url(../images/right-arrow.png);
    font-family: 'slick';
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    color: #e2e2e2;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    font-size: 25px;
    text-decoration: none;
}

button.down-arrow:focus {
	outline: none; 
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { opacity: .5;  }
  50%  { opacity: 1;  }
  100% { opacity: .5; }
}
@-moz-keyframes fade_move_down {
  0%   { opacity: .5;  }
  50%  { opacity: 1;  }
  100% { opacity: .5; }
}
@keyframes fade_move_down {
  0%   { opacity: .5;  }
  50%  { opacity: 1;  }
  100% { opacity: .5; }
}
/*	--------------------------------------------------
	:: Header / Navigation
	-------------------------------------------------- */

.navbar {
    justify-content: flex-start;
        padding-top: 0;
    padding-bottom: 0;

}


.header {
    /*text-align: center;*/
}

.navbar-logo {

       position: absolute;
	    left: 50%;
	    bottom: -25px;
	    transform: translate(-50%, 0);
	    z-index: 99997;
	    top: inherit;
}


 @media (min-width: 768px) {

.navbar-logo {

       position: absolute;
	    left: 50%;
	    bottom: -45px;
	    transform: translate(-50%, 0);
	    z-index: 99997;
	    top: inherit;
}


}

.header .logo {
    max-width: 180px;
    
}


@media (min-width: 768px) {
    .header .logo {
        max-width: 300px;
    }
}

.header-book-event  {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99997;
    }




.navbar-nav {
    font-size: 1rem;

    justify-content: space-around;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 150px;
    margin-bottom: 100px;
      z-index: 0;
    @supports(justify-content: space-between) {
        -webkit-justify-content: space-around;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }
}

.navbar-collapse {
    justify-content: space-between;
        overflow-y: auto;
    overflow-x: visible;
    max-height: 90vh;
    -webkit-overflow-scrolling: touch;
}

.navbar-nav .nav-link {
    color: #fff;
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
}

.dropdown.show .nav-link, .dropdown.show .nav-link:hover {
    color: #fff;
}

.navbar-toggler {
    color: #fff;
    border: 0 none;
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    height: 50px;
    padding: 0 1rem;
    margin-left: -1rem;
    margin-right: auto;
}

@media (min-width: 768px) {

.navbar-toggler {
    color: #fff;
    border: 0 none;
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    height: 75px;
    padding: 0 1rem;
    margin-left: -1rem;
    margin-right: auto;
}
}

    .menu-menu {
    /*display: flex;
    flex-direction: column;*/
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;

}

@media (min-width: 1024px) {

.menu-menu {
    /*display: flex;
    flex-direction: column;*/
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
}

@media (min-width: 1024px) {

    .navbar-nav {
        flex-direction: row;
        margin-bottom: 50px;
	padding-bottom:25px;
    }
}

@media (min-width: 1024px) {

    .nav-item {margin-right: 10px; padding-right:10px; }
}


.navbar-nav .sub-nav-link {
    color: #fff;
    font-family: AvenirLTStd35Light, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin: .3em 0;
    display: block;
    }

@media (min-width: 1024px) {
    
.navbar-nav .sub-nav-link {
    color: #fff;
    font-family: AvenirLTStd35Light, Arial, Helvetica, sans-serif;
    font-size: 1em;
    display: inline-block;
    margin:0;
}

}    


.header a {
    color: #ffffff;
}

/* If go with bar vs button */
/* Removing due to the location finder at top inside fixed-top */
.fixed-top {
    /*padding-top: 40px;*/
}

.message {
    background: rgba(24, 24, 24, .9);
    color: #FFF;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    z-index: 0;
    font-family: AdamTypeProBold, AdamTypePro, Arial, Helvetica, sans-serif;
    padding-top:81px;
}

    .message h1 {
        color: #FFF;
    }

#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

    #toggle + label {
        position: relative;
        cursor: pointer;
        padding: 10px;
        background: #212529;
        color: #fff;
        line-height: 20px;
        font-size: 1.5em;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        transition: all 400ms ease;
        z-index: 99999;
        /* If go with bar vs button */
        left: 0;
        right: 0;
        width: 100%;
        /*otherwise*/
        /*    left: 120px;*/
        text-transform: uppercase;
        font-family: AdamTypePro, Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #000;
    }

        #toggle + label:after {
            content: "Location";
        }

        #toggle + label span.map-marker:after {
            content: "\f041 ";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.map-marker {
    padding-left: 12px;
}

.header {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    position: relative;
}

#toggle:checked ~ .message {
    top: 0;
    z-index: 99998;
}



#toggle:checked + label {
    background: #212529;
}

    #toggle:checked + label:after {
        content: "Close"
    }


.my-location-drp-info a.btn-outline-primary {
    /* font-size: 1.5em;*/
    color: #fff;
    text-align: center;
    border-color: rgba(255, 255, 255, .3);
    background-color: transparent;
}

    .my-location-drp-info a.btn-outline-primary:not(:disabled):not(.disabled):active,
    .my-location-drp-info a.btn-outline-primary:not(:disabled):not(.disabled).active,
    .my-location-drp-info a.btn-outline-primary:hover {
        color: #000000;
        background-color: rgba(255, 255, 255, .9);
        background-image: none;
        border-color: rgba(255, 255, 255, .7);
        border-radius: 0;
        box-shadow: none;
    }


.my-location-drp-info .my-location-drp-info-detail > a {
    margin-right: 8px;
}

.hero-page-header {
    text-align: center;
}

    .hero-page-header h2 {
        color: #000;
        margin-bottom: 30px;
    }

.my-location-drp-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

    .my-location-drp-info label,
    .my-location-drp-info p {
        font-size: 16px;
        color: #fff;
    }


   .social.top-widget-socials {
        margin-bottom: 0;
        list-style-type: none;
	margin-top: 30px;
	z-index: 999;
	padding-left: 5px;
	text-align:right;
	margin-right:20px;
    }

@media (min-width: 768px) {
    .social.top-widget-socials {
	padding:0;
        position: absolute;
        right: 20px;
	text-align:left;
	margin-right:0;
	z-index: 999;
    }
}

.social.top-widget-socials li {
    border: 2px solid #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.social.top-widget-socials a {
    color: #000;
    line-height: 30px;
    font-size: 20px;
    height: 28px;
    width: 28px;
    display: block;
}

/*	--------------------------------------------------
	:: Buttons
	-------------------------------------------------- */
.btn-outline-secondary {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: rgba(255, 255, 255, .3);
    border-radius: 0;
    text-transform: uppercase;
    border-width: 3px;
    /* font metrics */
    --font: AdamTypePro;
    --fm-capitalHeight: 0.68;
    --fm-descender: 0.54;
    --fm-ascender: 1.1;
    --fm-linegap: 0;
    /* desired font-size for capital height */
    --capital-height: 10;
    /* apply font-family */
    font-family: var(--font);
    /* compute font-size to get capital height equal desired font-size */
    --computedFontSize: (var(--capital-height) / var(--fm-capitalHeight));
    font-size: calc(var(--computedFontSize) * 1px);
    /* desired line-height */
    --line-height: 1;
    line-height: calc(((var(--line-height) * var(--capital-height)) - var(--valign)) * 1px);
}


    .btn-outline-secondary:hover,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
        color: #000000;
        background-color: rgba(255, 255, 255, .9);
        background-image: none;
        border-color: rgba(255, 255, 255, .7);
        border-radius: 0;
        text-transform: uppercase;
        border-width: 3px;
        box-shadow: none;
    }
    
    
    
 .hero-header-ctas .btn-outline-secondary,
 .background-img  .btn-outline-secondary,
 a.btn-outline-secondary,
.btn-outline-secondary {
     color: #000000;
        background-color: rgba(255, 255, 255, .9);
        background-image: none;
        border-color: rgba(255, 255, 255, .7);
    border-radius: 0;
    text-transform: uppercase;
    border-width: 3px;
    /* font metrics */
    --font: AdamTypePro;
    --fm-capitalHeight: 0.68;
    --fm-descender: 0.54;
    --fm-ascender: 1.1;
    --fm-linegap: 0;
    /* desired font-size for capital height */
    --capital-height: 10;
    /* apply font-family */
    font-family: var(--font);
    /* compute font-size to get capital height equal desired font-size */
    --computedFontSize: (var(--capital-height) / var(--fm-capitalHeight));
    font-size: calc(var(--computedFontSize) * 1px);
    /* desired line-height */
    --line-height: 1;
    line-height: calc(((var(--line-height) * var(--capital-height)) - var(--valign)) * 1px);
}


   .hero-header-ctas .btn-outline-secondary:hover,
   .hero-header-ctas .btn-outline-secondary:not(:disabled):not(.disabled):active,
   .hero-header-ctas .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
   .background-img .btn-outline-secondary:hover,
   .background-img .btn-outline-secondary:not(:disabled):not(.disabled):active,
   .background-img .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
     .navbar-gw .btn-outline-secondary:hover,
   .navbar-gw .btn-outline-secondary:not(:disabled):not(.disabled):active,
   .navbar-gw .btn-outline-secondary:not(:disabled):not(.disabled):active:focus

    {
       
	 color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: rgba(255, 255, 255, .3);
        border-radius: 0;
        text-transform: uppercase;
        border-width: 3px;
        box-shadow: none;
    }
    
   

.btn-primary,
.btn-primary:hover {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 2px;
    /* font metrics */
    --font: AdamTypePro;
    --fm-capitalHeight: 0.68;
    --fm-descender: 0.54;
    --fm-ascender: 1.1;
    --fm-linegap: 0;
    /* desired font-size for capital height */
    --capital-height: 10;
    /* apply font-family */
    font-family: var(--font);
    /* compute font-size to get capital height equal desired font-size */
    --computedFontSize: (var(--capital-height) / var(--fm-capitalHeight));
    font-size: calc(var(--computedFontSize) * 1px);
    /* desired line-height */
    --line-height: 1;
    line-height: calc(((var(--line-height) * var(--capital-height)) - var(--valign)) * 1px);
}

.btn-primary:focus, .btn-primary.focus,
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 2px;
    /* font metrics */
    --font: AdamTypePro;
    --fm-capitalHeight: 0.68;
    --fm-descender: 0.54;
    --fm-ascender: 1.1;
    --fm-linegap: 0;
    /* desired font-size for capital height */
    --capital-height: 10;
    /* apply font-family */
    font-family: var(--font);
    /* compute font-size to get capital height equal desired font-size */
    --computedFontSize: (var(--capital-height) / var(--fm-capitalHeight));
    font-size: calc(var(--computedFontSize) * 1px);
    /* desired line-height */
    --line-height: 1;
    line-height: calc(((var(--line-height) * var(--capital-height)) - var(--valign)) * 1px);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #000;
        background-image: none;
        border-color: #000000;
        border-radius: 0;
        text-transform: uppercase;
        border-width: 2px;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: none;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }



.btn-no-outline-primary,
.btn-no-outline-primary:hover,
.btn-no-outline-primary:active,
.btn-no-outline-primary:visited {
    color: #000000;
    background-color: transparent;
    border: 0 none;
    background-image: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
}



/*	--------------------------------------------------
	:: Card Heros / Page Banners 
	-------------------------------------------------- */


.hero-page-header {
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.15);
}

.center-content-hv .jumbotron,
.center-content-hv .panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-header-ctas .jumbotron {
    padding: 7rem 2rem 0 2rem;
}

.title-only .jumbotron {
    min-height: 450px;
    padding: 0 2rem;
}

.hero-page-header .jumbotron,
.hero-page-header .panel {
    min-height: 450px;
}

.hero-header-ctas,
.hero-header-ctas .jumbotron {
  padding:0;   
}

.hero-header-ctas,
.hero-header-ctas .jumbotron {

padding:0;

    width: 100vw !important;
    height: calc(100vh) !important;
    overflow: hidden !important;
      position: relative;
}


#myVideo {
position: absolute;
    object-fit: cover;
    min-height: 300px;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
        left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.hero-header-ctas.background-img h1 {
   /* position: absolute;
    top: 32%; */
     }

.hero-header-ctas.background-img .btn-container {
   /* position: absolute;
    top: 50%; */
    margin: 0 20px;
     padding-top: 40px;
 }



/*
.jumbotron .img-responsive {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .jumbotron {
        height: calc(100vh - 60px);
        padding: 0;
        background-repeat: no-repeat;
        background-size: 90%;
    }
}
@media screen and (max-width: 768px) {
    #myVideo {
        display: none;
    }
}

#myVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 0;
}



.video-dynamic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 90px 0 0;
    height: 700px;
    overflow: hidden;
    z-index: 105;
    position: relative;
    background-position: 50%;
    background-size: 30%;
    background-repeat: no-repeat
}

@media screen and (min-width:769px) {
    .video-dynamic {
        background-image: none
    }
}

@media screen and (max-width:768px) {
    .video-dynamic {
        height: calc(100vh - 60px);
        padding: 0;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .video-dynamic {
        background-size: cover;
        background-repeat: no-repeat
    }
}

.video-dynamic .btn.mobile {
    display: none;
    bottom: 70px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%
}

@media screen and (max-width:768px) {
    .video-dynamic .btn.mobile {
        display: block;
        max-width: 315px
    }

        .video-dynamic .btn.mobile:hover {
            background: #000
        }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .video-dynamic .btn.mobile {
        display: block;
        max-width: 315px
    }
}

.video-dynamic video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 20
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .video-dynamic video {
        display: none
    }
}

@media screen and (max-width:768px) {
    .video-dynamic video {
        display: none
    }
}

@media screen and (device-height:641px) {
    .video-dynamic {
        background-size: cover
    }
}

@media screen and (device-height:1024px) and (device-width:768px) {
    .video-dynamic {
        background-size: 75%
    }

        .video-dynamic .btn.mobile {
            bottom: 45px
        }
}

@media screen and (device-height:667px) and (device-width:375px) {
    .video-dynamic .btn.mobile {
        bottom: 40px
    }
}

@media screen and (device-height:568px) and (device-width:320px) {
    .video-dynamic {
        background-size: 90%
    }

        .video-dynamic .btn.mobile {
            bottom: 30px
        }
}

@media screen and (device-height:480px) and (device-width:320px) {
    .video-dynamic {
        background-size: 85%
    }

        .video-dynamic .btn.mobile {
            bottom: 10px
        }
}

@media only screen and (device-width:360px) and (device-height:640px) {
    .video-dynamic {
        background-size: 84%
    }
}

*/
.display-location-info {
    color: #000;
}

.search-for-location .form-control {
    max-width: 190px;
}

.location-panel .jumbotron {
    min-height: 490px;
}


.drop-shadow-top {
    /*width: 100%;
    height: 35px;
    -webkit-box-shadow: inset 0px 20px 35px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 20px 35px 0px rgba(0,0,0,0.35);
    box-shadow: inset 0px 20px 35px 0px rgba(0,0,0,0.35);*/
}

    .drop-shadow-top:before {
        /*content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;
        -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,.8);
        -moz-box-shadow: 0px 0px 35px rgba(0,0,0,.8);
        box-shadow: 0px 0px 35px rgba(0,0,0,.8);
        z-index: 100;*/
    }

.jumbotron,
.panel {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: #ffffff;
}

    .jumbotron h1,
    .jumbotronp.lead,
    .panel h1,
    .panel.lead {
        color: #000000;
	word-break: break-word;
    }

    .jumbotron h1 {
        margin-top: 170px;
    }


.background-img .jumbotron h1,
.background-img .jumbotron {
    color: #ffffff;
}



.panel {
    margin-bottom: 25px;
    padding: 25px 0;
}



    .panel.bg-gray {
        background-color: #ebebeb;
    }

.card {
    margin-bottom: 25px;
}


.hero-page-section {
    min-height: 430px;
}

.horizontal-nav {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    font-family: 'AvenirLTStd35Light';
    font-size: 20px;
    padding-bottom: 10px;
}

    .horizontal-nav a {
        color: #000000;
    }


.promo-image-left {
    max-width: 796px;
}

.press-listing.press-listing-2-col {
    list-style-type: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.press-listing a {
    color: #000000;
}

.press-listing h3 {
    margin-bottom: 0;
}

.press-listing li {
    margin-bottom: 1em;
}

.press-listing .text-muted {
    font-size: .9em;
}

.address {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.333333;
    padding: .5rem 0 .5rem 0;
    z-index: 1029;
}

@media screen and (min-width:768px) {

	.address {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
}

    .address a {
        color: #ffffff;
    }

    .address div {
        text-overflow: ellipsis;
        text-transform: uppercase;
        overflow: hidden;
        white-space: nowrap;
        margin: .25rem .75rem;
    }



.card-ad .jumbotron {
    padding: 0;
    min-height: 725px;
}

.card-ad-bg {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 53.07%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}

.card-ad .jumbotron h1, .card-ad .jumbotron .lead {
    color: #ffffff;
    text-align: center;
}

.card-ad .jumbotron h1 {
    margin-top: auto;
}

.card-ad .jumbotron .lead {
    margin-bottom: auto;
}

.card-ad .lead {
    padding: 0 20%;
}

.card-ad .btn {
    margin-top: 40px;
    /*align-self: flex-end;*/

    }

.jumbotron.card-ad-bg:after {
}
/*	--------------------------------------------------
	:: The Works Menu
	-------------------------------------------------- */


.panel-menu-categories {
    background: #ffda00;
    color: #000;
    padding: 0 1.75rem;
}

@media (min-width: 768px) {
    .panel-menu-categories {
    }
}

@media (min-width: 992px) {
    .panel-menu-categories {
        padding: 1.75rem 1.75rem 2.25rem 1.75rem;
    }
}

@media (min-width: 1280px) {
    .panel-menu-categories {
        padding-left: 1.75rem;
        min-height: 65vh;
        /*max-height: 65vh;*/
        box-shadow: 5px 0px 10px #969696;
        overflow: visible;
        z-index: 99;
    }
}

@media (max-width: 991px) {

    .menu-category-items {
        list-style-type: none;
        padding: 0;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}


.menu-category-items {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    padding-left: 35px;
    list-style: none;
    margin-top: 1.5rem;
}

@media (max-width: 991px) {
    .panel-menu-categories .menu-category-items {
        /* display: none;*/
    }
}

.panel-menu-categories li {
    margin-bottom: 1.25rem;
}

    .panel-menu-categories li a {

        display: inline-block;
        position: relative;
        color: #000;
	border-bottom: 1px solid transparent;
    }


        .panel-menu-categories li a:before {

            transition: all 0.2s ease-in-out;
        }

        
        .panel-menu-categories li a:hover {
border-bottom: 1px solid #000;
text-decoration:none;
	color:#000;
}

.panel-menu-category-items {
    background-color: #d7d7d7;
    padding: 1.75rem 0;
}

@media (min-width: 768px) {
    .panel-menu-category-items {
        min-height: 65vh;
        /*max-height: 65vh;*/
    }
}

.menu-category-items h2 {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
}

.panel-menu-category-items h3 {
    font-size: 2rem;
    letter-spacing: -.05rem;
    text-transform: uppercase;
}

.panel-menu-category-items .slick-prev:before,
.panel-menu-category-items .slick-next:before {
    filter: brightness(1) invert(1);
}


.panel-menu-category-items .slick-slide {
    padding: 0 20px;
}


@media (min-width: 500px) {
    .panel-menu-category-items .slick-slide {
        padding: 0 65px;
    }
}


.menu-item {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.menu-item-title {
    text-transform: uppercase;
    font-family: 'AdamTypeProBold';
}

.menu-item-desc {
    display: flex;
    justify-content: center;
}


.menu-item-desc-more-toggle {
    cursor: pointer;
    padding-top: 5px;
}

    .menu-item-desc-more-toggle .fa.fa-info-circle {
        font-size: 1.4em;
    }

.menuitem-desc-images {
    margin-bottom: 1rem;
}

.menuitem-name {
    font-family: AdamTypePro, AvenirLTStd65Medium, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.menuitem-desc-more {
    font-family: AvenirLTStd65Medium, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.menuitem-desc-container {
    max-width: 450px;
}

    .menuitem-desc-container img {
        margin-top: 4px;
    }

.modal-menuitem .modal-content {
    width: auto;
}

.modal-menuitem .modal-body {
    padding: 0 50px 1rem 50px;
    margin-top: -1rem;
}


.slick-menu {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .slick-menu {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .menu-scroll {
        flex-grow: 1;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 50vh;
        min-height: 50vh;
        height: 100%;
        padding-right: 10px;
    }


        .menu-scroll ::-webkit-scrollbar {
            width: 6px;
        }

        .menu-scroll::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgb(255, 218, 0.0);
            border-radius: 10px;
        }

        .menu-scroll::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgb(255, 218, 0.5);
        }
}

@media (max-width: 767px) {
    .panel-menu-category-items .slick-prev:before, .panel-menu-category-items .slick-next:before {
        display: none;
    }
}

/*	--------------------------------------------------
	:: The Works Kitchen
	-------------------------------------------------- */

.slider.center .slick-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.3s ease-in-out all;
    opacity: 1;
}

.slick-current.slick-active img {
    opacity: 1;
}

.slick-current.slick-active.slick-center img {
    opacity: 1;
}


@media (min-width: 768px) {

}

.slider.center article {
    margin: 0 5px;
    position: relative;
}

section.slider-container {
    position: relative;
    background: #ffffff;
}

.slider.center .slick-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.3s ease-in-out all;
}

  .slider.center .slick-slide img {
      /*  opacity: 0.4; */
    }

    .slick-current.slick-active.slick-center img {
     /*   opacity: 0.8; */
    }
.slider.center .slick-slide img {
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    background-color: #000;
}

.slider.center .slick-slide:hover img {
    opacity: 1;
    cursor:pointer;
  
}


    .slider.center .slick-slide.slick-center {
    }

.slide-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'AdamTypeProBold';
    font-size: 1.5rem;
}

.slider.center .slide-sub-title {
    color: #fff;
    font-family: AvenirLTStd35Light, Arial, Helvetica, sans-serif;
    opacity: 0;

}

.slider.center .slick-slide:hover .slide-sub-title {
    opacity: 1;
}

.slide-content {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 101;
}

#rc-portal { margin: -125px  auto 50px auto; 
    padding-top: 185px;

}

/*	--------------------------------------------------
	:: Locations dropdown selector
	-------------------------------------------------- */


.locations-selector {
margin: 4rem 0;
    padding: 1rem 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 4em 20px;
}

    .locations-selector h2 {
        margin-bottom: 1rem;
    }



/*	--------------------------------------------------
	:: Esports
	-------------------------------------------------- */


.hidden-label label {
    display: none;
}



/*	--------------------------------------------------
	:: Arcade
	-------------------------------------------------- */


.search-arcade .k-widget.drop-down-25 {
    width: 20.4em;
}

.k-list-container.k-popup .k-list .k-item {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f1f1f1;
    padding: 7px 4px  0px 4px;
    line-height: 1.5em;
}
.k-list-container .k-list>.k-state-focused.k-state-selected, 
.k-list-container .k-listview>.k-state-focused.k-state-selected, 
.k-list-container .k-state-focused.k-state-selected, 
.k-list-container td.k-state-focused.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*	--------------------------------------------------
	:: Calendar / Events
	-------------------------------------------------- */
/*

.k-scheduler-layout {
    color: #5d6168;
    background-color: #f6f6f6;
}
.k-scheduler-toolbar .k-link:link,
.k-scheduler-toolbar .k-link:visited,
.k-scheduler-toolbar .k-nav-current.k-state-hover .k-link {
    color: #878787;
}
.k-scheduler-layout .k-scheduler-header-wrap {
    color: #878787;
}
.k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-table td, .k-scheduler-times, .k-scheduler-times th, .k-scheduler-times tr {
    border-color: #f6f6f6;
    background-color: #f0f0f0;
}
.k-scheduler-layout .k-scheduler-table .k-today,
.k-scheduler-layout .k-today > .k-scheduler-datecolumn,
.k-scheduler-layout .k-today > .k-scheduler-groupcolumn {
    background-color: #d3d2d2;
}
.k-scheduler-layout.k-scheduler-monthview .k-hidden,
.k-scheduler-layout.k-scheduler-monthview .k-scheduler-table td {
    height: 150px;
}
.event-image1 {
    height: 150px;
    position: absolute;
}
div.k-event {
    height: 75px !important;
}
*/

.k-widget {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.event-box {
    padding: 1.0em 0;
    display: block;
    clear: both;
    margin: 1.0em 0 1.0em 0;
    padding-bottom: 1.0em;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}


@media (min-width: 768px) {
	.event-box {

		display: flex;
		flex-direction: row;
	}

}

.event-image {
    margin: 0 30px 15px 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    align-self: flex-start;
    max-width: 160px;
}


.event-description {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

     .label {
        font-weight: 800;
    }

.event-more-detail {
    margin-top: 15px;
    width: 75px;
}


/* styles for '...' */
.event-blurb {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    /*max-height: 3.6em;*/
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
    width: 92%;
}
    /* create the ... */
    .event-blurb:before {
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .event-blurb:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: white;
    }
    
.event-detail-description {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .event-detail-image {
        max-width: 300px;
	margin-right:30px;
    }


    .event-detail-description {
        flex: 1;
        margin-top: 0;
    }
}



/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */
.footer {
    background-color: #d1d1d1;
    padding: 50px 0;
}

.footer .navbar-footer {
	flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    }
    .footer .logo {
        max-width: 180px;
    }
    
    .footer .navbar-nav
    {
    padding-bottom: 0;
    margin-bottom: 50px
    }
    
        .footer .navbar-nav .nav-link {
        color: #000;
        font-family: AdamTypePro, Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        text-transform: uppercase;
    }

    @media (min-width: 768px) {


    .footer .navbar-nav .nav-link {
        color: #000;
        font-family: AdamTypePro, Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        text-transform: uppercase;
    }
}

  .footer .navbar-nav .sub-nav-link {
        color: #000;
        font-family: AvenirLTStd35Light, Arial, Helvetica, sans-serif;
        font-size: .8em;
    }
    
@media (min-width: 768px) {

    .footer .navbar-nav .sub-nav-link {
        color: #000;
        font-family: AvenirLTStd35Light, Arial, Helvetica, sans-serif;
        font-size: 1em;
    }
}
.navbar-footer .dropdown.show .nav-link, 
.navbar-footer .dropdown.show .nav-link:hover {
    color: #000;
}

    
/*	--------------------------------------------------
	:: Locations 
	-------------------------------------------------- */

.location-nav-header {
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    letter-spacing: -.05rem;
    text-transform: uppercase;
    margin-top: 1rem;
        
}

.location-box-listing,
.deals-offers-box-listing {
    display: grid;
    /*grid-template-columns: 330px 330px 330px 330px;*/
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-gap: 10px;
    background-color: #fff;
}

.location-box,
.deals-offers-box {
    position: relative;
}

.location-box-image {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.location-box-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
    z-index: 101;
}

.deals-offers-box-content {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 101;
}


.deals-offers-box-title {
    color: #fff;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px;
}



.deals-offers-box-subtitle {
    color: #fff;
    line-height: 1.3em;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-family: AvenirLTStd35Light, Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: left;
    opacity: 0;
}

.slick-slide .overlay {
    opacity: 0;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    background-color: #000;
}

.slick-slide:hover .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    z-index: 100;
    display: block;
}

.slick-deals .slick-slide:hover .deals-offers-box-subtitle {
    opacity: 1;
}



/*	--------------------------------------------------
	:: Location Map 
	-------------------------------------------------- */
.location-map {
    border: 2px solid #000;
    margin-bottom: 20px;
}

.js-change-map-view.location-name:hover {
    cursor: pointer;
}

.location-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: -.04em;
}

.location-address {
    font-size: 1.2rem;
    letter-spacing: -.04em;
    line-height: 1.2em;
}

.location-map-listing-item a {
    color: #000000;
}

.location-map-listing {
    list-style-type: none;
    padding: 0;
}

@media (min-width:992px) {
    .location-map-listing {
        height: 390px;
        overflow-x: scroll;
    }
}

.location-map-listing-item {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 18px;
}

.flex-container.location-hours-selection {
    display: block;
}

@media (min-width:320px) {
    .flex-container.location-hours-selection {
        display: flex;
        justify-content: flex-start;
    }
}

.location-info-link {
    margin-right: auto;
}

/*	--------------------------------------------------
	:: ESport Games 
	-------------------------------------------------- */

.game-box-listing {
    display: grid;
    /*grid-template-columns: 330px 330px 330px 330px;*/
    /*grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));*/
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    background-color: #fff;
}

    .game-box-listing.k-widget {
        border: 0 none;
        box-shadow: none;
    }

@media (min-width: 768px) {
    .game-box-listing {
       /* grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));*/
        padding: 0 10px;
	grid-template-columns: repeat(6, 1fr);

    }
}

.game-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.game-box-image {
    max-width: 100%;
    width: 100%;
    height: auto;
   transition: transform .5s; /* Animation */
}
.game-box-image:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.game-box-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    font-family: AdamTypePro, Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}

.modal {
    -webkit-overflow-scrolling: touch;
}

.modal-header .close {
    padding: .5rem;
    margin: -1.5rem -1rem -1rem auto;
}

.close {
    font-size: 2.5rem;
    font-weight: 800;
    z-index: 300;
}

.modal-header {
    padding-bottom: 0;
    border-bottom: 0 none;
}

.game-image {
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.game-rating {
    max-width: 50px;
    margin-top: 20px;
    display: block;
}

.game-description {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .modal-body.flex-2col {
        padding-top: 0;
        display: flex;
        justify-content: space-evenly;
    }

    .game-image-rating {
        margin-right: 40px;
    }

    .game-image {
        max-width: 300px;
    }


    .game-description {
        flex: 1;
        margin-top: 0;
    }
}

/*	--------------------------------------------------
	:: Hubspot Forms
	-------------------------------------------------- */
.form-hubspot { 
	/*border-top:2px solid #000;*/ /* Use H4 instead */
	border-bottom:2px solid #000;
	padding:20px 0;
	margin:20px 0;
}
.form-hubspot h2 {
	text-align:center;
	}


/*	--------------------------------------------------
	:: Cookie Container 
	-------------------------------------------------- */

.cookie-container {
    background-color: rgba(53,53,53,.9);
    width: 100%;
    height: auto;
    color: #fff;
    padding: 5px 5px 5px 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0,0,0);
}

@media only screen and (min-width: 768px) {
    .cookie-container {
        padding: 10px 5px 15px 5px;
    }
}

.cookie-content-text a,
.cookie-content-text a:active,
.cookie-content-text a:visited {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

.cookie-container-content {
    width: 95%;
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1200px) {
    .cookie-container-content {
        width: 60%;
        padding: 5px 0;
        overflow: hidden;
    }
}

.cookie-content-text {
    display: block;
    margin-right: 0;
 
    font-size: 15px;
    line-height: 1.5em;
    padding-bottom: 0;
    width: 100%;
    float: none;
}

@media only screen and (min-width: 768px) {
    .cookie-content-text {
        margin-right: 5%;
        font-size: 20px;
        width: 70%;
        float: left;
        display: inline-block;
    }
}

@media only screen and (min-width: 1200px) {
    .cookie-content-text {
        margin-right: 5%;
        font-size: 20px;
        width: 70%;
        float: left;
        display: inline-block;
    }
}

.cookie-content-button {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
}

@media only screen and (min-width: 768px) {
    .cookie-content-button {
        width: 20%;
        float: right;
        display: inline-block;
        text-align: right;
    }
}

@media only screen and (min-width: 1200px) {
    .cookie-content-button {
        width: 20%;
    }
}

a.button-accept {
 
    display: inline-block;
    cursor: pointer;
   
    font-size: 20px;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    a.button-accept {
        margin-top: 20px;
        padding: 10px 20px;
    }
}

.cookie-content-button span.ico {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    top: .20em;
}

    .cookie-content-button span.ico .svg-icon path {
        fill: #000;
    }

.sfPageEditor .cookie-container {
    display: none;
}

/*	--------------------------------------------------
	:: Edit Page / Template Overrides 
	-------------------------------------------------- */
.sfPageEditor .fixed-top {
    position: inherit;
    top: inherit;
    right: inherit;
}

.sfPageEditor .anchor {
    padding-top: 0;
    margin-top: 0;
}


.sfPageContainer .RadDock .flex-container-div-div.btn-container div div {
    justify-content: inherit;
    padding-top: 0;
    display: inherit;
    text-align: inherit;
    margin-top: 0;
    vertical-align: inherit;
    align-items: inherit;
}

.sfPageContainer .RadDock .flex-container-div-div.btn-container .rdCenter .rdContent div div {
    justify-content: inherit;
    padding-top: 0;
    display: inherit;
    text-align: inherit;
    margin-top: 0;
    vertical-align: inherit;
    align-items: inherit;
}

.sf-backend-wrp button.btn-primary:hover {
    text-transform: none;
}
