@charset "utf-8";
/*
Theme Name: Circa Las Vegas
Author: Lounge Lizard
Author URI: https://www.loungelizard.com/
Description: Circa Resort & Casino
Version: 1.0.3
*/

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-Bold.woff') format('woff'), url('webfonts/Gilroy-Bold.ttf') format('truetype'), url('webfonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-BoldItalic.woff') format('woff'), url('webfonts/Gilroy-BoldItalic.ttf') format('truetype'), url('webfonts/Gilroy-BoldItalic.svg#Gilroy-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-Light.woff') format('woff'), url('webfonts/Gilroy-Light.ttf') format('truetype'), url('webfonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-LightItalic.woff') format('woff'), url('webfonts/Gilroy-LightItalic.ttf') format('truetype'), url('webfonts/Gilroy-LightItalic.svg#Gilroy-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-Medium.woff') format('woff'), url('webfonts/Gilroy-Medium.ttf') format('truetype'), url('webfonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-MediumItalic.woff') format('woff'), url('webfonts/Gilroy-MediumItalic.ttf') format('truetype'), url('webfonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-Regular.woff') format('woff'), url('webfonts/Gilroy-Regular.ttf') format('truetype'), url('webfonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('webfonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'), url('webfonts/Gilroy-RegularItalic.woff') format('woff'), url('webfonts/Gilroy-RegularItalic.ttf') format('truetype'), url('webfonts/Gilroy-RegularItalic.svg#Gilroy-RegularItalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'LasVegasOT-Fabulous';
    src: url('webfonts/LasVegasOT-Fabulous.eot?#iefix') format('embedded-opentype'), url('webfonts/LasVegasOT-Fabulous.otf') format('opentype'), url('webfonts/LasVegasOT-Fabulous.woff') format('woff'), url('webfonts/LasVegasOT-Fabulous.ttf') format('truetype'), url('webfonts/LasVegasOT-Fabulous.svg#LasVegasOT-Fabulous') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('webfonts/Tungsten-Medium.eot?#iefix') format('embedded-opentype'), url('webfonts/Tungsten-Medium.otf') format('opentype'), url('webfonts/Tungsten-Medium.woff') format('woff'), url('webfonts/Tungsten-Medium.ttf') format('truetype'), url('webfonts/Tungsten-Medium.svg#Tungsten-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    color: #FFF;
    background: #0D0D2A;
}

* {
    outline: 0 none;
}

input,
textarea,
button,
select {
    font-family: 'Gilroy', sans-serif;
    outline: none !important;
    line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
    color: #8CD2F5;
}

::-moz-selection {
    background-color: #8CD2F5;
    color: #FFF;
}

::selection {
    background-color: #8CD2F5;
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #979797;
}

:-moz-placeholder {
    color: #979797;
    opacity: 1;
}

::-moz-placeholder {
    color: #979797;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #979797;
}

strong {
    font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
textarea,
select,
.selectric {
    width: 100%;
    font-size: 18px;
    border: 1px solid #DEDEDE;
    border: 1px solid rgba(255,255,255,.71);
    line-height: 24px;
    padding: 12px 15px;
    border-radius: 0;
    background-color: #0D0D2A;
    color: #FFF;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    box-shadow: 0px 3px 8px rgba(52,92,150,.35);
    /*	-webkit-appearance: none;*/
}

textarea {
    height: 220px;
    display: block;
    resize: none;
}

.selectric {
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

/*
.selectric-hover .selectric {
	border-color: #003b67;
	background-color: #003b67;
	color: #FFF;
}

.selectric-hover .selectric .label {
	color: #FFF;
}
*/

.selectric .label {
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    margin-left: 0;
    color: #FFF;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    font-weight: normal;
    text-align: left;
}

.selectric .button:after {
    border-width: 8px;
    border-top-color: #FCC00C;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

/*
.selectric-hover .selectric .button:after {
	border-top-color: #FFF;
}
*/

.selectric .button {
    border: none !important;
    height: 100%;
    background: none !important;
    padding: 0 !important;
    width: 50px;
    min-width: auto !important;
}

.selectric-items {
    background-color: #FCC00C;
    border: none;
    box-shadow: none;
}

.selectric-items ul, .selectric-items li {
    font-size: 15px;
    color: #0D0D2A;
}

.selectric-items li.highlighted {
    background-color: #00807F;
    color: #FFF;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

a,
.button,
input,
.fas,
button[type="submit"] {
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

p {
    margin-bottom: 25px;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

.circa-website-intro {
    background: #151630;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.circa-website-intro .videoWrapper {
    position: absolute;
    left: -8%;
    top: -8%;
    padding: 0;
    width: 116%;
    height: 116%;
    z-index: 1;
    overflow: hidden;
}

.circa-website-intro #videoWrapper2 {
    opacity: 0;
    z-index: 2;
}

.circa-website-intro .videoWrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    position: absolute;
}

.video-intro {
    pointer-events: none;
}

.intro-button-block {
    text-align: center;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 100px;
    position: absolute;
}

.circa-website-intro .intro-logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
}

.circa-website-intro .intro-logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circa-website-intro .h2 {
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
    z-index: 11;
    opacity: 0;
}

/*.header-wrapper {
	height: 121px;
}
*/
.navbar {
    padding: 0;
    background: #0D0D2A;
    background: rgba(13,13,42,.9);
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    backdrop-filter: blur(4px);
}

.header-wrapper .site-main-menu.fixed {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 9996;
}

.header-wrapper .site-main-menu.fixed.fade-in {
    top: 0;
    transition: top .3s;
}

@media (min-width: 992px) {
    body.admin-bar .header-wrapper .site-main-menu.fixed.fade-in {
        top: 32px;
    }
}

@media (max-width: 991px) {
    #wpadminbar {
        display: none !important;
    }

    html[lang*="-"] {
        margin-top: 0 !important;
    }
}

.announcements-banner {
    padding: 5px 0;
    background: #273582;
}

.announcements-banner p {
    margin: 0;
}

.logo {
    float: left;
    width: 203px;
}

.header-top {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    /* margin-bottom: 18px; */
    margin-top: 10px;
    margin-bottom: 0;
}

.live-weather-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.live-weather-item:last-child {
    margin-right: 0;
}

.live-weather-item span {
    color: #FCC00C;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

/* legecy club subset hero */
.live-weather-item.hero-sunset {
    display: block;
    margin: 0 auto;
    text-align: center;
    font: normal normal bold 19px/23px Gilroy;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.live-weather-item.hero-sunset .icon-circa-sunset {
    background-position: 50% 100%;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.header-live-odds {
    display: inline-block;
    background: #CC0B0F;
    color: #FFF !important;
    text-decoration: none !important;
    line-height: 21px;
    padding: 9px 20px;
}

.header-live-odds:hover {
    background-color: #541928;
}

.header-my-account {
    display: inline-block;
    background: #273582;
    color: #FFF !important;
    text-decoration: none !important;
    line-height: 21px;
    padding: 9px 20px;
    margin-left: 5px;
}

.header-my-account:hover {
    background-color: #232852;
}

.header-live-odds span,
.header-my-account span {
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
}

.navbar-nav {
    margin-right: -15px;
}

.navbar-nav > li {
    position: relative;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 24px;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 20px 15px;
}

.navbar-nav > li > a > span {
    border-bottom: 7px solid transparent;
    padding: 0 3px 12px;
}

.navbar-nav > li:hover > a > span,
.navbar-nav > li.current-menu-item > a > span,
.navbar-nav > li.current-menu-ancestor > a > span {
    border-color: #8CD2F5;
}

.navbar-nav > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280px;
    margin: 0 0 0 -140px;
    background: #161E4D;
    z-index: 100;
    list-style: none;
    padding: 25px 20px;
    text-align: center;
}

.navbar-nav > li:hover > ul {
    display: block;
}

.navbar-nav > li > ul > li.menu-button {
    padding-top: 20px;
}

.navbar-nav > li > ul > li > a {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 0;
}

.navbar-nav > li > ul > li > a:hover {
    color: #8CD2F5;
}

.navbar-nav > li > ul > li.menu-button a {
    background: #8CD2F5;
    display: inline-block;
    padding: 10px 25px;
    line-height: 26px;
    color: #0D0D2A;
    font-size: 15px;
}

.navbar-nav > li > ul > li.menu-button a:hover {
    background-color: #0D0D2A;
    color: #FFF;
}

.simple-page-wrapper {
    padding: 90px 0 60px;
}

.page-title {
    background-color: #551f3d;
    position: relative;
    z-index: 5;
}

.page-title .page-title-circles {
    position: absolute;
    width: 540px;
    height: 100%;
    left: 0;
    z-index: 2;
    top: 0;
}

.page-title .page-title-circles:before {
    content: '';
    width: 359px;
    height: 157px;
    background: url(images/circles@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0.5;
    z-index: 1;
}

.page-title .container {
    position: relative;
    z-index: 2;
    min-height: 158px;
}

.page-title h1,
.page-title .h1 {
    font-family: 'Tungsten', sans-serif;
    font-size: 76px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
    position: absolute;
    left: 15px;
    bottom: -50px;
    z-index: 2;
}

.page-title-pattern {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    /*	max-width: calc(100% - 400px);*/
}

.page-title-pattern img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
}

.sticky-menu {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 172px;
    z-index: 100;
    transition: all .3s ease;
}

.sticky-menu.collapsed {
    width: 66px;
}

.sticky-menu.collapsed ul li a span {
    white-space: nowrap;
    opacity: 0;
}

.sticky-menu.collapsed > ul > li.menu-entertainment > a:before,
.sticky-menu.collapsed > ul li.menu-events > a:before,
.sticky-menu.collapsed > ul li.menu-pool > a:before,
.sticky-menu.collapsed > ul li.menu-hotel > .ttweb-booking-widget-button > a:before, /* RezTrip Widget adjustment */
.sticky-menu.collapsed > ul li.menu-hotel > a:before,
.sticky-menu.collapsed > ul li.menu-sports > a:before,
.sticky-menu.collapsed > ul li.menu-app > a:before {
    margin-right: 0;
    position: absolute;
    font-size: 28px;
    left: 10px;
    top: 0;
    display: block;
}

.sticky-menu.collapsed > ul li.menu-app > a:before,
.sticky-menu.collapsed > ul > li.menu-entertainment > a:before {
    color: #FCC00C;
}

.sticky-menu.collapsed > ul li.menu-events > a:before {
    left: 20px;
    top: 12px;
}

.sticky-menu.collapsed > ul li.menu-pool > a:before {
    left: 20px;
}

.sticky-menu.collapsed > ul li.menu-hotel > .ttweb-booking-widget-button > a:before, /* RezTrip Widget adjustment */
.sticky-menu.collapsed > ul li.menu-hotel > a:before {
    left: 18px;
    top: 5px;
}

.sticky-menu.collapsed > ul li.menu-sports > a:before {
    left: 17px;
    top: 10px;
}

.sticky-menu.collapsed > ul li.menu-app > a:before {
    font-size: 32px;
    left: 22px;
    top: 2px;
}

.sticky-menu.collapsed > ul > li.menu-entertainment > a:before {
    left: 19px;
    top: 3px;
}

.sticky-menu.collapsed .sticky-menu-toggle {
    width: 51px;
}

.sticky-menu.collapsed .sticky-menu-toggle span {
    transform: rotate(180deg);
}

.sticky-menu-toggle {
    width: 18px;
    height: 20px;
    background: #171731;
    border-radius: 3px;
    color: #FFF;
    border: none;
    text-align: center;
    padding: 0;
    line-height: 22px;
    font-size: 12px;
    position: absolute;
    left: 8px;
    top: 11px;
    z-index: 5;
}

.sticky-menu-toggle span {
    display: inline-block;
}

.sticky-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sticky-menu > ul > li + li {
    margin-top: 6px;
}

.sticky-menu > ul > li:not(.menu-item-has-children) > a {
    display: block;
    border: 2px solid #8CD2F5;
    background: #0F0F29;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 8px 10px;
    line-height: 1.4;
    position: relative;
    white-space: nowrap;
}

.sticky-menu > ul > li > ul > li > .ttweb-booking-widget-button > a:hover, /* RezTrip Widget adjustment */
.sticky-menu > ul > li > a:hover,
.sticky-menu > ul > li > ul > li > a:hover {
    color: #FCC00C;
}

.sticky-menu > ul > li.menu-entertainment > a:before,
.sticky-menu > ul li.menu-events > a:before,
.sticky-menu > ul li.menu-pool > a:before,
.sticky-menu > ul li.menu-hotel > .ttweb-booking-widget-button > a:before, /* RezTrip Widget adjustment */
.sticky-menu > ul li.menu-hotel > a:before,
.sticky-menu > ul li.menu-sports > a:before,
.sticky-menu > ul li.menu-app > a:before {
    display: inline-block;
    margin-right: 7px;
    font-family: 'circa' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sticky-menu > ul li.menu-events > a:before,
.sticky-menu > ul li.menu-pool > a:before,
.sticky-menu > ul li.menu-hotel > .ttweb-booking-widget-button > a:before, /* RezTrip Widget adjustment */
.sticky-menu > ul li.menu-hotel > a:before,
.sticky-menu > ul li.menu-sports > a:before,
.sticky-menu > ul li.menu-app > a:before {
    display: none;
}

.sticky-menu > ul li.menu-pool > a:before {
    content: "\e91b";
}

.sticky-menu > ul li.menu-hotel > .ttweb-booking-widget-button > a:before, /* RezTrip Widget adjustment */
.sticky-menu > ul li.menu-hotel > a:before {
    content: "\e91a";
}

.sticky-menu > ul li.menu-sports > a:before {
    content: "\e91e";
}

.sticky-menu > ul li.menu-app > a:before {
    content: "\e91d";
}

.sticky-menu > ul li.menu-events > a:before {
    content: "\e911";
}

.sticky-menu > ul > li.menu-entertainment > a:before {
    content: "\e911";
}

.sticky-menu > ul > li.menu-item-has-children {
    border: 2px solid #8CD2F5;
    background: #0F0F29;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    text-align: center;
}

.sticky-menu > ul > li.menu-item-has-children > a {
    background: #8CD2F5;
    display: block;
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    font-size: 31px;
    color: #FFF !important;
    text-decoration: none !important;
    line-height: 1.3;
}

.sticky-menu > ul > li > ul {
    padding: 15px 0;
    margin: 0;
    list-style: none;
}

.sticky-menu > ul > li > ul > li > .ttweb-booking-widget-button > a, /* RezTrip Widget adjustment */
.sticky-menu > ul > li > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 8px 10px;
    line-height: 1.4;
    display: block;
    position: relative;
    white-space: nowrap;
}

.page-body h2 {
    font-family: 'Tungsten', sans-serif;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media screen and (max-width:1024px) {
    .type-post img {
        max-width: 100%;
        height: auto;
    }

    figure {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
}

.section-hero,
.section-homepage_block {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.section-hero.v2-hero {
    aspect-ratio: 1.5;
}

.section-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.section-hero .container,
.section-homepage_block .container {
    position: relative;
    z-index: 2;
}

.section-homepage_block {
    overflow: hidden;
}

/* @media (min-width: 768px) {
	.section-homepage_block {
		background-image: none!important;
	}
} */

.video-bg {
    position: absolute;
    left: -12%;
    z-index: 0;
    top: -12%;
    width: 124%;
    height: 124%;
}

.video-bg iframe,
.video-bg video,
.wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    pointer-events: none;
}

.section-hero-inner {
    min-height: 448px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.section-hero .text {
    max-width: 675px;
    margin-left: auto;
    min-width: 35%;
}

.section-hero .text h1,
.section-hero .text h2 {
    font-family: 'Tungsten', sans-serif;
    font-size: 76px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.section-hero .text .button {
    margin-top: 30px;
}

.section-homepage_block {
    margin-bottom: 15px;
}

.section-homepage_block .section-hero-inner {
    height: 100vh;
}

.section-homepage_block .text {
    text-align: center;
    text-shadow: 0px 0px 15px #000;
    background: rgba(0,0,0,.6);
    padding: 25px 45px;
}

@media (min-width: 1600px) {
    .section-homepage_block .text {
        min-width: 700px;
    }
}

.section-homepage_block .text p {
    color: #8CD2F5;
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    font-size: 92px;
    margin: 0;
    line-height: 1;
}

.section-homepage_block .text h2 {
    font-family: 'Tungsten', sans-serif;
    font-size: 120px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
}

.section-homepage_block .text .button {
    margin-top: 30px;
    background-color: #0D0D2A;
}

.section-homepage_block .text .button:hover {
    background-color: #8CD2F5;
    color: #0D0D2A !important;
}

.section-homepage_block-right .section-hero-inner {
    justify-content: flex-end;
}

.section-homepage_circa {
    margin: 0 0 15px;
}

.section-homepage_circa .text {
    padding-left: 80px;
    padding-right: 50px;
}

.section-homepage_circa .text h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Tungsten', sans-serif;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
}

.section-homepage_circa .text h2 em {
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    font-style: normal;
    font-size: 92px;
    color: #8CD2F5;
    text-transform: none;
    line-height: 0.6;
    margin-right: 15px;
    white-space: nowrap;
    text-shadow: 0px 3px 35px #345C96;
}

.section-homepage_circa .text h2 em:nth-of-type(2) {
    margin-left: -80px;
}

.section-homepage_circa .text .button {
    margin-top: 60px;
}

.section-homepage_circa .image {
    margin-right: -15vw;
}

.section-homepage_circa .image .videoWrapper iframe {
    pointer-events: none;
}

@media screen and (min-width: 992px) {
    /*#post-27 .section-hero:after {
		content: '';
		width: 320px;
		height: 115px;
		background: url(images/pool.svg) no-repeat center;
		background-size: 100%;
		position: absolute;
		left: 30px;
		bottom: -56px;
		z-index: 1;
		pointer-events: none;
	}*/

    #post-31 .animated-zoom-img:before {
        content: '';
        width: 420px;
        height: 189px;
        background: url(images/play-text.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        left: -39px;
        bottom: 100%;
        z-index: 1;
        pointer-events: none;
        margin-bottom: -43px;
    }
}

.section-drink_dine_teaser {
    padding: 50px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.section-drink_dine_teaser .container {
    position: relative;
    z-index: 2;
}

.section-drink_dine_teaser .image img {
    width: 100%;
}

.section-drink_dine_teaser_right .image {
    margin-right: -6.5vw;
    margin-left: 0.5vw;
}

.section-drink_dine_teaser_left .image {
    margin-left: -6.5vw;
    margin-right: 0.5vw;
}

.section-drink_dine_teaser .text {
    padding-right: 70px;
    position: relative;
}

.section-drink_dine_teaser_left .text {
    padding-left: 60px;
    padding-right: 0;
}

.section-drink_dine_teaser .text > *:last-child {
    margin-bottom: 0;
}

/*	.ttweb-banner .ttweb-booking-button,  /* RezTrip Widget adjustment */
.button-box,
.section-drink_dine_teaser .text .button {
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 0;
    display: inline-block;
    font-size: 40px;
    font-family: TungstenBold;
    letter-spacing: 4px;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF !important;
    text-decoration: none !important;
    text-shadow: none;
}

.button-box:hover,
.section-drink_dine_teaser .text .button:hover {
    background-color: #8CD2F5;
    color: #0D0D2A !important;
}

.section-drink_dine_teaser .text .button.faq {
    border: 3px solid #263387;
    color: #263387 !important;
}

.section-drink_dine_teaser .text .button.faq:hover {
    background-color: #8CD2F5 !important;
    border: 3px solid #fff !important;
    box-shadow: 0px 0px 36px #00B6FF !important;
    color: #263387 !important;
}

.section-drink_dine_teaser .text .section-features_with_image-bg {
    position: absolute;
    left: 90%;
    top: 50%;
    pointer-events: none;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-features_with_image.section-drink_dine_teaser_right .text .section-features_with_image-bg {
    left: -40%;
    top: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#post-69 .section-features_with_image.section-drink_dine_teaser_right .text .section-features_with_image-bg {
    left: -90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#post-51 .section-drink_dine_teaser .text .section-features_with_image-bg {
    left: 45%;
    top: 67%;
}

.dinner-dine-logo {
    margin-bottom: 30px;
}

.button {
    display: inline-block;
    border: 1px solid #8CD2F5;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    font-size: 21px;
    text-transform: uppercase;
    color: #FFF !important;
    line-height: 30px;
    padding: 15px 35px;
    letter-spacing: 0.5px;
    text-shadow: none;
}

.button:hover {
    background-color: #8CD2F5;
    color: #0D0D2A !important;
}

.button-alt {
    background-color: #8CD2F5;
    color: #FFF !important;
}

.button-alt:hover {
    background-color: #345C96;
    border-color: #345C96;
    color: #FFF !important;
}

.button-glow {
    box-shadow: 0px 3px 35px #345C96;
}

.section-drink_dine_teaser .pattern {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.page-id-71 .section-drink_dine_teaser {
    overflow: hidden;
}

.section-drink_dine_description {
    position: relative;
    min-height: 673px;
    background-color: #B7B7B7;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 0;
}

.section-drink_dine_description:before {
    content: '';
    background: #0D0D2A;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.section-drink_dine_description .container {
    position: relative;
    z-index: 2;
}

.section-drink_dine_description .text > *:last {
    margin-bottom: 0;
}

.section-drink_dine_description .text {
    max-width: 522px;
}

.drink-hours-of-operation {
    margin-top: 25px;
    font-weight: 300;
}

.drink-hours-of-operation h4 {
    text-transform: uppercase;
    font-family: 'Tungsten', sans-serif;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 4px;
    margin: 0 50px;
}

.drink-hours-of-operation h4 a {
    color: #FFFFFF;
    border: 5px solid #FFFFFF;
    margin: 0 10px;
    padding: 5px 25px;
    text-decoration: none;
    max-width: 33%;
}

@media (max-width: 991px) {
    .drink-hours-of-operation h4 a {
        font-size: 36px;
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .drink-hours-of-operation h4 a {
        font-size: 20px;
        display: block;
        max-width: 100%;
        margin: 0 auto 20px;
        padding: 5px;
    }
}

.drink-hours-of-operation h4 a:hover {
    color: #8CD2F5;
    border: 5px solid #8CD2F5;
}

.drink-hours-of-operation p {
    margin: 0;
}

/* TEAM MEMBER GUIDE */
.section-team-member-guide-blocks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 8em;
    text-align: center;
    width: 100%;
}

.section-team-member-guide-blocks.vertical {
    margin: 0 auto 8em;
    max-width: 1000px;
}

.section-team-member-guide-blocks.horizontal {
    border-top: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
    margin: 0 auto;
    width: 100%;
}

.section-team-member-guide-blocks .tmg-block {
    background-position: center center;
    background-size: cover;
    flex: 1 0 auto;
    height: auto;
    position: relative;
    width: 50%;
}

.section-team-member-guide-blocks.horizontal .tmg-block {
    flex: 1 0 50%;
}

.section-team-member-guide-blocks .tmg-block:before {
    content: '';
    float: left;
    padding-top: 100%;
}

.section-team-member-guide-blocks .tmg-block .tmg-block-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 9;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.section-team-member-guide-blocks .tmg-block:hover .tmg-block-overlay {
    opacity: 0.5;
    cursor: pointer;
    background-color: #000;
}

.section-team-member-guide-blocks .tmg-block .tmg-block-title {
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.section-team-member-guide-blocks .tmg-block .tmg-block-title h3 {
    color: #FFF;
    font-size: 3em;
    font-family: 'TungstenBold';
    letter-spacing: 4px;
    text-shadow: 0px 3px 50px #000;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-team-member-guide-blocks .tmg-block .tmg-block-title h3 {
        font-size: 2em;
    }
}

.section-team-member-guide-blocks .tmg-block .tmg-block-title .tmg-logo {
    box-shadow: 0px 3px 50px #000;
    max-width: 80%;
    max-height: 250px;
    margin: 0 auto;
}

/* TEAM MEMBER GUIDE HERO */
.section-team-member-guide-hero {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.section-team-member-guide-hero .hero-title {
    filter: drop-shadow(0 0 50px #000);
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}

.section-team-member-guide-hero .section-hero-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.section-team-member-guide-hero .tmg-logo {
    max-width: 75%;
    padding: 2em 0;
}

.section-team-member-guide-hero h1.section-title {
    font-size: 90px;
    font-family: 'TungstenBold';
    letter-spacing: 9px;
    text-align: center;
    text-shadow: 0px 3px 50px #000;
    text-transform: uppercase;
}

.section-team-member-guide-hero h2.section-subtitle {
    color: #FFF;
    font-size: 90px;
    font-family: 'TungstenBold';
    letter-spacing: 9px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

/* TEAM MEMBER GUIDE SECTION */
.section-team-member-guide-section {
    background-color: #000;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    padding: 4em 0;
}

.section-team-member-guide-section .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1200px;
}

@media (max-width: 991px) {
    .section-team-member-guide-section .row {
        flex-wrap: wrap;
    }
}

.section-team-member-guide-section .tmg-column {
    min-width: 50%;
    padding: 20px 0;
    max-width: 800px;
}

.section-team-member-guide-section .tmg-column.column-1 {
    padding-right: 5%;
}

.section-team-member-guide-section .tmg-column h2 {
    border-bottom: 2px solid #FFF;
    color: #FFF;
    display: inline-block;
    font-size: 64px;
    font-family: 'TungstenBold';
    letter-spacing: 6.4px;
    line-height: 64px;
    margin-bottom: 0.3em;
    text-transform: uppercase;
}

.section-team-member-guide-section .tmg-column h3 {
    color: #FFF;
    font-size: 44px;
    font-family: 'TungstenBold';
    letter-spacing: 4.4px;
    text-transform: uppercase;
}

.section-team-member-guide-section .tmg-column h4 {
    color: #FFF;
    font-size: 28px;
    font-family: 'Gilroy', sans-serif;
    font-style: italic;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.section-team-member-guide-section .tmg-column p {
    color: #FFF;
    font-size: 28px;
    font-family: 'TungstenBold';
    letter-spacing: 2.8px;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.section-team-member-guide-section .tmg-column a {
    color: #FFF;
    text-decoration: none;
}

.section-team-member-guide-section .tmg-column a:hover {
    color: #FFF;
    text-decoration: underline;
}

.section-team-member-guide-section .tmg-column.color-ffffff h3,
.section-team-member-guide-section .tmg-column.color-ffffff h3 a {
    color: #FFFFFF
}

.section-team-member-guide-section .tmg-column.color-000000 h3,
.section-team-member-guide-section .tmg-column.color-000000 h3 a {
    color: #000000
}

.section-team-member-guide-section .tmg-column.color-76d4f9 h3,
.section-team-member-guide-section .tmg-column.color-76d4f9 h3 a,
.section-team-member-guide-section .tmg-column.color-76D4F9 h3,
.section-team-member-guide-section .tmg-column.color-76D4F9 h3 a {
    color: #76D4F9
}

.section-team-member-guide-section .tmg-column.color-ba1e22 h3,
.section-team-member-guide-section .tmg-column.color-ba1e22 h3 a {
    color: #BA1E22
}

.section-team-member-guide-section .tmg-column.color-ca972c h3,
.section-team-member-guide-section .tmg-column.color-ca972c h3 a {
    color: #CA972C
}

.section-team-member-guide-section .tmg-column.color-49a69c h3,
.section-team-member-guide-section .tmg-column.color-49a69c h3 a {
    color: #49A69C
}

.section-team-member-guide-section .tmg-column.color-008d7e h3,
.section-team-member-guide-section .tmg-column.color-008d7e h3 a {
    color: #008d7e
}

.section-team-member-guide-section .tmg-column.color-febe16 h3,
.section-team-member-guide-section .tmg-column.color-febe16 h3 a {
    color: #febe16
}

/* FAM TOUR PAGE */
.section-hero.section-fam-hero {
    border-bottom: 16px solid #0D0C2C;
}

.section-hero.section-fam-hero .text {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.section-hero.section-fam-hero .fam-hero-title {
    filter: drop-shadow(0 0 50px #000);
}

.section-hero.section-fam-hero h1.section-title {
    font-size: 90px;
    font-family: 'TungstenBold';
    letter-spacing: 9px;
    text-shadow: 0px 3px 50px #000;
}

.section-drink_dine_teaser.section-fam-text .fam-text h1 {
    font-family: 'Gilroy', sans-serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* itinerary */
.section-fam-itinerary {
    background: #FFF;
}

.section-fam-itinerary .itinerary-wrapper {
    color: #0D0C2C;
    margin: 50px auto;
    width: 85%;
}

.section-fam-itinerary .header-text {
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    max-width: 400px;
}

.section-fam-itinerary .itinerary-subtitle {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 4px;
    font-family: 'TungstenBold';
    line-height: 1em;
    margin: 0 auto 5px;
    max-width: 75%;
}

.section-fam-itinerary .itinerary-subtitle .tungsten {
    padding: 0 10px;
    color: #263387;
}

.section-fam-itinerary h2.itinerary {
    margin: 20px 0 !important;
    text-align: center;
    text-shadow: none !important;
}

.section-fam-itinerary .day-wrapper {
    color: #0D0C2C;
    margin: 0 auto 50px;
    font-size: 24px;
    max-width: 66%;
}

.section-fam-itinerary h3.day-title {
    color: #263387;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 4px;
    font-family: 'TungstenBold';
    line-height: 1em;
    margin: 0 auto 40px;
    text-align: center;
}

.section-fam-itinerary .day-text {
    margin: 0 auto;
    max-width: 500px;
}

.section-fam-itinerary .event-wrapper {
    clear: both;
}

.section-fam-itinerary .event-time {
    float: left;
    width: 30%;
    text-align: right;
}

.section-fam-itinerary .event-text {
    border-left: 1px solid #707070;
    float: right;
    width: 66%;
    padding-left: 4%;
    padding-bottom: 5%;
}

@media (max-width: 767px) {
    .section-fam-itinerary .day-wrapper {
        max-width: 75%;
    }

    .section-fam-itinerary .event-time,
    .section-fam-itinerary .event-text {
        font-size: 16px;
    }
}

.section-fam-itinerary .day-text ul,
.section-fam-itinerary .event-text ul,
.section-fam-itinerary .event-text p {
    margin-top: 0;
    margin-bottom: 0;
}

.section-fam-itinerary .day-divider {
    border-bottom: 1px solid #707070;
    clear: both;
    height: 1px;
    margin: 0 auto 50px;
    max-width: 400px;
    padding-top: 50px;
}

/* blocks */
.section-fam-blocks .block-wrapper {
    margin: 50px auto;
    width: 85%;
}

.section-fam-blocks .block-subtitle {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 3px;
    font-family: 'TungstenBold';
    line-height: 1em;
    margin: 0 auto 5px;
    text-align: center;
    width: auto;
}

.section-fam-blocks .block-subtitle .tungsten {
    padding: 0 10px;
}

.section-fam-blocks .block-title {
    font-size: 65px;
    line-height: 1em;
    margin: 20px auto;
    text-shadow: 0px 3px 26px #00B6FF;
}

.section-fam-blocks .block-image {
    text-align: center;
}

.section-fam-blocks .block-image img {
    margin: 0 auto 50px;
    width: 100%;
}

/* leaders */

.section-fam-leaders {
    background: #263387;
}

.section-fam-leaders h2.leaders {
    margin: 20px 0 !important;
    text-align: center;
    text-shadow: 0 3px 26px #00B6FF !important;
}

.section-fam-leaders .leader-wrapper {
    color: #FFF;
    display: inline-block;
    margin-bottom: 80px;
    text-align: center;
    vertical-align: top;
    width: 33%;
}

.section-fam-leaders .leader-photo img {
    border-radius: 50%;
    border: 11px solid #76D4F9;
    box-shadow: 0px 3px 26px #00B6FF !important;
    margin: 0 auto 20px;
    width: 75%;
}

.section-fam-leaders .leader-name {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 4px;
    font-family: 'TungstenBold';
    line-height: 1em;
    margin-bottom: 10px;
}

.section-fam-leaders .leader-affiliation {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    margin: 0 auto;
}

.section-fam-leaders .leader-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
    max-width: 85%;
}

@media (max-width: 767px) {
    .section-fam-leaders .leader-name {
        font-size: 20px;
        margin: 0 auto;
    }

    .section-fam-leaders .leader-title {
        font-size: 16px;
        margin: 0 auto;
    }
}

/* attendees */

.section-fam-attendees {
    background: #FFF;
}

.section-fam-attendees h2.attendees {
    margin: 10px 0 !important;
    text-align: center;
    text-shadow: none !important;
}

.section-fam-attendees .attendee-wrapper {
    color: #263387;
    display: inline-block;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: top;
    width: 24%;
}

.section-fam-attendees .attendee-photo img {
    border-radius: 50%;
    border: 10px solid #263387;
    margin: 0 auto 20px;
    width: 75%;
}

.section-fam-attendees .attendee-name {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 4px;
    font-family: 'TungstenBold';
    line-height: 1em;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .section-fam-attendees .attendee-name {
        font-size: 24px;
    }
}

.section-fam-attendees .attendee-affiliation {
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* room grid */
.section-room-grid {
    padding-top: 20px
}

.section-room-grid .room-grid-item {
    border: 1px solid #FFFF;
    margin: 0 auto;
    min-height: 300px;
    padding: 0;
    background-size: cover;
}

.section-room-grid .room-grid-item .room-overlay {
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.section-room-grid .room-grid-item:hover .room-overlay {
    background: rgba(13, 12, 44, 0.6);
}

.section-room-grid .text .room-cost,
.section-room-grid .text h2,
.section-room-grid .text h3 {
    text-align: center;
}

.section-room-grid .room-grid-item .room-title {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: 75px;
}

.section-room-grid .room-cost {
    border-bottom: 1px solid #fff;
    /* display: table; */
    display: none;
    font-size: 15px;
    margin: 40px auto 20px
}

.section-room-grid .room-link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.section-room-grid .view-room {
    background: #fff;
    color: #263387;
    display: inline-block;
    font-family: 'TungstenBold';
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 0 10px;
}

/* room lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
}

.lightbox:target {
    display: block;
}

.lightbox .close {
    color: #263387;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    font-size: 24px;
    margin: 0;
    position: absolute;
    right: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
}

.lightbox .room-lightbox-overlay {
    background: rgba(38, 51, 135, 0.82);
    border: 2px solid #76D4F9;
    border-radius: 9px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lightbox .room-info {
    margin: 0 auto;
    padding: 3em;
    position: relative;
    z-index: 999;
}

@media (max-width: 767px) {
    .lightbox .room-info .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.lightbox .room-includes-prefix {
    font-weight: bold;
}

.lightbox .room-includes {
    clear: both;
    display: inline-block;
    max-width: 50%;
    vertical-align: top;
    margin-bottom: 30px;
}

.lightbox .room-includes-left {
    padding-right: 20px;
}

.lightbox .room-includes ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.lightbox .room-includes li {
    margin: 3px 0;
}

.lightbox .room-info .slick-track {
    display: flex;
}

.lightbox .room-info .gallery.slick-slider {
    overflow: hidden;
}

.lightbox .room-info .text-and-bars h3 {
    padding-left: 0;
}

.lightbox .room-info .text-and-bars h2 {
    font-size: 80px;
    margin: 20px 20px 0 0;
    text-shadow: 0px 3px 26px #00B6FF;
}

.lightbox .room-info .arrows-container {
    z-index: 9999;
}

.drink-dine-video {
    border: 3px solid #8CD2F5;
    background-color: #8CD2F5;
}

.section-drink_dine_teaser .text h3,
.section-title-block h3,
.videos-text h3,
.section-amenities .text h3,
.section-room-grid .text h3,
.events-top-text h3 {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 4px;
    font-family: 'TungstenBold';
    line-height: 42px;
}

.section-room-grid .text h3 {
    color: #FFFFFF;
}

.text-and-bars h3 {
    padding: 0 10px;
}

.text-and-bars h2 {
    margin-bottom: 10px;
}

.section-drink_dine_teaser .text h2,
.section-title-block h2,
.videos-text h2,
.section-amenities .text h2,
.section-room-grid .text h2,
.events-top-text h2 {
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    color: #8CD2F5;
    font-size: 90px;
    font-weight: 400;
    text-shadow: 0px 3px 35px #345C96;
    margin: 0;
}

.section-drink_dine_teaser .text h2 {
    margin-right: -100px;
}

.teaser-features {
    margin: 40px 0;
}

.teaser-features-item {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.teaser-features-item .feature-icon {
    display: table;
    width: 100%;
    height: 42px;
    margin-bottom: 3px;
}

.teaser-features-item .feature-icon span {
    display: table-cell;
    vertical-align: middle;
}

.teaser-features-item .feature-icon img[alt="Four Diamond Award"] {
    margin-left: -5px;
    width: 40px;
}

.teaser-features-item:last-child {
    margin-left: 0;
}

.teaser-features-item .feature-value {
    font-family: 'Tungsten', sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #8CD2F5;
    line-height: 1;
}

.teaser-features-item .feature-title {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    border-left: 1px solid #707070;
    max-width: 95px;
    margin-left: 7px;
    padding: 3px 0 3px 10px;
    line-height: 1.1;
}

.section-image_zoom_animation {
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

.section-title-block {
    text-align: center;
    margin-bottom: 30px;
}

.section-title-block:empty {
    margin-bottom: 0;
}

.animated-zoom-img {
    height: 928px;
    position: relative;
    margin-left: -7.5vw;
    margin-right: -7.5vw;
}

.animated-zoom-img .image {
    position: absolute;
    height: 50%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 200%;
    transition: all .7s ease;
}

/*
.animated-zoom-img.direction-up .image {
	background-position: bottom;
	background-size: 140%;
}

.animated-zoom-img.direction-center .image {
	background-position: center;
}
*/

/*
.animated-zoom-img:hover .image {
	height: 100%;
	background-size: 100%;
}
*/

.section-intro_text {
    padding: 50px 0 0;
}

.section-intro_text .text {
    max-width: 530px;
}

.section-text {
    padding: 50px 0;
}

.section-text .wpcf7 {
    margin-top: 40px;
    /*max-width: 1200px;*/
}

.section-text .wpcf7 h4 {
    font-family: 'Tungsten', sans-serif;
    font-size: 24px;
    color: #FCC00C;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.fake-pagination {
    display: none;
}

.section-leadership {
    padding: 80px 0;
}

.section-leadership h2 {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 0.5px;
    margin: 0 0 30px;
}

.leadership-posts-list {
    margin: 0 -8px;
}

.leadership-item-wrapper {
    float: left;
    width: 25%;
    padding: 8px;
}

.leadership-item {
    position: relative;
    z-index: 1;
}

.leadership-item .image {
    position: relative;
    z-index: 1;
}

.leadership-item .image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    transition: opacity .3s ease-in-out;
}

.leadership-item:hover .image:before {
    opacity: 0.3;
}

.leadership-item .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 25px 10px;
}

.leadership-item .text h3 {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.leadership-item .text h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 15px;
    opacity: 0.5;
}

.leadership-item .text p {
    opacity: 0.7;
    margin: 0;
}

.team-social-links {
    margin-top: 15px;
}

.team-social-links a {
    color: #FCC00C;
    text-decoration: none !important;
    display: inline-block;
}

.team-social-links a + a {
    margin-left: 30px;
}

.load-more-posts {
    text-align: center;
}

.load-more-posts .button {
    min-width: 290px;
    margin-top: 40px;
}

.section-about_us {
    position: relative;
    min-height: 673px;
    background-color: #B7B7B7;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 0;
}

.section-about_us:before {
    content: '';
    background: #0D0D2A;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.section-about_us .container {
    position: relative;
    z-index: 2;
}

.section-about_us .text > *:last {
    margin-bottom: 0;
}

.section-about_us .text,
.videos-intro {
    max-width: 522px;
}

.section-videos {
    padding: 60px 0;
}

.section-videos .footer-social {
    float: none;
    text-align: center;
    margin-top: 30px;
}

.section-videos .footer-social ul {
    display: inline-block;
}

.section-videos .footer-social ul li {
    font-size: 40px;
}

.section-videos .footer-social ul li + li {
    margin-left: 25px;
}

.section-videos .footer-social ul li a:hover {
    color: #273582;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circa-videos {
    max-width: 1054px;
    margin: 60px auto;
}

.circa-videos .videoWrapper {
    box-shadow: 0px 3px 20px rgba(52,92,150,.71);
    margin-bottom: 15px;
}

.circa-videos-thumbnails {
    margin: 0 -5px;
}

.circa-video-thumb {
    margin: 10px;
    float: left;
    width: 14.28%;
    cursor: pointer;
    position: relative;
}

.circa-video-thumb.active img {
    border: 5px solid #76D4F9;
}

.circa-video-thumb.active:before {
    opacity: 0;
}

.circa-video-thumb img {
    border: 5px solid transparent;
}

.circa-video-thumb-large {
    display: block;
    position: relative;
}

.circa-video-thumb:before,
.circa-video-thumb-large:before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url(images/play.svg) no-repeat center;
    background-size: 42px 42px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.circa-video-thumb-large:before {
    background-size: 96px 96px;
}

.circa-news-block {
    max-width: 674px;
    margin: 40px 0 30px;
}

.circa-news-block > h4 {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 0.5px;
    margin: 0 0 15px 30px;
}

.news-item {
    background: #0D0D2A;
    box-shadow: 0px 3px 35px #345C96;
    padding: 30px;
}

.post-meta {
    color: #FCC00C;
    margin: 0 0 10px;
}

.news-item h3,
.news-list-item h3 {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
}

.news-list-item h3 {
    margin-bottom: 10px;
}

.news-list-item h3 a {
    color: #FFF;
    text-decoration: none !important;
}

.news-item p,
.news-list-item p {
    opacity: 0.7;
}

.news-item-wrapper + .news-item-wrapper {
    margin-top: 30px;
}

.read-more-link {
    color: #FFF;
    text-decoration: none !important;
}

.read-more-link span {
    color: #FCC00C;
    font-size: 11px;
    margin-left: 10px;
    vertical-align: middle;
}

.blog-main-page {
    padding: 40px 0;
}

.blog-main-page .container .col-12 {
    max-width: 1118px;
}

.blog-listing-block {
    margin: 0 -8px;
}

.news-list-item-wrapper {
    padding: 8px;
    float: left;
    width: 33.3333%;
}

.news-list-item {
    background: #0D0D2A;
    box-shadow: 0px 3px 8px #345C96;
    border: 1px solid rgba(255,255,255,.34);
    padding: 30px;
}

.blog-post-meta {
    margin: 0 0 15px;
    font-size: 14px;
}

.blog-post-meta a {
    text-decoration: none !important;
}

.blog-post-meta a:hover {
    color: #FFF;
}

.blog-post-meta .post-date,
.job-post-location span:last-child {
    text-align: right;
    opacity: 0.7;
}

.single-post .blog-main-page > .container > h1 {
    max-width: 1088px;
    font-family: 'Tungsten', sans-serif;
    font-size: 76px;
    text-transform: uppercase;
    margin: -80px 0 15px;
    letter-spacing: 0.5px;
    line-height: 1;
    z-index: 2;
}

@media (max-width: 1199px) {
    .single-post .blog-main-page > .container > h1 {
        font-size: 60px;
        margin-top: -65px;
    }
}

@media (max-width: 991px) {
    .single-post .blog-main-page > .container > h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .single-post .blog-main-page > .container > h1 {
        font-size: 36px;
    }
}

.single-post article.post {
    position: relative;
    z-index: 6;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

.wp-pagenavi > * {
    color: #FFF;
    text-decoration: none !important;
}

.wp-pagenavi > * + * {
    margin-left: 15px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi span.current {
    color: #FCC00C;
}

.blog-filters h4 {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 0.5px;
    margin: 0 0 0 30px;
}

.blog-filters ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
}

.blog-filters ul li {
    padding: 5px 15px;
    float: left;
    width: 50%;
    position: relative;
    z-index: 1;
}

.blog-filters ul li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.blog-filters ul li label {
    background: #0D0D2A;
    border-radius: 25px;
    box-shadow: 0px 3px 15px rgba(52,92,150,.6);
    border: 1px solid rgba(255,255,255,.34);
    color: #FCC00C;
    width: 100%;
    max-width: 294px;
    margin: 0;
    display: inline-block;
    line-height: 28px;
    padding: 10px 50px 10px 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.blog-filters ul li label:after {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    border: 1px solid #FFF;
}

.blog-filters ul li input:checked + label:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #FCC00C;
    border-radius: 50%;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    z-index: 2;
}

.section-contact_us {
    padding: 60px 0;
}

.section-contact_us .text {
    max-width: 522px;
    margin-bottom: 30px;
}

.section-contact_us .text > *:last-child {
    margin-bottom: 0;
}

.form-item {
    margin-bottom: 20px;
}

.form-actions .button {
    min-width: 160px;
}

.contact-map {
    position: relative;
    margin-top: -30px;
}

.contact-map:before {
    content: '';
    width: 2515px;
    height: 261px;
    position: absolute;
    z-index: -1;
    left: 25px;
    top: -75px;
    pointer-events: none;
    background: url(images/map-bg.png) no-repeat left top;
}

.contact-row-1 {
    margin-bottom: 50px;
}

.contact-row-2 {
    margin-bottom: 30px;
    font-size: 22px;
}

.contact-row-2 h4 {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.contact-phones p {
    margin: 0 0 10px;
}

.contact-phones p:last-child {
    margin-bottom: 0;
}

.contact-phones p span {
    color: #FCC00C;
}

.contact-phones p a {
    color: #FFF;
    text-decoration: none !important;
}

.contact-address p {
    margin: 0;
}

.contact-address p span {
    color: #FCC00C;
    font-size: 26px;
    vertical-align: text-top;
    margin-right: 15px;
}

.contact-email {
    font-size: 34px;
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
}

.contact-note p {
    margin: 0;
}

.contact-note {
    opacity: 0.7;
}

.section-text_with_image .text {
    padding-right: 0;
}

.section-text_with_image .text h2 {
    margin-right: 0;
}

.section-text_with_image_left .image {
    margin-right: 40px;
}

.section-text_with_image_right .image {
    margin-left: 40px;
}

.section-text_with_image .image {
    position: relative;
}

.section-text_with_image .image-secondary {
    width: 385px;
    position: absolute;
    right: -15px;
    bottom: -40px;
    padding: 10px;
    background-color: rgba(255,255,255,.5);
}

.section-features {
    padding: 60px 0;
    text-align: center;
}

.section-features .text {
    max-width: 750px;
    margin: 0 auto 50px;
}

.section-features .text h2 {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    font-size: 40px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.circa-features-list {
    text-align: center;
    font-size: 0px;
}

.circa-features-item {
    display: inline-block;
    width: 16.6666%;
    vertical-align: top;
}

.circa-features-item .icon {
    margin: 0 0 10px;
}

.circa-features-item .icon img {
    width: 80px;
}

.circa-features-item h4 {
    text-transform: uppercase;
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin: 0;
    letter-spacing: 1px;
}

.section-features .button {
    margin-top: 60px;
}

.job-benefits-list {
    margin: 0 -15px;
}

.job-benefits-item {
    padding: 15px;
    float: left;
    width: 50%;
}

.job-benefits-item .image {
    margin: 0 0 10px;
    height: 60px;
}

.job-benefits-item .image img {
    max-height: 60px;
}

.job-benefits-item h4 {
    color: #FCC00C;
    font-family: 'Tungsten', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

.job-benefits {
    max-width: 600px;
}

.job-text-section {
    margin-top: 60px;
    max-width: 90%;
}

.job-text-section h1,
.job-text-section h2,
.section-sports_tweets h2,
.section-top_sports_news h2 {
    font-family: 'Tungsten', sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}

.job-apply-button {
    text-align: center;
    margin-top: 40px;
}

.job-location {
    text-transform: uppercase;
    color: #8CD2F5;
}

.icon-circa-location {
    color: #FCC00C;
    vertical-align: middle;
    margin-right: 8px;
}

.careers-filters ul li {
    width: 33.3333%;
}

.videos-text {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

#ctf.ctf-masonry .ctf-item {
    color: #000;
    margin: 0 0 20px 20px;
    box-shadow: 0px 3px 35px #345C96;
}

.twitter-feed {
    margin: 0 -20px;
}

.section-sports_tweets,
.section-top_sports_news,
.section-from_the_experts {
    padding: 50px 0;
}

.sports_news-posts-list {
    margin: 0 -8px;
}

.sports_news-list-item-wrapper {
    float: left;
    width: 50%;
    padding: 8px;
}

.sports_news-list-item-wrapper .blog-post-meta {
    text-transform: uppercase;
    color: #FCC00C;
}

.section-top_sports_news h2 {
    position: relative;
    display: inline-block;
}

.section-top_sports_news h2:before {
    content: '';
    position: absolute;
    left: 70%;
    top: -40px;
    background-size: 1506px 190px;
    width: 100vw;
    height: 190px;
    opacity: 0.1;
    pointer-events: none;
    z-index: -1;
}

.sports_experts-posts-list {
    margin: 0 -15px;
}

.sports_experts-list-item-wrapper {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.sports_experts-list-item-wrapper .news-list-item {
    text-align: center;
    border: none;
    box-shadow: none;
    padding: 0;
}

.sports_experts-list-item-wrapper .news-list-item .image {
    margin-bottom: 15px;
}

.sports_experts-list-item-wrapper .news-list-item p {
    margin: 0;
}

.sports_experts-list-item-wrapper .news-list-item .blog-post-meta {
    color: #FCC00C;
    margin-top: 10px;
}

.section-amenities {
    padding: 50px 0;
    background: #141944;
}

.section-amenities .text {
    max-width: 750px;
    margin: 0 auto 40px;
    text-align: center;
}

.amenities-cta {
    text-align: center;
}

.amenities-cta .button {
    min-width: 290px;
}

.circa-amenities-list {
    margin: 0 -5px 50px;
    text-align: center;
    font-size: 0px;
}

.circa-amenities-item-wrapper {
    display: inline-block;
    padding: 5px;
    width: 16.6666%;
}

.circa-amenities-item {
    background: #273582;
    text-align: center;
    border: 1px solid rgba(255,255,255,.34);
    box-shadow: 0px 3px 8px #345C96;
    padding: 25px 15px;
}

.circa-amenities-item .icon {
    width: 60px;
    margin: 0 auto 20px;
}

.circa-amenities-item .icon img {
    width: 100%;
}

.circa-amenities-item h4 {
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    font-size: 36px;
    margin: 0;
}

.dropdown-menu-dp {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.booking-form {
    position: fixed;
    right: 5%;
    bottom: 0;
    z-index: 100;
    background: #0D0D2A;
    border-radius: 50px;
    padding: 25px;
}

.booking-form h4 {
    font-family: 'Tungsten', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    position: absolute;
    top: -10px;
    left: 100px;
    z-index: 1;
    margin: 0;
}

.booking-form .form-wrapper {
    margin: 0 -5px;
}

.booking-form .form-item {
    padding: 0 5px;
    float: left;
    margin: 0;
}

.booking-form .form-actions {
    padding: 0 5px;
    float: left;
}

.booking-form button[type="submit"] {
    width: 37px;
    height: 37px;
    margin: 4px 0 0;
    border-radius: 50%;
    border: none;
    background: #FCC00C;
    color: #0D0D2A;
    text-align: center;
    padding: 0;
}

.booking-form button[type="submit"] span {
    vertical-align: -1px;
    margin-right: -3px;
}

.booking-form input[type="text"] {
    width: 283px;
    padding: 10px 15px;
    border-radius: 25px;
    color: #FCC00C;
}

.booking-form .selectric-wrapper {
    width: 164px;
}

.booking-form .selectric {
    border-radius: 25px;
    padding: 10px 15px;
}

.booking-form .selectric .label {
    color: #FCC00C;
}

.form-item-datepicker {
    position: relative;
}

.form-item-datepicker:after {
    content: "\e911";
    font-family: 'circa' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #FCC00C;
    right: 20px;
    top: 50%;
    font-size: 18px;
    margin-top: -10px;
    pointer-events: none;
}

.event-info {
    margin-bottom: 15px;
    color: #FCC00C;
}

.event-info span {
    font-size: 26px;
    margin-right: 10px;
    vertical-align: bottom;
    min-width: 26px;
    display: inline-block;
    text-align: center;
}

.event-people-attending {
    margin-top: 30px;
    padding: 50px 0;
    background: #0D0D2A;
    box-shadow: 0px 9px 35px #345C96;
}

.event-people-attending h3 {
    font-family: 'Tungsten', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.section-events {
    padding: 70px 0;
}

.events-top-text {
    max-width: 750px;
    margin: 0 auto 20px;
    text-align: center;
}

.events-seach-block {
    max-width: 750px;
    margin: 0 auto 50px;
}

.events-seach-block .form-item {
    position: relative;
    margin: 0;
}

.events-seach-block button[type="submit"] {
    color: #FCC00C;
    font-size: 24px;
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 50px;
}

.events-posts-list {
    margin: 0 -15px;
    position: relative;
}

.page-id-33 .events-posts-list:before {
    content: '';
    background: url(images/s-events.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -150px;
    top: -306px;
    z-index: -1;
    width: 320px;
    height: 408px;
}

.events-list-item-wrapper {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.events-list-item-wrapper:nth-child(3n+1) {
    clear: both;
}

.events-list-item-wrapper .image {
    margin-bottom: 20px;
}

.events-list-item-wrapper .blog-post-meta {
    color: #FCC00C;
}

.events-list-item-wrapper .image,
.events-list-item-wrapper h3,
.events-list-item-wrapper p {
    opacity: 0.6;
    transition: opacity .2s ease-in-out;
}

.events-list-item-wrapper .news-list-item:hover .image,
.events-list-item-wrapper .news-list-item:hover h3,
.events-list-item-wrapper .news-list-item:hover p {
    opacity: 1;
}

div.tml {
    max-width: 600px;
    margin: 0 auto;
}

.tml-submit-wrap {
    margin-top: 25px;
}

.my-account-page {
    padding: 80px 0;
}

.my-account-page h1 {
    text-transform: uppercase;
    font-size: 42px;
    margin: 0 0 15px;
    font-family: 'Tungsten', sans-serif;
}

.user-bio {
    font-size: 16px;
    max-width: 530px;
    margin: 0 0 30px;
    opacity: 0.7;
}

.user-details,
.user-interests,
.account-edit-form {
    font-size: 24px;
}

.user-details p,
.user-interests p {
    margin-bottom: 15px;
}

.user-details p strong,
.user-interests p strong,
.account-edit-form .form-item > label {
    font-family: 'Tungsten', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 125px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.user-details p span {
    color: #FCC00C;
}

.user-interests ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-interests ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.user-interests ul li span {
    font-size: 22px;
    color: #FFF;
    border-radius: 20px;
    background: #273582;
    font-family: 'Tungsten', sans-serif;
    display: inline-block;
    line-height: 25px;
    padding: 5px 15px;
    letter-spacing: 1px;
    min-width: 154px;
    text-align: center;
}

.user-interests ul li span:hover {
    background-color: #B9CFFF;
    color: #273582;
}

.user-page-text-col {
    padding-left: 50px;
}

.my-account-page .image {
    margin-bottom: 30px;
}

.user-profile-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-profile-actions a {
    display: inline-block;
}

.user-profile-actions .button,
.account-edit-form .form-actions button {
    font-size: 18px;
}

.user-profile-actions .button span,
.account-edit-form .form-actions button span {
    margin-left: 15px;
}

.user-profile-actions .button-save-profile {
    display: none;
}

.account-edit-form .form-item {
    margin-bottom: 20px;
}

.account-edit-form .form-item > label {
    margin: 0;
    line-height: 1.25;
}

.account-edit-form .form-item label small {
    text-transform: none;
}

.account-edit-form .form-item > input,
.account-edit-form .form-item > textarea {
    width: calc(100% - 145px);
    display: inline-block;
}

.account-edit-form .form-item > textarea {
    vertical-align: top;
}

.account-edit-form .form-actions button {
}

.remove-profile-picture {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 130px;
}

.remove-profile-picture input {
    margin-right: 5px;
}

.account-edit-form {
    display: none;
}

.page-id-35 .section-intro_text .container {
    position: relative;
}

.page-id-35 .section-intro_text .container:before {
    content: '';
    width: 392px;
    height: 186px;
    background: url(images/cards.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -85px;
    right: 10%;
    z-index: -1;
    pointer-events: none;
}

.footer {
    background: #273582;
}

.footer-top {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.footer-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-size: 523px 66px;
    width: 25vw;
    height: 66px;
    opacity: 0.5;
    pointer-events: none;
}

.footer-top:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    background-size: 523px 66px;
    width: 25vw;
    height: 66px;
    opacity: 0.5;
    pointer-events: none;
}

.footer-top .container {
    position: relative;
    z-index: 2;
}

.footer-logo {
    width: 218px;
    margin: 35px 0 25px;
}

.footer-logo img {
    width: 100%;
}

.footer-award {
    margin: 40px 0;
    width: 80px;
}

.footer-award img {
    width: 100%;
}

.repeat-intro-btn {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    text-decoration: none !important;
}

.intro-gif {
    display: none;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    font-family: 'Tungsten', sans-serif;
    font-size: 26px;
}

.footer-menu ul li a {
    color: #FFF;
    text-decoration: none !important;
}

.footer-menu ul li a:hover {
    color: #8CD2F5;
}

.footer-subscribe {
    max-width: 446px;
    margin-left: auto;
    position: relative;
    padding-bottom: 2em;
}

.footer-subscribe h4 {
    font-family: 'Tungsten', sans-serif;
    font-size: 24px;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.footer-subscribe .form-item {
    position: relative;
}

.footer-subscribe input[type="text"],
.footer-subscribe input[type="email"] {
    border: none;
    background-color: #FFF;
    color: #000;
    padding: 20px 70px 20px 25px;
}

.footer-subscribe button[type="submit"] {
    border: none;
    background: none;
    color: #FFF !important;
    font-size: 18px;
    padding: 0 0 0 10px;
    text-align: right;
    float: right;
    min-width: 0;
    position: relative;
    white-space: nowrap;
    z-index: 999;
}

.footer-subscribe button[type="submit"]:hover {
    color: #8CD2F5 !important;
}

.footer-subscribe button[type="submit"] span {
    vertical-align: text-bottom;
}

.footer-subscribe p {
    margin: 0;
    font-size: 15px;
    opacity: 0.7;
    letter-spacing: 0.2px;
}

.footer-copyright {
    /*background: #0D0D2A;*/
    padding: 10px 0;
}

.footer-copyright p {
    margin: 0;
}

.footer-social {
    float: right;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social ul li {
    float: left;
    font-size: 22px;
}

.footer-social ul li + li {
    margin-left: 15px;
}

.footer-social ul li a {
    color: #FFF;
    text-decoration: none !important;
}

.footer-social ul li a:hover {
    color: #0D0D2A;
}

/* Alignments */
.alignleft {
    float: left;
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignleft {
        margin-right: calc(2 * 1rem);
    }
}

.alignright {
    float: right;
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignright {
        margin-left: calc(2 * 1rem);
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.page-id-1309.modal-open,
.page-id-1312.modal-open,
.page-id-1314.modal-open,
.parent-pageid-1309.modal-open,
.parent-pageid-1312.modal-open {
    overflow: auto;
}

.page-id-1309 .announcements-banner,
.page-id-1312 .announcements-banner,
.page-id-1314 .announcements-banner,
.parent-pageid-1309 .announcements-banner {
    display: none;
}

.page-id-1309 .header-wrapper,
.page-id-1312 .header-wrapper,
.page-id-1314 .header-wrapper,
.parent-pageid-1309 .header-wrapper {
    display: none;
}

.page-id-1309 .footer,
.page-id-1312 .footer,
.page-id-1314 .footer,
.parent-pageid-1309 .footer {
    display: none;
}

.page-id-1309 .sticky-menu,
.page-id-1312 .sticky-menu,
.page-id-1314 .sticky-menu,
.parent-pageid-1309 .sticky-menu {
    display: none;
}

.page-id-1309 .circa-website-intro,
.page-id-1314 .circa-website-intro,
.parent-pageid-1309 .circa-website-intro,
.page-id-1312 .circa-website-intro {
    display: none !important;
}

.uv-panel .uv-panelheader button,
.uv-panel a .uv-panelheader {
    color: #FFF;
}

.section-urvenue_shortcode + .section-text {
    padding-top: 0;
}

.section-urvenue_shortcode h2.section-title {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .logo {
        width: 150px;
    }

    .navbar-nav > li > a {
        font-size: 13px;
        letter-spacing: 1.3px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav {
        margin-right: -15px;
        font-size: 14px;
    }

    .navbar-nav > li > ul {
        width: 240px;
        margin-left: -120px;
        padding: 20px 15px;
    }

    .section-homepage_block .text p {
        font-size: 75px;
    }

    .section-homepage_block .text h2 {
        font-size: 100px;
    }

    .section-homepage_circa .text h2 {
        font-size: 58px;
    }

    .section-homepage_circa .text h2 em {
        font-size: 75px;
    }

    .section-homepage_circa .text h2 em:nth-of-type(2) {
        margin-left: -55px;
    }

    .section-homepage_circa .text {
        padding: 0 0 0 55px;
    }

    .footer-subscribe {
        max-width: 400px;
    }

    .footer-logo {
        width: 165px;
    }

    .footer-menu ul li {
        font-size: 24px;
    }

    .footer-subscribe input[type="text"],
    .footer-subscribe input[type="email"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-drink_dine_teaser .text h3,
    .section-title-block h3,
    .videos-text h3,
    .section-amenities .text h3,
    .section-room-grid .text h3,
    .events-top-text h3 {
        font-size: 36px;
    }

    .section-drink_dine_teaser .text h2,
    .section-title-block h2,
    .videos-text h2,
    .section-amenities .text h2,
    .section-room-grid .text h2,
    .events-top-text h2 {
        font-size: 90px;
    }

    .section-drink_dine_teaser .text {
        padding-right: 0;
    }

    .section-drink_dine_teaser_left .text {
        padding-left: 0;
    }

    .section-drink_dine_teaser .text h2 {
        margin-right: 0;
    }

    .teaser-features-item {
        margin-right: 10px;
    }

    .teaser-features-item .feature-value {
        font-size: 40px;
    }

    .teaser-features-item .feature-title {
        font-size: 12px;
        max-width: 75px;
    }

    .teaser-features {
        margin: 25px 0;
    }

    .button {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 30px;
    }

    .animated-zoom-img {
        height: 680px;
    }

    .section-hero .text h1,
    .section-hero .text h2 {
        font-size: 65px;
    }

    .news-list-item {
        padding: 20px;
    }

    .section-text_with_image .image-secondary {
        width: 42%;
    }

    .circa-amenities-item h4 {
        font-size: 30px;
    }

    .leadership-item .text {
        font-size: 14px;
    }

    .section-drink_dine_teaser .pattern {
        top: -60px;
    }
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 14px;
    }

    .navbar > .container {
        position: relative;
    }

    .logo {
        position: absolute;
        left: 15px;
        top: 0;
        width: 120px;
    }

    .navbar-nav > li > a {
        font-size: 13px;
    }

    .sticky-menu > ul > li > ul > li > .ttweb-booking-widget-button > a, /* RezTrip Widget adjustment */
    .sticky-menu > ul > li > ul > li > a {
        font-size: 12px;
        padding: 4px 5px;
    }

    .sticky-menu > ul > li:not(.menu-item-has-children) > a {
        font-size: 12px;
    }

    .sticky-menu > ul > li.menu-item-has-children > a {
        font-size: 24px;
    }

    .sticky-menu {
        width: 135px;
    }

    .sticky-menu-toggle {
        top: 6.5px;
    }

    .sticky-menu.collapsed > ul > li.menu-entertainment > a:before,
    .sticky-menu.collapsed > ul li.menu-pool > a:before,
    .sticky-menu.collapsed > ul li.menu-hotel > .ttweb-booking-widget-button > a:before, /* RezTrip Widget adjustment */
    .sticky-menu.collapsed > ul li.menu-hotel > a:before,
    .sticky-menu.collapsed > ul li.menu-sports > a:before,
    .sticky-menu.collapsed > ul li.menu-app > a:before {
        font-size: 24px;
    }

    .sticky-menu.collapsed > ul li.menu-pool > a:before {
        top: -3px;
    }

    .sticky-menu.collapsed > ul li.menu-hotel > .ttweb-booking-widget-button > a:before, /* RezTrip Widget adjustment */
    .sticky-menu.collapsed > ul li.menu-hotel > a:before {
        top: 3px;
    }

    .sticky-menu.collapsed > ul li.menu-sports > a:before {
        top: 10px;
    }

    .sticky-menu.collapsed > ul li.menu-app > a:before {
        font-size: 27px;
        left: 22px;
        top: 3px;
    }

    .sticky-menu.collapsed > ul > li.menu-entertainment > a:before {
        top: 4px;
    }

    .header-top {
        font-size: 12px;
    }

    .header-live-odds span,
    .header-my-account span {
        font-size: 14px;
    }

    .button {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 25px;
    }

    .section-homepage_block .text p {
        font-size: 65px;
    }

    .section-homepage_block .text h2 {
        font-size: 90px;
    }

    .section-homepage_circa .text h2 {
        font-size: 50px;
    }

    .section-homepage_circa .text h2 em {
        font-size: 65px;
    }

    .section-homepage_circa .text h2 em:nth-of-type(2) {
        margin-left: -35px;
    }

    .section-homepage_circa .text {
        padding: 0 0 0 35px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="file"],
    textarea,
    select,
    .selectric {
        font-size: 16px;
        line-height: 20px;
    }

    .repeat-intro-btn {
        font-size: 16px;
    }

    .footer-menu ul li {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .footer-top {
        padding: 30px 0;
    }

    .footer-subscribe {
        max-width: 320px;
    }

    .footer-top:before,
    .footer-top:after {
        display: none;
    }

    .footer-logo {
        width: 120px;
        margin: 0 0 25px;
    }

    .footer-subscribe p {
        font-size: 13px;
    }

    .section-hero-inner {
        min-height: 360px;
    }

    .section-drink_dine_teaser_left .text {
        padding-left: 0;
    }

    .section-drink_dine_teaser .text h3,
    .section-title-block h3,
    .videos-text h3,
    .section-amenities .text h3,
    .section-room-grid .text h3,
    .events-top-text h3 {
        font-size: 26px;
    }

    .section-drink_dine_teaser .text h2,
    .section-title-block h2,
    .videos-text h2,
    .section-amenities .text h2,
    .section-room-grid .text h2,
    .events-top-text h2 {
        font-size: 72px;
    }

    .teaser-features-item {
        margin-left: 0;
        margin-right: 10px;
    }

    .teaser-features-item:last-child {
        margin-right: 0;
    }

    .teaser-features-item .feature-value {
        font-size: 32px;
    }

    .teaser-features-item .feature-title {
        font-size: 11px;
        max-width: 65px;
        padding-left: 6px;
        margin-left: 3px;
    }

    .animated-zoom-img {
        height: 540px;
    }

    .teaser-features {
        margin: 15px 0 0;
    }

    .section-image_zoom_animation {
        padding: 60px 0;
    }

    .page-title .container {
        min-height: 100px;
    }

    .page-title .page-title-circles {
        width: 230px;
    }

    .page-title .page-title-circles:before {
        width: 224px;
        height: 98px;
    }

    .page-title h1,
    .page-title .h1 {
        font-size: 60px;
        bottom: -35px;
    }

    .page-title-pattern img {
        max-width: 80%;
    }

    .page-title-pattern {
        right: -100px;
    }

    .news-item h3,
    .news-list-item h3 {
        font-size: 24px;
    }

    .circa-amenities-item {
        padding: 20px 10px;
    }

    .circa-amenities-item h4 {
        font-size: 28px;
    }

    .amenities-cta .button {
        min-width: 240px;
    }

    .circa-features-item .icon img {
        width: 60px;
    }

    .circa-features-item h4 {
        font-size: 21px;
    }

    .leadership-item-wrapper {
        width: 33.3333%;
    }

    .section-homepage_circa .text .button {
        margin-top: 40px;
    }

    .careers-filters ul li {
        width: 50%;
    }

    .section-homepage_block .section-hero-inner {
        height: 80vh;
    }
}

@media screen and (max-width: 991px) {
    .logo {
        position: static;
    }

    .navbar > .container {
        position: static;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-toggler {
        color: #000 !important;
        border: none;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        background-color: #FFF;
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -22px;
        padding: 0;
        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 20px;
        height: 2px;
        background: #000;
        margin: 0 auto;
        opacity: 1;
        -webkit-transition: -webkit-transform 0.15s linear;
        -o-transition: -o-transform 0.15s linear;
        -ms-transition: -ms-transform 0.15s linear;
        -moz-transition: -moz-transform 0.15s linear;
        transition: transform 0.15s linear;
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .navbar-toggler .icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg) translate3d(5px, 4px, 0);
        -o-transform: rotate(45deg) translate3d(5px, 4px, 0);
        -ms-transform: rotate(45deg) translate3d(5px, 4px, 0);
        -moz-transform: rotate(45deg) translate3d(5px, 4px, 0);
        transform: rotate(45deg) translate3d(5px, 4px, 0);
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler .icon-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate3d(4.5px, -4px, 0);
        -o-transform: rotate(-45deg) translate3d(4.5px, -4px, 0);
        -ms-transform: rotate(-45deg) translate3d(4.5px, -4px, 0);
        -moz-transform: rotate(-45deg) translate3d(4.5px, -4px, 0);
        transform: rotate(-45deg) translate3d(4.5px, -4px, 0);
    }

    .navbar-toggler.collapsed .icon-bar {
        opacity: 1;
        -webkit-transform: rotate(0) translate3d(0px, 0px, 0);
        -o-transform: rotate(0) translate3d(0px, 0px, 0);
        -ms-transform: rotate(0) translate3d(0px, 0px, 0);
        -moz-transform: rotate(0) translate3d(0px, 0px, 0);
        transform: rotate(0) translate3d(0px, 0px, 0);
    }

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .navbar {
        box-shadow: none;
        padding: 10px 0;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
        width: 100%;
        background: #0D0D2A;
        background: rgba(13,13,42,.9);
        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
        padding: 0 18px;
    }

    /*.header-wrapper {
		height: 88px;
	}*/

    .navbar-nav {
        margin-right: 0;
        padding: 0 0 10px;
    }

    .navbar-nav > li > ul {
        position: static;
        width: auto;
        margin: 0 -18px;
        text-align: left;
        padding: 15px 18px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        padding: 5px 20px 5px 0;
        position: relative;
        display: block;
    }

    .navbar-nav > li.menu-item-has-children > a:after {
        content: "\e905";
        display: inline-block;
        font-family: 'circa' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 14px;
        font-size: 8px;
    }

    .navbar-nav > li > a > span {
        padding: 0 0 5px;
        border-bottom-width: 3px;
    }

    .sticky-menu {
        display: none;
    }

    .section-homepage_block .section-hero-inner {
        /* 		justify-content: center!important; */
        height: 67vh;
    }

    .section-homepage_circa .text {
        margin-bottom: 25px;
        padding: 0;
    }

    .section-homepage_circa .image {
        margin-right: 0;
    }

    .section-homepage_circa .text h2 em:nth-of-type(2) {
        margin-left: 0;
    }

    .section-homepage_circa .text h2 {
        font-size: 45px;
    }

    .section-homepage_circa .text h2 em {
        font-size: 60px;
    }

    .section-homepage_circa .text .button {
        margin-top: 15px;
    }

    #wpadminbar {
        display: none !important;
    }

    html[lang="en-US"] {
        margin-top: 0 !important;
    }

    body.admin-bar .navbar {
        top: 0;
    }

    .header-top-content {
        padding: 10px 0;
    }

    .section-drink_dine_teaser .text {
        margin-bottom: 20px;
    }

    .section-drink_dine_teaser_left .image,
    .section-drink_dine_teaser_right .image {
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-drink_dine_teaser {
        margin: 0;
    }

    .drink-dine-video {
        margin-top: 25px;
    }

    .animated-zoom-img {
        height: 415px;
    }

    .page-title .container {
        min-height: 90px;
    }

    .page-title h1,
    .page-title .h1 {
        font-size: 48px;
        bottom: -25px;
    }

    .events-list-item-wrapper {
        width: 50%;
        clear: none !important;
    }

    .events-list-item-wrapper:nth-child(2n+1) {
        clear: both !important;
    }

    .job-text-section h1,
    .job-text-section h2,
    .section-sports_tweets h2,
    .section-top_sports_news h2 {
        font-size: 28px;
    }

    .type-event .blog-main-page .image {
        margin-top: 30px;
    }

    .section-top_sports_news h2:before {
        height: 100px;
        background-size: 100%;
    }

    .sports_experts-list-item-wrapper {
        width: 50%;
    }

    .sports_experts-list-item-wrapper:nth-child(2n+1) {
        clear: both;
    }

    .section-text_with_image_right .image {
        margin-left: 0;
    }

    .section-text_with_image_left .image {
        margin-right: 0;
    }

    .booking-form {
        position: static;
        padding: 20px 0 40px;
        border-radius: 0;
        background: none;
    }

    .booking-form h4 {
        font-size: 21px;
        position: static;
        margin: 0 0 10px;
    }

    .booking-form input[type="text"] {
        width: 228px;
    }

    .booking-form .selectric {
        padding: 8px 15px;
    }

    .circa-amenities-item-wrapper {
        width: 33.3333%;
    }

    .circa-features-item {
        width: 33.3333%;
        margin-top: 15px;
    }

    .section-drink_dine_description {
        min-height: auto;
        padding: 30px 0;
    }

    .section-drink_dine_teaser .pattern {
        display: none;
    }

    .leadership-item-wrapper {
        width: 50%;
    }

    .news-list-item-wrapper {
        width: 50%;
    }

    .contact-row-2 h4 {
        font-size: 28px;
        margin-top: 25px;
    }

    .contact-row-2 {
        font-size: 16px;
    }

    .contact-map {
        margin-top: 30px;
    }

    .contact-map:before {
        display: none;
    }

    .user-page-text-col {
        padding-left: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .section-homepage_block .text p {
        font-size: 36px;
    }

    .section-homepage_block .text h2 {
        font-size: 55px;
    }

    .section-homepage_block .text .button {
        margin-top: 20px;
    }

    .section-homepage_block .section-hero-inner {
        height: calc(100vh - 88px);
    }

    .section-homepage_block {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-homepage_block .video-bg {
        display: none;
    }

    .button {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
    }

    .section-homepage_circa .text h2 {
        font-size: 30px;
    }

    .section-homepage_circa .text h2 em {
        font-size: 40px;
    }

    .section-homepage_circa .image {
        margin: 0 -15px;
    }

    .footer-subscribe {
        max-width: none;
    }

    .footer-subscribe input[type="text"],
    .footer-subscribe input[type="email"] {
        padding: 12px 50px 12px 15px;
    }

    .footer-subscribe h4 {
        font-size: 20px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="file"],
    textarea,
    select,
    .selectric {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-subscribe p {
        font-size: 12px;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-social {
        float: none;
        display: inline-block;
        margin: 5px 0 0;
        font-size: 0px;
    }

    .live-weather-item {
        display: none;
    }

    .section-hero-inner {
        min-height: auto;
    }

    .section-hero .text {
        padding: 20px 0;
        margin: 0;
        width: 100%;
    }

    .section-hero .text h1,
    .section-hero .text h2 {
        font-size: 40px;
    }

    .section-hero .text .button {
        margin-top: 15px;
    }

    .section-drink_dine_teaser .text h3,
    .section-title-block h3,
    .videos-text h3,
    .section-amenities .text h3,
    .section-room-grid .text h3,
    .events-top-text h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .section-drink_dine_teaser .text h2,
    .section-title-block h2,
    .videos-text h2,
    .section-amenities .text h2,
    .section-room-grid .text h2,
    .events-top-text h2 {
        font-size: 48px;
    }

    .section-image_zoom_animation {
        padding: 15px 0 30px;
    }

    .animated-zoom-img .image {
        height: 100%;
        background-size: 100% !important;
    }

    .animated-zoom-img {
        height: auto;
        padding-bottom: 55%;
    }

    .page-title-pattern {
        display: none;
    }

    .page-title .container {
        min-height: 60px;
    }

    .page-title h1,
    .page-title .h1 {
        font-size: 36px;
        bottom: -15px;
    }

    .page-title .page-title-circles:before {
        width: 137px;
        height: 60px;
    }

    .section-events {
        padding: 40px 0;
    }

    .events-list-item-wrapper {
        width: 100%;
    }

    .job-text-section {
        margin-top: 25px;
        max-width: none;
    }

    .job-text-section h1,
    .job-text-section h2,
    .section-sports_tweets h2,
    .section-top_sports_news h2 {
        font-size: 24px;
    }

    .type-event .blog-main-page .image {
        margin-top: 20px;
    }

    .twitter-feed {
        margin: 0;
    }

    #ctf .ctf-item {
        margin-bottom: 15px;
        color: #000 !important;
    }

    .sports_news-list-item-wrapper {
        width: 100%;
    }

    .section-sports_tweets,
    .section-top_sports_news,
    .section-from_the_experts {
        padding: 30px 0;
    }

    .sports_experts-list-item-wrapper {
        width: 100%;
    }

    .section-text_with_image .image-secondary {
        padding: 5px;
        width: 50%;
    }

    .booking-form .form-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .booking-form input[type="text"] {
        width: 100%;
    }

    .booking-form .form-item:nth-child(3) {
        width: 60%;
    }

    .booking-form .selectric-wrapper {
        width: 100%;
    }

    .circa-amenities-item-wrapper {
        width: 50%;
    }

    .section-features .text h2 {
        font-size: 30px;
    }

    .circa-features-item h4 {
        font-size: 18px;
    }

    .section-features {
        padding: 30px 0;
    }

    .section-drink_dine_teaser {
        padding: 25px 0;
    }

    .leadership-item-wrapper {
        width: 100%;
    }

    .blog-filters ul li {
        width: 100%;
    }

    .blog-filters ul li label {
        max-width: none;
    }

    .news-list-item-wrapper {
        width: 100%;
    }

    .circa-video-thumb {
        width: 20%;
    }

    .my-account-page {
        padding: 40px 0;
    }

    .my-account-page h1 {
        font-size: 30px;
    }

    .user-bio {
        font-size: 14px;
    }

    .user-details,
    .user-interests,
    .account-edit-form {
        font-size: 18px;
    }

    .user-details p strong,
    .user-interests p strong,
    .account-edit-form .form-item > label {
        min-width: 95px;
    }

    .user-interests ul li span {
        font-size: 16px;
        min-width: 100px;
    }

    .user-profile-actions .button,
    .account-edit-form .form-actions button {
        font-size: 14px;
    }

    .account-edit-form .form-item > input,
    .account-edit-form .form-item > textarea {
        width: 100%;
        display: block;
    }

    .remove-profile-picture {
        font-size: 14px;
        margin-left: 0;
    }

    textarea {
        height: 160px;
    }

    .teaser-features-item .feature-title {
        max-width: 60px;
    }

    .drink-hours-of-operation h4 {
        font-size: 24px;
    }

    .intro-gif {
        display: block;
        text-align: center;
        height: 100vh;
        min-height: 300px;
        line-height: 95vh;
    }

    .circa-website-intro {
        background: #0d0d29;
    }

    .circa-website-intro .videoWrapper {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
}

.section-urvenue_shortcode_accordion {
    /* border-top: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-urvenue_shortcode_accordion .container .urvenue_chevron_container {
    float: left;
    /*width: 40px;
height: 40px;*/
    position: relative;
}

.section-urvenue_shortcode_accordion .container .urvenue_chevron_container:after {
    /*  UrVenue no longer uses FontAwesome
font: normal normal normal 18px/1 FontAwesome;
content: "\f054";
*/
    font: normal normal normal 18px/1 uvfonticons;
    content: "\75";
    display: inline-block;
    position: absolute;
    left: 105px;
    top: 13px;
    width: 20px;
    height: 18px;
    z-index: 10;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.section-urvenue_shortcode_accordion .container .urvenue_chevron_container.open:after {
    /*  UrVenue no longer uses FontAwesome
content: "\f078";
*/
    content: "\e840";
}

.section-urvenue_shortcode_accordion .urvenue-shortcode {
    max-height: 0;
    transition: max-height 2.0s ease-in-out;
    overflow: hidden;
}

.page-id-1906 .section-text {
    padding: 50px 0 0 0;
}

.page-id-1906 .section-text:last-of-type {
    padding: 50px 0;
}

.page-id-1906 .section-drink_dine_teaser {
    padding-top: 0px;
}

.page-id-1906 .wpcf7-checkbox > span {
    display: flex;
    margin: 0;
}

.page-id-1906 .wpcf7-checkbox input {
    width: 20px;
    margin-right: 15px;
}

.page-id-1906 .wpcf7-form input[type=submit] {
    width: 50%;
}

.page-id-1906 .wpcf7-form, .page-id-1906 .wpcf7-intro-text {
    max-width: 600px;
    margin: 0 auto;
}

.page-id-1906 .wpcf7-form label {
    width: 100%;
}

.page-id-1906 .contest-btn {
    color: #ffffff;
    padding: 15px 35px;
    border: 1px solid #8cd2f5;
}

.page-id-1906 .contest-btn:hover {
    text-decoration: none;
    background-color: #8cd2f5;
    color: #000000;
}

.wpcf7-labelhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#post-19 .section-contact_us .contact-email {
    display: none;
}

.banner img {
    width: 100%;
}

/* Where is the SCSS file? Do you have to download it to edit it? */
/*
	DO NOT EDIT THESE STYLES DIRECTLY.
	EDIT THE SCSS COPY, RECOMPILE, AND REPLACE

	START OF HOMEPAGE REDESIGN STYLES */
@font-face {
    font-family: 'TungstenBlack';
    src: url("webfonts/Tungsten/Tungsten-Black.eot?#iefix") format("embedded-opentype"), url("webfonts/Tungsten/Tungsten-Black.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TungstenBold';
    src: url("webfonts/Tungsten/Tungsten-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/Tungsten/Tungsten-Bold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TungstenSemiBold';
    src: url("webfonts/Tungsten/Tungsten-Semibold.eot?#iefix") format("embedded-opentype"), url("webfonts/Tungsten/Tungsten-Semibold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TungstenMedium';
    src: url("webfonts/Tungsten/Tungsten-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/Tungsten/Tungsten-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TungstenBook';
    src: url("webfonts/Tungsten/Tungsten-Book.eot?#iefix") format("embedded-opentype"), url("webfonts/Tungsten/Tungsten-Book.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TungstenLight';
    src: url("webfonts/Tungsten/Tungsten-Light.eot?#iefix") format("embedded-opentype") url("webfonts/Tungsten/Tungsten-Light.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TungstenXLight';
    src: url("webfonts/Tungsten/Tungsten-XLight.eot?#iefix") format("embedded-opentype"), url("webfonts/Tungsten/Tungsten-XLight.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TungstenThin';
    src: url("webfonts/Tungsten/Tungsten-Thin.eot?#iefix") format("embedded-opentype"), url("webfonts/Tungsten/Tungsten-Thin.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

.icon-circa-sunset {
    background-image: url(/images/sunset.svg);
    width: 30px;
    height: 16px;
    background-repeat: no-repeat;
}

.page-template-template-sections article > [class^="section-"] * {
    box-shadow: none !important;
}

.page-template-template-sections article > [class^="section-"] .text-and-bars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-template-template-sections article > [class^="section-"] .text-and-bars.limit-bar-length {
    justify-content: center;
}

.page-template-template-sections article > [class^="section-"] .text-and-bars.limit-bar-length .hor-bar {
    max-width: 120px;
}

.page-template-template-sections article > [class^="section-"] .hor-bar {
    flex: 1 1 auto;
    height: 6px;
}

.page-template-template-sections article > [class^="section-"] .hor-bar.light {
    background-color: #fff;
}

.page-template-template-sections article > [class^="section-"] .hor-bar.light.shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5) !important;
}

.page-template-template-sections article > [class^="section-"] .hor-bar.dark {
    background-color: #222;
}

.page-template-template-sections article > [class^="section-"] .hor-bar.dark.shadow {
    box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.5) !important;
}

.page-template-template-sections article > [class^="section-"] .hor-bar.blue {
    background-color: #76D4F9;
}

.page-template-template-sections article > [class^="section-"] .hor-bar.blue.shadow {
    box-shadow: 0px 3px 6px rgba(0, 182, 255, 0.5) !important;
}

.page-template-template-sections article > [class^="section-"] .hor-bar.drk-blue {
    background-color: #263387;
}

.page-template-template-sections article > [class^="section-"] .tungsten {
    font-family: 'TungstenBold';
}

.page-template-template-sections article > [class^="section-"] .tungsten.light {
    color: #fff;
}

.page-template-template-sections article > [class^="section-"] .tungsten.light.shadow {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.page-template-template-sections article > [class^="section-"] .tungsten.dark {
    color: #222;
}

.page-template-template-sections article > [class^="section-"] .tungsten.dark.shadow {
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.5);
}

.page-template-template-sections article > [class^="section-"] .tungsten.blue {
    color: #76D4F9;
}

.page-template-template-sections article > [class^="section-"] .tungsten.blue.shadow {
    text-shadow: 0px 3px 6px rgba(0, 182, 255, 0.5);
}

.page-template-template-sections article > [class^="section-"] .tungsten.drk-blue {
    color: #263387;
}

.page-template-template-sections article > [class^="section-"] .tungsten.drk-blue.shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5) !important;
}

.page-template-template-sections article > [class^="section-"] .lv-fab {
    font-family: 'LasVegasOT-Fabulous';
}

.page-template-template-sections article > [class^="section-"] .lv-fab.light {
    color: #fff;
}

.page-template-template-sections article > [class^="section-"] .lv-fab.light.shadow {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.page-template-template-sections article > [class^="section-"] .lv-fab.dark {
    color: #222;
}

.page-template-template-sections article > [class^="section-"] .lv-fab.dark.shadow {
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.5);
}

.page-template-template-sections article > [class^="section-"] .lv-fab.blue {
    color: #76D4F9;
}

.page-template-template-sections article > [class^="section-"] .lv-fab.blue.shadow {
    text-shadow: 0px 3px 36px #00B6FF, 0px 1px 18px #00B6FF99;
}

.page-template-template-sections article > [class^="section-"] .space-top {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .page-template-template-sections article > [class^="section-"] .space-top {
        margin-top: 30px;
    }
}

.page-template-template-sections article > [class^="section-"] .centered {
    text-align: center;
}

.page-template-template-sections article > [class^="section-"] .space-top-more {
    margin-top: 30px;
}

.page-template-template-sections article > [class^="section-"] .space-bottom {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .page-template-template-sections article > [class^="section-"] .space-bottom {
        margin-bottom: 30px;
    }
}

.page-template-template-sections article > [class^="section-"]#stadium-swim-pools-large-screen .text {
    max-width: 55%;
}

@media (min-width: 1440px) {
    .page-template-template-sections article > [class^="section-"]#stadium-swim-pools-large-screen .text {
        max-width: 45%;
    }
}

.page-template-template-sections article > [class^="section-"]#stadium-swim-pools-large-screen .text .lv-fab {
    line-height: 100px;
}

@media (max-width: 1279px) {
    .page-template-template-sections article > [class^="section-"]#stadium-swim-pools-large-screen .text .lv-fab {
        font-size: 80px;
        line-height: initial;
    }
}

@media (max-width: 600px) {
    .page-template-template-sections article > [class^="section-"]#stadium-swim-pools-large-screen .text .lv-fab {
        font-size: 60px;
        line-height: 60px;
    }
}

.page-template-template-sections article > [class^="section-"] .details-box {
    background-color: rgba(13, 12, 44, 0.6);
    border-radius: 13px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 0px 0 1px #fff !important;
}

@media (min-width: 480px) {
    .page-template-template-sections article > [class^="section-"] .details-box {
        box-shadow: none !important;
    }
}

@media (min-width: 1280px) {
    .page-template-template-sections article > [class^="section-"] .details-box {
        width: 75%;
    }
}

.page-template-template-sections article > [class^="section-"] .details-box .small-text {
    font-family: 'Gilroy';
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
}

.page-template-template-sections article > [class^="section-"] .details-box p {
    color: #fff;
}

.page-template-template-sections article > [class^="section-"] .details-box p .button {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 2.7px;
    border-width: 4px;
    padding-bottom: 5px;
}

.page-template-template-sections article > [class^="section-"] .details-box .details {
    display: flex;
    justify-content: center;
    text-shadow: none;
    flex-wrap: wrap;
}

.page-template-template-sections article > [class^="section-"] .details-box .detail {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    display: flex;
    flex-direction: column;
    margin: 5px 15px;
}

.page-template-template-sections article > [class^="section-"] .details-box .detail p:empty {
    display: none;
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-capacity {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/capacity-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-pixels {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/pixels-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-screen-size {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/screen-size-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-cabanas {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/cabanas-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-pools {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/pools-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-day-beds {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/day-beds-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-days-per-year {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/days-per-year-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-staff-members {
    width: 30px;
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/staff-members-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-chaise-lounges {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/chaise-lounges-icon.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-stories-tall {
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/stories-tall.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-seating {
    width: 33px;
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/seating.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-wine-glass {
    width: 30px;
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/wine-glass.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .icon.icon-bar-top-games {
    width: 52px;
    background-image: url("/wp-content/themes/circa-las-vegas/images/detail-icons/bar-top-games.svg");
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .detail-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .detail-text span:first-child {
    font-family: 'TungstenSemiBold';
    font-size: 40px;
    line-height: 34px;
    letter-spacing: 0;
    padding: 3px 10px 0 0;
    border-right: 1px solid #76D4F9;
    margin-right: 10px;
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .detail-text span:last-child {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.26px;
    color: #76D4F9;
    text-align: left;
}

.page-template-template-sections article > [class^="section-"] .details-box .detail .detail-text > br {
    display: none;
}

.page-template-template-sections:not(.home) article > .section-homepage_block {
    max-height: unset;
}

@media (min-width: 1024px) {
    .page-template-template-sections:not(.home) article > .section-homepage_block {
        max-height: initial;
    }
}

@media (min-width: 1280px) {
    .page-template-template-sections:not(.home) article > .section-homepage_block {
        max-height: 880px;
    }
}

body.home article > .section-hero:first-child {
    /* Legacy club hero image needs slight adjustment */
    background-position-y: 60%;
    min-height: 400px;
}

@media (min-width: 992px) {
    /* Legacy club banner needs to be a bit wider */
    #legacy-club-banner .section-hero-inner .text {
        min-width: 60%;
    }
}

.section-homepage_circa_full_image {
    position: relative;
}

.section-homepage_circa_full_image br {
    display: none;
}

@media (min-width: 768px) {
    .section-homepage_circa_full_image br {
        display: inline;
    }
}

.section-homepage_circa_full_image .image img {
    object-fit: contain;
    max-width: 100%;
    min-width: 100%;
    width: unset;
    height: unset;
}

.section-homepage_circa_full_image .text-box {
    background-color: #0D0C2C;
    font-family: 'TungstenBold';
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 4.0px;
    padding: 40px 50px;
    text-align: center;
}

.section-homepage_circa_full_image .text-box:empty {
    display: none;
}

@media (min-width: 600px) {
    .section-homepage_circa_full_image .text-box {
        position: absolute;
        max-width: 70%;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .section-homepage_circa_full_image .text-box {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 7.2px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_circa_full_image .text-box {
        font-size: 72px;
        line-height: 86px;
    }
}

.section-homepage_circa_full_image .text-box p {
    margin: 0;
}

.section-homepage_circa_full_image .text-box em {
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-left: 5px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .section-homepage_circa_full_image .text-box em {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .section-homepage_circa_full_image .text-box em {
        font-size: 62px;
        line-height: 41px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_circa_full_image .text-box em {
        font-size: 83px;
        line-height: 60px;
    }
}

.section-homepage_circa_full_image--top-left .text-box {
    border-bottom-right-radius: 32px;
    top: 0;
    left: 0;
}

@media (min-width: 768) {
    .section-homepage_circa_full_image--top-left .text-box {
        padding: 40px 50px 40px 100px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_circa_full_image--top-left .text-box {
        padding: 70px 50px 40px 190px;
    }
}

.section-homepage_circa_full_image--top-right .text-box {
    border-bottom-left-radius: 32px;
    top: 0;
    right: 0;
}

@media (min-width: 768) {
    .section-homepage_circa_full_image--top-right .text-box {
        padding: 100px 50px 40px 40px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_circa_full_image--top-right .text-box {
        padding: 190px 70px 40px 50px;
    }
}

.section-homepage_circa_full_image--bottom-left .text-box {
    border-top-right-radius: 32px;
    bottom: 0;
    left: 0;
}

@media (min-width: 768) {
    .section-homepage_circa_full_image--bottom-left .text-box {
        padding: 40px 50px 40px 100px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_circa_full_image--bottom-left .text-box {
        padding: 40px 50px 70px 190px;
    }
}

.section-homepage_circa_full_image--bottom-right .text-box {
    border-top-left-radius: 32px;
    bottom: 0;
    right: 0;
}

@media (min-width: 768) {
    .section-homepage_circa_full_image--bottom-right .text-box {
        padding: 40px 100px 40px 50px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_circa_full_image--bottom-right .text-box {
        padding: 40px 190px 70px 50px;
    }
}

.section-full_video_hero:first-child {
    border-bottom: 15px solid #263387;
}

.section-full_video_hero .video-wrapper {
    display: flex;
}

.section-full_video_hero video {
    width: 100%;
    height: 100%;
}

.section-general_shortcode {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (min-width: 1200px) {
    .section-general_shortcode > .container {
        padding-left: 140px;
        padding-right: 140px;
    }
}

.section-general_shortcode .section-title {
    font-family: 'LasVegasOT-Fabulous';
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #76D4F9;
    text-align: center;
    line-height: 70px;
    font-size: 60px;
}

@media (min-width: 768px) {
    .section-general_shortcode .section-title {
        margin: 0 30px;
        font-size: 73px;
        line-height: 94px;
    }
}

.section-general_shortcode .section-title:before, .section-general_shortcode .section-title:after {
    content: "";
    flex: 1 1 auto;
    height: 6px;
    background-color: #76D4F9;
}

.section-general_shortcode .section-title:before {
    margin-right: 40px;
}

.section-general_shortcode .section-title:after {
    margin-left: 40px;
}

.section-general_shortcode .general-shortcode {
    margin-top: 30px;
}

#hours-of-operation {
    text-align: center;
}

#hours-of-operation .page-body > h2 {
    font-family: 'LasVegasOT-Fabulous';
    font-size: 73px;
    line-height: 94px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

#hours-of-operation .page-body > h2:before, #hours-of-operation .page-body > h2:after {
    content: "";
    background-color: #fff;
    width: 120px;
    height: 6px;
    transform: translateY(-10px);
}

#hours-of-operation .page-body > h2:before {
    margin-right: 40px;
}

#hours-of-operation .page-body > h2:after {
    margin-left: 40px;
}

#hours-of-operation .page-body > p {
    line-height: 26px;
    letter-spacing: 0.32px;
}

#contact-us {
    text-align: center;
}

#contact-us .page-body > h2 {
    font-family: 'LasVegasOT-Fabulous';
    font-size: 73px;
    line-height: 94px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

#contact-us .page-body > h2:before, #contact-us .page-body > h2:after {
    content: "";
    background-color: #fff;
    width: 120px;
    height: 6px;
    transform: translateY(-10px);
}

#contact-us .page-body > h2:before {
    margin-right: 40px;
}

#contact-us .page-body > h2:after {
    margin-left: 40px;
}

#contact-us .page-body > p {
    line-height: 26px;
    letter-spacing: 0.32px;
}

/*  These styles are not impacted by UrVenue changes because they only reference our own HTML  */
.section-urvenue_shortcode .section-title,
.section-urvenue_shortcode_accordion .section-title {
    font-family: 'LasVegasOT-Fabulous';
    font-size: 73px;
    line-height: 94px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    float: left;
    margin-top: 20px;
}

.section-urvenue_shortcode {
    padding: 50px 0;
}

.section-urvenue_shortcode#urvenue-table-reservations {
    padding-top: 100px;
}

.section-urvenue_shortcode#urvenue-calendar {
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .section-urvenue_shortcode#urvenue-table-reservations .section-title:before {
        content: "";
        background-color: #fff;
        width: 120px;
        height: 6px;
        margin-right: 40px;
        transform: translateY(-10px);
    }
}

/*  These styles are not impacted by UrVenue changes because they only reference our own HTML  */
.section-urvenue_shortcode_accordion .container .urvenue_chevron_container:after { /* This overrides settings earlier in the stylesheet 100% of the time--it should be moved up there instead */
    left: 155px;
    top: 43px;
    font-size: 30px;
    pointer-events: none;
}

.section-urvenue_shortcode_accordion .section-title,
.section-urvenue_shortcode_accordion .urvenue_chevron_container:after {
    cursor: pointer;
}

.section-urvenue_shortcode_accordion .section-title {
    min-width: 200px;
}

.section-urvenue_shortcode_accordion .urvenue-shortcode {
    padding: 0 30px;
    width: calc(100% + 60px);
    transform: translateX(-30px);
    transition: 2.0s ease-in-out;
}

.section-urvenue_shortcode_accordion .urvenue_chevron_container.open + .section-title + .urvenue-shortcode {
    padding: 30px;
}
/*  UrVenue's uvcore.css now handles this for us
.section-urvenue_shortcode_accordion .urvenue-shortcode a:focus > .uv-circalist-item,
.section-urvenue_shortcode_accordion .urvenue-shortcode a:hover > .uv-circalist-item {
	box-shadow: 0px 0px 26px rgba(0, 182, 255, 0.6), 0px 0px 26px rgba(0, 182, 255, 0.6) inset !important; }
*/
/*  UrVenue's uvcore.css now handles this for us
.section-urvenue_shortcode_accordion .uv-circalist-item {
  The following lines had no effect because it was always overridden by .page-template-template-sections article > [class^="section-"] *
box-shadow: 0px 0px 26px rgba(0, 182, 255, 0.3), 0px 0px 26px rgba(0, 182, 255, 0.3) inset !important;
border: 2px solid #76D4F9;
background: transparent; }
*/
/*  UrVenue's uvcore.css now handles this for us
.section-urvenue_shortcode_accordion .uv-circalist-item .dname {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.52px; }
*/
/*  We still need this because UrVenue has not emulated it in their styles */
.section-urvenue_shortcode_accordion .uv-circalist-item .actions span {
    line-height: 32px;
    letter-spacing: 0.32px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
/*  UrVenue's uvcore.css now handles this for us
#urvenue-calendar .uv-dropdown .uv-calendar-month {
font-weight: bold;
font-size: 26px;
line-height: 42px;
letter-spacing: 0.26px; }
#urvenue-calendar .uv-dropdown .uv-calendar-month:after {
	font-size: 30px;
	top: 2px; }
*/
/*  Fixed selectors and remove parts that are now handled by uvcore.css */
/* OLD SELECTORS #urvenue-calendar .uv-calendar-menu li .button { */
/* #urvenue-calendar */
.uv-calendar-viewcont a.uvcal,
/* #urvenue-calendar */
.uv-calendar-viewcont a.uvjs-targetclassreplace {
    /* border: 4px solid #fff; */ /* uvcore.css now handles this */
    /* font-family: 'TungstenBold'; */ /* uvcore.css now handles this */
    /* font-size: 27px; */ /* uvcore.css now handles this */
    line-height: 32px;
    letter-spacing: 2.7px;
}
/* OLD SELECTORS #urvenue-calendar .uv-calendar-menu li:focus .button, #urvenue-calendar .uv-calendar-menu li:hover .button, #urvenue-calendar .uv-calendar-menu li.active .button { */
/* #urvenue-calendar */
.uv-calendar-viewcont a:focus,
/* #urvenue-calendar */
.uv-calendar-viewcont a:hover,
/* #urvenue-calendar */
.uv-calendar-viewcont a:active {
    /* color: #263387 !important; */ /* uvcore.css now handles this */
    box-shadow: 0px 0px 36px rgba(0, 182, 255, 0.45) !important;
}
/* Reduce height of calendar LIST view contents to match old plugin */
/* #urvenue-calendar  */
.uv-calendar-list a .uv-eventslist-item .flyer {
    width: 90px;
}
/* #urvenue-calendar  */
.uv-calendar-list a .uv-eventslist-item .ddate .dday {
    font-size: 17px;
}
/* #urvenue-calendar  */
.uv-calendar-list a .uv-eventslist-item .ddate .nday {
    font-size: 24px;
}
/* #urvenue-calendar  */
.uv-calendar-list a .uv-eventslist-item .ddate .dmonth {
    font-size: 14px;
}
/* #urvenue-calendar  */
.uv-calendar-list a .uv-eventslist-item .eventname {
    font-size: 22px;
}
/*  No longer needed - uvcore.css now handles responsive changes - the code below would break the layout
@media (max-width: 600px) {
/* NEW SELECTORS: #urvenue-calendar .uv-calendar-list a .uv-eventslist-item {
#urvenue-calendar .uv-calendar-list.uv-eventslist .uv-eventslist-item {
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0; }
/* NEW SELECTORS: #urvenue-calendar .uv-calendar-list a .uv-eventslist-item .uv-plazyimage {
	#urvenue-calendar .uv-calendar-list.uv-eventslist .uv-eventslist-item > a > img {
	position: unset; }
/* NEW SELECTORS: #urvenue-calendar .uv-calendar-list .uv-eventslist-item .eventname {
	#urvenue-calendar .uv-calendar-list.uv-eventslist .uv-eventslist-item .name {
	float: none;
	width: unset;
	flex-grow: 1; }
/* NEW SELECTORS: #urvenue-calendar .uv-calendar-list .uv-eventslist-item .actions {
	#urvenue-calendar .uv-calendar-list.uv-eventslist .uv-eventslist-item .actions {
	padding: 0;
	display: flex;
	align-items: center;
	padding-right: 15px;
	position: unset;
	flex-shrink: 0; } }
*/
/*  END of UrVenue changes. */

.section-homepage_block {
    max-height: 650px;
}

@media (min-width: 1200px) {
    .section-homepage_block {
        max-height: unset;
    }
}

.section-homepage_block:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    transition: 0.5s;
}

.section-homepage_block > .container {
    max-width: unset;
    height: 100%;
}

.section-homepage_block .section-hero-inner {
    height: 100%;
}

.section-homepage_block .section-hero-inner .text {
    min-width: 100%;
    text-align: center;
    text-shadow: 0px 0px 15px #000;
    background: transparent;
    padding: 25px 0;
}

@media (min-width: 480px) {
    .section-homepage_block {
        min-height: 600px;
    }

    .section-homepage_block .section-hero-inner .text {
        max-width: 80%;
        min-width: 60%;
    }
}

@media (min-width: 768px) {
    .section-homepage_block .section-hero-inner .text {
        padding: 25px 45px;
        max-width: 70%;
        min-width: 50%;
    }
}

@media (min-width: 1600px) {
    .section-homepage_block .section-hero-inner .text {
        min-width: 700px;
    }
}

.section-homepage_block .section-hero-inner .text .button {
    margin-top: 30px;
    border: 7px solid #fff;
    background: transparent;
    font-family: 'TungstenBold';
    font-size: 36px;
    padding: 5px 15px 1px 20px;
    line-height: normal;
    letter-spacing: 4.8px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0 0 0 #00B6FF00 !important;
}

.section-homepage_block .section-hero-inner .text .button:focus, .section-homepage_block .section-hero-inner .text .button:hover {
    box-shadow: 0 0 26px #00B6FF !important;
    background-color: #8CD2F5;
    color: #263387 !important;
}

@media (min-width: 1200px) {
    .section-homepage_block .section-hero-inner .text .button {
        font-size: 48px;
    }
}

.section-homepage_block .section-hero-inner .text-and-bars .tungsten {
    margin: 0 15px;
    padding-left: 4px;
}

.section-homepage_block .section-hero-inner .tungsten {
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 4.5px;
}

@media (min-width: 480px) {
    .section-homepage_block .section-hero-inner .tungsten {
        line-height: 46px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_block .section-hero-inner .tungsten {
        font-size: 55px;
        line-height: 66px;
        letter-spacing: 5.5px;
    }
}

.section-homepage_block .section-hero-inner .lv-fab.med-font {
    font-size: 75px;
    line-height: 85px;
}

@media (min-width: 1200px) {
    .section-homepage_block .section-hero-inner .lv-fab.med-font {
        font-size: 91px;
        line-height: 143px;
    }
}

.section-homepage_block .section-hero-inner .lv-fab.med2-font {
    font-size: 80px;
    line-height: 80px;
}

@media (min-width: 1200px) {
    .section-homepage_block .section-hero-inner .lv-fab.med2-font {
        font-size: 103px;
        line-height: 96px;
    }
}

.section-homepage_block .section-hero-inner .lv-fab.lrg-font {
    font-size: 100px;
    line-height: 120px;
}

@media (min-width: 480px) {
    .section-homepage_block .section-hero-inner .lv-fab.lrg-font {
        line-height: 100px;
    }
}

@media (min-width: 1200px) {
    .section-homepage_block .section-hero-inner .lv-fab.lrg-font {
        font-size: 153px;
        line-height: 185px;
    }
}

.section-hero_gallery_slider {
    border-bottom: 15px solid #263387;
}

.section-hero_gallery_slider .slide {
    position: relative;
}

.section-hero_gallery_slider .slide .image img {
    width: unset;
    height: unset;
    object-fit: cover;
    min-width: 100%;
    max-width: 200%;
}

@media (min-width: 768px) {
    .section-hero_gallery_slider .slide .image img {
        max-width: 100%;
    }
}

.section-hero_gallery_slider .slide .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    background-color: transparent;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.section-hero_gallery_slider .slide .text-box.show {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .section-hero_gallery_slider .slide .text-box {
        width: 70%;
        height: calc(50% - 30px);
        transform: translate(-50%, calc(-50% - 30px));
    }
}

@media (min-width: 992px) {
    .section-hero_gallery_slider .slide .text-box {
        width: 50%;
    }
}

.section-hero_gallery_slider .slide .text-box * {
    max-width: 100%;
}

.section-hero_gallery_slider .box-overlay {
    position: absolute;
    z-index: 9999;
    width: 60%;
    height: 200px;
    bottom: 20px;
    left: 35%;
    top: 25%;
    transform: translateX(-50%) translateY(-50%);
}

.section-hero_gallery_slider .box-overlay h1 {
    font-size: 54px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}

.section-hero_gallery_slider .box-overlay .details-box .detail {
    margin: 5px !important;
}

.section-hero_gallery_slider .box-overlay h1 .tungsten {
    margin: 0 5px;
}

.section-hero_gallery_slider .box-overlay h1.lv-fab.shadow,
.section-hero_gallery_slider .box-overlay .button-box {
    margin-top: 20px;
    text-shadow: 0px 3px 36px #000, 0px 1px 18px #00000099 !important;
}

.section-hero_gallery_slider .box-overlay .button-box:hover {
    text-shadow: none;
}

@media (max-width: 992px) {
    .section-hero_gallery_slider .box-overlay {
        width: 75%;
        left: 40%;
    }

    .section-hero_gallery_slider .box-overlay h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media (max-width: 700px) {
    .section-hero_gallery_slider .box-overlay {
        width: 95%;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .section-hero_gallery_slider .box-overlay h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .section-hero_gallery_slider .box-overlay .details-box {
        padding: 10px !important;
    }

    /* stadium swim */
    .page-id-27 .section-hero_gallery_slider .slide,
    .page-id-27 .section-hero_gallery_slider .slide img {
        height: 525px !important;
    }
}

.section-hero_gallery_slider .slick-dots {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .section-hero_gallery_slider .slick-dots {
        bottom: 20px;
    }
}

.section-hero_gallery_slider .slick-dots li {
    margin: 0 5px;
    transform: scale(0.75);
}

@media (min-width: 768px) {
    .section-hero_gallery_slider .slick-dots li {
        transform: unset;
    }
}

.section-hero_gallery_slider .slick-dots li button {
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.section-hero_gallery_slider .slick-dots li.slick-active button {
    width: 30px;
    height: 30px;
    opacity: 0.75;
}

/* SLICK GALLERY SLIDER */

.image-gallery-container {
    overflow: hidden;
}

.image-gallery-wrapper {
    max-width: 66%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .image-gallery-wrapper {
        max-width: 90%;
    }
}

.room-info .image-gallery-wrapper {
    max-width: 100%;
}

.gallery.slick-slider .slick-slide {
    height: 460px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .gallery.slick-slider .slick-slide {
        height: 300px;
    }
}

.gallery.slick-slider .slick-slide img {
    height: 100%;
    width: unset;
    object-fit: cover;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
/*
	.room-info .gallery.slick-slider img {
		width: 100% !important;
		height: auto !important;
	}
	*/
.gallery-navigation {
    display: flex;
    height: 80px;
    max-width: 66%;
    margin: 10px auto;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .gallery-navigation {
        max-width: 90%;
    }
}

.room-info .gallery-navigation {
    max-width: 100%;
}

.gallery-navigation .arrows-container {
    flex: 0 0 120px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 768px) {
    .gallery-navigation .arrows-container {
        flex-basis: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .gallery-navigation .arrows-container {
        flex-basis: 128px;
    }
}

.gallery-navigation .arrows-container > * {
    flex: 1 1 calc(50% - 5px);
    margin: 0 5px;
    border: 0;
    padding: 0;
    font-size: 30px;
    color: #76D4F9;
    background-color: transparent;
}

.gallery-navigation .arrows-container .slick-disabled {
    opacity: 0.5;
}

.gallery-navigation .arrows-container .slick-prev {
    transform: rotateZ(180deg);
}

.gallery-navigation .thumbnail-slides {
    max-width: 540px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .gallery-navigation .thumbnail-slides {
        display: none;
    }
}

.gallery-navigation .gallery-thumbs {
    display: flex;
    transition: 0.5s;
    justify-content: flex-end;
}

.gallery-navigation .gallery-thumbs > * {
    margin-left: 10px;
    width: 125px;
    overflow: hidden;
    height: 80px;
    flex: 0 0 100px;
    border: 5px solid transparent;
}

.gallery-navigation .gallery-thumbs > *.selected {
    border-color: #76D4F9;
}

.gallery-navigation .gallery-thumbs img {
    pointer-events: none;
    max-width: 100%;
    height: auto;
}

.gallery-text {
    padding: 20px 0;
    text-align: center;
}

.gallery-text .tungsten {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 4px;
    font-family: 'TungstenBold';
    line-height: 42px;
    display: inline-block;
    padding: 0 10px;
}

.gallery-text .lv-fab {
    font-size: 90px;
}

#sportsbook-banner .button:last-child {
    margin-top: 0;
}

.section-homepage_block-left:before {
    background: transparent linear-gradient(90deg, #0D0C2C 0%, rgba(38, 51, 135, 0) 150%) 0% 0% no-repeat padding-box;
}

@media (min-width: 768px) {
    .section-homepage_block-left:before {
        background: transparent linear-gradient(90deg, #0D0C2C 0%, rgba(38, 51, 135, 0) 70%) 0% 0% no-repeat padding-box;
    }
}

.section-homepage_block-right:before {
    background: transparent linear-gradient(270deg, #0D0C2C 0%, rgba(38, 51, 135, 0) 150%) 0% 0% no-repeat padding-box;
}

@media (min-width: 768px) {
    .section-homepage_block-right:before {
        background: transparent linear-gradient(270deg, #0D0C2C 0%, rgba(38, 51, 135, 0) 70%) 0% 0% no-repeat padding-box;
    }
}

.section-image_ribbon {
    background-color: #fff;
}

.section-image_ribbon .ribbon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

@media (min-width: 768px) {
    .section-image_ribbon .ribbon-container {
        padding: 25px 10px;
    }
}

.section-image_ribbon .ribbon-container .square {
    position: relative;
    height: 0;
}

.section-image_ribbon .ribbon-container .square .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-image_ribbon .ribbon-container img {
    width: 100%;
    height: unset;
    object-fit: cover;
}

.section-text#stay-connected {
    background-color: #fff;
}

.section-text#stay-connected .container-small {
    max-width: 700px;
}

.section-text#stay-connected .text-and-bars {
    font-size: 73px;
    line-height: 94px;
}

.section-text#stay-connected .text-and-bars .hor-bar {
    transform: translateY(-15px);
}

.section-text#stay-connected .text-and-bars :nth-child(2) {
    margin-left: 20px;
    margin-right: 40px;
}

.section-text#stay-connected .tungsten {
    font-size: 51px;
    letter-spacing: 5.1px;
    line-height: 61px;
    text-align: center;
}

.section-text#stay-connected .tungsten a {
    color: inherit;
}

.section-text#stay-connected .tungsten a:focus, .section-text#stay-connected .tungsten a:hover {
    text-decoration: none;
}

.navbar .header-top-content .book-now {
    font-family: TungstenBold;
    display: inline-block;
}

.navbar .header-top-content .book-now .button {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2.4px;
    border: 3px solid #fff;
    padding: 5px 15px 5px 17px;
}

.navbar .header-top-content .book-now .button:focus, .navbar .header-top-content .book-now .button:hover {
    color: #263387 !important;
    box-shadow: 0px 0px 15px 5px rgba(0, 182, 255, 0.5);
}

.footer .footer-top {
    padding: 20px 0;
    max-width: 1140px;
    margin-left: 40px;
    margin-right: 40px;
}

@media (min-width: 1200px) {
    .footer .footer-top {
        margin-left: auto;
        margin-right: auto;
    }
}

.footer .footer-top:before, .footer .footer-top:after {
    content: unset;
}

.footer .footer-top > div {
    display: flex;
}

.footer .footer-top > div:first-child {
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width: 992px) {
    .footer .footer-top > div:first-child {
        margin-top: 20px;
        flex-direction: row;
    }
}

.footer .footer-top > div:last-child {
    flex-direction: column;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .footer .footer-top > div:last-child {
        margin-top: 20px;
        flex-direction: row;
    }
}

.footer .footer-top > div .footer-logo {
    margin-top: 0;
    margin-bottom: 0;
}

.footer .footer-top > div .footer-menu {
    flex: 1 1 auto;
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .footer .footer-top > div .footer-menu {
        margin-top: 0;
        width: unset;
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .footer .footer-top > div .footer-menu {
        padding-left: 100px;
    }
}

.footer .footer-top > div .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 992px) {
    .footer .footer-top > div .footer-menu ul {
        justify-content: center;
    }
}

.footer .footer-top > div .footer-menu ul:after {
    content: unset;
}

.footer .footer-top > div .footer-menu ul li {
    margin: 0 10px 15px;
}

.footer .footer-top > div .footer-menu ul li:first-child {
    margin-left: 0;
}

.footer .footer-top > div .footer-menu ul li:last-child {
    margin-right: 0;
}

.footer .footer-top > div .footer-menu ul li a {
    font-family: 'Gilroy';
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

.footer .footer-top > div .address-social-privacy {
    width: 100%;
    order: 1;
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .footer .footer-top > div .address-social-privacy {
        width: 50%;
        order: unset;
        margin-top: 0;
        align-items: unset;
    }
}

.footer .footer-top > div .address-social-privacy .address {
    display: flex;
    align-items: center;
    line-height: 19px;
}

.footer .footer-top > div .address-social-privacy .map-marker {
    font-size: 34px;
    margin-right: 10px;
    color: #FFBF00;
}

.footer .footer-top > div .footer-social {
    float: none;
    margin-top: auto;
    order: -1;
}

@media (min-width: 768px) {
    .footer .footer-top > div .footer-social {
        order: unset;
    }
}

.footer .footer-top > div .footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .footer .footer-top > div .footer-social ul {
        justify-content: flex-start;
    }
}

.footer .footer-top > div .footer-social li {
    margin: 5px 8px;
}

.footer .footer-top > div .footer-social li a {
    display: flex;
    font-size: 36px;
}

.footer .footer-top > div .footer-social li.social-icon--roku,
.footer .footer-top > div .footer-social li.social-icon--tiktok {
    width: 36px;
    height: 36px;
}

.footer .footer-top > div .footer-social li.social-icon--roku *,
.footer .footer-top > div .footer-social li.social-icon--tiktok * {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
}

.footer .footer-top > div .footer-social li.social-icon--roku .icon-circa-roku,
.footer .footer-top > div .footer-social li.social-icon--tiktok .icon-circa-roku {
    background-image: url(/images/roku-2.svg);
}

.footer .footer-top > div .footer-social li.social-icon--roku .icon-circa-tiktok,
.footer .footer-top > div .footer-social li.social-icon--tiktok .icon-circa-tiktok {
    background-image: url(/images/tiktok.svg);
}

.footer .footer-top > div .rights {
    margin-top: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer .footer-top > div .rights {
        margin-top: 0;
        text-align: left;
    }
}

.footer .footer-top > div .footer-subscribe {
    width: 100%;
    margin-left: 0;
    max-width: unset;
}

@media (min-width: 768px) {
    .footer .footer-top > div .footer-subscribe {
        width: 50%;
    }
}

.footer .footer-top > div .footer-subscribe h4 {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3.6px;
    font-family: 'TungstenBold';
    line-height: 42px;
}

.footer .footer-top > div .footer-subscribe form {
    margin-bottom: 10px;
}

/* END OF HOMEPAGE REDESIGN STYLES */

/* HIDE RECAPTCHA
.grecaptcha-badge {display:none !important;}
/* END HIDE RECAPTCHA */

/* Style PEGASUS / REZTRIP banner */
.ttweb-banner {
    background-color: #551f3d;
    font-family: 'Gilroy', sans-serif;
}

.ttweb-banner__ad-text {
    float: left;
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    color: #8CD2F5;
    line-height: 72px;
    font-size: 45px;
    font-weight: 400;
    text-shadow: 0px 3px 35px #345c96;
    padding-right: 15px;
}

.ttweb-banner
.ttweb-banner__sample-rate
div {
    min-width: 8rem;
}

.ttweb-banner
.ttweb-cross-out-rate__actual {
    color: white;
    font-size: 2rem;
    text-shadow: 0px 3px 35px #345c96;
}

.ttweb-banner
.ttweb-ota-rate-table__price {
    font-weight: bold;
}

.ttweb-banner
.ttweb-booking-button {
    display: inline-block;
    border: 1px solid #8CD2F5;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    font-size: 21px;
    text-transform: uppercase;
    color: #FFF !important;
    line-height: 30px;
    padding: 12px 35px 8px 35px;
    letter-spacing: 0.5px;
    text-shadow: none;
    height: auto;
}

.ttweb-banner
.ttweb-booking-button {
    padding: 12px 35px 8px 35px;
    height: auto;
}

/* Style PEGASUS / REZTRIP widgets */
.ttweb-slide-out-widget__header,
.ttweb-slide-out-widget__footer {
    background-color: #0D0D2A;
    color: white;
    font-family: 'Gilroy', sans-serif;
}

.ttweb-slide-out-widget__header
.ttweb-slide-out-widget__title {
    font-family: 'TungstenBold';
    font-size: 36px;
}

.ttweb-slide-out-widget__body {
    background-color: #273582;
    color: black;
    font-family: 'Gilroy', sans-serif;
}

.ttweb-booking-widget__body {
    background-color: white;
    overflow: hidden;
}

.ttweb-slide-out-widget__body
.ttweb-search-date-display {
    background-color: #8DC2F5;
    color: black;
    font-family: 'Gilroy', sans-serif;
}

.ttweb-slide-out-widget__body
.ttweb-flexible-dates {
    background-color: white;
    padding: 16px 15px;
    margin: 0;
    height: 60px;
}

.ttweb-booking-widget__date-selection {
    background-color: white;
    margin-top: 0;
}

.ttweb-day {
    color: #273582;
}

.ttweb-day--in-selection {
    background-color: #8DC2F5 !important;
}

.ttweb-slide-out-widget__body
.ttweb-booking-widget__num-guests {
    background-color: #273582;
    padding: 16px 0px 10px 10px;
    margin: 0px;
}

.ttweb-slide-out-widget__body
.ttweb-booking-widget__num-guests
.ttweb-person-count-selector__description {
    color: white;
}

.ttweb-slide-out-widget__body
.ttweb-booking-widget__num-guests
.ttweb-person-count-selector
select.ttweb-select,
.ttweb-slide-out-widget__body
input {
    background-color: white;
    color: black;
}

.ttweb-slide-out-widget__body
.ttweb-input-code {
    background-color: #273582;
    color: #8DC2F5;
    color: white;
    padding: 20px;
    margin: 0px;
}

.ttweb-slide-out-widget__body
.ttweb-input-code
label,
.ttweb-slide-out-widget__body
.ttweb-input-code
input {
    padding-top: 8px;
    font-size: 17px;
    font-weight: normal;
}
/* .ttweb-slide-out-widget__footer
.ttweb-booking-widget__footer__rate {
	background-color: white;
	color: #273582;
} */
.ttweb-slide-out-widget__footer
.ttweb-booking-widget__footer__error {
    background-color: white;
}

.ttweb-slide-out-widget__footer
.ttweb-booking-button {
    background-color: #8DC2F5;
}

.ttweb-slide-out-widget__footer
.ttweb-booking-button:hover {
    color: #345c96;
    text-decoration: none;
}

/* Legacy Club - Image Columns section */
.gold-bar {
    margin: 0;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.gold-bar li {
    margin: 0;
    padding: 15px 25px;
    list-style: none;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    font-size: 18px;
}

.gold-bar li:last-child {
    border: none;
}

.gold-bar .gold-img {
    border: none;
}

.gold-bar .gold-img img {
    height: 50px;
}

@media only screen and (max-width : 991px) {
    .gold-bar li {
        display: block;
        border: none;
        padding: 15px 0;
    }

    .gold-bar li span {
        border-bottom: 1px solid #191919;
        padding: 0 0 15px 0;
        width: 120px;
        display: block;
        margin: 0 auto;
    }

    .gold-bar li:last-child span {
        border: none;
    }
}

img.mobile-app-button {
    padding: 0;
    margin: 0 10px 10px -10px;
    width: 200px;
    height: auto;
}

.image-columns {
    padding: 5%;
}

.image-columns.blue {
    background: #263387;
}

.image-columns .container {
    max-width: 100%;
}

.image-columns .gold-bar {
    padding: 0;
}

.image-columns .gold-bar li {
    border: 0;
    margin: 0;
    padding: 3%;
    vertical-align: top;
    width: 32%;
}

.image-columns .image-container {
    height: 250px;
}

.image-columns .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width : 991px) {
    .image-columns .gold-bar {
        padding: 0;
    }

    .image-columns .gold-bar li {
        display: inline-block;
        width: 30%;
    }

    .image-columns .image-container {
        height: 150px;
    }
}

.image-columns img {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.image-cards img {
    margin-bottom: -25%;
}

.image-columns h4 {
    font-weight: 100;
    margin: 20px 0;
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
}

.image-columns .btn-grad {
    background: transparent linear-gradient(90deg, #C9C5C5 0%, #CECACA 30%, #F6F5F5 54%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    color: #D40400;
}

.image-columns .btn-grad:hover {
    background-position: 100%;
}

.image-columns .text-bottom {
    color: #FFF;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}

/* FAQ Accordion*/

#faq-accordion {
    padding: 0 5%;
    text-align: center;
}

#faq-accordion .ui-accordion-header {
    background: #263387 !important;
    border: 1px solid #707070;
    border-width: 0 1px 1px 1px;
    font: normal normal bold 34px/30px Tungsten;
    letter-spacing: 3.4px;
    color: #FFFFFF;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    text-transform: uppercase;
}

#faq-accordion .ui-accordion-header-active {
    color: #FFFFFF;
}

#faq-accordion .ui-accordion-header:first-of-type {
    border-width: 1px;
}

#faq-accordion .ui-widget-content {
    border: 1px solid #707070;
    border-width: 0 1px;
    padding: 40px;
}

#faq-accordion .ui-icon {
    margin-right: 20px;
    width: 20px;
    height: 20px;
}

#faq-accordion .ui-icon.iconOpen {
    background: url('/wp-content/uploads/minus.png') 50% 50% no-repeat;
}

#faq-accordion .ui-icon.iconClosed {
    background: url('/wp-content/uploads/plus.png') 50% 50% no-repeat;
}

/* Club One Benefits */

.club-one-benefits {
    background: #FFF;
    color: #0D0C2C;
}

.club-one-benefits h2 {
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    color: #76D4F9;
    font-size: 90px;
    font-weight: 400;
    margin: 0;
}

.card-block {
    background: #A59898;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 10px;
    text-transform: uppercase;
}

.card-block.gambler {
    background: #A59898
}

.card-block.maverick {
    background: #D40400
}

.card-block.legend {
    background: #6DB0C6
}

.card-block .number {
    font-size: 20px;
}

.image-block .col-md-6 {
    padding: 5%;
}

.row.accordion {
    margin-left: -20px;
    margin-right: -20px;
}

#benefit-accordion {
    padding: 0 5%;
    text-align: center;
}

#benefit-accordion .ui-accordion-header {
    background: #263387 !important;
    border: 1px solid #707070;
    border-width: 0 1px 1px 1px;
    font: normal normal bold 34px/30px Tungsten;
    letter-spacing: 3.4px;
    color: #FFFFFF;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    text-transform: uppercase;
}

#benefit-accordion .ui-accordion-header-active {
    color: #FFFFFF;
}

#benefit-accordion .ui-accordion-header:first-of-type {
    border-width: 1px;
}

#benefit-accordion .ui-widget-content {
    border: 1px solid #707070;
    border-width: 0 1px;
    padding: 0;
}

#benefit-accordion .benefit-table {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

#benefit-accordion .benefit-row {
    display: table-row;
}

#benefit-accordion .benefit-cell {
    border-bottom: 1px solid #707070;
    color: #000;
    display: table-cell;
    font: normal normal medium 15px/26px Gilroy;
    letter-spacing: 0px;
    padding: 10px;
    vertical-align: middle;
}

#benefit-accordion .benefit-cell.category {
    border-left: 1px solid #707070;
    text-transform: uppercase;
    width: 10%;
}

#benefit-accordion .benefit-cell.category i {
    background: #DDD;
    border-radius: 50%;
    display: block;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
}

#benefit-accordion .benefit-cell.category i.gambler {
    background: #A59898;
}

#benefit-accordion .benefit-cell.category i.maverick {
    background: #D40400;
}

#benefit-accordion .benefit-cell.category i.legend {
    background: #6DB0C6;
}

#benefit-accordion .benefit-cell.category span.check {
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #434343;
}

#benefit-accordion .ui-icon {
    margin-right: 20px;
    width: 20px;
    height: 20px;
}

#benefit-accordion .ui-icon.iconOpen {
    background: url('/wp-content/uploads/minus.png') 50% 50% no-repeat;
}

#benefit-accordion .ui-icon.iconClosed {
    background: url('/wp-content/uploads/plus.png') 50% 50% no-repeat;
}

/* legacy club gold bar widget */
.section-gold-bar {
    background-color: #FFF;
}

.section-gold-bar .gold-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.section-gold-bar .amount {
    font-family: 'TungstenBold', sans-serif;
    font-size: 66px;
    letter-spacing: 3.3px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #0000009F;
    text-transform: uppercase;
}

.section-gold-bar .title {
    text-align: center;
    font-family: 'Tungsten', sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 1em;
    color: #FFFFFF;
    padding-bottom: 0.5em;
    text-shadow: 0px 3px 6px #0000009F;
}

.section-gold-bar .left-text,
.section-gold-bar .date-time {
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #0000009F;
}

/* Welcome page update */
.page-id-59234 #room-tech {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}

.page-id-59234 .section-videos {
    padding: 0px
}

/* Meetings and Events */
.page-id-91 .section-hero:before,
.page-id-63080 .section-hero:before,
.page-id-63081 .section-hero:before,
.page-id-63082 .section-hero:before,
.page-id-463932 .section-hero:before,
.page-id-463933 .section-hero:before,
.page-id-463934 .section-hero:before {
    background: linear-gradient(to bottom, transparent, black);
    opacity: 0.8;
}

.page-id-91 .section-hero-inner,
.page-id-63080 .section-hero-inner,
.page-id-63081 .section-hero-inner,
.page-id-63082 .section-hero-inner,
.page-id-463932 .section-hero-inner,
.page-id-463933 .section-hero-inner,
.page-id-463934 .section-hero-inner {
    align-items: flex-end;
    padding-bottom: 1em;
}

.page-id-91 .section-hero .text,
.page-id-63080 .section-hero .text,
.page-id-63081 .section-hero .text,
.page-id-63082 .section-hero .text,
.page-id-463932 .section-hero .text,
.page-id-463933 .section-hero .text,
.page-id-463934 .section-hero .text {
    min-width: 50%;
}

#groupeventstext,
#groupeventsform {
    background: #551F3D;
}

#groupeventstext h2,
#groupeventsform h2 {
    color: #FFF;
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    font-size: 90px;
    font-weight: 400;
    text-shadow: 0px 0px 20px #FFFFFF73;
    text-transform: none;
    margin: 10px auto 0;
}

#groupeventstext h4,
#groupeventsform h4 {
    color: #AC8360;
    font-family: 'Tungsten', sans-serif;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#groupeventsform h4 {
    color: #F9C00C;
    display: inline-block;
}

#groupeventsform .na {
    display: inline-block;
    margin-left: 20px;
}

#groupeventsform .na input {
    margin-right: 5px;
}

.gold-border {
    border-radius: 9px;
    border: 1px solid #AC8360;
    margin: 0 0 4em;
    padding: 2em;
}

#groupeventsform .required-info-wrap {
    margin: 0 auto 50px;
    text-align: center;
}

#groupeventsform .required-info {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#groupeventsform .required-info h4 {
    background: #AC8360;
    border-radius: 9px 9px 0 0;
    color: #551F3D;
    display: block;
    line-height: 1;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#groupeventsform .required-info .padding {
    padding: 2em;
}

#groupeventsform .required-info input {
    margin-right: 10px;
}

#groupeventsform input[type="text"],
#groupeventsform input[type="email"],
#groupeventsform input[type="password"],
#groupeventsform input[type="tel"],
#groupeventsform input[type="number"],
#groupeventsform input[type="file"],
#groupeventsform textarea,
#groupeventsform select,
#groupeventsform .selectric {
    background: #551F3D;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
}

#groupeventsform .selectric .label {
    color: #FFF;
    font-size: 18px;
}

#groupeventsform .selectric-items {
    background: #551F3D;
    border: 1px solid #FFF;
    border-width: 0 1px 1px;
}

#groupeventsform .selectric-items li {
    background: #551F3D;
    color: #FFF;
}

#groupeventsform .selectric-items li:hover {
    background: #551F3D;
    color: #F9C00C;
}

#groupeventsform .selectric-items li.highlighted {
    background: #F9C00C;
    color: #000;
}

#groupeventsform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C4C4C4;
    font-size: 18px;
    opacity: 1; /* Firefox */
}

#groupeventsform :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C4C4C4;
    font-size: 18px;
}

#groupeventsform ::-ms-input-placeholder { /* Microsoft Edge */
    color: #C4C4C4;
    font-size: 18px;
}

#groupeventsform .form-actions {
    margin-top: -2em;
}

#groupeventstext .button,
#groupeventsform .form-actions .button {
    border: 1px solid #AC8360;
    color: #FFF;
    font-family: 'Tungsten', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
}

#groupeventstext .button:hover,
#groupeventsform .form-actions .button:hover {
    background: #AC8360;
    border: 1px solid #AC8360;
    color: #FFF;
}

/* Meetings and Events gallery */
.meetings-events-gallery-wrapper {
    display: flex;
    overflow: hidden;
    background: #AC8360;
}

.meetings-events-gallery-wrapper .meetings-events-menu {
    width: 40%;
}

.meetings-events-gallery-wrapper .meetings-events-menu .row.accordion {
    margin: 0;
    height: 100%;
}

.meetings-events-gallery-wrapper .meetings-events-gallery {
    width: 60%;
}

.meetings-events-gallery .section-hero_gallery_slider {
    border: 0;
}

.meetings-events-gallery .section-hero_gallery_slider,
.meetings-events-gallery .section-hero_gallery_slider .slick-track,
.meetings-events-gallery .section-hero_gallery_slider .slick-list,
.meetings-events-gallery .section-hero_gallery_slider .slick-list .image,
.meetings-events-gallery .section-hero_gallery_slider .slick-list .image img {
    height: 100% !important;
}

@supports (-webkit-hyphens:none) {
    /* Bc safari */
    .meetings-events-gallery .section-hero_gallery_slider,
    .meetings-events-gallery .section-hero_gallery_slider .slick-track,
    .meetings-events-gallery .section-hero_gallery_slider .slick-list,
    .meetings-events-gallery .section-hero_gallery_slider .slick-list .image,
    .meetings-events-gallery .section-hero_gallery_slider .slick-list .image img {
        height: unset !important;
    }
}

.meetings-events-gallery .section-hero_gallery_slider .slick-dots li button {
    background: transparent;
    border: 1px solid #FFF;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.meetings-events-gallery .section-hero_gallery_slider .slick-dots li.slick-active button {
    background: #F9C00C;
    border: 1px solid #F9C00C;
    opacity: 1;
    width: 10px;
    height: 10px;
}

#meetings-events-accordion {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#meetings-events-accordion h3,
#meetings-events-accordion h3.ui-accordion-header {
    border: 0;
    color: #FFF;
    font-size: 90px;
    flex: 1;
    font-family: 'LasVegasOT-Fabulous', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto;
    padding: 1em 0 0;
    text-align: center;
    text-transform: none;
    transition: all 0.5s;
    width: 100%;
}
/* meetings and events */
.page-id-91 #meetings-events-accordion h3,
.page-id-91 #meetings-events-accordion h3.ui-accordion-header {
    border-top: 1px solid #551F3D;
    color: #551F3D;
    font-size: 54px;
    padding: 1em 0 0.5em;
}

#meetings-events-accordion h3.ui-accordion-header:hover {
    cursor: pointer;
}

#meetings-events-accordion h3.ui-accordion-header:first-of-type {
    border-top: 0;
}

#meetings-events-accordion .item {
    color: #000;
    font-family: 'Gilroy';
    font-weight: bold;
    padding: 0 2em 10%;
    text-align: center;
}

#meetings-events-accordion .item a.button {
    background: none;
    border: 0;
    border-bottom: 4px solid #F9C00C;
    color: #000 !important;
    font-family: 'Tungsten', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#meetings-events-accordion .item a.button:hover {
    background: none;
    color: #FFF !important;
}

@media (max-width: 768px) {
    .meetings-events-gallery-wrapper {
        display: block;
    }

    .meetings-events-gallery-wrapper .meetings-events-menu,
    .meetings-events-gallery-wrapper .meetings-events-gallery {
        width: 100%;
    }

    .meetings-events-gallery .section-hero_gallery_slider {
        background: #551F3D;
        margin: 20px 0 0;
    }

    .meetings-events-gallery .section-hero_gallery_slider .slick-list .image img {
        width: 100% !important;
        height: 100% !important;
    }
}

/* Meetings interior pages */
.capabilities {
    text-align: left;
}

.capabilities .row {
    margin: 0;
    padding: 0;
}

.capabilities .row div {
    padding: 2em;
}

.capabilities h4 {
    border-bottom: 4px solid #551F3D;
    color: #000 !important;
    display: inline-block;
    font-family: 'Tungsten', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: left;
    text-transform: uppercase;
}

.capabilities p {
    color: #551F3D;
    text-align: left;
}

/*
    DO NOT EDIT THESE STYLES DIRECTLY.
    EDIT THE SCSS COPY, RECOMPILE, AND REPLACE

    START OF FOUNDERS REDESIGN STYLES */
.page-id-28812 .page-title {
    border-bottom: #263387 solid 80px;
    height: 200px;
}

@media (min-width: 1200px) {
    .page-id-28812 .page-title {
        border-bottom-width: 160px;
        height: unset;
    }
}

.page-id-28812 .page-title .page-title-circles {
    display: none;
}

.page-id-28812 .page-title .page-title-pattern {
    display: flex;
}

@media (max-width: 1199px) {
    .page-id-28812 .page-title .page-title-pattern {
        right: 0;
    }
}

@media (max-width: 767px) {
    .page-id-28812 .page-title .page-title-pattern img {
        object-fit: cover;
        position: unset;
        width: unset;
        height: unset;
        max-width: unset;
        transform: unset;
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    .page-id-28812 .page-title .page-title-pattern img {
        transform: translateY(-250px);
    }
}

@media (max-width: 1199px) {
    .page-id-28812 .page-title .page-title-pattern img {
        max-width: 100%;
    }
}

.page-id-28812 .page-title h1 {
    --title-size: 45px;
    top: 90px;
    font-family: TungstenBold;
    font-size: var(--title-size);
    line-height: var(--title-size);
    letter-spacing: calc(var(--title-size) * .1);
    bottom: unset;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    left: 0;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 500px) {
    .page-id-28812 .page-title h1 {
        --title-size: 55px;
        top: 90px;
        text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 992px) {
    .page-id-28812 .page-title h1 {
        --title-size: 80px;
        top: 60px;
    }
}

@media (min-width: 1200px) {
    .page-id-28812 .page-title h1 {
        --title-size: 115px;
        line-height: calc(var(--title-size) - 10px);
        top: 110px;
    }
}

.page-id-28812 .page-title h1 span {
    font-size: 63.5%;
    line-height: 1.2;
    letter-spacing: calc(var(--title-size) * 0.0635);
    text-shadow: none;
    display: block;
}

.page-id-28812 .tile .popup-content {
    display: none;
}

.section-image-grid--3-col--with-popup-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-image-grid--3-col--with-popup-details .tile {
    width: 100vw;
    height: 110px;
    margin-bottom: 1em;
    min-width: 150px;
    aspect-ratio: 1.4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 1em;
}

@media (min-width: 500px) {
    .section-image-grid--3-col--with-popup-details .tile {
        width: 50vw;
        aspect-ratio: 1.4;
        height: unset;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .section-image-grid--3-col--with-popup-details .tile {
        width: 32vw;
        max-width: 33vw;
    }
}

.section-image-grid--3-col--with-popup-details .tile:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0D0C2C;
    opacity: 75%;
}

.section-image-grid--3-col--with-popup-details .tile:nth-child(odd):before {
    background-color: #263387;
}

.section-image-grid--3-col--with-popup-details .tile > h2 {
    z-index: 1;
    transform: translate(0, 0);
    font-family: TungstenBold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    pointer-events: none;
}

@media (min-width: 992px) {
    .section-image-grid--3-col--with-popup-details .tile > h2 {
        font-size: 53px;
        line-height: 60px;
        letter-spacing: 5.3px;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .fancybox-inner {
    top: 10vh;
    bottom: 10vh;
    left: 10vw;
    right: 10vw;
    background-color: #263387;
    border: 2px solid #76D4F9;
    box-shadow: 0 0 5px #76d4f9;
    border-radius: 10px;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .fancybox-slide {
    padding: 0;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content {
    background: unset;
    padding: 50px 30px 30px;
    height: 100%;
    cursor: unset;
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content {
        padding: 30px 50px 30px 30px;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .fancybox-button {
    opacity: 1;
    margin-right: 5px;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .fancybox-button > svg {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div {
    display: flex;
    height: 100%;
    flex-direction: column;
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div {
        flex-direction: row;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div .slides {
    width: 100%;
    height: calc(100% - 20px);
}

@media (min-width: 768px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div .slides {
        height: calc(100% - 80px);
    }
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div .slides {
        aspect-ratio: .8;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div .slides .slick-list {
    height: 100% !important;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div .slides .slick-track {
    height: 100%;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div .slides .slick-slide .image {
    width: 100%;
    height: 100%;
    display: flex;
    min-width: 100%;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content > div .slides .slick-slide .image img {
    object-fit: cover;
    object-position: right;
    width: unset;
    height: unset;
    min-width: 100%;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .single-image,
.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .gallery-slider {
    max-width: 100%;
    max-height: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .single-image,
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .gallery-slider {
        max-width: 42%;
        max-height: unset;
        margin: 0 50px 0 0;
    }
}

@media (min-width: 1200px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .single-image,
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .gallery-slider {
        margin: 0 50px 0 80px;
        max-width: 36.5%;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .single-image .gallery-navigation .gallery-thumbs > *,
.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .gallery-slider .gallery-navigation .gallery-thumbs > * {
    height: 63px;
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .gallery-slider {
        min-width: 390px;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .single-image {
    aspect-ratio: .8;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .single-image img {
    object-fit: cover;
    min-height: 100%;
    width: unset;
    height: unset;
    min-width: 100%;
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .single-image img {
        object-fit: contain;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .gallery-navigation {
    margin-left: 0;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .thumbnail-slides {
    min-width: 100%;
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .main-content .title {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .main-content .title:after {
        content: "";
        height: 4px;
        min-width: 10px;
        background-color: #fff;
        display: block;
        flex-grow: 1;
        margin-left: 30px;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .main-content h2 {
    font-family: 'TungstenBold';
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.5em;
}

@media (min-width: 992px) {
    .fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .main-content h2 {
        font-size: 3rem;
        letter-spacing: 0.3rem;
        margin-top: 0;
    }
}

.fancybox-container.section-image-grid--3-col--with-popup-details .popup-content.fancybox-content .main-content h2 .cursive {
    font-family: 'LasVegasOT-Fabulous';
    color: #76D4F9;
    text-shadow: 0 0 15px #76d4f9;
    text-transform: capitalize;
    margin-left: 10px;
    font-size: 200%;
    letter-spacing: 0;
    transform: translateY(13px);
}

/* END OF FOUNDERS REDESIGN STYLES */

.weekly-schedule {
    padding: 75px;
    background-color: #FFFFFF;
}

.weekly-schedule .ui-accordion-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #263387;
    border: 1px solid #707070;
    font: normal normal bold 34px/30px Tungsten;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.weekly-schedule .ui-accordion-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 25px 0 0;
}

.weekly-schedule .ui-accordion-content:last-of-type {
    border-bottom: 1px solid #707070;
}

.weekly-schedule .weekly-schedule__item {
    width: calc(50% - 50px);
    margin: 0 25px 25px;
}

.weekly-schedule .button {
    background-color: #8CD2F5;
    width: 100%;
}

.weekly-schedule .button:hover {
    background-color: #FFFFFF;
}

@media (max-width: 700px) {
    .weekly-schedule {
        padding: 25px 0;
    }

    .weekly-schedule .ui-accordion-header {
        font-size: 24px;
    }

    .weekly-schedule .weekly-schedule__item {
        width: 90%;
        margin: 0 auto 25px;
    }
}

.section-text_with_image .button {
    font-size: 20px !important;
}

.page-body.text .wpcf7-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video_wrapper iframe,
.video_wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-id-2179 .page-title {
    display: none !important;
}

.page-id-2179 .section-hero-inner .text {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.page-id-2179 #video-text .video_container {
    max-width: 750px;
    margin: 0 auto;
}
